@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);
   }
#bg {
    background: url(../img/slider/sdfsdfsdf.jpg) center left;
    background-size: cover;
    background-position: center center;
    -moz-animation: bg 80s linear infinite;
    -webkit-animation: bg 80s linear infinite;
    -ms-animation: bg 80s linear infinite;
    animation: bg 80s linear infinite;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
}
@-moz-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-webkit-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@-ms-keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	@keyframes bg {
		0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
		}

		100% {
			-moz-transform: translate3d(-2250px,0,0);
			-webkit-transform: translate3d(-2250px,0,0);
			-ms-transform: translate3d(-2250px,0,0);
			transform: translate3d(-2250px,0,0);
		}
	}

	#bg {
		background-size: 2250px auto;
		width: 6750px;
	}
  
.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: 700px;
    display: flex;
    margin-left: 5%;
    margin: auto;
    text-align: center;
}
.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: center;
    pointer-events: none;
    user-select: none;
    font-family: "Regular2";
    line-height: 100px;
}
.sst-title-big i{
	font-style: normal;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--primary-color);
    color: transparent;
     font-size: 65px;
     margin-top: 10px;
}
.sst-title-big ::after {
  content: "";
  display: block;
  border-top: 1px solid rgba(255, 255, 255,0.4);
  margin-top: -114px;
}

.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(0,5,30, 0.7)
    
}
#house{
	width: 100%;
	background-color: #f1f2fe;
	height: 750px;
}
.house_in_digomi{
	width: 1200px;
	min-height: 200px;
	position: relative;
	margin: 20px auto;
}

.bricks-content-block{
	background-color: #e6eef8;
	height: 650px;
}
.house_in_digomi_text h1{
	font-family: "Regular2";
	position: relative;
	color: #333e48;
	margin-top: 115px;
	 font-size: 27px;
}
.house_in_digomi_text h1 b{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: var(--primary-hover-color);
    font-size: 22px;
}
.text>strong{
	color: #5b7082;
}
.text{
	width: 600px;
	color: #546676;
	font-size: 15px;
	margin-top: 20px;
	font-weight: normal;
	font-family: "Regular";
	line-height: 26px;
}
.text p{
	font-family: "Regular";
}
.house_in_digomi_text a{
	padding: 10px 20px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    background-color: var(--primary-color);
    font-weight: bold;
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    margin-top: 70px;
    font-size: 16px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
}

.text_a{
	-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

.house_in_digomi_text{
	color: #fff;
}
.house_in_digomi_text a:hover{
	background-color: var(--primary-hover-color);
}
.house_in_digomi_text a:hover .text_a{
	margin-left: 10px;
}
#Cosmetology{
	width: 100%;
	height: 400px;
	margin-top: 120px;
	position: relative;
	background-size: cover;
	background-position: center center;
}
#Cosmetology::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(1, 15, 39, 0.7);
}
#Cosmetology ul {
  display: flex;
  justify-content: center;
  gap: 20px; 
  list-style: none; 
  padding: 0;
  margin: 150px auto;
  width: 600px;
  position: relative;
  z-index: 99;
}

