:root {
  --primary-color: #8B4513;
  --accent-color: #D4AF37; 

  --backColor: #fff;
  --FontColor: #000;

  --darkback-color: #2b2b2b;
  --darkFontColor: #fff;
}


  body {
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: var(--backColor);
    overflow: auto;
    margin: 0;
    padding: 0;
  }


  /*يؤثر على الصوره*/
  .hero-image {
    position: absolute;
    top: 80px;
    right: 0;
    width: 50%;                 
    height: 140%;
    overflow: hidden;
    mask-repeat: no-repeat;
    margin: 0;
  }
  .content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 5rem;
  }
  .content-wrapper {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: 500px;
    padding: 2rem;
    text-align: center; 
    margin-left: 0;  
    margin-right: auto; 
   
  }
  .content-container .content-wrapper .logo {
    font-family: 'Dancing Script', cursive;
    font-size: 12rem;
    color: var(--primary-color);
    background-clip: text;
    margin-bottom: 5rem;
    padding: 0;
  }
  .h1 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    opacity: 0;
    width: 500%;
    max-width: 400px;
    margin: 0 auto;
    color: #2c2727;
  }
  .h3 {
    padding: 0;
    margin: 0;
    font-family: 'Dancing Script', cursive;
  }
  .p {
    font-size: 1rem;
    line-height: 1.6;
    color: #2c1600;
    opacity: 0;
    width: 100%;
    max-width: 400px;
    margin: 10 auto 20px auto;
  }

  body.dark .content-wrapper {
    color: var(--backColor);
  }

  .order-btn {
    display: inline-flex;
    align-items: center;
    background: #8B4513;
    color: #fff;
    padding: 18px 45px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.3rem;
    transition: 0.3s ease; 
    box-shadow: 0 5px 15px #2c2727;
    margin-top: 30px;  
    margin-bottom: 20px; 
    opacity: 0;
    width: fit-content;
    margin:50 auto;
    font-family: 'Dancing Script', cursive;
   
  }
  .order-btn:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px #D4AF37;
  }

  @media (max-width: 768px) {
    .content-container {
      flex-direction: column;
      padding: 2rem;
    }
  
    
      .hero-image {
        display: none;
      }
    
    
    .content-wrapper {
      max-width: 100%;
      padding: 1rem;
      text-align: center;
    }
  
    .content-container .content-wrapper .logo {
      margin-bottom: 2rem;
    }
  
    .h1 {
      font-size: 1.2rem;
      width: 100%;
      max-width: 100%;
    }
  
    .p {
      font-size: 0.95rem;
      max-width: 100%;
    }
  
    .order-btn {
      padding: 14px 30px;
      font-size: 1.1rem;
      margin: 30px auto;
    }
  }
  

  .popular-menus {
    width: 60%;
    padding: 0;
    border-radius: 20px;
    margin-top: 0;
    position: relative;
     text-align: left; 
    overflow: hidden;
  }
  .popular-menus   {
    display: flex;
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
        font-size: 3rem;
        font-family: 'Dancing Script', cursive;
        width: 52%;
  }

 .arrow0{
    position: absolute;
    top: 50px;
    background: #fff;
    border: 2px solid #D4AF37;
    border-radius: 50%;
    padding: 2px 10px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 1.8rem;
    cursor: pointer;
    color: #8B4513;
    z-index: 1;
    transition: transform 0.3s;
    margin-top: 150px; 
  }
  
  .arrow:hover {
    transform: scale(1.1) translateY(-50%);
  }
  .arrow-left {
    left: 0px;
    z-index: 1;
  }
  .arrow-right {
    right: 0px;
    z-index: 1;
  }
  /* ------------- */
  .menu-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
    
  }
  .menu-content {
    /* المحتوى الداخلي بتاع المنيو */
    position: relative;
    z-index: 1;
    /* أي ستايلات تانية */
  }
