@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&family=Raleway:wght@300;400;500;600;700&display=swap");

:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #132835;
  /* primary */
  --primary-dark: #132835;
  /* primary-dark */
  --primary-light: #132835;
  /* primary-light */
  --primary-light-rgb: 19, 40, 53;

  /* primary-light RGB to be used for rgba with css and CSS var Ponyfill*/
  --yellow: #132835;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
}
/* OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */
.object-fit {
  object-fit: cover;
  object-position: center;
  font-family: "Raleway";
}
/* END OF OBJECT FIT POLYFILL REQUIRED CLASS FOR IMG */
.__akia-chat-icon-wrapper,
#ada_enable_toolbar .adaEnableToolbarContent {
  z-index: 98;
}
#reservationpop {
  padding-top: 170px;
  z-index: 98;
}
#carouselButtons {
  z-index: 1;
}
#carouselButtons button {
  padding-left: 9px;
  padding-right: 9px;
}
/* DISPLAY CLASSES */
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.inline-block {
  display: inline-block;
}
/* END OF DISPLAY CLASSES */
/* FLEX CLASSES */
.flex-centered {
  display: flex;
  align-items: center;
}
/* END OF FLEX CLASSES */
/* CUSTOM SCROLLBAR */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: var(--primary-light);
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
}
/* CUSTOM SCROLLBAR */
.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;
  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: #ffffff;
  background-color: #0563ae;
  border-color: #0563ae;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: 0;
  top: 0;
  color: #3c763d;
  opacity: 0.5;
}
.close:focus,
.close:hover {
  opacity: 1;
  outline: none;
}
.messages_bar.alert {
  padding: 0 15px;
}
.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.position-left {
  margin-right: 3px;
  display: inline-block;
  transform: translateY(2px);
}
.position-right {
  margin-left: 8px;
}
.content-group {
  margin-bottom: 10px;
}
.h-100 {
  height: 100%;
}
a,
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
p {
  line-height: 24px;
  margin-bottom: 20px;
}
.border-0 {
  border: 0;
}
.bot_link a {
  font-weight: 400;
}
/* ---------------------DATEPICKER CSS----------------- */
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background: #132835 !important;
  color: #ffffff !important;
}
.datepicker td.day.disabled {
  color: #ccc !important;
}
.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}
.datepicker td.day:hover {
  background: var(--primary-light) !important;
  color: #fff !important;
}
/* ---------------------end of DATEPICKER CSS----------------- */

.btn-div {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
}
.btn-success {
  transition: all 0.3s;
  font-weight: bold;
}
.btn-green,
.bg-green {
  color: #ffffff !important;
  background: #132835 !important;
}
.custom-radio .radio-checkmark:after {
  background: #333;
}
.custom-radio input:checked ~ .radio-checkmark {
  background-color: #132835;
}
.btn-brown {
  background-color: var(--yellow);
  color: #ffffff !important;
}
.btn-white {
  background-color: var(--white);
  color: var(--primary);
}
.btn-submit {
  background-color: var(--white);
  color: var(--green);
}
.btns {
  border-radius: 0;
  padding: 10px 20px;
  text-transform: uppercase;
  transition: 0.2s all;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  font-size: 20px;
  display: inline-block;
  letter-spacing: 2px;
}
.btn-icon {
  display: inline-block;
  vertical-align: middle;
  background-color: var(--white);
  color: var(--black);
  padding: 12px 15px 9px;
}
/* Sweep To Left */
.hover-sweep-to-left {
  display: flex;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  align-items: center;
  line-height: 1.4;
}
.hover-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hover-sweep-to-left:hover,
.hover-sweep-to-left:focus,
.hover-sweep-to-left:active {
  color: var(--primary);
}
.hover-sweep-to-left:hover:before,
.hover-sweep-to-left:focus:before,
.hover-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: var(--primary);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}
.leaflet-container {
  z-index: 1;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
}
.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;
}
#mySidenav .closebtn {
  line-height: 0;
}
.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}
.specialcode1 {
  background-color: var(--white);
}
.specialcode1 a,
.specialcode1 a:hover,
.specialcode1 a:focus,
.specialcode1 a:active {
  color: #000;
}
.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: none;
  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: 2;
}
.div__logo {
  position: absolute;
  top: 5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px;
  width: 100%;
  z-index: 1;
}
.div__logo a {
  display: flex;
  justify-content: center;
}
.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}
.custom__header .navbar-inverse {
  background-color: transparent !important;
  color: var(--white);
  background-image: inherit;
}
.custom__header.smaller {
  background: #fff !important;
  border-bottom: 3px solid #ff0000;
}
.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
  border: 2px solid var(--black);
  background: #ffffff;
  border-radius: 0px;
}
.smaller.custom__header .navbar-inverse .navbar-toggle {
  border: 0px;
}
.custom__header .navbar-inverse .navbar-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.custom__header .navbar-inverse .navbar-toggle > span:last-child {
  font-size: 25px;
  margin-left: 10px;
  letter-spacing: 4px;
  margin-top: -2px;
  color: #142932;
}
.navbar-toggle {
  border-color: transparent;
  margin-top: 15px;
}
.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
}
.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--black);
  font-size: 16px;
  transition: 0.5s all;
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
  font-weight: normal;
  text-transform: uppercase;
  border: 2px solid var(--black);
  margin-top: 15px;
  padding: 18px 12px;
  font-size: 25px;
  letter-spacing: 2px;
  background: #ffffff;
  color: #142932 !important;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button:after {
  display: none;
}
.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: 700;
}
.custom__header .navbar-inverse .navbar-nav > li > a:hover,
.custom__header .navbar-inverse .navbar-nav > li > a:focus {
  color: var(--black);
}
.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #363a43 !important;
}
.custom__header .navbar-nav > li > a.reservation-icon::after {
  display: none;
}

