:root {
  --white: #fff;
  --black: #000;
  --primary: #2e2e2e;
  --primary-dark: #2e2e2e;
  --primary-light: #2cac75;
  --primary-light-rgb: 44, 172, 117;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
  --text-color: #313131;
  --btn-color: var(--primary);
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "TrajanPro Bold";
  src: url("../fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("../fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: bold;
  font-display: swap;
}
@font-face {
  font-family: "TrajanPro Regular";
  src: url("../fonts/TrajanPro-Regular.woff2") format("woff2"),
    url("../fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TrajanPro Bold";
  src: url("../fonts/TrajanPro-Bold.woff2") format("woff2"),
    url("../fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist Medium";
  src: url("../fonts/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/Urbanist-Medium.woff") format("woff");
  font-weight: 500;
  font-style: medium;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist Semi-Bold";
  src: url("../fonts/Urbanist-Semibold.woff2") format("woff2"),
    url("../fonts/Urbanist-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: medium;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist Bold";
  src: url("../fonts/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/Urbanist-Bold.woff") format("woff");
  font-weight: 700;
  font-style: bold;
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  font-family: "Urbanist Medium";
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "TrajanPro Regular";
}

.h2,
h2 {
  font-size: 25px;
}
.object-fit {
  object-fit: cover;
  object-position: center;
  object-fit: cover;
  object-position: center;
}
.custom__header .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.custom__header.smaller {
  background-color: #2e2e2e !important;
}

.container .read-more-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

.__akia-chat-icon-wrapper {
  z-index: 98;
}

.navigation {
  position: relative;
  z-index: 5;
}
#carouselButtons {
  z-index: 2;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.section-meetings .d-flex {
  display: flex;
  justify-content: center;
}
.inline-block {
  display: inline-block;
}
.flex-centered {
  display: flex;
  align-items: center;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-dark);
  border-radius: 10px;
  border: 1px solid #fefefe;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
#aaaWidget {
  z-index: 9999 !important;
}
.messages_bar {
  font-size: 16px;
}
.messages_bar .messages p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  flex-grow: 1;
}
.messages {
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
}
.good_news {
  width: 100%;
}
.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.messages a {
  color: inherit !important;
}
.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.message-ada {
  color: var(--white);
  background-color: #0563ae;
  border-color: #0563ae;
}

.alert-dismissible .close {
  position: unset;
}

.footer-newsletter,
.header-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.guestroom-logo {
  position: relative;
  background: #2e2e2e;
}
.row.display-prop.flex-direction.flex-box.top {
  align-items: flex-end;
  margin: 0px 0px 30px;
}
.media-section .section-title-h2 {
  text-align: justify;
}
.media-section .but-d-flex {
  text-align: end;
  justify-content: end;
}
@media (min-width: 1200px) {
  .sidenav .home_resnew {
    width: 100%;
    background-color: #fff;
    letter-spacing: 1px;
    box-shadow: 0 4px 8px rgba(0.1, 0.1, 0.1, 0.3);
  }
  .section__main .carousel-caption {
    bottom: 5%;
  }
  .carousel-inner .item p {
    width: 75%;
  }
}

.close:focus,
.close:hover {
  opacity: 1;
  outline: 0;
}

.messages_bar.alert {
  padding: 0 15px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.position-left {
  margin: 10px;
}

.position-right {
  margin-left: 8px;
}

.content-group {
  margin-bottom: 10px;
}

.h-100 {
  height: 100%;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

#myCarousel span.red-box {
  font-size: 28px;
  line-height: 38px;
  text-shadow: none;
  font-family: "Urbanist Medium";
  text-transform: capitalize !important;
}

#js-gdpr-consent-banner p {
  margin-bottom: 10px;
}

.border-0 {
  border: 0;
}

.accordions__header {
  background-color: var(--primary-dark);
  color: #fff !important;
}
.accordions__title {
  background-color: var(--primary-dark);
  color: #fff !important;
}
.datepicker td.day.disabled {
  color: #ccc !important;
}

.hidden {
  display: none;
}

.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}

.datepicker td.day:hover {
  background: #9f9f9f !important;
  color: var(--white) !important;
}

.btn-div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  height: 50px;
}

.map-content .btn-div {
  width: 100%;
  margin-left: -41px;
  margin-bottom: -8px;
  justify-content: center;
}

.btn-success {
  transition: all 0.3s;
}

.btn-green {
  background: var(--primary);
  color: var(--white) !important;
}

.btn-brown {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}

.btn-white {
  background-color: var(--white);
  color: #343333;
}

.btn-submit {
  color: var(--green);
}

.btns {
  border-radius: 0;
  padding: 8px 16px;
  text-transform: uppercase;
  transition: 0.2s all;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  display: inline-block;
}

.btn-green {
  background: var(--primary);
  color: var(--white) !important;
}

.btn:focus {
  outline: 0 !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.promocode-div {
  display: none;
}

.sidenav {
  height: 100%;
  position: relative;
  z-index: 1;
  top: -37px;
  left: 0;
  right: 0;
  background: transparent !important;
  transition: 0.5s;
}

.reservation-field-wrapper .selectdiv label {
  margin-bottom: 0px !important;
  display: none;
}

.leaflet-container {
  z-index: 1;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  color: #fff;
  display: none;
}

#mySidenav .closebtn {
  line-height: 0;
}

.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--white);
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}

.specialcode2 {
  background-color: transparent;
}

.specialcode2 a,
.specialcode2 a:active,
.specialcode2 a:focus,
.specialcode2 a:hover {
  color: var(--white);
  text-transform: capitalize;
}

.specialcode2 span {
  color: #000 !important;
}

.menus li.active a::after {
  width: 100%;
}

.cool-link li a:hover::after,
.cool-link li.active a::after {
  width: 100%;
}

.hover-drop .dropdown-menu {
  position: relative;
  top: -2px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  float: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}

.hover-drop .dropdown-menu > li {
  display: inline-block;
  margin-bottom: 0;
}

.hover-drop .dropdown-menu > li > a {
  font-size: 18px;
  color: var(--white);
  margin: 0 3px;
  opacity: 1;
  background: 0 0;
  padding: 3px 15px;
}

.hover-drop .dropdown-menu > li > a:focus,
.hover-drop .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.menus li {
  margin-bottom: 10px;
}

.menus:hover li a {
  opacity: 0.5;
}

.menus:hover li a:hover {
  opacity: 1;
}

.custom__header {
  position: fixed;
  width: 100%;
  z-index: 3;
  margin-top: -1px;
  background: #faf9f4;
}

.div__logo img {
  width: 150px;
  margin: auto;
  height: 90px;
}

.div__logo {
  position: relative;
  top: 0;
  left: 0;
  max-width: 150px;
  width: 150px;
  z-index: 1;
  float: left;
}

.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.custom__header .navbar-inverse {
  background-color: transparent !important;
  color: var(--white);
  background-image: inherit;
}

.custom__header.smaller {
  background: var(--primary-dark);
}

.sidenav.smaller .datepicker-label {
  color: #000 !important;
  background: transparent;
}

.sidenav.smaller .customedeatetimesin,
.sidenav.smaller .customedeatetimesout,
.sidenav.smaller .respop_heading,
.sidenav.smaller .specialcode2 {
  background: transparent;
  color: #fff !important;
  border-color: #fff !important;
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}
.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: 100;
  box-shadow: 1px 0 20px 1px rgb(0, 0, 0, 0.37);
}
.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-toggle .icon-bar {
  width: 40px;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #01271d;
}
.custom__header.smaller .navbar-toggle .icon-bar {
  background-color: var(--white);
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar-header {
  display: none;
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button:hover {
  color: #fff;
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
  vertical-align: middle;
  text-transform: uppercase;
  background: #5e728a !important;
  padding: 35px 18px;
  height: 90px;
  font-size: 36px;
  color: #343333;
}
.custom__header .navbar-inverse .navbar-nav > li > a {
  font-family: "TrajanPro Bold";
  color: #2e2e2e !important;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.5s all;

  box-shadow: none;
  border: none;
  background: transparent;
}
ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  height: 50px;
  opacity: 0.9;
  float: right;
  right: 10px;
}
.reservation_tab {
  text-align: center;
  float: right !important;
  position: absolute !important;
  top: 0;
  background: #fff;
  right: 0;
  text-transform: uppercase;
}
.mrc {
  margin-right: 15%;
}
.respop_heading {
  font-size: 28px;
  text-transform: uppercase;
  color: var(--white);
}
.reservation__fixed-btn {
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background: #2e2e2e;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}
.reservation__fixed-btn:hover {
  color: var(--white) !important;
}
.customedeatetimesin,
.customedeatetimesout {
  background-color: transparent;
  border: 1px solid #fdfdfd;
  display: block;
  color: #252525 !important;
  font-size: 16px;
  text-align: left;
  text-transform: capitalize;
}
.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 3px;
  color: #000 !important;
  font-size: 20px;
  z-index: 1;
}
.smaller .wide_cal .add-on {
  color: #fff !important;
}
.attraction a {
  background-color: #f2f2f2 !important;
}
.get_direction {
  padding: 10px 10px !important;
  font-size: 12px !important;
}
.checkincustometime {
  padding: 0px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}
.wide_cal {
  position: relative;
  display: block;
}
.checktxt {
  font-size: 20px;
}
#promo_code {
  font-size: 16px;
  background: 0 0;
  padding: 0;
}
.room_home .fas {
  font-size: 16px;
  position: relative;
  top: 0;
  border: 1px solid var(--white);
  line-height: 1.8;
  border-radius: 20px;
  border: 1px solid #000 !important;
  height: 30px;
  width: 30px;
}
.specialcode2 a {
  font-size: 16px;
  padding: 0px;
  display: inline-block;
}
.add-room-btn:focus,
.add-room-btn:hover,
.done-room-btn:focus,
.done-room-btn:hover {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--white) !important;
  text-shadow: none;
}
.specialcode2 .room_home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_collapse {
  background: var(--white);
  color: #000;
  border-radius: 8px;
  border: 1px solid #e4e7ed;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.32);
}
.home_collapse:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent var(--white);
  border-style: solid;
  border-width: 0 8px 12px;
}
.home_collapse:after {
  border-bottom-color: var(--white);
  top: -11px;
  left: 10.5%;
  z-index: 1;
}
.adultbtn {
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: 1px solid var(--primary);
  color: var(--primary);
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}
.adultbtn.btn_left {
  float: left;
}
.adultbtn.btn_left:focus,
.adultbtn:focus {
  outline: 0;
  background: inherit;
}
.adultbtn:hover {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--white);
}
.adultbtn.count-minus:hover {
  background: var(--primary-light);
}
.room_title {
  display: table;
  width: 100%;
}
div#div_room_1 {
  border: none;
}
.room_title span {
  background-color: transparent;
  width: 100%;
  color: #000;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-transform: uppercase;
  padding: 0 0;
  height: 26px;
}
.room_count {
  text-align: center;
  display: inline-block;
  background: 0 0 !important;
  box-shadow: none;
  font-size: 16px;
  height: 30px;
  width: 30px;
  border-radius: 0;
  border: 1px solid rgba(130, 142, 163, 0.5);
}
label.top_room_heading {
  text-transform: uppercase;
}
.remove-room-btn {
  padding: 6px 5px !important;
  align-self: center;
  background: 0 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  top: 0;
}
.infos {
  font-size: 11px;
  margin-top: -5px;
  width: 100%;
  font-weight: 400;
  color: #040404;
  text-align: center;
}
.room_heading {
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: none;
  border-right: none;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.container .tab_room {
  color: #252525 !important;
}

.add-room-btn {
  background: #ffff;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.done-room-btn {
  background: var(--primary);
  color: var(--white);
  padding: 6px 20px;
  border: 2px solid var(--primary);
}
.grid_adult_child {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
}
.child-age-wrapper {
  text-align: center;
  font-size: 14px;
  display: none !important;
}
.count-minus,
.room_heading {
  float: left;
}
.room_count {
  padding: 0;
  text-align: center;
}
input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}
.home_collapse .panel-body {
  padding: 10px;
  padding-top: 20px;
}
.BT1 {
  border-top: 1px solid #daceb4;
}
.BB1 {
  border-bottom: 1px solid #daceb4;
}
.child-age-wrapper select {
  padding: 7px 15px;
  margin: 5px 0;
  background: 0 0;
  border: 1px solid var(--primary);
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 86% 50%;
  background-repeat: no-repeat;
  width: 90%;
  background-size: 10px;
}
.child-age-wrapper select::-ms-expand {
  opacity: 0;
}
.roomscroll {
  max-height: 250px;
  overflow-y: scroll;
}
.mobile0verviewinnwerdiv {
  overflow: hidden;
  margin-bottom: 65px;
}
.mobile0verviewinnwerdiv a {
  color: #000;
}
.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}
.roomadult {
  border: 1px solid #727070;
}
.home_resnew .btn-success,
.quick-booking .btn-success {
  background: #737470 !important;
  color: #fff !important;
  border: none;
  padding: 0 15px;
  height: 45px;
}
#formReservation .nav-tabs > li.active > a,
#formReservation .nav-tabs > li.active > a:focus,
#formReservation .nav-tabs > li.active > a:hover {
  background: var(--primary-light);
}
.text-primary {
  color: var(--primary-light);
}
.section__booking .quick-booking {
  padding-right: 0 !important;
  background: var(--primary);
  float: left;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.quick-booking .checktxt {
  font-size: 15px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 1px;
  letter-spacing: 1px;
}
.section__booking {
  width: 100%;
}
.quick-booking .specialcode2 {
  background: 0 0;
}
#promo_codebox label {
  display: block;
  float: none;
}
#promo_codebox {
  background: #574f4c;
  padding: 20px 10px;
  min-width: 200px;
}
.animatedheight-inner-overview a,
.animatedheight-inner-overview h2 {
  font-family: "Urbanist Medium";
}
.primary-title {
  font-size: 28px;
  color: #2e2e2e;
  margin-top: 0;
  margin: 30px 0px 20px 0px;
  border-bottom: 3px solid #2e2e2e;
  display: inline-block;
  padding-bottom: 7px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "PlayfairDisplay-Medium";
}
.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}
.no-webp .section__main {
  background: url(../img/sliderbg.jpg) center/cover;
}
.section__main .video_home {
  position: relative;
  overflow: hidden;
  box-shadow: 1px -3px 20px 0 rgba(0, 0, 0, 0.25);
}
.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.footer-social-icons ul.list-unstyled {
  display: flex;
  margin-top: 18px;
  /* gap: 10px; */
  gap: 0px;
  justify-content: space-evenly;
}
.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.section__main .item img {
  height: auto;
  width: 100%;
}
.slider-big-caption {
  position: absolute;
  top: calc(100% - 55%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: capitalize !important;
  width: 45%;
}
span.head {
  font-size: 28px;
  color: var(--white);
}
span.bigc {
  font-size: 42px;
  color: var(--white);
}
.slider-big-caption span {
  display: block;
}
#myCarousel .carousel-control {
  opacity: 1;
}
#myCarousel .carousel-control {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  border-radius: 0;
  font-size: 23px;
  height: 50px;
  width: 50px;
  top: auto;
  z-index: 1;
}
#myCarousel a.right.carousel-control {
  left: 50px;
}
#carouselButtons button {
  bottom: 0;
  border-radius: 0;
  font-size: 18px;
  background: 0 0;
  border: none;
  width: 50px;
  color: var(--white);
  padding: 3px 0 0 0;
}
#carouselButtons button:active {
  background: 0 0 !important;
}
#carouselButtons {
  bottom: 40px;
  right: 30px;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 0 0;
  height: 50px;
}
.section__headerbg {
  position: relative;
  min-height: 200px;
}
.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  bottom: 10%;
  text-transform: uppercase;
  width: 100%;
}
.section__headerbg .innercaption p {
  display: inline-block;
}
.innercaption .bottom-content,
.innercaption .top-content {
  display: block;
  letter-spacing: 1px;
}
.innercaption .top-content {
  font-size: 28px;
  line-height: 38px !important;

}
.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}
.about-btn .btns {
  font-size: 18px;
  line-height: 1.8;
}
.about-table {
  display: table;
  width: 100%;
}
.about-description {
  text-align: left;
}
.about-description h2 {
  color: #2e2e2e;
  /* font-family: "Jost-Medium"; */
  margin: 20px 0 15px 0;
}
.about-description h2 a {
  font-size: 20px;
  color: #2e2e2e !important;
  text-transform: uppercase;
  font-family: "Urbanist Medium";
  line-height: 28px;
  text-align: center;
}
.about-description p {
  color: #606060;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: "Urbanist Medium";
}

.attractions-near {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  text-align: justify;
}

.about-heading {
  color: var(--white);
  text-transform: uppercase;
}

.about-description p:first-child {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  color: #515151;
}

.abt-white {
  background-color: #fff;
}

.about-intro {
  padding: 0 50px 0;
  background-color: #fff;
}

.about-title-1 {
  margin-top: 0;
  /* margin-bottom: 5px; */
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  color: #2e2e2e;
  line-height: 50px;
  font-family: "TrajanPro Bold";
}

.about-btn {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  width: 98%;
  z-index: 1;
}

.btn.btn2 {
  color: #343736;
  text-transform: uppercase;
  font-size: 25px;
  transition: all 0.5s ease;
}

.highlight {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight:after,
.highlight:before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
}

.highlight:before {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}

.highlight:after {
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.highlight:hover {
  color: var(--primary);
}

.highlight:hover:after,
.highlight:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.highlight:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}

.highlight:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 20px;
  background: var(--primary-light);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  position: relative;
  transition: all 0.2s ease;
  outline: 0;
}

.owl-dots {
  margin-top: 20px;
  margin-left: 20px;
}

.picrectwrap button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 1px solid #6c8485;
  transition: all 0.2s ease;
}

.specials_packages button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 1px solid #6c8485;
  transition: all 0.2s ease;
}

.reviews_wrapper button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -13px;
  left: -13px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 2px solid var(--primary-dark);
  transition: all 0.2s ease;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.picrectwrap .owl-carousel1 .owl-stage-outer {
  box-shadow: -2px -1px 20px 3px rgba(0, 0, 0, 0.26);
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: 0;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.gofull {
  -webkit-transition: width 2s;
  transition: width 2s;
}

.fullshow {
  -webkit-animation: fullsize 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: fullsize 1s forwards;
  animation-delay: 0.5s;
  margin: 0 auto;
}

.picrectwrap {
  margin-right: -30px;
}

.picrectwrap img {
  width: 100%;
  height: auto;
}

.specailimg img {
  width: 100%;
  height: auto;
}

.specials_packages {
  position: relative;
  padding: 80px 0;
}

.specials_packages:before {
  position: absolute;
  content: "";
  top: 50px;
  left: 90px;
  right: 0;
  margin: 0 auto;
  width: 58%;
  height: 46%;
  border: 2px solid #ccc;
}

.box {
  background: #50bf2b;
  overflow: hidden;
  position: relative;
}

.box:before {
  content: "";
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.1) 10px,
    rgba(255, 255, 255, 0.1) 20px
  );
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}

.box:hover:before {
  opacity: 1;
}

.box img {
  width: 100%;
  height: auto;
  transform-origin: 0 0;
  transition: all 0.4s ease-in-out;
}

