:root {
  --white: #fff;
  --black: #000;
  --primary: #8B1A1D;
  --primary-dark: #8B1A1D;
  --primary-light: #337ab7;
  --primary-light-rgb: 42, 99, 60;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
  --text-color: #313131;
  --btn-color: #0d0d0d;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "all-round-gothic";
  src: url("../fonts/all-round-gothic.woff2") format("woff2"),
    url("../fonts/all-round-gothic.woff") format("woff");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: 'Lora-Bold';
  src: url('../fonts/Lora-Bold.woff2') format('woff2'),
    url('../fonts/Lora-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora-Medium';
  src: url('../fonts/Lora-Medium.woff2') format('woff2'),
    url('../fonts/Lora-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lora-SemiBold';
  src: url('../fonts/Lora-SemiBold.woff2') format('woff2'),
    url('../fonts/Lora-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-Bold';
  src: url('../fonts/PlusJakartaSans-Bold.woff2') format('woff2'),
    url('../fonts/PlusJakartaSans-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PlusJakartaSans-Regular';
  src: url('../fonts/PlusJakartaSans-Regular.woff2') format('woff2'),
    url('../fonts/PlusJakartaSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-SemiBold';
  src: url('../fonts/SourceSans3-SemiBold.woff2') format('woff2'),
    url('../fonts/SourceSans3-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-Bold';
  src: url('../fonts/SourceSans3-Bold.woff2') format('woff2'),
    url('../fonts/SourceSans3-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-Medium';
  src: url('../fonts/SourceSans3-Medium.woff2') format('woff2'),
    url('../fonts/SourceSans3-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-Regular';
  src: url('../fonts/SourceSans3-Regular.woff2') format('woff2'),
    url('../fonts/SourceSans3-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-ExtraBold';
  src: url('../fonts/SourceSans3-ExtraBold.woff2') format('woff2'),
    url('../fonts/SourceSans3-ExtraBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SourceSans3-Italic';
  src: url('../fonts/SourceSans3-Italic.woff2') format('woff2'),
    url('../fonts/SourceSans3-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}



html {
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: 'SourceSans3-Regular';
  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: #fff !important;
}

.__akia-chat-icon-wrapper {
  z-index: 98;
}


.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;
}

.effects4.shadowboxdiv.NA.carousel-caption {
  bottom: 30%;
  left: 9%;
  max-width: 600px;
  text-align: left;
  justify-content: left;
  align-items: start
  ;
}

#myCarousel span.red-box {
  color: #FFF;
  font-family: 'Lora-Bold';
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
}

#myCarousel p.color_g {
  color: #FFF;
  text-align: left;
  font-family: 'SourceSans3-SemiBold';
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

#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%;
  padding: 20px 0;
}

.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: #0d0d0d;
  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: relative;
  z-index: 100;
  /* top: 0; */
  left: 0;
  /* bottom: 70px; */
  /* background: #f5f3f0 !important; */
  /* overflow-x: hidden; */
  transition: 0.5s;
}

.sidenav.smaller .container {
  padding: 0;
}

.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;
}

.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: absolute;
  width: 100%;
  z-index: 3;
  margin-top: -1px;
}

.div__logo img {
  width: 90px;
  margin: auto;
}

.div__logo {
  position: relative;
  top: 0;
  left: 0;
  max-width: 150px;
  width: 150px;
  z-index: 1;
  float: left;
}

.smaller .div__logo.logoBlk {
  display: none;
}

.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;
  background: rgba(0, 0, 0, 0.10);
  backdrop-filter: blur(2.5px);
}

.custom__header.smaller {
  background: var(--primary-dark);
}

.sidenav.smaller .datepicker-label {
  color: #8B1A1D !important;
  background: transparent;
}

.sidenav.smaller .customedeatetimesin,
.sidenav.smaller .customedeatetimesout,
.sidenav.smaller .respop_heading,
.sidenav.smaller .specialcode2 {
  background: transparent;
  color: #000 !important;
  border-color: #000 !important;
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
}

.custom__header .navbar-inverse .navbar-nav>li>a {
  color: var(--white);
  font-size: 15px;
  text-transform: uppercase;
  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;
  background: #E71B23 !important;
  padding: 10px 19px 14px;
  /* height: 42px; */
  color: #FFF;
  text-align: center;
  font-family: 'Lora-SemiBold';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 2px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
}

.custom__header .navbar-inverse .navbar-nav>li>a {
  transition: 0.5s all;
  box-shadow: none;
  color: #FFF !important;
  font-family: 'Lora-SemiBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.top-header a {
  color: #FFF;
  text-align: right;
  font-family: 'Lora-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

.top-header {
  display: flex;
  gap: 24px;
  justify-content: end;
  position: relative;
  right: 4%;
}

.top-header img {
  margin-right: 4px;
  font-size: 14px;
}

ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0;
}

.reservation_tab {
  text-align: center;
  float: right !important;
}

.custom-hidden-tblt {
  margin: 20px 0 16px;
}

.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: #8b1a1d;
  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;
  left: 10px;
  top: 7px;
  color: #fff !important;
  font-size: 20px;
  z-index: 1;
}

.smaller .wide_cal .add-on {
  color: #0d0d0d !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;
  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;
  padding: 0 20px;
}

.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 #0d0d0d;
}

.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 #0d0d0d;
  -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 {
  padding: 0 25px;
  height: 42px;
  font-family: 'SourceSans3-Medium';
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  border-radius: 2px;
  background: #E71B23 !important;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
  border-color: #E71B23;
  display: flex;
    align-items: center;
    gap: 10px;
}

#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: #0d0d0d;
  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 {
  border-bottom: 3px solid #8B1A1D;
    display: inline-block;
    padding-bottom: 7px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    color: #8B1A1D;
    text-align: center;
    font-family: 'Lora-Bold';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.animatedheight-inner-overview a {
    color: #4A5565 !important;
    text-align: center;
    font-family: 'SourceSans3-SemiBold';
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.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 {
  display: flex;
  width: 38px;
  height: 38px;
  padding: 8px 9px 10px 13px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(5px);
  bottom: 25%;
  top: auto;
  z-index: 1;
  margin-left: 10%;
}

#myCarousel a.right.carousel-control {
  left: 80px;
}

#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: 80px;
  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);
  text-align: center !important;
}

.about-description h2 a {
  color: #4A5565 !important;
  text-align: center;
  font-family: 'SourceSans3-SemiBold';
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.about-description p {
  color: #4A5565;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px;
  /* 162.5% */
}

.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 80px 0;
  /* background-color: #fff; */
}

.about-title-1 {
  margin-top: 0;
  margin-bottom: 5px;
  color: #8B1A1D;
  text-align: center;
  font-family: 'Lora-Bold';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
}

.about-btn {
  text-align: center;
  margin-top: 40px;
  position: absolute;
  bottom: 0%;
  width: 98%;
  z-index: 1;
}

.btn.btn2 {
  color: #343736;
  text-transform: uppercase;
  font-size: 25px;
  transition: all 0.5s ease;
}

.highlight {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight:after,
.highlight:before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
}

.highlight:before {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}

.highlight:after {
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.highlight:hover {
  color: var(--primary);
}

.highlight:hover:after,
.highlight:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.highlight:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}

.highlight:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 20px;
  background: var(--primary-light);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  position: relative;
  transition: all 0.2s ease;
  outline: 0;
}

.owl-dots {
  margin-top: 20px;
  margin-left: 20px;
}

.picrectwrap button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 1px solid #6c8485;
  transition: all 0.2s ease;
}

.specials_packages button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 1px solid #6c8485;
  transition: all 0.2s ease;
}

.reviews_wrapper button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -13px;
  left: -13px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 2px solid var(--primary-dark);
  transition: all 0.2s ease;
}

.owl-carousel button.owl-dot {
  outline: 0;
}

