@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: 800px;
	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: 15px;
     display: inline-block;
     background-color: #fff;
     margin-left: 13px;
     cursor:pointer;
   }
   
   #ul li:first-child 
   {
   	background-color:var(--primary-hover-color);
   }

  
.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;
   }
  
.header_text {
    width: 700px;
    height: 700px;
    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: 55px;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    margin-top: 40px;
    width: 100%;
    text-align: left;
    pointer-events: none;
    user-select: none;
    font-family: "Regular2";
}
.sst-title-big i{
	font-style: normal;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
     font-size: 65px;
}
.sst-title-big b{
	position: absolute;
	margin-top: -30px;
	font-size: 23px;
    color: var(--primary-hover-color);
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    letter-spacing: 2px;
}
.sst-btn-test{
    background-color: rgba(255, 255, 255, 0.3);
    border: 3px solid #fff;
	color: #fff;
    font-weight: bold;
    margin-top: 13px;
    position: absolute;
    font-size: 16px;
    margin-left: 0%;
    border-radius: 50px;
    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 i{
	color: #ffc64f;
}
.sst-btn-test:hover{
	 background-color:#f9a34f;
	 color: #fff;
}

.slider-color {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(10,28,33, 0.7)
    
}
.sst-btn-test_2 {
    width: 90px;
    height: 45px;
    
    background-color: var(--primary-hover-color);
    border: 3px solid #fff;
    font-weight: bold;
    margin-top: 0px;
    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;
   
}
.sst-btn-test_2:hover{
	background-color: #fff;
}
.sst-btn-test_2 p {
    transform: rotate(-15deg);
    margin-top: 15px;
    font-size: 14px;
    margin-left: -53px;
    text-align: center;
    font-size: 17px;
    width: 200px;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: 700;
    color: #3c3c40
}
.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 0px;
	
    text-align: center;
    transition: 0.7s;
    opacity: 0;
    margin-top: 2px;
}
.href_button li a{
	color: #000;
}
.href_button li a{
	 color: #3c3c40;
}
.href_button li:nth-child(1) {
    transition-delay: 0.1s;
    font-size: 80px;
  }
 
  .href_button li:nth-child(2){
    transition-delay: 0.3s;
    width: 120px;
    height: 15px;
    background-color: var(--primary-hover-color);
    border: 3px solid #fff;
    font-weight: bold;
    font-size: 15px;
    padding: 8px;
    margin: auto;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
  }
  .href_button li:nth-child(2):hover{
  	background-color: #fff;
  }
  .href_button:hover li{
	transform: translateY(200px);
	opacity: 1;
}
#main{
	max-width: 1400px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	margin-top: 30px;
}
.home_title{
	width: 300px;
	text-align: center;
	margin: auto;
	font-family: "Regular2";
	font-size: 35px;
	margin-top: 70px;
	
}
.main{
	width: 330px;
	height: 440px;
	float: left;
	margin: 10px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid rgba(46,51,70, 0.0);
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	background-size: cover;
	background-position: center center;
	border:3px solid #d8defc;
	box-sizing: border-box;
}
.main::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(13, 36, 42, 0.6);
	z-index: 1;
	border-radius: 10px;
		-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover::after{
	background-color: rgba(13, 36, 42, 0.8);
}
.home_title::after {
    content: "";
    display: block;
    width: 120px; 
    height: 1px;
    background-color: var(--primary-color);
    margin: 0px auto 4px auto;
    
}

.home_title::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: var(--primary-hover-color);
    margin: 0 auto;
    position: relative;
    top: 48px;
}
.servise_title{
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    text-align: center;
    color: #ffff;
    font-family: "Regular2";
    font-size: 16px;
    z-index: 99;
    -webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
    transition-delay: 0.3s;
}

.servise_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background-color: white;
    margin: 4px auto 0 auto;
    background-color: var(--primary-hover-color);
    
}
.main:hover .servise_title {
	opacity: 0
}
.like{
	background-color: #fff;
	padding:5px 10px;
	margin: 10px;
	border-radius: 50px;
	display: inline-block;
	color: var(--primary-hover-color);
}


 .main p{
 	width: 97%;
 	text-align: center;
 	position: relative;
 	padding: 5px;
 	font-size: 14px;
 	color: #919297;
 	font-weight: normal;
    font-family: "Regular";
    margin-top: 10px;
  
 }


.background{
	width: 100%;
	height: 260px;
	background-size: 100% 100%;
	position: relative;
	background-size: cover;
	background-position: center center;
	box-sizing: border-box;
}

