:root {
  --white: #fff;
  --black: #000;
  --primary: #13535d;
  --primary-dark: #13535d;
  --primary-light: #000;
  --primary-light-rgb: 53, 53, 53;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Inter Regular";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Petrona Regular";
  src: url("../fonts/Petrona-Regular.woff2") format("woff2"),
    url("../fonts/Petrona-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Pathway Gothic";
  src: url("../fonts/PathwayGothicOne-Regular.woff2") format("woff2"),
    url("../fonts/PathwayGothicOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Inter Regular" !important;
  font-size: 16px;
  color: #000;
}

body {
  overflow-x: hidden;
}

h1,
h2 {
  font-family: "Montserrat";
}

.object-fit {
  object-fit: cover;
  object-position: center;
  object-fit: cover;
  object-position: center;
}

.custom__header .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.__akia-chat-icon-wrapper {
  z-index: 98;
}

#reservationpop {
  position: relative;
  width: 100%;
}

.navigation {
  position: relative;
  z-index: 5;
}

#carouselButtons {
  z-index: 1;
}

.d-block {
  display: block;
}

.d-flex {
  display: flex;
}

.section-meetings .d-flex {
  display: flex;
  justify-content: center;
}

.inline-block {
  display: inline-block;
}

.flex-centered {
  display: flex;
  align-items: center;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-light);
  border-radius: 10px;
  border: 1px solid #fefefe;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}

#aaaWidget {
  z-index: 9999 !important;
}

.messages_bar {
  font-size: 16px;
}

.messages_bar .messages p {
  display: inline-block;
  margin: 0;
  padding: 0 5px;
  word-break: break-word;
  flex-grow: 1;
}

.messages {
  padding: 15px 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  position: relative;
  display: flex;
}

.good_news {
  width: 100%;
}

.message-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.messages a {
  color: inherit !important;
}

.message-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.message-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.message-ada {
  color: var(--white);
  background-color: #0563ae;
  border-color: #0563ae;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  right: 0;
  top: 0;
  color: #3c763d;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  opacity: 1;
  outline: 0;
}

.messages_bar.alert {
  padding: 0 15px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.position-left {
  margin-right: 8px;
}

.position-right {
  margin-left: 8px;
}

.content-group {
  margin-bottom: 10px;
}

.h-100 {
  height: 100%;
}

a,
a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

p {
  line-height: 24px;
  margin-bottom: 20px;
}

#js-gdpr-consent-banner p {
  margin-bottom: 10px;
}

.border-0 {
  border: 0;
}

.datepicker td.day.disabled {
  color: #ccc !important;
}

.hidden {
  display: none;
}

.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}

.datepicker td.day:hover {
  background: #9f9f9f !important;
  color: var(--white) !important;
}

.btn-success {
  transition: all 0.3s;
  font-weight: 700;
}

.btn-green {
  background: #772510;
  color: var(--white) !important;
}

.btn-brown {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}

.btn-white {
  background-color: var(--white);
  color: #343333;
}

.btn-submit {
  color: var(--green);
}

.btns {
  border-radius: 0;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: 0.2s all;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  display: inline-block;
}

.btn-green {
  background: var(--primary);
  color: var(--white) !important;
}

a.disabled {
  pointer-events: none;
  cursor: default;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  transition: 0.5s;
  padding-top: 50px;
  background-size: cover;
}

.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;
}

.about-rowflex {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
  display: none;
}

.hotelmagic img {
  height: auto;
}

@media screen and (min-width: 1800px) {
  .hotelmagic img.abt-img1 {
    height: 670px;
    width: 90%;
    object-fit: cover;
    object-position: center;
  }

  .hotelmagic img.abt-img2 {
    height: 250px;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
}

.main-content-about {
  background: radial-gradient(
    59.27% 59.27% at 50% 50%,
    #fff 0%,
    #f8f8f8 62.29%,
    #f0f0f0 84.12%
  );
}

.sidenav .closebtn {
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
  background: transparent;
  display: none;
}

#mySidenav .closebtn {
  line-height: 0;
}

.cool-link li a::after,
.menus li.active a::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--white);
  position: relative;
  bottom: 0;
  transition: width 0.3s;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
}

.specialcode2 {
  background-color: transparent;
  border: 1px solid #fdfdfd;
  box-shadow: 0 1px 5px #e5e5e5;
  -webkit-box-shadow: 0 3px 5px #524f4f30;
  -moz-box-shadow: 0 3px 5px #e5e5e5;
}

.specialcode2 a,
.specialcode2 a:active,
.specialcode2 a:focus,
.specialcode2 a:hover {
  color: var(--white);
  text-transform: capitalize;
}

.specialcode2 span {
}

.menus li.active a::after {
  width: 100%;
}

.cool-link li a:hover::after,
.cool-link li.active a::after {
  width: 100%;
}

.hover-drop .dropdown-menu {
  position: relative;
  top: -2px;
  margin-top: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
  float: none;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
}

.hover-drop .dropdown-menu > li {
  display: inline-block;
  margin-bottom: 0;
}

.hover-drop .dropdown-menu > li > a {
  font-size: 18px;
  color: var(--white);
  margin: 0 3px;
  opacity: 1;
  background: 0 0;
  padding: 3px 15px;
}

.hover-drop .dropdown-menu > li > a:focus,
.hover-drop .dropdown-menu > li > a:hover {
  background-color: transparent;
}

.menus li {
  margin-bottom: 10px;
}

.menus:hover li a {
  opacity: 0.5;
}

.menus:hover li a:hover {
  opacity: 1;
}

.custom__header {
  position: absolute;
  width: 100%;
  z-index: 3;
}

.div__logo {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  margin: auto;
  justify-content: center;
  display: flex;
}

.div__logo a img {
  width: 250px;
  padding: 5px 5px 5px;
  border-radius: 12px;
  margin: 5px;
}

.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.custom__header.smaller {
  background: #fff;
  box-shadow: 0px 2px 34px 1px rgba(0, 0, 0, 0.3);
  border-bottom: 2px solid #fff;
}

.smaller .menu-icon-title {
  color: #000;
}

.sidenav.smaller .respop_heading,
.sidenav.smaller .datepicker-label,
.sidenav.smaller .customedeatetimesin,
.sidenav.smaller .customedeatetimesout,
.sidenav.smaller .specialcode2 {
  background: transparent;
}

.custom__header .navbar-inverse .navbar-toggle {
  border-color: transparent;
}

.navbar-toggle {
  border-color: transparent;
  margin-top: 40px;
}

.custom__header .navbar-inverse .navbar-toggle:focus,
.custom__header .navbar-inverse .navbar-toggle:hover {
  background-color: inherit;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--black);
  font-size: 16px;
  text-transform: uppercase;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
}

.custom__header .navbar-inverse .navbar-right > li > a {
  font-size: 20px;
  font-weight: 100;
  box-shadow: 1px 0 20px 1px rgb(0, 0, 0, 0.37);
}

.custom__header .navbar-nav > li > a.reservation-icon {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-toggle .icon-bar {
  width: 40px;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #01271d;
}

.custom__header.smaller .navbar-toggle .icon-bar {
  background-color: var(--white);
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}

.navbar-header {
  display: none;
}

.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
  background: #fff;
  color: #13535d !important;
  font-size: 17px;
  padding: 12px 28px;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 20px;
  color: var(--white);
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Petrona Regular";
  font-weight: 400;
}

.custom__header .navbar-inverse .navbar-nav > li > a.reservation-button img {
  margin-left: 5px;
  width: 12px;
}

.custom__header .navbar-inverse .navbar-nav > li > a {
  color: var(--black);
  font-family: "DINCondensed";
  font-size: 16px;
  text-transform: capitalize;
  transition: 0.5s all;
  font-weight: 100;
  box-shadow: none;
  border: none;
  background: transparent;
  font-weight: 600;
  letter-spacing: 1px;
}

.custom__header.smaller .navbar-inverse .navbar-nav > li > a {
  color: var(--black);
  border: 1px solid #000;
}

.custom__header.smaller .navbar-inverse .navbar-nav > li > a.fnt img {
  filter: invert(1);
}

.custom__header .navbar-inverse .navbar-nav > li > a.fnt img {
  margin-right: 10px;
}

ul.top-nav-ul.nav.navbar-nav {
  position: relative;
  display: none;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  margin: 0;
  background: var(--primary);
  height: 90px;
}

.reservation_tab {
  text-align: center;
  float: right !important;
  position: absolute !important;
  background: #fff;
  right: 20px;
  text-transform: uppercase;
}

.mrc {
  margin-right: 15%;
}

.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}

.reservation__fixed-btn {
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background: green;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}

.reservation__fixed-btn:hover {
  color: var(--white) !important;
}

.customedeatetimesin,
.customedeatetimesout {
  background-color: transparent;
  border: 1px solid #fff;
  display: block;
  color: var(--white);
  padding: 8px 5px 9px 10px;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}

.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: #fff !important;
  font-size: 20px;
  z-index: 1;
}

.smaller .wide_cal .add-on {
  color: #fff !important;
}

.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}

.wide_cal {
  position: relative;
  display: block;
}

.checktxt {
  font-size: 20px;
}

#promo_code {
  border: 1px solid var(--white) !important;
  color: var(--white);
  font-size: 16px;
  height: 46px;
  background: 0 0;
}

#promo_code::placeholder {
  color: var(--white);
}

.room_home .fas {
  font-size: 16px;
  position: relative;
  top: 0px;
  border: 1px solid var(--white);
  line-height: 1.8;
  border-radius: 20px;
  height: 30px;
  width: 30px;
}

.specialcode2 a {
  font-size: 18px;
  padding: 9px;
  display: inline-block;
}

.add-room-btn:focus,
.add-room-btn:hover,
.done-room-btn:focus,
.done-room-btn:hover {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--white) !important;
  text-shadow: none;
}

.specialcode2 .room_home {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_collapse {
  background: var(--white);
  color: #000;
  border-radius: 8px;
  border: 1px solid #e4e7ed;
  box-shadow: 0 0 20px 0 rgb(0, 0, 0, 0.32);
}

.home_collapse:after {
  content: " ";
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent transparent var(--white);
  border-style: solid;
  border-width: 0 8px 12px;
}

.home_collapse:after {
  border-bottom-color: var(--white);
  top: -11px;
  left: 10.5%;
  z-index: 1;
}

.adultbtn {
  border-radius: 50%;
  padding: 6px;
  width: 30px;
  height: 30px;
  background: 0 0;
  border: 1px solid var(--primary);
  color: var(--primary);
  line-height: 0;
  float: right;
  position: relative;
  z-index: 1;
}

.adultbtn.btn_left {
  float: left;
}

.adultbtn.btn_left:focus,
.adultbtn:focus {
  outline: 0;
  background: inherit;
}

.adultbtn:hover {
  border-color: var(--primary);
  background: var(--primary-light);
  color: var(--white);
}

.adultbtn.count-minus:hover {
  background: var(--primary-light);
}

.room_title {
  display: table;
  width: 100%;
}

div#div_room_1 {
  border: none;
}

.room_title span {
  background-color: transparent;
  width: 100%;
  color: #000;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  text-transform: uppercase;
  padding: 0 0;
  height: 26px;
}

.room_count {
  text-align: center;
  display: inline-block;
  background: 0 0 !important;
  box-shadow: none;
  font-size: 16px;
  height: 30px;
  width: 30px;

  border-radius: 0;
  border: 1px solid rgba(130, 142, 163, 0.5);
}

label.top_room_heading {
  text-transform: uppercase;
}

.remove-room-btn {
  padding: 6px 5px !important;
  align-self: center;
  background: 0 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  top: 0;
}

.infos {
  font-size: 12px;
  margin-top: -5px;
  width: 100%;
  font-weight: 400;
  color: #040404;
  text-align: center;
}

.room_heading {
  line-height: 34px;
  margin-bottom: 0;
  text-transform: uppercase;
  border: none;
  border-right: none;
  color: #000;
  text-align: center;
  font-size: 14px;
}

.add-room-btn {
  background: #ffff;
  border: 2px solid var(--primary);
  color: var(--primary);
}

.done-room-btn {
  background: var(--primary);
  color: var(--white);
  padding: 6px 20px;
  border: 2px solid #772510;
}

.grid_adult_child {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
}

.child-age-wrapper {
  text-align: center;
  font-size: 14px;
}

.count-minus,
.room_heading {
  float: left;
}

.room_count {
  padding: 0;
  text-align: center;
}

input.room_count:focus {
  border-left: 0 !important;
  border-right: 0 !important;
}

.home_collapse .panel-body {
  padding: 10px;
  padding-top: 20px;
}

