.navbar {
  transition: all 0.3s;
}

.home-page .custom-navbar .search-header {
  background-color: transparent !important;
  box-shadow: unset;
}

.home-page .custom-navbar .non-active-logo {
  display: block;
}

.home-page .custom-navbar .active-logo {
  display: none;
}

/* color changes of the navbar when scroll */

.home-page .custom-navbar.active-top .search-header {
 background-color: #0171b77a!important;  /*  salsabeel changes */
  box-shadow: #63636312 0 2px 3px 0 !important;
}

.home-page .custom-navbar.active-top .search-header .nav-link {
  color: #333333 !important;  /*  salsabeel changes */
}

.home-page .custom-navbar.active-top .search-header .btn-white {
  background-color: #121212 !important;
  color: #fff !important;
}

.home-page .custom-navbar.active-top .non-active-logo {
  display: none;
}

.home-page .custom-navbar.active-top .active-logo {
  display: block;
}

.home-page .custom-navbar.active-top .custom-toggler-black {
  border: 1px solid #121212 !important;
}

.home-page .custom-navbar.active-top .custom-toggler-black i {
  color: #121212 !important;
}

.custom-navbar .search-header {
  box-shadow: #63636312 0 2px 3px 0;
  background-color: #0171b77a !important; /*  salsabeel changes */
}

.custom-navbar .search-header .nav-link {
  color: #333333 !important;
}

.custom-navbar .search-header .btn-white {
  background-color: #fff !important;
  color: #121212 !important;
}

.custom-navbar .search-header .search-input-new-main {
  width: 300px;
}

@media screen and (min-width: 1800px) {
  .custom-navbar .search-header .search-input-new-main {
    width: 22%;
  }
}

.custom-navbar .search-header .search-input-new {
  background-color: #e8e4e4 !important;
  height: 45px;
}

.custom-navbar .search-header .search-input-new .form-control {
  background-color: #e8e4e4 !important;
}

.custom-navbar .search-header .search-input-new .form-control::-moz-placeholder {
  color: #fff;
}

.custom-navbar .search-header .search-input-new .form-control::placeholder {
  color: #000507
  ;
}

.custom-navbar .search-header .search-input-new i {
  color: #060606!important;
}

.home-page .custom-navbar,
.search-page .custom-navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: 0.2s all;
}

.home-page .custom-navbar .nav-link,
.search-page .custom-navbar .nav-link {
  color: #fff;
  font-weight: 500;
}

.home-page .custom-navbar .btn-white,
.search-page .custom-navbar .btn-white {
  background-color: #fff !important;
  border-radius: 10px;
  color: #121212;
  font-size: 15px;
  font-weight: 500;
}

.home-page .custom-navbar .search-header-search,
.search-page .custom-navbar .search-header-search {
  color: #fff;
  position: relative;
}

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

.home-page .custom-navbar .search-header-search input::-moz-placeholder, .search-page .custom-navbar .search-header-search input::-moz-placeholder {
  color: #fff;
}

.home-page .custom-navbar .search-header-search input::placeholder,
.search-page .custom-navbar .search-header-search input::placeholder {
  color: #fff;
}

.home-page .custom-navbar .search-header-search i,
.search-page .custom-navbar .search-header-search i {
  position: absolute;
  top: 8px;
  left: 9px;
  font-size: 17px;
}

@media screen and (min-width: 991px) {
  .custom-navbar .bg-white {
    background-color: #fff !important;
    background-color: transparent !important;
    box-shadow: unset;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: 600ms;
  }

  .custom-navbar .bg-white .nav-link {
    color: #fff;
  }

  .custom-navbar .bg-white .btn-white {
    background-color: #fff !important;
    border-radius: 10px;
    color: #121212;
    font-size: 15px;
  }
}

.custom-navbar .site-logo,
.custom-navbar .site-logo-2 {
  width: 180px;
  height: 50px;
}

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

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

.custom-navbar .site-logo-3 {
  width: 110px;
}

.custom-navbar .navbar-toggler {
  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;
  background-color: #fff;
}

.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 .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 .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: #121212;
  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: #121212;
}

.custom-navbar .banner-img {
  position: relative;
}

.custom-navbar .banner-img img {
  border-radius: 0;
}

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

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

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

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

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

.custom-navbar .banner-img .custom-input-group .input-group .form-border span::after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 35px;
  top: 12px;
  right: 0;
  background-color: #000;
}

.custom-navbar .banner-img .custom-input-group .input-group .form-border span::before {
  content: "";
  display: block;
  position: absolute;
  width: 0px;
  height: 35px;
  top: 12px;
  left: 0;
  background-color: #000;
}

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

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

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

@media screen and (max-width: 991px) {
  .custom-navbar .custom-collapse {
    display: none !important;
  }
}

.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: #8559EC;
  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: #8559EC;
  color: #fff;
  border-radius: 5px;
}

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

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

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

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

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

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

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

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

.search-icon.inside-search {
  width: 45px;
  height: 45px;
  min-width: 45px;
}

.canvas-click {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  width: 90%;
  margin: auto;
}

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

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

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

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

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

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

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

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

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

.room-search-canvas-mob .select2-container--default {
  width: 85% !important;
}

.room-search-canvas-mob .select2-container--default .select2-selection--single {
  border: unset !important;
}

.room-search-canvas-mob .select2-selection__rendered {
  padding-left: unset !important;
}

.room-search-canvas-mob .form-control:focus {
  border: unset !important;
  box-shadow: unset !important;
}

.room-search-canvas-mob .form-control:focus-visible {
  outline: unset !important;
}

.room-search-canvas-mob .input-group-text {
  background: unset !important;
  border: unset !important;
}

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

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

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

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

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

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

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

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

.listing-header {
  background-color: #fff !important;
  box-shadow: #63636312 0 2px 3px 0 !important;
}

.listing-header .nav-link {
  color: #121212 !important;
  font-weight: 500 !important;
}

