/* Base styles for all devices */
.poster-container {
    width: 1220px;
    height: 550px; 
    position: relative;
    margin: 0 auto; 
    padding: 0 50px;
    box-sizing: border-box; 
    overflow: hidden;
}

.poster-banner {
    position: relative;
}

.poster-wrapper {
    display: flex;
    gap: 20px; /* Add gap between images */
    transition: transform 0.5s ease-in-out; /* Smooth transition */
}

.poster-image {
    max-width: 550px;
    max-height: 550px; 
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.button_nav {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(200, 165, 68, 0.8);
    color: #800000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.button_nav:hover {
    transform: translateY(-50%) scale(1.1);
    background-color: rgba(200, 165, 68, 1);
}

.left {
    left: 0; /* Position left button inside the padding area */
}

.right {
    right: 0; /* Position right button inside the padding area */
}

/* Menu Button Container */
.food_menu_title_box_new {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 40px;
    padding: 0 16px;
}

/* Individual Button Styles */
.menu_title_new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border-radius: 50px;
    border: 1.5px solid #C8A544;
    background: #000;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.menu_title_new a {
    color: #C8A544;
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    white-space: nowrap;
}

/* Hover State */
.menu_title_new:hover {
    background-color: #C8A544;
}

.menu_title_new:hover a {
    color: #000;
}

/* Responsive for Mobile */
@media screen and (max-width: 768px) {
    .food_menu_title_box_new {
        flex-direction: column;
        gap: 12px;
    }

    .menu_title_new {
        width: 100%;
        max-width: 280px;
        padding: 12px 20px;
    }

    .menu_title_new a {
        font-size: 1rem;
    }
}

/* Mobile (up to 767px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .poster-container {
        width: 650px; 
        height: 600px;

    }
    .left {
        left: 10px; /* Move buttons closer to the edges */
    }

    .right {
        right: 10px; /* Move buttons closer to the edges */
    }
}
@media (min-width: 1024px) and (max-width: 1180px){
.poster-container {
    width: 1180px;
    padding: 0 20px;
}

}
/* Mobile (up to 767px) */
@media (max-width: 767px) {
    .poster-container {
        width: 400px; 
        height: 300px;

    }
    .left {
        left: 10px; /* Move buttons closer to the edges */
    }

    .right {
        right: 10px; /* Move buttons closer to the edges */
    }
}

/* Modal styles */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 60px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.9); /* Black background with opacity */
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 80vh;
    justify-content: center;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #C8A544;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal p {
    color: #C2A550;
    text-align: center;

}

a{
    text-decoration: none
}

.menu_hero-banner {
    width: 100%;
    background-color: #000;
    margin-top: 50px;
}

.menu_hero-banner-container {
    max-width: 100%;
    text-align: center;
    position: relative; /* Make sure the buttons are positioned relative to this container */
    padding: 10px;
}

.menu_hero-title {
    color: #C8A544;
    text-align: center;
}

/* Responsive text */
@media screen and (max-width: 768px) {
    .menu_hero-title {
        padding: 20px 20px;
        margin-bottom: -5px;
    }
}

/* Media Queries */

@media screen and (max-width: 580px) {

    .menu_hero-banner {
        margin-top: 40px;
    }
}

.menu_hero_desc_section {
    background-color: #000; /* Black background for the section */
    padding: 20px 20px;
    text-align: center;
}

.menu_hero_desc_container {
    max-width: 1200px;
    margin: 0 auto;
}

.menu_hero_desc_button_group_1 {
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 10px;
}

.menu_hero_desc_reservations {
    background-color: #800000;
    color: #C8A544;
    border: 1px solid #C8A544;
    padding: 10px 70px;
    text-decoration: none;
    border-radius: 20px;
}

.menu_hero_desc_reservations:hover {
    background-color: #000;
}

  /* Show on smaller screens (e.g., mobile) */
  @media screen and (max-width: 768px) {
    .menu_hero_desc_reservations{
        font-size: 14px;
    }
    .menu_hero_desc_reservations{
        padding: 10px 60px;
        margin-left: 20px;
    }
  }

