@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;

}
body {
  background-color: #f7f7fd;
 
 
}


.section-heading {
  font-size: 38px;
  font-weight: bold;
}
.section-sub-text {
  color: #717171;
  font-size: 16px;
  line-height: 26px;
}
.primary-btn {
  padding: 10px 30px;
  background-color: #0ddbdc;
  border: 2px solid #0ddbdc;
  border-radius: 6px;
  font-weight: 600;

  text-decoration: none;
  color: black;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.primary-btn:hover {
  background-color: white;
}

/* slick slider  */

/* news section dots  */
.slick-dots li button {
  width: 30px !important;
  height: 2px !important;
  border-radius: 0; /* remove rounded corners */
  background-color: gray !important;
  padding: 0 !important;
}

.slick-dots li.slick-active button {
  background: #040404 !important;
}
.slick-dots li button::before {
  display: none !important;
}
.slick-dots li {
  width: 30px !important;
}

/* navbar section  */
.navbar {
  background-color: white;
 
}

.navbar-brand img {
  width: 240px;
  margin-top: -5px;
}
.nav-menustrip {
  background-color: #01043b;
  padding: 12px 0;
  border-radius: 0 0 30px 30px;
}
.dropdown-item{
  font-size: 14px;
  font-weight: 500;
}
.dropdown-toggle::after{
  display: none;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.nav-menustrip a {
  color: white;
  text-decoration: none;
}
.nav-wrapper {
  border-radius: 0 0 30px 30px;

}
.nav-link {
  color: black;
  font-weight: 500;
}
.nav-link:hover {
  color: #0ddbdc;
}
.nav-link.active {
  color: #0ddbdc !important;
}
.navbar-nav {
  margin-right: 20px;
}

/* navbar onscroll functionality  */
.navbar.scrolled {
  background: rgba(255, 255, 255, 0.747);
  border-radius: 0 0 30px 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* for Safari */
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  text-align: center;
}
.navbar.scrolled + .nav-menustrip {
  display: none;
}

/* banner section  */
.carousel-text {
  color: white;

  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 80px;
}
.carousel-slide {
  background-image: url("../Aerovania/images/banner-img.png");
}
.carousel-slide1 {
  background-image: url("../Aerovania/images/banner-img1.png");
}
.carousel-slide2 {
  background-image: url("../Aerovania/images/banner-img2.png");
}
.carousel-slide3 {
  background-image: url("../Aerovania/images/banner-img3.png");
}
.carousel-slide4 {
  background-image: url("../Aerovania/images/banner-img4.png");
}

.carousel {
  height: 100vh;
}
.carousel-text h1 {
  font-size: 60px;
  font-weight: 700;
  width: 50%;
}
.carousel-text p {
  text-transform: uppercase;
  width: 30%;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}
.carousel-item {
    transition: transform 2s ease-in-out;
  }
/* acheivements section  */
.achievement {
  padding-top: 80px;
  padding-bottom: 120px;
}

.achievement h2 {
  margin-bottom: 54px;
}
.acheive-card h3 {
  font-size: 38px;
  font-weight: bold;
}
.acheive-card span {
  color: #a7a7a7;
  font-size: 18px;
  text-transform: capitalize;
}
.acheive-card {
  /* background-color: transparent;
  border-radius: 24px;
  padding: 40px 0;
  width: 90%;
  box-shadow: 0px 23px 48px rgba(0, 0, 0, 0.13); */
  text-align: center;
}
.btn-icon {
  transform: rotate(-45deg);
}
.acheive-card img{
  width: 70px;
  margin: 10px auto;
  text-align: center;
}
/* about section  */
.about-container {
  --r: 30px;
  --s: 30px;
  --x: 700px;
  --y: 40px;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000
        72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  padding: 60px 40px 40px 40px;
  margin-bottom: 100px;
}
.about-container .section-sub-text {
  text-align: justify;
}
.about-sec-wrapper {
  position: relative;
}
.about-sec-wrapper > img {
  position: absolute;
  top: 0;
  right: 0;
}

/* service section  */
.service-section {
  margin-bottom: 100px;
}
.service-img-arrow {
  position: absolute;
  bottom: -30px;
  height: 50px;
  width: 50px;
  right: 0px;
}
.service-img-arrow1 {
  position: absolute;
  bottom: -25px;
  height: 50px;
  width: 50px;
  right: 10px;
}
.service-card h4 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 26px;
  width: 90%;
}
.service-card {
}

.service-card-inner {
  background-color: white;
  padding: 15px;
  border-radius: 24px;
  transition-duration: 0.5s;
  height: 380px;
}
.service-card-inner:hover {
}

.service-img-section {
  margin-top: -50px !important;
}
.service-col > p {
  margin-bottom: 100px;
}
.service-card p {
  width: 95%;
}

/* product section  */

.products-container {
  background-color: #ddd;
  border-radius: 50px;
  padding-top: 100px;
  padding-bottom: 170px;
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
}
/* .products-container::before {
  content: " ";
  background-image: url("../Aerovania/images/product-bg-1.png");
  position: absolute;
  height: 100px;
  width: 100px;
  background-size: contain;
  background-repeat: no-repeat;

  top: 18%;
  left: 25%;
}
.products-container::after {
  content: " ";
  background-image: url("../Aerovania/images/product-bg-2.png");
  position: absolute;
  height: 140px;
  width: 140px;
  background-size: contain;
  background-repeat: no-repeat;

  bottom: 25%;
  right: 0%;
  z-index: -1;
} */
.container-wrapper {
  padding: 0 30px;
}

.product-section-heading {
 color:#000;
}

.product-section {
  height: 400px;
  width: 75%;
  display: flex;
  gap: 20px;
  margin-top: 40px;
}
.product-card {
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition-duration: 0.5s;
}
.product-card p {
  margin: 0;
  text-transform: uppercase;
  transform: rotate(-90deg);
  color:#fff;
}
.product-card1 {
  width: 20%;
  background-image: url("../Aerovania/images/product-2.png") !important;
}

.product-card2 {
  width: 60%;
  background-image: url("../Aerovania/images/product-1.png ") !important;
  border: 3px solid white;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 20px;
}
.product-card2 p {
  background-color: rgba(0, 0, 0, 0.548);
  border-radius: 5px;
  padding: 5px 60px;
  transform: rotate(0deg);
}
.product-card3 {
  width: 20%;
  background-image: url("../Aerovania/images/product-3.png") !important;
}

/* product section-2  */
.product-section2{
  height: 500px;
}
.product-section2 .product-card{
  width: 100%;
  
}
 .product-card1-2, .product-card3-2{
 height: 20%;
 justify-content: center;
 text-align: center;
}
.product-section2 .product-card2-2{
 height: 60%;
 margin: 30px 0;
  
}
.product-section2{
  display: none;
}
.a1text, .c1text{
  transform: rotate(0deg) !important;
}

/* client section  */
.section-sub-text{

}
 .hidden {
    display: none;
  }
.client-card {
  width: 100%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  border-radius: 24px;
}
.client-card img {
  width: 70%;
}
.client-section .row {
  row-gap: 20px;
}
.client-section {
  margin-bottom: 100px;
}
.certification-section {
  margin-bottom: 100px;
}

/* news-section  */
.news-card {
  margin: 60px 20px 20px 20px;
}
.news-section {
  --r: 30px;
  --s: 30px;
  --x: 700px;
  --y: 40px;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  border-radius: var(--r);
  --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000
        72%);
  --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
  --_d: (var(--s) + var(--r));
  mask: calc(100% - var(--_d) - var(--x)) 0 var(--_m),
    100% calc(var(--_d) + var(--y)) var(--_m),
    radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px))
      calc(-1 * var(--r) - var(--x)) calc(var(--r) + var(--y)),
    var(--_g) calc(-1 * var(--_d) - var(--x)) 0,
    var(--_g) 0 calc(var(--_d) + var(--y));
  mask-repeat: no-repeat;
  padding: 40px;
  margin-bottom: 100px;
}
.news-sec-heading {
  margin-bottom: 40px;
}


