* {
   margin: 0;
   padding: 0;
   font-family: "Poppins", sans-serif;
  
}
body{
   margin: auto;
}
 .hamburger-icon {
   display: none;
 }

.hamburger-icon {
   border: none;
   background-color: transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
   color: white;
   font-size: 1.5rem;
   cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
   appearance: none;
} 

.navbr {

   display: flex;
   justify-content: space-around;
   align-items: center;
   position: fixed; 
    background-color: rgb(59, 59, 59); 
   border-radius: 0 0 6px 6px;
   top: 0;
   width: 100%;
   z-index: 99;
   font-size: 17px;
   height: 12vh;
}

.bg-home {
   background-image: url(/bg.jpg);
   background-size: cover;
   background-position: center center;
   position: relative;
   height: 100vh;
   

}

.bg-overlay {
   background-color: rgba(36, 42, 53, 0.7);
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
}


.sidenav {

   display: flex;
   gap: 40px;

}

.nav-item {
   list-style: none;
   text-transform: capitalize;
   position: relative;

}

.nav-item a {
   text-decoration: none;
   color: white;
}

.navbr a:hover {
   color: aquamarine;
   width: 100%;
}

.nav-item::before {
   content: '';
   position: absolute;
   bottom: -10px;
   left: 0;
   width: 0%;
   height: 3px;
   background-color: aquamarine;
   transition: all .5s;


}

.nav-item:hover::before {
   width: 100%;
}


.contenthome {
   z-index: 1;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 20px;
}

.contenthome h3 {
   font-size: 48px;
   font-weight: 540;
   margin-top: 16%;
   color: #ffffff;
   max-width: 950px;

   text-align: center;
   font-family: "Poppins", sans-serif;
}

.contenthome span {
   color: #ffffff;
}

.contenthome a {
   text-decoration: none;
}

.contenthome i {
   color: #06d19c;
   font-size: 34px;
   font-weight: bold;

}

.btn-custom {
   color: #ffffff;
   background-color: #06d19c;
   text-decoration: none;
}

.btn-rounded {
   border-radius: 30px !important;
}

.btn {
   padding: 12px 34px;
   font-size: 16px;
   letter-spacing: 0.5px;

}

.btn:hover {
   color: #06d19c;
   background-color: whitesmoke;
   font-weight: bold;
}

.like h3 {
   color: #ffffff;
   font-family: "Poppins", sans-serif;
}

.like p {
   color: rgba(255, 255, 255, 0.7);
   font-family: "Rubik", sans-serif;
    font-size: 15px; 


}

.like {
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   padding: 10px;
   gap: 65px;
}

.like1,
.like2,
.like3 {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
    line-height: 30px;
   gap: 15px;

}

.mouse-down {
   z-index: 1;
   text-align: center;
  
}
.fullhome{
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
}

.title-border {
   background-color: #06d19c;
   height: 2px;
   width: 30px;
   margin: 0 auto;
   margin-top: 5px;
   transform: rotate(90deg);

  
}
 .section,.features,.client,.faq{
   margin: 20px;
 margin-top: 60px;
} 
.features,.client{
   margin-top: 25px;
}
.sectit,.featuretit,.clientit{
  display: flex;
  justify-content: center;
  align-items: center;
   height: 180px;
}
 .featuretit,.clientit{ 
   height: 280px;
} 
.faqtit-center{
   height: 200px;

}

.sectit-center,.featit-center,.clientit-center,.faqtit-center{
display: flex;
flex-direction: column;
gap: 25px;
}
.sectit-center h3,.featit-center h3,.clientit-center h3,.faqtit-center {
   text-align: center;
   font-size: 30px;
   font-family: "Poppins", sans-serif;
   color: rgb(24, 23, 23);
}
.container h5{
   font-family: "Poppins", sans-serif;
   font-size: 16px;
   color: rgb(24, 23, 23);
  
   
}
.container p,.features p,.clientit-center p,.faqtit-center p{
   font-family: "Rubik", sans-serif;
    color: #6c757d;
    font-size: 15px;
    
   
}
.containeritem p{
   width: 370px;
   line-height: 30px;
}
.containeritem i{
   font-size: 30px;
}
.containeritem {
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
  
}
.plus{
   display: flex;
   align-items: center;
   gap: 10px;
}
.service-box,.service-box1,.service-box2,.service-box3,.service-box4,.service-box5{
   width: 50%;
   display: flex;
   flex-direction: column;
   gap: 20px;
   background-color: whitesmoke; 
   width: 50%;
   padding: 10px;
   height: 100%;
}
.box3,.another3{
   display: flex;
   justify-content: space-evenly;
   padding: 20px;
   gap: 10px;
}
.fea1item,.fea2item{
    display: flex;
    justify-content: space-evenly;
    gap: 15px;
   width: 100%;
   height: 460px;
}
.fea1item .contentitem ,.fea2item .contentitem{
     width: 50%;
     height: 340px;
     display: flex;
     flex-direction: column;
     justify-content: space-evenly;
     padding: 20px;
     background-color: whitesmoke;
     line-height: 35px;

}
.fea1item .feaimg,.fea2item .feaimg{
   width: 100%;
   height: fit-content;
}