/* -------------- */
  .menu-items {
    display: flex;
        gap: 50px;
        overflow-x: auto;
        scroll-behavior: smooth;
        white-space: nowrap;
        padding: 50px;
        scrollbar-width: none;
  }
  .menu-items::-webkit-scrollbar {
    display: none;
  }
  .menu-item {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.276);
    text-align: center;
    width: 200px;
    display: inline-block;
    transition: transform 0.3s;
    margin-top: 1px;
    flex-shrink: 0;
  }
  .menu-item:hover {
    transform: translateY(-80px);
    box-shadow: 0 8px 25px #D4AF37;
  }
  .menu-item i {
    font-size: 4rem;
    color: #8B4513;
  }
  .menu-info {
    margin-top: 30px;
  }
  .menu-name {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    text-align: center;
  }
  .menu-price {
    font-size: 0.9rem;
    color: #8B4513;
    margin-top: 20px;
    text-align: center;
  }
/* ======================== */
.te {
  color: #ff6600;
  text-decoration: none; 
  font-weight: bold; 
}
.te:hover {
  color: #ff3300; 
}
.exclusive-items {
  padding: 60px 20px;
  text-align: center;
}
.section-subtitle {
  color: #666;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
.highlighted-word {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.highlighted-word::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 8px;
  background-color: #8B4513; 
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 4px;
}
.card-1container {
  display: grid; 
  grid-template-columns: repeat(2, 1fr);  
  gap: 30px;
  justify-content: center; 
  margin: 0 auto; 
  width: 100%;  
  max-width: 1000px;  
}
.food-card {
  background: #fff;
  border-radius: 20px 20px 60px 20px;
  box-shadow: 0 0 15px #8B4513;                 
  padding: 20px;
  width: 100%;  
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.food-card img {
  width: 100%;
  border-radius: 15px;
  height: 200px;
  object-fit: cover;
}
.food-card h4 {
  font-size: 22px;
  margin: 15px 0 10px;
  font-weight: bold;
}
.food-card p {
  font-size: 14px;
  color: #555;
}
.food-card a {
  display: inline-flex;
  align-items: center;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
  text-decoration: none;
}
.food-card a .arrow {
  background: #fdd7c0;
  border-radius: 50%;
  padding: 0px 8px;
  margin-left: 5px;
  transition: all 0.3s ease;
}
.food-card a:hover .arrow {
  transform: translateX(5px);
}
@media (max-width: 992px) {
  .food-card {
    width: calc(50% - 15px);
  }
}
@media (max-width: 768px) {
  .food-card {
    width: 100%;
  }
}
.h2 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  opacity: 0;
  width: 500%;
  max-width: 400px;
  margin: 0 auto;
  color: #2b2b2b;
  transition: opacity 1s ease-in-out;
}

h2.show {
  opacity: 1; 
}

.about-section {
  padding: 60px 20px;
  background-color: #fff;
}
.about-section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
  flex-direction: row-reverse; 
}
.about_img img {
  max-width: 400px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.about_text {
  max-width: 600px;
  text-align: right; 
}
.about_text p,
.about_text h2,
.about_text h3 {
  text-align: center;
  direction: rtl;       
  unicode-bidi: plaintext; 
}
.about_text h2 {
  margin: 20px 0;
  color:#8B4513;
  font-size: 1.8rem;
}
.about_text h3 {
  margin-top: 0;
  font-size:3rem;
  font-family: 'Dancing Script', cursive;
}
.about_text p {
  font-size: 1rem;
  color: #444;
  line-height: 1.7;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .about-section .container {
    flex-direction: column;
    text-align: center;
  }
  .about_text {
    text-align: center;
  }
  .about_img img {
    max-width: 100%;
  }
}
.video-section {
  position: relative;
  width: 100%;
  height: 100vh; 
  overflow: hidden;
}
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}
#background-video {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.video-content {
  position: absolute;
   top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}
.video-content h2 {
  font-size: 2.5rem;
  font-weight: bold;
}
.video-content p {
  font-size: 1.2rem;
}
.video-declaration {
  position: absolute;

  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 1;
}/* -------------------------- */
.video-section1 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px  ;
  background-color: #f8f8f8; 
}

