
:root {
  --bs-white: #ffffff;
  --bs-softgray: #d3d3d3;
  --bs-black: #000000;
  --bs-deepblue: #0067b8;
  --bs-aquablue: #00c3e3;
  --bs-gray: #c0c0c0;
  --bs-darkgray: #c4c4c4;
  --bs-lightgray: #595c5f;
  --bs-deepgray: #343a40;
  --bs-richgray: #45443f;
  --bs-button-color: #c4c4c4;
  --datepick-bg-color: #c4c4c4;
  --sideoverlay-bg-color: #c4c4c4;
  --bs-fade-color: #f7f6f2;
  --bs-counter-bg: #F6F5F5;
  --bs-bg-color: #000;
  --bs-sidedark-bg-color: #000;
  --round-50-corner: 50px;
  --round-40-corner: 40px;
  --round-30-corner: 30px;
  --round-20-corner: 20px;
  --round-10-corner: 10px;
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-color: #dee2e6
}
.form-select {
  --bs-form-select-dark-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-form-select-gray-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23595c5f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}
.accordion-button:after {
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.5s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-form-select-gray-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23595c5f' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-form-select-dark-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-form-select-black-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23000000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.lineThrough {
  text-decoration: line-through;
}
.card {
  --bs-card-spacer-x: 0rem;
}
.btn-close {
  filter: invert(1) !important;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}
html {
  scroll-behavior: smooth;
}
html, body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
	position: relative
}

body::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

body::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb
{
	background-color: #b69e5e;
}

body, button, .btn-primary, .btn-link, p {
  font-family: 'Jost';
  font-size: 17px;
	line-height: 1.5;
	font-weight: 400;
}

.form-select, .form-control {
  font-size: 12px;
}
/* .form-select, .form-control{text-transform: uppercase;font-size: 12px;min-width: 170px;
        overflow: visible;
        white-space: nowrap;} */
.accordion-header, .accordion-button {
  box-shadow: none;
  outline: none;
}
.accordion-button:hover, .accordion-button:focus {
  box-shadow: none;
  outline: none;
}

header .nav-link {
  text-transform: capitalize;
  font-weight: 500;
}
.book-a-stay .btn-primary {
  background-color: var(--bs-button-color);
  padding: 0.1rem 0.5rem;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.book-a-stay .btn-primary:hover, .book-a-stay .btn-primary:focus {
  background-color: var(--bs-button-color);
  border-color: var(--bs-button-color);
}
.hotels-rooms-list .book-a-stay .btn-primary {
  padding: 0.3rem 0.7rem;
  border-radius: 0;
  font-size: 13px;
}
.hotels-rooms-list .book-a-stay .btn-primary.accordion-button {
  padding: 0.8rem 3.3rem 0.8rem 2rem;
  font-size: 12px;
  padding: 7px 25px 7px 12px;
  border-radius: 0px;
  font-weight: var(--secondary-font-weight);
}
/* header .navbar-brand{position: absolute;left:50%;transform: translateX(-50%);top:0;bottom: auto;background-color: var(--bs-white);padding: 10px;margin:0;z-index: 1} */
.logo .navbar-brand {
  background-color: var(--bs-white);
  padding: 0px 8px 8px 8px;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
  width: 100px;
  z-index: 1
}
header .navbar-nav {
  align-items: center;
  justify-content: space-between;
}

[type="submit"], [type="reset"], button, html [type="button"] {
  -webkit-appearance: none !important;
  appearance: none !important;
}
*::before, *::after {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.carousel-slider {
  position: relative;
  overflow: hidden;
}
.carousel-slider:before {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
  width: 100%;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.9);
  filter: blur(135px);
  z-index: 1;
}
.carousel-slider .carousel-inner .carousel-item {
  height: calc(100vh - 53px);
}
.carousel-slider .carousel-inner .carousel-item .container {
  position: absolute;
  height: 100%;
  top: 0;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}
.carousel-slider .carousel-caption {
  position: absolute;
  top: auto;
  right: 12px;
  left: auto;
  bottom: 110px;
  width: 320px;
  text-align: right;
  margin: 0;
  text-shadow: 1px 1px 1px var(--bs-black);
  max-width: 100%;
  padding: 0;
  z-index: 2
}
.bottom-bar {
  position: absolute;
  top: auto;
  right: auto;
  left: 12px;
  bottom: 110px;
  width: auto;
  text-align: right;
  margin: 0;
  /* text-shadow: 1px 1px 1px var(--bs-black); */
  max-width: 100%;
  padding: 0;
  z-index: 2
}
.bottom-bar p {
  color: var(--bs-white);
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
/* .social-icons{list-style: none;padding: 0;margin: 0;display: flex;gap: 10px;} */
/* .social-icons li i{color: var(--bs-white);} */
.carousel-slider .carousel-caption span {
  background-color: var(--bs-bg-color);
  color: var(--bs-white);
  text-align: right;
  padding: 1px 4px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}
.carousel-slider .carousel-caption h2 {
  font-size: 4rem;
  line-height: 3.5rem;
}
.carousel-slider .carousel-control-prev, .carousel-slider .carousel-control-next {
  opacity: 1;
}
.arrow-controls {
  position: absolute;
  bottom: 105px;
  top: auto;
  width: 60px;
  right: 18px;
  left: auto;
}
.arrow-controls i {
  font-size: 20px;
}
/***************************booking bar********************************/
/* Initial styles */
/* .booking-form-wrapper {
    position: relative;
    width: 100%;
    height: auto; 
    background: white; 
    overflow: hidden;
    transition: height 0.7s ease, transform 0.7s ease;
    z-index: 1000;
  }
  
  /* Expanded to full-screen height and slides up */
/* .booking-form-wrapper.fullscreen {
    height: 100vh; 
    transform: translateY(-100%);
  }  */
.booking-bar {
  background-color: var(--bs-white);
  padding: 0px 20px 0px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  top: -60px;
  z-index: 2;
  height: auto;
  cursor: pointer;
  /* transition: height 0.7s ease, transform 0.7s ease; */
}
/* .booking-bar.isActive{background-color: var(--bs-black);box-shadow:none;-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;} */
/* .booking-bar:before{position: absolute;content:'';width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);top:0;right:-100%;left:auto;bottom:0;opacity:0;visibility:hidden;z-index: 1;-webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -webkit-transition: all 0.4s ease-out 0.4s;
    -o-transition: all 0.4s ease-out 0.4s;
    transition: all 0.4s ease-out 0.4s;
} */
/* .booking-bar.isActive:before{right:0;left:auto;opacity: 1;visibility: visible;} */
.booking-bar.fullscreen {
  height: calc(90vh - 84px);
  /*height: auto;*/
  transform: translateY(-85%);
  /* overflow: hidden; */
  overflow-y: scroll;
}
.credit-card-images {
  display: flex;
  gap: 20px;
}
.credit-card-images img {
  width: 20%;
  filter: grayscale(100%);
}
.credit-card-images img:hover {
  filter: grayscale(0%);
}
.booking-bar .form-select, .booking-bar .form-control {
  background-color: transparent;
}
.booking-bar .form-control:focus {
  box-shadow: none;
}
.booking-bar .book-room {
  position: relative;
}
.booking-bar .book-room > .form-control {
  min-width: 250px
}
.booking-bar .book-room:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--bs-deepgray);
  border-left: 2px solid var(--bs-deepgray);
  right: 5px;
  left: auto;
  top: 42%;
  border-radius: 1px;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.bookingbar-close {
  position: absolute;
  top: -28px;
  right: 0px;
  width: 31px;
  /* height: 25px; */
  background-color: #000000;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  color: #fff;
  padding: 1px 10px;
}
.booking-bar .book-room.arrow:before {
  transform: rotate(45deg);
}
.booking-bar-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 60px
}
.booking-bar-form .form-select, .booking-bar-form .form-control {
  border: none;
  border-radius: none;
  box-shadow: none;
  outline: none;
}
.booking-bar-form > div .form-select .select-selected {
  padding: 5px 28px 5px 5px;
  cursor: pointer;
}
.side-overlay .primary-details .select-selected {
  padding: 0.75rem 2.25rem 0.75rem 0rem;
  color: var(--bs-black)
}
.booking-bar-form > div:first-child .form-select {
  background-color: #3394BB;
  color: var(--bs-white);
  background-image: var(--bs-form-select-dark-bg-img);
  border-radius: 0;
}
.booking-bar-form > div .form-select {
  padding: 0;
}
.booking-confirmed span svg {
  width: 80px;
  fill: #000000
}
.booking-bar-form > div:first-child .form-select .select-options .select-option {
  color: var(--bs-black);
}
.booking-bar-form input[id="destination"] {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0.375rem 0rem;
  overflow: auto !important;
  overflow-x: auto !important;
  overflow-y: auto !important;
  min-width: 250px;
  white-space: nowrap;
  text-transform: capitalize;
}
.custom-select {
  position: relative;
  user-select: none;
}
.book-room {
  position: relative;
}
.book-room .card-body {
  position: absolute;
  /* top: 100%; */
  left: 0;
  width: 100%;
  background-color: white;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 320px;
  max-width: 100%;
  z-index: 1;
  border-radius: 0;
  max-height: 15vw;
  overflow-y: auto;
  /* opacity: 0;
        display: block;
        visibility: hidden; */
  border: none;
  display: none
}
/* .book-room .show .card-body{opacity: 1;top:100%;visibility: visible;} */
.book-room .card-body .add-room {
  color: var(--bs-bg-color);
  text-decoration: none;
}
.card-body .row {
  background-color: var(--bs-counter-bg);
  padding: 5px;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
/* .card-body.open-from-top {
        position: absolute;
        bottom: 100%;
      }
      
      .card-body.open-from-bottom {
        position: absolute;
        top: 100%;
      } */
.btn-minus, .btn-plus {
  padding: 0;
  border: none
}
.book-room .card-body .flex-column .age-count {
  font-size: 0.938vw;
  line-height: 1.30vw;
  display: block;
}
.book-room .card-body button[class*='btn-'] img {
  width: 12px;
  height: 12px;
}
.vertical-hr {
  width: 0.5px;
  height: 25px;
  background-color: #000;
  border: none;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
}
.book-room .card-body button[class*='btn-']:hover {
  background-color: transparent;
}
#rooms_childs_showT {
  cursor: pointer;
}
/* .select-selected {
        padding: 0px;
        cursor: pointer;
    } */
