/* 
Theme Name : Net22;
Description : ;
Author : Net22;

*/

.homepage-testimonials.owl-carousel .owl-next,
.homepage-testimonials.owl-carousel .owl-prev {
	transform:translateY(-50%);
}
.homepage-testimonials.owl-carousel .owl-next {
	right:-35px;
}
.homepage-testimonials.owl-carousel .owl-prev {
	left:-35px;
}
#reservation-checkin,
#reservation-checkout,
.reservation-form__item-single input::placeholder,
.reservation__label-text {
	font-size:18px;
}
#reservation-adults, #reservation-children {
	font-size:30px;
}
.reservation__form-content {
	display: flex;
	column-gap: 70px;
	padding: 0 70px;
	justify-content: center;
}
.reservation-form__items-wrapper {
	column-gap:50px;
}
.reservation-form__item-single {
	flex-basis:calc(50% - 25px);
}
.prices-wrapper {
	border-left: 1px solid #fff;
	padding: 0 0 20px 60px;
}
.prices-title {
	font-size:20px;
	margin-bottom: 30px;
}
.prices-text {
	max-width: 500px;
	font-size:16px;
}
.reservation__form-policies-wrapper {
	display: flex;
	justify-content:center;
	padding:50px 70px 0;
	column-gap: 180px;
	margin-top: 50px;
	border-top: 1px solid #fff;
}
.reservation__form-policy-title {
	font-size:18px;
	margin-bottom: 20px;
}
.reservation__form-policy-text {
	font-size: 16px;
}
.reservation-form__item-single {
	padding-bottom:15px;
}
.reservation-form form {
	width:100%;
	max-width:725px;
}
#reservation-checkin, #reservation-checkout {
	min-width:200px;
}
.reservation-title {
	margin-bottom: 65px;
}
.popup-wrapper {
	overflow:scroll;
	overflow-x:hidden;
}
.book-direct-button span {
	position:relative;
	z-index:2;  
	font-size: 16px;
	text-align: center;
	color:#fff;
}
.book-direct-button {
	position: fixed;
	z-index: 7;
	bottom: 100px;
	right: 50px;
	display: flex;
	justify-content:center;
	align-items:center;
	width: 82px;
	height: 82px;
	border-radius: 50%;
}
.book-direct-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 102px;
	height: 102px;
	background: var(--theme_primary);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
	border: 1px solid #fff;
}
.book-direct-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 102px;
	height: 102px;
	background: var(--theme_primary);
	border-radius: 50%;
	transition: all 200ms;
	border: 1px solid #fff;
}

.book-direct-button:hover:after {
	background-color: #b6d6da;
}
@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}
.homepage__amenities-image {
	height: 530px;
	object-fit: cover;
	cursor:pointer;
	transition:all ease-in-out 200ms;
	display:block;
}
.homepage__amenities-image:hover {
	filter:grayscale(.7);
}
.homepage__amenities-inner > div {
	max-width:50%;
}
.nav-bar-main-menu {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	flex: 1;
	list-style: none;
	column-gap: 35px;
}
.nav-bar-main-menu li a::before {
	top: -5px;
}

.nav-bar-main-menu li a::after {
	bottom: -5px;
}
.nav-bar-main-menu li a::after, .nav-bar-main-menu li a::before {
	content: '';
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #fff;
	transition: all ease-in-out 250ms;
}
.nav-bar-main-menu li a:hover::after, .nav-bar-main-menu li a:hover::before {
	width: 100%;
	transition: all ease-in-out 250ms;
}
.nav-bar-main-menu li a {
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	position:relative;
}
.popup-wrapper {
	padding-bottom:55px;
}
.book__direct-body {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--theme_primary);
	z-index: 15;
	padding: 20px 0 55px;
	display: none;
	overflow-y:auto;
	overflow-x:hidden;
}
.book__direct-icon {
	position: absolute;
	top: 45%;
	left: 0;
	transform: translate(0,-50%);
	pointer-events: none;
	opacity: .6;
}
.book__direct-content {
	margin: 25vh auto 0;
	max-width: 1000px;
	padding-bottom:40px;
}
.book__direct-title {
	text-align: center;
	margin-bottom: 50px;
}
.mobile-menu-wrapper * {
	text-transform:uppercase;
}
.mobile-menu-wrapper {
	transform: translateX(-100%);
	transition:all ease-in-out 600ms;
	overflow-y: scroll;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 9;
	width: 260px;
	/* 	padding: 150px 20px 0 55px */
	padding: 150px 20px 0 45px;
}
.mobile-menu-wrapper__overlay {
	display:none;
	content:'';
	width:100vw;
	background:rgba(0,0,0,.3);
	cursor:pointer;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:100%;
	z-index: 8;
}
.mobile-menu-wrapper.active {
	transform: translateX(0);
}
.mobile-nav-bar-menu {
	list-style: none;
	padding-top: 65px;
	padding-bottom: 20px;
}
.mobile-nav-bar-menu li {
	padding-bottom: 35px;
}
.mobile-menu-wrapper .mobile-nav-bar-menu a {
	font-size: 25px;
	color: var(--theme_primary);
}
.mobile-menu-wrapper .icon-footer_star {
	left: 50%;
	transform: translateX(calc(-50% - 23px));
	top: 435px;
	font-size: 350px;
}

