*{
  max-width: 100%;
  /* font-family: 'Inter', sans-serif; */
font-family: 'Poppins', sans-serif;
/* font-family: 'Times New Roman', Times, serif; */
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
.logo{
  width: 150px;
}
.header-area .main-menu #navbar{
  padding: 2rem 6rem;
  position: absolute;
  top: 0%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.068);
  backdrop-filter: blur(10px);
  width: 100%;
  height: 80px;
  /* padding: 10px 10px; */
}
.Navbar-link{
  display: flex;
  align-items: center;
}
.nav-link{
  padding: 0 20px;
  font-size: 18px;
  /* color: white; */

}
.headerScroll {
  background-color: white;
  height: 90px;
  width: 100%;
  z-index: 2000;
  position: fixed;
  color: black;
  top: 0;
  left: 0;
  transition: 0.5s ease-in-out;
  box-shadow:  0 10px 30px rgba(0, 0, 0, 0.09);

}
.headerScroll .nav-link{
  color: black;

}
.header-img{
  width: 100%;
  height: 800px;
}
.header{
  position: relative;
  width: 100%;
}

.btn-sign{
  outline: none;
  background-color: #00d084;
  border: none;
  padding: 10px 20px;
  color: white;
  margin: 0 10px;
  border-radius: 8px;
}

.wave{
  position: absolute;
  /* top: 10%; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: url(/assets/wave.png);
  background-size: 1000px 100px;
  animation: animate 4s ease-in-out infinite;
  animation-delay: calc(var(--i)*0.25s);
}
.wave#wave1{
  z-index: 1000;
  opacity: 1;
  background-position-x: 400px;
}
.wave#wave2{
  z-index: 999;
  opacity: 0.5;
  background-position-x: 300px;
}
.wave#wave3{
  z-index: 998;
  opacity: 0.2;
  background-position-x: 200px;
}
.wave#wave4{
  z-index:998;
  opacity: 0.7;
  background-position-x: 100px;
}
@keyframes animate {
  0%,100%
  {
      transform: translateY(0px);
  }
  50%{
      transform: translateY(10px);
  }
  
}




.carousel-item{
  position: relative;
}
.carousel-item p{
  position: absolute;
  top: 20%;
  left: 20%;
}
.carousel-item button{
  --color: #00d084;
 font-family: inherit;
 display: inline-block;
 width: 10em;
 height: 3em;
 line-height: 2.5em;
 margin: 20px;
 position: relative;
 overflow: hidden;
 border: 2px solid white;
 transition: color .5s;
 z-index: 1;
 font-size: 17px;
 background: none;
 border-radius: 6px;
 font-weight: 500;
 color: white;
  position: absolute;
  top: 53%;
  left: 49%;
  transform: translate(-50% , -50%);

}
.carousel-item button::before{
  content: "";
  position: absolute;
  z-index: -1;
  background: var(--color);
  height: 150px;
  width: 220px;
  border-radius: 50%;

}
button:hover {
  color: #fff;
  border: none;
 }
 
.carousel-item  button:before {
  top: 100%;
  left: 100%;
  transition: all .7s;
 }
 
 .carousel-item  button:hover:before {
  top: -30px;
  left: -30px;
 }
 
 /* .carousel-item  button:active:before {
  background: #3a0ca3;
  transition: background 0s;
 } */














.input-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    position: relative;
  }
  
  .input {
    border-style: none;
    height: 50px;
    width: 50px;
    padding: 10px;
    outline: none;
    border-radius: 50%;
    transition: .5s ease-in-out;
    background-color: #00d084;
    box-shadow: 0px 0px 3px #f3f3f3;
    padding-right: 40px;
    color: black;
  }
  
  .input::placeholder,
  .input {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 17px;
  }
  
  .input::placeholder {
    color: #8f8f8f;
  }
  
  .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    outline: none;
    border-style: none;
    border-radius: 50%;
    pointer-events: painted;
    background-color: transparent;
    transition: .2s linear;
  }
  
  .icon:focus ~ .input,
  .input:focus {
    box-shadow: none;
    width: 250px;
    border-radius: 0px;
    background-color: transparent;
    border-bottom: 3px solid #00d084;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
  }
  .section1-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
   
  }
  .section2-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
   padding: 5rem 0;

  }
  .section-img {
    width: 500px;
    height: 500px;
  }
  .section1-content{
    margin-left: 50px;
    width: 35%;
  }
  .why-us{
    margin: 15px 0;
    font-weight: 600;
    color: #003e51;
    font-size: 18px;
  }
  .section3-bg .article{
    margin: 15px 0;
    font-weight: 600;
    color: #003e51;
    font-size: 18px;

  }
  .section1-content h1{
    color: #003e51;
    margin-bottom: 30px;
    font-size: 45px;
    font-weight: 500;
  }
  .section1-content p {
    font-weight: 400;
    font-size: 18px;
  }
  .section1-content button{
    background: none;
    border: 2px solid #00d084;
    padding: 13px 20px;
    margin: 20px 0;
    cursor: pointer;
    color: #00d084;
    border-radius: 8px;
    z-index: 2;

  }
  .section2-content button{
    background: none;
    border: 2px solid #00d084;
    padding: 13px 20px;
    margin: 20px 0;
    cursor: pointer;
    color: #00d084;
    border-radius: 8px;

  }
  .section1{
   margin: 5rem 0;
  }
  .section2{
    position: relative;
    display: block;
    background-color: #abb8c33b;
  }
  .leaf-bg{
    position: absolute;
    left: 0;
    width: 500px;
    opacity: 0.2;
    z-index: -1;
    top: 0;
  }
  .section3-bg{
    text-align: center;
  }
  .section3-bg p{
    /* color: #003e51; */

  }
  .section3-content{
    font-size: 18px;
    display: block;
    margin:  0 auto;
    width: 50%;
    /* margin: 0 10rem; */
  }
  .section3-bg h1{
    color: #003e51;

  }
  .card{
    width: 400px;
  height: 254px;
  border-radius: 20px;
  background: white;
  box-shadow: 15px 15px 30px #bebebe48,
             -15px -15px 30px #ffffff;
    text-align: left;
    padding: 1rem 2rem;
    margin: 2rem 10px;
    cursor: pointer;
  }
  .card p{
    margin: 0;
  }
  .card:hover{
    border: 2px solid #00d084;
    transition: 0.2s ease-in-out;
    box-shadow: 15px 15px 30px #bebebeb7,
             -15px -15px 30px #ffffff;
  }
  .card h3{
    font-weight: 500;
    font-size: 25px;
  }
  .card a{
    text-decoration: none;
    color: #003e51;
    margin: 10px 0;
  }
  .card a img{
    padding-left: 10px;
  }
