/* Minification failed. Returning unminified contents.
(603,48): run-time error CSS1019: Unexpected token, found ' '
(603,48): run-time error CSS1019: Unexpected token, found ' '
(603,48): run-time error CSS1042: Expected function, found ' '
(603,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(899,37): run-time error CSS1019: Unexpected token, found ' '
(899,37): run-time error CSS1019: Unexpected token, found ' '
(899,37): run-time error CSS1042: Expected function, found ' '
(899,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(906,35): run-time error CSS1019: Unexpected token, found ' '
(906,35): run-time error CSS1019: Unexpected token, found ' '
(906,35): run-time error CSS1042: Expected function, found ' '
(906,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(911,37): run-time error CSS1019: Unexpected token, found ' '
(911,37): run-time error CSS1019: Unexpected token, found ' '
(911,37): run-time error CSS1042: Expected function, found ' '
(911,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(917,37): run-time error CSS1019: Unexpected token, found ' '
(917,37): run-time error CSS1019: Unexpected token, found ' '
(917,37): run-time error CSS1042: Expected function, found ' '
(917,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
.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: #101010;
  background-color: #000000;
}

.secondary-btn {
  color: #000000;
  background-color: #101010;
}

.third-btn {
  color: #000000;
  background-color: #000;
}

.fouth-btn {
  color: #000000;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #101010;
  background-color: #fff;
}

.warning-btn {
  color: #101010;
  background-color: #D69E2E;
}

.success-btn {
  color: #101010;
  background-color: #38A169;
}

.info-btn {
  color: #101010;
  background-color: #5A67D8;
}

.danger-btn {
  color: #101010;
  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: 9999;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: rgb(255, 255, 255);
}

/* .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);
  font-size: 1rem;
  font-weight: 700;
}

.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 rgb(134, 154, 59);
}

.d-item-box:nth-child(2)::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: rgb(134, 154, 59);
  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: 0.8em;
  padding: 0.2em;
  border: 1px solid rgb(134, 154, 59);
  width: 60px;
  height: 20px;
  text-align: center;
}

.bookBtn {
  display: flex;
  justify-content: center;
}

.bookBtn a {
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(120deg, rgba(173, 31, 44, 0.85) 0%, rgba(198, 46, 60, 0.85) 50%, rgba(213, 59, 73, 0.85) 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;
  font-weight: 700;
}

.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, rgba(0, 0, 0, 0.8) 0%, rgba(56, 56, 56, 0.8) 50%, rgba(0, 0, 0, 0.8) 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;
}

.edit-nav {
  display: none;
}

.fixedNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateX(0);
  transition: all 0.3s ease;
}

.contestBar {
  background: linear-gradient(120deg, rgba(196, 68, 68, 0.8) 0%, rgba(185, 63, 63, 0.8) 48%, rgba(165, 42, 42, 0.8) 100%);
  color: white;
}
@media (max-width: 375px) {
  .contestBar {
    height: 80px;
  }
  .contestBar .fix-nav-label {
    top: 35px;
  }
}

.fixedLogo {
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  height: 140px;
  text-align: center;
}
.fixedLogo > div {
  width: 100%;
  height: 150px;
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.987) 9.6%, hsla(0, 0%, 0%, 0.951) 18.2%, hsla(0, 0%, 0%, 0.896) 26%, hsla(0, 0%, 0%, 0.825) 32.9%, hsla(0, 0%, 0%, 0.741) 39.3%, hsla(0, 0%, 0%, 0.648) 45.1%, hsla(0, 0%, 0%, 0.55) 50.7%, hsla(0, 0%, 0%, 0.45) 56%, hsla(0, 0%, 0%, 0.352) 61.3%, hsla(0, 0%, 0%, 0.259) 66.7%, hsla(0, 0%, 0%, 0.175) 72.4%, hsla(0, 0%, 0%, 0.104) 78.4%, hsla(0, 0%, 0%, 0.049) 84.9%, hsla(0, 0%, 0%, 0.013) 92%, hsla(0, 0%, 0%, 0) 100%);
}
@media (min-width: 768px) {
  .fixedLogo > div {
    height: 250px;
  }
}
.fixedLogo img {
  min-width: 200px;
  padding: 1rem;
  width: 20vw;
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}

.fixedNav-hide {
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.fixedLogo-show {
  transform: translateY(0);
  transition: all 0.3s ease;
}

.multi-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.multi-nav > a:nth-child(1) {
  grid-column: span 4;
}
.multi-nav > a:nth-child(2) {
  font-size: 0.8rem;
  grid-column: span 2;
}
.multi-nav > a:nth-child(3) {
  font-size: 0.8rem;
  grid-column: span 2;
}/*# sourceMappingURL=nav.css.map */
h1, h2 {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

h3, .subtitle {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}

body {
  font-family: "Nunito", 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: #101010;
  background-color: #000000;
}

.secondary-btn {
  color: #000000;
  background-color: #101010;
}

.third-btn {
  color: #000000;
  background-color: #000;
}

.fouth-btn {
  color: #000000;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #101010;
  background-color: #fff;
}

.warning-btn {
  color: #101010;
  background-color: #D69E2E;
}

.success-btn {
  color: #101010;
  background-color: #38A169;
}

.info-btn {
  color: #101010;
  background-color: #5A67D8;
}

.danger-btn {
  color: #101010;
  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;
}

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: #000000;
}

h1, h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.37rem + 2.8vw, 3.75rem);
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.14rem + 1.6vw, 2.125rem);
  font-weight: 600;
}

h3, .subtitle {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8rem + 2vw, 1.625rem);
}

