/* 9px / 16 = 0.563rem */

/* 10px / 16 = 0.625rem */

/* 11px / 16 = 0.6875rem */

/* 12px / 16 = 0.75rem */

/* 13px / 16 = 0.8125rem */

/* 14px / 16 = 0.875rem */

/* 15px / 16 = 0.9375rem */

/* 16px / 16 = 1rem */

/* 17px / 16 = 1.0625rem */

/* 18px / 16 = 1.125rem */

/* 19px / 16 = 1.1875rem */

/* 20px / 16 = 1.25rem */

/* 21px / 16 = 1.3125rem */

/* 12px / 16 = 1.375rem */

/* 23px / 16 = 1.438rem */

/* 24px / 16 = 1.5rem */

/* 25px / 16 = 1.5625rem */

/* 26px / 16 = 1.625rem */

/* 27px / 16 = 1.688rem */

/* 28px / 16 = 1.75rem */

/* 29px / 16 = 1.8125rem */

/* 30px / 16 = 1.875rem */

.custom-navbar .bg-white {
  background-color: #fff !important;
  box-shadow: #00000014 0 1px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}

.custom-navbar .site-logo {
  width: 120px;
  height: 50px;
}

@media screen and (max-width: 576px) {
  .custom-navbar .site-logo {
    width: 120px;
  }
}

@media screen and (max-width: 900px) {
  .custom-navbar .site-logo {
    width: 120px;
  }
}

.custom-navbar .navbar-toggler {
  padding: 10px !important;
  border-radius: 10px;
}

@media screen and (min-width: 1000px) {
  .custom-navbar .navbar-toggler {
    display: none;
  }
}

.custom-navbar .header-profile-img {
  width: 32px;
  height: 32px;
}

.custom-navbar .header-profile-img img {
  border-radius: 50px;
}

.custom-navbar .header-profile {
  border: 1px solid #DDDDDD;
  border-radius: 25px;
  padding: 8px 8px 8px 14px;
  transition: 0.2s all;
}

.custom-navbar .header-profile:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
}

.custom-navbar .navbar-brand,
.custom-navbar .become-host-div {
  z-index: 99;
}

.custom-navbar .become-host-div .nav-link {
  transition: 0.2s all;
  padding: 10px !important;
  border-radius: 50px;
}

.custom-navbar .become-host-div .nav-link:hover {
  background-color: #F7F7F7;
}

.custom-navbar .navbar-center-box {
  box-shadow: 0px 5px 10px #00000014;
  border: 0.5px solid #DDDDDD;
  border-radius: 50px;
  padding: 8px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .custom-navbar .navbar-center-box {
    padding: 5px 8px;
    border-radius: 60px;
    width: 90%;
    margin: auto;
  }
}

.custom-navbar .navbar-center-box .header-search-div {
  padding: 0 15px;
}

@media screen and (max-width: 576px) {
  .custom-navbar .navbar-center-box .header-search-div {
    padding: 0;
  }
}

.custom-navbar .navbar-center-box span {
  font-size: 0.875rem;
}

.custom-navbar .navbar-center-box .any-week {
  position: relative;
}

