@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html ::-webkit-scrollbar {
  height: 10px;
  /* height of horizontal scrollbar ← You're missing this */
  width: 8px;
  /* width of vertical scrollbar */
  border: 5px solid #dee2e6;
  border-radius: 24px;
}

html ::-webkit-scrollbar-thumb {
  background: #c3c3c3;
  border-radius: 24px;
}

html ::-webkit-scrollbar-track {
  background: #dee2e6;
}

a {
  color: #121212;
}

body {
  font-family: "ABC" !important;
}

@media screen and (min-width: 1300px) {
  .custom-container-fluid {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
}

@font-face {
  font-family: "ABC";
  src: url(../fonts/ABCSocial-Book.otf?0cdd510b28f64b86f8c0cf5874974cd0);
  src: url(../fonts/ABCSocial-Book.otf?0cdd510b28f64b86f8c0cf5874974cd0) format("embedded-opentype"), url(../fonts/ABCSocial-Book.woff?0d7b9ab917ea4ddb71ff479a27341af3) format("woff"), url(../fonts/ABCSocial-Book.woff2?e55f384b4f7b261caa399cde2c6bc137) format("woff2"), url(../fonts/ABCSocial-Book.ttf?cb91a649d5c813ba27705ebd89b85fdc) format("truetype"), url(../fonts/ABCSocial-Book.svg?ccb8500c4653ac54059ce608d037b379) format("svg");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "ABC";
  src: url(../fonts/ABCSocial-Medium.otf?2de5fafad8f5d2e5315a33ba142f494a);
  src: url(../fonts/ABCSocial-Medium.otf?2de5fafad8f5d2e5315a33ba142f494a) format("embedded-opentype"), url(../fonts/ABCSocial-Medium.woff?54cdf39dd1b83f177e2c42b98ce92fc7) format("woff"), url(../fonts/ABCSocial-Medium.woff2?ef079adfd929041506f01b2d071d93fd) format("woff2"), url(../fonts/ABCSocial-Medium.ttf?8391b23f233d5019270b83739f02e2b4) format("truetype"), url(../fonts/ABCSocial-Medium.svg?34644a726cab4e3e019d7adaaf3eefeb) format("svg");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "ABC";
  src: url(../fonts/ABCSocial-Bold.otf?774888a9a22856a80d64476bc76afa33);
  src: url(../fonts/ABCSocial-Bold.otf?774888a9a22856a80d64476bc76afa33) format("embedded-opentype"), url(../fonts/ABCSocial-Bold.woff?7144fdc595c26e6da07afde30ed0ad1f) format("woff"), url(../fonts/ABCSocial-Bold.woff2?c5129e294cd3f4a66ae600ba4f521da6) format("woff2"), url(../fonts/ABCSocial-Bold.ttf?18a8f542667f0791cbd278f7313d5f9e) format("truetype"), url(../fonts/ABCSocial-Bold.svg?308c724e713a522e561ce9aa61debb08) format("svg");
  font-weight: bold;
  font-display: swap;
}

.home-page .custom-toggler-black,
.search-page .custom-toggler-black {
  padding: 8px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #c9c9c9 !important;
}

.home-page .custom-toggler-black i,
.search-page .custom-toggler-black i {
  color: #f5f5f5;
  font-size: 21px;
}

.custom-toggler-black {
  padding: 8px 12px !important;
  border-radius: 10px !important;
  border: 1px solid #c9c9c9 !important;
}

.custom-toggler-black i {
  color: #6a6e7a;
  font-size: 21px;
}

.stars {
  color: #FCC24D;
}

a {
  text-decoration: none !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fs-10 {
  font-size: clamp(0.7rem, 0.7vw, 0.8rem) !important;
}

.fs-12 {
  font-size: clamp(0.8rem, 0.8vw, 1rem) !important;
}

.fs-14 {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem) !important;
}

.fs-16 {
  font-size: clamp(1rem, 1vw, 1.2rem) !important;
}

.fs-18 {
  font-size: clamp(1rem, 1.25vw, 1.25rem) !important;
}

.fs-20 {
  font-size: clamp(1.1rem, 1.3vw, 1.3rem) !important;
}

.fs-25 {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
}

.fs-30 {
  font-size: clamp(1.1rem, 2.9vw, 2.1rem) !important;
}

.fs-33 {
  font-size: clamp(1.2rem, 2vw, 2rem) !important;
}

.fs-35 {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem) !important;
}

.fs-40 {
  font-size: clamp(1.3rem, 2.6vw, 2.7rem) !important;
}

