:root {
  --white: #fff;
  --black: #000;
 --primary: #552A37;
  --primary-dark: #552A37;
  --primary-light: #552A37;
  --primary-light-rgb: 85, 42, 55;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
  --text-color: #313131;
  --btn-color: #552A37;
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "BodoniFLF";
  src: url("../fonts/BodoniFLF-Bold.ttf") format("truetype"),
    url("../fonts/BodoniFLF-Bold.ttf") format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body {
  font-family: "Joan";
  font-size: 16px;
  color: #000;
  overflow-x: hidden;
}
.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: #552a37 !important;
}
.__akia-chat-icon-wrapper {
  z-index: 98;
}
#reservationpop {
  padding-top: 170px;
}
.navigation {
  position: relative;
  z-index: 5;
}
#carouselButtons {
  z-index: 1;
}
.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;
}

.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-right: 8px;
}

.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;
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

#myCarousel span.red-box {
  font-size: 22px;
  line-height: 32px;
  text-shadow: none;
  font-weight: 500;
}

#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%;
}

.map-content .btn-div {
  width: 100%;
  margin-left: -41px;
  margin-bottom: -8px;
  justify-content: center;
}

.btn-success {
  transition: all 0.3s;
  font-weight: 700;
}

.btn-green {
  background: #552A37;
  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;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: var(--primary-dark);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.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;
}

#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;
  border: 1px solid #fdfdfd;
  box-shadow: 0 1px 5px #e5e5e5;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.specialcode2 a,
.specialcode2 a:active,
.specialcode2 a:focus,
.specialcode2 a:hover {
  color: var(--white);
  text-transform: capitalize;
}

.specialcode2 span {
  color: #fff !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: relative;
  width: 100%;
  z-index: 3;
  margin-top: -1px;
}

.div__logo img {
  width: 213px;
  margin: auto;
}

.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: #fff !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: capitalize;
  letter-spacing: 2px;
  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: capitalize;
  background: #E1C7A4 !important; 
  padding: 16px 18px; 
  font-size: 36px;
  color: #343333;
  display: inline-flex;
}
.custom__header .navbar-inverse .navbar-nav > li > a {
  color: #F0DCBE !important;
  font-size: 14px;
  text-transform: capitalize;
  letter-spacing: 2px;
  transition: none;
  font-weight: 100;
  box-shadow: none;
  border: none;
  background: transparent;
  font-weight: 400;
}
ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0;
  background: #552A37 !important;
  height: 113px; 
}
.reservation_tab {
  text-align: center;
  float: right !important; 
  top: 0;
  background: #fff;
  right: 0;
  text-transform: uppercase;
}
.mrc {
  margin-right: 15%;
}
.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}
.reservation__fixed-btn {
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background: #000;
  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;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  display: block;
  color: var(--white);
  font-size: 16px;
  text-align: left;
  text-transform: uppercase;
}
.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #fff !important;
  font-size: 20px;
  z-index: 1;
}
.smaller .wide_cal .add-on {
  color: #552A37 !important;
}
.attraction a {
  background-color: var(--primary);
}
.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 #fff !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: 12px;
  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;
}
.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 #552A37;
}
.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;
}
.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 #552A37;
  -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: var(--white);
}
.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}
.roomadult {
  border: 1px solid #727070;
}
.home_resnew .btn-success,
.quick-booking .btn-success {
  background: var(--white) !important;
  color: #000 !important;
  border: 1px solid var(--white);
  padding: 0 25px;
  height: 42px;
}
#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: #552A37;
  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 {
  bottom: 0;
  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;
}
.primary-title {
  font-size: 28px;
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #1e1e1e;
  display: inline-block;
  padding-bottom: 7px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.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;
}
.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 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  display: inline-block;
}
.innercaption .bottom-content,
.innercaption .top-content {
  display: block;
  letter-spacing: 1px;
}
.innercaption .top-content {
  font-size: 20px;
  line-height: 30px !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: var(--primary) !important;
}
.about-description h2 a {
  font-size: 20px;
  color: #000 !important;
  font-weight: 700;
}
.about-description p {
  color: #343333;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.5px;
}

.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: #969696;
}

.abt-white {
  background-color: #fff;
}

.about-intro {
  padding: 0 50px 0; 
}

.about-title-1 {
 margin-top: 0;
    margin-bottom: 5px;
    font-size: 30px;
    display: block;
    text-transform: uppercase;
    color: #552A37;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    font-family: BodoniFLF;
    font-weight: 700;
    font-size: 45px;
    line-height: 77px;
    color: #552A37;
    text-align: center;
    letter-spacing: 0px;
}

.about-btn {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  bottom: 5%;
  width: 98%;
  z-index: 1;
      margin-bottom: 20px;
}

.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;
}

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);
}

.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);
}

.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: 10px;
}

.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;
  -webkit-box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
  font-size: 18px;
}

.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: 25px;
  letter-spacing: 1.8px;
  font-weight: 300;
  padding: 0 15px;
  background: #5e728a !important;
  color: #fff;
  border-radius: 0;
  height: 52px;
}

.contact__div,
.subscribe__div {
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  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: #313131;
  text-transform: inherit;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 0 50%;
}

.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: #552A37;
  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: rgb(255 255 255);
  color: rgb(0 0 0);
  font-weight: 300;
  height: 45px;
}
.ftr-btn a{     color: rgba(85, 42, 55, 1);
    font-family: Joan;
    font-weight: 400;
    font-size: 12.26px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    background: rgba(253, 238, 219, 1);
    font-size: 16px !important;
    /* background-color: rgb(255 255 255); */
    /* color: rgb(0 0 0); */
    /* font-weight: 300; */
    height: 45px;}
.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-around; 
      align-items: center;
}

.row-list-item .sections {
  padding: 17px 76px;
  height: auto;
 
}

.seo-links .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 4%;
  align-items: center;
  padding: 15px 0;
}
 

.logos img {
  height: auto;
  width: 100px;
}