.video-container1 video {
  width: 80%;
  max-width: 400px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px #8B4513;
}
.video-box video {
  width: 10%;
  max-width: 500px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.media-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 50px 20px;
  flex-wrap: wrap; 
}
.layout-container {
  display: flex;
  justify-content: center;
  align-items: stretch; 
  gap: 30px;
  padding: 40px;
}
/* ---------------------------- */
.video-container .main-video {
  width: 100%;
   max-width: 500px;/*حجم الفديو */
  height: auto;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.images-column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; 
  max-height: 100%; 
}
.side-img {
  flex: 1;
  width: 100%;
  max-width: 200px;
  object-fit: cover;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px #8B4513;
  background-color: #fff;
  padding: 15px;
}
.side-img:last-child {
  margin-bottom: 0;
}
/* ============ */
.offer-section {
  background-color: #ffffff;
  padding: 20px 50px;
  text-align: center;
  border-radius: 20%;
  margin: 30px auto;
  height:  250px;
  max-width: 500px;
  box-shadow: 0 10px 30px #8B4513;
}
.offer-section h2 {
  color: #2c1600;
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: 'Dancing Script', cursive;
}
.offer-section p {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 25px; 
}
.offer-btn {
  background-color: #8B4513;
  color: white;
  border: none;
  padding: 18px 45px;
  border-radius:20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 5px 15px #2c2727;
  margin-top: 30px;
  margin-bottom: 20px;  
  width: fit-content;
  margin: 10px;
  transition: 0.3s ease; 
  font-family: 'Dancing Script', cursive;
}
.offer-btn:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 25px #D4AF37;
}
.reservation-section {
  padding: 60px 20px;
  background-color: #fff7f0;
  text-align: center;
}
.reservation-section .section-title {
  font-size: 2rem;
  color: #8B4513;
  margin-bottom: 30px;
  text-align: center;
}
.reservation-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 500px;
  margin: auto;
}
.reservation-form input {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
}
.reservation-form button {
  background-color: #8B4513;
  color: white;
  border: none;
  padding: 18px 45px;
  border-radius:20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.3rem;
  cursor: pointer;
  box-shadow: 0 5px 15px #2c2727;
  margin-top: 30px; 
  margin-bottom: 20px;  
  width: fit-content;
  margin:50 auto;
  transition: 0.3s ease; 
  font-family: 'Dancing Script', cursive;
  align-self: center;
}
.reservation-form button:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 25px #D4AF37;
  }
  .reservation-order-container {  
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* max-width: 900px; */
    margin: 40px auto;
    background-color: #f9f3eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
      } 
   .reservation-section,  
    .order-section {  
      flex: 10 10 400px;
      padding: 50px 100px;
      font-weight: 600;
    }  
    .reservation-section {  
      background-color: #f9f3eb;  
      color: #8B4513  ;
        flex-direction: row-reverse; 
    }   
    .order-section {  
      background-color: #fff;  
      color: #8B4513;  
      display: flex;  
      flex-direction: column;  
      justify-content: center;  
      align-items: center;  
      text-align: center;  
      gap: 20px;  
      padding: 40px 30px;  
    }    
    .order-icon {  
      width: 120px;  
      height: 120px;  
      stroke:#8B4513;  
      stroke-width: 2;  
      fill: none;  
    }  
    h2 {  
      margin-top: 0;  
      font-size: 28px;  
      font-weight: 600;  
      color: #8B4513;  
    }  
    .reservation-description {  
      font-weight: 400;  
      color: #997777;  
      font-size: 13px;  
      margin: 6px 0 25px 0;  
    }  
    label {  
      display: block;  
      margin-bottom: 6px;  
      font-weight: 600;  
      font-size: 14px;  
    }  
    select, input[type="date"] {  
      width: 100%;  
      padding: 10px 1px;  
      margin-bottom: 20px;  
      border-radius: 4px;  
      border: 1px solid #ccc;  
      font-weight: 600;  
      color: #666;  
    }  
    button {  
      font-weight: 600;  
      border: none;  
      border-radius: 4px;  
      padding: 12px 100px;  
      cursor: pointer;  
      font-size: 16px;  
      transition: background-color 0.3s ease;  
      user-select: none;  
    }  
    .btn-find {  
      background-color: #666;  
      color: white;  
      width: 100%;  
    }  
    .btn-find:hover {  
      background-color: #8B4513;  
    }  
    .btn-order-now {  
      background-color: #f8eada;  
      color: #444;  
      border: 1px solid ;  
      width: 160px;  
      padding: 10px 10px;  
      border-radius: 25px;  
      font-weight: 600;  
    }  
    .btn-order-now:hover {  
      background-color: #e9d8cd;  
    }  
    .order-title {  
      font-weight: 700;  
      font-size: 24px;  
      margin: 0;  
      color: #000000;  
    }    
    @media (max-width: 700px) {  
      .reservation-order-container {  
        flex-direction: column;  
      }  
      .reservation-section, .order-section {  
        flex: unset;  
        width: 100%;  
        padding: 20px 30px;  
        text-align: center;  
      }  
      .reservation-section {  
        color: #555;  
      }  
      label, select, input[type="date"] {  
        text-align: left;  
      }  
    }  
   .card-container {  
    display: grid;  
    grid-template-columns: repeat(3, 1fr);  
    gap: 30px;  
    justify-content: center;  
    margin: 0 auto;  
    width: 100%;  
    max-width: 1200px; 
    text-align: center; 
  }  
  
  .food-card {  
    background: #fff;  
    border-radius: 20px 20px 60px 20px;  
    box-shadow: 0 0 15px #f97316;  
    padding: 30px;  
    box-sizing: border-box;  
    transition: transform 0.3s ease;  
    width: 100%; 
  }  
  .food-card img {  
    width: 100%;  
    border-radius: 15px;  
    height: 200px;  
    object-fit: cover;  
  }  
  .food-card h4 {  
    font-size: 22px;  
    margin: 15px 0 10px;  
    font-weight: bold;  
    color: #2c2727;  
  }  
  .food-card p {  
    font-size: 14px;  
    color: #555;  
    margin-bottom: 15px;  
  }  
  .food-card .social_icon {  
    display: flex;  
    justify-content: center;  
    gap: 15px;  
    margin-top: 10px;  
  }   
  .food-card .social_icon a {  
    display: inline-flex;  
    align-items: center;  
    justify-content: center;  
    background: #fff;  
    color: #666;  
    font-size: 16px;  
    width: 34px;  
    height: 34px;  
    border-radius: 50%;  
    border: 1.5px solid #ccc;  
    transition: all 0.3s ease;  
    text-decoration: none;  
  }  
  .food-card .social_icon a:hover {  
    background: #8B4513;  
    border-color:#8B4513;  
    color: #fff;  
    box-shadow: 0 0 8px #D4AF37;  
  }   
  @media (max-width: 992px) {  
    .card-container {  
      grid-template-columns: repeat(2, 1fr);  
      max-width: 700px;  
    }  
  }
  @media (max-width: 768px) {  
    .card-container {  
      grid-template-columns: 1fr;  
      max-width: 400px;  
    }  
  }  
/* ------------------- */
body.dark {
  background-color: var(--darkback-color);
  color: var(--darkFontColor);
}

body.dark .content-wrapper,
body.dark .h1,
body.dark .h2,
body.dark .h3,
body.dark .p,
body.dark .menu-name,
body.dark .menu-price,
body.dark .about_text p,
body.dark .about_text h2,
body.dark .about_text h3,
body.dark .offer-section p,
body.dark .offer-section h2 {
  color: var(--darkFontColor);
}

body.dark .menu-item,
body.dark .food-card,
body.dark .about-section,
body.dark .video-section1,
body.dark .side-img,
body.dark .offer-section {
  background-color: #333;
  box-shadow: 0 0 10px #000;
}

body.dark .arrow {
  background-color: #444;
  border-color: var(--accent-color);
  color: var(--accent-color);
}
