@font-face {
  font-family: 'b1';
  src: url(../fonts/b1.ttf);
}

@font-face {
  font-family: 'abrama';
  src: url(../fonts/bpg-no9-webfont.ttf);
}



*{
margin: 0px;
box-sizing: border-box;
padding: 0px;
}





body {
  font-family: 'b1';
  margin: 0;
  padding: 0;
  background-color: #E6C7A8;
  color: #fff;
}

/* უკვე გაქვს ეს */
.headerbg {
  background-color: #A4A4A4;
  color: #141414;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  border-radius: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  border-bottom: 1px solid #6B6E70;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.slick-dotted.slick-slider{
  margin-bottom: 0px;
  }

/* როცა სქროლზეა */
.sidebar-white.scrolled {
  /* background-color: #A6776A; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #a7835f;
}


.headermenu{
display: flex;
align-content: center;
justify-content: space-between;
max-width: 1200px;
width: 100%;
margin: auto;
height: 70px;
align-items: center;
position: relative;
}

.logo{
display: flex;
justify-content: center;
width: 130px;
overflow: hidden;
}

.logo img{
width: 100%;

}


.your-slider {

  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 100;
  position: relative;
}

.sliderimg{
width: 100%;
position: relative;
background-size: cover; /* შეცვლილია სწორად */
}

.slidertext {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0px;
  top: 0;
  height: 100%;
  width: 100%;
  color: white;
  padding: 20px 30px;
  font-size: 25px;
  font-weight: 500;
  z-index: 2;
  font-family: 'abrama';
  background: 
    linear-gradient(180deg, rgba(13, 13, 13, 0.764) 0%, rgba(0, 0, 0, 0.763) 100%),
    url('../images/sl-2.png'); /* ეს შეცვალე შენს ფოტოზე */
  background-size: cover;
  background-position: center;
}


.slidertext p{
margin-bottom: 200px;
color: rgb(254, 254, 254);
}


.your-slider .slick-slide {
  padding: 0;
}

.sliderimg img {
  width: 100%;
 height: 100%;
  object-fit: cover;
  background-size: cover; /* შეცვლილია სწორად */
  border-radius: 0px;
  display: block;
 transition: all 0.5s ease-in-out;
  background-position: center;
}

.your-slider .slick-slide.slick-active img {
  opacity: 1;
 
}

/* წერტილების კონტეინერი */
.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex !important;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
  height: 70px;
  
}

/* წერტილის ღილაკი */
.slick-dots li button {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: rgba(7, 7, 7, 0.5);
  border: none;
  font-size: 10px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* გაუქმება slick-ის default წერტილის */
.slick-dots li button:before {
  display: none;
  content: none;
}

/* აქტიური წერტილი */
.slick-dots li.slick-active button {
  background-color: rgb(170, 141, 141);
  width: 25px;
  height: 25px;
  border: 5px solid #101010;
}


/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4) !important;
  color: rgb(253, 249, 249) ;
  border: none;
  font-size: 0;
  cursor: pointer;
}

.slick-prev {
  left: 15px;
  
}

.slick-next {
  right: 15px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  color: rgb(255, 255, 255);

}

/*saidbaris dasawyisi by abrama */

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 130px;
  display: flex;
 transition: width 0.4s ease;
  z-index: 1000;
  font-family: 'b1';
  border-right: 1px solid #6B6E70;
 
}

.sidebar.expanded {
  width: 400px;
}

.sidebar-white {
  width: 130px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  border-radius: 0px;
  transition: background-color 0.4s ease, box-shadow 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-family: 'b1';
}





.menu-toggle {
  cursor: pointer;
  display: flex;
 flex-direction: column;
  gap: 6px;

}
.menu-toggle .bar {
  width: 25px;
  height: 3px;
  background-color: rgb(223, 215, 215);
  transition: 0.3s;
}

.menu-toggle.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menu-toggle.open .bar:nth-child(2) {
  opacity: 0;
}
.menu-toggle.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

.logo img {
  width: 100px;
}

.language-switch {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lang {
  display: flex;
  align-items: center;
  background: #6B6E70;
  border: none;
  border-radius: 20px;
  padding: 6px 10px;
  margin: 4px 0;
  font-size: 13px;
  cursor: pointer;
  font-family: 'b1';
  color: #fff;
}

.lang:hover{
  background-color: #282e31; 
color: #fff;
}

.lang img {
  width: 30px;
  margin-right: 6px;
}
.lang.active {
  background-color: #484d50;
  color: white;
}

.sidebar-black {
  width: 0;
  background-color: #A28776;
  color: rgb(210, 203, 203);
  overflow: hidden;
  padding: 0px;
  transition: width 0.4s ease, opacity 0.3s ease;
  opacity: 0;
  box-sizing: border-box; /* მნიშვნელოვანია padding-ის ზომაზე კონტროლი */
}

.sidebar.expanded .sidebar-black {
  width: 370px; /* სიგანე, როცა გაფართოებულია */
  opacity: 1;
}


.menu-items {
  list-style: none;
  padding: 0;
  margin: 10px 20px;

}
.menu-items li {
white-space: nowrap;
  margin: 10px 0;
  font-size: 18px;
  cursor: pointer;
  padding: 15px;
  border-bottom: 1px solid #dbdbdb1c;
}

.menu-items li a{
text-decoration: none;
color: rgb(210, 203, 203);

}

.menu-items li:hover {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.15));

  border-radius: 8px;
}

.menu-items li:hover a {
  color: #fff;
}


