.swiper-wrapper {
    padding-bottom: 65px;
}

.swiper-button-next,
.swiper-button-prev {
    /* top: 97% ; */
    z-index: 11;
    white-space: nowrap;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 3%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: "";
}

.swiper-slide img {
    width: 100%;
}

.bannerSwiper .swiper-wrapper {
    padding: 0;
}

.bannerSwiper .swiper-button-prev,
.bannerSwiper .swiper-button-next,
.bannerSwiper .swiper-pagination-fraction {
    color: white;
}

.bannerSwiper .swiper-pagination-bullet {
    background: white;
}

.bannerSwiper .left-arrow-icon,
.bannerSwiper .right-arrow-icon {
    padding-right: 5px;
}

.bannerSwiper .right-arrow-icon {
    transform: rotate(180deg);
}

.bannerSwiper img {
    height: 55vh;
    object-fit: cover;
}

/* custom */

.swiper-pagination-bullets {
    align-items: center;
    display: flex;
    justify-content: center;
}

.swiper-pagination-bullet {
    border-radius: 0px;
    width: 25px;
    height: 2px;
}

.swiper-pagination-bullet-active {
    height: 6px;
}

.swiper-pagination-fraction {
    margin-top: 15px;
}

.arrow-icon-text {
    display: none;
}

/* For larger screens (Tablets and Desktops) */
@media (min-width: 768px) {


    .place-section {
        flex-direction: row;
        justify-content: space-between;
        gap: 20px;
    }


    .swiper-pagination-bullet {
        width: 40px;
    }

    .arrow-icon-text {
        display: block;
    }

    .swiper-button-prev {
        left: 25%;
    }

    .swiper-button-next {
        right: 25%;
    }

    .suits-rooms {
        max-width: var(--max-width);
        margin: 0 auto;
    }

    .bannerSwiper .swiper-pagination-bullets {
        margin-top: -60px;
    }

    .bannerSwiper .swiper-button-next {
        margin-top: 10%;
    }

    .bannerSwiper .swiper-button-prev {
        margin-top: 10%;
    }

    .bannerSwiper .swiper-button-prev {
        left: 38%;
    }

    .bannerSwiper .swiper-button-next {
        right: 39%;
    }

    .bannerSwiper img {
        height: auto;
    }

    .image_section_container {
        flex-direction: row;
    }
}

.distinetiveSwiper .swiper-pagination-bullet-active,
.suitsRoomsSwiper .swiper-pagination-bullet-active {
    background: linear-gradient(0deg, #1C1C1C, #1C1C1C),
        linear-gradient(0deg, #1C1C1C, #1C1C1C);

}

.suitsRoomsSwiper .swiper-wrapper {
    margin-bottom: 35px;
}

.distinetive_img_card_cont .swiper-wrapper {
    margin-bottom: 40px;
}

.distinetiveSwiper .swiper-button-prev {
    left: 37%;
}

.distinetiveSwiper .swiper-button-next {
    right: 37%;
}

.distinetiveSwiper .swiper-button-next,
.distinetiveSwiper .swiper-button-prev {
    top: 88%;
    font-family: 'Swis721 BT', sans-serif;
    font-size: 13.23px;
    font-weight: 400;
    line-height: 20px;
    color: #1C1C1C;
}

.mtrswiper .swiper-button-prev,
.mtrswiper .swiper-button-next,
.mtrswiper .swiper-pagination-fraction {
    color: white;
}

.mtrswiper_cont {
    align-items: center;
    display: flex;
    justify-content: center;
}

.mtrswiper .swiper-pagination-bullet {
    background: white;
}


.mtrswiper .left-arrow-icon,
.mtrswiper .right-arrow-icon {
    padding-right: 5px;
}

.mtrswiper .right-arrow-icon {
    transform: rotate(180deg);
}

.mtrswiper .swiper-pagination-bullets {
    margin-top: -60px;
    margin-left: -58%;
}

.mtrswiper .swiper-button-next {
    margin-top: 13%;
}

.mtrswiper .swiper-pagination-fraction {
    margin-left: -30%;
}

.mtrswiper .swiper-button-prev {
    margin-top: 13%;
}

.mtrswiper .swiper-button-prev {
    left: 3%;
}

.mtrswiper .swiper-button-next {
    right: 60%;
}

.mtrswiper img {
    /* height: auto; */
    height: 460px;
}

.exploreswiper .swiper-button-prev,
.exploreswiper .swiper-button-next,
.exploreswiper .swiper-pagination-fraction {
    color: white;
}

.mtrswiper_cont {
    align-items: center;
    display: flex;
    justify-content: center;
}

.exploreswiper .swiper-pagination-bullet {
    background: white;
}


.exploreswiper .left-arrow-icon,
.exploreswiper .right-arrow-icon {
    padding-right: 5px;
}

.exploreswiper .right-arrow-icon {
    transform: rotate(180deg);
}

.exploreswiper .swiper-pagination-bullets {
    margin-top: -115px;
}

.exploreswiper .swiper-button-next {
    margin-top: 28%;
}

.exploreswiper .swiper-button-prev {
    margin-top: 28%;
}

.exploreswiper .swiper-button-prev {
    left: 18%;
}

.exploreswiper .swiper-button-next {
    right: 18%;
}

.exploreswiper img {
    height: auto;
}

.suitsRoomsSwiper .swiper-button-prev {
    left: 0%;
}

.suitsRoomsSwiper .swiper-button-next {
    right: 0%;
}

.suitsRoomsSwiper .swiper-button-next,
.suitsRoomsSwiper .swiper-button-prev {
    top: 35% !important;
}


.swiper-button-prev,
.swiper-button-next {
    opacity: 1;
    transition: opacity 0.3s ease;
}


.distinetiveSwiper .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.2);
    margin: 0px 10px;
}

.distinetiveSwiper .swiper-container {
    width: 100%;
    margin: 40px 0;
    padding: 45px 0;
}

.distinetiveSwiper .swiper-slide {
    overflow: hidden;
    transition: .7s;
    transform: scale(0.9);
}

.distinetiveSwiper .swiper-slide img {
    width: 100%;
}

.distinetiveSwiper .swiper-slide-active {
    opacity: 1;
    z-index: 1;
    transform: scale(1.2);
}

.mtrswiper .swiper-wrapper {
    padding-bottom: 0px;
}

.suiteroommodal .swiper-button-prev {
    left: 0;
    margin-top: 0;
}

.suiteroommodal .swiper-button-next {
    right: 0;
    margin-top: 0;
}

/* .login_popup .login_modal_btm{
    margin-top: -55px;
} */

.exquisiteRooms  .swiper-button-prev,
.exquisiteRooms  .swiper-button-next{
    margin-top: 21%;
}