@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root{
  --color-1: #0f1016;
  --text-color: #f0f0f0;
  --darkgreen: #094b28;
  --green: #039b3d;
  --green2: #33C946;
  --maingreen1: #22b06e;
  /* --maingreen1: #08c04b; */
  --maingreen2: #33f299;
  --teagreen:#C8F6CE;
  --teagreen1: #acf2d1;
  --teagreen2: #ebeeec;
  --darkgrey: #333333;
  --grey: #A5A5A5;
}
*{
  margin: 0;
  padding: 0;
}
html{
  font-size: 16px;
  font-family: Poppins, Segoe UI, Tahoma, sans-serif;
}
a{
    text-decoration: none;
}
body{
  color: var(--darkgrey);
  overflow-x: hidden ! important;
}
.btn-brand{
    background:  var(--maingreen1);
    border: none;
    border-radius: .3rem;
    padding: .5rem 1.3rem;
    font-weight: 600;
    color: #fff;
    transform: .7s;
 }
 .btn-brand:hover{
  opacity: 0.8;
   
 }
 .bg-cover{
  background-position: center !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.title h4{
  font-family: "Chivo Mono", monospace;
  color: var(--maingreen1);
  font-size: 1.5rem;
  margin-bottom: 1rem;

}
.title h5{
  font-family: "Chivo Mono", monospace;
  color: var(--darkgrey);
  font-size: 1.3rem;
  margin-bottom: 3rem;
}
 form input[type="radio"]:checked {
  background-color: var(--maingreen2) !important;
}


/* Header */
.top-nav{
  /* background: hsl(0, 0%, 0%); */
  background: #333333;
  /* background: #202020; */
  /* background: var(--darkgreen); */
  padding:  .2rem 0;
}
.top-nav a,
.top-nav p{
  color: var(--teagreen2);
  font-size: .9rem;
  margin: 0;
}
.navba{
  width: 100%;
  height: 4.5rem;
  padding: 0 2.5rem;
  background: #fff;
  /* position: relative; */
  z-index: 10;
  box-shadow: 1px 5px 10px 1px rgba(0, 0, 0, 0.2);     
   /* z-index: 100; */
}
.navba .brand-logo{
  max-width: 90px ;
}
.navba .brand-logo img{
    width: 100%;
 }
 .navba .navba-links{
    flex-basis: 500px !important;
    padding-top: .5rem;
 }
.navba .navba-links ul{
  list-style-type: none;
}
.navba .navba-links ul li{
  /* font-size: 1.1rem; */
  font-size: 1.2vw;
  padding: 0 1rem;
}
.navba .navba-links ul li a{
  text-transform: uppercase;
  text-decoration: none;
  color: #333333;
  font-weight: 500;
  text-wrap: nowrap;
}
.navba .dropdown.sm-dropdown{
  display: none;
}
.navba .dropdown .dropdown-container {
  display: none;
  /* height: 10rem; */
  /* padding-top: 1rem; */
  padding-left: 8px;
}
.navba .dropdown .dropdown-container a{
  display: block;
  padding: .7rem .5rem;
}
.navba .dropdown .dropdown-container a:hover{
  background: rgb(86, 86, 86);
}
.navba .dropdown{
  display: inline-block;  
  transition: 1s;
  position: relative;
  text-wrap: nowrap;
}

.navba .dropdown .dropbtn {
  font-size: 1.2vw; 
  font-weight: 500; 
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.navba .dropdown-content {
  display: none;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  position: absolute;
}

.navba .dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: .9rem;
}
.navba .dropdown .fa-chevron-down{
  transition: .7s;
}
.navba .dropdown:hover .fa-chevron-down{
  transform: rotate(180deg);
}

.dropdown-content a:hover {
  background-color: #ddd;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.navba label{
  display: none;
  font-size: 1.8rem;
}
/* .navbar .nav-btn{
    display: flex;
    flex-wrap: nowrap !important;
} */
.nav-btn.lg{
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.nav-btn.sm{
    display: none;
}
.navba .nav-btn .btn-signup{
  border: 2px solid var(--maingreen1);
  text-wrap: nowrap;
 transition: .7s;
}
.navba .nav-btn .btn-signup:hover{
  background: transparent !important;
  border: 2px solid var(--maingreen1);
  color: var(--maingreen1);
}

.navba .navba-overlay{
  display: none;
}
@media(max-width: 1097px){
  .navba{
    padding: 0 .8rem 0 1rem !important;
  }
  .navba .nav-btn .btn-signup{
    text-wrap: nowrap !important;
    padding-left: .7rem !important;
    padding-right: .7rem !important;
  }
}
@media(max-width: 1088px){
  .navba{
    padding:0 1rem;
  }
}
@media(max-width: 991px){
 .nav-btn.lg{
        display: none;
    }
  .navba .dropdown.lg-dropdown{
    display: none;
  }
  .navba .dropdown.sm-dropdown{
      display: block;
  }
  .navba-links{
    height: 100%; 
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 10;
    width: 80%;
    background-color: var(--color-1);
    color: #fff;
    box-shadow: -5px 0 5px rgba(0, 0, 0, 0.25);
    transition: 0.75s ease-out;
  }
  .navba .navba-links ul{
    width: 100%;
    height: 85%;
    flex-direction: column;
    align-items: start !important;
    margin-top: 5rem;
    padding-bottom: 1rem;
  }
  .navba .navba-links ul li{
    margin: 1rem 0;
  }
  /* .navba .navba-links ul li:hover{
    color: var(--maingreen1) !important;
    background: red;
  } */
  .navba .sm-dropdown .dropdown-button{
    background: transparent;
    border: none;
    font-weight: 600;
  }
  .navba label{
    display: block;
  }
  .navba .open-navba{
    position: absolute;
    top: 20%;
    right: 2%;
    font-size: 1.2rem;
    border: 2px solid #636262;
    padding: .1rem .7rem;
    border-radius: .3rem;
    cursor: pointer;
  }
  .navba .close-navba{
    position: absolute;
    top: 2%;
    right: 4%;
    cursor: pointer;
  }
  .show-navba{
     right: 0;
  }
  .nav-btn.sm{
    display: block;
  } 
  .navba .navba-links ul li a,
  .navba .navba-links .nav-btn.sm a,
  .navba .sm-dropdown .dropdown-button,
  .navba .navba-links .nav-login{
    font-size: .9rem;
    color: #fff !important;
  }
  .navba .navba-links .nav-login{
    padding-top: 1rem;
    margin-right: .3rem;
  }
  /* .navba .navba-overlay{
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background: red;
    opacity: ;
  } */

}
@media screen and (max-width: 475px){
  .top-nav .call-us{
    margin-top: .3rem;
  }
  .top-nav a,
  .top-nav p{
    font-size: .7rem;
}
}
@media screen and (max-width: 390px){
  .top-nav .consultant,
  .top-nav .call-us{
    display: flex;
    flex-direction: column;
  }
  .top-nav .call-us .home{
    text-align: left;
  }
  .top-nav .consultant span{
    display: none;
  }
}

/* Hero */
.hero{
  padding:  0 4rem 1rem;
  position: relative;
  /* margin-bottom: 3rem; */
}
#scrollBtn {
 display: none;
 position: fixed;
 bottom: 20px;
 right: 30px;
 z-index: 99;
 font-size: 18px;
 border: none;
 outline: none;
 background-color: rgba(17, 225, 17,0.5);
 color: white;
 cursor: pointer;
 padding: .8rem 1rem;
 border-radius: 50%;
 }
 #scrollBtn:hover{
   background-color: rgba(17, 225, 17,0.7);
   transition: 1s;
 }