/* footer section  */
.footer-section {
}
.footer-section h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}
.footer-section a {
  color: black;
  font-size: 16px;
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
}
.footer-p a {
  color: black;
  text-decoration: none;
}

/* impact section  */
.impact-section-col {
  background-image: url("../Aerovania/images/feature-img.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.impact-section-blur {
  width: 100% !important;
  height: 100%;
  min-height: 670px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.impact-section-blur > div {
  width: 20%;
}
.impact-section-blur > div h6 {
  color: #717171;
  font-size: 18px;
  font-weight: 600;
}

.impact-card1 {
  align-self: center;
  margin-top: 5%;
  text-align: center;
}
.impact-card3,
.impact-card5 {
  margin-bottom: 15%;
  text-align: right;
  width: 60%;
}
.impact-card2,
.impact-card4 {
  margin-bottom: 15%;
  text-align: left;
  width: 60%;
}

 /*# sourceMappingURL=style.css.map */
 /* .nav li{
    margin-left: 50px;
    }
    .nav a:hover{
        color:white;
      } */

      .nav ul{
        margin: 0px;
        padding: 0px;
      }
      .nav li{
        margin-left: 30px;
        float: left;
        list-style: none;
        position: relative;
        }
        .nav li a{
          text-decoration: none;
          color:#000;
        }
        .nav a:hover{
            color:#0ddbdc;
        }
        .nav li.current-menu-item a{
          color:#0ddbdc;
        }
        .nav li ul.sub-menu{
          display: none;
          position: absolute;
          left: 0;
          top: 100% ;
          background: #fff;
          width: 215px;
          z-index: 999;
          margin-left: 0px;
          padding: 20px;
        }
        .nav li ul.sub-menu li{
          margin-left: 0px;
          margin-bottom: 10px;
          font-weight: 600;
        }
        .nav li ul.sub-menu a:hover{
          color: #0ddbdc;
        }
        .nav li.hovered ul.sub-menu{
          display: block;
       }
        .nav li ul.sub-menu a{
          text-transform: none;
          font-weight: 400;
          color: #1e1d1c;
          font-size: 14px;
          line-height: 1.5;
          letter-spacing: 1px;
        }

@media only screen and (max-width: 991px) {
  .nav{
   display: block;
  }
  .nav li{
    margin-left: 30px;
    float: initial;
    list-style: none;
    margin: 10px 0px;
  }
  .navbar-brand img {
    width: 170px;
    margin-top: 0x;
  }
}  
@media only screen and (min-width: 992px){
  .navbar-expand-lg .navbar-collapse{
    margin-top: 5px;
  }
}       
