/* Minification failed. Returning unminified contents.
(607,48): run-time error CSS1019: Unexpected token, found ' '
(607,48): run-time error CSS1019: Unexpected token, found ' '
(607,48): run-time error CSS1042: Expected function, found ' '
(607,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1004,37): run-time error CSS1019: Unexpected token, found ' '
(1004,37): run-time error CSS1019: Unexpected token, found ' '
(1004,37): run-time error CSS1042: Expected function, found ' '
(1004,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1011,35): run-time error CSS1019: Unexpected token, found ' '
(1011,35): run-time error CSS1019: Unexpected token, found ' '
(1011,35): run-time error CSS1042: Expected function, found ' '
(1011,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1017,37): run-time error CSS1019: Unexpected token, found ' '
(1017,37): run-time error CSS1019: Unexpected token, found ' '
(1017,37): run-time error CSS1042: Expected function, found ' '
(1017,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1022,37): run-time error CSS1019: Unexpected token, found ' '
(1022,37): run-time error CSS1019: Unexpected token, found ' '
(1022,37): run-time error CSS1042: Expected function, found ' '
(1022,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1028,34): run-time error CSS1019: Unexpected token, found ' '
(1028,34): run-time error CSS1019: Unexpected token, found ' '
(1028,34): run-time error CSS1042: Expected function, found ' '
(1028,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(1139,37): run-time error CSS1019: Unexpected token, found ' '
(1139,37): run-time error CSS1019: Unexpected token, found ' '
(1139,37): run-time error CSS1042: Expected function, found ' '
(1139,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(3176,33): run-time error CSS1019: Unexpected token, found ' '
(3176,33): run-time error CSS1019: Unexpected token, found ' '
(3176,33): run-time error CSS1042: Expected function, found ' '
(3176,33): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.bookBtn a, .dropdowns a {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746e6e;
  background-color: #3A3A3C;
}

.secondary-btn {
  color: #3A3A3C;
  background-color: #746e6e;
}

.third-btn {
  color: #3A3A3C;
  background-color: #f8f8f8;
}

.fouth-btn {
  color: #3A3A3C;
  background-color: #4f6149;
}

.secondary-white-btn {
  color: #746e6e;
  background-color: #fff;
}

.warning-btn {
  color: #746e6e;
  background-color: #D69E2E;
}

.success-btn {
  color: #746e6e;
  background-color: #38A169;
}

.info-btn {
  color: #746e6e;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746e6e;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* animation */
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
.edit-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: rgb(255, 255, 255);
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 8.1%, hsla(0, 0%, 0%, 0.951) 15.5%, hsla(0, 0%, 0%, 0.896) 22.5%, hsla(0, 0%, 0%, 0.825) 29%, hsla(0, 0%, 0%, 0.741) 35.3%, hsla(0, 0%, 0%, 0.648) 41.2%, hsla(0, 0%, 0%, 0.55) 47.1%, hsla(0, 0%, 0%, 0.45) 52.9%, hsla(0, 0%, 0%, 0.352) 58.8%, hsla(0, 0%, 0%, 0.259) 64.7%, hsla(0, 0%, 0%, 0.175) 71%, hsla(0, 0%, 0%, 0.104) 77.5%, hsla(0, 0%, 0%, 0.049) 84.5%, hsla(0, 0%, 0%, 0.013) 91.9%, hsla(0, 0%, 0%, 0) 100%);
  height: 120px;
}

/* .navContainer{
    display: flex;
} */
.n-hotelGroup, .n-nav {
  display: flex;
}

.n-hotelGroup {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
}

.h-g-nav {
  margin-right: 1em;
}

.h-g-nav:last-of-type {
  margin-right: 0;
}