.class-flex{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.parallax-bg{
  margin-top: 100px;
 margin-bottom: 50px;
  width: 100%;
  height: 550px;
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/assets/parallax.jpg);
}
.parallax-bg p{
  z-index: 10;
  position: absolute;
  color: white;
  font-size: 25px;
  font-weight: 300;
  top: 20%;
  left: 15%;
  width: 40%;
 

}
.parallax-bg h2{
  z-index: 10;
  color: #00d084;
  position: absolute;
  top: 10%;
  left: 15%;

}
.parallax-bg a{
  color: white;
  position: absolute;
  bottom:  30%;
  left: 15%;
}









.section4{
  position: relative;
    display: block;
    background-color: #abb8c33b;
    margin-top: 100px;

}
.wheat-leaf{
  position: absolute;
  right: 0;
  bottom: 0;
  /* width: 100px; */
}
.contact-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  
}
.contact-bg{
  margin: 5rem 0;
  background-color: white;
  width: 700px;
  height: 650px;
  padding: 3rem 5rem;
  border-radius: 15px;
}
.contact-bg h2{
  color: #003e51;
}
.contact-bg input{
  width:100%;
  border: none;
  background-color: #c4c4c42e;
  padding: 15px 20px;
  outline: none;
  margin: 10px 0px;
  border-radius: 5px;
 
}
input:focus{
  border: 2px solid #00d084;
  border-radius: 5px;
}
.input-flex{
  display:flex;
  width: 100%;
  justify-content: space-between;
  
}
.contact-bg textarea{
  width:100%;
  border: none;
  background-color: #c4c4c42e;
  border-radius: 5px;
  padding: 15px 20px;
  outline: none;
}
textarea:focus{
  border: 2px solid #00d084;
  border-radius: 8px;
}
.contact-bg button {
  background: none;
  border: 2px solid #00d084;
  color: #00d084;
  font-weight: 500;
  padding: 15px 20px;
  border-radius: 8px;
  margin: 10px;
}

.contact-bg button img{
  width: 20px;
}
.contact-info h2{
  color: #003e51;
}
.contact-info{
  margin-left: 100px;
}
.icons-flex{
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.icon-bg{
  display: inline-block;
  background-color: #00d084;
  width: 55px;
  height: 55px;
  padding: 6px 3px;
  align-content: center;
  border-radius: 50px;
}

.phone-icon{
  
  width: 50px;
  
}
.phon-cont{
  margin: 10px 0;

}
.phon-cont p{
  margin: 0 20px;
}
.loction-bg{
  display: inline-block;
  background-color: #003e51;
  width: 55px;
  height: 55px;
  padding: 6px 3px;
  align-content: center;
  border-radius: 50px;

}






.footer-bg{
  display: block;
  background-color: #1f4e3d;
  position: relative;
  z-index: 0;
  
  /* padding: 2rem 5rem; */
}
.footer-parttern{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 600px;
  z-index: -1;
}
.footer2-parttern{
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 0;

}
.footer1 h1{
  color: white;

}
.footer1 p{
  color: rgba(224, 224, 224, 0.773);

}
.footer-flex{
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 15rem;
  padding-bottom: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer2{
  z-index: 20;
}
.footer2 h5{
  color: white;
 

}
.footer2 li{
  list-style-type: none;
  padding: 10px 0;
  cursor: pointer;
  z-index: -10;
}
.footer2 li a{
  text-decoration: none;
  padding: 10px 0;
  cursor: pointer;
  color: #8f8f8f8f;
  font-weight: 500;
}
.footer2{
  z-index: 10;
}











#contain h1{
  
  position: absolute;top: 25%;left: 28%;color: white;font-size: 70px;text-align: center;font-weight: 500;
}
#contain2 h1{
  
  position: absolute;top: 25%;left: 15%;color: white;font-size: 70px;text-align: center;font-weight: 500;
}
#contain3 h1{
  
  position: absolute;top: 25%;left: 24%;color: white;font-size: 70px;text-align: center;font-weight: 500;
}

