*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* font-family: "Pacifico", cursive; */
.top-bar {
    text-align: center;
    font-size: 13px;
    background: #f8f9fa;
    padding: 5px 0;
}
.logo {
    font-size: 32px;
    font-weight: bold;
    color: green;
}
.logo img{
    background: #008000;
    border-radius: 50%;
    padding: 5%;
    width: 50px;
    height: 50px;
}
.form-select{
    border: none !important;
    border-radius: 0px !important;
}
.search-bar{
    border-radius: 0 30px 30px 0;
    background-color: white;
    border: 1px solid #ffc107;
}
.search-bar input {
    border: none;
    box-shadow: none !important;
}
.nav-icons i {
    font-size: 20px;
    margin: 0 10px;
    color: #008000;
}
.green-bar {
    background-color: #008000;
    color: white;
    padding: 10px 0;
}
.slider-page{
    display: flex;
    overflow: hidden;
    background: rgb(198, 213, 255);
    position: relative;
    }
    .slider-page .slider{ 
    transition: 1s;
    background-color: rebeccapurple;
    }
    .slider-page .slider img{
    width: 1440px;
    height: 500px;
    }
    .next{
    position: absolute;
    left: 0;
    top: 200px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    background: rgb(128, 128, 128);
    }
    .next i{
    font-size: 20px;
    color: rgb(216, 216, 216);
    }
    .prives{
    position: absolute;
    right: 0;
    top: 200px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    align-content: center;
    background: rgb(128, 128, 128);
    }
    .prives i{
    font-size: 20px;
    color: rgb(233, 233, 233);
    }





    
  .menu-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: linear-gradient(90deg, #fff 50%, #ffb43a20 50%); */
    border-radius: 20px;
    margin: 4%;
  }
  .b-h{
    font-weight: bold;
  }

  .text {
    width: 45%;
  }

  .label {
    background: #008000;
    color: white;
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: bold;
    display: inline-block;
  }

  h1 {
    margin: 15px 0 10px;
    font-size: 2em;
  }

  p {
    color: #555;
    line-height: 1.5em;
  }

  .price {
    font-size: 1.5em;
    font-weight: bold;
    color: #222;
    margin-left: 20px;
  }

  .spicy {
    margin: 15px 0;
  }

  .spicy span {
    color: red;
    font-size: 1.3em;
  }

  .order-btn {
    background: #008000;
    color: #ffffff;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
  }

  .order-btn:hover {
    background: #f7b500;
    color: #222;
  }

  .image {
    width: 50%;
    text-align: center;
  }

  .image img {
    width: 85%;
    /* border-radius: 10px;
    filter: drop-shadow(0px 8px 10px rgba(0,0,0,0.3)); */
  }
/*--------- footer ------*/
/* .footer-top {
    background-color: #00a94f;
    color: white;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 20px;
    text-align: center;
}

.footer-top div {
    flex: 1 1 200px;
    padding: 10px;
}

.footer-top i {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.footer-main {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1 1 200px;
    margin: 10px;
}

.footer-section h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.footer-section ul {
    list-style: none;
    padding-left: 0rem !important;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ccc;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}
.footer-section a{
    text-decoration: none;
}
.contact-section p, .contact-section a {
    font-size: 14px;
    color: #ccc;
}

.contact-section a {
    display: inline-block;
    color: #f9c74f;
    margin: 5px 0;
}

.company-section p {
    font-size: 14px;
    line-height: 1.4;
}
/* 
.social-icons {
    text-align: center;
    padding: 20px;
}

.social-icons a {
    color: #fff;
    background-color: #333;
    margin: 0 10px;
    padding: 10px;
    display: inline-block;
    border-radius: 50%;
    transition: background 0.3s;
}

.social-icons a:hover {
    background-color: #00a94f;
} */

/* .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #111;
    color: #aaa;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.footer-logo {
    font-size: 24px;
    font-weight: bold;
    color: #00ff99;
}

.payment-methods img {
    width: 40px;
    margin: 0 5px;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .footer-main {
    flex-direction: column;
    text-align: center;
    }

    .footer-section {
    margin: 20px 0;
    }
} */ 
 /* Top Features Section */
  .features {
    background-color: #00a651;
    color: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 40px 0;
    flex-wrap: wrap;
  }

  .feature {
    text-align: center;
    width: 220px;
    margin: 10px;
  }

  .feature i {
    font-size: 40px;
    margin-bottom: 10px;
    display: block;
  }

  .feature h3 {
    font-weight: bold;
    margin-bottom: 8px;
  }

  /* Footer Main Section */
  footer {
    background-color: #111;
    color: #fff;
    padding: 50px 80px 20px;
  }

  .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .footer-column {
    width: 22%;
    min-width: 200px;
  }

  .footer-column h4 {
    font-size: 1.1em;
    margin-bottom: 15px;
    color: #fff;
  }

  .footer-column ul {
    list-style: none;
  }

  .footer-column ul li {
    margin-bottom: 10px;
  }

  .footer-column ul li a {
    text-decoration: none;
    color: #aaa;
    transition: 0.3s;
  }

  .footer-column ul li a:hover {
    color: #00a651;
  }

  .contact-info p {
    color: #ccc;
    margin-bottom: 8px;
  }

  .contact-info a {
    color: #00a651;
    text-decoration: none;
  }

  /* Bottom Bar */
  .footer-bottom {
    border-top: 1px solid #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 15px;
  }

  .footer-bottom .logo {
    font-size: 1.5em;
    font-weight: bold;
    color: #00a651;
  }

  .footer-bottom p {
    color: #999;
  }

  .payment-icons img {
    height: 30px;
    margin-left: 10px;
  }

  @media (max-width: 768px) {
    .footer-container {
      flex-direction: column;
    }
    .footer-column {
      width: 100%;
      margin-bottom: 20px;
    }
    .footer-bottom {
      flex-direction: column;
      gap: 10px;
    }
  }
















.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 8%;
  flex-wrap: wrap;
}

.content {
  max-width: 500px;
}

.tagline {
  font-size: 0.85rem;
  background-color: #08ce08;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 1rem;
  color: #ffffff;
  font-weight: 600;
}

h1 {
  font-size: 3.5rem;
  line-height: 1.2;
}

.bold {
  display: block;
  font-weight: 700;
  color: #f7b500;
}

p {
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #5a4739;
  font-size: 1rem;
}

.buttons {
  display: flex;
  gap: 1rem;
}

.btn-primary {
  background-color: #008000;
  color: white;
  border: none;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.btn-primary:hover {
  background-color: #008000;
}

.btn-outline {
  background: transparent;
  border: 2px solid #008000;
  padding: 0.8rem 1.6rem;
  border-radius: 8px;
  color: #008000;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.btn-outline:hover {
  background-color: #008000;
  color: white;
}

.hero-image {
  position: relative;
  max-width: 550px;
}

.hero-image img {
  width: 100%;
  border-radius: 20px;
}



















