@media (min-width: 10px) and (max-width:560px){
  .your-slider {
    height: 100vh;
  }

.headerbg{
display: none;
}

  .headermenu{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  }
  
  .slidertext {
    padding: 10px;
    font-size: 14px;
  }

  .slidertext p {
    margin-bottom: 60px;
    font-size: 1.5rem;
    text-align: center;
  
  }



  .slick-dots {
    height: 50px;
    gap: 5px;
    margin-bottom: 20px;
  }
  .sliderimg {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  
  .sliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  

  .slick-dots li.slick-active button {
    border: 2px solid #101010;
  }

.logosocial{
display: block;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  display: flex;
  transition: width 0.4s ease;
  z-index: 1000;
  font-family: 'b1';
  border-right: 1px solid #6B6E70;
  flex-direction: column; /* მნიშვნელოვანია მენიუს ზემოდან ჩამოსაყვანად */
}

.sidebar.expanded {
  width: 100%;
}

/* ზედა თეთრი ზოლი */
.sidebar-white {
  width: 100%;
  height: 70px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row; /* ამით ჰორიზონტალური განლაგება გაკონტროლდება */
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: 'b1';
  z-index: 1001;
}

/* ჩამოსაშლელი მენიუ – ფარავს ეკრანს ზემოდან */
.sidebar-black {
  position: absolute;
  top: 70px; /* ზუსტად თეთრი ზოლის ქვემოთ */
  left: 0;
  right: 0;
  background-color: #A6776A;
  color: rgb(210, 203, 203);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  box-sizing: border-box;
  z-index: 1000;
  
}

/* როცა სქროლზეა */
.sidebar-white.scrolled {
  /* background-color: #A6776A; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-right: none;
}


/* როცა ღილაკზე დააჭერს, მენიუ იშლება ზემოდან */
.sidebar.expanded .sidebar-black {
  max-height: 600px; /* ან შესაბამისი მაქს სიმაღლე */
  opacity: 1;
  padding: 20px;
  width: 100%;
}

/* ენის გადამრთველი */
.language-switch {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  margin-top: 0px;
}


.socbg{
display: none;
}


.lang span{
display: none;
}

.maincontainer {
  max-width: 560px;
  position: relative;
  width: 100%;
  margin-left: 0px;
  margin-top: -30px;
  overflow: hidden;
  padding: 10px;
}


.about-container {
  display: grid;
  grid-template-columns: 1fr; /* მობილურზე ერთ სვეტად */
  gap: 20px;
  align-items: center;
  padding: 20px;
}

/* სურათი სრულად გაწელილი */
.image-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 10px;

}

/* ტექსტის სტილი */
.text-wrapper h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}


.footer-container {
  max-width: 560px;
 width: 100%;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: transparent;
  justify-content: center;
}



.news-cards {
  display: grid;
  grid-template-columns:  1fr; /* 3 სვეტი */
  gap: 20px;
  margin-top: 20px;
background-color: #E6C7A8;
padding: 5px 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;

}

.footer-bottom{
display: flex;
justify-content: center;
line-height: 25px;
}




.lang img {
  width: 20px;
  margin-right: 6px;
}

.logo img {
  width: 84px;
  height: 84px;
}


.slick-dotted.slick-slider{
margin-bottom: 0px;
}







}







