:root {
  --white: #ffffff;
  --black: #000000;
  --primary: #000000;
  --primary-dark: #1b1b1b;
  --primary-light: #858484;
  --primary-light-rgb: 42, 99, 60;
  --grey: #c9c9c9;
  --green: #358a00;
  --ada: #0563ae;
}
* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url(../fonts/Poppins-Regular.woff2);
  font-display: swap;
}

@font-face {
  font-family: Lato;
  src: url(../fonts/Lato-Bold.ttf);
  font-display: swap;
}

html {
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: "Poppins-Regular", sans-serif;
  font-size: 16px;
}
.btn3:hover:after {
  transition-timing-function: ease-in-out;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: var(--primary) url(../img/up-arrow.png) no-repeat center center !important;
  border-radius: 20px;
  right: 5px;
  top: 3px;

  transition: 0.5s;
}
h2 {
  text-align: center;
  font-size: 42px;
  color: var(--primary);
  font-weight: 700;
  margin: 50px auto 20px;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  object-fit: cover;
  object-position: center;
}
.__akia-chat-icon-wrapper {
  z-index: 98;
}
#reservationpop {
  padding-top: 170px;
}
.navigation {
  position: relative;
  z-index: 5;
}
#carouselButtons {
  z-index: 1;
}
.d-block {
  display: block;
}
.d-flex {
  display: flex;
}
.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-dark);
}

#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;
}

.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: 30px;
  margin-bottom: 20px;
}
#js-gdpr-consent-banner p {
  margin-bottom: 10px;
}
.border-0 {
  border: 0;
}
.datepicker td.active.active,
.datepicker td.active:active,
.datepicker td.active:hover.active,
.datepicker td.active:hover:active {
  background: var(--primary-light) !important;
}
.datepicker td.day.disabled {
  color: #ccc !important;
}
.datepicker td.disabled.day:hover {
  background: #eaeaea !important;
}
.datepicker td.day:hover {
  background: #9f9f9f !important;
  color: var(--white) !important;
}
.btn-div {
  display: flex;
  overflow: hidden;
  justify-content: center;
  width: 100%;
  margin: 37px 0 20px;
}
.btn-success {
  transition: all 0.3s;
  font-weight: 700;
}
.btn-green {
  background: var(--primary);
  color: var(--white) !important;
}
.btn-brown {
  background-color: var(--primary-dark);
  color: var(--white) !important;
}
.btn-white {
  background-color: var(--white);
  color: var(--black);
}
.btn-submit {
  background-color: var(--white);
  color: var(--green);
}
.btns {
  border-radius: 0;
  border: none;
  padding: 8px 16px;
  text-transform: uppercase;
  transition: 0.2s all;
  -webkit-font-smoothing: antialiased;
  font-size: 19px;
  display: inline-block;
}
.btn-green {
  background: var(--primary);
  color: var(--white) !important;
}
.btn:focus {
  outline: 0 !important;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: var(--primary);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 50px;
}

.sidenav .respop_heading,
.sidenav .datepicker-label,
.sidenav .customedeatetimesin,
.sidenav .customedeatetimesout,
.sidenav .specialcode2 {
  background: var(--primary);
}

.leaflet-container {
  z-index: 1;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 28px;
  color: #f1f1f1;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  font-size: 65px;
  margin-right: 50px;
  text-align: right;
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 0;
  background: var(--primary);
}
#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 {
  margin-left: 10px;
}
.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;
}
.carousel-indicators .active {
  width: 50px;
}
.carousel-indicators li {
  width: 30px;
}
.menus li {
  margin-bottom: 10px;
}
.menus:hover li a {
  opacity: 0.5;
}
.menus:hover li a:hover {
  opacity: 1;
}
.custom__header {
  width: 100%;
}

header.custom__header.smaller {
  z-index: 2;
}

.div__logo {
  position: relative;
  top: 5px;
  left: 10px;
  max-width: 125px;
  width: auto;
  z-index: 1;
  float: left;
}
.custom__header .navbar {
  margin-bottom: 0;
  border: none;
  border-radius: 0;
}

.custom__header .navbar-inverse {
  background-color: transparent;
  color: black;
}
.custom__header.smaller {
  background: transparent;
  border-bottom: 2px solid var(--primary-dark);
}

.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: black;
  font-size: 18px;
  text-transform: capitalize;
  letter-spacing: 2px;
  transition: 0.5s all;
  position: relative;
  z-index: 1;
  /* font-weight: 700; */
}
.navbar-inverse .navbar-nav > .active > a:focus {
  background-color: var(--primary);
  color: white;
  border-radius: 33px;
}
.navbar-inverse .navbar-nav > a:focus,
.navbar-inverse .navbar-nav > a:hover {
  color: #fff !important;
  background-color: var(--primary-dark);
  border-radius: 20px;
}

.navbar-inverse .navbar-nav > .active > a {
  background-color: white;
  background-image: none;
  box-shadow: none;
}

/* .navbar-nav li a:hover {
  background-color: var(--primary-dark) !important;
  color: white !important;
  border-radius: 33px;
} */

.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;
}
.respop_heading {
  font-size: 50px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: var(--white);
}
li.contct-btn {
  border: 2px solid #000;
  border-radius: 33px;
}
.reservation__fixed-btn {
  display: none;
  font-size: 20px;
  width: 100%;
  color: var(--white) !important;
  border-radius: 0;
  background: #449d44;
  text-transform: uppercase;
  position: fixed;
  bottom: 0;
  transition: 0.5s all;
  z-index: 3;
}
.customedeatetimesin,
.customedeatetimesout {
  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;
  display: block;
  color: var(--white);
  padding: 7px 5px 7px 10px;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
}

.wide_cal .add-on {
  position: absolute;
  right: 10px;
  top: 7px;
  color: var(--white);
  font-size: 20px;
  z-index: 1;
}
.checkincustometime {
  padding: 14px 12px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
  z-index: 2;
}
.wide_cal {
  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;
}
h1.no-margin:after {
  content: "WELCOME TO";
  position: absolute;
  width: auto;
  height: 30px;
  font-size: 123px;
  color: #0000000f;
  top: 0%;
  left: 26%;
  z-index: -3;
}
.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);
  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 var(--primary);
}
.grid_adult_child {
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: grid;
  grid-template-columns: auto auto auto;
  text-align: center;
}
.child-age-wrapper {
  text-align: center;
  font-size: 14px;
}
.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 #215f35;
  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 {
  height: 50px;
}
.mobile0verviewinnwerdiv {
  min-height: 365px;
  overflow: hidden;
  margin-bottom: 80px;
}
.mobile0verviewinnwerdiv a {
  color: var(--white);
}
.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: var(--white) !important;
  color: #000 !important;
  border: 1px solid var(--white);
  padding: 6px 24px;
}
#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 {
  display: none;
  padding-right: 0 !important;
  background: rgba(33, 95, 27, 0.9);
  padding: 10px 20px 15px;
  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: 18px;
  color: var(--white);
  display: inline-block;
  margin-bottom: 4px;
}
.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: 26.9px;
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--primary);
  display: inline-block;
  padding-bottom: 7px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.section-padding {
  padding-top: 3%;
  padding-bottom: 3%;
}
.section__main {
  position: relative;
  background: url(../img/sliderbg.webp) center/cover;
}

.no-webp .section__main {
  background: url(../img/sliderbg.jpg) center/cover;
}

.section__main .video_home {
  position: relative;
  overflow: hidden;
  box-shadow: 1px -3px 20px 0 rgba(0, 0, 0, 0.25);
}
.section__main .video_home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
}
.carousel-inner .item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}
.section__main .item img {
  height: 600px;
  width: 100%;
}
.slider-big-caption {
  position: absolute;
  top: calc(87% - 80px);
  left: 0;
  right: 0;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
  z-index: 1;
  text-transform: uppercase;
  width: 60%;
}
span.bigc {
  font-size: 35px;
  font-weight: 900;
  color: var(--white);
}
.slider-big-caption span {
  display: block;
}
#myCarousel .carousel-control {
  opacity: 1;
}
#myCarousel .carousel-control {
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  border-radius: 0;
  font-size: 23px;
  height: 50px;
  width: 50px;
  top: auto;
  bottom: 36px;
  z-index: 1;
  left: 25px;
}
#myCarousel a.right.carousel-control {
  left: 90px;
}
.slide-show {
  margin: 2% 0;
}
.portfoliol {
  opacity: 1;
}
.portfolio {
  background: rgba(0, 0, 0, 0.7);
  padding: 7px 0;
  border-radius: 0;
  font-size: 23px;
  height: 50px;
  width: 50px;
  top: auto;
  bottom: 36px;
  z-index: 1;
  left: 25px;
}

