@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

@font-face {
	font-family: 'magicico';
	src: url('magicico/Web-PS/magicico.woff2') format('woff2'),
		url('magicico/Web-PS/magicico.otf') format('opentype'); 
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

body {
	background-color: #ffffff;
	position: relative;
	font-family: 'Poppins', sans-serif;
}

a {
	text-decoration: none;
}

.flex-box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
}

.flex-full {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
}

.flex-align-center {
	-webkit-align-items: center;
	align-items: center;
}

.flex-justify-center {
	-webkit-justify-content: center; 
	-moz-justify-content: center;
	justify-content: center;
}

.flex-direction-column {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/** Swipper */
.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background-position: 50%;
	background-size: cover;
}

.swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.swiper-button-next, .swiper-button-prev {
	background-color: rgba(255, 255, 255, 0.6);
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
	background-color: rgba(255, 255, 255, 0.8);
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 11px;
	color: #000000;
	font-weight: 800;
}

.swiper-pagination-bullet-active {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.6);
}


/** Page wrapper */
.page-wrapper {
	position: relative;
}


/** Top */
.page-wrapper .top {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;

	-webkit-transition : all 0.3s;
	-moz-transition : all 0.3s;
	-o-transition : all 0.3s;
	transition : all 0.3s;
}

.page-wrapper .top .top-inner {
	background-color: white;
	height: 64px;
	width: 100%;
	padding: 0 80px;
	color: #192945;
}

.page-wrapper .top .top-inner a {
	text-decoration: none;
}

.page-wrapper .top .top-inner .logo {
	position: relative;
}

.page-wrapper .top .top-inner .logo .image {
	position: absolute;
	top: 10px;
	left: 0;
	width: 130px;
	height: 130px;
}

.page-wrapper .top .top-inner .logo .image img {
	width: 100%;
	height: 100%;
}

.page-wrapper .top .top-inner .logo .name {
	padding-left: 140px;
	font-size: 18px;
	text-transform: uppercase;
}

.page-wrapper .top .top-inner .phone-icon {
	font-family: "magicico";
	margin: 0 5px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f7f7f7;
	font-size: 2.5rem;
}

.page-wrapper .top .top-inner .phone-number {
	padding: 0 15px;
	font-weight: 600;
}

.page-wrapper .top .top-inner .phone-number a {
	color: #192945;
}

.page-wrapper .top .top-inner .social {
	padding: 0 100px;
}

.page-wrapper .top .top-inner .social-icon {
	margin: 0 5px;
}

