/* heder iwyeba aq */

.conteinernav{
    width: 100%;
    height: 100px;
    background-color:#ffffff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    
}

.navul{
    width: 380px;
    display: flex;
    justify-content: space-around;
}

.nav-link{
    text-decoration: none;
    color: white;
}
.nav-link:hover{
    color: red;
}
.li_teg{
    list-style-type: none;
}

.logo{
  width: 170px;
  height: 100px;
}
  .gradient-text {
     
      font-weight: bold;
      background: linear-gradient(to right, #0e0d0d, #feb47b, #da3d15);
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
  }
.text-end{
    display: flex;
    justify-content:space-between;
    align-items: center;
    width: 90%;
 
}
.logo_wrapper{
 right: 30px;
}
.searchinpu{
       min-width: 300px;
   
        max-width: 550px;
        height: 40px;
        padding: 3px 3px;
        font-size: 16px;
        font-weight: 300;
        line-height: 1.5;
        
       
        background-clip: padding-box;
        border: 1px solid #dee2e6;;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 6px;
        transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-right: 100px;
}

.btnheader_black{
    height: 35px;
    width: 60px;
    border-radius: 7px;
    color:white;
    background-color:#212529;
    border: 1px solid #dee2e6;
    cursor: pointer;
}
.btnheader_black:hover{
    color:rgb(5, 5, 5);
    background-color: white
}

.btnheader_yellow{
    background-color: #ffc107;
    width: 80px;
    height: 35px;
    border-radius: 7px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    margin-left: 10px;

}
.btnheader_yellow:hover{
    background-color: white;
    color: black;
}

@media (max-width:779px){
    .conteinernav{
    
        height: 100px;
    }
}

@media (max-width:509px){
  .text-end{
    flex-direction: column;
  }
  .searchinpu{
    width: 80%;
  }
  .navbuttons{
        margin-top: 10px;
    }
    .conteinernav{
    
        height: 150px;
    }
}
@media (max-width:360px){
    .conteinernav{
    
        height: 150px;
    }
    .text-end{
       flex-direction: column;
    }
    .navbuttons{
        margin-top: 10px;
    }
}

#categoryFilter{
     width: 100%;
  max-width: 200px;
  min-width: 50px;
  flex: 1 1 auto;
  height: 40px;
  border: 1px solid #dee2e6;
 
}


.mogzauroba_foto {
  width: 100%;
  min-height: 390px;
  height: auto;
  background-image: url('images/tripster.jpg'); /* შეცვალე შენით */
  background-size: cover;
 
  position: relative;
  color: white;
  
  background-size:cover; /* შეცვლილია! */
  background-repeat: no-repeat;
  background-position: center;

}

/* შავი დაბინდული ფენა */
.dark_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(97, 95, 95, 0.5); /* 0.5 ნიშნავს 50%-იან სიბნელეს */
 
}

/* ტექსტი */
.overlay_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  z-index: 2; /* ტექსტი იყოს overlay-ზე ზევით */
}
/* სტილები itemsContainer-სთვის */
#itemsContainer {
    width: 99%;
    max-width: 1300px;
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
  margin-top: 20px;

  border-radius: 6px;
  

}


/* თითოეული აიტემის სტილი */
.item {

  width: 100%;
  width: 280px;
 
  padding: 0;
  margin: 0;
  margin-top: 20px;
  margin-left: 30px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid rgb(211, 209, 209);
  border-radius: 4px;
   
  
}

.item img {
  width: 100%;
  display: block; /* მოაშორებს ქვედა სიცარიელეს */
  height: auto;
  height: 210px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.item img:hover {
  transform: scale(1.1);
}

.item_title{
    margin-left: 5%;
    font-size: 20px;
   
}
del{
      color: #727272;
}
strong{
  color: #c72a3d;
  font-size: 20px;
}
.item_parag1{
   margin-left: 5%;
   font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit; 
    color: #727272;;
}
.item_parag2{
   margin-left: 5%;
   font-family: inherit;
    font-size: inherit;
    font-style: normal;
    font-weight: inherit; 
    color: #727272;;
}

.item_star{
 margin-left: 5%;
}
.stars span {

  font-size: 20px;
  margin-right: 2px;
}
.item_old_price{
    margin-left: 5%;
    color: #727272;;
}

.item_new_price{
     margin-left: 5%;
     color: #c72a3d;
     font-size: 1rem;
    font-weight: 500;
    line-height: 1.25rem;
}


/* საკონტაქტო ღილაკი */


    button {
      all: unset;
      cursor: pointer;
    }

    .menu-wrapper {
      position: absolute;
      position: fixed;
      width: 60px;
      height: auto;
      bottom: 20px;
      right: 40px;
    }

    .main-button {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #2c82dd;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 20px;
      z-index: 50;
        
    }

    .menu-button {
      position: absolute;
      left: 0;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #555;
      color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      opacity: 0;
      transform: translateY(0);
      transition: all 0.4s ease;
    }

    .menu-wrapper.open .menu-button {
      opacity: 1;
    }

    .menu-wrapper.open .menu-button:nth-child(2) {
      transform: translateY(-140px);
    }
    .menu-wrapper.open .menu-button:nth-child(3) {
      transform: translateY(-210px);
    }
    .menu-wrapper.open .menu-button:nth-child(4) {
      transform: translateY(-280px);
    }
    .menu-wrapper.open .menu-button:nth-child(5) {
      transform: translateY(-350px);
    }

    .chat_icon{
      width: 40px;
      height: 40px;
    }

  /* დასრულდა */

/* მობილურის ზომისთვის - 1 სვეტი */
@media screen and (max-width: 600px) {
  #itemsContainer {
    grid-template-columns: 1fr;
  }
}

/* ტაბლეტისთვის – 2 სვეტი */
@media screen and (min-width: 601px) and (max-width: 1024px) {
  #itemsContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* დესკტოპისთვის – 4 სვეტი */
@media screen and (min-width: 1025px) {
  #itemsContainer {
    grid-template-columns: repeat(4, 1fr);
  }
}

.gamyofi_xazi{
  width: 100%;
  border: 1px solid rgb(212, 212, 212);
  margin-top: 50px;
}


/* ფუტერი სტილები */


/* გვერდის შიგთავსი */


/* ფუტერი */
.site-footer {
  height: 70px;
  background-color: #000;   /* შავი ფერი */
  color: #fff;              /* ტექსტი თეთრი */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}