.BT1 {
  border-top: 1px solid #daceb4;
}

.BB1 {
  border-bottom: 1px solid #daceb4;
}

.child-age-wrapper select {
  padding: 7px 15px;
  margin: 5px 0;
  background: 0 0;
  border: 1px solid #772510;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-image: url(../img/dropdown-icon.svg);
  background-position: 86% 50%;
  background-repeat: no-repeat;
  width: 90%;
  background-size: 10px;
}

.child-age-wrapper select::-ms-expand {
  opacity: 0;
}

.roomscroll {
  max-height: 250px;
  overflow-y: scroll;
}

.mobile0verviewinnwerdiv {
  overflow: hidden;
  margin-bottom: 60px;
}

.roomaction a {
  padding: 0 5px;
  font-size: 14px;
  color: #4b4140;
}

.roomadult {
  border: 1px solid #727070;
}

.home_resnew .btn-success {
  padding: 5px 20px;
}

.home_resnew .btn-success,
.quick-booking .btn-success {
  background: #fff !important;
  color: #13535d !important;
  padding: 7px 24px;
  border: none;
}

#formReservation .nav-tabs > li.active > a,
#formReservation .nav-tabs > li.active > a:focus,
#formReservation .nav-tabs > li.active > a:hover {
  background: var(--primary-light);
}

.text-primary {
  color: var(--primary-light);
}

.section__booking .quick-booking {
  padding-right: 0 !important;
  background: #772510;
  padding: 10px 0px 0px;
  float: left;
  text-transform: uppercase;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.quick-booking .checktxt {
  font-size: 15px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 1px;
  letter-spacing: 1px;
}

.section__booking {
  bottom: 0;
  width: 100%;
}

.quick-booking .specialcode2 {
  background: 0 0;
}

#promo_codebox label {
  display: block;
  float: none;
}

#promo_codebox {
  background: #574f4c;
  padding: 20px 10px;
  min-width: 200px;
}

.primary-title {
  font-size: 30px;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid #474747;
  display: inline-block;
  padding-bottom: 7px;
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: 600;
}

.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}

.no-webp .section__main {
  background: url(../img/sliderbg.jpg) center/cover;
}

.section__main .video_home {
  position: relative;
  overflow: hidden;
}

.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}

.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.section__main .item img {
  height: auto;
  width: 100%;
}

.slider-big-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: capitalize !important;
  width: 45%;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Inter Regular";
  font-style: normal;
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  padding: 10px 40px;
  display: inline-block;
  font-weight: 400;
}

span.head {
  font-family: "montserrat";
  font-size: 28px;
  color: var(--white);
}

span.bigc {
  font-size: 42px;
  font-family: "itc_tiffany_stddemi_italic";
  color: var(--white);
}

.slider-big-caption span {
  display: block;
}

#myCarousel .carousel-control {
  opacity: 1;
}

#myCarousel .carousel-control {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  border-radius: 0;
  font-size: 26px;
  height: 50px;
  width: 50px;
  top: auto;
  z-index: 1;
}

#carouselButtons button {
  bottom: 0;
  border-radius: 0;
  font-size: 18px;
  background: 0 0;
  border: none;
  width: 50px;
  height: 50px;
  color: var(--white);
  padding: 3px 0 0 0;
}

#carouselButtons button:active {
  background: 0 0 !important;
}

#carouselButtons {
  bottom: 10%;
  right: 100px;
  background: rgba(0, 0, 0, 0.7);
}

section.section-amenities {
  margin: 1% 0 2%;
}

.amenities-section-title .line1 {
  color: #fff;
  text-align: left;
  font-family: "PoppinsBold";
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 0px 10px 0px;
  line-height: 70px;
  letter-spacing: 0;
}

.amenities-section .amenities_details {
  margin: 0 40px;
}

.amenties-content {
  display: flex;
}

.Amenities-div {
  text-align: justify;
  padding: 0;
}

.Amenities-title {
  color: #445642;
  text-align: justify;
  text-transform: capitalize;
  font-family: "OswaldRegular";
  font-size: 24px;
  margin: 15px 0px;
  font-weight: 600;
  line-height: 40px;
}

.Amenities-details {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #acacac;
  margin-top: 20px;
  font-family: "Inter Regular";
}

.section__headerbg {
  position: relative;
}

.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 0px auto;
  color: var(--white);
  bottom: 10%;
  text-transform: uppercase;
  width: 100%;
}

.section__headerbg .innercaption p {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 12px 24px;
  display: inline-block;
}

.innercaption .bottom-content,
.innercaption .top-content {
  display: block;
  letter-spacing: 1px;
}

.innercaption .top-content {
  font-size: 20px;
  line-height: 24px !important;
}

.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}

.btn.btn2 {
  color: #343736;
  text-transform: uppercase;
  font-size: 25px;
  transition: all 0.5s ease;
}

.highlight {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.highlight:after,
.highlight:before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
}

.highlight:before {
  border-top: 1px solid var(--primary);
  border-right: 1px solid var(--primary);
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.2s, visibility 0s 0.4s;
  top: 0;
  left: 0;
}

.highlight:after {
  border-left: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
  bottom: 0;
  right: 0;
  transition: width 0.1s ease 0.1s, height 0.1s ease, visibility 0s 0.2s;
}

.highlight:hover {
  color: var(--primary);
}

.highlight:hover:after,
.highlight:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
}

.highlight:hover:before {
  transition: width 0.1s ease, height 0.1s ease 0.1s;
}

.highlight:hover:after {
  transition: width 0.1s ease 0.2s, height 0.1s ease 0.3s, visibility 0s 0.2s;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 20px;
  background: var(--primary-light);
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  position: relative;
  transition: all 0.2s ease;
  outline: 0;
}

.owl-dots {
  margin-top: 20px;
  margin-left: 20px;
}

.picrectwrap button.owl-dot.active span:before {
  position: absolute;
  content: "";
  top: -12px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  width: 35px;
  border-radius: 100px;
  height: 35px;
  border: 1px solid #6c8485;
  transition: all 0.2s ease;
}

.picrectwrap .owl-carousel1 .owl-stage-outer {
  box-shadow: -2px -1px 20px 3px rgba(0, 0, 0, 0.26);
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  outline: 0;
}

.fade {
  opacity: 1;
}

.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
  top: auto;
  position: relative;
}

.fade .item.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}

.gofull {
  -webkit-transition: width 2s;
  transition: width 2s;
}

.fullshow {
  -webkit-animation: fullsize 0.5s forwards;
  -webkit-animation-delay: 0.5s;
  animation: fullsize 1s forwards;
  animation-delay: 0.5s;
  margin: 0 auto;
}

.picrectwrap {
  margin-right: -30px;
}

.picrectwrap img {
  width: 100%;
  height: auto;
}

.owl-carousel.owl-carousel1 {
  z-index: 0;
}

.owl-carousel1 .owl-dots {
  text-align: right;
  margin-right: 50px;
}

span.propname {
  margin-bottom: 15px;
  font-size: 30px;
  letter-spacing: 1px;
  color: #a3a3a3;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

@-webkit-keyframes fullsize {
  0% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

@keyframes fullsize {
  0% {
    width: 50%;
  }

  100% {
    width: 100%;
  }
}

#owl-carousel-review .owl-dots {
  margin-left: 0;
}

.btn3 {
  color: #000;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  text-transform: uppercase;
  font-size: 22px;
  padding: 5px 40px;
  border-radius: 0;
  z-index: 1;
}

.btn3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: var(--white);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn3:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  right: 0;
  margin: 0 auto;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  pointer-events: none;
}

.btn3:hover:before {
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}

.btn3:hover:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  background: var(--primary);
  z-index: -1;
}

.btn.btn3:hover {
  color: var(--white);
}

#promo_code:focus::-webkit-input-placeholder,
.newsletter .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

#promo_code:focus:-moz-placeholder,
.newsletter .form-control:focus:-moz-placeholder {
  color: transparent;
}

#promo_code:focus::-moz-placeholder,
.newsletter .form-control:focus::-moz-placeholder {
  color: transparent;
}

#promo_code:focus:-ms-input-placeholder,
.newsletter .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.footer-social-icons ul span {
  display: none;
  font-family: "OswaldRegular";
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: 0.17384566366672516px;
  text-align: left;
  color: #000;
}

footer {
  background-color: var(--white);
  padding-top: 10px;
}

.footer-div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background: #fff;
}

.border_div.white-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #000;
  margin: 15px 0 5px;
}

.footer-div hr {
  border: 0;
  border-top: 1px solid #000;
  width: 90%;
  margin: 0 auto;
}

span.maptextaddress {
  font-weight: 700;
}

.footer-buttons ul li {
  display: block;
}

a.modify.footer-btn.canmod {
  background: #772510;
  color: var(--white) !important;
}

a.footer-btn.access {
  line-height: 1.2;
}

.goog-te-gadget-simple,
.ftr-btn a {
  padding: 12px 0 !important;
  font-size: 16px !important;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  width: 146px !important;
  font-weight: 300;
}
.goog-te-gadget-simple {
  padding: 11px 0 !important;

}

.goog-te-menu-value {
  color: #13535d !important;
}

.goog-te-gadget-icon {
  display: none;
}

.canmod {
  background-color: var(--white);
  color: #13535d !important;
  -webkit-font-smoothing: subpixel-antialiased;
}

.access {
  background-color: #0563ae !important;
  color: var(--white) !important;
}

.access .fa-wheelchair {
  font-size: 19px !important;
  color: var(--white);
}

.seo-links .list-unstyled {
  display: flex;
  justify-content: center;
  gap: 10%;
  align-items: center;
  padding: 15px 0px;
  background: #000;
}

.logos {
  display: flex;
  margin: 30px 0;
  justify-content: center;
}

.footer-social-icons {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 30px 0;
  gap: 10px;
}

.row.row-list-item.footbtn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin:  0;
  text-align: center;
  align-items: center;
  position: relative;
}

.row.company-info {
  margin: 0;
}

.sections.footer-btn {
  padding-left: 0px !important;
}

.row.company-info p a {
  font-weight: 600;
  color: var(--primary);
}

.row.company-info p a span {
  font-family: "RadioCanada";
  color: var(--primary);
  font-style: italic;
}

.row.company-info p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0.20000000298023224px;
  padding: 10px 0 0;
}

.seo-links-main {
  padding: 0;
  border-top: 1px solid #000;
}

.top-nav-ul .dropdown-menu > .active > a,
.top-nav-ul .dropdown-menu > .active > a:focus,
.top-nav-ul .dropdown-menu > .active > a:hover {
  background-color: var(--primary) !important;
  background-image: none !important;
}

.pro-links-left p {
  margin: 14px 0;
  color: white;
  font-size: 14px;
}

.pro-links-right p {
  margin: 15px 0;
  color: white;
  font-size: 14px;
}

.pro-links-left a {
  color: white !important;
}

.pro-links-left {
  border-bottom: 1px solid gray;
  border-left: 1px solid gray;
}

.pro-links-right {
  border-bottom: 1px solid gray;
  border-right: 1px solid gray;
}

.footer-btn-div {
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  align-items: center;
}

.logos {
  display: flex;
  margin: 30px 0;
  justify-content: center;
}

.seo-links ul li {
  margin-bottom: 0px;
}

.seo-links ul li a {
  border-left: 2px solid #fff;
  padding: 0 20px 0 50px;
  color: var(--white);
  font-family: "DINCondensed";
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 1px;
  text-align: left;
  text-transform: uppercase;
}

.seo-links ul li a.first-child {
  border-left: 0px;
}

.company {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
}

.company .container {
  padding: 0;
}

.company a {
  color: #000;
  font-weight: 700;
}

.company p,
.company p span.copyright-span {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "montserrat";
  font-weight: 400;
  line-height: 20.4px;
}

.company p a em {
  color: #000;
  text-align: justify;
  margin-bottom: 0;
  font-size: 12px;
  font-family: "montserrat";
  font-weight: 400;
  line-height: 20.4px;
  font-style: inherit;
}

#scroll {
  position: fixed;
  bottom: 120px;
  right: 20px;
  background: var(--primary);
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 3;
  color: #444;
  opacity: 1;
}

a#scroll img {
  width: 30px;
  height: auto;
}

#scroll:hover {
  background-color: var(--primary);
  color: var(--white);
  transition: 0.5s;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  transform: translateY(-5px);
}

#scroll.fade-out {
  transform: translateY(170px);
  opacity: 0;
}

#scroll.fade-in {
  opacity: 1;
  transform: translateY(0);
}

#scroll em {
  color: var(--white);
  margin: 0;
  position: static;
  left: 16px;
  top: 13px;
  line-height: 45px;
  font-size: 32px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#scroll:hover i {
  color: var(--primary-dark);
  top: 5px;
}

