/*main room detail*/
.main__similar{
    margin:30px 0;
}
.room__detail {
    width: 85%;
    margin: 0 auto;
}
.path__room__detail{
    margin-left: 7.5%;
    margin-top: 30px;
    margin-bottom: 21px;
}

.path__room__detail a{
    color: #334862;
}
.path__room__detail i{
    font-size: 9px;
}
.room__detail__info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  
}
.slider__room__detail__image{
    width: 66.666% !important;
}

.slider__room__detail__image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.slider__room__detail__image .owl-nav button.owl-prev{
    position: absolute;
    top: 50%;
    left: 5%;
    color: #fff !important;
    transition: all linear 0.3s;
}
.slider__room__detail__image .owl-nav button.owl-next{
    position: absolute;
    top: 50%;
    right: 15%;
    color: #fff !important;
    transition: all linear 0.3s;
}
.slider__room__detail__image .owl-nav i{
    font-size: 24px;
}

.slider__room__detail__image:hover .owl-nav button.owl-prev{
    left: 4%;
    color: #727272 !important;
    transition: all linear 0.3s;
}
.slider__room__detail__image:hover .owl-nav button.owl-next{
    right: 14%;
    color: #727272 !important;
    transition: all linear 0.3s;
}


.room__detail__content{
    width: 33.333%;
    align-self: center;
    z-index: 4;
}
.room__detail__information{
    background-color: #f7f7f7;
    padding: 20px 28px;
    width: 120%;
    background-color: #f7f7f7fc;
    border-radius: 8px;
    border: 1px solid #e7e7e7; 
    margin-left: -90px;
}
.room__detail__information h5{
    font-family: "Playfair Display";
    font-size: 18px;
    color: #000;
    font-weight: normal;
    margin-bottom: 20px;
}
.room__detail__information > *{
    font-size: 14px;
    line-height: 23.04px;
    margin-bottom: 16px;
}

.room__detail__information ul li{
    margin-bottom: 10px;
    font-size: 14px;
}

.room__detail__information ul li:nth-child(1) i{
    margin-right: 8px;
}
.room__detail__information ul li:nth-child(2) i{
    margin-right: 7px;
}
.room__detail__information ul li:nth-child(3) i{
    margin-right: 5px;
}
.room__detail__information ul li:nth-child(4) i{
    margin-right: 5px;
}
.room__detail__information ul li:nth-child(5) i{
    margin-right: 8px;
}
.btn-book-room{
    text-align: center;
    margin-top: 19px;
    margin-bottom: 38px;
}

.btn-book-room a{
    display: inline-block;
    padding: 10px 25px;
    background-color: rgba(68,89,24,.6);
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    transition: all linear 0.3s;
}
.btn-more-room{
    font-size: 14px;
    color: #132146;
    text-decoration: underline;
    text-decoration-color: #132146;
    line-height: 22.4px;
    letter-spacing: 0.42px;
    width: 100%;
    text-align: center;
}

.btn-book-room a:hover{
    box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
    transition: all linear 0.3s;
}
/*end main room detail*/

/*feature*/
.main__feature{
    margin-top: 40px;
}
.feature{
    width: 85%;
    margin: 0 auto;
}
.main__feature h2{
    font-size: 36px;
    font-family: "Playfair Display";
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 37px;
}
.feature ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature ul li{
    width: 33%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.feature ul li img{
    width: 24px;
    height: 24px;
    object-fit: cover;
}
/*end feature*/

/*similar*/
.main__similar h2{
    font-size: 36px;
    font-family: "Playfair Display";
    font-weight: normal;
    color: #000;
    text-align: center;
    margin-bottom: 37px;
}

.slider__similar__room{
    width: 85% !important;
    margin: 0 auto;
}
.similar__room h3{
    font-size: 22px;
    font-family: "Playfair Display";
    font-weight: normal;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 10px;
}

.similar__room h5{
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}

.similar__room__image{
    overflow: hidden;
}
.similar__room__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all linear 0.3s;
}
.similar__room__image:hover img{
    transform: scale(1.1);
    transition: all linear 0.3s;
}
.slider__similar__room .owl-nav button.owl-prev{
    position: absolute;
    top: 30%;
    left: -2%;
    transition: all linear 0.3s;
    /* color: #727272 !important; */
}
.slider__similar__room .owl-nav button.owl-next{
    position: absolute;
    top: 30%;
    right: -2%;
    transition: all linear 0.3s;
    /* color: #727272 !important; */
}
.slider__similar__room .owl-nav i{
    font-size: 24px;
    color: #727272;
}
.slider__similar__room .owl-nav button:hover{
    background-color: transparent !important;
}

.slider__similar__room:hover .owl-nav button.owl-prev{
    left: -2.5%;
}
.slider__similar__room:hover .owl-nav button.owl-next{
    right: -2.5%;
}
.main__similar .slider__similar__room .owl-dots{
    margin: 30px 0;
}

.main__similar .slider__similar__room .owl-dots .owl-dot.active span{
    background-color: #f3bf51;
}
.main__similar .slider__similar__room .owl-dots .owl-dot span{
    width: 13px;
    height: 13px;
    background-color: #111111;
}
.main__similar .slider__similar__room .owl-dots .owl-dot:hover span{
    background-color: #111111;
}
.main__similar .slider__similar__room .owl-dots .owl-dot.active:hover span{
    background-color: #f3bf51;
}
/*end similar*/


@media only screen and (max-width:820px){
    .room__detail__information{
        margin-left: 0;
        width: 100%;
    }
    .slider__room__detail__image .owl-stage-outer,
    .slider__room__detail__image .owl-stage,
    .slider__room__detail__image.owl-drag .owl-item,
    .slider__room__detail__image.owl-drag .owl-item div
    {
        height: 100%;
    }
    .slider__room__detail__image div img{
        height: 100%;
        object-fit: cover;
    }

    .slider__room__detail__image .owl-nav button.owl-next{
        right: 5%;
    }
    .feature ul li{
        width: 50%;
    }

    .slider__similar__room .owl-nav i{
        right: 2%;
        color: #fff;
    }
    .slider__similar__room .owl-nav button.owl-prev{
        left: 2%;
    }
    .slider__similar__room .owl-nav button.owl-next{
        right: 2%;
    }
    .slider__room__detail__image, .room__detail__content {
        width: 100% !important;
    }
}

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

    .slider__room__detail__image, .room__detail__content{
        width: 100% !important;
    }

    .owl-theme .owl-nav{
        display: none;
    }
    .feature ul li{
        width: 100%;
    }

    .main__feature h2, .main__similar h2{
        font-size: 28px;
    }

}
