.content-container.facilities{
    background: var(----white);
}

.facilities .wrapper{
    background: var(--white);
    text-align: center;
    padding: 32px;
    padding-top: 48px;
    padding-bottom: 0;
    color: var(--dark-brown);
    max-width: 800px;
}

.facilities .txt{
    position: absolute;
    color: #fff;
    bottom: 20px;
    font-size: 1.5em;
    width: 100%;
    text-align: center;
}

.facilities .nav{
    margin-top: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.facilities .c{
    cursor: pointer;
    position: relative;
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center center; /* Optional: centers the image */
    background-repeat: no-repeat;
}

.facilities .c1{
    background-image: url(/images/welcome/facilities/ocean.jpg);
}

.facilities .c2{
    background-image: url(/images/welcome/facilities/thechill.jpg);
}

.facilities .c3{
    background-image: url(/images/welcome/facilities/senses_spa.png);
}

.facilities .c4{
    background-image: url(/images/welcome/facilities/boutique.jpg);
}

.facilities .c5{
    background-image: url(/images/welcome/facilities/water_sports.jpg);
}

.content-container{
    background: var(--light-brown);
    padding-top: 24px;
}

.content-container .wrapper{
    width: 90%;
    color: var(--dark-brown);
}

.content-container .banner{
    height: 280px;
    background-size: cover;
    background-position: center center; /* Optional: centers the image */
    background-repeat: no-repeat;
    margin-bottom: 48px;
}

.content-container .thebox{
    display: flex;
    flex-direction: column;
    color: var(--dark-brown);
    text-align: center;
    /*max-width: 480px;*/
    row-gap: 32px;
}

.content-container .thebox .img{
    width: 100%;
    height: 520px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-container .menu{
    display: none;
}

.content-container h3{
    margin-bottom: 32px;
}

.content-container p{
    margin-bottom: 32px;
}

.content-container .thebox .txt{
    padding: 32px;
}

.content-container .thebox .txt p{
    margin-bottom: 22px;
}

.content-container .thebox .img{
    position: relative;
}

.content-container .thebox .img h1{
    font-family: prompt-r;
    font-size: 1.7em;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    width: 100%;
}

.content-container.ocean .menu{
    display: none;
}

.content-container.ocean h3{
    margin-bottom: 32px;
}

.content-container.ocean p{
    margin-bottom: 32px;
}

.content-container.ocean{
    background: var(--light-brown);
    padding-top: 24px;
}

.content-container.ocean .wrapper{
    width: 90%;
    color: var(--dark-brown);
}

.content-container.ocean .banner{
    height: 280px;
    background-image: url(/images/facilities/ocean/banner2.jpg);
    background-size: cover;
    background-position: center center; /* Optional: centers the image */
    background-repeat: no-repeat;
    margin-bottom: 48px;
}

.content-container.ocean .thebox .first .img{
    background-image: url(/images/facilities/ocean/breakfast.jpg);
}

.content-container.ocean .thebox .second .img{
    background-image: url(/images/facilities/ocean/daytime.jpg);
}

.content-container.ocean .thebox .third .img{
    background-image: url(/images/facilities/ocean/evening-dining.jpg);
}




.content-container.the-chill .banner{
    background-image: url(/images/facilities/the-chill/banner.jpg);
}

.content-container.the-chill .thebox .first .img{
    background-image: url(/images/facilities/the-chill/the-chill-first.jpg);
}

.content-container.the-chill .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.the-chill .thebox .second .img{
    background-image: url(/images/facilities/the-chill/the-chill-second.jpg);
}

.content-container.the-chill .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.the-chill .thebox .third .img{
    background-image: url(/images/facilities/the-chill/the-chill-third.jpg);
}

.content-container.the-chill .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}



.content-container.swimming-pool .banner{
    background-image: url(/images/facilities/the-chill/swimming-pool-banner.jpg);
}

.content-container.swimming-pool .thebox .first .img{
    background-image: url(/images/facilities/the-chill/swimming-pool-first.jpg);
}

.content-container.swimming-pool .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.swimming-pool .thebox .second .img{
    background-image: url(/images/facilities/the-chill/swimming-pool-second.jpg);
}

.content-container.swimming-pool .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.swimming-pool .thebox .third .img{
    background-image: url(/images/facilities/the-chill/swimming-pool-third.jpg);
}

.content-container.swimming-pool .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}





.content-container.bonfire .banner{
    background-image: url(/images/facilities/the-chill/bonfire-banner.jpg);
}

.content-container.bonfire .thebox .first .img{
    background-image: url(/images/facilities/the-chill/bonfire-first.jpg);
}

.content-container.bonfire .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.bonfire .thebox .second .img{
    background-image: url(/images/facilities/the-chill/bonfire-second.jpg);
}