.newsletter button:focus,
.newsletter button:hover {
  background-color: #5e728a !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: #552A37 !important;
  background-image: none !important;
}

.pro-links-left p {
  margin: 14px 0;
  color: #fff;
  font-size: 15px;
}

.pro-links-right p {
  margin: 14px 0 15px;
  color: #fff;
  letter-spacing: 0.8px;
  font-size: 15px;
}

.pro-links-left a {
  color: #fff !important;
}

.pro-links-left,
.pro-links-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

 

 

.logos {
  display: flex;
  margin: 10px 0;
  justify-content: center;
}

.footer-links {
  overflow: hidden;
  padding: 10px 20px 0px 20px;
}

.footer-SEOlinks ul li,
.footer-links ul li {
  margin-bottom: 15px;
}

.seo-links ul li {
  margin-bottom: 0;
}

.footer-SEOlinks ul li a,
.footer-links ul li a {
  font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 38px;

color: #F0DCBE;
}

.footer-links .left {
  text-align: left;
}

.footer-links .right {
  text-align: right;
}

.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: #552A37;
  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: #552A37 !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: #552A37;
  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: absolute;
  z-index: 102;
  left: 50px;
  top: 60px;
  cursor: pointer;
  display: none;
}

.menu-icon__line {
  height: 3px;
  width: 40px;
  display: block;
  background-color: #fff;
  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;
}

@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: #552A37;
    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;
	padding: 0px;
  }
  .rct_wdgt .smaller#reservationpop > .container {
    top: 50px;
  }
  .smaller#reservationpop {
    background: 0 0;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
  }
  .smaller #mySidenav {
    z-index: 999;
  }
  .smaller .navbar-toggle {
    margin: 28px 0;
  }
  .custom__header.smaller {
    position: fixed;
    min-height: 91px;
    border-bottom: 3px solid #e1c7a4;
  }
  .custom__header.smaller ul.top-nav-ul.nav.navbar-nav {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .footer-logo {
    padding: 10px 0 7px !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) {
  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 {
    max-width: 2000px;
    margin: 0 auto;
    top: 0;
  }
  .rct_wdgt .custom__header.smaller {
    top: 52px;
  }
}

@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: 125%;
  }
  #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
    width: 125%;
  }
  #reservationpop.sidebar-ca .home_collapse {
    top: 80px;
  }
  .section__booking {
    position: absolute;
    display: none;
  }
  .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) {
  .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: 13px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
  }
  #reservationpop #get_header_avaibility {
    padding-bottom: 15px;
    background: #552A37;
  }
.room_home .fas{ border: 1px solid #552A37 !important;}
  #reservationpop .closebtn {
    display: none;
  }
  #reservationpop .search-btn-div {
    text-align: center;
  }
  #reservationpop {
    position: inherit;
    margin: 0 auto;
    width: 100% !important;
    background: #000 !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 {
    flex: 0 0 23%;
    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) {
  .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 {
    top: 115px;
    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) {
  .btn.btns.btn-green {
    padding: 8px 5px;
    font-size: 13px !important;
  }
  .pro-links-right p {
    margin: 30px 0 25px;
  }
  .navbar-right {
    padding: 0;
    margin-top: 0;
    float: left !important;
  }
  .div__logo {
    max-width: 150px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 26px auto;
  }
  .menu-icon {
    position: absolute;
    right: 20px;
    left: auto;
  }
  .menu-icon__line {
    background-color: #fff !important;
  }
  .menu-icon,
  .topRservationSection {
    display: block !important;
    top: 50px;
  }
  .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;
    font-size: 17px !important;
    color: #000 !important;
  }
  #promo_code {
    border-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: 12px !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 {
    flex: 0 0 55%;
    max-width: 100%;
  }
  .footer_middle {
    flex: 0 0 22%;
    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 {
    flex: 0 0 23%;
    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;
  }
}

@media screen and (max-width: 991px) {
  .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: 9px;
  }
  .rct_wdgt .menu-icon {
    top: 70px !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;
  }
  .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: 25px 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;
    border: 1px solid gray;
  }
  .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;
	position: absolute;
  }
  #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: #552A37;
    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__left {
    text-align: center;
  }
  .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;
  }
}

@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: 130px;
    float: none;
    display: block;
    margin: 0 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 (max-width: 767px) {
  .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 {
    padding: 0px 10px 13px;
  }
  a.footer-btn.access {
    margin-top: 7px !important;
	margin-bottom: 20px;
  }
  #Carouselamenities span.tab-title-item {
    top: 60px !important;
  }
  #roomstype .aamentities .tab-title-item {
    top: 30px !important;
    left: 30px !important;
  }
  .menu-icon {
    top: 20px !important;
    right: 10px !important;
  }
  .nav-active .menu-icon {
    top: 25px !important;
    right: 19px !important;
  }
  .newsletter .form-control {
    padding: 14px 12px 8px 10px;
  }

  .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;
  }
  .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: 444px !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%;
        left: -55px;
        right: 0;
        margin: 0px 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 {
    position: inherit !important;
    bottom: 0 !important;
  }
  .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: #552A37;
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}

.footer-logo {
  padding: 40px 0 40px;
}

.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: 459px !important;
  }
  .nav-active .nav__content {
    height: 90% !important;
  }
}

@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; 
  }
  .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;
  }
  .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: #552A37;
}

.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%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  cursor: pointer;
}

.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;
}

.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: #fff !important;
}

.smaller .menu-icon__line {
  background: #fff;
}