.contentitem .equal{
   position: relative;
}
.fea1item h3,.fea2item h3{
   font-family: "Poppins", sans-serif;
   font-size: 28px;
   font-weight: 545;
   line-height: 40px;
}
.fea1item .title,.fea2item .title{
  font-size: 16px;
  font-weight: bold;
  
}
.fea1item h5,.fea2item h5{
   font-size: 16px;
   font-weight: bold;
   color: #06d19c;
   
 }
 .fea1item h5:hover,.fea2item h5:hover{
   font-size: 16px;
   font-weight: bold;
   color: palevioletred ;
   
   
 }
 .fea1item i,.fea2item i{
   font-size: 30px;
 }
 .equal{
   display: flex;
   align-items: center;
   gap: 10px;
}
 .borderbot{
   background-color: #06d19c;
   height: 2px;
   width: 100px;


 }
.bg-video{
background-image: url(/bg-1.jpg);
background-size: cover;
background-position: center center;
position: relative;
height: 290px;

}
.videocontent{
   color: white;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   text-align: center;
 
}
.videocontent h3{
   font-size: 29px;
   font-weight: bold;
   line-height: 16px;
   font-family: "Poppins", sans-serif;
   margin-bottom: 20px;
}
.videocontent p{
   font-family: "Rubik", sans-serif;
   font-size: 15px;
  
   line-height: 40px;
  
}
.videocontent .video i{
   font-size: 40px;
   color: #06d19c;
   line-height: 50px;
}
.faqitem2{
  display: flex;
  
   justify-content: space-evenly ;
   margin: 25px;

}
.faq1,.faq2,.faq3,.faq4,.faq5,.faq6{
   display: flex;
   flex-direction: column;
  gap: 15px;
  padding: 20px;
  line-height: 30px;
   background-color: whitesmoke; 
  
}
.faq{
   height: 900px;
}
.faqitem2 p{
   width: 450px;
   font-family: "Rubik", sans-serif;
   font-size: 15px;
   color: gray;

}
.faqitem2 h5{
   font-size: 19px;
   font-weight: bold;
   line-height: 30px;
   font-family: "Poppins", sans-serif;
}
.faqitem2 .number{
     font-size: 20px;  
}
.number i{
   margin-left: 5px;
}
footer{
   border-radius: 6px 6px 0 0;
   background-color: rgb(59, 59, 59);
 
  
}
.foot{
   display: flex;
   justify-content: space-evenly;
   align-items: center;
   height: 300px;
}
 .foot h5{
   font-size: 24px;

} 
.foot p,.foot li{
   font-size: 14px;
   list-style: none;
   font-family: "Rubik", sans-serif;

}
.foot p:hover,.foot li:hover{
   color: #06d19c;
   cursor: pointer;
}
.foot img{
   font-size: 64px;
}
footer .icon3 i{
   font-size: 30px;
   line-height: 60px;
   margin-left: 7px;
  color: whitesmoke;
}
footer .icon3 i:hover{
   color: #06d19c;
}
footer h3,footer h5,footer p, footer li{
   color: white;
} 
.footeritem1,.footeritem2,.footeritem3,.footeritem4{
   line-height: 40px;
}
label {
   margin-left: 10px;
}
.contact{
   height: 580px;
}

.contact .center {
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 300px;
}

.center input {
   width: 490px;
   height: 40px;
   margin: 10px;
   border-radius: 40px;
   border-color: 2px rgb(59, 59, 59) ;
  
}


.center .send {
   width: 495px;
   height: 50px;
   border: none;
   font-size: 17px;
   margin-left: 5px;
   color: white;
   border-radius: 40px;
   background-color: #06d19c;
}

.send:hover {
   color:  #06d19c;
   background-color: rgb(59, 59, 59);
   cursor: pointer;

}

