@import url("custom.css");


.groups-banner {
    background: url("../img/banner/banner-groups.webp") no-repeat bottom;
    background-position-x: 36%;
    background-size: cover;
    max-height: 844px;
}

.gap-p {
    gap: 20px;
}

.underline {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.mx-width {
    max-width: 875px;
}

.text-title {
    font-size: 8rem;
}

.text-up-title {
    font-size: 12px;
}

.image-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
}

.image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---------------------------------------- Concierge - Section ------------------------------------------ */
.text-subtitle {
    font-size: 5rem;
}

/* ---------------------------------------- Brochure - Section ------------------------------------------ */

.img-brochure {
    margin-top: 30%;
    height: 300px;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100vw;
}

.download-section {
    padding: 140px 20px 60px;
    max-width: 750px;
    margin: 130px auto 50px;
    width: 90%;
}

.l-normal-spacing-p {
    letter-spacing: 9px;
}

.text-xl-m {
    font-size: 6rem;
}

.text-1-m {
    font-size: 0.7rem;
}

@media (min-width: 375px) {

    .text-up-title {
        font-size: 20px;
    }

    .text-title {
        font-size: 11rem;
    }

    .groups-banner {
        background-position-x: 30%;
        max-height: 844px;
    }

    /* ---------------------------------------- Concierge - Section ------------------------------------------ */
    .text-subtitle {
        font-size: 8rem;
    }

    .gap-p {
        gap: 20px;
    }

    /* ---------------------------------------- Brochure - Section ------------------------------------------ */

    .download-section {
        padding: 140px 20px 100px;
        margin: 250px auto;
        width: 80%;
    }

    .img-brochure {
        height: 350px;
        top: -283px;
    }

    .text-1-m {
        font-size: 0.8rem;
    }

    .text-xl-m {
        font-size: 6rem;
    }

    .l-normal-spacing-p {
        letter-spacing: 10px;
    }

}

@media (min-width: 576px) {

    .text-title {
        font-size: 15rem;
    }

    .text-up-title {
        font-size: 25px;
    }

    .groups-banner {
        background-position-x: 14%;
        max-height: 844px;
    }

    /* ---------------------------------------- Concierge - Section ------------------------------------------ */
    .text-subtitle {
        font-size: 8rem;
    }

    .gap-p {
        gap: 20px;
    }

    /* ---------------------------------------- Brochure - Section ------------------------------------------ */

    .download-section {
        padding: 250px 0 100px;
        margin: 300px auto;
        width: 70%;
    }

    .img-brochure {
        height: 500px;
    }

    .img-brochure {
        margin-top: 0%;
    }

    .text-1-m {
        font-size: 1.5rem;
    }

    .text-xl-m {
        font-size: 8rem;
    }

    .l-normal-spacing-p {
        letter-spacing: 10px;
    }

}

@media (min-width: 768px) {

    .groups-banner {
        background-position-x: 10%;
        max-height: 1028px;
    }

    .text-title {
        font-size: 20rem;
    }

    .text-up-title {
        font-size: 34px;
    }

    /* ---------------------------------------- Concierge - Section ------------------------------------------ */
    .text-subtitle {
        font-size: 12rem;
    }

    .gap-p {
        gap: 0px;
    }


    /* ---------------------------------------- Brochure - Section ------------------------------------------ */
    .download-section {
        padding: 250px 0 100px;
        margin: 300px auto;
        width: 70%;
    }

    .img-brochure {
        height: 500px;
    }

    .img-brochure {
        margin-top: 0%;
    }

    .text-xl-m {
        font-size: 10rem;
    }

    .text-1-m {
        font-size: 1.5rem;
    }

    .l-normal-spacing-p {
        letter-spacing: 10px;
    }
}

@media (min-width: 992px) {

    .text-up-title {
        font-size: 30px;
    }

    .text-title {
        font-size: 15rem;
    }

    .groups-banner {
        background-position-x: 50%;
        max-height: 1080px;
    }


    /* ---------------------------------------- Concierge - Section ------------------------------------------ */
    .text-subtitle {
        font-size: 12rem;
    }

    .gap-p {
        gap: 0px;
    }


    /* ---------------------------------------- Brochure - Section ------------------------------------------ */

    .img-brochure {
        height: 300px;
        bottom: -100px;
        left: -100px;
        top: initial;
        transform: none;
    }

    .download-section {
        margin: 100px auto 150px;
        padding: 10px 0;
    }

    .div-brochure {
        padding-left: 30%;
        padding-bottom: 40px;
        padding-top: 0;
    }

    .l-normal-spacing-p {
        letter-spacing: 15px;
    }

}

@media (min-width: 1200px) {

    .text-up-title {
        font-size: 30px;
    }

    .groups-banner {
        background-position-x: left;
        max-height: 1080px;
    }

    .text-title {
        font-size: 15rem;
    }


    /* ---------------------------------------- Concierge - Section ------------------------------------------ */
    .text-subtitle {
        font-size: 150px;
    }

    .gap-p {
        gap: 0px;
    }


    /* ---------------------------------------- Brochure - Section ------------------------------------------ */

    .download-section .img-brochure {
        height: 300px;
        bottom: -100px;
        left: -100px;
        top: initial;
        transform: none;
    }

    .download-section {
        margin: 100px auto 150px;
        padding: 10px 0;
    }

    .text-1-m {
        font-size: 1rem;
    }

    .div-brochure {
        padding-left: 30%;
        padding-bottom: 40px;
        padding-top: 0;
    }

    .l-normal-spacing-p {
        letter-spacing: 15px;
    }

}

@media (min-width: 1400px) {
    .text-title {
        font-size: 23rem;
    }

    .text-up-title {
        font-size: 40px;
    }

    .groups-banner {
        background-position-x: 45%;
        max-height: 1080px;
    }

    .text-subtitle {
        font-size: 150px;
    }

}