.box:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.box .box-content {
  color: var(--white);
  background: linear-gradient(to bottom, transparent, #333, #000);
  text-align: right;
  letter-spacing: 4px;
  width: 100%;
  padding: 20px 30px 15px 10px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.45s ease;
}

.box:hover .box-content {
  letter-spacing: 0;
  padding: 20px 15px 15px 10px;
  opacity: 1;
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.box .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.explore-title span {
  margin-top: 20px;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.explore-title span em {
  color: var(--primary-dark);
  font-style: normal;
}

.explore-slider-wrapper {
  padding: 80px 50px;
  box-shadow: 0 0 8px 0 #b7b7b7;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  text-align: justify;
}

.owl-carousel.owl-carousel1 {
  z-index: 0;
}

.explore-desc {
  position: relative;
}

.explore-desc:before {
  position: absolute;
  content: "";
  width: 636px;
  height: 150%;
  background: var(--primary-light);
  top: 0;
  left: 215px;
}

.specials_packages .owl-theme .owl-dots .owl-dot span {
  background: var(--primary-dark);
}

.specials_packages button.owl-dot.active span:before {
  border: 1px solid var(--primary-dark);
}

.explore-text p {
  color: var(--primary-dark);
  font-weight: 600;
  display: none;
}

.specials-title span {
  margin-top: 20px;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--primary-dark);
  padding: 0 30px;
  overflow: hidden;
  position: relative;
}

.specials-title {
  padding-top: 50px;
}

.specials-content-wrapper {
  padding: 40px 0 10px;
  text-align: justify;
  text-align-last: left;
  font-weight: 600;
}

.owl-carousel1 .owl-dots {
  text-align: right;
  margin-right: 50px;
}

.section-amenities {
  background: #e36c4e1a;
  padding: 30px 0px;
}
span.propname {
  margin-bottom: 15px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.guestroom_content_wrapper {
  margin-top: 100px;
  text-align: left;
}

span.guestroom_title {
  font-size: 60px;
  letter-spacing: 1px;
  color: #4b4b54;
  text-transform: uppercase;
  display: block;
}

.guestrooms_title_wrapper p {
  text-align: justify;
  text-align-last: left;
}

.guestrooms_title_wrapper {
  padding-left: 50px;
  padding-bottom: 50px;
}

@-webkit-keyframes fullsize {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

@keyframes fullsize {
  0% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

.guestroom-img-wrapper {
  position: relative;
  overflow: hidden;
}

.guestroom-img-wrapper .guestroom-img {
  position: relative;
  font-size: 0;
  overflow: hidden;
}

.guestroom-img-wrapper .guestroom-img img {
  position: relative;
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.guestroom-img-wrapper:hover .guestroom-img img {
  transform: scale(1.2);
}

.guestroom-img-wrapper .guestroom-img-text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}

.guestroom-img-wrapper .guestroom-img-text-wrapper h2 {
  color: var(--white);
  font-size: 25px;
  margin: 0;
}

.guestroom-img-wrapper .guestroom-img-text {
  position: relative;
  width: 0;
  height: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  transition: 0.5s;
  z-index: 1;
}

.guestroom-img-wrapper .guestroom-img-text:after,
.guestroom-img-wrapper .guestroom-img-text:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 0;
  content: "";
}

.guestroom-img-wrapper .guestroom-img-text:before {
  border-top: 3px solid var(--white);
  border-right: 3px solid var(--white);
  left: -100%;
  top: 0;
}

.guestroom-img-wrapper .guestroom-img-text:after {
  border-bottom: 3px solid var(--white);
  border-left: 3px solid var(--white);
  left: 100%;
  bottom: 0;
}

@-webkit-keyframes left-up {
  0% {
    left: 100%;
    height: 0;
  }
  50% {
    left: 0;
    height: 0;
  }
  100% {
    height: 100%;
    left: 0;
  }
}

@-webkit-keyframes right-dn {
  0% {
    left: -100%;
    height: 0;
  }
  50% {
    left: 0;
    height: 0;
  }
  100% {
    height: 100%;
    left: 0;
  }
}

.guestroom-img-wrapper:hover .guestroom-img-text {
  margin-top: 15px;
  opacity: 1;
}

.guestroom-img-wrapper:hover .guestroom-img-text:after,
.guestroom-img-wrapper:hover .guestroom-img-text:before {
  animation-delay: 0.2s;
  animation-duration: 0.7s;
  animation-iteration-count: 1;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.guestroom-img-wrapper:hover .guestroom-img-text:after {
  animation-name: left-up;
}

.guestroom-img-wrapper:hover .guestroom-img-text:before {
  animation-name: right-dn;
}

.guestroom-img-wrapper .guestroom-img-text-wrapper p {
  color: var(--white);
  font-size: 16px;
  padding: 0 30px;
  margin: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  transition-delay: 0.2s;
}

.guestroom-img-wrapper:hover .guestroom-img-text {
  width: 100%;
  height: calc(100% - 45px);
}

.guestroom-img-wrapper:hover .guestroom-img-text p {
  opacity: 1;
  transform: scale(1);
}

.section__reviews {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

.reviews_head_wrapper span {
  display: block;
  text-align: center;
}

span.review-head-lg {
  font-size: 60px;
  letter-spacing: 1px;
  color: #4b4b54;
  text-transform: uppercase;
}

span.review-head-sm {
  font-size: 20px;
}

.reviews_wrapper {
  padding: 50px;
  padding-left: 0;
  box-shadow: 1px 5px 20px 0 rgba(0, 0, 0, 0.18);
  background: url(../img/reviews-bg.jpg) center/cover;
}

.reviews_head_wrapper {
  margin-top: 30px;
}

#owl-carousel-review .owl-dots {
  margin-left: 0;
}

.review_meta {
  padding: 0 20px 20px;
}

.review_data p {
  margin: 0;
  text-align: justify;
  text-align-last: left;
}

span.review_name {
  text-align: right;
  font-size: 20px;
  margin-top: 20px;
}

.review_meta span {
  display: block;
}

span.review_count {
  font-size: 50px;
  color: var(--primary-dark);
}

span.review_count em {
  font-style: normal;
  color: var(--primary-light);
}

.explore-bg-div .content__main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.review_data span {
  display: block;
  margin-top: 10px;
  text-transform: capitalize;
}

.review_data span a {
  font-weight: 700;
  color: #8b311c;
}

.mega_section {
  background: url(../img/att-bg.jpg) center/cover;
  padding: 350px 0 100px 0;
  margin: -300px 50px 0;
  position: relative;
  z-index: 0;
}

.mega_section:before {
  position: absolute;
  content: "";
  top: 2%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 95%;
  height: 96%;
  background: rgba(0, 0, 0, 0.25);
}

.mega_section span.propname {
  color: var(--white);
}

.attraction_data_wrapper {
  text-align: center;
  color: var(--white);
}

.attraction_data_wrapper span {
  display: block;
}

span.att-head-lg {
  font-size: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
}

span.att-head-sm {
  font-size: 15px;
  letter-spacing: 20px;
  margin-top: -20px;
}

.attraction_data_wrapper p {
  margin: 30px 0;
  line-height: 2;
  font-size: 17px;
  text-align: justify;
  text-align-last: left;
}

.btn3 {
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5px 40px;
  border-radius: 0;
  z-index: 1;
}

.btn3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  pointer-events: none;
}

.btn3:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.btn3:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: var(--primary);
  z-index: -1;
}

.btn.btn3:hover {
  color: var(--white);
}

.box-shadow {
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.43);
}

.colapsshoecontentlinkdiv-overview,
.colapsshoecontentlinkdiv2-overview {
  display: none;
}

span.map_head {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

span.sub_map_head {
  color: var(--white);
  text-align: center;
  display: block;
  font-style: italic;
  margin-top: 50px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

img.map_img {
  margin-left: 50px;
}

.attraction_wrapper {
  position: relative;
}

.attraction_wrapper:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 90%;
  height: 165%;
  background: rgba(24, 68, 35, 0.6);
}

.social-btns .btn,
.social-btns .btn .fab,
.social-btns .btn:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn:before {
  top: 90%;
  left: -110%;
}

.social-btns .btn .fab {
  transform: scale(0.8);
}

.social-btns .fab {
  color: #6a6868;
}

.social-btns .btn.facebook:before {
  background-color: #3b5998;
}

.social-btns .btn.icon-facebook:before {
  background: #3b5999;
}

.social-btns .btn.gplus:before {
  background: #d74937;
}

.social-btns .btn.icon-twitter:before {
  background: #55acee;
}

.social-btns .btn.icon-youtube:before {
  background: red;
}

.social-btns .btn.icon-yelp:before {
  background: #f44336;
}

.social-btns .btn.icon-tripad:before {
  background: #4caf50;
}

.social-btns .btn.icon-foursquare:before {
  background: #f94877;
}

.social-btns .btn.icon-instagram:before {
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}

.social-btns .btn.icon-linkedin:before {
  background: #0275b4;
}

.social-btns .btn.icon-yahoo:before {
  background: #57296f;
}

.social-btns .btn.icon-skype:before {
  background: #01b0f1;
}

.social-btns .btn.icon-pint:before,
.social-btns .btn.pinterest:before {
  background: #cb2027;
}

.social-btns .btn.twitter:before {
  background-color: #3cf;
}

.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}

.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
  color: var(--white);
  transform: scale(1);
}
.nav-active1 li.menu-icon.nav__list-item {
  display: none !important;
}

.social-btns {
  margin-top: 20px;
}

.social-btns .btn {
  display: inline-block;
  background-color: #d5d2d2;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 5px 15px -5px rgb(0 0 0 / 10%);
  opacity: 0.99;
  padding: 0;
  border: none;
}

.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}

.social-btns .btn .fab {
  font-size: 22px;
  vertical-align: middle;
}

.social-btns ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}

.sisterprop-title-1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  margin-top: 10px;
  color: var(--primary-dark);
}

.section__sisterprop {
  padding: 40px 0 0;
  text-align: center;
}

.sisterprop-description {
  margin-top: 20px;
  color: #414141;
  font-weight: 600;
}

.sisterprop-description h4 {
  color: #414141;
  font-weight: 600;
  font-size: 20px;
}

.sisterprop-details {
  margin: 35px 0 10px;
}

.sisterprop-details h4 {
  text-transform: uppercase;
  font-size: 25px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: var(--primary-dark);
  font-weight: 700;
}

.sisterprop-details ul li {
  display: inline-block;
  margin: 10px;
  width: 27%;
}

.sisterprop-details ul li a {
  color: #787878;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.5s all;
}

.sisterprop-details ul li a:active,
.sisterprop-details ul li a:focus,
.sisterprop-details ul li a:hover {
  color: #343333;
  text-decoration: none;
}

.sisterprop-details li figure img {
  margin: 0 auto;
}

.sisterprop-details li figure figcaption {
  padding: 20px 0 10px;
}

.section__SubCon {
  margin: 10px 5% 20px;
}

.newsletter .form-group {
  position: relative;
  margin-bottom: 0px;
}

.zoom-effect-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.special-card .image-card {
  position: relative;
  width: 100%;
  height: 100%;
}

.special-card .image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.subcribe-input .input-wrapper img {
  position: absolute;
  top: 16px;
  left: 20px;
}
.newsletter .form-control {
  background-color: #fff;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 52px;
  border-radius: 0 !important;
  padding: 22px 20px 21px 33px;
  border: 1px solid #2e2e2e;
  font-size: 16px;
}

.newsletter .btn:focus {
  outline: 0;
}

.newsletter .form-control::placeholder {
  color: #000;
}

#promo_code:focus::-webkit-input-placeholder,
.newsletter .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

#promo_code:focus:-moz-placeholder,
.newsletter .form-control:focus:-moz-placeholder {
  color: transparent;
}

#promo_code:focus::-moz-placeholder,
.newsletter .form-control:focus::-moz-placeholder {
  color: transparent;
}

#promo_code:focus:-ms-input-placeholder,
.newsletter .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.section__SubCon .row:first-of-type {
  display: flex;
  align-items: stretch;
}

.newsletter button {
  font-size: 14px;
  padding: 0 15px;
  background: #2e2e2e !important;
  color: #fff;
  border-radius: 0;
  height: 52px;
  font-family: "Jost-Medium";
}

.contact__div,
.subscribe__div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-title,
.subscribe-title {
  margin-bottom: 10px;
}

.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
}

.contact-title span,
.subscribe-title span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}

.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}

.subscribe-title label {
  display: block;
  font-size: 18px;
  color: #2e2e2e;
  text-transform: inherit;
  line-height: 27px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.subscribe-title div:first-child + div {
  vertical-align: middle;
}

footer {
  background-color: var(--white);
  padding-top: 10px;
}

.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-logo .logo-name {
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}

.footer-logo span,
.footer-social span {
  font-size: 25px;
  color: var(--primary-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
}

span.maptextaddress {
  font-weight: 700;
}

.footer__left a {
  color: #545353;
}

.footer_middle {
  flex: 0 0 22%;
  max-width: 22%;
  padding: 0 15px;
  text-align: center;
}

.footer__right {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 15px;
  border-top: 1px solid #ccc;
  margin-top: 20px;
}

.footer_last {
  flex: 0 0 24%;
  max-width: 24%;
  padding: 0 15px;
  align-self: center;
}

.footer_last {
  text-align: right;
}

.footer-buttons ul li {
  display: block;
}

a.modify.footer-btn.canmod {
  background: var(--primary);
  color: var(--white) !important;
}

a.footer-btn.access {
  line-height: 1.2;
}

.ftr-btn a,
.goog-te-gadget-simple {
  font-size: 16px !important;
  background-color: #2e2e2e;
  color: #fff;
  font-weight: 300;
  height: 45px;
  border-radius: 2px;
}

.goog-te-menu-value {
  color: #000 !important;
}

.goog-te-gadget-icon {
  display: none;
}

.canmod {
  background-color: var(--white);
  color: #000 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

.access {
  background-color: #0563ae !important;
  color: var(--white) !important;
}

.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}

.row-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-list-item .sections {
  display: flex;
  justify-content: center;
  padding: 17px 20px;
  height: auto;
}

.seo-links .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 4%;
  align-items: center;
  padding: 15px 0;
}

.seo-links .list-unstyled span {
  color: #faf9f4;
}

.logos img {
  height: auto;
  width: 100px;
}

.newsletter button:focus,
.newsletter button:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
  box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
}

.top-nav-ul .dropdown-menu > .active > a,
.top-nav-ul .dropdown-menu > .active > a:focus,
.top-nav-ul .dropdown-menu > .active > a:hover {
  background-color: var(--primary) !important;
  background-image: none !important;
}

.pro-links-left p {
  margin: 10px 0 10px 0;
  color: #2e2e2e;
  font-size: 16px;
}

.pro-links-right p {
  margin: 10px 0 10px 0;
  color: #2e2e2e;
  letter-spacing: 0.8px;
  font-size: 16px;
}

.pro-links-left a {
  color: #fff !important;
}

.pro-links-left,
.pro-links-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logos {
  display: none;
  margin: 10px 0;
  justify-content: center;
}

.footer-last {
  background: #fff;
  align-items: center;
  justify-content: center;
}

.footer-links {
  overflow: hidden;
  padding: 0px 0px 5px 0px;
}

.footer-SEOlinks ul li,
.footer-links ul li {
  margin-bottom: 15px;
}

.seo-links ul li {
  margin-bottom: 0;
  font-family: "Urbanist Medium";
}

.footer-SEOlinks ul li a,
.footer-links ul li a,
.last-section .seo-links ul li a {
  font-size: 16px;
  color: #2e2e2e;
  line-height: 20.4px;
  font-weight: 400;
  text-align: center;
}

.footer-links .left {
  text-align: left;
}

.footer-links .right {
  text-align: left;
}

.footer-SEOlinks {
  padding: 10px 0 0;
  background-color: var(--white);
}

.footer-SEOlinks ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-SEOlinks ul li {
  color: #343333;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}

.footer-SEOlinks ul li a {
  color: #343333;
  margin: 0 35px;
}

.company {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

.company .container {
  padding: 0;
}

.company a {
  color: #000;
  font-weight: 700;
}

.company p,
.company p span.copyright-span {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
}

.company p a em {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20.4px;
  font-style: inherit;
}

#scroll {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: #2e2e2e;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  z-index: 3;
  color: #444;
  opacity: 0;
}

#scroll:hover {
  background-color: var(--primary-dark);
  color: var(--white);
  transition: 0.5s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

#scroll.fade-out {
  transform: translateY(170px);
  opacity: 0;
}

#scroll.fade-in {
  opacity: 1;
  transform: translateY(0);
}

#scroll em {
  color: var(--white);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  line-height: 45px;
  font-size: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll:hover i {
  color: var(--primary-dark);
  top: 5px;
}

#scroll .sr-only {
  color: var(--white);
  background: #343333;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}

#scroll:focus,
#scroll:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
  background: #2e2e2e !important;
}

.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid var(--primary);
  bottom: 9px;
  left: 10px;
  cursor: pointer;
}

.mouse span,
.mouse-up span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a9700;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mouse span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
}

.mouse-up span {
  -webkit-animation-name: scroll-up;
  animation-name: scroll-up;
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}

@-webkit-keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.floating-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(87, 79, 76, 0.8);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.floating-icons ul li a {
  padding: 15px 20px;
  margin: 10px 0;
  display: inline-block;
  color: var(--white);
  font-size: 25px;
  width: 100%;
  transition: 0.5s all;
  width: 90px;
}

.floating-icons ul li a.icon-facebook:active,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:hover {
  background: #3b5999;
}

.floating-icons ul li a.icon-gplus:active,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:hover {
  background: #d74937;
}

.floating-icons ul li a.icon-twitter:active,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:hover {
  background: #55acee;
}

.floating-icons ul li a.icon-youtube:active,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:hover {
  background: red;
}

.floating-icons ul li a.icon-yelp:active,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:hover {
  background: #f44336;
}

.floating-icons ul li a.icon-tripad:active,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:hover {
  background: #4caf50;
}

.floating-icons ul li a.icon-pint:active,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:hover {
  background: #cb2027;
}

.floating-icons ul li a.instagram:active,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:hover {
  background: #8134af;
}

.promocode,
.room_home {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}

.promocode:active,
.promocode:focus,
.promocode:hover,
.promocode:link,
.promocode:visited {
  outline: 0;
}

.datepicker-label {
  color: var(--white);
  font-weight: 400;
}

.respop_heading2 {
  display: none;
}

.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  left: auto;
  right: auto;
  width: 125%;
}