.navbar-toggle .icon-bar {
  width: 40px;
  background: var(--black) !important;
  height: 3px;
}
.smaller .navbar-toggle .icon-bar {
  background-color: var(--yellow) !important;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.home_resnew {
  padding: 25px 15px 20px 15px;
  background: rgb(255 255 255 / 90%);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 16px 24px 2px rgb(27 97 157 / 14%),
    0 6px 30px 5px rgb(27 97 157 / 12%), 0 8px 10px -7px rgb(27 97 157 / 20%);
}
.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: #449d44;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}
.customedeatetimesin,
.customedeatetimesout {
  display: block;
  color: #000;
  text-align: center;
  padding: 7px 15px;
  font-size: 20px;
  text-transform: uppercase;
}
.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #000;
  font-size: 20px;
  z-index: 1;
}
.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}
.wide_cal {
  width: 100% !important;
  position: relative;
  display: block;
  border-bottom: 0px solid #a1a1a1;
}
.checktxt {
  font-size: 20px;
}
#promo_code {
  border: 1px solid transparent;
  color: #000000;
  font-size: 16px;
  height: 43px;
  border-bottom: 1px solid #a1a1a1;
  text-transform: uppercase;
  text-align: center;
  color: var(--black);
}
.specialcode1 a {
  font-size: 16px;
  padding: 9px;
  display: inline-block;
}
.specialcode1 .room_home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.home_collapse {
  background: transparent;
  color: #000000;
  border: 1px solid var(--yellow);
}
.adultbtn {
  border-radius: 0;
  padding: 12px;
  background: none;
  border: 1px solid var(--yellow);
  color: var(--yellow);
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
  text-shadow: none;
}
.adultbtn.btn_left:focus,
.adultbtn:focus {
  outline: none;
  background: inherit;
}
.adultbtn:hover {
  border-color: #727070;
  background: #449d44;
  color: var(--white);
}
.adultbtn.count-minus:hover {
  background: red;
}
.room_title {
  display: table;
  width: 100%;
}
.room_title span {
  width: 100%;
  height: 95px;
  color: var(--yellow);
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-transform: uppercase;
  border: 1px solid var(--yellow);
  letter-spacing: 1px;
  font-weight: 700;
  padding: 0px 5px;
  font-size: 13px;
}
.room_count {
  text-align: center;
  display: inline-block;
  background: none !important;
  box-shadow: none;
  font-size: 16px;
  height: 40px;
  line-height: 34px;
  border-radius: 0;
  border: 1px solid var(--yellow);
  position: absolute;
  color: var(--yellow);
}
.room_heading {
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: 1px solid var(--yellow);
  border-right: none;
  padding: 2px 0;
  color: var(--yellow);
  width: 40%;
  text-align: center;
  font-weight: 500;
}
/* ----------------------- Adjustments ------------------- */
.count-minus,
.count-plus,
.room_count {
  width: 20%;
}
.count-minus,
.room_heading {
  float: left;
}
.room_count {
  padding: 0;
  text-align: center;
  border-right: none;
  border-left: none;
}
input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}
/* ----------------------- Adjustments ------------------- */
.home_collapse .panel-body {
  background: #daebe8;
  padding: 0;
}
.BT1 {
  border-top: 0px solid var(--yellow);
}
.child-age-wrapper {
  text-align: center;
  color: var(--yellow);
}
.child-age-wrapper select {
  max-width: 100%;
  padding: 7px 21px 7px 7px;
  margin: 5px 0;
  background: none;
  border: 1px solid var(--yellow);
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0px;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 66% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}
.child-age-wrapper select::-ms-expand {
  opacity: 0;
}
.roomscroll {
  max-height: 250px;
  overflow-y: auto;
}
.mobile0verviewinnwerdiv {
  height: 50px;
}
.mobile0verviewinnwerdiv {
  min-height: 300px;
  overflow: hidden;
  margin-bottom: 100px;
}
.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}
.roomadult {
  border: 1px solid #727070;
}
.home_resnew .btn-success {
  padding: 6px 10px;
  width: 100%;
}
.mainmen {
  margin-top: 0px !important;
}
.carousel-caption {
  bottom: 200px !important;
  padding: 0;
}
.home_resnew .btn-success,
.quick-booking .btn-success {
  background: var(--yellow) !important;
  color: #ffff !important;
  border: none;
  font-weight: 800;
  letter-spacing: 2px;
  border: 1px solid #ffffff;
}
#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 {
  float: left;
}
.quick-booking .checktxt {
  font-size: 18px;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 4px;
}
.section__booking {
  bottom: 0px;
  width: 100%;
}
.quick-booking .specialcode1 {
  background: transparent;
  border-bottom: 0px solid #a1a1a1;
}
#promo_codebox label {
  display: block;
  float: none;
}
#promo_codebox {
  background: #574f4c;
  padding: 20px 10px;
  min-width: 200px;
}
.checkIn-div,
.checkOut-div {
  padding-top: 10px;
  padding-bottom: 15px;
}
.checkIn-div {
  border-right: 1px solid #a1a1a1;
}
.tab_room {
  border-right: 1px solid #a1a1a1;
  border-left: 1px solid #a1a1a1;
}
.tab_room,
.promoCode-div,
.search-btn-div {
  padding-top: 34px;
  padding-bottom: 15px;
}
.customedeatetimesin,
.customedeatetimesout,
#promo_code {
  background-color: transparent !important;
}
.custom-hr {
  border-top-width: 3px;
  border-color: #363a43;
  width: 120px;
  margin: 20px auto;
}
.custom-hr2 {
  border-color: var(--primary);
  width: 90%;
  margin: 20px auto;
}
.primary-title {
  font-size: 30px;
  text-transform: uppercase;
  line-height: 48px;
  color: #161616;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #444;
  display: inline-block;
  padding-bottom: 7px;
}
.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}
.section__main {
  position: relative;
}
.section__main .video_home {
  position: relative;
  overflow: hidden;
  background: #000;
}
.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__headerbg {
  position: relative;
  min-height: 200px;
}
.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  color: var(--white);
  bottom: 35%;
  text-transform: uppercase;
  width: 100%;
}
.section__headerbg .innercaption p {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  display: inline-block;
}
.innercaption .top-content,
.innercaption .bottom-content {
  display: block;
  letter-spacing: 1px;
}
.innercaption .top-content {
  font-size: 20px;
}
.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}
.section__about {
  background: #fff;
}
.aboutBox {
  padding-bottom: 30px;
}
.about-table {
  display: table;
  width: 100%;
}
.about-tablecell {
  display: table-cell;
  float: none;
}
.aboutbg {
  background-image: url(../img/about-img.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.no-webp .aboutbg {
  background-image: url(../img/about-img.jpg);
}
.about-description h2 a {
  color: #363a43;
}
.about-description p {
  color: #363a43;
  font-size: 16px;
  text-align: justify;
}
.about-heading {
  color: #000b;
  text-transform: uppercase;
}
.about-heading .custom-hr {
  text-align: left;
  margin: 20px 0 10px;
}
.about-title-1 {
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 25px;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
}
.about-title-2 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 37px;
  letter-spacing: 0px;
  display: block;
  text-transform: uppercase;
  color: var(--primary);
  font-weight: bold;
  text-align: center;
  font-family: "Raleway", sans-seri;
  position: relative;
  z-index: 0;
}

.about-btn {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.about-btn .btn-brown:hover,
.about-btn .btn-brown:focus,
.about-btn .btn-brown:active {
  color: var(--black) !important;
  border-color: var(--yellow);
}
.about-btn .hover-sweep-to-left:before {
  background: var(--yellow);
}
.hover-sweep-to-left:before {
  background: var(--white);
}
.about-logo {
  margin: 100px 0 30px 0;
}
.about-logo img {
  margin: 0 auto;
  opacity: 0.4;
  width: 75%;
}
.section__guestroom {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(../img/guest-room.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  background-color: var(--primary-light);
  position: relative;
}
.no-webp .section__guestroom {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(../img/guest-room.jpg);
}
.guestroom-title {
  text-align: right;
}
.room-title-1 {
  color: var(--white);
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 700;
  font-family: "Raleway", sans-seri;
  margin: 0;
}
.room-title-2 {
  color: #2f2b28;
  text-transform: uppercase;
  font-size: 45px;
  margin-top: 0;
}
.owl-nav {
  display: inline-block;
  background: rgb(218 235 232 / 83%);
  padding: 25px 15px 27px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}
span.slid-cap {
  position: absolute;
  top: 20px;
  font-size: 20px;
  padding: 10px;
  background: rgb(255 255 255 / 68%);
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 40px;
  clip-path: polygon(100% 0%, 95% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
}
.section-guestroom {
  padding-bottom: 10px;
}
.guestroom-img {
  position: relative;
  z-index: 1;
}
span.guestsec_head {
  color: var(--primary);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0px;
  font-size: 35px;
  font-family: "Raleway", sans-seri;
  font-weight: 700;
  display: inline-block;
}
.guest-content .custom-hr {
  margin-left: auto;
}
.guest-content {
  padding: 0 90px;
}
.guest-content p {
  line-height: 1.6;
  text-align: justify;
  margin: 40px 0px 60px;
}
.owl-carousel1 .owl-nav i.fa.fa-angle-left,
.owl-carousel1 .owl-nav i.fa.fa-angle-right {
  height: 45px;
  width: 45px;
  border: 1px solid;
  line-height: 1.8;
  font-size: 25px;
  color: #363a43;
  margin-right: 20px;
}
.guestroom-content .custom-hr {
  border-color: var(--white);
  margin-right: 0;
}
.guestroom-description {
  color: var(--white);
  margin-top: 40px;
  text-align: right;
  text-align-last: right;
  font-size: 18px;
}
.guestroom-btn {
  margin-top: 50px;
}
.guestroom-btn .btn-div {
  justify-content: flex-end;
}
.guestroom-btn .btn-icon,
.attraction-btn .btn-icon,
.map-btn .btn-icon,
.gallery-btn .btn-icon {
  background-color: var(--primary);
  color: var(--white);
}
.OurGuest-btn .hover-sweep-to-left:before,
.amenities-btn .hover-sweep-to-left:before,
.map-btn .hover-sweep-to-left:before,
.gallery-btn .hover-sweep-to-left:before {
  background: var(--white);
}
.guestroom-btn .hover-sweep-to-left:before,
.attraction-btn .hover-sweep-to-left:before {
  background: var(--primary);
}
.guestroom-btn .hover-sweep-to-left:hover,
.guestroom-btn .hover-sweep-to-left:focus,
.guestroom-btn .hover-sweep-to-left:active,
.attraction-btn .hover-sweep-to-left:hover,
.attraction-btn .hover-sweep-to-left:focus,
.attraction-btn .hover-sweep-to-left:active {
  color: var(--white);
}
.section__amenities {
  padding: 80px 0 40px;
  background-color: var(--white);
}
.amenities-title-1 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
  font-family: "Raleway", sans-seri;
  text-align: center;
}
.amenities-btn .btn-div {
  justify-content: center;
}
.amenities-description {
  margin: 40px 0;
  text-align: left;
  font-size: 16px;
}
.amenities__Icon-MainDiv {
  margin: 30px 0;
  padding: 30px 0;
  background-color: #f4f4f4;
  float: left;
  width: 100%;
}
.amenities__Icon-MainDiv ul {
  display: flex !important;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
}

.amenities__Icon-Div {
  text-align: center;
}
.amenities__Icon-Div img {
  width: 65px;
  margin: 0 auto;
}
.amenities__Icon-Div figcaption {
  margin-top: 15px;
  text-transform: uppercase;
  color: var(--primary);
  font-size: 14px;
  font-weight: bold;
}
.amenities-btn {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.section__combined {
  padding: 10px 0;
}
.combined__reviews {
  margin-bottom: 40px;
}
.combined__reviews,
.combined__amenities {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.combined__amenities .amenities__Icon-MainDiv {
  margin: 30px 0 0;
  padding: 30px 0 0;
  background-color: var(--white);
}
.combined__amenities .amenities__Icon-MainDiv ul {
  display: block;
  float: left;
  width: 100%;
}
.combined__amenities .amenities__Icon-MainDiv ul li {
  margin-bottom: 50px;
}
.reviews-left,
.amenities-right {
  flex: 0 0 48%;
  max-width: 48%;
}
.reviews-right,
.amenities-left {
  flex: 0 0 52%;
  max-width: 52%;
}
.reviews-right-div,
.amenities-left-div {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px 20px;
  height: 100%;
}
.reviews-image-div {
  background: url(../img/couple.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}
.no-webp .reviews-image-div {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(../img/couple.jpg);
}
.amenities-image-div {
  background: url(../img/amenities.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

.section__amenities,
.section__OurGuest,
.section__gallery {
  display: none;
}
.section__attractions {
  background: url(../img/attractions.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
  background-color: var(--primary-light);
}

.no-webp .section__attractions {
  background: url(../img/attractions.jpg);
}

.attraction-title {
  text-align: left;
}
.attraction-title-1 {
  color: var(--white);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
  font-family: "Raleway", sans-seri;
  margin: 0;
  letter-spacing: 2px;
  text-align: center;
}
.attraction-content .custom-hr {
  border-color: var(--white);
  justify-content: center;
}
.attraction-description {
  color: var(--white);
  margin-top: 30px;
  font-size: 16px;
  text-align: left;
  text-align-last: left;
}
.attraction-description p {
  line-height: 1.75;
  word-spacing: 2px;
  text-align: justify;
}
.attraction-image-div {
  margin-top: 30px;
  margin-bottom: 30px;
  float: left;
  color: var(--white);
}
.attraction-image {
  overflow: hidden;
  position: relative;
}
.attraction-image-div ul {
  float: left;
  margin-bottom: 0;
}
.attraction-image-div ul li {
  float: left;
  margin-bottom: 10px;
  width: 33.33%;
}
.attraction-image-div ul li figure img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.attraction-btn {
  margin-top: 30px;
}
.attraction-btn .btn-div {
  justify-content: center;
}
.revhead {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 35px;
  font-weight: 700;
  font-family: "Raleway", sans-seri;
  margin: 0;
  text-align: center;
  letter-spacing: 17px;
}
.revwrapper hr.custom-hr {
  margin-bottom: 30px;
  margin-top: 10px;
  background: #fff;
}
.reviewssec {
  background: url(../img/reviews.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  background-color: var(--primary-dark);
  padding: 120px 0;
}
.reviewssec .container-fluid .row {
  display: flex;
  justify-content: center;
}
.no-webp .reviewssec {
  background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.6) 0%,
      rgba(0, 0, 0, 0.6) 100%
    ),
    url(../img/reviews.jpg);
}
.myCarousel2 .carousel-control.right,
.myCarousel2 .carousel-control.left {
  background-image: none;
  position: absolute;
  color: #fff;
  opacity: 1;
  background: var(--primary-dark);
  height: 50px;
  padding-top: 10px;
  width: 50px;
  top: auto;
  bottom: 0;
  border-radius: 0px;
  text-shadow: none;
  transition: all 0.2s ease;
}
.myCarousel2 .carousel-control.left {
  right: 50px;
  left: auto;
  margin-right: 20px;
}
.myCarousel2 .carousel-control:hover {
  background: var(--yellow);
  color: var(--black);
}
#myCarousel2 p {
  margin: 0;
  line-height: 1.6;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  font-weight: 300;
  text-transform: none !important;
}
#myCarousel2 p:nth-child(2) {
  font-weight: 500;
  letter-spacing: 3px;
}
#myCarousel2 p.MT15 {
  margin-top: 15px;
}
.revwrapper .btns {
  display: inline-block;
}
.revwrapper .hover-sweep-to-left:before {
  background: var(--yellow);
}
.revwrapper .hover-sweep-to-left:hover {
  color: var(--black);
  border-color: var(--yellow);
}
.section__OurGuest {
  padding: 40px 0 80px;
  background-color: var(--white);
}
.OurGuest-div .OurGuest-title-1 {
  color: var(--primary);
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 700;
  font-family: "Raleway", sans-seri;
  margin: 0;
  text-align: center;
}
.OurGuest-div .OurGuest-description {
  margin: 40px 0;
  text-align: center;
  text-align-last: center;
  min-height: 220px;
}
.OurGuest-div .OurGuest-description span {
  display: block;
}
.OurGuest-btn {
  margin-top: 40px;
}
.section__gallery {
  padding: 20px 0;
}
.gallery-title {
  text-align: center;
}
.gallery-title-1 {
  color: var(--primary);
  font-size: 50px;
  font-weight: 700;
  font-family: "Raleway", sans-seri;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.no-gutter {
  padding: 0;
}
.no-gutter > div {
  padding: 0;
}
.gallery-description {
  padding: 0 50px;
}
.gallery-image {
  overflow: hidden;
  position: relative;
}
.content:hover .content-overlay {
  opacity: 1;
}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 1;
}
.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
.content:hover .content-details {
  top: 50%;
  left: 50%;
  color: #fff;
  opacity: 1;
}
.content-details h3 {
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.fadeIn-right {
  left: 80%;
}
.gallery-btn {
  clear: both;
  margin-top: 30px;
}
.section__map {
  padding: 60px 20px;
  background: linear-gradient(
    40deg,
    #eae9e4 0%,
    #fff 65%,
    #fdf9f9 65%,
    #b7b7b7 100%
  );
}
.map-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: var(--white);
}
.map-div .map-div-left {
  flex: 0 0 55%;
  max-width: 55%;
}
.map-div .map-div-right {
  flex: 0 0 45%;
  max-width: 45%;
}
.map-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 20px;
}
.map-title {
  text-align: left;
}
.map-title-1 {
  color: var(--primary);
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway", sans-seri;
  margin: 0;
}
.map-title .custom-hr {
  margin-left: 0;
}
.map-details {
  margin-top: 30px;
}
.map-details ul li {
  margin-bottom: 2px;
}
.map-details .btn-div a {
  color: var(--primary-dark);
}
.map-details .btn-div a:hover {
  color: var(--white);
}
.map-details a,
.map-details p {
  color: var(--black);
}
.map-details-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--black);
  font-weight: 700;
}
.map-image figure img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
}
.map-btn {
  margin-top: 30px;
}
.map-btn .btn-div {
  justify-content: flex-start;
}
.section__sisterprop {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.sisterprop-description {
  margin-top: 50px;
}
.sisterprop-details {
  margin: 25px 0 10px;
}
.sisterprop-details h4 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.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:hover,
.sisterprop-details ul li a:focus,
.sisterprop-details ul li a:active {
  color: var(--black);
  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: 7px;
}
.newsletter .form-control {
  background-color: #fff;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 54px;
  border-radius: 0px;
  padding: 6px 118px 6px 20px;
  -webkit-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
}
.newsletter .btn:focus {
  outline: none;
}
.newsletter .form-control::placeholder {
  color: var(--black);
}
.newsletter .form-control:focus::-webkit-input-placeholder,
#promo_code:focus::-webkit-input-placeholder {
  color: transparent;
}
.newsletter .form-control:focus:-moz-placeholder,
#promo_code:focus:-moz-placeholder {
  color: transparent;
}
/* FF 4-18 */
.newsletter .form-control:focus::-moz-placeholder,
#promo_code:focus::-moz-placeholder {
  color: transparent;
}
/* FF 19+ */
.newsletter .form-control:focus:-ms-input-placeholder,
#promo_code:focus:-ms-input-placeholder {
  color: transparent;
}
.section__SubCon .row:first-of-type {
  display: flex;
  align-items: stretch;
}
/* IE 10+ */
.newsletter button {
  position: absolute;
  right: 33px;
  top: 2px;
  border-radius: 0px;
  font-size: 16px;
  padding: 13px 20px;
  letter-spacing: 0.8px;
  font-weight: 700;
  box-shadow: 0px 15px 15px -13px rgba(0, 0, 0, 0.4);
}
.subscribe-title label,
.contact-title label {
  display: block;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: 2px;
  line-height: 0.7;
  margin: 0;
  padding-top: 0;
  color: var(--white);
  font-weight: 400;
}
.subscribe-title span,
.contact-title span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  color: #616060;
  margin-top: 10px;
}
.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}
.subscribe-title div:first-child + div {
  vertical-align: middle;
}
.contact-title {
  margin-top: 30px;
}
.section__footer hr.custom-hr {
  width: 100%;
}
.section__footer .social-icons {
  text-align: center;
  margin: 10px 0 10px;
}
.section__footer .footer-logo {
  margin: 35px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
}
.social-icons ul li {
  display: inline-block;
}
.social-icons ul li a {
  width: 60px;
  height: 60px;
  background-color: transparent;
  text-align: center;
  line-height: 51px;
  font-size: 30px !important;
  margin: 0 19px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid transparent;
  z-index: 1;
}
.social-icons ul li a .icon {
  position: relative;
  color: var(--white);
  transition: 0.5s;
  z-index: 3;
}
.social-icons ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}
.social-icons ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: 0.5s;
  z-index: 2;
}
.social-icons ul li a:hover:before {
  top: 0;
}
.social-icons ul li a.icon-facebook:before {
  background: #3b5999;
}
.social-icons ul li a.gplus:before {
  background: #d74937;
}
.social-icons ul li a.icon-twitter:before {
  background: #55acee;
}
.social-icons ul li a.icon-youtube:before {
  background: #ff0000;
}
.social-icons ul li a.icon-yelp:before {
  background: #f44336;
}
.social-icons ul li a.icon-tripad:before {
  background: #4caf50;
}
.social-icons ul li a.icon-foursquare:before {
  background: #f94877;
}
.social-icons ul li a.icon-instagram:before {
  background: #a63690;
}
.social-icons ul li a.icon-linkedin:before {
  background: #0275b4;
}
.social-icons ul li a.icon-yahoo:before {
  background: #57296f;
}
.social-icons ul li a.icon-skype:before {
  background: #01b0f1;
}
.social-icons ul li a.icon-pint:before,
.social-icons ul li a.pinterest:before {
  background: #cb2027;
}
footer {
  float: left;
  width: 100%;
}
.section__footer {
  background-color: #daebe8;
  margin-top: 0;
  padding: 25px 0 5px;
  border-top: 3px solid #ff0000;
}
.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer__left {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: center;
  align-self: center;
  padding: 0 15px;
}
.footer-logo .logo-name {
  font-family: Schwarzwald_Regular;
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.footer-logo img {
  max-width: 170px;
}
.footer-details-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-details .email {
  font-size: 22px;
  font-weight: 700;
  margin: 15px 0;
  display: inline-block;
}
.footer__right {
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px;
}
.footer-buttons ul li {
  display: inline-block;
}
.footer-buttons ul li:nth-child(2) {
  margin: 0 15px;
}
.footer-btn,
.goog-te-gadget-simple {
  padding: 15px 20px;
  border: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 20px;
  display: inherit;
  font-size: 16px;
  width: 177px;
}
.goog-te-gadget-simple {
  padding-top: 17px !important;
  padding-bottom: 14px !important;
  font-size: 16px !important;
  border: 1px solid #000 !important;
  text-align: center;
  font-weight: 500;
}

.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
}
.goog-te-gadget-icon {
  display: none;
}
#google_translate_element,
.footer-btn {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.canmod {
  background-color: var(--yellow);
  color: #ffffff !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 500;
}
.access {
  background-color: var(--ada);
  color: var(--white) !important;
  font-weight: 400;
}
.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}
.footer-links {
  overflow: hidden;
  padding: 0px 20px 0px;
}
.footer-links ul li,
.footer-SEOlinks ul li {
  margin-bottom: 15px;
}
.footer-links ul li a,
.footer-SEOlinks ul li a {
  font-size: 16px;
  color: #000000;
}
.footer-links .left {
  text-align: left;
}
.footer-links .center {
  text-align: center;
}
.footer-links .right {
  text-align: right;
}
.footer-SEOlinks {
  background-color: #132835;
  padding: 7px 10px 10px;
}
.footer-SEOlinks ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-SEOlinks ul li {
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 0px;
}
.footer-SEOlinks ul li a {
  color: #ffffff;
  margin: 0 15px;
  font-weight: 500;
  font-size: 16px;
  top: 3px;
  position: relative;
}
.company {
  text-align: center;
  display: flex;
  justify-content: space-around;
}
.company a {
  color: #000000;
}
.company p {
  color: #000000;
  text-align: inherit;
  margin-bottom: 0;
  padding-top: 12.5px;
}
.section__compdetails {
  background: #ffffff;
  color: var(--white);
  padding: 15px 0;
  font-size: 16px;
  overflow: hidden;
  padding-top: 0px;
}
#scroll {
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: var(--white);
  border: 0px solid var(--primary-dark);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: inset 0 1px 2px 0 rgb(60 64 67 / 30%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  -moz-box-shadow: inset 0 1px 2px 0 rgb(60 64 67 / 30%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  box-shadow: inset 0 1px 2px 0 rgb(60 64 67 / 30%),
    0 2px 6px 2px rgb(60 64 67 / 15%);
  z-index: 10;
  color: #ffffff;
  clip-path: polygon(50% 0%, 100% 38%, 100% 100%, 0 100%, 0% 38%);
  background: #132835 !important;
  border-radius: 0px;
}
#scroll i {
  color: var(--primary-dark);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  font-size: 16px;
  -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 {
  background: var(--white);
  -webkit-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
#scroll:hover i {
  color: var(--primary-dark);
  top: 5px;
}
/* ----------------------------------- mouse click css ----------------------------------- */
.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid #3a9700;
  bottom: 9px;
  left: 50%;
  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);
  }
}
/* ----------------------------------- mouse click css ----------------------------------- */
/* ----------------------------------- Floating Icons ----------------------------------- */
.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:hover,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:active {
  background: #3b5999;
}
.floating-icons ul li a.icon-gplus:hover,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:active {
  background: #d74937;
}
.floating-icons ul li a.icon-twitter:hover,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:active {
  background: #55acee;
}
.floating-icons ul li a.icon-youtube:hover,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:active {
  background: #ff0000;
}
.floating-icons ul li a.icon-yelp:hover,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:active {
  background: #f44336;
}
.floating-icons ul li a.icon-tripad:hover,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:active {
  background: #4caf50;
}
.floating-icons ul li a.icon-pint:hover,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:active {
  background: #cb2027;
}
.floating-icons ul li a.instagram:hover,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:active {
  background: #8134af;
}
/* ----------------------------------- Floating Icons ----------------------------------- */
.room_home,
.promocode {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}
.promocode:link,
.promocode:visited,
.promocode:hover,
.promocode:active,
.promocode:focus {
  outline: none;
}
.datepicker-label {
  color: var(--black);
  text-align: left;
}
.respop_heading2 {
  color: #fff;
  letter-spacing: 14px;
  font-size: 25px;
}
.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 112px;
  max-width: 100%;
}
#reservationpop .search-btn-div {
  margin-top: 35px;
}
.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;
}
.play:focus,
.pause:focus,
.volume_icon:focus,
.volume_icon1: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: 12px;
  font-weight: bold;
}
.nav > li > a {
  padding: 10px 12px;
}
.navbar-right {
  padding: 0px 10px 10px;
  margin-top: 0;
  margin-right: 0px;
}
.custom__header.smaller .navbar-right {
  background: none;
}
/* NEW CHANGES BY ROSHAN SIR FOR CHECK AVAILABILITY ON SCROLL */
.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}
.overview-description-overview {
  min-height: 350px;
  height: 350px;
}
@media (min-width: 1200px) {
  .guestroom-img img {
    object-fit: cover;
    height: 500px;
  }
  .bromenu ul.dropdown-menu {
    top: 72px !important;
  }
  .overview-description-overview {
    overflow: hidden;
    text-align: justify;
    z-index: 9;
  }
  .animatedheight.about-description h2 {
    font-size: 25px;
  }
  .animatedheight-inner-overview p:nth-child(odd) {
    font-size: 30px;
    font-weight: 700;
  }

  .social {
    margin-top: 50px;
  }
  .footcont {
    padding-left: 23px;
    margin-top: 13px;
  }
  .footcont span.head {
    color: #000;
    font-size: 20px;
    padding: 0;
  }
  .padsmxs0 {
    margin-top: 45px;
    text-align: center;
    padding: 0px;
  }
  .foot_address {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
  .ftRight {
    margin: 56px 46px 20px;
    margin-right: 0px;
    padding-right: 0px;
  }
  /*Footer*/
  .direction_sec {
    margin-bottom: 120px;
  }
  /*Sign Up*/
  .signupform {
    background: #7b9b7b;
    color: #fff;
    padding: 58px;
  }
  .signcont {
    margin: 0;
    padding: 0px;
    height: auto;
    margin-top: -12px;
  }
  .signupform span.heads {
    font-size: 39px;
    letter-spacing: 0px;
    font-family: lato;
    font-weight: 100;
  }
  .signupform span.headl {
    font-size: 50px;
  }
  .signform input[type="textbox"] {
    width: 100%;
    height: 60px;
  }
  .signupbtn a.btn.btnview {
    padding: 17px 38px !important;
    background: #fff;
    color: #000 !important;
  }
  .signupform span {
    display: block;
  }
  /*Sign up */
  .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: transparent;
    box-shadow: none;
    width: 83.33333333%;
    margin-top: 0px;
  }
  .section__booking .navbar-toggle .icon-bar {
    background: #fff;
  }
  .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;
    background: transparent;
  }
  .rct_wdgt .smaller #reservationpop > .container {
    top: 50px;
  }
  .smaller #reservationpop {
    background: transparent;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
  }
  .smaller #mySidenav {
    z-index: 999;
  }
  .smaller .navbar-toggle {
    margin: 25px 0;
  }
  .smaller .navbar-toggle {
    background-color: rgb(0 0 0 / 0%) !important;
  }
  .smaller .navbar-toggle > span:last-child {
    display: none;
  }
  .smaller #reservationpop .respop_heading {
    display: none;
  }
  .custom__header.smaller {
    position: fixed;
    min-height: 98px;
  }
  .smaller .navbar-right,
  .smaller .div__logo {
    display: none;
    top: 5px;
  }
  .smaller .div__logo {
    display: none !important;
    left: 8%;
    right: auto;
    max-width: 123px;
    object-fit: cover;
  }
}
.smaller.section__booking .container,
.smaller #reservationpop .container {
  width: 90%;
}
/* ----------------------------------- MEDIA QUERIES ----------------------------------- */
@media screen and (min-width: 2000px) {
  main.smaller .homepageform {
    left: 7%;
  }
  .quick-booking {
    width: 70% !important;
    max-width: 70%;
  }
}
@media screen and (min-width: 1200px) {
  body {
    max-width: 2000px;
    margin: auto;
  }
  .custom__header.smaller {
    max-width: 2000px;
    margin: auto;
  }
}
@media screen and (max-width: 1600px) and (min-width: 1200px) {
  .guest-content {
    padding: 0 20px;
  }
  .quick-booking,
  .homepageform {
    width: 100% !important;
  }
  .smaller .quick-booking,
  .smaller .homepageform {
    left: 9% !important;
  }
  #carouselButtons {
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px;
  }
  .logoDN {
    display: none;
  }
  .smaller .logoDN {
    display: none;
  }
  .smaller .logoDN a {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
    margin-top: 20px;
  }
  .smaller .quick-booking .home_collapse {
    top: 109px;
    background: #363a43;
  }
  .smaller #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
  }
  .section__booking {
    position: absolute;
  }
  .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;
  }
  .smaller .home_resnew {
    background: transparent;
    margin: 0;
    box-shadow: none;
    padding-top: 0px !important;
  }
  .smaller .checkIn-div,
  .smaller .tab_room {
    border: none;
  }
  .homepageform {
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    width: 90%;
    right: 0;
  }
  .quick-booking {
    margin: 0 auto;
    background-size: cover;
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
  }
  .smaller .quick-booking {
    display: block;
  }
  .promo #promo_code {
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    height: 43px;
    background: transparent;
  }
  .promo #promo_code::placeholder {
    color: #fff;
  }
  .smaller .promo #promo_code::placeholder {
    color: #000;
  }
  main.smaller .homepageform {
    position: fixed;
    top: -10px;
    left: 10%;
    right: 0;
    bottom: auto;
    width: 100%;
    z-index: 2;
    background: transparent;
  }
  .smaller .quick-booking {
    top: 0;
  }
  .rct_wdgt .smaller .quick-booking {
    top: 48px;
  }
  .smaller .respop_heading2 {
    display: none;
  }
  .smaller .extclass {
    display: none;
  }
  .smaller .datepicker-label {
    color: #000000;
    text-align: center;
  }
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    text-align: left;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    color: var(--black) !important;
    padding: 7px 6px;
    text-align: left;
  }
  .smaller .chooseops,
  .smaller .promo {
    margin-top: 35px;
  }
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #000000;
  }
  .wide_cal .add-on {
    color: #333 !important;
    right: 15px;
    top: 7px;
  }
  .smaller .wide_cal .add-on {
    color: #000000 !important;
    right: 10px;
  }

  .smaller #promo_code {
    border: 1px solid #000000;
    color: #000000;
    background: #ffffff00 !important;
    width: 100%;
    text-align: center;
  }
  .smaller #promo_code::placeholder {
    color: #000000;
  }
  .quick-booking .specialcode1 {
    background: transparent;
  }
  .smaller .quick-booking .specialcode1 {
    background: transparent;
    border: 1px solid #000000;
  }
  .smaller .specialcode1 a,
  .smaller .specialcode1 a:hover,
  .smaller .specialcode1 a:focus,
  .smaller .specialcode1 a:active {
    color: #000000 !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section__headerbg .innercaption {
    bottom: 0px;
  }
  .room_heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-right {
    padding: 0px 10px 10px;
    margin-top: 15px;
    margin-right: 0px;
    background: #ffffff;
    border: 2px solid #363a43;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
  }
  .navbar-header {
    top: 10px;
    position: relative;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .custom__header .navbar-inverse .navbar-toggle {
    background-color: #ffffff;
    transform: translateY(14px);
  }
  ul.top-nav-ul.nav.navbar-nav {
    margin: 30px 15px;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 17px;
    text-align: left;
  }
  .checkIn-div,
  .checkOut-div {
    padding-bottom: 14px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 15px;
  }
  #reservationpop #get_header_avaibility {
    padding: 0;
  }
  #reservationpop .closebtn {
    display: none;
  }
  .home_resnew .search-btn-div {
    text-align: center;
  }
  #reservationpop {
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    background: #eaedf4;
    padding: 0;
    padding: 5px 0 20px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 1;
  }
  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }
  .respop_heading {
    display: none;
  }
  .custom__header.smaller .navbar-right {
    padding: 0;
  }
  .custom__header.smaller {
    position: fixed;
    width: 100%;
    z-index: 9999;
    display: none;
  }
  #mySidenav {
    z-index: 10000;
  }
  .mobile0verviewinnwerdiv {
    min-height: 430px;
  }
  .promocode {
    margin-top: 10px;
    display: inline-block;
  }
  .primary-title {
    font-size: 28px;
  }
  .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;
  }
  .sidenav {
    padding-top: 0;
  }
  .menus a {
    display: block;
    text-align: left;
  }
  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }
  .menus .dropdown-backdrop {
    display: none;
  }
  .hover-drop.open > .dropdown-menu,
  .hover-drop .dropdown-menu > li {
    display: block;
  }
  .menus li.active a::after {
    width: 0;
  }
  .menus li.active {
    background-color: #42556d;
  }
  .menus .open > a,
  .menus .open > a:focus,
  .menus .open > a:hover {
    background-color: var(--primary-light);
  }
  .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 30px;
    opacity: 0.8;
  }
  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-light);
  }
  .section__main .video_home video {
    position: static;
    transform: none;
  }
  .amenities__Icon-Div figcaption {
    font-size: 14px;
  }
  .social-icons ul li a {
    margin: 0 5px;
  }
  .footer-logo img {
    max-width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  #promo_code,
  .wide_cal .add-on,
  .customedeatetimesin,
  .customedeatetimesout,
  #promo_code::placeholder,
  .datepicker-label,
  .respop_heading2,
  .specialcode1 .room_home {
    color: #ffffff;
  }
  #promo_code,
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 .room_home {
    border: 1px solid #ffffff;
  }
  .datepicker-label {
    text-align: center;
    margin-bottom: 10px;
  }
  .checkIn-div,
  .checkOut-div,
  .tab_room {
    border: 0px;
  }
  span.slid-cap {
    font-size: 18px;
  }
  .tab_room,
  .promoCode-div {
    margin-top: 8px;
  }
  span.guestsec_head,
  .attraction-title h3,
  .amenities-title-1,
  .revhead,
  .map-title-1 {
    font-size: 25px;
  }
  .quick-booking .home_collapse.in {
    top: 80px;
    width: 91.5%;
    background: #363a43;
    border: 1px solid var(--yellow);
  }

  .quick-booking .home_collapse {
    background: #363a43;
    border: 1px solid var(--yellow);
  }
}
.smaller #promo_code {
  color: #132835;
}
@media (min-width: 992px) {
  .attraction-div {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 20px;
  }
  .dflex {
    display: flex;
  }
  .align_self {
    align-self: center;
  }
  .floating-icons ul li a {
    width: 105px;
  }
  .bromenu ul.dropdown-menu {
    top: 60px;
  }

  .amenities__Icon-MainDiv .list-unstyled {
    display: flex !important;
    align-items: center;
  }
  .amenities__Icon-MainDiv .list-unstyled li {
    width: 20%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .div__logo {
    top: 3px;
    max-width: 250px;
  }
  .section__footer .social-icons {
    margin: 10px 0 10px;
  }
  .overview-description-overview {
    min-height: 390px;
    height: 390px;
  }
  .guestroom-img img {
    object-fit: cover;
    height: 500px;
  }
  .guest-content {
    padding: 0 40px;
  }
  .content-details h3 {
    letter-spacing: 0;
  }
  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    margin: 0 9px;
  }
  .promo,
  .chooseops,
  .home_resnew .search-btn-div {
    margin-top: 35px;
    padding: 0px;
  }
  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
    max-width: 350px;
  }
  .footer-SEOlinks ul li a {
    margin: 0 8px;
  }
  .p0-ipad {
    padding: 0px;
  }
  .footer-SEOlinks ul li a {
    font-size: 13px;
  }
  .wide_cal .add-on {
    top: 9px !important;
  }
  .about-logo img {
    width: 80%;
  }
  .section__footer {
    margin: 20px 0 0;
  }
  .section__compdetails {
    font-size: 14px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .section__footer hr.custom-hr {
    width: 95%;
    margin-bottom: 0;
    border-top-width: 1px;
    border-color: #ccc;
  }
  .reservation__fixed-btn span.position-left {
    transform: translateY(-2px);
  }
  #google_translate_element {
    display: inline-block;
  }
  .bbxssm {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }
  .navbar-right {
    padding: 0;
    margin-top: 10px;
  }
  .custom__header {
    position: absolute;
    width: 100%;
  }
  .about-title-2::after {
    width: 70%;
  }
  .about-description h2 {
    text-align: left;
  }
  .custom__header .reservation-icon {
    padding: 10px;
  }
  .home_resnew .search-btn-div {
    margin-top: 10px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    position: relative;
    top: 0;
    width: 100%;
  }
  .section__booking .quick-booking {
    background: #132835;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode1 a {
    font-size: 16px;
    text-align: left;
    padding: 10px 12px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    text-align: left;
  }
  .mobile0verviewinnwerdiv {
    min-height: 470px;
  }
  #promo_code::placeholder {
    font-size: 15px;
  }
  .section__combined {
    padding-bottom: 0;
  }
  .reviews-left,
  .reviews-right,
  .amenities-left,
  .amenities-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .reviews-image-div,
  .amenities-image-div {
    height: 350px;
  }
  .amenities-right {
    order: 0;
  }
  .amenities-left {
    order: 1;
  }
  .OurGuest-div .OurGuest-description {
    min-height: auto;
  }
  .guestroom-title,
  .attraction-title {
    text-align: center;
  }
  .guestroom-content .custom-hr,
  .attraction-content .custom-hr {
    margin-right: auto;
    margin-left: auto;
  }
  .guestroom-description,
  .attraction-description {
    text-align: center;
  }
  .guestroom-btn .btn-div,
  .attraction-btn .btn-div {
    justify-content: center;
  }
  .section__about {
    padding-top: 0;
    background: #fff;
  }
  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }
  .company {
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  .rct_wdgt #mySidenav {
    margin-top: 0;
  }
  .menus {
    overflow: auto;
  }
  .about-table {
    display: block;
    margin: 0 auto;
  }
  .about-tablecell {
    display: block;
  }
  .about-btn {
    left: 0;
    right: 0;
  }
  .btn-div {
    justify-content: center;
    letter-spacing: 4px;
  }
  .about-description {
    padding: 0 15px;
    text-align: justify;
  }
  .guestroom-div,
  .new__gallery-div {
    flex-direction: column;
  }
  .guestroom-div .guestroom-image {
    flex: auto;
    max-width: 100%;
    height: 500px;
    margin: 20px 50px 0;
  }
  .guestroom-div .guestroom-content,
  .attraction-div .attraction-content {
    padding-top: 30px;
  }
  .attraction-title {
    text-align: center;
  }
  .attraction-image-div {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .attraction-image-div ul li {
    width: 50%;
    margin: 0;
  }
  .guestroom-div .guestroom-content,
  .new__gallery-div .new__gallery-content,
  .new__gallery-div .new__gallery-image {
    flex: auto;
    max-width: 100%;
  }
  .gallery-image {
    margin-bottom: 25px;
  }
  .gallery-image img {
    height: 450px;
  }
  .section__map {
    background: var(--white);
    margin-bottom: 0;
  }
  .map-div .map-div-left,
  .map-div .map-div-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .map-div .map-image {
    min-height: 400px;
  }
  .map-title {
    text-align: center;
  }
  .map-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
    align-items: center;
  }
  .map-title .custom-hr {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
  }
  .map-details {
    margin-top: 0;
  }
  .map-details a {
    color: var(--black);
  }
  .map-div .map-img {
    min-height: 550px;
  }
  .map-btn {
    margin-top: 10px;
  }
  .sisterprop-details ul li {
    width: 46%;
  }
  .footer__left,
  .footer__right {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section__footer .footer-logo {
    margin-top: 0;
  }
  .footer-links,
  .company {
    text-align: center;
    padding-top: 0;
  }
  .footer-SEOlinks ul {
    border-bottom: 1px solid var(--yellow);
    padding: 7.5px 0 15px;
    text-align: center;
    flex-wrap: wrap;
  }
  .footer-SEOlinks .comp-logo {
    text-align: center;
    margin-top: 25px;
  }
  .comp-logo {
    text-align: center;
  }
  .comp-logo img {
    float: none;
    margin: 0 auto;
  }
  .specialcode1 a {
    padding: 10px 10px 9px 10px;
    margin-left: auto;
  }
  .quick-booking .specialcode1 {
    border: 0px;
  }
  .footer-links .right {
    text-align: center;
  }
  .quick-booking .home_collapse.in {
    top: 0px;
    width: 100%;
  }
  .footer-SEOlinks ul li {
    width: 50%;
  }
  .footer-SEOlinks ul li a {
    text-align: left;
    margin-right: auto;
    color: #132835;
  }
}
@media (min-width: 768px) {
  .shadowboxdiv1 {
    background-color: #000000d4;
    padding: 10px 20px;
    display: inline-block;
  }
  .section__booking .container {
    padding: 0;
  }
  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 80px;
    z-index: 1;
  }
  .PR-desk0 {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .guest-content {
    padding: 20px;
    text-align: center;
  }

  .respop_heading2 {
    letter-spacing: 5px;
  }

  .section__footer hr.custom-hr {
    margin-bottom: 10px;
  }
  .footer-links {
    padding-bottom: 0;
  }
  .smaller.section__booking .container,
  .smaller #reservationpop .container {
    width: 100%;
  }
  .reviewssec {
    background: none;
    padding: 0px;
  }
  .revhead,
  #myCarousel2 p {
    color: #363a43;
    font-weight: 400;
  }
  .tab_room,
  .promoCode-div,
  .search-btn-div {
    padding: 20px 0px 10px;
  }
  .promoCode-div {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .search-btn-div {
    padding-top: 15px;
  }
  .checkIn-div {
    padding-left: 0px;
    padding-right: 5px;
  }
  .checkOut-div {
    padding-right: 0px;
    padding-left: 5px;
  }
  .shadowboxdiv.carousel-caption {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    left: 0;
    right: 0;
  }
  .shadowboxdiv.carousel-caption p {
    margin-bottom: 0;
  }
  .aboutBox {
    padding-left: 0;
    padding-right: 0;
  }
  .mobile0verviewinnwerdiv {
    min-height: 390px;
  }
  .amenities__Icon-MainDiv ul {
    flex-direction: column;
  }
  .amenities__Icon-MainDiv li {
    width: 100%;
    margin-bottom: 20px;
  }
  .OurGuest-div .OurGuest-title-1 {
    font-size: 40px;
  }
  .footer-social-icons ul li a {
    width: 50px;
    height: 50px;
    margin: 0 3px;
  }
  .footer-links div {
    padding: 0px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }
  .div__logo img.img-responsive {
    width: 31%;
    background: #fff;
    margin: 0 auto;
    transform: translateY(-21.5px);
    margin-right: 76px;
  }
  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0px !important;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px !important;
  }
  .navbar-header {
    top: -10px;
  }
  .rct_wdgt .custom__header {
    top: 50px;
  }
  .goog-te-gadget-simple {
    margin: 0 auto 20px auto;
  }
  .guestroom-div .guestroom-image {
    margin: 20px 30px 0;
  }
  .gallery-title {
    padding: 0 10px;
  }
  .gallery-description {
    padding: 0 30px;
  }
  .section__headerbg .innercaption p {
    display: block;
  }
  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }
  .footer-SEOlinks ul li {
    width: 100%;
  }
  .footer-SEOlinks ul li a {
    margin: 5px auto;
    display: inline-block;
  }
  .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 {
    right: 0;
    left: 0;
    top: 12px;
    margin: 0 auto;
    max-width: 235px;
  }
  .navbar-toggle {
    margin-top: 25px;
    background: transparent;
  }
  .smaller .div__logo {
    display: none;
  }
  .roomscroll {
    max-height: 100%;
  }
  .carousel-control {
    font-size: 30px;
  }
  .carousel-caption {
    bottom: 0 !important;
    padding: 0;
  }
  .carousel-caption {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .room_title span {
    color: var(--yellow);
    text-align: left;
    padding: 10px 16px;
    height: auto;
    display: block;
    border: 0px;
    font-weight: bold;
    text-align: center;
    border: 1px solid var(--yellow);
    width: calc(100% - 30px);
    margin-left: 15px;
    margin-bottom: 15px;
  }
  .section__booking .quick-booking {
    padding: 20px 0px;
  }
  .carousel-control .fas {
    top: 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }
  .carousel-caption {
    bottom: 0;
    padding-bottom: 0;
  }
  .carousel-inner > .item::after {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 46%,
      rgba(0, 0, 0, 0.65) 99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: block;
    content: "";
  }
  .primary-title {
    padding-bottom: 10px;
    line-height: normal;
    font-size: 27px !important;
  }
  .about-title-2 {
    font-size: 40px;
  }
  .map-title-1 {
    font-size: 40px;
  }
  .guestroom-description,
  .attraction-description {
    text-align: justify !important;
  }
  .attraction-title-2,
  .sisterprop-title-1 {
    font-size: 25px;
  }
  .guestroom-image .overlay {
    opacity: 0;
  }
  .attraction-image-div ul li {
    width: 100%;
  }
  .sisterprop-details ul li {
    width: 100%;
    margin: 10px 0;
  }
  .gallery-title-1 {
    font-size: 40px;
    letter-spacing: 0;
  }
  .subscribe-title {
    text-align: center;
  }
  .section__map {
    margin: 0px 0;
    padding: 20px 10px 20px;
  }
  .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;
  }
  .section__headerbg .innercaption {
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
  }
  .map-div .map-image,
  .map-image figure img {
    min-height: 100%;
    width: auto;
    height: 400px;
    object-position: 72%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .rct_wdgt .custom__header.smaller {
    top: 50px;
  }
  .adultbtn:hover,
  .adultbtn.count-minus:hover {
    background: transparent !important;
    color: #485f17 !important;
  }
  .adultbtn:active {
    background: #449d44 !important;
    color: var(--white) !important;
  }
  .adultbtn.count-minus:active {
    background: red !important;
    color: var(--white) !important;
  }
  .custom__header,
  .custom__header.smaller {
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  #scroll {
    right: 20px;
    bottom: 64px;
  }
  .amenities__Icon-Div img {
    width: 90px;
  }
}
/* ----------------------------------- MEDIA QUERIES ----------------------------------- */
/* LC LIGHTBOX CLOSE ICON MARGIN-LEFT CSS */
.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}
.acesssfour a {
  color: var(--primary-dark);
}
.acesssfour a.text-white {
  color: #ffffff !important;
  background: var(--yellow) !important;
  border: none;
}
.grecaptcha-badge {
  visibility: hidden;
}
.footer-logo a {
  color: var(--white);
  font-size: 25px !important;
}
.footer-logo a.icon-foursquare:hover {
  background-color: #f56505;
}
.footer-logo a.icon-facebook:hover {
  background-color: #3b5998;
}
.footer-logo a.icon-youtube:hover {
  background-color: #ff0000;
}
.footer-logo a.icon-yelp:hover {
  background-color: #f44336;
}
.footer-logo a.icon-tripad:hover {
  background-color: #4caf50;
}
.footer-logo a.pinterest:hover {
  background-color: #cb2027;
}
.footer-logo a.icon-instagram:hover {
  background-color: #ca496b;
}
.footer-logo a.icon-twitter:hover {
  background-color: #33ccff;
}
.footer-logo a.gplus:hover {
  background-color: #bd3518;
}
.footer-logo a.icon-linkedin:hover {
  background-color: #007bb7;
}
.footer-logo a.icoRss:hover em,
.footer-logo a.icoFacebook:hover em,
.footer-logo a.icoTwitter:hover em,
.footer-logo a.icoGoogle:hover em,
.footer-logo a.icoVimeo:hover em,
.footer-logo a.icoLinkedin:hover em,
.footer-logo a.icoyoutube:hover em,
.footer-logo a.icoyelp:hover em,
.footer-logo a.icotrip:hover em,
.footer-logo a.icopint:hover em,
.footer-logo a.icoinsta:hover em {
  color: #fff;
}
.footer-logo a {
  border-radius: 50%;
}
.footer-logo li a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo li a em {
  transition: 300ms all ease;
}
.footer-logo li a:hover em {
  transform: rotate(360deg);
}
@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}
/* Avania CSS */
.carousel-inner .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
#myCarousel2 .carousel-inner .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
  z-index: 0;
  display: none;
}
.navbar-toggle {
  display: none;
}
.smaller .navbar-toggle {
  display: block;
}
ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 30px;
  background: rgb(255 255 255 / 70%);
}
.res {
  float: right;
  height: auto;
  position: absolute;
  text-align: center;
  right: 31px;
  padding: 16px;
  background: #7b9b7b;
  margin-top: 10px;
  top: 0%;
  font-size: 22px;
  font-weight: lighter;
  text-transform: uppercase;
}
.res a,
.res a:hover {
  color: #fff;
}
.headLogo a {
  padding: 0;
  margin: 0;
}
.headLogo a img {
  width: 120px;
}
.mainmen {
  margin-top: 20px;
}
.smaller .mainmen {
  display: none;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-image: none;
  box-shadow: none;
  background-color: transparent;
}
.carousel-indicators {
  z-index: 1;
}
.carousel-indicators {
  height: auto;
  width: auto;
  left: 50px;
  right: auto;
  margin: 0 auto;
  bottom: auto;
  top: calc(43% - 0px);
}
.carousel-indicators li {
  background: #bdbdbd;
  width: 10px !important;
  height: 15px;
  transition: height 1s, background 0.2s;
  border-radius: 5px;
  margin: 10px 0;
  border: none;
  display: block;
}
.carousel-indicators .active {
  height: 25px !important;
  margin: 10px 0;
}
#myCarousel2 .carousel-indicators {
  height: auto;
  width: auto;
  top: auto;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
}
#myCarousel2 .carousel-indicators li {
  background: #bdbdbd;
  width: 12px !important;
  height: 12px;
  transition: height 1s, background 0.2s;
  border-radius: 50px;
  margin: 10px 2px;
  border: none;
  display: inline-block;
}
#myCarousel2 .carousel-indicators .active {
  height: 12px !important;
  margin: 10px 2px;
  background: var(--primary);
}
.slider-big-caption {
  position: absolute;
  top: calc(50% - 100px);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: uppercase;
  width: auto;
}
.slider-big-caption img {
  max-width: 120px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@font-face {
  font-family: "times-new-roman-regular";
  src: url(../fonts/times-new-roman.ttf) format("truetype");
}
.slider-big-caption span {
  display: block;
  color: #fff;
  font-family: "times-new-roman-regular";
}
.attractions-div {
  position: relative;
  padding: 30px 0 10px;
}
.attractions-div:after {
  position: absolute;
  content: "";
  width: 90%;
  height: 103%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 1px solid #aab6e2;
  border-top: none;
  z-index: -1;
  display: none;
}
.gallery_sec {
  background-image: url(../img/gallerybg.webp);
  background-size: cover;
  height: 765px;
  color: #fff;
  margin-top: 30px;
}
.attractions_sec {
  background-image: url(../img/attraction_bg.jpg);
}
.quick-booking .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  height: 43px;
  border: 1px solid #fff;
  width: 95%;
  color: #000;
  padding-left: 15px !important;
}
.quick-booking .selectdiv {
  position: relative;
}
.selectdiv .fas {
  position: absolute;
  top: 14px;
  font-size: 17px;
  color: #000;
  right: 10%;
}
.quick-booking option {
  color: #000;
}
.quick-booking .selectdiv select:focus {
  border: 1px solid #fff !important;
}
/* dropdown style */
.bromenu ul.dropdown-menu {
  padding: 0px;
  border-radius: 0;
  border: none;
}
.bromenu .dropdown-menu {
  left: -10px;
}
.bromenu ul.dropdown-menu li {
  font-size: 15px;
  padding: 10px 0;
}
.bromenu ul.dropdown-menu li.active,
.bromenu ul.dropdown-menu li.active:hover {
  background: var(--primary);
}
.bromenu ul.dropdown-menu li:hover {
  background: var(--primary);
}
.bromenu ul.dropdown-menu li:hover a {
  color: #fff;
}
.bromenu .dropdown-menu > .active > a,
.bromenu .dropdown-menu > .active > a:focus,
.bromenu .dropdown-menu > .active > a:hover {
  background: none;
  box-shadow: none;
}
.bromenu .dropdown-menu > li > a:focus,
.bromenu .dropdown-menu > li > a:hover {
  background: none;
}
/* dropdown style */
.section__headerbg .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
span.slidertext-bg1 {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.mapboxgl-popup-close-button {
  right: 2px !important;
  top: -3px !important;
}
.mapboxgl-popup-close-button:hover {
  background: none !important;
}
.accordions__title {
  padding: 10px 0;
  font-size: 20px;
}
.weather-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url(../img/weather-bg.jpg) no-repeat;
  background-size: cover;
}
.accordions {
  margin-top: 10px;
}
/* --------- AVANIA MEDIA QUERIES --------- */
@media screen and (max-width: 1199px) {
  header.custom__header {
    background: transparent;
  }
  .section__booking {
    background: #363a43;
  }
  .quick-booking .selectdiv select {
    color: #000;
    font-size: 13px;
  }
  .quick-booking .selectdiv {
    position: relative;
    margin-right: 0px;
  }
  .quick-booking .selectdiv select {
    width: 104%;
    height: 38px;
  }
  .selectdiv .fas {
    color: #000 !important;
  }
  .navbar-toggle {
    display: block;
    padding: 15px;
    margin-right: 0;
    margin-top: 0;
    float: left;
  }
  .quick-booking {
    padding: 0pc;
  }
  .home_resnew {
    position: relative;
    height: auto;
    background: #132835;
    padding: 0;
    padding: 15px 0 25px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    z-index: 1;
    border-radius: 0px;
  }
  .homepageform {
    background: #eaedf4;
  }
  .section__headerbg .innercaption p {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .div__logo img {
    background: #fff;
    width: 140px;
  }
  .guestImg img {
    height: 600px;
  }
  .signupform {
    background: #7b9b7b;
    color: #fff;
    padding: 42px;
  }
  .signupform span.heads {
    font-size: 25px;
    letter-spacing: 0px;
    font-family: lato;
    font-weight: 100;
  }
  .signupform span.headl {
    font-size: 31px;
  }
  .signupform span {
    display: block;
  }
  .newsletter button {
    padding: 15px 20px;
    right: -29px;
    top: 0px;
  }
  .selectdiv .fas {
    top: 13px;
    font-size: 15px;
    right: 0;
  }
  .homepageform .container {
    width: auto;
  }
  .custom__header.smaller {
    display: none;
  }
  .section__booking .quick-booking {
    background: #eaedf4;
    box-shadow: none;
    padding: 0px 0 0px;
    -webkit-box-shadow: none;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 0px 2px;
    transform: translate(0px, 5px);
  }
  .nav > li > a {
    padding: 10px 25px;
  }
  .slider-big-caption {
    top: calc(50% - 90px);
    width: auto;
  }
  .carousel-caption {
    bottom: calc(15% - 60px) !important;
  }
}
@media screen and (max-width: 991px) {
  .section__footer {
    padding: 0px 0 0px;
  }
  .footer-links div {
    display: block;
  }
  .navbar-toggle .icon-bar {
    height: 3px;
  }
  .quick-booking .selectdiv select {
    padding-left: 4px !important;
  }
  #promo_code {
    font-size: 18px;
    height: auto;
    width: 100%;
    padding: 8px 8px;
  }
  .wide_cal .add-on {
    top: 9px;
  }
  .tab_room {
    border-left-color: transparent;
  }
  .carousel-control.right,
  .carousel-control.left {
    background-image: none;
  }
  .revhead,
  #myCarousel2 p {
    color: #363a43;
    font-weight: 400;
  }
  .carousel-inner .item:after,
  .section__headerbg .item::after {
    background: linear-gradient(
      to bottom,
      rgb(54 58 67) 0%,
      rgba(64, 64, 64, 0) 40%
    ) !important;
  }
  .custom__header .navbar-inverse .navbar-toggle,
  .navbar-right {
    background: transparent;
    border: none;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background: var(--yellow) !important;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    color: var(--yellow) !important;
  }
  .carousel-control {
    opacity: 1;
  }
  .map-details a,
  .map-details p {
    text-align: center;
  }
  .reviewssec {
    background: none;
    padding: 0px;
  }
  .contains-reviews {
    background: none !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
  }
  .carousel-control .fas {
    top: 50%;
    position: relative;
    background: rgba(0, 0, 0, 0.9);
    padding: 10px 11px;
    border-radius: 100vh;
    font-size: 23px;
  }
  .section__guestroom {
    background: linear-gradient(
        to bottom,
        rgb(255 255 255) 0%,
        rgb(255 255 255) 100%
      ),
      url(../img/guest-room.webp);
    padding: 20px 0;
  }
  .section__attractions {
    background: linear-gradient(
        to bottom,
        rgb(255 255 255) 0%,
        rgb(255 255 255) 100%
      ),
      url(../img/attractions.webp);
    padding: 20px 0;
  }
  .room-title-1,
  .attraction-title-1 {
    color: var(--primary);
    font-size: 40px;
  }
  .guestroom-content .custom-hr,
  .attraction-content .custom-hr {
    border-color: var(--primary);
  }
  .guestroom-description,
  .attraction-description {
    color: #333 !important;
  }
  .attractions-div {
    position: relative;
    padding: 0;
  }
  .signupform {
    background: #7b9b7b;
    color: #fff;
    padding: 18px;
  }
  .signcont span {
    display: block;
  }
  .signcont span.heads {
    font-size: 30px;
    font-family: "times-new-roman-regular";
  }
  .signcont span.headl {
    font-size: 28px;
  }
  .newsletter .form-control {
    padding: 0px 0 0 9px;
  }
  .newsletter button {
    right: -43px;
  }
  /*Footer*/
  .footcont span.head {
    color: #000;
    font-size: 28px;
    padding: 0;
  }
  .social-icons {
    padding: 0px;
    margin: 30px 0 10px;
  }
  .padsmxs0 {
    padding: 0px;
  }
  .goog-te-gadget-simple {
    padding: 14px 4px;
  }
  .accesibility {
    padding: 0px;
    margin-top: 0px;
  }
  .map-details ul {
    margin-top: 21px;
  }
  .home_resnew {
    width: 88% !important;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
  }
  .homepageform {
    background: #132835;
  }

  /*Footer*/
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .section__booking .quick-booking {
    margin-left: 0%;
  }
  #scroll {
    bottom: 60px;
  }
  .combined__amenities .amenities__Icon-MainDiv ul li {
    margin-bottom: 20px;
  }
  .amenities-left-div {
    padding: 40px 20px 20px;
  }
  .amenities-btn {
    margin-top: 10px;
  }
  .section__map {
    padding: 20px 10px 40px;
  }
  .overview-description-overview {
    min-height: 250px;
    height: 250px;
  }
  .guest-content {
    padding: 20px 65px 0;
  }
  .quick-booking .selectdiv select {
    width: 100%;
    height: 38px;
  }
  .selectdiv .fas {
    top: 10px;
  }
  .gallery_sec {
    height: 490px;
    margin-top: 30px;
    background-position: center;
    padding: 60px 40px;
    position: relative;
    z-index: 1;
  }
  .img-card__overlay {
    background: -moz-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.49) 0%,
      rgba(0, 0, 0, 0.49) 19%,
      rgba(0, 0, 0, 0.49) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0px !important;
  }
  .newsletter button {
    right: 0px;
    padding: 13px 44px;
  }
  .newsletter div:nth-child(2) {
    padding: 0px;
  }
  .gallery_sec:after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    height: 88%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
  }
  .carousel-caption {
    bottom: 10px !important;
    left: 0;
    right: 0;
  }
  .sidenav .closebtn {
    padding: 0;
    font-size: 40px;
    top: 10px;
    margin: 15px 0 0;
  }
  a.footer-btn.access {
    margin: auto;
  }
  .footer-links .left {
    text-align: center;
  }
  .footer-links {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .attfoot {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-caption {
    bottom: calc(15% - -40px);
    padding: 0;
  }
  .shadowboxdiv.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 12px;
    display: inline-block;
  }
  .carousel-caption p {
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
  .carousel-caption p.captionbox1 {
    margin-top: 5px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .custom__header .navbar-nav > li > a.reservation-icon {
    padding-top: 10px;
    padding-right: 5px;
  }
  .overview-description-overview {
    min-height: 400px;
    height: 400px;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 70px;
  }
  .social-icons ul li a {
    margin: 0 0 0 5px;
  }
  .social-icons ul li a {
    width: 50px;
    height: 50px;
    line-height: 40px;
    font-size: 20px !important;
  }
  .section__footer {
    padding: 30px 0 0px;
  }
  .OurGuest-description {
    height: 200px;
  }
  .navbar-toggle {
    margin-top: 5px;
  }
  .navbar-right {
    top: 15px;
  }
  .selectdiv .fas {
    position: absolute;
    top: 11px;
    font-size: 17px;
    color: #fff;
    right: 4%;
  }
  .review_tags .section-title {
    margin-top: 0;
  }
  .tab_room {
    border-right-color: transparent;
    padding: 15px 0px;
  }
  .quick-booking .selectdiv {
    margin-right: 0;
  }
  #promo_code {
    width: 100%;
    text-align: center;
  }
  .review_tags {
    overflow: hidden;
    margin-bottom: 20px;
  }
  .navbar-right {
    padding: 0;
    position: absolute;
    top: 0px;
    right: 0;
    margin: 0;
  }
  .accommodations-div {
    padding: 20px;
    margin: 0px;
  }
  h3.acco-title-1 {
    font-size: 35px;
  }
  .padxs50 {
    padding: 0 50px !important;
  }
  .gallery_sec,
  .attractions_sec,
  .direction_sec {
    height: auto;
    margin-top: 30px;
    background-position: center;
    padding: 50px 0px;
  }
  .direction_sec {
    height: 300px;
  }
  .signupform div:nth-child(2),
  .newsletter .form-group div:nth-child(1) {
    padding-left: 0px;
  }
  .intro {
    margin-bottom: 15px;
  }
  .company p {
    font-size: 15px;
    width: 80%;
    margin: 0 auto;
  }
}
.top-nav-ul > li.active > a::after,
.top-nav-ul > li.dropdown > a::after,
.navbar-nav li a::after {
  content: "";
  height: 3px;
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 8px;
  transition: all 0.2s;
  background: var(--primary);
  transform: scaleX(0);
  transform-origin: right;
}
li.dropdown.other-nav-tab a::after,
li.dropdown a::after {
  display: none;
}
.top-nav-ul > li.active > a::after,
.navbar-nav li a:hover::after,
.navbar-nav li a:focus::after {
  transform: scaleX(1);
}
@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .destination .dropdown-menu {
    top: 133% !important;
    left: 0px !important;
  }
  .keyaminitieswrapper p {
    padding: 0px;
  }
  .carousel-caption {
    bottom: 170px !important;
    padding: 0;
  }
  .guestImg img {
    height: 675px;
  }
  .gallery_sec {
    height: 651px;
  }
  .signupform span.heads {
    font-size: 30px;
    margin-bottom: -4px;
  }
  .signupform span.headl {
    font-size: 36px;
    font-family: lato;
  }
  .newsletter button {
    padding: 15px 20px;
    right: -22px;
    top: 0px;
  }
  .wide_cal .add-on {
    color: #333 !important;
    right: 12px;
    top: 7px;
  }

  .selectdiv .fas {
    position: absolute;
    top: 14px;
    font-size: 17px;
    color: #000;
    right: 14%;
  }
  .quick-booking .selectdiv {
    position: relative;
    margin-right: 5px;
  }
  .quick-booking .selectdiv select {
    padding-left: 14px !important;
    height: 40px !important;
  }
  .res {
    top: 0%;
  }
}
.img-card__overlay {
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0.6) 19%,
    rgba(0, 0, 0, 0.6) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40000000', endColorstr='#a6000000', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  bottom: 0px;
}
.navbar-nav .headLogo a::after {
  display: none;
}
.animatedheight-inner-overview p:nth-child(odd) {
  font-size: 16px;
  font-weight: 400;
}
.goog-te-gadget {
  display: block !important;
}
.smaller .wide_cal .add-on {
  top: 10px;
}
@media screen and (max-width: 400px) {
  .about-title-2,
  .room-title-1,
  .amenities-title-1,
  .OurGuest-div .OurGuest-title-1,
  .attraction-title-1,
  .map-title-1,
  .gallery-title-1 {
    font-size: 35px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 440px;
  }
  .contact-title label {
    font-size: 28px;
  }
  .overview-description-overview {
    min-height: 435px;
    height: 435px;
  }
  .checkIn-div,
  .checkOut-div {
    padding: 0px;
  }
  .checkIn-div {
    padding-right: 5px;
  }
  .checkOut-div {
    padding-left: 5px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .div__logo {
    top: 0px;
    padding: 0;
    width: 74px;
    background: #fff;
  }
  .guestroom-div-mob {
    height: auto;
  }
}
.contains-reviews {
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  max-width: 1004px;
}
/* Button Hover Effect */
.btn-7 {
  position: relative;
  color: #ffff !important;
  background: #132835;
  overflow: hidden;
  transition: 300ms all ease;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  z-index: 0;
  font-weight: 500;
  letter-spacing: 5px;
  z-index: 0;
}
.btn-7:before,
.btn-7:after,
.btn-7 span:before,
.btn-7 span:after {
  content: "";
  position: absolute;
  top: 0;
  width: 25.25%;
  height: 0;
  background-color: #000000;
  transition: 300ms all ease-out;
  z-index: -1;
}
.btn-7:before {
  left: 0;
}
.btn-7:after {
  left: 50%;
}
.btn-7 span:before,
.btn-7 span:after {
  top: auto;
  bottom: 0;
}
.btn-7 span:before {
  left: 25%;
}
.btn-7 span:after {
  left: 75%;
}
.btn-7:hover,
.btn-7:focus,
.btn-7:active {
  color: #ffffff !important;
  z-index: 9;
}
.btn-7:hover:before,
.btn-7:hover:after,
.btn-7:hover span:before,
.btn-7:hover span:after,
.btn-7:focus:before,
.btn-7:focus:after,
.btn-7:focus span:before,
.btn-7:focus span:after {
  height: 80px;
  z-index: -1;
}
.btn-7-white {
  background: #fff;
  color: #363a43;
}
.btn-7-white:before,
.btn-7-white:after,
.btn-7-white span:before,
.btn-7-white span:after {
  background-color: #132835;
  transition: 300ms all ease-out;
}
/* Button Hover Effect End*/
button.btn.btn-default.remove-room-btn,
button.btn.btn-default.pull-right.add-room-btn {
  text-transform: uppercase;
  border-radius: 0px;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid var(--yellow);
  color: var(--yellow);
}
.footer-logo .list-unstyled {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  transform: translateY(25px);
}
.goog-te-gadget-simple i.fa.fa-sort-desc {
  transform: translateY(-3px);
}
.menus li.active a {
  color: #ffffff;

  font-weight: bold;
}
li.active a::after {
  background: #132835 !important;
}
.smaller .mouse,
.smaller .mouse-up,
.smaller .room_heading,
.smaller .count-minus,
.smaller .room_heading,
.smaller .room_count,
.smaller .adultbtn,
.smaller .roomsNumberOfRooms {
  border-color: #132835 !important;
  color: #132835;
  text-shadow: none;
  font-size: 15px;
}
.smaller button.btn.btn-default.remove-room-btn,
.smaller button.btn.btn-default.pull-right.add-room-btn {
  background: #363a43;
  border-color: #132835;
  color: #ffffff;
}
.smaller .mouse span,
.smaller .mouse-up span {
  background: #132835;
}
.shift-up-desktop {
  transform: translateY(-7.5px);
  position: relative;
  left: 40px;
}
.map-image img {
  object-fit: cover;
  width: 100%;
}
@media (min-width: 1200px) {
  .div__logo,
  .navbar-toggle {
    display: none !important;
  }
  .OurGuest-description {
    text-align: left;
  }
  .section-guestroom {
    margin-top: 20px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 307px;
    margin-bottom: 60px;
  }
  .div__logo img:not(.smaller .div__logo img) {
    max-width: 250px;
    width: 250px;
  }
  .map-title .custom-hr {
    width: 280px;
  }
  #event-space .smaller .div__logo {
    max-width: 105px;
    top: 5px;
  }
}