.custom-select .select-options {
  display: none;
  position: absolute;
  /* top: 100%; */
  left: 0;
  width: 100%;
  background-color: white;
  padding: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* min-width: 252px; */
  min-width: auto;
  max-width: 100%;
  z-index: 2;
}
.select-option {
  padding: 10px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding-left: 25px;
  transition: background-color 0.3s;
}
.select-option i {
  position: absolute;
  left: 5px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.select-option:last-child {
  border: none
}
.select-option:hover {
  /* background-color: #f0f0f0; */
  font-weight: 500;
  border-bottom: 1px solid #222;
}
.credit-card-image {
  width: 78%;
  margin-bottom: 1rem;
  filter: grayscale(1);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.credit-card-image:hover {
  filter: grayscale(0);
}
.confirm-gif {
  width: 100px;
}
.custom-select.open .select-options {
  display: block;
  /* bottom: 59px!important;
        top: auto!important; */
}
.btn-primary {
  border: none !important;
}
.hotels-rooms-list {
  padding: 2rem;
  margin: 2px -20px 0 0;
  max-height: 54vw;
  overflow-y: auto;
}
.hotels-rooms-list .row > div[class*='col-md-3'] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hotels-rooms-list .card {
  border: none;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1)
}
.hotels-rooms-list .card-body > div {
  display: flex;
  flex-direction: column;
}
.hotel-info > span:first-child {
  font-size: 20px;
  font-weight: 600
}
.rating i {
  color: var(--bs-bg-color);
}
.hotels-rooms-list .card-body > div a {
  color: var(--bs-black);
  text-transform: uppercase;
}
.hotels-rooms-list .card-body > div:first-child a {
  padding: 0 0 0.375rem 0
}
.book-a-stay .btn-primary {
  color: var(--bs-white);
  background-color: #3394BB;
  box-shadow: none;
  width: auto;
  border-radius: 5px;
}
.book-a-stay .btn-primary:hover {
  background-color: var(--bs-button-color);
}
.book-a-stay .btn-primary:after {
  display: none;
}
.hotels-rooms-list .book-a-stay .btn-primary:after {
  display: block;
}
.hotels-rooms-list .book-a-stay .btn-primary.accordion-button:after {
  position: absolute;
  right: 3px;
  background-size: 16px;
  top: 6px;
  width: 17px;
  transform: rotate(180deg);
}
.hotels-rooms-list .book-a-stay .btn-primary.accordion-button.collapsed:after {
  transform: rotate(0deg);
}
.hotels-amenities ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
  display: flex;
  gap: 8px 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hotels-amenities ul li {
  position: relative;
  padding-left: 15px;
  flex: 1 1 calc(50% - 20px);
  text-align: left;
  font-size: 12px;
  font-weight: 600;
}
.hotels-amenities ul li:before {
  position: absolute;
  content: '';
  left: 0;
  right: auto;
  top: 5px;
  bottom: auto;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  background-color: var(--bs-button-color);
}
.location p {
  padding: 15px 0px 0px 25px;
  margin: 0;
  position: relative;
}
.location i {
  position: absolute;
  padding-right: 5px;
  top: 18px;
  left: 0;
  right: auto;
  color: var(--bs-bg-color)
}
.price-details {
  text-align: right;
}
.price-details > span {
  color: var(--bs-bg-color);
  font-size: 1rem;
  text-transform: capitalize;
}
.hotels-list .price-details > span {
  font-size: 0.875rem;
  color: var(--bs-darkgray);
}
.price-details p {
  font-size: 0.75rem;
}
.price-details .ratingvalue {
  font-size: 0.875rem;
  background-color: var(--bs-bg-color);
  padding: 5px;
  border-radius: 5px;
  color: var(--bs-white);
}
.make-flex {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.make-flex p {
  margin: 0;
}
.make-flex .priceText {
  font-size: 22px;
  line-height: 22px;
  color: var(--bs-black);
  font-weight: 900;
}
.make-flex p:last-child span {
  display: block;
}
.facilities {
  padding-top: 15px;
}
.facilities span {
  font-size: 0.75rem;
}
.tile-placeholder p {
  margin: 0;
  display: inline-block;
  border: 1px solid var(--bs-darkgray);
  border-radius: 4px;
  color: var(--bs-darkgray);
  font-size: 0.75rem;
  line-height: 0.875rem;
  margin-top: 6px;
  padding: 5px 6px;
  background-color: rgba(0, 0, 0, 0.01);
  text-transform: capitalize;
}
.highlight-Text {
  color: var(--bs-bg-color);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  padding-right: 5px;
  margin-right: 5px
}
#search a {
  font-size: 20px;
  color: var(--bs-black);
  text-decoration: none;
}
#search a:hover, #search a:focus {
  color: var(--datepick-bg-color)
}
.search-icon1 i {
  font-size: 20px;
  color: var(--bs-black);
  text-decoration: none;
}
.search-icon1 i:hover, .search-icon1 i:focus {
  color: var(--datepick-bg-color)
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
  background-color: var(--white-surface);
  position: absolute;
  right: 0;
}
::-webkit-scrollbar {
  width: 0px;
  height: 5px;
  background-color: var(--white-surface);
  border-radius: 0px;
  position: absolute;
  right: 0;
}
::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: var(--primary);
  position: absolute;
  right: 0;
}
.hotels-rooms-list .accordion-body .hotel-info span {
  font-size: 18px;
  color: var(--bs-richgray);
}
.hotel-dist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.hotel-dist ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}
.hotel-dist ul li:before {
  position: absolute;
  content: '';
  left: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  background-color: var(--bs-button-color);
}
.hotel-dist a {
  display: block;
  text-decoration: underline;
  color: var(--bs-button-color);
  padding-top: 15px;
}
.hotels-rooms-list .accordion-body .price-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hotels-rooms-list .accordion-body .price-details {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
/* .hotels-rooms-list .accordion-body .price-details div{gap: 20px;} */
.hotels-rooms-list .accordion-body .price-details p {
  font-size: 14px;
  margin-bottom: 5px;
}
.hotels-rooms-list .accordion-body .price-details p.priceText {
  font-size: 22px;
}
.hotels-rooms-list .accordion-body {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 25px;
  border-radius: 0.5rem;
}
.hotels-rooms-list .accordion-body > .row {
  margin-bottom: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 0.5rem;
  background-color: var(--bs-white);
}
.hotels-list.hotels-rooms-list .accordion-body > .row {
  padding: 15px;
}
.hotels-rooms-list .accordion-body > .row:last-child {
  margin-bottom: 0px;
}
.hotels-list.hotels-rooms-list .accordion-body .price-details .d-flex {
  justify-content: end;
  gap: 2px;
  align-items: center;
}
.hotels-list.hotels-rooms-list .accordion-body .price-details .d-flex > span {
  color: var(--bs-bg-color);
  font-size: 1rem;
  text-transform: capitalize;
}
.hotels-list.hotels-rooms-list .accordion-body .price-details .d-flex > span:last-child {
  font-size: 0.875rem;
  color: var(--bs-white)
}
/***************************suggestion-list********************************/
.popup-box {
  display: none;
}
.popup-box.show {
  display: block !important;
}
.popup-box small {
  text-align: center;
  display: block;
  padding: 15px 0;
  text-transform: uppercase;
  color: var(--bs-button-color);
  font-weight: 700;
}
.popup-box .hotels-listing {
  padding-bottom: 20px;
}
.popup-box .hotels-listing .amenities {
  padding-top: 20px;
}
.popup-box .hotels-listing p {
  font-weight: 600;
  padding-bottom: 2px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.popup-box .hotels-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.popup-box .hotels-listing ul li {
  padding: 10px 0;
  font-weight: 400;
  font-size: 14px;
}
.popup-box .hotels-listing ul {
  margin-bottom: 10px;
}
a.view-all-hotel-btn {
  font-size: 12px;
  text-align: center;
  color: #c4c4c4;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 1.5rem;
  display: block;
}
.popup-box .hotels-listing ul li:first-child {
  padding-top: 0;
}
.enter-destination {
  text-decoration: none;
  padding-left: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
}
.amenities {
  display: block;
}
.amenities ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.amenities ul li {
  width: 50px;
  height: 50px;
  line-height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.popup-box .hotels-listing .amenities ul li:first-child {
  padding-top: 10px;
}
.amenities ul li:hover, .amenities ul li:focus {
  border: 1px solid rgba(0, 0, 0, 1);
}
.amenities ul li img {
  height: 20px;
  width: 20px;
  object-fit: contain;
  min-height: auto;
  opacity: 0.5;
}
.amenities ul li:hover img, .amenities ul li:focus img {
  opacity: 1;
}
.suggestions-list {
  position: absolute;
  z-index: 1000;
  /* min-width: 200px;  */
  min-width: 250px;
  max-width: 250px;
  overflow-x: auto;
  background: #fff;
  overflow-y: auto;
  max-height: 30vw;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin: 12px 0;
  padding: 5px;
  display: none;
}
.hotels-listing .amenities ul li span {
  font-size: 10px;
  margin-top: 5px;
}
.suggestions-list div {
  padding: 8px;
  cursor: pointer;
}
.suggestions-list div.amenities {
  padding: 0px;
}
.suggestions-list div:hover {
  background: #f9f9f9;
}
/***************************hotel-list-view********************************/
/* Hide the hotels list initially */
.hotels-rooms-list {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
/* Show hotels list with fade-in effect */
/* .hotels-rooms-list.show {
    display: block;
    opacity: 1;
  } */
/* Show hotels list with fade-in effect */
.hotels-rooms-list.active.show {
  display: block;
  opacity: 1;
}
/* .hotels-rooms-list.rooms-info.active {
    display: block;
    opacity: 1;
  } */
.hidden {
  display: none;
}
.container.btm-space {
  height: 60px
}
/***************************date picker update********************************/
.litepicker .container__days .day-item.is-start-date, .litepicker .container__days .day-item.is-end-date {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: var(--bs-bg-color);
}
.litepicker .container__days .day-item:hover {
  color: var(--bs-bg-color);
  -webkit-box-shadow: inset 0 0 0 1px var(--bs-bg-color);
  box-shadow: inset 0 0 0 1px var(--bs-bg-color);
  border-radius: 0;
}
.litepicker .container__days .day-item.is-in-range {
  background-color: var(--datepick-bg-color)
}
.litepicker .container__days .day-item.is-start-date:hover, .litepicker .container__days .day-item.is-end-date:hover {
  color: var(--bs-white)
}
.litepicker .container__months .month-item-header {
  background-color: var(--bs-bg-color);
  color: var(--bs-white);
  margin-bottom: 10px;
}
.litepicker .container__months .month-item-header .button-previous-month {
  color: var(--bs-white);
}
.litepicker .container__months .month-item-header .button-previous-month > svg, .litepicker .container__months .month-item-header .button-previous-month > img, .litepicker .container__months .month-item-header .button-next-month > svg, .litepicker .container__months .month-item-header .button-next-month > img {
  fill: var(--bs-white);
}
.litepicker .container__days .day-item {
  font-size: 0.875rem;
}
/*********************************map***************************************/
#map-container {
  width: 100%;
  max-width: 620px;
  height: auto;
  margin: 0 auto;
}
.land {
  fill: #CCCCCC;
  fill-opacity: 1;
  stroke: white;
  stroke-opacity: 1;
  stroke-width: 0.5;
}
#map path:hover {
  fill: #7d2b13;
  cursor: pointer;
}
svg {
  width: 100%;
  height: auto;
  display: block;
}
#tooltip {
  position: absolute;
  display: none;
  background: var(--bs-button-color);
  color: var(--bs-white);
  padding: 5px;
  border: 1px solid var(--bs-white);
  top: 0;
  font-size: 12px;
  pointer-events: none;
}
/* #tooltip:before{position: absolute;content:'';top:auto;bottom:-5px;z-index:0;left: 50%;transform: translateX(-50%) rotate(-45deg);width: 10px;height: 10px;border:1px solid var(--bs-white)} */
/****************************side-overlay*************************************/
.side-overlay {
  position: absolute;
  right: -100%;
  /* right: 0; */
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 400px;
  z-index: 999999;
  padding: 70px 15px 15px 15px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: var(--bs-white);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: visible;
  opacity: 1;
  padding-bottom: 60px;
  /* display: flex;
    gap: 20px; */
}
.side-overlay.isActive {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  -webkit-transition: all 0.5s ease-out 0.5s;
  -o-transition: all 0.5s ease-out 0.5s;
  transition: all 0.5s ease-out 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.side-overlay .primary-details {
  flex: 2;
}
.side-overlay .stay-info {
  flex: 1;
}
.side-overlay .custom-select .select-options .select-option {
  text-align: left;
  padding-left: 8px;
}
.widget-heading {
  position: absolute;
  top: 15px;
  right: 15px;
  left: auto;
  bottom: auto;
  width: 40px;
  height: 40px;
  background-color: #3394BB;
  color: var(--bs-white);
  line-height: 40px;
  border-radius: 5px;
  text-align: center;
}
.widget-heading:hover .close-side-widget i, .widget-heading:focus .close-side-widget i {
  color: var(--bs-white);
}
.widget-heading:hover, .widget-heading:focus {
  background-color: var(--bs-button-color);
}
.widget-heading .close-side-widget i {
  color: var(--bs-white)
}
.side-overlay .primary-details .form-control, .side-overlay .primary-details .form-select {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  padding: 0.75rem 0rem;
  color: var(--bs-black)
}
.side-overlay .primary-details .form-box .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  color: var(--bs-black);
}
.side-overlay .primary-details .form-box .iti {
  width: 100%;
}
.side-overlay .primary-details .form-box .iti__arrow {
  border-top: 4px solid var(--bs-white)
}
.side-overlay .primary-details .custom-select {
  color: var(--bs-richgray)
}
.side-overlay .primary-details .custom-select.form-select {
  background-image: none;
}
.side-overlay .primary-details .form-box .form-control::-webkit-input-placeholder {
  color: var(--bs-black);
}
.side-overlay .primary-details .form-box .form-control::-moz-placeholder {
  color: var(--bs-black);
}
.side-overlay .primary-details .form-box .form-control:-ms-input-placeholder {
  color: var(--bs-black);
}
.side-overlay .primary-details .form-box .form-control:-moz-placeholder {
  color: var(--bs-black);
}
.side-overlay .primary-details .form-check .form-check-label {
  color: var(--bs-black);
}
/*background-image: var(--bs-form-select-gray-bg-img);background-image: none}*/
.side-overlay .primary-details .custom-select:before {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--bs-black);
  border-left: 2px solid var(--bs-black);
  right: 2px;
  left: auto;
  top: 44%;
  border-radius: 1px;
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.side-overlay .primary-details .form-check a {
  text-decoration: none;
  color: var(--bs-button-color)
}
.side-overlay .book-a-stay .btn-primary:hover, .side-overlay .book-a-stay .btn-primary:focus {
  background-color: #3394BB;
  color: #3394BB;
}
.side-overlay .tab-content {
  position: relative;
}
.side-overlay .tab-content:after {
  content: '';
  height: 15px;
  display: block;
  width: 100%;
  position: absolute;
  bottom: -15px;
}
/* .side-overlay .tab-content .tab-pane{height: 100%;} */
.side-overlay .tab-content .booking-confirmed {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.side-overlay .tab-content .booking-confirmed h3 {
  color: var(--bs-black);
}
.stay-info h4:first-child {
  padding: 1rem;
  margin: 0;
  border-top: 1px solid var(--bs-black);
  border-left: 1px solid var(--bs-black);
  border-right: 1px solid var(--bs-black);
  border-bottom: transparent
}
.stay-info h4:first-child {
  color: var(--bs-black)
}
.stay-info .accordion-header {
  padding: 0;
}
.stay-info .accordion-header .accordion-button {
  color: var(--bs-black);
  background-color: transparent;
}
.stay-info .accordion-header + p {
  padding: 0 1rem;
}
.stay-info .accordion-header .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.stay-info .accordion-header .accordion-button:after {
  background-image: var(--bs-form-select-black-bg-img);
  width: 1rem;
  height: 1rem;
  background-size: 1rem;
}
.stay-info .accordion-item:nth-child(2) .accordion-header .accordion-button:after {
  width: 0.75rem;
  height: 0.75rem;
  background-size: 0.75rem;
  margin-right: auto;
  margin-left: 5px;
}
.stay-info .accordion {
  border: 1px solid var(--bs-black);
}
.cancellation-policy {
  border: 1px solid var(--bs-black);
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
/* .cancellation-policy:after{content: '';height: 15px;display: block;width: 100%;position: absolute;bottom: -15px;} */
.stay-info .accordion-item {
  background-color: transparent;
  border-radius: 0;
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  border-bottom: 1px solid var(--bs-black);
}
.stay-info .accordion-item .accordion-body {
  padding: 0 1rem;
}
.room-flex {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.stay-info .cancellation-policy, .spacer {
  padding: 1rem;
}
.stay-info .accordion-item:nth-child(2) .accordion-header p {
  font-size: 0.875rem;
  margin: 0;
  padding-right: 1rem;
}
.stay-info .accordion-item:nth-child(2) .accordion-header {
  display: flex;
  align-items: center;
}
.stay-info .accordion-item .accordion-body .btn-link {
  padding: 0rem 0rem 1rem 0rem;
  color: var(--bs-black)
}
.stay-info .accordion-item .accordion-body .btn-link:hover, .stay-info .accordion-item .accordion-body .btn-link:focus {
  color: var(--bs-bg-color)
}
.nav-sidebar .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -100%;
  left: auto;
  bottom: auto;
  background-color: var(--bs-richgray);
  width: 50px;
  display: flex;
  gap: 25px;
  z-index: 2;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
}
.nav-sidebar.isActive .nav {
  right: 400px;
  -webkit-transition: all 0.6s ease-out 0.6s;
  -o-transition: all 0.6s ease-out 0.6s;
  transition: all 0.6s ease-out 0.6s;
}
.nav-sidebar .nav .nav-link {
  text-align: center;
  font-size: 10px;
  color: var(--bs-white);
  padding: 8px 2px;
  position: relative;
  opacity: 0.5;
  background-color: transparent;
}
.nav-sidebar .nav .nav-link.active {
  opacity: 1;
}
.nav-sidebar .nav .nav-link span svg {
  width: 20px;
  margin: 0 auto 5px;
}
.nav-sidebar .nav-pills .nav-link::before {
  position: absolute;
  content: '';
  width: 2px;
  border-radius: var(--round-10-corner);
  background-color: rgba(255, 255, 255, 0.5);
  top: 100%;
  bottom: auto;
  left: 24px;
  right: 0;
  height: 25px;
}
.nav-sidebar .nav-pills .nav-link::after {
  position: absolute;
  content: '';
  width: 2px;
  border-radius: var(--round-10-corner);
  background-color: var(--bs-white);
  top: 100%;
  bottom: auto;
  left: 24px;
  right: 0;
  height: 0px;
}
.nav-sidebar .nav .nav-link:last-child:before, .nav-sidebar .nav .nav-link:last-child:after {
  display: none;
}
.nav-sidebar .nav-pills .nav-link.active::after {
  height: 25px;
}
.side-overlay .book-a-stay .btn-primary {
  padding: 1rem 0.5rem;
  background-color: #3394BB;
  color: var(--bs-white)
}
.stay-info p, .stay-info span {
  color: var(--bs-black);
}
.side-overlay .book-a-stay {
  position: fixed;
  bottom: 0;
  width: 401px;
  padding-right: 35px;
}
.side-overlay .book-a-stay:after {
  content: '';
  height: 15px;
  display: block;
  width: 366px;
  position: absolute;
  bottom: auto;
  top: -15px;
  background-color: var(--bs-white);
  right: 35px;
}
.side-overlay .book-a-stay .btn-primary {
  border-radius: 0;
}
.inclusive {
  font-size: 0.750rem;
}
/* .modal-amenities-detail .btn-close{} */
.modal-amenities-detail .modal-body {
  padding: 0 1rem 1rem 1rem;
}
.modal-amenities-detail ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.modal-amenities-detail ul li {
  padding-left: 15px;
  position: relative;
}
.modal-amenities-detail ul li:before {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--bs-button-color);
}
.modal-amenities-detail .modal-body h6 {
  margin-top: 1.5rem;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.modal-amenities-detail .modal-footer h6 {
  font-size: 2rem;
}
.modal-amenities-detail .modal-header .btn-close {
  position: absolute;
  bottom: 100%;
  color: var(--bs-white);
  right: 5px;
  left: auto;
  opacity: 1;
  margin-bottom: 0px;
  padding: 5px 8px;
}
/* position: absolute;
    bottom: 100%;
    color: #ffffff;
    right: 15px;
    margin-bottom: 0px; */


/* 
input:not([type="image" i], [type="range" i], [type="checkbox" i], [type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
} */
/***************************login-modal***********************************/
.form-details .form-control {
  height: 40px;
  border: none;
  border-bottom: 1px solid var(--bs-softgray);
  border-radius: 0;
  box-shadow: none;
  padding: 0.375rem 0rem;
}
.form-details .modal-header {
  padding: 0;
  border: none
}
.form-details .modal-header .btn-close {
  position: absolute;
  top: auto;
  bottom: 100%;
  right: 5px;
  opacity: 1;
  margin-bottom: 1px;
  left: auto;
}
.form-details .form-control:focus {
  border-bottom-color: var(--bs-bg-color);
  box-shadow: none;
}
.form-details .form-control::-webkit-input-placeholder {
  color: var(--bs-softgray);
}
.form-details .form-control::-moz-placeholder {
  color: var(--bs-softgray);
}
.form-details .form-control:-ms-input-placeholder {
  color: var(--bs-softgray);
}
.form-details .form-control:-moz-placeholder {
  color: var(--bs-softgray);
}
:root {
  --primary-bg: #3394BB;
  --secondary-bg: #fff;
  --primary-color: #585858;
  --secondary-color: #fff;
  --bg-l-grey: #f4f4f4;
  --main-font: Marcellus;
  --primary-font-size: 16px;
  --secondary-font-size: 14px;
  --primary-font-weight: 300;
  --secondary-font-weight: 500;
  --primary-font-style: normal;
  --primary-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.bg-grey {
  background-color: var(--primary);
}
.primary-radius {
  border-radius: 0;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  color: #585858;
}

img {
  max-width: 100%;
}
.hidden-experience {
  display: none;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  line-height: 24px;
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
h1, h2, h4 {
  position: relative;
  margin: 0px;
  font-family: var(--main-font);
  color: #1a1b1a;
}
h3, h6 {
  position: relative;
  margin: 0px;
  font-family: var(--main-font);
  color: #1a1b1a;
}
h5 {
  position: relative;
  margin: 0px;
  font-family: var(--main-font);
  color: #ffffff;
}
h2 {
  font-size: 40px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 22px;
}
h6 {
  font-size: 20px;
}
p {
  color: var(--primary-color);
  margin: 0;
}
input:focus, select:focus, textarea:focus {
  box-shadow: none !important;
}
/* nav.navbar {
    position:fixed;
    width:100%;
    padding: 5px 10px;
    z-index: 999;

    box-shadow: 0px 2px 2px 0px #00000014;
     backdrop-filter:saturate(180%) blur(20px); 
  
   background: rgb(255 255 255 / 35%) !important;
    
} */
nav.navbar1 {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding: 0;
  /* box-shadow: 0px 2px 2px 0px #00000014;
     backdrop-filter:saturate(180%) blur(20px);  */
  background-color: #fff;
}
.fixed-nav {
  position: fixed;
  /* top: 0; */
  width: 100%;
  z-index: 1000;
  background: white;
  box-shadow: 0px 2px 2px 0px #00000014;
  transition: all 0.3s ease-in-out;
}
.fixed-nav {
  background: rgb(255 255 255 / 95%) !important;
  box-shadow: 0 2px 2px 0 #00000014;
}
.navbar-brand img {
  width: 270px;
}
.navbar-nav {
  align-items: center;
}
/* nav.navbar.inhead{
    background-color: rgb(255 255 255 / 60%) !important;
} */
.navbar .navbar-nav .nav-link.book-now-header {
  border: 1px solid var(--primary-color);
  padding: 4px 10px;
  font-size: 14px;
  ;
  margin-left: 10px;
  float: left;
  border-radius: 0px;
  background: #D1B48C;
  color: #fff;
  border: none;
}
.navbar .navbar-nav .nav-link.book-now-header.bookbtn {
  background-color: #D1B48C !important;
  color: #fff;
  border: none;
  border-radius: 0px;
}
.navbar-nav li.nav-item:last-child {
  margin-right: 0rem;
}
.navbar .navbar-nav .nav-link {
  font-size: 17px;
  padding: 2.4em 0.3em;
  font-weight: 400;
}
img.sidebar-icon-img {
  margin-right: 0rem;
  width: 36px;
  cursor: pointer;
}
/* .navbar .navbar-nav li.nav-item:first-child {
    margin-right: 3rem;
}
.navbar .navbar-nav li.nav-item:last-child {
    margin-left: 3rem;
} */
.dropdown-menu .dropdown-item{
	padding: 10px 15px;
}
.dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:hover{
	background-color: #b69e5e;
	color: #fff;
}
.banner-section {
  position: relative;
  height: calc(100vh + 0px) !important;
  /* overflow: hidden; */
  margin-top: 0px;
}
.banner-section .banner-image {
  position: relative;
}
.banner-section img.bannerrr, .banner-section video.video-banner {
  filter: brightness(1.07);
  height: 100vh !important;
  object-fit: cover;
  width: 100%;
}
.booking-form-wrapper {
  display: none;
  z-index: 9999;
  position: relative;
}
.fa-arrow-left, .fa-arrow-right {
  font-size: 0px;
}
.search-wrapper {
  position: relative;
  width: 30%;
  margin: 0 auto;
}
.banner-search-btn {
  position: relative;
  z-index: 9;
  bottom: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 40px;
}
body .ui-datepicker .ui-datepicker-header {
  background: #4a4b4d !important
}
body .ui-datepicker .ui-datepicker-calendar .sejour > a {
  background: #d7b56dbd !important
}
.ui-datepicker-week-end.sejour a.ui-state-default {
  background: #3e4d53 !important
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 14px;
}
body .ui-datepicker .ui-datepicker-calendar th {
  font-weight: 900;
  color: #000;
  font-size: 13px;
}
body .ui-datepicker .ui-datepicker-calendar td, body .ui-datepicker .ui-datepicker-calendar th {
  width: 37px;
  height: 23px;
  padding: 0;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #d7b56d !important
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
  font-size: 14px;
}
/* Adding the search icon */
.search-wrapper::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 111 !important;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-image: url(../images/search-icon-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(1);
  z-index: 9;
}
/* .banner-search-btn {
    position: relative;
    z-index: 9999;
    bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    height:36px;
} */
.banner-search-btn .banner-search-btn-link {
  /* width: 45px; */
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 4px;
  display: block;
}
.banner-search-btn .banner-search-btn-link img {
  width: 20px;
  filter: invert(1);
  padding-top: 10px;
  right: 11px;
  position: absolute;
}
.sec-padding {
  padding: 7rem 0 0 0;
}
.your-break, .offers-slider, .dineSec, .facSection, .offers-sec, .contact-section {
  padding: 7rem 0;
}
#upcommingproperties, .location-section, #EventSec {
  padding: 7rem 0;
  background-color: #FEF9F4;
}
#weddSec {
    background-color: #FEF9F4;
    padding: 0;
    background-image: url(../images/hero-bg.png);
}
.wedd-slider {
    padding: 0px;
}
.eventImg {
    height: 100%;
    object-fit: cover;
}
.eventImg img{
	height: 100%;
}
.pl-0{
	padding-left: 0
}
.global-heading-sec .global-heading {
  text-transform: capitalize;
  font-size: 40px;
  margin-bottom: 1rem;
  text-align: left;
  font-weight: 400;		
}

.winter-box .winter-box-content {
  padding: .8rem;
}
.winter-box .winter-box-content .winter-box-heading {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.winter-box-btn {
  margin-top: 15px;
  margin-bottom: 0.5rem;
}
.winter-box-btn .box-btn {
     padding: 10px 20px;
    border-radius: 0px;
    background-color: transparent;
    color: #b69e5e;
    margin-right: 15px;
	transition: all .5s ease;
}
.winter-box-btn .box-btn:hover, .winter-box-btn .box-btn:focus{
	background-color: #b69e5e;
	color: #fff;
}
.know-more {
  background-color: #b69e5e;
  color: #ffffff;
  border: 1px solid #b69e5e;
  transition: all .5s ease;
}
.know-more:hover, .know-more:focus, .book-now:hover, .book-now:focus {
  background-color: transparent;
  color: #b69e5e
}
.book-now {
  background-color: #b69e5e;
  color: #ffffff;
  border: 1px solid #b69e5e;
  padding: 10px 20px;
  border-radius: 0px;
	display: inline-block
}
.winter-box .winter-box-content .winter-box-para {
  font-size: var(--secondary-font-size);
}
.new-hotels .hotel-box .winter-box-content .winter-box-heading {
  margin-bottom: 0.5rem;
}
.winter-box.hotel-box .winter-box-content .winter-box-heading {
  font-size: 25px;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 10px;
}
.winter-box.hotel-box .winter-box-btn .box-btn {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 0px;
}
.winter-box.hotel-box .winter-box-btn .box-btn.n-book-now {
  font-size: 9px;
  padding: 5px 8px;
  float: right;
  height: 24px;
  line-height: 14px;
  margin-top: 3px;
}
.hotel-box-content .n-hotel-price {
  color: var(--primary-color);
  font: var(--secondary-font-size);
  font-weight: 600;
  font-size: 13px;
}
.hotel-box .winter-box-content {
  padding: 10px 20px;
}
/* .winter-box.hotel-box {
   background-color: #fff;
    box-shadow: 0 1px 1px rgba(71, 69, 69, 0.5);
    margin-bottom: 10px;
    border: 1px solid #eee;
} */
.hotel-box .winter-box-content .winter-box-heading {
  margin-bottom: 0rem;
}
.n-hotel-price {
  float: right;
  color: #000;
  font-weight: 600;
  text-align: right;
  font-size: 14px;
  line-height: 14px;
  margin-top: -4px;
}
.start-from {
  display: block;
  font-size: 9px;
  font-weight: 500;
}
.winter-box-btn.new-hotels-btns {
    margin-top: 10px;
    margin-bottom: 0;
    display: flex;
}
/* counter sec css */
.counter-heading {
  font-size: 1.8rem;
  margin-bottom: 30px;
  font-weight: bold;
}
.counter-box {
  /* padding: 20px; */
  text-align: center;
  color: var(--secondary-color);
}
.counter-number {
  font-size: 2.5rem;
  font-weight: bold;
}
.counter-label {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 600;
}
/* experience section css starts here */
.experience-section .nav-tabs {
  border: none;
}
.experience-section .nav-tabs .nav-item.show .nav-link, .experience-section .nav-tabs .nav-link.active {
  background-color: var(--primary-bg);
  color: var(--secondary-color);
  border-radius: 25px;
}
.experience-section .nav-tabs .nav-link {
  border: none;
  border-radius: 25px;
  background-color: var(--bg-l-grey);
  color: var(--primary-color);
  padding: 4px 25px;
  margin-right: 10px;
  font-weight: var(--secondary-font-weight);
  font-size: 14px;
}
.experience-section .card {
  border: none;
  border-radius: 15px;
  box-shadow: var(--primary-shadow);
  overflow: hidden;
  margin-bottom: 0px;
}
.experience-section .card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.experience-section .card-body {
  /* display: flex; */
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.experience-section .price {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: right;
}
.experience-section .btn-book {
  background-color: #3394BB;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 0px;
  font-size: 12px;
  padding: 7px 10px;
  min-width: 100px;
  margin-top: 7px;
  border-radius: 0px;
}
.show-more {
  display: block;
  border-bottom: 2px solid #3394bb !important;
  background: transparent;
}
.counter-section.sec-padding {
  padding: 0rem 0;
}
.counter-section .global-heading-sec .global-heading {
  text-transform: uppercase;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 0.3rem;
}

.offers-slider .winter-box .winter-box-content .winter-box-heading {
  display: none;
}
.footer h6 a {
  font-weight: bold;
}
.reward_main_page_banner .owl-nav .owl-prev {
  text-align: left;
}
.reward_main_page_banner .owl-nav .owl-next {
  text-align: right;
}
.explore_1 {
  text-decoration-color: #3394BB;
  text-decoration-line: underline;
  color: #000 !important;
  font-size: 13px;
}
.font-13 {
  font-size: 13px !important;
}
.ml14 {
  margin-left: 14%;
}
/* events and conferences */
.events-conferences .winter-box .winter-box-content .winter-box-heading {
  font-size: 17px;
}
.events-conferences .winter-box .winter-box-content .winter-box-para {
  font-size: 14px;
  font-weight: 400;
}
/* brand slider */
.outer {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}
#big .item {
  padding: 0px;
  margin: 0px;
  color: #FFF;
  border-radius: 3px;
  text-align: center;
}
.owl-theme .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}
.owl-theme .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}
#big.owl-theme {
  position: relative;
}
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
  background: #ffffff;
  width: 22px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  margin-top: -20px;
  position: absolute;
  text-align: center;
  top: 50%;
  border-radius: 50%;
}
#big.owl-theme .owl-prev {
  left: 10px;
}
#big.owl-theme .owl-next {
  right: 10px;
}
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev {
  background: #333;
}
.brands-sliderr .brand-slider-item img.brand-image {
  min-height: 400px;
  max-height: 401px;
  object-fit: cover;
  width: 100%;
}
.experience-filter-btns button {
  border: none;
  border-radius: 25px;
  background-color: var(--bg-l-grey);
  color: var(--primary-color);
  padding: 9px 25px;
  margin-right: 10px;
  font-weight: var(--secondary-font-weight);
  font-size: 14px;
}
.experience-filter-btns button.acitve {
  background-color: var(--primary-bg);
  color: var(--secondary-color);
  border-radius: 25px;
}
.explore_btn {
  font-size: 12px;
  border-radius: 0px;
  padding: 0px 10px;
  margin-top: 8px !important;
  display: inline-block;
}
.filter-none {
  filter: none !important;
}
div#thumbs .owl-item.active.current .brand-logo-item img {}
.brands-sliderr .brand-slider-item {
  position: relative;
}
.brands-sliderr .brand-slider-item .brand-item-description {
  position: absolute;
  top: 0px;
  width: calc(100% - 20%);
  padding: 1rem;
  color: #fff;
  border-radius: 0rem 0 1rem 1rem;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.brands-sliderr .brand-slider-item .brand-item-description .hotel-brand-name {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 30px;
  margin-top: 2rem
}
.brands-sliderr .brand-slider-item .brand-item-description .hote-brand-name-logo.filter1 {}
.brands-sliderr .brand-slider-item .brand-item-description .hote-brand-name-logo {
  width: 135px;
  height: auto;
  text-align: center;
  display: inline-block;
  margin-bottom: 1rem;
}
.brands-sliderr .brand-slider-item .brand-item-description .brand-description {
  color: #fff;
  font-size: 16px;
}
/* .brands-sliderr .brand-slider-item .hotel-brand-name{
    position: absolute;
    top:100px;
    left: 0;
    right: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
} */
div#thumbs {
  position: absolute;
  bottom: 0;
  /* background-color: #000; */
  background: linear-gradient(358deg, rgba(0, 0, 0, 1) 0%, rgba(96, 95, 95, 0) 83%);
  height: 200px;
  padding-top: 110px;
  padding-left: 100px;
  padding-right: 100px;
}
div#thumbs .brand-logo-item img:hover {
  cursor: pointer;
}
div#thumbs .brand-logo-item {
  text-align: center;
  position: relative;
}
div#thumbs .owl-nav, div#thumbs .owl-dots {
  display: none !important;
}
div#thumbs .brand-logo-item:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100px;
  background-color: #fff;
  right: 0;
  top: 0;
}
/* div#thumbs .brand-logo-item:last-child:after {
    display: none;
} */
.media-box .media-item {
  margin-bottom: 1.5rem;
}
.media-box .media-item img {
  border-radius: var(--primary-radius);
}
/* footer css */
.footer .innerFooter {
  padding: 60px 0 40px 0px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  background-color: #b69e5e;
}
.footer h4 {
  margin-bottom: 15px;
  margin-top: 0px;
  text-align: left;
	color: #fff;
}
.footer .newsTxt {
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: left;
  font-size: 18px;
  color: #fff;
}
.footer .contact-info p {
  margin-bottom: 5px;
}
.footer .contact-info i {
  margin-right: 8px;
  color: #fff;
  background-color: #000;
  padding: 6px;
  border-radius: 5px;
}
.social-icons a {
  margin: 0px 8px 0 0;
  font-size: 1.3rem;
  color: var(--primary-color);
  display: inline-block;
}
.social-icons a:hover {
  color: var(--primary-color);
}
.footer-links {
  font-size: 14px;
}
.footer-links a {
  color: var(--primary-color);
  text-decoration: none;
  margin: 0 10px;
  font-size: 14px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer hr {
  margin: 20px auto;
  border-top: 1.6px solid #171717
}
.contact-info .inline-itemx-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: center;
  margin-top: 1rem;
}
.contact-info .inline-itemx-box p {
  margin-left: 1rem;
}
.footer p, .footer a {
  color: #fff;
}
.social-icons a i {
  margin-right: 0px;
  color: #b69e5e;
  background-color: #fff;
  padding: 7px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 7px;
}
/* css forn signin hover */
.dropdown-menu-custom {
  display: none;
  position: absolute;
  top: 100%;
  left: -53%;
  background-color: white;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 250px;
  z-index: 1000;
	transition: all .5s ease;
}
.dropdown-menu-header{
	 display: none;
  position: absolute;
  top: 100%;
  left: -25px;
  background-color: white;
  padding: 0px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 250px;
  z-index: 1000;
	transition: all .5s ease;
}
nav.navbar{
	padding: 0;
}
.nav-item:hover .dropdown-menu-custom {
  display: block;
}
.nav-item:hover .dropdown-menu-header{
	display: block
}
.join-btn {
  border: 1px solid #363636 !important;
  border-radius: 4px;
  max-width: 210px;
  text-align: center;
  margin-bottom: 10px;
}
.join-btn:focus, .join-btn:hover {
  background: #363636;
  color: #ffffff !important;
}
.signin-btn {
  box-shadow: 0 0 0 1px #363636;
  padding: 8px 15px;
  background: #363636;
  color: #fff !important;
  border: 1px solid #363636 !important;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  max-width: 210px;
  display: inline-block;
}
.sign_dropdown li:last-child {
  border-top: 1px solid #f4f4f4;
  margin-top: 20px;
}
.dropdown-menu-custom h4 {
  font-size: 16px !important;
  font-weight: 600;
  margin-bottom: 18px;
  text-align: center;
  padding-top: 10px;
  text-transform: capitalize;
}