#scroll .sr-only {
  color: var(--white);
  background: #343333;
}

@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }
}

@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -6px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -4px, 0);
  }

  90% {
    transform: translate3d(0, -2px, 0);
  }
}

#scroll:focus,
#scroll:hover {
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}

.datepicker-label {
  color: var(--white);
  font-weight: 400;
}

.respop_heading2 {
  display: none;
}

.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  left: auto;
  right: auto;
  width: 125%;
}

.play {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll 16px 12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll 16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}

.pause:focus,
.play:focus,
.volume_icon1:focus,
.volume_icon:focus {
  outline: 0;
}

.volume_icon {
  background: url(../img/unmute.png) no-repeat scroll 20px 4px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 {
  background: url(../img/unmute.png) no-repeat scroll 20px -48px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 12px;
}

.volume_icon1 span {
  visibility: hidden;
}

.reservation-button {
  text-align: center;
}

.lowest {
  display: block;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: normal;
  text-transform: capitalize;
}

.nav > li > a {
  padding: 5px 5px;
}

.nav.gallarynavtab > li > a {
  padding: 10px 28px !important;
}

.reservation-button {
  background: #772510;
  color: #fff;
}

.navbar-right {
  padding: 0 20px 10px;
  margin-top: 0;
  margin-right: 0;
  position: absolute;
  right: 0%;
  top: 35px;
}

.custom__header.smaller .navbar-right {
  background: 0 0;
}

.company a:hover {
  text-decoration: underline;
}

.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

.section__main > .item::after {
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  content: "";
}

.overview-description-overview {
  min-height: 230px !important;
  height: 230px !important;
}

.menu-icon {
  flex-direction: column;
  width: auto;
  display: flex;
  position: absolute;
  align-items: center;
  z-index: 999;
  justify-content: center;
  left: 50px;
  top: 0px;
  padding: 25px 6px;
  cursor: pointer;
}

.menu-icon-div {
  padding: 20px 15px;
}

.menu-icon-title {
  color: #fff;
  text-transform: uppercase;
  font-family: "DINCondensed";
  font-size: 24px;
  margin-left: 0px;
  font-weight: 700;
}

.menu-icon-title {
  margin-bottom: 0;
  margin-top: -15px;
}

.menu-icon__line {
  height: 2px;
  width: 38px;
  position: relative;
  border-radius: 10px;
  display: block;
  background-color: #fff !important;
  margin-bottom: 4px;
  transition: transform 0.2s ease, background-color 0.5s ease;
}

span.menu-icon__line.menu-icon__line-right {
  margin-bottom: 0px;
}

.nav-active .menu-icon__line-middle {
  width: 40px !important;
}

.nav-active .menu-icon-div {
  padding: 20px 10px;
}

@media (min-width: 1000px) {
  .navbar-inverse {
    background-color: transparent !important;
    background-image: none;
  }
}

@media (min-width: 1200px) {
  #weather .weather-box .P0.weather-card {
    padding: 28px !important;
    min-height: 200px;
  }

  .pro-links-right,
  .pro-links-left {
    height: 82px;
    align-items: center;
  }

  .section-package .package_desc {
    margin: 0px 122px 23px 66px;
  }

  .desk-sticky-logo {
    margin-top: 10px !important;
    display: none;
  }

  .smaller .desk-sticky-logo {
    display: block;
    margin-top: 20px !important;
    margin-bottom: 0px;
  }

  .desk-sticky-logo a {
    padding: 0 10px;
  }

  .specialcode2 .room_home {
    height: 44px;
  }

  #ircw_iframe {
    max-width: 2000px !important;
    left: auto !important;
    right: auto !important;
    margin: 0 auto !important;
  }

  .footer_lang_acc.footer_middle.footer-buttons.dflex {
    justify-content: flex-end;
  }

  .navbar-header {
    position: relative;
    left: 50px;
  }

  .smaller .navbar-header {
    left: 0;
  }

  .smaller.section__booking > .container {
    position: fixed;
    top: 0;
    z-index: 3;
    height: auto;
    bottom: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    right: 0;
  }

  #mySidenav {
    z-index: 101;
  }

  .smaller.section__booking {
    display: flex;
    justify-content: center;
  }

  .smaller.section__booking .quick-booking {
    border: 0;
    background: #5f1300;
    box-shadow: none;
  }

  .section__booking .navbar-toggle .icon-bar {
    background: var(--white);
  }

  .section__booking.smaller .navbar-header,
  .section__booking.smaller .scroll-reservation-but {
    display: inline-block;
  }

  .smaller#reservationpop .closebtn {
    display: none;
  }

  .smaller#reservationpop > .container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    background: 0 0;
  }

  .rct_wdgt .smaller#reservationpop > .container {
    top: 50px;
  }

  .smaller#reservationpop {
    background: 0 0;
    height: auto;
    padding-top: 0;
    transition: padding 0s;
    overflow-x: visible;
  }

  .smaller #mySidenav {
    z-index: 999;
  }

  .smaller .navbar-toggle {
    margin: 28px 0;
  }

  .custom__header.smaller {
    position: fixed;
    min-height: 87px;
  }

  .custom__header.smaller ul.top-nav-ul.nav.navbar-nav {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .slider-tab a {
    font-size: 12px;
  }

  .section__about img.abt-img1 {
    width: 90%;
  }

  .smaller .desk-sticky-logo {
    display: block;
    margin-top: 0px !important;
    text-align: center;
  }

  .seo-links .list-unstyled {
    display: flex;
    justify-content: center;
    gap: 2%;
    align-items: center;
    padding: 8px 0px;
  }

  .ml-10 {
    margin-left: 7rem !important;
  }

  .meetings-row {
    margin: 5% 3% !important;
  }

  span.map_head {
    font-size: 53px;
  }

  .smaller#reservationpop .container,
  .smaller.section__booking .container {
    width: 100%;
    margin-left: 7%;
  }

  .hover-drop .dropdown-menu > li > a {
    padding: 3px 10px;
  }
}

@media screen and (min-width: 2000px) {
  body {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.08);
  }

  #ircw_compbutton,
  #ircw_popclosedbutton {
    right: auto !important;
  }
}

@media screen and (min-width: 1200px) {
  body {
    max-width: 2000px;
    margin: 0 auto;
  }

  .nav-active .nav-bar:after,
  .nav-active .nav-bar:before,
  .nav-bar:after,
  .nav-bar:before,
  .nav__content {
    max-width: 2000px;
    margin: 0 auto;
  }

  .custom__header.smaller {
    background-color: #13525d;
    max-width: 2000px;
    margin: 0 auto;
  }

  .custom__header.smaller .navbar-inverse {
    background-color: #fff;
    background-image: unset;
  }
}

@media screen and (min-width: 1200px) {
  .section-eat .container {
    width: 1320px;
  }

  ul.dropdown-menu {
    left: -30px;
    min-width: 300px;
    width: 100%;
    border: none;
    position: absolute;
    top: 100%;
    z-index: 1000;
    background: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding-left: 0 !important;
  }

  ul.dropdown-menu li {
    font-size: 15px;
    padding: 0px 0;
    color: #000;
    list-style: none;
  }

  ul.dropdown-menu li:hover {
    background: url(../img/cabg.webp) !important;
    background-size: 100% !important;
  }

  ul.dropdown-menu li:hover a {
    color: #fff;
  }

  ul.dropdown-menu li.active a {
    color: #fff;
  }

  li.dropdown:hover ul.dropdown-menu {
    opacity: 1;
    position: relative;
    transform: rotateX(0deg);
    transform-origin: top;
  }

  ul.dropdown-menu a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
  }

  ul.dropdown-menu {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
  }

  .smaller .quick-booking .home_collapse {
    top: 56px;
  }

  .smaller#reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
    width: 125%;
  }

  #reservationpop .home_collapse {
    top: 63px;
    position: absolute;
    left: auto;
    right: auto;
    width: 125%;
  }

  .section__booking {
    position: absolute;
    display: none;
  }

  .hover-drop.dropdown .dropdown-menu {
    display: inline-block;
  }

  .hover-drop.dropdown:hover .dropdown-menu {
    opacity: 1;
  }

  .hover-drop .dropdown-menu > .active > a,
  .hover-drop .dropdown-menu > .active > a:focus,
  .hover-drop .dropdown-menu > .active > a:hover {
    background-color: inherit;
    background-image: inherit;
  }

  #mySidenav::-webkit-scrollbar {
    width: 0;
  }

  #mySidenav {
    -ms-overflow-style: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .section__headerbg .innercaption {
    bottom: 20px;
  }

  .room_heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 1199px) {
  .fullshow {
    -webkit-animation: none;
    -webkit-animation-delay: 0s;
    animation: none;
    animation-delay: 0s;
  }

  .navbar-header {
    top: 5px;
    position: relative;
  }

  .navbar-toggle {
    margin-top: 10px;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 15px;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
  }

  #reservationpop .closebtn {
    display: none;
  }

  #reservationpop .search-btn-div {
    text-align: center;
  }

  #reservationpop {
    display: block;
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    background: var(--primary);
    padding: 0;
    padding: 20px 0px 20px 0px;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }

  #reservationpop > .container {
    width: 100%;
    padding: 0;
  }

  .respop_heading {
    display: none;
  }

  .custom__header.smaller .navbar-right {
    padding: 0;
  }

  .custom__header.smaller {
    width: 100%;
  }

  #mySidenav {
    z-index: 10000;
  }

  .overview-description-overview {
    min-height: 165px;
  }

  .promocode {
    margin-top: 10px;
    display: inline-block;
  }

  .primary-title {
    font-size: 24px;
  }

  .cool-link li a:hover::after,
  .cool-link li.active a::after {
    width: 0;
  }

  .t-dates {
    height: 44px;
  }

  .section__booking .container {
    width: 100%;
  }

  .menus {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    margin-top: 20px;
  }

  .sidenav {
    padding-top: 0;
  }

  .menus a {
    text-align: left;
  }

  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }

  .menus .dropdown-backdrop {
    display: none;
  }

  .hover-drop .dropdown-menu > li,
  .hover-drop.open > .dropdown-menu {
    display: block;
    opacity: 1;
  }

  .menus li.active a::after {
    width: 0;
  }

  .menus li.active {
    background-color: var(--primary-light);
  }

  .menus .open {
    background-color: var(--primary-light);
  }

  .menus .open .dropdown-menu {
    background-color: var(--primary);
  }

  .hover-drop .dropdown-menu > li > a {
    margin: 0;
  }

  .menus .dropdown-menu {
    opacity: 1;
  }

  .menus .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .menus .open .dropdown-menu > li > a {
    color: var(--white);
    padding: 10px 32px;
    opacity: 0.8;
  }

  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }

  .section__main .video_home video {
    position: static;
    transform: none;
  }

  .footer-SEOlinks ul li a {
    font-size: 15px;
  }

  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--white);
  }
}

@media (max-width: 992px) {

  .nav-bar:after {
    background: linear-gradient(rgb(0 0 0) 100%, rgba(0, 0, 0, 0.5) 100%),
      url(../img/menu-bg.webp);
  }
}