.h-g-sign {
  font-size: 0.7em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.h-g-sign:hover {
  text-decoration: none;
  color: inherit;
}

.h-g-sign::before {
  content: "\f007";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
  font-size: 135%;
}

.nav-items {
  display: flex;
  align-items: flex-end;
}

.dropdowns {
  margin-right: 1em;
  position: relative;
  color: rgb(255, 255, 255);
}

.dropdowns::before {
  content: "^";
  width: 10px;
  height: 10px;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.4s linear;
}

.dropdowns:hover::before {
  opacity: 1;
}

.dropdowns a {
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.dropdowns-item {
  position: absolute;
  font-size: 0;
  opacity: 0;
  width: 370px;
  visibility: hidden;
}

.dropdowns:hover .dropdowns-item {
  font-size: 0.9em;
  opacity: 1;
  visibility: visible;
  transition: visibility, opacity 0.5s ease-in-out;
}

.d-item {
  padding: 0;
  list-style: none;
  font-size: 0.9em;
}

.d-item-box {
  display: flex;
  background: white;
}

.d-item-box:nth-child(1) {
  height: 32px;
  background: transparent;
}

.d-item-box:nth-child(2) {
  border-top: 5px solid #4f6149;
}

.d-item-box:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #4f6149;
  transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 15px;
  z-index: -1;
}

.d-item-image {
  width: 150px;
  height: 150px;
  overflow: hidden;
}

.d-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.d-item-content {
  width: 230px;
  color: black;
  padding: 1em;
  display: grid;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.d-item-content h3 {
  font-size: 1.2em;
  text-transform: uppercase;
  color: rgb(134, 154, 59);
}

.d-item-content span {
  font-size: 0.9em;
}

.d-item-content a {
  color: black !important;
  font-size: 12px;
  /* padding: 0.2em; */
  border: 1px solid #4f6149;
  width: 90px;
  height: 20px;
  text-align: center;
}

.bookBtn {
  display: flex;
  justify-content: center;
}

.bookBtn a {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(120deg, rgb(107, 131, 99) 0%, rgb(99, 121, 92) 50%, rgb(79, 97, 73) 100%);
  background-size: 300% 300% !important;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: gradient 3s ease-in-out infinite;
  border: none;
  border-radius: 3px;
  text-transform: uppercase;
}

.bookBtn a:hover {
  /* background-image: linear-gradient(to right, rgba(134,154,59,1) 0%, rgba(88,81,92,1) 50%, rgba(70,124,133,1) 100%); */
  background-attachment: fixed;
  transition: background-attachment 1s ease-in;
}

.scrolled {
  transition: 0.3s linear;
  background: rgb(46, 43, 50);
}

.unscrolled {
  transition: 0.3s linear;
  background: transparent;
}

/* fixed Nav */
.fixedNav {
  position: fixed;
  right: 0;
  z-index: 100;
  top: 10%;
  display: none;
}

.fixedNavBar {
  background-color: #fff;
  cursor: pointer;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  width: 60px;
  height: 120px;
  border: none;
  transform: translateX(0) translateY(0);
  color: #000;
}

.reservation {
  background: linear-gradient(120deg, rgb(107, 131, 99) 0%, rgb(99, 121, 92) 50%, rgb(79, 97, 73) 100%);
  background-size: 400% 400%;
  animation: gradient 3s ease-in-out infinite;
}

.reservation .fix-nav-label-txt {
  color: rgb(255, 255, 255);
}

.reservation .fix-nav-label {
  width: 120%;
}

.reservation:hover .fix-nav-label {
  width: 100%;
}

.homepage {
  height: 60px;
  background: transparent;
}

.homepage-toggle, .homepage-img a {
  height: 100%;
  width: 100%;
}

.homepage-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.homepage-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fixedNavContainer {
  width: 100%;
  height: 100%;
  position: relative;
}

.fix-nav-label {
  position: absolute;
  top: 60px;
  left: 50%;
  opacity: 1;
  transition: 0.5s color cubic-bezier(0.19, 1, 0.22, 1);
  font: 400 9px/1.3 "Open Sans", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateX(-50%) rotate(-90deg);
}

.home-nav-label {
  top: 25px;
  transform: translateX(-50%) rotate(0);
  color: rgb(255, 255, 255);
  display: none;
}

.fixedNavBar:hover {
  width: 80px;
  transform: translateX(0);
}

.homepage:hover {
  width: 60px;
  transform: translateX(0);
}

.fixedNavBar:hover .fix-nav-label {
  left: 50%;
}

.fix-nav-hamburger {
  position: absolute;
  width: 65px;
  height: 15px;
  overflow: hidden;
  left: -30%;
  transform: translateX(-5%);
  top: 15px;
}

.fix-nav-hamburger div {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #000;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.fix-nav-hamburger div:nth-child(1) {
  top: 7px;
}

.fix-nav-hamburger div:nth-child(3) {
  top: 14px;
}

.fixedNavBar:hover .fix-nav-hamburger div:nth-child(1) {
  width: 40px;
  transform: rotateX(180deg);
}

.fixedNavBar:hover .fix-nav-hamburger {
  transform: translateX(20%);
}

.fixedNavBar:hover .fix-nav-hamburger div:nth-child(2), .fixedNavBar:hover .fix-nav-hamburger div:nth-child(3) {
  width: 0;
}

/* arrow */
.fix-book-arrow {
  top: 15px;
  position: absolute;
  left: 22%;
  width: 25px;
  height: 15px;
  overflow: hidden;
  transform: rotate(90deg);
}

.fix-book-arrow div {
  position: absolute;
  top: 0;
  right: 0;
  width: 25px;
  height: 1px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.fix-book-arrow div:nth-child(1) {
  width: 0;
  transform: rotate(90deg);
}

.fix-book-arrow div:nth-child(2) {
  width: 20px;
  transform: translateX(-5px) translateY(0px) rotate(45deg);
}

.fix-book-arrow div:nth-child(3) {
  width: 20px;
  transform: translateX(-5px) translateY(0px) rotate(-45deg);
}

.reservation:hover .fix-book-arrow div:nth-child(1) {
  width: 30px;
}

.reservation:hover .fix-book-arrow {
  transform: translate(35%) rotate(90deg);
}

/* nav close */
.nav-area-close {
  position: absolute;
  right: -20px;
  top: 15%;
  z-index: 1000;
}

.nav-area-close .fixedNavBar {
  background: transparent;
  color: #fff;
}

.nav-area-close .fix-nav-hamburger div {
  background-color: #fff;
}

/* nav Area */
.navArea {
  background: rgb(46, 43, 50);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  transition: all 1s ease;
}

.navshow {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  animation: showing 1s;
}

.navUnshow {
  display: none;
  animation: unshowing 1s;
}

.nav-area-container {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 80%;
}

.nav-area-logo {
  margin-bottom: 1em;
}
.nav-area-logo img {
  max-width: 120px;
}

.nav-area-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 2em;
  grid-column-gap: 2em;
  padding-left: 2em;
  padding-right: 2em;
  max-width: clamp(18.75rem, 11.9318181818rem + 34.0909090909vw, 37.5rem);
}

.nav-area-item {
  margin-bottom: 0.5em;
}

.nav-area-item a {
  font-size: 1.15em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-weight: 400;
}

.nav-area-item-sub {
  display: grid;
  justify-items: start;
}

.nav-area-item-sub a {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.6);
}

.nav-area-item {
  position: relative;
}

.nav-area-bg {
  position: absolute;
  left: -20%;
  width: 400%;
  filter: grayscale(0.8);
  opacity: 0;
  top: -20%;
  transition: all 0.6s ease;
  z-index: -1;
}

.nav-area-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.nav-area-item:hover .nav-area-bg {
  opacity: 0.2;
  transition: all 0.6s ease;
}

@media only screen and (max-width: 1200px) {
  .edit-nav {
    display: none;
  }
  .fixedNav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    transform: translateX(0);
    transition: all 0.3s ease;
  }
}
.fixedNav-hide {
  transform: translateX(100%);
  transition: all 0.3s ease;
}/*# sourceMappingURL=nav.css.map */
.section h3, .section .subtitle, h1, h2 {
  font-family: "Arial", sans-serif;
  font-weight: 700;
}

h3, .subtitle {
  font-family: "Arial", sans-serif;
  font-weight: 500;
}

body {
  font-family: "Arial", sans-serif;
  font-weight: 400;
}

.btn, .l-btn a, .btn-transparent, .w-btn a, .view-hotel-btn {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}

.btn, .l-btn a, .btn-transparent, .w-btn a, .view-hotel-btn {
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  background-color: white;
  color: #746E6E;
  border-radius: 50px;
  position: relative;
  text-decoration: none;
  min-height: 42px;
  box-shadow: rgba(57, 70, 78, 0.05) 0px 0px 1px 0px, rgba(57, 70, 78, 0.1) 15px 10px 35px 10px !important;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746e6e;
  background-color: #3A3A3C;
}

.secondary-btn {
  color: #3A3A3C;
  background-color: #746e6e;
}

.third-btn {
  color: #3A3A3C;
  background-color: #f8f8f8;
}

.fouth-btn {
  color: #3A3A3C;
  background-color: #4f6149;
}

.secondary-white-btn {
  color: #746e6e;
  background-color: #fff;
}

.warning-btn {
  color: #746e6e;
  background-color: #D69E2E;
}

.success-btn {
  color: #746e6e;
  background-color: #38A169;
}

