/* move */
.move {
  animation: MoveUpDown 7s ease-in-out infinite;
  position: absolute;
    right: 40%;
    bottom: 55%;
}
.move1 {
  animation: MoveUpDown 6s ease-in-out infinite;
  position: absolute;
    bottom: 60px;
    right: 37%;
animation-delay:2s; /* за да не тръгват едновременно*/

}

.move2 {
  animation: MoveUpDown 4s ease-in-out infinite;
  position: absolute;
  animation-delay: 1s;
  right: 2%;
    
}

.move3 {
    animation: MoveUpDown 10s ease-in-out infinite;
    position: absolute;
    animation-delay: 2s;
    right: 32%;
    bottom: 50%;
    z-index: 9;
}

.move4 {
  animation: MoveUpDown 8s ease-in-out infinite;
  position: absolute;
  animation-delay: 2s;
right: 25px;
    bottom: 50%; 
}

@keyframes MoveUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); 
  }
  100% {
    transform: translateY(0);
  }
}
/* move end */

/* offer start */

.column2{display: grid;    grid-template-columns: repeat(2, 1fr); gap: 20px; margin: 50px 0; }

.column2 a{display: block;
    text-decoration: none;
    color: #333;
    width: 100%;}
.salon{      padding: 20px;
    /* display: flex
; */
    background-color: #fff;
    border-radius: 5px;
    /* gap: 20px; */
    font-size: 14px;
    list-style: none;
    color: #333;
    transition: all .3s;
    align-items: center;
        box-shadow: 0px 12px 25px #f3f3f3;
  }
