@import url("//cdn.web-fonts.ge/fonts/bpg-nostalgia-bold/css/bpg-nostalgia-bold.min.css");
*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
header{
	position: relative;
	z-index: 999;
}
#logo{
	margin: auto;
	margin-left: 4%;
	position: absolute;
	z-index: 999;
	margin-top: 2px;
	
}
#logo img{
	width: auto;
	height: 90px;
	margin-top: 0px;
	border: 1px solid red;
}
.top_info {
    position: absolute;
    z-index: 9;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    border-bottom-left-radius: 50px;
}
.top_info ul{
	list-style: none;
}
.top_info ul li{
	list-style: none;
	float: left;
	margin: 5px;
	background-color: var(--primary-color);
	padding: 5px 20px;
	border-radius: 20px;
}
.top_info ul li:nth-child(3) a{
	font-family: 'bpg_nino_medium_capsregular' !important;
    font-weight: bold;
    letter-spacing: 0.2px;
}
.top_info ul li:nth-child(3):hover{
	background-color: var(--primary-hover-color);
}

.top_info i {
    color: #000;
}
.top_info a {
    color: #333333;
    font-size: 13px;
    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:110px;
	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;
	background-color: #fff;
	}
nav::after {
  content: "";
  display: block;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: -114px;
}
	nav>ul {
    list-style: none;
    padding: 0;
    margin: 57px 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: #414141;
    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: 92%;
    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-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(0, 5, 30, 0.7);
}
.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: 1;
}
.title::after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background-color:var(--primary-hover-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
   
    position: relative;
}

 .leng{
		width: 40px;
		position: absolute;
		right: 6%;
	    top: 68px;
	    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: var(--primary-color);
		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: 50px !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: 103px;
    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;
}
.preloader_21{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 99999;
    display: flex;
    opacity: 1;
    transition: opacity 1.5s;
    align-items: center;
    justify-content: center;
    
}
.preloader_21.fade-out {
      opacity: 0;
    }

    .fade-out {
      opacity: 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:300px;
position:relative;
background-color:#000000;
margin-top: 200px;


}
footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(https://saitebis-damzadeba.ge/img/icons/awea2.png);
  opacity: 0.3; 
}
#video{
	width: 500px;
	color: #fff;
	font-family: "Regular2";
	margin-left: 15px;
}
#video ul{
	list-style: none;
}
#video ul li{
	float: left;
	width: 150px;
	height: 150px;
	margin: 10px;
	border: 3px solid #fff;
	float: left;
	border-radius: 10px;
}
#video ul li:last-child{
	width: 250px;
}
.footer_icon{
	position: absolute;
	list-style: none;
	bottom: 0px;
	z-index: 999;
}
.footer_icon li{
	float: left;
	margin: 10px;
	color: #3f3f3f;
	font-size: 16px;
}
.footer_icon li i{
	color: #b6b6b6;
}
.footer_icon li:hover{
	opacity: 0.6;
}
.footer_icon li a{
	color: #686868;
	
}
.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;
	
	
	}
.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: #535455;
     }


.text-footer1{
	border:1px solid rgba(255,255,255,0.0);
    border-bottom:1px solid rgba(0,0,0,0.4);
    width:27%;
    height:50px;
    background-color:transparent;
    outline:none;
    float: left;
    margin-left: 40px;
    font-size:15px;
    color: #535455;
     padding: 0px 5px;
     }
::placeholder {
    color:#aaaaaa !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(0,0,0,0.4);
    width:92%;
    height:90px;
    background-color:transparent;
    outline:none;
    color: #535455;
    float: left;
    margin-left: 40px;
    font-size:15px;
    margin-top: 30px;
    padding: 0px 5px;
}

.block-footer{
	position:absolute;
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
    background-image: url(/img/icons/awea.png);
	width:290px;
	height:48px;
	outline:none;
	border-radius: 50px;
	left:380px;
	margin-top:190px;
	font-size:15px;
	font-family: "Regular2";
	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);
		border: 3px solid  var(--primary-hover-color);
		
	}
.iconfooter{
	width:120px;
	height:120px;
	margin:230px auto;
	border-radius: 10px;
	border: 2px solid red;
}