#presenceContent ul {
  text-align: left;
  margin-bottom: 15px;
}
#presenceContent ul li {
  font-size: 12px;
  display: inline-block;
  width: 32%;
}
.footer-menu ul li {
  text-align: left;
  font-size: 13px;
}
.footer-menu ul li a {
  color: #ffffff;
}
.reward-banner-section1 {
  background: url(images/event2.jpg) bottom no-repeat;
  min-height: 600px !important;
  align-items: left;
  color: #fff;
  padding-top: 4%;
  padding-left: 4%;
  background-size: cover !important;
}
.reward-banner-section2 {
  background: url(images/event4.jpg) bottom no-repeat !important;
  min-height: 600px;
  /* display: flex; */
  align-items: left;
  color: #fff;
  padding-top: 4%;
  padding-left: 4%;
  background-size: cover !important;
}
.reward-banner-section3 {
  background: url(images/h-banner3.jpg) bottom no-repeat !important;
  min-height: 600px;
  align-items: left;
  color: #fff;
  padding-top: 4%;
  padding-left: 4%;
  background-size: cover !important;
}
.reward-banner-section1 h2 {
  margin-bottom: 0rem !important;
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  text-transform: unset !important;
  /* display: inline-block; */
  text-align: left;
  width: 62%
}
.reward-banner-section1 p {
  line-height: 40px;
  margin-top: 20px;
  margin-bottom: 1.1rem;
  font-size: 50px;
  width: 43% !important;
  color: #fff;
  text-align: left;
}
.fade-custom {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: none; /* Initially hidden */
}
.reward-Btns-section {
  position: absolute;
  bottom: 15px;
  left: 14%
}
.reward-Btns-section a {
  background: #d7b56d;
  line-height: 26px;
  box-shadow: 0 0 0 1px #ffffff;
  /* padding: 8px 8px !important; */
  border-radius: 0px !important;
  text-transform: capitalize;
  display: inline-block;
  width: 110px;
  margin: 20px 0 0;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  font-size: 13px !important;
  border: 1px solid #d7b56d;
}
.reward-Btns-section a.know-more {
  box-shadow: 0 0 0 1px #ffffff;
  background: #d7b56d;
  color: #ffffff !important;
  font-size: 13px;
  padding: 5px 8px;
  border-radius: 0px;
  width: 120px;
  margin: 20px 5px 0 0;
  margin-left: 10px;
  text-align: center;
  border: 1px solid #d7b56d;
  text-decoration: none;
}
.fade-custom.show {
  opacity: 1;
  position: fixed !important;
  display: block;
  width: 100vw;
  left: 0;
  top: 68px;
  box-shadow: 0 2px 10px 0 #00000038;
}
#closeButton {
  /* box-shadow: 0 0 0 1px #363636; */
  border-radius: 50%;
  padding: 4px;
  width: 15px;
  height: 15px
}
.bookbtn_slide_booking_form {
  position: absolute;
  display: none;
  box-shadow: 0 2px 10px 0 #00000038;
  padding: 15px;
  background: #fff;
  z-index: 999;
  width: 100%
}
.bookbtn_slide_booking_form .cross-ion {
  float: right;
  position: relative;
  top: -1px;
  right: 0;
  font-weight: 700;
  box-shadow: 0 0 0 1px #363636;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  font-size: 12px;
  color: #444;
  text-decoration: none
}
.header_booking_engine {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center
}
span.suggestion-btn {
  width: 16px;
  height: 14px;
  border-radius: 20px;
  display: inline-block;
  line-height: 15px;
  font-size: 15px
}
.suggestion-btn img {
  width: 15px
}
.swtch-btn p {
  margin-bottom: 3px;
  font-size: 11px
}
.switch_new .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 25px
}
.switch_new .form-check-input {
  border: 1px solid #4a4b4d
}
/* .form-check-input:checked {
    background-color: transparent!important
} */
.form-switch .form-check-input {
  height: 1.7em;
  width: 3.5em;
  background-image: url('../images/unchecked.svg') !important
}
.form-switch .form-check-input:checked {
  background-image: url('../images/checked-active.svg') !important
}
.swtch-btn {
  display: inline-block;
  text-align: center
}
.header-search-select-option {
  width: 34%;
  display: grid;
  margin: 0 5px;
  align-items: center;
  position: relative;
  border: 0px solid #aaa;
  height: 38px;
  border-radius: 3px;
  padding: 0px
}
#long-weekend-offer button.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: none;
  opacity: 1;
  border: none;
  background-color: transparent
}
.datepicker-outer {
  position: relative;
  display: inline-block;
  width: 15%;
  margin: 0 3px
}
.datepicker-dropdown {
  top: 157px !important
}
.datepicker td, .datepicker th {
  font-size: 12px !important
}
.calender-icon {
  display: inline-block;
  height: 22px;
  width: 30px;
  position: absolute;
  left: 4px;
  top: 8px
}
.datepicker-outer .form-control {
  font-size: 12px;
  color: #333;
  height: 38px;
  border: 1px solid #333;
  border-radius: 4px !important;
  padding-left: 30px
}
.bg_trans1 {
  background-color: rgba(255, 255, 255, .6);
}
.rooms-childs-input {
  width: 100%;
  text-align: left;
  margin: 0 5px;
  font-size: 12px;
  color: #333;
  height: 38px;
  /* border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1); */
  border-radius: 4px;
  padding: 5px;
  background: #fff;
  cursor: pointer;
}
.rooms-child-outer-block {
  width: 22%;
  position: relative;
  padding: 0px !important;
}
.strip-book-now-btn {
  margin-top: 0 !important;
  z-index: 9;
  text-align: center;
  max-width: 135px;
  margin-left: 10px !important;
  background: #943c90;
  color: #fff !important;
  border-color: #fff !important;
  border: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 12%;
  border-radius: 0px;
  padding: 6px;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  height: 38px;
  text-decoration: none
}
#animatedDiv {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#animatedDiv.show {
  display: block !important;
  opacity: 1;
  z-index: 99;
  position: relative !important;
  top: 75vh;
}
#closeButton {
  display: none;
}
#animatedDiv.fixed {
  margin-top: 100px !important;
  /* position: fixed !important;
    top: 14vh !important;
    background: #fff;
    width: 100%; */
}
.hidden-important {
  display: none !important;
}
.show-important {
  display: block !important;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
}
/* Hide default HTML checkbox */
.switch input {
  display: none;
}
.for-mob-items {
  display: none;
}
input.default:checked + .slider {
  background-color: #fff;
}
input.primary:checked + .slider {
  background-color: #2196F3;
}
input.success:checked + .slider {
  background-color: #8bc34a;
}
input.info:checked + .slider {
  background-color: #3de0f5;
}
input.warning:checked + .slider {
  background-color: #FFC107;
}
input.danger:checked + .slider {
  background-color: #f44336;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #3394bb;
}
input:checked .slider:before {
  background-color: #d7b56d;
}
.disabled {
  background-color: #e0e0e0;
  cursor: not-allowed;
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 1px solid;
}
.slider.round:before {
  border-radius: 50%;
}
.select2-container .select2-selection--single {
  height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}
