@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");

.header_banner_img {
  background-blend-mode: overlay;
  background-color: #878787;
  width: 100%;
  height: 400px;
  background-image: url(../images/top-banner.jpeg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.homepage_overlay_text h1 {
  font-weight: 700;
  font-size: 70px;
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

.homepage_overlay_text h2 {
  font-size: 30px;
  color: #ffffff;
  line-height: 1.2em;
  text-align: center;
  font-weight: normal;
}

.overlay_searchBar_and_btn {
  width: 650px;
}

.search_input {
  width: 100%;
  padding: 15px;
  font-size: 22px;
  float: left;
  border-radius: 0px;
  color: #888888;
  font-family: "Roboto";
  border: none;
  margin: 0;
}

.ui-autocomplete {
  left: 0 !important;
  list-style: none !important;
  padding-left: 0 !important;
}

.ui-menu .ui-menu-item-wrapper {
  padding: 5px 24px !important;
  font-size: 20px;
  color: #001023;
  background-color: white;
  list-style: none !important;
}

.ui-state-active {
  background-color: #003c8a !important;
  color: #ffffff !important;
}

.input_group_addon {
  background-color: white;
  border: none;
  padding: 10px 20px;
  display: flex;
}
.input_group_addon img {
  width: 28px;
}

.input-group {
  flex-wrap: nowrap;
}

.search_input:focus-visible {
  outline: none;
}

.overlay_searchBar_and_btn button {
  float: right;
  padding: 16px 40px;
  background: #1464ab;
  font-size: 22px;
  border: none;
  color: white;
  cursor: pointer;
  border-radius: 0px;
  font-family: "Roboto";
}

.overlay_searchBar_and_btn select {
  appearance: none;
  background-image: url(../images/down-arrow.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 25px;
  padding-right: 20px !important;
  background-color: white;
}

.detail_container {
  display: inline-grid;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  column-gap: 28px;
  row-gap: 28px;
  width: 100%;
}

.destination_detail {
  width: 100%;
  border: none;
  border-radius: 0px;
  position: relative;
  border: 1px solid #bababa;
}

.card_img_div {
  height: 229px;
}

.price_tag {
  position: absolute;
  background: #008009;
  color: #ffffff;
  top: 0;
  right: 0;
  padding: 10px;
  line-height: 1.2;
}

.price_tag p {
  margin-bottom: 0px;
  text-align: center;
}

.price_tag .tag_line_through_txt {
  text-decoration: line-through;
  font-size: 17px;
  color: #d5d5d5;
}

.price_tag .tag_price_text {
  font-weight: 900;
  font-size: 26px;
  margin-bottom: -2px;
}

.price_tag .tag_per_couple {
  text-transform: uppercase;
  font-size: 14px;
}

.dest_package {
  position: absolute;
  top: 5%;
  color: #fff;
  padding: 1px 10px;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.8435749299719888) 0%,
    rgba(60, 60, 60, 0.835171568627451) 79%,
    rgba(0, 212, 255, 0) 100%
  );
  font-weight: bold;
}

.after_shade {
  font-size: 15px;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px 10px;
  color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  font-weight: 500;
  width: 100%;
}

.destination_title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: normal;
  display: inline-block;
}

.destination_desc_div {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  opacity: 1;
  margin: 0;
  margin-bottom: 5px;
}

.offer_content {
  padding: 5px 10px 17px 10px;
  font-size: 14px;
}

.dest_content {
  margin-top: 10px;
  min-height: 45px;
  font-weight: 500;
}

.oneDetailcontainer {
  grid-template-areas: ". a .";
  grid-template-columns: repeat(3, 1fr);
}

.twoDetailcontainer {
  grid-template-areas: ".a b.";
  grid-template-columns: auto 30% 30% auto;
}

.gridAreaB {
  grid-area: b;
}

.oneTwoDestinationDetail {
  grid-area: a;
  align-self: center;
  justify-self: center;
}

.hotel_view_deal_btn {
  background-color: #008009;
  color: #ffffff;
  border: none;
  font: inherit;
  padding: 3px 10px;
  cursor: pointer;
  outline: inherit;
  white-space: nowrap;
}

.hotel_partner_logo h3 {
  font-weight: 700;
  font-size: 40px;
  color: #353740;
  line-height: 1.2em;
  text-align: center;
}

.as_seen_on_logo {
  background-color: #f7f8fa;
}

.as_seen_on_logo h3 {
  font-weight: 700;
  font-size: 40px;
  color: #353740 !important;
  line-height: 1.2em;
  text-align: center;
}

.card_slider {
  background-color: #f7f8fa;
}

.bottom_banner_1_img {
  background-blend-mode: overlay;
  background-color: RGBA(0, 0, 0, 0);
  width: 100%;
  height: 400px;
  background-image: url(../images/sustainable-tourism.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
}

.bottom_banner_1_overlay_text {
  padding: 0 17%;
}

.bottom_banner_1_overlay_text h1 {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2em;
}
.bottom_banner_1_overlay_text h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: normal;
}

@media only screen and (max-width: 1200px) {
  .detail_container {
    display: inline-grid;
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    width: 100%;
    column-gap: 21px;
    row-gap: 30px;
  }
  .twoDetailcontainer {
    grid-template-areas: none;
    grid-template-columns: repeat(2, 1fr);
  }
  .oneTwoDestinationDetail {
    grid-area: auto;
  }
  .gridAreaB {
    grid-area: auto;
  }
  .oneDestinationDetailMobile {
    grid-area: a;
  }
}
@media only screen and (max-width: 767px) {
  .detail_container {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    column-gap: 10px;
    row-gap: 15px;
  }

  .salebanner_section div {
    padding-left: 0px;
    padding-right: 0px;
  }

  .oneDetailcontainer {
    grid-template-areas: " a ";
  }

  .destination_title {
    font-size: 19px;
    display: inline-block;
  }
  .price_tag .tag_line_through_txt {
    font-size: 15px;
  }
  .price_tag .tag_price_text {
    font-size: 20px;
  }
  .homepage_overlay_text h1 {
    font-size: 30px;
  }

  .homepage_overlay_text h2 {
    font-size: 19px;
  }
  .overlay_searchBar_and_btn {
    width: 100%;
    flex-direction: column;
    padding: 10px 5% !important;
  }
  .as_seen_on_logo_img {
    width: 100% !important;
    height: auto !important;
  }
  .hotel_partner_img_1 {
    width: 100% !important;
    height: auto !important;
  }
  .hotel_partner_img_2 {
    width: 100% !important;
    height: auto !important;
  }

  .hotel_partner_logo h3 {
    font-size: 20px;
  }
  .as_seen_on_logo h3 {
    font-size: 20px;
  }
  .as_seen_on_logo {
    margin: 10px 0 !important;
    padding: 20px 0 !important;
  }
  .bottom_banner_1_img {
    height: 200px;
  }
  .bottom_banner_1_overlay_text {
    padding: 0 5%;
  }

  .bottom_banner_1_overlay_text h1 {
    font-size: 24px;
  }
  .bottom_banner_1_overlay_text h2 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .homePage .header_banner_img {
    height: 340px;
  }
  .detail_container {
    grid-template-columns: auto;
    column-gap: 28px;
    row-gap: 28px;
    width: 100%;
  }
  .search_input {
    width: 100%;
    padding: 15px;
    font-size: 22px;
    float: left;
    border-radius: 0px !important;
    color: #888888;
    font-family: "Roboto";
    border: none;
    margin: 0;
    -webkit-appearance: none;
    background: #fff;
  }
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.searchbar_group .ui-autocomplete {
  max-height: 250px;
  overflow: hidden;
  overflow-y: scroll;
}

.searchbar_group .ui-autocomplete::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #b4b4b4;
  border-radius: 10px;
  background-color: #f5f5f5;
}

.searchbar_group .ui-autocomplete::-webkit-scrollbar {
  width: 8px;
  background-color: #b4b4b4;
}

.searchbar_group .ui-autocomplete::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #b4b4b4;
  background-color: #b4b4b4;
}
