﻿
.header-layer {
    background: #815140;
    height: 300px;
}

    .header-layer img {
        position: absolute;
        top: 50%;
        right: 0%;
        transform: translate(-5%,-50%);
        max-height: 200px;
    }

@media (min-width: 1400px) {
    .header-layer {
        height: 250px;
    }

        .header-layer img {
            max-height: 150px;
        }
}

@media only screen and (max-width: 1200px) {
    .header-layer {
        height: 200px;
    }

        .header-layer img {
            max-height: 100px;
        }
}

@media only screen and (max-width: 991px) {
    .header-layer {
        height: 150px;
    }

        .header-layer img {
            max-height: 80px;
        }
}

@media (max-width: 767px) {
    .header-layer {
        height: 100px;
    }

        .header-layer img {
            max-height: 60px;
        }
}

.header-btn-user {
}

    .header-btn-user img {
        width: auto;
        max-width: 100%;
        height: auto;
        max-height: 50px;
        border-radius: 50%;
    }


.navigation > li.active > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25%;
    height: 1px;
    background-color: #000000;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-style-one .main-box .nav-outer .nav .navigation li.active a,
.sticky-header .main-menu .navigation > li.active > a {
    width: 100%;
    color: #815140;
}

.main-header .logo img {
    max-width: 140px;
}

.header-style-one .main-box .nav-outer .nav .navigation li.active a::before,
.sticky-header .main-menu .navigation > li.active > a::before {
    bottom: 0;
    left: 0;
}

.slick-prev, .slick-next {
    top: auto;
    bottom: -60px;
}

    .slick-prev i, .slick-next i {
        font-size: 30px;
        color: #bdb6b6;
    }

.slick-prev {
    left: 47%;
}

.slick-next {
    right: 47%;
}

@media only screen and (max-width: 991px) {
    .slick-prev {
        left: 44%;
    }

    .slick-next {
        right: 44%;
    }
}

.slick-prev::before {
    content: '';
}

.slick-next::before {
    content: '';
}

.slick-prev::before, .slick-next::before {
    font-size: 30px;
    color: #815140;
}

.Testimonials-slick .slick-slide img {
    display: initial;
    height: 50px;
    border-radius: 50%;
}

.Testimonials-slick .rating-list {
    display: flex;
    justify-content: center;
    color: gold;
}


.home-side-bg {
    position: relative;
    padding: 40px 0;
}

    .home-side-bg:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 713px;
        height: 100%;
        background-image: url(../images/home-side-bg.png);
        background-repeat: no-repeat;
    }





.padd-0 {
    padding: 0 !important
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}


.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}


.justify-self-center {
    justify-self: center;
}

.room-section {
    background: linear-gradient( to bottom, #fff 0%, #fff 25%, #815140 25%, #815140 100% );
}

    .room-section .list-one {
        background: #fff;
        padding: 25px 10px;
        align-self: center;
        align-items: center;
        display: grid;
    }

        .room-section .list-one .title {
            font-size: 15px;
        }

    .room-section .sec-title h2 {
        color: #000;
    }

    .room-section .sec-title h3, .room-section .sec-title .text, .room-section .sec-title .text * {
        color: #fff;
    }





.room-section-details {
    background: none !important;
}

.room-section.room-section-details .list-one {
    padding: 40px 10px 50px;
    border: 1px solid #ccc;
}

.sidebar__post_detail {
    padding: 35px 25px 20px;
}

    .sidebar__post_detail label.form-label {
        font-size: 16px;
        color: #A07763;
    }

    .sidebar__post_detail input.form-control {
        background-color: #F5F6F8 !important;
        color: #A07763;
        border: none;
        height: 45px;
        text-align: center;
        margin-bottom: 10px;
    }

    .sidebar__post_detail .inc-dec {
        position: relative;
    }

        .sidebar__post_detail .inc-dec a.inc {
            position: absolute;
            top: 0;
            right: 0;
            padding: 5px;
            width: 45px;
            height: 45px;
            background: #815140;
            line-height: 35px;
            text-align: center;
        }

        .sidebar__post_detail .inc-dec a.dec {
            position: absolute;
            top: 0;
            left: 0;
            padding: 5px;
            width: 45px;
            height: 45px;
            background: #815140;
            line-height: 35px;
            text-align: center;
        }

        .sidebar__post_detail .inc-dec a.calendar {
            position: absolute;
            top: 0;
            left: 0;
            padding: 5px;
            width: 45px;
            height: 45px;
            background: #815140;
            line-height: 35px;
            text-align: center;
        }

        .sidebar__post_detail .inc-dec i {
            color: #fff;
        }

    .sidebar__post_detail .Start-Booking {
        font-size: 20px;
        color: #A07763;
    }

    .sidebar__post_detail .Start-Booking-price {
        font-size: 30px;
        color: #B0B0B0;
    }

        .sidebar__post_detail .Start-Booking-price span {
            font-size: 30px;
            color: #815140;
        }

    .sidebar__post_detail .You-will-pay {
        font-size: 16px;
        color: #B0B0B0;
    }

        .sidebar__post_detail .You-will-pay span {
            font-size: 16px;
            color: #A07763;
        }

    .sidebar__post_detail button {
        font-size: 18px;
        background: #815140;
        color: #fff;
        margin-top: 20px;
    }

        .sidebar__post_detail button i {
            padding: 0 10px;
        }

.cart-checkout-type-title {
    font-size: 20px;
    color: #815140;
    padding: 0 20px;
}

.sidebar__post_cart {
    background: #F9F9F9;
    border: none;
    padding: 15px 0;
}

.cart-service-header {
    display: flex;
    justify-content: space-between;
}

.cart-service-btns {
    justify-content: end;
    display: flex;
}

    .cart-service-btns a {
        margin: 0 5px;
        color: #815140;
        font-size: 18px;
    }

    .cart-service-btns .cart-service-btns-sepeartor {
        color: #DCDCDC;
        font-size: 10px;
        border-right: 1px solid;
    }

.cart-service-title {
    color: #815140;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}

.cart-service-booking-details {
    color: #000000;
    font-size: 16px;
    width: 100%;
}

.cart-service-booking-details-time {
    color: #757575;
    font-size: 14px;
}

.cart-service-Total-length {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #000000;
    font-size: 14px;
}

    .cart-service-Total-length span {
        font-size: 24px;
    }

.cart-service-check {
    display: flex;
}

.cart-service-checkin {
    width: 45%;
}

.cart-service-checkout {
    width: 45%;
}

.cart-service-check-border {
    width: 1px;
    height: 100px;
    border-left: 1px solid #ccc;
    padding: 0 20px;
}

.sidebar__post_cart_checkout {
    padding: 20px 15px;
}

.cart-checkout-title {
    color: #A07763;
    font-size: 20px;
    margin-bottom: 15px !important;
}

.cart-checkout-service {
    display: flex;
    justify-content: space-between;
    color: #7C7C7C;
    font-size: 16px;
}

.cart-checkout-total {
    display: flex;
    justify-content: space-between;
    color: #000000;
    font-size: 20px;
    margin-top: 15px;
}

    .cart-checkout-total span {
        color: #815140;
        font-size: 25px;
    }


.cart-btn-checkout {
    background: #815140;
    color: #fff;
    margin-top: 15px !important;
}

@media only screen and (max-width: 991px) {
    .sidebar__post_cart_checkout {
        margin-top: 50px;
    }
}

.direction-ltr {
    direction: ltr;
}