a.right.portfolio {
  left: 90px;
}
#carouselButtons button {
  bottom: 0;
  border-radius: 0;
  font-size: 18px;
  background: 0 0;
  border: none;
  width: 50px;
  color: var(--white);
  padding: 3px 0 0 0;
}
#carouselButtons button:active {
  background: 0 0 !important;
}
#carouselButtons {
  bottom: 40px;
  right: 30px;
  background: rgba(0, 0, 0, 0.7);
  padding: 8px 0 0;
  height: 50px;
}
.section__headerbg {
  position: relative;
  min-height: 200px;
}
.section__headerbg .innercaption {
  position: absolute;
  z-index: 1;
  text-align: center;
  margin: 20px auto;
  color: var(--white);
  bottom: 0px;
  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: 30px;
}
.innercaption .bottom-content {
  font-size: 16px;
  color: #f5f5f5;
}
.section__about {
  background-color: var(--white);
  display: none;
}
.about-btn .btns {
  font-size: 18px;
  line-height: 1.8;
}
.about-table {
  display: table;
  width: 100%;
}
.about-description h2 a {
  color: #343736;
  text-transform: uppercase;
}
.about-description p {
  color: #53535c;
  text-align: justify;
}
.about-heading {
  color: var(--white);
  text-transform: uppercase;
}
.about-description p:first-child {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  text-align: center;
  text-transform: capitalize;
  color: #969696;
}
.about-intro {
  padding: 20px 50px 0;
}
.about-title-1 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  display: block;
  text-transform: capitalize;
  color: #969696;
}
.about-title-2 {
  margin-top: 20px;
  color: #000;
  margin-bottom: 15px;
  font-size: 40px;
  letter-spacing: 1.6px;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.projects .about-title-2 {
  text-align: center;
  margin-top: 20px;
  color: #000;
  margin-bottom: 15px;
  font-size: 48px;
  letter-spacing: 1.6px;
  font-weight: 100;
  display: block;
  text-transform: uppercase;
}
.guestroom-about .about-title-2 {
  margin-top: 20px;
  color: #000;
  margin-bottom: 15px;
  font-size: 48px;
  letter-spacing: 1.6px;
  text-align: left;
  font-weight: 100;
  display: block;
  text-transform: uppercase;
}
.projects h2 {
  text-align: center;
}
.projects h2 span {
  font-size: 48px;
  color: #000;
  font-weight: 900;
}
.projects-section {
  background: #e6e6e6;
}
.projects-section .container-fluid {
  border-top: 2px solid #000;
}

.list-project {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  margin: 2em 0;
  row-gap: 41px;
  justify-content: center;
}

.list-project div {
  text-align: center;
}
.list-project div img {
  border-radius: 12%;
}
.mt15 {
  margin-top: 2em;
}

.item-p {
  position: relative;
}

.overlap-text {
  color: white;
  background-color: #c037379e;
  width: 355px;
  padding: 10px;
  border-radius: 20px;
}

.opct {
  opacity: 0.1;
}
.hotelmagic {
  margin: 55px 0;
}
.countabout p {
  font-size: 75px;
  color: var(--primary-dark);
  font-weight: 800;
  margin: 36px 0;
}

.members img:hover {
  opacity: 0.5;
  transition: 2s;
}
.countabout span {
  background-color: #e6e6e6;
  padding: 8px;
  font-size: 42px;
  border: none;
  margin: 13px;
}

.years {
  /* background: #e6e6e6 url(../img/sh-b.svg) no-repeat center center !important; */
  /* background-blend-mode: color-dodge; */
  color: #fff;
  height: 190px;
  width: 190px;
  padding: 20px;
  border-radius: 10px;
  text-align: left;
  font-weight: 800;
  background: #000;
}

.items1 {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 20px;
}
.f20 {
  font-size: 20px;
}
.f55 {
  font-size: 55px;
}

.section__about {
  position: relative;
}

.about-btn {
  margin-top: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.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;
}

.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;
}

.box {
  background: #50bf2b;
  overflow: hidden;
  position: relative;
}
.box:before {
  content: "";
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.1) 10px,
    rgba(255, 255, 255, 0.1) 20px
  );
  height: 100%;
  width: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
.box:hover:before {
  opacity: 1;
}
.box img {
  width: 100%;
  height: auto;
  transform-origin: 0 0;
  transition: all 0.4s ease-in-out;
}
.box:hover img {
  opacity: 0.6;
  transform: scale(1.1);
}
.box .box-content {
  color: var(--white);
  background: linear-gradient(to bottom, transparent, #333, #000);
  text-align: right;
  letter-spacing: 4px;
  width: 100%;
  padding: 20px 30px 15px 10px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.45s ease;
}
.box:hover .box-content {
  letter-spacing: 0;
  padding: 20px 15px 15px 10px;
  opacity: 1;
}
.box .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
  margin: 0;
}
.box .post {
  font-size: 16px;
  font-style: italic;
  text-transform: capitalize;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.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;
}

.btn3:hover {
  transition: 0.5s;
  transition-timing-function: ease-in-out;
  padding-right: 60px;
}

.btn3 {
  color: black;
  font-size: 20px;
  border: 2px solid black;
  border-radius: 48px;
  padding: 10px 18px 10px 18px;
  position: relative;
  font-weight: 800;
  transition: 0.5s;
}