.picrectwrap .owl-carousel1 .owl-stage-outer {
  box-shadow: -2px -1px 20px 3px rgba(0, 0, 0, 0.26);
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: 0;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.gofull {
  -webkit-transition: width 2s;
  transition: width 2s;
}

.fullshow {
  -webkit-animation: fullsize 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: fullsize 1s forwards;
  animation-delay: 0.5s;
  margin: 0 auto;
}

.picrectwrap {
  margin-right: -30px;
}

.picrectwrap img {
  width: 100%;
  height: auto;
}

.specailimg img {
  width: 100%;
  height: auto;
}

.specials_packages {
  position: relative;
  padding: 80px 0;
}

.specials_packages:before {
  position: absolute;
  content: "";
  top: 50px;
  left: 90px;
  right: 0;
  margin: 0 auto;
  width: 58%;
  height: 46%;
  border: 2px solid #ccc;
}

.box {
  background: #50bf2b;
  overflow: hidden;
  position: relative;
}

.box:before {
  content: "";
  background: repeating-linear-gradient(45deg,
      transparent,
      transparent 10px,
      rgba(255, 255, 255, 0.1) 10px,
      rgba(255, 255, 255, 0.1) 20px);
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}

.box:hover:before {
  opacity: 1;
}

.box img {
  width: 100%;
  height: auto;
  transform-origin: 0 0;
  transition: all 0.4s ease-in-out;
}

.box:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}

