@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}

#logo{
	margin: auto;
	margin-left: 4%;
	position: absolute;
	z-index: 999;
	margin-top: 6px;
	
}
#logo img{
	width: auto;
	height: 90px;
	margin-top: 0px;
	border: 1px solid red;
}
.top_info {
    background-color: #fff;
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    border-bottom-left-radius: 50px;
}
.top_info i {
    color: #000;
}
.top_info a {
    color: #000;
    font-size: 15px;
    font-family: 'Fjalla One', sans-serif;
    font-family: 'Fredoka', sans-serif;
    font-family: 'Heebo', sans-serif;
    font-family: 'Lobster', cursive;
    font-family: 'Roboto', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Secular One', sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Work Sans', sans-serif;
}
nav{
	width:100%;
	height: 85px;
	top: 0px;
	z-index: 99;
	position: absolute;
	-webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	border-bottom:1px solid rgba(255,255,255,0.6);
	}
	nav>ul {
    list-style: none;
    padding: 0;
    margin: 28px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1000px;
    text-align: center;
}

nav>ul li {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

nav>ul li a {
    display: block;
    padding: 20px 20px;
    color: #fff;
    text-decoration: none;
     font-family: "Regular2";
    transition: background 0.3s;
}
nav>ul li a:hover{
	color: var(--primary-hover-color);
}

/* Dropdown menu */
nav>ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0;
    min-width: 300px;
    text-align: center;
}


nav>ul li ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

nav>ul li ul li a {
    padding: 14px;
    color: #0d2444;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    display: block;
    font-size: 15px;
}

nav>ul li ul li a:hover {
    color: var(--primary-hover-color);
}

		 	
	#baground {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#baground::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
       background-color: rgba(13, 36, 42, 0.8);
    z-index: ;
}
.ulcontacts li p{
	color: #fff;
	font-size: 14px;
}
   
	.title {
    width: 500px;
    margin: 250px auto;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-family: "Regular2";
    position: relative;
    z-index: 9;
}
.title::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color:var(--primary-hover-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
}

 .leng{
		width: 40px;
		position: absolute;
		right: 6%;
	    top: 42px;
	    color: #fff;
		height: 30px;
        text-align: center;
        line-height: 30px;
        border-radius: 2px;
        z-index: 999;
	}
	.leng>ul{
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.leng>ul>li{
		width: 50px;
		height: 32px;
		background-color:#fff;
		border-radius: 2px;
		
		cursor: pointer;
	}
	.leng>ul>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
		
	}
	.leng a:hover{
		color: #e5e5e5;
	}
	.dropdown{
		display: none;
		list-style: none;
		margin-left: -100px;
	}
	.dropdowns{
		display: none;
		list-style: none;
		
	}
	.dropdowns>li{
		background-color: #fff;
		width: 50px;
	}
	.dropdowns>li>a{
		color: #000;
		font-family: 'bpg_nino_medium_capsregular';
		font-weight: bold;
		font-size: 15px;
	}
	#nav-bar {
    width: 50px;
    height: 40px;
    position: absolute;
    right: 2%;
    border: 1px solid rgba(0,0,0, 0.1);
    top: 37px !important;
    border-radius: 5px;
    background-image: url(../img/icons/menu.png);
    background-size: 100% 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    display: none;
}
.nav-bar-menu{
    width: 100%;
    background-color: rgba(54,59,63, 0.8);
    top: 87px;
    left: -100%;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 99999999999999999999999999999999999999999999999999999999999999999;
    text-align: center;
}
.baner{
	width: 700px;
	height: 60px;
	
	margin: auto;
	background-size: 100% 100%;
}
#sfsf {
    width: 60px;
    height: 40px;
    background-image: url(../img/icons/chati.png);
    background-position: 3px 3px;
    background-size: 35px 35px;
    background-repeat: no-repeat;
    background-color: rgba(255,255, 255, 0.9);
    box-shadow: 0px 0px 5px #1b1b4a;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    right: 0;
    top: 30%;
    position: fixed;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}
#sfsf>pre {
    position: absolute;
    font-size: 18px;
    color: #1b1b4a;
    left: 60px;
    top: 10px;
}
#sfsf:hover{
    width: 210px;
}
.sirkle {
    background-image: url(../img/icon-scroll-top.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    background-color: rgba(32,27,49,0.1);
    border-radius: 50%;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 80px;
    font-size: 60px;
    overflow: hidden;
    right: 2px;
    bottom: 50px;
    box-shadow: 0px 0px 8px #1b1b4a;
    position: fixed;
    cursor: pointer;
    opacity: 0;
    z-index: 999;
}
.namber{
	position: absolute;
	color: #fff;
	background-color: rgba(252,45,45,0.7);
	width: 17px;
	height: 17px;
	border:2px solid #fc2d2d;
	border-radius: 50%;
	right: -15px;
	font-size: 13px;
	top: -20px;
}
.search{
	position: absolute;
	top: 0px;
	right: 0%;
}
.serchtext{
    width: 190px;
    height: 35px;
	background-color:#01385e;
	border-radius: 7px;
    border: 2px solid #fff;
    outline: none;
    color: #ffff;
    font-size: 13px;
	padding: 0px 5px;
    float: left;
}
.aBookingtext {
    width: 31px;
    height: 28px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    margin-left: -40px;
    margin-top: 4px;
    border-radius: 5px;
    position: absolute;
    font-size: 15px;
    background-image: url(../img/icons/search.png);
    font-family: 'dejavu_sansbook';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   
}
.aBookingtext:hover{
	opacity: 0.6;
}
::-webkit-input-placeholder { /* Chrome */
  color: #fff;
  font-size: 12px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #fff;
  font-size: 12px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #fff;
 font-size: 12px;
}
:-moz-placeholder { /* Firefox 4 - 18 */
   color: #fff;
  font-size: 12px;
}
.bottom_image{
width: 400px;
margin: auto;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white; /* áƒáƒœ áƒ¡áƒáƒ¡áƒ£áƒ áƒ•áƒ”áƒšáƒ˜ áƒ¤áƒ”áƒ áƒ˜ */
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.5s ease-in-out;
    display: none;
}
.container {
    width: 10px;
    height: 10px;
    margin: auto;
}
.loader {
  --color: white;
  --size-mid: 6vmin;
  --size-dot: 1.5vmin;
  --size-bar: 0.4vmin;
  --size-square: 3vmin;
  display: block;
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
}

.loader::before,
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
}

