/*intro*/
.intro{
	margin-top: 50px;
}

.main__intro{
	display: flex;
	width: 80%;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.description{
	width: 40%;
	height: auto;
	align-self: center;
	padding-right: 10px;
}

.description h4{
	font-size: 36px;
	color: #000;
	font-weight: normal;
	font-family: "Playfair Display";
	margin-bottom: 10px;
}

.description  > *{
	font-size: 14px;
	line-height: 33.6px;
}
.slider__intro{
	width: 58%;
	position: relative;
}


.slider__intro div{
	width: 100%;

}

.slider__intro div img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all linear 0.5s;
}

.slider__intro.owl-drag .center{
	padding: 20px;
	box-shadow: 0 0 10px 1px rgba(0,0,0,.2);
	background-color: #fff;
	z-index: 5;
}

.slider__intro.owl-drag .owl-item img{
	transform: scale(0.8);
	object-fit: cover;
	transition: all linear 0.5s;
}
.slider__intro.owl-drag .center div img{
	transform: scale(1);
	object-fit: cover;
	transition: all linear 0.5s;
}

.owl-theme .owl-nav.disabled + .owl-dots{
	display: none;
}

.slider__intro .owl-nav{
	position: absolute;
	width: auto;
	left: -80px;
	bottom: 100px;
	color: #727272;
}

.slider__intro .owl-nav button{
	background-color: #fff !important;
	transition: all linear 0.3s;
}
.slider__intro .owl-nav button:hover{
	color: #000 !important;
	transition: all linear 0.3s;
}
.slider__intro .owl-nav i{
	font-size: 30px;
}


.slider-text{
	position: relative;
	overflow: hidden;
}

.text{
	position: absolute;
	background-color: rgba(0, 0, 0, 0.587);
	opacity: 0;
	transform: translateY(100%);
	transition: all linear 0.5s;
	height: 50px;
	width: 100%;
	text-align: center;
	line-height: 50px;
	overflow: hidden;
}

.text p{
	color: #fff;
	font-size: 20px;
	font-family: "Playfair Display";
}

.slider__intro.owl-drag .owl-item.center .text{
	transform: translateY(0);
	bottom: 0;
	left: 0;
	opacity: 1;
	transition:  all linear 0.5s;
}
/*end inro*/

/*about us*/
.about__us{
	margin-top: 30px;
	background-color: rgba(239, 225, 214, 0.3);
	padding: 89px 0;
	position: relative;
}

.bg__about__us{
	background-image: url('../img/img-about-us.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 460px;
	height: 350px;
	z-index: -1;
}

.main__about__us{
	width: 85%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}

.hotel{
	width: 68%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
}

.list__hotel{
	width: 32%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #ffffff;
	text-align: center;
	box-shadow: 0 4px 14px rgb(0 0 0 / 16%);
}

.list__hotel:hover{
	box-shadow: 0 4px 14px rgb(0 0 0 / 26%);
}

.list__hotel:hover img{
	transform: scale(1.1);
	transition: all linear 0.3s;
}

.list__hotel .hotel__image img{
	width: 100%;
	height: 100%;
	min-height:350px;
	object-fit: cover;
	transition: all linear 0.3s;
}

.hotel__image{
	/* margin-bottom: 15px; */
	overflow: hidden;
	width: 100%;
	height: 77%;
}
.hotel__des{
	width: 100%;
	height: 20%;
	min-height:100px;
}
.list__hotel a{
	font-size: 20px;
	color: #000;
	font-family: "Playfair Display";
	margin: 15px 0;
}
.list__hotel a:hover{
	color: #000;
}

.list__hotel .line-2 > * {
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px 15px 0px 15px;
}
.about__us__text{
	width: 29%;
	align-self: center;
	text-align: center;
}

.about__us__text h4{
	font-size: 36px;
	font-weight: normal;
	color: #000;
	font-family: "Playfair Display";
	margin-bottom: 15px;
}

.about__us__text p{
	font-size: 14px;
	color: #000;
}
/*end about us*/




/* room info */
.room__info {
	padding: 30px 0;    
}

.main__room__info {
	width: 85%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto;
}

.slider__room__intro {
	width: 35% !important;
	padding: 20px 30px 0 0;
}
.slider__room__intro .list__room__intro div {
	font-size: 14px;
	line-height: 22.4px;
	margin-bottom: 16px;
}
.slider__room__intro h5 {
	font-size: 27px;
	font-weight: normal;
	margin-bottom: 20px;
}



.slider__room__intro ul li {
	font-size: 14px;
	margin-bottom: 5px;
}

.slider__room__intro ul li:nth-child(1) i {
	margin-right: 8px;
}

.slider__room__intro ul li:nth-child(2) i {
	margin-right: 6px;
}

.slider__room__intro ul li:nth-child(3) i {
	margin-right: 4px;
}

.slider__room__intro ul li:nth-child(4) i {
	margin-right: 8px;
}

.slider__room__intro ul li:nth-child(5) i {
	margin-right: 4px;
}

.slider__room__intro ul li:nth-child(6) i {
	margin-right: 8px;
}

.slider__room__intro ul li i {
	font-size: 18px;
}

.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;
}

