#slider{
	width: 100%;
	height: 100vh;
}
   #ul 
   {
   	  width: 200px;
   	  text-align: center;
   	  bottom: 40px;
   	  z-index: 2;
   	  left:6.2%;
      position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   }
   #ul li 
   {
   	 width: 20px;
   	 height:20px;
   	 background-color: #fff;
   	 border-radius: 20px;
     display: inline-block;
     margin-left: 20px;
     font-size: 24px;
     cursor:pointer;
     font-family: 'bpg_nino_medium_capsregular';
     font-weight: bold;
     color: #fff;
   }
   
   #ul li:first-child 
   {
   background-color: #42c3f5;
   }
  
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	background-size: cover;
	background-position: center center;
	-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;
   }
   .aroow-left{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	right: -30px;
	bottom: 0px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left:hover{
	
	color:#4eadfd;
}
.aroow-right{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	left: -15px;
	bottom: 0px;
	font-size: 30px;
	text-align: center;
	line-height: 38px;
	color: #fff;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-right:hover{

	color:#4eadfd;
}

.header_text{
	width: 1020px;
	height: 100vh;
	margin-left: 8%;
	display: flex;
}

.sst-title-big {
	display: block;
	position: relative;
	font-size: 65px;
	line-height: 1.4;
	color: rgb(255, 255, 255);
	width: 100%;
	text-align: center;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: #fff;
	text-align: left;
    font-family: "Regular2";
   
    
}
.sst-title-big b{
	-webkit-text-stroke-color: #eee77f;
	color: transparent;
}
.sst-title-big span{
	color: #eee77f;
	-webkit-text-stroke-width: 0px;
	-webkit-text-stroke-color:  #eee77f;
	font-family: "Regular2";
	font-weight: bold;
	font-size: 31px;
	top: 80px;
	width: 800px;
	height: 25px;
	position: absolute;
	left: 0;
	padding:10px;
    border-radius: 5px;
}
/*
.sst-title-big span:after{
	content: "";
    position: absolute;
    top: 27px;
    left: 10px;
    background-color: #42c3f5;
    height: 23px;
    width: 89%;
    z-index: -1;
}*/
.slider-link{
	color: #fff;
	background-color: #42c3f5;
	border: 3px solid #fff;
	font-weight: bold;
	margin-top: 130px;
	font-size: 22px;
	border-radius: 50px;
	position: absolute;
	height: 20px;
	line-height: 25px;
	padding: 10px 20px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	animation: pulse 2s infinite;
	font-family: 'bpg_nino_medium_capsregular';
	-webkit-text-stroke-width: 0px;
}
.slider-link i{
	color: #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.slider-link:hover{
	background-color:#eee77f;
	color: #4f4f53;
}
.slider-link:hover .fa-arrow-right{
	margin-left: 10px;
	color: #42c3f5;
}

.container_color{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 30%;
	height: 100%;
	animation: example 5s infinite;
	animation-duration: 10s;
	animation-delay: 2s;
	transition: all 0.3s ease-in-out 0s;
	
}
.slider_box{
	width: 150px;
	height: 190px;
	position: absolute;
	z-index: 9999;
	margin-top: -140px;
	margin-left: 15%;
}
.hr{
	height: 180px;
	width: 2px;
	margin-left: 55px;
	background-color: #fff;
	animation: examples 5s infinite;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}
.fa-angle-down{
	color: #fff;
	position: absolute;
	margin-left: 50.8px;
	margin-top: -7px;
	font-size: 13px;
}
.slider_box ul{
	list-style: none;
	position: absolute;
	left: 35px;
}
.slider_box ul li{
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-top: -5px;
	
}
.icons{
	width: 110px;
	position: absolute;
	left: 100px;
	top: 100px;
}
.icons a{
	text-decoration: none;
}
.icons a i{
	color: #fff;
	font-size: 20px;
	margin: 7px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.icons a i:hover{
	color: #f5b400;
}
@keyframes examples {
	0%   {
		height: 60%;
	}
	25%  {
		height: 100%;
	}
	50%  {
		height: 60%;
	}
	75%  {
		height: 100%;
	}
	100% {
		height: 60%;
	}
}

.title {
    color: #343536;
   font-family: 'dejavu_sansbold';
    text-align: center;
    font-size: 45px;
    border-radius: 30px;
    width: 380px;
    margin: 100px auto;
    position: relative;
}
.title::before {
    content: "";
    position: absolute;
    top: 75px;
    left: 105px;
    background-color:#50afff;
    border-radius: 10px;
    height: 1px;
    width: 170px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.title::after {
    content: "";
    position: absolute;
    top: 81px;
    left: 130px;
    background-color:#343536;
    border-radius: 10px;
    height: 1px;
    width: 120px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#project{
	background-image: url(https://mone.ge/img/icons/bg-dott.png);
	height: 700px;
	z-index: 0;
	position: relative;
}
.project_border{
	width: 1500px;
	margin: 0px auto;
	overflow: hidden;
}
.project{
    width: 460px;
    height: 500px;
    margin: 0px 20px;
    overflow: hidden;
    float: left;
    position: relative;
}

.project_1 {
    width: 420px;
    height: 500px;
    background-size: cover;
    position: relative;
    background-position: center center;
}
.project_1_tr_color {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
   background-image: linear-gradient(rgba(1,4,45, 0.5),rgba(1,4,45,0.2));
    
}

.Ongoing_project {
    text-align: left;
    border-left: 2px solid #50afff;
    color: #fae499;
    font-size: 14px;
    display: inline-table;
    padding: 1px 10px;
    line-height: 24px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    letter-spacing: 1.3px;
    margin: 10px 17px;
}
.href_button{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    list-style: none;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 99;
}
.href_button li{
	transform: translateY(0px);
	color: #fff;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    text-align: center;
    transition: 0.7s;
    opacity: 0;
    margin-top: 2px;
}
.href_button li a{
	padding: 10px;
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
}
.href_button li a:hover{
	color: #fae499;
}
.href_button li:nth-child(1) {
    transition-delay: 0.1s;
  }
.href_button li:nth-child(2){
    transition-delay: 0.2s;
    width: 220px;
    height: 2px;
    padding: 0px 0px;
    margin-left: 100px;
    background-color: rgba(255,255,255,0.3)
  }
  .href_button li:nth-child(3){
    transition-delay: 0.3s;
  }
  .href_button:hover li{
	transform: translateY(200px);
	 opacity: 1;
}
.project_title {
    position: absolute;
    color: #fff;
    font-family: "Regular2";
    font-size: 22px;
    position: absolute;
    bottom: 20px;
    left: 10px;
}
.project_title:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    left: 0;
    top: 26px;
    z-index: 1;
    background-color: rgba(255,255,255,0.6);
}

.project_title pre{
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    font-size: 16px;
    color: #fae499;
    margin-top: 15px;
}

.Choose_an_apartment{
	width: 200px;
	text-align: center;
	border: 2px solid #fae499;
	box-sizing: border-box;
	color: #fae499;
	font-size: 14px;
	padding: 8px 5px;
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    margin-left: 0px;
    letter-spacing: 1.3px;
    border-radius: 50px;
    position: absolute;
    margin-top: 50px;
   
}

.Choose_an_apartment:hover{
	background-color:rgba(250,228,153,0.2);
	color: #fae499;
}

.project_1_bg {
    width: 40px;
    height: 380px;
    position: absolute;
    top: 10px;
    right: -19px;
    background-color: #50afff;
    border-radius: 50px;
    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 /25%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 25%);
    -webkit-transition: all 1.3s;
	-moz-transition: all 1.3s;
	-o-transition: all 1.3s;
	transition: all 1.3s;
}
.project_1_bg ul{
	position: absolute;
	right: 10px;
	margin-top: 0px;
	list-style: none;
}
.project_1_bg ul li{
	width: 20px;
	font-size: 20px;
	text-align: center;
	font-family: 'dejavu_sansbold';
    font-weight: bold;
    color: #fff;
}
.project_1_bg img{
	margin-top: 10px;
	margin-left: 5px;
}
.project_1_tr_color:hover{
	 
	 background-color: rgba(0, 2, 18, 0.4)
   
}


.project_1_tr_color:hover .sc{
	opacity: 0;
}
.project_1_tr_color:hover .project_1_bg{
	opacity: 0
}
#about{
    width:1700px;
    height: 800px;
    margin: auto;
    position: relative;
    margin-top:250px;
}
.about_image_left{
	position: absolute;
	width: 200px;
	height: 700px;;
	margin-top: 100px;
	background-color: #000;
	 background-position: center center;
	 background-size: cover;
   
}
.about-image{
    width: 75%;
    height: 650px;
    margin-left: 100px;
    position: absolute;
    background-size: cover;
    background-position: center center;
   
    z-index: 2;
}
.about_fontact{
	position: absolute;
	bottom: 5px;
	left: -0px;
	color: #fff;
    color: #fff;
    border-radius: 50px;
    border-left:none !important;
}


.image_color {
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(1,4,45, 0.6),rgba(1,4,45,0.0));
    width: 100%;
    height: 100%;
}
.company{
	width: 275px;
	height: 528px;
	border: 5px solid rgba(255,255,255,0.4);
	margin: 50px;
}
.company img{
	margin-top: 170px;
	width: 170px;
	margin-left: 10px;
}
.company_text{
	font-size: 60px;
	width: 700px;
	margin-left: 10px;
	color: #fff;
    font-family: "Regular2";
}
.company_text b{
	    -webkit-text-stroke-width: 2px;
   -webkit-text-stroke-color: #eee77f;
    color: transparent;
}
.sst-btn-about{
	width: 100px;
	height: 15px;
	color: #fff;
	background-color:#50afff;
	border: 2px solid #50afff;
	font-weight: bold;
	margin-top: 370px;
	margin-left: 130px;
	position: absolute;
	font-size: 15px;
	padding: 8px;
	cursor: pointer;
	text-align: center;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	
}
.sst-btn-about:hover{
	background-color: transparent;
	color: #50afff;
}
.sst-btn-about::before {
	content: "";
	position: absolute;
	top: 17px;
	left: -100px;
	background-color: #50afff;
	height: 1px;
	width: 85px;
	border-radius: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.sst-btn-about:hover::before {
	
	left: -20px;
	width: 10px;
}
.about-text_1 {
    width:450px;
    height: 450px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 240px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #e7eefe;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
}
.color-white_1 {
    width: 400px;
    height: 250px;
    position: absolute;
    left: 20px;
}
.color-white_1 pre {
    font-size: 25px;
    color: #222;
    margin-left: 0px;
    margin-top: 80px;
    width: 300px;
    position: relative;
    font-family: "Regular2"
}
.color-white_1 pre::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 0px;
    background-color: #50afff;
    height: 4px;
    width: 50px;
    border-radius: 10px;

}