.content-container.bonfire .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.bonfire .thebox .third .img{
    background-image: url(/images/facilities/the-chill/bonfire-third.jpg);
}

.content-container.bonfire .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}




.content-container.kid-corner .banner{
    background-image: url(/images/facilities/the-chill/kid-corner-banner.jpg);
}

.content-container.kid-corner .thebox .first .img{
    background-image: url(/images/facilities/the-chill/kid-corner-first.jpg);
}

.content-container.kid-corner .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.kid-corner .thebox .second .img{
    background-image: url(/images/facilities/the-chill/kid-corner-second.jpg);
}

.content-container.kid-corner .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.kid-corner .thebox .third .img{
    background-image: url(/images/facilities/the-chill/kid-corner-third.jpg);
}

.content-container.kid-corner .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}



.content-container.senses-spa .banner{
    background-image: url(/images/facilities/senses-spa/senses-spa-banner.jpg);
}

.content-container.senses-spa .thebox .first .img{
    background-image: url(/images/facilities/senses-spa/senses-spa-first.jpg);
}

.content-container.senses-spa .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.senses-spa .thebox .second .img{
    background-image: url(/images/facilities/senses-spa/senses-spa-second.jpg);
}

.content-container.senses-spa .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.senses-spa .thebox .third .img{
    background-image: url(/images/facilities/senses-spa/senses-spa-third.jpg);
}

.content-container.senses-spa .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}



.content-container.yoga-sala .banner{
    background-image: url(/images/facilities/senses-spa/yoga-sala-banner.jpg);
}

.content-container.yoga-sala .thebox .first .img{
    background-image: url(/images/facilities/senses-spa/yoga-sala-first.jpg);
}

.content-container.yoga-sala .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.yoga-sala .thebox .second .img{
    background-image: url(/images/facilities/senses-spa/yoga-sala-second.jpg);
}

.content-container.yoga-sala .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.yoga-sala .thebox .third .img{
    background-image: url(/images/facilities/senses-spa/yoga-sala-third.jpg);
}

.content-container.yoga-sala .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}




.content-container.gym .banner{
    background-image: url(/images/facilities/senses-spa/gym-banner.jpg);
}

.content-container.gym .thebox .first .img{
    background-image: url(/images/facilities/senses-spa/gym-first.jpg);
}

.content-container.gym .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.gym .thebox .second .img{
    background-image: url(/images/facilities/senses-spa/gym-second.jpg);
}

.content-container.gym .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.gym .thebox .third .img{
    background-image: url(/images/facilities/senses-spa/gym-third.jpg);
}

.content-container.gym .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}




.content-container.senses-soul .banner{
    background-image: url(/images/facilities/senses-spa/senses-soul-banner.jpg);
}

.content-container.senses-soul .thebox .first .img{
    background-image: url(/images/facilities/senses-spa/senses-soul-first.jpg);
}

.content-container.senses-soul .thebox .first .txt{
    background: rgba(255, 255, 255, .9);
}

.content-container.senses-soul .thebox .second .img{
    background-image: url(/images/facilities/senses-spa/senses-soul-second.jpg);
}

.content-container.senses-soul .thebox .second .txt{
    background: rgba(255, 255, 255, .5);
}

.content-container.senses-soul .thebox .third .img{
    background-image: url(/images/facilities/senses-spa/senses-soul-third.jpg);
}

.content-container.senses-soul .thebox .third .txt{
    background: rgba(255, 255, 255, .9);
}




.content-container.watersports .banner{
    background-image: url(/images/facilities/watersports/watersports-banner.jpg);
}

.content-container.watersports .thebox .first .img{
    background-image: url(/images/facilities/watersports/boats.jpg);
}

.content-container.watersports .thebox .second .img{
    background-image: url(/images/facilities/watersports/watersports-second.jpg);
}

.content-container.watersports .thebox .third .img{
    background-image: url(/images/facilities/watersports/kayaks.jpg);
}



.content-container.boats .banner{
    background-image: url(/images/facilities/watersports/boats-banner.jpg);
}

.content-container.boats .thebox .first .img{
    background-image: url(/images/facilities/watersports/boats-first.jpg);
}

.content-container.boats .thebox .second .img{
    background-image: url(/images/facilities/watersports/boats-second.jpg);
}

.content-container.boats .thebox .third .img{
    background-image: url(/images/facilities/watersports/boats-third.jpg);
}

.content-container.stand-up-paddleboard .banner{
    background-image: url(/images/facilities/watersports/stand-up-paddleboard-banner.jpg);
}

.content-container.stand-up-paddleboard .thebox .first .img{
    background-image: url(/images/facilities/watersports/stand-up-paddleboard-first.jpg);
}

.content-container.stand-up-paddleboard .thebox .second .img{
    background-image: url(/images/facilities/watersports/stand-up-paddleboard-second.jpg);
}