@media (min-width: 1800px) {
  .section__footer > .container {
    width: 80% !important;
  }
  .section__footer .flex-centered > div:nth-child(2),
  .section__footer .flex-centered > div:nth-child(3) {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .specialcode1 a,
  .specialcode1 a:hover,
  .specialcode1 a:focus,
  .specialcode1 a:active {
    color: #ffffff;
  }
  .mobile0verviewinnwerdiv {
    min-height: 381px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .header-smll-logo {
    display: none !important;
  }
  .revhead {
    font-size: 30px;
    color: var(--primary);
    font-weight: 700;
    letter-spacing: 5px;
  }
  .amenities-description p {
    text-align: justify;
  }
  .amenities-description {
    margin: 20px 0px 0px;
  }
  .attraction-div .attraction-conten {
    margin-top: 40px;
  }
  .attraction-description {
    margin-top: 25px;
  }
  .guest-content {
    margin-top: 25px;
  }
  .guest-content p {
    margin: 15px 0px 60px;
  }
  .specialcode1 a,
  .specialcode1 a:hover,
  .specialcode1 a:focus,
  .specialcode1 a:active {
    color: #ffffff;
  }
  .home_resnew .btn-success,
  .quick-booking .btn-success {
    background: #000 !important;
  }
  header.custom__header {
    background: rgb(255 255 255 / 43%);
  }
  .mobile0verviewinnwerdiv {
    min-height: 225px;
  }
  .aboutBox {
    padding-bottom: 40px;
  }
  .footer-SEOlinks {
    background: none;
  }
  .company p {
    padding-top: 0px;
  }
  .footer-logo .list-unstyled {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .mobile0verviewinnwerdiv {
    min-height: 415px;
  }

  .footer-logo .list-unstyled {
    position: relative;
    left: -3px;
  }

  .owl-nav {
    padding: 15px 0px 15px 15px;
  }
  .reviewssec .container-fluid,
  .reviewssec .container-fluid .row,
  .contains-reviews {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
  }
  .contains-reviews {
    padding: 10px 20px;
  }
  .attraction-description p {
    text-align: justify !important;
  }
}
@media (max-width: 380px) {
  .mobile0verviewinnwerdiv {
    min-height: 345px;
  }
  .overview-description-overview {
    min-height: 460px;
    height: 460px;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 90px;
  }
}
@media (max-width: 360px) {
  .mobile0verviewinnwerdiv {
    min-height: 460px;
  }
  .clildboxpolicy,
  p.MB0.xssmcolor.text-left {
    font-size: 10px;
  }
}
.redirectbox .logo-booking {
  max-width: 150px !important;
}
.attname {
  font-weight: 500 !important;
}
.attraction_active {
  background: #333;
  color: #fff;
}
.clildboxpolicy,
p.MB0.xssmcolor.text-left {
  background: none;
  color: #ffffff !important;
}
.messages_bar.alert {
  box-shadow: none;
}
.hr-line {
  width: 189px;
  margin: 0 auto;
  background-color: #000000;
  height: 3px;
  z-index: 99999;
  margin-bottom: 25px;
}

#myCarousel2 p:first-child {
  margin: 25px 0px;
}
@media screen and (min-width: 992px) {
  .amenities-description p {
    text-align: justify;
  }
  .name-writer1 {
    padding-top: 5px !important;
  }
  .dfs {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#contactusdfoemdisplaydates .bg-green {
  color: #ffffff !important;
}

.section__about {
  margin-bottom: 50px;
}
.width100pflt img {
  max-width: 250px;
}
.quick-booking .home_collapse {
  background-color: #3e3d3d;
}
.userddbox .btn-default:hover,
.btn-default:active {
  background-color: #363a43 !important;
  color: #fff !important;
}
@media (min-width: 2700px) {
  .smaller .div__logo {
    left: 4% !important;
  }
}

@media (min-width: 3001px) {
  .smaller .home_resnew {
    left: 6%;
    width: 71%;
  }
}
#form_sixplus_booking .btns {
  font-size: 17px;
}
.social-icons-wrapper .social-icons:hover {
  transform: scale(1.1) rotate(360deg);
}
.smaller .hidden-menu-lg {
  display: none !important;
}
.smaller .div__logo,
.smaller .navbar-toggle {
  display: block !important;
}
.div__loggo img {
  max-width: 170px;
  background: rgb(255, 255, 255);
}
.div__loggo {
  padding: 10px;
}
.hidden-menu-lg {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.hidden-menu-lg .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.hidden-menu-lg .nav.navbar-nav {
  margin: 0px !important;
  padding: 12px;
  background: rgb(255 255 255) !important;
  font-family: "Raleway", sans-serif;
}

.hidden-menu-lg .child li a::after {
  margin-top: 0px !important;
}

.hidden-menu-lg .reservation-button a {
  background: #102935;
  color: #fff;
  padding: 28px 30px 30px;
  font-size: 23px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dropdown2 {
  padding: 0;
  list-style: none;
  background: #f2f2f2;
}
.dropdown1 {
  display: inline-block;
  position: relative;
  line-height: 21px;
  text-align: left;
  padding: 0px;
  margin: 0px;
}
.dropdown1 a {
  display: block;
  padding: 8px 25px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}
.dropdown1 a:hover {
  color: #fff;
  background: #102935;
}
.dropdown1 ul.dropdown {
  min-width: 160px; /* Set width of the dropdown */
  background: #ffffff;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  padding-top: 17px;
}
.dropdown1:hover ul.dropdown {
  display: block;
  transition: 12s ease-out;
  transition: 12s ease-in; /* Display the dropdown */
}
.dropdown1 ul.dropdown li {
  display: block;
}

.dropdown2 li.active a {
  border-bottom: none;
  padding: 11px 25px;
  color: #fff;
  background: #102935;
}

.dropdown1 .dfs {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.dropdown1 li a::after {
  margin-top: 0px !important;
}
.dropdown1 > li > a:focus,
.dropdown1 > li > a:active,
.dropdown1 > li > a:hover {
  border-bottom: none !important;
}
.dropdown2 a {
  margin-top: 5px;
}

.smaller .div__logo {
  display: none !important;
  left: 8%;
  right: auto;
  max-width: 123px;
  object-fit: cover;
}

.smaller .header-smll-logo {
  display: block !important;
  left: 8%;
  right: auto;
  max-width: 123px;
  object-fit: cover;
}

@media (max-width: 991px) and (min-width: 768px) {
  .custom__header .navbar-nav > li > a.reservation-icon {
    padding-top: 0px;
  }
  .custom__header .navbar-inverse .navbar-toggle {
    transform: translateY(4px);
  }
}

/* event space page css */

.event-page {
  background-color: #f7f4ef;
}

.event-space-main .overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 30px 40px;
  /* background: rgba(0, 0, 0, 0.6); */
  border-radius: 12px;
  z-index: 1;
  width: 100%;
}

.event-space-main #downloadPDF {
  color: #fff;
  padding: 13px 32px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  /* background: linear-gradient(135deg, #bfa46f, #8c7a53); */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
  border-radius: 6px;
  border: 1px solid #fff;
}

.event-space-main .overlay p {
  color: #fff;
  font-size: 20px;
}

.overlay .header-contact-section span{ 
  font-size: 22px;
  color: #fff;}
.overlay .header-contact-section {
margin: 20px auto;

}

.event-tabs {
  position: sticky;
  top: 97px;
  z-index: 100;
  background: #fff;
  display: flex;
  justify-content: center;
  gap: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  line-height: 1.75;
  margin-top: 30px;
  margin-bottom: 40px;
}

.event-tabs li {
  list-style-type: none;
}

.event-tabs a.active,
.event-tabs a:hover {
  background: #bfa46f;
  color: #fff;
}

.event-tabs li a {
  text-decoration: none;
  color: #bfa46f;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 16px;
  padding: 9px 19px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.event-h1 {
  font-family: "Raleway";
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.6);
  margin-top: 0px !important;
  font-weight: 700;
}

.introduction-sec {
  display: grid;
  /* grid-template-columns: repeat(2, 1fr); */
  gap: 10px;
  align-items: center;
}

.intro-inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 16px;
  margin: 16px 0;
}
.menu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 32px 0;
}

.intro-inner figure,
.menu-grid figure {
  background: #f7f4ef;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s, box-shadow 0.3s;
}

.intro-inner figure:hover,
.menu-grid figure:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}

.intro-inner img,
.menu-grid img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.intro-inner figcaption,
.menu-grid figcaption {
  font-family: "Raleway";
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 12px;
  text-transform: capitalize;
}

.event-title {
  font-family: "Raleway";
  font-size: 44px;
  color: #bfa46f;
  margin-bottom: 18px;
  position: relative;
  padding-bottom: 8px;
  margin-top: 0px;
  line-height: 60px;
}

.event-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  background: #8c7a53;
  border-radius: 2px;
}
.event-page section {
  opacity: 0;
  transform: translateY(50px);
}
.event-page section.visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.event-main-sec {
  margin: 12px auto 24px;
  padding: 14px 32px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

/* our-space */

.space-sec {
  background: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.45) 100%,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.65) 100%
    ),
    url(../img/our-space.jpg) center/cover no-repeat fixed;
  position: relative;
  color: #fff;
  border-radius: 12px;
  margin: 12px auto;
  padding: 12px 30px;
}