.box .box-content {
  color: var(--white);
  background: linear-gradient(to bottom, transparent, #333, #000);
  text-align: right;
  letter-spacing: 4px;
  width: 100%;
  padding: 20px 30px 15px 10px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.45s ease;
}

.box:hover .box-content {
  letter-spacing: 0;
  padding: 20px 15px 15px 10px;
  opacity: 1;
}

.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.box .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.explore-title span {
  margin-top: 20px;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

.explore-title span em {
  color: var(--primary-dark);
  font-style: normal;
}

.explore-slider-wrapper {
  padding: 80px 50px;
  box-shadow: 0 0 8px 0 #b7b7b7;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
  z-index: 1;
  text-align: justify;
}

.owl-carousel.owl-carousel1 {
  z-index: 0;
}

.explore-desc {
  position: relative;
}

.explore-desc:before {
  position: absolute;
  content: "";
  width: 636px;
  height: 150%;
  background: var(--primary-light);
  top: 0;
  left: 215px;
}

.specials_packages .owl-theme .owl-dots .owl-dot span {
  background: var(--primary-dark);
}

.specials_packages button.owl-dot.active span:before {
  border: 1px solid var(--primary-dark);
}

.explore-text p {
  color: var(--primary-dark);
  font-weight: 600;
  display: none;
}

.specials-title span {
  margin-top: 20px;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 50px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: var(--primary-dark);
  padding: 0 30px;
  overflow: hidden;
  position: relative;
}

.specials-title {
  padding-top: 50px;
}

.specials-content-wrapper {
  padding: 40px 0 10px;
  text-align: justify;
  text-align-last: left;
  font-weight: 600;
}

.owl-carousel1 .owl-dots {
  text-align: right;
  margin-right: 50px;
}

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;
  display: flex;
  gap: 10px;
}

.newsletter .form-control {
  background-color: #fff;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 48px;
  padding: 16px 24px;
  border-radius: 0 !important;
  /* -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;
}

button#subscribe_form_standalone span.arrow-circle {
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
}

button#subscribe_form_standalone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s;
  align-self: flex-start;
}

.newsletter .btn:focus {
  outline: 0;
}

.newsletter .form-control::placeholder {
  color: #99A1AF;
  font-family: "Source Sans 3";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#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 {
  color: #FFF;
  text-align: justify;
  font-family: 'SourceSans3-SemiBold';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 13px 18px;
}

.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: #0d0d0d;
  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;
}

.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;
  padding: 0 60px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 20px;
  background: #F5F3F0;
  margin-bottom: 12px;
}

.row-list-item .sections {
  padding: 20px 0;
  height: auto;
  width: 25%;
}

.seo-links .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 2%;
  align-items: center;
  padding: 19px 0 18px;
  background: #8B1A1D;
}

.logos img {
  height: 120px;
  width: auto;
}

/* .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: #0d0d0d !important;
  background-image: none !important;
}

.pro-links-left a {
  color: rgba(20, 32, 84, 1);
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}

.pro-links-left,
.pro-links-right {
  color: #1E1E1E;
  font-family: 'SourceSans3-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 15px 0 0;
}

.pro-links-left p,
.pro-links-right p {
  margin: 0 !important;
}

.pro-links-right {
  justify-content: end;
}

.logos {
  display: flex;
  /* margin: 10px 0; */
  justify-content: center;
}

.footer-links {
  overflow: hidden;
  padding: 10px 20px 12px 20px;
}

.seo-links ul li {
  margin-bottom: 0;
}

.footer-SEOlinks ul li a {
  font-size: 16px;
  color: #1E1E1E;
  line-height: 20.4px;
  font-weight: 400;
  text-align: justify;
}

.row-list-item .sections ul li a {
  color: #000;
  text-align: center;
  font-family: 'SourceSans3-Medium';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.footer-links ul li a {
  color: #FFF;
  font-family: 'Lora-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.row-list-item .sections ul {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer-links .left {
  text-align: center;
}

.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: #0d0d0d;
  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: #0d0d0d !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: #0d0d0d;
  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: var(--primary);
  margin-bottom: 6px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

.menu-icon__line-left {
  width: 20px;
}

.menu-icon__line-right {
  width: 20px;
  float: right;
}

@media (min-width: 1200px) {
  .sidenav .container {
    border-radius: 2px;
    background: #8B1A1D;
    box-shadow: 0 10px 20px -12px rgba(139, 26, 29, 0.20);
    padding: 24px;
    position: relative;
    bottom: 70px;
            margin-bottom: -70px;
  }

  .respop_heading,
  .sidenav .closebtn {
    display: none;
  }

  .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: #0d0d0d;
    box-shadow: none;
  }

  .section__booking .navbar-toggle .icon-bar {
    background: var(--white);
  }

  .section__booking.smaller .navbar-header,
  .section__booking.smaller .scroll-reservation-but {
    display: inline-block;
  }

  .smaller#reservationpop .closebtn {
    display: none;
  }

  .smaller#reservationpop>.container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
  }

  .rct_wdgt .smaller#reservationpop>.container {
    top: 50px;
  }

  .smaller#reservationpop {
    background: 0 0;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
  }

  .smaller #mySidenav {
    z-index: 999;
  }

  .smaller .navbar-toggle {
    margin: 28px 0;
  }

  .custom__header.smaller {
    position: fixed;
    min-height: 91px;
    border-bottom: 1px solid #8B1A1D;
  }

  .custom__header.smaller ul.top-nav-ul.nav.navbar-nav {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  section.amenities-wrapper p.section-heading {
    font-size: 18px !important;
  }

  .amenities-wrapper .section-description {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .amenities-boxes {
    padding: 15px 9px !important;
  }

  .top-header {
    right: 1%;
  }

  .footer-social-icons ul li {
    margin: 0px 20px;
  }

  .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) {
  .room_home .fas {
    border: 1px solid #fff !important;
  }

  .fullshow {
    -webkit-animation: none;
    -webkit-animation-delay: 0s;
    animation: none;
    animation-delay: 0s;
  }

  .navbar-header {
    top: 5px;
    position: relative;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 13px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
  }

  #reservationpop #get_header_avaibility {
    padding-bottom: 15px;
  }

  #reservationpop .closebtn {
    display: none;
  }

  #reservationpop .search-btn-div {
    text-align: center;
    justify-content: center;
        display: flex;
  }

  #reservationpop {
    position: inherit;
    margin: 0 auto;
    width: 100% !important;
    background: #8B1A1D !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: #D4A574 !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) {

  .smaller span.wide_cal svg path,
  .smaller .specialcode2 .room_home svg path,
  .smaller .chid-room-div .selectdiv svg path {
    fill: #000;
  }

  .amenities-wrapper .section-description {
    min-height: 100px;
  }

  .amenities-box-wrapper .d-flex:after {
    content: "";
    position: absolute;
    right: 0;
    top: 52%;
    transform: translateY(-50%);
    width: 1px;
    height: 170px;
    background: #8B1A1D;
  }

  .check_ininput::after,
  .check_outinput::after,
  .chid-room-div::after,
  .promocode-div::after {
    content: "";
    position: absolute;
    right: 0;
    top: 65%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    opacity: 0.2;
    background: #FFF;
  }
  .smaller .check_ininput::after,
  .smaller .check_outinput::after,
  .smaller .chid-room-div::after,
  .smaller .promocode-div::after{
    background: #e71b23;
  }
  .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) {
  section.amenities-wrapper {
    padding: 0 !important;
  }

  .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;
  }

  .div__logo {
    max-width: 150px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 26px auto;
  }

  .menu-icon {
    position: absolute;
    left: 20px;
  }

  .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;
  }

 

  #promo_code {
    border-color: #fff !important;
    color: #fff !important;
  }

  .specialcode2 span {
    color: #fff !important;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 12px 5px 12px 15px;
  }

  .custom__header.smaller {
    position: fixed;
    display: none;
  }

  .social-btns ul li {
    margin-right: 10px;
  }

  .company {
    padding: 20px 0;
  }

  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 2;
    top: 62px;
  }

  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }

  .wide_cal .add-on {
    top: 12px !important;
  }

  .section__footer {
    margin: 0 0 0;
  }

  .section__compdetails {
    font-size: 14px;
  }

  .footer-links ul li a {
    font-size: 14px;
  }

  .footer-div {
    width: 100%;
    margin: 0 auto;
            padding: 15px !important;
  }

  .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) {
  .scroll-down-indicator {
    display: none !important;
}
.effects4.shadowboxdiv.NA.carousel-caption {
    bottom: 10%;
            left: 0;
  }
  .row.seo-links .list-unstyled.left li::after {
    content: none !important;
  }

  .guestroom-wrapper {}

  .nl-content {
    padding: 20px;
  }

  .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: 61px !important;
  }

  .section__main .carousel-inner>.item::after {
    background: linear-gradient(to bottom,
        #000 0,
        rgba(0, 0, 0, 0.76) 23%,
        rgba(0, 0, 0, 0.07) 40%,
        rgba(0, 0, 0, 0.15) 71%,
        rgba(0, 0, 0, 0) 100%);
  }

  .social-btns .btn {
    width: 55px;
    height: 55px;
    line-height: 51px;
  }

  .social-btns .btn .fab {
    font-size: 30px;
  }

  .social-btns ul li {
    line-height: 4;
    margin: 0 10px;
  }

  .about-title-2 {
    font-size: 25px;
    margin-top: 0;
  }

  .mobile0verviewinnwerdiv h2 {
    font-size: 20px;
  }

  .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;
  }

  #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: #8B1A1D;
    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) {
  .tab_room.pullme.chid-room-div {
    text-align: center;
  }

  .specialcode2 .room_home {
    justify-content: center;
  }

  .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) {
  .review-header p.top-label {
    text-align: center !important;
  }

  .review-header p.section-description {
    text-align: justify;
  }

  .attraction-grid {
    display: block !important;
    height: auto !important;
  }

  .newsletter .form-group {
    flex-direction: column;
  }

  .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: 23px 10px 13px;
  }

  a.footer-btn.access {
    margin-top: 7px !important;
  }

  #Carouselamenities span.tab-title-item {
    top: 60px !important;
  }

  #roomstype .aamentities .tab-title-item {
    top: 30px !important;
    left: 30px !important;
  }

  .menu-icon {
    top: 10px !important;
    right: 10px !important;
  }

  .nav-active .menu-icon {
    top: 25px !important;
    right: 19px !important;
  }

  .newsletter .form-control {
    padding: 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;
    text-align: justify;
  }

  .guestroom-wrapper p.top-label,
  .guestroom-wrapper .section-title-h2 {
    text-align: center !important;
  }

  .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%;
    right: 0;
    left: 0;
    margin: 10px auto;
  }

  .navbar-toggle {
    margin-top: 55px;
    background: 0 0;
  }

  .smaller .div__logo {
    display: none;
  }

  .roomscroll {
    max-height: 100%;
    overflow-y: auto;
  }

  .carousel-control {
    font-size: 30px;
  }

  .carousel-caption {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .room_title span {
    background-color: transparent !important;
    color: #000;
    text-align: left;
    height: auto;
    display: block;
  }

  .section__booking .quick-booking {
    padding: 15px 10px 20px 10px;
  }

  .carousel-caption {
    bottom: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    /* 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: #0d0d0d;
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}

.footer-logo {
  padding: 30px 0 20px;
}

.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) {
  .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: 18px;
    color: #343333;
    margin-bottom: 0;
  }

  .about-btn {
    bottom: -20px !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: #8b1a1d;
}

.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: #0d0d0d;
}

.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) {
  section.amenities-wrapper p.section-heading{
    font-size: 18px !important;
  }
  .map-img img {
    width: 100% !important;
    height: 500px !important;
  }
  .smaller span.wide_cal svg path,
  .smaller .specialcode2 .room_home svg path,
  .smaller .chid-room-div .selectdiv svg path {
    fill: #fff !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) {
  .attraction-grid {
    display: block;
    height: auto;
  }

  #myCarousel p.color_g {

    text-align: center !important;
    font-size: 14px;
  }

  #myCarousel .carousel-control {
    margin-left: 0 !important;
  }

  .guestroom-inner-1 .row {
    flex-direction: column;
  }

  .guestroom-wrapper .guestroom-pera {
    max-width: 100% !important;
  }

  /* .hs-story-card.active:after{
    right: -25px !important;
  } */
  .stats {
    min-width: 100% !important;
  }

  section.amenities-wrapper {
    padding: 15px !important;
  }

  .amenities-box-wrapper .d-flex {
    padding: 0 !important;
  }

  .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) {
  .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: #8B1A1D !important;
    margin-bottom: 20px;
  }

  .mega_section:before {
    background: rgba(0, 0, 0, 0.85);
  }

  .menu-icon {
    position: absolute;
    right: 20px;
    left: 10px;
  }

  .nav-active.rct_wdgt .menu-icon,
  .rct_wdgt .smaller .menu-icon {
    top: 70px !important;
  }

  .menu-dropdown {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-right {
    padding: 0;
    margin-top: 0;
  }

  .nav__list-item {
    display: block;
    margin-bottom: 10px;
  }

  .menu-icon__line {
    background-color: var(--white);
  }

  .nav__list-item a {
    margin-right: 0;
    padding-left: 25px;
    text-align: left;
    line-height: 2;
    text-transform: uppercase;
    font-size: 22px;
  }

  span.menu-title {
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
    text-align: left;
    font-size: 22px;
  }

  li.nav__list-item.active {
    background: #f2eeee57;
  }

  .nav-active .nav__content {
    position: fixed;
    top: 0;
    transform: translate(0, 10%);
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 200;
    cursor: pointer;
    overflow: auto;
    height: 650px;
  }

  .nav-active .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) {
  .amenities-boxes.amenities-box-5 {
    display: none;
}
  .attraction-grid {
    display: block !important;
    height: auto !important; 
  }

  .attraction-card.card2,
  .attraction-card.card3,
  .attraction-card.card4,
  .attraction-card.card5 {
    display: none;
  }
  .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 .carousel-inner .item:before {
  position: absolute;
  content: "";
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
  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: var(--white);
  width: 42px !important;
  height: 7px;
  border-radius: 21px;
  transition: height 1s, background 0.2s;
  margin: 0;
  border: none;
  margin: 0 10px;
  display: inline-block;
  z-index: 1;
  border: 1px solid #fff;
  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: 95px !important;
  height: 7px;
  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: #FAF9F7;
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.footer-btn {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}

a.footer-btn.access {
  background: #224ab0 !important;
  margin-top: 0;
}

.footer_line img {
  margin-left: -103px;
  width: 240%;
}

.footer-social-icons ul li a {
  color: #E31B23 !important;
}

.section__footer .container {
  width: 86%;
}


.footer-social-icons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}

.footer-social-icons p {
  color: #D4A574;
  font-family: 'SourceSans3-SemiBold';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0px;
}

.footer-social-icons ul.list-unstyled {
  display: flex;
  margin-top: 10px;
  justify-content: center;
}

.footer-social-icons ul li:hover {
  transform: translateX(0px);
}

.footer-social-icons ul li {
  width: 50px;
  height: 50px;
  background-color: transparent;
  /* padding: 4px -6px; */
  text-align: center;
  /* line-height: -4px; */
  margin: 0px 10px;
  display: block;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-46deg);
  background: transparent;
  border-top: 1px solid #E31B23;
  border-right: 1px solid #E31B23;
}

.footer-social-icons ul li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 25px;
  margin: 4px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(45deg);
  border: 1px solid #000;
}