.box-shadow {
  box-shadow: 0 0 20px 6px rgba(0, 0, 0, 0.43);
}
span.map_head {
  display: block;
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

span.sub_map_head {
  color: var(--white);
  text-align: center;
  display: block;
  font-style: italic;
  margin-top: 50px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

img.map_img {
  margin-left: 50px;
}

.social-btns .btn,
.social-btns .btn .fab,
.social-btns .btn:before {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn .fab {
  transform: scale(0.8);
}
.social-btns .fab {
  color: black;
}
.social-btns .btn.facebook:before {
  background-color: #3b5998;
}
.social-btns .btn.icon-facebook:before {
  background: #3b5999;
}
.social-btns .btn.gplus:before {
  background: #d74937;
}
.social-btns .btn.icon-twitter:before {
  background: #55acee;
}
.social-btns .btn.icon-youtube:before {
  background: red;
}
.social-btns .btn.icon-yelp:before {
  background: #f44336;
}
.social-btns .btn.icon-tripad:before {
  background: #4caf50;
}
.social-btns .btn.icon-foursquare:before {
  background: #f94877;
}
.social-btns .btn.icon-instagram:before {
  background:
    radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 0 -25%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(
      ellipse farthest-corner at 100% 0,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.social-btns .btn.icon-linkedin:before {
  background: #0275b4;
}
.social-btns .btn.icon-yahoo:before {
  background: #57296f;
}
.social-btns .btn.icon-skype:before {
  background: #01b0f1;
}
.social-btns .btn.icon-pint:before,
.social-btns .btn.pinterest:before {
  background: #cb2027;
}
.social-btns .btn.twitter:before {
  background-color: #3cf;
}
.social-btns .btn:focus:before,
.social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fab,
.social-btns .btn:hover .fab {
  color: var(--white);
  transform: scale(1);
}
.social-btns {
  margin-top: 20px;
}
.social-btns .btn {
  display: inline-block;
  background-color: whitesmoke;
  width: 45px;
  height: 45px;
  line-height: 45px;
  margin: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: inset 0 0 3px #545151;
  opacity: 0.99;
  padding: 0;
  border: none;
}
.social-btns .btn:before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  transform: rotate(45deg);
}
.social-btns .btn .fab {
  font-size: 25px;
  vertical-align: middle;
}
.social-btns ul li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 15px;
}

.section__SubCon {
  margin: 10px 5% 20px;
}
.newsletter .form-group {
  position: relative;
  margin-bottom: 10px;
}
.newsletter .form-control {
  background-color: #c9c9c9;
  color: var(--black);
  border: none;
  box-shadow: none;
  height: 54px;
  border-radius: 50px;
  padding: 6px 118px 6px 20px;
  -webkit-box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
  box-shadow: 0 15px 15px -13px rgba(0, 0, 0, 0.4);
}
.newsletter .btn:focus {
  outline: 0;
}
.newsletter .form-control::placeholder {
  color: var(--black);
}
#promo_code:focus::-webkit-input-placeholder,
.newsletter .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}
#promo_code:focus:-moz-placeholder,
.newsletter .form-control:focus:-moz-placeholder {
  color: transparent;
}
#promo_code:focus::-moz-placeholder,
.newsletter .form-control:focus::-moz-placeholder {
  color: transparent;
}
#promo_code:focus:-ms-input-placeholder,
.newsletter .form-control:focus:-ms-input-placeholder {
  color: transparent;
}
.section__SubCon .row:first-of-type {
  display: flex;
  align-items: stretch;
}
.newsletter button {
  position: absolute;
  right: 2px;
  top: 2px;
  border-radius: 50px;
  font-size: 16px;
  padding: 13px 20px;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.contact__div,
.subscribe__div {
  border: 1px solid #cdcdcd;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-title,
.subscribe-title {
  min-height: 68px;
  margin-bottom: 10px;
}
.contact-title label,
.subscribe-title label {
  display: block;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.7;
  padding-top: 5px;
}
.contact-title span,
.subscribe-title span {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
}
.list-unstyled {
  margin-top: 19px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.svg-icon {
  width: 100px;
  height: 100%;
  padding: 2px 22px 10px;
}
.subscribe-title div:first-child + div {
  vertical-align: middle;
}
footer {
  background-color: var(--white);
  padding-top: 0px;
}
.links-footer .social-btns span {
  font-size: 26px;
  font-weight: 600;
  padding: 10px;
}

.links-footer {
  display: grid;
  justify-content: center;
  align-items: end;
}
.section__footer {
  /* background: #e6e6e6; */
  padding: 30px 10px 0;
}

.footer-grid {
  display: grid;
  justify-content: center;
}
.footer-logo .logo-name {
  font-size: 50px;
  margin-bottom: 50px;
  display: inline-block;
  max-width: 100%;
  font-weight: 700;
}
.footer-logo span,
.footer-social span {
  font-size: 25px;
  color: var(--primary-dark);
  letter-spacing: 1px;
  text-transform: uppercase;
}
span.maptextaddress {
  font-weight: 700;
}

.footer-buttons ul li {
  display: block;
}
a.modify.footer-btn.canmod {
  background: #315a00;
  color: var(--white) !important;
}
.footer-buttons .footer-btn,
.goog-te-gadget-simple {
  padding: 14px 20px;
  border: 1px solid var(--white);
  border-radius: 0;
  margin: 0 auto;
  box-shadow: none;
  margin-bottom: 20px;
  display: inherit;
  font-weight: 700;
  font-size: 16px;
  width: 177px;
}
a.footer-btn.access {
  line-height: 1.2;
}
.goog-te-menu-value .fa-sort-down::before,
.goog-te-menu-value .fa-sort-desc::before {
  content: "\f0dd";
}
.heighttest {
  height: auto !important;
}
.goog-te-gadget-simple {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
  font-size: 11pt !important;
  border: 1px solid #6c6a6a !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
  color: #000 !important;
}
.goog-te-gadget-icon {
  display: none;
}
.canmod {
  background-color: var(--white);
  color: #000 !important;
  -webkit-font-smoothing: subpixel-antialiased;
}
.access {
  background-color: var(--ada);
  color: var(--white) !important;
}
.access .fa-wheelchair {
  font-size: 19px;
  vertical-align: top;
  color: var(--white);
}
.footer-links {
  overflow: hidden;
  padding: 25px 20px 5px;
}
.footer-SEOlinks ul li,
.footer-links ul li {
  margin-bottom: 15px;
}
.footer-SEOlinks ul li a,
.footer-links ul li a {
  font-size: 16px;
  color: #545353;
  letter-spacing: 1px;
  font-weight: 700;
}
.footer-links .left {
  text-align: left;
}
.footer-links .right {
  text-align: right;
}
.footer-SEOlinks {
  padding: 10px 0 0;
  background-color: var(--white);
}
.footer-SEOlinks ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-SEOlinks ul li {
  color: var(--black);
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-SEOlinks ul li a {
  color: var(--black);
  margin: 0 35px;
}
.company {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  /* background: #242424; */
}
.company .container {
  padding: 0;
}
.company a {
  color: #fff;
  font-weight: 400;
}
.company p {
  color: #fff;
  text-align: inherit;
  margin-bottom: 0;
}
#scroll {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: var(--primary-dark);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 50%;
  transition: all 0.6s ease-in-out;
  z-index: 2;
  color: #444;
}
#scroll:hover {
  background-color: var(--primary-light);
  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: var(--black);
}
#promo_code {
  height: 44px;
}

footer,
.section__SubCon {
  margin-top: 0px;
}

.customedeatetimesout,
.customedeatetimesin {
  text-align: center;
}

.smaller .customedeatetimesout,
.smaller .customedeatetimesin {
  text-align: left;
}
@-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;
}
.mouse,
.mouse-up {
  display: none;
  position: absolute;
  margin: 0 auto;
  width: 24px;
  height: 34px;
  border-radius: 4px;
  border: 2px solid var(--primary);
  bottom: 9px;
  left: 10px;
  cursor: pointer;
  /*border:2px solid #3a9700;*/
}
.mouse span,
.mouse-up span {
  display: block;
  margin: 6px auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3a9700;
  border: 1px solid transparent;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.mouse span {
  -webkit-animation-name: scroll;
  animation-name: scroll;
}
.mouse-up span {
  -webkit-animation-name: scroll-up;
  animation-name: scroll-up;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
}
@-webkit-keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes scroll-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(16px);
    -ms-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.floating-icons {
  position: absolute;
  top: 0;
  bottom: 0;
  background: rgba(87, 79, 76, 0.8);
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.floating-icons ul li a {
  padding: 15px 20px;
  margin: 10px 0;
  display: inline-block;
  color: var(--white);
  font-size: 25px;
  width: 100%;
  transition: 0.5s all;
  width: 90px;
}
.floating-icons ul li a.icon-facebook:active,
.floating-icons ul li a.icon-facebook:focus,
.floating-icons ul li a.icon-facebook:hover {
  background: #3b5999;
}
.floating-icons ul li a.icon-gplus:active,
.floating-icons ul li a.icon-gplus:focus,
.floating-icons ul li a.icon-gplus:hover {
  background: #d74937;
}
.floating-icons ul li a.icon-twitter:active,
.floating-icons ul li a.icon-twitter:focus,
.floating-icons ul li a.icon-twitter:hover {
  background: #55acee;
}
.floating-icons ul li a.icon-youtube:active,
.floating-icons ul li a.icon-youtube:focus,
.floating-icons ul li a.icon-youtube:hover {
  background: red;
}
.floating-icons ul li a.icon-yelp:active,
.floating-icons ul li a.icon-yelp:focus,
.floating-icons ul li a.icon-yelp:hover {
  background: #f44336;
}
.floating-icons ul li a.icon-tripad:active,
.floating-icons ul li a.icon-tripad:focus,
.floating-icons ul li a.icon-tripad:hover {
  background: #4caf50;
}
.floating-icons ul li a.icon-pint:active,
.floating-icons ul li a.icon-pint:focus,
.floating-icons ul li a.icon-pint:hover {
  background: #cb2027;
}
.floating-icons ul li a.instagram:active,
.floating-icons ul li a.instagram:focus,
.floating-icons ul li a.instagram:hover {
  background: #8134af;
}
.promocode,
.room_home {
  cursor: pointer;
  -webkit-appearance: none;
  background-color: transparent;
  border: 0;
}
.promocode:active,
.promocode:focus,
.promocode:hover,
.promocode:link,
.promocode:visited {
  outline: 0;
}
.datepicker-label {
  color: var(--white);
  font-weight: 400;
}
.respop_heading2 {
  display: none;
}
.quick-booking .home_collapse {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 58px;
  left: auto;
  right: auto;
  width: 125%;
}
#reservationpop .search-btn-div {
  margin-top: 35px;
}

.play {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll 16px 12px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
.pause {
  background: rgba(0, 0, 0, 0.5) url(../img/play.png) no-repeat scroll
    16px -45px;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 20px;
}
.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: 10px 10px;
}
.reservation-button {
  background: var(--primary) !important;
}
.navbar-right {
  padding: 0 10px 10px;
  margin-top: 3%;
  margin-right: 0%;
}
.custom__header.smaller .navbar-right {
  background: 0 0;
}
.company a:hover {
  text-decoration: underline;
}
.section__booking .navbar-header,
.section__booking .scroll-reservation-but {
  display: none;
}

@media (min-width: 2700px) {
  .mobile0verviewinnwerdiv {
    min-height: 325px;
  }
}
#contactUsFrom .form-group {
  min-height: 104px;
}
@media (min-width: 1200px) {
  .list-project:before {
    content: "";
    background: url(../img/back-pattern.svg) no-repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: -1;
    top: 13%;
    right: 13%;
  }
  .list-project:after {
    content: "";
    background: url(../img/Group.svg) no-repeat;
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: -1;
    top: 1%;
    left: 9%;
    opacity: 0.1;
  }
  .div__logo {
    left: 10%;
  }
  .section__about:before {
    display: none;
    content: "";
    background: url(../img/lineabout.svg) no-repeat;
    width: 100%;
    height: 350px;
    padding: 10px;
    position: absolute;
    z-index: 0;
    top: 36%;
    left: 0;
  }
  .item2 {
    margin-top: 70px;
  }
  .item3 {
    margin-top: -3px;
  }
  .item5 {
    margin-top: -45px;
  }
  .div__logo img {
    margin: 10px 0;
  }
  /* .container {
    width: 1570px;
  } */
  .desk-sticky-logo {
    margin-top: 14px;
  }
  .logo-fix {
    width: 33.33%;
  }

  .smaller .logo-fix {
    width: 25%;
  }
  .specialcode1 a {
    padding: 10px 10px 8px 10px;
  }
  .smaller .desk-sticky-logo {
    display: block;
  }

  .desk-sticky-logo a {
    padding: 0 10px;
    display: block;
  }

  .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: 0 0;
    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: 98px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .navbar-right {
    margin-top: 0% !important;
  }
  .port-grid-item img {
    height: 216px !important;
  }

  .slide-show span.bigc {
    font-size: 20px !important;
    font-weight: 500;
  }
  .list-project:before {
    top: 14%;
    right: -1%;
  }

  span.map_head {
    font-size: 53px;
  }

  .smaller#reservationpop .container,
  .smaller.section__booking .container {
    width: 90%;
    margin-left: 10%;
  }
  .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;
  }

  .custom__header.smaller {
    max-width: 2000px;
    margin: 0 auto;
  }
  .rct_wdgt .smaller .menu-icon {
    z-index: 102;
  }
  .smaller .menu-icon {
    top: 42px;
    position: fixed;
    max-width: 2000px;
    margin: 0 auto;
    left: auto;
    right: auto;
    margin-left: 35px;
  }
  .reservation-button {
    margin-top: 40px;
    right: 50px;
  }
  .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;
  }
  .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;
  }
}
.button_bg:focus,
.button_bg:hover {
  color: black !important;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service h1 {
    margin-top: 40px !important;
  }
  .slide-show span.bigc {
    font-size: 18px !important;
    font-weight: 500;
  }
  .content-service {
    width: 90% !important;
  }
  .countabout span {
    padding: 5px 4px;
    font-size: 20px;
  }
  .guestroom:after {
    top: 30% !important;
    left: 73% !important;
  }
  .section__headerbg .innercaption {
    bottom: 0px;
  }
  .room_heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .port-grid-item img {
    height: 200px !important;
  }
  .nav-bar:after {
    background: #000;
  }
  .fullshow {
    -webkit-animation: none;
    -webkit-animation-delay: 0s;
    animation: none;
    animation-delay: 0s;
  }
  .navbar-header {
    top: 5px;
    position: relative;
  }
  .navbar-toggle {
    margin-top: 10px;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 17px;
  }
  .customedeatetimesin,
  .customedeatetimesout {
    padding: 9px 5px;
  }
  #reservationpop #get_header_avaibility {
    padding: 0;
  }
  #reservationpop .closebtn {
    display: none;
  }
  #reservationpop .search-btn-div {
    text-align: center;
  }
  #reservationpop {
    position: relative;
    height: auto;
    margin: 0 auto;
    width: 100% !important;
    background: var(--primary);
    padding: 0;
    padding: 5px 0 20px 0;
    float: left;
    overflow-x: inherit;
    text-transform: uppercase;
    box-shadow:
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow:
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -o-box-shadow:
      0 4px 5px 0 rgba(0, 0, 0, 0.14),
      0 1px 10px 0 rgba(0, 0, 0, 0.12),
      0 2px 4px -1px rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  #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;
  }
  .mobile0verviewinnwerdiv {
    min-height: 280px;
  }
  .overview-description-overview {
    min-height: 390px;
  }
  .promocode {
    margin-top: 10px;
    display: inline-block;
  }
  .primary-title {
    font-size: 30px;
  }
  .cool-link li a:hover::after,
  .cool-link li.active a::after {
    width: 0;
  }
  .t-dates {
    height: 44px;
  }
  .section__booking .container {
    width: 100%;
  }
  .menus {
    height: calc(100vh - 80px);
    overflow-y: scroll;
    margin-top: 20px;
  }
  .sidenav {
    padding-top: 0;
  }
  .menus a {
    text-align: left;
  }
  .sidenav .closebtn {
    margin-right: 0;
    position: sticky;
    top: 10px;
  }
  .menus .dropdown-backdrop {
    display: none;
  }
  .hover-drop .dropdown-menu > li,
  .hover-drop.open > .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .menus li.active a::after {
    width: 0;
  }
  .menus li.active {
    background-color: var(--primary-light);
  }
  .menus .open {
    background-color: var(--primary-light);
  }
  .menus .open .dropdown-menu {
    background-color: var(--primary);
  }
  .hover-drop .dropdown-menu > li > a {
    margin: 0;
  }
  .menus .dropdown-menu {
    opacity: 1;
  }
  .menus .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .menus .open .dropdown-menu > li > a {
    color: var(--white);
    padding: 10px 32px;
    opacity: 0.8;
  }
  .hover-drop .dropdown-menu > li.active > a {
    background-color: var(--primary-dark);
  }
  .section__main .video_home video {
    position: static;
    transform: none;
  }
  .footer-SEOlinks ul li a {
    font-size: 15px;
  }

  .footer__right {
    flex: 0 0 77%;
    max-width: 77%;
  }
  .respop_heading2 {
    display: block;
    font-size: 32px;
    text-transform: uppercase;
    color: var(--white);
  }
}