@media (min-width: 992px) {
  .rct_wdgt .menu-icon {
    top: 115px;
    z-index: 9;
  }

  .rct_wdgt.nav-active .menu-icon {
    z-index: 102;
  }

  .floating-icons ul li a {
    width: 105px;
  }

  .menu-dropdown {
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  #myCarousel span.red-box,
  .logo-slider__line2 {
    font-size: 22px !important;
    line-height: 40px !important;
  }

  .seo-links ul li a {
    font-size: 14px;
  }

  .Amenities-icon:after {
    left: 18%;
  }

  .special-content-wrapper {
    padding: 0;
  }

  .navbar-right {
    padding: 0;
    margin-top: 0;
    float: left !important;
  }

  .div__logo {
    max-width: 150px;
    right: 0;
    left: 0;
    position: absolute;
    margin: 0px auto;
  }

  .menu-icon {
    left: 25px;
  }

  .menu-icon__line {
    background-color: var(--white) !important;
  }

  .menu-icon {
    padding: 0;
    top: 10px;
  }

  .ml-10 {
    margin-left: 16rem;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-buttonP {
    padding: 35px 5px;
  }

  ul.top-nav-ul.nav.navbar-nav {
    display: flex !important;
    align-items: center !important;
    justify-content: left !important;
    column-gap: 20px;
  }

  .customedeatetimesout,
  .customedeatetimesin {
    text-align: left !important;
  }

  .home_collapse:after {
    left: 8%;
  }

  .home_resnew .btn-success,
  .quick-booking .btn-success {
    padding: 12px 30px;
    font-size: 17px !important;
  }

  #promo_code {
    height: 50px !important;
  }

  .customedeatetimesin,
  .customedeatetimesout {
    padding: 12px 5px 12px 15px;
  }

  .custom__header.smaller {
    position: fixed;
    display: none;
  }

  .company {
    padding: 20px 0;
  }

  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
  }

  .wide_cal .add-on {
    top: 12px !important;
  }

  .section__footer {
    margin: 0px 0 0;
  }

  .section__compdetails {
    font-size: 14px;
  }

  .footer-div {
    width: 100%;
    margin: 0 auto;
  }

  .navbar-toggle {
    margin-top: 55px;
    left: 30px;
  }

  .custom__header .navbar-nav > li > a.reservation-icon {
    padding: 0;
    padding-bottom: 0;
    background-color: var(--white) !important;
    margin-top: 0;
    box-shadow: none;
    font-size: 22px;
    margin-right: 20px;
    color: #13535d !important;
    
    padding: 10px;
    bottom: 15px;
  }

  .map-content .about-title-1 {
    margin: 20px;
  }

  .atr-img2-div {
    bottom: 160px !important;
  }

  .menu-icon-title {
    margin-bottom: 0px;
  }

  span.bigc {
    font-size: 30px;
  }

  .slider-big-caption {
    top: calc(50% - 1px);
    width: 90%;
  }

  .custom__header {
    min-height: 85px;
    background: #ffffff4d;
  }

  .div__logo a img {
    height: 80px;
    width: 233px;
  }

  #myCarousel .carousel-caption {
    right: 5%;
    left: 5%;
  }

  .section__about .conten_abt h1 svg {
    width: 115px;
  }

  .mobile0verviewinnwerdiv {
    margin-bottom: 60px;
  }

  .animatedheight.about-description h2 {
    font-size: 25px;
  }

  .btn.btn2,
  .btn3 {
    font-size: 18px;
  }

  .company p {
    font-size: 13px;
  }

  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }

  .smaller .navbar-toggle {
    margin-top: 35px;
  }

  .smaller .menu-icon {
    top: 50px;
  }

  .smaller .menu-icon {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .custom__header nav ul {
    position: absolute !important;
    left: auto;
    right: 0;
    margin-right: 0px;
    text-align: right;
    width: auto;
  }

  .custom__header nav ul:hover {
    background: transparent;
    border: none;
  }
}

@media screen and (min-width: 991px) {
  .subscribe {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .navbar-inverse {
    background-color: #fff;
    background-image: none;
  }

  .logos,
  .footer-social-icons {
    border-right: none;
    margin: 0;
    min-height: auto;
  }

  .row.row-list-item.footbtn {
    min-height: auto;
    margin: 0;
  }

  .gel-bg-main,
  .border_div.white-bg {
    display: block !important;
    padding: 0 !important;
  }

  .special-img2-div {
    margin: 20px;
  }

  .special-flex {
    flex-direction: column;
    gap: 0;
  }

  .customedeatetimesout,
  .customedeatetimesin {
    text-align: center;
  }

  span.sub_map_head {
    margin: 10px 0 30px;
  }

  .wide_cal .add-on {
    top: 9px;
  }

  .rct_wdgt .menu-icon {
    top: 105px;
  }

  .section__main .carousel-inner > .item::after {
    background: linear-gradient(
      to bottom,
      #000,
      rgba(0, 0, 0, 0.76) 23%,
      rgba(0, 0, 0, 0.07) 40%,
      rgba(0, 0, 0, 0.15) 71%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  .subscribe-title label {
    font-size: 34px;
    line-height: 40px;
  }

  .about-title-2 {
    font-size: 36px !important;
    margin-top: 0;
    text-align: center !important;
  }

  .mobile0verviewinnwerdiv h2 {
    font-size: 18px;
  }

  .about-intro {
    padding: 0px 0 0 0;
  }

  .section__main {
    padding: 0;
  }

  #myCarousel a.right.carousel-control {
    left: auto;
  }

  #myCarousel .carousel-control {
    bottom: auto;
    top: 39%;
  }

  .carousel-control .fas {
    position: relative;
    padding: 0px 0 0;
    font-size: 23px;
  }

  .specials-content-wrapper {
    padding: 10px 20px 10px;
  }

  .owl-carousel1 .owl-dots {
    text-align: center;
  }

  .pro-links-left {
    border-bottom: none;
  }

  .seo-links .list-unstyled {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    padding: 20px 0px;
    flex-direction: column;
  }

  .row-list-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .navbar-right {
    padding: 0;
    margin-top: 12px;
    float: right;
  }

  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    font-size: 20px;
    color: #fff !important;
    padding: 10px 15px;
    top: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }

  .custom__header .navbar-nav > li > a.reservation-icon {
    right: 0;
    text-align: right;
    color: #13535d !important;
    border-top: 1px solid #13535d !important;
    border-bottom: 1px solid #13535d !important;
  }

  .custom__header.smaller .navbar-inverse .navbar-right > li > a {
    top: 0;
  }

  .navbar-right,
  .navbar-toggle {
    transition: margin 0.3s;
  }

  .smaller .navbar-toggle {
    margin-top: 10px;
  }

  .smaller .navbar-right {
    margin-top: 0;
  }

  .section__attractions {
    padding-top: 10px;
  }

  .custom__header {
    width: 100%;
    z-index: 2;
    position: relative;
  }

  #reservationpop .search-btn-div {
    margin-top: 25px;
  }

  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    top: 60px;
    position: initial;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 2;
  }

  .home_collapse:after {
    display: none;
  }

  .section__booking .quick-booking {
    background: var(--primary);
    padding-right: 20px !important;
  }

  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 16px;
    padding: 10px 15px;
    text-align: center !important;
  }

  #promo_code {
    width: 100%;
    font-size: 17px;
  }

  .mobile0verviewinnwerdiv {
    margin-top: 0px;
  }

  #promo_code::placeholder {
    font-size: 15px;
  }

  .overview-description-overview {
    min-height: 215px;
  }

  .home-mobileboxoverviews-overview {
    padding-bottom: 15px;
  }

  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    margin: 0 auto 30px auto;
  }

  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }

  .company {
    padding-bottom: 40px;
  }

  .rct_wdgt #mySidenav {
    margin-top: 0;
  }

  .menus {
    overflow: auto;
  }

  .sisterprop-details ul li {
    width: 46%;
  }

  .company {
    text-align: center;
  }

  .specialcode2 a {
    padding: 10px 10px 9px 10px;
  }

  .footer {
    padding-bottom: 40px;
  }

  .copyright-span {
    display: block;
    text-align: center !important;
  }

  .div__logo {
    width: 150px;
  }

  .menu-icon {
    padding-right: 5px !important;
    padding: 8px 12px;
  }

  .navbar-toggle {
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav__content ul.menu-dropdown.dropdown-menu {
    top: 0px !important;
  }

  .subscribe_input {
    padding-left: 65px;
  }

  .subscribe_form {
    padding: 0px 0px 40px !important;
  }

  .gallery-img1-div {
    margin-top: 15px;
  }

  .conten_abt h1:before {
    margin-left: -50% !important;
  }

  .overview-description-overview {
    min-height: 330px !important;
    height: 330px !important;
  }

  .section-amenities .ament-btn {
    margin-bottom: 10px !important;
  }

  .subscribe-title {
    margin-left: 10px;
  }

  .pro-links-right,
  .pro-links-left {
    height: 50px;
    text-align: center;
  }

  .div__logo {
    max-width: 100%;
    right: 0;
    left: 0;
    margin: 10px auto;
  }

  .nav-active .nav__content {
    height: 820px !important;
  }

  .company {
    padding-bottom: 60px;
  }

  .carousel-caption {
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.78);
  }

  .carousel-caption p {
    margin: 0;
  }

  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    padding: 14px 12px;
    right: 10px;
    top: 10px;
  }

  .div__logo {
    max-width: 150px;
    float: none;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0px;
  }

  .mega_section:before {
    top: 1%;
    width: 98%;
    height: 98%;
  }
}

@media (min-width: 768px) {
  .section__booking .container {
    padding: 0;
  }

  #promo_codebox {
    position: absolute;
    right: 20%;
    border-right: 2px solid var(--white);
    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
    top: 80px;
    z-index: 1;
  }

  .PR-desk0 {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sections.footer-btn .googleTranslate-bgbtn {
    padding-left: 10px !important;
  }

  #google_translate_element {
    margin: 0px !important;
  }

  .seo-links ul li a {
    padding: 0;
  }

  button#subscribe_form_standalone {
    top: 10px !important;
  }

  .subscribe_form {
    padding: 0px 0px 20px !important;
  }

  button#subscribe_form_standalone {
    left: 0 !important;
    position: relative !important;
  }

  figure.effect-steve:hover h2 {
    bottom: 45% !important;
  }

  .border_div.white-bg {
    padding: 0px 0 0px !important;
  }

  h2.insta-title {
    font-size: 32px !important;
    line-height: 45px !important;
  }

  .conten_abt h1:before {
    margin-left: -50% !important;
  }

  .special-flex {
    gap: 0px !important;
  }

  .custom__header .navbar-inverse .navbar-right > li > a {
    font-size: 16px !important;
    top: 0 !important;
    bottom: 55px;
  }

  #myCarousel span.red-box,
  .logo-slider__line2 {
    font-size: 12px !important;
    letter-spacing: 1px;
    line-height: 22px !important;
  }

  .review_content_autor {
    margin-top: 20px;
  }

  .mobile0verviewinnwerdiv {
    margin-bottom: 50px !important;
  }

  .subscribe__div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
  }

  .reveiw-head p {
    font-size: 19px !important;
  }

  .map-content .btn-div {
    justify-content: center;
    padding-top: 20px;
  }

  .div__logo a img {
    height: 90px !important;
  }

  .menu-icon {
    top: 10px !important;
  }

  .menu-icon-title {
    display: none;
  }

  .custom__header .navbar-inverse .navbar-right > li > a {
    color: #13535d !important;
    right: 10px;
  }

  .alert-dismissable .close,
  .alert-dismissible .close {
    right: -6px;
    top: -10px;
  }

  .messages_bar .messages p {
    text-align: justify;
  }

  .about-description p {
    font-size: 16px;
  }

  .btn3 {
    font-size: 15px;
  }

  .footer_address {
    text-align: left;
  }

  #memberModal .modal-dialog {
    margin: 30px;
  }

  .company a {
    display: block;
  }

  .navbar-header {
    top: 0;
  }

  .rct_wdgt .custom__header {
    top: 50px;
  }

  .overview-description-overview {
    min-height: 560px !important;
  }

  .goog-te-gadget-simple {
    margin: 0 auto 0px auto;
  }

  .section__headerbg .innercaption p {
    display: block;
  }

  .carousel-control.left,
  .carousel-control.right {
    background-image: none;
  }

  .carousel-control {
    opacity: 1;
  }

  .promocode {
    display: inline-block;
  }

  .icon-bar {
    transition: all 0.3s;
  }

  .navbar-toggle:focus .icon-bar {
    opacity: 0;
    transform: translateX(50%);
  }

  .div__logo {
    max-width: 100%;
    right: 0;
    left: 0;
    margin: 0px auto;
  }

  .navbar-toggle {
    margin-top: 55px;
    background: 0 0;
  }

  .smaller .div__logo {
    display: none;
  }

  .roomscroll {
    max-height: 100%;
    overflow-y: auto;
  }

  .carousel-control {
    font-size: 30px;
  }

  .carousel-caption {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
  }

  .room_title span {
    background-color: transparent !important;
    color: #000;
    text-align: left;
    height: auto;
    display: block;
  }

  .section__booking .quick-booking {
    padding: 20px 10px 20px 10px;
  }

  .carousel-caption {
    bottom: 0;
    padding: 10px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.78);
  }

  p.color_g.text-center {
    margin: 0;
    font-size: 14px;
  }

  .primary-title {
    word-break: break-word;
  }

  .h1_sister.primary-title {
    margin-top: 30px;
  }

  .child-age-wrapper select {
    padding: 7px 0;
  }

  .section__booking .container {
    padding: 0;
  }

  .footer-buttons ul li {
    display: block;
    text-align: center;
  }

  .footer-buttons ul li:nth-child(2) {
    margin: 0;
  }

  .footer-buttons ul li a {
    margin-left: auto;
    margin-right: auto;
  }

  .section__booking {
    position: inherit !important;
    bottom: 0 !important;
  }

  .section__booking .quick-booking {
    border: 0 !important;
    padding-right: 10px !important;
  }

  .section__headerbg .innercaption {
    width: 100% !important;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(0);
    margin: 0;
  }

  .rct_wdgt .custom__header.smaller {
    top: 50px;
  }

  .custom__header,
  .custom__header.smaller {
    position: relative;
    width: 100%;
    z-index: 3;
  }

  #scroll {
    right: 20px;
  }

  body {
    padding-bottom: 20px;
  }

  span.maptextaddress {
    width: 30%;
    float: left;
    padding-right: 10px;
  }

  .footer_address span.col {
    width: 70%;
  }

  span.col {
    float: left;
    width: 73%;
  }

  .footer_address {
    font-size: 16px;
  }
}

