

.logo-container {
  text-align: center;
}

.topnav {
  margin: 0 auto;
}

@media (min-width: 767px) {
  .logo-container {
    text-align: left;
  }
}

.logo-link {
  display: inline-block;
}

.logo {
  width: 187px;
  height: 80px;
  background: url("../../../img/semiiphubwhite3-G2l_iOy.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.home__search_box {
  /* background: linear-gradient(
    90deg,
    #5a2982,
    #5a2982,
    #5a2982,
    rgb(104, 58, 150)
  ); */
  background: linear-gradient(
    to bottom right,
    #5a2a82, #5a2a82, #956eb6
  )
}

.home__search__title {
  margin: 0 auto;
  padding-top: 20px;
  max-width: fit-content;
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

@media (min-width: 767px) {
  .home__search__title {
    font-size: 2.3rem;
  }
}

.home_search__input {
  position: relative;
  margin: 20px auto;
  max-width: fit-content;
}

.home_search__input__field {
  height: 40px;
  padding: 0 16px;
  font-size: 18px;
  border-radius: 4px;
  width: 400px;
  max-width: 100%;
  border: 0;
  outline: 0;

}

.home_search__submit {
  position: absolute;
  right: 0px;
  top: 8px;

  background: transparent;
  color: black;
  cursor: pointer;
  text-align: center;
  width: 60px;
  border: 0;
}
.home_search__submit svg {
  width: 22px;
  height: 22px;
}

.home__search_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pulse__menu__catalog_category {
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 700;
  border: solid 0px white;
  padding: 6px;
  color: black;
  background-color: var(--secondaryColor);
  border-radius: 5px;
}

.home__menu__catalogcategory {
  display: inline-block;
  padding: 20px 0;
}

@media (min-width: 767px) {
  .home_search__input__field {
    height: 60px;
    padding: 0 24px;
    font-size: 24px;
    width: 600px;
  }

  .home_search__submit {
    position: absolute;
    right: 0px;
    top: 15px;
  
    background: transparent;
    color: black;
    cursor: pointer;
    text-align: center;
    width: 60px;
    border: 0;
  }
  .home_search__submit svg {
    width: 30px;
    height: 30px;
  }

}



.home_search__example {
  padding: 20px 0;
  color: white;
}

.home_search__example a {
  color: white;
  text-decoration: none;
}

.home_search__autocomplete_suggestions {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  border-radius: 4px;
  
  /* padding: 15px 10px; */

  background-color: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 999;
}
.home_search__autocomplete_suggestion {
  padding: 12px;
  margin: 0 12px ;
  cursor: pointer;
  display: block;
  text-decoration: none;
  border-radius: 3px;
  color: black;

}
.home_search__autocomplete_suggestion:hover, .home_search__autocomplete_suggestion.active {
  background: #e9f3ff;
}


@media (min-width: 767px) {
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
