/* =====================
   Basic Reset
===================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  font-family: "Inter", sans-serif;
}

body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  color: #1d1d1f;
}

/* =====================
   Navbar Section
===================== */
.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}

.nav-bar {
  width: 100%;
  max-width: 1200px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2rem;
}

.logo img {
  width: 120px;
  height: auto;
}

/* Menu */
.nav-right ul {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-right ul li {
  font-size: 15px;
  color: #1d1d1f;
  cursor: pointer;
  transition: color 0.3s;
}

.nav-right ul li:hover {
  color: #06c167;
}

.nav-right ul i {
  display: none;
  font-size: 24px;
  color: #06c167;
  cursor: pointer;
}

/* =====================
   Hero Section
===================== */
.section-hero {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
  padding: 2rem;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1 1 450px;
  margin-left: 30px;
}

.hero-left h1 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.hero-left p {
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
}

.hero-left button {
  width: 40%;
  height: 50px;
  margin-top: 1.8rem;
  background-color: #06c167;
  color: #fff;
  border: none;
  padding: 0.9rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background 0.3s ease;
}

.hero-left button:hover {
  background-color: #04a955;
}

.hero-left img {
  width: 300px;
  margin-top: 2rem;
}

/* Hero Right */
.hero-right {
  flex: 1 1 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.hero-right img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 0;
  right:0 ;
}

.feauture {
    width: 1170px;
    height: 100px;

    display: flex;
    justify-content: center;
    align-items: center;
      gap: 50px;
      margin-top: 20px;
      
}
.feauture img {
    width: 130px;
    height: 50px;
    margin-right: 30px;
    display: block;
 
}
.our-benefit {
  width: 100%;
  height: 400px;
 
  display: flex;
  justify-content: center;

}
.our-benefit .left {
  width: 50%;
  display: flex;
 justify-content: center;
 background-color: aliceblue;
}
.our-benefit .left img {
  width: 345px;
   
}
.our-benefit .right {
  width: 50%;
  padding: 3vw 0;
  padding-left: 2.6vw;
}
.our-benefit .right h1 {
  font-size: 40px;
  font-family: "Inter",sans-serif;
  color: #1D1D1F;
  line-height: 150%;
}
.our-benefit .right .cart-contain {
  width: 50%;
  height: auto;
  flex-direction: column;

}
.cheak-item{
  width: 100%;
  height: 30px;
  display: flex;
  
  padding: 1vw 1.26vw;
  
}
.cheak-item p{
  font-size: 14px;
  padding-left: 10px;

}
.cheak-item i {
  color: #04a955;
  font-weight: bolder;
}
.our-section {
  width: 100%;
  height: 600px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
 
  
}
.our-section .our-left {
  width: 50%;
  text-align: center;
 
}
.our-section .our-left span {
  font-size: 14px;
  font-family: sans-serif;
  margin-top: 20px;

 
  
 
}
.our-section .our-left p {
  font-size: 4vw;
  font-family: "Inter" sans-serif;
  margin-top: 20px;
}
.our-section .our-right {
  width: 50%;
  height: 100%;
}
.our-item {
  width: 100%;
   display: flex;
   gap: 20px;
   justify-content: center;
   margin: 50px 0;
}
.our-item .content-item {
  width:100px;
  height: 70px;
  
 
}
.our-item .content-item b {
  font-size: 2em;
  text-align: center;
  color: #06c167;
}
.our-item .content-item  span {
  font-size: 12px;
}
.our-section button {
  width: 160px;
  height: 50px;
  background-color: #06c167;
  color: #fff;
  border: none;
  margin-right: 170px;
  cursor: pointer;
  
}
.our-section button i {
  padding: 10px 5px;
}
.our-section .our-right img {
  width: 400px;
  margin-top: 60px;
  
}

.variety-container {
  width: 100%;
  height: auto;
  text-align: center;
  flex-direction: column;
  margin-top: 20px;
}
.variety-container span {
  width: 100%;
  font-size: 14px;
  color: #1D1D1F;
}
.variety-container p {
font-family: sans-serif;
font-size: 50px;
}
.variety-container .cart-container {
 /* height: auto; */
  width: 80%;
  height: 500px;
  border: 1px solid black;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
  align-items: stretch;
  padding: 2vw 0;
  margin-left: 80px;
}
.variety-container .cart-container .cart {
  width: 200px;
  height: 210px;
  text-align: none;
  
  justify-content: space-between;
}
.variety-container .cart-container .cart img {
  width: 100%;
}
.variety-container .cart-container .text-box {
width: 200px;
height: 200px;
flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 20px;
  text-align: left;
  background-color: #f3fcf7;
}
.text-box h2 {
  font-size: 20px;
  margin: 1vw 0;
}
.text-box p {
  font-size: 1em;
  margin: 10px 0px;
}
.text-box a {
  color: #00a86b;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #00a86b;
  padding: 6px 12px;
  border-radius: 5px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 20px;
}
.text-box a:hover {
  background: #00a86b;
  color: #fff;
}
.our-product {
  width: 100%;
}

.most-popular-products {
    padding: 40px 0; 
    font-family: Arial, sans-serif;
    background-color: #f4f4f4; 
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
   margin-left: 10px;
    margin-bottom: 40px;
    font-size: 28px;
    color: #333;
}


.product-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: center; 
}