.add-rooms-block {
  max-height: 350px;
  width: 100%;
  overflow-y: scroll;
}
.add-rooms-block {
  border-radius: 4px;
  left: 0;
  top: 40px;
  z-index: 9 !important;
  position: absolute;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .15);
  padding: 0 20px 15px;
  width: 330px;
  display: none;
  padding: 0px 10px !important;
}
/* #animatedDiv.position-relative #closeButton{ display:none;}
#animatedDiv.position-relative.fixed #closeButton{ display:block;} */
.label_val label {
  display: block;
  font-size: 12px;
}
/* #closeButton{ display:none} */
.add-another-room {
  border-radius: 4px;
  background: #3394bb;
  color: #fff !important;
  border-color: #fff !important;
  padding: 4px 8px;
  float: left;
  font-size: 12px;
}
.edit_rmv {
  font-size: 12px;
  color: #3494ba;
  float: left;
  margin-left: 10px;
  cursor: pointer;
  text-decoration: none;
}
.room-block h5 {
  font-size: 16px;
  text-transform: capitalize;
}
.read-only-values p {
  display: inline;
  font-size: 12px;
}
.datepicker-outer {
  display: flex;
  align-items: center;
}
.calender-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search-bar-section {
  display: none;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  max-width: 500px;
  left: 50%;
  transform: translate(-50%, 0);
  top: 73%
}
.search-input {
  line-height: 44px;
  height: 44px;
  box-shadow: 0 0 0 1px #adaaaa !important;
  color: #a79494;
  font-size: 15px;
  background: url(../images/loupe.png) 98%/15px no-repeat #fff;
  border-radius: 4px;
  padding: 0 10px;
  border: 0;
  width: 100%
}
ul#country-list {
  background-color: #fff;
  overflow-x: hidden;
  /* overflow-y: scroll; */
  padding: 0;
  margin: 0;
  border-radius: 0 !important
}
ul#country-list li {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 5px 0;
  margin: 0 5px;
  font-size: 13px;
  justify-content: space-between;
  text-align: left
}
ul#country-list li span {
  text-align: right;
  padding-right: 0;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 13px !important
}
.header-search-select-option .select2-container--default .select2-selection--single {
  /* border: none; */
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  background-color: #fff !important;
  border-radius: 4px !important;
}
/* .header-search-select-option .select2-container--default .select2-selection--single{
    border: 1px solid #333 !important;
    background-color: #fff !important;
    border-radius: 4px !important;
} */
.explore_brand {
  color: #fff;
  text-decoration-color: #3394BB !important;
  text-decoration: underline;
  font-size: 13px;
}
#revenueModal form .error {
  color: red;
  font-size: 12px;
}
/* #mainNavbar #closeNavbar{
    display:none !important;
} */
#presenceContent ul li a {
  color: #000000;
}
.sign_dropdown li a {
  text-align: center !important;
}
.mob_display {
  display: none !important;
}
.dblk1 {
  display: block !important;
  opacity: 1 !important;
  z-index: 99;
  top: 75vh !important;
}
.summerbreak .owl-dots.disabled, .events-conferences .owl-dots.disabled {
  background-color: transparent;
}
.summerbreak .owl-dot {
  display: inline-block;
  margin: 0 0px;
}
.summerbreak .owl-dot span {
  width: 12px;
  height: 12px;
  display: block;
  border-radius: 50%;
}