.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) {
  .rct_wdgt .smaller .menu-icon {
    z-index: 102;
    top: 90px !important;
  }
  .smaller .menu-icon {
    top: 31px;
    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) {
  .nav__list-item {
    font-size: 18px;
    margin-right: 6px;
  }
  ul.menu-dropdown li {
    font-size: 18px;
    height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .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 43px; 
  }
  .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) {
  .package_detail-summary {
    margin-top: 25px !important;
  }
  .row-list-item .sections {
    padding: 20px 10px;
  }
  .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: #552A37 !important;
    margin-bottom: 20px;
  }
  .mega_section:before {
    background: rgba(0, 0, 0, 0.85);
  }
  .menu-icon {
            position: absolute;
        right: 20px;
        left: 10px;  
        float: left;
  }
  .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;
    float: right !important;
  }
  .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 .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: 18px;
    padding: 10px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .about-title-1 {
    font-size: 24px;
    line-height: 40px;
  }
  .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.homm .carousel-inner .item:before {
  position: absolute;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 12%);
  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) {
  .grid_adult_child {
    padding-left: 0 !important;
  }
}

.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: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  width: 60%;
  text-align: center;
  justify-content: normal;
  list-style: none;
  display: flex;
  height: auto;
  width: 300px;
  flex-direction: row;
}

.carousel-indicators li {
  background: #E1C7A4;
      width: 18px !important;
    height: 18px;
  border-radius: 21px;
  transition: height 1s, background 0.2s;
  margin: 0;
  border: none;
  margin: 0 10px;
  display: inline-block;
  z-index: 1;
  border: none;
  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: 0 10px;
  width: 18px !important;
  height:18px;
  border-radius: 21px;
}

.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: #552A37 url('../img/ftr-bg-decor.png') repeat center center;
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.footer-btn {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

a.footer-btn.access { 
  margin-top: 0;
  background: rgba(5, 99, 174, 1) !important;
    border: 1px solid #fff;
 
}

.footer_line img {
  margin-left: -103px;
  width: 240%;
}

.footer-social-icons ul.list-unstyled {
  display: flex;
  margin-top: 18px;
  gap: 10px;
  justify-content: space-evenly;
}

.footer-social-icons ul li a { 
    color: rgba(253, 238, 219, 1) !important;
}

.section__footer .container {
  width: 86%;
}

section.section__about {
  background-color: #fff !important;
}

.footer-social-icons ul li {
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  margin: 0 20px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-46deg);
  background: rgba(225, 199, 164, 0.19);
}

.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: none;
    border-bottom: 1px solid #552A37;
}

.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: #552A37;
  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: #E1C7A4 !important;
  border: none;
  color: #552A37 !important;
}

.section__about .conten_abt {
  width: 100%;
  display: block;
  margin: auto;
}

.section__about .conten_abt img {
  display: block;
  margin: auto;
  width: auto;
  height: auto;
}

.ml-10 {
  margin-left: 20rem;
}

.footer-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.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: #552A37;
}

.footer-po {
  position: relative;
}

.custom__header .navbar-inverse .navbar-nav > li.active a {
  font-weight: bolder;
}

@media screen and (max-width: 760px) {
  .company p {
    text-align: center;
  }
  .footer-social-icons ul li {
    margin: 14px 15px !important;
  }
  .section__footer .footer-links .footer_link_line {
    width: 115% !important;
    margin-left: -30px !important;
  }
  .section__footer .footer-links .footer-btn .ftr-btn {
    display: contents;
  }
  .section__footer .footer-links div#google_translate_element {
    margin: 10px;
  }
}

@media screen and (max-width: 850px) {
  .section__about .about-btn {
    width: 90%;
    bottom: 2%;
  }
  .footer-links .left {
    text-align: center;
  }
  .section__footer .subscribe__div_input .form-group .signup_btn {
    display: flex;
    justify-content: center;
    padding-top: 38px;
  }
  .footer-links {
    padding: 0;
  }
  .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) {
  .smaller#reservationpop .search-btn-div .btn-success {
    background: #fff !important;
    color: var(--primary) !important;
  }
  .footer-social-icons ul li {
    margin: 0 15px;
  }
}

@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) {
  .footer-social-icons ul li {
    margin: 0 20px;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a {
    letter-spacing: 1px;
    font-size: 15px;
  }
}

.section-padding .button_bg {
  background-color: #552A37 !important;
}

.section-padding .button_bg:active,
.section-padding .button_bg:focus,
.section-padding .button_bg:hover {
  background-color: #000 !important;
}

.skiptranslate.goog-te-gadget .goog-te-gadget-simple {
  font-weight: 300;
  background: #fff;
  color: #000;
  border: none;
  padding: 12px 10px !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: #552A37 !important;
}

.homm .carousel-inner .item,
.homm .carousel-inner .item div,
.homm .carousel-inner .item p,
.homm .carousel-inner .item span {
  text-transform: uppercase !important;
  line-height: 1;
  text-align: center;
}

.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) {
  .smaller #no_of_adult,
  .smaller #no_of_child,
  .smaller #no_of_infants,
  .smaller #no_of_rooms {
    color: var(--white) !important;
    background: none;
    border: 1px solid #fff;
    background-position: 97% 71%;
    background-size: 12px;
    appearance: auto;
    font-size: 16px;
    text-transform: capitalize;
  }
  .tab_r {
    margin: 0 !important;
  }
}

#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;
  font-weight: bold;
  height: 45px;
  -moz-appearance: none;
  border-radius: 0;
  background-position: 95% 50%;
  background-size: 12px;
  color: var(--burgandy) !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: uppercase;
  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: #333;
    text-align: left;
  }
  .navbar-right {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
}

.datepicker-label {
  font-size: 15px;
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 15px;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background: #552A37;
  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 #552A37;
  background: #552A37;
  text-transform: capitalize;
}

.wedwraps .spc_pack-btn a:active {
  color: #552A37;
  background: #000;
}

.wedwraps .spc_pack-btn a:hover {
  color: #552A37;
  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 #552A37 !important;
}

.featured-icon em:hover,
a.featured-icon-a.active em {
  color: #552A37 !important;
}

.summary {
  border-left: 4px solid #552A37 !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: #552A37 !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: 12px;
    text-transform: capitalize;
  }
}

.section__about .about-btn .btn-div a {
  color: #000 !important;
}

.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: #552A37 !important;
}

.button_bg:hover {
  background-color: #552A37 !important;
}