.play {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll 16px 12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll 16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause:focus,
.play:focus,
.volume_icon1:focus,
.volume_icon:focus {
  outline: 0;
}

.volume_icon {
  background: url(../img/unmute.png) no-repeat scroll 20px 4px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 {
  background: url(../img/unmute.png) no-repeat scroll 20px -48px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 span {
  visibility: hidden;
}

.reservation-button {
  text-align: center;
}

.lowest {
  display: block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: capitalize;
}

.nav > li > a {
  padding: 5px 5px;
}

.reservation-button {
  background: var(--primary);
  color: #fff !important;
}

.navbar-right {
  padding: 0 10px 10px;
  margin-top: 0;
  margin-right: 0;
}

.custom__header.smaller .navbar-right {
  background: 0 0;
}

.company a:hover {
  text-decoration: underline;
}

.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

.section__main > .item::after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
}

.overview-description-overview {
  min-height: 175px;
}

.menu-icon {
  height: 30px;
  width: 40px;
  position: initial !important;
  z-index: 102;
  top: inherit;
  cursor: pointer;
  float: right;
  right: inherit;
}

.menu-icon__line {
  height: 3px;
  width: 40px;
  display: block;
  background-color: var(--primary);
  margin-bottom: 6px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
  width: 20px;
}

.menu-icon__line-right {
  width: 20px;
  float: right;
}

/* Start Thehanford New CSS */

.flex-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.text-end {
  text-align: end;
}
.text-left {
  text-align: left;
}
.header .top-header a:first-child {
  color: #2e2e2e;
  font-size: 16px;
  font-family: "Open Sans";
}
.header .text-end a:last-child {
  color: #2e2e2e !important;
  padding: 9px 15px;
  bottom: 10px;
  font-size: 16px;
  background: #faf9f4;
  border-radius: 2px;
  text-transform: uppercase;
  border: 2px solid #2e2e2e;
  font-family: "Urbanist Bold";
}
.header .first-header {
  margin-top: 1px;
  position: relative;
}

.border-line {
  display: block;
  height: 1px;
  background-color: #2e2e2e;
  margin: 20px 0px;
}

.guestroom-logo .border-line {
  background-color: #fff !important;
}
.guestroom-logo .guestroom-btn-wrapper .read-text {
  color: #fff;
}

.local-attraction .explore-bg-div .section-btn:hover img.but-hov,
.local-attraction .attractions-near .section-btn:hover img.but-hov {
  transform: translateX(90px);
  filter: brightness(0) invert(1);
  transform: rotate(45deg);
}

.guestroom-logo .guestroom-content .section-title-h2 {
  color: #fff !important;
}

.guestroom-logo .guestroom-btn-wrapper a.section-btn:hover {
  border: 1px solid #000 !important;
}
input#subscriber_email::placeholder {
  color: #6b6a6a;
}
.footer_element .subscribe-title p {
  font-size: 18px;
  text-align: left;
  color: #2e2e2e;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.footer_element {
  background: #fff;
  padding: 0px 0px 0px 0px !important;
}

.media-section .left-text p.section-description {
  text-align: left;
}

.section__footer .last-section {
  border-top: 8px solid #fff;
}

.panel-body .clildboxpolicy {
  display: none !important;
}

.container-fluid .sixplus__form {
  background: none !important;
}

@media screen and (min-width: 1400px) {
  .desk-sticky-logo img {
    max-width: 110px !important;
    height: 70px;
  }
}

@media screen and (min-width: 850px) and (max-width: 992px) {
  .footer-links .left {
    grid-template-columns: 50% 35% !important;
  }
}

@media (max-width: 425px) {
  .customedeatetimesout,
  .customedeatetimesin {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 421px) {
  .room_home .fas {
    height: 25px !important;
    width: 25px !important;
    font-size: 14px !important;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 14px !important;
  }
  .panel-body .room_title span {
    font-size: 12px;
  }
  .adultbtn,
  .room_count {
    height: 20px !important;
    width: 20px !important;
    padding: 0 !important;
  }
  .top_room_heading {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .last-section ul.left {
    display: grid !important;
    grid-template-columns: 50% 50%;
    width: 60%;
  }
  .last-section .seo-links {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .reservation label,
  .panel-body {
    color: #000 !important;
  }
}
/* End Thehanford New CSS */

@media (min-width: 1200px) {
  .desk-sticky-logo {
    display: none;
  }
  .smaller .desk-sticky-logo {
    display: block;
  }
  #ircw_iframe {
    max-width: 2000px !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
  }
  .footer_lang_acc.footer_middle.footer-buttons.dflex {
    justify-content: flex-end;
  }
  .navbar-header {
    position: relative;
    left: 50px;
  }
  .smaller .navbar-header {
    left: 0;
  }
  .smaller.section__booking > .container {
    position: fixed;
    top: 0;
    z-index: 3;
    height: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
  }
  #mySidenav {
    z-index: 101;
  }
  .smaller.section__booking {
    display: flex;
    justify-content: center;
  }
  .smaller.section__booking .quick-booking {
    border: 0;
    background: var(--primary);
    box-shadow: none;
  }
  .section__booking .navbar-toggle .icon-bar {
    background: var(--white);
  }
  .section__booking.smaller .navbar-header,
  .section__booking.smaller .scroll-reservation-but {
    display: inline-block;
  }
  .smaller#reservationpop .closebtn {
    display: none;
  }
  .smaller#reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }
  .rct_wdgt .smaller#reservationpop > .container {
    top: 50px;
  }
  .smaller#reservationpop {
    background: 0 0;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
    z-index: 100;
  }
  .smaller #mySidenav {
    z-index: 999;
  }
  .smaller .navbar-toggle {
    margin: 28px 0;
  }
  .custom__header.smaller {
    position: fixed;
    min-height: 95px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .vertical-title .section-title-h2 {
    font-size: 24px !important;
  }
  .guestroom-content {
    width: 90% !important;
  }
  .contact-card {
    gap: 0px !important;
  }
  .contact-card .location-text a,
  .contact-card .location-text span,
  .location-wrapper .location-text {
    font-size: 12px !important;
  }
  .contact-card .location-icon img {
    width: 20px !important;
  }
  .desk-sticky-logo.home_calogo {
    right: 0% !important;
  }
  .row-list-item .sections {
    padding: 10px 33px;
  }
  .ml-10 {
    margin-left: 7rem !important;
  }
  .meetings-row {
    margin: 5% 3% !important;
  }
  span.map_head {
    font-size: 53px;
  }
  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }
}

@media screen and (min-width: 2000px) {
  body {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
  }
}

@media screen and (min-width: 1200px) {
  .guestroom-wrapper .container-fluid {
    padding: 0;
  }
  body {
    max-width: 2000px;
    margin: 0 auto;
  }
  .nav-active .nav-bar:after,
  .nav-active .nav-bar:before,
  .nav-bar:after,
  .nav-bar:before,
  .nav__content {
    max-width: 2000px;
    margin: 0 auto;
  }
  .custom__header.smaller {
    position: fixed;
    width: 100%;
    z-index: 3;
    margin-top: -1px;
    background: #faf9f4 !important;
  }
  .rct_wdgt .custom__header.smaller {
    top: 52px;
  }
  .rct_wdgt .smaller .header_top {
    top: 50px !important;
  }
  .smaller .custom__header .navbar-inverse {
    height: 95px;
  }
}

@media screen and (min-width: 1200px) {
  .section-eat .container {
    width: 1320px;
  }
  .top-nav-ul .dropdown-menu {
    margin-top: 29px !important;
    padding: 0 0 !important;
  }
  .nav-bar .dropdown-menu {
    top: 30px;
  }
  .smaller .quick-booking .home_collapse {
    top: 56px;
  }
  .smaller #reservationpop .home_collapse {
    top: 77px;
    position: absolute;
    left: auto;
    right: auto;
    width: 120%;
  }
  #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
    width: 120%;
  }
  #reservationpop.sidebar-ca .home_collapse {
    top: 80px;
  }
  .section__booking {
    position: absolute;
    display: block;
  }
  .hover-drop.dropdown .dropdown-menu {
    display: inline-block;
  }
  .hover-drop.dropdown:hover .dropdown-menu {
    opacity: 1;
  }
  .hover-drop .dropdown-menu > .active > a,
  .hover-drop .dropdown-menu > .active > a:focus,
  .hover-drop .dropdown-menu > .active > a:hover {
    background-color: inherit;
    background-image: inherit;
  }
  #mySidenav::-webkit-scrollbar {
    width: 0;
  }
  #mySidenav {
    -ms-overflow-style: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .footer-social-icons ul.list-unstyled {
    justify-content: center;
  }
  .room_description-nav .book,
  .room_description-nav .price {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
  }
  .tabmargin {
    margin-top: 40px !important;
  }
  .section__headerbg .innercaption {
    bottom: 10px;
  }
  .room_heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .room_home .fas {
    border: 1px solid #fff !important;
  }
  .custom__header {
    position: absolute !important;
  }
  .fullshow {
    -webkit-animation: none;
    -webkit-animation-delay: 0s;
    animation: none;
    animation-delay: 0s;
  }
  .navbar-header {
    top: 5px;
    position: relative;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 17px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
    color: #fff !important;
  }
  #reservationpop #get_header_avaibility {
    padding-bottom: 15px;
  }
  #reservationpop .closebtn {
    display: none;
  }
  #reservationpop .search-btn-div {
    text-align: center;
  }
  #reservationpop {
    position: inherit;
    margin: 0 auto 15px;
    width: 100% !important;
    background: #2e2e2e !important;
    padding: 0;
    padding: 15px 10px 15px 10px;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .sidenav .datepicker-label {
    background: none !important;
  }
  .sidenav.smaller .specialcode2 {
    border-color: #fff !important;
  }
  .sidenav.smaller .datepicker-label {
    color: #fff !important;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout {
    color: #fff !important;
    border-color: #fff !important;
  }
  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }
  .respop_heading {
    display: none;
  }
  .custom__header.smaller .navbar-right {
    padding: 0;
  }
  .custom__header.smaller {
    width: 100%;
  }
  #mySidenav {
    z-index: 10000;
  }
  .overview-description-overview {
    min-height: 190px;
  }
  .home-mobileboxoverviews-overview {
    margin-top: -15px !important;
  }
  .promocode {
    margin-top: 10px;
    display: inline-block;
  }
  .primary-title {
    font-size: 30px;
  }
  .cool-link li a:hover::after,
  .cool-link li.active a::after {
    width: 0;
  }
  .t-dates {
    height: 44px;
  }
  .section__booking .container {
    width: 100%;
  }
  .menus {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    margin-top: 20px;
  }
  .sidenav {
    padding-top: 0;
  }
  .menus a {
    text-align: left;
  }
  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }
  .menus .dropdown-backdrop {
    display: none;
  }
  .hover-drop .dropdown-menu > li,
  .hover-drop.open > .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .menus li.active a::after {
    width: 0;
  }
  .menus li.active {
    background-color: var(--primary-light);
  }
  .menus .open {
    background-color: var(--primary-light);
  }
  .menus .open .dropdown-menu {
    background-color: var(--primary);
  }
  .hover-drop .dropdown-menu > li > a {
    margin: 0;
  }
  .menus .dropdown-menu {
    opacity: 1;
  }
  .menus .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menus .open .dropdown-menu > li > a {
    color: var(--white);
    padding: 10px 32px;
    opacity: 0.8;
  }
  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }
  .section__main .video_home video {
    position: static;
    transform: none;
  }
  .footer-SEOlinks ul li a {
    font-size: 15px;
  }
  .footer__left {
    max-width: 23%;
  }
  .footer__right {
    flex: 0 0 77%;
    max-width: 77%;
  }
  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--white);
  }
}

@media (min-width: 992px) {
  .footer-btn-div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .quick-booking .btn-success.btn-success {
    border: none;
    background: #fff !important;
    color: #000 !important;
  }
  .section-eat {
    margin: 10em 0;
  }
  .section-eat {
    height: 655px;
    max-height: 844px;
  }
  .eat-description {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 4em 0 1em;
  }
  .meetings-row {
    column-gap: 3%;
    margin: 5% 11%;
  }
  .section-meetings:before {
    content: "";
    width: 235px;
    height: 680px;
    background: var(--primary);
    position: absolute;
    top: 5%;
    z-index: -1;
    left: 39.5%;
  }
  .rct_wdgt .menu-icon {
    z-index: 9;
  }
  .rct_wdgt.nav-active .menu-icon {
    z-index: 102;
  }
  .floating-icons ul li a {
    width: 105px;
  }
  .menu-dropdown {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .contact-card.contact-card {
    height: 90% !important;
    top: 5% !important;
  }
  .vertical-title .section-title-h2 {
    font-size: 26px !important;
  }
  .btn.btns.btn-green {
    padding: 8px 5px;
    font-size: 13px !important;
  }
  .pro-links-right p {
    font-size: 12px;
  }
  .navbar-right {
    padding: 0;
    margin-top: 0;
  }
  .div__logo {
    max-width: 150px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 26px auto;
  }
  .menu-icon {
    position: absolute !important;
    left: 20px;
  }
  .menu-icon__line {
    background-color: #fff !important;
  }
  .menu-icon,
  .topRservationSection {
    display: block !important;
    top: 25px;
  }
  .ml-10 {
    margin-left: 16rem;
  }
  .meetings-row {
    column-gap: 2%;
    margin: 5% 1%;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-buttonP {
    padding: 35px 5px;
  }
  ul.top-nav-ul.nav.navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    column-gap: 20px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    text-align: left !important;
  }
  .home_collapse:after {
    left: 8%;
  }
  .section__booking .quick-booking {
    height: 165px;
  }
  .section__booking .quick-booking .respop_heading2 {
    padding-bottom: 6px;
  }
  .home_resnew .btn-success,
  .quick-booking .btn-success {
    padding: 0px 30px;
    margin-top: 23px;
    font-size: 17px !important;
    /* color: #fff !important; */
  }
  #promo_code {
    border-color: #fff !important;
    color: #fff !important;
  }
  .specialcode2 span {
    color: #fff !important;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 12px 5px 12px 15px;
  }
  .custom__header.smaller {
    position: fixed;
    display: none;
  }
  .social-btns ul li {
    margin-right: 10px;
  }
  .company {
    padding: 20px 0;
  }
  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 62px;
  }
  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }
  .wide_cal .add-on {
    top: 8px !important;
    color: #fff !important;
  }
  .section__footer {
    margin: 0 0 0;
  }
  .section__compdetails {
    font-size: 14px;
  }
  .footer-links ul li a {
    font-size: 16px;
  }
  .footer-div {
    width: 100%;
    margin: 0 auto;
  }
  .navbar-toggle {
    margin-top: 55px;
    left: 30px;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    padding: 0;
    padding-bottom: 0;
    color: #fff !important;
    padding: 10px;
    font-size: 10px;
    background: #645b5bbd;
    border: 1px solid #000;
    margin-top: 0;
    box-shadow: none;
  }
  span.bigc {
    font-size: 30px;
  }
  .slider-big-caption {
    top: calc(50% - 1px);
    width: 90%;
  }
  .about-intro {
    padding: 0 20px 0;
  }
  .about-title-2 {
    margin-top: 10px;
    font-size: 30px;
  }
  .mobile0verviewinnwerdiv {
    margin-bottom: 60px;
  }
  .animatedheight.about-description h2 {
    font-size: 25px;
  }
  .explore-desc {
    position: relative;
    margin-top: 30px;
  }
  .explore-title span {
    font-size: 38px;
  }
  .explore-slider-wrapper {
    padding: 20px 20px 50px;
  }
  .specials-title {
    padding-top: 30px;
  }
  .specials-title span {
    font-size: 39px;
  }
  .specials_packages:before {
    top: 50px;
    left: 0;
    width: 85%;
    height: 41%;
  }
  .explore-desc:before {
    width: 415px;
    top: 0;
    left: 45px;
  }
  .explore-slider-wrapper p {
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.7;
  }
  .btn.btn2,
  .btn3 {
    font-size: 18px;
  }
  .attraction_wrapper:before {
    height: 149%;
  }
  .guestroom-img-wrapper .guestroom-img-text-wrapper {
    padding: 0 20px;
  }
  .guestroom-img-wrapper .guestroom-img-text-wrapper p {
    font-size: 14px;
    padding: 0 20px;
  }
  span.att-head-lg {
    font-size: 70px;
  }
  span.att-head-sm {
    margin-top: 0;
  }
  span.map_head {
    font-size: 28px;
    margin-top: 0;
  }
  .map_wrapper .MT100 {
    margin-top: 40px;
  }
  span.sub_map_head {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .footer__left {
    max-width: 100%;
  }
  .footer_middle {
    max-width: 22%;
  }
  .footer_last img {
    max-width: 80%;
  }
  .footer_lang_acc.footer_middle.footer-buttons.dflex {
    justify-content: flex-end;
  }
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 20px;
  }
  .footer_last {
    max-width: 23%;
    margin-bottom: 25px;
  }
  .company p {
    font-size: 13px;
  }
  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }
  .smaller .navbar-toggle {
    margin-top: 35px;
  }
  .smaller .menu-icon {
    top: 50px;
  }
  .smaller .menu-icon {
    display: none;
  }
  .carousel-indicators {
    bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .footer-last {
    padding: 10px;
  }
  .footer-btn-div {
    display: flex;
    flex-direction: column;
  }
  .footer-social-icons ul.list-unstyled {
    justify-content: center;
    flex-wrap: wrap;
  }
  .discount-text img {
    height: auto !important;
  }
  .our-discount-content1 p.section-desc {
    text-align: justify;
  }
  .our-discount-content1 {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .container .tab_room {
    margin-top: 10px;
  }
  .footer_element {
    padding: 0px 0px !important;
  }
  .local-attraction .section-btn {
    margin-top: 30px;
  }
  .footer_element .footer-logo a {
    display: flex;
    justify-content: center;
  }
  .guestroom-logo .section-title-h2 {
    color: #fff !important;
  }
  .section__main .shadowboxdiv {
    bottom: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78);
  }

  .footer_element .footer__left {
    margin-top: 15px;
  }

  .border_div.white-bg,
  .footer_element .footer-logo {
    margin: 0px !important;
  }
  .location-wrapper::after {
    top: 90% !important;
  }
  .guestroom-heading {
    text-align: left;
  }
  .guestroom-wrapper .traveler {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-eat .eat-btn {
    text-align: center !important;
    margin-bottom: 20px !important;
    margin: auto !important;
  }
  .section-eat {
    height: auto;
    padding-bottom: 24px;
  }
  .section-eat .container {
    width: auto;
  }
  .meetings-row {
    column-gap: 0;
    margin: 0;
  }
  .footer_last img {
    max-width: 100% !important;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    text-align: center;
  }
  span.sub_map_head {
    margin: 10px 0 30px;
  }
  .wide_cal .add-on {
    top: 4px;
    color: #fff !important;
  }
  .wide_cal .add-on img {
    filter: invert();
  }
  .rct_wdgt .menu-icon {
    top: 61px !important;
  }
  .section__main .carousel-inner > .item::after {
    background: linear-gradient(
      to bottom,
      #000 0,
      rgba(0, 0, 0, 0.76) 23%,
      rgba(0, 0, 0, 0.07) 40%,
      rgba(0, 0, 0, 0.15) 71%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .social-btns .btn {
    width: 55px;
    height: 55px;
    line-height: 51px;
  }
  .social-btns .btn .fab {
    font-size: 30px;
  }
  .social-btns ul li {
    line-height: 4;
    margin: 0 10px;
  }
  .about-title-2 {
    font-size: 25px;
    margin-top: 0;
  }
  .mobile0verviewinnwerdiv h2 {
    font-size: 20px;
    text-align: center;
  }
  .about-intro {
    padding: 0;
  }
  .gofull {
    padding: 0;
  }
  .section__main {
    padding: 0;
  }
  #myCarousel a.right.carousel-control {
    left: auto;
  }
  #myCarousel .carousel-control {
    bottom: auto;
    top: 45%;
  }
  .carousel-control .fas {
    position: relative;
    padding: 0 0 0;
    font-size: 23px;
  }
  .explore-desc:before,
  .specials_packages:before {
    display: none;
  }
  .explore-title span {
    font-size: 30px;
    color: var(--primary-dark);
    text-align: center;
  }
  .specials_packages {
    padding: 0 0 20px;
    background: #f3fff7;
    margin-top: 20px;
  }
  .specials_packages .MT100 {
    margin-top: 0;
  }
  .specials-content-wrapper {
    padding: 10px 20px 10px;
  }
  .owl-carousel1 .owl-dots {
    text-align: center;
  }
  .guestroom_content_wrapper {
    margin-top: 10px;
    text-align: left;
  }
  .guestrooms_title_wrapper {
    padding-left: 15px;
    padding-bottom: 0;
    text-align: center;
  }
  span.guestroom_title {
    font-size: 40px;
  }
  .guestrooms-sec .MT50 {
    margin-top: 0 !important;
  }
  .attraction_wrapper:before {
    display: none;
  }
  .mega_section {
    padding: 30px 10px 40px;
    margin: 30px 0 0 0;
  }
  span.att-head-lg {
    font-size: 50px;
  }
  span.att-head-sm {
    font-size: 15px;
    letter-spacing: 10px;
    margin-top: 0;
  }
  span.map_head {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .map_wrapper {
    margin-top: 0 !important;
  }
  .map_wrapper .MT100 {
    margin-top: 20px !important;
  }
  .map-details {
    color: var(--white);
    margin-top: 30px;
  }
  .map-details a {
    color: var(--white);
  }
  .social-btns {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .footer-logo {
    padding: 7px 0 10px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 50px;
  }
  .newsletter button {
    margin-right: 0 !important;
  }
  .pro-links-left {
    border-bottom: none;
  }
  .seo-links .list-unstyled {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px 0 20px 0;
    flex-direction: column;
  }
  .row-list-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .row-list-item .sections {
    height: auto;
    width: auto;
  }
  .social-btns ul li {
    line-height: 4;
  }
  .footer_middle {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 0 10px;
    padding-top: 20px;
  }
  .navbar-right {
    padding: 0;
    margin-top: 12px;
    float: right;
  }
  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    font-size: 16px;
    padding-left: 20px;
  }
  .custom__header.smaller .navbar-inverse .navbar-right > li > a {
    top: 0;
  }
  .navbar-right,
  .navbar-toggle {
    transition: margin 0.3s;
  }
  .smaller .navbar-toggle {
    margin-top: 10px;
  }
  .smaller .navbar-right {
    margin-top: 0;
  }
  .section__attractions {
    padding-top: 10px;
  }
  .custom__header {
    width: 100%;
    z-index: 2;
  }
  #reservationpop .search-btn-div {
    margin-top: 25px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    top: 60px;
    position: initial;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 2;
    margin-top: 5px;
  }
  .home_collapse:after {
    display: none;
  }
  .section__booking .quick-booking {
    background: #241f21;
    padding-right: 20px !important;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 18px;
    padding: 10px 15px;
    text-align: center !important;
  }
  #promo_code {
    width: 100%;
    font-size: 17px;
  }
  #promo_code {
    border: 1px solid #fff;
    color: #fff !important;
    font-size: 16px;
    height: 46px;
    background: 0 0;
  }
  #promo_code::placeholder {
    font-size: 15px;
    color: #fff !important;
  }
  #promo_code:focus {
    border: 1px solid #fff;
  }
  .specialcode2 span {
    color: #fff !important;
  }
  .overview-description-overview {
    min-height: 222px;
  }
  .animatedheight-inner-overview h2 {
    margin-top: 0 !important;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 15px;
  }
  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    margin: 0 auto 30px auto;
  }
  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }
  .company {
    padding-bottom: 40px;
  }
  .rct_wdgt #mySidenav {
    margin-top: 0;
  }
  .menus {
    overflow: auto;
  }
  .btn-div {
    justify-content: center;
  }
  .sisterprop-details ul li {
    width: 46%;
  }
  .footer__left,
  .footer__right,
  .footer_middle {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer__right {
    border-top: none;
  }
  .footer-links {
    text-align: center;
    padding: 0 0 18px 0;
  }
  .company {
    text-align: center;
  }
  .footer-SEOlinks ul {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0 15px;
    text-align: center;
  }
  .footer-SEOlinks .comp-logo {
    text-align: center;
    margin-top: 25px;
  }
  .specialcode2 a {
    padding: 10px 10px 9px 10px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .copyright-span {
    display: block;
    text-align: center !important;
  }
  .div__logo {
    max-width: 130px;
    position: absolute;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
  .mobile0verviewinnwerdiv {
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .map-img-mob img {
    margin-top: 20px;
  }
  #Carouselamenities span.tab-title-item {
    top: 53px !important;
  }
  .eat-drinks {
    display: block !important;
    margin: 10% auto 5% !important;
  }
  .guest-room-mob img {
    width: 94% !important;
  }
  .nav-active .nav__content {
    height: 88vh !important;
  }
  .company {
    padding-bottom: 60px;
  }
  .carousel-caption {
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.78);
  }
  .carousel-caption p {
    margin: 0;
  }
  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    padding: 15px 12px;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    color: #fff !important;
    top: 10px;
    left: 10px;
    padding: 10px;
    font-size: 10px;
    background: #645b5bbd;
    border: 1px solid #000;
  }
  .div__logo {
    max-width: 150px;
    float: none;
    display: block;
    margin: 10px auto;
    left: 0;
    right: 0;
  }
  .mega_section:before {
    top: 1%;
    width: 98%;
    height: 98%;
  }
}