.event-page .split {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin: 32px 0;
}
.split .hall:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
}
.event-page .split .hall {
  flex: 1 1 280px;
  background: #f7f4ef;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s, box-shadow 0.3s;
}

.event-page .split .hall h3 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
}

.hall p,
.rental-p {
  color: #333;
  padding: 10px 4px;
  font-weight: 500;
  margin-bottom: 0;
}

/* features section & hall setps */

.feature-sec,
.hall-sec,
.rental-sec,
.menu-sec,
.beverages-sec,
.services-sec,
.direction-sec,
.reviews-sec,
.quote-sec {
  border-radius: 12px;
  margin: 16px auto;
  padding: 16px 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.boxed ul {
  columns: 2;
  margin-top: 8px;
  margin-left: 5%;
}

.feature-sec .icon-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 32px;
  margin-left: 4%;
}
.feature-sec .icon-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  transition: transform 0.2s;
}

.feature-sec .icon-list li::before {
  content: attr(data-icon);
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4em;
}
.feature-sec .icon-list li:hover {
  transform: translateX(4px);
}
.boxed {
  background: #fafafa;
  border-left: 5px solid #bfa46f;
  padding: 16px 24px;
  border-radius: 6px;
  font-style: italic;
  margin: 32px 0;
}

/* rental fees section  */