.connect-us-div {
  background: #552A37 !important;
}

.button_bg span {
  background-color: #552A37 !important;
}
.button_bg span:hover {
  background-color: #552A37 !important;
}

@media (max-width: 480px) {
  #reservationpop {
    background: #552A37 !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: #fff !important;
  }
  .section__booking .quick-booking {
    background: #552A37 !important;
  }
}

@media (max-width: 768px) {
  #reservationpop {
    background: #552A37 !important;
  }
  .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: #552A37 !important;
        top: 10px;
        left: 10px;
        padding: 10px;
        font-size: 10px;
        background: #e1c7a4;
        border: 1px solid #552A37;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
}

@media screen and (min-width: 1024px) {
  #reservationpop {
    background: #000 !important;
  }
  .smaller#reservationpop .container {
    background: #fff !important;
  }
  .sidenav .datepicker-label {
    background: none !important;
  }
  #promo_code {
    border-color: #fff;
  }
  input#promo_code::placeholder {
    color: #fff !important;
  }
  .sidebar-ca input#promo_code::placeholder {
    color: #fff !important;
  }
  .sidebar-ca.smaller input#promo_code::placeholder {
    color: #fff !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: #fff !important;
    padding: 13px;
    bottom: 10px;
    font-size: 13px;
    background: #645b5bbd;
    border: 1px solid #000;
  }
  .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: 15px 0 0 0;
  }
  .pro-links-right p {
    margin: 0 0 18px;
  }
  .contact-form-input .form-control:not(:placeholder-shown) + label {
    font-size: 14px !important;
  }
  .innercaption .top-content {
    font-size: 13px;
  }
  #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) {
  .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: 768px) and (max-width: 991px) {
  .about-title-1 {
    font-size: 30px;
  }
  .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: 31% 29%;
  }
  .footer-logo {
    gap: 10px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .but_review_div {
    margin-bottom: 15px;
  }
  .pro-links-right {
    align-items: center;
    justify-content: center;
  }
  #myCarousel span.red-box {
    font-size: 18px;
    letter-spacing: 0;
  }
  .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: 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) {
  .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;
  }
  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
  #promo_code {
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  #promo_code::placeholder {
    color: #552A37 !important;
  }
  .overview-description-overview {
    min-height: 170px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .prtrs {
    position: relative;
    top: -20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 1600px) {
  .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;
}

.animatedheight-inner-overview h2 {
  margin-top: 0 !important;
}

.animatedheight-inner-overview P {
  margin-bottom: 0 !important;
}
#google_translate_element {
  margin: 0 !important;
}

.pro-links-left p a {
  text-decoration: underline;
}
.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 #000;
  color: #000;
  margin-right: 0;
}
.section-padding .other-rooms a.btn.bookbtn {
  margin-right: 10px;
}
.section__about {
  margin-top: 36px;
}
.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__left {
    padding-left: 0;
  }
  .footer-social-icons ul.list-unstyled {
    justify-content: flex-end;
  }
  .section-padding .home-mobileboxoverviews-overview {
    padding-bottom: 26px !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: 0 !important;
  }
  .section__footer .footer-links .footer-btn {
    padding: 17px;
  }
  #cancel_reservation2 .modify {
    padding: 10px 22px;
  }
  .map-content .btn-div {
    margin-bottom: 0 !important;
  }
  .footer-logo {
    justify-content: space-between;
  }
  .footer-social-icons ul.list-unstyled {
    justify-content: flex-end;
  }
  .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;
  }
  .footer-social-icons ul.list-unstyled {
    margin-top: 18px;
  }
  .pro-links-left p {
    margin: 14px 0 0 0;
  }
  .pro-links-right p {
    margin: 0 0 20px;
  }
  .logos a {
    padding: 6px;
  }
  .attraction-big-img {
    height: 584px;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    top: 14px;
    left: 0;
  }
  .menu-icon {
    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 {
    padding-top: 32px;
  }
  .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;
  }
  .promocode-div,
  .tab_room {
    margin-top: 12px !important;
  }
  .respop_heading2 {
    margin-bottom: 0;
  }
  .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: 22px;
  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: transparent;
  text-align: center;
  line-height: 51px;
  margin: 0;
  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: 1200px) {
  #myCarousel .carousel-indicators {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .drop_for_destination,
  .drop_for_gallery,
  .drop_for_specials {
    padding: 42px 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: 0px !important;
  }
}

/* new css */
/* Start Common Css */
.section-title-h2 {
  font-size: 50px;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 400;
  margin: 0;
}
.section-description {
  margin: 0;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}
.section-btn {
  
  color: #000 !important; 
   padding: 0px 5px 0px 10px;
  display: inline-block;
}
.section-btn:hover {
  text-decoration: none;
}
.amenities-wrapper,
.attraction-wrapper,
.footer_element,
.gallery_mainsec,
.guestroom-wrapper,
.location-wrapper,
.review-wrapper {
  margin: 25px 0 0;
}
/* End Common Css */

/* Start Section Amenities  */
.amenities-box-wrapper {
  padding: 25px 0 40px;
}
.amenities-boxes { 
  display: flex; 
  justify-content: center;
  align-items: center;
  gap: 10px; 
}
.amenities-wrapper .section-title-h2 {
  text-align: right;
  margin: 0;
  line-height: 70px;
}
.amenities-wrapper .section-btn {
  text-align: center;
}
 
/* End Section Amenities  */

/* Start Section Guestroom  */
.guestroom-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.guestroom-wrapper .guestroom-pera {
font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 26px;

text-align: center;
color: #515151;
}
.guestroom-content {
  padding: 0 40px;
}
.guestroom-wrapper {
  background-color:#fdf8f2;
}
 
.guestroom-btn-wrapper {
  text-align: center;
}
/* End Section Guestroom  */