.fs-45 {
  font-size: clamp(1.5rem, 3vw, 3rem) !important;
}

.text-grey {
  color: #717171 !important;
}

.fs-09 {
  font-size: 0.9375rem !important;
}

.fs-08 {
  font-size: 0.875rem !important;
}

.fs-07 {
  font-size: 0.75rem !important;
}

.fs-06 {
  font-size: 0.7rem !important;
}

.fs-1em {
  font-size: 1em !important;
}

.text-justify {
  text-align: justify !important;
}

.btn-purple {
  background-color: #8559EC !important;
  color: #fff !important;
}

.no-results {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60vh;
}

.body_section .input-group.sep-search-input .form-control:focus {
  border: unset !important;
}

.content-para.w-100 {
  width: calc(100% - 100px) !important;
}

.nav-usd img {
  opacity: 0.9;
}

.detail-nav .container-fluid,
.detail-nav .container {
  max-width: 1280px;
  padding: 0 80px;
}

.show-amety-div .btn-show-amety {
  border-color: #121212 !important;
  border-radius: 8px !important;
}

.show-amety-div .btn-show-amety:hover {
  background-color: #f7f7f7 !important;
}

[dir="rtl"] .review-count-div p {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 75%;
}

[dir="rtl"] .share-popup .btn-close {
  margin: unset;
}

[dir="rtl"] .lg-outer {
  text-align: right !important;
}

[dir="rtl"] .lg-toolbar .lg-icon {
  float: left !important;
}

[dir="rtl"] .room-carousels .prev-arrow {
  right: unset !important;
  left: 20px !important;
}

[dir="rtl"] .room-carousels .next-arrow {
  right: unset !important;
  left: 70px;
}

[dir="rtl"] .room-types-div .arrow-right {
  justify-content: flex-start;
}

[dir="rtl"] .room-types-div .arrow-left {
  justify-content: flex-end;
}

[dir="rtl"] .nav-input-child .guest-txt.text-start,
[dir="rtl"] .nav-input-child .location-txt.text-start {
  text-align: right !important;
}

[dir="rtl"] .nav-input-child .location-padd {
  padding: 10px 25px 10px 0px !important;
}

[dir="rtl"] .rtl-navbar.custom-navbar .nav-input-child.active .form-control {
  padding: 0 0px 0 25px !important;
}

[dir="rtl"] .rtl-search-icon {
  padding-left: 15px;
}

[dir="rtl"] .desktop-nav .guests {
  padding: 0;
}

[dir="rtl"] .custom-dropdown-ul {
  text-align: start !important;
  left: unset !important;
  right: 0 !important;
}

[dir="rtl"] .become-host-div .custom-dropdown-ul {
  left: 0px !important;
  right: unset !important;
}

[dir="rtl"] .room-search-canvas-mob .ms-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

[dir="rtl"] .header-profile {
  padding: 3px 7px 3px 3px;
}

[dir="rtl"] .profile-menu-ul li.active::before {
  border-radius: 10px 0px 0px 10px !important;
  left: unset;
  right: -20px;
}

[dir="rtl"] .btn-play .play-icon {
  padding: 0 0 0 8px !important;
}

[dir="rtl"] .text-start {
  text-align: right !important;
}

[dir="rtl"] .home .ps-3 {
  padding-right: 1rem !important;
}

[dir="rtl"] .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .bi-funnel-fill.pe-lg-2 {
  padding-left: unset !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .pe-lg-2,
[dir="rtl"] .search .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: unset !important;
}

[dir="rtl"] .search .map-div {
  right: unset;
  left: 0;
  border-radius: 0px 15px 15px 0px;
}

[dir="rtl"] .search .pe-0 {
  padding-left: 0 !important;
  padding-right: 15px !important;
}

[dir="rtl"] .ms-auto,
[dir="rtl"] .ms-md-auto {
  margin-right: auto !important;
  margin-left: unset !important;
}

@media screen and (max-width: 768px) {
  [dir="rtl"] .ms-md-auto {
    margin-right: unset !important;
    margin-left: auto !important;
  }
}

[dir="rtl"] .detail-page .in-div {
  border-right: unset !important;
  border-left: 1px solid grey;
}

[dir="rtl"] .detail-page .out-div {
  border-left: unset !important;
}

[dir="rtl"] .detail-page .guests-div .dropdown-toggle::after {
  left: 0 !important;
  right: unset !important;
}

[dir="rtl"] .detail-page .ps-1 {
  padding-right: 0.25rem !important;
  padding-left: unset !important;
}

