body {
  overflow-x: hidden;
}

/* banner media css start */

@media only screen and (max-width: 1443px) {
  .banner {
    width: 100%;
    height: 100%;
  }
  .banner-contents {
    padding: 15% 0;
  }
  .banner-image .banner-logo {
    width: 190px !important;
  }

  .banner-image .banner2 {
    animation: rounded infinite 20s linear;
    position: absolute;
    top: -140%;

    width: 520px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner {
     background: radial-gradient(
    circle at 70% 52%,
    rgba(5, 8, 79, 1) 8%,
    rgba(3, 5, 46, 1) 20%,
    rgba(2, 4, 40, 1) 28%,
    rgba(0, 0, 0, 1) 110%,
    rgba(0, 0, 0, 1) 100%
  );
    width: 100%;
    height: 100%;
  }
  .banner-contents {
    padding: 15% 0;
  }
  .banner-image .banner-logo {
    width: 150px !important;
  }

  .banner-image .banner2 {
    animation: rounded infinite 20s linear;
    position: absolute;
    top: -140%;
    width: 420px;
  }

}

@media only screen and (max-width: 900px) {
   .banner {
     background: radial-gradient(
    circle at 50% 40%,
    rgba(5, 8, 79, 1) 8%,
    rgba(3, 5, 46, 1) 20%,
    rgba(2, 4, 40, 1) 28%,
    rgba(0, 0, 0, 1) 110%,
    rgba(0, 0, 0, 1) 100%
  );
    width: 100%;
    height: 100%;
  }
    .work-easy-heading{
     position: absolute;
    top: 15%;
    left: 36%;
    }

  .banner-contents {
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 60px;
    padding: 20% 0;
  }
  .banner-content {
    width: 60% !important;
    text-align: center;
    margin-top: 30px;
    /* margin-top: 30px; */
  }
  .banner-image .banner-logo {
    width: 150px !important;
  }

   .banner-image{
    margin-top: 25%;
   }

  .banner-image .banner2 {
    animation: rounded infinite 20s linear;
    position: absolute;
    top: -140%;

    width: 420px;
  }
    .overlay-1 {
  position: absolute;
  top: 30%;
  left: 10%;
  width: 50px;
}


}

@media only screen and (max-width: 450px) {
  .banner {
      
     background: radial-gradient(
    circle at 55% 48%,
    rgba(5, 8, 79, 1) 8%,
    rgba(3, 5, 46, 1) 20%,
    rgba(2, 4, 40, 1) 28%,
    rgba(0, 0, 0, 1) 110%,
    rgba(0, 0, 0, 1) 100%
     );
  
    width: 100%;
    height: 100%;
  }
  
  
  .banner-contents {
    flex-direction: column-reverse;
    justify-content: space-between;
    gap: 60px;
    padding-top: 60%;
  }
  .banner-content {
    width: 60% !important;
    text-align: center;
    margin-top: 30px;
    width: 90% !important;
  }
  .banner-content h3{
      margin-top: 15px;
  }
  .banner-image .banner-logo {
    width: 90px !important;
  }

  .banner-image .banner2 {
    animation: rounded infinite 20s linear;
    position: absolute;
    top: -150%;
    width: 260px;
  }
  .work-easy-heading{
  position: absolute;
  top:15%;
  left: 29%;
}
  .overlay-1 {
  position: absolute;
  top: 16%;
  left: 10%;
  width: 50px;
}
}
@media only screen and (max-width: 320px){
    .banner {
     background: radial-gradient(
    circle at 50% 40%,
    rgba(5, 8, 79, 1) 8%,
    rgba(3, 5, 46, 1) 20%,
    rgba(2, 4, 40, 1) 28%,
    rgba(0, 0, 0, 1) 110%,
    rgba(0, 0, 0, 1) 100%
  );
    width: 100%;
    height: 100%;
  }
    .work-easy-heading{
            position: absolute;
    top: 15%;
    left: 25%;
    }
   .banner-image .banner-logo {
    width: 90px !important;
  }

  .banner-image .banner2 {
    animation: rounded infinite 20s linear;
    position: absolute;
    top: -152%;
    width: 252px;
  }
  .banner-image{
    margin-top: 47px;
  }
}


/* banner media css end */
/* ==================================================
================================================== */

/* problem-solution-section start  */

@media only screen and (max-width: 1440px) {
.problem-solution-section{
    width: 100%;
    height: 100%;

}

/* prob-solu-ball */
.prob-solu-overlay-1 {
  position: absolute;
  top: 10%;
  left: 2%;
  width: 70px;
}
.prob-solu-overlay-2 {
  position: absolute;
  top: 20%;
  left: 86%;
  width: 90px;
  width: 70px;
}
.prob-solu-overlay-3 {
  position: absolute;
  top: 26%;
  left: 55%;
  width: 90px;
  width: 60px;
  filter: blur(5px);
  
}
.prob-solu-overlay-4 {
  position: absolute;
 top: 55%;
  left: 40%;
  width: 90px;
  width: 60px;
  filter: blur(5px);
  
}
.prob-solu-overlay-5 {
  position: absolute;
  top: 90%;
  left: 50%;
  width: 90px;
  width: 70px;
   filter: blur(5px);
   
}
.prob-solu-overlay-6 {
  position: absolute;
  top: 85%;
  left: 6%;
  width: 90px;
  width: 70px;
}
.prob-solu-overlay-7{
  position: absolute;
  top: 85%;
  left: 83%;
  width: 90px;
  width: 120px;
}

}

@media only screen and (max-width: 1024px){
  .problem-solution-section {
    width: 100%;
    height: 100%;
}
.prob-solu-contents{
  padding-bottom: 10%;
}
}


@media only screen and (max-width: 900px) {
  .prob-solu-contents {
    flex-direction: column-reverse;
    padding-top: 10%;
    position: relative;
    z-index: 1000;
  }
  .prob-solu-image {
    width: 350px;
  }
  .prob-solu-content {
    width: 70%;
    text-align: center;
  }

/* prob-solu-ball */
.prob-solu-overlay-1 {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 90px;
}
.prob-solu-overlay-2 {
  position: absolute;
  top: 30%;
  left: 76%;
  width: 90px;
  width: 70px;
}
.prob-solu-overlay-3 {
  position: absolute;
  top: 5%;
  left: 55%;
  width: 90px;
  width: 60px;
  filter: blur(5px);
  
}
.prob-solu-overlay-4 {
  position: absolute;
 top: 55%;
  left: 20%;
  width: 90px;
  width: 60px;
  filter: blur(5px);
  display: none;
  
}
.prob-solu-overlay-5 {
  position: absolute;
  top: 75%;
  left: 60%;
  width: 90px;
  width: 70px;
   filter: blur(5px);
     display: none;

   
}
.prob-solu-overlay-6 {
  position: absolute;
  top: 85%;
  left: 6%;
  width: 90px;
  width: 70px;
  display:none;
}


}



@media only screen and (max-width: 450px) {
  .prob-solu-contents {
    flex-direction: column-reverse;
    padding-top: 10%;
  }
  .solution h1 {
     margin-top: 15px;
  }
  .prob-solu-image {
    width: 250px;
  }
  .prob-solu-content {
    width: 100%;
    text-align: center;
  }
  /* prob-solu-ball */
.prob-solu-overlay-1 {
  display: none;
}
.prob-solu-overlay-3 {
  display: none;
}
.prob-solu-overlay-2 {
  display: none;
}
.prob-solu-overlay-7{
 display: none;
}
}
@media only screen and (max-width: 375px){
.problem-solution-section {
    width: 100%;
    height: fit-content;
}
.prob-solu-contents{
  /*padding-bottom: 100%;*/
}
}

/* problem-solution-section end  */

/* ==================================================
================================================== */

/* advantage section start */

@media only screen and (max-width: 1024px) {
.advantage-overlay-1{
  position: absolute;
  top:10%;
  left: 15%;
  width:70px ;
}
.advantage-overlay-2{
  position: absolute;
  top:50%;
  left: 20%;
  width: 50px;
  filter: blur(10px);
}
.advantage-overlay-3{
  position: absolute;
  top:80%;
  left: 68%;
  width: 50px;
}
.advantage-overlay-4{
  position: absolute;
  top:16%;
  left:80% ;
  width: 55px;
}
.advantage-overlay-5{
  position: absolute;
  top:35%;
  left: 70%;
  width: 20px;
}
.advantage-overlay-6{
  position: absolute;
  top:50%;
  left: 80%;
  width: 120px;
  filter: blur(10px);
}
.advantage-overlay-7{
  position: absolute;
  top:80%;
  left: 12%;
  width: 150px;
}
}

@media only screen and (max-width: 550px) {
    
    .advantage-section{
        height:fit-content;
    }
    p{
        margin:0;
        padding:0;
        
    }
    
  .advantage-contents {
    width: 90%;
    padding: 21px 0;
  }

.advantage-overlay-1{
  display:none;
}
.advantage-overlay-2{
 display: none;
}
.advantage-overlay-3{
 display:none;
}
.advantage-overlay-4{
 display: none;
}
.advantage-overlay-5{
   display:none;
}
.advantage-overlay-6{
  display: none; 
 
}
.advantage-overlay-7{
   display:none;
}

}


@media only screen and (max-width: 375px){
 .advantage-section{
    width: 100%;
    height: fit-content;
 }
 .advantage-contents{
    padding-top: 10%;
    /*padding-bottom: 100%;*/
 }
.advantage-overlay-1{
 display: none;
}

}
/* advantage section end */

/* ==================================================
================================================== */


/* product-service start */

@media screen and (max-width:900px) {
  .product-service-content{
    width: 80%;
  }
.product-service-content h1{
    font-size: 45px;
  }
  
}
@media screen and (max-width:1024px) {
 .product-overlay-1{
  position: absolute;
  top:15%;
  left: 8%;
  width:40px ;
}
.product-overlay-2{
 display: none;
}
.product-overlay-3{
  position: absolute;
  top:80%;
  left: 68%;
  width: 70px;
}
.product-overlay-4{
  position: absolute;
  top:16%;
  left:85% ;
  width: 70px;
  filter: brightness(60%);
}
.product-overlay-5{
  position: absolute;
  top:65%;
  left: 50%;
  width: 40px;
  filter: brightness(60%);
}
.product-overlay-6{
  position: absolute;
  top:50%;
  left: 75%;
  width: 100px;
  filter: blur(10px);
}
.product-overlay-7{
  position: absolute;
  top:80%;
  left: 12%;
  width: 180px;
}

  
}
@media screen and (max-width:450px) {
    ul{
        margin:0;
    }
  .product-service-content{
    width: 100%;
  }
  .product-service-content h1{
    font-size: 33px;
  }
  
.product-service{
    height:fit-content;
    padding:20px 0;
}

.product-overlay-1{
display: none;
}
.product-overlay-2{
 display: none;
}
.product-overlay-3{
 display: none;
}
.product-overlay-4{
 display: none;
}
.product-overlay-5{
 display: none;
}
.product-overlay-6{
  display: none;
}
.product-overlay-7{
  display: none;
}

}
/* product-service end */

/* ==================================================
================================================== */

/* operational section start */
@media only screen and (max-width:1024px){
  .oprational-overlay-1{
  position: absolute;
  top:8%;
  left: 8%;
  width:50px ;
}
.oprational-overlay-2{
  display: none;
}
}
@media only screen and (max-width:900px){
.operational-contents{
    width: 100%;
    height: 100%;
  }
  .operational-contents h1{
    font-size: 2.5em;
    /* text-align: center; */
  }
  .operational-contents ul li{
    /* font-size: 22px; */
    margin-bottom: 5px;
  }


  .oprational-overlay-1{
  position: absolute;
  top:10%;
  left: 8%;
  width:50px ;
}
.oprational-overlay-2{
  position: absolute;
  top:80%;
  left: 10%;
  width: 60px;
  
}
.oprational-overlay-3{
  position: absolute;
  top:80%;
  left: 48%;
  width: 70px;
}
.oprational-overlay-4{
  position: absolute;
  top:16%;
  left:80% ;
  width: 45px;
}
.oprational-overlay-5{
 display: none;
}
.oprational-overlay-6{
  position: absolute;
  top:70%;
  left: 55%;
  width: 40px;
  filter: brightness(70%);
  /* filter: blur(10px); */
}
.oprational-overlay-7{
  position: absolute;
  top:60%;
  left: 70%;
  width: 180px;
}
}



@media only screen and (max-width:450px){
    .operational-section {
        height:fit-content;
    }
  .operational-contents{
    width: 100%;
    padding:20px 0;
  }
  .operational-contents h1{
    font-size: 33px;
    /* text-align: center; */
  }
  .operational-contents ul li{
    font-size: 16px;
    margin: 0;
  }

   .oprational-overlay-1{
  display:none;
}
.oprational-overlay-2{
 display:none;
  
}
.oprational-overlay-3{
  display:none;
}
.oprational-overlay-4{
  display:none;
}
.oprational-overlay-5{
 display: none;
}
.oprational-overlay-6{
  display:none;
  /* filter: blur(10px); */
}
.oprational-overlay-7{
  display:none;
}
}
@media only screen and (max-width: 375px){
 .operational-section {
    width: 100%;
    height: 100% ;
 }
 .operational-contents{
  padding-bottom:18% ;
 }
.oprational-overlay-2{
display: none;
}
.oprational-overlay-4{
display: none;
}
}

/* operational section end */
/* ==================================================
================================================== */

/* team section start */


@media only screen  and (max-width:1440px){
.our-team p{
    font-size: 21px;
  }
.team-overlay-1{
  position: absolute;
  top:15%;
  left: 78%;
  width:60px ;
}
.team-overlay-2{
  position: absolute;
  top:50%;
  left: 14%;
  width: 80px;
  filter: blur(10px);
}
.team-overlay-3{
  position: absolute;
  top:80%;
  left: 8%;
  width: 50px;
}
.team-overlay-4{
  position: absolute;
  top:79%;
  left:78% ;
  width: 65px;
}
.team-overlay-5{
  display: none;
}
.team-overlay-6{
  position: absolute;
  top:50%;
  left: 85%;
  width: 100px;
  filter: blur(3px);
}
.team-overlay-7{
  position: absolute;
  top:20%;
  left: 5%;
  width: 160px;
}
}


@media only screen  and (max-width:1440px){
  .our-team p{
    font-size: 16px;
  }
  .team-overlay-1{
  position: absolute;
  top:15%;
  left: 78%;
  width:60px ;
}
.team-overlay-2{
  position: absolute;
  top:50%;
  left: 10%;
  width: 70px;
  filter: blur(5px);
  display: none;
}
.team-overlay-3{
  position: absolute;
  top:80%;
  left: 8%;
  width: 50px;
}
.team-overlay-4{
  position: absolute;
  top:79%;
  left:85% ;
  width: 65px;
  display: none;
}
.team-overlay-5{
  display: none;
}
.team-overlay-6{
  position: absolute;
  top:50%;
  left: 85%;
  width: 100px;
  filter: blur(3px);
  display: none;
}
.team-overlay-7{
  position: absolute;
  top:20%;
  left: 5%;
  width: 150px;
}

}


@media only screen  and (max-width:900px){
  .team-section{
    width: 100%;
    padding-top: 20%;
  }
  .our-team {
  text-align: center;
  color: rgb(91, 184, 238);
  width: 90%;
  margin: 0 auto;
}
.team-members img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}



}