.info-btn {
  color: #746e6e;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746e6e;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-10-7 23:23:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@keyframes kenburns-bottom-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 84%;
  }
  100% {
    transform: scale(1.25) translate(20px, 15px);
    transform-origin: right bottom;
  }
}
@keyframes kenburns-top-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 16%;
  }
  100% {
    transform: scale(1.25) translate(-20px, -15px);
    transform-origin: top left;
  }
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
.kenburns-top-left {
  animation: kenburns-top-left 30s ease-in infinite alternate-reverse both;
}

.kenburns-bottom-right {
  animation: kenburns-bottom-right 30s linear infinite alternate-reverse both;
}

.kenburns-top {
  animation: kenburns-top 30s ease-in infinite alternate-reverse both;
}

.kenburns-bottom {
  animation: kenburns-bottom 30s ease-in infinite alternate-reverse both;
}

@font-face {
  font-family: "Arial";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/arial.woff);
}
.location-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-right: 0;
}
@media (min-width: 768px) {
  .location-info {
    flex-direction: row;
    padding-right: 1rem;
  }
}
.location-info .location-info-img {
  max-width: none;
  width: 100%;
  height: 100px;
}
.location-info .location-info-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .location-info .location-info-img {
    max-width: 150px;
  }
}
.location-info .location-info-address {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .location-info .location-info-address {
    padding: 0;
  }
}
.location-info .location-info-address h2 {
  font-size: 1.125rem;
}
.location-info .location-cta {
  padding-bottom: 1rem;
}
.location-info .location-cta a {
  font-size: 1rem !important;
  padding: 0.5rem 1rem;
}
@media (min-width: 768px) {
  .location-info .location-cta {
    padding-bottom: 0;
  }
}

.gm-style-iw {
  padding: 0px !important;
  border-radius: 0px !important;
  max-height: 300px !important;
}

.gm-style-iw-ch {
  display: none !important;
}

.gm-style-iw-chr {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
}

.gm-ui-hover-effect {
  width: 24px !important;
  height: 24px !important;
}
.gm-ui-hover-effect span {
  margin: 0 !important;
}

.gm-style-iw-d {
  max-height: 300px !important;
  overflow: hidden !important;
}
@media (min-width: 768px) {
  .gm-style-iw-d {
    max-height: inherit !important;
  }
}

html {
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  background-color: #f8f8f8;
  color: #3A3A3C;
}

h1, h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.37rem + 2.8vw, 3.75rem);
  color: #3A3A3C;
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.14rem + 1.6vw, 2.125rem);
}

h3, .subtitle {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8rem + 2vw, 1.625rem);
  color: #3A3A3C;
}

h4 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8rem + 1.6vw, 1.25rem);
  color: #3A3A3C;
  font-weight: 700;
}

a {
  color: #746e6e;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p a {
  font-weight: 700;
  color: #746e6e;
}

strong {
  font-weight: 700;
  color: #3A3A3C;
}

.hidden {
  display: none;
}

.visibilityHidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.nav-bg {
  background: white;
  color: black;
  transition: all 0.3s ease;
}
.nav-bg a {
  color: #3A3A3C;
}
.nav-bg .bookBtn a {
  color: white;
}

.header {
  position: relative;
  overflow: hidden;
  height: 60vh;
}
@media (min-width: 768px) {
  .header {
    height: 100vh;
  }
}
.header.home-header {
  height: 100vh;
}
.header .img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.header .img div {
  width: 100%;
  height: 100%;
}
.header .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: auto;
}
.header .img:before {
  content: "";
  background-color: rgba(83, 83, 83, 0.25);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 999;
}
.header .content {
  position: absolute;
  padding: 2rem;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.header h1, .header h3, .header .subtitle {
  color: white;
}

.btn, .l-btn a, .btn-transparent, .w-btn a, .view-hotel-btn {
  text-transform: uppercase;
  background: #4f6149;
  color: white;
  min-width: 120px;
  border: 0;
  font-size: 1rem !important;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem) !important;
}
.btn:hover, .l-btn a:hover, .btn-transparent:hover, .w-btn a:hover, .view-hotel-btn:hover {
  background: rgba(79, 97, 73, 0.85);
  text-decoration: none;
  color: white;
}

.btn-transparent, .w-btn a, .view-hotel-btn {
  color: white;
  border: 1px solid white;
  background: transparent;
  border-radius: 0;
}
.btn-transparent:hover, .w-btn a:hover, .view-hotel-btn:hover {
  background: white;
  color: #4f6149;
  text-shadow: 0 1px 5px rgba(79, 97, 73, 0.3);
}

.section {
  padding: 0 2em;
}
.section > div {
  max-width: 1200px;
  margin: 0 auto;
}
.section .l-t-c, .section .l-side-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .section .l-t-c, .section .l-side-image {
    width: 50%;
  }
}
.section .section-title {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}

.reverse-section .l-t-c, .reverse-section .l-side-image, .positive-section .l-t-c, .positive-section .l-side-image {
  width: 100%;
}
@media (min-width: 1200px) {
  .reverse-section .l-t-c, .reverse-section .l-side-image, .positive-section .l-t-c, .positive-section .l-side-image {
    width: 50%;
  }
}
.reverse-section .l-t-c, .positive-section .l-t-c {
  padding: 2rem;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 0;
}
.reverse-section .l-text, .positive-section .l-text {
  background: white;
}

.reverse-section .l-text {
  flex-direction: row-reverse;
}
@media (max-width: 930px) {
  .reverse-section .l-btn {
    justify-content: flex-start;
  }
}

.positive-section .l-btn {
  justify-content: flex-start;
}

.full-section {
  padding: 0;
}
.full-section h1, .full-section h2, .full-section h3, .full-section .subtitle {
  color: white;
}

.no-header-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .no-header-section {
    margin-top: 150px;
  }
}

.marquelogo {
  position: absolute;
  z-index: 5;
  width: 200px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  display: none;
}
@media (max-width: 1199px) {
  .marquelogo {
    display: block;
  }
}

.marquelogo img {
  width: 100%;
}

#pageMarque {
  height: 100vh;
  width: 100%;
  overflow: hidden;
}

.marqueInner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.marqueItem {
  height: 100%;
  width: 100%;
  position: relative;
  opacity: 0.12;
  transition: all 0.3s cubic-bezier(0, 0.89, 1, 0.64);
}

.active {
  opacity: 1;
  transition: all 0.3s cubic-bezier(0, 0.89, 1, 0.64);
}

.marqueItem img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marqueItem:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(89, 89, 89, 0.3);
  position: absolute;
  z-index: 1;
}

.marqueContent {
  top: 56%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  left: 0;
  padding: 1em;
  z-index: 10;
}

.slide-custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0) no-repeat scroll center center/cover;
  display: block;
  transition: filter 1s ease-in-out;
}

.slide-info {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8em;
}