.lcl_minimal .lcl_close {
  margin-left: 3px !important;
}

.acesssfour a {
  color: var(--primary-dark);
}

.acesssfour a.text-white {
  color: var(--white) !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}

.ta-widget ul {
  list-style: none;
}

.ta-widget {
  display: flex;
  justify-content: center;
}

#CDSWIDCOELOGO {
  border: 7px solid #3f3c3b !important;
}

@media (max-width: 375px) {
  .overview-description-overview {
    min-height: 380px;
  }

  .footer_address {
    font-size: 13px;
  }

  .btn3 {
    font-size: 13px;
  }

  .nav-active .nav__content {
    height: 550px !important;
  }
}

@media screen and (max-width: 321px) {
  .overview-description-overview {
    min-height: 375px;
  }
}

@media screen and (max-width: 400px) {
  .overview-description-overview {
    min-height: 635px !important;
  }

  .contactbox p {
    font-size: 16px;
  }

  .primary-title {
    font-size: 22px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .section__about img.abt-img2 {
    left: 40%;
    width: -webkit-fill-available;
  }

  .logo-slider__line2 {
    font-size: 20px;
    line-height: 40px;
  }

  #myCarousel span.red-box {
    font-size: 14px;
  }

  .section__main .video_home::after {
    height: 28% !important;
  }

  #myCarousel .carousel-caption {
    padding-bottom: 60px !important;
  }

  .subscribe-title label {
    font-size: 32px;
  }

  .about-title-2,
  .amenities-section-title .line1 {
    font-size: 40px;
  }

  .sections.footer-btn {
    padding-left: 20px !important;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
    font-size: 14px;
  }

  .nav-active .nav__list-item {
    font-size: 20px;
  }

  ul.menu-dropdown.dropdown-menu li {
    font-size: 17px;
    height: auto;
  }

  .smaller .menu-icon {
    left: 30px;
  }

  span.propname {
    font-size: 25px;
  }

  span.bigc {
    font-size: 41px;
  }

  .slider-big-caption {
    top: calc(90% - 244px);
  }

  .attachlogo {
    top: 35% !important;
  }

  .subscribe-title label {
    margin: 0%;
  }

  .about-description p {
    font-size: 16px;
  }

  .animatedheight.about-description h2 {
    font-size: 20px;
  }

  .btn.btn2 {
    font-size: 18px;
  }

  a.btn.btn3 {
    font-size: 18px;
  }

  .map_wrapper .MT100 {
    margin-top: 50px;
  }

  .company p {
    font-size: 13px;
  }

  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }

  .smaller .navbar-toggle {
    margin-top: 35px;
  }
}

.dflex {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.nav-active {
  overflow: hidden;
}

.nav-bar {
  position: fixed;
  z-index: 101;
  pointer-events: none;
}

.nav-bar:after,
.nav-bar:before {
  content: "";
  position: fixed;
  width: 100%;
  background: rgba(1, 51, 0, 0.2);
  z-index: -1;
  transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.8s;
  transform: translateX(0) translateY(-110%);
}

.nav-bar:after {
  background: #13535d;
  transition-delay: 0s;
  background-size: cover;
}

.no-webp .nav-bar:after {
  background: linear-gradient(rgba(0, 0, 0, 0.5) 100%, rgba(0, 0, 0, 0.5) 100%),
    url(../img/menu-bg.jpg);
}

.nav-bar:before {
  transition-delay: 0.1s;
}

.nav__content {
  position: fixed;
  top: 54%;
  transform: translate(20%, -47%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  cursor: pointer;
}

.nav__content ul.menu-dropdown.dropdown-menu {
  background: transparent;
  box-shadow: none !important;
  left: auto;
}

.rct_wdgt a.closebtn {
  top: 20px;
}

.nav__list-item {
  position: relative;
  display: block;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0, 100%);
  transition: opacity 0.2s ease, transform 0.3s ease;
  margin-right: 10px;
}

.nav__list-item:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 0;
  height: 2px;
  top: 100%;
  transform: translate(0, 0);
  transition: all 0.3s ease;
  z-index: -1;
  left: 0;
}

.nav__list-item:hover:before {
  width: 65%;
  left: 0;
}

.nav-active .menu-icon__line {
  background-color: var(--white);
  transform: translateX(0) rotate(-45deg);
}

.nav-active .menu-icon__line-left {
  transform: translateX(0px) rotate(45deg);
}

.nav-active .menu-icon__line {
  width: 40px;
}

.nav-active .menu-icon__line-right {
  transform: translateX(-1px) rotate(45deg);
}

.nav-active .nav-bar {
  visibility: visible;
  pointer-events: all;
}

.nav-active .nav-bar:after,
.nav-active .nav-bar:before {
  transform: translateX(0) translateY(-10%);
}

.nav-active .nav-bar:after {
  transition-delay: 0.1s;
  height: 210vh;
  top: 0;
}

.nav-active .nav-bar:before {
  transition-delay: 0s;
}

.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
  color: var(--white);
  clear: both;
}

.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.1s;
}

.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}

.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-active .nav__list-item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-active .nav__list-item {
  transition-delay: 0.9s;
}

.nav-active .menu-icon__line,
.smaller .nav-active .menu-icon__line {
  background-color: #ffffff !important;
}

.smaller .menu-icon__line {
  background: var(--black);
}

.smaller.menu-icon {
  top: 0;
}

a.menu {
  position: relative;
  cursor: pointer;
}

span.menu-title {
  color: var(--white);
  transition: 0.3s background-color;
}

ul.menu-dropdown span {
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}

ul.menu-dropdown.dropdown-menu li a em {
  font-size: 16px;
  margin-right: 10px;
}

ul.menu-dropdown ul {
  position: absolute;
  top: 5px;
  left: 170px;
  opacity: 0;
}

li.sub-menu-wrapper:hover ul {
  opacity: 1;
  pointer-events: all;
}

ul.menu-dropdown.sub-menu li {
  overflow: visible;
  position: relative;
  height: auto;
}

.menu-title:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}

.menu-inner:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  z-index: 99;
}

.menu-dropdown {
  min-width: 100%;
  position: absolute;
  text-align: left;
  z-index: 100;
  background: 0 0;
  box-shadow: none;
  border: none;
  padding-top: 10px;
}

.menu-dropdown.dropdown-menu > li > a {
  color: var(--white);
  padding: 3px 0;
}

.menu-dropdown.dropdown-menu > .active > a,
.menu-dropdown.dropdown-menu > .active > a:focus,
.menu-dropdown.dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none !important;
}

li.nav__list-item:hover ul {
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
  position: relative;
}

.menu-dropdown.dropdown-menu > li > a:focus,
.menu-dropdown.dropdown-menu > li > a:hover {
  background: 0 0;
}

.menu-inner:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color,
    0.6s visibility;
  z-index: 99;
}

.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  background: 0 0;
  white-space: nowrap;
  transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s 0.2s color,
    0.2s background-color;
}

ul.menu-dropdown li.active a {
  font-weight: bold;
}

ul.menu-dropdown li {
  list-style: none;
  color: var(--white);
  height: 45px;
  font-size: 25px;
}

.nav__content a {
  display: block;
  color: var(--white);
  position: relative;
  font-size: 22px;
  margin-right: 0;
  text-align: left;
  line-height: 2;
  text-transform: uppercase;
  padding: 10px 8px 8px 5px;
}

ul.menu-dropdown li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: var(--white);
  display: none;
}

.nav__list-item.active:before {
  width: 100%;
  left: 0;
}

li.sub-menu-wrapper a.active {
  border-bottom: 1px solid var(--white);
}

.whitestrip {
  position: absolute;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 100%;
}

.slider-logo-slider {
  color: #fff !important;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.slider-logo-slider hr {
  width: 25%;
}

.logo-slider__line1 {
  display: block;
  font-size: 26px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-family: "CabinCondensed-Medium";
  text-transform: uppercase;
}

.logo-slider__line2,
#myCarousel span.red-box {
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: "Inter Regular";
  font-style: normal;
}

#myCarousel .logo-slider__line2 {
  line-height: 45px;
}

.nav-active .menu-icon-title {
  display: none;
}

.nav-active .menu-icon {
  border: none;
}

.nav-active .menu-icon__line::after {
  display: none;
}

.nav-active .menu-icon__line-left,
.nav-active .menu-icon__line-right {
  width: 22px;
}

.nav-active .menu-icon__line-right {
  float: right;
}

@media screen and (max-width: 1199px) {
  .nav-bar:after {
    background: linear-gradient(rgb(0 0 0) 100%, rgba(0, 0, 0, 0.5) 100%),
      url(../img/menu-bg.webp) !important;
  }
}