@media only screen  and (max-width:768px){
.team-overlay-1{
  position: absolute;
  top:15%;
  left: 78%;
  width:60px ;
}
.team-overlay-2{
  position: absolute;
  top:50%;
  left: 5%;
  width: 70px;
  filter: blur(5px);
}
.team-overlay-3{
  position: absolute;
  top:80%;
  left: 2%;
  width: 50px;
}
.team-overlay-4{
  position: absolute;
  top:79%;
  left:85% ;
  width: 65px;
}
.team-overlay-5{
  display: none;
}
.team-overlay-6{
  position: absolute;
  top:50%;
  left: 85%;
  width: 70px;
  filter: blur(3px);
}
.team-overlay-7{
  position: absolute;
  top:10%;
  left: 5%;
  width: 120px;
}
}
@media only screen  and (max-width:428px){
  .team-section{
    width: 100%;
    padding-top: 20%;
  }
  .our-team {
  text-align: center;
  color: rgb(91, 184, 238);
  width: 90%;
  margin: 0 auto;
}
.team-members {
  flex-direction: column;
}
.team-overlay-1{
 
  display: none;
}
.team-overlay-2{
 display: none;
}
.team-overlay-3{
  display: none;
}
.team-overlay-4{
  display: none;
}
.team-overlay-5{
  display: none;
}
.team-overlay-6{
display: none;
}
.team-overlay-7{
 display:none;
}

}

