.first_section {
    margin-top: 100px;
    display: flex;
    padding: clamp(2rem, 4vw, 4.8rem) clamp(3rem, 6vw, 7.2rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(3.5rem, 7vw, 8.4rem);
    align-self: stretch;
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0) 201.81%), url("../images/RestaurantMain.jpg") no-repeat center center;
    background-size: cover;
}

.restaurant_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.4rem);
    max-width: 90vw;
    width: 100%;
}

.restaurant_text_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1rem, 2vw, 2.4rem);
    align-self: stretch;
}

.restaurant_text {
    color: #FFF;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1.5rem, 2.5vw, 2.5625rem);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.04em;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out forwards;
}

.attention_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 3.6rem);
    max-width: 90vw;
    width: 100%;
}

.attention_title {
    color: #FFF;
    font-family: 'ZT Neue Ralewe', Georgia, serif;
    font-size: clamp(2rem, 5vw, 6.25rem);
    font-style: italic;
    font-weight: 500;
    line-height: 1.1;
    letter-spacing: -0.03em;
    text-align: justify;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.2s forwards;
}

.attention_text {
    width: 100%;
    max-width: 90vw;
    color: #FFF;
    text-align: center;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1rem, 1.8vw, 1.5rem);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.02em;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.4s forwards;
}

.reserve_table_container {
    display: flex;
    padding: clamp(0.5rem, 1vw, 1.2rem) 0;
    justify-content: center;
    align-items: center;
    gap: clamp(0.5rem, 1vw, 1.2rem);
    border-radius: 14px;
    transition: transform 0.5s ease-in-out; 
    cursor: pointer;
}

/*.reserve_table_container:hover {*/
/*    transform: translateY(0) scale(1.1) !important; */
/*}*/

.reserve_table_container_inner {
    display: flex;
    padding: clamp(0.5rem, 1vw, 1.2rem) clamp(1.5rem, 3vw, 3.6rem);
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    border: 1px solid rgba(240, 240, 240, 0.43);
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.5s forwards;
}

