/* CONTACT FORM */
.contact-form-wrapper {
    padding: 1.6rem;
    background: rgb(224, 121, 98);
    border-radius: 3.2rem;
}

.contact-form-wrapper .custom-submit {
    background: #fff !important;
    color: var(--button-color) !important;
}

/* SYSTEM */
.resort-card {
    text-align: center;
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
}

.section-system .swiper-button-prev:after,
.section-system .swiper-button-next:after {
    color: white;
    text-shadow: 0px 2px 4px #000000;
    font-size: 3.2rem;
}

.resort-list .resort-img img,
.resort-list .resort-icon img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.resort-list .resort-icon {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.resort-list .resort-icon img {
    width: 40px;
}

.resort-list h3 {
    font-family: Montserrat, sans-serif;
    line-height: 1.6;
}

@media (max-width: 1024px) {}

@media (max-width: 821px) {}

@media (max-width: 769px) {}

@media (max-width: 431px) {
    .section-contact .contact-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }
}