.mobile-lang-select::after {
	content:'';
	position:absolute;
	width:250px;
	height:1px;
	background-color:var(--theme_primary);
	left:0;
	transform:translateY(30px);
}
.mobile-lang-select .lang-devider {
	background-color:var(--theme_primary);
	width:1px;
	height:25px;
}
.mobile-lang-select p,
.mobile-lang-select p:hover,
.mobile-lang-select a,
.mobile-lang-select a:hover {
	color:var(--theme_primary);
}
.mobile-lang-select {
	display: flex;
	column-gap: 15px;
	align-items:center;
}
@media(max-width:1450px) {
	.nav-right > .header__contact-wrapper {
		display:flex;
		align-items:center;
		padding:0 15px;
	}
}
@media(min-width:1200px) and (max-width:1450px) {
	.nav-right > .lang-wrapper {
		padding:10px;
		align-items:center;
	}
	.nav-right > .header__book-wrapper {
		font-size:22px;
		padding:20px;
	}
	.nav-right > .header__book-wrapper {
		display:flex;
		align-items:center;
	}
	.reservation-form form {
		width:650px;
	}
	#reservation-checkin, #reservation-checkout {
		min-width: 170px;
	}
}
@media(max-width:1199px) {
	.nav-bar-main-menu,
	.nav-right > .lang-wrapper {
		display:none;
	}
	.header__book-wrapper {
		bottom: 0;
		left: 0;
		position: fixed;
		width: 100%;
		background: var(--theme_primary);
		border-top: 1px solid var(--theme_secondary);
		padding: 10px 0px;
		font-size: 35px;
	}
	.burger-wrapper {
		min-width: 80px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.homepage__amenities-inner > div {
		max-width: 100%;
	}
	.homepage__amenities-image {
		height: 360px;
	}
	#testimonials .owl-nav {
		display:none !important;
	}
	.book-direct-button span {
		font-size:13px;
	}
	.book-direct-button {
		width:68px;
		height:68px;
	}
	.book-direct-button::before,
	.book-direct-button::after {
		width:82px;
		height:82px;
	}
	.reservation__form-content,
	.reservation__form-policies-wrapper {
		flex-direction:column;
		align-items: center;
		text-align: center;
		row-gap: 40px;
	}
	.reservation__form-content {
		padding:0 20px;
	}
	.prices-wrapper {
		padding: 0;
		border: none;
	}
	.reservation-form__item-single > span {
		flex: unset;
	}
	.reservation__form-policies-wrapper {
		padding:30px 20px 0;
	}
	.book__direct-text * {
		font-size: 20px !important;
	}
	.book__direct-title {
		font-size: 22px;
	}
	.book__direct-content {
		max-width:900px;
	}
}
@media(max-width:991px) {
	.book__direct-content {
		max-width:90vw;
	}
	.book-direct-button {
		bottom: 80px;
		right: 30px;
	}
	.homepage__map-wrapper {
		margin-top: 0;
	}
	body {
		overflow-x: hidden;
	}
	section#home {
    margin-top: 60px;
}
	.homepage__hero-image__wrapper img {
    height: calc(50vh - 60px);
}
}

@media (min-width: 1920px) {
	
	#contact-form > .contact__form-inner {
		height: 100%;
		position: relative;
	}


	#contact-form > .contact__form-inner .contact__form-content {
		position: absolute;
		top: 50%;
		width: 100%;
		transform: translateY(-50%);
	}

	#contact-form > .contact__form-inner .popup-title {
		margin-bottom: 0;
		margin-top: 45px;
	}
}

@media (max-width:767px){
	h1.homepage__top-title {
    font-size: 30px;
}
	.homepage__top-subtitle {
    margin: 15px;
    font-size: 25px;
}
}


.reservation__form-cancelation-policy-text ul li,
.reservation__form-payment-policy-text ul li,
.prices-text {
	line-height: 30px;
}

.reservation__form-cancelation-policy-text ul li,
.reservation__form-payment-policy-text ul li {
	list-style-position: outside;
}

.reservation__form-cancelation-policy-text,
.reservation__form-policy-text {
	margin-left: 20px;
}

.icon {
	display: flex;
}

.popup-link {
	display: flex; 
	gap: 5px;
	align-items: center;
}

.flex-start {
	align-items: flex-start;
}

.flex-start .icon {
	margin-top: 3px;
}