@media screen  and (max-width:768px){
 

  #contain h1{
    font-size: 50px;
    text-align: left;
    margin: 0 20px;
    left: 0;
  }
  #contain2 h1{
    font-size: 50px;
    text-align: left;
    margin: 0 20px;
    top: 10%;
    left: 0;
  }
  #contain3 h1{
    font-size: 50px;
    text-align: left;
    margin: 0 20px;
    left: 0;
  }

  .header-area .main-menu #navbar{
    padding: 1rem 1rem;
    position: fixed;
    top: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.236);
    backdrop-filter: blur(10px);
    width: 100%;
    height: 80px;
    /* padding: 10px 10px; */
  }
  .navlink-content{
    padding: 1rem 0;
    position: absolute;
    top: 100%;
    left: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.145);
    background-color: white;
  backdrop-filter: blur(10px);
  width: 100%;
    
  }
   
  .carousel-item button{
    --color: #00d084;
   font-family: inherit;
   display: inline-block;
   width: 10em;
   height: 3em;
   line-height: 2.5em;
   margin: 20px;
   position: relative;
   overflow: hidden;
   border: 2px solid white;
   transition: color .5s;
   z-index: 1;
   font-size: 17px;
   background: none;
   border-radius: 6px;
   font-weight: 500;
   color: white;
    position: absolute;
    top: 60%;
    left: 23%;
    transform: translate(-50% , -50%);
  
  }
  .carousel-item button::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 220px;
    border-radius: 50%;
  
  }
  button:hover {
    color: #fff;
    border: none;
   }
   
  .carousel-item  button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   .carousel-item  button:hover:before {
    top: -30px;
    left: -30px;
   }

  .carousel-item button{
    --color: #00d084;
   font-family: inherit;
   display: inline-block;
   width: 10em;
   height: 3em;
   line-height: 2.5em;
   margin: 20px;
   position: relative;
   overflow: hidden;
   border: 2px solid white;
   transition: color .5s;
   z-index: 1;
   font-size: 17px;
   background: none;
   border-radius: 6px;
   font-weight: 500;
   color: white;
    position: absolute;
    top: 60%;
    left: 23%;
    transform: translate(-50% , -50%);
  
  }
  .carousel-item button::before{
    content: "";
    position: absolute;
    z-index: -1;
    background: var(--color);
    height: 150px;
    width: 220px;
    border-radius: 50%;
  
  }
  button:hover {
    color: #fff;
    border: none;
   }
   
  .carousel-item  button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
   }
   
   .carousel-item  button:hover:before {
    top: -30px;
    left: -30px;
   }
   
  .header{
    width: 100%;
  }
  .section1-content{
    margin: 10px 25px;
    width: 100%;
  }
  .section-img {
    width: 400px;
    height: 400px;
  }
  .section3-content{
    font-size: 15px;
    display: block;
    margin:  0 auto;
    width: 100%;
    /* margin: 0 10rem; */
  }
  .section3-bg{
    text-align: center;
    margin: 10px 25px;
  }
  .parallax-bg{
    margin-top: 100px;
   margin-bottom: 50px;
    width: 100%;
    height: 550px;
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/assets/parallax.jpg);
    padding: 10px 20px;
  }
  .parallax-bg p{
    z-index: 10;
    position: absolute;
    color: white;
    font-size: 18px;
    font-weight: 300;
    top: 20%;
    left: 10%;
    width: 70%;
   
  
  }
  .parallax-bg h2{
    z-index: 10;
    color: #00d084;
    position: absolute;
    top: 10%;
    left: 10%;
  
  }
  .parallax-bg a{
    color: white;
    position: absolute;
    bottom:  20%;
    left: 10%;
  }
  .contact-bg{
    margin: 5rem 0;
    background-color: white;
    width: 700px;
    height: 650px;
    padding: 3rem 2rem;
    border-radius: 15px;
  }
  .contact-info{
    margin-left: 30px;
  }
  .wheat-leaf{
    width: 100px;
    height: 300px;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    right: 0;
    bottom: 0;
    
  }
  .footer-flex{
    padding-top: 5rem;
    padding-left: 3rem;
    padding-right: 5rem;
    padding-bottom: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer2-parttern{
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    z-index: 0;
  
  }
}