@font-face {
  font-family: 'GilroyRegular';
  src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'GilroyBold';
  src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}


@font-face {
  font-family: 'GilroyMedium';
  src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body {
    /* width:100% ;
    height:100%; */
    font-family: 'GilroyBold', sans-serif;
    font-family: 'GilroyRegular', sans-serif;
    font-family: 'GilroyMedium', sans-serif;


    color: #ffffff;
}
/* body {
  background-image: url("/images/Rectangle\ 1441@2x.jpg"); 
  background-size: cover;      
  background-repeat: no-repeat; 
  background-position: center;  
} */


.container {
    max-width:1440px;
    width: 100%;
    max-height: 1084px;
    height: 100%;
    margin: 0 auto;
    padding: 0 15px;
   
}

header {
    margin-top: 40px;
    position: fixed;
    width: 100%;
    z-index: 1;b
    backdrop-filter: blur(10px);

}

.header__nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.list__link__item{
    font-size: 18px;
    font-weight: 500;
   }


.header__nav__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    max-width: 478px;
    width: 100%;
}

.list__item {
    font-size: 18px;
    font-weight: 500;
}

.list--menu {
    position: relative;
    }


.header__dropdown-menu {
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 28px;
    gap: 10px;
    padding: 10px;
}

.dropdown__link {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
  }


  
/* კალათის გასტილვა  start*/

/* .bag {
    position: relative;

}

.bag__product-count {
    background-color: #E58411;
    display: inline-block;
    border-radius: 50%;
    padding: 6px;
    position: absolute;

} */

.fa-bag-shopping {
    width: 34px;
    height: 34px;
   

}


/* .list__item:hover,

.header__nav__list:hover,
.header__logo:hover,
.dropdown__0:hover{
    border: 2px solid blue;
    border-radius: 2px;
}
 */



.icon-wrapper {
  position: relative;
}

.bag-icon {
  color: white;
  font-size: 34px; 
  right: 20px;
}

.dot-icon {
  position: absolute;
  top: -1px; 
  right: -1px; 
  color: orangered;
  font-size: 22px; }

















  /* hero */


.hero__wrapper {
  background: url('../images/hero.jpg') no-repeat center/cover;
  position: relative;
  height: 100vh;  
}


.hero__content{
  display: flex;  
  flex-direction: column;
  align-items: center;
  margin-top: 161px;
}

.hero__content {
  position: absolute;
  text-align: center;
  top: 136px;
  left: 50%;
  max-width: 861px;
  max-height: 208px;
  transform: translateX(-50%);
  margin: 0 auto;
  
}

.multiline  {
  white-space: pre-line; 
}


 h1 {
  font-size: 72px;
      font-family: 'GilroyBold', sans-serif;


  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1%;
  text-align: center;
  text-transform: capitalize;
  ;

}

p {
  width: 606px;
height: 76px;
top: 383px;
left: 418px;

opacity: 0.8;

  font-size: 20px;
  line-height: 140%;
  margin-bottom: 30px;
  font-family: 'Gilroy-regular', sans-serif;
  font-weight: 400;
 
  font-size: 24px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
}



/* გამოიყენე კლასები */
form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    max-width: 344px;
    width: 100%;
    height: 56px;
    padding:30px 8px 30px 8px;   
    border-radius: 42px;
    overflow: hidden;
    border: 0.86px solid #FFFFFF99;
    background-color: #FFFFFF26;
    backdrop-filter: blur(8px);
}

 form input[type="search"] {        
    font-size: 21px;
    margin-left: 15px;
    gap:20px ;
    background: transparent;
    width: 90%;
    padding: 15px 20px;
    border-radius: 50%;
    border: none;
} 

form button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #E58411;
    color: white;
    border: none;    
    padding: 2px 20px;
    border-radius: 50%;
    cursor: pointer;
   
}







/* #search {
  font-family: Gilroy-Regular;
font-weight: 400;
font-style: ☞;
font-size: 18px;

line-height: 150%;
letter-spacing: 0%;
text-align: center;

} */
.hero__search__button i { pointer-events: none; }


/* .hero__search:focus-within {
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .15);
  border-radius: 9999px;
} */

/* ჰოვერები */
/* #search:hover,
.hero__search__btn:hover { filter: brightness(1.05); }
.visually-hidden:hover  { border-color: #d1d5db; } */


/* @media (max-width: 480px) {
  .main__search__input { height: 44px; }
  .main__search__button { height: 44px; width: 48px; }
}
 */
















/*
why-us*/




.why-us {
  /* display: flex; */
  /* font-family: 'Gilroy-regular', sans-serif; */
  width: 100%;
  margin-top: 120px;
  background-color: #f7f7f7; 
  color: #000;
}

.main__container{
    display: flex;
    justify-content: space-evenly; 
    /* align-items: center;
    max-width: 1440px;
    width: 100%;
     */
     gap: 50px;
     /* padding: 50px 20px; */
  }

 .why-us__features {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 42px;
  
}

.main__title {
  /* max-width: 100%;
  width: 242px;
  height: 104px;
  top: 1100px;   */
  opacity: 1;
  font-family: 'Gilroy-bold', sans-serif;
  font-weight: 400;
  font-size: 42px;
  text-align: start;
  line-height: 100%;
  letter-spacing: 0%;
}