.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-meetings .meetings-btn a:hover {
  color: #fff;
}

.readles {
  padding: 1px 32px !important;
}

.eat-btn .btns,
.meetings-btn a {
  padding: 6px 21px;
}

.text-warning {
  color: #0d0d0d;
  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;
}

.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: #0d0d0d;
}

.footer-po {
  position: relative;
  padding: 0;
}

.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: 0%;
  }

  .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: 1% 0 5% 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) {
  .footer-social-icons ul li {
    margin: 0 15px;
  }

  section.amenities-wrapper {
    padding: 0;
  }
}

@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;
  }
}

.section-padding .button_bg {
  background-color: #0d0d0d !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 {
  border-radius: 4px;
  border: 1px solid #353535;
  background: #353535;
}

#google_translate_element .langClass {
  display: flex;
  gap: 7px;
}

.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: #0d0d0d !important;
}

.carousel-inner .item,
.carousel-inner .item div,
.carousel-inner .item p,
.carousel-inner .item span {
  text-transform: uppercase !important;
  line-height: 1;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: #ffffff00 !important;
}

@media screen and (max-width: 450px) {
  .menu-icon {
    display: block;
  }

  .wedwraps .spc_pack-btn {
    text-align: center;
    margin: 1% 3% 15% !important;
  }

  .room_description-nav .book {
    display: flex !important;
    justify-content: center !important;
    align-items: baseline !important;
  }
}

.room-main .room-block {
  margin-top: 30px;
  padding-bottom: 30px;
}

#reservationpop .home_resnew {
  display: flex;
  justify-content: center;
}

.section__headerbg .section__main .item {
  position: relative;
}

#weather .weather-box .P0.weather-card {
  padding: 15px !important;
}

@media screen and (min-width: 1200px) {

  .smaller #no_of_adult,
  .smaller #no_of_child,
  .smaller #no_of_infants,
  .smaller #no_of_rooms {
    color: #0d0d0d !important;
    background: none;
    border: none;
    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;
      background: transparent;
    border: none;
}

.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) {}

.rooms-code-title {
  padding: 0 20px;
}

.datepicker-label,
.rooms-code-title {
  color: #D4A574 !important;
  font-family: 'SourceSans3-Bold';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.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: #0d0d0d;
  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 #0d0d0d;
  background: #0d0d0d;
  text-transform: capitalize;
}

.wedwraps .spc_pack-btn a:active {
  color: #0d0d0d;
  background: #000;
}

.wedwraps .spc_pack-btn a:hover {
  color: #0d0d0d;
  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 #0d0d0d !important;
}

.featured-icon em:hover,
a.featured-icon-a.active em {
  color: #0d0d0d !important;
}

.summary {
  border-left: 4px solid #0d0d0d !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: #0d0d0d !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;
  }
}


.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: #0d0d0d !important;
}

.button_bg:hover {
  background-color: #0d0d0d !important;
}

.connect-us-div {
  background: #0d0d0d !important;
}

.button_bg span {
  background-color: #0d0d0d !important;
}

.button_bg span:hover {
  background-color: #0d0d0d !important;
}

@media (max-width: 480px) {
  #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: #0d0d0d !important;
  }
}

@media (max-width: 768px) {
  #reservationpop {
    background: #8B1A1D !important;
  }

  .smaller#reservationpop .container {
    background: none !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;
    top: 10px;
    left: 5px;
    padding: 10px;
    font-size: 10px;
    background: #E71B23;
    border: 1px solid #E71B23;
  }

  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
}

@media screen and (min-width: 1024px) {
  .sidenav .datepicker-label {
    background: none !important;
  }

  #promo_code {
    border-color: #000;
  }

  input#promo_code::placeholder {
    color: #8a8a8a !important;
  }

  .sidebar-ca input#promo_code::placeholder {
    color: #fff !important;
  }

  .sidebar-ca.smaller input#promo_code::placeholder {
    color: #8a8a8a !important;
  }

  #promo_code::placeholder {
    color: #fff !important;
  }

  .sidenav .specialcode2,
  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout {
    color: #000;
    border-color: #fff;
  }

  .sidenav .specialcode2 {
    background: none !important;
  }

  .sidenav.smaller .specialcode2 {
    color: #fff !important;
    border-color: #000;
  }

  .custom__header .navbar-nav>li>a.reservation-icon {
    color: #fff !important;
    padding: 13px;
    bottom: 10px;
    font-size: 13px;
    background: #E71B23;
    border: 1px solid #E71B23;
  }

  .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 !important;
  }

  .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) {
  .amenities-boxes.amenities-box-5, .amenities-boxes.amenities-box-4 {
    display: none;
}
  .about-description p {
    text-align: justify;
}
  .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: 50% 50%;
  }

  .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 .datepicker-label,
  .sidenav.smaller .rooms-code-title {
    color: #D4A574 !important;
  }

  .sidenav.smaller .room_home .fas,
  .sidenav.smaller .specialcode2 a {
    color: #0d0d0d !important;
  }

  .sidenav.smaller .room_home .fas {
    border: 1px solid #0d0d0d !important;
  }

  .sidenav.smaller .customedeatetimesin,
  .sidenav.smaller .customedeatetimesout,
  .sidenav.smaller .respop_heading,
  .sidenav.smaller .specialcode2 {
    background: transparent;
    color: #0d0d0d !important;
    border-color: #0d0d0d !important;
  }



  #promo_code {
    border: none !important;
    color: #fff !important;
  }

  #promo_code::placeholder {
    color: #0d0d0d !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: -20px !important;
  }

  .custom__header .navbar-inverse .navbar-nav>li>a.reservation-button {
    font-size: 16px;
    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;
  color: #4A5565;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 29.25px;
}

#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 {
  padding-top: 36px;
  background: #FAF9F7;
}

.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;
  }

  .section-padding .home-mobileboxoverviews-overview {
    padding-bottom: 26px !important;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .amenities-boxes.amenities-box-5 {
    display: none;
}
.amenities-box-wrapper .d-flex.box-4:after{
width: 0;
}
.amenities-box-wrapper{
  grid-template-columns: repeat(4, 1fr) !important;
}
  .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) {
  .review-section {
        padding: 0;
    }
    .location-info-grid{
      grid-template-columns: 1fr 1fr 1fr !important;
    }
    .location-content-wrapper p.section-description{
      margin-bottom: 20px !important;
    }
    .cards-row{
      margin: 0 !important;
    }
    .review-section{
              padding: 40px 5px !important;
    }
  .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%;
  }
}

.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: 29px 0;
  }

  .drop_for_destination:hover .destination_child,
  .drop_for_gallery:hover .gallery_child,
  .drop_for_specials:hover .specials_child {
    display: block !important;
  }

  .top-nav-ul .destination_child,
  .top-nav-ul .gallery_child,
  .top-nav-ul .specials_child {
    margin-top: 0 !important;
  }
}

/* new css */
/* Start Common Css */
.section-title-h2 {
  color: #8B1A1D;
  font-family: 'Lora-Bold';
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  margin: 0 0 16px;
}

p.top-label {
  color: #D4A574;
  font-family: 'SourceSans3-SemiBold';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.2px;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
  padding-bottom: 16px;
}

