@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url("//cdn.web-fonts.ge/fonts/bpg-glaho-web/css/bpg-glaho-web.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url('https://fonts.googleapis.com/css?family=Acme|Bree+Serif|Roboto+Mono');

@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
	h1, h2, h3, h4, h5, h6 {
font-family: "BPG Nino Mtavruli Bold", sans-serif;
}
p,pre,div{
font-family: "BPG Glaho", sans-serif;
}
a{
font-family: "BPG Glaho WEB", sans-serif;
}
@font-face {
    font-family: 'dejavu_sansbook';
    src: url('../fonts/dejavusans-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'dejavu_sansextralight';
    src: url('../fonts/dejavusans-extralight-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'dejavu_sansbold';
    src: url('../fonts/dejavusans-bold-webfont.woff2') format('woff2'),
    url('../fonts/dejavusans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'bpg_nino_medium_capsregular';
    src: url('../fonts/bpg_nino_medium_caps-webfont.woff2') format('woff2'),
    url('../fonts/bpg_nino_medium_caps-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
*{
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
a{
	text-decoration: none;
}
body{
	background-color: #fff;
}
#baner{
	min-width:1200px;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}
#logo{
	z-index: 9999;
	position: absolute;
}
nav{
	width: 100%;
	height: 392px;
	position: absolute;
	top:0px;
	z-index: 999;
	 background-image: url('../img/nav.png');
	}
	nav ul{
        padding: 0;
        list-style: none;
        width: 900px;
        text-align: center;
        position: absolute;
        right: 20%;
        top: 40px;
    }
    nav ul li{
        float: left;
        position: relative;
        line-height: 35px;
        margin-left: 20px;
        text-align: left;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
	
    }
  
    nav ul li a{
        display: block;
        padding: 8px 25px;
        font-size: 16px;
        color: #000;
        text-decoration: none;
          font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    }
    nav ul li a:hover{
        color: #00a3e0;
    }
    #meps {
    min-width: 1200px;
    height: 350px;
    margin-top: 10px;
}
  .icon{
	position: absolute;
	top: 5px;
	left: 0px;
	width: 60px;
	height: 60px;
	z-index: 999999999999999999999;
	
}
.icon ul{
	list-style: none;
	padding: 0;
	right: 10px;
	position: absolute;
	z-index: 9999;
}
.icon ul li{
	float: left;
	width:27px;
	height: 27px;
	margin-left: 10px;
	border-radius: 50%;
	background-position: center;
	background-size: 80% 80%;
	background-repeat: no-repeat;
	
}
.icon ul li:hover{
	opacity: 0.3;
}
.icon ul li a{
	position: absolute;
	width:30px;
	height: 30px;
}

.ulcontacts{
	list-style: none;
	position: absolute;
	top: 0px;
	right:20px;
	z-index: 9999;
	
}
.ulcontacts li{
	padding:4px 20px;
	text-align: center;
	float: left;
	font-size: 13px;
	margin: 10px;
	color: #d8d8d8;
	border-radius: 2px;
	
}



.ulcontacts li:nth-child(1){
	background-color: #fff200;
	height: 20px;
	width: 75px;
	font-size: 13px;
	box-shadow: 0 0 0 rgba(204,169,44, 0.4);
    animation: pulse 2s infinite;
    position: relative;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
.ulcontacts li:nth-child(1) p{
	left: 14px;
	position: absolute;
	top: 3px;
	    font-family: 'dejavu_sansbook';
}
.ulcontacts li:nth-child(2){
	background-image: url('../img/icons/call-top.png');
	background-repeat: no-repeat;
	background-size: 26px 26px;
	height: 28px;
	width: 130px;
	background-position: 0px -1px;
}
.ulcontacts li:nth-child(2) p a{
	color: #000;
	font-size: 15px;
	line-height: 17px;
	font-family: 'Roboto Mono', monospace;
font-family: 'Acme', sans-serif;
font-family: 'Bree Serif', serif;
}
.ulcontacts li p{
	color: #545454;
	font-size: 14px;
	
	
}
.leng{
		width: 140px;
		position: absolute;
		right: 0%;
		color: #fff;
		top: 10px;
        text-align: center;
	}
	.leng ul{
		position: absolute;
		left: 10px;
	}
	.leng ul a li {
		margin: 5px;
		text-decoration: none;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
	    width: 25px;
        height: 16px;
        border-radius:5px;
        box-shadow:0px 0px 5px #333;	
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	}
	
	.leng ul a li:hover{
		 border-radius:0px;
		  box-shadow:0px 0px 5px #8a3288;
		
	}

.servise{
	width: 600px;
	height: 500px;
	float: right;
	margin-top: 0;
	position: relative;
}
.servise h1{
	position: absolute;
	right: 19%;
	color: #e4ba36;
}
.servise ul{
	list-style: none;
	position: absolute;
	right: 50px;
	margin-top: 0px;
}
.servise ul li{
	padding: 5px;
    text-align: left;
    color: #221d61;
    font-size: 17px;
    line-height: 20px;
    width: 90%;
    background-image: url('../img/li.jpg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    margin-left: 1%;
    margin-top: 15px;
    padding: 5px 40px;
    font-weight: bold;
        font-family: 'dejavu_sansbook';
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.servise ul li p{
	margin-top: 10px;
	        font-family: 'dejavu_sansbook';
	    color: #616764;
	    font-size: 13px;
	    font-weight: normal;
}
.servise ul li:hover{
	color: #29cefe;
	cursor: pointer;
	background-position-x: 5px;
}
.servisewrt{
	width: 1200px;
	height: 667px;
	background-image: url('../img/dsfsdfsdf.jpg');
	background-size: 100% 100%;
	margin: 50px auto;
}
.servisewrtd{
	
	
}
#contacts{
	width: 1200px;
	height: 443px;
	background-image: url('../img/sdfsdfsdfsd.jpg');
	background-size: 100% 100%;
	margin-left: 50px;
	margin: 220px auto;
}
.contacts{
	width: 740px;
	height: 400px;
	margin-top: -150px;
    background-color: rgba(45,58,75,0.7);
    position: absolute;
    margin-left: -50px;
      border-top-right-radius: 120px;
    border-bottom-left-radius: 120px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
#contacts>h1 {
    width: 200px;
    text-align: left;
    font-size: 21px;
    line-height: 40px;
    border-bottom: 1px solid #ebd80f;
    font-family: 'bpg_nino_medium_capsregular';
    color: #000;
    margin-left: -50px;
    position: absolute;
    margin-top: -220px;
    
}
#new-design-mone{
		width: 1200px;
		margin: auto;
		margin-top: 100px;
		position: relative;
	}
	.shape-new-design{
		width: 500px;
		height: 600px;
		border: 1px solid #000;
		position: relative;
	}
	.des-daf{
		background-color: #fff;
		position: absolute;
		width: 20px;
		right: -10px;
		height: 530px;
		z-index: 0;
		margin-top: 60px;
	}
	.new-design-image{
		width: 846px;
		height: 512px;
		position: absolute;
		background-image:url('../img/Indoor-waterfall.jpg'); 
		background-size: 100% 100%;
		margin-left: 0px;
		margin-top: 80px;
		z-index: 9999;
		overflow: hidden;
	}
.new-design-text h1{
	color: #e4ba36;
	padding: 30px;
	margin-top: 10px;
	margin-left: 40px;
	line-height: 40px;
	height: 10px;
	width: 300px;
}
.kub{
	width: 30px;
	height: 30px;
	border: 1px solid #ff635a;
	position: absolute;
	margin-left: 200px;
	margin-top: -15px;
}
.kub div{
	width: 25px;
	height: 25px;
	margin-top: 12.5px;
	background-color: #ff635a;
	margin-left: 20px;
}
.new-design-text-shape{
	width: 200px;
	height: 10px;
	position: absolute;
	margin-left: -30px;
	border-top: 1px solid #ff635a;
	z-index: 9999;
	margin-top:-30px; 
}
	.new-design-text{
		width: 450px;
		height: 350px;
		background-color: rgba(45,58,75,0.7);
		left: 700px;
		top: 190px;
		position: absolute;
		z-index: 9999;
		border-top-left-radius: 120px;
		border-bottom-right-radius: 120px;
		border-top-right-radius: 50px;
		border-bottom-left-radius: 50px;
		
		
	}
	.new-design-text p{
		width: 300px;
		height: 400px;
		padding: 5px;
		color: #f0f0f0;
		position: absolute;
		left: 55px;
		font-size: 14px;
		margin-top: 10px;
	}
	.contactss{
	border-radius: 10px;
    width: 400px;
    margin-top: 40px;
    margin-left: 10px;
}
.text-input{
    width: 100%;
    height: 35px;
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
	border-bottom: 1px solid rgba(255,255,255,0.4);
    outline: none;
    color: #fff;
    font-size: 16px;
    margin-left: 20px;
}
.textarea {
    width: 100%;
    height: 100px;
    background-color: transparent;
	border-bottom: 1px solid rgba(255,255,255,0.4);
    outline: none;
    color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
    margin-left: 20px;
}
.aBooking {
    width: 100%;
    height: 40px;
    color: rgba(235,216,15,0.4);
    background-color: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.6);
    border-radius: 50px;
    cursor: pointer;
    margin-left: 20px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aBooking:hover{
	  border: 1px solid #ebd80f;
	   background-color: rgba(235,216,15,0.2);
}

::placeholder {
    font-size: 13px;
    color: rgba(235,216,15,0.4);
}
.footer-contacts{
	position: absolute;
	list-style: none;
	left: 460px;
	top: 80px;
}
.footer-contacts li{
	width: 200px;
	height: 40px;
	margin-top: 30px;
	background-size: 50px 50px;
	background-repeat: no-repeat;
	background-position: -13px -5px;
	
}
.footer-contacts li p{
	position: relative;
	line-height: 45px;
	margin-left: 40px;
	text-align: left;
	color: #fff;
	    font-family: "BPG Arial Caps", sans-serif;
}

.footer-contacts li:nth-child(1){
	 background-image: url(../img/call.png);
}
.footer-contacts li:nth-child(2){
	 background-image: url(../img/mailf.png);
}
.footer-contacts li:nth-child(3){
	 background-image: url(../img/adress.png);
}
.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;
}
.preloader{
	position:fixed;
	left:0;
	top:0;
	z-index:9999999999999999999;
	width:100%;
	height:100%;
	background:#fff url(../img/loader-gif-transparent-animated-8.gif) center no-repeat;
}
#page-mone {
    max-width: 600px;
    height: 100%;
    margin-top: 0px;
    margin-left: 10%;
    background-color: rgba(255,255,255,0.0);
    background-repeat: no-repeat;
    background-size: 80px 80px;
    background-position: 210px 0px;
    position: relative;
   
}
.page-mone-h{
	height: 45%;
}
.page-mone{
	height: 250px;
	border: 1px solid rgba(255,255,255,0.0);
	position: relative;
}
   .page-mone h1{
   color: #1a1a1a;
    height: 50px;
    width: 100%;
    text-align: left;
    margin-left: 7px;
    margin-top: 0px;
    line-height: 50px;
font-size: 27px;
    color: #000;
    font-family: 'dejavu_sansbook';
}


.page-mone p {
    font-size: 15px;
    line-height: 20px;
    color: #525252;
    padding: 5px;
    margin-left: 3px;
    font-family: 'dejavu_sansbook';
}
.page-mone pre {
    color: #ff7777;
    font-weight: bold;
    margin: 10px;
}
.page-mone ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 0;
    margin-left: 100px;
    max-width: 400px;
    height: 300px;
    border-radius: 50%;
    overflow: hidden;
    margin: auto;
}
.page-mone ul li{
    width: 100%;
    cursor: pointer;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    border-bottom: 1px solid  rgba(255,255,255,0.6);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    
}




.page-mone ul li p {
    font-size: 15px;
    line-height: 15px;
        color: #e8e8ea;
    font-family: "BPG Glaho", sans-serif;
     -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    
}
.foto{
	position: absolute;
	z-index: 999;
	right: 0;
	top: 130px;
}
.a{
	position: absolute;
	width: 130px;
	height: 37px;
	left: 10px;
	bottom: 0px;
	border: 2px solid #5758a9;
	background-color: rgba(109,100,226,0.5);
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #eeeeee;
	border-radius: 3px;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    transition: all 0.3s;
}
.a:hover{
	
	background-color: #5758a9;
}
.aa{
	position: absolute;
	width: 130px;
	height: 37px;
	left: 200px;
	bottom: 0px;
    text-align: center;
	text-decoration: none;
	text-align: center;
	line-height: 38px;
	border: 2px solid #10a2dd;
	background-color: rgba(16,162,221,0.5);
	font-size: 16px;
	color: #eeeeee;
	border-radius: 3px;
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
.aa:hover{
	background-color: #10a2dd;
	
}
.height{
	height:0px;
}
#ul 
   {
   	  left:10%;
   	  bottom: 10px;
   	  z-index: 999;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 20px;
     float:left;
     background-color: #00a3e0;
     margin-left: 3px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#c8c1e3;
   	box-shadow:0px 0px 8px rgba(0,0,0,0.6);
   }
#ul li:nth-child(1){
	position: absolute;
	bottom: 70px;
	left: -22px;
	
}
#ul li:nth-child(2){
	position: absolute;
	bottom: 47px;
	left: 0px;
	
}
#ul li:nth-child(3){
	position: absolute;
	bottom: 27px;
	left: 26px;
	
}
#ul li:nth-child(4){
	position: absolute;
	bottom: 15px;
	left: 56px;
	
}
  #slider{
  	width: 1200px;
  	margin: 100px auto;
  	
  	position: relative;
  }