.rental-sec table,
.quote-sec table {
  width: 100%;
  border-collapse: collapse;
  margin: 32px 0;
}
.rental-sec table th,
.quote-sec table th {
  background: #fbeee6;
  font-family: "Raleway";
  text-transform: uppercase;
  color: #333;
}
.rental-sec table td,
.rental-sec table th,
.quote-sec table th,
.quote-sec table td {
  border: 1px solid #eee;
  padding: 14px;
  text-align: left;
}

/* menu section  */

.menu-sec h3 {
  font-family: "Raleway";
  font-size: 28px;
  color: #333;
  margin-top: 32px;
  letter-spacing: 0.864px;
  font-weight: 700;
}

.swiper {
  width: 100%;
  max-width: 900px;
  padding: 20px 0;
}

.swiper-slide {
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  font-style: italic;
  text-align: center;
}
.quote-sec .total {
  background: #f3d9c4;
  font-weight: 700;
}
.event-tabs-wrapper {
  position: sticky;
  top: 97px;
  background: #fff;
  z-index: 100;
}
/* Hamburger Button (mobile only) */
.event-tabs-toggle {
  display: none;
  background: #bfa46f;
  color: #fff;
  font-size: 24px;
  padding: 10px 16px;
  border: none;
  border-radius: 8px;
  margin: 10px auto;
  cursor: pointer;
  width: fit-content;
}

