/*! CSS Used from: ../../../css/home/postload/neobookings.css */
/* SLIDER */
#slider {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-top: 105px;
	padding: 20px 0 var(--section-separation) 0;
	overflow: hidden;
}

#slider .container {
	display: flex;
	align-items: flex-start;
}

#slider .caption {
	float: left;
	width: 25%;
	position: relative;
	z-index: 2;
	margin-top: 60px;
}

@media (max-width: 992px) {
	#slider .caption {
		margin-top: 0px;
	}

	#slider {
		margin-top: 60px;
	}
}

#slider .caption h1 {
	width: 240%;
	margin: 0 0 20px 0;
	font-family: 'HurmeGeometricSans1Bold', sans-serif;
	font-size: 55px;
	color: #0c2340;
	line-height: 60px;
	text-transform: none;
}

#slider .caption h1 span {
	color: #0ed6ef;
}

#slider .caption h1 br {
	display: none;
}

#slider .caption .button {
	display: inline-flex;
	align-items: center;
	margin-top: 30px;
	padding: 17px 37px;
	background-color: rgb(103 104 224 / 80%);
	border-radius: 40px;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-decoration: none;
	transition: all .25s ease-out;
}

#slider .caption .button:hover {
	background-color: #6768e0;
}

#slider .caption .button img {
	margin-right: 10px;
}

#slider .sliderbox {
	float: left;
	width: 75%;
	position: relative;
	z-index: 1;
}

#slider .sliderbox .home-slider.owl-theme .owl-nav {
	top: 104%;
	bottom: auto;
	right: 0;
	left: auto;
	margin-top: -17px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

#slider .sliderbox .home-slider.owl-theme .owl-nav [class*=owl-] {
	position: relative;
	margin: 0 15px 0 0;
	outline: inherit;
}

#slider {
	position: relative;
	z-index: 0;
	float: left;
	width: 100%;
	margin-top: 105px;
	padding: 20px 0 var(--section-separation) 0;
}

#slider .caption p {
	margin: 0;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 25px;
	color: #0ed6ef;
	line-height: 30px;
	text-transform: none;
}

#slider .caption p br {
	display: block;
}

#slider .caption .online-vibra {
	display: inline-flex;
	width: 240px;
	margin-top: 42px;
	position: absolute;
	top: 100%;
	left: 0;
}

#slider .caption .online-vibra span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-family: 'HurmeGeometricSans1SemiBold', sans-serif;
	font-size: 18px;
	color: #0c2340;
	line-height: 20px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

#slider .caption .online-vibra img {
	-webkit-animation: rotate360 10s linear infinite;
	-o-animation: rotate360 10s linear infinite;
	-moz-animation: rotate360 10s linear infinite;
	-ms-animation: rotate360 10s linear infinite;
	animation: rotate360 10s linear infinite;
	margin: 0 auto;
}

@media (max-width: 767px) {
	#slider .caption .online-vibra {
		display: block;
		width: 110px;
		margin-top: 30px;
		margin-bottom: -90px;
		position: relative;
	}
}

#slider .sliderbox .shape1 {
	width: 24%;
	height: auto;
	opacity: 1;
	position: absolute;
	top: -3%;
	right: 4%;
	z-index: 2;
	mix-blend-mode: multiply;
	pointer-events: none;
}

#slider .sliderbox .shape2 {
	width: 23%;
	height: auto;
	opacity: 1;
	position: absolute;
	top: 32%;
	right: 29%;
	z-index: 2;
	mix-blend-mode: multiply;
	pointer-events: none;
}

#slider .sliderbox .shape3 {
	width: 21%;
	height: auto;
	opacity: 1;
	position: absolute;
	top: 51%;
	right: 42%;
	z-index: 2;
	mix-blend-mode: multiply;
	pointer-events: none;
}

#slider .sliderbox .shape4 {
	width: 23%;
	height: auto;
	opacity: 1;
	position: absolute;
	bottom: -10%;
	right: 4%;
	z-index: 2;
	mix-blend-mode: multiply;
	pointer-events: none;
}

#slider.slider--full-screen {
	padding: 0 0;
	height: auto;
	margin-top: 61px;
	margin-bottom: var(--section-separation-mobile);
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	gap: 34px;
}

#slider.slider--full-screen .caption {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
	flex-direction: column;
	padding: 13px;
}

#slider.slider--full-screen .sliderbox {
	float: none;
	width: 100%;
	height: 60%;
}

#slider.slider--full-screen .sliderbox .home-slider,
#slider.slider--full-screen .sliderbox .owl-stage-outer,
#slider.slider--full-screen .sliderbox .owl-stage,
#slider.slider--full-screen .sliderbox .owl-item,
#slider.slider--full-screen .sliderbox .item,
#slider.slider--full-screen .sliderbox picture,
#slider.slider--full-screen .sliderbox img {
	height: 100%;
}

#slider.slider--full-screen .sliderbox img {
	width: 100%;
	object-fit: cover;
}

@media (min-width: 992px) {

	#slider.slider--full-screen {
		margin-bottom: var(--section-separation);
		margin-top: 102px;
		height: calc(100vh - 102px);
	}

	#slider.slider--full-screen .caption {
		float: none;
		position: absolute;
		left: 8%;
		top: 0;
		display: flex;
		height: calc(100vh - 225px);
		align-items: flex-start;
		flex-direction: column;
		justify-content: center;
		margin-top: 0;
	}

	#slider.slider--full-screen .sliderbox {
		float: none;
		width: 100%;
		height: 100%;
		margin-top: 0;
	}

}