/* Start Nav */
/* Small */
@media (min-width: 576px) {
  .nav {
    background-size: cover;
  }
  .content h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 65px;
  }
  .content p {
    font-weight: 200;
    line-height: 20px;
  }
  .btn-home {
    margin-bottom: 7.4%;
  }
  .btn-home button {
    padding-block: 0.7% !important;
    padding-inline: 4.5% !important;
  }
  /* .stats-container h4 {
    font-size: 16px;
  }
  .stats-container p {
    font-size: 9px;
  }
  .stats-container>div {
    border-right-width: .1% !important;
  } */
}
/* large */
@media (min-width: 992px) {
  .content h2 {
    font-size: 95px;
    font-weight: 500;
    line-height: 89px;
  }
  .content p {
    font-weight: 200;
    line-height: 20px;
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
    margin-block: 2%;
  }
  .btn-home {
    margin-bottom: 4%;
  }
  .btn-home button {
    padding-block: 1% !important;
    padding-inline: 5.5% !important;
  }
  .stats-container {
    display: flex;
    margin-top: 0 !important;
    padding-block: 0.9% !important;
    padding-inline: 0.5% !important;
  }
  .custom-line::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 15% !important;
    width: 1.8px !important;
    height: 50px !important;
    background: #000 !important;
  }
}
/* Extra large*/
@media (min-width: 1200px) {
  .content h2 {
    font-size: 125px !important;
    font-weight: 700 !important;
    line-height: 124px !important;
    margin-bottom: 0% !important;
  }
  .content p {
    font-size: 22px !important;
    font-weight: 200 !important;
    line-height: 34px !important;
  }
  .btn-home {
    margin-bottom: 3%;
  }
  .btn-home button {
    padding-block: 1.5% !important;
    padding-inline: 5.5% !important;
  }
  .stats-container {
    display: flex;
    margin-top: 0 !important;
    padding-block: 0.9% !important;
    padding-inline: 0.5% !important;
    margin-bottom: 5.1% !important;
  }
  .custom-line::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
    top: 10% !important;
    width: 1.8px !important;
    height: 65px !important;
    background: #000 !important;
  }
}

/* End Nav */
/* Start Sec1 */
/* Small */
@media (min-width: 992px) {
  #sec1 .sec1-title {
    font-size: 36px;
    line-height: 64px;
    max-width: 80%;
  }

  #sec1 .sec1-desc {
    max-width: 85%;
  }
}
/* End Sect1 */

/* Start Sect2 */
@media (min-width: 768px) {
  #sec2 h4 {
    font-size: 44px;
    line-height: 54px;
  }
}
@media (min-width: 992px) {
  #sec2 h4 {
    font-size: 60px;
    line-height: 72px;
  }

  .choosing-img {
    max-width: none;
  }
}
/* End Sect2 */

/* Start Sect3 */
@media (min-width: 768px) {
  #sec3 .box-card h4 {
    font-size: 25px;
    line-height: 30px;
  }
}

@media (min-width: 992px) {
  #sec3 .box-card h4 {
    font-size: 28px;
    line-height: 32px;
  }

  .services-desc {
    width: 75% !important;
  }
}
/* End Sect3 */

/* Start Sect4 */
@media (min-width: 768px) {
  .card3-wrapper {
    max-width: none;
    width: auto;
  }
}

@media (min-width: 992px) {
  .pricing-desc {
    width: 75% !important;
  }
}
/* End Sect4 */

/* Start Sect5 */

/* End Sect5 */

/* Start Sect6 */
@media (max-width: 992px) {
  .sec6 h4 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 576px) {
  .text h4 {
    font-size: 30px !important;
  }
  .text p {
    font-size: 12px !important;
    line-height: 25px !important;
  }
}
/* End Sect6 */
@media (min-width: 992px) {
  .testimonial-row .col-12 {
    width: 41.666667% !important;
  }
}
@media (min-width: 576px) {
  #sec6 .row .testimonial-card .card-body .card-title h5 {
    font-size: 24px;
    line-height: 28px;
  }

  #sec6 .row .testimonial-card .card-body .card-title p {
    font-size: 15px;
  }
  .testimonial-row .col-12:nth-child(odd) {
    margin-right: 3rem !important;
  }
}
/* End Sect7 */
@media (max-width: 576px) {
  .sec6 h4 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
  }
  .sec6 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .sec6 h4 {
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
  }
  .sec6 p {
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
  }
}
/* End Sect7 */
/* Start Sect8 */
@media (min-width: 576px) {
  #sec8 .card .card-body h5 {
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 992px) {
  #sec8 .card .card-body h5 {
    font-size: 28px;
    line-height: 32px;
  }

  .blog-desc {
    width: 75% !important;
  }
}

/* End Sect8 */

/* Start Sect9 */
@media (min-width: 576px) {
  #sec9 .text p {
    width: 100% !important;
  }
}

@media (min-width: 768px) {
  .contact-img {
    border-radius: 20px 0 0 20px !important;
    height: 100%;
    object-fit: cover;
  }

  .contact-form-box {
    border-radius: 0 20px 20px 0 !important;
  }
}

@media (min-width: 992px) {
  #sec9 .text p {
    width: 75% !important;
  }
}
/* End Sect9 */

/* Start footer */

@media (max-width: 991px) {
  footer .row div {
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  footer .row {
    align-items: flex-start !important;
  }

  footer .card3 ul li {
    padding-block: 4px;
  }
}
/* End footer */