.main .main-sale{
	width: 96%;
	height: 40px;
	background-color: #fff;
	color: #c1533a;
	position: relative;
	line-height: 38px;
	margin-top: 6px;
	padding: 5px;
	font-size: 15px;
	text-align: left;
	font-family: "BPG Arial Caps", sans-serif;
	text-decoration: line-through;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
}
.background-top-color{
	width: 285px;
	height: 5px;
	background-color: #f9423e;
	position: absolute;
	top: 0;
}
.background-bottom-color{
	width: 285px;
	height: 15px;
	background-color: #f9423e;
	position: absolute;
	top: 320px;
	
}

.background-hover{
	position: absolute;
	width: 100%;
	height: 100%;
    background-color: rgba(0,0,0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main:hover .background-hover{
	opacity: 1;
}


.ifrale{
	margin-top:-50px;
}

#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(10,28,33, 0.7),rgba(10,28,33,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: #ffb119;
    color: transparent;
}
.sst-btn-about{
	width: 100px;
	height: 15px;
	color: #fff;
	background-color:var(--primary-color);
	border: 2px solid var(--primary-color);
	font-weight: bold;
	margin-top: 310px;
	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: #000;
}
.sst-btn-about::before {
	content: "";
	position: absolute;
	top: 17px;
	left: -100px;
	background-color:#000000;
	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: 400px;
    float: right;
    position: relative;
    z-index: 9;
    margin-top: 300px;
    margin-right: 10px;
    font-size: 15px;
    background-color: #f2f7ff;
    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: var(--primary-hover-color);
    height: 3px;
    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;
    color: #626361;
    line-height: 25px;
}

.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;
}
#Map{
	width: 1100px;
	margin: auto;
	height: 650px;
	border: 4px solid var(--primary-color);
	border-radius: 40px;
	display: flex; 
	background-color: #f1f3ff;
	overflow: hidden;
	position: relative;
	margin-top: -100px;
}
#Map img{
	margin: auto;
}
.button-container{
	list-style: none;
	position: absolute;
	bottom: 10px;
}

.button-container li {
	width: 150px;
	height: 50px;
	font-size: 20px;
	margin: 10px;
	background-color: var(--primary-hover-color);
	border-radius: 30px;
	border: 3px solid #fff;
	color: var(--primary-color);
	text-align: center;
	line-height: 55px;
	font-family: "Regular2";
	cursor: pointer;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.button-container li.active {
	border: 3px solid var(--primary-color);
	color:#fff;
}
.home_title2 {
	position: relative;
	font-size: 24px;
	font-family: "Regular2";
	text-align: center;
	margin: 140px auto;
}

.home_title2::before,
.home_title2::after {
	content: "";
	display: inline-block;
	width: 50px; /* ეს შეგიძლია შეცვალო სურვილისამებრ */
	height: 2px;
	background-color: var(--primary-hover-color);
	vertical-align: middle;
	margin: 0 15px;
}
#news {
    width: 1300px;
    min-height: 600px;
    margin: 50px auto;
    display: flex;
    justify-content: left;
    gap: 50px;
    flex-wrap: wrap;
}
.news {
    width: 400px;
    height: 460px;
    background-color: #f2f7ff;
    border-radius: 5px;
    padding: 20px;
    background-size: 100% 280px;
    background-position: center top;
    background-repeat: no-repeat;
    border: 3px solid #d7e4ff;
    box-sizing: border-box;
    position: relative;
}

.news_title{
	    font-family: "Regular2";
	    color: #131313;
	    position: absolute;
	    margin-top: 265px;
	    border-radius: 10px;
	    margin-left: -13px;
	    z-index: 999;
	    
}
.news p {
    width: 105%;
    padding: 5px;
    font-size: 13px;
    color: #919297;
    margin-top: 285px;
    font-weight: normal;
    margin-left: -17px !important;
    font-family: "Regular";
    margin-left: 5px;
    line-height: 22px;
}
.news pre {
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #ffff;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding: 7px 0px;
    margin-top:10px;
    width: 100px;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 20px;
    margin-left: -13px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.news pre:hover{
	background-color: var(--primary-hover-color);
}
.days{
	position: absolute;
	padding: 5px 10px;
	background-color: var(--primary-hover-color);
	position: absolute;
	z-index: 9999;
	margin-left:-10px;
	margin-top:-10px;
	font-size: 13px;
	border-radius: 20px;
	color: #fff;
}