@media (min-width: 768px) {
  .section__booking .container {
    padding: 0;
  }
  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid var(--white);
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    top: 80px;
    z-index: 1;
  }
  .PR-desk0 {
    padding-right: 0;
  }
}

@media screen and (min-width: 767px) and (max-width: 991px) {
  .footer-last {
    margin-bottom: 15px !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .dflex_W100 .mobile0verviewinnwerdiv .about-btn {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_element .footer-img a {
    padding: 15px 0px;
  }
  .footer_element {
    padding-bottom: 0px !important;
  }
  .special-card .overlay-text {
    font-size: 27px !important;
  }

  .row-list-item .sections .position-left {
    margin-top: 10px !important;
    margin-left: -3px !important;
  }
  .room_description-nav .book {
    display: flex;
    margin: 0 !important;
    justify-content: center;
    align-items: center;
    gap: 5px;
  }
  .newsletter button {
    position: unset;
  }
  .footer-logo {
    gap: 10px;
    padding: 0 0 2px !important;
  }
  .package_detail-summary {
    margin-top: 25px !important;
  }
  .control-img {
    width: 50px;
    height: 50px;
  }
  .footer-social-icons ul.list-unstyled {
    margin-top: 8px !important;
  }
  .row-list-item .sections {
    justify-content: center;
    flex-direction: row;
  }

  #Carouselamenities span.tab-title-item {
    top: 60px !important;
  }
  #roomstype .aamentities .tab-title-item {
    top: 30px !important;
    left: 30px !important;
  }
  .menu-icon {
    top: 10px !important;
    right: 10px !important;
  }
  .nav-active .menu-icon {
    top: 25px !important;
    right: 19px !important;
  }
  .newsletter .form-control {
    padding: 8px 12px 8px 35px;
  }
  .subcribe-input .input-wrapper img {
    top: 15px !important;
    left: 10px !important;
  }

  .section-eat .eat_desc {
    padding: 17px;
  }
  .attraction-big-img {
    height: 520px !important;
  }
  .website-acce-feat a {
    word-break: break-word;
  }
  .sisterprop-details h4 {
    font-size: 20.9px;
  }
  .sisterprop-description p {
    font-size: 16px;
  }
  .messages_bar .messages p {
    text-align: justify;
  }
  .about-description p {
    font-size: 16px;
    text-align: justify;
  }
  .btn3 {
    font-size: 15px;
  }
  .nav-active .nav__content {
    height: 90% !important;
  }
  .footer_address {
    text-align: left;
  }
  .social-btns ul li {
    margin: 0 10px 10px;
  }
  #memberModal .modal-dialog {
    margin: 30px;
  }
  .company a {
    display: block;
  }
  .navbar-header {
    top: 0;
  }
  .rct_wdgt .custom__header {
    top: 50px;
  }
  .overview-description-overview {
    min-height: 470px !important;
  }
  .goog-te-gadget-simple {
    margin: 0 auto 0 auto;
  }
  .section__headerbg .innercaption p {
    display: block;
  }
  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }
  .carousel-control {
    opacity: 1;
  }
  .promocode {
    display: inline-block;
  }
  .icon-bar {
    transition: all 0.3s;
  }
  .navbar-toggle:focus .icon-bar {
    opacity: 0;
    transform: translateX(50%);
  }
  .div__logo {
    max-width: 100%;
    right: 30px;
    left: 0;
    margin: 10px auto;
  }
  .navbar-toggle {
    margin-top: 55px;
    background: 0 0;
  }
  .smaller .div__logo {
    display: none;
  }
  .roomscroll {
    max-height: 100%;
    overflow-y: auto;
  }
  .carousel-control {
    font-size: 30px;
  }
  .carousel-caption {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
  }
  .room_title span {
    background-color: transparent !important;
    color: #000;
    text-align: left;
    height: auto;
    display: block;
  }
  .section__booking .quick-booking {
    padding: 15px 10px 20px 10px;
  }
  .carousel-caption {
    bottom: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78);
  }
  p.color_g.text-center {
    margin: 0;
    font-size: 14px;
  }
  .primary-title {
    word-break: break-word;
  }
  .h1_sister.primary-title {
    margin-top: 30px;
  }
  .child-age-wrapper select {
    padding: 7px 0;
  }
  .sisterprop-title-1 {
    font-size: 25px;
  }
  .sisterprop-details {
    margin: 25px 0 0 0;
  }
  .section__sisterprop {
    padding-bottom: 0;
  }
  .section__booking .container {
    padding: 0;
  }
  .footer-buttons ul li {
    display: block;
    text-align: center;
  }
  .footer-buttons ul li:nth-child(2) {
    margin: 0;
  }
  .footer-buttons ul li a {
    margin-left: auto;
    margin-right: auto;
  }
  .section__booking .quick-booking {
    border: 0 !important;
    padding-right: 10px !important;
  }
  .section__headerbg .innercaption {
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
    margin: 0;
  }
  .rct_wdgt .custom__header.smaller {
    top: 50px;
  }
  .custom__header,
  .custom__header.smaller {
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  #scroll {
    right: 20px;
  }
  body {
    padding-bottom: 20px;
  }
  span.maptextaddress {
    width: 30%;
    float: left;
    padding-right: 10px;
  }
  .footer_address span.col {
    width: 70%;
  }
  span.col {
    float: left;
    width: 73%;
  }
  .footer_address {
    font-size: 16px;
  }
}

@media (max-width: 321px) {
  .overview-description-overview {
    min-height: 255px;
  }
}

.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}

.acesssfour a {
  color: var(--primary-dark);
}

.acesssfour a.text-white {
  color: var(--white) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.footer-logo a {
  color: var(--primary);
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}

.footer-logo {
  padding: 15px 0 7px;
}

.ta-widget ul {
  list-style: none;
}

.ta-widget {
  display: flex;
  justify-content: center;
}

#CDSWIDCOELOGO {
  border: 7px solid #3f3c3b !important;
}

@media (max-width: 375px) {
  .footer_address {
    font-size: 13px;
  }
  .btn3 {
    font-size: 13px;
  }
  .overview-description-overview {
    min-height: 500px !important;
  }
  .nav-active .nav__content {
    height: 90% !important;
  }
  .about-title-1 {
    font-size: 24px;
  }
}

@media screen and (min-width: 1500px) and (max-width: 1600px) {
  .explore-desc:before {
    left: 27%;
  }
  .explore-title span {
    font-size: 57px;
  }
  .explore-slider-wrapper {
    padding: 30px 30px 60px !important;
  }
  .explore-slider-wrapper p {
    font-size: 13px;
    line-height: initial;
    margin-bottom: 10px;
  }
  .explore-slider-wrapper .btn.btn2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
    font-size: 23px;
    color: #fff !important;
    background: #5e728a !important;
  }
  .custom__header
    .navbar-inverse
    .navbar-nav
    > li
    > a.reservation-button:hover {
    font-size: 23px;
    color: #fff !important;
  }
  .nav-active .nav__list-item {
    font-size: 20px;
  }
  ul.menu-dropdown.dropdown-menu li {
    font-size: 17px;
    height: auto;
  }
  .smaller .menu-icon {
    left: 30px;
    top: 35px !important;
  }
  span.propname {
    font-size: 25px;
  }
  span.bigc {
    font-size: 41px;
  }
  .slider-big-caption {
    top: calc(90% - 244px);
  }
  .attachlogo {
    top: 35% !important;
  }
  .subscribe-title label {
    margin: 0;
    color: #2e2e2e;
  }
  .about-intro {
    padding: 0 20px 0;
  }
  .about-title-2 {
    margin-top: 10px;
    font-size: 28px;
  }
  .about-description p {
    font-size: 16px;
    /* color: #343333; */
    margin-bottom: 0;
  }
  .about-btn {
    bottom: 0 !important;
  }
  .animatedheight.about-description h2 {
    font-size: 20px;
  }
  .explore-desc {
    position: relative;
    margin-top: 30px;
  }
  .explore-title span {
    font-size: 38px;
  }
  .explore-slider-wrapper {
    padding: 30px 20px 60px;
  }
  .specials-title {
    padding-top: 30px;
  }
  .btn-div {
    margin-top: 10px;
  }
  .specials-title span {
    font-size: 39px;
  }
  .specials_packages:before {
    top: 50px;
    left: 0;
    width: 78%;
    height: 41%;
  }
  .explore-desc:before {
    width: 70%;
    top: 0;
    left: 24%;
  }
  .explore-slider-wrapper p {
    font-size: 13px;
    margin: 0;
  }
  .btn.btn2 {
    font-size: 18px;
  }
  a.btn.btn3 {
    font-size: 18px;
  }
  .guestroom-img-wrapper .guestroom-img-text-wrapper {
    padding: 0 20px;
  }
  .guestroom-img-wrapper .guestroom-img-text-wrapper p {
    font-size: 14px;
    padding: 0 20px;
  }
  .spc_pack-img-wrapper .spc_pack-img-text-wrapper {
    padding: 0 20px;
  }
  .spc_pack-img-wrapper .spc_pack-img-text-wrapper p {
    font-size: 14px;
    padding: 0 20px;
  }
  span.att-head-lg {
    font-size: 70px;
  }
  span.att-head-sm {
    margin-top: 0;
  }
  span.map_head {
    font-size: 34px;
    margin-top: 15px;
  }
  .map_wrapper .MT100 {
    margin-top: 50px;
  }
  .company p {
    font-size: 13px;
  }
  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }
  .smaller .navbar-toggle {
    margin-top: 35px;
  }
}

.dflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.nav-active {
  overflow: hidden;
}

.nav-bar {
  position: fixed;
  z-index: 101;
  pointer-events: none;
}

.nav-bar:after,
.nav-bar:before {
  content: "";
  position: fixed;
  width: 106vw;
  height: 116vh;
  background: rgba(1, 51, 0, 0.2);
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0) translateY(-110%);
}

.nav-bar:after {
  transition-delay: 0s;
  background-size: cover;
  background: #2e2e2e;
}

.no-webp .nav-bar:after {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),
    url(../img/menu-bg.jpg);
}

.nav-bar:before {
  transition-delay: 0.1s;
}

.nav__content {
  position: fixed;
  top: 45%;
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  cursor: pointer;
  height: 100vh;
  top: 0;
  bottom: 0;
}

.rct_wdgt a.closebtn {
  top: 20px;
}

.nav__list-item {
  position: relative;
  display: inline-block;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-right: 15px;
}

.nav__list-item:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 20px;
  height: 2px;
  top: 100%;
  transform: translate(0, 0);
  transition: all 0.3s ease;
  z-index: -1;
}
.menu-icon.nav__list-item:before {
  content: none;
}
.nav__list-item:hover:before {
  width: 100%;
}

.nav-active .menu-icon__line {
  background-color: var(--white);
  transform: translateX(0) rotate(-45deg);
}

.nav-active .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg);
}

.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg);
}

.nav-active .nav-bar {
  visibility: visible;
  pointer-events: all;
}

.nav-active .nav-bar:after,
.nav-active .nav-bar:before {
  transform: translateX(0) translateY(-10%);
}

.nav-active .nav-bar:after {
  transition-delay: 0.1s;
}

.nav-active .nav-bar:before {
  transition-delay: 0s;
}

.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  color: var(--white);
  clear: both;
}

.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.1s;
}

.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-active .nav__list-item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-active .nav__list-item {
  transition-delay: 0.9s;
}

.nav-active .menu-icon__line {
  background-color: #000 !important;
}

.smaller .menu-icon__line {
  background: #000;
}

.smaller.menu-icon {
  top: 0;
}

a.menu {
  position: relative;
  cursor: pointer;
}

span.menu-title {
  color: var(--white);
  transition: 0.3s background-color;
}

ul.menu-dropdown span {
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}

ul.menu-dropdown.dropdown-menu li a em {
  font-size: 16px;
  margin-right: 10px;
}

ul.menu-dropdown ul {
  position: absolute;
  top: 5px;
  left: 170px;
  opacity: 0;
}

li.sub-menu-wrapper:hover ul {
  opacity: 1;
  pointer-events: all;
}

ul.menu-dropdown.sub-menu li {
  overflow: visible;
  position: relative;
  height: auto;
}

.menu-title:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition: 0.2s 0.2s border-top ease-out, 0.3s border-top-color;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu-inner:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  z-index: 99;
}

.menu-dropdown {
  min-width: 100%;
  position: absolute;
  text-align: left;
  z-index: 100;
  background: 0 0;
  box-shadow: none;
  border: none;
  padding-top: 10px;
}

.menu-dropdown.dropdown-menu > li > a {
  color: var(--white);
  padding: 3px 0;
}

.menu-dropdown.dropdown-menu > .active > a,
.menu-dropdown.dropdown-menu > .active > a:focus,
.menu-dropdown.dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none !important;
}

li.nav__list-item:hover ul {
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
}

.menu-dropdown.dropdown-menu > li > a:focus,
.menu-dropdown.dropdown-menu > li > a:hover {
  background: 0 0;
}

.menu-inner:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color,
    0.6s visibility;
  z-index: 99;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  background: 0 0;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color,
    0.2s background-color;
}

ul.menu-dropdown li.active a {
  font-weight: bold;
}

ul.menu-dropdown li {
  list-style: none;
  color: var(--white);
  height: 45px;
  font-size: 25px;
}

.nav__content a {
  color: var(--white);
  position: relative;
  font-size: 20px;
}

ul.menu-dropdown li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: var(--white);
  display: none;
}

