@import url('assets/fonts/fonts.css');

:root {
    /* === Colors === */

    --text-color: #FFFFFF;
    --background-color: #181615;
    --color-secondary: #8C6F56;
    --color-neutral: #FFFFFF;
    --color-primary: #D9B596;

    /* === Font family === */
    --font-primary: "TyponineSans Pro";
}

body {
    overflow-x: hidden;
    width: 100%;
}

html {
    overflow-x: hidden;
    background-color: var(--Background);
}

.site {
    width: 100%;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: var(--background-color);
}

.infopack-body {
    background-color: var(--text-color);
    color: var(--background-color);
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    min-height: 100vh;
    width: 100%;

    margin: 0;

    a {
        text-decoration: none;
    }

    /* === Base Typography === */

    h4 {
        /* H4 */
        font-family: var(--font-primary);
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 0.225rem;
        text-transform: uppercase;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    h2 {
        /* Text/H2 */
        font-family: var(--font-primary);
        font-size: 3rem;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    h3 {
        /* Text/H3 */
        font-family: var(--font-primary);
        font-size: 2.25rem;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    .cf7-submit,
    .body1 {
        /* Text/Body 1 */
        font-family: var(--font-primary);
        font-size: 1.25rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    .body2 {
        /* Text/Body 2 */
        font-family: var(--font-primary);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    .body3 {
        /* Text/Body 3 */
        font-family: var(--font-primary);
        font-size: 0.75rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;

        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    .stat-num {
        /* Stat num */
        font-family: var(--font-primary);
        font-size: 3rem;
        font-style: normal;
        font-weight: 500;
        line-height: 120%;
        margin: 0;
        padding: 0;

        color: var(--text-color);
    }

    /* === Mobile Typography === */

    @media (max-width: 880px) {

        h2 {
            /* Text/H2 */
            font-size: 2rem;
        }
    }

    .section {
        min-height: 50rem;
        background-color: var(--background-color);
    }

    .p5 {
        padding-left: 5.6rem;
        padding-right: 5.6rem;
    }

    /* === HEADER === */

    .header {
        position: fixed;
        right: 0;
        left: 0;
        padding: 2.5rem 5.6rem 0rem 5.6rem;

        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;

        z-index: 100;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 76.64%, #000 153.28%);

        transform: translateY(0);
        transition: transform 0.3s ease;
        will-change: transform;
    }

    .header.is-hidden {
        transform: translateY(-100%);

    }

    .header-navigation {
        display: flex;
        flex-direction: row;
        gap: 3rem;
    }

    /* === HERO SECTION === */

    .section_hero {
        position: relative;
        height: 100vh;
        overflow: hidden;
        background-color: transparent;

        padding-bottom: 0rem;
    }

    .video-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .hero-content {
        z-index: 1;
        color: white;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-direction: column;
        height: 100%;
        gap: 2.5rem;
    }

    .header-navigation h4,
    .hero-content h4 {
        color: var(--color-neutral);
    }

    .hero-content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: end;
        height: 100%;
    }

    .hero-buttons-container {
        display: flex;
        justify-content: center;
        gap: 1.5rem;
        width: 100%;
        padding: 0 1rem;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
    }

    .cf7-submit,
    .hero-button {
        display: flex;
        padding: 0.625rem 1.875rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex-shrink: 0;
        margin-bottom: 2.5rem;
    }

    /* === INTRO SECTION === */

    .section_intro {
        padding: 4.7rem 0;

        min-height: 60rem;
        padding-top: 6.25rem;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .section_intro .image {
        width: 100%;
        height: 30rem;
    }

    .section_intro .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .area-labels {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
        width: fit-content;
    }

    .areas-item {
        cursor: pointer;
    }

    .areas-arrows {
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        align-items: flex-start;
    }

    .areas-slider-row {
        display: flex;
        flex-direction: row;
    }

    .areas-slide {
        flex: 0 0 100%;
    }

    .label img {
        width: 1.75rem;
        height: 1.75rem;
    }

    .label {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: fit-content;
        align-items: flex-start;
        text-transform: uppercase;
    }

    .section_intro .label {
        align-items: center;

        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        width: fit-content;

        text-transform: uppercase;
    }

    .section_intro .title {
        max-width: 60%;
        text-align: center;
        padding: 0 5.6rem;
    }

    .section_intro .body {
        max-width: 51%;
        text-align: center;
        padding: 0 5.6rem;
    }

    /* === INFO SECTION === */

    .section_info {
        padding: 4.7rem 0;
        min-height: 55rem;
    }

    .info {
        position: relative;
    }

    .info-pair {
        flex: 0 0 100%;
        display: grid;
        grid-template-columns: 30% 70%;
        gap: 1.25rem;
    }

    .info-row {
        display: flex;
        width: 100%;
        align-items: stretch;
    }

    .info-item {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .info-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        height: 40rem;
    }

    .info-item-text-container {
        display: flex;
        gap: 1rem;
        max-width: 80%;
    }

    .info .info-item:first-child .info-item-text-container {
        padding-left: 5.6rem;
    }

    .info .info-item:last-child .info-item-container {
        padding-right: 5.6rem;
    }

    .info-item-container {
        margin-top: 2.5rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .section_info .stats {
        display: flex;
        padding: 3.8rem 5.6rem 0 5.6rem;
        gap: 3.7rem;
    }

    .info-arrows {
        display: flex;
        gap: 1.5rem;
        align-items: flex-start;
        position: absolute;
        right: 5.6rem;
        top: 42.5rem;

    }

    .section_info .stat-item {
        display: flex;
        gap: 0.5rem;
    }

    /* === AREAS SECTION === */

    .section_areas {
        padding: 4.7rem 0;
        min-height: 52rem;
    }

    .areas-header {
        display: flex;
        gap: 11rem;
        margin-bottom: 3rem;
    }

    .areas-container {
        display: flex;
        gap: 4rem;
        align-items: flex-end;
    }

    .areas-image {
        height: 37.5rem;
        object-fit: cover;
        width: 100%;
    }

    .areas-body {
        padding-top: 2.5rem;
        display: flex;
        flex-wrap: nowrap;
        gap: 5rem;
        justify-content: space-between;
    }

    .areas-body-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5rem;
    }

    /* === GALLERY SECTION === */

    .section_gallery {
        padding: 4.7rem 5.6rem;
    }

    .gallery-grid {
        margin-top: 6.25rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(11, 6rem);
        gap: 5rem 1rem;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery-image-1 {
        grid-column: 1/ 7;
        grid-row: 1/ 4;
    }

    .gallery-image-2 {
        grid-column: 8 / -1;
        grid-row: 1/ 3;
    }

    .gallery-image-3 {
        grid-column: 9 / -1;
        grid-row: 3 / 6;
    }

    .gallery-image-4 {
        grid-column: 1/ 5;
        grid-row: 4 / 8;
    }

    .gallery-image-5 {
        grid-column: 6 / -1;
        grid-row: 6 / 9;
    }

    .gallery-image-6 {
        grid-column: 1/ 7;
        grid-row: 9 / 12;
    }

    .gallery-image-7 {
        grid-column: 9 / -1;
        grid-row: 9 / 12;
    }

    /* === OFFER SECTION === */

    .section_offer {
        padding: 0rem 5.6rem 4.7rem 5.6rem;
    }

    .offer-container {
        border-top: 1px solid var(--border_line_color);
        padding-top: 4.7rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .offer-text {
        max-width: 30%;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .offer-groups-container {
        max-width: 55%;
        width: 100%;
    }

    .offer-group {
        padding: 5rem 0rem;
        border-bottom: 1px solid var(--border_line_color);
    }

    .offer-group:first-of-type {
        padding-top: 0rem;
    }

    .offer-group:last-of-type {
        border-bottom: none;
        padding-bottom: 1rem;
    }

    .offer-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
        gap: 1rem;
        padding-top: 1.9rem;
    }

    .offer-item {
        padding: 0.75rem;

        display: flex;
        flex-direction: column;
        align-items: center;
        align-content: center;
        gap: 0.75rem;
    }

    .offer-item img {
        height: 2rem;
    }

    /* === RESERVATION SECTION === */

    .section_reservation {
        padding: 4.7rem 5.6rem;

        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        gap: 8rem;

        min-height: 30rem;
    }

    .section_reservation .hero-buttons-container {
        background: none;
        padding: 0;
        justify-content: flex-start;
    }

    .reservation-left {
        display: flex;
        flex-direction: column;
        gap: 2.5rem;
        flex: 1 1 25%;
    }

    .reservation-image {
        flex: 1 1 55%;
    }

    .reservation-image img {
        width: 100%;
        height: auto;
        display: block;
        max-height: 30rem;
    }

    .reservation-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* === FOOTER === */

    .footer {
        padding: 3.25rem 4.6rem 0 4.6rem;

        background-repeat: repeat;
        background-position: top;
        background-size: cover;
        min-height: 31.375rem;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        height: 100%;
        flex: 1 1 70%;
        margin-bottom: 1rem;
        gap: 2rem;
    }

    .footer-logo-bottom {
        display: none;
    }

    .footer-left {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .footer-right {
        display: grid;
        grid-template-columns: 11.8rem 11.8rem;
        gap: 2rem;
        align-content: space-between;
    }

    .footer-socials-container {
        display: flex;
        flex-direction: row;
        gap: 6rem;
    }

    .footer-navigation,
    .footer-socials {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .footer-navigation h4,
    .footer-navigation a {
        cursor: pointer;
    }

    .footer-buttons-container {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        justify-content: flex-end;
    }

    .footer-button {
        height: fit-content;
        display: flex;
        padding: 0.625rem 1.875rem;
        justify-content: center;
        align-items: center;
        gap: 0.625rem;
        flex-shrink: 0;
        width: 8rem;
    }

    .footer-navigation {
        display: flex;
    }

    .footer-end {
        padding: 1.5rem 0;
        display: flex;
        justify-content: space-between;
    }

    .footer-legal-pages {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
    }

    .footer-end p {
        color: var(--color-neutral);
    }

    /* === EXPLORE SECTION === */

    .section_explore {
        padding: 4.7rem 0;
        min-height: auto;
    }

    .explore-image {
        width: 100%;
        margin: 2rem 0;
        height: 100%;
        object-fit: cover;
    }

    .explore-bottom {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .explore-bottom .hero-button {
        margin-bottom: 0rem;
    }


    /* === BLOG PAGE === */

    .single-blog {
        display: flex;
        justify-content: center;
    }

    .single-blog,
    .blog-list {
        padding: 10.4rem 5.4rem;
    }

    .blog-items {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
        width: 100%;
        gap: 2rem 1.5rem;
        margin-top: 1.5rem
    }

    .blog-title {
        padding: 1rem 0rem;
    }

    .blog-items img {
        width: 100%;
        height: 15.3125rem;
        object-fit: cover;
    }

    .single-blog-thumb img {
        width: 100%;
        height: auto;
        max-height: 35rem;
        object-fit: cover;
    }

    .latest-blog {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 1.5rem;
        margin-bottom: 7.5rem;
    }

    .latest-blog-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .latest-blog-excerpt {
        margin-top: 5%;
    }

    .gallery {
        display: flex;
        gap: 1rem;
    }

    .gallery img {
        border: none !important;
    }

    .single-blog a {
        color: var(--text-color) !important;
        text-decoration: underline !important;
    }

    .latest-thumb img {
        width: 100%;
        height: 28rem;
        object-fit: cover;
    }

    .single-blog-thumb {
        margin-bottom: 1.5rem;
    }

    /* === LEGAL PAGE === */

    .legal-page {
        padding: 6rem 5.6rem;
        color: var(--text-color);
        display: flex;
        justify-content: center;
    }

    .legal-page p {
        padding: 0;
        margin: 0;
    }

    /* === INFOPACK === */

    .infopack-header {
        display: flex;
        justify-content: center;
        padding: 2.5rem 1rem;
    }

    .infopack {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5rem;
        position: relative;
    }

    .infopack-intro {
        padding-bottom: 10rem;
    }

    .infopack-watermark {
        position: absolute;
        top: 0;
        right: 0;
    }

    .infopack-container {
        z-index: 1;
    }

    .infopack-sections {
        padding-bottom: 5rem;
    }

    .single-blog article,
    .legal-container,
    .infopack-container {
        display: flex;
        flex-direction: column;
        max-width: 60%;
    }

    .hidden {
        display: none;
    }

    .infopack-section-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        padding: 2rem 0rem;
        border-bottom: 1px solid #DADADA;
    }

    .infopack-section-title {
        display: flex;
        align-items: center;
        gap: .5rem;
    }

    .infopack-section-content {
        padding: 2rem 0rem;
    }

    .infopack-footer {
        min-height: fit-content;
    }

    .infopack-footer .footer-container {
        justify-content: center;
    }

    .infopack-image-grid {
        display: grid;
        grid-template-columns: 50% 50%;
        gap: 3.5rem 1.5rem;
    }

    .infopack-image-item img {
        width: 100%;
        height: 20rem;
        object-fit: cover;
    }

    .infopack-img-title {
        padding: 0.5rem 0rem;
    }

    /* === CONTACT FORM === */

    .contact-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.9);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 9999;
        padding: 1rem;
    }

    .contact-overlay .contact-overlay-container {
        max-height: 70%;
        overflow-x: auto;
    }


    .contact-overlay.is-open {
        display: flex;
    }

    .contact-overlay .overlay-inner {
        background: rgba(27, 27, 27, 0.30);
        backdrop-filter: blur(2px);
        color: #fff;
        width: calc(100% - 32px);

        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 3rem;
        width: 100%;
    }

    .contact-overlay__close {
        position: absolute;
        top: 1rem;
        right: 1rem;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1;
        cursor: pointer;
    }

    .no-scroll {
        overflow: hidden;
    }

    .contact-overlay-title,
    .contact-info {
        padding: 0rem 2.5rem;
        color: white;
    }

    .contact-info {
        display: flex;
        gap: 1.5rem;
        flex-direction: column;
    }

    .contact-info div {
        display: flex;
        gap: 1rem;
        flex-direction: row;
        align-items: center;
    }

    .contact-info div a {
        color: white;
    }

    .contact-overlay-container {
        background-color: rgba(24, 22, 21, 0.85);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 6rem;
        display: grid;
        grid-template-columns: 50% 50%;

        width: 100%;
        max-width: 90rem;
        height: fit-content;

        position: relative;
    }

    .contact-form {
        background-color: #FFFEFE;
        padding: 2rem;
    }

    .cf7-label {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 600;
        color: #40322A;
    }

    .contact-disclaimer-text {
        font-size: 0.875rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #40322A;
        margin-bottom: 0;
    }

    .cf7-input,
    .cf7-textarea {
        width: 100%;
        padding: 0.75rem;
        border: 1px solid #ccc;
        border-radius: 6px;
        margin-top: 0.25rem;
        margin-bottom: 1rem;
        font-size: 1rem;
    }


    .cf7-submit {
        background-color: var(--color-primary);
        border: none !important;
        border-radius: 0.125rem;
        color: white !important;
    }

    .wpcf7-form-control-wrap {
        width: 100%;
        display: flex;
    }

    .wpcf7-form p,
    .wpcf7-form input {
        margin: 0;
    }

    .wpcf7-form input {
        border: none;
        border-bottom: 1px solid #787878;
        border-radius: 0;

        font-family: var(--font-primary);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .wpcf7-form textarea {
        border: 1px solid #787878;
        border-radius: 0;
        margin-top: 0.5rem;

        font-family: var(--font-primary);
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .cf7-row {
        display: flex;
        gap: 1rem;
    }

    .cf7-row p {
        flex: 1;
    }

    .wpcf7-not-valid-tip {
        display: none;
    }

    .cf7-input:focus-visible,
    .cf7-textarea:focus-visible {
        border-bottom: 1px solid var(--color-primary);
        outline: none;
    }

    .cf7-label,
    .cf7-textarea {
        margin: 0;
        font-weight: 400;
        border-radius: 0;
    }

    .cf7-row p {
        display: inline !important;
    }

    .wpcf7-form p:last-of-type {
        display: flex;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    /* === MOBILE CONTACT === */

    @media (max-width: 1000px) {
        .contact-overlay-container {
            grid-template-columns: 100%;
            padding: 1rem;
            padding-top: 3rem;
            display: flex;
            flex-direction: column;
        }

        .contact-overlay .overlay-inner {
            padding: 2rem;
            width: auto;
            align-items: center;
            gap: 1rem;
        }

        .contact-overlay-title,
        .contact-info {
            padding: 0rem 1rem;
        }

        .contact-form {
            padding: 1rem;
        }

        .cf7-row {
            flex-direction: column;
        }

        .contact-overlay .contact-overlay-container {
            max-height: 90%;
        }

        .contact-overlay-title {
            font-size: 3rem;
        }
    }

    /* Mobile screens */
    @media (max-width: 880px) {

        .p5 {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        /* === HEADER === */

        .header-navigation {
            display: none;
        }

        .header {
            justify-content: center;
        }

        /* === HERO SECTION === */

        .hero-buttons-container {
            flex-direction: column;
            gap: 1rem;
            padding: 1rem;
        }

        .hero-button {
            margin-bottom: 0rem;
        }

        .hero-content-wrapper {
            margin: 0 1rem;
            display: flex;
            flex-direction: column;
            justify-content: end;
            margin: 0 1rem;
            height: 100%;
        }

        .hero-content {
            gap: 0;
        }

        /* === INTRO SECTION === */

        .section_intro {
            padding: 3rem 0;
            gap: 3.75rem;
        }

        .section_intro .title {
            padding: 0rem 1rem;
            max-width: 80%;
            text-align: center;
        }

        .section_intro .image {
            max-width: 100%;
            height: 28rem;
        }

        .section_intro .image img {
            height: 100%;
            object-fit: cover;
        }

        .section_intro .body {
            padding: 0rem 1rem;
            max-width: 100%;
        }


        /* === INFO SECTION === */

        .info {
            display: flex;
            flex-direction: column-reverse;
        }

        .info-image {
            height: 28rem;
        }

        .info-row {
            display: flex;
            width: 100%;
        }

        .info-pair {
            display: contents;
        }

        .info-item {
            flex: 0 0 100%;
            display: flex;
            flex-direction: column;
        }

        .info .info-item:first-child .info-item-text-container {
            padding-left: 1rem;
            padding-right: 1rem;
        }

        .info .info-item:last-child .info-item-container {
            padding-right: 1rem;
            padding-left: 1rem;
        }

        .info-item-text-container {
            max-width: 100%;
        }

        .info-arrows {
            position: initial;
            padding: 1rem;
        }

        .section_info .stats {
            padding: 2rem 1rem 0rem 1rem;
            flex-direction: column;
            gap: 2rem;
        }

        /* === AREAS SECTION === */

        .areas-header {
            flex-direction: column;
            gap: 2.5rem;
        }

        .areas-container {
            overflow-x: auto;
            gap: 2rem;
            white-space: nowrap;
        }

        .areas-image-container {
            /* padding-left: 1rem;
            padding-right: 1rem; */
        }

        .areas-body {
            gap: 1rem;
            flex-wrap: wrap;
        }

        .areas-body-wrapper {
            gap: 2rem;
        }

        .areas-image {
            height: 28rem;
        }


        /* === GALLERY SECTION === */

        .section_gallery {
            padding: 3rem 1rem;
        }

        .gallery-grid {
            display: flex;
            flex-direction: column;
            gap: 2.5rem;
            margin-top: 2.5rem;
        }

        /* === OFFER SECTION === */

        .section_offer {
            padding: 0rem 1rem 3rem 1rem;
        }

        .offer-container {
            padding-top: 3rem;
            flex-direction: column;
            gap: 2.5rem;
        }

        .offer-text {
            max-width: 100%;
        }

        .offer-groups-container {
            max-width: 100%;
            width: 100%;
        }

        .offer-group {
            padding: 2.5rem 0rem;
        }

        .explore-bottom {
            flex-direction: column;
            gap: 1.5rem;
            align-items: flex-start;
        }

        /* === RESERVATION SECTION === */

        .section_reservation {
            padding: 3rem 1rem 6rem 1rem;
            flex-direction: column;
            gap: 2.5rem;
        }

        .section_reservation .hero-buttons-container {
            padding: 0;
        }

        .reservation-image,
        .reservation-image img {
            min-height: 30rem;
            object-fit: cover;
        }

        /* === FOOTER === */

        .footer {
            align-items: center;
            padding: 2rem 1rem;
            gap: 3rem;
        }

        .footer-container {
            display: flex;
            flex-direction: column;
            /* display: grid;
            grid-template-columns: 1fr 1fr;
            grid-template-areas:
                "body body"
                "socials nav"
                "buttons buttons";
            justify-items: center; */
            gap: 1rem;
        }

        .footer-left {
            width: 100%;
            text-align: left !important;
        }

        .footer-left h2 {
            text-align: left !important;
        }

        .footer-right {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-evenly;
            gap: 1rem;
            width: 100%;
        }

        .footer-logo {
            display: none;
        }

        .footer-logo-bottom {
            display: block;
        }

        .footer-button {
            flex: 1 1 100%;
        }

        .footer-socials,
        .footer-navigation {
            margin-bottom: 4rem;
            margin-top: 3rem;
        }

        .footer-button:last-of-type {
            margin-bottom: 2rem;
        }

        .footer-container h2 {
            grid-area: body;
            text-align: center;
            max-width: 60% !important;
        }

        .footer-socials {
            grid-area: socials;
        }

        .footer-navigation {
            grid-area: nav;
        }

        .footer-buttons-container {
            grid-area: buttons;
        }

        .footer-container {
            flex-direction: column;
            gap: 2.5rem 1rem;
            width: 100%;
            align-items: center;
        }

        .footer-buttons-container {
            width: 100%;
        }

        .footer-end {
            width: 100%;
            flex-direction: column-reverse;
            gap: 2rem;
            align-items: center;
        }


        /* === LEGAL PAGE === */

        .legal-page {
            padding: 6rem 1rem;
            color: var(--text-color);
        }

        /* === BLOG PAGE === */

        .single-blog,
        .blog-list {
            padding: 7rem 1rem;
        }

        .latest-blog {
            margin-right: 0rem;
            display: flex;
            flex-direction: column-reverse;
            gap: 2.5rem;
        }

        .latest-thumb img {
            height: 15.3125rem;
        }

        /* === INFOPACK === */

        .infopack {
            padding-top: 2rem;
        }

        .single-blog article,
        .legal-container,
        .infopack-container {
            max-width: 100%;
            padding: 0 1rem;
        }

        .infopack-image-grid {
            display: flex;
            flex-direction: column;
        }

        .desktop-only {
            display: none;
        }

        .mobile-only {
            display: block;
        }
    }
}