/*banner*/
.banner__accommodation{
    background-image: url('../img/banner-services.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;
    position: relative;
}
.banner__accommodation::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.2) 60%,rgba(28,28,28,1) 100%);
}

.banner__accommodation__content{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.banner__accommodation__content ul{
    display: flex;
    flex-wrap: wrap;
    gap: 45px;
}
.banner__accommodation__content ul li a{
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.room__price{
    display: flex;
    align-items: center;
	gap: 10px;
}
.room__price .price__number{
    font-size: 45px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}
.per__night h5{
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
}
.per__night h3{
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.accommodations{
    padding: 40px 0;
}
.heading__accommodations{
    margin-left: 5%;
    margin-bottom: 20px;
}
.heading__accommodations h1{
    font-size: 35px;
    color: #666666;
    letter-spacing: 1px;
    line-height: 1.3;
    font-weight: 400;
    margin-bottom: 14px;
}
.vote{
    display: flex;
    align-items: center;
    gap: 15px;
}
.vote p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.vote ul{
    display: flex;
}
.vote ul i{
    font-size: 14px;
    color: #7e7e7e;
}

.main__accommodations{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.accomm__left{
    width: 69%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accomm__right{
    width: 29%;
}
/**/
.image__slide__accom{
    position: relative;
}
.image__slide__accom::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%,rgba(0,0,0,0.83) 99%,rgba(0,0,0,0.75) 100%);
    opacity: 0;
    transition: all linear 0.5s;
}
.owl-item.active .image__slide__accom::before{
    opacity: 1;
    transition: all linear 0.5s;
}
.image__slide__accom img{
    width: 100%;
    height: 377px;
    object-fit: cover;
    display: block;
}
.custom__dots img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    cursor: pointer;
}
.owl-dot:not(:first-child) img{
    opacity: 0.5;
}
.main__slider__accomm{
    position: relative;
}
.custom__dots{
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
    gap: 5px;
    z-index: 2;
}
.owl-dot.opacity__img img{
    opacity: 1;
}
/**/

.accommodation__info{
    padding-top: 50px;
    
}
.accommodation__info img{
    width: 40px;
    height: 40px;
    object-fit: cover;
}
.accommodation__info ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 76px;
}
.accommodation__info ul li{
    text-align: center;
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
}
.accom__des{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    padding: 40px 0;
    border-bottom: 2px solid #f9f9f9;
}


.accommodation__services{
    padding: 40px 0;
    border-bottom: 2px solid #f9f9f9;
}
.accommodation__services h2{
    font-size: 25px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.accommodation__services ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.accommodation__services ul li{
    width: 31%;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    gap: 10px;   
}
.accommodation__services ul li img{
    width: 25px;
    height: 25px;
    object-fit: cover;
}



.section__exp{
    padding-top: 40px;
}
.section__exp h2{
    font-size: 25px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 30px;
}
.main__section__exp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list__section__exp{
    width: 32%;
    position: relative;
}
.list__section__exp::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(101,100,96,0) 0%,rgba(101,100,96,0.2) 60%,rgba(28,28,28,1) 100%);
}
.list__section__exp img{
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}
.list__section__exp a{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 2px;
}






.side__book__room{
    width: 100%;
    padding: 30px;
    background-color: #49524f;
}

