@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
/* Base */
html * {
  font-family: "Poppins", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.75;
  font-family: "Poppins", sans-serif;
  color: #707070;
}

.h1 {
  font: normal normal 600 75px/90px Poppins !important;
  letter-spacing: -0.6px;
  color: #ffffff;
}

.h3 {
  text-align: center;
  font: normal normal 600 28px/40px Poppins;
  letter-spacing: 0.56px;
  color: #000000;
  text-transform: uppercase;
  opacity: 1;
}

.h4 {
  font: normal normal normal 24px/31px Poppins !important;
  letter-spacing: 0px;
  color: #ffffff;
}

.h5 {
  text-align: center;
  font: normal normal normal 11px/13px Lato;
  letter-spacing: 0.1px;
  color: #e3403d;
}

.label {
  font: normal normal normal 11px/13px Lato;
  letter-spacing: 0.1px;
  color: #707070;
  text-transform: uppercase;
}

.input {
  width: 100%;
  display: block;
  font: normal normal normal 18px/27px Poppins;
  letter-spacing: 0.16px;
  color: #000000;
  /*text-transform: capitalize;*/
  outline: none;
  border: none;
}

.select {
  width: 100%;
  border: none !important;
  outline: none;
  display: block;
  font: normal normal normal 18px/27px Poppins !important;
  letter-spacing: 0.16px !important;
  color: #000000 !important;
  background: transparent;
}

.btn-custom {
  width: 100%;
  height: 100%;
  background: #e3403d 0% 0% no-repeat padding-box;
  border: none;
  text-transform: uppercase;
  color: white;
  padding: 17px;
}
.btn-custom.btn-disabled {
  background-color: #ea7370;
}
.btn-custom:hover:not(.btn-disabled) {
  background-color: #c52b29;
}

.btn-custom-outline {
  height: 100%;
  margin-left: -13px;
  background: transparent;
  border: 1px solid #e3403d;
  text-transform: uppercase;
  color: #e3403d;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
#advanced-search-btn {
  text-decoration: none;
  color: #5f6368;
  display: inline-block;
  line-height: 16px;
}
.btn-custom-outline i {
  margin-left: 5px;
}
.btn-custom-outline:hover {
  background-color: #e3403d;
  color: white;
  animation-duration: 750ms;
}

