
 #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-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: 650px;
    display: flex;
    margin-left: 10%;
   
}
.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";
    text-transform: uppercase;
    font-feature-settings: "case" 1;
    font-weight: 500;
}
.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-title-big::before {
    content: "";
    display: block;
    width: 5px;
    left: -20px;
    height: 160px;
    background-color: var(--primary-hover-color);
    top: 5px;
    position: absolute;
    border-radius: 10px;
}

/* ორი წერტილი/მოკლე ხაზი */
.sst-title-big::after {
    content: "";
    display: block;
    width: 5px;
    left: -20px;
    height: 15px;
    background-color: #fff; 
    top: 180px; 
    position: absolute;
    border-radius: 10px;
    box-shadow: 0 25px 0 0 #fff; 
}
.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(28,30,41, 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;
}
.all_projects_btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 30px;
    background-color: #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #333;
    font-family: 'bpg_nino_medium_capsregular', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.05em;
    transition: background-color 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.all_projects_btn:hover {
       background-color: var(--primary-hover-color);
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
    color: #fff;
}

.all_projects_btn span {
    color: #f5a623;
    font-size: 18px;
    margin-left: 8px;
}
#about{
	width: 1300px;
	height: 500px;
	margin:200px auto;
	margin-top: 10px;
}
.left_image{
	float: left;
	width: 611px;
	height: 372px;
	
	background-size: cover;
	background-position: center center;
	
}
.right_text{
	width: 620px;
	float: right;
	
}
.about_title{
    text-align: center;
    font-family: "Regular2";
    font-size: 25px;
    text-align: left;
    margin-top: 70px;
        text-transform: uppercase;
    font-feature-settings: "case" 1;
    font-weight: 500;
}
.about_title::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--primary-hover-color);
    position: relative;
    top: 45px;
}
.about_title::after {
    content: "";
    display: block;
    width: 80px;
    top: 6px;
    height: 1px;
    position: relative;
    background-color: var(--primary-color);
}
.about_text{
    padding: 5px;
    font-size: 13px;
    color: #919297;
    margin-top:15px;
    font-weight: normal;
    font-family: "Regular";
    line-height: 26px;
}
.right_text a{
	font-family: 'bpg_nino_medium_capsregular';
    font-weight: bold;
    color: #ffff;
    font-size: 13px;
    text-align: left;
    font-weight: bold;
    padding: 7px 0px;
    margin-top: 10px;
    width: 100px;
    background-color: var(--primary-menu);
    text-align: center;
    border-radius: 20px;
    margin-left: 1px;
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 999;
}
.right_text a:hover{
	 background-color: var(--primary-color);
}
#main_section{
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	margin-top: -110px;
	
}
#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: 30px;
	text-transform: uppercase;
    font-feature-settings: "case" 1;
    font-weight: 500;
}
.pr_title{
	margin-top:15px;
	font-family: "Regular2";
	width: 80%
}
.main{
	width: 330px;
	height: 335px;
	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;
	border:8px solid #fff;
	box-sizing: border-box;
}
.pr_link{
	position: absolute;
	padding: 10px;
	background-color: var(--primary-hover-color);
	width: 20px;
	height:20px;
	right: 10px;
	bottom: 5px;
	border-radius: 5px;
	color: #fff;
	display: flex;
	  -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.pr_link i{
	margin: auto;
}
.pr_link i{
	transform: rotate(-25deg);
	font-size: 14px;
	 -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.pr_link:hover.pr_link i{
	transform: rotate(0deg);
	
}
.pr_link:hover{
	border-radius: 50px;
	background-color: var(--primary-color);
}
.section_image{
	width: 500px;
	position: absolute;
	margin-top: -355px;
}
.main_image{
	width: 100%;
	height: 250px;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}
.main_image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 250px;
	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:6px auto;
    
}

.home_title::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background-color: var(--primary-hover-color);
    margin: 0 auto;
    position: relative;
    top: 58px;
}
.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;
}

    .partners-section {
      padding: 60px 0;
      text-align: center;
    }

    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0 24px;
    }

    .section-title {
      font-size: 32px;
      font-weight: 500;
      color: #1a1a2e;
      letter-spacing: 0.06em;
      margin-bottom: 12px;
    }

    .section-subtitle {
      font-size: 14px;
      color: #555;
      line-height: 1.7;
      margin-bottom: 40px;
    }

    .partners-slider-wrapper {
      display: flex;
      align-items: center;
      gap: 16px;
    }

    .slider-btn {
      background: none;
      border: 1.5px solid #aaa;
      border-radius: 50%;
      width: 38px;
      height: 38px;
      font-size: 22px;
      color: #555;
      cursor: pointer;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: border-color 0.2s, color 0.2s;
      line-height: 1;
    }

    .slider-btn:hover {
      border-color: #1a1a2e;
      color: #1a1a2e;
    }

    .partners-slider-track-outer {
      overflow: hidden;
      flex: 1;
      -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
      mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
    }

    .partners-slider-track {
      display: flex;
      align-items: center;
      gap: 48px;
      transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      will-change: transform;
    }

    .partner-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 60px;
      flex-shrink: 0;
      width: 130px;
    }

    .partner-logo a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      text-decoration: none;
    }

    .partner-logo img {
     
    
      opacity: 1;
      transition: opacity 0.2s, filter 0.2s;
    }

    .partner-logo a:hover img {
      filter: grayscale(0%);
      opacity: 0.6;
    }