@media screen and (min-width: 1200px) {
  .rct_wdgt .smaller .menu-icon {
    z-index: 102;
  }

  .smaller .menu-icon {
    top: -15px !important;
    position: fixed;
    max-width: 2000px;
    margin: 0 auto;
    left: auto;
    z-index: 999;
    right: auto;
    margin-left: 35px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 993px) {
  .conten_abt h1:before {
    margin-left: -30% !important;
  }

  #myCarousel .carousel-indicators {
    bottom: 15% !important;
  }

  .food-special {
    display: flex;
    gap: 10px;
    padding: 10px;
  }

  .overview-description-overview {
    min-height: 275px !important;
    height: 275px !important;
  }

  .nav__content a {
    font-size: 12px !important;
  }

  .map-img img {
    height: 700px !important;
  }

  .map-section-title {
    font-size: 46px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .nav__list-item {
    font-size: 18px;
    margin-right: 20px;
  }

  ul.menu-dropdown li {
    font-size: 18px;
    height: 35px;
  }
}

@media screen and (max-width: 991px) {
  .footer-div {
    padding-top: 20px !important;
  }

  .sub-logo {
    margin: 15px auto 0 !important;
  }

  .subscribe {
    flex-direction: column;
    align-items: normal;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .seo-links ul li a {
    border-left: none;
  }

  .section__about {
    height: auto;
    padding-bottom: 0;
  }

  .section__about .about-btn {
    margin-bottom: 0px;
  }

  .about-btn {
    bottom: 0% !important;
  }

  .section__about .conten_abt h1 {
    justify-content: center;
  }

  .specialcode {
    margin: 22px 0px !important;
  }

  .footer-buttons ul {
    margin-bottom: 0;
  }

  .nav__list-item {
    display: block;
    text-align: left;
    margin-right: 0;
  }

  .menu:hover > .menu-dropdown {
    position: relative;
  }

  .nav__list-item:before {
    display: none;
  }

  .nav__list-item:hover:before {
    width: 30%;
    top: 40px;
  }

  ul.menu-dropdown li {
    height: auto;
    font-size: 20px;
  }

  ul.menu-dropdown li.active a:after {
    bottom: -1px;
    height: 1px;
  }

  .nav-active .nav-bar::after {
    width: 100% !important;
  }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
  .section__footer .container {
    width: 90% !important;
  }

  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 135%;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .section__footer .container {
    width: auto;
  }

  .primary-title {
    font-size: 26px !important;
  }

  .menu-icon {
    left: 15px;
    top: 10px;
    padding: 0;
  }

  .smaller .menu-icon {
    top: 20px;
  }

  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 120%;
  }

  .room-main .room-block {
    padding-bottom: 15px !important;
  }
}

@media screen and (max-width: 991px) {
  .border_div.white-bg {
    margin: 0px 0 20px;
    text-align: center;
  }

  .footer-social-icons {
    margin-bottom: 20px;
  }

  .section__main .carousel-inner .item:before {
    background: transparent !important;
  }

  .nav-active.rct_wdgt .menu-icon,
  .rct_wdgt .smaller .menu-icon {
    top: 20px !important;
  }

  .menu-dropdown {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-right {
    padding: 0;
    margin-top: 0;
    float: left !important;
    top: 15px !important;
  }

  .nav__list-item {
    display: block;
    margin-bottom: 10px;
  }

  .menu-icon__line {
    background-color: var(--black);
  }

  .nav__list-item a {
    margin-right: 0;
    padding-left: 25px;
    text-align: left;
    line-height: 2;
    text-transform: uppercase;
    font-size: 22px;
  }

  span.menu-title {
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
    text-align: left;
    font-size: 22px;
  }

  .nav__content li.active a {
    border-bottom: 1px solid #fff;
    width: 75%;
  }

  .nav__content li.active ul li a:not(.active) {
    border-bottom: none;
  }

  .nav-active .nav__content {
    position: fixed;
    top: 30px;
    transform: translate(0, 10%);
    width: 100%;
    text-align: left;
    font-size: 25px;
    font-weight: 200;
    cursor: pointer;
    overflow: auto;
    height: 650px;
  }

  .nav-active .menu-icon {
    position: fixed;
    top: 20px !important;
    padding: 0px;
    display: flex;
    justify-content: end;
  }

  ul.menu-dropdown li a {
    text-transform: capitalize;
    padding-left: 40px;
  }

  .menu-dropdown.dropdown-menu > li > a > em {
    font-size: 16px;
    margin-right: 12px;
  }

  ul.menu-dropdown.dropdown-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .navbar-right {
    top: 25px !important;
  }

  .primary-title {
    font-size: 25px;
  }

  .nav-bar .dropdown-menu {
    top: 0 !important;
  }

  .acesssfour ul li {
    text-align: justify;
  }

  .infos {
    font-size: 9px;
    margin-top: 0;
  }

  .clildboxpolicy {
    padding: 0;
  }

  p.MB0.xssmcolor.text-left {
    font-size: 9.9px;
  }

  .home_resnew .col-lg-6.col-md-6.col-sm-6.col-xs-6.PR0:last-child,
  .section__booking .col-lg-6.col-md-6.col-sm-6.col-xs-6.PR0:last-child {
    padding-right: 15px;
  }

  div#appendroomconfigafterthis .clearfix.MB15 {
    margin-bottom: 10px;
  }

  .roomsNumberOfRooms {
    margin: 0;
  }

  .top_room_heading {
    font-size: 17px;
  }

  .smaller .menu-icon {
    top: 18px;
  }

  .adultbtn,
  .room_count {
    height: 25px;
    width: 25px;
  }

  .adultbtn {
    padding: 4px;
  }
}

.specialcode2 {
  position: relative;
  font-size: 1rem;
}

.selectroom-label {
  font-size: 14px;
  position: absolute;
  background: rgb(155 67 49);
  top: -12px;
  left: 6px;
  font-weight: 400;
  color: var(--white);
  padding: 0 4px;
}

.vh {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  outline: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ada-widget-assecibilityicon {
  position: relative;
  z-index: 1;
}

.rct_wdgt .smaller .menu-icon {
  top: 42px !important;
}

.gyg-widget .gyg-list .gyg-recovery-banner .banner-text {
  text-transform: uppercase;
}

@media screen and (max-width: 1194px) and (min-width: 834px) {
  .tab_text {
    display: none !important;
  }
}

@media screen and (max-width: 884px) and (min-width: 800px) {
  .section__main .item img {
    height: 550px;
    object-fit: cover;
  }
}

@media screen and (width: 428px) {
  .overview-description-overview {
    min-height: 440px;
  }
}

@media screen and (max-width: 400px) {
  .grid_adult_child {
    padding-left: 0 !important;
  }
}

.fade .item {
  z-index: 0;
}

#myCarousel .carousel-indicators {
  position: absolute;
  bottom: 11%;
  left: 0px;
  right: 0px;
  margin: auto;
  padding: 5px 10px;
  z-index: 2;
  border-radius: 7px;
  width: 60%;
  text-align: center;
  justify-content: center;
  list-style: none;
  display: flex;
  height: auto;
  width: fit-content;
  flex-direction: row;
}

#myCarousel .carousel-indicators li:last-child:before {
  display: none;
}

#myCarousel .carousel-indicators li {
  background: #b3b3b3;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border-radius: 50px;
  margin: 0;
  border: 1px solid #fff;
  margin: 0px 20px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

#myCarousel .carousel-indicators .active {
  background: #c1b49a;
  border: 1px solid #ffffff;
  outline: 1px solid #fff;
  outline-offset: 5px;
  position: relative;
}

.section__footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}

.footer-btn {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin: 10px 0px;
  align-items: center;
}

a.footer-btn.access {
  background: #0563ae !important;
  gap: 0;
}

.section__footer {
  background: linear-gradient(180deg, #f9e8e4 0%, rgba(249, 232, 228, 0) 100%);
  margin-top: 40px;
}

.footer-social-icons ul.list-unstyled {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  justify-content: start;
  overflow: hidden;
}

.footer-social-icons ul li a {
  color: var(--white) !important;
}

.footer-social-icons ul li {
  border: 1px solid #13525d;
  width: 40px;
  height: 40px;
  background-color: transparent;
  text-align: center;
  margin: 0px 12px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(-46deg);
  background: #13525d;
}

.footer-social-icons ul li a {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 25px;
  margin: 4px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transform: rotate(45deg);
}

.company .container {
  width: auto;
}

.company .container .end-text {
  justify-content: end;
}

/* body */

.text-warning {
  color: #772510;
  padding: 0 2%;
}

.text-warning1 {
  color: var(--white);
  padding: 0 2%;
}

.smaller#reservationpop .search-btn-div .btn-success {
  background: #fff !important;
  border: none;
  outline-offset: -6px;
}

.custom__header .navbar-inverse .dropdown .dropdown-menu li.active a:hover,
.custom__header .navbar-inverse .dropdown .dropdown-menu li.active a:focus {
  color: #fff !important;
  font-weight: 400;
}

.section__about .conten_abt {
  width: 100%;
  display: block;
  margin: auto;
}

.section__about .conten_abt h1 {
  display: flex;
  align-items: center;
}

.section__about .conten_abt hr {
  width: 100%;
  border-bottom: 1px solid #000;
}

.section__about .conten_abt hr.line1 {
  margin-top: -65px;
}

.ml-10 {
  margin-left: 20rem;
}

.footer_line {
  width: 150px;
  overflow: hidden;
  text-align: center;
  margin: 30px;
}

.circle-fab {
  border-radius: 50%;
  margin: 0.15em;
  font-size: 1.5em;
  padding: 0.05em 0.3em;
  background: #fff;
  color: #772510;
}

.footer-po {
  position: relative;
}

.custom__header .navbar-inverse .navbar-nav > li.active a {
  font-weight: bolder;
  color: var(--primary);
}

@media screen and (max-width: 760px) {
  .company p {
    text-align: center;
  }

  .footer-social-icons ul li {
    margin: 0px 10px !important;
  }
}

@media screen and (max-width: 850px) {
  .section__about .about-btn {
    width: 100%;
    text-align: center;
    left: 0;
  }

  .section__footer .subscribe__div_input .form-group .signup_btn {
    display: flex;
    justify-content: center;
    padding-top: 15px !important;
  }

  .company .container .end-text,
  .company .container .web-cetr {
    justify-content: center;
  }

  .footer-social-icons ul.list-unstyled {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .border_div.white-bg {
    margin: 0px 0 0;
  }
}

.smaller .desk-sticky-logo {
  display: block;
}

@media screen and (max-width: 1200px) {
  .about-rowflex::after {
    display: none;
  }

  .smaller#reservationpop .container {
    background: var(--primary-dark) !important;
  }

  .footer-social-icons ul li {
    margin: 0px 15px;
  }

  .menu-icon-title {
    color: #000;
  }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
  .ml-10 {
    margin-left: 15rem;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1400px) {
  .footer-social-icons ul li {
    margin: 0px 20px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
  }
}

.quick-booking .btn-success.btn-success {
  border: none;
  background: #ffffff url(../img/btn-white-pattern.png) !important;
  color: #772510 !important;
}

.skiptranslate.goog-te-gadget .goog-te-gadget-simple {
  font-weight: 300;
  background: #353535;
  color: var(--white);
  border: none;
}

.attachlogo {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .smaller #reservationpop .search-btn-div {
    margin-top: 60px !important;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a {
    padding: 0px;
    font-size: 14px;
  }

  .subscribe-title label {
    margin: 0;
  }
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background: none !important;
}

.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: var(--primary-light) !important;
}

#myCarousel .carousel-inner .item,
#myCarousel .carousel-inner .item div,
#myCarousel .carousel-inner .item p,
#myCarousel .carousel-inner .item span {
  text-transform: uppercase !important;
}

@media screen and (min-width: 992px) {
  #myCarousel .carousel-caption {
    padding-bottom: 100px;
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #ffffff00 !important;
}

@media screen and (max-width: 450px) {
  .things-details {
    text-align: justify;
  }

  .menu-icon {
    left: 0;
    top: 50px;
  }

  .room_description-nav .book {
    margin: 0;
  }
}

@media screen and (max-width: 360px) {
  .room_description-nav .book a:not(:last-child) {
    margin-bottom: 20px;
  }
}

/* room inner page */
.section__booking .container {
  background-color: rgba(0, 0, 0, 0.6);
}

#reservationpop .home_resnew {
  display: flex;
  justify-content: center;
  position: absolute;
  width: inherit;
  background-color: #13535d;
  padding-bottom: 20px;
  height: 130px;
}

.smaller#reservationpop .home_resnew {
  top: 0px;
  padding-top: 15px;
}

.section__headerbg .section__main .item {
  position: relative;
}

#weather .weather-box .P0.weather-card {
  padding: 15px !important;
}

@media screen and (min-width: 1200px) {
  .navbar-right {
    top: 40px !important;
  }

  #reservationpop .home_resnew {
    bottom: 0%;
  }

  .section-guestroom {
    padding: 0 1%;
  }

  .smaller #no_of_rooms,
  .smaller #no_of_adult,
  .smaller #no_of_child,
  .smaller #no_of_infants {
    color: var(--white) !important;
    background: transparent !important;
    border: 1px solid var(--white);
    background-position: 97% 71%;
    background-size: 12px;
    appearance: auto;
    font-size: 16px;
    text-transform: capitalize;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  }

  .tab_r {
    margin: 0px !important;
  }
}

.smaller #no_of_rooms,
#no_of_adult,
#no_of_child,
#no_of_infants {
  padding: 9px 0px;
  background: transparent !important;
}

#no_of_child option,
#no_of_adult option {
  color: #000;
}

#no_of_rooms:focus,
#no_of_adult:focus,
#no_of_child:focus,
#no_of_infants:focus {
  border: 1px solid #fff !important;
}

@media (min-width: 991px) {
  .smaller #no_of_rooms:focus,
  .smaller #no_of_adult:focus,
  .smaller #no_of_child:focus,
  .smaller #no_of_infants:focus {
    border: 1px solid #fff !important;
  }
}

#no_of_rooms,
#no_of_adult,
#no_of_child,
#no_of_infants {
  padding: 9px 0px;
  text-align: center;
  width: 100%;
  color: #fff !important;
  height: 45px;
  -moz-appearance: none;
  border-radius: 0px;
  background-position: 95% 50%;
  background-size: 12px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
}

.smaller .color_w_home {
  color: #fff !important;
}

.tab_r {
  padding-right: 0;
  margin: 15px 0px;
}

.smwid {
  padding: 0 0px 0 15px;
}

.smwid1 {
  padding: 0 0px 0 0px;
}

.checktxt {
  font-size: 15px;
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
}

@media screen and (min-width: 1200px) {
  .smaller #no_of_rooms option,
  .smaller #no_of_adult option,
  .smaller #no_of_child option,
  .smaller #no_of_infants option {
    background: #fff;
    color: #333;
    text-align: left;
  }
}

.datepicker-label {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.dropdown-menu > li > a {
  display: block;
  padding: 15px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  font-size: 12px;
}

.footer-social-icons ul li:hover {
  transform: translateX(0px);
}

.footer-social-icons ul li .fab {
  transform: rotate(0deg);
  transition: 1s;
}

.footer-social-icons ul li:hover .fab {
  transform: rotate(-45deg);
}

.footer-social-icons ul li .fab:hover {
  transform: rotate(-45deg);
}

@media screen and (max-width: 1000px) {
  .topRservationSection,
  .menu-icon {
    display: block;
  }
}

.datepicker td.active,
.datepicker td.active:hover {
  background: var(--primary) !important;
}

.home_head .chooseops #no_of_rooms {
  height: 47px;
}

.home_head .chooseops .home_resnew .btn-success {
  padding: 7px 24px;
}

.smaller .home_head .chooseops .smwid {
  margin-top: 0px;
}

.customedeatetimesin,
.customedeatetimesout {
  color: #fff;
  background-color: transparent !important;
}

.smaller .customedeatetimesin,
.smaller .customedeatetimesout {
  color: #fff !important;
  background-color: transparent !important;
}