[dir="rtl"] .details-search .input-group-text {
  padding: unset;
}

[dir="rtl"] .detail-guest {
  position: relative;
}

[dir="rtl"] .detail-guest::after {
  position: absolute;
  display: block;
  right: 0;
  right: 50% !important;
  transform: translateY(-50%);
}

[dir="rtl"] .search-dest-div {
  margin-left: 0 !important;
}

[dir="rtl"] .select2-results__option {
  text-align: start !important;
}

[dir="rtl"] .profile-pic-container .delete_profile {
  left: 10px !important;
  right: unset !important;
}

[dir="rtl"] .form-floating label {
  right: 0 !important;
}

[dir="rtl"] .custom-input-group .input-group .form-border i {
  right: unset !important;
  left: 20px;
}

[dir="rtl"] .div-button .btn i {
  display: inline-block;
  transform: rotate(181deg);
  margin-left: unset !important;
  margin-right: 1rem;
}

.width-max-content {
  width: -moz-max-content !important;
  width: max-content !important;
}

button:focus-visible,
a:focus-visible {
  box-shadow: unset !important;
  outline: unset !important;
}

hr {
  color: #EBEBEB !important;
  opacity: 1 !important;
}

.btn-show-amety {
  border: 1px solid #dddddd !important;
  border-radius: 12px !important;
  padding: 11px 15px !important;
}

.dark-custom:hover {
  background-color: #000 !important;
}

.filter-dates {
  width: 40%;
}

@media screen and (max-width: 991px) {
  .filter-dates {
    width: 60%;
  }
}

.bi-patch-check-fill {
  color: #121212 !important;
}

.bi-shield-check {
  color: #5cb85c !important;
}

.review-count-div p {
  position: relative;
  top: 2px;
}

.dot-rel {
  position: relative;
  top: -3px;
}

.bg-none {
  background-color: unset !important;
}

.map-auto-refresh {
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
}

.map-auto-refresh .form-check-input {
  border-color: #71717196;
}

.map-auto-refresh .form-check-input:checked {
  background-color: #121212;
  border-color: #121212;
}

.map-auto-refresh .form-check-input:focus {
  border-color: #71717196;
}

