  html {
      scroll-behavior: smooth;
  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      transition: all 0.3s ease;
      font-family: 'Poppins', sans-serif;
  }

  body {
      line-height: 1.6;
      background: #fff;
      color: #333;
  }

  header {
      background: url('./Images/wooden-planks-with-blurred-restaurant-background_1253-56.avif') no-repeat center center/cover;
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      color: white;
      position: relative;
  }

  header::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(12, 12, 12, 0.6);
  }

  .hero-content {
      position: relative;
      z-index: 2;
  }

  .hero-content h1 {
      font-size: 3rem;
      margin-bottom: 15px;
      animation: fadeUp 1s ease;
  }

  .hero-content p {
      margin-bottom: 25px;
      animation: fadeUp 1.4s ease;
  }

  @keyframes fadeUp {
      0% {
          opacity: 0;
          transform: translateY(40px);
      }

      100% {
          opacity: 1;
          transform: translateY(0);
      }
  }

  .btnn {
      padding: 7px;
      color: green;
      border: none;
      border-radius: 50px;
      font-weight: bold;
  }

  .bt {
      background: transparent;
      padding: 5px;
      color: white;
      border-radius: 50px;

  }

 .book-btn{
background:#ff4d4d;
color:white;
border:none;
padding:12px 25px;
border-radius:30px;
cursor:pointer;
font-weight:bold;
box-shadow:0 5px 15px rgba(0,0,0,0.2);
}

.book-btn:hover{
transform:translateY(-3px) scale(1.05);
background:#ff1f1f;
}

  section {

      padding: 60px 20px;
      text-align: center;
  }

  .about,
  .menu,
  .why,
  .reviews {
      max-width: 1100px;
      margin: auto;
  }

  .menu-grid,
  .why-grid,
  .review-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      margin-top: 40px;
  }

 .card{
background:#f8f8f8;
padding:20px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
overflow:hidden;
}

.card:hover{
transform:translateY(-8px) scale(1.02);
box-shadow:0 10px 30px rgba(0,0,0,0.2);
}

.card img{
width:100%;
height:250px;
object-fit:cover;
border-radius:10px;
margin-bottom:15px;
}

  .offer {
      background: #e63946;
      color: white;
      padding: 40px 20px;
  }

  footer {
      background: #222;
      color: white;
      text-align: center;
      padding: 20px;
  }

  .contact p {
      margin: 10px 0;
  }

  .cont {
      text-decoration: none;
      color: black;
  }

  /* ============== */

  .booking-form {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 25px;
      border-radius: 10px;
      width: 300px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      z-index: 1000;
  }

  .booking-form input {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: 1px solid #ddd;
      border-radius: 5px;
  }

  /* Confirm Booking Button (Green) */
  .booking-form button {
      width: 100%;
      padding: 10px;
      margin-top: 8px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 15px;
  }

  .booking-form button:first-of-type {
      background: green;
      color: white;
  }

  /* Close Button (Red) */
  .close-btn {
      background: rgb(249, 2, 2);
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      border-radius: 6px;
      cursor: pointer;
      margin-top: 10px;
  }


  /* =============add cart */
  .order-popup {
      display: none;
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: white;
      padding: 25px;
      width: 300px;
      border-radius: 10px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      text-align: center;
      z-index: 1000;
  }

  .order-popup input {
      width: 100%;
      padding: 8px;
      margin: 10px 0;
  }

  .order-btn {
      background: green;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      border-radius: 5px;
      cursor: pointer;
  }

  .close-btn {
      background: red;
      color: white;
      border: none;
      padding: 10px;
      width: 100%;
      margin-top: 10px;
      border-radius: 5px;
      cursor: pointer;
  }

  .cart-btn {
      border-radius: 50px;
      border: none;
      margin-top: 10px;
      background-color: rgba(17, 214, 17, 0.811);
      color: white;
  }

  .cart-btn:hover {
      color: rgb(255, 255, 255);
      background-color: rgb(3, 158, 3);
      border-radius: 0px;
  }

  /* map */
  .map {
      text-align: center;
      padding: 50px 20px;
      background: #f4f4f4;
  }

  .map h2 {
      margin-bottom: 20px;
  }

  .map-container {
      max-width: 900px;
      margin: auto;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }

  .map-container iframe {
      width: 100%;
      height: 400px;
      border: 0;
  }

  /* ========================sdfhabsjhasj */

  .menu-section {
      padding: 40px;
      background: #fafafa;
  }

  .menu-title {
      text-align: center;
      margin-bottom: 30px;
  }

  .menu-tabs {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
      margin-bottom: 30px;
  }

 .menu-tabs button{
padding:10px 18px;
border:none;
background:#ff3c3c;
color:white;
border-radius:30px;
cursor:pointer;
font-weight:500;
}

.menu-tabs button:hover{
background:#c40000;
transform:scale(1.08);
}
  /*bhuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu */
  .popup {

      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      backdrop-filter: blur(6px);
      justify-content: center;
      align-items: center;
      animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
      from {
          opacity: 0;
      }

      to {
          opacity: 1;
      }
  }

  .popup-content {
      background: white;
      padding: 25px;
      width: 90%;
      max-width: 420px;
      border-radius: 14px;
      max-height: 80vh;
      overflow-y: auto;
      animation: popupZoom 0.35s ease;
  }

  @keyframes popupScale {

      0% {
          transform: scale(0.7);
          opacity: 0;
      }

      100% {
          transform: scale(1);
          opacity: 1;
      }
  }

  .menu-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
      font-size: 16px;
  }
  .menu-item:hover{
background:#fff6f6;
padding-left:10px;
}

  .menu-item button {
      background: #ff4d4d;
      color: white;
      border: none;
      padding: 6px 12px;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.3s;
  }

  .menu-item button:hover {
      background: #e60023;
      transform: scale(1.05);
  }

  .popbtn {
      position: absolute;
      top: 10px;
      right: 15px;
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      color: #333;
      transition: 0.3s;
  }

  /* payment popum vali css */
  .payment-popup {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.7);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }

  .payment-box {
      background: #fff;
      padding: 30px;
      border-radius: 15px;
      text-align: center;
      animation: popupZoom 0.3s ease;
  }

  .qr-img {
      width: 220px;
      margin: 20px 0;
  }

  .confirm-btn {
      background: green;
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
  }

  .confirm-btn:hover {
      background: darkgreen;
  }

  .card img {
      height: 300px;
  }

  .image-popup {

      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;

      background: rgba(0, 0, 0, 0.9);

      display: none;
      justify-content: center;
      align-items: center;

      z-index: 9999;

  }

.image-popup img{
max-width:90%;
max-height:85%;
border-radius:10px;
animation:zoomImage 0.4s ease;
}

@keyframes zoomImage{
0%{
transform:scale(0.7);
opacity:0;
}
100%{
transform:scale(1);
opacity:1;
}
}

  .close-img {

      position: absolute;
      top: 25px;
      right: 40px;
      color: white;
      font-size: 35px;
      cursor: pointer;

  }

  .gallery-slider img {
      width: 100px;
  }
  section{
padding: 30px 20px;
text-align:center;
}