/**
  loader --6
**/
.loader.--6::before {
  width: var(--size-square);
  height: var(--size-square);
  background-color: var(--color);
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-6 {
  0%, 100% {
    transform: none;
  }
  
  25% {
    transform: translateX(100%);
  }
  
  50% {
    transform: translateX(100%) translateY(100%);
  }
  
  75% {
    transform: translateY(100%);
  }
}

/**
  loader --7
**/
.loader.--7::before,
.loader.--7::after {
  width: var(--size-square);
  height: var(--size-square);
 
    background-color: var(--primary-color);
}

.loader.--7::before {
  top: calc(50% - var(--size-square));
  left: calc(50% - var(--size-square));
  animation: loader-6 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

.loader.--7::after {
  top: 50%;
  left: 50%;
  animation: loader-7 2.4s cubic-bezier(0, 0, 0.24, 1.21) infinite;
}

@keyframes loader-7 {
  0%, 100% {
    transform: none;
  }
  
  25% {
    transform: translateX(-100%);
  }
  
  50% {
    transform: translateX(-100%) translateY(-100%);
  }
  
  75% {
    transform: translateY(-100%);
  }
}
footer{
width:100%;
height:500px;
position:relative;
background-size:cover;
background-position:center center;
}
.footer_icon{
	position: absolute;
	list-style: none;
	bottom: 0px;
	z-index: 999;
}
.footer_icon li{
	float: left;
	margin: 10px;
	opacity: 0.4;
	color: #fff;
}
.footer_icon li:hover{
	opacity: 0.6;
}
.footer_icon li a{
	color: #fff;
}
.footer_rgba{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top:0;
	background-image: linear-gradient(rgba(8, 22, 26,0.9),rgba(8, 22, 26, 0.9));
}

#baner {
    height: 420px;
    background-size: cover;
    background-position: center center;
    position: relative;
}
footer p{
	position:absolute;
	color:#b6b6cf;
	font-size:15px;
	width:100%;
	height: 45px;
	line-height: 37px;
	text-align: right;
	bottom:0px;
	background-color:#08161a;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
.footer_text{
	opacity: 0.4;
	color: #fff;
	font-size: 12px;
	position: absolute;
	bottom: 14px;
	z-index: 99;
	right: 10px;
	font-weight: normal;
	width: 99%;
	text-align: right;
}
#top-ge-counter-container{
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 9999;
}
#baground{
	width: 100%;
	height: 400px;
	position: relative;
}
.title_page{
	width: 1500px;
	text-align: left;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
    font-family: "Regular2";
    font-size: 40px;
    margin: 350px auto;
}
#forms{
width:1050px;
height:295px;
margin:auto;
margin-top:70px;
display:block;
position:relative;
}
.text-footer{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:96%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    margin-left: 10px;
    font-size:15px;
     color: #fff;
     }


.text-footer1{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:27%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    margin-left: 40px;
    font-size:15px;
     color: #fff;
     padding: 0px 5px;
     }
::placeholder {
    color:#d2d2d2 !important;
   font-family: 'bpg_nino_medium_capsregular' !important;
}
.footer_forms_title{
	margin: 40px auto;
	width: 680px;
	text-align: center;
    font-family: "Regular2";
    font-size: 34px;
    -webkit-text-stroke-color: var(--primary-hover-color);
    color: transparent;
    -webkit-text-stroke-width: 1px;
    font-weight: bold;
    position: relative;
}


.namber-text{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(255,255,255,0.2);
    width:92%;
    height:50px;
    background-color:transparent;
    outline:none;
    color: #fff;
    float: left;
    margin-left: 40px;
    font-size:15px;
    margin-top: 30px;
    padding: 0px 5px;
}

.block-footer{
	position:absolute;
    background-color: var(--primary-hover-color);
    border: 3px solid var(--primary-hover-color);
    background-color: rgba(255,255,255,0.1);
    background-image: url(/img/icons/awea.png);
	width:290px;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:380px;
	margin-top:150px;
	font-size:15px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
	color:#fff;
	cursor:pointer;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
	transition:all .5s
	}
	.block-footer:hover{
		background-color:var(--primary-hover-color);
	}
.iconfooter{
	width:120px;
	height:120px;
	margin:230px auto;
	border-radius: 10px;
	border: 2px solid red;
}
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999999999;
    display: block;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-size: 200px 200px;
    display: flex;
}
.preloader>ul{
	list-style: none;
	margin: auto;
	width: 81px;
	height: 160px;
	opacity: 1;
}
.preloader>ul>li{
	position: relative;
	transform: translateY(0px);
	 transition: 0.7s;
}
.preloader>ul>li>img{
	margin-top: -30px;
	position: absolute;
	margin-left: -90px;
}
.preloader>ul>li:nth-child(1){
    transition-delay: 0.4s;
     height: 50px;
  }
.preloader>ul>li:nth-child(2){
    transition-delay: 0.50s;
   
  }
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--primary-hover-color);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}