@media (max-width: 1200px) {
  .section3-boxes {
    flex-basis: 25rem;
  }
  .container .section2-boxes:nth-child(1) h2 {
    font-size: 2rem;
  }
  .container .section2-boxes:nth-child(1) h4 {
    font-size: 2rem;
  }
  .container .section2-boxes:nth-child(2) p {
    font-size: 1rem;
  }
  .container .section2-boxes:nth-child(2) h2 {
    font-size: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */

@media (max-width: 800px) {
  html {
    font-size: 50%;
  }
  .section2 {
    /* background: black; */
    background: rgb(180, 55, 19);
    background: rgb(180, 55, 19);
    background: linear-gradient(
      297deg,
      rgba(180, 55, 19, 0.8352591036414566) 35%,
      rgba(243, 58, 248, 0) 35%
    );
  }
  .container {
    padding-top: 5rem;
  }
  .container .section2-boxes:nth-child(1) h2 {
    font-size: 3rem;
  }
  .container .section2-boxes:nth-child(1) h4 {
    font-size: 2rem;
  }
  .container .section2-boxes:nth-child(2) p {
    font-size: 2rem;
  }
  .container .section2-boxes:nth-child(2) h2 {
    font-size: 2rem;
  }
}
@media (max-width: 672px) {

  .section2 .section2-boxes:nth-child(2) p {
    font-size: 1.6rem;
  }
  .section2 .section2-boxes:nth-child(2) h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 590px) {
  nav {
    flex-direction: column;
  }
  .section1 nav #logo {
    font-size: 2.4rem;
    flex: 1 1 9rem;
    padding-top: 2rem;
  }
  .section1 nav ul {
    flex: 1 1 5rem;
    justify-content: space-evenly;
    width: 100%;
    /* background: red; */
    display: flex;
  }
  .section1 nav ul li {
    font-size: 2rem !important;
  }

}
@media (max-width: 590px) {
  html {
    font-size: 44%;
  }

  .section3-boxes {
    flex-basis: 15rem;
  }
  .section3-boxes .box-body h4 {
    font-size: 1.2rem;
  }
  .box-head i {
    font-size: 2rem;
  }
  .section3-boxes .box-body p {
    font-size: 1rem;
  }
  .section3-head .data h2 {
    font-size: 2rem;
  }
  .container .section2-boxes {
    height: 40vh;
  }
  .container .section2-boxes:nth-child(3) img {
    height: 40vh;
  }

  .smallBox .box i {
    font-size: 2rem;
  }
  .smallBox .box p {
    font-size: 0.8rem;
  }
  .leftmain-1 h2 {
    font-size: 1.6rem !important;
  }
  .rightmain-1 span {
    font-size: 3rem !important;
  }
  .section1 nav #logo {
    font-size: 1.7rem;
  }
  .section1 nav ul li {
    font-size: 1.2rem;
  }
  .section1 button {
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  .container .section2-boxes:nth-child(1) h2 {
    font-size: 3rem;
  }
  .container .section2-boxes:nth-child(1) h4 {
    font-size: 2rem;
  }
  .container .section2-boxes:nth-child(2) p {
    font-size: 1.6rem;
  }
  .container .section2-boxes:nth-child(2) h2 {
    font-size: 1.4rem;
  }
  footer .foot-head .right-foot p {
    text-align: center;
    font-size: 1.3rem;
    flex-grow: 1;
  }
  footer .foot-head .left-foot h2 {
    padding-left: 2rem;
    font-size: 2.3rem;
    display: inline-block;
  }
  footer .foot-head .left-foot i {
    padding-left: 2rem;
    font-size: 2.3rem;
  }
  .endSection  .btn button {
    margin: 1.2rem 1.6rem;
    padding: 1rem 2rem;
    font-size: 1.3rem;
  }
  .endSection .last-head h2 {
    text-align: center;
  }
  .smallBox .box {
    height: 20vh;
  }
  .headerParent {
    min-height: 40vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .smallBox .box p {
    font-size: 1rem;
  }
  .last-head .btn {
    margin: 0;
  }
}
@media (max-width: 350px) {
  .container .section2-boxes {
    height: 24vh;
  }
  .container .section2-boxes:nth-child(3) img {
    height: 24vh;
  }
  .endSection  .btn button {
    margin: 1.2rem 1rem;
    padding: 1rem 2rem;
    font-size: 1rem;
  }
  .section3-boxes {
    flex-basis: 10rem;
  }
}