.map-auto-refresh small {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

@media screen and (max-width: 576px) {
  .unset-w50 {
    width: 100% !important;
  }
}

@media screen and (min-width: 1800px) {
  .custom-xxl-3 {
    flex: 0 0 auto !important;
    width: 25% !important;
  }
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.white-nowrap {
  white-space: nowrap !important;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}

.cursor-pointer {
  cursor: pointer !important;
}

.home .input-group-text,
.detail-page .input-group-text,
.custom-navbar .input-group-text {
  background: unset !important;
  border: unset !important;
}

.home .form-control:focus,
.detail-page .form-control:focus,
.custom-navbar .form-control:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.home .form-control:focus-visible,
.detail-page .form-control:focus-visible,
.custom-navbar .form-control:focus-visible {
  outline: unset !important;
}

.navbar-toggler:focus,
.accordion-button:focus,
.form-select:focus,
.btn-close:focus,
.form-check-input:focus {
  box-shadow: unset !important;
}

.btn-pink {
  background-color: #8559EC !important;
  color: #fff !important;
}

.img-contain img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.text-grey {
  color: #717171;
}

.btn-black {
  background-color: #121212 !important;
  color: #fff !important;
  border-radius: 10px;
}

.btn-custom-close {
  background-color: unset;
  border-radius: 50px;
  border: 1px solid #717171;
}

.btn-custom-close i {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-default {
  border: 1px solid #dbdbdb !important;
  background: #fff;
}

.custom-dropdown-ul {
  border: 1px solid #8080800f !important;
  box-shadow: 0px 2px 10px #0000001a;
  border-radius: 20px !important;
  margin-top: 5px !important;
  overflow: hidden;
}

.custom-dropdown-ul li {
  margin: 8px 0;
}

.custom-dropdown-ul li:hover a {
  background-color: #f7f7f7 !important;
  color: #121212 !important;
}

.custom-dropdown-ul li:hover span {
  color: #121212 !important;
}

.custom-dropdown-ul li:hover i {
  color: #121212 !important;
}

.custom-dropdown-ul .dropdown-item:active {
  background-color: #8559EC;
  color: #fff;
}

.guest-scroll {
  overflow: auto;
}

.detail-guest {
  position: relative;
}

.detail-guest::after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.guest-dropdown {
  max-height: 250px;
  overflow-y: auto;
  list-style-type: none;
  padding: unset;
  margin-bottom: unset;
  /* width */
  /* Track */
  /* Handle */
}

.guest-dropdown::-webkit-scrollbar {
  width: 6px;
  overflow: hidden;
}

.guest-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 35px;
  border: 1px solid #80808012;
}

.guest-dropdown::-webkit-scrollbar-thumb {
  background: #88888845;
  border-radius: 50px;
}

.room-arow-btn {
  background-color: unset;
  border: 1px solid #121212;
  font-weight: bold;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.room-types-div .arrow-shadow {
  position: absolute;
  top: 30%;
  transform: translateY(-35%);
  height: 100%;
  display: flex;
  align-items: center;
  transition: 0.2s all;
}

.room-types-div .arrow-left {
  left: 0;
  width: 100px;
  justify-content: flex-start;
}

.room-types-div .arrow-right {
  right: 0;
  width: -moz-max-content;
  width: max-content;
  justify-content: flex-end;
}

.room-types-div .slick-disabled {
  opacity: 0;
  cursor: auto;
}

.see-all-card .expericence-see-all {
  height: 186px;
  width: 90%;
  margin: auto;
}

.see-all-card .expericence-see-all img {
  border-radius: 15px;
}

.see-all-card .see-all-room-img {
  height: 125px;
  width: 90%;
  margin: auto;
}

.see-all-card .see-all-room-img img {
  border-radius: 15px;
}

.see-all-card .see-all-btn .btn-pink {
  width: 80%;
  padding: 10px 0px;
  border-radius: 12px;
  font-weight: 600;
}

.see-all-card .see-all-btn .btn-pink i {
  color: #fff !important;
}

.room-carousels .room-arow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff !important;
  border-color: #fff !important;
  box-shadow: #32325d40 0px 6px 12px -2px, #0000004d 0px 3px 7px -3px;
  z-index: 99;
}

.room-carousels .room-arow-btn i {
  color: #121212;
  font-size: 15px;
  position: relative;
  top: 1px;
}

.room-carousels .slick-slide {
  height: -moz-max-content;
  height: max-content;
}

.room-carousels .slick-prev {
  left: 5px;
}

.room-carousels .slick-next {
  right: 5px;
}

.room-carousels .slick-dots {
  display: flex;
  justify-content: center;
  padding: unset;
  list-style-type: none;
  transition: 0.2s all;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin-bottom: unset;
}

.room-carousels .slick-dots li {
  margin: 0 2px;
  transition: 0.2s all;
}

.room-carousels .slick-dots li button {
  font-size: 0 !important;
  border: unset !important;
  width: 6px;
  height: 6px;
  background-color: #ffffffa1;
  border-radius: 50px;
  transition: 0.2s all;
}

.room-carousels .slick-dots li button:focus-visible {
  outline: unset;
}

.room-carousels .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50px;
  transition: 0.2s all;
}

.room-carousels .room-card-btn {
  position: absolute;
  top: -40px;
  z-index: 99;
  background-color: unset;
  border: 1px solid #222222;
  font-weight: bold;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 576px) {
  .room-carousels .room-card-btn {
    top: -35px;
    width: 30px;
    height: 30px;
  }
}

.room-carousels .room-card-btn.next-arrow {
  right: 20px;
}

.room-carousels .room-card-btn.prev-arrow {
  right: 70px;
  left: unset;
}

@media screen and (max-width: 576px) {
  .room-carousels .room-card-btn.prev-arrow {
    right: 60px;
  }
}

.room-carousels .room-card-btn.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.room-carousels .slick-active:hover .room-arow-btn {
  transition: 0.2s all;
  opacity: 0.9;
}

.room-carousels .slick-active:hover .slick-next:hover,
.room-carousels .slick-active:hover .slick-prev:hover {
  opacity: 1;
}

.room-carousels .room-arow-btn {
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.canvas-map.room-carousels {
  min-height: unset;
}

.our-community-main .room-card-btn {
  border-color: #fff !important;
  top: -55px;
}

.our-community-main .room-card-btn i {
  color: #fff !important;
}

.our-community-main .community-description {
  width: 90%;
  margin: auto;
}

.profile-menu-canvas {
  width: 70% !important;
  max-width: 70% !important;
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .profile-menu-canvas {
    width: 40% !important;
    max-width: 40% !important;
  }
}

.customBox.hover {
  background-color: #8559EC !important;
  color: #fff !important;
}

.star-icon i {
  color: #121212;
}

.gold-bg {
  color: #FCC24D !important;
}

.room-types-slick,
.room-card-carousel {
  opacity: 0;
  transition: 0.2s all;
}

.room-types-slick.slick-initialized,
.room-card-carousel.slick-initialized {
  opacity: 1;
  transition: 0.2s all;
}

.loading-full {
  position: relative;
}

.loading-full::after {
  content: "";
  display: inline-block;
  border: none !important;
  border-top: none !important;
  width: 80px;
  height: 80px;
  animation: none !important;
  background-image: url(../images/loading.svg?710af2e9aadb6a52ee18a8196f1ed3de);
  background-size: 80px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 0px 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-repeat: no-repeat;
}

.loading-full::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffffe3;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
}

.loading {
  position: relative;
}

.loading::after {
  content: "";
  display: inline-block;
  border: none !important;
  border-top: none !important;
  width: 80px;
  height: 80px;
  animation: none !important;
  background-image: url(../images/loading.svg?710af2e9aadb6a52ee18a8196f1ed3de);
  background-size: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0px 0;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-repeat: no-repeat;
}

.loading::before {
  position: absolute;
  content: "";
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fffffff7;
  z-index: 9999;
  border-radius: 10px;
  width: 100%;
}

.alllanguage ul,
.allcurrency ul {
  padding: unset;
  list-style-type: none;
}

.alllanguage ul li,
.allcurrency ul li {
  display: inline-block;
  width: 32%;
  border-radius: 5px;
  margin-bottom: 5px;
}

.alllanguage ul li a,
.allcurrency ul li a {
  padding: 10px;
  display: block;
}

.alllanguage ul li:hover,
.allcurrency ul li:hover {
  background-color: #f7f7f7 !important;
}

.alllanguage ul li.active,
.allcurrency ul li.active {
  border: 1px solid #121212;
}

@media screen and (min-width: 992px) {
  .custom-navbar.navbar-expand-lg.navbar-collapse {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .detail-slider {
    height: 250px !important;
  }

  .detail-slider li {
    height: 250px !important;
  }

  .detail-slider li img {
    height: 250px !important;
    border-radius: unset !important;
  }
}

@media only screen and (min-width: 768px) {
  .detail-banner .detail-slider {
    width: 100% !important;
    height: 400px !important;
    transform: none !important;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .detail-banner .detail-slider:hover li:before {
    opacity: 1;
  }

  .detail-banner .detail-slider > li {
    cursor: pointer;
    position: relative;
    overflow: hidden;
  }

  .detail-banner .detail-slider > li.clone {
    display: none !important;
  }

  .detail-banner .detail-slider > li.clone + .lslide {
    width: 50% !important;
    height: 400px;
  }

  .detail-banner .detail-slider > li.clone + .lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li.lslide {
    width: 25% !important;
    height: 236px;
  }

  .detail-banner .detail-slider > li.lslide > img {
    height: 100%;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)) {
    height: 400px;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(4) {
    height: 236px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(3) {
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(2):not(:nth-child(6)):nth-child(2) {
    width: 100% !important;
  }

  .detail-banner .detail-slider > li:nth-last-child(3):nth-child(3) {
    height: 236px;
    width: 50% !important;
  }

  .detail-banner .detail-slider > li:first-child:last-child {
    width: 100% !important;
    height: 400px !important;
  }

  .detail-banner .lSAction {
    display: none !important;
  }
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 1 !important;
}

#lg-counter {
  margin: 10px 15px;
  color: #999;
}

#lg-counter span {
  color: #999;
}

.modal-content {
  border-radius: 24px !important;
  box-shadow: #0000001f 0px 6px 16px;
  border: unset !important;
}

.ui-datepicker-today a {
  background-color: #222 !important;
  color: #fff !important;
}

.set-height-nav {
  margin-top: 85px !important;
}

@media (max-width: 576px) {
  .set-height-nav {
    margin-top: 150px !important;
  }
}

.dual-range-slider .irs-handle {
  border: 1px solid #dddddd !important;
  cursor: pointer !important;
  box-shadow: 0 6px 16px #0000001f;
}

.dual-range-slider .irs-bar {
  height: 3px !important;
  background-color: #121212 !important;
}

.dual-range-slider .irs-line {
  height: 3px !important;
}

.dual-range-slider .irs-from,
.dual-range-slider .irs-to {
  background-color: #121212 !important;
}

.dual-range-slider .irs-from::before,
.dual-range-slider .irs-to::before {
  border-top-color: #121212 !important;
}

.dual-range-slider .irs-min,
.dual-range-slider .irs-max {
  display: none !important;
}

.dual-range-slider .irs--round .irs-from,
.dual-range-slider .irs--round .irs-to,
.dual-range-slider .irs--round .irs-single {
  background-color: #121212 !important;
}

.dual-range-slider .irs--round .irs-from:before,
.dual-range-slider .irs--round .irs-to:before,
.dual-range-slider .irs--round .irs-single:before {
  border-top-color: #121212 !important;
}

@media screen and (max-width: 991px) {
  .unset-w50.w-50 {
    width: 100% !important;
  }
}

.tax-fee-tooltip-content {
  position: absolute;
  bottom: 20px;
  background: #000000e0;
  padding: 3px;
  /* right: -102px; */
  left: -100;
  border-radius: 10px;
}

.tax-fee-tooltip-content td,
.tax-fee-tooltip-content th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  padding: 5px;
  color: white;
  white-space: nowrap;
  text-align: center;
}

.carousel-div .slick-disabled {
  opacity: 0 !important;
}

.detail-page a,
.footers a,
.modal-content a {
  color: #121212;
}

.home a {
  color: #121212;
}

.alert-count {
  border-radius: 50%;
  color: #fff;
  background: #7a4ee0;
  padding: 3px;
  font-size: 12px;
  display: inline-block;
  font-style: normal;
  font-weight: 600;
  position: absolute;
  text-align: center;
  top: -13px;
  right: -13px;
  min-width: 20px;
  min-height: 20px;
  line-height: 13px;
}

.profile-dropdown-main .custom-dropdown-ul {
  width: 230px !important;
}

.detail-nav .lg-sub-html {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000073;
  opacity: 1;
  padding: unset;
}

.detail-nav .lg-sub-html p {
  font-size: 15px;
  margin: unset;
  padding: 10px 0;
}

.cookie-alert {
  background-color: #fff !important;
  position: fixed !important;
  bottom: 30px;
  left: 0;
  right: 0;
  border-radius: 15px !important;
  width: 60%;
  margin: 0 auto !important;
  z-index: 9999;
}

.cookie-alert .close1 {
  cursor: pointer;
  color: #8561d9;
  font-weight: bold;
}

.box_shadow_cookies {
  max-width: 700px;
  margin: 0 auto;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.box_shadow_cookies .popup_height {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 576px) {
  .box_shadow_cookies .popup_height {
    height: 200px;
  }
}

.box_shadow_cookies .accept_btn {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  width: 99%;
  text-align: end;
}

.box_shadow_cookies .accept_btn .btn-accept {
  background-color: #8559EC;
  color: #fff !important;
}

.box_shadow_cookies .btn-accept .btn:active,
.box_shadow_cookies .btn:focus,
.box_shadow_cookies .btn:not(:disabled):not(.disabled):active {
  background-color: #8559EC;
  outline: unset;
  box-shadow: unset;
}

.box_shadow_cookies .cookie_popup .list-group-item.active {
  color: #fff !important;
  background-color: #8559EC !important;
  border-color: #8559EC !important;
}

@media only screen and (max-width: 767px) {
  .cookie-alert {
    width: auto;
    margin: 0 auto !important;
  }
}

.covid-icon-map {
  display: flex;
}

.covid-icon-map .covid-icon-img {
  max-height: 18px;
  min-width: 20px;
  width: 20px;
}

.covid-icon-map .covid-icon-img img {
  height: 100%;
  width: 100%;
}

.covid-icon-map .text-truncate .cls_covid {
  text-overflow: ellipsis;
  white-space: nowrap;
}

.covid-icon-map span {
  font-size: 15px;
}

.skelton {
  position: relative;
  transition: 0.3s all;
}

.skelton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  border-radius: 5px;
  z-index: 99999;
  animation: skelton-glow 2s ease-in-out infinite;
}

.skelton-none {
  position: relative;
  transition: 0.3s all;
}

.skelton-none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d3d3d3;
  border-radius: 5px;
  z-index: 99999;
  animation: skelton-glow 2s ease-in-out infinite;
  transition: 0.3s all;
  opacity: 0 !important;
}

@keyframes skelton-glow {
  50% {
    background-color: #b7b7b7;
  }
}

.chat-notify {
  background-color: #8559EC;
  box-shadow: 0px 3px 14px 1px #00000029;
  position: absolute;
  cursor: pointer;
  padding: 5px;
  border-radius: 50px;
  right: 5px;
  top: 0;
}

.chat-notify::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: -3px;
  bottom: 0;
  background-color: #8559EC;
  margin: auto;
  transform: scale(0.3);
  transform-origin: center center;
  animation: pulse-me 1s linear infinite;
}