.title {
  margin: 0 auto !important;
  color: white;
  line-height: 1.5;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.subtitle {
  margin: 0 auto !important;
  color: white;
  line-height: 1.5;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.view-hotel-btn {
  margin-top: 2em;
}

.prev, .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(34, 34, 34, 0.6);
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.marqueControl {
  color: rgba(255, 255, 255, 0.6);
}

.control {
  transform: translateY(-50%);
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.l-container {
  margin-top: 3em;
  margin-bottom: 3em;
}

/* .l-content{
    margin-bottom: 3em;
} */
.l-text {
  display: flex;
  align-items: center;
}

.l-t-c {
  margin-right: 3em;
}

.l-txt {
  margin-top: 1.5em;
}
.l-txt ul {
  list-style-type: disc;
}

.l-side-image {
  position: relative;
  width: 100%;
}
.l-side-image .outer:before {
  padding-top: 64.6153846154%;
}

.l-side-image img {
  width: 100%;
}

.l-m-image {
  background-image: url(/img/index/Placeholder/Placeholder/marquee.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  padding-top: 2em;
  padding-bottom: 2em;
}

.l-m-image span {
  font-size: 1.5em;
}

.l-m-image span:nth-of-type(1) {
  font-size: 3em;
}

.l-btn {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  margin-top: 2rem;
}

.o-r-main {
  background: #746e6e;
  padding: 2rem;
}

.ourRooms {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 1200px;
  margin: 0 auto;
}

.o-r {
  text-align: center;
  margin-bottom: 2em;
  color: rgb(255, 255, 255);
}

.rooms {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}

.r-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1em;
  margin-bottom: 1em;
}

.x2 {
  grid-column: span 2;
  max-width: initial !important;
}

.room {
  max-width: none;
  height: 300px;
  position: relative;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.room:hover .roomTypeImg {
  transform: scale(1.1);
  transition: all 0.3 ease;
}
.room:hover .r-t-name {
  background: #4f6149;
  transition: all 0.3 ease;
}

.roomType {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
}

.roomTypeImg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: scale(1);
  transition: all 0.3s ease;
}

.r-t-name {
  margin-right: 1em;
  background: rgba(79, 97, 73, 0.65);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  font-size: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.3 ease;
  color: rgba(255, 255, 255, 0.75);
}

.r-t-price {
  background: rgba(116, 110, 110, 0.65);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  font-size: 0.8em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
  /* hide for temporally */
}

.w-container {
  width: 100%;
  height: 700px;
  color: rgb(255, 255, 255);
}

.wedding {
  display: flex;
  height: 100%;
  background: #746e6e;
}

.w-img-c {
  width: 55%;
  height: 100%;
}

.w-c-t {
  width: 450px;
}

.w-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.w-content {
  width: 100%;
  padding: 2em;
  width: 45%;
  padding-top: 3em;
  padding-bottom: 3em;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
}

.w-txt {
  width: 450px;
}

.w-btn a {
  margin-top: 2em;
}

#mapSec {
  position: relative;
  height: 50vh;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
#map > h1, #map h2 {
  color: black;
}

#roomPageSec {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 3rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  #roomPageSec {
    display: flex;
  }
  #roomPageSec .room-card {
    width: calc(50% - 2rem);
  }
}
#roomPageSec .pattern {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 100%;
  max-width: 50px;
}
@media (min-width: 768px) {
  #roomPageSec .pattern {
    max-width: 100px;
  }
}

.room-card {
  margin-bottom: 2rem !important;
  background-color: #fff !important;
  max-width: 567px !important;
  margin: 0 auto !important;
  margin-bottom: 4rem !important;
  display: table;
  width: 100%;
}
.room-card:last-of-type {
  margin-left: 0 !important;
  margin-right: auto !important;
}
.room-card .outer::before {
  padding-top: 71.9723183391%;
}
.room-card .content {
  padding: 1rem;
}
.room-card .content > div {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .room-card .content > div {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .room-card .content {
    padding: 2rem;
  }
}
.room-card .content ul {
  padding: 0;
  margin-top: 20px;
}
.room-card .content .smallTitle {
  position: relative;
}
.room-card .content .smallTitle:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -10px;
}

.roomContainer {
  padding-bottom: 3em;
  padding-left: 1em;
  padding-right: 1em;
}

.r-room {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
  background: rgba(88, 81, 92, 0.1);
}

.r-c {
  display: flex;
}

.r-c-img {
  width: 100%;
  overflow: hidden;
}
.r-c-img .outer:before {
  padding-top: 75%;
}

.r-c-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.r-c-img div {
  height: 100%;
}

