@charset "utf-8";
/* CSS Document */
/****************************** [Table of Contents] 1. Fonts 2. Body and some general stuff 3. Header 4. Menu 5. Home 6. Features 7. Gallery 8. About 9. Testimonials 10. Booking 11. Blog 12. Footer ******************************/
/*********** 1. Fonts ***********/
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Poppins:wght@300;400;700&display=swap');

/********************************* 2. Body and some general stuff *********************************/

.g-recaptcha {
	display: flex;
	justify-content: center;
	margin-bottom: 10px;
}

.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 9999;
}

.modal {
	display: none;
	position: fixed;
	margin: 0 auto;
	top: 30%;
	max-width: 500px;
	border-radius: 5px;
	z-index: 10000;
}


.modal-content {
	background-color: #fefefe;
	margin: 0 auto;
	padding: 20px;
	border: 1px solid #888;
	max-width: 500px;
	border-radius: 5px;
}

.close {
	color: #aaa;
	margin-left: auto;
	font-size: 28px;
	font-weight: bold;
	cursor: pointer;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

/* Dodatkowe style dla elementu rodzica */
body.modal-open {
	overflow: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #ffffff;
}

div {
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	list-style: none;
	margin-bottom: 0px;
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 2;
	font-weight: 500;
	color: #323232;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a {
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #033C65;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

p:last-of-type {
	margin-bottom: 0;
}

a {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

a,
a:hover,
a:visited,
a:active,
a:link {
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

p a:active {
	position: relative;
	color: #ffffff;
}

p a:hover {
	color: #FFFFFF;
	background: #033C65;
}

p a:hover::after {
	opacity: 0.2;
}

::selection {
	background: rgba(23, 23, 32, 0.4);
	color: #ffffff;
}

h1 {
	font-size: 48px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
	line-height: 1.2;
	color: #393939;
	font-weight: 600;
}

h1::selection,
h2::selection,
h3::selection,
h4::selection,
h5::selection,
h6::selection {}

img {
	max-width: 100%;
}

button:active {
	outline: none;
}

.form-control {
	color: #000;
}

section {
	display: block;
	position: relative;
	box-sizing: border-box;
}

.clear {
	clear: both;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.trans_200 {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.trans_300 {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.trans_400 {
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.trans_500 {
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.fill_height {
	height: 100%;
}

.super_container {
	width: 100%;
}

.prlx_parent {
	overflow: hidden;
}

.prlx {
	height: 130% !important;
}

.parallax-window {
	min-height: 400px;
	background: transparent;
}

.parallax_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.background_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.background_image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.nopadding {
	padding: 0px !important;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage,
.owl-carousel .owl-item {
	height: 100%;
}

.slide {
	height: 100%;
}

/********************************* 3. Header *********************************/
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: transparent;
	z-index: 100;
}

.header::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0%;
	background: rgba(0, 0, 0, 0.7);
	content: '';
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled::before {
	height: 100%;
}

.header_content {
	width: 100%;
	height: 128px;
	padding-left: 62px;
	padding-right: 62px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.header.scrolled .header_content {
	height: 90px;
}

.logo {
	width: 130px;
	height: 41px;
	text-align: center;
	text-transform: uppercase;
}

.logo a {
	display: block;
	font-size: 32px;
	font-weight: 600;
	color: #ffffff;
	line-height: 37px;
}

.logo a img {
	width: 100%;
	height: auto;
	max-width: 130px;
}

.main_nav ul li:not(:last-of-type) {
	margin-right: 30px;
}

.main_nav ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}

.main_nav ul li {
	position: relative;
}

.main_nav ul li a::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	height: 2px;
	width: 0;
	bottom: -5px;
	left: 0;
	transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.main_nav ul li a:hover::before {
	width: 100%
}

.hamburger {
	display: none;
	margin-left: 25px;
	cursor: pointer;
}

.hamburger i {
	font-size: 24px;
	color: #ffffff;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.hamburger:hover i {
	color: #ffa37b;
}

/********************************* 4. Menu *********************************/
.menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 101;
	background: rgba(255, 255, 255, 0.93);
	visibility: hidden;
	opacity: 0;
}

.menu.active {
	visibility: visible;
	opacity: 1;
}

.menu_content {
	padding-right: 30px;
	padding-top: 170px;
}

.menu_close {
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
	z-index: 1;
}

.menu_close i {
	font-size: 24px;
	color: #121212;
}

.menu_close:hover i {
	color: #ffa37b;
}

.menu_nav ul li:not(:last-of-type) {
	margin-bottom: 5px;
}

.menu_nav ul li a {
	font-weight: 700;
	font-size: 36px;
	color: #121212;
	line-height: 1.2;
}

.menu_nav ul li a:hover {
	color: #ffa37b;
}

.menu_nav ul li a span {
	color: #690772;
}

/********************************* 5. Home *********************************/
.home {
	position: relative;
	width: 100%;
	height: 70vh;
}

.home_slider_container {
	width: 100%;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
	position: absolute !important;
	background-color: #0f0e24;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #000;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	opacity: 0.5;
}


.home_slider_dots_container {
	position: absolute;
	left: 61px;
	bottom: 39px;
	z-index: 1;
}

.home_slider_custom_dots li {
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.home_slider_custom_dots li:not(:last-of-type) {
	margin-right: 5px;
}

.home_slider_custom_dots li.active,
.home_slider_custom_dots li:hover {
	color: #ffa37b;
}

.home_slider .slide {
	background: #0f0e24;
}

.home_slider .background_image {
	opacity: 0.28;
}

.home_container {
	z-index: 99;
	position: absolute;
	top: 36.5%;
	left: 0;
	width: 100%;
}

.home_title {
	font-size: 90px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
	font-family: 'Playfair Display';
}

.home_subtitle {
	font-family: 'Playfair Display';
	font-size: 19px;
}

.booking_form_container {
	width: 100%;
	margin-top: 34px;
	padding: 0 100px
}

.booking_form {
	display: block;
	width: 100%;
}

.swiper-slide {
	color: #000;
}

.booking_input {
	width: 100%;
	height: 60px;
	background: #fff;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	outline: none;
	border: none;
	padding-left: 10px;
}

.booking_input_container {
	width: 100%;
}

.booking_input_container>div:first-child {
	width: 18.39130434782609%;
}

.booking_input_container>div:nth-child(3),
.booking_input_container>div:nth-child(4),
.booking_input_container>div:nth-child(2),
.booking_input_container>div:nth-child(5) {
	width: 31.60869565217391%;
}

.booking_input_b {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.booking_input::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.booking_input:-moz-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.booking_input::-moz-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.booking_input:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.booking_input::input-placeholder {
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #000 !important;
}

.booking_button {
	width: 100%;
	height: 60px;
	background: #000;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 20px;
}

.booking_button:hover {
	background: rgba(255, 255, 255, 0.2);
}

.owl-prev i,
.owl-next i {
	color: #000;
}

/********************************* 6. Features *********************************/
.features {
	background: #ffffff;
	padding-top: 115px;
	padding-bottom: 24px;
}

.icon_box_col {
	margin-bottom: 80px;
}

.icon_box_icon {
	width: 400px;
	height: auto;
}

.icon_box_icon img {
	max-width: 100%;
	max-height: 100%;
}

.icon_box_icon svg {
	max-width: 100%;
	max-height: 100%;
}

.svg path,
.svg rect,
.svg polygon {
	fill: #a1a1a1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.icon_box:hover .svg path,
.icon_box:hover .svg rect,
.icon_box:hover .svg polygon {
	fill: #ffa37b;
}

.icon_box_title {
	margin-top: 16px;
}

.icon_box_title h2 {}

.icon_box_text {
	margin-top: 21px;
}

/********************************* 7. Gallery *********************************/
.gallery {
	width: 100%;
}

.gallery_item {
	height: calc(100vw / 5);
}

.gallery_item a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

/********************************* 8. About *********************************/
.about {
	background: #ffffff;
	padding-top: 107px;
	padding-bottom: 104px;
}

.about_text {
	margin-top: 29px;
}

.about_subtitle h2 {
	text-transform: uppercase;
	font-size: 20px;
}

.about_title h2 {
	font-family: 'Playfair Display';
	font-size: 64px;
	text-transform: uppercase;
	line-height: 145%;
	margin-bottom: 40px;
	font-weight: 600;
	position: relative;
	margin-bottom: 20px;
}


.about_subtitle h2::before {
	content: '';
	display: block;
	position: absolute;
	background-color: #000;
	height: 2px;
	width: 80%;
	left: 0;
	bottom: -10px;
}

.about_images {
	height: 100%;
	padding-left: 17px;
	padding-right: 19px;
}

/********************************* 9. Testimonials *********************************/
.testimonials {
	padding-top: 117px;
	padding-bottom: 114px;
}

.testimonials_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 11, 24, 0.79);
	pointer-events: none;
}

.test_slider_item {
	background: #ffffff;
	padding-top: 43px;
	padding-bottom: 58px;
	padding-left: 45px;
	padding-right: 45px;
}

.rating i::before {
	font-family: 'FontAwesome';
	content: "\f005";
	font-style: normal;
	font-size: 18px;
	color: rgba(0, 0, 0, 0.2);
}

.rating i:not(:last-of-type) {
	margin-right: 6px;
}

.rating_1 i:first-child::before {
	color: #ffb400;
}

.rating_2 i:first-child::before {
	color: #ffb400;
}

.rating_2 i:nth-child(2)::before {
	color: #ffb400;
}

.rating_3 i:first-child::before {
	color: #ffb400;
}

.rating_3 i:nth-child(2)::before {
	color: #ffb400;
}

.rating_3 i:nth-child(3)::before {
	color: #ffb400;
}

.rating_4 i:first-child::before {
	color: #ffb400;
}

.rating_4 i:nth-child(2)::before {
	color: #ffb400;
}

.rating_4 i:nth-child(3)::before {
	color: #ffb400;
}

.rating_4 i:nth-child(4)::before {
	color: #ffb400;
}

.rating_5 i:first-child::before {
	color: #ffb400;
}

.rating_5 i:nth-child(2)::before {
	color: #ffb400;
}

.rating_5 i:nth-child(3)::before {
	color: #ffb400;
}

.rating_5 i:nth-child(4)::before {
	color: #ffb400;
}

.rating_5 i:nth-child(5)::before {
	color: #ffb400;
}

.testimonial_title {
	margin-top: 21px;
}

.testimonial_title a {
	font-size: 24px;
	font-weight: 600;
	color: #393939;
	line-height: 1.2;
}

.testimonial_title a:hover {
	color: #ffa37b;
}

.testimonial_text {
	margin-top: 24px;
}

.testimonial_image {
	width: 106px;
	height: 106px;
	border-radius: 50%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
}

.testimonial_author {
	margin-top: 26px;
	font-size: 15px;
	font-weight: 600;
	color: #393939;
}

.testimonial_author a {
	font-size: 15px;
	font-weight: 600;
	color: #393939;
}

.testimonial_author a:hover {
	color: #ffa37b;
}

/********************************* 10. Booking *********************************/
.booking {
	background: #ffffff;
	padding-top: 107px;
	padding-bottom: 114px;
}

.booking_text {
	margin-top: 28px;
}

.booking_slider_container {
	margin-top: 63px;
}

.booking_item {
	height: 569px;
}

.booking_price {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 128px;
	height: 36px;
	background: #ffffff;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: 600;
	color: #393939;
}

.booking_link {
	position: absolute;
	bottom: 18px;
	left: 15px;
	width: calc(100% - 30px);
	height: 65px;
	background: #ffa37b;
	text-align: center;
}

.booking_link a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 65px;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
}

.booking_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13, 9, 30, 0.67);
	pointer-events: none;
	visibility: hidden;
	opacity: 0;
}

.booking_item:hover .booking_overlay {
	visibility: visible;
	opacity: 1;
}

/********************************* 11. Blog *********************************/
.blog {}

.blog_slider_container {
	width: 100%;
	height: 487px;
}

.blog_slide {
	height: 100%;
	background: #0f0a27;
}

.blog_slide .background_image {
	opacity: 0.33;
}

.blog_content {
	position: absolute;
	left: 52px;
	bottom: 57px;
	width: calc(100% - 52px);
	padding-right: 30px;
}

.blog_date {
	width: 116px;
	height: 26px;
	background: #ffa37b;
	text-align: center;
}

.blog_date a {
	display: block;
	height: 100%;
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	line-height: 26px;
}

.blog_title {
	margin-top: 14px;
}

.blog_title a {
	font-size: 36px;
	font-weight: 600;
	color: #ffffff;
	line-height: 1.2;
}

.blog_title a:hover {
	color: #ffa37b;
}

/********************************* 12. Footer *********************************/
.footer {
	background: #ffffff;
	padding-top: 81px;
	border-top: solid 2px #eaf2f7;
}

.footer_content {
	padding-bottom: 52px;
}

.footer_logo {
	display: inline-block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.footer_logo>div:first-of-type {
	font-family: 'Playfair Display';
	font-size: 80px;
	font-weight: 600;
	color: #393939;
	line-height: 68px;
}

.footer_row {
	margin-top: 74px;
}

.footer_title {
	font-size: 18px;
	font-weight: 700;
	color: #393939;
	line-height: 1.2;
}

.footer_list {
	margin-top: 9px;
}

.footer_list ul li {
	font-size: 15px;
	font-weight: 500;
	color: #6d6d6d;
	line-height: 2;
}

.copyright {
	width: 100%;
	
	background: #ffffff;
	text-align: center;
	line-height: 33px;
	font-size: 13px;
	font-weight: 500;
	color: #6d6d6d;
}

.loading {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/loader1.gif") center no-repeat #fff;
}