.logo_banner_new {
    padding: 40px 0;
    background: linear-gradient(180deg, #000000 35%, #800000 35%);
    width: 100%;
    /* margin-top: 10px; */
}

.container_new {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.img_grid_new {
    display: grid;
    grid-template-columns: repeat(3, 272px);
    gap: 120px;
    justify-content: center;
    margin-bottom: 30px;
}

.grid_item_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.journey_img_new {
    width: 272px;
    height: 422px;
    object-fit: cover;
    border-radius: 0 0 200px 200px;
    border: 5px solid #C2A550;
}

.grid_item_new h2 {
    color: #bbb;
    margin-top: 20px;
    font-size: 32px;
}


/* iPad Responsive */
@media screen and (max-width: 1024px) {
    .img_grid_new {
        grid-template-columns: repeat(3, 220px);
        gap: 30px;
    }
    
    .journey_img_new {
        width: 220px;
        height: 300px;
        border-radius: 0 0 150px 150px;
    }

    .grid_item_new h2 {
        font-size: 26px;
    }
}

/* Small tablets */
@media screen and (max-width: 820px) {
    .img_grid_new {
        grid-template-columns: repeat(3, 180px);
        gap: 20px;
    }
    
    .journey_img_new {
        width: 180px;
        height: 250px;
        border-radius: 0 0 120px 120px;
    }

    .grid_item_new h2 {
        font-size: 26px;
    }
}

/* Mobile Responsive */
@media screen and (max-width: 768px) {
    .logo_banner_new {
        background: #800000;
        padding: 40px 0;
    }
    
    .img_grid_new {
        grid-template-columns: 272px;
        gap: 40px;
        margin-bottom: 40px;
    }
    
    .journey_img_new {
        width: 272px;
        height: 372px;
        border-radius: 0 0 200px 200px;
    }
    
    .grid_item_new h2 {
        font-size: 26px;
    }

}
/* #img1 {
    width: 425.559px;
    height: 279.481px;
} */


/* .food_menu_title_box{
    width: 200px;
} */

@media (max-width: 480px){

    /* .img_container{
        z-index: 1;
        margin-top: -30%;
        gap: 80px;
    } */

    .food_menu_title_box{
        width: 150px;
        height: auto;
    }

    /* .barbeque{
        margin-top: 200px;
    } */
}

/* Base styles for all screens */
.barbeque {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: black;
    color: white;
    margin: 80px auto; 
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}

.barbeque_header_container {
    max-width: 50%;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.barbeque_title_menu_container {
    width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.barbeque_header {
    color: #C2A550;
}

.food_menu_box {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    /* margin-bottom: 20px;
    margin-top: 25px; */
}


.food_menu_title {
    display: flex;
    width: 100px;
    padding: 7px 19px;
    justify-content: center;
    align-items: center;
    color: #C2A550;
    font-family: Inter;
    font-weight: 400;
    line-height: 170.5%;
    border-radius: 57px;
    border: 1.425px solid #C8A544;
    background: #000;
    color: #C8A544;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.food_menu_title:hover {
    background-color: #C8A544;
}
/* 
.food_menu_border {
    align-self: center;
    height: 0px;
    width: 100%;
    border: 1.31px #C8A541 solid;
} */

.barbeque_text {
    width: 100%; 
    color: barbeque_text;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.7;
    margin-top: 20px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
}

.barbeque_text p{
    text-align: justify;
}

.dimsum2_text p {
    text-align: justify;
}
.barbeque_img {
    width: 480px;
    height: 480px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.barbeque_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%; 
    /* border: 5px solid #C2A550; */
    background-color: lightgray;
    object-fit: cover;
}

a{
    color: #FFF;
}

@media (min-width: 1200px) {
    .barbeque_header {
        text-align: center;
        /* margin-right:30px; */
    }

    /* .barbeque_text {
        width: 300px;
        text-align: justify; 
        width: 55%;
    } */
}

@media (min-width: 768px) and (max-width: 1200px) {
    /* Reducing the overall container sizes */
    .barbeque {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        gap: 20px;
        max-width: 1000px; /* Reducing from 1200px */
        margin: 40px auto; /* Smaller margin for this screen size */
    }

    /* Header container */
    .barbeque_header_container {
        max-width: 45%; /* Reduced width */
        padding-right: 15px; /* Less padding on the right */
    }

    .barbeque_header {
        margin-right: 30px;
    }
        
    .food_menu_title_box {
        width: 130px;
    }

    .food_menu_title {
        padding: 4px 4px; /* Reduce padding for smaller screens */
        width: auto; /* Let it resize based on content */
    }

    .barbeque_text {
    }

    /* Image container */
    .barbeque_img {
        width: 350px; /* Reduced size from 400px */
        height: 350px; 
    }

    .barbeque_img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        /* border: 4px solid #C2A550; */
    }

    /* Border of food menu */
}



@media (max-width: 768px) {
    .barbeque {
        flex-direction: column-reverse; 
        justify-content: center; 
        /* margin: 40px auto;  */
        padding: 10px;
        gap: 20px; 
        /* max-width: 1200px; */
        /* margin: 0 auto; */
    }

    .barbeque_header_container {
        max-width: 100%; 
        padding: 0;
        text-align: center;
    }
    
    .barbeque_title_menu_container {
        width: 100%;
        /* display: flex;
        flex-direction: column;
        align-items: center; */
    }

    .barbeque_img {
        width: 300px;
        height: 300px;
        margin-top: 20px;
    }

    .barbeque_img img {
        width: 100%;
        height: 100%;
        border-radius: 50%; 
    }

    .barbeque_text {
        /* text-align: center; */
        width: 70%;
        text-align: justify;
    }

    .barbeque_header {
        margin-right: o;
        
    }

}



@media (max-width: 480px) {
    .barbeque {
        flex-direction: column-reverse; 
        justify-content: center; 
        /* margin: 40px auto;  */
        padding: 10px;
        gap: 20px; 
        /* max-width: 1200px; */
        /* margin: 0 auto; */
        /* margin-top: calc((-1380px) + (-15vh)); */
        /* margin-top: -1380px; */
    }

    .barbeque_header_container {
        max-width: 100%; 
        padding: 0;
        text-align: center;
    }
    
    .barbeque_title_menu_container {
        width: 100%;
        /* display: flex;
        flex-direction: column;
        align-items: center; */
    }

    .barbeque_img {
        width: 90%;
        height: 90%;
        margin-top: 20px;
    }

    .barbeque_img img {
        width: 100%;
        height: 100%;
        border-radius: 50%; 
    }

    .barbeque_text {
        /* text-align: center; */
        width: 70%;
        text-align: justify;
    }

    .barbeque_header {
        margin-right: o;
        
    }

    .food_menu_title {
        margin-bottom: 10px;
    } 

    
}

@media (max-width: 360px){
    .barbeque {
        flex-direction: column-reverse; 
        justify-content: center; 
        /* margin: 40px auto;  */
        padding: 10px;
        gap: 20px; 
        /* max-width: 1200px; */
        /* margin: 0 auto; */
        /* margin-top: calc((-1380px) + 10%); */
        /* margin-top: -1300px; */
    }
}

.dimsum1 {
    grid-column: 1 / 2;
    display: flex;
    justify-content: center;
    padding: 20px;
    width: 100%;
    height: 314px;
    background: var(--Maroon---Main, #800000);
    position: relative;
}

.dimsum1_Container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}

.dimsum_img1 {
    width: 550px; /* 559.198px * 70% to crop 30% less */
    height: 550px; /* 729px * 70% to crop 30% less */
    flex-shrink: 0;
    margin-top: 140px;
    position: relative;
    z-index: 1;
    /* margin-left: -245px; */
}

.dimsum_img1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.dimsum_header_container {
    width: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-left: 100px;
    margin-top: 136px;
}

.food_menu_box {
    text-align: center;
}

a {
    color: #FFF;
}

.dimsum2 {
    grid-column: 2 / 3;
    width: 100%;
    height: 430px;
    display: flex;
    justify-content: flex-end;
    background: #FFF;
}

.dimsum2_Container {
    width: 400px;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.dimsum2_text {
    width: 550px;
    color: #464444;
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    line-height: 170.5%;
    margin-left: -45px;
}

@media (min-width: 768px) and (max-width: 1200px) {

    .dimsum1 {
        height: 300px;
        padding: 20px;
        background: var(--Maroon---Main, #800000);
        position: relative;
    }

    .dimsum1_Container {
        width: 100%;
        justify-content: center;
        gap: 30px;
        flex-direction: row;
    }

    .dimsum_img1 {
        width: 400px; /* Adjusted for 30% less crop */
        margin-left: 20px;
        margin-top: 150px;
        position: relative;
        z-index: 1;
    }

    .dimsum_img1 img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .dimsum_header_container {
        /* width: 80px; */
        margin-top: 100px;
        position: relative;
        align-items: center;
    }

    .dimsum2 {
        height: auto;
        justify-content: center;
    }

    .dimsum2_Container {
        width: 350px;
        /* margin-left: 100px; */
    }

    .dimsum2_text {
        width: 290px;
        line-height: 150%;
        margin-left: 250px;
    }
}

@media (max-width: 768px) {
    .dimsum1 {
        height: auto;
        padding: 60px 20px;
        width: auto;
    }

    .dimsum1_Container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .dimsum_img1 {
        width: 280px; /* Adjusted for 30% less crop */
        height: 280px; /* Adjusted for 30% less crop */
        margin-top: 0;
        margin-left: 0;
    }

    .dimsum_header_container {
        text-align: center;
        align-items: center;
        margin-left: 0;
        left: 0;
        margin-top: 30px;
    }

    .dimsum2 {
        justify-content: center;
        height: auto;
    }

    .dimsum2_Container {
        width: 75%;
        align-items: center;
    }

    .dimsum2_text {
        line-height: 1.6;
        width: 80%;
        margin-left: 0px;
    }
}
@media (max-width: 320px) {
.dimsum_img1 {
    width: 80%;
    height: 80%;
    margin-top: 0;
    margin-left: 0;
}
.dimsum1{
    height: 150px;
    padding: 100px 20px;
}
}

@media (min-width: 1200px) {
    .dimsum1_Container {
        justify-content: center;
    }

    .dimsum_header_container {
        margin-left: 0;
    }

    .dimsum2_Container {
        width: 42%;
        margin-left: 4%;
        margin-right: 2%;
    }
}

@media (min-width: 1600px) {
    .dimsum2_Container {
        width: 35%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (min-width: 1920px) {
    .dimsum2_Container {
        width: 30%;
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media (max-width: 480px) {
    .dimsum2 {
        flex-direction: column;
        align-items: center;
    }

    .dimsum2_Container {
        width: 90%;
        align-items: center;
    }

    .dimsum2_text {
        line-height: 1.5;
        text-align: justify;
        margin-left: 0;
    }
}


.wok {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background-color: black;
    color: white;
    margin: 80px auto; 
    gap: 20px;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
}



@media (min-width: 768px) and (max-width: 1200px) {
    /* Reducing the overall container sizes */
    .wok {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
        gap: 20px;
        max-width: 1000px; /* Reducing from 1200px */
        margin: 40px auto; /* Smaller margin for this screen size */
    }

   
}



@media (max-width: 768px) {
    .wok {
        flex-direction: column-reverse; 
        justify-content: center; 
        /* margin: 40px auto;  */
        padding: 10px;
        gap: 20px; 
        /* max-width: 1200px; */
        /* margin: 0 auto; */
    }

    
}



@media (max-width: 480px) {
    .wok {
        flex-direction: column-reverse; 
        justify-content: center; 
        /* margin: 40px auto;  */
        padding: 10px;
        gap: 20px; 
        /* max-width: 1200px; */
        /* margin: 0 auto; */
        /* margin-top: -300px; */
    }
}

.menu-btn {
    background-color: #111111;
    color: #C8A544; /* Gold */
    border: 1px solid #C8A544;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .menu-btn:hover {
    background-color: #800020; /* Maroon */
    transform: translateY(-2px);
  }
  
  @media (max-width: 768px) {
    .menu-btn {
      width: 100%;
      max-width: 300px;
    }
  }
  
/* Festival Day */
.fd-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
  }
  
  .fd-banner-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  
  .fd-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .fd-banner-image:hover {
    transform: scale(1.02);
  }
  
  .fd-content-card {
    padding: 10px;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    justify-content: center;
    align-items: center;
  }
  
  .fd-content-card:hover {
    transform: translateY(-5px);
  }
  
  .fd-header {
    text-align: center;
    margin-bottom: 10px;
    color: #C8A544;
  }
  
  .fd-main-title {
    font-size: 36px;
    margin-bottom: 10px;
  }
  
  .fd-subtitle {
    color: #fff;
    font-size: 18px;
    opacity: 0.9;
    text-align: center;
  }
  
  .fd-pricing-section {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
  }
  
  .fd-price-item {
    margin: 10px 0;
    font-weight: 500;
    color: #C8A544;
    text-align: center;
  }
  
  .fd-price-emphasis {
    font-weight: 300;
  }
  
  .fd-menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin: 30px 0;
  }
  
  .fd-menu-item {
    padding: 20px;
    border-radius: 12px;
    background-color: #000;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .fd-menu-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(200, 165, 68, 0.3);
    background-color: #c8a54416;
  }
  
  .fd-dish-chinese {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 8px;
    color: white;
  }
  
  .fd-dish-english {
    font-size: 18px;
    color: #C8A544;
    text-align: center;
  }
  
  .fd-button-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  
  .fd-button {
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  
  .fd-reservation-btn {
    background-color: #800020; /* Maroon */
    color: #C8A544; /* Gold */
    border: 1px solid #C8A544;
  }

  .fd-reservation-btn:hover {
    background-color: #600010;
    transform: translateY(-2px);
  }

  @media (min-width: 768px) and (max-width: 1280px) {
  .fd-menu-grid {
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  } 

  }

  @media (max-width: 768px) {
    .fd-content-card {
      padding: 20px;
    }
    
    .fd-main-title {
      font-size: 28px;
    }
    
    .fd-menu-grid {
      grid-template-columns: 1fr;
    }
    
    .fd-button-container {
      flex-direction: column;
      align-items: center;
    }
    
    .fd-button {
      width: 100%;
      max-width: 300px;
    }
  }