/* Start Section Location  */
.location-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 0 80px;
  padding-top: 100px;
}
.location-wrapper .location-block {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 0%;
}
.location-wrapper .location-icon {
  display: flex;
  width: 56px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 56px; 
  justify-content: center;
  text-align: center;
  align-items: center;
}
.location-wrapper .location-text {
  font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 135%;

color:  #000 !important;
}
 .location-wrapper .location-text a{color:  #000 !important;}
.location-wrapper .section-title-h2 {
  text-align: left;
  color: #552A37;
}
.direaction-btn-wrapper 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: var(--white);
  width: 200px;
  justify-content: center;
}
.direaction-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.location-image {
  object-fit: cover;
  height: auto;
}
/* End Section Location  */

 
/* End Section Attraction */

/* Start Section Gallery */
.gallery_mainsec .section-title-h2 {
  margin: 0;
  text-align: center;
}
.gallery_room_sec { 
 height: 740px;
    width: 100%;
    display: grid;
	gap: 7px;
   grid-template-rows: 1% 5% 1% 12% 1% 12% 1% 17% 1% 17% 1% 5% 1% 6% 1% 5% 1% 5% 1% 5% 1% 5%;
    grid-template-columns: 1% 12% 1% 8% 1% 12% 1% 12% 1% 12% 1% 12% 1% 12% 1% 13%;
}
.gellery_sec1 {
           grid-column: 1 / span 4;
    grid-row: 4 / span 12;
 
}
.gellery_sec2 {
    grid-column: 5 / 9;
    grid-row: 2 / span 7;
}
.gellery_sec3 {
         grid-column: 5 / span 4;
    grid-row: 9 / span 12;
  
}
.gellery_sec4 {
          grid-column: 9 / span 4;
    grid-row: 3 / span 8;
}
.gellery_sec5 {
       grid-column: 9 / span 4;
    grid-row: 11 / 23;
}

.gellery_sec6 {
   grid-column: 14 / span 2;
    grid-row: 3 / span 4;
}
.gellery_sec7{
       grid-column: 13 / span 4;
    grid-row: 8 / span 12;
}

.gal_imgscmncls {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.cool-effect,
.gallery-image {
  height: 100%;
}
/* End Section Gallery */

/* Start Section Review */
.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;
}
.review-wrapper .section-title-h2 {
  color: var(--white);
  margin: 0 0 0 0;
  text-align: center;
}
.review-wrapper p.section-description {
 font-family: Joan;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    text-transform: none !important;
    width: 525px;
    margin: 0 auto;
}
.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;
  width: auto;
}
.review-wrapper .section-btn {
  border: 1px solid var(--white);
  color: var(--white) !important;
}
/* End Section Review */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  #destination_guide a.view_att_details {
    padding: 10px 15px;
  }
  /* common-css */
  .section-title-h2 {
    font-size: 42px;
  }
  
  /* common-css */
  .location-content-wrapper {
    gap: 10px;
    padding: 0 40px;
  }
  .rooms-code-title,
  .special-code-title {
    visibility: hidden;
    font-size: 15px;
  }
  .cabar-serach-btn {
    margin-top: 22px;
  }
  .smaller #reservationpop .customedeatetimesin,
  .smaller #reservationpop .customedeatetimesout {
    color: #fff !important;
    background-color: #000 !important;
  }
  .nav__content a {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #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;
  }
  .amenities-wrapper,
  .attraction-wrapper,
  .footer_element,
  .guestroom-wrapper,
  .review-wrapper {
    margin: 30px 0 0;
  }
  .gallery_mainsec,
  .location-wrapper {
    margin: 25px 0 0;
  }
  /* common-css */
  /* amenities-css */
  .amenities-wrapper .section-title-h2 {
    text-align: center;
  }
  .amenities-box-3,
  .amenities-box-4 {
    margin-top: 30px;
  }
  .amenities-box-wrapper {
    padding: 20px 0 35px;
  }
  /* amenities-css */
  /* guestroom-css */
  .guestroom-wrapper .section-title-h2 {
    padding: 20px 0;
  }
  .guestroom-wrapper .guestroom-pera {
    padding: 20px 0 20px;
  }
  .gallery_mainsec .section-title-h2,
  .location-wrapper .section-title-h2 {
    padding: 0 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) {
  .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;
  }
  .location-image {
    height: 100%;
  }
  .location-content-wrapper {
    padding: 20px 0 0;
    gap: 20px;
  }
  .location-wrapper .section-title-h2 {
    text-align: center;
  }
  /* 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,
  .guestroom-wrapper,
  .review-wrapper {
    margin: 35px 0 0;
  }
  .gallery_mainsec,
  .location-wrapper {
    margin: 25px 0 0;
  }
  .section-title-h2 {
    font-size: 36px;
  }
  .section-description {
    font-size: 15px;
  }
  /* common-css */
  /* amenities-css */
  
  .amenities-boxes {
            padding: 0px 10px;
        height: 80px;
        justify-content: center;
  }
  .amenities-wrapper .section-title-h2 {
    text-align: center;
  }
  .amenities-box-wrapper {
    padding: 20px 0 35px;
  }
  /* amenities-css */
  /* guestroom-css */
  .guestroom-wrapper .section-title-h2 {
    padding: 15px 0;
  }
  .guestroom-wrapper .guestroom-pera {
    padding: 0px;
        text-align: left;
  }
  /* guestroom-css */
  /* gallery-css */
  .gallery_mainsec .section-title-h2 {
    padding: 0 0 20px;
  }
  /* attraction-css */
  .attraction-wrapper .section-description {
    padding: 0 15px;
  }
  /* attraction-css */
  /* review-css */
  .review-wrapper .carousel-inner .item.active {
    padding: 0;
  }
  .review-wrapper {
    padding: 50px 0;
  }
  .review-button-wrapper {
    padding-top: 15px;
  }
  /* location */
  .location-wrapper .section-title-h2 {
    padding: 20px 0 15px;
    text-align: center;
  }
}
/* Media Query */
@media screen and (min-width: 1200px) {
  .row-list-item .sections {
    padding: 10px 33px;
  }
  .section__footer .footer__left {
    flex: 0 0 60%;
  }
  
  .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;
  }
  
  .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: #552A37 !important;
  }
  .sidebar-ca #promo_code {
    border: 1px solid #fff !important;
  }
  .sidebar-ca.smaller #promo_code {
    border: 1px solid #fff !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 #fff !important;
  }
  .sidebar-ca.smaller .specialcode2 span {
    color: #fff !important;
  }
  .reservation_tab .reservation-button {
    cursor: pointer;
  }
  .fancybox-margin {
    margin-right: auto !important;
  }
  #reservationpop .home_resnew {
    display: block;
  }
  .desk-sticky-logo img {
    max-width: 99px;
  }
  .reservation-field-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 91px;
    background: transparent;
    padding-bottom: 3px;
  }
  .smaller#reservationpop .container {
    background: transparent !important;
  }
  .rooms-code-title,
  .special-code-title {
    visibility: hidden;
  }
  .cabar-serach-btn {
    margin-top: 22px;
    width: 100%;
  }
}
/* 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: 156px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-btn.access {
  width: 156px;
}
.specialcode2,
#promo_code,
.customedeatetimesout,
.customedeatetimesin {
  height: 42px;
}
.customedeatetimesout,
.customedeatetimesin {
  display: flex;
  align-items: center;
  padding-left: 7px;
}
.specialcode2 .room_home {
  height: 100%;
}
#subscriber_email:focus {
  border: unset !important;
}
/** navnath css **/
.joan-regular {
  font-family: "Joan", serif;
  font-weight: 400;
  font-style: normal;
}