.content-container.stand-up-paddleboard .thebox .third .img{
    background-image: url(/images/facilities/watersports/stand-up-paddleboard-third.jpg);
}



.content-container.kayak .banner{
    background-image: url(/images/facilities/watersports/kayak-banner.jpg);
}

.content-container.kayak .thebox .first .img{
    background-image: url(/images/facilities/watersports/kayak-first.jpg);
}

.content-container.kayak .thebox .second .img{
    background-image: url(/images/facilities/watersports/kayak-second.jpg);
}

.content-container.kayak .thebox .third .img{
    background-image: url(/images/facilities/watersports/kayak-third.jpg);
}

.content-container.water-skiing .banner{
    background-image: url(/images/facilities/watersports/water-skiing-banner.jpg);
}

.content-container.banana-boat .banner{
    background-image: url(/images/facilities/watersports/banana-boat-banner.jpg);
}



@media screen and (min-width: 680px){
    .facilities.section{
        padding-left: 0;
        padding-right: 0;
    }

    .facilities .nav{
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    
    .facilities .c{
        width: calc(100% / 5);
        height: 250px;
    }

    .facilities .txt{
        font-size: 1.2em;
    }

    .content-container.ocean .banner{
        height: 420px;
    }

    .content-container.ocean .detail{
        display: flex;
        justify-content: space-between;
    }

    .content-container.ocean .detail .menu{
        display: block;
        width: 220px;
    }

    .content-container.ocean .detail .menu h1{
        font-size: 2em;
    }

    .content-container.ocean .detail .menu ul{
        background: rgba(255, 255, 255, .8);
        padding: 5px 18px;
    }

    .content-container.ocean .detail .menu li{
        border-bottom: 1px solid var(--dark-gray);
        padding: 7px 0;
    }

    .content-container.ocean .detail .menu li:last-child{
        border-bottom: 0;
    }

    .content-container.ocean .detail .menu li a{
        color: var(--dark-gray);
    }

    .content-container.ocean .detail .description{
        width: calc(100% - 260px);
        margin-left: auto;
    }

    
}

@media screen and (min-width: 800px){
    .facilities .c{
        height: 300px;
    }

    .facilities .txt{
        font-size: 1.2em;
    }

    .content-container.ocean .banner{
        height: 440px;
    }

    .content-container .banner{
        height: 440px;
    }
}

@media screen and (min-width: 980px){
    .facilities .nav{
        gap: 0;
    }

    .content-container.room .detail .features > div{
        display: flex;
    }

    .content-container.room .detail .features > div ul:nth-child(1){
        width: 60%;
    }

    .content-container.room .detail .features > div ul:nth-child(2){
        width: 40%;
    }

    .content-container .banner{
        height: 420px;
    }

    .content-container .detail{
        display: flex;
        justify-content: space-between;
    }

    .content-container .detail .menu{
        display: block;
        width: 200px;
    }

    .content-container .detail .menu h1{
        font-size: 2em;
    }

    .content-container .detail .menu ul{
        background: rgba(255, 255, 255, .8);
        
    }

    .content-container .detail .menu li{
        border-bottom: 1px solid var(--dark-gray);
        
    }

    .content-container .detail .menu li:hover{
        background: var(--light-brown-trans);
    }

    .content-container .detail .menu li:last-child{
        border-bottom: 0;
    }

    .content-container .detail .menu li a{
        display: block;
        color: var(--dark-gray);
        padding: 7px 22px;
        text-transform: uppercase;
    }

    .content-container .detail .menu li:hover a{
        color: var(--dark-brown);
        font-family: prompt-b;
    }

    .content-container .detail .description{
        width: calc(100% - 240px);
        margin-left: auto;
    }

    .content-container .banner{
        height: 520px;
    }

    .content-container .thebox{
        flex-direction: row;
        row-gap: 0;
        max-width: var(--max-width);
    }

    .content-container .thebox h1{
        font-size: 2em;
    }

    .content-container .thebox > div{
        width: calc(100% / 3);
    }

    .content-container .thebox .img{
        height: 380px;
    }

    .content-container .thebox .txt{
        height: 660px;
    }

    .content-container.ocean .banner{
        height: 520px;
    }
}

@media screen and (min-width: 1100px){
    .facilities .c{
        height: 380px;
    }

    .content-container .thebox h1{
        font-size: 2.1em;
    }

    .content-container .thebox .img{
        height: 440px;
    }

    .content-container .thebox .txt{
        height: 500px;
    }
}

@media screen and (min-width: 1200px){
    .facilities .c{
        height: 420px;
    }

    .content-container .thebox .img{
        height: 480px;
    }

    .content-container .thebox .txt{
        height: 480px;
    }
}