@charset "UTF-8";
*, *::before, *::after {
    box-sizing: border-box;
}
.halfform {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 20px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
.fullpagevideo {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    overflow: hidden;
    z-index: 0;
}
a.downlogo {
	width: 100%;
	display: block;
	margin: auto;
	clear: both;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
a.downlogo img {
	width: 40%;
	display: inline-block;
}
video {
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 9998;
}
.cloud-1, .cloud-2 {
    position: relative;
    z-index: 1;
    z-index: 9997;
    width: 100%;
}
.cloud-1::before {
    top: -220px;
    height: 226px;
    background-image: url(../images/cloud-1.png);
}
.cloud-2::before {
    top: -130px;
    height: 226px;
    background-image: url(../images/cloud-2.png);
}
.cloud-1::before, .cloud-2::before {
	display: block;
    position: absolute;
    content: '';
    left: -10%;
    width: 110%;
    right: 0px;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}
.fullpagebg {
    position: relative;
    min-height: 100%;
    height: 100vh;
    width: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    margin-bottom: 70px;
    overflow: visible;
    z-index: 9998;
}
.topheader {
	width: 100%;
	display: block;
	float: left;
}
.topinfo {
	width: 100%;
	float: left;
	display: table;
	padding: 0px 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.topinfo a {
	display: inline-block;
}
.topinfo a img {
	display: inline-block;vertical-align: middle;
	width: 35px;
	height: auto;padding: 5px;
}
.eachthird {
	width: 33.33%;
	display: inline-block;
	vertical-align: middle;
}
.eachthird:nth-child(1) {
	text-align: left;
}
.eachthird:nth-child(2) {
	text-align: center;
	position: relative;
}
.eachthird:nth-child(2) a {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	right: 0px;
	top: -10px;
	margin: auto;
}
.eachthird:nth-child(3) {
	text-align: right;
}
.topmenu {
	width: 100%;
	display: block;
	
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	
	position: relative;
}
.eachthird:nth-child(2) img {
	width: 60%;
	display: inline-block;
}
.topmenus {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 50px;
}
.topmenus a {
	display: inline-block;
	
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	font-style: italic;
	letter-spacing: 2px;
	text-decoration: none;background-color: rgba(49, 112, 162, 0.88);padding: 0px 20px;margin: 5px 10px;border-radius: 10px;
}
.about {
	width: 100%;
	display: block;
	float: left;
	padding: 50px 50px;
	margin-bottom: 100px;
}
.abouttitle {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 30px;
	font-size: 18px;
	padding: 50px 0px;
	color:#fff;
	text-align: center;
	background-image: url("../images/menubg.png");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.abouttitledark {
	width: 300px;
	margin: auto;
	display: block;
	margin-bottom: 30px;
	font-size: 18px;
	padding: 50px 0px;
	color:#3170a2;
	text-align: center;
	background-image: url("../images/menubgdark.png");
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.eachabout {
	display: block;
	float: left;
	text-align: center;
	width: 33.33%;
	line-height: 30px;
	padding: 0px 30px;
	color: #74757f;
}
.fulldiv {
	width: 100%;
	display: table;
	float: left;
}
.fulldiv img {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}
.explain {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-left: -15%;
	background-color: rgba(252, 252, 252, 0.95);
	padding: 100px 50px;
}
.explaintitle {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 20px;
	color: #3170a2;
	padding-bottom: 20px;
	border-bottom: 5px solid #3170a2;
	font-size: 18px;
}
.explaintext {
	width: 100%;
	display: block;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #74757f;
}
.right .explain {
	margin-left: 10%;
	position: relative;
	z-index: 9998;
	text-align: right;
	background-color: #3170a2eb;
}
.right img {
	margin-left: -10% !important;
	position: relative;
	z-index: 9997;
}
.right .explaintext {
	color: #fff;
}
.right .explaintitle {
	color: #fff;
	border-color: #fff;
}
.rooms {
	width: 100%;
	display: block;
	float: left;
	padding: 100px 50px;
}
.halfroom {
	width: 100%;
	display: block;
	float: left;
	padding: 0px 50px;
}
.halfroom a {
	position: relative;
	float: left;
	display: block;
	width: 100%;
}
.halfroom img {
	width: 100%;
	display: block;
	float: left;
	
}
.roomtext {
	font-size: 16px;
	display: block;
	float: left;
	line-height: 25px;
	color: #74757f;
	width: 100%;
	margin-top: 30px;
}
.halfroom a img.title {
	width: 60%;
	left: 20%;
	right: 20%;
	position: absolute;
	bottom: 20px;
}
.prices {
	width: 100%;
	display: block;
	float: left;
	margin: 30px 0px;
	padding: 10px 30px;
	background-color: #3170a2;
	border-radius: 20px;
	color: #fff;
	text-decoration: none;
}
.prices1t, .prices2t {
	width: 100%;
	display: none;
	float: left;
	font-size: 13px;
	line-height: 25px;
}
.form-input {
    display: block;
    width: 99%;
    min-height: 48px;
    padding: 11px 19px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
	margin-left: .5%;
	margin-right: .5%;
	margin-bottom: 10px;
	float: left;
    color: #122e44;
    background-color: #fff;
    background-image: none;
    border-radius: 6px;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 1px solid #c5c6cd;
}
textarea.form-input {
    height: 150px;
    min-height: 48px;
    max-height: 255px;
    resize: vertical;
}
input, button, select, textarea {
    outline: none;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.sticky {
	width: 100%;
	position: fixed;
	top: 0px;
	margin: 0px;
	padding: 40px 0px;
	background-color: #0b5692cf;
	z-index: 9999;
}
.reservation {
	width: 100%;
	display: table;
	float: left;
	padding: 50px 50px;
	
}
.gallery {
	width: 100%;
	display: block;
	float: left;padding: 0px 100px;
}
.reservation form {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	padding: 0px 50px;
}
.width25 {
	width: 24%;
	margin-left: .5%;
	margin-right: .5%;
}
.width50 {
	width: 49%;
	margin-left: .5%;
	margin-right: .5%;
}
a.senditnow {
    width: 100%;
    display: block;
    float: left;
	text-align: center;
    margin: 30px 0px;
    padding: 10px 30px;
    background-color: #3170a2;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
#harita {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	min-height: 100vh;
}
.parallax {
    width: 100%;
    float: left;
	color: #fff;
	line-height: 35px;
	font-size: 16px;
	text-align: center;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 70px;
}
.contactall {
    display: table;
    vertical-align: middle;
    width: 100%;
    background-color: #11a5cb;margin-top: 150px;float: left;
}
.contactus {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 70px;
    background-position: center;
    background-color: #11a5cb;
}
.formcontact input, .formcontact textarea {
    width: 100%;
    display: block;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.38);
    border: 1px solid #8e9dc3;
    margin-bottom: 20px;
    font-size: 12px;
    color: #000;
}
.formcontact textarea {
    height: 150px;
}
.formcontact input, .formcontact textarea {
    width: 100%;
    display: block;
    padding: 15px 30px;
    background-color: rgb(255 255 255);
    margin-bottom: 20px;
    font-size: 12px;
    color: #000;
}
.formcontact a {
    text-decoration: none;
    float: left;
    color: #fff;
    font-size: 28px;
}
.social a {
	background-color: rgba(255, 255, 255, 0.88);border-radius: 10px;font-size: 14px;color: #010506;text-align: left;text-decoration: none;padding: 2px 10px;
}
a.socialicon {
    font-size: 50px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    text-decoration: none;
    margin-right: auto;
    margin-left: auto;
    height: 80px;
    width: 80px;
    margin-top: 0px;
    display: inline-table;
}
a.socialicon i {
    margin-top: 25px;
}
.socialdown {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.textcontact {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    clear: both;
    text-align: center;
    margin-top: 20px;
    line-height: 20px;
    font-weight: bold;
}
.mobile {
	display: none;
}
.allmenu {
	display: block;
	width: 100%;
	float: left;
}
@media only screen and (max-device-width : 1024px){
	.allmenu {
		display: block;
		position: absolute;
		width: 100%;
		bottom: 35px;
	}
	.halfform {
    width: 100%;
}
	.mobile {
		display: block;
		float: left;
		width: 100%;
		color: #fff;
		text-decoration: none;
		font-size: 18px;
		position: relative;
		text-align: center;
	}
	.topmenus {
		display: none;
		position: absolute;
		background-color: #2872b3a6;
		border-bottom: 1px solid #fff;
		top: 40px;
		padding: 20px 0px;
		margin-top: 0px;
	}
	.logo {
		position: absolute !important;
		left: 0;
		right: 0;
		margin: auto;
		top: 80px;
	}
	.eachthird:nth-child(2) {
    position: relative;
    width: 100%;
}
	.eachthird:nth-child(3) {
    position: absolute;
    text-align: center;
    top: 80vh;
    z-index: 9999;
    right: 0;
    left: 0;
    width: 100%;
}
	.eachthird:nth-child(1) {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100% !important;
    text-align: center;
}
	.eachabout {
    width: 100%;
}
	.fulldiv img {
    width: 100%;
}
	.explain {
    width: 100%;
	text-align: center;
    margin-left: 0px;
    padding: 20px;
}
	.right .explain {
    margin-left: 0px;
    text-align: center;
}
	.right img {
    margin-left: 0px !important;
}
	.halfroom {
    width: 100%;
    padding: 20px;
}
	.reservation form {
    width: 100%;
    padding: 20px;
}
	#harita {
    width: 100%;
    min-height: 50vh;
}
	.socialdown {
    width: 100%;
}
	.contactus {
    width: 100%;
	padding: 20px;
}
	.about {
    padding: 20px;
    margin-bottom: 100px;
}
	.rooms {
    padding: 10px;
}
	.parallax {
    padding: 20px;
}
	.gallery {
    padding: 20px;
}
	.reservation {
    padding: 10px;
}
	.textcontact {
    margin-bottom: 50px;
}
	a.downlogo {
    margin: 20px 0px;
}
	.topmenus a {
    width: 100%;
}
}