@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: 850px;
	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: 800px;
    height: 800px;
    display: flex;

    margin: auto;
   
}
.header_text_auto {
    height: 100px;
    width: 100%;
    margin: auto;
    position: relative;
}
.sst-title-big {
    display: block;
    position: relative;
    font-size: 65px;
    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: #d6bb54;
	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: 1170px;
	margin: auto;
	text-align: left;
	overflow: hidden;
	margin-top: 50px;
}
.home_title{
	width: 300px;
	text-align: center;
	margin: auto;
	font-family: "Regular2";
	font-size: 35px;
	margin-top: 120px;
	
}
.home_title::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
    position: relative;
    top: 48px;
}
.home_title::after {
    content: "";
    display: block;
    width: 120px;
    height: 1px;
    background-color: #ffc142;
    margin: 0px auto 4px auto;
}
.main{
	width: 330px;
	height: 300px;
	float: left;
	margin: 10px 30px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid rgba(46,51,70, 0.0);
	overflow: hidden;
	position: relative;
	border-radius: 50px;
	background-size: cover;
	background-position: center center;
	border:4px solid #e4ecff;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	 -moz-transition: all 0.3s;
	 -o-transition: all 0.3s;
	transition: all 0.3s;
}
.main img{
	margin-left: 100px;
	margin-top: 50px;
}
.main:hover{
	background-color: #bdad7a;
}
.servise_title{
    position: absolute;
    tom: 50px;
    left: 50%;
    width: 90%;
    transform: translateX(-50%);
    text-align: center;
    color: #000000;
    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);
    
}
#about{
    width:100%;
    height: 550px;
    margin: auto;
    background-size: cover;
    background-position: left;
    position: relative;
    display: flex;
    margin-top:250px;
    background-color: #f3f7fa;
    
}
.about{
	width: 1300px;
	height: 457px;
	margin:auto;
	position: relative;
	
}
.about_text{
	width: 540px;
	position: absolute;
	line-height: 26px;
	font-size: 15px;
	margin-top: 170px;
	right: 0;
	color: #767a7d;
	font-family: "Regular";
}


.about h1 {
    font-family: "Regular2";
    position: relative;
    color: #000201;
    position: absolute;
    right: 245px;
    font-size: 40px;
    margin-top: 110px;
}
.about h1::before {
    content: "";
    position: absolute;
    top:45px;
    left: 0px;
    background-color: var(--primary-hover-color);
    height: 4px;
    width: 90px;
    border-radius: 50px;
}
.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;
}


.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: 250px;
	    border-radius: 10px;
	    margin-left: -13px;
	    z-index: 999;
	    font-size: 15px;
	    
}
.news p {
    width: 105%;
    padding: 5px;
    font-size: 12px;
    color: #919297;
    margin-top: 300px;
    font-weight: normal;
    margin-left: -17px !important;
    font-family: "Regular";
    margin-left: 5px;
    line-height: 20px;
    
}
.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;
}