.section-description {
  margin: 0;
  color: #4A5565;
  text-align: center;
  font-family: 'SourceSans3-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* Unique Premium Button Hover */

.section-btn {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  border-radius: 2px;
  background: #E71B23;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10),
    0 2px 4px -2px rgba(0, 0, 0, 0.10);
  display: flex;
  padding: 12px 22px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.35s ease;
  z-index: 1;
  font-family: 'Lora-SemiBold';
  text-transform: uppercase;
  border-color: #E71B23;
}

/* Animated shine layer */
.section-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: linear-gradient(120deg,
      transparent 20%,
      rgba(255, 255, 255, 0.35) 50%,
      transparent 80%);
  transition: all 0.7s ease;
  z-index: -1;
}

/* Glow background */
.section-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #8B1A1D;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -2;
}

.section-btn:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 14px 28px rgba(231, 27, 35, 0.28);
  letter-spacing: 0.4px;
  color: #fff;
}

.section-btn:hover::before {
  left: 120%;
}

.section-btn:hover::after {
  transform: scaleX(1);
}

.section-btn:active {
  transform: scale(0.98);
}

.section-btn:hover {
  text-decoration: none;
}

/* .amenities-wrapper,
.attraction-wrapper,
.footer_element,
.gallery_mainsec,
.guestroom-wrapper,
.location-wrapper,
.review-wrapper {
  margin: 40px 0 0;
} */

/* End Common Css */

/* Start Section Amenities  */
section.amenities-wrapper {
  background: #F5F3F0;
  display: flex;
  padding: 0px 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.amenities-box-wrapper {
  padding: 30px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.amenities-box-wrapper .d-flex {
  position: relative;
  padding: 0 24px 0 0;
}

.amenities-box-wrapper .d-flex:last-child:after {
  width: 0px;
}

.amenities-boxes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 15px 10px;
  width: 100%;
}

section.amenities-wrapper .img-div {
  border-radius: 33554400px;
  background: #FFF;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
  display: flex;
  height: 56px;
  width: 56px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* align-self: stretch; */
}

section.amenities-wrapper .img-div img {
  width: 24px;
  height: 24px;
}

section.amenities-wrapper p.section-heading {
  color: #8B1A1D;
  font-family: 'Lora-SemiBold';
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-align: center;
  margin: 0;
}

section.amenities-wrapper .detail-div {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.amenities-wrapper .section-title-h2 {
  text-align: right;
  margin: 0;
}

.amenities-wrapper .section-btn {
  text-align: center;
  display: none;
}

.amenities-wrapper .section-description {
  font-size: 18px;
}

/* Hover Effects */

.amenities-boxes {
  transition: all 0.35s ease;
  border-radius: 16px;
  cursor: pointer;
}

.amenities-boxes:hover {
  background: #fff;
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.amenities-boxes .img-div {
  transition: all 0.35s ease;
}

.amenities-boxes:hover .img-div {
  background: #8B1A1D;
  transform: scale(1.08);
}

.amenities-boxes .img-div img {
  transition: all 0.35s ease;
}

.amenities-boxes:hover .img-div img {
  transform: scale(1.1);
  filter: brightness(0) invert(1);
}

.amenities-boxes .section-heading {
  transition: color 0.35s ease;
}

.amenities-boxes:hover .section-heading {
  color: #8B1A1D;
}

.amenities-boxes .section-description {
  transition: color 0.35s ease;
}

.amenities-boxes:hover .section-description {
  color: #444;
}

.amenities-box-wrapper .d-flex:after {
  transition: opacity 0.3s ease;
}

.amenities-box-wrapper .d-flex:hover:after {
  opacity: 0;
}

/* End Section Amenities  */

/* start section snapshot */
.stats {
  display: flex;
  justify-content: center;
  min-width: 60%;
}

section.snapshot .container {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.snapshot {
  padding: 30px 0;
  background: #FAF9F7;
}

.hs-story-img {
  display: flex;
  width: 64px;
  height: 64px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 16px;
  background: rgba(212, 165, 116, 0.10);
}

.hs-story-card.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 16px;
  position: relative;
  /* padding: 0 26px 0 0;  */
  flex: 1 0 0;
}

.hs-story-number {
  color: #D4A574;
  text-align: center;
  font-family: 'SourceSans3-ExtraBold';
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.hs-story-label {
  color: #6A7282;
  text-align: center;
  font-family: 'SourceSans3-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

.hs-story-card.active:after {
  content: "";
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
  width: 1px;
  height: 140px;
  opacity: 0.2;
  background: #2D4A2B;
}

.hs-story-card.active:last-child:after {
  width: 0px;
}

/* end section snapshot */
/* Start Section Guestroom  */
.guestroom-wrapper p.top-label,
.guestroom-wrapper .section-title-h2 {
  text-align: left;
}

.guestroom-inner-1 .row {
  align-items: end;
  display: flex;
  margin-bottom: 40px;
}

.guestroom-wrapper .guestroom-pera {
  color: #343333;
  text-align: left;
  line-height: 30px;
  padding: 5px 0 0px;
  max-width: 80%;
  margin: 0;
}

.guestroom-content {
  padding: 0 40px;
}

.guestroom-wrapper {
  background: #FAF9F7;
  display: flex;
  padding: 80px 100px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}

.guestroom-wrapper .section-btn {
  display: inline-block;
}

.guestroom-btn-wrapper {
  text-align: end;
}

.guestroom-inner-2 {
  padding: 70px 0;
  background: #f7f5f2;
}

.guestroom-inner-body {
  margin-bottom: 30px;
}

.guestroom-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  transition: all .35s ease;
  height: 100%;
  border: 1px solid #ececec;
}

.guestroom-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}

.guestroom-img {
  overflow: hidden;
  border-radius: 14px 14px 0 0;
}

.guestroom-img img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform .5s ease;
}

.guestroom-card:hover .guestroom-img img {
  transform: scale(1.08);
}

.guestroom-content {
  padding: 22px;
}

.suite-title {
  color: #c61d24;
  font-size: 34px;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: Lora;
}

.room-description-content {
  font-size: 12px;
  text-transform: uppercase;
  color: #777;
  letter-spacing: 1px;
  margin-bottom: 18px;
}

.guestroom-pera {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.room-amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding-top: 18px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}

.room-amenities span {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  gap: 8px;
}

.room-amenities span::before {
  content: "✓";
  color: #d8a15d;
  font-weight: bold;
}

.room-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 25px;
}

.room-price span {
  font-family: 'SourceSans3-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  color: #6A7282;
}

.room-price {
  font-family: 'SourceSans3-Regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: right;
  color: #6A7282;
}

.room-price strong {
  font-family: 'SourceSans3-Bold';
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #D4A574;
}

.guestroom-btn .section-btn {
  background: #c61d24;
  color: #fff;
  padding: 12px 22px;
  border-radius: 4px;
  text-decoration: none;
  transition: all .3s ease;
}

.guestroom-btn .section-btn:hover {
  background: #8b1a1d;
  transform: translateY(-2px);
}

@media(max-width:991px) {
  
  .guestroom-wrapper {
    background: #FAF9F7;
    padding: 10px;
  }

  .footer-social-icons {
    align-items: center;
  }

  .footer-btn {
    justify-content: center;
  }

  /* .sidenav.smaller .room_home .fas , .sidenav.smaller .specialcode2 a{
    color: #8B1A1D !important;
  } */
  /* .sidenav.smaller .room_home .fas {
    border: 1px solid #8B1A1D !important;
}
  .smaller .wide_cal .add-on {
    color: #8B1A1D !important;
  } */
  .suite-title {
    font-size: 28px;
  }

  .guestroom-img img {
    height: 240px;
  }
}

@media(max-width:767px) {

  .room-amenities {
    grid-template-columns: 1fr;
  }

  .guestroom-content {
    padding: 18px;
  }
}

/* End Section Guestroom  */

/* Start Section Location  */
.location-wrapper {
  padding: 60px 0 0;
}

.location-inner-wrapper {
  display: flex;
  gap: 20px;
}

.location-content-mainwrapper {
  flex: 0 0 40%;
  display: flex;
  align-items: center;
}

.location-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0;
  width: 100%;
}

.location-content-wrapper p.top-label {
  text-align: left;
}