@keyframes pulse-me {
  0% {
    transform: scale(0.3);
    opacity: 0;
  }

  50% {
    opacity: 0.3;
  }

  70% {
    opacity: 0.09;
  }

  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.popular-type a {
  margin: 20px !important;
}

.home-view .banner-img {
  position: relative;
}

.home-view .banner-img img {
  height: 100vh;
}

@media screen and (max-width: 991px) {
  .home-view .banner-img {
    width: 100%;
    height: 70vh;
  }

  .home-view .banner-img img {
    height: 70vh;
  }
}

@media screen and (max-width: 767px) {
  .home-view .banner-img {
    width: 100%;
    height: 60vh;
  }

  .home-view .banner-img img {
    height: 60vh;
  }
}

@media screen and (max-width: 576px) {
  .home-view .banner-img {
    width: 100%;
    height: 50vh;
  }

  .home-view .banner-img img {
    height: 50vh;
  }
}

.home-view .banner-img img {
  border-radius: 0;
}

.home-view .banner-img .custom-input-group {
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.home-view .banner-img .custom-input-group .input-group .form-floating input,
.home-view .banner-img .custom-input-group .input-group .form-floating select {
  border: unset !important;
  box-shadow: unset !important;
}

.home-view .banner-img .custom-input-group .input-group .form-floating .form-select:focus {
  border-color: #fff !important;
}

.home-view .banner-img .custom-input-group .input-group .form-border {
  position: relative;
}

.home-view .banner-img .custom-input-group .input-group .form-border .form-select {
  background-image: unset !important;
}

.home-view .banner-img .custom-input-group .input-group .form-border label {
  color: #6a6e7a;
}

.home-view .banner-img .custom-input-group .input-group .form-border i {
  position: absolute;
  top: 32px;
  right: 20px;
}

@media screen and (max-width: 991px) {
  .home-view .banner-img .custom-input-group {
    width: 90%;
  }

  .home-view .banner-img .custom-input-group .btn {
    padding: 5px 8px 2px;
  }

  .home-view .banner-img .custom-input-group .btn i {
    vertical-align: inherit !important;
  }
}

.home-view .banner-img .div-button {
  background-color: #fff;
  border: none;
  border-end-end-radius: 5px;
  border-start-end-radius: 5px;
}

.home-view .banner-img .div-button .btn {
  background-color: #000;
  color: #fff;
  margin-top: 10px;
  border-radius: 0;
  padding: 5px 15px 2px;
}

.search-blade {
  position: fixed;
  top: 100px;
}

.search-blade .search-nav .nav-btns button {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #6a6e7a;
  border-radius: 10px;
  padding: 12px 25px;
  white-space: nowrap;
}

.event-type-custom .select2-selection--single {
  border: unset !important;
}

.event-type-custom .select2-selection__rendered {
  padding-left: unset !important;
}

.select2-search__field {
  border: 1px solid grey !important;
  border-radius: 5px !important;
  margin: 5px 0px !important;
}

.select2-search__field:focus-visible {
  outline: unset;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #121212 !important;
}

.select2-dropdown {
  border-color: 1px solid grey !important;
  margin-top: 16px !important;
}

.header-div .header-search {
  color: #fff;
  position: relative;
}

.header-div .header-search input {
  background: #1c1c1c 0% 0% no-repeat padding-box;
  color: #fff;
  border: none;
  padding: 10px 30px 10px 35px;
}

.header-div .header-search input::-moz-placeholder {
  color: #fff;
}

.header-div .header-search input::placeholder {
  color: #fff;
}

.header-div .header-search i {
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 17px;
}

@media screen and (max-width: 567px) {
  .header-div .header-search {
    width: 75%;
  }
}

@media screen and (max-width: 567px) {
  .header-div {
    width: 100%;
  }
}

@media screen and (min-width: 991px) {
  .daterangepicker {
    z-index: 99 !important;
    margin-top: 2px !important;
  }
}

.error-input .error-label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem) !important;
}

