@import url("//cdn.web-fonts.ge/fonts/bpg-arial-caps/css/bpg-arial-caps.min.css");
@import url("//cdn.web-fonts.ge/fonts/bpg-nino-mtavruli-bold/css/bpg-nino-mtavruli-bold.min.css");
#slider{
	width:100%;
	height: 750px;
	position: relative;
	margin: auto;
	overflow: hidden;
}
   #ul 
   {
   	  width: 100%;
   	  text-align: center;
   	  bottom: 10px;
   	  z-index: 2;
     position: absolute;
   	  list-style: none;
   	  cursor: pointer;
   	  
   }
   #ul li 
   {
   	 width: 22px;
   	 height:22px;
   	 border-radius: 5px;
     display: inline-block;
     background-color: #fff;
     margin-left: 3px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:#f9a34f;
   }

  
.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;
   }
  
.head-text p{
	 transform: skewX(20deg);
	 color: #fff;
	 position: absolute;
	 top: 40px;
	 width: 100%;
	 text-align: center;
}
   .header_text {
    width: 700px;
    height: 800px;
    display: flex;
    margin-left: 5%;
   
}
.header_text_auto {
    height: 100px;
    width: 100%;
    margin: auto;
    position: relative;
}
.sst-title-big {
    display: block;
    position: relative;
    font-size: 40px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    margin-top: 40px;
    width: 100%;
    text-align: left;
    text-shadow: rgb(31 37 53) 0px 0px 5px;
    pointer-events: none;
    user-select: none;
    font-family: "Regular2";
}

.sst-btn-test{
    background-color: #fff;
	color: #f9a34f;
    font-weight: bold;
    margin-top: -13px;
    position: absolute;
    font-size: 16px;
    margin-left: 0%;
    border-radius: 20px;
    height: 20px;
    line-height: 25px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.sst-btn-test:hover{
	 background-color:#f9a34f;
	 color: #fff;
}

#main_border{
	width: 100%;
	height: 700px;
	background-color: #ebf0fc;
}
#main{
	width: 1080px;
	margin: 50px auto;
	position: relative;
}
	.color-white{
		width: 500px;
	    height: 250px;
		position: absolute;
		right: 0px;
	}
	.color-white h1{
		font-size: 27px;
		color: #222;
		margin-left:0px;
		margin-top: 150px;
		width: 300px;
		font-family: "Regular2";
		text-align: left;
	}
	

.color-white h1::after {
   content: "";
    position: absolute;
    width: 150px; 
    height: 3px;
    background-color: #f9a34f;
    left: 0px; 
    margin-top: 34px; 
    
}
	.color-white p{
		font-size: 14px;
    line-height: 25px;
    color: #424145;
    padding: 5px;
    text-align: left;
    margin-left: -5px;
     
	}
	.link{
		width: 90px;
		height: 17px;
		position: absolute;
		color: #fff;
		text-align: center;
		padding: 13px 15px;
		font-size: 16px;
		border-radius: 10px;
		line-height: 20px;
		font-family: 'bpg_nino_medium_capsregular';
       font-weight: bold !important;
		font-weight: normal;
		overflow: hidden;
		right: 380px;
		margin-top: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #f9a34f;
	}
	 
	.link:hover{
		color: #222;
		box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
	}
	
    .image_color{
		position: absolute;
		left: 0;
		top: 0;
		background-color: rgba(2, 7,80, 0.2);
		z-index: 99;
		width: 100%;
		height: 100%;
	}
.Projects-image {
    width: 500px;
    height: 601px;
    margin-left: 50px;
    margin-top: 10px;
    z-index: 9999; /* Keep this z-index as is */
    float: left;
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
}
.Projects-image::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #74c482;
    left:0px;
    top: 0px;
    z-index: 99;
    background-color: rgba(3, 7, 42, 0.2);
}
.Projects-image_after{
    content: "";
    position: absolute;
    width: 220px;
    height: 651px;
    background-color: #74c482;
    left: -10px;
    top: 50px;
    z-index: 99;
}
.Projects-image_after::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #74c482;
    left:0px;
    top: 0px;
    z-index: 99;
    background-color: rgba(3, 7, 42, 0.5);
}
pre{
	width: 300px;
	margin:auto;
	font-family: "Regular2";
	font-size: 27px;
	position: relative;
	margin-top: 200px;
	text-align: center;
}
pre::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 3px;
    background-color: #f9a34f;
    left: 100px;
    margin-top: 40px;
}
#section {
  width: 1400px;
  margin: 60px auto;
  display: flex;
  justify-content: center;
  gap: 20px; 
  flex-wrap: wrap;
  position: relative;
}
.link_pr {
    width: 12%;
    height: 17px;
    position: absolute;
    color: #fff;
    text-align: center;
    padding: 13px 15px;
    font-size: 15px;
    border-radius: 50px;
    line-height: 20px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold !important;
    font-weight: normal;
    overflow: hidden;
    left: 43%;
    bottom: -60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #000;
}
.link_pr:hover{
	background-color: #f9a34f;
}
#section div {
  width: 320px;
  height:350px;
  border: 5px solid #d9e3fd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center center;
  border-radius: 10px;
  position: relative;
  border-radius: 10px;
  -webkit-transition: all 0.6s;
	 -moz-transition: all 0.6s;
	 -o-transition: all 0.6s;
	transition: all 0.6s;
	overflow: hidden;
}
#section div pre{
	color: #f1d069;
	position: absolute;
	top: 10px;
	left: 10px;
	letter-spacing: 1.0px;
	font-size: 23px;
}