.main__feature_title,
.main__feature_title,
.main__feature_title{
  text-align: start;
  width: 172px;
  height: 30px;
  top: 1204px;
  opacity: 0.9;
  font-family: 'Gilroy-Bold', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;

}



.par {
  max-width: 284px;
  height: 90px;
  opacity: 0.8;
  top: 1254px;
  text-align: start;
  margin-top: 15px;
}

.main__feature {
    /* width: 100%; */
    text-align: start;
    gap: 69px;
}

.main__feature h3{  
    opacity: 90%;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
  
}


.main__feature p {  
    opacity: 80%;
    font-weight: 400;
    font-size: 16px;
    line-height: 185%;
}

/* 
.par1, 
.fa-arrow-right
 .main__feature_1 {
    left: 405px;
}



.par2,
 .fa-arrow-right
 .main__feature_2{
    left: 730px;
}



.par3,
.fa-arrow-right
 .main__feature_3{
    left: 1055px
}


h1:hover,
.multiline:hover,
.main__title:hover,
.main__feature_1:hover,
.main__feature_2:hover,
.main__feature_3:hover,
.par1:hover,
.par2:hover,
.par3:hover {
  text-decoration: underline;
  text-decoration-color:#007bff;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  color: inherit;
} */
.vector {
  font-family: 'Gilroy-regular', sans-serif;
  color: #E58411;
  width: 37px;
height: 11px;
top: 7px;
left: 4.5px;
border-width: 1px;

opacity: 1;


}
.main__link{
  width: 121px;
  height: 26 px;
  opacity: 1;
  top: 1358px;  
  color: orangered; 
  font-family: 'Gilroy-Medium',sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 185%;
  letter-spacing: 0%;

}


/* .main__info:hover,
.main__link:hover{
    border: 2px solid #007bff;
    border-radius: 2px;
    
} */
















/* section Best */

.best{

  background: #f3f3f3;
  display: flex;
  flex-direction: column;
  text-align: center;
  
}

.best__container{ 
  width: 100%;
  color: #000;  
  padding: 40px 20px;
}


.best__title{
  width: 389px;
  height: 52px;
  font-family: 'GilroyBold', sans-serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 100%;
  margin: 0 auto;
}
.chair__name{
  width: 84px;
  height: 45px;
  border-radius: 32px;


gap: 10px;
padding: 4px;


  gap: 10px;
  opacity: 1;
  padding: 4px;
  background-color: #FFFFFF;

}
.best__content{
  width: 84px;
  height: 45px;
  background: #EEEEEE;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  

}

/*
.best__content:hover {
  border: 2px solid #007bff;
  background-color: #EEEEEE; 
}*/

/* .best__item{


} */

.best__title--name{  
  
  font-family: 'GilroyMedium', sans-serif;
  border-radius: 4px; 
  /* background: #EEEEEE; */
  width: 45px;
  height: 31px;
  font-weight: 400;
  font-size: 18px;
  line-height: 185%;
  letter-spacing: 0%;
}


.best__products--item{
   display: flex;
  justify-content: center;
  text-align: center;  
  /* width: 348px; */
  height: 57px;
  border-radius: 44px;
  padding: 6px;
 
  margin-top: 40px;
  gap: 0 px;
  border: none;
  }

.best__price,
.best__name,
.best__stars{
  display: flex;  
  text-align:start;
}

.products{
  max-width: 1200px;
  max-height: 492px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: center;
  gap: 30px;
}

.best__products{
display: flex;
justify-content: space-evenly;
text-align: center;

}

.best__card {
  padding: 20px;
  border: 2px solid transparent;
  border-radius: 12px;
  background-color: #fff;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}
/*
.best__card:hover {
  border: 2px solid #007bff;
  box-shadow: 0 4px 20px rgba(0, 123, 255, 0.1);
}
*/


.best__price{

  font-weight: 400;
  font-size: 16.76px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #8D8D8D;
}

.best__name{
  text-align: start;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #0D1B39;


}


.best__stars{
  display: flex;
  text-align: start;
  font-weight: 400;
  color: #000000;
  flex-direction: row;
}

.fa-star{
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: orange;
  font-size: 18px;
}


/*
.products:hover{
   border: 2px solid #007bff;
    border-radius: 2px;
    width: 100%;
    height: 100%;
}*/


/*
.best__products--item:hover,
.best_star:hover,
.best__price:hover,
.best__stars:hover,
.best_name:hover{
   border: 2px solid #007bff;
    border-radius: 2px;
    
  }*/
.best__name {
  transition: all 0.3s ease; 
}

/* .best__name:hover {
  color: orangered; 
  border: 2px solid #007bff;
  padding: 5px; 
  border-radius: 4px;
  background-color: #f5f5f5; 
} */
/* 
img:hover,
button:hover{
     border: 2px solid #007bff;
    border-radius: 2px;
} */

img{
  max-width: 218px;
  width: 100%;
  height: 255px;
  opacity: 1;
}




.best__price {
  display: flex;
  justify-content: space-between; 
  align-items: center;
  margin-top: 12px;
}

.best__price--price {
  font-size: 20px;
  font-weight: bold;
  color: #0D1B39;
}

.dolar {
  font-size: 12px;          
  vertical-align: super;    
  margin-right: 2px;
}

.price-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: none;
  background: none;
  border-radius: 50%;
  background-color:#0D1B39; 
  color: #fff;              
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.fa-circle-plus {
  font-size: 20px;
}