div#slider {
   overflow: hidden;
}
div#slider figure .banner1,div#slider figure .banner2,div#slider figure .banner3 {
   width: 20%;
   float: left;
   height: 571px;
   display: flex;
   justify-content: center;
}
div#slider figure {
   position: relative;
   width: 500%;
   animation: 7s slider infinite ease-in-out;
}
.text-box img{
   border-radius: 160px;
    
}

 .text-box {
   line-height: 38px;

} 
.text-box p{
   font-family: "Rubik", sans-serif;
   font-size: 15px;
   color: gray;
   padding: 30px;
   width: 50%;
  
}
.text-box h1,.text-box h3{
   font-size: 34px;
   font-family: "Poppins", sans-serif;

}
.text-box h3{
   color: #06d19c;
   font-size: 24px;
}
.text-box h6{
   color: #6c757d;
   font-family: "Rubik", sans-serif;
   font-size: 18px;
}

@keyframes slider {
   0% {
       left: 0%;
   }

   20% {
       left: 0%;
   }

   25% {
       left: -100%;
   }

   45% {
       left: -100%;
   }

   50% {
       left: -100%;
   }

   70% {
       left: -100%;
   }

   75% {
       left: -200%;
   }

   95% {
       left: -200%;
   }

   100% {
       left: -200%;
   }
}
/* css end */