.contact {
  margin-top: 30px;
  padding: 15px 20px;
  white-space: nowrap;
}
.contact p {
  margin: 10px 0;
  font-size: 14px;
}


/*saidbaris dasasruli by abrama */

.socbg{
display: flex;
align-items: center;
gap: 20px;
position: absolute;
right: 10px;
}

.facebg{
width: 30px;
overflow: hidden;
}

.facebg img{
width: 100%;
}

.igbg{
width: 30px;
overflow: hidden;
}

.igbg img{
width: 100%;
}

p i {
  margin-right: 8px;
  color: #ccc;
}


.titkokbg{
width: 30px;
overflow: hidden;
}

.titkokbg img{
width: 100%;
}

.clock {
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(135deg, #f9f9f9, #ad9c50);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* მთლიანად scrollbar-ის შიგნითა კონტეინერი */
::-webkit-scrollbar {
  width: 8px;
}

/* scrollbar-ის ტრეკი (ფონური ნაწილი) */
::-webkit-scrollbar-track {
  background: #1e1e1e;
  border-radius: 0px;
}

/* scrollbar-ის წვრილი მოძრავი ნაწილი */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #dbdbdb1c, #ab8f69);
  border-radius: 0px;
  transition: background 0.3s ease;
}

/* hover-ზე ფერის ცვლილება */
::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #ab8f69, #dbdbdb1c);
}


.maincontainer {
  position: relative;
  width: calc(100% - 130px);
  margin-left: 130px; /* იმდენი გადავწიოთ, რამდენიც sidebar-ია */
  background-color: #E6C7A8;
  color: #1e1e1e;
  padding: 20px;
}



.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
  position: relative;
}

.animate.left { transform: translateX(-100px); }
.animate.right { transform: translateX(100px); }
.animate.top { transform: translateY(-100px); }
.animate.bottom { transform: translateY(100px); }

.animate.show {
  opacity: 1;
  transform: translateX(0) translateY(0);
}



.footer {
  background-image: url('../images/foterbg.svg');
  margin-top: 20px;
  background-position: center;
  position: relative;
  color: #fff;
  font-family: "b1", sans-serif;
  /* background-attachment: fixed; */
  background-size: cover; /* შეცვლილია სწორად */
  background-repeat: no-repeat;
  background-color: #0E0F0F;
}

.footer-overlay {
  background: rgba(0, 0, 0, 0.522); /* შავი გამუქებული ფენა */
  padding: 50px 20px 20px;
}

.footer-container {
  max-width: calc(100% - 136px);
  margin-left: 136px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: transparent;
}


.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo img {
  height: 60px;
}

.footer-logo h2 {
  font-size: 20px;
  color: #fff;
  line-height: 1.2;
}

.footer-logo h2 span {
  font-weight: normal;
  font-size: 14px;
  color: #d2d2d2;
}

.logosocial{
display: flex;
position: relative;
padding: 20px 0px;
align-items: center;
justify-content: space-between;
}

.footer-socials {
  display: flex;
  gap: 20px;
  align-items: center;

}

.footer-socials a img {
  width: 50px;
  height: 50px;
  background: #1a1a1a;
  padding: 5px;
  border: 1px solid #333;
}

.btn-kontakti {
  padding: 13px 20px;
  border: 1px solid #45484D;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: transparent;
  display: flex;
  align-content: center;
  height: 50px;
}

.footer-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-box {
  display: flex;
  align-items: flex-start;
  gap: 15px;
 border: 1px solid #45484D;
  padding: 20px;
  flex: 1 1 30%;
}

.icon-box{
width: 56px;
height: 56px;
floaT: left;
display: flex;
align-items: center;
justify-content: center;
margin: 0px 20px 0px 0px;
position: relative;
border: 1px solid #45484D;     
background-color: rgba(255, 255, 255, 0.05);
}

.icon-box img {
  width: 30px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(75%) sepia(30%) hue-rotate(15deg);
}

.footer-box h3 {
  font-size: 16px;
  color: #f7c546;
  margin-bottom: 5px;
}

.footer-box p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid #45484D;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 14px;
}

.footer-bottom span {
  color: #f7c546;
}



.about-container {
  position: relative;
  margin: 30px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: flex-start;
  padding: 50px 30px;
 
  border-radius: 4px;
  background-image: url('../images/aboutbg.svg');
  overflow: hidden;
  z-index: 1;
  background-size: cover; /* შეცვლილია სწორად */
  
}



/* ჩაბურული ფონური სურათი */
.about-container::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(166, 119, 106, 0.7) 0%, rgba(166, 119, 106, 0.9) 100%),
  url('../images/sl-2.png');

  background-size: cover;
  background-position: center;
  filter: brightness(0.5) blur(1px);
  z-index: 0;
}





.image-wrapper {
  position: relative;
 width: 98%;

}

.image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border: 10px solid white;
  box-shadow: 20px 20px 0 #e6c7a8c0;
 
}

.text-wrapper {
 width: 100%;
  font-family: 'b1', sans-serif;
  font-size: 16px;
  color: #ffffffd2;
  line-height: 1.8;
  z-index: 1;
}





.news-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; /* 3 სვეტი */
  gap: 20px;
  margin-top: 40px;
background-color: #E6C7A8;
padding: 30px 0px;
}

.news-card {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
  cursor: pointer;
  
}

.news-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.news-card:hover img {
  transform: scale(1.15);
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.news-date {
  background-color: #4A4A4A;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  width: 50px;
  position: absolute;
 top: 10px;
 left: 10px;
 z-index: 1;
}

.news-description {
  font-size: 16px;
  line-height: 1.5;
}