.custom-navbar .navbar-center-box .any-week::before {
  position: absolute;
  content: '';
  left: 0;
  height: 20px;
  background: #EBEBEB;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}

.custom-navbar .navbar-center-box .any-week::after {
  position: absolute;
  content: '';
  right: 0;
  height: 20px;
  background: #EBEBEB;
  top: 50%;
  width: 1px;
  transform: translateY(-50%);
}

.custom-navbar .search-icon {
  background-color: #FF6969;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}

@media screen and (max-width: 576px) {
  .custom-navbar .search-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.custom-navbar .search-icon i {
  color: #fff;
}

.custom-navbar .search-icon.inside-search {
  width: 48px;
  height: 48px;
  min-width: 48px;
}

.custom-navbar .select-search-fixed {
  position: fixed;
  background-color: #fff;
  z-index: 9;
  width: 100%;
  padding: 28px 0 20px 0;
  top: 0;
  box-shadow: #00000014 0 1px 0;
  transform: translateY(-200px) scale(0.7);
  transition: 0.5s all;
  left: 0;
}

.custom-navbar .select-search-fixed .place-online-ul {
  padding: unset;
  display: flex;
  list-style-type: none;
  justify-content: center;
  justify-content: center;
  margin-bottom: unset;
}

.custom-navbar .select-search-fixed .place-online-ul li {
  margin: 0 12px;
  position: relative;
}

.custom-navbar .select-search-fixed .place-online-ul li a {
  color: #6a6a6a;
  font-size: 1rem;
}

.custom-navbar .select-search-fixed .place-online-ul li.active a {
  color: #222222;
  font-weight: 500;
  font-size: 1rem;
}

.custom-navbar .select-search-fixed .place-online-ul li.active::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -13px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #222222;
  transform: translateY(-50%);
}

.custom-navbar .select-search-fixed .nav-inputs .location-padd {
  padding: 10px 0px 10px 25px;
  position: relative;
}

.custom-navbar .select-search-fixed .nav-inputs .location-padd .form-control {
  font-size: 0.875rem;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control {
  border: unset;
  background: unset;
  padding: unset;
  cursor: pointer;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::-moz-placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .form-control::placeholder {
  color: #B5B3B3;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex {
  background: #FCFCFC 0% 0% no-repeat padding-box;
  border: 1px solid #EBEBEB;
  border-radius: 42px;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex .active {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 2px 10px #0000001a !important;
  border-radius: 42px;
  transition: 0.2s all;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex:has(> .active) {
  background: #ebebeb 0% 0% no-repeat padding-box;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-flex:has(> .active) .nav-input-child:hover {
  background-color: #dddddd;
  box-shadow: unset;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-child:first-child,
.custom-navbar .select-search-fixed .nav-inputs .nav-input-child:last-child {
  width: 40%;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-child:hover {
  background: #ebebeb 0% 0% no-repeat padding-box;
  border-radius: 42px;
}

.custom-navbar .select-search-fixed .nav-inputs .nav-input-child.active .form-control {
  padding: 0 25px 0 0 !important;
}

@media screen and (min-width: 991px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location-div {
    width: 350px;
  }
}

@media screen and (max-width: 991px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location-div {
    width: calc(100% + 5vw);
  }
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location {
  padding: 20px 20px 0 20px;
  max-height: 400px;
  overflow-y: auto;
  min-height: -moz-max-content;
  min-height: max-content;
  /* width */
  /* Track */
  /* Handle */
}

@media screen and (min-width: 1730px) {
  .custom-navbar .select-search-fixed .nav-inputs .suggest-location {
    max-height: 450px;
  }
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar {
  width: 6px;
  overflow: hidden;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 35px;
  border: 1px solid #80808012;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location::-webkit-scrollbar-thumb {
  background: #88888845;
  border-radius: 50px;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box {
  cursor: pointer;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box p {
  font-size: 0.875rem !important;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box .suggest-box-img {
  width: 100%;
  height: 100px;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .suggest-box .suggest-box-img img {
  border-radius: 15px;
}

.custom-navbar .select-search-fixed .nav-inputs .suggest-location .region-section {
  padding-inline: 12px;
}

.custom-navbar .mob-anywhere span {
  position: relative;
  top: 1px;
}

.custom-navbar .mob-anywhere p {
  position: relative;
  top: -1px;
}

.custom-navbar .offcanvas {
  z-index: 9999 !important;
}

.custom-navbar .room-search-canvas-mob {
  height: 100vh !important;
  background-color: #F7F7F7;
}

.custom-navbar .room-search-canvas-mob .accordion-item {
  border-radius: 16px;
  box-shadow: 0 1px 2px #0000000d, 0 4px 6px #00000008;
  margin-bottom: 20px;
}

.custom-navbar .room-search-canvas-mob .accordion-flush .accordion-item .accordion-button,
.custom-navbar .room-search-canvas-mob .accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 20px;
}

.custom-navbar .room-search-canvas-mob .accordion-button:not(.collapsed)::after,
.custom-navbar .room-search-canvas-mob .accordion-button::after {
  display: none;
}

.custom-navbar .room-search-canvas-mob .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  box-shadow: unset !important;
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.custom-navbar .room-search-canvas-mob .accordion-button {
  font-size: clamp(1.2rem, 1.6vw, 1.7rem) !important;
  transition: 0.2s all;
  font-weight: 800;
  color: #222222 !important;
}

.custom-navbar .room-search-canvas-mob .accordion-button.collapsed {
  font-size: clamp(1rem, 1.25vw, 1.1rem) !important;
  transition: 0.2s all;
  font-weight: 400;
}

.custom-navbar .room-search-canvas-mob .accordion-body {
  padding-top: unset;
}

.custom-navbar .room-search-canvas-mob .nav-pills li {
  margin: 0 10px;
}

.custom-navbar .room-search-canvas-mob .nav-pills .nav-link.active {
  background: unset;
  color: #222222;
  font-weight: 600;
  border-bottom: 2px solid #222222;
  border-radius: unset;
  padding: 0px 0 3px 0;
}

.custom-navbar .room-search-canvas-mob .nav-pills .nav-link {
  background: unset;
  color: #717171;
  border-radius: unset;
  padding: 0px 0 3px 0;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob {
  display: flex;
  gap: 15px;
  overflow-x: auto;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob::-webkit-scrollbar {
  display: none;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob .search-region-img {
  width: 100px;
  height: 100px;
}

.custom-navbar .room-search-canvas-mob .where-to-go-div .search-region-mob .search-region-img img {
  border-radius: 12px;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  border-top: 1px solid #0000000d;
  padding: 12px 24px calc(env(safe-area-inset-bottom) + 12px);
  background: #fff;
  left: 0;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer a {
  -webkit-text-decoration-color: #222222 !important;
          text-decoration-color: #222222 !important;
  color: #222222;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer i {
  color: #fff !important;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer .btn-pink {
  border-radius: 7px !important;
}

.custom-navbar .room-search-canvas-mob .clear-search-footer .btn-pink span {
  color: #fff;
}

.custom-navbar .profile-menu-side .profile-img {
  width: 60px;
  height: 60px;
}

.custom-navbar .profile-menu-side .profile-img img {
  border-radius: 50px;
  border: 3px solid #fff;
  box-shadow: #64646f2b 0px 2px 10px 0px;
}

.custom-navbar .profile-menu-side .profile-menu-ul {
  list-style-type: none;
  padding: unset;
}

.custom-navbar .profile-menu-side .profile-menu-ul li {
  margin: 0 0 5px 0;
  padding: 10px 0;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active {
  position: relative;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active a {
  position: relative;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active a i,
.custom-navbar .profile-menu-side .profile-menu-ul li.active a span {
  color: #fff;
}

.custom-navbar .profile-menu-side .profile-menu-ul li.active::before {
  content: '';
  position: absolute;
  top: 0;
  width: calc(50vw + 25px);
  height: 100%;
  background-color: #FF6969;
  border-radius: 0px 10px 10px 0px;
  left: -20px;
}

@media screen and (min-width: 577px) and (max-width: 1000px) {
  .custom-navbar .profile-menu-side .profile-menu-ul li.active::before {
    width: calc(25vw + 25px);
  }
}

.custom-navbar .profile-menu-side .profile-menu-ul a {
  color: #222222;
}

.search-dest-div {
  border-radius: 12px !important;
  border: 1px solid #b0b0b0 !important;
  background: white !important;
  padding: 10px 2px;
  position: relative;
}

.search-dest-div .form-control,
.search-dest-div .form-select {
  border: unset;
  border-radius: 12px;
  padding-left: unset;
}

.google-nav-result {
  padding: unset !important;
  list-style-type: none;
  margin: unset;
}

.google-nav-result li {
  padding: 10px;
  border-bottom: 1px solid #80808024;
  cursor: pointer;
  margin: unset !important;
}

.google-nav-result li:hover {
  background-color: #FF6969;
  color: #fff;
  border-radius: 5px;
}

.google-results-mob {
  padding: unset !important;
  list-style-type: none;
}

.google-results-mob li {
  padding: 10px;
  border-bottom: 1px solid #80808024;
  cursor: pointer;
  margin: unset !important;
}

.google-results-mob li:hover {
  background-color: #FF6969;
  color: #fff;
  border-radius: 5px;
}

.sep-search-input .form-control::-moz-placeholder {
  font-weight: 600;
  color: #222222;
}

.sep-search-input .form-control::placeholder {
  font-weight: 600;
  color: #222222;
}

.expand-nav {
  transform: translateY(0px) !important;
}

.cancelBtn {
  border-color: #222222 !important;
  color: #222222 !important;
}

.applyBtn {
  background-color: #222222 !important;
  border-color: #222222 !important;
}

.place-online-ul {
  font-size: initial;
}

.profile-dropdown-main ul {
  max-height: 85vh;
  overflow-y: auto;
}

.custom-navbar .skel-static-home-img {
  position: relative;
  overflow: visible;
  display: inline-block;
}

.custom-navbar .skel-static-home-img::before {
  content: "";
  position: absolute;
  border-radius: 15px;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: shine 2s infinite;
  z-index: 999;
}

.custom-navbar .skel-static-home-img::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #dddddd;
  z-index: 99;
  border-radius: 15px;
}

.placeholder-makent::-moz-placeholder {
  color: #6a6a6a !important;
}

.placeholder-makent::placeholder {
  color: #6a6a6a !important;
}

.placeholder-makent-two::-moz-placeholder {
  color: #6F6F6F !important;
}

.placeholder-makent-two::placeholder {
  color: #6F6F6F !important;
}

