.first_section {
    margin-top: 100px;
    display: flex;
    padding: 3.33vw 6.25vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25vw;
    align-self: stretch;
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/restaurantPyramidMain.png") lightgray -4.01vw -6.82vw / 104.01% 175.596% no-repeat;
}

.countContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.77vw;
}

.countInnerContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.77vw;
    align-self: stretch;
}

.countText {
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
    letter-spacing: -0.043vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out forwards !important;
}

.titleContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.titleText {
    color: #FFF;
    font-family: "ZT Neue Ralewe";
    font-size: 5.21vw;
    font-style: italic;
    font-weight: 500;
    line-height: 3.79vw;
    letter-spacing: -0.104vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.2s forwards !important;
}

.subTitleText {
    width: 63.23vw;
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.4s forwards !important;
}

.reserveText {
    width: 63.23vw;
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.033vw;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.5s forwards !important;
}

.reserveSpecialText {
    color: #FFF;
    font-family: Forum;
    font-size: 1.67vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.033vw;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
}

.buttonContainer {
    display: flex;
    padding: 0.83vw 0;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
    border-radius: 0.73vw;
    cursor: pointer;
}

.buttonInnerContainer {
    display: flex;
    padding: 0.63vw 1.67vw;
    justify-content: center;
    align-items: center;
    border-radius: 3.65vw;
    border: 0.052vw solid rgba(240, 240, 240, 0.43);
    background: rgba(255, 255, 255, 0.50);
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.6s forwards !important;
}