@media only screen and (max-width: 375px){
 .team-section{
    width: 100%;
    height: 100% ;
    margin-top: 0;
 }
.team-overlay-7{
  position: absolute;
  top:5%;
  left: 2%;
  width: 60px;
  display:none;
}
}
/* team section end */


/* ==================================================
================================================== */

/* waitlist section start */

@media only screen and (max-width: 1440px) {
  .form-section {
    padding-top:20% ;
    padding-bottom: 20%;
   
  }
.form-section img {
  width: 550px;
  height: 95%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form {
  position: absolute;
  width: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}
@media only screen and (max-width: 1024px){
  .waitlist-section{
    width: 100%;
    height: 100%;
    padding-top: 30%;
    padding-bottom: 30%;
  }


  .form-section {
    padding-top:20% ;
    padding-bottom: 20%;
   
  }
.form-section img {
  width: 520px;
  height: 80%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form {
  position: absolute;
  width: 290px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.waitlist-overlay-1{
  position: absolute;
  top:10%;
  left: 15%;
  width:90px ;
}
.waitlist-overlay-2{
  position: absolute;
  top:50%;
  left: 20%;
  width: 80px;
  filter: blur(10px);
}
.waitlist-overlay-3{
  position: absolute;
  top:80%;
  left: 85%;
  width: 70px;
}
.waitlist-overlay-4{
  position: absolute;
  top:16%;
  left:85% ;
  width: 145px;
  display: none;
}
.waitlist-overlay-5{
  position: absolute;
  top:75%;
  left: 15%;
  width: 50px;
}
.waitlist-overlay-6{
  position: absolute;
  top:40%;
  left: 80%;
  width: 80px;
  filter: blur(10px);
}
.waitlist-overlay-7{
  position: absolute;
  top:60%;
  left: 72%;
  width: 180px;
}
}


@media only screen and (max-width: 768px) {
   .waitlist-section{
    width: 100%;
    height: 100%;
    padding-top: 50%;
    padding-bottom: 30%;
  }
  .form-section {
    padding-top:20% ;
    padding-bottom: 20%;
   
  }
.form-section img {
  width: 520px;
  height: 105%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form {
  position: absolute;
  width: 290px;
  top: 50%;
  left: 50.5%;
  transform: translate(-50%, -50%);
}
 
 .waitlist-overlay-1{
  position: absolute;
  top:10%;
  left: 10%;
  width:90px ;
}
.waitlist-overlay-2{
  position: absolute;
  top:50%;
  left: 10%;
  width: 80px;
  filter: blur(10px);
}
.waitlist-overlay-3{
  position: absolute;
  top:85%;
  left: 85%;
  width: 50px;
}
.waitlist-overlay-4{
  position: absolute;
  top:20%;
  left:85% ;
  width: 145px;
  display: none;
}
.waitlist-overlay-5{
  position: absolute;
  top:75%;
  left: 5%;
  width: 50px;
}
.waitlist-overlay-6{
  position: absolute;
  top:40%;
  left: 85%;
  width: 70px;
  filter: blur(10px);
  display: none;
}
.waitlist-overlay-7{
  position: absolute;
  top:50%;
  left: 82%;
  width: 100px;
}
}
@media only screen and (max-width: 900px) {
   .waitlist-section{
    width: 100%;
    height: 100%;
    padding-top: 50%;
    padding-bottom: 30%;
    overflow-x: hidden;
  }
 
  .form-section{
    padding: 20px 0;
  }
.form-section img {
  width: 580px;
  height: 105%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}
form {
  position: absolute;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
}

@media only screen and (max-width: 450px) {
    .waitlist-section{
    width: 100%;
    height: 100%;
    padding-top: 90%;
    padding-bottom: 90%;
  }
  .waitlist-section{
    overflow: hidden !important;
  }
  .form-section{
    padding: 20px 0;
  }
.form-section img {
      width: 532px;
    height: 91%;
    /* height: 75%; */
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
}
form {
     position: absolute;
    padding: 0 5px;
    width: 301px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form-check{
     display: flex;
     gap:5px
}

.waitlist-overlay-1{
 display:none;
}
.waitlist-overlay-2{
  
  display: none;
}
.waitlist-overlay-3{
display:none;
}
.waitlist-overlay-4{
 display:none;
}
.waitlist-overlay-5{
  display:none;
}
.waitlist-overlay-6{
  
  display: none;
}
.waitlist-overlay-7{
 display:none;
}
}


@media only screen and (max-width: 320px){
  .waitlist-section{
    width: 100%;
    height: 100%;
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .waitlist-section{
    overflow: hidden !important;
  }
    .form-section img {
  width: 430px;
  height: 95%;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}


form {
  position: absolute;
  padding: 0 10px;
  width: 250px;
 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.waitlist-overlay-1,.waitlist-overlay-5,.waitlist-overlay-7{
  display: none;
}
} 

/* waitlist section end */