.r-c-content {
  width: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

.r-c-txt {
  padding: 2rem;
  height: 100%;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
}

.price {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.price span {
  font-size: 3em;
}

.price span:nth-of-type(1), .price span:nth-of-type(3) {
  font-size: 0.8em;
}

.price span:nth-of-type(3) {
  text-align: right;
}

.r-c-btn {
  padding-bottom: 1em;
  margin-top: 2em;
}

.r-c-name {
  margin-bottom: 1em;
}

.r-c-name h3, .r-c-name .subtitle {
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

.petToolTip {
  display: none;
  position: absolute;
  z-index: 1;
  background: rgb(134, 154, 59);
  color: white;
  padding: 1em;
  max-width: 390px;
}

.r-c-amenities ul {
  padding: 0;
  list-style: none;
}

.r-c-amenities ul li {
  position: relative;
  padding-left: 1.5em;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: all 0.3s ease;
}

.r-c-amenities ul li::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  left: 0;
}

.r-c-icon .fas {
  margin-right: 0.5em;
  font-size: 1em;
  border: 1px solid;
  width: 50px;
  padding: 0.3em;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  color: rgb(0, 0, 0);
  margin-bottom: 1em;
}

.fa-dog {
  color: rgb(134, 154, 59);
}

.r-c-info {
  background: transparent;
  text-align: center;
  padding: 10px 20px 10px 20px;
  cursor: pointer;
  border: 1px solid black;
  margin-bottom: 1rem;
}

.r-c-info span {
  font-size: 0.9rem;
  color: black;
  font-family: Arial, sans-serif;
}

#petToolTip {
  font-size: 0.8em;
}

.underConstruction .fas {
  margin: 0;
  color: white;
  border: 0;
  padding: 0;
}

.r-c-pattern {
  background-image: url(/img/pattern/copper-1.png);
  width: 100%;
  height: 40px;
  background-size: contain;
}

@media only screen and (max-width: 799px) {
  .r-c {
    display: block !important;
  }
  .r-c-img, .r-c-content {
    max-width: none !important;
  }
}
@media only screen and (max-width: 400px) {
  .r-c-detail {
    display: block !important;
  }
  .price {
    text-align: right;
    margin-bottom: 2em;
  }
}
.hotel-facts ul {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  padding: 0;
  margin: 0;
}
.hotel-facts ul li {
  position: relative;
  padding: 0.5rem 1rem;
  padding-left: 2.5rem;
  background: white;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.hotel-facts ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #4f6149;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
}
.hotel-facts ul li:hover {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.amenity-grid {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .amenity-grid {
    display: flex;
    flex-wrap: wrap;
  }
  .amenity-grid .grid-box {
    width: 50% !important;
    margin-left: 1rem;
    margin-right: 1rem;
    max-width: none !important;
    margin: 0;
  }
}
@media (min-width: 1230px) {
  .amenity-grid {
    max-width: 1200px;
    margin: 0 auto;
  }
}
.amenity-grid .grid-box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  max-width: 435px;
  margin: 0 auto;
  margin-bottom: 4rem;
  position: relative;
}
@media (min-width: 768px) {
  .amenity-grid .grid-box {
    padding-left: 1rem;
    padding-right: 1rem;
    margin: 0;
    margin-bottom: 2rem;
  }
}
.amenity-grid .grid-box .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  padding: 1rem;
  width: auto;
  text-align: center;
  cursor: default;
}
@media (min-width: 768px) {
  .amenity-grid .grid-box .container {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.amenity-grid .grid-box .container h3, .amenity-grid .grid-box .container .subtitle {
  color: #fff;
}
.amenity-grid .grid-box .container p {
  font-size: 1rem !important;
}
@media (max-width: 575px) {
  .amenity-grid .grid-box .container p {
    font-size: 0.875rem !important;
  }
}
.amenity-grid .grid-box .container .content {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.amenity-grid .grid-box .flex {
  position: absolute;
  bottom: -25.5px;
  left: 50%;
  transform: translateX(-50%);
}
.amenity-grid .grid-box .flex > a {
  font-size: 0.8rem;
}
.amenity-grid .grid-box .outer {
  overflow: hidden;
}
.amenity-grid .grid-box .outer img {
  transform: scale(1);
  transition: all 0.3s ease;
}
.amenity-grid .grid-box:hover .outer img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.amenity-grid .grid-box:hover .container {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.amenity-grid .grid-box:hover .container .content {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}

.packageBox {
  padding-top: 3rem;
  padding-bottom: 3rem;
  max-width: 576px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .packageBox {
    display: flex;
    max-width: 1360px;
  }
  .packageBox .outer {
    width: 50%;
  }
  .packageBox .content {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.packageBox .outer:before {
  padding-top: 87.1352785146%;
}
.packageBox .content {
  background-color: #fff;
  padding: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 992px) {
  .packageBox .content {
    padding: 2rem;
  }
}
.packageBox .content h2 {
  margin-bottom: 2rem;
}
.packageBox .pattern {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  width: 100%;
  max-width: 50px;
  display: none;
}
@media (min-width: 992px) {
  .packageBox .pattern {
    display: block;
    max-width: 100px;
  }
}

@media (min-width: 993px) {
  .contact-container {
    display: flex;
    height: 100vh;
    overflow: hidden;
  }
}
.contact-container .container {
  padding: 2rem;
  padding-top: 5rem;
  width: 100%;
  max-width: none;
  padding-bottom: 0;
  height: 100%;
  min-height: 600px;
  overflow: hidden;
}

.left {
  background-color: #3A3A3C;
  color: #4f6149;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 661px) {
  .left {
    padding-right: 2rem !important;
  }
}
@media (min-width: 993px) {
  .left {
    padding-top: 0;
  }
}
.left h2 {
  margin-bottom: 2rem;
}
.left > div:nth-child(1) {
  margin-bottom: 1rem;
}

.right {
  padding-top: 2rem;
  background-image: url("/img/Image-8.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.right:before {
  content: "";
  background-color: rgba(58, 58, 60, 0.75);
  position: absolute;
  width: 100vw;
  height: 101%;
  min-height: 800px;
  top: 0;
  left: 0;
  z-index: -1;
}
.right input, .right textarea {
  min-width: 300px;
  width: 100%;
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  border: 0;
  margin-bottom: 0.5rem;
  max-width: none;
  margin-top: 1rem;
}
.right span {
  font-weight: 700;
}
.right .txt-al-left span:last-of-type {
  font-weight: 300;
  color: #746e6e;
}
.right textarea {
  min-height: 200px;
}
.right input[type=submit] {
  background-color: #746e6e;
  border-radius: 50px;
  border: 0;
  color: white;
  font-weight: bold;
  width: 120px;
  min-width: 100px;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem !important;
}

.header #mapSec {
  top: -25%;
  margin-top: 0 !important;
}

.contact-section {
  margin-top: 300px !important;
  margin-bottom: 3rem !important;
}
.contact-section > div {
  display: grid;
  grid-template-columns: repeat(1, fr);
  grid-row-gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .contact-section > div > div {
    padding: 0 2rem;
  }
}
.contact-section > div > div a {
  display: block;
  word-break: break-word;
}
.contact-section > div i {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.contact-section > div a {
  color: #3A3A3C;
}

.contact-social {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem !important;
}
.contact-social > div {
  margin-right: 2rem;
}
.contact-social ul {
  padding: 0;
  margin: 0;
  display: flex;
}
.contact-social li {
  margin-right: 1rem;
}
.contact-social li:last-of-type {
  margin-right: 0;
}
.contact-social i {
  font-size: 30px;
}

.add-on-title > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-detail a {
  text-transform: none;
}
.footer-detail .f-social-ic a {
  border-radius: 0 !important;
}

.f-social-icon i {
  font-size: 1rem;
}

.f-terms a {
  text-transform: none;
}

.mail-form .form-msg {
  padding: 1rem;
  background-color: rgba(92, 184, 92, 0.8);
  border-radius: 15px;
  color: white;
}

.mail-form div div > div {
  margin-bottom: 1rem;
}

.dining .l-btn {
  justify-content: flex-start;
  white-space: pre;
}
@media (max-width: 992px) {
  .dining .l-btn {
    flex-wrap: wrap;
  }
}
.dining .l-btn a {
  margin-right: 3px;
  border-radius: 3px !important;
}
.dining .l-btn a:last-of-type {
  margin-right: 0;
}

.lounge-logo {
  width: 180px;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .lounge-logo {
    width: 220px;
  }
}
@media (min-width: 1360px) {
  .lounge-logo {
    width: 250px;
  }
}

.event-welcome {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #746e6e;
  color: white;
}
.event-welcome h2 {
  color: white;
}

.event-accordion-container .event-accordion {
  margin-top: 3em;
  margin-bottom: 3em;
}
.event-accordion-container .ui-accordion-header {
  padding-top: 1em;
  padding-bottom: 1em;
  border: 0;
  background: white;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: capitalize;
}
.event-accordion-container .ui-state-active {
  background: #746e6e;
}

.input-container {
  display: flex;
  flex-direction: column;
  row-gap: 0.3rem;
  flex: auto;
}

input[type=text], textarea, select {
  padding: 0.5rem 1rem;
  min-height: 47px;
  width: 100%;
  border: 0;
  background: white;
}

.event-request-form-container {
  margin-bottom: 3em;
  margin-top: 3em;
}

#event-request-form, #JobApplicationForm {
  /* customize button */
}
#event-request-form .form-row, #JobApplicationForm .form-row {
  text-align: left;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  #event-request-form .form-row, #JobApplicationForm .form-row {
    display: flex;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
#event-request-form .form-row input[type=text], #event-request-form .form-row textarea, #event-request-form .form-row select, #JobApplicationForm .form-row input[type=text], #JobApplicationForm .form-row textarea, #JobApplicationForm .form-row select {
  max-width: none !important;
  min-width: 0 !important;
}
#event-request-form .form-check, #JobApplicationForm .form-check {
  display: flex;
  align-items: center;
}
#event-request-form .form-check input[type=checkbox], #JobApplicationForm .form-check input[type=checkbox] {
  margin-right: 0.5rem;
}
#event-request-form input[type=radio], #JobApplicationForm input[type=radio] {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  font-family: "Font Awesome 5 Free";
  transition: 300ms ease-out;
}
#event-request-form input[type=radio]::after, #JobApplicationForm input[type=radio]::after {
  content: "\f111";
  display: inline-block;
  text-align: center;
  width: 1em;
  font-size: 1.2em;
}
#event-request-form input[type=radio]:checked::after, #JobApplicationForm input[type=radio]:checked::after {
  content: "\f192";
  font-weight: 900;
}
#event-request-form input[type=radio]:active, #event-request-form input[type=checkbox]:active, #JobApplicationForm input[type=radio]:active, #JobApplicationForm input[type=checkbox]:active {
  transform: scale(0.6);
}
#event-request-form .customizedRadio td, #event-request-form .meetingRadioList td, #JobApplicationForm .customizedRadio td, #JobApplicationForm .meetingRadioList td {
  display: flex;
  align-items: center;
}
#event-request-form .customizedRadio label, #JobApplicationForm .customizedRadio label {
  font-weight: normal;
  margin-left: 1em;
  margin-bottom: 0;
}
#event-request-form input[type=checkbox], #JobApplicationForm input[type=checkbox] {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  font-family: "Font Awesome 5 Free";
  transition: 300ms ease-out;
}
#event-request-form input[type=checkbox]::after, #JobApplicationForm input[type=checkbox]::after {
  content: "\f0c8";
  display: inline-block;
  text-align: center;
  width: 1em;
  font-size: 1.2em;
}
#event-request-form input[type=checkbox]:checked::after, #JobApplicationForm input[type=checkbox]:checked::after {
  content: "\f14a";
  font-weight: 900;
}
#event-request-form .event-sent-btn, #JobApplicationForm .event-sent-btn {
  border-radius: 50px;
  max-width: 300px;
  width: 100%;
  padding: 0.5rem 1rem;
  min-height: 47px;
}