.custom__header .navbar-inverse .navbar-nav > li > a{ font-family: Joan;
font-weight: 400;
font-size: 18px;
line-height: 100%;

text-align: center;
color: #F0DCBE;

}
.reservation_tab:after {
   
}
.sec-amenitis{ width: 100%;
    display: grid
;
    grid-template-rows: 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 7% 2% 3%;
    grid-template-columns: 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 10% 1% 5% 4%;
    gap: 10px;}
	
	 
	 
  
  .amenities-boxes:nth-child(3) {
  flex-basis: 100%;
}
.flexx{font-family: Joan;
font-weight: 400;
font-size: 24px;
line-height: 29px;

text-align: left;
}
.flexx1{font-family: Joan;
font-weight: 400;
font-size: 15px;
line-height: 20px;

margin-top: 15px;

}
.amenities-grid{display: grid;grid-template-columns: 1fr 1fr;     grid-gap: 40px;}
.guestroom-content{position: absolute;
    width: 30%;
    right: 0;
    background: #fdf8f2;
    padding: 40px;}
	
	/* Variables */
 
 
 

/* Tabs Container */
 

/* Tabs Navigation */
.tabs-nav {
  position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.08);
    padding: 0.375rem;
    border-radius: 8px;
    margin-bottom: 2rem;
    isolation: isolate;
    padding: 0px;
    border-radius: 0px;
    z-index: 1;
}

/* Tab Buttons */
.tab-button {
  flex: 1;
  all: unset;
  position: relative;
  padding: 0.75rem 1.25rem;
  font-size: 1rem; 
  border-radius: 0px;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center; 
  z-index: 1;
}

 

 

/* Moving Indicator */
.tabs-indicator {
  position: absolute;
  top: 0.375rem;
  bottom: 0.375rem;
  left: 0;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  transition:
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 0; 
  will-change: transform, width;
}

/* Tab Panels */
.tab-panel {
  padding: 2rem 0px;
  background: transparent;
  border-radius: 8px;
  display: none;
  transform-origin: top;
  animation: slideIn 0.4s cubic-bezier(0.4, 0, 0.2, 1); 
}

.tab-panel[aria-hidden="false"] {
  display: block;
}

/* Animations */
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-8px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Focus styles */
.tab-button:focus-visible {
  outline: 2px solid #646cff;
  outline-offset: 2px;
}


/* Content styling */
.tab-panel h2 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  color: var(--primary-color);
}

.tab-panel p {
  line-height: 1.6;
  opacity: 0.9;
}

 
 

.tab-button{font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color: #515151;
text-align: left;
padding: 24px 15px 15px;

}
  main{background-color: rgba(238, 200, 149, 0.12)}
section.section__about{background: linear-gradient(181.54deg, rgba(255, 255, 255, 0.12) -5.8%, rgba(238, 200, 149, 0.12) 27.35%, rgba(240, 208, 164, 0.12) 60.03%, rgba(255, 255, 255, 0.12) 91.31%);}