.color-white_1 h1::after{
    content: "";
    position: absolute;
    top: 70px;
    left: 0px;
    background-color: #f5c930;
    border-radius: 10px;
    height: 1px;
    width: 70px;

}
.color-white_1 p{
	font-weight: normal;

}

.link_1 {
    width: 180px;
    height: 20px;
    position: absolute;
    color: #ecad06;
    text-align: right;
    padding: 10px 15px;
    line-height: 23px;
    font-family: "BPG Arial Caps", sans-serif;
    font-size: 14px;
    overflow: hidden;
    left: 320px;
    top: 330px;
    z-index: 999999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#Feedback{
	width: 100%;
	height: 550px;
	background-size: cover;
	background-position: center center;
	margin-top: 150px;
	position: relative;
}
.Feedback_color_blur{
    width: 500px;
    height: 550px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin-left: 10%;
    border-left:1px solid rgba(255,255,255,0.1);
    border-right:1px solid rgba(255,255,255,0.1);
    margin-top:0px;
}
.Feedback_text{
	font-size: 70px;
	width: 700px;
	margin-top:60px;
	font-family: "Regular2";
	color: #fae499;
	margin-left: 21px;
}
.Feedback_text b{
	font-size:35px;
	color:  transparent;
	-webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #50afff;
    margin-top: -5px;
    position: absolute;
}
.Feedback_text pre{
	font-size: 17px;
	display: inline-table;
	font-family: "Regular2";
	line-height: 50px;
	height: 35px;
	color: #fff;
	padding:0px 5px;
	margin-top: -50px;
	position: absolute;
	border-radius: 3px;
}
.forms{
	width:465px !important;
	margin-top: 10px  !important;
}
.block-footer-top{
	position: absolute;
    background-color: #50afff;
    border: 3px solid #50afff;
    background-color: rgba(255,255,255,0.1);
    background-image: url(/img/icons/awea.png);
    width: 90%;
    height: 48px;
    outline: none;
    border-radius: 50px;
    left: 4%;
    margin-top: 130px;
    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-top:hover{
	 background-color: rgba(0,163,224,0.5);
}
::placeholder {
  color: rgba(255, 255, 255, 0.3)
}
#Partners{
	width: 1300px;
	margin: 130px auto;
	position: relative;
	
}
.Partners_image{
	width: 200px;
	right: 0;
	border: 5px solid #d2dffd;
	    -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 20%);
	height:560px;
	position: absolute;
	top: 0;
	border-radius: 50px;
	
	background-size: cover;
	background-position: center center;
	
}
.Partners_image ul {
    position: absolute;
    right: 74px;
    margin-top: 40px;
    list-style: none;
}
.Partners_image ul li {
    width: 40px;
    font-size: 30px;
    margin-top: 6px;
    text-align: center;
   font-family: "Regular2";
    color: #fae499;
    margin-top: 8px;
    text-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
.Partners_border{
	border: 5px solid rgba(255,255,255,0.4);
	width: 85.3%;
	height: 88%;
	margin-left: 1%;
	margin-top:1%;
}
.Partners_border a{
    
}

.Partners_border a>img{
	margin:10px 23px;
	-webkit-box-shadow: 0 0 25px 0 rgb(6 91 102 /10%);
    box-shadow: 0 0 25px 0 rgb(6 91 102 / 10%);
    border-radius: 5px;
}
.Partners_border a>img:hover{
	-webkit-box-shadow: 0 0 25px 0 rgb(6 91 102 /20%);
    box-shadow: 0 0 25px 0 rgb(6 91 102 / 20%);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.header_text_auto{
	display:flex;;
}
.auto_flex{
	margin: auto;
	height: 250px;
}
.sst-btn-test_2{
    width: 120px;
    height: 69px;
    color: #fae499;
    background-color: #fff;
    font-weight: bold;
    margin-top:100px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding: 10px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    animation: pulse 2s infinite;
    transform: rotate(15deg);
     border-radius: 10px;
      color: #0cace9;
}
.sst-btn-test_2:hover{
  color: #fff
}
.sst-btn-test_2::before {
    content: "";
    position: absolute;
    width: 137px;
    height: 86px;
    background-color: rgba(66,195,245,0.2);
    border: 3px solid #42c3f5;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -11;
     left: 10px;
    top: 10px;
}
.sst-btn-test_2:hover::before{
	 background-color: #42c3f5;
    border: 3px solid #42c3f5;
      left: 0;
    top: 0;
    
}
.sst-btn-test_2 img {
    transform: rotate(-15deg);
    margin-top: 24px;
    margin-left: 15px;
    position: absolute;
    width: 27px;
}
.sst-btn-test_2 p{
    transform: rotate(-15deg);
    margin-top: 44px;
    margin-left: -28px;
    text-align: center;
    font-size: 17px;
    width: 200px;
   
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
}