@media (max-width: 991px) {
  .nav-active .menu-icon__line {
    background-color: #ffff !important;
  }
  .nav-active .custom__header .navbar-inverse {
    background-color: black !important;
    color: #fff !important;
  }
  .slide-show .video_home {
    margin-bottom: 30px;
  }
  .attraction-content {
    margin-bottom: 50px;
  }
  .mission {
    background-size: cover;
    height: 505px !important;
    background-repeat: no-repeat;
  }
  .section-desc {
    background: rgba(225, 225, 225, 0.9) none repeat scroll 0 0;
    min-height: 515px;
    width: 526px;
    padding: 15% 5%;
  }
  .content {
    padding: 40px 18px 18px !important;
  }
  .menu-icon {
    display: block;
  }
}
.team p {
  text-align: justify;
}
@media (min-width: 992px) {
  .menuestab .primary-title {
    margin-bottom: 50px;
  }
  .team p {
    margin: 30px 6em;
  }
  .menu-icon {
    display: none;
  }
  .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;
  }
  .section__main .video_home {
    margin-bottom: 40px;
  }
  .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) {
  .port-grid-container {
    gap: 13px !important;
  }

  .guestroom-about .about-title-2 {
    line-height: 80px;
  }
  .mission {
    background-size: cover !important;
    height: 500px !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
  }
  .section-desc {
    background: rgba(225, 225, 225, 0.9) none repeat scroll 0 0;
    height: 500px;
    width: 700px;
    padding: 9% 5%;
  }
  .footer-grid {
    display: grid;
  }
  .nav > li > a {
    padding: 8px 20px;
  }
  .navbar-right {
    margin-top: 5%;
  }
  .countabout p {
    font-size: 50px;
  }
  .countabout button {
    font-size: 26px;
  }
  .list-project div img {
    border-radius: 12%;
    width: 484px;
    height: 300px;
  }
  .projects p {
    margin-top: 20px;
  }
  .list-project {
    grid-template-columns: 50% 50%;
    margin: 1em 0;
    row-gap: 34px;
  }
  .customedeatetimesout,
  .customedeatetimesin {
    text-align: left !important;
  }

  .home_collapse:after {
    left: 8%;
  }

  .section__booking .quick-booking {
    padding-right: 20px !important;
  }

  .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;
  }
  .social-btns ul li {
    margin-right: 10px;
  }
  .company {
    padding: 20px 0;
  }
  #reservationpop .home_collapse {
    position: absolute;
    width: 100%;
    z-index: 0;
    top: 62px;
  }
  .footer-SEOlinks ul li a {
    margin: 0 15px;
  }
  .wide_cal .add-on {
    top: 12px !important;
  }
  .section__footer {
    margin: 0px 0 0;
    padding: 0px 10px 0;
  }
  .section__compdetails {
    font-size: 14px;
  }
  .footer-links ul li a {
    font-size: 14px;
  }

  .navbar-toggle {
    margin-top: 55px;
    left: 30px;
  }
  .custom__header .navbar-nav > li > a.reservation-icon {
    padding: 0;
    padding-bottom: 0;
    color: #000;
    margin-top: 50px;
    box-shadow: none;
  }
  span.bigc {
    font-size: 18px;
  }
  .slider-big-caption {
    top: 80%;
    width: 55%;
  }
  .section__about {
    padding: 0 0 30px;
  }
  .about-intro {
    padding: 0 20px 0;
  }
  .about-title-2 {
    margin-top: 10px;
    font-size: 30px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 240px;
    margin-bottom: 60px;
  }
  .animatedheight.about-description h2 {
    font-size: 25px;
  }

  .btn.btn2,
  .btn3 {
    font-size: 18px;
  }

  span.att-head-lg {
    font-size: 70px;
  }
  span.att-head-sm {
    margin-top: 0;
  }
  span.map_head {
    font-size: 28px;
    margin-top: 0;
  }
  .map_wrapper .MT100 {
    margin-top: 40px;
  }

  span.sub_map_head {
    margin: 20px 0 0;
    font-size: 15px;
  }

  .company p {
    font-size: 12px;
  }
  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }
  .smaller .navbar-toggle {
    margin-top: 35px;
  }
  .menu-icon {
    left: 30px;
  }
  .smaller .menu-icon {
    top: 50px;
  }
  .smaller .menu-icon {
    position: fixed;
  }
}
.mega_section {
  background: url(../img/att-bg.jpg) center/cover;
  padding: 350px 0 100px 0;
  margin: -300px 50px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .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;
    /* z-index: 2; */
  }
  .section__main .carousel-inner > .item::after {
    background: linear-gradient(
      to bottom,
      #000 0,
      rgba(0, 0, 0, 0.76) 23%,
      rgba(0, 0, 0, 0.07) 40%,
      rgba(0, 0, 0, 0.15) 71%,
      rgba(0, 0, 0, 0) 100%
    );
  }
  .social-btns .btn {
    width: 55px;
    height: 55px;
    line-height: 51px;
  }
  .social-btns .btn .fab {
    font-size: 30px;
  }
  .social-btns ul li {
    line-height: 4;
    margin: 0 10px;
  }
  .about-title-2 {
    font-size: 40px;
    margin-top: 0;
  }
  .mobile0verviewinnwerdiv h2 {
    font-size: 20px;
  }
  .about-intro {
    padding: 10px 0 0 0;
  }
  .gofull {
    padding: 0;
  }
  .section__about {
    margin: 0 20px;
    box-shadow: none;
    padding: 0;
  }
  .section__main {
    padding: 12px 0px 0 !important;
  }
  #myCarousel a.right.carousel-control {
    left: auto;
  }
  #myCarousel .carousel-control {
    bottom: auto;
    top: 45%;
    left: 0px;
  }
  .carousel-control .fas {
    position: relative;
    padding: 8px 0 0;
    font-size: 23px;
  }
  .explore-desc:before {
    display: none;
  }
  .explore-title span {
    font-size: 30px;
    color: var(--primary-dark);
    text-align: center;
  }

  .mega_section {
    padding: 30px 10px 40px;
    margin: 30px 0 0 0;
  }

  span.map_head {
    font-size: 50px;
    margin-bottom: 10px;
  }
  .map_wrapper {
    margin-top: 0 !important;
  }
  .map_wrapper .MT100 {
    margin-top: 20px !important;
  }
  .map-details {
    color: var(--white);
    margin-top: 30px;
  }
  .map-details a {
    color: var(--white);
  }
  .social-btns {
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-logo {
    margin-top: -30px;
    margin-bottom: 10px;
  }
  .social-btns ul li {
    line-height: 4;
  }
  .footer_middle {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin: 0 0 10px;
    padding-top: 20px;
  }
  .navbar-right {
    padding: 0;
    margin-top: 12px;
    float: right;
  }
  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    font-size: 16px;
    top: 30px;
    padding-left: 20px;
  }
  .custom__header.smaller .navbar-inverse .navbar-right > li > a {
    top: 0;
  }
  .navbar-right,
  .navbar-toggle {
    transition: margin 0.3s;
  }
  .smaller .navbar-toggle {
    margin-top: 10px;
  }
  .smaller .navbar-right {
    margin-top: 0;
  }
  .section__attractions {
    padding-top: 10px;
  }
  .custom__header {
    width: 100%;
    z-index: 2;
  }
  #reservationpop .search-btn-div {
    margin-top: 25px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    top: 60px;
    position: initial;
    left: auto;
    right: auto;
    width: 100%;
    z-index: 2;
  }
  .home_collapse:after {
    display: none;
  }
  .section__booking .quick-booking {
    background: var(--primary);
    padding-right: 20px !important;
  }
  .customedeatetimesin,
  .customedeatetimesout,
  .specialcode2 a {
    font-size: 18px;
    padding: 10px 15px;
    text-align: center !important;
  }
  #promo_code {
    width: 100%;
    font-size: 17px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 235px;
  }
  #promo_code::placeholder {
    font-size: 15px;
  }
  .overview-description-overview {
    min-height: 295px;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 100px;
  }
  .colapsshoecontentlinkdiv-overview,
  .colapsshoecontentlinkdiv2-overview {
    margin: 0 auto 30px auto;
  }
  .section__SubCon .row:first-of-type {
    flex-direction: column;
  }
  .company {
    padding-bottom: 40px;
  }
  .rct_wdgt #mySidenav {
    margin-top: 0;
  }
  .menus {
    overflow: auto;
  }
  .btn-div {
    justify-content: center;
  }

  .footer-links {
    text-align: center;
    padding: 0 0 18px 0;
  }
  .company {
    text-align: center;
  }
  .footer-SEOlinks ul {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 25px 0 15px;
    text-align: center;
  }
  .footer-SEOlinks .comp-logo {
    text-align: center;
    margin-top: 25px;
  }
  .specialcode2 a {
    padding: 10px 10px 9px 10px;
  }
  .footer {
    padding-bottom: 40px;
  }
  .copyright-span {
    display: block;
  }
  .div__logo {
    max-width: 130px;
  }
  .navbar-toggle {
    margin-top: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .guestroom-about p,
  .footer_last {
    display: block;
    margin: 30px auto;
  }

  .port-grid-container {
    display: grid;
    grid-template-columns: 50% 50% !important;
    gap: 11px !important;
  }
  .menus-about .tab1,
  .menus-about .tab2,
  .menus-about .tab3,
  .menus-about .tab4 {
    font-size: 16px !important;
  }
  .slider-big-caption {
    top: 72%;
  }
  span.bigc {
    font-size: 18px;
  }
  .footer_address {
    text-align: center;
    margin-bottom: 30px;
  }
  .block-auto {
    width: 500px;
    height: 400px;
    display: block;
    margin: auto;
  }
  .about-title-2 {
    text-align: center !important;
  }
  .footer-grid {
    grid-template-columns: 100%;
  }
  .section__footer .container {
    width: auto;
  }
  .menu-icon {
    position: fixed;
    left: 35px;
    top: 35px;
  }

  .smaller .menu-icon {
    top: 20px;
  }
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 120%;
  }

  .section__headerbg .menu-icon {
    top: -76px;
  }
  .content {
    width: 322px !important;
  }
  .list-project div img {
    width: 340px;
    height: 254px;
  }
  .list-project {
    grid-template-columns: 50% 50%;
  }
  .nav-active .nav__content {
    height: 960px !important;
  }

  .company {
    padding-bottom: 30px;
  }
  .carousel-caption {
    padding: 10px 0;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* background: rgba(0, 0, 0, 0.78); */
  }
  .carousel-caption p {
    margin: 0;
  }
  .custom__header .navbar-inverse .navbar-right > li > a {
    box-shadow: none;
    padding: 15px 12px;
  }
  .div__logo {
    max-width: 130px;
    float: left;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .mega_section:before {
    top: 1%;
    width: 98%;
    height: 98%;
  }
}
.footer_address div {
  margin-top: 25px;
}
.footer_address .col a {
  color: black;
  font-weight: 700;
}
.footer_address img {
  background: black;
  padding: 7px;
  border-radius: 4px;
  margin-right: 10px;
}