@media only screen and (max-width: 1280px) {
  .rooms {
    width: 100%;
  }
  .d-e-m, .l-text {
    padding-left: 1em;
  }
  .o-r {
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 1120px) {
  .w-c-t {
    width: 100%;
    padding-right: 1em;
  }
  .w-txt {
    width: 100%;
  }
}
@media only screen and (max-width: 930px) {
  .marquelogo {
    display: block;
  }
  .l-container {
    padding-bottom: 0;
  }
  .l-text {
    flex-direction: column-reverse !important;
    padding: 0;
  }
  .l-t-c {
    max-width: none;
    padding: 3rem !important;
    padding-left: 2rem !important;
    padding-right: 2rem !important;
    margin: 0;
  }
  .welcome .l-t-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .l-side-image {
    max-width: none;
  }
  .dineElement {
    padding-top: 0;
  }
  .d-e-m {
    -moz-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
  }
  .spaTab {
    padding-right: 0;
  }
  .d-e-sideimg {
    max-width: none;
    margin-bottom: 2em;
  }
  .d-e-content {
    max-width: none;
    padding-left: 2em;
  }
}
.s-container {
  padding: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.s-title-c {
  text-align: center;
  margin-bottom: 2em;
}

.subscribe-notify {
  background: rgba(134, 154, 59, 0.7);
  max-width: 320px;
  width: 100%;
  padding: 0.5em;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgb(255, 255, 255);
  border-radius: 5px;
}

.subscribe-notify:before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.s-tip {
  text-align: center;
  font-size: 0.8em;
  margin-top: 1em;
}

.subscribe-notify {
  opacity: 0;
  animation: flash 2s ease;
}

.subscribe {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.s-input {
  border: 0.0625rem solid #d2d2d2;
  border-radius: 4px;
  height: 3rem;
  font-size: 1em;
  line-height: 1.625rem;
  padding: 0.75rem 2rem 0.75rem 1.25rem;
  width: 100%;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.s-btn {
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  background: transparent;
  color: black;
  border: 1px solid black;
  text-transform: uppercase;
  text-decoration: none;
  height: 100%;
}

.s-btn:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.twelve form {
  display: flex;
  justify-content: center;
  align-items: center;
}
.twelve form .row {
  display: block;
  margin: 0;
  width: 100% !important;
}
@media (min-width: 871px) {
  .twelve form .row {
    margin-right: 1em;
  }
}
.twelve form .row input {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.06);
  max-height: 42px;
  border-radius: 5px;
  width: 100%;
  margin-bottom: 1rem;
  background: white;
}
.twelve form .cols {
  display: flex;
  align-items: center;
  margin-right: 1em;
}
.twelve form .btn, .twelve form .btn-transparent, .twelve form .view-hotel-btn, .twelve form .l-btn a, .l-btn .twelve form a, .twelve form .w-btn a, .w-btn .twelve form a {
  border-radius: 5px;
  margin-bottom: 1rem;
}

.modal-body {
  padding: 2rem;
}

.modal-dialog {
  max-width: 1200px !important;
}

.modal-body .form-row {
  width: 100%;
}

.modal-body::-webkit-scrollbar-track {
  background: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
  width: 4px;
  background: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
  background: rgba(79, 97, 73, 0.85);
}

@media (min-width: 992px) {
  .job-container .job h3, .job-container .job .subtitle {
    min-width: 350px;
    max-width: 500px;
  }
}

#notificationLabel {
  padding: 1rem 1.5rem;
  display: flex;
  margin-top: 2rem;
  justify-content: center;
}

#jobApplicationModal input[type=text], #jobApplicationModal textarea, #jobApplicationModal select {
  background: #f8f8f8;
}
#jobApplicationModal .modal-dialog {
  max-width: 600px;
}
#jobApplicationModal .uploadGroup {
  display: flex;
  flex-direction: column;
}
#jobApplicationModal .form-check {
  padding-left: 0;
}
#jobApplicationModal .modal-content {
  border-radius: 0;
}