.location-content-wrapper h2.section-title-h2 {
  text-align: left;
}

.location-content-wrapper p.section-description {
  text-align: left;
  margin-bottom: 60px;
}

.location-info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 16px;
  margin-bottom: 30px;
}

.location-info-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-label {
  color: #D4A574;
  font-family: 'SourceSans3-SemiBold';
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.info-value {
  color: #364153;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.info-value a {
  color: #364153;
  text-decoration: none;
}

.info-value a:hover {
  color: #364153;
}

.direction-btn-div .section-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s;
  align-self: flex-start;
}

.direction-btn-div .section-btn .arrow-circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #fff;
}

.direction-btn-div .section-btn .arrow-circle svg {
  width: 12px;
  height: 12px;
  fill: var(--white);
}

.location-map-wrapper {
  flex: 0 0 60%;
  position: relative;
  overflow: hidden;
}

.map-frame {
  width: 100%;
  height: 100%;
  min-height: 440px;
  border: none;
  display: block;
  filter: saturate(0.7) sepia(0.15);
}

@media (max-width: 1100px) {
  .location-content-mainwrapper {
    padding: 50px 36px 50px 44px;
  }

  .section-title-h2 {
    font-size: 32px;
  }
}

@media (max-width: 900px) {
  .location-inner-wrapper {
    flex-direction: column-reverse;
  }

  .location-map-wrapper {
    flex: none;
    width: 100%;
    height: 320px;
  }

  .map-frame {
    min-height: 320px;
  }

  .location-content-mainwrapper {
    flex: none;
    width: 100%;
    padding: 48px 40px;
  }

  .section-title-h2 {
    font-size: 34px;
  }
}

@media (max-width: 600px) {
  .location-content-mainwrapper {
    padding: 40px 24px;
  }

  .section-title-h2 {
    font-size: 28px;
  }

  .location-map-wrapper {
    height: 260px;
  }

  .map-frame {
    min-height: 260px;
  }

  .location-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .directions-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .section-title-h2 {
    font-size: 24px;
  }

  .location-content-mainwrapper {
    padding: 32px 18px;
  }
}

.location-image {
  object-fit: cover;
  height: auto;
  border-radius: 24px;
}

/* End Section Location  */

/* Start Section Attraction */

.attraction-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  padding: 30px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background: #F5F3F0;
}

.attraction-wrapper .container {
  position: relative;
  z-index: 2;
}

.attraction-heading {
  margin-bottom: 60px;
}

.heading-frame {
  border: 4px solid #fff;
  border-bottom: 0;
  padding: 60px 80px;
  text-align: center;
  position: relative;
}

.heading-frame::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 220px;
  height: 4px;
  background: #000;
  transform: translateX(-50%);
}

.attraction-btn-wrapper {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}


.attraction-grid {
  gap: 20px;
  align-items: stretch;
  height: 850px;
  width: 100%;
  display: grid;
  grid-template-rows: 38% 19% 38%;
  grid-template-columns: 32% 32% 32%;
}

.attraction-card.card1 {
  grid-column: 1 / span 2;
  grid-row: 1 / span 2;
}

.attraction-card.card2 {
  grid-column: 3 / span 1;
  grid-row: 1 / span 1;
}

.attraction-card.card3 {
  grid-column: 1 / span 1;
  grid-row: 3 / span 1;
}

.attraction-card.card4 {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}

.attraction-card.card5 {
  grid-column: 3 / span 1;
  grid-row: 2 / span 2;
}

.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.attraction-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.attraction-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s ease;
}

.attraction-card:hover img {
  transform: scale(1.12);
}

.card-overlay {
  position: absolute;
  inset: 0;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.40) 50%, rgba(0, 0, 0, 0.00) 100%);
}

.card-content {
  transform: translateY(90px);
  transition: 0.5s ease;
}

.card-content h3 {
  color: #FFF;
  font-family: 'Lora-Bold';
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  /* 140% */
  transition: 0.4s ease;
}

.card-content p,
.location-distance {
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.5s ease;
}

.card-content p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.location-distance {
  color: rgba(255, 255, 255, 0.60);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  /* 114.286% */
}

.attraction-card:hover .card-content {
  transform: translateY(0);
}

.attraction-card:hover .card-content p,
.attraction-card:hover .location-distance {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  margin-bottom: 16px;
}

.arrow-btn {
  position: absolute;
  right: 25px;
  bottom: 25px;
  width: 48px;
  height: 48px;
  border-radius: 33554400px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: 0.5s ease;
}

.arrow-btn em {
  font-size: 18px;
  font-style: normal;
  transform: rotate(-45deg);
  display: inline-block;
  transition: 0.4s ease;
}

.arrow-btn:hover {
  background: #fff;
  color: #000;
}

.arrow-btn:hover em {
  transform: rotate(0deg);
}