a:hover {
  color: inherit;
  text-decoration: none;
}

p a {
  font-weight: 700;
  color: #101010;
}

strong {
  font-weight: 700;
  color: #000000;
}

.nav-bg {
  background: white;
  color: black;
  transition: all 0.3s ease;
}
.nav-bg a {
  color: #000000;
}
.nav-bg .bookBtn a {
  color: white;
}

.header {
  position: relative;
  overflow: hidden;
  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: #101010;
  font-weight: bold;
  color: white;
  min-width: 120px;
}
.btn:hover, .l-btn a:hover, .btn-transparent:hover, .w-btn a:hover, .view-hotel-btn:hover {
  background: rgba(16, 16, 16, 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: #101010;
  text-shadow: 0 1px 5px rgba(16, 16, 16, 0.3);
}

.section {
  padding: 0 2em;
}
.section h2 {
  font-weight: 600;
  text-transform: capitalize;
}
.section > div {
  max-width: 1320px;
  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%;
  }
}

.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;
}

.no-header-section {
  margin-top: 150px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.marquelogo {
  position: absolute;
  z-index: 5;
  width: 120px;
  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;
}

.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;
}

.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-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/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;
  justify-content: flex-end;
}

.l-btn a {
  margin-top: 2em;
}

.o-r-main {
  background: #101010;
  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: 400px;
  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: #101010;
  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(16, 16, 16, 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;
}

.r-t-price {
  background: rgba(16, 16, 16, 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: #101010;
}

.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;
}

#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 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;
}

.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;
  }
}
.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: 33.3333333333% !important;
  }
}
.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;
}
.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: #000000;
  color: #7F7F7F;
  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(0, 0, 0, 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: #101010;
}
.right textarea {
  min-height: 200px;
}
.right input[type=submit] {
  background-color: #101010;
  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 {
  display: flex;
  align-items: flex-start;
  margin-top: 280px !important;
  margin-bottom: 3rem !important;
}
@media (max-width: 660px) {
  .contact-section {
    display: block;
  }
}
.contact-section .container {
  width: 100%;
  padding: 2rem;
  padding-left: 0;
  padding-right: 0;
}
.contact-section .container h1 {
  margin-top: 0;
}
.contact-section .left {
  background-color: transparent;
  color: #000;
  text-align: left;
  align-items: flex-start;
  flex-direction: column;
}
.contact-section .right {
  background: none;
}
.contact-section .right:before {
  display: none;
}

.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;
}

.no-contact-form-section {
  margin-top: 300px !important;
  margin-bottom: 3rem !important;
}
.no-contact-form-section > div {
  display: grid;
  grid-template-columns: repeat(1, fr);
  grid-row-gap: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .no-contact-form-section > div > div {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .no-contact-form-section > div > div:nth-child(1), .no-contact-form-section > div > div:nth-child(2) {
    border-right: 1px solid #3A3A3C;
  }
}
.no-contact-form-section > div i {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.no-contact-form-section > div a {
  color: #3A3A3C;
}
@media (min-width: 768px) {
  .no-contact-form-section > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .no-contact-form-section > div {
    grid-template-columns: repeat(3, 1fr);
  }
}

.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;
}

.footer-detail a {
  text-transform: none;
  text-decoration: 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;
}

@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;
}

@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;
  }
}
.modal, .modal-open {
  padding-right: 0 !important;
  overflow: initial !important;
}
.modal .modal-content, .modal-open .modal-content {
  background: #101010;
  color: white;
}
.modal .modal-content .modal-header, .modal-open .modal-content .modal-header {
  border: 0;
}
@media (min-width: 576px) {
  .modal .modal-content .modal-footer, .modal-open .modal-content .modal-footer {
    flex-wrap: nowrap;
  }
}

@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;
  }
}/*# 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: #101010;
  background-color: #000000;
}

.secondary-btn {
  color: #000000;
  background-color: #101010;
}

.third-btn {
  color: #000000;
  background-color: #000;
}

.fouth-btn {
  color: #000000;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #101010;
  background-color: #fff;
}

.warning-btn {
  color: #101010;
  background-color: #D69E2E;
}

.success-btn {
  color: #101010;
  background-color: #38A169;
}

.info-btn {
  color: #101010;
  background-color: #5A67D8;
}

.danger-btn {
  color: #101010;
  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: #101010;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.b-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.ih-logo {
  position: relative;
}

.ih-logo::before {
  content: "";
  background-image: url(../img/logo/Inn-Hotels-Official-white.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100px;
  height: 36px;
  position: absolute;
  z-index: 99;
}

.ih-logo::after {
  content: "";
  background: #101010;
  width: 120px;
  height: 36px;
  position: absolute;
  z-index: 90;
  left: -10px;
}

.childlogo {
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 1;
}

.childlogo img {
  width: 60px;
}

.childlogo li {
  list-style: none;
  margin-right: 2em;
}

.childlogo li:last-of-type {
  margin-right: 0;
}

.childlogo::before {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: -1;
}

/* Footer area */
footer {
  background: #101010;
  padding-top: 3em;
  padding-bottom: 3em;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 1em;
  padding-right: 1em;
}

.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;
}

.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;
  border-left: 0;
  padding-left: 0;
}

.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-c a, .f-contact span a, .f-findus-guide {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Lato", sans-serif;
  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-family: "Lato", sans-serif;
  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%);
  }
}
@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 {
    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;
  }
}
.footer {
  width: 100%;
  max-width: none;
}
.footer .newsletter {
  border-right: 1px solid;
  width: 50%;
}
.footer .contact-info {
  width: 50%;
}/*# sourceMappingURL=footer.css.map */