.nav__list-item.active:before {
  width: 100%;
}

li.sub-menu-wrapper a.active {
  border-bottom: 1px solid var(--white);
}

@media screen and (min-width: 1200px) {
  .section-padding .title {
    margin: 50px 0px 0px 0px;
  }

  .rct_wdgt .smaller .menu-icon {
    z-index: 102;
    top: 90px !important;
  }
  .smaller .menu-icon {
    top: 37px;
    position: fixed;
    max-width: 2000px;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-left: 15px;
    display: block;
  }
  .footer_last {
    margin-bottom: 28px;
  }
  .smaller#reservationpop .respop_heading {
    display: none;
  }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
  .map-img img {
    width: 100% !important;
    height: 500px !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .gallery_room_sec {
    height: 560px !important;
  }
  .guestroom-content {
    width: 100% !important;
    padding: 0px !important;
  }

  .guestroom-heading {
    font-size: 12px !important;
  }
  .nav__list-item {
    font-size: 18px;
    margin-right: 6px;
  }
  ul.menu-dropdown li {
    font-size: 18px;
    height: 35px;
  }
  .container.footer-logo {
    padding: 15px 30px !important;
  }
}

@media screen and (max-width: 991px) {
  .footer_element .subscribe-title p {
    text-align: center !important;
  }
  .explore-bg-div {
    justify-content: center !important;
    gap: 0px !important;
    margin-bottom: 0px !important;
  }

  .footer-newsletter {
    flex-direction: column;
  }
  .specialcode {
    margin: 21px 6px !important;
  }
  .footer-buttons ul {
    margin-bottom: 0;
  }
  .nav__list-item {
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .menu:hover > .menu-dropdown {
    position: relative;
  }
  .nav__list-item:before {
    display: none;
  }
  .nav__list-item:hover:before {
    width: 30%;
    top: 40px;
  }
  ul.menu-dropdown li {
    height: auto;
    font-size: 20px;
  }
  ul.menu-dropdown li.active a:after {
    bottom: -1px;
    height: 1px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .row-list-item .sections {
    padding: 17px 5px;
    height: auto;
  }
  .seo-links .list-unstyled {
    gap: 5%;
  }
  .section__footer .container {
    width: 100% !important;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 135%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .row-list-item .sections .position-left {
    margin: 10px !important;
  }
  .row-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
  .package_detail-summary {
    margin-top: 25px !important;
  }
  .row-list-item .sections {
    padding: 20px 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .eat-description {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    flex-direction: column;
    margin: 0 0 1em;
  }
  .footer-links .d-flex {
    display: flex;
    justify-content: center;
  }
  .section__footer .container {
    width: auto;
  }
  .menu-icon {
    position: fixed;
    left: 35px;
    top: 21px;
  }
  .footer_last {
    flex: 0 0 24%;
    max-width: 24%;
    margin: auto;
    margin-bottom: 20px;
  }
  .smaller .menu-icon {
    top: 20px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 120%;
  }
  .room-main .room-block {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .quick-booking .btn-success.btn-success {
    background: #fff !important;
    color: #241f21 !important;
    margin-bottom: 20px;
  }
  .mega_section:before {
    background: rgba(0, 0, 0, 0.85);
  }
  .menu-icon {
    position: absolute !important;
    right: 20px;
    left: 10px;
  }
  .nav-active.rct_wdgt .menu-icon,
  .rct_wdgt .smaller .menu-icon {
    top: 70px !important;
  }
  .menu-dropdown {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .navbar-right {
    padding: 0;
    margin-top: 0;
  }
  .nav__list-item {
    display: block;
    margin-bottom: 10px;
  }
  .menu-icon__line {
    background-color: var(--white);
  }
  .nav__list-item a {
    margin-right: 0;
    padding-left: 25px;
    text-align: left;
    line-height: 2;
    text-transform: uppercase;
    font-size: 22px;
  }
  span.menu-title {
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
    text-align: left;
    font-size: 22px;
  }
  li.nav__list-item.active {
    background: #f2eeee57;
  }
  .nav-active .nav__content {
    position: fixed;
    top: 0;
    transform: translate(0, 10%);
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 200;
    cursor: pointer;
    overflow: auto;
    height: 650px;
  }
  .nav-active.rct_wdgt .nav__content {
    top: 40px !important;
  }

  .nav-active .menu-icon {
    position: fixed;
    top: 30px;
  }
  ul.menu-dropdown li a {
    text-transform: capitalize;
    padding-left: 40px;
  }
  .menu-dropdown.dropdown-menu > li > a > em {
    font-size: 16px;
    margin-right: 12px;
  }
  ul.menu-dropdown.dropdown-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  section.section__about:before {
    left: 50% !important;
  }
  .about-title-1 {
    font-size: 26px;
    line-height: 40px;
    text-align: center;
  }
  .nav-bar .dropdown-menu {
    top: 0 !important;
  }
  .acesssfour ul li {
    text-align: justify;
  }
  .infos {
    font-size: 9px;
    margin-top: 0;
  }
  .clildboxpolicy {
    padding: 0;
  }
  p.MB0.xssmcolor.text-left {
    font-size: 9.9px;
  }
  .check_ininput,
  .home_resnew .col-lg-6.col-md-6.col-sm-6.col-xs-6.PR0:last-child,
  .section__booking .col-lg-6.col-md-6.col-sm-6.col-xs-6.PR0:last-child {
    padding-right: 15px;
  }
  div#appendroomconfigafterthis .clearfix.MB15 {
    margin-bottom: 10px;
  }
  .roomsNumberOfRooms {
    margin: 0;
  }
  .top_room_heading {
    font-size: 17px;
  }
  .footer_last {
    flex: 0 0 40%;
    max-width: 40%;
    margin: auto;
    margin-bottom: 20px;
  }
  .smaller .menu-icon {
    top: 18px;
  }
  .adultbtn,
  .room_count {
    height: 25px;
    width: 25px;
  }
  .adultbtn {
    padding: 4px;
  }
}

.specialcode2 {
  position: relative;
  font-size: 1rem;
}

.selectroom-label {
  font-size: 14px;
  position: absolute;
  background: rgb(155 67 49);
  top: -12px;
  left: 6px;
  font-weight: 400;
  color: var(--white);
  padding: 0 4px;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.section__main .carousel-inner .item:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.ada-widget-assecibilityicon {
  position: relative;
  z-index: 1;
}

.rct_wdgt .smaller .menu-icon {
  top: 95px;
}

.map-details {
  color: var(--white);
}

.map-details a {
  color: var(--white);
}

.attraction_wrapper img {
  width: 100%;
  height: auto;
}

.map_wrapper img {
  width: 100%;
  height: auto;
}

.explore-image-wrapper img {
  width: 100%;
  height: auto;
}

.guestroom-img img {
  width: 100%;
  height: auto;
}

.footer_last img {
  max-width: 60%;
  text-align: right;
  height: auto;
  background: var(--white);
  padding: 2rem;
  border: 5px solid #dadada;
  position: relative;
  display: inline-block;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.05rem;
}

.modal-backdrop {
  z-index: 999;
}

.gyg-widget .gyg-list .gyg-recovery-banner .banner-text {
  text-transform: uppercase;
}

@media screen and (max-width: 1194px) and (min-width: 834px) {
  .tab_text {
    display: none !important;
  }
}

@media screen and (max-width: 884px) and (min-width: 800px) {
  .section__main .item img {
    height: 550px;
    object-fit: cover;
  }
}

@media screen and (max-width: 400px) {
  .home_collapse .panel-body {
    padding: 8px;
  }
}

.fade .item {
  z-index: 0;
}

.black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.carousel-indicators {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 60%;
  text-align: center;
  justify-content: normal;
  list-style: none;
  display: block;
  height: auto;
  width: 300px;
  flex-direction: row;
}

.carousel-indicators li {
  background: var(--white);
  width: 35px !important;
  height: 6px;
  border-radius: 4px;
  transition: height 1s, background 0.2s;
  margin: 4px !important;
  border: none;
  margin: 0 10px;
  display: inline-block;
  z-index: 1;
  border: 1px solid #777777;
  background: #777777 !important;
  position: relative;
}

.carousel-indicators .active:before {
  content: "";
  width: 142px;
  height: 40px;
  margin: 0;
  position: absolute;
  top: -7px;
  left: 4px;
}

.carousel-indicators .active {
  margin: 0;
  margin: 5px 10px;
  width: 35px !important;
  height: 6px;
  border-radius: 4px;
  background: #fff !important;
}

.section__footer .footer-links .footer_link_line {
  width: 75%;
  overflow: hidden;
  margin: auto;
  line-height: 75px;
}

.section__footer .footer-links .footer_link_line img {
  width: 80%;
}

.section__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #faf9f4;
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.footer-btn {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

a.footer-btn.access {
  background: #0563ae !important;
  margin-top: 0;
}

.footer_line img {
  margin-left: -103px;
  width: 240%;
}

.footer-social-icons ul.list-unstyled {
  display: flex;
  margin-top: 5px;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-social-icons ul li a {
  color: #000 !important;
}

section.section__about {
  background-color: #fff !important;
}

.footer-social-icons ul li {
  border: 1px solid #2e2e2e;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-46deg);
  background: #fff;
  margin: 0 10px;
}

.footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
  margin: 4px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(45deg);
}

.company .container {
  width: auto;
}

.company .container .end-text {
  justify-content: end;
}

.about-heading {
  display: grid;
  justify-content: center;
}

.gallery-img {
  position: relative;
  overflow: hidden;
  display: grid;
}

.gallery-title {
  background-repeat: no-repeat;
  background-position: center;
}

.attraction-big-img {
  width: 100%;
  height: auto;
  background: url(../img/attraction-img.png) no-repeat center center/cover;
  position: relative;
  height: 600px;
}

.attraction-big-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-eat .eat-btn a,
.section-meetings .meetings-btn a,
.section__about .about-btn .btn-div a {
  border: 1px solid #000;
}

.section-meetings .meetings-btn a:hover {
  color: #fff;
}

.readles {
  padding: 1px 32px !important;
}

.eat-btn .btns,
.meetings-btn a {
  padding: 6px 21px;
}

.text-warning {
  color: var(--primary);
  padding: 0 2%;
}

.text-warning1 {
  color: #fff;
  padding: 0 2%;
}

.direction-btn a {
  background: url(../img/dirction-back.png) no-repeat;
  background-position: center;
  height: 140px;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-transform: capitalize;
  color: #fff;
  width: 200px;
  justify-content: center;
}

.smaller#reservationpop .container {
  background: inherit !important;
}

.smaller#reservationpop .search-btn-div .btn-success {
  background: #fff !important;
  border: none;
}

.section__about .conten_abt {
  width: 100%;
  display: block;
  margin: auto;
}

.section__about .conten_abt img {
  display: block;
  margin: auto;
  width: auto;
}

.ml-10 {
  margin-left: 20rem;
}

.footer_line {
  width: 150px;
  overflow: hidden;
  text-align: center;
  margin: 30px;
}

.circle-fab {
  border-radius: 50%;
  margin: 0.15em;
  font-size: 1.5em;
  padding: 0.05em 0.3em;
  background: #fff;
  color: var(--primary);
}

.footer-po {
  position: relative;
}

.custom__header .navbar-inverse .navbar-nav > li.active a {
  color: #2e2e2e !important;
  border-bottom: 1px solid #000;
}
.custom__header .navbar-inverse .extra-nav-items > li.active > a {
  color: #2e2e2e !important;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
}

@media screen and (max-width: 760px) {
  .company p {
    text-align: center;
  }
  .section__footer .footer-links .footer_link_line {
    width: 115% !important;
    margin-left: -30px !important;
  }
  .section__footer .footer-links div#google_translate_element {
    margin: 10px;
  }
}

@media screen and (max-width: 850px) {
  .section__about .about-btn {
    width: 100%;
    bottom: 0%;
  }
  .footer-links .left {
    text-align: center;
  }
  .section__footer .subscribe__div_input .form-group .signup_btn {
    justify-content: center;
    padding-top: 15px;
  }
  .company .container .end-text,
  .company .container .web-cetr {
    justify-content: center;
  }
  .border_div.white-bg {
    margin: 30px 0 0;
  }
  .subscribe-title label {
    margin: 0;
  }
  .subscribe__div {
    margin-bottom: 0;
  }
  .section__footer .footer-links .footer_link_line {
    width: 65%;
    margin-left: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .container .primary-title {
    margin: 0px 0px 20px 0px !important;
  }

  .selectdiv #no_of_adult,
  .selectdiv #no_of_child,
  .selectdiv #no_of_infants,
  .selectdiv #no_of_rooms {
    background: transparent !important;
    color: #fff !important;
    border: 1px solid #fff !important;
  }
  .selectdiv #no_of_adult option,
  .selectdiv #no_of_child option,
  .selectdiv #no_of_infants option,
  .selectdiv #no_of_rooms option {
    color: #000;
  }
  main .menu-button {
    float: left;
    position: absolute !important;
    left: 16px;
    top: 16px !important;
  }
  .amenities-wrapper .amenities-boxes {
    width: 100%;
  }
  .row-list-item .sections .position-left {
    margin: -5px;
  }
  .custom__header {
    background: none !important;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .ml-10 {
    margin-left: 15rem;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
}

.section-padding .button_bg:active,
.section-padding .button_bg:focus,
.section-padding .button_bg:hover {
  background-color: var(--primary) !important;
}

.skiptranslate.goog-te-gadget .goog-te-gadget-simple {
  font-weight: 300;
  background: #2e2e2e;
  color: #fff;
  border: none;
  padding: 12px 30px !important;
}
#google_translate_element .langClass {
  display: flex;
  gap: 5px;
}

.attachlogo {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .custom__header .navbar-inverse .navbar-nav > li > a {
    padding: 0;
    font-size: 14px;
  }
  .subscribe-title label {
    margin: 0;
  }
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: none !important;
}

.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: var(--primary) !important;
}

.carousel-inner .item,
.carousel-inner .item div,
.carousel-inner .item p,
.carousel-inner .item span {
  text-transform: capitalize !important;
  line-height: 1;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #ffffff00 !important;
}

@media screen and (max-width: 450px) {
  .menu-icon {
    display: block;
  }
  .wedwraps .spc_pack-btn {
    text-align: center;
    margin: 1% 3% 15% !important;
  }
  .room_description-nav .book {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
  }
}

.room-main .room-block {
  margin-top: 30px;
  padding-bottom: 30px;
}

#reservationpop .home_resnew {
  display: flex;
  justify-content: center;
}

.section__headerbg .section__main .item {
  position: relative;
}

#weather .weather-box .P0.weather-card {
  padding: 15px !important;
}

@media screen and (min-width: 1200px) {
  .sidenav .CA-fixed {
    position: absolute;
    top: 4px;
    margin: auto;
    left: 0;
    right: 0;
  }

  .menu-button {
    display: none;
  }
  .smaller .menu-button {
    display: block;
    position: fixed !important;
  }
  .smaller #no_of_adult,
  .smaller #no_of_child,
  .smaller #no_of_infants,
  .smaller #no_of_rooms {
    color: #fff !important;
    background: none;
    border: 1px solid #fff !important;
    background-position: 97% 71%;
    background-size: 12px;
    appearance: auto;
    font-size: 16px;
    text-transform: capitalize;
  }
  .tab_r {
    margin: 0 !important;
  }

  .sidenav.smaller .customedeatetimesout,
  .sidenav.smaller .customedeatetimesin {
    display: flex;
    align-items: center;
    padding-left: 7px;
  }
}

#no_of_adult,
#no_of_child,
#no_of_infants,
.smaller #no_of_rooms {
  padding: 9px 0;
}

#no_of_adult,
#no_of_child,
#no_of_infants,
#no_of_rooms {
  padding: 9px 0;
  text-align: center;
  width: 100%;
  color: #fff;
  height: 45px;
  border-radius: 0;
  background: #fff;
  border: none !important;
  background-position: 95% 50%;
  background-size: 12px;
  color: #252525 !important;
  text-transform: uppercase;
}

.smaller .color_w_home {
  color: #fff !important;
}

.tab_r {
  padding-right: 0;
  margin: 15px 0;
}

.smwid {
  padding: 0 0 0 15px;
}

.smwid1 {
  padding: 0;
}

.checktxt {
  font-size: 15px;
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 1px;
  letter-spacing: 1px;
}

@media screen and (min-width: 1200px) {
  .smaller #no_of_adult option,
  .smaller #no_of_child option,
  .smaller #no_of_infants option,
  .smaller #no_of_rooms option {
    background: #fff;
    color: #000;
    text-align: center;
  }
  .navbar-right {
    display: none;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  #discount-btn {
    top: 43.7% !important;
  }
  #discount-box {
    top: 20% !important;
  }
}

.datepicker-label {
  font-size: 15px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #2e2e2e;
  white-space: nowrap;
  font-size: 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #2e2e2e;
  color: #fff;
}

section.section-meetings {
  position: relative;
}

.section-meetings .container {
  padding: 0;
  width: auto;
}

.meetings-row {
  display: flex;
  justify-content: center;
}

.section-meetings:after {
  content: "";
  background: var(--primary-dark) url(../img/meetings-back.png) no-repeat;
  background-size: cover !important;
  width: 639px;
  height: 496px;
  position: absolute;
  top: 24%;
  left: 10%;
  z-index: -1;
}

.meetings-row .meetings-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #404f68 url(../img/meetings-back.png) no-repeat;
  background-size: cover !important;
}

.section-meetings .meetings_desc {
  text-align: justify;
  line-height: 32px;
  margin: 10px 28px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.section-eat .eat_desc {
  text-align: justify;
  line-height: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}

.eat__thumb {
  position: absolute;
  display: block;
  width: 100%;
  margin: auto;
}

.section-eat {
  background: rgba(0, 0, 0, 0.5) url(../img/eat-background.png) no-repeat;
  background-size: cover !important;
  position: relative;
}

.section-eat:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}

.section-meetings .meetings-btn {
  text-align: left;
  margin: 1em 4em;
}

.section-eat .eat-btn {
  text-align: left;
  margin: 1em 0 1em 4em;
}

.eat-btn a {
  color: var(--primary);
}

.meetings-btn a {
  color: #fff;
}

.meetings-btn a {
  background-size: 100% 100% !important;
  padding: 10px 20px 15px 19px;
}

.wedwraps .spc_pack-btn {
  text-align: center;
  margin: 3%;
}

.wedwraps .spc_pack-btn a {
  border-image-slice: 12 12 12 12 !important;
  border-image-width: 12px 12px 12px 12px !important;
  border-image-outset: 4px 4px 4px 4px !important;
  border-image-repeat: repeat repeat !important;
  border-image-source: url(../img/bordeer_view_btn.png) !important;
  border-style: solid !important;
}

.wedwraps .spc_pack-btn a {
  color: #fff;
  border: 1px solid var(--primary);
  background: var(--primary);
  text-transform: capitalize;
}

.wedwraps .spc_pack-btn a:active {
  color: var(--primary);
  background: #000;
}

.wedwraps .spc_pack-btn a:hover {
  color: var(--primary);
  background: #000;
}

.footer-social-icons ul li .fab {
  transform: none !important;
  transition: 1s;
}