.error-input .error-span {
  pointer-events: none;
  position: absolute;
  top: 25px;
  left: 13px;
}

.pac-container {
  z-index: 9999 !important;
}

.search-price {
  color: #8559EC !important;
  font-weight: bold;
}

.search-header .nav-link {
  color: #121212;
}

.search-input-new {
  background-color: #F8F8F8 !important;
  height: 45px;
}

.search-input-new .form-control {
  background-color: #F8F8F8 !important;
  border: none !important;
  height: 100%;
}

.panel.map-auto-refresh {
  display: none !important;
}

.btn-custom-close {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .drp-selected {
    display: none !important;
  }
}

.common_head_search {
  cursor: pointer;
}

.log-page .social-log li.social-email {
  width: 100%;
}

.log-page .social-log li {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .log-page .social-log li {
    width: 50%;
  }

  .log-page .social-log li a {
    width: 100%;
  }
}

.log-page .social-log li a.btn.apple {
  padding: 6.5px 5px;
}

@media screen and (max-width: 767px) {
  .log-page .social-log li {
    width: 100% !important;
    margin-inline: 0 !important;
  }

  .log-page .social-log li a {
    width: 100%;
    margin-inline: 0 !important;
  }
}

.btn-white.btn {
  background-color: #121212;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}

.btn-white.btn:hover {
  background-color: #121212;
  color: #fff;
}

.number.input-group {
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.number.input-group input::-webkit-outer-spin-button,
.number.input-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.number.input-group input[type="number"] {
  -moz-appearance: textfield;
}

.space-detail-page .lg-sub-html {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000073;
  opacity: 1;
  padding: unset;
}

.space-detail-page .lg-sub-html p {
  font-size: 15px;
  margin: unset;
  padding: 10px 0;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

.flash-container .alert button {
  position: absolute;
  right: 5px;
  top: 0;
}

button.js-book-it-btn {
  padding-block: 11px;
}

@media screen and (max-width: 767px) {
  .calendar-time {
    display: none !important;
  }
}

.custom-no-result {
  text-align: center;
  translate: 0 100%;
}

.modal-content {
  overflow: hidden !important;
}

.cookie-alert {
  width: 95%;
  border-radius: 2px !important;
  background-color: #ede6fb !important;
}

.panel-group .form-check-input {
  background-image: unset !important;
  border-color: #8d8d8d !important;
  background-color: #fff !important;
}

.btn-group.view-btn-group .btn {
  border: 1px solid #f3f3f4 !important;
}

.wish_dot_load {
  max-width: inherit !important;
  width: 60px;
}

.guest-reserve .profile-img img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50% !important;
}

.social-log span {
  color: #6a6e7a !important;
  font-size: 1rem !important;
}

i.bi.fs-16 {
  position: relative;
  top: 1.5px;
}

.input-group-append .input-group-text {
  border: 1px solid #f3f3f4 !important;
}

@media screen and (max-width: 991px) {
  .user-reserve-img {
    width: 150px;
  }
}

.card-body.custom-arrow.left {
  margin: 0 !important;
  background: #fff !important;
}

@media screen and (max-width: 991px) {
  .card-body.custom-arrow.left::after,
  .card-body.custom-arrow.left::before {
    display: none;
  }
}

.fa-solid.password-eye {
  position: absolute;
  right: 10px;
}

.social-log .text-white {
  color: #fff !important;
}

.the-space-box.active {
  width: 100% !important;
}

.the-space-box .morecontent span {
  display: none;
}

.the-space-box a.morelink {
  text-decoration: none;
  outline: none;
}

.accordion-item-custom span.select2-dropdown {
  margin-top: 16px !important;
}

.list-img.profile a {
  width: 120px;
}

.list-img.profile a img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.input-prefix + .input-stem {
  border-radius: 0px 5px 5px 0 !important;
}

.inbox-profile {
  width: 75px;
  height: auto;
}

.inbox-profile img {
  width: 100% !important;
  height: 100% !important;
}

.alert-error {
  color: #8559EC !important;
  background-color: #8757e726 !important;
  border-color: #8757e726 !important;
}

.alert-danger {
  color: #8559EC !important;
  background-color: #8757e726 !important;
  border-color: #8757e726 !important;
}

body .text-danger {
  color: #8559EC !important;
}

a.link-icon.js-star-thread {
  width: 21px;
}

.cookie-alert.alert-dismissible {
  width: 100%;
  left: unset;
  right: unset;
  bottom: 0;
}

.cookie-alert.alert-dismissible p {
  text-align: center;
  margin-left: 1rem;
  margin-bottom: 0;
  font-size: 14px;
}

.cookie-alert.alert-dismissible p .theme-link {
  color: #8559EC;
}

.cookie-alert.alert-dismissible .close {
  position: absolute;
  top: 0;
  left: 0;
  right: unset;
  font-size: 30px;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
  color: #484848;
  font-style: normal;
}

.cookie-alert.alert-dismissible .close::before {
  content: "\D7";
  font-weight: normal;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
}