/* media queries */
/* media query at mobile screen */
@media screen and (max-width:399px) {
   
   .navbr {
        display: block ; 
      
  }
  .hamburger-icon {
      display: block;
      position: absolute;
      left: 10%;
      top: 50%;
     transform:translate(-50%,-50%);
       font-size: 24px;  
  }


  .fa-x {
      display: none;
  }
  .navbr:has(.hamburger-icon input[type="checkbox"]) .fa-x {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .sidenav {
    padding-top: 40px; 
      height: 400px;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
      display: inline-block;

  }
  .navbr{
   position: relative;
   border-radius: 0;
  }
   .navbr  .logo{
       text-align: center; 
       position: absolute;
       left: 50%;
      top: 50%;
     transform:translate(-50%,-50%);

       
  } 


  .sidenav {
       height: 0; 
      overflow: hidden;
      flex-direction: column;
      align-items: center;
      transition: all 0.5s ease-in-out;
      background-color: black;
      width: auto;
      position: absolute;
      top: 5em;
  }
  .sidenav{
   position: relative;
  }
   

   .like{
     display: none;
   }
   
   .box3,.another3{
      flex-direction: column;
      justify-content: center;
    
      height: fit-content;
   }
   .service-box,.service-box1,.service-box2,.service-box3,.service-box4,.service-box5{
      background-color: whitesmoke;
      width: 32vh;

   }
     .service-box p,.service-box1 p,.service-box2 p,.service-box3 p,.service-box4 p,.service-box5 p{
     
      width: 30vh;
   }  
   .fea1item,.fea2item{
      flex-direction: column;
      height: fit-content;
   }
   .fea1item .contentitem,.fea2item .contentitem{
      width: auto;
      height: unset;
   }
   
   .faqitem2{
      flex-direction: column;
      height: fit-content;
        gap: 23px;
   } 
   .faqitem2 p {
      width: auto;

   }
   .center input,.center .send{
      width: 250px;
   }
   .text-box p{
      width: 80%;
   }
     .foot{
      flex-direction: column;
      height: fit-content;
      align-items: start;
      padding: 20px;
   } 
   .videocontent{
      display: none; 
   }
   .contentitem{
      margin-bottom: 60px ;
   }
   .contenthome h3{
      font-size: 23px;
      width: 270px;
   }
   
   .clientit p{
      text-align: center;
   }
   .faq,.client,.feature{
      height: fit-content;
   }
   
   .mouse-down{
      display: none;
   }
   
}

@media screen and (min-width:400px) and (max-width:575px) {
   
   .navbr {
        display: block ; 
      
  }

  .hamburger-icon {
      display: block;
      position: absolute;
      left: 15%;
      top: 50%;
     transform:translate(-50%,-50%);
       font-size: 24px;  
  }


  .fa-x {
      display: none;
  }
  .navbr:has(.hamburger-icon input[type="checkbox"]) .fa-x {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .sidenav {
    padding-top: 40px;
      height: 400px;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
      display: inline-block;

  }
  .navbr{
   position: relative;
   border-radius: 0;
  }
   .navbr  .logo{
       text-align: center; 
       position: absolute;
       left: 50%;
      top: 50%;
     transform:translate(-50%,-50%);
       
  } 


  .sidenav {
       height: 0; 
      overflow: hidden;
      flex-direction: column;
      align-items: center;
      transition: all 0.5s ease-in-out;
      background-color: black;
      width: 300px;
      position: absolute;
      top: 4.8em;
  }
  .sidenav{
   position: relative;
  } 
   .bg-home{
      height: 1200px;
   }
   .contenthome h3{
      font-size: 25px;
      width: 270px;
   } 
   
   .like{
      flex-direction: column;
      height: fit-content;
   }
    .text-box p{
      width: 80%;
   }
   
   .box3,.another3{
      flex-direction: column;
      justify-content: center;
    
      height: fit-content;
   }
   .service-box,.service-box1,.service-box2,.service-box3,.service-box4,.service-box5{
      background-color: whitesmoke;
      width: auto;
      width: 350px;
   }
   .fea1item,.fea2item{
      flex-direction: column;
      height: fit-content;
   }
   .fea1item .contentitem,.fea2item .contentitem{
      width: auto;
      height: unset;
   }
   
   .faqitem2{
      flex-direction: column;
      height: fit-content;
      gap: 23px;
   } 
   .faqitem2 p {
      width: auto;

   }
   .center input,.center .send{
      width: 250px;
   }
     .foot{
      flex-direction: column;
      height: fit-content;
      align-items: start;
      padding: 20px;
   } 
   .videocontent p{
      line-height: 20px;
      width: 400px;
   }
   .videocontent h3{
      margin-bottom: 20px;
   }
 
   .clientit p{
      text-align: center;
   }
   .faq,.client,.feature{
      height: fit-content;
   }
   .mouse-down{
      display: none;
   }
}
/* media query at ipad screen */
@media screen and (min-width:576px) and (max-width:899px) {
   .navbr {
        display: block ; 
      
  }

  .hamburger-icon {
      display: block;
      position: absolute;
      left: 20%;
      top: 50%;
     transform:translate(-50%,-50%);
       font-size: 24px;  
  }


  .fa-x {
      display: none;
  }
  .navbr:has(.hamburger-icon input[type="checkbox"]) .fa-x {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .sidenav {
    padding-top: 40px;
      height: 400px;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
      display: none;
  }

  .navbr:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
      display: inline-block;

  }
  .navbr{
   position: relative;
   border-radius: 0;
  }
   .navbr  .logo{
       text-align: center; 
       position: absolute;
      left: 50%;
      top: 50%;
     transform:translate(-50%,-50%);
       
  } 
  .sidenav {
       height: 0; 
      overflow: hidden;
      flex-direction: column;
      align-items: center;
      transition: all 0.5s ease-in-out;
      background-color: black;
      width: auto;
      position: absolute;
      top: 4.8em;
  }
  .sidenav{
   position: relative;
  }
   
   .bg-home{
      height: 1000px;
   }
   .contenthome h3{
      font-size: 43px;
      width: 380px;
   }


   .like{
      flex-direction: column;
      height: fit-content;
   }
   
   .box3,.another3{
      flex-direction: column;
      justify-content: center;
    
      height: fit-content;
   }
   .service-box,.service-box1,.service-box2,.service-box3,.service-box4,.service-box5{
      background-color: whitesmoke;
      width: 60vh;

   }
   .service-box p,.service-box1 p,.service-box2 p,.service-box3 p,.service-box4 p,.service-box5 p{
     
      width: 60vh;
      
   }
   .fea1item,.fea2item{
      flex-direction: column;
      height: fit-content;
   }
   .fea1item .contentitem,.fea2item .contentitem{
      width: auto;
      height: 340px;
   }
   .videocontent h3{
    margin-bottom: 20px ;
   }
   .videocontent {
      line-height: 20px ;
     }
   .faqitem2{
      flex-direction: column;
      height: fit-content;
      gap: 23px;
   } 
   .faqitem2 p {
      width: auto;

   }
   .center input,.center .send{
      width: 350px;
   }
     .foot{
      flex-direction: row;
      height:400px;
   } 
   .clientit p{
      text-align: center;
   }
   .faq,.client,.feature{
      height: fit-content;
   }
   .mouse-down{
      display: none;
   }
}
/*  meadia query for desk */
@media screen and (min-width:900px) and (max-width:1200px) {
   .navbr{
     width: 100vw;
   }
   
   .like{
      flex-direction: row;
     
   }
   .like p{
      width: 250px;
   }
   .bg-home{
      height: 950px;
   }
   
   .box3,.another3{
      flex-direction: column;
      justify-content: center;
      height: fit-content;
   }
   .service-box,.service-box1,.service-box2,.service-box3,.service-box4,.service-box5{
      background-color: whitesmoke;
      width: auto;

   }
   .videocontent h3{
      margin-bottom: 20px ;
     }
     .videocontent p{
        line-height: 35px ;
       }
   
   .faqitem2{
      flex-direction: column;
      height: fit-content;
   } 
   .faqitem2 p {
      width: auto;

   }
   
     .foot{
      flex-direction: row;
      height:400px;
   } 
   
   .clientit p{
      text-align: center;
   }
   .faq,.client,.feature{
      height: fit-content;
   }
  
}
/* media query end */


