.attraction-card:hover .arrow-btn {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.location-distance {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.location-distance em {
  font-size: 13px;
}

@media(max-width: 991px) {

  .heading-frame {
    padding: 50px 40px;
  }

  .section-title-h2 {
    font-size: 52px;
  }

  .section-description {
    font-size: 16px;
    line-height: 30px;
  }



  .bottom-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width: 767px) {

  .attraction-wrapper {
    padding: 70px 0;
  }

  .heading-frame {
    padding: 40px 25px;
  }

  .section-title-h2 {
    font-size: 38px;
  }

  .section-description {
    font-size: 14px;
    line-height: 28px;
  }

  .bottom-grid {
    grid-template-columns: 1fr;
  }

  .card-content h3 {
    font-size: 22px;
  }

}

/* End Section Attraction */

/* Start Section Gallery */
.gal_mob_title {
  margin-bottom: 60px;
}

section.gallery_mainsec {
  background: #F5F3F0;
  padding: 30px 0;
}

.gallery_room_sec {
  height: 980px;
  width: 100%;
  display: grid;
  grid-template-rows: 32% 32% 32%;
  grid-template-columns: 32% 32% 32%;
  gap: 20px;
}

.gellery_sec1 {
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}

.gellery_sec2 {
  grid-column: 2 / span 2;
  grid-row: 1 / span 2;
}

.gellery_sec3 {
  grid-column: 1 / span 1;
  grid-row: 2 / span 2;
}

.gellery_sec4 {
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}

.gellery_sec5 {
  grid-column: 3 / span 1;
  grid-row: 3 / span 1;
}

.gal_imgscmncls {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 16px;
}

.cool-effect,
.gallery-image {
  height: 100%;
}

.gal_mob_btn {
  display: flex;
  justify-content: center;
  margin-top: 35px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.gal_imgscmncls {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;

  transition: 0.8s ease;
}

/* Dark Overlay */

.gallery-image::before {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(0deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.15) 50%,
      rgba(0, 0, 0, 0) 100%);

  opacity: 0;
  transition: 0.5s ease;

  z-index: 1;
}

/* Zoom Effect */

.gallery-image:hover .gal_imgscmncls {
  transform: scale(1.08);
}

/* Overlay Show */

.gallery-image:hover::before {
  opacity: 1;
}

/* Optional Shine Effect */

.gallery-image::after {
  content: "";
  position: absolute;

  top: -100%;
  left: -100%;

  width: 120%;
  height: 120%;

  background: rgba(255, 255, 255, 0.12);

  transform: rotate(25deg);

  transition: 0.8s ease;

  z-index: 2;
}

.gallery-image:hover::after {
  top: 100%;
  left: 100%;
}

/* End Section Gallery */

/* Start Section Review */
.review-section {
  display: flex;
  padding: 40px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  align-self: stretch;
  background: #FAF9F7;
}

/* Header row */
.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.review-header p.top-label {
  text-align: left;
}

.review-header p.section-description {
  text-align: left;
}

/* Google Rating Box */
.google-rating-box {
  background: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  border-top: 8px solid #34A853;
  padding: 16px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  min-width: 220px;
  flex-shrink: 0;
  /* box-shadow: 0 2px 14px rgba(0,0,0,0.09); */
}

.google-logo {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}

.gr-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

.gr-title {
  color: var(--Dark-grey, #6A6A6A);
  text-align: center;
  font-family: 'PlusJakartaSans-Bold';
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.google-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.gr-score {
  color: #FEA500;
  text-align: center;
  font-family:  'PlusJakartaSans-Regular';
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.google-rating-box .stars-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Filled Star */
.google-rating-box .star {
  width: 30px;
  height: 29px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='29' viewBox='0 0 30 29' fill='none'%3E%3Cpath d='M13.2212 3.46078C13.9653 2.01314 16.0347 2.01314 16.7788 3.46078L18.9536 7.69201C19.2499 8.26857 19.8073 8.66573 20.4491 8.75756L25.1698 9.43311C26.8258 9.67009 27.4764 11.7144 26.2619 12.8649L22.9408 16.011C22.4541 16.4721 22.2308 17.1464 22.3461 17.8069L23.1315 22.3055C23.4144 23.9262 21.7285 25.1763 20.2598 24.4348L15.9014 22.2342C15.3346 21.9479 14.6654 21.9479 14.0986 22.2342L9.74016 24.4348C8.2715 25.1763 6.58556 23.9262 6.86852 22.3055L7.6539 17.8069C7.76922 17.1464 7.5459 16.4721 7.05915 16.011L3.73805 12.8649C2.52357 11.7144 3.17416 9.67009 4.83018 9.43311L9.55094 8.75756C10.1927 8.66573 10.7501 8.26857 11.0464 7.69201L13.2212 3.46078Z' fill='%23FEA500'/%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
  font-size: 0;
}

.gr-link {
  color: var(--Grey, #868686);
  text-align: center;
  font-family: 'PlusJakartaSans-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.gr-link:hover {
  text-decoration: underline;
  color: #1a73e8;
}


/* Cards row */
.cards-row {
  display: flex;
  gap: 24px;
  margin: 40px;
}

.review-card {
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.10);
  padding: 30px 40px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
}

/* Hover Effect */
.review-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.review-card:hover .quote-icon {
  transform: translateY(-4px) rotate(8deg) scale(1.08);
  background: #a32024;
}

.quote-icon {
  display: flex;
  width: 56px;
  height: 56px;
  padding: 0 14px;
  justify-content: center;
  align-items: center;
  border-radius: 33554400px;
  background: #8B1A1D;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
  position: absolute;
  top: -25px;
  z-index: 2;
  transition: all 0.4s ease;
}

.quote-icon::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cg clip-path='url(%23clip0_4001_555)'%3E%3Cpath d='M16.3532 24.5V15.8772C16.3532 9.2225 20.706 4.71217 26.8333 3.5L27.9942 6.0095C25.1568 7.07933 23.3333 10.2538 23.3333 12.8333H28V24.5H16.3532ZM0 24.5V15.8772C0 9.2225 4.37267 4.71217 10.5 3.5L11.662 6.0095C8.8235 7.07933 7 10.2538 7 12.8333H11.6468V24.5H0Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4001_555'%3E%3Crect width='28' height='28' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center center;
  background-size: contain;
}


.card-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  margin-top: 32px;
}

.card-star {
  width: 20px;
  height: 20px;
  display: inline-block;

  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M9.60416 1.91274C9.64068 1.83895 9.69709 1.77685 9.76704 1.73342C9.83698 1.69 9.91767 1.66699 9.99999 1.66699C10.0823 1.66699 10.163 1.69 10.233 1.73342C10.3029 1.77685 10.3593 1.83895 10.3958 1.91274L12.3208 5.8119C12.4476 6.06854 12.6348 6.29058 12.8663 6.45895C13.0979 6.62732 13.3668 6.737 13.65 6.77857L17.955 7.40857C18.0366 7.42039 18.1132 7.4548 18.1762 7.5079C18.2393 7.56101 18.2862 7.63069 18.3117 7.70908C18.3372 7.78746 18.3402 7.87141 18.3205 7.95143C18.3007 8.03146 18.259 8.10436 18.2 8.1619L15.0867 11.1936C14.8813 11.3937 14.7277 11.6406 14.639 11.9133C14.5503 12.1859 14.5292 12.476 14.5775 12.7586L15.3125 17.0419C15.3269 17.1234 15.3181 17.2074 15.2871 17.2841C15.2561 17.3609 15.2041 17.4274 15.1371 17.4761C15.0701 17.5247 14.9908 17.5536 14.9082 17.5593C14.8256 17.5651 14.7431 17.5475 14.67 17.5086L10.8217 15.4852C10.5681 15.3521 10.286 15.2825 9.99958 15.2825C9.71318 15.2825 9.43106 15.3521 9.17749 15.4852L5.32999 17.5086C5.25694 17.5472 5.17449 17.5646 5.09204 17.5588C5.00958 17.5529 4.93043 17.524 4.86357 17.4754C4.79672 17.4268 4.74485 17.3604 4.71387 17.2838C4.68289 17.2071 4.67404 17.1233 4.68833 17.0419L5.42249 12.7594C5.47099 12.4767 5.44998 12.1864 5.36128 11.9136C5.27257 11.6408 5.11883 11.3937 4.91333 11.1936L1.79999 8.16274C1.74049 8.10526 1.69832 8.03223 1.6783 7.95197C1.65827 7.8717 1.66119 7.78742 1.68673 7.70873C1.71226 7.63004 1.75938 7.5601 1.82272 7.50689C1.88607 7.45367 1.96308 7.41932 2.04499 7.40774L6.34916 6.77857C6.63271 6.73732 6.90199 6.62778 7.13381 6.45939C7.36564 6.291 7.55308 6.0688 7.67999 5.8119L9.60416 1.91274Z' fill='%23D4A574' stroke='%23D4A574' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;

  background-size: contain;

  font-size: 0;
}

.review-text {
  padding-bottom: 22px;
  color: #364153;
  text-align: center;
  font-family: 'SourceSans3-Italic';
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 29.25px;
  border-bottom: 1px solid #F3F4F6;
}

.reviewer-name {
  color: #8B1A1D;
  text-align: center;
  font-family: 'SourceSans3-SemiBold';
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
  transition: all 0.35s ease;
}

.review-card:hover .reviewer-name {
  letter-spacing: 0.5px;
}

@media (max-width: 1024px) {
  .review-section {
    padding: 60px 40px;
  }

  .review-header-left h2 {
    font-size: 34px;
  }

  .cards-row {
    gap: 16px;
  }

  .review-card {
    padding: 24px 18px 20px;
  }

  .review-text {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  body {
    align-items: flex-start;
  }

  .review-section {
    padding: 50px 28px;
  }

  .review-header {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 36px;
  }

  .review-header-left p {
    max-width: 100%;
  }

  .review-header-left h2 {
    font-size: 30px;
  }

  .google-rating-box {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 14px 18px;
    min-width: unset;
  }

  .google-rating-box .gr-title {
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
  }

  .gr-link {
    width: 100%;
    text-align: center;
    margin-top: 4px;
  }

  .cards-row {
    flex-direction: column;
    gap: 40px;
    margin: 0;
  }

  .review-card {
    width: 100%;
  }

  .review-text {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .review-section {
    padding: 40px 18px;
  }

  .review-header-left h2 {
    font-size: 26px;
  }

  .review-header-left .top-label {
    font-size: 10px;
    letter-spacing: 2px;
  }

  .quote-icon {
    width: 42px;
    height: 42px;
  }

  .quote-icon svg {
    width: 18px;
    height: 18px;
  }

  .card-star {
    font-size: 16px;
  }

  .btn-view-more {
    width: 100%;
    text-align: center;
    padding: 14px 20px;
  }
}

.review-btn-div {
  display: flex;
  justify-content: center;
}

/* End Section Review */

/* Start section newsletter */
.newsletter-card {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  margin: 40px 0;
}

.nl-photo {
  position: relative;
  flex: 0 0 40%;
  overflow: hidden;
}

.nl-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  /* opacity: 0.85; */
}

.nl-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.nl-photo-caption {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 2;
  color: #FFF;
  font-family: 'SourceSans3-SemiBold';
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.nl-content {
  flex: 1 0 0;
  background: #8B1A1D;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 50px;
}

.nl-content p.top-label {
  text-align: left;
}

.nl-content h2.section-title-h2 {
  text-align: left;
  color: #fff;
}

.nl-content p.section-description {
  color: #D1D5DC;
  text-align: left;
  font-size: 18px;
}

.signup-content {
  width: 80%;
}

/* End section newsletter */

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .pro-links-left p {
    text-align: left !important;
  }

  .footer-links {
    padding: 10px 20px 8px 20px;
  }

  #destination_guide a.view_att_details {
    padding: 10px 15px;
  }

  /* common-css */
  .section-title-h2 {
    font-size: 42px;
  }

  .amenities-wrapper .amenities-boxes {
    padding: 10px;
  }

  /* common-css */
  .location-content-wrapper {
    gap: 10px;
    /* padding: 0 40px; */
  }

  .location-content-mainwrapper {
    padding: 0;
  }

  .location-content-mainwrapper,
  .location-map-wrapper {
    flex: auto;
  }

  .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) {
.newsletter .form-group{
  display: block;
}
.newsletter-card{
  flex-direction: row !important;
}
.nl-photo{
      flex: 0 0 50% !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-wrapper {
    padding: 20px 0 35px;
    flex-wrap: wrap;
    row-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }

  /* 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) {
  .newsletter-card {
    flex-direction: column;
  }
.review-btn-div {
    margin-top: 30px;
  }
  .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;
  }

  .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: 16px;
    margin-bottom: 0 !important;
  }

  /* common-css */
  /* amenities-css */
  .amenities-boxes {
    padding: 10px 10px;
    justify-content: space-evenly;
  }

  .amenities-wrapper .section-title-h2 {
    text-align: center;
  }

  .amenities-box-wrapper {
    padding: 20px 0 35px;
    flex-wrap: wrap;
    row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  /* amenities-css */
  /* guestroom-css */
  .guestroom-wrapper .section-title-h2 {
    padding: 15px 0;
  }

  .guestroom-wrapper .guestroom-pera {
    padding: 20px 0 20px;
    text-align: justify;
  }

  /* guestroom-css */
  /* gallery-css */
  .gallery_mainsec .section-title-h2 {
    padding: 0 0 20px;
  }

  /* attraction-css */
  .attraction-wrapper .section-description {
    padding: 0 15px;
  }

  .attraction-wrapper {
    padding: 0px 0;
  }

  /* 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: 0 0 20px;
    text-align: center;
  }
}

/* Media Query */
@media screen and (min-width: 1200px) {
  .pro-links-left p {
    text-align: left !important;
  }

  .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;
  }

  .desk-sticky-logo.home_calogo {
    padding-left: 40px;
  }

  .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;
  }

  .sidenav .cabar-logo-wrapper {
    display: none !important;
  }

  #reservationpop.sidebar-ca {
    background: #5e728a !important;
  }

  .sidebar-ca #promo_code {
    border: 1px solid #fff !important;
  }

  .sidebar-ca.smaller #promo_code {
    border: 1px solid #000 !important;
  }

  .sidebar-ca .specialcode2 span:first-of-type {
    border: 1px solid #fff !important;
  }

  .sidebar-ca .specialcode2 span {
    color: #fff !important;
  }

  .sidebar-ca.smaller .specialcode2 span:first-of-type {
    border: 1px solid #000 !important;
  }

  .sidebar-ca.smaller .specialcode2 span {
    color: #000 !important;
  }

  .reservation_tab .reservation-button {
    cursor: pointer;
  }

  .fancybox-margin {
    margin-right: auto !important;
  }

  #reservationpop .home_resnew {
    display: block;
  }

  .desk-sticky-logo img {
    max-width: 83px;
  }

  .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;
  font-family: 'Lora-SemiBold';
}

