
@import url("fonts.css");


html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	touch-action: manipulation
}

body {
	font-size: 20px;
	font-family: 'Helvetica';
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	word-wrap: break-word;
	overflow-x: hidden;
	color: #0978a5;
	background-color: #fff;
}


.main-area{
	width: 100%;
    height: 100vh;
}

.left-section,.right_section{
	justify-content:center;
	align-items: center;
	display: flex;
    width: 50%;
    float: left;
    height: 100%;
}

/*
.logo{
	width: 120px;
  display: table;
  margin-bottom: 20px;
}*/



.luxury_logo{
	width: 240px;
    display: table;
	margin: 0 auto;
}

.logo img,.luxury_logo img{
	width: 100%;
}

.right_section{
	background-image: url(background.jpg);
	height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
   /* background-size: 125%;
    background-repeat: repeat-x;*/
    animation: animatedBackground 60s linear alternate infinite;
}

.luxury_box{
	display: table;
}

.img_overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
    opacity:0.7;
}

a{
	color: unset;
	text-decoration: none;
}

.second_box_text a{
    padding: 10px 20px;
    border: 1px solid #ac7c10;
    color: #000000;
    transition: 0.4s;
    display: table;
    background-color: #ac7c10;
    width: 90px;
    text-align: center;
    font-size: 14px;
    margin: 0 auto;
}

.second_box_text a:hover{
	transition: 0.4s;
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.second_box_text.holidays_button a{
  border: 1px solid #0978a5;
  background-color: #0978a5;
  color: #fff;
}

.second_box_text.holidays_button a:hover{
  border-color: #f9a01b;
  background-color: #f9a01b;
}

.info_item_text a{
  text-decoration:none;
}
.info_item_text a:hover{
  text-decoration:underline;
}

.second_box_text{
	margin: 0 auto;
	width: 100%;
    font-size: 17px;
    display: table;
    margin-top: 40px;
}

.logo{
/*	position: fixed;
  left: 40px;
  top: 30px;*/
  display: table;
  margin: 0 auto;
  width: 240px;
  margin-bottom: 21px;
}

/*.facebook{
	background-image: url(facebook.svg);
}

.instagram{
	background-image: url(instagram.svg);
}*/

.social_icon{
    width: 30px;
    height: 20px;
    display: table;
}

.social{
	display: table;
	position:fixed;
	bottom: 30px;
	left:40px;
}


.info_item{
	width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
/*    background-color: #85accb;*/
    transition: 0.4s;
    fill: #888;
    border: 1px solid #888;

    display: flex;
    justify-content: center;
    align-items: center;
}

.info_item:hover{
	fill: #fff;
	background-color: #888;
	transition: 0.4s;
}

.middle_box{
	display: table;
    width: auto;
    max-width: 90%;
}

.title_cont{
	height: 264px;
  overflow: hidden;
}

.title{
	overflow: hidden;
  height: 66px;
  margin-bottom: 10px;
  text-align: center;
}

.title_list{
	list-style: none;
    font-size: 50px;
    margin-bottom: 10px;
  -webkit-animation-name: change;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-name: change;
  animation-duration: 10s;
  animation-iteration-count: infinite;
      margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}


.text_1{
	margin-bottom: 10px;
  text-align: center;
}

.text_1,.text_2{
	font-size: 18px;
  color: #888;
}


.info{
	margin-top: 40px;
}

.info_item_title{
	font-size: 18px;
}

.info_item_text{
	font-size: 16px;
}

/* ANIIMATION */




.title .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.title .line {
  opacity: 0;
  position: absolute;
  left: 0;
  height: 100%;
  width: 3px;
  background-color: #0978a5;
  transform-origin: 0 50%;
}

.title .line1 { 
  top: 0; 
  left: 0;
}

.title .letter {
  display: inline-block;
  line-height: 1em;
}

.title li{
    line-height: 60px;
    margin: 0;
}

.development_by{
	width: max-content;
	position: fixed;
    bottom: 30px;
    right: 40px;
    font-size: 16px;
    color: #a87910;
    display: table;
}

.development_by a{
	transition: 0.4s;
	border-bottom: 1px solid transparent;
	padding-bottom: 4px;
}

.development_by a:hover{
	transition: 0.4s;
	border-color: #a87910;
}



@media (max-width: 1640px) {
	

	

}



@media (max-width: 1105px) {

	

}

@media (max-width: 1000px) {
	
	.left-section, .right_section{
		float: none;
		width: 100%;
		position: relative;
	}

	.left-section{
	}

	.social,.development_by{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		right: unset;
	}

	.main-area{
		height: 100%;
	}

	.middle_box{
		text-align: center;
	}

  .title_list{
    font-size: 35px;
  }

  .title li{
    line-height: 55px;
  }


}





@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}

@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0);
  }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0);
  }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0);
  }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0);
  }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0);
  }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0);
  }
}


@keyframes animatedBackground {
    0% { background-position: 0 0; }
    50% { background-position: 50% 0; }
    100% { background-position: 0 0; }
}