.btn-custom-icon {
  height: 51px;
  width: 51px;
  border: 1px solid white;
  color: white;
  background-color: transparent;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-custom-icon:hover {
  background-color: white;
  color: #e3403d;
}

.breadcrumb-custom {
  font: normal normal normal 11px/13px Lato;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 17px;
  background-color: #f5f5f5;
}
.breadcrumb-custom a {
  color: #e3403d;
  margin-right: 5px;
  margin-left: 5px;
  text-decoration: none;
}
.breadcrumb-custom label {
  color: #707070;
  margin-left: 5px;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
@media screen and (max-width: 600px) {
  .breadcrumb-custom {
    display: none;
  }
}
/* Layout
@import "layout/grid";
*/
/* Modules */
.header {
  z-index: 100;
  /* ----------------------------------- *\
      $TOPBAR
  \* ----------------------------------- */
  /* ----------------------------------- *\
      $NAVBAR
  \* ----------------------------------- */
}
.header .topbar {
  height: 28px;
  background-color: #e3403d;
}
.header .topbar a {
  color: white;
  text-decoration: none;
}
.header .topbar a i {
  margin-left: 8px;
}
.header .topbar .topbar_social-media {
  float: right !important;
}
.header .navbar {
  height: 72px;
  background: #ffffff 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 9px 18px #0000000b !important;
}
.header .navbar .nav .nav-item .nav-link {
  font: normal normal normal 14px/21px Poppins;
  color: #707070 !important;
}
.header .navbar .nav .nav-item .nav-link:hover {
  font: normal normal 600 14px/21px Poppins;
  color: #000000 !important;
  background: #fdf1f0 0% 0% no-repeat padding-box;
}
.header .navbar .nav .nav-item .active {
  font: normal normal 600 14px/21px Poppins;
  color: #000000 !important;
  background: #fdf1f0 0% 0% no-repeat padding-box;
  border-bottom: 4px solid #e3403d;
}
.header .nav-mobile {
  display: none;
}
.header .menu-mobile {
  display: none;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .header .topbar {
    display: none;
  }
  .header .nav-web {
    display: none;
  }
  .header .nav-mobile {
    display: block;
    float: right;
    position: absolute;
    right: 17px;
    top: 63px;
  }
  .header .nav-mobile button {
    width: 44px;
    height: 44px;
    border: none;
    background: transparent;
    color: #000000;
    font-size: 25px;
  }
  .header .menu-mobile {
    display: none;
    align-items: flex-start;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.95) !important;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 20px;
  }
  .header .menu-mobile .menu-title {
    text-align: center;
    font: normal normal bold 21px/31px Poppins;
    color: #000000;
  }
  .header .menu-mobile .menu-title div {
    font-weight: 300;
    font-size: 150%;
    margin-bottom: 0.5rem;
    line-height: 1.2;
  }
  .header .menu-mobile .close-btn {
    position: absolute;
    bottom: 30px;
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .header .menu-mobile .close-btn button {
    width: 44px;
    height: 44px;
    background: white;
    font: normal normal 600 19px/13px Poppins;
    letter-spacing: 0.32px;
    color: #e3403d;
    border: 1px solid #e3403d;
  }
  .header .menu-mobile .close-btn button:hover {
    background: #e3403d 0% 0% no-repeat padding-box;
    color: white;
  }
  .header .menu-mobile ul {
    display: block;
    text-align: center;
  }
  .header .menu-mobile ul .nav-link {
    font: normal normal normal 14px/21px Poppins;
    color: #707070 !important;
  }
  .header .menu-mobile ul .nav-link:hover {
    font: normal normal 600 14px/21px Poppins;
    color: #000000 !important;
    background: #fdf1f0 0% 0% no-repeat padding-box;
  }
  .header .menu-mobile ul .active {
    font: normal normal 600 14px/21px Poppins;
    color: #000000 !important;
    background: #fdf1f0 0% 0% no-repeat padding-box;
    border-bottom: 4px solid #e3403d;
  }
}
.search {
  width: 100%;
  height: 555px;
  background: url(/images/bgSearch.webp) center top no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: left;
}
.search .searchForm {
  height: 79px;
  margin-top: 47px;
}
.search .searchForm .searchFieldsContent {
  padding: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
}
.search .searchForm .searchFieldsContent.closed {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.search .searchForm .searchFieldsContent .searchField {
  border-right: 1px solid #cbcbcb;
}
.search .searchForm .searchFieldsContent .searchField:last-child {
  border-right: none;
}

.country-radio {
  padding: 15px;
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.searchForm-mobile {
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
    0 2px 4px -1px rgb(0 0 0 / 30%);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
@media screen and (max-width: 600px) {
  .search {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    padding: 40px;
  }
  .search h1 {
    font: normal normal 600 38px/45px Poppins !important;
    letter-spacing: -0.3px !important;
    text-align: center;
  }
  .search .h4 {
    font: normal normal normal 15px/23px Poppins !important;
    text-align: center;
    display: block;
  }
  .search .searchForm {
    margin-top: 0;
  }
  .search .searchForm {
    margin-left: 0;
  }
  .search .searchForm-mobile {
    background: white;
    border-radius: 8px;
  }
  .search .searchForm-mobile .searchFieldsContent .searchField {
    border-right: 0;
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
  }
  .search .searchForm-mobile .country-radio .form-check-inline {
    display: block !important;
  }
  .country-radio {
    border-bottom: 1px solid #dee2e6 !important;
  }
  .btn-custom.closed {
    border-bottom-right-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
  }
}
.destinations {
  width: 100%;
  padding-top: 48px;
}
.destinations .destinationsCards {
  padding-top: 48px;
}
.destinations .all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.destinations .all .btn-custom-outline {
  width: 20%;
  padding: 20px;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  .destinations .all .btn-custom-outline {
    width: 50%;
  }
}
.card_dest {
  width: 100%;
  height: 344px;
  position: relative;
}
.card_dest .dest_img {
  position: relative;
  width: 100%;
  height: 309px;
  object-fit: cover;
}
.card_dest .card_content {
  position: absolute;
  bottom: 34px;
  width: 100%;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}
.card_dest .card_content span {
  font-weight: 500 !important;
  display: block;
}
.card_dest .card_content .link {
  margin-top: 5px;
  display: none;
}
.card_dest:hover .link {
  display: flex;
  align-items: center;
  justify-content: center;
  animation-duration: 2s;
}

.offers {
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #fafafa;
}

.off_card {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 9px 18px #00000012;
  margin-top: 20px;
}
.off_card .off_img img {
  width: 100%;
  height: 181px;
  object-fit: cover;
}
.off_card .off_content .off_content-tarif {
  width: 168px;
  height: 56;
  position: absolute;
  right: 0px;
  top: 142px;
  background: #e3403d 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000001c;
  text-align: center;
}
.off_card .off_content .off_content-tarif label {
  font: normal normal normal 9px/11px Lato;
  letter-spacing: 0.08px;
  color: #ffffff;
}
.off_card .off_content .off_content-tarif span.h3 {
  font: normal normal 600 27px/21px Poppins;
  letter-spacing: 0.54px;
  color: #ffffff;
}
.off_card .off_content .off_content-title {
  padding: 32px 14px 0px 14px;
}
.off_card .off_content .off_content-title span {
  width: 100% !important;
  text-align: left;
  font: normal normal 600 16px Poppins;
  letter-spacing: 0.32px;
  color: #000000;
}
.off_card .off_content .off_content-reviewDate {
  padding: 0 14px 5px 14px;
}
.off_card .off_content .off_content-reviewDate .off_content-review label,
.off_card .off_content .off_content-reviewDate .off_content-nextDate label {
  text-align: left;
  font: normal normal normal 11px/13px Lato;
  letter-spacing: 0.1px;
  color: #707070;
}
.off_card .off_content .off_content-reviewDate .off_content-nextDate span {
  display: block;
  text-align: left;
  font: normal normal 600 15px Poppins;
  letter-spacing: 0.26px;
  color: #005f00;
  font-weight: 500 !important;
}
.off_card .off_content .off_content-callToAction {
  padding: 0 14px 0px 14px;
}
.off_card .off_content .off_content-callToAction .btn-custom-outline {
  width: 114%;
  padding: 10px;
}
.off_card .off_content .off_content-callToAction .btn-details {
  border-color: #d3d3d3;
  color: #707070;
}
.off_card .off_content .off_content-callToAction .btn-details:hover {
  background-color: #d3d3d3;
  color: #5c5b5b;
}

footer {
  background: #ececec 0% 0% no-repeat padding-box;
  padding: 39px 0 39px 0;
  position: relative;
}
footer .footer_logo img {
  margin-bottom: 15px;
}
footer .footer_logo a {
  margin-right: 8px;
  text-decoration: none;
}
footer .footer_logo a i {
  color: #e3403d;
}
footer .footer_cr {
  position: relative;
}
footer .footer_cr p {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font: normal normal normal 14px/21px Poppins;
  color: #707070;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  footer .footer_cr {
    margin-top: 15px;
    position: static !important;
  }
  footer .footer_cr p {
    text-align: center;
  }

  footer .footer_logo {
    text-align: center;
    padding-bottom: 15px;
  }
}
.result-section {
  width: 100%;
  height: 351px;
  background: url(/images/bgResult.webp) center top no-repeat;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.result-section h1 {
  font: normal normal 600 59px/71px Poppins;
  color: #ffffff;
  text-transform: capitalize;
}
.result-section h4 {
  text-align: center;
  font: normal normal normal 26px/31px Poppins;
  color: #ffffff;
}
.result-section .title {
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
}
.result-section .subtitle {
  color: #ffffff;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
  font-size: 145%;
  font-weight: 300;
  display: block;
  line-height: normal;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.result-section .subtitle2 {
  color: #ffffff;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(0, 0, 0, 0.4),
    rgba(0, 0, 0, 0)
  );
  font-size: 40%;
  font-weight: 300;
  display: block;
  line-height: normal;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
.item-desc {
  margin-bottom: 50px;
  font-size: 120%;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
@media screen and (max-width: 600px) {
  .result-section h1 {
    font: normal normal 600 27px/45px Poppins;
  }
  .result-section h4 {
    font: normal normal normal 15px/23px Poppins;
  }

  .results-filters .searchFilters {
    padding: 15px !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
  }
}
.results-filters {
  margin-bottom: 48px;
}
.results-filters .container {
  max-width: unset !important;
}
.results-filters .searchFilters {
  padding: 30px;
  background-color: #f5f5f5;
  margin-right: 15px;
}
.results-filters .searchFilters .searchField {
  background-color: white;
  padding: 15px;
  margin-bottom: 20px;
}
.results-filters .searchFilters .btn-custom {
  height: auto;
  margin-left: 0px;
}
.results-filters .features {
  margin-top: 15px;
  padding: 30px;
  background-color: #f5f5f5;
  margin-right: 15px !important;
}
.results-filters .features span {
  font: normal normal 600 20px/40px Poppins;
  letter-spacing: 0.4px;
  color: #000000;
  text-transform: uppercase;
}
.results-filters .features .form-check {
  margin-top: 10px;
}
.results-filters .features .form-check label {
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0.14px;
  color: #000000;
}
.results-filters .features .form-check .form-check-input[type="checkbox"] {
  width: 28px;
  height: 28px;
  margin-right: 10px;
  border-radius: 0;
  margin-top: 0 !important;
}
.results-filters .features .form-check .form-check-input:checked {
  background-color: #e3403d;
  border-color: #e3403d;
}
.results-filters .tags {
  margin-top: 15px;
}
.results-filters .tags .tag {
  padding: 20px;
  background: #f9f9f9 0% 0% no-repeat padding-box;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.results-filters .tags .tag span {
  text-align: left;
  font: normal normal normal 16px/25px Poppins;
  letter-spacing: 0.14px;
  color: #000000;
}
.results-filters .tags .tag i {
  color: #e3403d;
  vertical-align: text-bottom;
  cursor: pointer;
}
.results-filters .tags .btn-custom-outline {
  height: auto;
  width: 100%;
  padding: 20px;
  margin-left: 0;
  margin-top: 15px;
}
.results-filters .tags .btn-custom-outline i {
  margin-right: 5px;
}
.results-filters .sort {
  background-color: #f5f5f5;
  padding-top: 10px;
  margin: 0 !important;
  margin-top: 20px;
}
.results-filters .pages {
  margin-top: 48px;
  text-align: right;
}
.results-filters .pages ul li {
  display: inline-block;
}
.results-filters .pages ul li a {
  padding: 10px 20px;
  text-decoration: none;
  font: normal normal 600 19px/13px Poppins;
  letter-spacing: 0.32px;
  color: #e3403d;
}
.results-filters .pages ul li a:hover {
  background: #e3403d 0% 0% no-repeat padding-box;
  color: white;
}
.results-filters .pages ul li a:last-child {
  border: 1px solid #e3403d;
}
.results-filters .pages ul .active {
  background: #e3403d 0% 0% no-repeat padding-box;
  color: white !important;
}
.results-filters .features-mobile {
  display: none;
}
.results-filters .btn-features {
  display: none;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
@media screen and (max-width: 600px) {
  .btn-features {
    display: block !important;
    position: fixed;
    bottom: 10px;
    right: 15px;
    z-index: 50;
  }
  .btn-features button {
    width: 60px;
    height: 60px;
    border: none;
    background: #e3403d 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 20px #00000022;
    color: white;
  }
  .btn-features span {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    text-align: center;
    font: normal normal normal 10px/16px Lato;
    letter-spacing: 0.12px;
    color: #e3403d;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    top: 15px;
    right: 10px;
  }

  .features-web {
    display: none !important;
  }

  .features-mobile {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    padding-top: 20px;
    background-color: rgba(0, 0, 0, 0.3) !important;
    margin-top: 0px !important;
  }
  .features-mobile .content_features-mobile {
    background: white;
    opacity: 1 !important;
  }
  .features-mobile .content_features-mobile .btn-custom-outline {
    width: 100%;
    margin-left: 0 !important;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 8px;
  }
  .features-mobile .content_features-mobile .btn-close-features {
    border: none !important;
    color: #707070;
  }
  .features-mobile .content_features-mobile .btn-close-features:hover {
    border: 1px solid #707070;
    background: white !important;
    margin-top: 10px !important;
  }

  .sort {
    margin-top: 10px !important;
  }
}
.hotel-imgs .carousel-inner img {
  object-fit: cover;
  height: 500px;
}
.hotel-imgs .carousel-control-prev-icon {
  background-image: url(/images/prev-icon.svg) !important;
  position: absolute;
  left: 0px;
  z-index: 5;
}
.hotel-imgs .carousel-control-next-icon {
  background-image: url(/images/next-icon.svg) !important;
  position: absolute;
  right: 0px;
  z-index: 5;
}
.hotel-imgs .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  opacity: 1;
}
.hotel-imgs .carousel-indicators .active {
  opacity: 1;
  background-color: #e3403d;
}

.details-hotel {
  padding-top: 48px;
  padding-bottom: 48px;
}
.details-hotel .score-title {
  text-align: left;
  font: normal normal 600 24px/30px Poppins;
  letter-spacing: 0.48px;
  color: #000000;
}
.details-hotel span {
  text-align: left;
  font: normal normal 600 18px/40px Poppins;
  color: #000000;
  text-transform: uppercase;
}
.details-hotel p {
  text-align: left;
  font: normal normal normal 16px/21px Poppins;
  color: #707070;
  line-height: 30px;
}
.details-hotel .details-hotel_infos {
  position: relative;
  top: -106px;
  width: 352px;
  padding: 20px;
  margin: 0 auto;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000012;
}
.details-hotel .details-hotel_infos .details-hotel_infos-item {
  margin-top: 20px;
}
.details-hotel .details-hotel_infos .details-hotel_infos-item .btn-custom {
  margin-left: 0;
}
.details-hotel .details-hotel_infos .details-hotel_infos-item label {
  text-align: left;
  font: normal normal normal 16px/19px Lato;
  letter-spacing: 0.14px;
  color: #707070;
}
.details-hotel .details-hotel_infos .details-hotel_infos-item .price div {
  text-align: left;
  font: normal normal 600 35px/27px Poppins;
  letter-spacing: 0.7px;
  color: #e3403d;
}
.details-hotel .details-hotel_infos .details-hotel_infos-item .date span {
  text-align: left;
  font: normal normal 600 16px/16px Poppins;
  letter-spacing: 0.32px;
  color: #005f00;
  display: block;
}

.details-hotel_infos-mobile {
  display: none;
}

/* ----------------------------------- *\
    MOBILE
\* ----------------------------------- */
@media screen and (max-width: 600px) {
  .carousel-inner img {
    height: auto !important;
  }

  .details-hotel-container {
    display: flex !important;
  }
  .details-hotel-container .details-hotel_description {
    order: 1 !important;
  }
  .details-hotel-container .details-hotel_infos-web {
    display: none !important;
  }
  .details-hotel-container .details-hotel_infos-mobile {
    display: block;
    width: 100% !important;
    margin-top: 70px !important;
  }
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    label {
    font: normal normal normal 12px/15px Lato;
    letter-spacing: 0.11px;
    color: #707070;
  }
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    .date,
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    .cta {
    margin-top: 10px;
  }
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    .price {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 10px #0000001c;
    opacity: 1;
  }
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    .price
    label {
    text-align: left;
    font: normal normal normal 9px/11px Lato;
    letter-spacing: 0.08px;
    color: #e3403d;
    text-transform: uppercase;
  }
  .details-hotel-container
    .details-hotel_infos-mobile
    .details-hotel_infos-item
    .btn-custom {
    width: 100% !important;
  }
  .details-hotel-container .details-hotel_description {
    margin-top: -61px;
  }
}

/* added by ubugun */

.z-100 {
  z-index: 100 !important;
}
.z-99 {
  z-index: 99 !important;
}
.z-98 {
  z-index: 99 !important;
}

.backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  /*background: repeating-linear-gradient(*/
  /*45deg,*/
  /*rgba(0, 0, 0, 0.2),*/
  /*rgba(0, 0, 0, 0.2) 10px,*/
  /*rgba(0, 0, 0, 0.3) 10px,*/
  /*rgba(0, 0, 0, 0.3) 20px*/
  /*);*/
}

.search-result a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.search-result:hover {
  background-color: #fce9e8 !important;
}

.search-result a:link {
  color: #212121;
  text-decoration: none;
}

.search-result a:visited {
  text-decoration: none;
  color: #52188c;
}

.search-result-item-name {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-result-item-addr {
  font-size: small;
  line-height: 1em;
}

.text-icon {
  padding-right: 5px;
}

.position-absolute {
  position: absolute !important;
}

.position-relative {
  position: relative !important;
}

.search-results-bordered {
  border: 1px solid #dee2e6 !important;
  width: 100%;
}

#search-results {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%),
    0 1px 10px 0 rgb(0 0 0 / 12%), 0 2px 4px -1px rgb(0 0 0 / 30%);
  box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%),
    0 2px 4px -1px rgb(0 0 0 / 30%);
  background: #ffffff 0% 0% no-repeat padding-box;
}

.clickable {
  cursor: pointer;
}

#search-results div:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#search-results .search-result:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

#search-results div {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.off_card .off_content .off_content-title a {
  text-decoration: none;
}

.page-item a.active {
  pointer-events: none;
}

.page-item a.disabled {
  pointer-events: none;
}

.w-100 {
  width: 100% !important;
}

.btn-details {
  margin-right: 1px !important;
  margin-left: 0px !important;
}

.btn-book {
  margin-left: 1px !important;
  margin-right: 0px !important;
}

.navbar-brand img {
  height: 60px;
}

.footer_logo img {
  height: 60px;
}

.result-section h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.card-label {
  font-size: 75% !important;
  font-weight: 700 !important;
}

/* Partial rating */

:root {
  --star-size: 35px;
  --star-color: #ececec;
  --star-background: #fd9e14;
}

.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.stars::before {
  content: "★★★★★";
  background: linear-gradient(
    90deg,
    var(--star-background) var(--percent),
    var(--star-color) var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Helpers */
.display-block {
  display: block !important;
}

/* Top nav */
#top-nav {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
  line-height: 35px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0;
  color: #2c2f34;
  display: block;
  border-top: 0;
}

#top-nav .topbar-wrapper {
  display: flex;
  min-height: 35px;
}

#top-nav .topbar-wrapper .tie-alignleft {
  flex: 1 0 100px;
  position: relative;
  float: left;
}

#top-nav .topbar-wrapper .tie-alignleft .breaking {
  float: left;
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block !important;
}

#top-nav .topbar-wrapper .tie-alignleft .breaking .breaking-title {
  top: 0;
  margin-bottom: -1px;
  padding: 0 10px;
  display: block;
  float: left;
  color: #fff;
  font-size: 12px;
  position: relative;
}

#top-nav .topbar-wrapper .tie-alignleft .breaking .breaking-title:before {
  content: "";
  background: #f05555;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#top-nav
  .topbar-wrapper
  .tie-alignleft
  .breaking
  .breaking-title
  .breaking-title-text {
  position: relative;
  z-index: 1;
}

#top-nav .topbar-wrapper .tie-alignleft .breaking .ticker-wrapper.has-js {
  margin: 0;
  padding: 0;
  height: 35px;
  display: block;
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

#top-nav
  .topbar-wrapper
  .tie-alignleft
  .breaking
  .ticker-wrapper.has-js
  .ticker {
  float: left;
  width: 100%;
  height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
}

#top-nav
  .topbar-wrapper
  .tie-alignleft
  .breaking
  .ticker-wrapper.has-js
  .ticker
  .ticker-content {
  float: left;
  display: none;
  left: 10px;
  line-height: 35px;
  position: absolute;
  background-color: #fff;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  max-width: calc(100% - 10px);
  width: auto;
}

#top-nav
  .topbar-wrapper
  .tie-alignleft
  .breaking
  .ticker-wrapper.has-js
  .ticker
  .ticker-content
  a {
  color: #2c2f34;
  text-decoration: none;
  font-size: 13px;
}

.rainbow-line {
  height: 3px;
  width: 100%;
  position: relative;
  z-index: 2;
  background-image: linear-gradient(
    to right,
    #f76570 0%,
    #f76570 8%,
    #f3a46b 8%,
    #f3a46b 16%,
    #f3a46b 16%,
    #ffd205 16%,
    #ffd205 24%,
    #ffd205 24%,
    #1bbc9b 24%,
    #1bbc9b 25%,
    #1bbc9b 32%,
    #14b9d5 32%,
    #14b9d5 40%,
    #c377e4 40%,
    #c377e4 48%,
    #f76570 48%,
    #f76570 56%,
    #f3a46b 56%,
    #f3a46b 64%,
    #ffd205 64%,
    #ffd205 72%,
    #1bbc9b 72%,
    #1bbc9b 80%,
    #14b9d5 80%,
    #14b9d5 80%,
    #14b9d5 89%,
    #c377e4 89%,
    #c377e4 100%
  );
}

/* progress bar */
.progress-bar-2 {
  height: 1px;
  background-color: rgba(5, 114, 206, 0.2);
  width: 100%;
  overflow: hidden;
}

.progress-bar-2-value {
  width: 100%;
  height: 100%;
  background-color: rgb(5, 114, 206);
  animation: indeterminateAnimation 1s infinite linear;
  transform-origin: 0% 50%;
}

@keyframes indeterminateAnimation {
  0% {
    transform: translateX(0) scaleX(0);
  }
  40% {
    transform: translateX(0) scaleX(0.4);
  }
  100% {
    transform: translateX(100%) scaleX(0.5);
  }
}

/* tooltips */
.tooltip.tooltip-text-left .tooltip-inner {
  text-align: left !important;
}

/* cards */
.card_dest .bgImg,
.off_container {
  -webkit-box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%),
    0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
  box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%),
    0 5px 5px -3px rgb(0 0 0 / 20%);
}

/* search button */
#search-btn:not(.original) {
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-size: 20px;
  color: #5a5a5a;
  border: none;
}
@media screen and (max-width: 600px) {
  #search-btn {
    margin-top: 10px;
  }
}
