﻿/*main {
    overflow: hidden;
}
*/
a,
button {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    outline: none;
    background: none;
}

.swiper {
    width: 100%;
    height: 100%;
}

    .swiper .section {
        margin: 0 auto;
        padding-block: 5rem;
    }

    .swiper .container {
        max-width: 75rem;
        height: auto;
        margin-inline: auto;
        padding-inline: 1.25rem;
    }

.swiper-slide-image {
    display: block;
    object-fit: cover;
}

.search-item-slide-image {
    display: block;
    object-fit: cover;
    width: 100%;
    /*    height: 100%;*/
    height: 280px !important;
}

.hotel_box_list .room-slide-image {
    display: block;
    object-fit: cover;
    width: 100%;
    /*    height: 100%;*/
    height: 270px !important;
}

.room-slide-image {
    display: block;
    object-fit: cover;
    width: 100%;
    /*    height: 100%;*/
    height: 250px !important;
    border: none;
}

/*.swiper_height_280 {
    height: 280px !important;
}
*/

.hotel-details-slide-image {
    height: 600px !important;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    border-right: 1px solid lightgray;
}

.search-item-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hotel-slide {
    width: auto;
    background: #000;
}

.main-slide {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-slide-image {
    width: 100%;
    height: 100%;
}

.recommended-slider {
    min-height: 640px;
}

    .recommended-slider .swiper-pagination-bullet {
        background-color: lightgray;
        border: 2px solid lightgray;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        opacity: 1;
    }

    .recommended-slider .swiper-pagination-bullet-active {
        background-color: #f26122 !important;
        border: 2px solid #f26122;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        opacity: 1;
    }

.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    opacity: 1;
}

.slide-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 100%;
    transform: translate(-50%, -50%);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 2rem !important;
}

@media(max-width: 575px) {
    .swiper-button-next:after, .swiper-button-prev:after {
        display: none;
    }
}

.swiper-pagination-main {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-recommended {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-pagination-why-us {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

