.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;
}

.first_sectionContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2.5vw;
}

.first_sectionText {
    color: #FFF;
    font-family: "ZT Neue Ralewe";
    font-size: 5.208vw;
    font-style: italic;
    font-weight: 500;
    line-height: 3.784vw;
    letter-spacing: -0.104vw;
}

.second_section, .third_section {
    display: flex;
    padding: 0 6.25vw;
    align-items: flex-start;
    gap: 2.5vw;
    align-self: stretch;
}

.sectionImage {
    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;
}

.sectionImage:hover {
    transform: scale(0.9) !important;
}

.sectionImage1 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery1.png") lightgray 50% / cover no-repeat;
}

.sectionImage1:hover {
    background: url("../images/eventGallery1.png") lightgray 50% / cover no-repeat;
}

.sectionImage2 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery2.png") lightgray 50% / cover no-repeat;
}

.sectionImage2:hover {
    background: url("../images/eventGallery2.png") lightgray 50% / cover no-repeat;
}

.sectionImage3 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery3.png") lightgray 50% / cover no-repeat;
}

.sectionImage3:hover {
    background: url("../images/eventGallery3.png") lightgray 50% / cover no-repeat;
}

.sectionImage4 {
    background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery4.jpg") lightgray 50% / cover no-repeat;
}

.sectionImage4:hover {
    background: url("../images/eventGallery4.jpg") lightgray 50% / cover no-repeat;
}

.titleContainer {
    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;
}

.titleText {
    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) !important;
}

.sectionImage:hover .titleContainer,
.sectionImage: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;
}

.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;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .first_sectionContainer{
        display: flex;
        padding: 22px 0px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 25px;
    }
    .first_sectionText{
        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;
    }
    .second_section, .third_section {
        display: flex;
        padding: 0 16px;
        padding-bottom: 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
    }
    .sectionImage{
        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;
    }
    .titleContainer{
        height: 150px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-start;
    }
    .titleText{
        color: #FFF;
        font-family: Forum;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 77.7%; /* 24.864px */
        letter-spacing: -0.64px;
    }
    .sectionImage:hover {
        transform: none !important;
    }
    .sectionImage:hover .titleContainer,
    .sectionImage:hover .rental_container {
        opacity: 1;
    }
    .sectionImage1:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery1.png") lightgray 50% / cover no-repeat;
    }
    .sectionImage2:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery2.png") lightgray 50% / cover no-repeat;
    }
    .sectionImage3:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery3.png") lightgray 50% / cover no-repeat;
    }
    .sectionImage4:hover {
        background: linear-gradient(0deg, #1E1722 0%, rgba(0, 0, 0, 0.00) 201.81%), url("../images/eventGallery4.jpg") lightgray 50% / cover no-repeat;
    }
    .sectionImage, .rental_container, .titleContainer{
        transition: none !important;
    }
}