@media only screen and (max-width: 870px) {
  .twelve form {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .row {
    display: block;
    justify-content: center;
    width: 90%;
    max-width: none;
    margin: 0 auto;
    margin-bottom: 1em;
  }
  .cols {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .cols:last-of-type {
    margin-top: 2em;
    text-align: center;
    margin-bottom: 2em;
  }
  .s-input {
    max-width: none;
  }
}
@media only screen and (max-width: 799px) {
  .w-container {
    height: auto;
  }
  .wedding {
    display: block;
  }
  .w-img-c {
    width: 100%;
    height: 700px;
  }
  .w-content {
    width: 100%;
  }
  .w-btn {
    display: flex;
  }
  .copperOffer {
    flex-wrap: wrap;
  }
  .offer {
    max-width: none;
    width: 50%;
  }
  .r-grid {
    grid-template-columns: 1fr 1fr;
  }
  .x2 {
    grid-column: 1 span;
  }
  .room:nth-child(3) {
    margin-top: 1em;
  }
}
@media (max-width: 669px) {
  .r-grid {
    grid-template-columns: 1fr;
  }
  .room {
    max-width: none;
    margin-bottom: 1em;
  }
  .room:nth-child(2) {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 530px) {
  .offer {
    width: 100%;
    margin-bottom: 1em;
  }
  .c-o-content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .c-o-detail {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 500px) {
  .nav-area-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 420px) {
  .subtitle {
    text-align: center;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

#cmri-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #cmri-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
#cmri-gallery a {
  overflow: hidden;
}
#cmri-gallery a .outer:before {
  padding-top: 66.6666666667%;
}
#cmri-gallery a img {
  transform: scale(1);
  transition: all 0.3s ease;
}
#cmri-gallery a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  content: "\f0a8";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ui-datepicker .ui-datepicker-next:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.ski-section .outer:before {
  padding-top: 100%;
}

.popUp {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  z-index: 999;
  min-width: calc(100% - 3rem);
}
@media (min-width: 768px) {
  .popUp {
    min-width: 700px;
  }
}
.popUp .subscription-form {
  display: grid;
  gap: 1rem;
}
.popUp .subscription-form input, .popUp .subscription-form button {
  padding: 0.5rem 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
}
.popUp .subscription-form button {
  border: 0;
  background: black;
  color: white;
}
.popUp .subscription-form button[disabled] {
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.popUp .subscription-form > div:nth-child(2) {
  display: flex;
  gap: 1rem;
}
.popUp .subscription-form .button > div:nth-child(2) {
  margin-top: 1rem;
}
.popUp form .outer {
  display: none;
  background: black;
}
.popUp form .content {
  padding: 1.5rem;
  padding-top: 2rem;
  position: relative;
}
.popUp form .content .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .popUp form {
    display: flex;
  }
  .popUp form .outer {
    display: block;
    width: 50%;
  }
  .popUp form .outer .inner > div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popUp form .outer .inner > div img {
    max-width: 250px;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .popUp form .content {
    width: 50%;
  }
}

.deal-description-text > div, .deal-description-text > p, .deal-description-text > span {
  white-space: pre-line;
}

.clamp-5-lines {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  max-height: auto;
  transition: all 0.3s ease-out;
}

.hotel-box-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}
.hotel-box-container .box {
  position: relative;
}
.hotel-box-container .box h3, .hotel-box-container .box .subtitle {
  color: white;
}
.hotel-box-container .box .outer {
  overflow: hidden;
}
.hotel-box-container .box .outer img {
  scale: 1;
  transition: all 0.3s ease;
}
.hotel-box-container .box .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  padding: 1rem;
  width: auto;
  text-align: center;
}
.hotel-box-container .box .container .content {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.hotel-box-container .box .container .content p {
  font-size: 1rem;
}
.hotel-box-container .box:hover .outer img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.hotel-box-container .box:hover .container {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.hotel-box-container .box:hover .container .content {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .hotel-box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .hotel-box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mandate-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .mandate-container {
    -moz-column-gap: 2em;
         column-gap: 2em;
    row-gap: 2em;
  }
}
@media (min-width: 1360px) {
  .mandate-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

.mandate {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: white;
  overflow: hidden;
  color: #3A3A3C;
  border-radius: 6px;
  box-shadow: rgba(57, 70, 78, 0.15) 0px 0px 1px 0px, rgba(57, 70, 78, 0.25) 0px 20px 55px -8px;
  transition: all 0s;
  position: relative;
}
.mandate:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.mandate .outer {
  z-index: 1;
}
@media (min-width: 1360px) {
  .mandate .outer:before {
    padding-top: 100%;
  }
}
.mandate .outer .inner > div {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.mandate .outer .inner > div i {
  font-size: 35px;
  color: #4f6149;
  transition: all 0.3s ease;
}
.mandate:hover {
  transition: all 0.3s ease;
}
.mandate:hover:before {
  background-color: #4f6149;
}
.mandate:hover .outer:before {
  padding-top: 100%;
}
.mandate:hover .outer .inner > div i {
  transition: all 0.3s ease;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.15);
}
.mandate:hover > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.mandate:hover > div:nth-child(2) h4 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.mandate:hover > div:nth-child(2) p {
  font-size: 0.75rem;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
  color: white;
}
.mandate > div:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .mandate > div:nth-child(2) {
    padding: 1rem 1.5rem;
  }
}
.mandate > div:nth-child(2) h4 {
  color: #3A3A3C;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.mandate > div:nth-child(2) p {
  color: #3A3A3C;
  font-weight: normal;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(-1.5rem - 100%);
  opacity: 0;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .mandate > div:nth-child(2) p {
    padding: 1rem 1.5rem;
  }
}

.long-green-section > div {
  position: relative;
}
.long-green-section > div:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.long-green-section .flex {
  justify-content: center;
}
@media (max-width: 575px) {
  .long-green-section .outer:before {
    padding-top: 200%;
  }
}
@media (min-width: 768px) {
  .long-green-section .outer:before {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .long-green-section .outer:before {
    padding-top: 25.4545454545%;
  }
}
.long-green-section .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 10;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.long-green-section .content h3, .long-green-section .content .subtitle, .long-green-section .content p {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .long-green-section .content {
    padding: 2em;
  }
}
@media (min-width: 1200px) {
  .long-green-section .content {
    padding: 3.5em;
  }
}
@media (min-width: 1360px) {
  .long-green-section .content {
    padding: 2em 4em;
  }
}
.long-green-section .content h3, .long-green-section .content .subtitle, .long-green-section .content p {
  color: white;
}
.long-green-section .content p {
  font-size: 16px;
  font-size: clamp(1em, 0.95em + 0.25vw, 1.25em);
}/*# sourceMappingURL=styles.css.map */
.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746e6e;
  background-color: #3A3A3C;
}

.secondary-btn {
  color: #3A3A3C;
  background-color: #746e6e;
}

.third-btn {
  color: #3A3A3C;
  background-color: #f8f8f8;
}

.fouth-btn {
  color: #3A3A3C;
  background-color: #4f6149;
}

.secondary-white-btn {
  color: #746e6e;
  background-color: #fff;
}

.warning-btn {
  color: #746e6e;
  background-color: #D69E2E;
}

.success-btn {
  color: #746e6e;
  background-color: #38A169;
}

.info-btn {
  color: #746e6e;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746e6e;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

/* Customize */
/* Branding */
.branding {
  background: #746e6e;
}
@media (min-width: 1200px) {
  .branding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.b-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.ihlogo {
  position: relative;
  height: 70px;
}
.ihlogo img {
  max-width: 200px;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 60px;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.ihlogo:before {
  content: "";
  background: #746e6e;
  width: 220px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 60px;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.childlogo {
  padding: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  gap: 3rem;
}

.childlogo img {
  width: 100%;
  max-width: 80px;
  max-height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.childlogo li {
  list-style: none;
  width: 100%;
}

/* Footer area */
footer {
  background: #746e6e;
  padding-top: 3em;
  padding-bottom: 3em;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 3.625rem !important;
}

.footer-detail {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.f-detail {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 3.625rem;
  text-align: left;
  width: 100%;
  gap: 10px;
}

.f-member img {
  width: 150px;
}

.f {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-left: 1.5em;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.f-findus {
  margin-left: 0;
  padding-left: 1.5em !important;
  border-left: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.f:last-of-type {
  border-right: 0;
  margin-right: 0;
}

.f-t {
  font-weight: bold;
  text-transform: uppercase;
}

.f-t:first-of-type {
  grid-column: span 2;
}

.f-contact {
  border-left: 0;
  padding-left: 0;
}

.f-c a, .f-contact span a, .f-findus-guide {
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.f-social-ic {
  margin-top: 0.5em;
  height: 35px;
  display: flex;
}

.f-social-icon {
  width: 35px;
  height: 35px;
  margin-right: 1em;
  overflow: hidden;
}

.f-social-icon i {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  font-size: 1.5em;
}

.f-social-icon span {
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgb(59, 89, 152);
  color: rgb(255, 255, 255);
  padding: 0.5em;
  margin-top: 0.5em;
}

.f-social-twitter span, .f-social-twitter .ic-tooltip::before {
  background: rgb(56, 161, 243);
}

.f-social-tripadvisor span, .f-social-tripadvisor .ic-tooltip::before {
  background: rgb(0, 175, 135);
}

.f-social-instagram span, .f-social-instagram .ic-tooltip::before {
  background: rgb(193, 53, 132);
}

.f-social-linkedin span, .f-social-linkedin .ic-tooltip::before {
  background: rgb(0, 119, 181);
}

.f-social-facebook span, .f-social-facebook .ic-tooltip::before {
  background: rgb(59, 89, 152);
}

.f-social-icon:hover .ic-tooltip {
  font-size: 1em;
  width: auto;
  height: auto;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.ic-tooltip::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: -5px;
  background: rgb(59, 89, 152);
}

.f-social-icon .fa-linkedin-in:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 119, 181);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-twitter:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(56, 161, 243);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-tripadvisor:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 175, 135);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-instagram:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(193, 53, 132);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon .fa-facebook-f:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(59, 89, 152);
  z-index: -1;
  transform: translateY(-100%);
}

.f-social-icon:hover {
  text-decoration: none;
}

.f-social-icon:hover i {
  transition: all 0.3s ease-in-out;
  color: rgb(255, 255, 255);
}

.f-social-icon:hover i:after {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
  opacity: 1;
}

.f-social-ic a {
  margin-right: 1em;
}

.f-social-ic a:last-of-type {
  margin-right: 0;
}

.rights-certificate {
  text-align: center;
}

.f-cert img {
  width: 100px;
}

hr {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.f-ic::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.f-address::before {
  content: "\f015";
}

.f-email:before {
  content: "\f0e0";
}

.f-tollfree:before {
  content: "\f6b6";
  padding-right: 0.4em;
}

.f-phone:before {
  content: "\f879";
}

.f-sales:before {
  content: "\f590";
}

.f-weddings:before {
  content: "\f70b";
}

.f-ic {
  position: relative;
}

.tooltip {
  opacity: 0;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 75%;
  bottom: 0;
  background: white;
  color: black;
  z-index: 2;
  padding: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.f-ic:hover .tooltip {
  opacity: 1;
  transition: all 0.5s ease-in-out;
}

.tooltip:before {
  content: "";
  width: 5px;
  height: 5px;
  background: white;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  left: -10px;
  top: 50%;
}

.f-copyrights {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.6);
}

.f-terms a {
  margin-right: 0.5em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
}

.f-ic {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide:hover {
  color: rgba(255, 255, 255, 0.6);
}

.f-findus-guide::before {
  content: "\f56d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

@media only screen and (min-width: 1181px) {
  .childlogo::before {
    width: 85%;
  }
}
@media only screen and (max-width: 980px) {
  .childlogo {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    justify-items: initial;
  }
  .childlogo li {
    margin-right: 0;
  }
  .childlogo::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .smallSpanSpacer {
    word-break: break-all;
  }
}
@media only screen and (max-width: 860px) {
  .f {
    padding-left: 1em;
  }
  .f:first-of-type {
    padding-left: 0;
  }
}
@media only screen and (max-width: 779px) {
  .f-detail {
    grid-template-columns: 1fr 1fr;
    justify-items: initial;
  }
  .f {
    padding-left: 1em;
    margin-bottom: 1em;
  }
  .f-findus, .f-link {
    margin-right: 1em;
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 540px) {
  .f-copyrights {
    display: block;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 430px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .f-detail {
    display: block;
  }
  .f-findus {
    padding-left: 0 !important;
    border-left: 0 !important;
  }
  .f {
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 330px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav-area-item a {
    font-size: 1em;
  }
}/*# sourceMappingURL=footer.css.map */