.footer-social-icons ul li:hover .fab {
  transform: rotate(-45deg);
}

.room_description-nav .btn.btn-green {
  border: 1px solid #000 !important;
}

.featured-icon em:hover,
a.featured-icon-a.active em {
  color: var(--primary) !important;
}

.summary {
  border-left: 4px solid var(--primary) !important;
}

@media screen and (max-width: 1000px) {
  .menu-icon,
  .topRservationSection {
    display: block;
  }
}

.datepicker td.active,
.datepicker td.active:hover {
  background: var(--primary) !important;
}

.home_head .chooseops #no_of_rooms {
  height: 47px;
}

.home_head .chooseops .home_resnew .btn-success {
  padding: 7px 24px;
}

.smaller .home_head .chooseops .smwid {
  margin-top: 0;
}

.customedeatetimesin,
.customedeatetimesout {
  background-color: transparent !important;
}

.smaller .customedeatetimesin,
.smaller .customedeatetimesout {
  color: #fff !important;
  background-color: transparent !important;
}

@media screen and (max-width: 400px) {
  .home_head .tab_r {
    margin: 10px 0;
    padding-right: 15px;
  }
  .home_head .chooseops {
    margin-top: 10px;
  }
  .home_head .space-t {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  .customedeatetimesin,
  .customedeatetimesout,
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    color: #fff !important;
    background-color: transparent !important;
  }
  #form_sixplus_booking .customedeatetimesin,
  #form_sixplus_booking .customedeatetimesout {
    color: #555 !important;
  }
}

.home_head .space-t {
  margin-top: 22px;
}

.smaller .home_head .space-t {
  margin-top: 13px;
}

@media screen and (min-width: 750px) and (max-width: 850px) {
  .footer-btn .ftr-btn {
    text-align: -webkit-center;
  }
  .wedwraps .spc_pack-btn {
    margin: 7% 3% 0;
  }
  #desktopCategory #Carouselamenities .carousel-inner {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .weth_cont1 {
    padding: 0 !important;
  }
  .dayne {
    font-size: 18px !important;
  }
  .location span {
    padding: 0 !important;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
  .smaller#reservationpop .container {
    background: var(--primary) !important;
  }
}

.about_h label span,
.trip_t label span {
  padding: 12px 12px;
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .fixlogo img {
    margin-top: 0;
  }
}

@media screen and (min-width: 2999px) {
  .smaller .home_head .space-t {
    margin-top: 33px;
  }
}

@media screen and (min-width: 100px) and (max-width: 1100px) {
  .smaller .home_head .space-t {
    margin-top: 35px;
  }
  #no_of_adult,
  #no_of_child,
  #no_of_infants,
  #no_of_rooms {
    height: 50px !important;
    font-size: 15px;
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) {
  .smaller .sidenav .home_resnew {
    border-bottom: none !important;
    box-shadow: none !important;
  }
}

@media (min-width: 1200px) {
  .smaller .sidenav .home_resnew {
    padding: 0px;
    width: 100% !important;
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .smaller .home_resnew {
    background: transparent !important  ;
    margin-left: 0;
    border-radius: 0px;
    border-bottom: 0px;
  }
}
.section__about .about-btn .btn-div a {
  color: #2e2e2e !important;
  background: #fff;
  border-radius: 1px;
}

.map-img img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 376px) {
  .room-main .room-block {
    margin-top: 30px;
    padding-bottom: 0 !important;
  }
}

.button_bg {
  background-color: var(--primary) !important;
}

.button_bg:hover {
  background-color: var(--primary) !important;
}

.connect-us-div {
  background: var(--primary) !important;
}

.button_bg span {
  background-color: var(--primary) !important;
}
.button_bg span:hover {
  background-color: var(--primary) !important;
}

@media (max-width: 480px) {
  .sidenav .datepicker-label {
    background: none !important;
    color: #fff !important;
  }
  #promo_code {
    border-color: #fff !important;
  }
  #promo_code::placeholder {
    color: #fff !important;
  }
  .sidenav .specialcode2,
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout {
    color: #fff !important;
    border-color: #fff !important;
  }
  .sidenav .specialcode2 {
    background: none !important;
  }
  .sidenav.smaller .specialcode2 {
    color: #fff !important;
    border-color: #fff !important;
  }
  .specialcode2 span {
    color: #fff !important;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    color: #fff !important;
  }
  .section__booking .quick-booking {
    background: var(--primary) !important;
  }
}

@media (max-width: 768px) {
  .media-section .display-prop p {
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .smaller#reservationpop .container {
    background: none !important;
  }
  .sidenav .datepicker-label {
    background: none !important;
    color: #fff !important;
  }
  #promo_code {
    border-color: #fff !important;
  }
  #promo_code::placeholder {
    color: #fff !important;
  }
  .sidenav .specialcode2,
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout {
    color: #fff !important;
    border-color: #fff !important;
  }
  .sidenav .specialcode2 {
    background: none !important;
  }
  .sidenav.smaller .specialcode2 {
    color: #fff !important;
    border-color: #fff !important;
  }
  .specialcode2 span {
    color: #fff !important;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    color: #000 !important;
    top: 10px;
    left: 5px;
    padding: 10px;
    font-size: 12px;
    background: #ffff;
    border: 1px solid #fff;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
}

@media screen and (min-width: 1024px) {
  .sidenav .datepicker-label {
    background: none !important;
    text-align: left;
  }
  #promo_code {
    border-color: #000;
  }
  input#promo_code::placeholder {
    color: #8a8a8a !important;
  }
  .sidebar-ca input#promo_code::placeholder {
    color: #fff !important;
  }
  .sidebar-ca.smaller input#promo_code::placeholder {
    color: #8a8a8a !important;
  }
  #promo_code::placeholder {
    color: #fff !important;
  }
  .sidenav .specialcode2,
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout {
    color: #000;
    border-color: #fff;
  }
  .sidenav .specialcode2 {
    background: none !important;
  }
  .sidenav.smaller .specialcode2 {
    color: #fff !important;
    border-color: #000;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    color: #000 !important;
    padding: 13px;
    bottom: 10px;
    font-size: 13px;
    background: #fff;
    border: 1px solid #fff;
  }
  .accordions-tab-sec {
    margin-top: 60px;
  }
}

@media screen and (width: 1024px) {
  .home_head .chooseops {
    margin-top: 5px !important;
  }
  .smaller .home_head .chooseops {
    margin-top: 20px !important;
  }
}

@media screen and (width: 412px) {
  .overview-description-overview {
    min-height: 340px;
  }
}

@media screen and (width: 393px) {
  .overview-description-overview {
    min-height: 360px;
  }
}

@media screen and (width: 375px) {
  .overview-description-overview {
    min-height: 365px;
  }
}

@media screen and (max-width: 767px) {
  .pro-links-left p {
    text-align: center;
    margin: 0 20px;
  }
  .pro-links-right p {
    margin: 0 0 25px;
  }
  .contact-form-input .form-control:not(:placeholder-shown) + label {
    font-size: 14px !important;
  }
  .innercaption .top-content {
    font-size: 18px;
  }
  #packagesdfoemdisplaydates .country_currency_list {
    top: 40px !important;
    right: -42px !important;
  }
  .country_currency_list {
    width: 360px !important;
  }
  .wedwraps .primary-title {
    font-size: 30px !important;
  }
}

.current_currency_list {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #reservationpop > .container {
    padding: 0 0 15px;
  }
  .our-discount-content {
    width: 45% !important;
  }
  .img-div:before {
    left: 2% !important;
  }
  .footer-social-icons ul li {
    margin: 0 10px;
  }
  .contact-card {
    gap: 0px !important;
    width: 42% !important;
  }
  .room_description-nav .book {
    display: flex !important;
  }
  .package_detail-summary {
    margin-top: 15px !important;
  }
  .footer-logo {
    padding: 15px 0 15px !important;
  }
}

@media screen and (min-width: 1200px) {
  .sidenav .cabar-logo-wrapper {
    display: none !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .about-title-1 {
    font-size: 30px;
    text-align: center;
  }
  .about-description p {
    text-align: justify;
  }
  .footer-links {
    padding-bottom: 0px;
  }
  .wedwraps .primary-title {
    font-size: 35px !important;
  }
  .section__footer .subscribe__div_input .form-group .signup_btn {
    padding-top: 0;
  }
  .footer-btn {
    /* flex-direction: row; */
  }
  .footer-links .left {
    display: grid !important;
    grid-template-columns: 50% 50%;
  }
  .footer-logo {
    gap: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .gallery-room-cls {
    height: unset !important;
    display: block !important;
  }
  .but_review_div {
    margin-bottom: 15px;
  }
  .pro-links-right {
    align-items: center;
    justify-content: center;
  }
  #myCarousel span.red-box {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 24px;
  }
  .pro-links-right {
    justify-content: center;
  }
  .section__footer .container {
    width: 100%;
  }
  .footer-SEOlinks ul li,
  .footer-links ul li {
    margin-bottom: 5px;
  }
  .topRservationSection {
    display: block !important;
  }
  .search-btn {
    margin-top: 20px !important;
  }
}

@media screen and (min-width: 991px) and (max-width: 1241px) {
  .location-wrapper .location-text {
    text-align: left !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .room_description-nav .book {
    margin: 0 !important;
  }
  .room_description-nav .btn.btn-green {
    margin-top: 15px;
  }
  header.custom__header.smaller {
    display: none;
  }
}

a.btns.news_back_btn {
  margin-bottom: 40px;
  color: #fff !important;
  background: #000;
}

#show-hidden-description {
  color: #fff;
}

@media screen and (min-width: 1280px) {
  .location-wrapper .location-block {
    column-gap: 5% !important;
  }
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout,
  .sidenav.smaller .respop_heading,
  .sidenav.smaller .specialcode2 {
    background: transparent;
    color: #fff !important;
    border-color: #fff !important;
  }
  .sidenav.smaller .datepicker-label {
    color: #fff !important;
    text-align: left;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
  #promo_code {
    border: 1px solid var(--primary) !important;
    color: var(--primary) !important;
  }
  #promo_code::placeholder {
    color: var(--primary) !important;
  }
  .overview-description-overview {
    min-height: 200px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .prtrs {
    position: relative;
    top: -20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .gallery_room_sec {
    height: 850px !important;
  }
  .about-description p {
    margin-bottom: 0;
  }
  .about-btn {
    bottom: 0 !important;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
    font-size: 23px;
    color: #fff !important;
  }
}
.logos a {
  padding: 16px;
  border-radius: 50px;
}
.room_description-nav .book a:not(:last-child) {
  color: var(--primary);
  margin-right: 12px !important;
}
.bookbtn {
  font-size: 18px !important;
}

a.btn.btns.btn-green {
  color: var(--primary) !important;
}

#General-Services span.tab-title-item {
  top: 43px;
  background: #fff;
  left: 60px;
  padding-right: 7px;
}

.section-padding.aamentities span.tab-title-item {
  left: 82px;
  padding-right: 15px;
}

#Carouselamenities span.tab-title-item {
  top: 44px;
  padding-left: 2px;
}

.color-red {
  color: red !important;
  text-align: center !important;
  font-size: 18px;
}

.section-padding {
  padding: 0 !important;
}
a.btn.bookbtn:hover {
  color: var(--primary) !important;
}

.animatedheight-inner-overview h2 {
  margin-top: 0 !important;
}

.animatedheight-inner-overview P {
  margin-bottom: 0 !important;
  color: #606060;
  line-height: 28px;
}
#google_translate_element {
  margin: 0 !important;
}

.pro-links-left p a {
  font-family: "Jost-Medium";
}
.blogd_img {
  min-height: 250px;
}

.review_staycontent .panel-body {
  padding: 15px 0;
}

.featured-ulabs-pos li h2 {
  font-size: 13px !important;
}
a.view_att_details {
  font-size: 12px;
}
a.btn.bookbtn {
  padding: 8px !important;
  border: 1px solid var(--primary);
  color: var(--primary);
  margin-right: 0;
}
.section-padding .other-rooms a.btn.bookbtn {
  margin-right: 10px;
}
.section__about {
  margin-top: 40px;
}
.roomsNumberOfRooms {
  padding-bottom: 0 !important;
}
.messages_bar.alert {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.hide_bodyscroll {
  overflow-y: hidden !important;
}
.roomsNumberOfRooms .pull-right .btn-default:active {
  background: #000 !important;
}
.section__about .messages_bar .messages {
  position: relative;
}
.section__about .messages_bar .messages .message_close.pull-right {
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 1200px) {
  .div-footer {
    padding-left: 5px;
  }

  .footer-social-icons ul.list-unstyled {
    flex-wrap: wrap;
  }
  ul.list-unstyled.foot_inner_icons li {
    margin: 6px;
  }
  .section-padding
    .home-mobileboxoverviews-overview.home-mobileboxoverviews-overview.home-mobileboxoverviews-overview {
    padding-bottom: 80px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-btn {
    gap: 25px;
  }
  #reservationpop #get_header_avaibility {
    padding-bottom: 27px;
  }
  .map-content .btn-div {
    justify-content: right !important;
  }
  #reservationpop .home_resnew {
    display: block !important;
  }
  #reservationpop {
    padding: 0 10px 0 10px;
  }
  .respop_heading2 {
    padding-top: 15px;
    margin-bottom: 15px !important;
  }
  .section__footer .footer-links .footer-btn {
    padding: 6px;
  }
  #cancel_reservation2 .modify {
    padding: 10px 22px;
  }
  .map-content .btn-div {
    margin-bottom: 0 !important;
  }

  .footer-social-icons ul.list-unstyled {
    justify-content: center;
  }
  .footer-social-icons {
    margin-right: 7px;
  }
  .footer__left {
    margin-left: -22px;
  }
  .section-padding .home-mobileboxoverviews-overview {
    padding-bottom: 20px !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .border_div.white-bg {
    margin: 14px 0 0;
  }
  .pro-links-left p {
    margin: 0 0 0 0;
  }
  .pro-links-right p {
    margin: 0 0 0 0;
  }
  .logos a {
    padding: 6px;
  }
  .attraction-big-img {
    height: 584px;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    top: 14px;
    left: 0;
  }
  .menu-icon {
    position: absolute !important;
    top: 16px;
    right: 16px;
  }
  .nav-active .menu-icon {
    right: 20px;
  }
  #accordion .sort_section {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 767px) {
  .section__footer .subscribe__div_input .form-group .signup_btn {
    display: flex;
    align-items: center;
  }
  .footer-links .logos {
    margin: 0 0;
  }
  .border_div.white-bg {
    margin: 20px 0 0;
  }
}

#gallery .gallarynavtab .mobile-nav-tab a {
  padding: 10px 15px !important;
}

@media screen and (max-width: 767px) {
  .checkin_out_spc {
    padding-left: 0;
    padding-right: 0;
  }
  .promocode-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-btn {
    margin-top: 15px !important;
  }
  #reservationpop {
    padding: 15px 10px 15px 10px;
  }
}
@media screen and (max-width: 360px) {
  .contact-form-input .form-control:not(:placeholder-shown) + label {
    font-size: 13px !important;
  }
  #lostFound_box .form-group .form-control {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1200px) {
  .specialcode .selectdiv {
    -webkit-box-shadow: 0 3px 5px #524f4f30;
  }
  #promo_code {
    width: 100%;
  }
}
li .myfb {
  color: #000 !important;
  font-size: 25px;
  height: 40px !important;
  position: relative;
  transition: 0.5s;
  z-index: 3;
}
a.gplus.myfb,
a.icon-facebook.myfb,
a.icon-foursquare.myfb,
a.icon-instagram.myfb,
a.icon-linkedin.myfb,
a.icon-skype.myfb,
a.icon-tripad.myfb,
a.icon-twitter.myfb,
a.icon-yahoo.myfb,
a.icon-yelp.myfb,
a.icon-youtube.myfb,
a.pinterest.myfb {
  width: 40px;
  height: 40px;
  background-color: #2e2e2e;
  text-align: center;
  line-height: 51px;
  margin: -1px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  outline: none;
  z-index: 1;
}
li .myfb:hover {
  border-bottom: 0 !important;
  color: #fff !important;
}

a.icon-linkedin.myfb:before {
  background: #0072b1 !important;
}
a.icon-facebook.myfb:before {
  background: #43589b !important;
}
a.icon-instagram.myfb:before {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  ) !important;
}
a.icon-tripad.myfb:before {
  background: #00aa6c !important;
}
a.gplus.myfb:before {
  background: #43589b !important;
}
a.icon-twitter.myfb:before {
  background: #000 !important;
}
a.icon-youtube.myfb:before {
  background: red !important;
}
a.icon-yelp.myfb:before {
  background: #d32323 !important;
}
a.icon-foursquare.myfb:before {
  background: #43589b !important;
}
a.pinterest.myfb:before {
  background: #bd081c !important;
}
a.icon-yahoo.myfb:before {
  background: #6001d2 !important;
}
a.icon-skype.myfb:before {
  background: #00aff0 !important;
}

a.gplus.myfb:before,
a.icon-facebook.myfb:before,
a.icon-foursquare.myfb:before,
a.icon-instagram.myfb:before,
a.icon-linkedin.myfb:before,
a.icon-skype.myfb:before,
a.icon-tripad.myfb:before,
a.icon-twitter.myfb:before,
a.icon-yahoo.myfb:before,
a.icon-yelp.myfb:before,
a.icon-youtube.myfb:before,
a.pinterest.myfb:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: red;
  transition: 0.5s;
  z-index: 2;
}
a.gplus.myfb:hover:before,
a.icon-facebook.myfb:hover:before,
a.icon-foursquare.myfb:hover:before,
a.icon-instagram.myfb:hover:before,
a.icon-linkedin.myfb:hover:before,
a.icon-skype.myfb:hover:before,
a.icon-tripad.myfb:hover:before,
a.icon-twitter.myfb:hover:before,
a.icon-yahoo.myfb:hover:before,
a.icon-yelp.myfb:hover:before,
a.icon-youtube.myfb:hover:before,
a.pinterest.myfb:hover:before {
  top: 0;
}

em.fab.fa-facebook-f,
em.fab.fa-foursquare,
em.fab.fa-google-plus,
em.fab.fa-instagram,
em.fab.fa-linkedin,
em.fab.fa-pinterest,
em.fab.fa-skype,
em.fab.fa-tripadvisor,
em.fab.fa-twitter,
em.fab.fa-yahoo,
em.fab.fa-yelp,
em.fab.fa-youtube {
  transition: 1s;
  z-index: 3;
}

em.fab.fa-facebook-f:hover,
em.fab.fa-foursquare:hover,
em.fab.fa-google-plus:hover,
em.fab.fa-instagram:hover,
em.fab.fa-linkedin:hover,
em.fab.fa-pinterest:hover,
em.fab.fa-skype:hover,
em.fab.fa-tripadvisor:hover,
em.fab.fa-twitter:hover,
em.fab.fa-yahoo:hover,
em.fab.fa-yelp:hover,
em.fab.fa-youtube:hover {
  color: #fff !important;
}
.footer-social-icons ul li:hover {
  background: transparent !important;
}
.fa-twitter {
  filter: invert(0);
}
a.icon-twitter.myfb:hover .fa-twitter {
  filter: invert(1);
}