@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;
  }
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: var(--primary-dark) !important ;
  background-image: none !important;
  color: white !important;
}
@media screen and (max-width: 767px) {
  .portfolio-section .content-service {
    text-align: left !important;
  }
  .section-desc ul {
    margin-left: 25px;
  }
  .guestroom-about p,
  .footer_last {
    display: block;
    margin: 28px auto 0px;
  }
  .port-grid-container {
    display: grid;
    grid-template-columns: 100% !important;
    gap: 11px !important;
  }
  .service h1 {
    font-size: 24px !important;
    margin-top: 15px;
  }
  .section__main.slide-show {
    padding: 4px 0px 0 !important;
  }
  .menus-about .tab1,
  .menus-about .tab2,
  .menus-about .tab3,
  .menus-about .tab4 {
    margin-bottom: 20px;
  }
  .menus-about {
    justify-content: center;
    flex-direction: column;
    background: black;
    padding: 41px;
    margin: 0px 0;
  }
  .menuestab h1 {
    margin-top: 65px;
  }

  .content-service {
    width: 83% !important;
  }
  .section-desc {
    min-height: 412px;
    width: 100%;
    padding: 8% 5%;
  }
  .mission {
    height: 480px !important;
  }
  .home-mobileboxoverviews-overview {
    padding-bottom: 110px;
  }
  .section__main {
    padding: 52px 0px 0 !important;
  }
  .footer-grid {
    grid-template-columns: 100%;
  }
  .block-auto {
    display: block;
    margin: auto;
  }
  .hotelmagic img {
    height: 250px;
    margin-bottom: 14px;
  }
  h1.no-margin:after {
    top: -1%;
    font-size: 68px;
    left: 2%;
    z-index: 1;
  }
  .footer_address {
    margin-bottom: 32px;
  }
  .footer_address div {
    margin-top: 12px;
  }
  .team p {
    margin: 30px 1em !important;
  }
  .content {
    width: 250px !important;
  }
  .list-project div img {
    width: 300px;
    height: 200px;
  }
  .list-project {
    grid-template-columns: 100%;
    row-gap: 25px;
  }

  .guestroom-about .about-title-2,
  .projects .about-title-2 {
    font-size: 36px;
    text-align: center;
    line-height: 65px;
  }
  .website-acce-feat a {
    word-break: break-word;
  }

  .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;
  }

  .nav-active .nav__content {
    height: 870px !important;
  }

  .social-btns ul li {
    margin: 0 10px 10px;
  }
  #memberModal .modal-dialog {
    margin: 30px;
  }
  .company a {
    display: block;
  }
  .navbar-header {
    top: 0;
  }
  .rct_wdgt .custom__header {
    top: 50px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 390px;
  }
  .overview-description-overview {
    min-height: 519px;
  }
  .goog-te-gadget-simple {
    margin: 0 auto 15px 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: 100px;
    right: 0;
    left: 0;
    margin: 0 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: 5px 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: 18px;
  }
  .primary-title {
    word-break: break-word;
    font-size: 20px;
  }
  .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: absolute;
    width: 100%;
    z-index: 2;
  }
  #scroll {
    right: 20px;
  }
  body {
    padding-bottom: 20px;
  }

  span.maptextaddress {
    width: 30%;
    float: left;
    padding-right: 10px;
  }

  span.col {
    float: right;
    width: 73%;
  }
}