.page-wrapper .top .top-inner .social-icon a {
	color: #14638e;
	font-family: "magicico";
	font-size: 3.6rem;
	line-height: 2.4rem;
	width: 40px;
	height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.page-wrapper .top .top-inner .social-icon a:hover {
	color: #538aad;
}

.page-wrapper .top .top-inner .social-icon a span {

}

.page-wrapper .top .top-inner .contact-button a {
	border-radius: 40px;
	background-color: #14638e;
	color: #ffffff;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;   
	text-transform: uppercase;
	padding: 10px 23px;
	line-height: 20px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: none;
}

.page-wrapper .top .top-inner .contact-button a:hover {
	background-color: #538aad;
}


/** Bottom */
.page-wrapper .bottom {
	height: 60px;
	background-color: #14638e;
	color: white;
}


/** Content */
.page-wrapper .content {

}

.page-wrapper .content-inner {
	position: relative;
}


/** Section */
.page-wrapper .section {
	position: relative;
}

.page-wrapper .section-inner {
	position: relative;
	display: block;
	width: 100%;
}

.page-wrapper .section-inner.space {
	padding: 50px 0;

	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.page-wrapper .section-inner .title {
	color: #333333;
	font-size: 40px;
	line-height: 42px;
	font-weight: 400;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.page-wrapper .section-inner .title span {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
}

.page-wrapper .section-inner .title span:before {
	width: 60px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 2px;
	background-color: #538aad;
	opacity: .8;
	-webkit-transition: width .2s ease-out;
	transition: width .2s ease-out;
}

.page-wrapper .section-inner .description {
	text-align: center;
	color: #727272;
	padding: 30px 0;
	line-height: 26px;
}


/* Section head */
.page-wrapper .section.head {
	height: 50vw;
}

.page-wrapper .section.head .swiper-title {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	font-size: 68px;
	color: #ffffff;
	text-align: center;
	padding: 0;
	margin: 0;
	text-shadow: 1px 1px 8px rgba(0,0,0, 0.5);
	text-transform: uppercase;
}

.page-wrapper .section.head .swiper-description {
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	padding: 25px 0 0 0;
	margin: 0;
	line-height: 34px;
	text-shadow: 1px 1px 8px rgba(0,0,0, 0.8);
}

/* Section welcome */
.page-wrapper .section.welcome {

}

.page-wrapper .section.welcome .welcome-bg-left {
	width: 100%;
	background-image: url('../img/welcome-left-bg.jpg');
	background-repeat: no-repeat;
	background-position: left 0 top 20px;
	background-size: 415px 815px;
}

.page-wrapper .section.welcome .welcome-bg-right {
	width: 100%;
	background-image: url('../img/welcome-right-bg.jpg');
	background-repeat: no-repeat;
	background-position: right 0 top 20px;
	background-size: 324px 815px;
}

.page-wrapper .section.welcome .image-box-cnt {
	padding: 15px 20px;
}

.page-wrapper .section.welcome .image-box-inner {
	box-shadow: 0 3px 30px -3px rgba(0, 0, 0, 0.2);
}

.page-wrapper .section.welcome .image-box {
	position: relative;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 530px;
	height: 230px;
}

.page-wrapper .section.welcome .image-box img {
	width: 100%;
	height: 100%;
}

.page-wrapper .section.welcome .image-box .caption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

.page-wrapper .section.welcome .image-box .caption h4 {
	border-radius: 40px;
	background-color: rgba(0, 0, 0, 0.4);
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 400;   
	text-transform: uppercase;
	padding: 10px 23px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	outline: none;
}

.page-wrapper .section.welcome .image-box:hover {
	opacity: .8;
}

.page-wrapper .section.welcome .image-box:hover h4 {
	background-color: rgba(0, 0, 0, 0.7);
}

/* Section attractions */
.page-wrapper .section.attractions {

}

.page-wrapper .section.attractions .attractions-top {
	width: 100%;
}

.page-wrapper .section.attractions .attractions-gallery {
	width: 100%;
	overflow: hidden;
}

.page-wrapper .section.attractions .image-box {
	opacity: 1;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.page-wrapper .section.attractions .image-box:hover {
	opacity: .8;
}

.page-wrapper .section.attractions .image-box-cnt {
	-ms-flex: 0 0 16.666666%;
	flex: 0 0 16.666666%;
	max-width: 16.666666%;
}

.page-wrapper .section.attractions .image-box-cnt img {
	width: 100%;
	height: 100%;
}

/* Section rooms */
.page-wrapper .section.rooms {

}

.page-wrapper .section.rooms .swipers {
	height: 440px;
	max-width: 800px;
	margin: 0 auto;
}

.page-wrapper .section.rooms .swipers .rooms-swiper {
	height: 80%;
}

.page-wrapper .section.rooms .swipers .rooms-swiper-thumbs {
	height: 20%;
	padding: 10px 0;
}

.page-wrapper .section.rooms .swipers .rooms-swiper-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	background-size: cover;
	background-position: center;
}

.page-wrapper .section.rooms .swipers .rooms-swiper-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.page-wrapper .section.rooms .swipers .rooms-swiper-thumbs .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Section food */
.page-wrapper .section.food {

}

.page-wrapper .section.food .image-box {
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.page-wrapper .section.food .image-box:hover {
	opacity: .8;
}

.page-wrapper .section.food .image-box-cnt {
	padding: 15px 20px;
}

/* Section area */


/* Section company */


/* Section contact */

.page-wrapper .section.contact {
	background-color: #f2f2f2;
}

.page-wrapper .section.contact .contact-data {
	width: 100%;
}

.page-wrapper .section.contact .content {
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	flex-direction: row;
}

.page-wrapper .section.contact .contact-details {
	width: 40%;
}

.page-wrapper .section.contact .address .address-icon {
	font-family: "magicico";
	margin: 0 5px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f7f7f7;
	color: #538aad;
	font-size: 1.8rem;
}

.page-wrapper .section.contact .address {
	padding: 10px 15px;
}

.page-wrapper .section.contact .address .address-info {
	padding: 0 15px;
	color: #333333;
}

.page-wrapper .section.contact .phone {
	padding: 10px 15px;
}

.page-wrapper .section.contact .phone .phone-icon {
	font-family: "magicico";
	margin: 0 5px;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background-color: #f7f7f7;
	color: #538aad;
	font-size: 2.5rem;
}

.page-wrapper .section.contact .phone .phone-number {
	padding: 0 15px;
	color: #333333;
}

.page-wrapper .section.contact .phone .phone-number a {
	color: #333333;
}

.page-wrapper .section.contact .social {
	padding: 10px 15px;
}

.page-wrapper .section.contact .social .social-icon {
  margin: 0 5px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #f7f7f7;
  color: #538aad;
}

.page-wrapper .section.contact .contact-form {
	width: 60%;
}

.page-wrapper .section.contact .contact-form .form-field-cnt {
	padding: 10px 15px;
}

.page-wrapper .section.contact .contact-form .form-field-input {
	width: 50%;
}

.page-wrapper .section.contact .contact-form .form-field-textarea {
	width: 100%;
}

.page-wrapper .section.contact .contact-form .form-field-button {
	width: 100%;
	text-align: right;
}

.page-wrapper .section.contact .contact-form .form-field {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0.375rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

	padding: 10px;
	color: #000000;
	border-left: 2px solid #538aad;
	border-radius: 3px;
	
	outline: none;
}

.page-wrapper .section.contact .contact-form .form-field.error {
	border: 1px solid red;
}

.page-wrapper .section.contact .contact-form .form-button {
	padding: 13px;
	cursor: pointer;
	color: #ffffff;
	border: none;
	background-color: #538aad;
	border-radius: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.page-wrapper .section.contact .contact-form .form-button:hover {
	background-color: #14638e;
}

.page-wrapper .section.contact .contact-map {
	width: 100%;
	
}

.page-wrapper .section.contact .contact-map iframe {
	width: 100%;
	height: 440px;
	border: 0;
}



/* Media queries */

@media (max-width: 1400px) {

	.page-wrapper .section.welcome .image-box {
		width: 450px;
		height: 195px;
	}

	.page-wrapper .section.welcome .welcome-bg-left {
		background-size: 382px 750px;
	}

	.page-wrapper .section.welcome .welcome-bg-right {
		background-size: 298px 750px;
	}

}

@media (max-width: 1200px) {

	.page-wrapper .section.welcome .image-box {
		width: 350px;
		height: 152px;
	}

	.page-wrapper .section.welcome .welcome-bg-left {
		background-position: left 0 top 150px;
		background-size: 306px 600px;
	}

	.page-wrapper .section.welcome .welcome-bg-right {
		background-position: right 0 top 150px;
		background-size: 239px 600px;
	}

}

@media (max-width: 992px) {

	.page-wrapper .top .top-inner {
		padding: 0 40px;
	}

	.page-wrapper .top .top-inner .logo .image {
		width: 100px;
		height: 100px;
	}

	.page-wrapper .top .top-inner .social {
		padding: 0 50px;
	}

	.page-wrapper .section.head .swiper-title {
		font-size: 50px;
	}

	.page-wrapper .section.head .swiper-description {
		line-height: 28px;
	}

	.page-wrapper .section.welcome .image-box {
		width: 300px;
		height: 130px;
	}

	.page-wrapper .section.attractions .image-box-cnt {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
	}

}

@media (max-width: 768px) {

	.page-wrapper .section.head {
		height: 60vw;
	}

	.page-wrapper .top .top-inner {
		padding: 0 30px;
	}

	.page-wrapper .top .top-inner .phone-number {
		padding: 0 5px;
	}

	.page-wrapper .top .top-inner .social {
		padding: 0 10px;
	}

	.page-wrapper .section.head .swiper-title {
		font-size: 40px;
	}

	.page-wrapper .section.head .swiper-description {
		font-size: 20px;
		line-height: 24px;
	}

	.page-wrapper .section.welcome .image-box {
		width: 210px;
		height: 91px;
	}

	.page-wrapper .section.attractions .image-box-cnt {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.page-wrapper .section.contact .content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		flex-direction: column;
	}

	.page-wrapper .section.contact .contact-details {
		width: 100%;
	}

	.page-wrapper .section.contact .contact-form {
		width: 100%;
	}

}

@media (max-width: 576px) {

	.page-wrapper .top .top-inner .phone-number {
		padding: 0 10px;
	}

	.page-wrapper .top .top-inner .social {
		display: none;
	}

	.page-wrapper .section.head .swiper-title {
		font-size: 34px;
	}

	.page-wrapper .section.head .swiper-description {
		font-size: 16px;
		line-height: 20px;
		padding: 50px 0 0 0;
	}

	.page-wrapper .section-inner .title {
		font-size: 34px;
		line-height: 40px;
	}

	.page-wrapper .section.welcome .welcome-bg-left {
		background-size: 0 0;
	}

	.page-wrapper .section.welcome .welcome-bg-right {
		background-size: 0 0;
	}

}

@media (max-width: 480px) {

	.page-wrapper .section.head {
		height: 90vw;
	}

	.page-wrapper .top .top-inner .phone-icon {
		display: none;
	}

}

@media (max-width: 420px) {

	.page-wrapper .top .top-inner .phone {
		display: none;
	}

	.page-wrapper .section.head .swiper-title {
		font-size: 26px;
	}

	.page-wrapper .section.head .swiper-description {
		padding: 60px 0 0 0;
	}

}