/* Tabs Layout */
.event-tabs ul {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 24px;
  margin: 0;
}

.event-tabs a {
  text-decoration: none;
  color: #bfa46f;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 16px;
  padding: 9px 19px;
  border-radius: 8px;
  transition: background 0.3s, color 0.3s;
}

.event-tabs a.active,
.event-tabs a:hover {
  background: #bfa46f;
  color: #fff;
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav > li > a {
    padding: 10px 8px;
  }
  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 14px;
  }
  .div__loggo img {
    max-width: 120px;
  }
  .event-h1 {
    /* font-size: 46px; */
    margin-top: 0px;
    line-height: 1.1;
  }
  .event-space-main .overlay p {
    margin-bottom: 10px;
  }
  .hidden-menu-lg {
    margin-top: 0px;
  }
  .home_resnew {
    padding: 20px 15px 15px 15px;
  }
  .event-tabs li a {
    padding: 9px 14px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .event-space-main .overlay {
    padding: 20px 10px;
    width: 70%;
    top: 75%;
  }
  .event-space-main .overlay p {
    margin-bottom: 10px;
  }
  .event-h1 {
    font-size: 48px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-top: 0px;
  }
  .event-tabs li a {
    font-size: 15px;
    padding: 8px 8px;
  }
  .event-tabs ul {
    gap: 12px;
  }
  .event-tabs-wrapper {
    top: 0;
  }
  .space-sec .split .hall {
    flex: unset;
  }
  .space-sec .hall img {
    width: 100%;
    padding: 6px 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .event-tabs-wrapper {
    position: static;
  }

  .event-space-main .overlay {
    padding: 20px 10px;
    width: 70%;
    top: 70%;
  }
  .event-space-main .overlay p {
    margin-bottom: 6px;
  }
  .event-h1 {
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 0.5px;
    margin-top: 0px;
  }
  .event-tabs-toggle {
    margin: 10px !important;
    display: block;
  }
  .event-tabs li {
    margin-bottom: 20px;
  }
  .event-tabs {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .event-tabs ul {
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 16px;
  }
  .space-sec .split .hall {
    flex: unset;
  }
  .space-sec .hall img {
    width: 100%;
    padding: 6px 0px;
    height: 350px;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .event-tabs-toggle {
    display: block;
  }
  .event-tabs {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .event-tabs ul {
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 16px;
  }

  .event-tabs ul.show {
    display: flex;
  }
  .event-tabs-wrapper {
    position: static;
  }
  .event-tabs-toggle {
    margin: 10px !important;
    padding: 6px 14px;
  }
  .event-tabs li {
    margin-bottom: 20px;
  }

  .menu-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .feature-sec,
  .hall-sec,
  .rental-sec,
  .menu-sec,
  .beverages-sec,
  .services-sec,
  .direction-sec,
  .reviews-sec {
    padding: 16px 32px;
  }

  .event-title {
    font-size: 23px;
    line-height: 2.2;
  }
  .section__headerbg .innercaption h1 {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 12px 24px;
    display: block;
    margin: 0;
  }
  .event-main-sec {
    padding: 6px 20px;
  }
  .boxed ul {
    columns: 1;
    margin-left: 14%;
  }
}

#event-space #progressBarContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background: transparent;
  z-index: 9999;
  overflow: hidden;
  transition: height 0.3s ease;
}

#event-space #progressBarWrapper {
  width: 0%;
  height: 4px;
  overflow: hidden;
}

#event-space #progressBar {
  height: 4px;
  width: 100vw;
  background: #c1a561;
  transition: width 0.25s ease-out;
}

.beverages-sec ul,
.services-sec ul {
  margin-left: 3%;
}
