.home-moving-image {
	background: url('/frontend/img/outside-view-5.jpg') repeat fixed;
}

.hero-full-height {
	height: calc(100vh - 85px);
}
.hero-text-ver-2 {
	color: #fff;
	text-align: center;
	font-size: 4.0vw;
	line-height: 1.1;
	font-weight: 300;
	font-family: 'Playfair Display SC', sans-serif;
}

.hero-text {
	font-size: 40px;
}

@media (max-width: 991px){
	.hero-full-height {
		height: calc(100vh - 360px) !important;
	}
	.hero-text-ver-2 {
		font-size: 7vw !important;
	}
	.hero-text {
		font-size: 25px;
	}
}

.z-index-2 {
	z-index: 2 !important;
}

.hidden {
	display: none! important;
}
.booking-button {
	color: #333;
	border: none;
	font-weight: 500;
	background: #efc033;
}

.booking-button.btn {
	width: auto;
}
.room-icons a {
	/* display: inline-block; */
	float: right;
	color: #fff;
	text-transform: capitalize;
	font-size: 12px;
	letter-spacing: 2px;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.qty-input {
	width: 30px;
	text-align: center;
	border-color: #2222;
	border-width: 1.5px;
	margin: 0px;
}
.qty {
	background: #222;
	color: #fff;
	border: 1px solid #222;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
.qty:hover {
	cursor: pointer;
}

.room-title {
	font-size: 1rem;
	font-weight: 500;
	color: #444;
	text-transform: capitalize;
}

.booking-summary {
	position: fixed;
	bottom: 0;
	z-index: 99;
	left: 0;
	background-color: #111;
	color: #FCFCFC;
	padding: 15px;
	display: block;
	width: 100%;
}

.form-control {
	border-bottom: solid 1px rgba(255,255,255,.1);
	color: #FCFCFC;
	font-weight: 300;
}
.form-control:focus {
	color: #FCFCFC;
}
.text-light {
	color: #FCFCFC !important;
}

.form-item .form-control input {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	/* padding-left: 15px; */
	padding-top: 12px;
	padding-bottom: 12px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
	text-align: left;
	color: #fff;
	border: solid 1px rgba(255,255,255,.1);
	outline: none;
	cursor: pointer;
	background-color: transparent;
	transition: border-color .2s ease-out;
}
.form-item.form-control input:focus, .form-item.form-control input:active {
	border-color: #6dc234;
}
.form-item.form-control input:hover {
	border-color: rgba(255,255,255,.3);
}
#poster_background-about {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	background: url('/frontend/img/1.jpg') no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.parallax.overlay::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.parallax.overlay.dark::after {
	background-color: rgba(0, 0, 0, 0.5);
}
.ajax-form textarea {
	height: auto;
	line-height: 7px;
}

.breadcrumb {
	height: 45vh;
}

@media (max-width: 991px){
	.breadcrumb {
		height: 25vh;
	}
}
.room-box {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.1);
	border: 1px solid #eaeaea;
	margin-bottom: 2.5rem;
	border-radius: 15px;
}
.room-box img {
	border-radius: 15px 15px 0px 0px;
}
.booking-hero-wrap {
	padding: 50px 50px;
}
.room-icons > a {
	border: 1px solid #5b5959;
	padding: 4px 10px;
	border-radius: 15px;
}
.ajax-form input {
	padding-bottom: 0px;
}
