@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;600;700&display=swap');

:root{
  --green:#62ae2f;
}

*{
  font-family: 'Nunito', sans-serif;
  margin:0; padding:0;
  box-sizing: border-box;
  outline: none; border:none;
  text-decoration: none;
  text-transform: none;
  transition:all .2s linear;
}

html{
  font-size: 62.5%;
  overflow-x: hidden;

  scroll-padding-top: 6rem;
}

body{
  background:#f7f7f7;
}

section{
  padding:2rem 9%;
}

.header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 10%;
  position: fixed;
 top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
 background: var(--green);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  height: 120px; /* fixed height */
  overflow: hidden;

}
.header .logo img{
  height: 150px; /* or 60px, adjust as needed */
  width: auto;
  object-fit: contain;
  margin-left: 5rem;
}


#menu-bars{
  display: none;
}
.navbar a{
padding-top: 4rem;
font-size: 25px;
margin-left: 9rem;
color:white;
padding: .9rem;
transition: all 0.3s ease;


}

.navbar a:hover{
  border: 1px solid white;
  background:black;
  color: white;
  }
  

.navbar{
  margin-left: 40px;
}
.menu-button{
  display: inline-block;
  padding: 1.5rem 1.5rem;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
}
.menu-button:hover{
  border: 1px solid white;
  background: none;

}
.menu-button:hover a{
  color: white;
}

.menu-button a{
  color: var(--green);
}
@media (max-width: 768px) {
  .navbar {
    display: none;
    flex-direction: column;
    background-color: #111;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  .navbar.active {
    display: flex;
  }
}


/* Swiper Styles */
.swiper {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Centered Logo Overlay */
.logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.logo-overlay img {
  width: 100%;
  max-width: 370px;
  height: auto;
}
body {
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .logo-overlay img {
    max-width: 300px;
  }
}


@keyframes float{
  0%, 100%{
    transform: translateY(0rem);
  }
  50%{
    transform: translateY(3rem);
  }
}


.about-heading{
  font-size: 40px;
  text-align: center;
  padding-top: 6rem;
  color: var(--green);
  
}
.main-about{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 100px;
  
}
.inner-about{
  flex: 1 1 45rem;
}
.main-about{
  padding: 6rem 7rem;
}
.about-left-content h2{
  font-size: 43px;
  padding: 2rem 0;
  
}
.about-left-content h2 img{
  width: 30px;
}
.about-left-content p{
  font-size: 19px;
  color:#333;
  padding-bottom: 2rem;
  text-align: justify;
}
.about-button{
  padding: 1.5rem 2rem;
  background-color: var(--green);
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: white;
  font-size: 14px;
  display: inline-block;
}
.about-button:hover{
  cursor: pointer;
  background-color: white;
  color: var(--green);
  border: 1px solid var(--green);
}
.inner-about .about-image-content img{
  width: 100%;
}
#header .active{
  background: var(--green);
}

.inverted{
  background-color: var(--green);
}
/* product section*/


.products h1{
  font-size: 45px;
  color: var(--green);
  text-align: center;
  padding-bottom: 6rem;
  padding-top: 7.0rem;
} 
.products img {
  width: 250px;
  height: auto;
  cursor: pointer;
  border: 2px solid #ddd;
  border-radius: 8px;
}