.acesssfour a {
  color: var(--primary-dark);
}
.acesssfour a.text-white {
  color: var(--white) !important;
}
.grecaptcha-badge {
  visibility: hidden;
}
.footer-logo a {
  color: var(--white);
}
@media (max-width: 500px) {
  .country_currency_list {
    width: 293px;
  }
}
.footer-logo {
  margin-top: -30px;
  margin-bottom: 20px;
}
.ta-widget ul {
  list-style: none;
}
.ta-widget {
  display: flex;
  justify-content: center;
}

@media (max-width: 375px) {
  .btn3 {
    font-size: 13px;
  }

  .mobile0verviewinnwerdiv {
    min-height: 440px;
  }
  .overview-description-overview {
    min-height: 541px;
  }

  .nav-active .nav__content {
    height: 760px !important;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1650px) {
  /* .container {
    width: 1450px;
  } */
  .list-project div img {
    border-radius: 12%;
    width: 463px !important;
  }
  .list-project {
    grid-template-columns: 32% 32% 32% !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
  .section-desc {
    padding: 14% 5% !important;
  }
  .list-project div img {
    border-radius: 56px;
    width: 336px;
    height: 238px;
  }
  .item-desc {
    top: 57% !important;
  }
  .content {
    width: 267px !important;
    padding: 10px 50px !important;
  }
  /* .container {
    width: 1240px;
  } */
  .countabout span {
    font-size: 30px;
  }
  .la-img:after {
    top: 5% !important;
    left: 1% !important;
  }
  h1.no-margin:after {
    top: -8%;
    left: 24%;
    z-index: -3;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .nav-active .nav__list-item {
    font-size: 20px;
  }
  ul.menu-dropdown.dropdown-menu li {
    font-size: 17px;
    height: auto;
  }
  .smaller .menu-icon {
    left: 30px;
  }
  span.propname {
    font-size: 25px;
  }
  span.bigc {
    font-size: 22px;
  }

  .section__about {
    padding: 0 0 30px;
  }
  .about-intro {
    padding: 0 20px 0;
  }
  .about-title-2 {
    margin-top: 10px;
    font-size: 28px;
  }

  .about-description p {
    font-size: 16px;
  }
  .mobile0verviewinnwerdiv {
    min-height: 250px;
    margin-bottom: 60px;
  }
  .animatedheight.about-description h2 {
    font-size: 25px;
  }

  .specials-title {
    padding-top: 30px;
  }
  .btn-div {
    margin-top: 35px;
  }
  .specials-title span {
    font-size: 39px;
  }

  .btn.btn2 {
    font-size: 18px;
  }

  a.btn.btn3 {
    font-size: 18px;
  }

  span.att-head-lg {
    font-size: 70px;
  }
  span.att-head-sm {
    margin-top: 0;
  }
  span.map_head {
    font-size: 34px;
    margin-top: 15px;
  }
  .map_wrapper .MT100 {
    margin-top: 50px;
  }
  .company p {
    font-size: 13px;
  }
  .custom__header.smaller .navbar-nav > li > a.reservation-icon {
    color: var(--white);
    margin-top: 35px;
  }
  .smaller .navbar-toggle {
    margin-top: 35px;
  }
}
.dflex {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.nav-active {
  overflow: hidden;
}
.menu-icon {
  height: 30px;
  width: 40px;
  position: absolute;
  z-index: 102;
  left: 50px;
  top: 60px;
  cursor: pointer;
}
.menu-icon__line {
  height: 3px;
  width: 40px;
  display: block;
  background-color: var(--primary);
  margin-bottom: 6px;
  transition:
    transform 0.2s ease,
    background-color 0.5s ease;
}
.menu-icon__line-left {
  width: 20px;
}
.menu-icon__line-right {
  width: 20px;
  float: right;
}
.nav-bar {
  position: fixed;
  z-index: 101;
  pointer-events: none;
}

.nav-bar:before {
  transition-delay: 0.1s;
}
.nav__content {
  position: fixed;
  top: 45%;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 200;
  cursor: pointer;
}
.rct_wdgt a.closebtn {
  top: 20px;
}

.nav__list-item {
  position: relative;
  display: inline-block;
  transition-delay: 0.8s;
  opacity: 0;
  transform: translate(0, 100%);
  transition:
    opacity 0.2s ease,
    transform 0.3s ease;
  margin-right: 30px;
}
.nav__list-item:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 20px;
  height: 2px;
  top: 100%;
  transform: translate(0, 0);
  transition: all 0.3s ease;
  z-index: -1;
}
.nav__list-item:hover:before {
  width: 100%;
}
.nav-active .menu-icon__line {
  background-color: var(--primary-dark);
  transform: translateX(0) rotate(-45deg);
}
.nav-active .menu-icon__line-left {
  transform: translateX(1px) rotate(45deg);
}
.nav-active .menu-icon__line-right {
  transform: translateX(-2px) rotate(45deg);
}
.nav-active .nav-bar {
  visibility: visible;
  pointer-events: all;
}
.nav-active .nav-bar:after,
.nav-active .nav-bar:before {
  transform: translateX(0) translateY(-10%);
}
.nav-active .nav-bar:after {
  transition-delay: 0.1s;
}
.nav-active .nav-bar:before {
  transition-delay: 0s;
}
.nav-active .nav__list-item {
  opacity: 1;
  transform: translateX(0);
  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    color 0.3s ease;
  color: var(--white);
  clear: both;
}
.nav-active .nav__list-item:nth-child(0) {
  transition-delay: 0.1s;
}
.nav-active .nav__list-item:nth-child(1) {
  transition-delay: 0.2s;
}
.nav-active .nav__list-item:nth-child(2) {
  transition-delay: 0.3s;
}
.nav-active .nav__list-item:nth-child(3) {
  transition-delay: 0.4s;
}
.nav-active .nav__list-item:nth-child(4) {
  transition-delay: 0.5s;
}
.nav-active .nav__list-item:nth-child(5) {
  transition-delay: 0.6s;
}
.nav-active .nav__list-item:nth-child(6) {
  transition-delay: 0.7s;
}
.nav-active .nav__list-item:nth-child(7) {
  transition-delay: 0.8s;
}
.nav-active .nav__list-item {
  transition-delay: 0.9s;
}
.smaller .menu-icon__line {
  background: var(--primary-dark) !important;
}
.smaller.menu-icon {
  top: 0;
}
a.menu {
  position: relative;
  cursor: pointer;
}
span.menu-title {
  color: var(--white);
  transition: 0.3s background-color;
}
ul.menu-dropdown span {
  font-size: 21px;
  display: block;
  margin-bottom: 10px;
}
ul.menu-dropdown.dropdown-menu li a em {
  font-size: 16px;
  margin-right: 10px;
}
ul.menu-dropdown ul {
  position: absolute;
  top: 5px;
  left: 170px;
  opacity: 0;
}
li.sub-menu-wrapper:hover ul {
  opacity: 1;
  pointer-events: all;
}
ul.menu-dropdown.sub-menu li {
  overflow: visible;
  position: relative;
  height: auto;
}
.menu-title:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 101;
  transition:
    0.2s 0.2s border-top ease-out,
    0.3s border-top-color;
}
.menu-title:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 101;
  transition: 0.2s border-bottom ease-in;
}
.menu-inner:not(:hover) > .menu-dropdown {
  padding: 4px 0;
  z-index: 99;
}
.menu-dropdown {
  min-width: 100%;
  position: absolute;
  text-align: left;
  z-index: 100;
  background: 0 0;
  box-shadow: none;
  border: none;
  padding-top: 10px;
}
.menu-dropdown.dropdown-menu > li > a {
  color: var(--white);
  padding: 3px 0;
}
.menu-dropdown.dropdown-menu > .active > a,
.menu-dropdown.dropdown-menu > .active > a:focus,
.menu-dropdown.dropdown-menu > .active > a:hover {
  background-color: transparent;
  background-image: none !important;
}
li.nav__list-item:hover ul {
  opacity: 1;
  transform: rotateX(0);
  transform-origin: top;
}
.menu-dropdown.dropdown-menu > li > a:focus,
.menu-dropdown.dropdown-menu > li > a:hover {
  background: 0 0;
}
.menu-inner:not(:hover) > .menu-dropdown > * {
  visibility: hidden;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: rgba(25, 25, 25, 0);
  transition:
    0.5s 0.1s height,
    0.5s 0.1s padding,
    0.5s 0.1s margin,
    0.3s color,
    0.6s visibility;
  z-index: 99;
}
.menu-dropdown > * {
  overflow: hidden;
  height: 30px;
  background: 0 0;
  white-space: nowrap;
  transition:
    0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s 0.2s color,
    0.2s background-color;
}

ul.menu-dropdown li.active a {
  font-weight: bold;
}

ul.menu-dropdown li {
  list-style: none;
  color: var(--white);
  height: 45px;
  font-size: 25px;
}
.nav__content a {
  color: var(--white);
  position: relative;
}
ul.menu-dropdown li.active a:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 100%;
  background: var(--white);
  display: none;
}
.nav__list-item.active:before {
  width: 100%;
}
li.sub-menu-wrapper a.active {
  border-bottom: 1px solid var(--white);
}

