.iv-lougne {
    position: relative;
}

.iv-lougne p {
    color: #212529;
    font-family: "Aeroport-regular";
}

.iv-lounge--cover {
    width: 100%;
    height: 100vh;
    position: relative;
}

.iv-lounge--cover img {
    width: 100%;
    height: 100%;
}

.iv-lounge--cover h1 {
    left: 50%;
    z-index: 99999;
    position: absolute;
    transform: translateX(-50%);
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.iv-lougne h1 {
    font-size: clamp(1.6375rem, 1.4902rem + 0.8415vw, 2.5rem);
}

.partnered-brands .swiper {
    width: 100%;
    height: 100%;
}

.partnered-brands .swiper-slide {
    display: flex;
    font-size: 18px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.partnered-brands .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.iv-lounge--cover h1 {
    font-family: "Boiling-black";
    font-size: clamp(2.1875rem, 1.3317rem + 4.8902vw, 7.2rem);
}

.extraordinary-section {
    position: relative;
    z-index: 999999;
}

.why-ftv-franchise img {
    width: 100px;
    aspect-ratio: 1;
}

.why-ftv-franchise h3 {
    font-size: 1rem;
    color: #131313 !important;
}

.benefits-nutrition h3 {
    font-size: clamp(1rem, 0.9146rem + 0.4878vw, 1.5rem);
}

@media (max-width: 1400px) {
    .fianance-table th {
        font-size: 1.25rem;
    }

    .fianance-table td {
        font-size: 0.75rem;
    }

    .why-ftv-franchise img {
        width: 80px;
    }
}

@media (max-width: 767px) {
    .why-ftv-franchise img {
        width: 60px;
    }
}

@media (max-width: 560px) {
    .fianance-table th {
        font-size: 1rem;
    }

    .fianance-table td {
        font-size: 0.75rem;
    }
}

.gallery-section .gallery-container .gallery-items.item_6 {
    grid-area: 2 / 3 / 3 / 5;
}

.gallery-section .gallery-container .gallery-items.item_5 {
    grid-area: 2 / 2 / 3 / 3;
}

.gallery-section .gallery-container .gallery-items.item_4 {
    grid-area: 2 / 1 / 3 / 2;
}

.gallery-section .gallery-container .gallery-items.item_3 {
    grid-area: 1 / 4 / 2 / 5;
}

.gallery-section .gallery-container .gallery-items.item_2 {
    grid-area: 1 / 2 / 2 / 4;
}

.gallery-section .gallery-container .gallery-items.item_1 {
    grid-area: 1 / 1 / 2 / 2;
}

.gallery-section .gallery-heading p {
    font-size: clamp(0.875rem, 0.846rem + 0.2316vw, 1.124rem);
}

.gallery-section .gallery-heading {
    margin-bottom: 2rem;
}

/* .gallery-section .gallery-container .gallery-items {} */
.gallery-section .gallery-container .gallery-items img {
    transition: 0.6s all ease-in-out;
    height: 100%;
}

.gallery-section .gallery-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

@media screen and (max-width: 576px) {
    .gallery-section .gallery-container {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .gallery-section .gallery-container .gallery-items.item_6 {
        grid-area: 4 / 1 / 5 / 3;
    }

    .gallery-section .gallery-container .gallery-items.item_5 {
        grid-area: 3 / 2 / 4 / 3;
    }

    .gallery-section .gallery-container .gallery-items.item_4 {
        grid-area: 3 / 1 / 4 / 2;
    }

    .gallery-section .gallery-container .gallery-items.item_3 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .gallery-section .gallery-container .gallery-items.item_2 {
        grid-area: 2 / 1 / 3 / 3;
    }

    .gallery-section .gallery-container .gallery-items.item_1 {
        grid-area: 1 / 1 / 2 / 2;
    }
}

@media (min-width: 280px) {
    
    .iv-lounge--cover {
        height: 100%;
    }

    .iv-lounge--cover h1 {
        bottom: 15%;
    }
}

@media (min-width: 1200px) {
    
    .iv-lounge--cover {
        height: 100vh;
    }

    .iv-lounge--cover h1 {
        bottom: 15%;
    }
}

@media (min-width: 1400px) {
    .iv-lounge--cover h1 {
        bottom: 4%;
    }
}