.summerbreak .owl-dot.active span {}
.owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 0px;
  background-color: #FFFFFF;
}
.owl-dot span {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin: 5px;
}
#ssubmitbtnId {
  border-radius: 0px;
  border: 0;
  background-color: #212121;
}
.owl-dot.active span {}


/* ?? Target iPad Air & Pro (Landscape Mode) */

.join_up_card_inner {
  border-radius: 10px;
  padding: 20px 15px 10px;
  box-shadow: 0px 0px 0px 1px #727272;
  margin-bottom: 10px;
  min-height: 1px;
  text-align: center;
}
.join_up_card_inner .details {
  font-weight: bold;
}
.inner_down_part ul li a {
  color: #000000;
}
#suggesstion-box {
  max-height: 300px; /* Adjust as needed */
  overflow-y: auto;
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #3f6137 #E8F5E9; /* Firefox */
}
/* Webkit-based browsers */
#suggesstion-box::-webkit-scrollbar {
  width: 10px;
}
#suggesstion-box::-webkit-scrollbar-track {
  background: #E8F5E9; /* Light green background */
  border-radius: 10px;
}
#suggesstion-box::-webkit-scrollbar-thumb {
  background: #3f6137; /* Green scrollbar */
  border-radius: 10px;
  border: 2px solid #E8F5E9;
}
#suggesstion-box::-webkit-scrollbar-thumb:hover {
  background: #3f6137; /* Darker green on hover */
}
.offer-slider .winter-box img {
  height: 584px;
}
.summerbreak .owl-item {
  margin: 10px 0px;
}