@media screen and (max-width: 400px) {
  .home_head .tab_r {
    margin: 10px 0px;
    padding-right: 15px;
  }

  .home_head .chooseops {
    margin-top: 10px;
  }

  .home_head .space-t {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout,
  .customedeatetimesin,
  .customedeatetimesout {
    color: #fff !important;
    background-color: transparent !important;
  }
}

.home_head .space-t {
  margin-top: 22px;
}

.smaller .home_head .space-t {
  margin-top: 13px;
}

@media screen and (min-width: 750px) and (max-width: 850px) {
  .footer-btn .ftr-btn {
    text-align: -webkit-center;
  }

  .wedwraps .spc_pack-btn {
    margin: 7% 3% 0;
  }

  /* overview */
  #desktopCategory #Carouselamenities .carousel-inner {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .weth_cont1 {
    padding: 0 !important;
  }

  .dayne {
    font-size: 18px !important;
  }

  .location span {
    padding: 0 !important;
  }

  .smaller .wide_cal .add-on {
    color: #fff !important;
  }
}

.trip_t label span,
.about_h label span {
  padding: 12px 12px;
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  .desk-sticky-logo a {
    padding: 0 5px;
  }

  .smaller .desk-sticky-logo {
    display: block;
  }

  .fixlogo img {
    margin-top: 0;
  }
}

@media screen and (min-width: 2999px) {
  .smaller #reservationpop .search-btn-div {
    margin-top: 29px;
  }

  .smaller #get_header_avaibility .MT20 {
    margin-top: 33px;
  }

  .smaller .home_head .space-t {
    margin-top: 33px;
  }
}

@media screen and (min-width: 100px) and (max-width: 1100px) {
  .smaller .home_head .space-t {
    margin-top: 35px;
  }

  .smaller #reservationpop .search-btn-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #no_of_rooms,
  #no_of_adult,
  #no_of_child,
  #no_of_infants {
    height: 50px !important;
    font-size: 12px;
    text-transform: capitalize;
  }
}

.custom__header.custom__header.custom__header.custom__header
  .navbar-inverse
  .navbar-nav
  > li
  > a.reservation-icon:hover {
  background: var(--primary) !important;
  color: #fff;
}

@media screen and (max-width: 376px) {
  .room-main .room-block {
    margin-top: 30px;
    padding-bottom: 0px !important;
  }

  .room_description-nav .book a:not(:last-child) {
    margin-bottom: 10px !important;
  }
}

@media screen and (width: 1024px) {
  .slider-tab a {
    padding: 10px 8px !important;
    font-size: 10px;
  }

  .mobile0verviewinnwerdiv {
    padding: 0 20px 0;
  }

  .about-rowflex {
    margin: 0;
  }

  .home_head .chooseops {
    margin-top: 5px !important;
  }

  .smaller .home_head .chooseops {
    margin-top: 20px !important;
  }
}

@media screen and (width: 393px) {
  .overview-description-overview {
    min-height: 260px;
  }
}

@media screen and (max-width: 767px) {
  .row.company-info p {
    text-align: center;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-icon::after {
    display: none;
  }

  .section__about .conten_abt h1 svg {
    width: 100px;
  }

  .row.company-info {
    text-align: center;
    margin-bottom: 30px;
  }

  .pro-links-left p {
    text-align: center;
    margin: 15px 0;
  }

  .pro-links-right p {
    margin: 15px 0 30px;
  }

  .contact-form-input .form-control:not(:placeholder-shown) + label {
    font-size: 16px !important;
  }

  .innercaption .top-content {
    font-size: 16px;
  }

  #packagesdfoemdisplaydates .country_currency_list {
    top: 40px !important;
    right: -42px !important;
  }

  .country_currency_list {
    width: 360px !important;
  }

  .wedwraps .primary-title {
    font-size: 24px !important;
  }

  .nav-active .nav-bar:after {
    width: 100% !important;
  }

  .award_section img {
    width: auto;
  }

  .border_div.white-bg {
    margin: 0px 0 20px;
    text-align: center;
  }
}

.current_currency_list {
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .award_section img {
    width: auto;
  }

  .about-btn {
    text-align: center;
  }

  .about-rowflex {
    padding-bottom: 0px;
  }

  .footer-btn {
    margin-left: 7px !important;
  }

  .row.company-info p {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .slider-tab a {
    font-size: 12px;
    padding: 15px 10px !important;
  }

  span.titles-2.theme_black.text-center {
    font-size: 36px !important;
  }

  .conten_abt h1:before {
    margin-left: -50%;
  }

  .row.company-info p {
    margin: 0px;
    text-align: center;
  }

  .row.company-info {
    margin: 10px 0px 50px 0px;
  }

  .seo-links ul li a {
    font-size: 14px;
  }

  #scroll {
    bottom: 60px;
  }

  .row.seo-links ul {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .direction-btn a {
    left: 40%;
  }

  .menu-icon__line {
    background-color: var(--black);
  }

  .wedwraps .primary-title {
    font-size: 24px !important;
  }

  .section__footer .subscribe__div_input .form-group .signup_btn {
    padding-top: 0px;
    justify-content: left;
  }

  .footer-btn {
    flex-direction: column;
    gap: 0px !important;
    margin-top: 0px;
    margin-bottom: 0;
  }

  .row-list-item.footbtn {
    padding-top: 10px;
  }

  .section__footer .subscribe__div_input .form-group .signup_btn {
    padding-top: 0px !important;
  }

  .row.company-info {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 320px) and (max-width: 991px) {
  .subscribe__div {
    margin-bottom: 0;
  }

  .subscribe__div_input {
    margin-bottom: 20px;
  }

  .footer_element .logos img {
    max-width: 90%;
  }

  .footer_element .logos a {
    text-align: center;
  }

  .footer-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 0px !important;
  }

  .footer-social-icons ul span {
    display: none;
  }

  .map-img img {
    height: auto;
    margin-bottom: 0px;
  }

  .about-rowflex {
    padding-bottom: 0px;
    margin: 0;
  }

  .footer_element .container-fluid.P0 {
    width: 100%;
  }

  li.seo-img-li {
    display: none;
  }

  .sections.footer-btn {
    gap: 15px;
  }

  .about-heading {
    display: block;
  }

  .map-content {
    position: relative;
    bottom: 0px !important;
    padding: 0;
    left: 0;
  }

  .pro-links-right {
    align-items: center;
    justify-content: center;
  }

  .meetings-section-title {
    color: #fff;
    margin-top: 20%;
  }

  .pro-links-right {
    justify-content: center;
  }

  .section__footer .container {
    width: 100%;
  }

  .guestroom-left {
    margin-bottom: 0px;
  }

  .topRservationSection {
    display: block !important;
  }
}

@media screen and (min-width: 767px) and (max-width: 900px) {
  #myCarousel span.red-box,
  .logo-slider__line2 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 22px;
  }

  .room_description-nav .book {
    margin: 0 !important;
  }

  .room_description-nav .btn.btn-green {
    margin-top: 15px;
  }

  header.custom__header.smaller {
    display: none;
  }
}

a.btns.news_back_btn {
  margin-bottom: 40px;
}




@media screen and (min-width: 1280px) and (max-width: 1399px) {
  .desk-sticky-logo img {
    max-width: 110px !important;
    width: 110px;
    position: relative;
    left: -15px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .desk-sticky-logo img {
    max-width: 130px !important;
    width: 130px;
    left: -40px;
    position: relative;
    top: -5px;
  }
}

@media screen and (max-width: 1024px) and (min-width: 1024px) {
  .prtrs {
    position: relative;
    top: -20px;
  }
}

@media screen and (min-width: 1450px) and (max-width: 1480px) {
  .desk-sticky-logo img {
    max-width: 246px !important;
    width: 130px;
    left: -45px;
    position: relative;
  }
}

.top-nav-ul > li.active > a::after:first-child {
  content: 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 (max-width: 1199px) {
  .main-content-about {
    background: #fff;
  }
}

/* reservation */
.standalone_logo_text .white {
  color: #772510 !important;
}

li.div__logo.logoBlk a::after {
  display: none;
}

.footer-social-icons ul li:first-child {
  margin: 0 15px 0 0;
}

.gallarynavtab.nav > li > a {
  padding: 10px 20px;
}

/* inner pages hide  */
.guestroom-amenities-slider-div .owl-stage-outer .mob-height,
#tabletCategory #Carouselamenities .carousel-control.left,
#tabletCategory #Carouselamenities .carousel-control.right {
  display: none;
}

span.titles-2.theme_black.text-center {
  font-family: "DINCondensed";
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.08em;
  text-align: center;
  color: rgba(65, 65, 66, 1);
  padding: 0 15px;
}

.conten_abt h1 {
  overflow: hidden;
  text-align: center;
}

.conten_abt h1:before,
.conten_abt h1:after {
  background-color: rgba(193, 180, 154, 1);
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.conten_abt h1:before {
  right: 0.5em;
  margin-left: -25%;
}

.conten_abt h1:after {
  left: 0.5em;
  margin-right: -50%;
}

.animatedheight.about-description p {
  font-family: "Inter Regular";
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
}

.animatedheight.about-description h2 {
  font-family: "Inter Regular";
  font-size: 26px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: center;
  color: var(--primary);
}

.animatedheight.about-description h2 a {
  color: var(--primary);
}

.btn-theme::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  transition: width 0.7s ease;
}

.btn-theme:hover::before {
  width: 0%;
}

.btn-theme:hover {
  color: #fff;
}

.btn-theme {
  background: #c1b49a;
  color: #000;
  padding: 7px 36px 7px 20px;
  border-radius: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  font-family: "DINCondensed", sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.8px;
  border: 4px solid #c1b49a;
  text-align: center;
  cursor: pointer;
  transition: color 0.5s ease;
  outline: 2px solid white;
  outline-offset: -5px;
}

.red-more_btn_center {
  text-align: center !important;
}

.about-btn {
  margin-top: 40px;
  position: absolute;
  bottom: 2%;
  width: 98%;
  z-index: 1;
}

.btn:focus {
  outline: 0 !important;
}

.nav-active span.menu-icon__line.menu-icon__line-right {
  left: -5px;
}

.slider-tab {
  margin-bottom: -55px;
  position: relative;
  bottom: 55px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  background: rgb(143 143 143 / 25%);
}

.slider-tab-content {
  display: flex;
  justify-content: center;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  align-items: center;
}

.slider-tab .social-icon ul li {
  padding-top: 12px;
}

.slider-tab .social-icon ul li a {
  font-size: 22px;
  padding: 12px 15px;
}

.slider-tab a {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  padding: 12px 15px;
  text-transform: uppercase;
  font-family: "Lato";
  letter-spacing: 3px;
}

.btn-div.ament-btn {
  text-align: center;
  margin-top: 20px;
}

#special-div .titles-2,
#food-div .title-2 {
  font-family: "DINCondensed";
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-align: left;
  color: #fff;
  letter-spacing: 2px;
}

.white_text {
  color: #ffffff;
}

.theme_p {
  font-family: "Inter Regular";
  font-size: 18px;
  font-weight: 400;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .theme_p.white_text {
    width: 50%;
  }
}

h1.slogan {
  text-align: center;
  background-color: hwb(0deg 0% 100% / 70%);
  font-weight: 100;
  margin: 0;
  padding: 20px;
}

.slash:hover,
.slash:focus,
.slash {
  color: #fff;
  border-bottom: 1px solid #fff;
}

/* all box effect */

.P0_new {
  padding: 0px;
}

.M0 {
  margin: 0;
}

.picwrapper .row {
  display: flex;
  gap: 20px;
}

.subscribe_form {
  padding: 40px 0px;
  overflow: hidden;
}

.sub-logo {
  margin: 0 auto;
  background: #000;
  height: 45px;
  width: 45px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 10px;
  outline: 1px solid #000;
  outline-offset: 5px;
}

.newsletter .form-control {
  font-family: "DINCondensed";
  color: #858585;
  box-shadow: none;
  border-radius: 0 !important;
  font-size: 14px;
  padding-left: 10px;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-right: 40px;
  background: #fff;
  border: 1px solid #000;
}

#subscriber_email::placeholder {
  color: #858585 !important;
  font-family: "DINCondensed" !important;
  letter-spacing: 2px;
  font-size: 16px;
}

button#subscribe_form_standalone {
  position: absolute;
  left: -16px;
  top: 0px;
  border-radius: 50px;
  font-size: 16px;
  padding: 14px 35px;
  letter-spacing: 0;
  line-height: 26px;
  background: #000;
  border: 1px solid #000;
  color: #fff !important;
  border-radius: 0 !important;
  font-size: 20px;
  font-family: "DINCondensed";
  font-weight: 700;
}