.hero .hero-content{
  display: flex;
  justify-content: center;
  align-items: center;
  padding:2rem 1rem; 
  color: #fff;
  width: 60vw;
  height: 100vh;
  margin: auto;
}
.hero .hero-content h4{
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 1.5;
}
.hero .hero-content p{
  font-weight: 600;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.hero .hero-content .request-btn{
  padding: .5rem .8rem;
  font-size: 1rem;
  margin-top: 1rem !important;
  display: inline-block;
  border-radius: 3rem;
  background: transparent;
  border: 2px solid var(--maingreen2);
  transition: 1s;
}
.hero .hero-content .request-btn:hover{
   background: var(--maingreen2);
   color: #fff !important;
}
.hero .hero-content .hero-contact{
  font-weight: 700;
  font-size: 1.2rem;
}
.hero .hero-content .request-btn{
  /* border-radius: 3rem;
  background: transparent;
  border: 2px solid var(--teagreen);
  margin-top: 2rem; */
}

.hero-contact{
 font-size: 34px;
 font-weight: 600;
 min-width: 280px;
}

@media screen and (max-width: 991px){
  .hero{
    padding-top: 0;
   }
   .hero .hero-content{
     width: 85vw;
   }
}

@media screen and (max-width: 768px){
 header{
   margin-bottom: 0;
 }
 
 .hero .hero-content{
  width: 90vw;
}
}
@media screen and (max-width: 640px){
  .hero{
     /* height: 170vh; */
     padding: 0 2rem 1rem;
     width: 100% !important;
     margin: 0;
   }
   .hero .hero-content h4{
     font-size: 1.3rem;
   }
   .hero .hero-content a{
     padding: .5rem 1.3rem;
     font-size: 1rem;
   } 
   .hero .hero-content p{
     font-size: 1rem;
   }
   .hero .hero-content .hero-contact{
     font-size: 1rem;
   }
}
@media screen and (max-width: 475px){
  .hero{
     padding: 4rem 1rem 1rem;
     height: 85vh !important;
     width: 100% !important;
   }   
   .hero .hero-content{
    padding: 6rem 1rem 2rem;
    height: fit-content;
   } 
}


/* About */
.about-section{
  padding: 5rem 4rem 0;
}
.about-section .about-content h4{
   font-size: 1.5rem;
   color: var(--green);
   margin-bottom: 2rem;
}
.about-section .about-content p{
  font-size: 1.2rem;
  font-weight: 500;
  margin: 1rem 0;
}
.about-section .about-content .service a{
  font-size: 1.23rem;
  font-weight: 500;
  color: #000;
  margin-left: .3rem;
}
.about-section .about-content .btn-brand{
  padding: .8rem 1.5rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px){
 .about-section .about-flex{
   flex-direction: column-reverse;
 }
} 
@media screen and (max-width: 768px){
 .about-section {
   /* padding-top: 2rem; */
 }
}
 @media screen and (max-width: 640px){
   .about-section .about-content .service a,
   .about-section .about-content p{
     font-size: 1.1rem;
   }
   .about-section .about-content .btn-brand{
     padding: .5rem 1.3rem;
     font-size: 1.1rem;
   }       
   .about-section .about-content .service{
     flex-direction: column;
     margin: 1rem 0;
   }
}
@media screen and (max-width: 475px){
   .about-section{
     padding: 5rem 2rem 0;
   } 
}
@media screen and (max-width: 436px){
  .about-section .about-content .service a{
     font-size: 1rem;
   }
   .about-section .about-content p{
     font-size: 1rem;
     margin:0;
   }
   .about-section .about-content h4{
     font-size: 1.6rem;
     margin-bottom: 1rem;
  }
}

/* Work Section */
.work-section-container{
  padding: 5rem 8% .5rem;
}
.work-section .work-box{
  background: #fff;
  border-radius: .5rem;
  padding: 2rem 1rem 1rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.work-section .work-box img{
  height: 40px;
  width: 40px;
}
.work-section .work-box .img{
  height: 90px;
  width: 90px;
  border: 2px solid #33C946;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: auto;
} 
.work-section .work-box h6{
  margin: 1rem 0;
  font-size: 1.1rem;
}
.work-section .work-box p{
  margin: 1rem 0;
  font-size: 1rem;
}
.work-section .work-box a{
  color: var(--maingreen1);
}
.work-section .work{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
  }

@media screen and (max-width: 991px){
  .work-section .work{
      padding: 0 2rem;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
  }
  .work-section .work-box{
    margin: 0 !important;
  }
}
@media screen and (max-width: 640px){
  .work-section-container{
    padding: 5rem 4% .5rem;
  }
  .work-section .work{
    padding: .5rem 0 0;
    gap: 1rem;
  }
  .work-section .work-box{
    padding: .7rem .5rem .5rem;
    margin: 0 !important;
  }
  .work-section .work-box img{
    height: 30px;
    width: 30px;
  }
  .work-section .work-box .img{
    height: 50px;
    width: 50px;
}
.work-section .work-box h6,
.work-section .work-box p{
  margin: .5rem 0;
}
}
@media screen and (max-width: 350px){
  .work-section .work{
      padding: 0 2rem;
      grid-template-columns: repeat(1, 1fr);
      gap: 1rem;
  }
}

 /* BMI Section */
 .bmi-section{
  padding: 8rem 5rem 0;
}
.bmi-section .form{
  width: 90%;
  background: #fff;
}
.bmi-section form{
 padding: 1rem;
}
.bmi-section .form .form-btn div{
  margin-left: 0 !important;
}
.bmi-section .form-title{
 width: 100%;
 height: 5rem;
 background: rgb(9, 75, 40);
 color: #fff;
}
.bmi-section .form input{
  height: 3.5rem;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.bmi-section .form .plus-unit{
  display: inline-block;
}
.bmi-section .form label{
  font-size: 1.1rem;
  font-weight: 500;
}
.bmi-section .form .form-btn div{
 display: inline-block;
 margin-left: .5rem;
}
.bmi-section .form .form-btn label{
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  font-size: 1.2rem;
  padding: .4rem .7rem;
}
.bmi-section .form .form-btn input{
  height: 1rem;
  margin-top: 1rem;
}
.bmi-section .form .calculate-btn{
  height: fit-content;
}
.bmi-section .bmi-title h4{
  font-size: 1.5rem;
  font-weight: 600;

}
.bmi-section .bmi-title p{
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 991px){
 .bmi-section{
   padding-top: 6rem;
 }
 .bmi-section .form-btn .form-check{
  margin-left: 0;
 }
 .bmi-section .form-btn label.form-check-label{
  font-size: 1rem;
  padding: .5rem;
 }
 .bmi-section .form .form-btn .form-check-input{
  transform: translateY(-50%) !important;
}
}
@media screen and (max-width: 768px){
  .bmi-section .row{
     display: flex;
     flex-direction: column-reverse;   
  }
  .bmi-section{
    padding-top: 8rem;
  }
  .bmi-section .b-title{
     width: 100%;
     margin: auto;
  }
  .bmi-section.bmi-section .form{
   width: 100%;
   margin-top: 2rem;
 }
 .bmi-section .form-btn label.form-check-label{
  font-size: 1.1rem;
  padding: .8rem;
 }
 .bmi-section .form .form-btn .form-check-input{
  transform: translateY(30%) !important;
}
  .bmi-section .bmi-title h4{
     text-align: center;
     font-size: 1.6rem;
     margin-bottom: 1rem;
   }
   .bmi-section .bmi-title p{
     text-align: center;
     font-size: 1.2rem;
   }
}
@media screen and (max-width: 640px){
  .bmi-section{
     padding: 8rem 3rem 1rem;
  }
  .bmi-section .bmi-title,
  .bmi-section form{
    padding: 0;
   }
   .bmi-section form{
    padding-top: 1rem;
   }
  .bmi-section .bmi-title h4{
     font-size: 1.6rem;
     font-weight: 700;
   }
   .bmi-section .bmi-title p{
     font-size: 1.2rem;
     font-weight: 500;
   }
}
@media screen and (max-width: 475px){
  .bmi-section{
     padding: 8rem 1rem 1rem;
  }
  .bmi-section .bmi-title h4{
     font-size: 1.3rem;
     font-weight: 700;
   }
   .bmi-section .bmi-title p{
     font-size: 1rem;
     font-weight: 500;
   }
   
}


/* Our Service Section */
.service-container{
  padding: 6rem 0 1rem;
  max-width: 1200px;
  margin: auto;
}
.our-service-section .service-box{
  width: 40rem;           
  height: 31rem !important;
  border: 2px solid #acf2d1;
  padding: 1.6rem;
  border-radius: .5rem;
  transition: .7s;
  cursor: pointer;
  
}
.our-service-section .service-box:hover{
  border: 2px solid #33f299;
}
.our-service-section .service-box:hover .icon{
  background: #33f299;
}
.our-service-section .img-container{
  overflow: hidden;
}
.our-service-section .img-container .img{
  width: 100%; 
  height: 15rem;
  /* transform: scale(1.08); */
  z-index: 10; 
  border-radius: .5rem;
  transition: .7s;
}
.our-service-section .icon{
  width: fit-content;
  margin: auto;
  background: #22b06e;
  padding: 1.2rem;
  border: 10px solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: .7s;
}
.our-service-section .icon img{
  width: 2.5rem;
}
.our-service-section .service-text{
  transform: translateY(-40%);
  margin-bottom: 0;
}
.our-service-section .service-text h5{
  font-weight: 600;
}
.our-service-section .btn-arrow{
  width: fit-content;
  margin: auto;
  transform: translateY(-80%);
}
.our-service-section .lab-arrow,
.our-service-section .del-arrow{
  transform: translateY(-125%);
}
.our-service-section .btn-arrow button{
  height: 3.3rem;
  width: 3.3rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .7s;
  background: #22b06e;
}
.our-service-section .btn-arrow button:hover{
  
  background: #33f299;
}
@media screen and (max-width: 1200px){
  .service-container{
    max-width: 1100px;
  }
  .service-container .service{
    gap: 1rem !important;
  }
  .our-service-section .service-box{
    width: 40rem;           
    height: 34rem !important;
  }
  .our-service-section .service-text{
    transform: translateY(-28%);
  }
  .our-service-section .btn-arrow{
    transform: translateY(-30%);
  }
  .our-service-section .lab-arrow,
  .our-service-section .del-arrow{
    transform: translateY(-80%);
  }
}
@media screen and (max-width: 1100px){
  .service-container{
    max-width: 1000px;
  }
  .service-container{
    /* max-width: 850px; */
  }
  .our-service-section .service-box{
    width: 36rem;  
    padding: 1rem;            
    height: 29rem !important;
  }
  .our-service-section .img-container .img{
    height: 12rem;
  }
  .our-service-section .service-text{
    transform: translateY(-20%);
  }
  .our-service-section .icon{
    padding: 1rem;
  }
  .our-service-section .icon img{
    width: 2rem;
  }
  .our-service-section .btn-arrow{
    transform: translateY(-50%);
  }
  .our-service-section .lab-arrow,
  .our-service-section .del-arrow{
    transform: translateY(-90%);
  }
}
@media screen and (max-width: 991px){
  .service-container{
    max-width: 768px;
    margin: auto;
  }
  .service-container .service{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 3rem 1rem !important;
  }
  .our-service-section .service-box{
    width: 23rem;
    height: 27rem !important;
    /* height: 35rem; */
  }
  .our-service-section .btn-arrow{
    transform: translateY(-15%);
  }
  .our-service-section .lab-arrow,
  .our-service-section .del-arrow{
    transform: translateY(-60%);
  }
  .our-service-section .del-arrow{
    
  }
}
@media screen and (max-width: 850px){
  .service-container{
    max-width: 640px;
  }
  .service-container .service{
    
  }
  .our-service-section .service-box{
    width: 20rem !important; 
    height: 25rem !important;
  }
  .our-service-section .icon img{
    width: 1.5rem;
  }
  .our-service-section .img-container .img{
    height: 10rem;
  }
}
@media screen and (max-width: 640px){
  .service-container{
    max-width: 100vw;
    padding: 6rem 2rem 1rem;
  }
  .service-container .service{
    display: grid !important;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 3rem 0!important;
  }
  .our-service-section .service-box{
    width: 100% !important;            
    height: fit-content !important;
    padding: 1rem;  
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .our-service-section .img-container .img{
    height: 100%;
  }
  .our-service-section .icon,
  .our-service-section .service-text,
  .our-service-section .btn-arrow,
  .our-service-section .lab-arrow,
  .our-service-section .del-arrow{
    transform: none;
  }
  .our-service-section .service-text{
    text-align: left;
  }
  .our-service-section .icon{
    display: none;
  }
  .our-service-section .btn-arrow button{
    height: fit-content;
    width: fit-content;
    border-radius: 3rem;
    display: block;
    text-align: center;
    font-size: 1rem;
    padding: .4rem .9rem .5rem;
  }
  .our-service-section .btn-arrow button::before{
    content: 'view more';
  }
  .our-service-section .btn-arrow button i{
    vertical-align: baseline;
    margin-left: .5rem;
    transform: translateY(10%);
  }
}
@media screen and (max-width: 475px){
  .service-container{
    max-width: 100vw;
    padding: 6rem .5rem 1rem;
  }
   
  .our-service-section .service-text h5{
    font-weight: 600;
    font-size: 1rem;
  }
  .our-service-section .service-text p{
    font-size: .9rem;
    margin-bottom: .5rem;
  }
  .our-service-section .service-text p span{
    display: none;
  }
}

/* Promotion Section */
.ads-section{
  padding: 5rem 0 1rem;
}
.ad-container{
  width: 100%;
  height: 70vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 0 8%;
  color: #fff;
}
.ads-section .promo-content{
  height: 60vh !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ads-section .promo-text{
  width: 60%;
}
.ads-section h4{
  font-size: 1.7rem;
}
.ads-section p{
  font-size: 1.1rem;
}

.ads-section a{
  width: fit-content;
  height: 3rem;
  background: transparent;
  border: 2px solid #33f299;
  transition: .7s;
}
.ads-section a:hover{
  background: #33f299;
}
@media screen and (max-width: 768px){
  .ads-section{
    padding: 3rem 0 1rem;
  }
  .ads-section .promo-content{
    flex-direction: column;
    justify-content: center;
  }
  .ads-section .promo-text{
    text-align: center;
    width: 100%;
  }
  .ads-section h4{
    font-size: 1.5rem;
  }
  .ads-section p{
    font-size: 1rem;
  }
  .ads-section .promo-btn{
    padding-top: 1.5rem;
  }
}

/* Blog Section */
.blog-section{
  padding: 6rem 6% 1rem;
}
.blog-section .blog-box{
  width: 27vw;
  aspect-ratio: 3/3.5;
}
.blog-section .blog-box:hover .blog-text{
  
  border-left: 2px solid var(--maingreen1);
  border-right: 2px solid var(--maingreen1);
  border-bottom: 2px solid var(--maingreen1);
} 
.blog-section .blog-box:hover .img{
  transform: scale(1.1);
}
.blog-section .blog-box .img-container{
  overflow: hidden;
}
.blog-section .blog-box .img{
  width: 100%;
  height: 16rem;
  transition: .7s;
}
.blog-section .blog-box .blog-text{
  border-left: 2px solid rgb(234, 233, 233);
  border-right: 2px solid rgb(234, 233, 233);
  border-bottom: 2px solid rgb(234, 233, 233);
  height: 44%;
  padding: 1rem;                
  transition: .7s;
}
.blog-section .blog-box h5,
.blog-section .blog-box .icon span,
.blog-section .blog-box .readmore-btn{
  font-size: 1.2vw !important;
}
.blog-section .blog-box h5{
  font-weight: 400;

}
.blog-section .blog-box .readmore-btn{
  padding: 3.3% 3.7%;
  border: 2px solid var(--maingreen1);
  color: #000;
  font-weight: 600;
  border-radius: .3rem;
  transition: .8s;
}
.blog-section .blog-box .readmore-btn:hover{
  background: var(--maingreen1);
  color: #fff;
}
@media screen and (max-width: 991px){
  .blog-section .blog-box .img{
      height: 10rem;
  }
  .blog-section .blog-box h5{
      margin-bottom: .7rem !important;
  }
  
  .blog-section .blog-box .icon{
      margin-bottom: .5rem;
  }
  .blog-section .blog-box h5{
      margin-bottom: .5rem !important;
  }
  
  .blog-section .blog-box h5,
  .blog-section .blog-box .icon span,
  .blog-section .blog-box .readmore-btn{
      font-size: 1.3vw !important;
  }
}
@media screen and (max-width: 768px){
  .blog-section{
      padding: 6rem 1rem 1rem;
  }
  .blog-section .blog{
    width: 90vw;
    margin: auto;
    overflow-x: scroll;
    display: grid !important;
    grid-template-columns: 20rem 20rem 20rem !important;
    gap: 1rem;
  }
  .blog-section .blog::-webkit-scrollbar{
		height: .8rem !important;
		background: #ccc;
		border-radius: 1rem;
	}
	.blog-section .blog::-webkit-scrollbar-thumb{
		background-color: var(--maingreen1);
		border-radius: 1rem;
	}
  .blog-section .blog-box .img{
      height: 12rem;
  }
  .blog-section .blog-box{
    width: 20rem;   
    aspect-ratio: 0;
    height: fit-content;
    padding-bottom: 3rem;
  }   
  .blog-section .blog-box .blog-text{
    padding-bottom: 1.5rem;
  }     
  .blog-section .blog-box h5{
      margin-bottom: 1rem !important;
      height: fit-content;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  
  .blog-section .blog-box .icon{
      margin-bottom: 1rem;
  }
  .blog-section .blog-box h5{
      margin-bottom: 1.5rem !important;
  }        
  .blog-section .blog-box h5,
  .blog-section .blog-box .icon span,
  .blog-section .blog-box .readmore-btn{
      font-size: 1rem !important;
  }
  .blog-section .blog-box .readmore-btn{
    padding: .5rem .7rem;
}
}
@media screen and (max-width: 640px){
  .blog-section .blog{
    grid-template-columns: 92vw 92vw 92vw !important;
  }
  .blog-section .blog-box{
    width: 92vw;    
  }   
}
@media screen and (max-width: 475px) {
  .blog-section{
    padding: 6rem .5rem 1rem;
  }
  .blog-section .blog{
    width: 100vw;
  }
  .blog-section .blog{
    grid-template-columns: 97vw 97vw 97vw !important;
  }
  .blog-section .blog-box{
    width: 97vw;    
  } 
}


 /* Promomtion Section */
 .promotion-section{
  padding: 5rem 6% 0;
}
.promotion-section .container{
  
}
.promotion-section .phone-img{
  /* transform: rotate(-15deg); */
  /* z-index: 10; */
  position: relative;
  margin-top: 5rem;
}
.promotion-section .phone-img img{
  width: 14rem ;
  transform: rotate(-10deg);
  position: absolute;
  top: -11.5%;
  left: 4.5rem;
  z-index: 2;
}
 .promotion-section .promo-content{ 
    margin: 5% 0 0 2%; 
 }
 .promotion-section .store-img{
    margin: 2.5% 0 0 2%;
 }
 .promotion-section .promo-content h4{
  width: fit-content;
  font-size: 1.1rem;
  font-weight: 600;
  padding: .5rem;
  background: var(--teagreen);
  color: var(--maingreen1);
  border-radius: .3rem;
  margin-bottom: 1rem;
 }
 .promotion-section .promo-content h6{
  font-size: 1.9rem;
  font-weight: 600;
 }

 .promotion-section .promo-content p{
    margin-top: 1rem;
    font-size: 1rem;
 }
 .promotion-section .promo-content h5{
    margin-bottom: .8rem;  
    font-size: 1.3rem; 
 } 
.circle-wrapper{
  z-index: -10;
}
.pulse{
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  border: 1px solid gainsboro;
}
.pulse .circle{
  width: 100%;
  height: 100%;
  background: var(--teagreen);
  border-radius: 50%;
  transform: scale(0.8);
  animation: pulse 2s ease-out infinite;
}
@keyframes pulse {
  0%{
      opacity: 0;
      transform: scale(0.8);
  }
  75%{
      opacity: 1;
  }
  100%{
      opacity: 0;
      transform:  scale(0.9);
  }
}
.promotion-section .promo-content img{
  width: 7rem;
}
.promotion-section .store-img img{
  width: 8rem;
}
 @media screen and (max-width: 768px){
  .promotion-section{
    padding-top: 4rem;
  }
  .promotion-section .phone-img,
  .promotion-section .store-img,
  .promotion-section  .promo-content{
    width: fit-content;
    margin: auto;
  }
  .promotion-section .phone-img img{
    width: 12rem ;
  }
  .pulse{
    width: 19rem;
    height: 19rem;
  }
  .promotion-section .promo-content h4{
    margin-top: 2rem;
    width: 100%;
  }
  .promotion-section .promo-content h5{
    font-size: 1.13rem; 
 } 
  .promotion-section .promo-content h6{
    font-size: 1.7rem;
  }
  .promotion-section .promo-content img{
    margin-bottom: .7rem;
  }
  /* .promotion-section .promo-bg{
      height: 43vw ;
  }  */
}

/* Testimonial Section */
.testimonial-section{
  padding-bottom: 3rem;
  margin-top: 5rem;
  background: #f3fdf8;
}
.testimonial-container{
  /* padding: 6rem 8% 10rem; */
  padding: 3rem 0 1rem;
  max-width: 1100px;
  margin: auto;
}
.testimonial-section .testimonial-slider{
  width: 100%;
  /* padding: 3rem !important; */
  /* border: 2px solid red; */
}
.testimonial-section .testimonial-card{
  width: 97%;
  border-radius: 2rem;
  padding: 2rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin: 2rem 0;
  margin-right: .5rem;
  margin-left: .5rem;
  
  background: #fff;
}
.testimonial-section .testimonial-card img{
  width: 2.5rem;
  margin: auto;
}
.testimonial-section .testimonial-card hr{
  height: 2px;
}
.testimonial-section .testimonial-card .rating{
  color: orange;
}
@media screen and (max-width: 1100px){
  .testimonial-container{
    max-width: 850px;
  }
  .testimonial-section .testimonial-card{
    padding: 1rem;
  }
}
@media screen and (max-width: 850px){
  .testimonial-container{
    max-width: 640px;
  }
  .testimonial-section .testimonial-card{
    padding: 2rem;
  }
}
@media screen and (max-width: 640px){
  .testimonial-container{
    max-width: 100vw;
    padding: 3rem 2rem 1rem;
  }
  .testimonial-section .testimonial-slider{
    padding: 0;
  }
}
@media screen and (max-width: 475px){
  .testimonial-section{
    padding-bottom: 1rem;
  }
  .testimonial-container{
    padding: 3rem 1rem 1rem;
  }
  
  .testimonial-section .testimonial-card{
    width: 96%;
    padding: 1rem;
  }
  .testimonial-section .testimonial-card .fs-5{
    font-size: 1rem !important;
  }
}


/* Partner Section */
.partner-section{
  padding: 3rem 0;
}
.partner-container{
  max-width: 1100px;
  margin: auto;
}
.partner-section img{
  width: 112px;
}


/* Footer Section */
.footer-section{
  padding: 2rem 0 0;
  background: #202020;
  color: #f0fcf3;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}
.footer-section .container-fluid{
 padding: 0;
}
.footer-section .row{
 padding: 0 4rem 1rem;
}
.footer-section .newsletter{
  padding: 0 4rem;
}
.footer-section .search-box{
display: flex;
align-items: center;
gap: 1rem;
}
.footer-section .search{
position: relative;
width: 20rem;
min-width: 150px;
height: 3rem;
border-radius: .5rem;
overflow: hidden;
}
.footer-section .search-input{
width: 100%;
height: 100%;
background: #fff;
border: none;
padding: 1rem;
outline: none;
font-size: .9rem;
}
.footer-section .search-btn{
position: absolute;
border: none;
right: 0;
width: fit-content;
height: 100%;
background: #22b06e;
text-align: center;
cursor: pointer;
padding: 0 .5rem;
color: beige;
font-size: 1.1rem;
}
.footer-section h4{
  font-family: "Chivo Mono", monospace;
  font-weight: 600;
  font-size: 1.1rem;
}
.footer-section a{
  color: #fff;
  display: block;
  font-weight: 500;
  font-size: 1rem;
  margin: .5rem;
}
.footer-section a:hover{
  color: var(--maingreen2);
  transition: 1s;
}
.footer-section .about-us a{
 height: 2rem;
 width: 2rem;
 display: inline-block;
 font-size: .9rem;
 margin: 0;
 background: rgb(79, 78, 78);
 border-radius: 50%;
 padding: .3rem 0 0 .6rem;
}
.footer-section .about-us a:hover{
  background: var(--teagreen2);
  color: var(--maingreen1);
}
.footer-section .btn {
  margin-right: 2rerm;
}
.footer-section .about-us .contact-btn{
  width: fit-content;
  margin: 1rem 0;
  display: block;
}
.footer-section .about-us button:hover{
  opacity: 0.7;
  transition: 1s;
}
@media screen and (max-width: 991px){
  .footer-section .brand-logo img{
    width: 8rem;
  }
}
@media screen and (max-width: 768px){
 .footer-section .container-fluid{
   padding: 0;
 }
 .footer-section{
   padding: 0;
 }
 
 .footer-section .row{
  padding-left: 1rem  !important;
}
 .footer-section .newsletter{
   width: 100vw;
   top: 0;
   left:0;
   right: 0;
   border-radius: 0;
   position: static;
   margin: 0 0 1rem;
 }
 .footer-section h4,
 .footer-section a{
   padding-left: 0;
 }
 /* .footer-section .social-links .contact-btn{
   margin-left: 1rem;
 } */
}
@media screen and (max-width: 640px){
  .footer-section .newsletter{
     padding: .3rem 1rem;
     left: 1.9%;
  }
  .footer-section .brand-logo img{
    width: 6rem;
  }
  /* .footer-section .newsletter h4{
     text-align: center;
     font-weight: 600;
     font-size: 1.6rem;
     margin-bottom: 1rem;
  } */
  .footer-section .newsletter input{
     font-size: 1.1rem;
  }
  /* .footer-section .newsletter .news-flex{
   flex-direction: column;
   gap: 1rem;
 } */
   /* .footer-section .newsletter-input{
     width: 100%;
     padding: 0 2rem;
   } */
}
@media screen and (max-width: 475px){
  /* .footer-section{
    padding-bottom: 0 ;
  } */
  .footer-section .newsletter{
    padding: 0;margin: 0 !important;
  }
  .footer-section .brand-logo img{
    display: none;
  }
  .footer-section .search-box{
    width: fit-content;
    margin: 1rem auto 0;
  }
}