
:root {
  --index: calc(1vw + 1vh);
}

@media (min-width: 1300px) {
  h1 {
    font-size: 5rem;
  
  }
  h1 span {
    font-size: 5rem;
  }
}
@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 991px) {



  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 10px 20px;
  }

  .quote_btn-container {
    flex-direction: column-reverse;
    align-items: center;
  }

  .quote_btn-container a {
    margin: 10px 0;
  }

  .slider_section {
    padding: 45px 0 90px 0;
  }

  .about_section::before,
  .contact_section::before {
    width: 545px;
    height: 545px;
  }
  .slider_section::before {
    width: 500px;
    height: 250px;
  }

  .client_section .carousel_btn-box {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    margin: 0 2.5px;
    width: 45px;
    height: 45px;
  }
  .scheme-card {
    height: auto;
  }

}

@media (max-width: 767px) {
  .slider_section .detail-box h1 {
    font-size: calc(var(--index) * 4.1);
    line-height: 1;
  }
  .slider_section .detail-box h1 span{
    font-size: calc(var(--index) * 5);

  }

  .carousel-inner {
    z-index: 1;
  }
  .slider_section .detail-box {
    text-align: center;
    margin-bottom: 45px;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

  .slider_section::before,
  .about_section::before,
  .contact_section::before {
    width: 475px;
    height: 475px;
  }

  .slider_section::before {
    width: 50vw;
    height: auto;
    transform: none;
    aspect-ratio: 4 / 3;
    top: 0;
    right: 0;
    /* border-radius: 100%; */
  }

  .contact_section::before {
    top: initial;
    bottom: -45px;
    transform: translate(50%, 0);
  }

  .about_section .img-box {
    margin-bottom: 45px;
  }

  .client_section .box {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to bottom, #00A3EB 115px, #ffffff 115px);
    padding: 45px 25px;
  }

  .client_section .box .img-box {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .contact_section .form_container {
    margin-right: 0;
    margin-bottom: 45px;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_section .info_links {
    align-items: center;
  }
  .text_item {
    position: absolute;
    inset: 0;
    font-size: calc((1vw + 1vh) * 3);
    color: #fff;
    padding-top: 20px;
  }
  .navbar-brand {
    max-height: 80px;
    width: auto;
  }
  .service_section .row.swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
  }
  .service_section .swiper-slide {
    max-width: 80%;
  }
  .service_section .swiper-slide {
    height: auto;
  }
  .service_section .box {
    height: 100%;
  }
  .service_section .swiper {
    padding-bottom: 100px;
    overflow: hidden;
  }
}


@media (max-width: 576px) {

  .layout_padding {
    padding: 45px 0;
  }
  .contact_section::before {
    right: 45px;
  }
  .slider_section, .service_section {
    padding-bottom: 50px;
  }
  .slider_section::before {
    /* background: linear-gradient(to right, #2F80ED, #56CCF2); */
    width: 70vw;
    right: 10px;
    top: 35px;
  }
  .gap-5 {
    gap: 15px;
  }
  .about_section .img-box {
    text-align: center;
  }
  .about_section .img-box img {
    max-width: 300px;
  }
  .scheme h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 396px) {

  /* .slider_section::before {
    right: 65px;
  } */

  .about_section::before {
    left: 45px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1400px;
  }
}