.reserve_table_text {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Manrope", Arial, Helvetica, sans-serif;
    font-size: clamp(0.75rem, 1.5vw, 0.875rem);
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.6s forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.second_section {
    display: flex;
    padding: 0 clamp(2rem, 6.25vw, 7.5rem);
    align-items: flex-start;
    gap: clamp(1.5rem, 2.5vw, 3rem);
    align-self: stretch;
}

.second_section_container {
    display: flex;
    height: clamp(20rem, 28.7vw, 34.4375rem);
    padding: clamp(2rem, 3.33vw, 4rem) clamp(2rem, 6.25vw, 7.5rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(3rem, 6.25vw, 7.5rem);
    flex: 1 0 0;
    border-radius: clamp(1.5rem, 1.875vw, 2.25rem);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.second_section_container:hover {
    transform: scale(0.9) !important;
}

.attention_title_text {
    color: #FFF;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1.5rem, 2.19vw, 2.625rem);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(2.5rem, 3.785vw, 4.5415rem);
    letter-spacing: clamp(-0.02rem, -0.054vw, -0.065rem);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.rental_container {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: clamp(0.75rem, 1.04vw, 1.25rem);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.rental_container_text {
    color: #FFF;
    text-align: center;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: clamp(-0.01rem, -0.025vw, -0.03rem);
}

.rental_container svg {
    width: clamp(0.3rem, 0.364vw, 0.4375rem);
    height: clamp(0.5rem, 0.625vw, 0.75rem);
}

.second_section_container_image_1 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_1.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container_image_1:hover {
    background: url("../images/second_section_container_image_1.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container_image_2 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_2.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container_image_2:hover {
    background: url("../images/second_section_container_image_2.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container_image_3 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_3.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container_image_3:hover {
    background: url("../images/second_section_container_image_3.jpg") lightgray 50% / cover no-repeat;
}

.second_section_container:hover .attention_title_text,
.second_section_container:hover .rental_container {
    opacity: 0;
}

.third_section {
    display: flex;
    padding: clamp(2rem, 3.33vw, 4rem) clamp(2rem, 6.25vw, 7.5rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 2.5vw, 3rem);
    align-self: stretch;
}

.events_center_container {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: clamp(1rem, 1.77vw, 2.125rem);
    flex-wrap: wrap;
}

.events_center_title {
    color: #FFF;
    text-align: center;
    font-family: 'ZT Neue Ralewe', Georgia, serif;
    font-size: clamp(2rem, 5.21vw, 6.25rem);
    font-style: normal;
    font-weight: 500;
    line-height: clamp(2.5rem, 3.785vw, 4.5415rem);
    letter-spacing: clamp(-0.05rem, -0.104vw, -0.125rem);
}

.event_level_title {
    color: #FFF;
    text-align: center;
    font-family: 'ZT Neue Ralewe', Georgia, serif;
    font-size: clamp(1.5rem, 1.927vw, 2.3125rem);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: clamp(-0.02rem, -0.0385vw, -0.04625rem);
}

.event_container {
    display: flex;
    align-items: flex-start;
    gap: clamp(1.5rem, 2.71vw, 3.25rem);
    align-self: stretch;
}

.event_details_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(0.25rem, 0.42vw, 0.5rem);
    flex: 1 0 0;
}

.event_details_container_image {
    height: clamp(15rem, 24.74vw, 29.6875rem);
    align-self: stretch;
    border-radius: clamp(3rem, 4.69vw, 5.625rem);
}

.image-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.image-modal {
    position: relative;
    width: 95vw;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-modal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.image-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: transform 0.3s ease;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    padding: 5px;
    z-index: 1001;
}

.image-modal-close:hover {
    transform: scale(1.2);
}

.fourth_section {
    display: flex;
    padding: clamp(2rem, 3.33vw, 4rem) clamp(2rem, 6.25vw, 7.5rem);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(1.5rem, 2.5vw, 3rem);
    align-self: stretch;
}

.fourth_section_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.fourth_section_container_image {
    width: clamp(20rem, 42.71vw, 95.25rem);
    height: clamp(15rem, 32.24vw, 38.6875rem);
    aspect-ratio: 820/619;
    border-radius: clamp(2rem, 4.14vw, 4.9625rem);
    background: url("../images/fourth_section_container_image.png") lightgray 50% / cover no-repeat;
}

.fourth_section_container_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(1.5rem, 2.5vw, 3rem);
}

.fourth_section_container_title {
    color: #FFF;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1.5rem, 2.135vw, 2.5625rem);
    font-style: normal;
    font-weight: 400;
    line-height: clamp(2.5rem, 3.785vw, 4.5415rem);
    letter-spacing: clamp(-0.02rem, -0.0427vw, -0.05125rem);
}

.fourth_section_container_mainText {
    color: #FFF;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: clamp(-0.01rem, -0.025vw, -0.03rem);
    width: clamp(20rem, 42.4vw, 50.875rem);
}

.fourth_section_container_list {
    color: #FFF;
    font-family: 'Forum', 'Times New Roman', serif;
    font-size: clamp(1rem, 1.25vw, 1.5rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: clamp(-0.01rem, -0.025vw, -0.03rem);
    width: clamp(20rem, 42.4vw, 50.875rem);
}

.fourth_section_container_list ul {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.fourth_section_container_list li {
    position: relative;
    padding-left: clamp(1rem, 2.08vw, 2.5rem);
    margin-bottom: clamp(0.5rem, 0.781vw, 0.9375rem);
}

.fourth_section_container_list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFF;
    font-size: clamp(1rem, 1.563vw, 1.875rem);
    line-height: clamp(1rem, 1.25vw, 1.5rem);
}

.horizontal_line {
    width: 100%;
    /*max-width: 1920px;*/
    height: 1px;
    background: #FFF;
    margin: 0 auto;
}

.image_1 {
    background: url("../images/event_details_container_image1.png") lightgray 50% / cover no-repeat;
}

.image_2 {
    background: url("../images/event_details_container_image2.png") lightgray 50% / cover no-repeat;
}

.image_3 {
    background: url("../images/event_details_container_image3.png") lightgray 50% / cover no-repeat;
}

.image_4 {
    background: url("../images/event_details_container_image4.png") lightgray 50% / cover no-repeat;
}

a {
    text-decoration: none;
    color: inherit;
    font-style: inherit;
}

.fourth_section_container_image2{display: none}

.scroll-animate {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out, filter 0.6s ease-in-out;
    will-change: opacity, transform, filter;
}

.scroll-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
}

.scroll-animate.is-hidden {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
}


@media (max-width: 480px) {
    .first_section {
        margin-top: 100px;
        display: flex;
        height: 543px;
        padding: 16px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        align-self: stretch;
        background: linear-gradient(0deg, rgba(30, 23, 34, 0.99) 0%, rgba(0, 0, 0, 0.00) 126.15%), url("../images/RestaurantMain.jpg") lightgray -317.404px -29px / 250.386% 110.681% no-repeat;
        gap: 25px;
    }
    .restaurant_container{
        display: flex;
        height: 73px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
        flex-shrink: 0;
    }
    .restaurant_text_container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 34px;
        align-self: stretch;
    }
    .restaurant_text{
        color: #FFF;
        font-family: Forum;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.4px;
    }
    .attention_container{
        display: flex;
        padding: 22px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding-bottom: 0; 
        margin-bottom: 0;
    }
    .attention_title{
        color: #FFF;
        font-family: "ZT Neue Ralewe";
        font-size: 36px;
        font-style: normal;
        font-weight: 500;
        line-height: 80%; /* 28.8px */
        letter-spacing: -0.72px;
        text-align: center;
    }
    .attention_text{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.24px;
        text-align: left;
        margin-bottom: 0;
    }
    .reserve_table_container {
        width: 100%;
        /*margin-top: 38px;*/
    }
    .reserve_table_container_inner {
        width: 100%;
    }
    .reserve_table_text {
        color: #FFF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .second_section{
        display: flex;
        padding: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;
    }
    .second_section_container{
        display: flex;
        height: 150px;
        padding: 16px;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        align-self: stretch;
        border-radius: 20px;
    }
    .rental_container{
        display: none;
    }
    .attention_container2{
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
        height: 150px;
    }
    .attention_title_text{
        color: #FFF;
        font-family: Forum;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 77.7%; /* 24.864px */
        letter-spacing: -0.64px;
        align-self: flex-start;
        margin-top: 100px;
    }
    .third_section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .events_center_title{
        width: 330px;
        color: #FFF;
        text-align: center;
        font-family: "ZT Neue Ralewe";
        font-size: 45px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.9px;
        text-transform: uppercase;
        margin-bottom: 39px;
    }
    .event_level_title{
        color: #FFF;
        text-align: center;
        font-family: "ZT Neue Ralewe";
        font-size: 37px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.74px;
        margin-bottom: 59px;
    }
    .event_container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        align-self: stretch;
        margin-bottom: 59px;
    }
    .event_details_container{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        align-self: stretch;
    }
    .event_details_container_image{
        height: 194px;
        align-self: stretch;
        border-radius: 20px;
    }
    .fourth_section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        padding: 0 16px;
    }
    .fourth_section_container{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 48px;
        align-self: stretch;
    }
    .fourth_section_container_title{
        order: 1;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%; /* 36px */
        letter-spacing: -0.72px;
        text-align: center;
    }
    .fourth_section_container_image2{
        display: flex;
        order: 2;
        height: 249.11px;
        align-self: stretch;
        aspect-ratio: 330.00/249.11;
        border-radius: 20px;
        background: url("../images/fourth_section_container_image.png") lightgray 50% / cover no-repeat;
    }
    .fourth_section_container_image{
        display: none;
    }
    .fourth_section_container_mainText{
        order: 3;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
        margin: 48px 0;
    }
    .fourth_section_container_list{
        order: 4;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    .second_section_container:hover {
        transform: none !important;
    }
    .second_section_container:hover .attention_title_text,
    .second_section_container:hover .rental_container {
        opacity: 1;
    }
    .second_section_container_image_1:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_1.jpg") lightgray 50% / cover no-repeat;
    }
    
    .second_section_container_image_2:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_2.jpg") lightgray 50% / cover no-repeat;
    }
    
    .second_section_container_image_3:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/second_section_container_image_3.jpg") lightgray 50% / cover no-repeat;
    }
    .reserve_table_container:hover{
        transform: none !important;
    }
}