@media screen and (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) {
  .smaller .menu-icon__line {
    background: #ffffff !important;
  }
  #carouselButtons {
    display: none;
  }
  .footer-buttons ul {
    margin-bottom: 0;
  }
  .nav__list-item {
    display: block;
    text-align: left;
    margin-right: 0;
  }
  .menu:hover > .menu-dropdown {
    position: relative;
  }
  .nav__list-item:before {
    display: none;
  }
  .nav__list-item:hover:before {
    width: 30%;
    top: 40px;
  }
  ul.menu-dropdown li {
    height: auto;
    font-size: 20px;
  }
  ul.menu-dropdown li.active a:after {
    bottom: -1px;
    height: 1px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 992px) {
  #reservationpop .home_collapse,
  .quick-booking .home_collapse {
    width: 135%;
  }
}

@media screen and (max-width: 991px) {
  .mega_section:before {
    background: rgba(0, 0, 0, 0.85);
  }
  .menu-icon {
    position: absolute;
    right: 20px;
    left: auto;
    top: 46px;
  }
  .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;
    display: none;
  }
  .nav__list-item {
    display: block;
    margin-bottom: 10px;
  }

  .nav__list-item a {
    margin-right: 0;
    padding-left: 25px;
    text-align: left;
    line-height: 2;
    text-transform: uppercase;
    font-size: 22px;
  }
  span.menu-title {
    margin-right: 0;
    padding-left: 0;
    padding-right: 8px;
    text-align: left;
    font-size: 22px;
  }
  li.nav__list-item.active {
    background: #f2eeee57;
  }
  .nav-active .nav__content {
    background: #000;
    position: fixed;
    top: 0;
    padding-top: 60px;
    transform: translate(0, 0%);
    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;
  }
  ul.menu-dropdown li a {
    text-transform: capitalize;
    padding-left: 40px;
  }
  .menu-dropdown.dropdown-menu > li > a > em {
    font-size: 16px;
    margin-right: 12px;
  }
  ul.menu-dropdown.dropdown-menu li a {
    font-size: 18px;
    padding: 10px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .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: #000;
  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: 95px;
}
.map-details {
  color: var(--white);
}
.map-details a {
  color: var(--white);
}
.attraction_wrapper img {
  width: 100%;
  height: auto;
}
.map_wrapper img {
  width: 100%;
  height: auto;
}
.explore-image-wrapper img {
  width: 100%;
  height: auto;
}

.footer_last img {
  margin: auto;
}

.modal-backdrop {
  z-index: 999;
}

.gyg-widget .gyg-list .gyg-recovery-banner .banner-text {
  text-transform: uppercase;
}

.guestroom:before {
  content: "";
  background: url(../img/back-pattern.svg) no-repeat;
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: -1;
  top: -16%;
  left: 4%;
}
.guestroom:after {
  content: "";
  background: url(../img/circle.png) no-repeat;
  width: 90px;
  height: 90px;
  position: absolute;
  z-index: -1;
  top: 33%;
  left: 43%;
}
.la-img img {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.la-img {
  text-align: right;
  display: flex;
  justify-content: center;
  position: relative;
}
.la-img:after {
  content: "";
  background: url(../img/frame.svg) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 7%;
  left: 9%;
}

.guestroom h2 span {
  border-bottom: 3px double black;
}

@media screen and (max-width: 1194px) and (min-width: 834px) {
  .tab_text {
    display: none !important;
  }
}

@media screen and (max-width: 428px) and (min-width: 414px) {
  .mobile0verviewinnwerdiv {
    min-height: 350px;
  }
}

@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: 490px;
  }
}

@media screen and (max-width: 400px) {
  .grid_adult_child {
    padding-left: 0 !important;
  }
}
.fade .item {
  z-index: 0;
}

.list-members {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-column-gap: 6px;
  grid-row-gap: 28px;
}

.members {
  text-align: center;
}
.proj {
  position: relative;
}

.item-desc:after {
  content: "";
  right: 0;
  top: 0;
  border-radius: 0px 11px 1px 11px;
  content: "";
  width: 50px;
  height: 35px;
  position: absolute;
  background: white url(../img/red-arrow.svg) no-repeat;
}

.img-project {
  opacity: 1;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.content {
  background: #000;
  color: white;
  width: 390px;
  padding: 18px 25px;
  border-radius: 17px;
  text-align: left !important;
}
.item-desc {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}
content p {
  margin-bottom: 0px !important;
}

.proj:hover .img-project {
  opacity: 0.3;
}

.proj:hover .item-desc {
  opacity: 1;
}
.navbar-inverse {
  background-color: transparent !important;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: none !important; */
}
.item-desc .content p {
  margin-bottom: 2px !important;
}
.projects p {
  margin-top: 18px;
  color: #000;
}
.review_staycontent .list-group li {
  font-size: 15px;
}
.bx_grey {
  border: 1px solid black;
}
.trip_t label span:hover,
.about_h label span:hover {
  background: none 0px 0px repeat scroll #000;
  color: rgb(255, 255, 255);
}

/* --------mission---------- */

.mission {
  background-image: url(../img/mission-bg.png);
  background-size: cover;
  height: 800px;
  background-repeat: no-repeat;
  background-position: center;
}
.mission.ourstory {
  display: none;
  background-image: url(../img/ourstory-bg.png);
  background-position: bottom;
}
.mission.corportate {
  display: none;
  background-image: url(../img/corporate-bg.png);
}
.mission.we-for-bg {
  display: none;
  background-image: url(../img/we-for-bg.png);
}
.section-desc h1,
.mission h2,
.content-service h2,
.service h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
}
.content-service h2 {
  text-align: left;
}
.section-desc {
  text-align: justify;
}
.service h1 {
  font-size: 38px;
  font-weight: 600;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .guestroom {
    margin: 25px 0;
  }
  .section-desc {
    background: rgba(225, 225, 225, 0.9) none repeat scroll 0 0;
    min-height: 800px;
    width: 800px;
    padding: 9% 5%;
  }
}
.content-service {
  width: 65%;
  display: block;
  margin: auto;
  text-align: justify;
}
.lost-found-wrapper {
  display: none;
}
.left-col {
  display: none;
}

.menus-about {
  display: flex;
  justify-content: space-evenly;
  background: black;
  padding: 30px;
  color: white;
  margin-bottom: 0;
}

