.amenities {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}
.amenities .page-details-wrap .signature {
    padding-bottom: 100px;
}
.amenities .text-title {
    font-family: var(--noto);
    font-size: 25px;
    color: var(--medium-blue);
    text-align: center;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}
.amenities .page-details-wrap .d-flex {
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
.amenities .page-details-wrap .d-flex .single {
    width: 50%;
}
.amenities .page-details-wrap .d-flex .single .point {
    font-family: var(--open);
    font-size: 17px;
    color: var(--medium-blue);
    padding-bottom: 5px;
    display: flex;
    flex-wrap: wrap;
}
.amenities .page-details-wrap .d-flex .single .point .content-left {
    width: 3%;
}
.amenities .page-details-wrap .d-flex .single .point .content-right {
    width: 97%;
}



.facilities {
    position: relative;
    z-index: 1;
    /* padding-bottom: 185px; */
    padding-bottom: 150px;
}
.facilities .left {
    width: 7%;
}
.facilities .middle {
    width: 86%;
}
.facilities .right {
    width: 7%;
}
.facilities .middle .swiper-wrapper .swiper-slide .image {
    width: 100%;
    height: 450px;
    object-fit: cover;
    padding-bottom: 35px;
}
.facilities .middle .swiper-wrapper .swiper-slide .title {
    font-family: var(--noto);
    font-size: 30px;
    color: var(--medium-blue);
    display: flex;
    justify-content: center;
}
.facilities .bi-arrow-right-short, .facilities .bi-arrow-left-short {
    position: relative;
    top: -40px;
}
.facilities .bi-arrow-right-short:hover::before, .facilities .bi-arrow-left-short:hover::before {
    background-color: #D2D6D9;
    border: none;
    color: #101010;
}
.facilities .bi-arrow-right-short::before, .facilities .bi-arrow-left-short::before {
    font-size: 35px;
    color: rgb(0, 0, 0, 0.6);
    border: 1px solid rgb(0, 0, 0, 0.6);
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.facilities .bi-arrow-right-short:hover::before, .facilities .bi-arrow-left-short:hover::before {
    background-color: #F7F7F7;
    border: none;
    color: #101010;
}
.facilities .swiper-pagination-clickable .swiper-pagination-bullet {
    border: 1px solid var(--medium-blue);
    opacity: 0.4;
}
.facilities .swiper-pagination-bullet-active {
    background: var(--medium-blue)!important;
    opacity: 1!important;
}
.facilities .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 85px;
}







/* Responsive */
@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1536px) {
    .amenities {
        padding-bottom: 70px;
    }
    .amenities .text-title {
        font-size: 21px;
        padding-bottom: 25px;
    }
    .amenities .page-details-wrap .d-flex .single .point {
        font-size: 14px;
    }
    .amenities .page-details-wrap .signature {
        padding-bottom: 50px;
    }

    .facilities {
        padding-bottom: 80px;
    }
    .facilities .middle .swiper-wrapper .swiper-slide .image {
        height: 350px;
        padding-bottom: 10px;
    }
    .facilities .middle .swiper-wrapper .swiper-slide .title {
        font-size: 20px;
    }
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1024px) {
    .facilities {
        padding-bottom: 60px;
    }
    .facilities .middle .swiper-wrapper .swiper-slide .image {
        height: 270px;
    }
    .facilities .bi-arrow-right-short::before, .facilities .bi-arrow-left-short::before {
        font-size: 21px;
    }
    .facilities .bi-arrow-right-short, .facilities .bi-arrow-left-short {
        top: -25px;
    }
    .facilities .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 45px;
    }
}

@media screen and (max-width: 991px) {
}

@media screen and (max-width: 768px) {
    .facilities .middle .swiper-wrapper .swiper-slide .image {
        height: 240px;
    }
}

@media screen and (max-width: 428px) {
    .amenities {
        padding-bottom: 40px;
    }
    .amenities .text-title {
        font-size: 20px;
        padding-bottom: 15px;
    }
    .amenities .page-details-wrap .d-flex .single {
        width: 100%;
        padding-bottom: 5px;
    }
    .amenities .page-details-wrap .signature {
        padding-bottom: 30px;
    }

    .facilities .left {
        display: none;
    }
    .facilities .middle {
        width: 100%;
    }
    .facilities .right {
        display: none;
    }
    .facilities .middle .swiper-wrapper .swiper-slide .image {
        height: 300px;
    }
    .facilities .middle .swiper-wrapper .swiper-slide .title {
        font-size: 18px;
    }
    .facilities .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 50px;
    }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
    .facilities .middle .swiper-wrapper .swiper-slide .image {
        height: 250px;
    }
}