/* About Section Styling */
.about {
  background-color: #ffffff;
}
.section-padding {
  padding: 10px 0;
}
.section-subtitle {
  font-size: 16px;
  color: #b99963;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-weight: 600;
}
.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 2px;
}
.about p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 15px;
}
.about .mb-40 {
  margin-bottom: 40px;
}
/* Image styling */
.rounded-2 {
  border-radius: 10px;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.animation-float1, .animation-float2 {
  animation: float 6s ease-in-out infinite;
}
/* Floating animation */
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
/* Responsive spacing adjustments */
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-45 {
  margin-top: 45px;
}
/* Base Styling */
.experience_wrapper {
    margin-top: 10px;
}
.header_area {}
.heading_title {
  margin-bottom: 20px;
  position: relative;
	
}
.global-heading-sec {
    padding-bottom: 30px;
}
/*
.heading_title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #b69e5e;
  margin: 15px 0 0 0;
}
*/
/* Grid Layout */
.experience_grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
/* Image Container */
.experience_grid .img {
  flex: 1 1 45%;
  max-width: 600px;
  position: relative;
}
.hero_item {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.inner_content_area {
  background-color: #fff;
  padding: 0px 15px;
  border-radius: 0px;
  box-shadow: none;
}

/* Button */
.button-3 {
  background-color: #b69e5e;
  color: #fff;
  padding: 11px 20px;
  border-radius: 0px;
	cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #b69e5e;
  transition: background-color 0.3s ease, transform 0.2s ease;
}
.button-3:hover {
  background-color: transparent;
	color: #b69e5e;
}
/* Swiper Slider Fixes */
.slider_wrapper {
  width: 100%;
  height: 100%;
}
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* General section styling */
.section-padding {
  margin-top: 0px;
  margin-bottom: 00px;
  position: relative;
}
/* Background image and overlay */
.bg-img {
  background-size: cover;
  background-position: center;
  position: relative;
  background-image: url('images/dinning.jpg'); /* Update the path if needed */
}
.bg-fixed {
  background-attachment: fixed;
  padding: 100px 0;
  background-image: url('images/dinning.jpg');
  background-blend-mode: overlay;
  background-color: rgb(0 0 0 / 40%);
}
/* Custom overlay using data attribute */
[data-overlay-dark]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: calc(0.1 * attr(data-overlay-dark number));
  z-index: -1;
}

/* Subtitle styling */
.section-subtitle {
  font-size: 18px;
  color: white;
  margin-bottom: 10px;
  font-weight: 400;
}
/* Title styling */
.section-title.white {
  font-size: 40px;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
	font-family: var(--main-font);
}
/* Button styling */
/* Margin utility */
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.footer-links.copyright {
  background-color: #b69e5e;
  padding: 15px 0;
  border-top: 1px solid #eee;
  text-align: center;
  color: #fff;
}
.footer-links.copyright a, .footer-links.copyright a:hover, .footer-links.copyright a:focus {
  color: #fff;
  font-weight: 600;
  margin: 0;
  text-decoration: none;
}
.footerLogo a {
  max-width: 280px;
  display: block;
}
.footerWidget {
  text-align: left;
  padding: 0 15px 0 0;
}
.footerWidget p {
  display: flex;
  margin-bottom: 10px;
  color: #fff;
	align-items: center;
}
.footerWidget p i.top {
  top: 5px;
  margin-right: 5px;
}
.social-icons {
  display: flex;
}
input#newsemailId {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.footerWidget hr, .footer hr {
  border-top: 1px solid #eee
}
footer ul.list-unstyled {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
footer ul.list-unstyled li {
  width: 50%;
  padding-bottom: 10px;
}
.logo_wrap, .logo_wrap .left, .logo_wrap::before {
  left: 0;
  position: absolute;
}
.logo-wrapper {
  position: relative;
}
.logo_wrap {
  width: 160px;
  top: auto;
  bottom: -100px;
  background-color: #fff;
  z-index: 2;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 160px 0 0;
  border-color: #fff transparent transparent;
  top: 100%
}
.yrLogo img {
  -webkit-transition: .5s;
  transition: .5s;
  width: auto;
  max-width: 135px;
}
a.full_link {
  display: block;
}
.logo_wrap .left {
  z-index: 11;
  width: 20px;
  height: 20px;
  background-color: #fff;
  bottom: -40px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.logo_wrap .extra_first, .logo_wrap .extra_second, .logo_wrap .right {
  z-index: 11;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.logo_wrap .right {
  right: 0;
  bottom: -15px
}
.logo_wrap .extra_first {
  right: 0;
  bottom: -12px
}
.logo_wrap .extra_second {
  right: 3px;
  bottom: -16px
}
.logo_wrap::after {
  position: absolute;
  content: "";
  width: 138px;
  height: 15px;
  background-color: #fff;
  bottom: -28px;
  transform: rotate(-10deg);
}
.winter-box.hotel-box {
  display: flex;
  align-items: center;
}
.roomSingleHotelBlock img {
  width: calc(100% - 350px);
  position: relative;
}

.hotelInfo p, .eventInfo p {
  color: #585858;
  padding: 0 0 20px 0;
}
ul#myTab {
  margin: 0 0 30px 0px;
  border: 0;
}
.nav-tabs .nav-link {
  border: 0;
  color: #585858;
    border-radius: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
}
.nav-tabs .nav-link.active {
  color: #b69e5e;
  background-color: transparent;
}
.owl-carousel button.owl-dot span {
  background-color: #777;
  margin: 0 7px 0 0;
}
.owl-carousel button.owl-dot.active span {
  background-color: #b69e5e;
}
.owl-dots {
  margin-top: 15px;
  background-color: transparent;
}
.n-hotel-slider2 .winter-box.hotel-box {
  display: block;
  align-items: center;
}
.n-hotel-slider2 .hotel-box-content {
  position: relative;
  right: 0;
  top: 0;
  background-color: transparent;
  width: auto;
  padding: 0;
  box-shadow: none;
  border: none;
}
.n-hotel-slider2 .winter-box {
  background-color: #f7e7d6;
  color: #fff;
  border-radius: 0px;
	padding: 15px;
  box-shadow: none;
}
.n-hotel-slider2 .winter-box img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
}
.n-hotel-slider2 .winter-box:hover .winter-box-content {
  bottom: 0;
}
/*
.n-hotel-slider2 .hotel-box .winter-box-content {
  padding: 0;
  position: absolute;
  bottom: -100%;
  background-color: rgb(0 0 0 / 50%);
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all .5s ease;
}
*/
.n-hotel-slider2 .hotel-box-content h4:after {
 	display: none
}
.n-hotel-slider2 .winter-box-btn.new-hotels-btns {
  margin-bottom: 0;
}
.n-hotel-slider button.owl-prev {
  position: absolute;
  bottom: 25px;
  left: 10px;
}
.fac-slider, .offer-slider{
	margin-bottom: 30px;
}
.fac-slider button.owl-prev, .n-hotel-slider2 button.owl-prev, .offer-slider button.owl-prev, .summerbreak button.owl-prev {
 position: absolute;
    bottom: 40%;
    left: -15px;
}
.fac-slider button.owl-next, .n-hotel-slider2 button.owl-next, .offer-slider button.owl-next, .summerbreak button.owl-next {
 position: absolute;
    bottom: 40%;
    right: -15px;
}

.n-hotel-slider button.owl-next {
  position: absolute;
  bottom: 25px;
  left: 50px;
}
.n-hotel-slider button i, .fac-slider button i, .n-hotel-slider2 button i, .offer-slider button i,
.summerbreak button i{
  color: #fff;
  background-color: #b69e5e;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
}
.offer-slider .winter-box .winter-box-content {
  padding: .8rem;
  position: absolute;
  bottom: -100%;
  transition: all .5s ease;
  background-color: rgb(0 0 0 / 30%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	border-radius: 30px;
}
.offer-slider .winter-box:hover .winter-box-content {
  bottom: 0
}
.expBtn, .dineInfo .box-btn {
  line-height: 24px;
  padding: 10px 20px;
  height: auto;
  min-width: auto;
  text-align: center;
  border-radius: 0px;
  display: inline-block;
}
.offerFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.offerFlex.global-heading-sec .global-heading {
  margin-bottom: 0;
}
.offers-slider .winter-box-btn .box-btn {
  padding: 10px 10px;
  height: 100px;
  width: 100px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px dashed #fff;
  display: flex;
  align-items: center;
	color: #fff;
}
.offers-slider .winter-box-btn .box-btn:hover {
  color: #fff;
  border-style: solid;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.dineInfo p {
  color: #585858;
  margin: 0 0 15px 0;
}
.summerbreak .winter-box .winter-box-content {
  padding: 1rem;
}
.dropdown-menu.show {
  display: block;
  top: 30px;
  border-radius: 0;
  padding: 20px 10px;
}

.bannerSection {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-color: rgb(0 0 0 / 40%);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.page-title h2 {
  font-size: 40px;
  color: #fff;
}
.page-breadcrumb nav {
  display: flex;
  justify-content: center;
}
.page-breadcrumb nav .breadcrumb {
  background-color: transparent;
  padding: 0;
	display: flex;
    align-items: center;
}
.page-breadcrumb nav .breadcrumb li a {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
}
.page-breadcrumb nav .breadcrumb-item.active {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.hotelImgInner img {
  width: 100%;
}
.hotelImgInner .hotel-box-content {
  position: relative;
  right: 0;
  top: 0;
  background-color: #fff;
  width: auto;
  padding: 20px 16px;
  height: auto;
  border: none;
  box-shadow: none;
}
.mt-30 {
  margin-top: 30px;
}
.mt-70 {
  margin-top: 70px;
}
.mb-70 {
  margin-bottom: 70px;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}
.contact-icon {
  font-size: 20px;
  color: #b2852b;
  margin-bottom: 0;
  margin-right: 10px;
}
.contact-item p a {
  color: #585858
}
.contact-item h4 {
  margin-bottom: 10px;
}
.contact-item .social-icons a i {
  margin-right: 0px;
  color: #fff;
  background-color: #b69e5e;
  padding: 7px;
  height: 35px;
  width: 35px;
  text-align: center;
  border-radius: 7px;
}
.contactForm {
  background: rgb(255 255 255 / 95%) !important;
  box-shadow: 0 2px 2px 0 #00000014;
  padding: 30px;
  border: 1px solid #eee;
}
.contactRow {
  display: flex;
  align-items: center;
}
.branch {
  margin-bottom: 0px;
  padding: 15px;
  background-color: #fff;
  border-left: 3px solid #b69e5e;
}
.branch h4 {
  margin-bottom: 15px;
}
.branch p {
  margin-bottom: 10px;
}
.branch p i {
  margin-right: 7px;
  top: 3px;
}
.facBoxInfo {
  padding: 15px;
}
.facBoxInfo h3 {
  font-size: 25px;
  margin-bottom: 10px;
}
.winter-box-btn.d-flex.justify-content-between {
  align-items: center;
}
.offers-sec .winter-box .winter-box-content .winter-box-heading {
  margin-bottom: 0
}
.offers-sec .winter-box-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.offers-sec .winter-box {
    margin-bottom: 40px;
    border: 1px solid #eee;
}
.policyBox h4 {
  margin-bottom: 10px;
}
.policyList {
  padding: 5px 0 0 15px;
  list-style-type: disc
}
.policyList li {
  color: #585858;
  padding-bottom: 7px;
}
.pt-15 {
  padding-top: 15px;
}
.policyBox a {
  color: #B69E59;
  font-weight: 500
}
.dineImg {
  position: relative
}

.dineImg::after {
 position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: -10px;
    left: -10px;
    border: 1px solid #b69e5e;
    border-radius: 0px;
	z-index: -1;
}
.dineImgRight::after {
  top: -10px;
  left: auto;
  right: -10px;
}
.event-box-content {
  padding: 50px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h3.event-box-heading {
  font-size: 32px;
}
.wedd-slider .owl-dots {
  margin-top: 15px;
  background-color: transparent;
  position: absolute;
  bottom: 25px;
  right: 70px;
}

.propTab .tab-pane .row {
  align-items: center
}
.dineInfo {
  padding: 50px 70px;
}
.subhead {
  color: #b69e5e;
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}
.text-center.heading_title::after {
  margin: 15px auto 0 auto;
}


.feedInfo {
  max-width: 100%;
  margin: 0 0 30px 0;
}
.rating i {
  color: #FF9529;
  margin: 15px auto 5px auto;
}
.feedInfo blockquote {
  font-size: 17px;
  font-style: normal;
  padding: 15px 0;
  font-weight: 400;
}
.facInnerSection .facBox {
  background-color: #fff;
  height: 100%;
  padding: 15px;
  border: 1px solid #eee;
}
.mt-15 {
  margin-top: 15px;
}
.blogBox .winter-box .winter-box-content {
  padding: 1rem;
}
/* home page css */
.for-dsk {
  display: block;
}
.for-mob {
  display: none;
}

input[type="date"]:focus {
  transform: scale(1.02);
  transition: transform 0.2s ease;
  z-index: 1000;
}


.carousel-item img {
  object-fit: cover;
  height: 100%;
}
.carousel-inner {
  width: 100%;
  overflow: hidden;
}
.carousel-item {
  transition: transform 0.2s ease-in-out;
}
.form-container {
  max-width: 100%;
  background: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}
h2 {
  text-align: center;
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
label {
  margin-bottom: 5px;
  color: #000;
}
input, select, textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
button {
  padding: 10px 20px;
  background-color: #b69e5e;
  color: #fff;
  font-weight: 400;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  transition: background 0.3s;
  white-space: nowrap;
}
nav.navbar1 .container-fluid {
  padding: 0 50px;
}

section.testimonials {
  width: 100%;
  max-width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  padding: 70px 50px;
  background-color: #fff6e4;
}
.slider-wrapper {
  display: flex;
  width: max-content;
  animation: slide 30s linear infinite;
}
.testimonial {
  flex: 0 0 300px;
  padding: 20px;
  text-align: center;
  border-right: 1px solid #eee;
  background: #fff;
}
.testimonial img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.testimonial h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.testimonial p {
  font-size: 14px;
  color: #555;
  margin-bottom: 10px;
}
.stars {
  color: #f5c518;
  font-size: 18px;
}
@keyframes slide {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.open-button {
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border-radius: 5px;
  width: 600px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal-content h2 {
  margin-top: 0;
}
.form-group {
  margin-top: 15px;
}
.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  text-align: left;
}
.form-group input, .form-group select {
  display: block;
  width: 100%;
  padding: 12px 15px;
  box-sizing: border-box;
}
input[type="submit"] {
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #b99d75;
  border: none;
  color: white;
  cursor: pointer;
  width: auto;
}
.close {
  color: #fff;
  float: right;
  font-size: 22px;
  cursor: pointer;
  position: absolute;
  right: 0;
  background-color: #b99d75;
  top: 0;
  width: 35px;
  text-align: center;
}
li.nav-item {
    padding: 0 10px 0 0;
}
.nav-tabs li.nav-item {
    padding: 0 20px 0 0;
}
.modal-content h3 {
  text-align: left;
  margin-bottom: 10px;
}
.form-group {
  width: 100%;
}
.form-group textarea {
  padding: 10px;
}
.your-break h3.winter-box-heading, .weddSec .event-box-heading, #EventSec .winter-box-heading {
    margin-bottom: 15px;
}
.newsletterForm .form-control {
        font-size: 16px;
        padding: 10px 15px;
        background-color: transparent;
        color: #fff;
    }

.newsletterForm .form-control::placeholder{
	color: #fff;
}
.newsletterForm .d-flex{
	margin-bottom: 10px;
}
.bookingForm{
	display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.event-box-content .subhead{
	margin-bottom: 10px;
    font-style: italic;
}

.mobile-fixed-btn {
    display: none;
}


.hotel-box-content {
    background-color: #fef9f4;
    width: 100%;
    padding: 40px 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 4px 2px 3px 0px;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0px;
}
#EventSec .hotel-box-content{
	background-color: #fff
}
.hotel-box-content .subhead {
    color: #b69e5e;
    font-size: 20px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 15px;
    font-style: italic;
}
.winter-box-heading:after {
    display: block;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #b69e5e;
    margin-bottom: 10px;
    margin-top: 20px;
}
.hotelImg {
    margin-right: 20px;
}
.hotelImg.left-mr{
	margin-left: 20px;
	margin-right: 0
}
.global-heading-sec span img {
    width: auto !important;
}
.ratings-quote-wrap{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.ratings-quote-wrap .quote i {
    color: #b69e5e;
    font-size: 36px;
}
.author-thumb-item{
	display: flex;
	align-items: center
}
.author-thumb-item .author-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
}
.author-thumb-item .author-thumb img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.ratings-quote-wrap .ratings i {
    color: #FF9500;
}

.owl-carousel.clientFeed .owl-item:hover{
	border-color: #b69e5e;
}
.owl-carousel.clientFeed .owl-stage { display: flex; height: auto}
.owl-carousel.clientFeed .owl-item {   background-color: #fff;
    border: 1px solid #fff;
    padding: 40px;
    border-radius: 0px;
    border-top: 4px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

.blog-heading {
    line-height: 1.4;
    margin-bottom: 15px;
    display: inline-block;
}

.back-to-top {
  background-color: #000;
  text-decoration: none;
  cursor: pointer;
  width: 56px;
  height: 56px;
  z-index: 999;
  position: fixed;
  right: 32px;
  bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 4px 16px 0 rgba(black,0.4);
}
  .back-to-top:hover {
    background-color: #000;
  }
  
  .back-to-top:active {
    box-shadow: none;
    background-color: #000;
  }
  
  svg.icon__arrow-up {
    fill: #fff;
    width: 32px;
    height: 32px;
  }
.offerSecInner .winter-box img{
	height: auto
}

input#checkSubscribeEmail {
    margin-top: 4px !important;
}
.form-group.w-48 {
    width: 48%;
}
.form-group.w-32 {
    width: 31%;
}

.contactForm .form-group.w-48, .contactForm .form-group.w-32{
	width: 100%
}
.branch.mb-30 {
    margin-bottom: 30px;
}
.blogHead{
	margin-bottom: 15px;
}
.blogDetailImg {
    margin: 25px 0;
}
.blogSub h4 {
    margin-bottom: 15px;
}
.blogSub{
	margin-bottom: 30px;
}

ul.bloglist {
    list-style-type: disc;
    margin: 15px 0;
    padding-left: 22px;
}
ul.bloglist li{
	color: var(--primary-color)
}
.recentblogBox {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}
.blogImg-box h4 {
    margin-bottom: 15px;
}
.w-30{
	width: 30%;
}
.w-70{
	width: 70%;
}
.recentblogBox .blog-heading {
    font-size: 17px;
    padding-left: 15px;
    margin-bottom: 0;
}
.recentblogBox .w-30 img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.recentblogBox .d-flex {
    align-items: center;
}
.blogDetailMain{
	padding-right: 40px;
}
.pb-10{
	padding-bottom: 10px;
}
.social-navigation a img {
    opacity: 0.8;
}
.blogDetailMain p {
    margin-bottom: 1rem;
}
.divider{
	margin: 0 5px;
}
.mr-8{
	margin-right: 8px;
}
.mt-20{
	margin-top: 20px;
}
footer ul.list-unstyled.full-width li {
    width: 100%;
}
.pos-ab{
	position: absolute;
	z-index: 1;
}
.videoSection video{
	height: 100vh;
	object-fit: cover
}