.customedeatetimesout,
.customedeatetimesin {
  display: flex;
  align-items: center;
  padding-left: 7px;
  justify-content: center;
}

.specialcode2 .room_home {
  height: 100%;
}

#subscriber_email:focus {
  border: unset !important;
}

#toggle-button {
  cursor: pointer;
}

/* scroll btn */
.section__main {
  position: relative;
}

.scroll-down-indicator {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 5;
}

.scroll-down-indicator span {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1.2px;
  line-height: 16px;
  font-family: 'SourceSans3-Bold';
}

.scroll-down-indicator {
  transition: transform 0.45s cubic-bezier(.22, .61, .36, 1);
  animation: floatBounce 4s ease-in-out infinite;
}

@keyframes floatBounce {
  0% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(8px);
  }

  100% {
    transform: translateX(-50%) translateY(0);
  }
}

.scroll-down-indicator:hover {
  animation-play-state: paused;
  transform: translateX(-50%) translateY(-5px);
}

/* guestroom css dynamic */
/* ── Slider grid ── */
.guestroom-inner-wrapper .room-slider {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
}

/* ── Individual slide / card ── */
.guestroom-inner-wrapper .slide {
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  cursor: pointer;
}

.guestroom-inner-wrapper .slide:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(74, 26, 16, 0.15);
}

/* ── Room image ── */
.guestroom-inner-wrapper .slide>img {
  width: 100% !important;
  height: 400px !important;
  object-fit: cover;
  display: block;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.guestroom-inner-wrapper .slide:hover>img {
  transform: scale(1.05);
}

/* ── Card body ── */
.guestroom-inner-wrapper .room-body {
  padding: 1.1rem 1.1rem 0.9rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* ── Room name (h4) ── */
.guestroom-inner-wrapper .room-body h4 {
  color: #E31B23;
  font-family: 'Lora-SemiBold';
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
  /* 120% */
  transition: color 0.2s ease;
  margin: 0 16px;
}

.guestroom-inner-wrapper .slide:hover .room-body h4 {
  color: #8B1A1D;
}

/* ── Meta row (guests + smoking) ── */
.guestroom-inner-wrapper .room-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #E5E7EB;
  margin: 0 16px;
}

.guestroom-inner-wrapper .room-meta span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #6A7282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.guestroom-inner-wrapper .room-meta span img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

.guestroom-inner-wrapper .room-meta .mr-10 {
  margin-right: 10px;
}

/* ── Amenities list ── */
.guestroom-inner-wrapper .room-body ul {
  list-style: none;
  padding: 0;
  margin: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.5rem;
  flex: 1;
}

.guestroom-inner-wrapper .room-body ul li {
  color: #364153;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 12px;
  display: flex;
}

.guestroom-inner-wrapper .room-body ul li::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url(../img/guest-amen.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* ── Book Now button ── */
.guestroom-inner-wrapper .btn-room {
  display: inline-block;
  background: #b91c1c;
  color: #fff;
  text-decoration: none;
  padding: 0.6rem 1.4rem;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 2px;
  margin-top: auto;
  align-self: flex-start;
  transition: background 0.2s ease;
}

.guestroom-inner-wrapper .btn-room:hover {
  background: #991818;
}

/* ── Responsive ── */
@media (max-width: 640px) {
  .guestroom-inner-wrapper .room-slider {
    grid-template-columns: 1fr;
  }

  .guestroom-inner-wrapper .room-body ul {
    grid-template-columns: 1fr;
  }
}

/* guestroom css dynamic */


.specialcode2 .room_home svg {
  margin-right: 10px;
}

span.wide_cal {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row.seo-links .list-unstyled.left {
  display: flex;
  align-items: center;
  gap: 20px;
}

.row.seo-links .list-unstyled.left li {
  position: relative;
  padding-right: 20px;
}

/* vertical divider */
.row.seo-links .list-unstyled.left li::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

/* remove last divider */
.row.seo-links .list-unstyled.left li:last-child::after {
  display: none;
}
.chid-room-div .selectdiv {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-right: 10px;
}

.chid-room-div .selectdiv svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    flex-shrink: 0;
}

.chid-room-div .selectdiv select {
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
#no_of_adult option, #no_of_child option, #no_of_infants option, #no_of_rooms option
{
    color: #000;
}
.chid-room-div select:focus{
  border: none !important;
}