.gallery-area {
    z-index: 5;
}

@media (max-width: 750px) {
    .gallery-area {
        width: 100%;
        max-height: 300px !important;
        margin: 0 auto;
    }
}

.feature-section-resort {
    z-index: 10;
}

.feature-section-resort {
    background-color: #ffffff;
}

/* 
.feature-section-resort::after {
    content: "";
    position: absolute;
    inset: 0;              
    background-color: #ffffff;
    z-index: 1;
} */

.gallery-thumb img {
    z-index: 1;
}