@media screen and (min-width: 767px) {
  .content__main {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
  }
  .section__main .carousel-caption {
    right: 0% !important;
    left: 0% !important;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .local-attraction .row.display-prop.flex-direction.flex-box {
    flex-wrap: inherit;
  }
}
@media screen and (min-width: 991px) {
  .pro-links-right {
    justify-content: end !important;
  }

  .section__main .carousel-caption p {
    width: auto;
    display: inline-block;
    padding: 10px;
  }

  .nav-bar .nav__list {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrapper .nav__content .menu-icon {
    position: absolute !important;
    top: 60px;
    right: 0;
  }
  .footer-logo .subscribe__div {
    align-items: center !important;
  }
  .guestroom-logo .guestroom-content {
    padding: 0px 0px 0px 0px !important;
  }
  .PACKAGES .guestroom-content {
    padding: 0px 0px 0px 40px;
  }
  #myCarousel .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .guestroom-logo::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/guestroom-logo.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    top: 0%;
    z-index: -1;
    width: 50%;
  }
}

@media screen and (min-width: 1200px) {
  .drop_for_destination,
  .drop_for_gallery,
  .drop_for_specials {
    padding: 10px 0;
  }
  .drop_for_destination:hover .destination_child,
  .drop_for_gallery:hover .gallery_child,
  .drop_for_specials:hover .specials_child {
    display: block !important;
  }
  .top-nav-ul .destination_child,
  .top-nav-ul .gallery_child,
  .top-nav-ul .specials_child {
    margin-top: 0 !important;
  }
  .smaller .header_top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
  }
}

/* new css */
/* Start Common Css */

.gallery-room-cls {
  height: 80vh;
  width: 100%;
  display: grid;
  grid-template-rows: 8% 10% 38% 25% 6% 5%;
  grid-template-columns: 31.5% 31.5% 8% 17% 8%;
  gap: 2% 1%;
  padding-bottom: 20px;
}
.gallery-main-wrapper {
  position: relative;
}
.gallery-main-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e36c4e1a;
  top: 40%;
  z-index: -1;
}
.gallery-cmn-cls {
  border-radius: 5px;
}
.gallery-cmn-cls .gal_imgscmncls {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.gallery-sec-cls1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gallery-sec-cls2 {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
}
.gallery-sec-cls3 {
  grid-column: 1 / span 1;
  grid-row: 4 / span 3;
}
.gallery-sec-cls4 {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}
.gallery-sec-cls5 {
  grid-column: 2 / span 1;
  grid-row: 4 / span 3;
}
.gallery-sec-cls6 {
  grid-column: 3 / span 3;
  grid-row: 2 / span 4;
}
.gallery-sec-cls7 {
  grid-column: 4 / span 1;
  grid-row: 5 / span 2;
}

.section-title-h2 {
  font-family: "TrajanPro Bold";
  font-size: 30px;
  text-transform: uppercase;
  color: #2e2e2e !important;
  margin: 0;
  text-align: center;
  width: fit-content;
}
.section-description {
  margin: 0;
  font-size: 20px;
  text-transform: none;
  text-align: left;
  color: #2e2e2e;
  padding: 0px;
  text-transform: uppercase;
  font-family: "Urbanist Medium";
}
.about-intro strong {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 400;
}

.media-section .attractions-near .section-description,
.our-discounts .section-description {
  color: #464646 !important;
  margin-bottom: 20px !important;
}

.section-btn {
  background: #737470;
  color: #fff !important;
  border-radius: 1px;
  text-transform: uppercase;
  font-size: 18px;
  padding: 8px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  font-family: "Urbanist Bold";
  overflow: hidden;
  height: 40px;
}

.section-btn:hover {
  background: #2e2e2e !important;
  color: #fff !important;
}

.section__about .about-btn .btn-div a:hover {
  color: #fff !important;
  background: #2e2e2e !important;
}

.amenities-wrapper,
.attraction-wrapper,
.footer_element,
.gallery_mainsec,
.guestroom-wrapper,
.location-wrapper,
section.media-section,
.review-wrapper,
.stay_wrapper,
.contact-map-section {
  margin: 50px 0 0 0;
}
/* End Common Css */

.content__main img {
  width: 100%;
  height: 100%;
}

/* Start Section Amenities  */
.amenities-boxes::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  height: 3px;
  width: 0;
  background-color: #2e2e2e;
  transition: width 0.2s ease;
}

/* on hover → animate line from left to right */

.amenities-box-wrapper {
  padding: 25px 0 0 0;
}
.amenities-boxes {
  border: 1px solid #fff !important;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 15px;
  width: 100%;
  /* height: 190px; */
  transition: all 0.3s ease;
}
.amenities-wrapper .section-title-h2,
.amenities-wrapper ps {
  margin: 0;
  color: #2e2e2e;
}
.section-title-p {
  font-size: 20px;
  color: #2e2e2e !important;
  margin: 0 0 10px 0;
  text-align: center;
}

/* End Section Amenities  */

/* Start Section Location  */
.location-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.location-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.location-wrapper .location-block {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 5%;
}
.location-wrapper .location-icon {
  display: flex;
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.location-wrapper .location-text {
  line-height: 27.2px;
  font-size: 18px;
  text-align: left;
  color: #fff !important;
}
.location-wrapper .location-text a {
  color: #fff !important;
}
.location-wrapper .section-title-h2 {
  text-align: left;
}
.direaction-btn-wrapper a,
.direaction-btn-wrapper a:hover {
  border: 1px solid #fff !important;
  background: transparent !important;
  color: #fff !important;
}
.direaction-btn-wrapper {
  display: none;
  justify-content: center;
  align-items: center;
  height: auto;
}
.location-image {
  object-fit: cover;
  height: auto;
}
/* End Section Location  */

.gallery-room-cls .attraction-btn-wrapper,
.location-inner-wrapper .attraction-btn-wrapper {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.location-inner-wrapper .attraction-btn-wrapper {
  position: absolute;
  bottom: -63px;
}
/* Start Section Attraction */
.attraction-wrapper {
  width: 100%;
  height: auto;
  background: url(../img/attraction-img.png) no-repeat center center/cover;
  position: relative;
  height: auto;
  padding: 200px 0;
  display: flex;
  align-items: center;
}
.attraction-wrapper:before {
  content: "";
  background: linear-gradient(
    90.36deg,
    rgba(0, 0, 0, 0.75) 20.43%,
    rgba(102, 102, 102, 0) 86.35%
  );
  width: 100%;
  height: 100%;
  position: absolute;
}
.attraction-wrapper .section-title-h2 {
  color: var(--white) !important;
  padding: 0 0 12px 0;
  text-align: left !important;
  margin: 0;
}
.attraction-wrapper .section-description {
  color: var(--white);
  padding: 30px 500px 30px 0;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  text-transform: none;
}
.attraction-btn-wrapper {
  text-align: left;
}
.attraction-wrapper .section-btn {
  color: #2e2e2e !important;
  background: #fff;
}

.explore-bg-div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.content__main:hover .overlay {
  opacity: 1;
}

.overlay-content {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
  padding: 12px 24px;
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 80%;
  height: 50%;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  text-align: center;
}

.content__main:hover .overlay-content {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adventure-card {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
}

.adventure-card img {
  width: 100%;
  display: block;
}

/* White inner border */
.adventure-card::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  height: 90%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
  z-index: 2;
  pointer-events: none;
}

/* Black overlay */
.adventure-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: none;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Title text */
.adventure-card .title {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 3;
  white-space: nowrap;
}

/* Hover effects */
.adventure-card:hover::before {
  width: 95%;
  height: 95%;
}

.adventure-card:hover .overlay {
  opacity: 1;
}

.adventure-card:hover .title {
  opacity: 1;
}

/* End Section Attraction */

/* Start Section Gallery */
.gallery_mainsec .section-title-h2 {
  margin: 0;
  text-align: center;
}
section.gallery_mainsec {
  padding: 60px 40px;
}
.gallery_mainsec .section-title-p {
  margin: 0;
}
.gallery_room_sec {
  background-color: var(--white);
  height: 650px;
  width: 100%;
  display: grid;
  gap: 7px;
  grid-template-rows: 5% 5% 15% 15% 14% 14% 22% 5%;
  grid-template-columns: 21% 25% 23% 30%;
}
.gellery_sec1 {
  grid-column: 4 / span 1;
  grid-row: 1 / span 3;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.gallery-image {
  overflow: hidden;
  height: 100%;
}

.gallery_cmn_cls {
  overflow: hidden;
  height: 100%;
}
.gellery_sec2 {
  grid-column: 1 / span 1;
  grid-row: 3 / span 4;
}
.gellery_sec3 {
  grid-column: 2 / span 1;
  grid-row: 5 / span 3;
}
.gellery_sec4 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 4;
}
.gellery_sec5 {
  grid-column: 3 / span 1;
  grid-row: 2 / span 4;
}
.gellery_sec6 {
  grid-column: 3 / span 1;
  grid-row: 6 / span 3;
}
.gellery_sec7 {
  grid-column: 4 / span 1;
  grid-row: 4 / span 4;
}
.gal_imgscmncls {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cool-effect {
  height: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.cool-effect img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.cool-effect:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.cool-effect figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.2em;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
  pointer-events: none;
  text-transform: capitalize;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  text-align: center;
}

.cool-effect:hover figcaption {
  opacity: 1;
}
/* End Section Gallery */

/* Start Section Review */
.arrow-with {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-with .carousel-control {
  position: relative;
  background-image: none;
}
.review-wrapper {
  position: relative;
  background-image: url(../img/review_new1img.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}
.review-wrapper div#myCarousel2 {
  z-index: 2;
}
.review-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1;
  pointer-events: none;
}
.review-wrapper .section-title-h2 {
  color: var(--white);
  margin: 0 0 0 0;
  text-align: center;
}
.review-wrapper p.section-description,
.review-wrapper h3.section-description {
  text-align: left;
  color: var(--white);
  text-transform: capitalize !important;
  line-height: 30px;
}
.review-wrapper h3.section-description {
  font-size: 22px;
  margin-bottom: 10px;
}
.review-wrapper .review-content-autor {
  color: var(--white);
  text-align: center;
}
.review-button-wrapper,
.review-wrapper .review-button-wrapper .carousel-control {
  position: unset;
  background-image: unset !important;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: unset !important;
}
.review-wrapper .carousel-inner {
  margin: 25px 0;
}
.review-wrapper .section-btn {
  border: 1px solid var(--white) !important;
  color: var(--white) !important;
}
.review-wrapper .but-hov {
  filter: brightness(0) invert(1);
}
.review-wrapper .section-btn:hover img.but-hov,
.our-discount-content .section-btn:hover img.but-hov,
.direaction-btn-wrapper .section-btn:hover img.but-hov {
  filter: none !important;
}
.review-wrapper .section-btn:hover,
.our-discount-content .section-btn:hover,
.direaction-btn-wrapper .section-btn:hover {
  background: #fff !important;
  color: #2e2e2e !important;
}
.review-wrapper .section-title-p,
.review-wrapper .section-title-h2 {
  color: white !important;
}
/* End Section Review */
.attraction-wrapper .section-btn::after {
  color: #000 !important;
}

.but-hov {
  padding-left: 5px;
  transition: transform 0.4s ease, filter 0.4s ease;
}
.but-d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-discounts .guestroom-btn-wrapper .section-btn:hover img.but-hov,
.section-btn:hover img.but-hov {
  filter: brightness(0) invert(1);
  transform: rotate(45deg);
}

.section-btn .read-text {
  transition: transform 0.4s ease;
  display: inline-block;
  font-family: "Urbanist Bold";
}

.section-btn:hover::after {
  opacity: 1;
  right: 16px;
  transition: right 0.3s ease, opacity 0.3s ease;
}

@media screen and (min-width: 1024px) and (max-width: 1142px) {
  .footer-links .seo-links .list-unstyled li a {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 992px) and (max-width: 1320px) {
  .seo-links .list-unstyled {
    gap: 2% !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-links-left p {
    text-align: center !important;
    font-size: 12px;
  }

  .footer-links {
    padding: 10px 20px 8px 20px;
  }
  #destination_guide a.view_att_details {
    padding: 10px 15px;
  }
  .section-title-h2 {
    font-size: 38px;
  }
  .amenities-wrapper .amenities-boxes {
    padding: 10px;
  }
  .location-content-wrapper {
    gap: 8px;
  }
  .rooms-code-title,
  .special-code-title {
    font-size: 15px;
    display: none;
  }

  .smaller #reservationpop .customedeatetimesin,
  .smaller #reservationpop .customedeatetimesout {
    color: #fff !important;
  }
  .nav__content a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.section__about:before {
    left: 70% !important;
  }
  .subcribe-input .input-wrapper img {
    left: 8px !important;
  }
  .newsletter .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #get_header_avaibility .search-btn-div,
  #get_header_avaibility .tab_room.pullme {
    margin-top: 15px !important;
  }
  #subscribe_me_standalone .input-wrapper {
    padding-left: 0;
  }
  /* common-css */
  .section-title-h2 {
    font-size: 40px;
    text-align: center !important;
  }

  .footer_element {
    padding-bottom: 30px !important;
  }
  .gallery_mainsec,
  .location-wrapper {
    margin: 25px 0 0;
  }
  /* amenities-css */
  .amenities-wrapper .section-title-h2 {
    text-align: center;
  }
  .amenities-box-wrapper {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .gallery_mainsec .section-title-h2,
  .location-wrapper .section-title-h2 {
    padding: 20px 0 20px 0;
  }
  /* attraction-css */
  .attraction-wrapper .section-description {
    padding: 0 30px;
  }
  /* attraction-css */
  .location-content-mainwrapper {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .attractions-near {
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .gallery-main-wrapper .gallery-room-cls .section-title-h2 {
    text-align: center;
  }
  .customedeatetimesout,
  .customedeatetimesin {
    display: block !important;
  }
  .section__main #myCarousel .left.carousel-control,
  .section__main #myCarousel .right.carousel-control {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* guestroom-css */
  .guestroom-img {
    height: 100%;
  }
  .guestroom-inner-wrapper {
    display: block;
  }
  .guestroom-content {
    padding: 0 0;
  }
  .guestroom-btn-wrapper {
    text-align: center;
  }
  /* guestroom-css */
  /* location-css */
  .location-inner-wrapper {
    display: block;
  }
  .map-area picture,
  .map-area img.location-image {
    width: 100% !important;
    object-fit: cover !important;
  }
  .location-content-wrapper {
    padding: 20px 0 0;
    gap: 0px;
  }
  .location-wrapper .section-title-h2 {
    text-align: center;
    font-size: 36px !important;
    text-wrap: auto;
  }
  /* location-css */
  /* gallery-css */
  .gallery_room_sec {
    display: block;
  }
  .gal_mob_btn {
    margin-top: 35px;
  }
  .gellery_sec1 {
    height: 457px;
  }
  .gallery_room_sec {
    height: auto;
  }
  .gal_mob_btn {
    text-align: center;
  }
  /* gallery-css */
}
@media only screen and (max-width: 767px) {
  #subscribe_me_standalone .signup_btn {
    padding-right: 0;
  }
  #subscribe_me_standalone .input-wrapper {
    padding-left: 0;
  }
  /* common-css */
  .amenities-wrapper,
  .attraction-wrapper,
  .footer_element,
  .gallery_mainsec,
  .guestroom-wrapper,
  .location-wrapper,
  section.media-section,
  .review-wrapper,
  .stay_wrapper,
  .contact-map-section {
    margin: 40px 0 0 !important;
  }
  .gallery_mainsec,
  .location-wrapper {
    margin: 25px 0 0;
  }
  .section-title-h2 {
    font-size: 36px;
    text-align: center !important;
  }
  .section-description {
    font-size: 16px;
  }
  .amenities-box-wrapper .section-description {
    font-size: 16px;
  }
  /* common-css */
  /* amenities-css */
  .amenities-boxes {
    padding: 10px 0;
    justify-content: space-evenly;
  }
  .amenities-wrapper .section-title-h2 {
    text-align: center;
  }
  .amenities-box-wrapper {
    padding: 30px 0 0px;
    flex-wrap: wrap;
    /* row-gap: 30px; */
  }
  /* amenities-css */
  /* gallery-css */
  .gallery_mainsec .section-title-h2 {
    padding: 20px 0 20px;
  }

  .attraction-wrapper {
    padding: 70px 0;
  }
  /* review-css */
  .review-wrapper .carousel-inner .item.active {
    padding: 0;
  }
  .review-wrapper {
    padding: 50px 0;
  }
  .review-button-wrapper {
    padding-top: 15px;
  }
  /* location */
}
/* Media Query */
@media screen and (min-width: 1200px) {
  .sidenav.smaller .room_home .fas {
    border: 1px solid #fff !important;
  }

  .sidenav.smaller .specialcode2 span {
    color: #fff !important;
  }

  .pro-links-left p {
    text-align: left !important;
  }
  .row-list-item .sections {
    padding: 25px 5px 10px;
  }

  .sidebar-ca #promo_code {
    color: #fff !important;
  }
  .sidebar-ca.smaller #promo_code {
    color: #000 !important;
  }
  .guestroom-wrapper .container-fluid,
  .location-wrapper .container-fluid {
    padding: 0;
  }
  .tab_room.pullme {
    padding: 0;
  }
  .desk-sticky-logo.home_calogo {
    padding-left: 7px;
    margin-top: 0px !important;
    margin-right: 0px;
    left: 20%;
    right: 40%;
    position: relative;
    top: 0px;
    z-index: 1;
  }
  .sidenav.sidebar-ca .customedeatetimesin,
  .sidenav.sidebar-ca .customedeatetimesout,
  .sidenav.sidebar-ca .respop_heading {
    background-color: transparent !important;
  }
  .sidenav.sidebar-ca .cabar-logo-wrapper {
    display: none;
  }
  .sidenav.smaller .cabar-logo-wrapper {
    display: block !important;
  }
  #reservationpop.sidebar-ca {
    background: #5e728a !important;
  }
  .sidebar-ca #promo_code {
    border: 1px solid #fff !important;
  }
  .sidebar-ca.smaller #promo_code {
    border: 1px solid #000 !important;
  }
  .sidebar-ca .specialcode2 span:first-of-type {
    border: 1px solid #fff !important;
  }
  .sidebar-ca .specialcode2 span {
    color: #fff !important;
  }
  .sidebar-ca.smaller .specialcode2 span:first-of-type {
    border: 1px solid #000 !important;
  }
  .sidebar-ca.smaller .specialcode2 span {
    color: #000 !important;
  }
  .reservation_tab .reservation-button {
    cursor: pointer;
  }
  .fancybox-margin {
    margin-right: auto !important;
  }
  #reservationpop .home_resnew {
    display: block;
  }
  .desk-sticky-logo img {
    max-width: 75px;
  }
  .reservation-field-wrapper {
    display: flex;

    align-items: center;
    min-height: 75px;
    background: transparent;
    padding-bottom: 0px;
  }
  .smaller#reservationpop .container {
    background: transparent !important;
  }
  .rooms-code-title,
  .special-code-title {
    display: none;
  }
  .cabar-serach-btn {
    width: max-content;
  }
  .dest-desk-scroll {
    max-height: 400px;
    overflow-y: scroll;
  }
}
/* new QA issues */
.nav-active .slide__toggle-left.slide__stickyBtn-Left,
.nav-active .slide__toggle-right.slide__stickyBtn-Right {
  z-index: 0;
}
.second-footerlink-section {
  border-right: none !important;
  border-left: none !important;
}
.third-footerlink-section {
  border-right: none !important;
}
.footer-social-icons .icon-twitter .fab.fa-twitter {
  font-size: 0;
}
#cancel_reservation2,
.modify {
  width: 215px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-btn.access {
  width: 100px;
}
.specialcode2,
#promo_code,
.customedeatetimesout,
.customedeatetimesin {
  height: 42px;
}
.customedeatetimesout,
.customedeatetimesin {
  display: flex;
  align-items: center;
  padding-left: 7px;
  letter-spacing: 0px;
}
.specialcode2 .room_home {
  height: 100%;
}
#subscriber_email:focus {
  border: unset !important;
}
#toggle-button {
  cursor: pointer;
}