.menus-about li {
  list-style: none;
  text-transform: uppercase;
}
.menuestab .container-fluid {
  padding-right: 0px;
  overflow-x: hidden;
  padding-left: 0px;
}
.menus-about .tab1,
.menus-about .tab2,
.menus-about .tab3,
.menus-about .tab4 {
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.menus-about .active {
  border-bottom: 2px solid #fff;
}
.mission h2 {
  text-align: left;
}

.section__main .carousel-inner .item:before {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  top: 76%;
  bottom: 0;
  width: 100%;
  height: 25%;
  transform: rotate(180deg);
  background: linear-gradient(
    to bottom,
    rgb(0 0 0 / 71%) 0%,
    rgb(0 0 0 / 61%) 23%,
    rgb(0 0 0 / 62%) 40%,
    rgb(0 0 0 / 58%) 71%,
    rgb(0 0 0 / 0%) 100%
  ) !important;
}

.slide-show span.bigc {
  font-size: 22px;
  font-weight: 500;
}

.slide-show .slider-big-caption {
  position: absolute;
  top: calc(95% - 40px);
}

.port-grid-container {
  display: grid;
  grid-template-columns: 33.33333333% 33.33333333% 33.33333333%;
  gap: 34px;
}
.port-grid-item img {
  width: 100%;
  height: 260px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.port-caption {
  position: absolute;
  bottom: 0%;
  color: white;
  /* height: 62px; */
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 100%;
  padding: 6px 12px;
  text-align: center;
  background: #000000c2;
  transition: all 1s ease;
}
.port-grid-item {
  position: relative;
}
.port-grid-item:hover .port-caption {
  transition: all 1s ease;
  bottom: 40%;
}

.port-grid-tiles {
  margin: 30px 0px;
}

#contactUsFrom .mx-auto {
  margin-left: auto;
  margin-right: auto;
  display: grid !important;
  justify-content: center !important;
}

/* Waldport css start  */

nav {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--white);
  padding: 20px 40px;
  /* transition: background 0.5s var(--transition), padding 0.4s; */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

nav.scrolled {
  padding: 12px 40px;
}

.nav-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-spacer {
  flex: 1;
}

.nav-logo-container {
  text-align: center;
  text-decoration: none;
  color: #192a38;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bridge-icon {
  color: #192a38;
  margin-bottom: 5px;
  opacity: 0.8;
}

.nav-logo-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.1;
  margin-bottom: 3px;
}

.nav-logo-sub {
  font-family: "Jost", sans-serif;
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  opacity: 0.8;
}

.nav-action {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.btn-book {
  border: 1px solid #000;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #192a38;
  text-transform: uppercase;
  background: transparent;
  transition: all 0.3s;
  /* cursor: none; */
}

/* .btn-book:hover {
      background: var(--navy);
      color: white;
      border-color: var(--navy);
    } */

.nav__content {
  margin-top: 20px;
}

.nav__list {
  display: flex;
  gap: 24px;
  list-style: none;
  align-items: center;
}

.nav__list li {
  display: flex;
  align-items: center;
}

.nav__list a {
  text-decoration: none;
  color: #192a38;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  transition: color 0.3s;
  text-transform: uppercase;
}

.nav__list a:hover {
  color: var(--gold);
}

.nav-dot {
  color: #000;
  font-size: 40px;
  opacity: 1;
  margin: 0 10px;
  /* line-height: 0; */
}
.nav-dot:last-child {
  opacity: 0;
}

.navbar-nav li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-content {
  /* position: relative; */
  z-index: 3;
  text-align: center;
  color: white;
  margin-bottom: 0px;
}

.hero-tagline {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  margin-bottom: 15px;
  opacity: 1;
}

.hero-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
}

/* Common Typography/Buttons */
.section-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 46px;
  font-weight: 400;
  color: #192a38;
  margin-bottom: 25px;
}

.section-text {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.btn-outline-dark {
  display: inline-block;
  border: 1px solid #192a38;
  padding: 12px 28px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  color: #192a38;
  text-decoration: none;
  transition: all 0.3s;
  margin-top: 15px;
  /* cursor: none; */
}

.btn-outline-dark:hover {
  background: #192a38;
  color: white;
}

/* About Section */
.about-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.about-img-wrap {
  width: 100%;
  aspect-ratio: 4/3;
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-section {
  margin-bottom: 50px;
}
/* Amenities Section */
.amenities {
  background: #f4f1eb;
  padding: 40px 0;
}

.amenities-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.amenities-img-wrap {
  width: 100%;
  aspect-ratio: 1;
  overflow: hidden;
}

.amenities-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.amenities-inner:hover .amenities-img-wrap img {
  transform: scale(1.05);
}

/* Venue Section */
.venue {
  background: #192a38;
  padding: 40px 0;
}

.venue .section-title {
  color: white;
  text-align: center;
  font-size: 3.5rem;
}

.venue-header .section-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  max-width: 800px;
  margin: 0 auto 50px;
}

.venue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.venue-card {
  text-align: center;
  /* cursor: none; */
}

.venue-card-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 20px;
}

.venue-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}

.venue-card:hover .venue-card-img img {
  transform: scale(1.05);
}

.venue-card h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 26px;
  font-weight: 300;
  color: white;
  margin-bottom: 12px;
}

.venue-card p {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}

/* Restaurant Section */
.restaurant {
  position: relative;
  padding: 150px 0;
  background: url(../img/coastal-kitchen.png) center/cover;
}

.restaurant-card {
  background: rgba(13, 30, 40, 0.85);
  padding: 60px 50px;
  max-width: 450px;
  color: white;
}

.restaurant-title {
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}

.restaurant-text {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 35px;
}

.btn-outline-white {
  display: inline-block;
  border: 1px solid white;
  padding: 12px 28px;
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  /* cursor: none; */
}

.btn-outline-white:hover {
  background: white;
  color: #192a38;
}

/* Attractions Section */
.attractions {
  background: white;
  padding: 40px 0;
}

.attractions .section-title {
  text-align: center;
}

.attractions-header .section-text {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.attractions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.attraction-card {
  display: flex;
  flex-direction: column;
  /* cursor: none; */
  overflow: hidden;
}

.attraction-img {
  width: 100%;
  /* aspect-ratio: 16/10; */
  overflow: hidden;
}

.attraction-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: transform 0.5s;
}

.attraction-card:hover .attraction-img img {
  transform: scale(1.05);
}

.attraction-content {
  background: #192a38;
  padding: 10px 10px;
  color: white;
  text-align: center;
  height: 130px;
  /* flex: 1; */
}

.attraction-content h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 10px;
}

.attraction-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

/* Newsletter Section */
.newsletter {
  background: #f4f1eb;
  padding: 30px 0;
}

.newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

/* .newsletter-text {
  max-width: 500px;
} */

.newsletter-text h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 45px;
  font-weight: 300;
  color: #192a38;
  line-height: 1.2;
  margin-bottom: 10px;
}

.newsletter-link {
  font-size: 0.85rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #192a38;
  text-decoration: underline;
  text-underline-offset: 6px;
  display: inline-block;
  margin-bottom: 40px;
  /* cursor: none; */
  border: none;
  background: none;
  padding: 0;
}

.social-text {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-style: italic;
  color: #192a38;
  text-align: end;
}

.newsletter-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.newsletter-img {
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  overflow: hidden;
}

.newsletter-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

.newsletter-img:hover img {
  transform: scale(1.05);
}

.ig-icon {
  /* position: absolute;
  top: 15px;
  right: 15px; */
  /* width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center; */
  font-size: 32px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 5;
}

.ig-icon svg {
  width: 100%;
  height: 100%;
  fill: white;
}

footer {
  background: #132c4a;
  padding: 80px 0 0px;
  color: white;
}

.footer-logo-wrap {
  text-align: center;
  margin-bottom: 70px;
  width: fit-content;
  margin: auto;
}

.footer-logo {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-logo-sub {
  font-family: "Jost", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.25em;
  margin-top: 5px;
  opacity: 0.8;
}

.bridge-icon-white {
  margin-bottom: 10px;
  opacity: 0.8;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-col h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 25px;
  color: white;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 15px;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 16px;
  transition: color 0.3s;
  /* cursor: none; */
}

.footer-col a:hover {
  color: white;
}

.footer-col p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-icons a {
  width: 45px;
  height: 45px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s;
  /* cursor: none; */
}

.social-icons a:hover {
  background: white;
  color: var(--navy);
}

.social-icons svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.4);
}

.ig-icon a {
  background: initial;
  border-radius: 50%;
  color: #fff;
  display: grid !important;
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  place-items: center;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  width: 50px;
  z-index: 1;
}

.ig-icon a::before {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 100%;
  transition: 0.5s;
  width: 100%;
  z-index: 2;
}

.ig-icon a:hover em {
  z-index: 9;
}

.ig-icon a:hover::before {
  top: 0;
}

.bayfont {
  display: flex;
  gap: 10px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .about-inner,
  .amenities-inner,
  .venue-grid,
  .newsletter-inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0;
  }
  .attraction-content {
    margin-bottom: 50px;
  }
  .footer-grid {
    display: grid;
    grid-template-columns: 100%;
  }
  .nav-action{
    flex: none;
    position: absolute;
    left: 0;
  }
  .nav-action .btn-book{
    padding: 10px;
  }
  .bridge-icon img{
    width: 210px;
  }
  .menu-icon{
    top: 20px;
  }
}