.modal {
  position: fixed;
  top: 0;      left: 0;

  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

  .modal img {
width: auto;
height: auto;
max-width: 95vw;
max-height: 95vh;
object-fit: contain;
border-radius: 12px;
box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"]:checked ~ .modal {
  display: flex;
}

.product-content {
  position: relative;
}

.inner-product img{
  padding:1rem;
  animation:float 3s linear infinite;
  }
  .inner-product{
    position: relative;
  }
  .main-products{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

  
      


@keyframes float{
0%, 100%{
  transform: translateY(0rem);
}
50%{
  transform: translateY(1rem);
}
}

.fruit-backgorund{
  background-image: url(images/Untitled\ design\ \(4\).png);
  background-size: cover;
  background-repeat: no-repeat;
  
}
.main-fuit{
  padding: 10rem;
}
.fruit-small-content{
  color: white;
  font-size: 22px;
  font-weight: lighter;
  margin-bottom: 1rem;
}
.fruit-large-content{
  font-size: 45px;
  color: white;
  margin-bottom: 2rem;
}
.main-fuit a{
  
  color: white;
  border: 1px solid white;
  padding: 1.5rem 4rem;
}
.our-blog{
  padding: 5rem 7%;
}
.our-blog h1{
  font-size: 45px;
  color: var(--green);
  text-align: center;
  padding-top: 22px;
}

.main-blogs{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding-top: 5rem;
}
.inner-blogs{
  flex: 1 1 45rem;
}

.blog-inner-content{
  display: flex;
  align-items: center;
  
}
.inner-blog-content{
  padding: 1.5rem;
}
.inner-blog-content h2{
  font-size: 25px;
  padding-bottom: 4rem;
  
}
.inner-blog-content p{
  font-size: 13.5px;
  margin-bottom: 2rem;
 
}
.inner-blog-content a{
  padding: 1rem 2rem;
  color: var(--green);
  border: 1px solid var(--green);
  font-size: 18px;
}
.inner-blog-content a:hover{
  cursor: pointer;
  background: var(--green);
  color:white;
  border-radius: 10px;
}


.section-footer.box-container {
  width: 100%;
  min-height: 70vh;
  background-image: url(images/Untitled\ design\ \(11\).png);
  background-color: black;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}
.section::after {
  content: "";
  position:absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: none;
 
}

.section-footer {
  position: relative;
  z-index: 3;
  padding-top:20px;
  padding-bottom: 20px;
}
.container {
  max-width: 1080px;
  margin-left: auto;
  margin-right:auto;
  padding-left: 10px;
  padding-right: 20px;
 
}

.section-footer {
  margin-bottom: 50px;
  text-align: center;
}

.section-footer h2 {
  color:white;
  font-weight: bold;
  font-size: 5.5em;
  margin-bottom: 60px;
  text-align: center;
  
}
.section-footer p {
  color: white;
}


.row  {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: -20px;
}

.contact-info {
  
  width: 45%;
  margin-left: -60px; 
  padding-left: 10px;
  margin-bottom: 20px; 
  align-self: center;
}
.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 65px;
  width: 65px;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.contact-info-icon i {
  font-size: 25px;
  line-height: 65px;
  color: var(--green);
}

.contact-info-content {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-info-content h4 {
  color: white;
  font-size: 2.5em;
  margin-bottom: 5px;
  text-align: justify;
  
}

.contact-info-content p {
  color:white;
  font-size: 1.75em;
  text-align: justify;
}

.contact-form {
 
  background-color: white;
  padding: 40px;
  width: 55%;
  padding-top: 60px;
  padding-bottom: 50;
  margin-right: -90px;


  
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2.5em;
  margin-bottom: 30px;
  color: var(--green);
}

.contact-form .input-box {
  position: relative;
  width: 100%;

}
.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid green;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s all ease;
  color: #666;
  background-color: transparent;
}
.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform:scale(-20deg);
}

.contact-form .input-box input[type="submit"]
{
 
  width: 100%;
  background: var(--green);
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid var(--green);
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: var(--green);
}
@media (max-width: 991px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  
  }
  
  .contact-form {
    width: 100%;
  }
}

.review .box-container{
  display: flex;
  flex-wrap: wrap;
  gap:1.5rem;
  padding-bottom: 3rem;
}

.review .box-container .box{
  text-align: center;
  padding:4.4rem;
  border:1rem solid #fff;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.3);
  border-radius: .5rem;
  flex:1 1 30rem;
  background: var(--green);
  margin-top: 7rem;
  transition: 0.5s;
}

.review .box-container .box img{
  height: 20rem;
  width: 20rem;
  border-radius: 50%;
  border:1rem solid #fff;
  margin-top: -12rem;
  object-fit: cover;
  transform: rotate(30deg);
  cursor: pointer;
}
.review .box-container .box:hover img{
  transform: rotate(0deg);
}

.review .box-container .box h3{
  font-size: 2.5rem;
  color: white;
  padding:.5rem 0;
}

.review .box-container .box .stars i{
  font-size: 2rem;
  color:var(--green);
  padding:.5rem 0;
}

.review .box-container .box p{
  font-size: 1.5rem;
  color: var(--about-sec);
  padding:1rem 0;
}
.heading{
  color: var(--green);
  font-size: 45px;
  text-align: center;
  padding: 6rem 1rem;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--green); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background-image: linear-gradient(red, yellow);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


@media (max-width:769px) {
  
  html{
    font-size: 55%;
  }
  #menu-bars{
    display: initial;
  }
  .header{
    width: 100%;
    padding: 2rem;
  }
  header .navbar{
    position: absolute;
    top:80%; right: 0;
    background: var(--green);
    border-top: .1rem solid rgba(0,0,0,.1);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    width: 100%;
    height: 100vh;
  }

  header .navbar.active{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  header .navbar a{
    margin: 1.5rem;
    padding:1.5rem;
    display: block;
    border:.2rem solid rgba(0,0,0,.1);
    border-left:.5rem solid var(--red);
    background:#fff;
    color: var(--green);
  }

  .home-left{
    padding-top: 2rem;
  }
  .left-content-home{
    padding: 0;
    color: black;
  }
  .home-right{
    text-align: center;
  }
  .home-right img{
    width: 100%;
  }
  .inner-about{
    padding: 1rem;
  }
  .main-about{
    padding: 1.5rem;
  }
  .blog-inner-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .main-fuit{
    padding: 2rem 1rem;
  }
  .fruit-backgorund{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 300px;
    height: 100%;
  }
  .fruit-content{
    padding-top: 3rem;
  }
}

.imageChainSwiper {
  width: 100%;
  padding: 30px 0;
}

.imageChainSwiper .swiper-slide {
  width: auto;
}

.imageChainSwiper .swiper-slide img {
  height: 350px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}












  /*  */







/* .home .image img{
  width:100%;
  padding:1rem;
  animation:float 3s linear infinite;
}

@keyframes float{
  0%, 100%{
    transform: translateY(0rem);
  }
  50%{
    transform: translateY(3rem);
  }
} */