.amenities-btn{position: absolute;  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);     background: #552A37; text-align: center;}
  .amenities-wrapper .section-btn{color: #fff !important; border-bottom: 1px solid #fff !important;}
.ame_sec1 {
        grid-column: 2 / span 5;
    grid-row: 2 / span 5;
}
.ame_sec2 {
        grid-column: 1 / span 8;
    grid-row: 7 / span 7;
}
.ame_sec3 {
  grid-column: 3 / span 3;
  grid-row: 4 / span 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
}
.ame_sec4 {
       grid-column: 7 / span 9;
    grid-row: 1 / span 6;
}
.ame_sec5 {
          grid-column: 9 / 15;
    grid-row: 7 / 13;
}
.location-wrapper{  background: url(../img/map.svg) center/cover; height: 720px;}
.inn-text{background: #FDEEDB;
}
.inn-text p{ 
font-family: Joan;

font-size: 18px;
line-height: 100%;

color: #552A37;
}
.inn-text p a{font-style: italic;color: #552A37 !important; }
.logos.ftr img{width: 233px;}
.logo-sec{display: flex;
        justify-content: center;
        align-items: center;
    }
	.seo-links ul li {
    margin-bottom: 0;
    list-style: disc;
    color: #F0DCBE;
}
.con-p{font-family: Joan;
font-weight: 400;
font-size: 24px;
line-height: 100%;

text-align: left;
color: #000;
}
.left-slide-rotate{transform: rotate(180deg);}
.starr{    display: flex
;
    justify-content: center;
    align-items: center;
    width: 120px;
    margin: 0 auto; position: relative; top: 15px;}
	.Reviews-p{font-family: Joan;
font-weight: 400;
font-size: 24px;
line-height: 100%;

text-align: center;
color: #fff;
}
.section-title-h2{font-family: BodoniFLF;
font-weight: 700;
font-size: 48px;
line-height: 54px;

color: #FDEEDB;

}
.arrow-with{    display: flex
;
    align-items: center;
    justify-content: center;}
.arrow-with .carousel-control{position: relative;}
.review-wrapper{margin-top: 230px;}
.tab-button{font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 20px;

color:#515151;
}
.tab-button span{font-family: Joan;
font-weight: 400;
font-size: 24px;
line-height: 40px;

color: #000;
}

.tab-button[aria-selected="true"] {
    /* color: #646cff; */
    background: #FDF8F2;}

	.attraction-wrapper{background: #FDEEDB;     padding: 40px 0px 50px;}
	
	.tab-button[aria-selected="true"]::after {
  content: "";
  display: block;
  width: 14px;
  height: 33px;
  background: url(../img/attraction-arrow.svg) center/cover no-repeat;
  position: absolute;
  left: auto;
    right: -14px;
    top: 50%;
    transform: translateY(-50%);
}
.section-title-h2-att{
font-family: BodoniFLF;
    font-weight: 700;
    font-size: 48px;
    line-height: 77px;
    
    color: #552A37;
    text-align: center;
}
.section-title-h2-att span{ font-family: Joan;
    font-weight: 400;
    font-size: 24px;
    line-height: 20px;
    
    text-align: center;
    color: #000;
    display: block; text-transform: none;}
	.guestroom-content{    border-right: 6px solid #552A38;
    border-top: 6px solid #552A38; right: 2.1%;}
	.guestroom-content::after {
  content: "";
    position: absolute;
    bottom: -6px;
    left: 30%;
    width: 50%;
    height: 6px;
    background-color: #552A38;
    right: -6px;
    left: auto;
}
.gallery_room_sec, .gallery_mainsec{background: #fdf8f2;}
.btn-div a{position: relative; font-family: Joan;
font-weight: 500;
font-size: 18px; 

color: #000; text-transform: capitalize;}


.button-icon {
  display: inline-flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.button-icon .icon1,
.button-icon .icon2 {
  transition: transform 0.3s ease;
}

.button-icon:hover .icon1 {
  transform: translateX(512%);
}

.button-icon:hover .icon2 {
  transform: translateX(-18%);
}

.button-icon .icon1{padding-right: 15px;} 
.section-btn{border: none !important; border-bottom: 1px solid #000 !important;}

#myCarousel span.red-box{font-family: BodoniFLF;
font-weight: 700;
font-size: 42.48px;
line-height: 54px;

    text-transform: none !important;
}
.gallery_cmn_cls .section-title-h2{font-family: BodoniFLF;
font-weight: 700;
font-size: 48px; 

color: #552A37;

}
 

.att-decor-text{     font-family: BodoniFLF;
    font-weight: 400;
    font-size: 58.04px; 
    
    color: #000;
    transform: scaleY(34%);
    transform: rotate(90deg);
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
	opacity: 0.2;

}
.ame-h2 {font-family: BodoniFLF;
font-weight: 700;
font-size: 28.19px; 

color: #F0DCBE !important;

}
.ame-h2 span{font-family: Joan;
font-weight: 400;
font-size: 13.44px;
line-height: 24px;

text-align: center;
color: #fff;display: block;

}
.section-btn { 
    font-size: 18px; 
}
.amenities-btn .icon1 img{filter: brightness(12);}
.amenities-btn{padding: 22px 17px;}
.amenities-boxes img{    width: 63px;}
 .attraction-btn-wrapper{text-align:center;}
 .gellery_sec6 {
    grid-column: 11 / 30;
    grid-row: 4 / span 4;
    text-align: center;
    /* line-height: 40px; */
    padding-top: 10px;
}
.review-wrapper .item h3{color: #fff;
    text-align: center;}
	.review-wrapper .review-content-autor{font-family: Joan;
font-weight: 400;
font-size: 16px;
line-height: 26px;

text-transform: uppercase;
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button{color: #552A37 !important;font-weight: 600;
    font-size: 22px;}
	.button-icon .icon1{position: relative;
    top: -2px; padding-right: 10px;}
	.section__main .carousel-indicators li.active ~ li{    background: #c8c8c8; border: none;}
	.section__main  .carousel-indicators .active:before {
    content: "";
    width: 18px;
    height: 3px;
    margin: 0;
    position: absolute;
    top: auto;
    left: 0px;
    background: #e1c7a4;
    bottom: -15px;
    border-radius: 2px;
} .section__main .carousel-indicators{bottom: 5%;} 
.section__main .carousel-indicators .active{background: #E1C7A4;}
.div__logo.logoBlk{margin-right: 82px;}
.hidden-xs.reservation_tab{margin-left: 52px;}
.attraction-btn-wrapper  .button-icon:hover .icon1 , 
.amenities-btn .button-icon:hover .icon1 , 
.guestroom-content .button-icon:hover .icon1,
.gallery_room_sec .button-icon:hover .icon1, 
.review-button-wrapper .button-icon:hover .icon1
{
    transform: translateX(482%);
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button{overflow: visible; display: inline-flex !important;}
.reservation-button.button-icon:hover .icon1{ transform: translateX(780%);}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button::after {
    content: "";
    height: 55px;
    width: 5px; 
    margin-right: 7px;
    position: absolute;
    right: -17px;
    top: 0;

  background-color: #e1c7a4;
  transition: right 0.4s ease;
}

.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
  position: relative;
  display: inline-block;
}

.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button:hover::after {
  right: -12px;
}
.location-inner-wrapper .button-icon:hover .icon1 {
    transform: translateX(612%);
}
.direction-btn-de {justify-content: left; margin-left: 6%;}
.review-button-wrapper .icon_img{filter: brightness(7.5);} 
.review-wrapper .review-content-autor{text-align: center !important;}
.review-button-wrapper{margin-top: 30px;}
.review-wrapper .section-btn{border-bottom: 1px solid #fff !important;}
.guestroom-pera + .row .guestroom-btn-wrapper{padding: 30px 0px 20px;}
.gallery_cmn_cls .section-title-h2{line-height: 75px;}
 .row.seo-links::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* border height */
  background: url('../img/lastimg-footr.svg') no-repeat center;
} 
.footer_element, .location-wrapper{margin: 0px;} 
.section-btn{font-family: Joan;}
.dfs-ftr{display: flex;}
.dfs-ftr .ftr-btn{margin-right: 20px;}
.tab-button { 
  transition: background-color 0.3s ease;
  
}

.tab-button:hover {
 /* background-color: #FDF8F2 !important; */
}
.second-row{ padding-top: 60px !important;}


	.footer-social-icons ul.list-unstyled{display: grid;
        grid-template-columns: 1fr 1fr 1fr;     gap: 25px;}
		@media screen and (min-width: 992px){ .homm .carousel-inner .item p{    background: rgba(0, 0, 0, 0.5); 
    display: inline-block;
    padding: 10px 30px;}}
	.flexx1, .guestroom-wrapper .guestroom-pera{text-transform: none;}
@media screen and (max-width: 1199px){
.topRservationSection .navbar-inverse .navbar-nav > .active > a, .topRservationSection .navbar-inverse .navbar-nav > .active > a:focus, .topRservationSection .navbar-inverse .navbar-nav > .active > a:hover, .topRservationSection .navbar-inverse .navbar-nav>li>a:focus, .topRservationSection .navbar-inverse .navbar-nav>li>a:hover{color: #552A37 !important; border-bottom: 2px solid #552A37 !important}
.guestroom-content{
width: 33%;
} .location-wrapper{height: auto; } .location-content-mainwrapper{padding: 60px 0px;}}

@media screen and (min-width: 992px) and (max-width: 1199px){ #myCarousel span.red-box{font-size: 30px;}
.custom__header{position: absolute;} .gallery_room_sec{ grid-template-rows: 1% 5% 1% 12% 1% 12% 1% 17% 1% 17% 1% 5% 1% 6% 1% 5% 1% 5% 1% 5% 1% 5%;
        grid-template-columns: 1% 15% 1% 3% 10% 1% 10% 1% 12% 1% 10% 1% 12% 1% 10% 1% 5%;}}
@media screen and (max-width: 991px){
.inn-text p{padding-bottom: 15px;}
.amenities-wrapper{margin: 0px;}
.location-content-mainwrapper {
        padding: 0px 0px 50px;
    }
	.direction-btn-de {
    justify-content: center;
    margin-left: 0px;
}
.starr img{width: 18px; height: 18px;}
.carousel-inner .item, .carousel-inner .item div, .carousel-inner .item p, .carousel-inner .item span {
   
    line-height: 1;
    text-align: center;
	
}
.amenities-wrapper .section-btn{border-bottom: 1px solid #000 !important;     color: #000 !important;}
#myCarousel span.red-box{     font-size: 21.48px;
    line-height: 34px;
} .sec-amenitis {display: block;}  
   .guestroom-content {
        width: 33%;
        position: relative;
        width: 100%;
        right: 0;
        left: 0;
        border: none;
    }
.tab-button[aria-selected="true"]::after, .guestroom-content::after{display: none;}
.review-wrapper {
    margin-top: 40px;
} .vert-lne{display: none;}
.section-title-h2{font-size: 35px;}
.location-wrapper{background: none;}
.row-list-item .sections{border: none;}
.footer-btn{flex-direction: column;} .seo-links ul li{text-align: left;}
.guestroom-content {
      
    padding: 15px 0px 0px;
    
} 
.attraction-wrapper {
    background: #FDEEDB;
    padding: 0px 0px 0px;
	margin-top: 0px;
} 

.gal_imgscmncls {
    width: 100%;
    /* object-fit: cover; */
    /* height: 250px; */
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.pad-mob{    padding: 0px 8px !important;}
}

@media screen and (max-width: 767px){
.review-wrapper .arrow-with .carousel-control {
    position: absolute;
    bottom: -15px;
    top: auto;
}  .arrow-with {
    display: block;}
	.review-wrapper p.section-description{width: 100%; font-size: 16px;} 
h2.section-title-h2{font-size: 37px !important;}
.Reviews-p, h2.section-title-h2-att{         font-size: 37px !important; 
        font-family: BodoniFLF;
        text-transform: uppercase; }

.amenities-grid{    grid-template-columns: 1fr;
} .amenities-grid{    grid-gap: 20px;}  .pad-mob img,   .guestroom-img {
        height: 200px;
        object-fit: cover;
    } .gellery_sec1 {
        height: auto;
    }
	.contact-mob-pad img{height: auto;} .dfs-ftr{flex-direction: column;}
	.footer-social-icons ul.list-unstyled{gap: 0px;}
}
@media screen and (min-width: 1200px) and (max-width: 1300px){.location-wrapper .section-title-h2{font-size: 40px;} .sidenav.smaller  .home_resnew.notranslate.width80{position: relative;
        left: 30px;}
.att-decor-text{  right: 20px;}}
@media screen and (min-width: 1350px){ .smaller .menu-icon{        left: 2% !important;}}
@media screen and (min-width: 1200px){ 
.section__main .carousel-caption{      
        padding-bottom: 30px;
        top: 50%;

}}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{font-weight: 400;
    color: #F0DCBE !important;
    border-bottom: 2px solid #F0DCBE !important; }
	.navbar-inverse .navbar-nav>li.div__logo.logoBlk >a:hover,  .navbar-inverse .navbar-nav>li.reservation_tab>a:hover,.div__logo.logoBlk > a:hover{border-bottom: none !important; }