.salon:hover{    box-shadow: 0 5px 20px #e9e9e9;}



.salon h3 { color: #333; font-size: 18px; transition: all .3s;}
.salon:hover h3{color: #fc705d;}


.logo-list{vertical-align: middle;border-radius: 5px; float: left;}
.address {
       margin: 15px 0 0 0;
    display: flex;
    align-items: center;
    border-top: 1px dashed #d1cfcf;
    padding-top: 15px;
}
.address img{margin-right: 10px;}
.promo-num {
    font-weight: 600;
    display: inline-block;
}
.title {
    width: 75%;
    padding: 0 0 0 15px;
    float: left;
}
.info {
    width: 75%;
    padding: 0 0 0 15px;
    float: left;
}
.info img{vertical-align: middle;}
.promo {
display: inline-block;
    margin: 10px 0 0 0;
}
.promo img{vertical-align: middle; margin-right: 10px;}
/* offer end */

.wrap-promo {
    width: 90%;
    max-width: 1000px;
    margin: 120px auto;
    display: block;
}
/*  */
.wrap-main{    max-width: 1200px;
    width: 100%;
    display: flex;
    position: relative;
    margin: 0 auto 70px auto;
    background: url(/assets/img/head-main.png) no-repeat center right;
    min-height: 624px;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
   }
.main-head{
    width: 50%;
    gap: 22px;
    display: flex;
    flex-direction: column;
}
.main-head p{line-height: 26px;}
.wrap-main h1{font-size: 45px;text-transform: uppercase; font-weight: 400;}


.custom-header {
      background:linear-gradient(100deg, #f9f9f9, #ffffff);
  color: #000;
  position: relative;
  /* padding-bottom: 60px; */
  /* overflow: hidden; */
}
.search{border-radius: 5px; padding: 5px; background-color: #fff; width: 100%; max-width: 750px; color: #333;    display: flex;
    justify-content: space-between;    align-items: center; gap: 5px;box-shadow: 0 3px 25px #dee4e9;}
    .search button{      background-color: #009688;
    border-radius: 5px;
    padding: 15px 0px;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    min-width: 130px;
    transition: all .3s;
    text-align: center;}
   .search button img{vertical-align: middle;}  
   .search button:hover{ background-color: #00b7a5;}
.search input{padding: 15px 10px; border: none;width: 100%;}
.search-map{    background-color: #f7f7f7;
    padding: 8px;
    min-width: 100px;
    display: flex;
    align-items: center;
    border-radius: 5px;}
    .search-map img{vertical-align: middle;}
    .search-map a{color: #000; text-decoration: none; font-size: 14px;}


.search-name input {width: 100%;    min-width: 250px;}

.search-city, .search-cat {
  background-color: #f7f7f7;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 5px;
  width: 100%;
}

.search-city select
{
    color: #000;
    cursor: pointer;
  background-color: #f7f7f7;
  width: 100%;
      border: none;
    padding: 15px 10px;
}
.search-city label::after, .search-cat label::after  {
    content: '';
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    pointer-events: none;
    background: #f7f7f7 url("data:image/svg+xml,%3Csvg viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0l5 6 5-6H0z' fill='%23003366'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}


.search-box { margin: 30px 0 0 0;}




/* section */
section {margin: 50px 0; }
.main-text {width: 90%;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 30px auto;}
.upper-home-txt{    color: #878787;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 10px 0;}
.main-text h2 {font-size: 25px; text-transform: uppercase;}

.column3 {display: flex;
    justify-content: space-between;
    gap: 40px;
    margin: 80px 0;}
.column3 div{       display: flex;
    align-items: center;
    gap: 25px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 10px;
    padding: 19px;
        /* border: 1px solid #d5dfe7; */
    }
.line{background: url(/assets/icons/line.png) no-repeat center; width: 100%; height: 63px;}
/* content */
.h2-main{font-size: 22px;}
section h2{    margin: 0 0 25px 0;
    line-height: 30px;
    font-size: 18px;}
.about{      background: #fafafa;
    padding: 25px;
    border-radius: 10px;
    line-height: 24px;}
    .about p{margin: 10px 0;}
.about a{  text-decoration: none;
    color: #009688;
    font-weight: 600;}
.about a:hover{  text-decoration: underline;}
.about h3{font-weight: 500; font-size: 18px; margin: 20px 0 10px 0;}
.about ul{margin-left: 20px;}
.about ul li{list-style: circle;}
.content{    
    border: 1px solid #dfdfdf;
    padding: 25px;
    border-radius: 10px;}
    .content h2 img{vertical-align: middle; margin-right: 5px;}
.content ul li{    list-style: none;    margin: 5px 0;}
.content ul{
      display: grid;
      margin: 0; padding: 0;
    grid-template-columns: repeat(4, 1fr);
}
.content a{text-decoration: none; color: #000;}
.content a:hover{text-decoration: underline; color: #b77633;}



/* SVG вълна */
.wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  line-height: 0;
  left: 0;
}

.wave svg {
  display: block;
  width: 100%;
  height: 100%;
      margin: 10px 0 0 0;
}

/* autocomplete */
      .autocomplete-suggestions {
    position: absolute;
    background: #fff;
    box-shadow: 0 0 1px #ccc;
    max-height: 200px;
    overflow-y: auto;
    z-index: 9999;
    width: 100%;
    max-width: 250px;
    border-radius: 5px;
    box-shadow: 0 0 9px hsl(0deg 0% 0% / 20%);
}
 .autocomplete-suggestions a {text-decoration: none; font-size: 14px; color: #333;}
.autocomplete-suggestions div {
    padding: 5px 10px;
    cursor: pointer;
}
.autocomplete-suggestions div:hover {
    background: #dfdfdf;
}

.category-dropdown-container {
background-color: #f7f7f7;
    /* padding: 5px 10px; */
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 5px;
}
.category-dropdown-container input{background-color: #f7f7f7; cursor: pointer;}
.category-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 1000;
    border-radius: 5px;
    max-height: 250px;
    overflow-y: auto;
    width: 100%;
    padding: 10px;
    min-width: 295px;
    box-shadow: 0 0 9px hsl(0deg 0% 0% / 20%);
}
.category-dropdown label::after{display: none;}
.category-dropdown input{    width: 20px;
    height: 20px;
    border-radius: 5px;
    vertical-align: middle;
    padding: 0;
    border: 1px solid #505050;
    margin: 0 5px 0 0;
    background: #fff;}

.category-dropdown input:checked {
border-color: #000;
    background-color: #505050;
}
.category-dropdown label{margin: 5px 0;
    display: block;
    padding: 3px 0;
    font-size: 14px;}

.category-dropdown label:hover{background-color: #f7f7f7;}
/* star rating */
.star-rating {
    direction: rtl;
    display: inline-flex;
    font-size: 20px;
    user-select: none;
  }
  .star-rating input {
    display: none;
  }
  .star-rating label {
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
  }
  .star-rating input:checked ~ label,
  .star-rating label:hover,
  .star-rating label:hover ~ label {
    color: gold;
  }
.star {
    font-size: 20px;
    display: inline-block;
    position: relative;
    color: #ccc;
}

.star.full {
    color: #f5a623;
}

.star.half::before {
    content: "★";
    color: #f5a623;
    position: absolute;
    left: 0;
    width: 50%;
    overflow: hidden;
}

.star.empty {
    color: #ccc;
}

@media (max-width: 1200px) {
    .main-head{width: 90%; margin: 0 auto;}
     .search-box{width: 90%; margin: 30px auto;}
         .title {
        width: 70%;
    }
        .info {
        width: 70%;
    }
        .logo-list {
    width: 30%;
    height: auto;
}
}

/* Респонсив стилове */
@media (max-width: 768px) {

    /* .move-icons img{ width: 35px; height: 35px;} */
    .move {
    bottom: 6%;
        right: 5%;
}
.move1 {
    right: 65%;
}
.move3 {
    right: 260px;
    bottom: 210px;
}
.move4 {
    bottom: 5%;
    right: 25%;
}
    .logo-list {
        width: 120px;
    }
  .line{background: url(/assets/icons/line-mob.png) no-repeat center; height: 26px;}
  .column3 {
    gap: 10px;
    flex-direction: column;
    margin: 60px 0;
}
.main-text h2 {
    font-size: 20px;}
    .upper-home-txt {
    font-size: 16px;}
    .column2 {
    grid-template-columns: repeat(1, 1fr);}
.search-name input {
    min-width: 150px;
}
    .nav-container {
    border-bottom: 1px solid #d6dce1;
}
.salon h3 {
    font-size: 16px;
}
  .wrap-main {
        margin: 40px auto 100px auto;
        background: url(/assets/img/head-main-mini.png) no-repeat center bottom;
        min-height: 680px;
        justify-content: flex-start;
    }
}


@media (max-width: 520px) {
    .h2-main{font-size: 18px;}
        .info {
        width: 100%;
        padding: 0;
    }
  .content ul{ grid-template-columns: repeat(1, 1fr);}
    .wrap-main {
        margin: 40px auto 100px auto;
        background: url(/assets/img/head-main-mini.png) no-repeat center bottom;
        min-height: 880px;
        justify-content: flex-start;
    }
.search{ flex-direction: column;        padding: 25px;}
.wrap-main h1 {font-size: 31px;}
.search-name{width: 100%;}
.search-name input {min-width: 100%;}
.category-dropdown-container{width: 100%;}
.search button {width: 100%; margin-top: 20px;}

.salon {
    flex-direction: column;
}
.logo-list{width: 65px;
        height: 65px;;}
    .comment-count {
        /* display: block; */
        font-size: 12px;
    }
    .salon{font-size: 13px;}
}