.form-side-book-room{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.group__book__room{
    width: 44%;
    padding: 20px;
    background-color: #404746;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.group__book__room input{
    width: 100%;
    font-size: 25px;
    color: #fff;
    letter-spacing: 1px;
    background-color: transparent;
    text-align: center;
    border: none;
    outline: none;
}
.group__book__room label{
    font-size: 12px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
}
.group__book__room__number{
    display: flex;
    gap: 10px;
}
.group__book__room__number input{
    width: 30px;
    text-align: center;
}
.quantity i{
    color: #fff;
    cursor: pointer;
}
.btn-side-book-room{
    width: 100%;
    padding: 0;
}
.btn-side-book-room .btn-accom-book-room{
    width: 100%;
    padding: 15px 30px;
    background-color: #2C3E50;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    outline: none;
    cursor: pointer;
	text-align: center;
	transition: all .3s ease;
}
.btn-side-book-room .btn-accom-book-room:hover{
	background-color: var(--second-color);
	transition: all .3s ease;
}


.sidebar__accom{
    margin: 40px 0;
}
.sidebar__accom h3{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.main__sidebar__accom{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list__sidebar__accom{
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}
.list__sidebar__accom img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.sidebar__accom__content{
    align-self: center;
}
.sidebar__accom__content h4{
    font-size: 17px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
}
.sidebar__accom p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    margin: 10px 0;
}
.sidebar__accom__content a{
    padding: 5px 10px;
    background-color: #2C3E50;
    font-size: 11px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}


.sidebar__search{
	margin-top: 30px;
}
.sidebar__search h3{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
}
.sidebar__search input{
    width: 100%;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: normal;
    color: #7e7e7e;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    outline: none;
    margin: 20px 0;
}
.sidebar__search button{
    padding: 10px 20px;
    background-color: #2C3E50;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    border: none;
    cursor: pointer;
	transition: all .3s ease;
}
.sidebar__search button:hover{
	background-color: var(--primary-color);
	transition: all .3s ease;
}



.categories{
    margin: 40px 0;
}
.categories h3{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.categories ul li{
    padding: 10px;
}
.categories ul li a{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;   
}

.categories ul li:not(:last-child){
    border-bottom: 1px solid #f1f1f1;
}



.sidebar__campings h3{
    font-size: 20px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 20px;
}
.main__sidebar__campings{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.list__sidebar__campings{
    display: flex;
    gap: 20px;
}
.list__sidebar__campings img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.sidebar__campings__content{
    align-self: center;
}
.sidebar__campings__content h4{
    font-size: 17px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
}
.sidebar__campings__content p{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    margin: 10px 0;
}   
.sidebar__campings__content i{
    font-size: 14px;
    color: #7e7e7e;
}
/*end banner*/


/*similar accommodation*/
.similar__accommodations{
    margin: 50px 0;
    padding-top: 40px;
    /*border-top: 1px solid #f1f1f1;*/
}
.similar__accommodations .title-head{
    font-size: 35px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-left: 5%;
    position: relative;
}
.similar__accommodations .title-head::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 1px;
    background-color: #404746;
    left: 0;
    bottom: -15px;
}
.main__similar__accom{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
	gap: 26px;
}
.list__similar__accom{
    width: 32%;
}
.image__similar__accom{
    position: relative;
}
.image__similar__accom img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.image__similar__accom::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(28, 28, 28, 0) 60%,rgba(28, 28, 28, 0.5) 100%);
}
.abs__text{
    position: absolute;
    left: 30px;
    bottom: 20px;
    display: flex;
    gap: 10px;
    align-items: center;
}
.abs__text p{
    font-size: 11px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.abs__text ul{
    display: flex;
    gap: 3px;
}
.abs__text ul li i{
    font-size: 12px;
    color: #fff;
}
.similar__accom__info{
    border: 1px solid #f1f1f1;
    padding: 30px;
}
.similar__accom__info .title{
    font-size: 30px;
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.5;
}
.similar__accom__info ul{
    display: flex;
    align-items: center;
    gap: 20px;
}
.similar__accom__info ul li img{
    width: 23px;
    height: 23px;
    object-fit: cover;
}
.similar__accom__info ul li{
    font-size: 12px;
    color: #7e7e7e;
    display: flex;
    align-items: center;
    gap: 10px;
}
.similar__accom__info .desc{
    font-size: 14px;
    color: #7e7e7e;
    letter-spacing: 1px;
    margin: 20px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:4;
	line-clamp: 4;
	-webkit-box-orient:vertical;
}
.similar__accom__info .btn-more{
    display: inline-block;
    background-color: #2C3E50;
    padding: 15px 30px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
/*end similar accommodation*/

@media only screen and (max-width: 991px){
    .main__accommodations{
        gap: 50px;
    }
    .main__similar__accom{
        gap: 30px;
    }
    .accomm__left,
    .accomm__right,
    .list__similar__accom{
        width: 100%;
    }   
	.similar__accom__info{
		padding: 20px;
	}
}

@media only screen and (max-width: 767.98px){  
    .heading__accommodations h1{
        text-align: center;
        font-size: 30px;
    }
    .similar__accommodations h1{
        font-size: 30px;
    }
    .vote{
        justify-content: center;
    }
    .accommodation__info ul,
    .banner__accommodation__content{
        gap: 20px;
    }
    .banner__accommodation__content ul,
    .room__price,
    .banner__accommodation__content ul li,
    .accommodation__info ul li,
    .accommodation__services ul li,
    .list__section__exp{
        width: 100%;
    }
    .banner__accommodation__content ul{
        text-align: center;
        gap: 10px;
		display: none;
    }
    .room__price{
		gap: 10px;
        justify-content: center;
    }
    .main__section__exp{
        gap: 40px;
    }
}