#Cosmetology li {
  width: 250px;
  height: 50px;
  background-color: #fff; 
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: var(--primary-hover-color);
  letter-spacing: 0.4px;
  font-size: 17px;
  font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
}
#Cosmetology li:hover{
	  -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	opacity: 0.6;
}
#Cosmetology a {
  text-decoration: none;
  color: black;
  display: block;
  width: 100%;
  height: 100%;
}
.image_left{
	width: 650px;
	height: 350px;
	border-radius: 20px;
	margin-top: 50px;
	background-size: cover;
	background-position: center center;
	z-index: 9;
	position: relative;
	overflow: hidden;
	border: 3px solid var(--primary-color);
	box-sizing: border-box;
}
.image_left::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 15, 39, 0.5)
	
}
.sliderimage::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 15, 39, 0.1);
	z-index: 9;
}
.image_right{
	width: 450px;
	height: 700px;
	position: absolute;
	right: 0px;
	top: 40px;
	border-radius: 20px;
	background-size: cover;
	background-position: center center;
	z-index: 9999;
	border: 5px solid var(--primary-color);
}
.sliderimage{
   	position: absolute;
   	width: 100%;
   	height: 100%;
	opacity: 0;
	border: 3px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	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;
	overflow: hidden;
   }
   .sliderimage:first-child{
   	opacity: 1;
   }
   .aroow-left{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: var(--primary-color);
	position: absolute;
	cursor: pointer;
	right: -28px;
	bottom: 27%;
	font-size: 25px;
	text-align: center;
	line-height: 52px;
	border: 2px solid #fff;
	color: #2b3235;
	z-index: 8888;
	   -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 35%);
    -box-shadow: 0 0 25px 0 rgb(0 0 0 / 35%);
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.aroow-left:hover,
.aroow-right:hover {
	background-color: var(--primary-hover-color);
}
.aroow-right{
    width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: var(--primary-color);
	position: absolute;
	cursor: pointer;
	right: -28px;
	z-index: 8888;
	bottom: 17%;
	  -webkit-box-shadow: 0 0 25px 0 rgb(0 0 0 / 35%);
    -box-shadow: 0 0 25px 0 rgb(0 0 0 / 35%);
	font-size: 25px;
	text-align: center;
	line-height: 52px;
	color: #2b3235;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#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
}

.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;
}
#border {
    width: 1100px;
    min-height: 300px;
    margin: 50px auto;
    display: flex;
    justify-content: left;
    gap: 50px;
    flex-wrap: wrap;
}
.main {
    width: 330px;
    height: 420px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    background-size: cover;
    background-position: center  center;
    background-position: center top;
    background-repeat: no-repeat;
    border: 6px solid #f1f2fe;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.main:hover{
	opacity: 0.7;
}
.main_title {
    font-family: "Regular2";
    color: #131313;
    position: absolute;
    width: 90%;
    font-size: 20px;
    text-align: center;
    margin-top: 270px;
    height: 130px;
    margin-left: -4px;
    z-index: 1;
    border-radius: 10px;
        font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    background-color: #fff;
        -webkit-box-shadow: 0 0 45px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 0 45px 0 rgb(0 0 0 / 9%);
    justify-content: center; 
    align-items: center; 
    padding-top: -40px; 
    line-height: 35px;
    
}
.main_title::after {
  content: "";
  display: block;
   width: 80%;
   margin-left: 10%;
  border-top: 1px solid rgba(0,0,0,0.1);
  margin-top: -37px;
}
.main_title b{
	color: var(--primary-hover-color);
	font-size: 16px;
}
.main p {
    width: 110%;
    padding: 5px;
    font-size: 12px;
    color: #919297;
     margin-top: 195px;
    font-weight: normal;
    margin-left: -17px !important;
    font-family: "Regular";
    margin-left: 5px;
    line-height: 16px;
    display: none;
}
.main 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:260px;
    width: 100px;
    background-color: var(--primary-color);
    text-align: center;
    border-radius: 20px;
    margin-left: 80px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.main pre:hover{
	background-color: var(--primary-hover-color);
}

.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: auto;
	margin-top: 150px;
}

.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;
}
.splide{
		width: 1600px;
		margin: auto;
		margin-top: 130px;
	}
.splide__slide img {
  width: 96%;
  border-radius: 8px;
  border-left: 10px solid #fff;
  box-sizing: border-box;
   -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.splide__slide img:hover{
	opacity: 0.6;
}
.reklama_bottom{
	width: 1200px;
    height: 100px;
    margin: auto;
    margin-top: 250px;
    background-color: #f1f3fe;
    display: flex;
    color: #585754;
    background-size: 100% 100%;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.reklama_bottom:hover{
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.news_title{
	    font-family: "Regular2";
	    color: #131313;
	    position: absolute;
	    margin-top: 265px;
	    border-radius: 10px;
	    margin-left: -13px;
	    z-index: 999;
	    
}
.rek {
    font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.4px;
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    padding: 7px 0px;
    margin-top: 60px;
    width: 150px;
    padding: 8px 10px;
    background-color: var(--primary-color);
    border:2px solid var(--primary-color);
    text-align: center;
    border-radius: 20px;
    box-sizing: border-box;
    margin: 50px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rek:hover{
	background-color: transparent;
	color: var(--primary-color)
}