@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: 99;
}

#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: 2px;
	padding: 1px 0px;
	border-radius: 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.hidden {
    opacity: 0;
    pointer-events: none;
  }
 
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  /* Loader style "--7": rotating dots orbit */
  .loader.--7 {
    --d: 42px;
    width: var(--d);
    height: var(--d);
    position: relative;
    display: inline-block;
  }
 
  .loader.--7::before,
  .loader.--7::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 4px solid transparent;

    animation: loader7-spin 1s linear infinite;
  }
 
  .loader.--7::after {
    border-top-color: transparent;
    border-bottom-color: transparent;
   
    animation-duration: 1.6s;
    animation-direction: reverse;
  }
 
  @keyframes loader7-spin {
    to { transform: rotate(360deg); }
  }
 
  /* Demo page content behind the preloader */
  .page-content {
    padding: 60px 20px;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
  }

.top_info i {
   color: #fff;
}
.top_info a {
    color: #414141;
    font-size: 13px;
   
}
nav{
	width:100%;
	height:70px;
	top: 0px;
	z-index: -111;
	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>ul {
    list-style: none;
    padding: 0;
    margin: 17px 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 25px;
    color: #414141;
    text-decoration: none;
     font-family: "Regular2";
    transition: background 0.3s;
   font-size: 15px;
}
nav>ul li a:hover{
	color: var(--primary-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);
}

.top_info>ul li ul {
    position: absolute;
    top: 92%;
    left: 24%;
    transform: translateX(-50%);
    padding: 0;
    min-width: 300px;
    text-align: center;
    display: none;
    margin-top: -2px;
}
.top_info>ul>li>a:hover{
	color: var(--primary-color);
}

.top_info>ul li ul li {
    width:200px;
    height: 30px;
    margin-top: -2px;
    line-height: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    background-color: var(--primary-color);
    color: #fff;
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}

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

.top_info>ul li ul li:hover {
   background-color:#236071
}
		 	
	#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.0);
}
.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-color);
    margin: 15px auto 0 auto;
    border-radius: 2px;
   
    position: relative;
}

 .leng{
		width: 40px;
		position: absolute;
		right: 6%;
	    top: 25px;
	    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: #fff;
		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: 71px;
    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;
}

#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;
}

.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%);
  }
}

#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;
}
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;
}
.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(5,15,31, 0.8),rgba(5,15,31, 0.8));
}

#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:#00041a;
	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: 100%;
	text-align: center;
}
#top-ge-counter-container{
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 9999;
}

.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 ul{
	margin-left: 20px;
	margin-top: 10px;
}
.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;
    color:#fff;
    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-color);
    border: 3px solid var(--primary-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-color);
	}
.iconfooter{
	width:120px;
	height:120px;
	margin:230px auto;
	border-radius: 10px;
	border: 2px solid #d9dffd;
	overflow: hidden;
}
:root{
  --bg: #eef1f8;
  --surface: #f5f5fd;
  --surface-border: #e2e6f0;
  --ink: #1c2434;
  --muted: #6b7385;
  --accent: #2f8fe6;
  --accent-dark: #1f6fc2;
  --accent-red: #e8394a;
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-pill: 999px;
  --shadow-soft: 0 0px 30px rgba(28,36,58,0.08);
  --shadow-btn: 0 0px 18px rgba(47,143,230,0.35);
  --gap: 24px;
  --arrow-size: 52px;
}

*{ box-sizing: border-box; }





.page{
  max-width: 1400px;
  margin: 0 auto;
  padding: 28px 64px 64px;
}

/* ---------- Header ---------- */

.topbar{
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-lg);
  padding: 20px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: var(--shadow-soft);
  margin-bottom: 22px;
}

.logo{
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.logo-main{ color: #14171f; }
.logo-accent{ color: var(--accent-red); }

.btn{
  font-family: inherit;
  border: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn:active{ transform: translateY(1px) scale(0.98); }

.btn-pill{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #43b3fd;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 26px;
  border-radius: var(--radius-pill);
  
}
.btn-pill:hover{ box-shadow: 0 0px 22px rgba(47,143,230,0.45); }
.btn-pill svg{ transition: transform .18s ease; }
.btn-pill:hover svg{ transform: translateX(3px); }

/* ---------- Carousel shell ---------- */

.carousel{
  position: relative;
  border-radius: var(--radius-lg);
  padding: 34px 34px 26px;
}

.carousel + .carousel{
  margin-top: 22px;
}

.track-viewport{
  overflow: hidden;
}

.track{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 3 * var(--gap)) / 4);
  gap: var(--gap);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.track::-webkit-scrollbar{ display: none; }

.card{
  scroll-snap-align: start;
  background: #f5f6fb;
  border: 1px solid var(--surface-border);
  border-radius: var(--radius-md);
  padding: 22px 0px 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.card-title{
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: var(--ink);
}

.card-media{
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.card-media img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.btn-outline{
  background-color: #f5f6fb;
  color: var(--accent-dark);
  font-size: 15px;
  font-weight: 600;
  padding: 11px 34px;
  border-radius: var(--radius-pill);
  border: 1.5px solid #bcdcfb;
  font-family: 'bpg_nino_medium_capsregular';
  font-weight: bold;
}
.btn-outline:hover{
  background: #43b3fd;
  color: #fff;
}

/* ---------- Nav arrows ---------- */

.nav-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-radius: 50%;
  background-color: #43b3fd;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-btn);
  z-index: 4;
  cursor: pointer;
  border: 2px solid #f5f5fd;
}
.nav-arrow:hover{ box-shadow: 0 0px 24px rgba(47,143,230,0.5); }
.nav-arrow:disabled{
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.nav-prev{ left: -26px; }
.nav-next{ right: -26px; }

.dots{
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 18px;
}
.dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #cfd6e4;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background .18s ease, width .18s ease;
}
.dot.active{
  background: var(--accent);
  width: 22px;
  border-radius: var(--radius-pill);
}