/* start cabana css */
.nav-links-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.nav-links-wrapper .top-header a,
.nav-links-wrapper .top-header a:hover,
.nav-links-wrapper .top-header a:active {
  color: #000;
}

.nav-links-wrapper .top-header a {
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.section-heading {
  font-size: 20px;
  font-weight: 600;
}
.guestroom-heading {
  font-size: 20px;
  font-weight: 700;
}

.nav-links-wrapper .top-header a:nth-child(2) {
  border: 1px solid #e36c4e;
  border-radius: 15px;
  padding: 10px 10px;
  background: #e36c4e;
  color: #fff;
}

.nav-links-wrapper .top-header {
  padding-top: 10px;
  display: flex;
  column-gap: 18px;
}
.header-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  float: none;
}
.smaller .header-container {
  display: none;
}
.section-btn.reservation-button {
  background-color: #ffbd60 !important;
  font-size: 18px !important;
}
.nav-links-wrapper .top-nav-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.nav-links-wrapper .top-nav-ul::before,
.nav-links-wrapper .top-nav-ul::after {
  content: unset !important;
}
.section__footer .sceinic-img.header-main-logo {
  height: 110px;
}
@media screen and (min-width: 1200px) {
  .header-main-logo {
    height: 90px;
  }
  section.section__about:before {
    left: 85%;
  }
  .checktxt,
  .datepicker-label {
    display: none;
  }
}
section.section__about:before {
  content: "";
  position: absolute;
  background-size: contain;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0%;
  left: 89%;
}
section.section__about {
  position: relative;
}
/* special */
.our-discounts .img-div {
  background: #2e2e2e;
  height: 470px;
  margin-top: 30px;
  display: flex;
}
.discount-img {
  position: absolute;
  right: 28%;
  width: 25%;
  top: 17%;
}
.discount-img img {
  object-fit: cover;
  width: 355px;
  height: 350px;
}
.discount-text img {
  width: 100%;
  height: 530px;
}
.our-discount-content {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: justify;
  margin-left: 15%;
  width: 40%;
  position: relative;
  gap: 15px;
}
.img-div:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 0;
  top: 2%;
  left: 5%;
  background: url(../img/special-logo.svg) 0% 0% / auto no-repeat;
}
.our-discount-content .section-title-p,
.our-discount-content .section-title-h2 {
  color: #fff !important;
  text-align: justify;
}
.our-discount-content .but-d-flex {
  justify-content: flex-start;
}
.our-discount-content .section-btn {
  border: 1px solid #fff !important;
  background: transparent;
  color: #fff !important;
}
.our-discount-content .section-btn img.but-hov {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .discount-img {
    right: 33%;
  }
}
/* special */

/* location */
/* Main Grid Layout */
section.location-wrapper {
  display: grid;
  grid-template-columns: 80px 1fr;
  height: 100%;
  background: #fff;
}

.vertical-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
}

.vertical-title .section-title-h2 {
  cursor: default;
  transform: rotate(1deg);
  margin: 0;
  font-size: 42px;
  line-height: 1.5;
  letter-spacing: 4px;
  font-family: "Gilda Display";
  color: #2e2e2e66 !important;
}

/* Map Area */
.map-area {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-area picture,
.map-area img.location-image {
  width: 90%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Contact Card Overlay */
.contact-card {
  position: absolute;
  top: 15%;
  right: 20px;
  background-color: #014d29;
  color: white;
  padding: 30px;
  width: 25%;
  height: 70%;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
}

.contact-card h2 {
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff !important;
}

.contact-card p {
  text-align: justify;
  color: #fff !important;
}

/* Contact Info Blocks */
.contact-card .location-block {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
}

.contact-card .location-icon img {
  display: block;
  width: 24px;
  height: auto;
}

.contact-card .location-text a,
.contact-card .location-text span {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-family: "Open Sans";
}

.contact-card .location-text {
  flex: 1;
}

/* Directions Button */
.contact-card .direaction-btn-wrapper a {
  display: inline-block;
  padding: 8px 15px 5px;
  border: 1px solid white;
  color: white;
  font-size: 14px;
  text-decoration: none;
  margin-top: 10px;
  transition: all 0.3s ease;
}
.direaction-btn-wrapper .section-btn img.but-hov {
  filter: brightness(0) invert(1) !important;
}
@media (max-width: 1400px) {
  .contact-card {
    height: 80% !important;
    top: 10% !important;
  }
}
/* Mobile Responsive Layout */
@media (max-width: 991px) {
  p.section-title-p {
    margin: 0;
  }
  section.location-wrapper {
    display: flex;
    flex-direction: column;
    height: auto;
  }

  .vertical-title {
    writing-mode: horizontal-tb;
    text-align: center;
    padding: 0px 0;
  }

  .vertical-title .section-title-h2 {
    transform: none;
  }

  .map-area {
    height: auto;
  }

  .contact-card {
    position: static;
    width: 100%;
    border-radius: 0;
    padding: 25px 20px;
    margin-top: 0;
    height: auto;
    gap: 0;
    display: flex;
    align-items: center;
  }
  .contact-card p {
    text-align: center;
  }
  .contact-card .direaction-btn-wrapper a {
    width: 100%;
    text-align: center;
  }
}
/* location */
section.PACKAGES.our-discounts {
  background: #fff;
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .smaller .desk-sticky-logo {
    display: flex;
    justify-content: center;
  }
  .sidenav.smaller .datepicker-label {
    color: #fff !important;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .contact-card {
    top: 11%;
    padding: 25px;
    height: 78%;
    gap: 15px;
  }
  .contact-card .location-text span,
  .location-wrapper .location-text {
    font-size: 15px;
  }
  .map-area picture,
  .map-area img.location-image {
    height: 600px;
  }
}
@media screen and (max-width: 1750px) and (min-width: 1600px) {
  .contact-card {
    top: 10%;
    height: 80%;
  }
}

/* new css for northen queen */
.header_top {
  height: 95px;
}
.first-header .top-header a span {
  margin-left: 8px;
}
.attraction-wrapper .section-btn:hover {
  color: #fff !important;
  background-color: #2e2e2e !important;
}

/*popup Bootstrap modal customization */
.about-popup .modal-dialog {
  max-width: 1139px;
  margin: 75px auto 50px;
  width: 1139px;
}
.about-popup .modal-content {
  background: #f3f2e7;
  border-radius: 10px;
  padding: 30px 40px 0 40px;
  max-height: calc(100% - 100px);
  overflow-y: auto;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}
.about-popup .close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 34px;
  font-weight: bold;
  color: #333;
  opacity: 1;
}
.about-popup .main-h1-titl1 {
  padding-top: 10px;
  font-size: 42px;
}
.about-popup .section-title-h2 {
  font-size: 36px;
  padding-top: 8px;
}
.about-popup .section-pera-common {
  font-size: 22px;
  text-align: center;
}
.about-popup .about-heading,
.about-popup .about-intro .section-pera-common {
  justify-content: center;
}
.about-popup .section-title-h2 {
  text-align: center;
}
.section-title-h2 {
  position: relative;
  text-align: center;
  padding-bottom: 12px;
}

.section-title-h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 225px;
  height: 1.5px;

  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #2e2e2e 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
.guestroom-content .section-title-h2 {
  text-align: left;
}
.guestroom-inner-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
}

.guestroom-wrapper .guestroom-pera {
  color: #606060;
  text-align: left;
  padding: 25px 0;
  font-family: "Urbanist Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0;
  text-transform: capitalize;
}
.guestroom-content {
  padding: 0 80px 0 40px;
}
.justify-btn-left {
  justify-content: left !important;
}
.attraction-wrapper .section-title-h2::after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 2px;
}

.footer-follow {
  font-size: 20px;
  font-family: "Urbanist Semi-Bold";
  text-align: center;
  margin: 20px 0;
  color: #2e2e2e;
}
.footer-lang-btn {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1200px) {
  .smaller .header .first-header {
    border-bottom: none;
  }
  .custom__header.smaller {
    border-bottom: 1px solid #2e2e2e;
  }
  .smaller .reservation-field-wrapper {
    display: none;
  }
  #reservationpop .res-container {
    width: 985px;
  }
}
.amenities-wrapper .section-title-h2 {
  text-align: center;
}
.section-title-wrapper {
  display: flex;
  justify-content: center;
}
.reservation-field-wrapper {
  font-family: "Urbanist Medium";
}
.abt-wrapper {
  display: flex;
  align-items: center;
}
.amenities-box-wrapper .section-description {
  font-family: "TrajanPro Bold";
}
.top-header .header-phone {
  font-family: "Urbanist Semi-Bold";
  font-size: 18px;
}
/* footer */
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .section__footer .main-container {
    width: 85%;
  }
}
@media screen and (min-width: 1600px) {
  .section__footer .main-container {
    width: 70%;
  }
}
.footer-img {
  display: flex;
  justify-content: center;
}
.footer-pagelinks {
  font-family: "Urbanist Medium";
}
.footer-last .powered-by {
  font-family: "Urbanist Medium";
  color: #2e2e2e;
}
.lang-ada-wrapper {
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.footer-social-icons ul li .fab {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer-follow {
    margin: 10px 0;
  }
}

/* stay section new*/
.stay_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
}

.stay_wrapper .stay-h2 {
  font-size: 26px;
  line-height: 34px;
  text-transform: uppercase;
  margin: 0;
}

.stay-custom-btn {
  width: 223px;
  height: 46px;
  background-color: #2e2e2e;
  color: #ffffff;
  border: none;
  border-radius: 1px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  pointer-events: none;
}

.stay-images {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  width: 100%;
  max-width: 1000px;
  margin-top: 10px;
}

.stay-images img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
.stay_wrapper .section-title-h2::after {
  display: none;
}

@media (max-width: 991px) {
  .stay-images {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    padding: 0 15px;
  }
  .stay-images img {
    height: 220px;
    object-fit: cover;
  }
}

@media (max-width: 767px) {
  .stay_wrapper .stay-h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .stay-images {
    grid-template-columns: 1fr;
  }
  .stay-images img {
    height: 220px;
    object-fit: cover;
  }
  .guestroom-inner-wrapper img {
    height: 300px;
  }
}

.location-wrapper .section-btn,
.location-wrapper .section-btn:hover {
  background-color: none;
}

/* new map section */
.contact-map-section {
  width: 100%;
  position: relative;
}

.contact-map-wrapper {
  position: relative;
  width: 100%;
}

.contact-map-img img {
  width: 100%;
  height: auto;
  display: block;
}

.contact-overlay-card {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
  background: rgba(46, 46, 46, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 40px;
  max-width: 420px;
  color: #fff;
  border-radius: 10px;
}

/* Title */
.contact-overlay-title {
  font-family: "Trajan Pro", serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 58.21px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}

/* Info Rows */
.contact-info-row {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.contact-icon img {
  display: block;
}

.contact-text,
.contact-text a {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-family: "Urbanist Semi-Bold";
}

/* Button */
.contact-btn-wrap {
  margin-top: 30px;
}

.contact-direction-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  color: #2e2e2e;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: "Urbanist Bold";
}

.contact-direction-btn:hover {
  background: #2e2e2e;
  color: #fff;
}

/* Responsive */
@media (max-width: 991px) {
  .contact-overlay-card {
    position: static;
    transform: none;
    margin: 30px auto;
    max-width: 100%;
  }

  .contact-map-wrapper {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .contact-map-img img {
    height: 260px;
    object-fit: cover;
  }
  .contact-overlay-title {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .about-left-section .justify-btn-left {
    justify-content: center !important;
  }

  .tab_room .mob-rooms {
    padding-left: 0px;
  }
  .amenities-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px !important;
  }

  .amenities-box-wrapper > [class*="col-"] {
    display: flex;
  }

  .amenities-boxes {
    width: 100%;
    text-align: center;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .amenities-boxes img {
    margin-bottom: 10px;
  }

  .section-description {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contact-map-section .contact-btn-wrap,
  .contact-map-section .contact-overlay-title {
    text-align: center;
  }
  .check-out-wrapper {
    padding-right: 15px;
  }
  .rct_wdgt .menu-icon {
    top: 68px !important;
  }
}

@media (min-width: 1200px) {
  .nav-toggle-btn .menu-open-text,
  .nav-toggle-btn .menu-close-text {
    display: none !important;
  }

  .nav-toggle-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }

  .nav-toggle-btn a::before {
    content: "";
    width: 25px;
    height: 25px;
    background: url("../img/nav-toggle.svg") no-repeat center;
    background-size: contain;
    display: block;
  }

  body.extra-nav-open .nav-toggle-btn a::before {
    background-image: url("../img/nav-toggle-close.svg");
    height: 16px;
    width: 16px;

    margin: 5px 0 0 5px;
  }

  .extra-nav-items {
    display: none;
    width: 100%;
    background: #faf9f4;
    padding: 13px 30px;
    border-top: 1px solid #c1c1c1;
    clear: both;
    margin-bottom: 0px;
    text-align: center;
  }

  .extra-nav-items li {
    display: inline-block;
    margin-right: 25px;
  }

  .extra-nav-items li a {
    color: #2e2e2e;

    font-family: "TrajanPro Bold";
    font-size: 14px;
    text-transform: uppercase;
  }
  .header.mainmen .bottom-shadow {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  #reservationpop .headerinner-reservation {
    width: 985px;
  }
  .wide_cal .add-on.right-checkout {
    right: 0px;
  }
  .dest-desk-scroll li a {
    padding: 9px 20px;
  }
}
/*  */

@media (max-width: 991px) {
  /* guestroom section*/
  .guestroom-inner-wrapper {
    display: flex;
    flex-direction: column;
  }

  .guestroom-inner-wrapper .section-title-h2 {
    margin-bottom: 30px;
  }

  .guestroom-img {
    margin-bottom: 30px;
  }

  .guestroom-content .guestroom-pera {
    text-align: center;
    margin-bottom: 30px !important;
  }

  .guestroom-btn-wrapper {
    text-align: center;
  }

  .guestroom-content {
    padding: 0px !important;
    text-align: center;
  }
  .guestroom-wrapper .section-title-h2,
  .attraction-wrapper .section-title-h2 {
    width: 100%;
    text-align: center !important;
  }

  /* attraction */
  .attraction-wrapper:before {
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.65) 60%,
      rgba(0, 0, 0, 0.45) 100%
    );
  }
  .attraction-btn-wrapper {
    text-align: center;
  }
  .attraction-wrapper .section-description {
    padding: 50px 0px;
    text-align: center;
    font-size: 16px;
  }
  .guestroom-wrapper .guestroom-pera {
    padding: 0px;
  }
  .amenities-boxes {
    gap: 8px;
  }
  .gallery-section-wrapper {
    height: unset !important;
    display: block !important;
  }
  .gallery-btn-wrapper {
    display: flex;
    justify-content: center;
  }
  .contact-btn-wrap {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .wide_cal .add-on img {
    filter: invert();
  }
  .smwid.mob-rooms {
    padding-left: 0px !important;
  }
  .home_resnew .btn-success {
    padding: 0px 10px;
    font-size: 15px !important;
  }
  .customedeatetimesout,
  .customedeatetimesin,
  .home_resnew .btn-success {
    height: 50px;
  }
  #reservationpop .search-btn-div {
    padding-left: 0px !important;
  }
  .amenities-wrapper .section-description {
    font-size: 17px;
  }
  .amenities-box-wrapper {
    padding: 0px !important;
  }
  .rct_wdgt .menu-icon {
    top: 75px !important;
  }
  .rct_wdgt .div__logo {
    top: -10px !important;
  }
  .contact-overlay-card {
    left: 25px !important;
    padding: 25px !important;
  }
}
.header .first-header::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  border-bottom: 1px solid #c1c1c1;
}
.smaller .header .first-header::after {
  display: none;
}

/* gallery sec */

.gallery-section-wrapper {
  height: 690px;
  width: 100%;
  display: grid;
  grid-template-rows: 3% 34% 5% 10% 34% 1% 1%;
  grid-template-columns: 31.5% 31.5% 33%;
  gap: 2% 1.5%;
}
.gallery-box1 {
  grid-column: 1 / span 1;
  grid-row: 2 / span 3;
}
.gallery-box2 {
  grid-column: 1 / span 1;
  grid-row: 5 / span 3;
}
.gallery-box3 {
  grid-column: 2 / span 1;
  grid-row: 1 / span 3;
}
.gallery-box4 {
  grid-column: 2 / span 1;
  grid-row: 4 / span 2;
}
.gallery-box5 {
  grid-column: 3 / span 1;
  grid-row: 2 / span 1;
}
.gallery-box6 {
  grid-column: 3 / span 1;
  grid-row: 3 / span 4;
}
.gallery-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 15px !important;
}
.gallery-description {
  font-size: 16px !important;
  padding: 15px 0;
  line-height: 28px;
  color: #606060;
  font-family: "Urbanist Medium";
  text-transform: capitalize;
}
.gallery-top-wrapper .section-title-h2::after {
  width: 100px;
}
.gallery-mob-title {
  display: flex;
  justify-content: center;
}
.gallery-section-wrapper .gallery-box5 {
  display: flex;
}
.about-title-img {
  object-fit: cover;
}
.nav-active .menu-icon__line {
  background-color: #fff !important;
}
.guestroom-inner-wrapper img {
  object-fit: cover;
}
.dest_scroll {
  max-height: 150px;
  overflow-y: scroll;
  width: 400px;
  margin-top: 12px;
}

.dest_scroll::-webkit-scrollbar {
  width: 10px;
}

.dest_scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.dest_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

.dest_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.dest_scroll li a {
  font-size: 15px;
}
@media (max-width: 767px) {
  .nav__content .dest_scroll {
    width: 100% !important;
    max-width: 100vw;
  }
}
@media (min-width: 2000px) {
  .custom__header,
  .custom__header.smaller {
    left: 0;
    right: 0;
    width: 97.1%;
  }
}
#reservationpop .res-container,
#reservationpop .headerinner-reservation,
#reservationpop {
  display: none;
}

.fullshow {
  -webkit-animation: fullsize 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: fullsize 1s forwards;
  animation-delay: 0.5s;
  margin: 0 auto;
  width: 100%;
}
.animatedheight-inner-overview a {
  color: #2e2e2e !important;
}
