.hero-home {
  position: relative;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: 16px 1fr 16px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background: var(--green-light);
}

@media (min-width: 1024px) {
  .hero-home {
    padding-top: 56px;
    grid-template-columns: 0px 1fr 0px;
  }
}

.hero-home img {
  width: 100%;
  height: 420px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

@media (min-width: 768px) {
  .hero-home img {
    height: 710px;
  }
}

.hero-home--background {
  grid-area: 1 / 1 / 2 / 4;
  background: var(--green-light);
}

.hero-home--pattern {
  grid-area: 2 / 1 / 3 / 4;
  background: url("../images/pattern-1.png"), var(--green-light);
  background-size: contain;
  background-repeat: repeat;
}

.hero-home--bottom {
  grid-area: 3 / 1 / 4 / 4;
  background: var(--white);
}

.hero-home--img {
  position: relative;
  grid-area: 1 / 2 / 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  margin-inline: auto;
}

@media screen and (min-width: 1024px) {
  .hero-home--img {
    width: calc(100% - 1rem);
  }
}

@media screen and (min-width: 1280px) {
  .hero-home--img {
    width: 1280px;
  }
}

.hero-home--img::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(
      36deg,
      rgba(0, 0, 0, 0.4) 31.65%,
      rgba(0, 0, 0, 0) 57.8%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.hero-home--content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 16px;
  color: var(--white);
  max-width: 600px;
}

@media screen and (min-width: 1024px) {
  .hero-home--content {
    padding: 0 0 132px 80px;
    max-width: 830px;
  }
}

@media screen and (min-width: 1024px) {
  .hero-home--content h1 {
    font-size: 4rem;
  }
}

.hero-home .asterio-search {
  position: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  background-color: var(--green-light);
  padding: 16px 0;
  margin-left: auto;
  margin-right: auto;
  min-height: 104px;
  z-index: 10000;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

@media screen and (min-width: 1024px) {
  .hero-home .asterio-search {
    flex-direction: row;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -52px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 16px 32px;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
    -ms-border-radius: 56px;
    -o-border-radius: 56px;
  }
}

.hero-home .asterio-search label {
  /* display: none; */
  margin: 0 !important;
  font-family: inherit !important;
  font-size: 1rem !important;
  color: var(--green-dark);
  text-transform: uppercase;
}

.hero-home .asterio-search label span {
  text-transform: uppercase;
}

.hero-home .asterio-search .ast-form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
}

.hero-home .asterio-search .ast-form-control {
  width: 100%;
  background-color: var(--white);
  box-shadow: none;
  border-bottom: none;
  padding: 5px 16px !important;
  text-align: center;
  cursor: pointer;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

.hero-home
  .asterio-search
  .ast-form-control.ast-form-group-focused
  .ast-form-control {
  border-bottom: none;
}

.hero-home .asterio-search .ast-form-control:hover {
  border-bottom: none;
}

.hero-home .asterio-search #categoryChoice .selectionCateroryWrapper {
  width: 360px;
}

.hero-home .asterio-search #categoryChoice .multi-select-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--white);
  padding: 9px 16px !important;
  cursor: pointer;
  border-bottom: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
}

@media screen and (min-width: 590px) {
  .hero-home .asterio-search #categoryChoice .multi-select-container {
    width: 100%;
  }
}

.hero-home .asterio-search #categoryChoice .multi-select-container span {
  cursor: pointer;
}

.hero-home
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn::before {
  content: none;
}

.hero-home
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn
  .btn-text::before,
.hero-home
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-container-header-left
  .btn
  .btn-text::after {
  content: none;
}

.hero-home
  .asterio-search
  #categoryChoice
  .multi-select-container
  .multi-select-menu
  .multi-select-menuitems
  label {
  margin: 8px 0 !important;
  font-size: 14px !important;
  line-height: normal;
}

.hero-home .asterio-search #datepicker .searchDateForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

@media screen and (min-width: 590px) {
  .hero-home .asterio-search #datepicker .searchDateForm {
    flex-direction: row;
  }
}

.hero-home .asterio-search #datepicker .searchDateForm input[type="text"] {
  width: 150px;
}

.hero-home
  .asterio-search
  #datepicker
  .searchDateForm
  input[type="text"]:hover {
  border-bottom: none;
}

.hero-home .asterio-search #datepicker .searchDateForm button.search {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  font-size: 1rem;
  font-family: inherit !important;
  background-color: var(--green-dark) !important;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

@media screen and (min-width: 590px) {
  .hero-home .asterio-search #datepicker .searchDateForm button.search {
    border-radius: 8px 40px 40px 8px;
    -webkit-border-radius: 8px 40px 40px 8px;
    -moz-border-radius: 8px 40px 40px 8px;
    -ms-border-radius: 8px 40px 40px 8px;
    -o-border-radius: 8px 40px 40px 8px;
  }
}

.hero-home .asterio-search #datepicker .searchDateForm button.search span {
  display: flex;
  color: var(--white);
  text-align: center;
  font-family: inherit !important;
  font-size: 1rem;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}

.hero-home #booking-datepicker {
  position: relative;
  width: 100%;
}

.hero-home #booking-datepicker .datepicker-custom-dialog.show-on-click {
  left: 0 !important;
  right: 0 !important;
  top: 60px !important;
}