.sliderimage{
   	position: absolute;
   	width: 600px;
   	height: 500px;
	opacity: 0;
	-webkit-transition: all 1.6s;
	 -moz-transition: all 1.6s;
	 -o-transition: all 1.6s;
	transition: all 1.6s;
	z-index: -1;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }

}
#about{
	width: 100%;
	height: 700px;
	background-color: #e3edee;
	position: relative;
	margin-top: 100px;
	
}
.about{
	width: 1400px;
	height: 700px;
	margin: auto;
	position: relative;
	overflow: hidden;
}
.abaut-image-1{
	width: 700px;
	height: 400px;
	background-size: cover;
	background-position: center center;
	margin: 50px 10px;
	background-color: #ff0000;
    float: left;
}
.abaut-image-2{
	width: 330px;
	height: 450px;
	background-size: cover;
	background-position: center center;
	background-color: #1c0000;
	position: absolute;
	top: 100px;
	left: 500px;
	
	
}
.about-color{
	width: 100%;
	height: 100%;
	background-color: rgba(109,100,226,0.5);
}
.about-shape{
	width: 100%;
	height: 100%;
	
	border-bottom: 1px solid red;
	margin: 50px 70px;
}

.text{
	width: 450px;
	float: right;
	margin-right:60px;
	margin-top:200px; 
}
.text h3{
	padding: 0px 5px;
	color: #000;
	font-family: 'bpg_nino_medium_capsregular';
}
.text div p{
	font-size: 14px;
    line-height: 20px;
    color: #525252;
    padding: 5px;
    text-align: justify;
    font-family: 'dejavu_sansbook';
}
.text a{
	position: absolute;
	width: 100px;
	height: 37px;
	background-color: #f60302;
	border: 1px solid #f60302;
	text-align: center;
	font-family: "BPG Arial Caps", sans-serif;
	font-size: 13px;
	top: 460px;
	right: 403px;
	line-height: 37px;
	-webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
	 -o-transition: all 0.2s;
	transition: all 0.2s;
	    box-shadow: 0 0 0 rgba(234,6,3, 0.8);
    animation: pulse 3s infinite;
}
.text a:hover {
  animation: none;
  
}
footer{
	height: 40px;
	border-top: 1px solid rgba(0,0,0, 0.1);
}
footer p{
	width: 100%;
	text-align: center;
	font-size: 13px;
	margin-top: 30px;
}
@media only screen and (max-width: 1800px) {
	nav ul {
    
    right: 10%;
    
}
  

}
@media only screen and (max-width: 1550px) {
		nav ul {
    
   width: 800px;
    
}
	nav ul li{
    
    margin-left: 0;
     
}
  

}
@media only screen and (max-width: 1450px) {
		nav ul {
    
   width: 800px;
    
}
	nav ul li{
    
    margin-left: 0;
     
}
  #logo{
  	left: -50px;
  }
  .about {
    width: 1200px;
    
}
.abaut-image-1 {
    width: 500px;
    height: 400px;
    background-size: cover;
    background-position: center center;
    margin: 50px 10px;
    background-color: #ff0000;
    float: left;
}
.abaut-image-2 {
    width: 300px;
    height: 450px;
    background-size: cover;
    background-position: center center;
    background-color: #1c0000;
    position: absolute;
    top: 100px;
    left: 400px;
}
.text{
	    margin-right: 20px;
}
.text a{
	    right: 360px;
}
nav{
	
	background-position: -170px 0px;
	background-repeat: no-repeat;
}
}
@media only screen and (max-width: 1400px) {
		
  #logo{
  	width: 300px;
  }
  .contacts{
  	margin-left: 10px;
  }

#contacts>h1 {
	margin-left: 10px;
}
}