.newsletter .btn:focus {
  outline: 0;
}

.newsletter .form-control::placeholder {
  color: black;
  font-family: "OpenSans-Regular";
}

.subscribe h2.titles-2 {
  font-family: "DINCondensed";
  color: #c1b49a;
  text-transform: uppercase;
  font-size: 50px;
  letter-spacing: 3px;
  font-weight: 700;
}

.tel-no span {
  color: #fff;
  font-family: "DINCondensed";
  font-size: 16px;
  font-weight: bold;
}

.smaller .tel-no span {
  color: #000;
}

.tel-no img {
  filter: invert(1);
}

.smaller .tel-no img {
  filter: invert(0);
}

.nav__content {
  height: 80vh;
  width: fit-content;
  overflow-y: auto;
  width: 300px;
}

.nav__content::-webkit-scrollbar {
  display: none;
}

.nav-bar {
  height: 100%;
}

.nav-active .nav-bar:after {
  width: 100%;
  height: 100%;
  animation: slide-left 0.5s ease-in-out forwards;
}

@keyframes slide-left {
  from {
    transform: translateX(-180%);
  }

  to {
    transform: translateX(0%);
  }
}

.footer_element .section__footer .container-fluid {
  background: #fff;
}

.ada-icon-contact a.ada-contact-info {
  word-wrap: break-word;
}

@media screen and (min-width: 1200px) {
  .sidenav.smaller .respop_heading {
    display: none;
  }

  .smaller .div__logo a img {
    display: none;
  }

  .custom__header.smaller .navbar-right {
    display: none;
  }

  .smaller#reservationpop {
    display: block;
  }

  .sidenav.smaller .datepicker-label {
    color: #fff !important;
  }

  .sidenav .datepicker-label {
    color: #fff !important;
  }

  .datepicker-label,
  .smaller .color_w_home {
    color: #fff !important;
  }

  .desk-sticky-logo img {
    max-width: 150px !important;
    border-radius: 5px;
  }

  .smaller .customedeatetimesin,
  .smaller .customedeatetimesout {
    color: #fff !important;
    box-shadow: none;
    border: 1px solid #fff;
  }
}

@media screen and (min-width: 1500px) {
  .smaller .desk-sticky-logo.desk-sticky-logo {
    margin-top: -5px !important;
    position: relative;
    left: -70px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .nav__content {
    transform: translate(10%, -55%);
  }

  .menu-dropdown.dropdown-menu > li > a {
    font-size: 11px !important;
  }
}

.effects4.shadowboxdiv .color_g.text-center {
  font-style: italic;
}

@media screen and (min-width: 1400px) {
  .effects4.shadowboxdiv .slider-text {
    margin-bottom: 220px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .effects4.shadowboxdiv .slider-text {
    margin-bottom: 150px;
  }

  .custom__header .navbar-inverse .navbar-nav > li > a.reservation-button {
    padding: 10px;
  }

  .effects4.shadowboxdiv {
    right: 10% !important;
    left: 10% !important;
  }
}

/* @media screen and (min-width: 768px) and (max-width: 1023px) {
  .div__logo a img {
    height: 100px;
    width: 240px;
  }
} */

@media screen and (max-width: 1023px) {
  .award_section {
    justify-content: center;
  }
}

.nav_content .nav_list,
.nav-bar {
  scrollbar-color: transparent transparent;
}

.custom__header.smaller {
  width: 100%;
  top: 0;
}

.reservation-button.modify {
  margin-right: 10px;
}

a.reservation-button.meeting-events-btn {
  margin-right: 10px;
}

.section__headerbg .smaller#reservationpop .home_resnew {
  top: 0px;
  padding-top: 15px;
}

.inner-header-top {
  height: 135px;
}

/* new css - Sunset haven*/
.menu-icon__line-middle {
  margin: 10px 0;
}

.menu-icon__line-left {
  margin-bottom: 0px;
}

.nav-active .menu-icon__line-middle {
  margin: 4px 0;
}

.phone-wrapper {
  flex-direction: column;
  width: auto;
  display: flex;
  position: absolute;
  align-items: center;
  z-index: 999;
  justify-content: center;
  left: 130px;
  top: 20px;
  padding: 25px 6px;
  cursor: pointer;
}

.nav-active .phone-wrapper {
  display: none;
}

#myCarousel .carousel-control {
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
  background-image: none;
  top: 50%;
}

#myCarousel .left.carousel-control {
  left: 20px;
}

#myCarousel .right.carousel-control {
  right: 20px;
}

.red-box {
  color: #fff;
  font-size: 18px;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.8);
  background-size: cover;
  padding: 10px 40px;
  display: inline-block;
  font-weight: 400;
  font-family: inherit;
}

.add-on .far.fa-calendar-alt {
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .nav-active .nav__content {
    left: 100px;
  }

  .top-bg-gradient {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 135px;

    background: linear-gradient(
      180deg,
      rgba(34, 29, 28, 0.42) 0%,
      rgba(92, 78, 72, 0.28) 28%,
      rgba(249, 242, 240, 0.18) 62%,
      rgba(249, 242, 240, 0) 100%
    );

    backdrop-filter: blur(2px);
  }

  /* ca bar */
  .smaller #reservationpop .home_resnew {
    height: 93px;
  }

  .top-bg-gradient.smaller {
    height: 95px;
  }

  .smaller .desk-sticky-logo {
    margin-top: -5px;
  }

  .tab_room.pullme {
    padding: 0px;
  }
}

/* cmn button */
.cmn-btn-wrapper {
  display: flex;
  justify-content: center;
}

.section-outer-btn {
  background: var(--primary);
  border: 1px solid var(--primary);
  display: block;
  width: fit-content;
}

.section-inner-btn {
  display: block;
  padding: 10px 30px;
  position: relative;
  color: var(--primary);
  background: #fff;
  border-radius: 0 44px 0px 8px;
  z-index: 2;
}

.section-inner-btn:hover {
  color: #fff;
}

.section-inner-btn::before {
  background: var(--primary);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -1;
  transition: width 0.6s ease;
}

.section-inner-btn:hover:before {
  width: 100%;
  height: 100%;
  transition: width 0.6s ease;
}

/* ca bar */
.book-stay-ca {
  padding: 20px 0 10px 110px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 0px;
}

.smaller .book-stay-ca {
  display: none;
}

/* about logo  */
.about-logo-section {
  padding: 50px 0px 30px;
  text-align: center;
  background: #fff;
}

.about-logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-bottom: 24px;
}

.about-logo-line {
  width: 180px;
  height: 1px;
  background: #13535d;
  position: relative;
  opacity: 1;
}

.about-logo {
  position: relative;
  z-index: 0;
}

.about-logo img {
  max-width: 220px;
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.about-logo-title {
  font-size: 25px;
  line-height: 1.2;
  font-weight: 700;
  color: #111;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Inter Regular";
}

/* Tablet */
@media (max-width: 991px) {
  .about-logo-line {
    width: 100px;
  }

  .about-logo-title {
    font-size: 28px;
  }

}

/* Mobile */
@media (max-width: 767px) {
  .about-logo-wrapper {
    gap: 14px;
  }

  .about-logo-line {
    width: 45px;
  }

  .about-logo img {
    max-width: 200px;
  }

  .about-logo-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .about-logo-section {
      padding: 35px 0 30px;
  }
}

/* footer section */

.section__footer {
 color: #1d2731;
}
.footer-booknow {
  background: var(--primary) !important;
  border: none !important;
  padding: 10px 23px;
}
.book-btn-wrapper {
  background-color: #fff !important;
}
.footer-logo-new {
  border-radius: 10px;
}
.footer-menu {
  justify-content: end;
  display: flex;
}
.footer-menu ul li a {
  color: #1d2731;
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
}
.footer-menu ul li {
  list-style-type: none;
  display: block;
  margin: 16px;
  text-align: left;
  margin-bottom: 0;
}

.row.row-list-item.footbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  border-top: 1.5px solid #000;
}
.footer-btn.access {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .row.row-list-item.footbtn {
    flex-direction: column;
  }

  .ftr-btn a {
    margin-left: 0px;
    padding: 16px 0 !important;
  }
  .footer-btn.access {
    margin-left: 0px;
  }
  .footbtn {
    flex-direction: column;
  }
  .footer-booknow {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .footer-social-icons ul.list-unstyled {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .footer-menu {
    justify-content: center;
    margin-bottom: 25px;
  }

  .footer-menu ul li {
    text-align: center;
    margin-top: 10px;
  }
  .footer-div {
    padding-top: 5px !important;
  }
}

/* overview page */
.animatedheight-inner-overview h2 {
  font-family: "Inter Regular";
  color: var(--primary);
}

.animatedheight-inner-overview a {
  color: var(--primary);
}

/* COMMON ROOM SECTION */

.cmn-room-section {
  padding: 80px 0 0;
}

.cmn-room-row {
  display: flex;
  align-items: center;
}

/* LEFT CONTENT */

.cmn-room-content {
  padding-right: 45px;
}

.cmn-room-title {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  color: #1c140f;
  margin: 0 0 42px;
  font-family: "Pathway Gothic", sans-serif;
  text-transform: uppercase;
}

.cmn-room-desc p {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 22px;
}

/* RIGHT IMAGE */

.cmn-room-img-wrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
}

.cmn-room-img {
  width: 550px;
  height: 480px;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

/* SVG SHAPES */

@media (min-width: 1024px) {
  .cmn-room-img-wrap:after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 190px;
    height: 240px;
    background: url(../img/custom-shape-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }

  .cmn-room-img-wrap:before {
    content: "";
    position: absolute;
    right: -160px;
    top: -28px;
    width: 330px;
    height: 400px;
    background: url(../img/custom-shape-2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
  }

  .img-left-section .cmn-room-img-wrap:after {
    content: "";
        position: absolute;
        top: 240px;
        left: -80px;
        width: 190px;
        height: 240px;
        background: url(../img/custom-shape-3.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
}

.img-left-section .cmn-room-img-wrap:before {
  content: "";
        position: absolute;
        left: -160px;
        top: 291px;
        width: 330px;
        height: 400px;
        background: url(../img/custom-shape-4.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        z-index: 1;
}


  .cmn-room-section .cmn-btn-wrapper {
    justify-content: flex-start;
  }

}

@media (max-width: 1199px) {
  .cmn-room-content {
    padding-right: 0px;
  }
}

/* RESPONSIVE */

@media (max-width: 991px) {
  .cmn-room-img {
    width: 100%;
    height: auto;
  }
  .cmn-room-row {
    display: block;
  }

  .cmn-room-content {
    padding-right: 0;
  }

  .cmn-room-img-wrap {
    margin: 0 auto 20px;
  }
  .cmn-room-title {
    font-size: 48px;
    text-align: center;
    margin-bottom: 25px;
  }
  .cmn-room-desc {
    text-align: justify;
  }
  .cmn-room-main-wrap {
    padding: 0px;
  }
  .cmn-room-section {
    padding: 50px 0 0;
  }

}

@media (max-width: 767px) {
 

  .cmn-room-title {
    font-size: 46px;
    margin-bottom: 25px;
  }

  .cmn-room-desc p {
    font-size: 16px;
    line-height: 1.7;
  }

  .cmn-room-btn {
    min-width: 160px;
    height: 48px;
    line-height: 48px;
  }

  .cmn-room-btn-text {
    font-size: 16px;
  }

  .cmn-room-img {
    width: 100%;
    height: 270px;
  }

  .cmn-room-img-wrap:after,
  .cmn-room-img-wrap:before {
    display: none;
  }
}

/* common room sec ends */

@media (max-width: 1200px) {
  #reservationpop .home_resnew {
    height: auto;
    position: unset;
  }
  .adult-tab {
    padding: 0px;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1279px) {
  .desk-sticky-logo img {
max-width: 110px !important;
border-radius: 5px;
position: relative;
left: -18px;

}
}
@media screen and (max-width: 375px) {
  .div__logo a img {
      height: 75px !important;
      padding: 0px;
      width: 130px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .top-bg-gradient {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 110px;
    background: linear-gradient(
      180deg,
      rgba(34, 29, 28, 0.42) 0%,
      rgba(92, 78, 72, 0.28) 28%,
      rgba(249, 242, 240, 0.18) 62%,
      rgba(249, 242, 240, 0) 100%
    );

    backdrop-filter: blur(2px);
  }
  .phone-wrapper { 
    left: 115px;
    top: 7px;
  }
  .custom__header.custom__header.custom__header.custom__header .navbar-inverse .navbar-nav > li > a.reservation-icon:hover {
    background-color: #fff;
  }
}