.product-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    width: 100%; 
    max-width: 220px; 
    min-height: 400px; 
}

.product-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 0 auto 15px;
    border-radius: 50%; 
}

.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1; 
    justify-content: space-between; 
}

.product-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

/* Rating Styling */
.product-rating {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}

.star {
    color: #ccc; 
    cursor: default;
}

.star.filled {
    color: #04a955; 
}

/* Price Styling */
.product-price {
    margin: 10px 0;
    font-size: 16px;
}

.old-price {
    color: #999;
    text-decoration: line-through;
    margin-right: 10px;
}

.current-price {
    font-weight: bold;
    color: #28a745; 
    font-size: 18px;
}

/* Button Styling */
.btn-buy {
    display: inline-block;
    padding: 10px 20px;
    margin-top: auto; 
    background-color: transparent;
    color: #28a745;
    border: 2px solid #28a745;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

.btn-buy:hover {
    background-color: #28a745;
    color: #fff;
}

.veggie-foods {
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}
.footer {
  margin-top: 30px;
  width: 100%;
  height: 400px;
  display: flex;
}
.footer-left {
  width: 30%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-left: 30px;
  margin-top: 50px;
  justify-content: center;
}
.footer-left b {
  font-size: 20px;
  color: #06c167;
}
.footer-right{
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 30px;
}
.footer-left .footer-icon {
  width: 100px;
  height: 50px;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
  cursor: pointer;
}
.footer-right .about {
  width: 100px;
  height: 150px;
  flex-direction: column;
  display: flex;
  gap: 10px;
}
.footer-right .about span {
width: 100%;
height: 100%;
margin: 5px 0;
}
.footer-right .Get {
  width: 300px;
  height: 200px;
  margin-top: 50px;

}
.footer-right .Get input {
  width: 200px;
  height: 30px;
}
.footer-right .Get p{
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #2bd898d0;
  cursor: pointer;
}
/* =====================
   Responsive Design
===================== */


/* Mobile */

 @media screen and (max-width: 600px) {
  body {
    overflow-x: hidden;
    background-color: #f7fef9;
  }
 
  /* Navbar */
  .nav-bar {
    width: 100%;
    height: auto;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  }

  .logo img {
    width: 110px;
    height: auto;
  }

  .nav-right ul {
    display: flex;
    align-items: center;
  }

  .nav-right ul li {
    display: none;
  }

  .nav-right ul i {
    display: block;
    font-size: 26px;
    color: #06c167;
  }

  /* Hero Section */
  .section-hero {
    width: 100%;
    flex-direction: column;
    text-align: center;
    padding: 2rem 1rem;
    gap: 1.5rem;
    position: relative;
  }

  .hero-left {
    width: 100%;
  }

  .hero-left h1 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.3;
    color: #1d1d1f;
    display: inline-block;
    padding: 0.8rem 1rem;
    border-radius: 6px;
  }

  .hero-left p {
    font-size: 0.95rem;
    color: #444;
    margin-top: 1rem;
    line-height: 1.6;
  }

  .hero-left button {
    width: 100%;
    max-width: 800px;
    height: 50px;
    background-color: #06c167;
    color: white;
    border: none;
    font-size: 1rem;
    border-radius: 6px;
    margin-top: 1.5rem;
    cursor: pointer;
    /* margin-left: 70px; */
    display: flex;
    justify-content: center;
  }

  .hero-left button i {
    padding-left: 8px;
  }

  .hero-left #left-img {
    width: 80%;
    margin: 1.5rem auto;
    display: block;
  }

  /* Right side image */
  .hero-right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .hero-right img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    position: absolute;
    top: -50px;
  }
  .feauture {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .our-benefit {
    width: 100%;
    flex-direction: column;
    margin-top: 250px;
    position: relative;
  }
  .our-benefit .left {
    width: 100%;
  }
  .our-benefit .right {
    width: 100%;
    height: auto;
  text-align: center;
  margin-top: 30px;
  }
  .our-benefit .right .cart-contain {
    width: 100%;
    height: auto;
   padding: 2vw 2.16vw;
   
  }
 .our-benefit .right .cart-contain .cheak-item {
  width: 100%;
  padding-left: 4vw;

 }
 .our-section {
  margin-top: 160px;
  height: auto;
  text-align: none;
    width: 100%;
    flex-direction: column;
   display: flex;
    position: relative;
 }
 .our-section .our-right {
  width:100%;
  
   
 }
 .our-section .our-right img {
 width: 100%;
 /* position: absolute;
  top: 50px;
  left: 0px; */
  padding: 0;
  margin-top: 50px;
 }
 .our-section .our-left {
  width: 100%;
  position: absolute;
  top: 562px;
 }
 .our-section .our-left span {
  font-size: 18px;
 }
 .our-section .our-left p {
  width: 100%;
  font-size: 40px;
 }
 .our-section .our-left .our-item {
  width: 100%;
  flex-direction: column;
  align-items: center;
 }
.our-item .content-item   {
  width: 150px;
  font-size: 17px;
}
.our-section button {
width: 350px;
margin: 0;
font-size: 18px;
display: inline-block;
align-items: center;
justify-content: center;
/* margin-left: 80px; */
padding-left: 5px;
}
.variety-container {
  width: 100%;
  height: auto;
  flex-direction: column;
  
  position: relative;
  top: 500px; 
}
.variety-container .cart-container {
    flex-direction: column;
   align-items: center;
    width: 100%;
    height: 100%;
   
    margin: 0;
    padding: 0;
    margin-top: 30px;
    border: none;
    
  }
  .variety-container .cart-container img {
    width: 100%;
    padding-top: 46px;
  }
/* 
  .variety-container .cart-container .
  .variety-container .cart-container .text-box {
    width: 100%;
    height: 300px;
    padding: 1vw 1.26vw;
    
  } */
  
  .cart-container.text-box {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
  }
  .cart-container .cart,.text-box  h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }

 
   .variety-container .head {
    font-size: 25px;
   }

   
  .variety-container p {
    font-size: 16px;
  }
  .cart-container .text-box {
    width: 100%;
    margin: 20px 0;
  }
  .most-popular-products {
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
    top: 600px;
  }
  .product-grid {
    width: 100%;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }
  .product-card {
        width: 100%;
    }
    .veggie-foods {
      width: 100%;
      margin-top: 30px;
      position: relative;
      top: 550px;
    }
   .veggie-foods img {
    width: 100%;
    object-fit: contain;
 
   }
   .footer {
    width: 100%;
    flex-direction: column;
    position: relative;
    top: 700px;
   }
   .footer .left {
    width: 100%;
    display: flex;
    align-items: center;
   }
   .footer-right {
    width: 100%;
    height: auto;
    flex-direction: column;
    
   }
   .footer-right .about {
    margin: 20px 0;
    margin-bottom: 50px;
   }
   .footer-right .Get {
    text-align: center;
   }
}








