.banner-area .container {
    padding: 100px;
    background-size: cover;
    background-position: bottom;
}

    .banner-area, .banner-area .title {
        color: #fff;
    }

.pagination {
    justify-content: center;
    margin-bottom: 30px;
}

    .pagination a {
        padding: 8px 16px;
    }

        .pagination a.active {
            color: #fff;
            background: #bead8e;
        }

        .pagination a:hover {
            background: #eee;
        }

.cart-fixed {
    bottom:     0;
    z-index:    99;
}

.main-btn.btn-sm {
    line-height: 30px;
    padding: 0 20px;
}

.badge {
    border-radius: 100%;
    width: 20px;
    font-size: 12px;
    height: 20px;
    line-height: 15px;
}

.cart {}
    .cart .item-image a {
        margin-bottom: 10px;
    }

.no-border {
    border-top: 0;
}

.no-border td {
    border-top: 0;
}

.form-check-yaiza {
    text-align:right;
}

.swiper-horizontal {
    overflow: hidden;
}

.form-check-label {
    padding-top: 12px;
}

    .form-check-yaiza input[type="checkbox"] {
        width: 50px;
    }

.from-price {
    font-size: 14px;
    color: #777;
    font-weight: normal;
}

.swiper-wrapper-nav {
    margin-top: 5px;
    margin-left: -6px;
    margin-right: -9px;
}
    .swiper-wrapper-nav-item {
        padding: 6px;
    }
        .swiper-wrapper-nav-item:nth-child(4n) {
            margin-right: -3px;
        }

            .swiper-wrapper-nav-item img {
                opacity: 0.5;
            }

            .swiper-wrapper-nav-item.active img {
                opacity: 1;
            }

            .swiper-button-prev,
            .swiper-button-next {
                background-color: white;
                background-color: rgba(255, 255, 255, 0.25);
                right:10px;
                padding: 30px;
                color: #fff !important;
                fill: black !important;
                stroke: black !important;
            }

.about-section h2 {
    font-size: 48px;
}

.nav-tabs {
    border-bottom: 1px solid #bead8e;
}

    .nav-tabs .nav-link {
        border-radius: 0
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border-color: #bead8e #bead8e #fff;
        }

.about-section {
    padding-top: 50px;
    padding-bottom: 0px;
}

.booking-form form input, .booking-form form select, .booking-form form .nice-select {
    color: #000
}

.room-details p {
    margin-bottom: 20px;
}

.openCart, .searchContainer {
    position: fixed;
    bottom: 20px;
    /* right: 100px; */
    right: 20px;
    padding: 20px;
    background: #fff;
    z-index: 9999;
    display:block;
    box-shadow: 0 4px 30px rgb(0 0 0 / 17%);
    border-radius: 5px;
}

    .openCart i {
        font-size: 30px;
    }

        .openCart span {
            position: relative;
            top: -5px;
            padding-left: 10px;
        }

        .searchContainer {
            right: 20px;
        }

            .searchContainer i {
                font-size: 30px;
            }

.searchBar {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

    .searchBar .overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: #333;
        opacity: 0.8;
        z-index: 1000;
    }

    .searchBar .content {
        background: #fff;
        padding: 40px;
        position: relative;
        z-index: 1200;
        width: 50%;
        margin: auto auto -25% auto;
    }

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

}

    .searchBar .content input {
        padding: 30px;
        font-size: 22px;
    }