@media (min-width: 560px) and (max-width:780px){

  .your-slider {
    height: 100vh;
  }

.headerbg{
display: none;
}

  .headermenu{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  }
  
  .slidertext {
    padding: 10px;
    font-size: 14px;
  }

  .slidertext p {
    margin-bottom: 60px;
    font-size: 1.5rem;
    text-align: center;
  
  }



  .slick-dots {
    height: 50px;
    gap: 5px;
    margin-bottom: 20px;
  }
  .sliderimg {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  
  .sliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  

  .slick-dots li.slick-active button {
    border: 2px solid #101010;
  }

.logosocial{
display: block;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  display: flex;
  transition: width 0.4s ease;
  z-index: 1000;
  font-family: 'b1';
  border-right: 1px solid #6B6E70;
  flex-direction: column; /* მნიშვნელოვანია მენიუს ზემოდან ჩამოსაყვანად */
}

.sidebar.expanded {
  width: 100%;
}

/* ზედა თეთრი ზოლი */
.sidebar-white {
  width: 100%;
  height: 70px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row; /* ამით ჰორიზონტალური განლაგება გაკონტროლდება */
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: 'b1';
  z-index: 1001;
}

/* ჩამოსაშლელი მენიუ – ფარავს ეკრანს ზემოდან */
.sidebar-black {
  position: absolute;
  top: 70px; /* ზუსტად თეთრი ზოლის ქვემოთ */
  left: 0;
  right: 0;
  background-color: #A6776A;
  color: rgb(210, 203, 203);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  box-sizing: border-box;
  z-index: 1000;
  
}

/* როცა სქროლზეა */
.sidebar-white.scrolled {
  /* background-color: #A6776A; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-right: none;
}


/* როცა ღილაკზე დააჭერს, მენიუ იშლება ზემოდან */
.sidebar.expanded .sidebar-black {
  max-height: 600px; /* ან შესაბამისი მაქს სიმაღლე */
  opacity: 1;
  padding: 20px;
  width: 100%;
}

/* ენის გადამრთველი */
.language-switch {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  margin-top: 0px;
}


.socbg{
display: none;
}


.lang span{
display: none;
}

.maincontainer {
  max-width: 780px;
  position: relative;
  width: 100%;
  margin-left: 0px;
  margin-top: -30px;
  overflow: hidden;
  padding: 10px;
}


.about-container {
  display: grid;
  grid-template-columns: 1fr; /* მობილურზე ერთ სვეტად */
  gap: 20px;
  align-items: center;
  padding: 20px;
}

/* სურათი სრულად გაწელილი */
.image-wrapper img {
  width: 100%;
  height: auto;

  border-radius: 10px;
 
}

/* ტექსტის სტილი */
.text-wrapper h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}


.footer-container {
  max-width: 760px;
 width: 100%;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: transparent;
  justify-content: center;
}



.news-cards {
  display: grid;
  grid-template-columns:  1fr 1fr; /* 3 სვეტი */
  gap: 20px;
  margin-top: 20px;
background-color: #E6C7A8;
padding: 5px 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;

}

.footer-bottom{
display: flex;
justify-content: center;
line-height: 25px;
}




.lang img {
  width: 20px;
  margin-right: 6px;
}

.logo img {
  width: 84px;
  height: 84px;
}


.slick-dotted.slick-slider{
margin-bottom: 0px;
}










}




@media (min-width: 780px) and (max-width:1000px){

  .your-slider {
    height: 100vh;
  }

.headerbg{
display: none;
}

  .headermenu{
  display: flex;
  justify-content: space-between;
  padding: 0px 10px;
  }
  
  .slidertext {
    padding: 10px;
    font-size: 14px;
  }

  .slidertext p {
    margin-bottom: 60px;
    font-size: 1.5rem;
    text-align: center;
  
  }



  .slick-dots {
    height: 50px;
    gap: 5px;
    margin-bottom: 20px;
  }
  .sliderimg {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
  
  .sliderimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  

  .slick-dots li.slick-active button {
    border: 2px solid #101010;
  }

.logosocial{
display: block;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 70px;
  width: 100%;
  display: flex;
  transition: width 0.4s ease;
  z-index: 1000;
  font-family: 'b1';
  border-right: 1px solid #6B6E70;
  flex-direction: column; /* მნიშვნელოვანია მენიუს ზემოდან ჩამოსაყვანად */
}

.sidebar.expanded {
  width: 100%;
}

/* ზედა თეთრი ზოლი */
.sidebar-white {
  width: 100%;
  height: 70px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row; /* ამით ჰორიზონტალური განლაგება გაკონტროლდება */
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-family: 'b1';
  z-index: 1001;
}

/* ჩამოსაშლელი მენიუ – ფარავს ეკრანს ზემოდან */
.sidebar-black {
  position: absolute;
  top: 70px; /* ზუსტად თეთრი ზოლის ქვემოთ */
  left: 0;
  right: 0;
  background-color: #A6776A;
  color: rgb(210, 203, 203);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  box-sizing: border-box;
  z-index: 1000;
  
}

/* როცა სქროლზეა */
.sidebar-white.scrolled {
  /* background-color: #A6776A; */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-right: none;
}


/* როცა ღილაკზე დააჭერს, მენიუ იშლება ზემოდან */
.sidebar.expanded .sidebar-black {
  max-height: 600px; /* ან შესაბამისი მაქს სიმაღლე */
  opacity: 1;
  padding: 20px;
  width: 100%;
}

/* ენის გადამრთველი */
.language-switch {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  margin-top: 0px;
}


.socbg{
display: none;
}


.lang span{
display: none;
}

.maincontainer {
  max-width: 1000px;
  position: relative;
  width: 100%;
  margin-left: 0px;
  margin-top: -30px;
  overflow: hidden;
  padding: 10px;
}


.about-container {
  display: grid;
  grid-template-columns: 1fr; /* მობილურზე ერთ სვეტად */
  gap: 20px;
  align-items: center;
  padding: 20px;
}

/* სურათი სრულად გაწელილი */
.image-wrapper img {
  width: 100%;
  height: auto;

  border-radius: 10px;
 
}

/* ტექსტის სტილი */
.text-wrapper h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.text-wrapper p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}


.footer-container {
  max-width: 1000px;
 width: 100%;
  margin-left: 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: transparent;
  justify-content: center;
}



.news-cards {
  display: grid;
  grid-template-columns:  1fr 1fr; /* 3 სვეტი */
  gap: 20px;
  margin-top: 20px;
background-color: #E6C7A8;
padding: 5px 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;

}

.footer-bottom{
display: flex;
justify-content: center;
line-height: 25px;
}




.lang img {
  width: 20px;
  margin-right: 6px;
}

.logo img {
  width: 84px;
  height: 84px;
}


.slick-dotted.slick-slider{
margin-bottom: 0px;
}



}