.slider__room__intro .owl-nav button.owl-prev {
	position: absolute;
	top: 20px;
	right: 20%;
	color: #727272;
	background-color: transparent !important;
	transition: all linear 0.3s;
	font-size: 30px;
}

.slider__room__intro .owl-nav button.owl-next {
	position: absolute;
	top: 20px;
	right: 15%;
	color: #727272;
	background-color: transparent !important;
	transition: all linear 0.3s;
	font-size: 30px;
}
.slider__room__intro .owl-nav .owl-prev:hover,
.slider__room__intro .owl-nav .owl-next:hover {
	color: #132146 !important;
	transition: all linear 0.3s;
}

.slider__image__room {
	width: 65% !important;
}

.list__room__image img {
	width: 100%;
	/* height: auto;*/
	max-height: 500px;
	object-fit: cover;
}

/* .slider__image__room .owl-nav{
width: 100%;
justify-content: space-between;
display: flex;
position: absolute;
top: 50%;
} */

.slider__image__room .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: 5%;
	color: #fff !important;
	background-color: transparent !important;
	font-size: 30px !important;
	transition: all linear 0.3s;
}

.slider__image__room .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: 5%;
	color: #fff !important;
	background-color: transparent !important;
	font-size: 30px !important;
	transition: all linear 0.3s;
}



.slider__image__room:hover .owl-nav .owl-prev {
	left: 4%;
	transition: all linear 0.2s;
	color: #727272 !important;
}

.slider__image__room:hover .owl-nav .owl-next {
	right: 4%;
	transition: all linear 0.2s;
	color: #727272 !important;
}
/*end room info*/

/*end home gallery*/


/*image share*/
.image__share{
	background-color: rgba(239, 225, 214, 0.3);
	padding: 40px 0;
	padding-bottom: 80px;
	position: relative;
}
@media(max-width:767.98px){
	.image__share{
		padding:40px 0;
	}
}
.bg__img__share{
	background-image: url('../img/bg-image-share.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 645px;
	position: absolute;
	top: 0;
	left: 0;
	/* z-index: -1; */
}

.image__share p{
	font-size: 24px;
	color: #000;
	font-family: "Playfair Display";
	margin-left: 10%;
	margin-bottom: 10px;
}

.image__share h2{
	font-size: 36px;
	color: #000;
	font-weight: normal;
	margin-left: 10%;
	margin-bottom: 48px;
}
@media(max-width:767.98px){
	.image__share p{
		margin-left:20px;
		margin-right:20px;
	}
	.image__share h2{
		margin-left:20px;
		margin-right:20px;
	}
}
.image__share h2 a{
	color: var(--primary-color);
}
.slider__image__share{
	display: flex;
}

.list__image__share{
	width: 100%;
	overflow: hidden;
}

.list__image__share img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: all linear 0.3s;
}

.slider__image__share img:hover{
	transform: scale(1.1);
	transition: all linear 0.3s;
}
/*end image share*/

/*promotion*/
.promotion{
	padding: 50px 0;
}

.main__promotion{
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}

.image__promotion{
	width: 50%;
	position: relative;
}

.img__filter{
	width: 100%;
	height: 400px;
	object-fit: cover;
	filter: blur(1px);
}

.img__opacity{
	position: absolute;
	left: 50px;
	top: 50%;
	transform: translateY(-55%);
	background-color: #fff;
	padding: 25px;
	width: 100%;
	z-index: 3;
}

.img__opacity img{
	width: 100%;
	height: auto;
	object-fit: cover;
}

.content__promotion{
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(239,225,214,.3);
	padding: 81px 85px;
	position: relative;
}

.bg__terms{
	background-image: url('../img/bg-terms.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	top: 0;
	right: 0;
	width: 52%;
	height: 100%;
	z-index: -1;
}

.content__promotion h2{
	font-size: 36px;
	color: #000;
	font-family: "Playfair Display";
	font-weight: normal;
	text-align: center;
}

.content__promotion p{
	font-size: 14px;
	color: #000;
	text-align: center;
	margin: 14px 0 18px 0;
}
.form-offer {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.form-offer input {
	width: 100%;
	height: 50px;
	outline: none;
	border: none;
	background-color: #f1f1f1;
	color: #000;
	font-size: 15px;
	font-weight: 300;
	border-radius: 5px;
	padding-left: 10px;
}

.form-offer div:nth-child(1) {
	/*width: 60%;*/
	flex-grow:1;
}

/*.form-offer div:nth-child(2) {
	width: 25%;
}*/

.form-offer button {
	height: 50px;
	width: 100%;
	outline: none;
	border: none;
	border-radius: 5px;
	background-color: #224638;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 15px;
	float: right;
	clear: both;
	cursor: pointer;
	padding:10px;
	white-space: nowrap;
}

.overlay-p{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00000057;
	z-index: 12;
}
.popup{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 60%;
	max-width: 90%;
	max-height: 90%;
	transform: translate(-50%, -50%);
	z-index: 15;
}
.close-p{
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #fff;
	color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
/*end promotion*/

@media only screen and (max-width: 767.98px){
	.popup{
		width: 90%;
	}
	.list__image__share img{
		height: 200px;
	}
}