.buttonText {
    color: #FFF;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Manrope;
    font-size: 0.94vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
    animation: fadeInUp 1.5s ease-in-out 0.7s forwards !important;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
        filter: blur(3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.images_section {
    display: flex;
    padding: 0 6.25vw;
    align-items: flex-start;
    gap: 2.5vw;
    align-self: stretch;
}

.image {
    display: flex;
    height: 28.698vw;
    padding: 3.33vw 6.25vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6.25vw;
    flex: 1 0 0;
    border-radius: 1.875vw;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.image:hover {
    transform: scale(0.9) !important;
}

.image1 {
    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;
}

.image1:hover {
    background: url("../images/second_section_container_image_1.jpg") lightgray 50% / cover no-repeat;
}

.image2 {
    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;
}

.image2:hover {
    background: url("../images/second_section_container_image_2.jpg") lightgray 50% / cover no-repeat;
}

.titleContainer2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.titleText2 {
    color: #FFF;
    font-family: Forum;
    font-size: 2.708vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.784vw;
    letter-spacing: -0.054vw;
}

.rental_container {
    display: flex;
    width: 20.521vw;
    justify-content: center;
    align-items: center;
    gap: 1.042vw;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.image:hover .titleContainer2,
.image:hover .rental_container {
    opacity: 0;
}

.rentalText {
    color: #FFF;
    text-align: center;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
}

.second_section {
    display: flex;
    padding: 3.33vw 6.25vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
    align-self: stretch;
}

.second_firstContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.second_firstContainer2 {
    display: flex;
    flex-direction: row-reverse; 
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.second_image {
    width: 42.71vw;
    height: 32.24vw;
    aspect-ratio: 820/619;
    border-radius: 1.68vw;
    background: url("../images/event_details_container_image1.png") lightgray 50% / cover no-repeat;
}

.second_image2 {
    width: 42.71vw;
    height: 32.24vw;
    aspect-ratio: 820/619;
    border-radius: 1.68vw;
    background: url("../images/event_details_container_image4.png") lightgray 50% / cover no-repeat;
}

.second_firstInnerContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.5vw;
}

.second_firstTitle {
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: 3.79vw;
    letter-spacing: -0.043vw;
}

.second_capacityContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.52vw;
}

.vertical_line, .vertical_line2 {
    width: 0.052vw;
    height: 2.97vw;
    background: #FFF;
}

.capacity_text {
    width: 42.4vw;
    color: #FFF;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
}

.second_firstText {
    width: 42.4vw;
    color: #FFF;
    font-family: Forum;
    font-size: 1.25vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.025vw;
}

.second_firstText li {
    margin-bottom: 0.78vw;
}

.second_secondContainer {
    display: flex;
    align-items: flex-start;
    gap: 1.3vw;
    align-self: stretch;
    flex-direction: column;
}

.second_secondMainText {
    flex: 1 0 0;
    color: #FFF;
    font-family: Forum;
    font-size: 2.14vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.043vw;
}

.second_secondText {
    flex: 1 0 0;
    color: #FFF;
    font-family: Forum;
    font-size: 1.72vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.034vw;
}

ul {
    list-style: none;
    padding-left: 0;
}

.second_firstText li:before, .second_secondText li:before, .capacity_text li:before {
    content: "•";
    color: white;
    padding-right: 0.26vw;
    padding-left: 0.26vw;
}

.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;
        gap: 0;
        background: linear-gradient(0deg, rgba(30, 23, 34, 0.99) 0%, rgba(0, 0, 0, 0.00) 126.15%), url("../images/restaurantPyramidMain.png") lightgray -212.63px -20px / 216.676% 107.366% no-repeat;
    }

    .countContainer {
        display: flex;
        height: 73px;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        flex-shrink: 0;
    }

    .countInnerContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 34px;
        align-self: stretch;
    }

    .countText {
        color: #FFF;
        font-family: Forum;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.4px;
    }

    .titleContainer {
        display: flex;
        padding-top: 22px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
        margin-bottom: 16px;
    }

    .titleText {
        width: 296px;
        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: left;
    }

    .subTitleText {
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
        text-align: left;
    }
    
    .reserveText {
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.36px;
        text-align: left;
    }

    .reserveSpecialText {
        color: #FFF;
        font-family: Forum;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.36px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .buttonContainer {
        width: 100%;
    }

    .buttonInnerContainer {
        display: flex;
        padding: 8px 32px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 70px;
        border: 1px solid rgba(240, 240, 240, 0.43);
        background: rgba(255, 255, 255, 0.50);
        width: 100%;
    }

    .buttonText {
        color: #FFF;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

    .images_section {
        display: flex;
        padding: 0 16px;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .image{
        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;
    }
    .titleContainer2{
        height: 150px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .titleText2{
        color: #FFF;
        font-family: Forum;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 77.7%; /* 24.864px */
        letter-spacing: -0.64px;
    }
    .second_section{
        display: flex;
        padding: 0px 16px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
    }
    .second_firstContainer{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        align-self: stretch;
    }
    .second_firstContainer2{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        align-self: stretch;
    }
    .second_image{
        width: 100%;
        height: 247.6px;
        align-self: stretch;
        aspect-ratio: 328.00/247.60;
        border-radius: 20px;
        background: url("../images/event_details_container_image1.png") lightgray 50% / cover no-repeat;
    }
    .second_image2{
        width: 100%;
        height: 247.6px;
        align-self: stretch;
        aspect-ratio: 328.00/247.60;
        border-radius: 20px;
        background: url("../images/event_details_container_image4.png") lightgray 50% / cover no-repeat;
    }
    .second_firstInnerContainer{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .second_firstTitle{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.48px;
    }
    .second_capacityContainer{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 5px;
    }
    .vertical_line{
        width: 1px;
        height: 45px;
        background: #FFF;
    }
    .capacity_text{
        width: 100%;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
        
    }
    .second_firstText{
        width: 100%;
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    .second_firstText{
        width: 100%;
        color: #FFF;
        font-family: Forum;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }
    ul {
        list-style: none;
        padding-left: 0;
    }

    .second_firstText li:before, .second_secondText li:before, .capacity_text li:before {
        content: "•";
        color: white;
        padding-right: 5px;
        padding-left: 5px;
    }
    .second_secondContainer{
        width: 100%;
        display: flex;
        padding: 0;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 10px;
        align-self: stretch;
        margin-bottom: 20px;
    }
    .second_secondMainText{
        align-self: stretch;
        color: #FFF;
        font-family: Forum;
        font-size: 20.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.41px;
        text-align: left;
    }
    .second_secondText{
        color: #FFF;
        font-family: Forum;
        font-size: 16.5px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.33px;
        text-align: left;
    }
    .attention{
        display: none;
    }
    .vertical_line2{
        width: 1px;
        height: 15px;
        background: #FFF;
    }
    .image:hover .titleContainer2,
    .image:hover .rental_container {
        opacity: 1;
    }
    .image1: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;
    }
    .image2: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;
    }
    .image, .titleContainer2{
        transition: none !important;
    }
    .image:hover {
        transform: none !important;
    }
}