#section div:hover{
	border: 5px solid #f9a34f;
}
#section div p {
  font-size: 18px; 
  font-weight: bold;
  background-color: rgba(3, 7, 42, 0.7);
  width: 94%;
  height: 50px;
  margin-left: 0%;
  -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
  bottom: 0px;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 999;
  font-family: 'bpg_nino_medium_capsregular';
  font-weight: bold !important;
  color: #fff;
  letter-spacing: 2px;
}
#section div:hover p{
	height: 70px;
	background-color: rgba(249, 163, 79, 0.7);
}
@media (max-width: 1500px) {
	#slider{
		height: 650px;
	}
	.header_text{
		height:700px;
	}
	#section {
  width: 1200px;
	}
	#section div{
		width: 270px;
	}
	.link_pr{
    width: 15%;
        left: 41%;
	}
}
@media (max-width: 1224px) {
  #section {
    gap: 10px;
    width: 820px;
  }
 
  .Projects-image {
    width: 300px;
    height: 501px;
	}
	.Projects-image_after {
    width: 120px;
    height: 551px;
	}
	#main_border {
    width: 100%;
    height: 610px;
	}
	.header_text {
        height: 450px;
    }
}
@media (max-width: 824px) {
  #section {
    gap: 20px;
    width: 600px;
  }
}
@media (max-width: 620px) {
  #section {
   
    width: 340px;
  }
}
@media (max-width: 1220px) {
	#section{
		width: 800px;
		 gap: 10px;
	}
	    .link_pr {
        width: 24%;
        left: 35%;
        bottom: -60px;
    }
	#section{
		    gap: 50px;
	}
	#section div{
		width: 300px;
		height: 400px;
	}
	#section div p{
		font-size: 16px;
	}
	#main{
		width: 800px;
		min-height: 600px;
	}
	.color-white{
		width: 430px;
	}
	.link{
		    right: 310px;
		    
	}
	
    
}
@media (max-width: 820px) {
	#section{
		width: 380px !important;
		
    
	}
	#section div p {
        width: 95%;
    }
	.color-white h1 {
    margin-top: 120px;
	}
	#section{
		    gap: 20px;
	}
	#section div{
		width: 370px !important;
		height: 400px;
	}
	#section div p{
		font-size: 16px;
	}
	.Projects-image {
    width: 330px;
    height: 411px;
	}
	
	.Projects-image_after {
    content: "";
    position: absolute;
    width: 334px;
    height: 401px;
    left: 10px;
	}
	#main{
		width: 380px;
		min-height: 1100px;
	}
	.color-white{
	margin-top: 350px;
	width: 350px;
    height: 250px;
    position: absolute;
    right: 0px;
	}
	.link {
    left: 0px;
	}
	pre {
    margin-top: 400px;
	}
	.link_pr {
    width: 52%;
    left: 17%;
    bottom: -50px;
	}
}
@media (max-width: 768px) {

  .header_text{
  	    width: 370px;
  }
  .sst-title-big{
  	font-size:25px;
  	
  }
  .sst-btn-test {
      margin-top: 0px;
    position: absolute;
    font-size: 16px;
    margin-left: 34%;
  }
  
      #slider {
        height: 550px;
    }
    .sst-btn-test {
    background-color: #fff;
    color: #f9a34f;
    font-weight: bold;
    margin-top: -13px;
    position: absolute;
    font-size: 14px;
    margin-left: 0%;
    border-radius: 20px;
    height: 20px;
    line-height: 25px;
    padding: 8px 16px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
}


