/* Minification failed. Returning unminified contents.
(645,48): run-time error CSS1019: Unexpected token, found ' '
(645,48): run-time error CSS1019: Unexpected token, found ' '
(645,48): run-time error CSS1042: Expected function, found ' '
(645,48): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(876,37): run-time error CSS1019: Unexpected token, found ' '
(876,37): run-time error CSS1019: Unexpected token, found ' '
(876,37): run-time error CSS1042: Expected function, found ' '
(876,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(883,35): run-time error CSS1019: Unexpected token, found ' '
(883,35): run-time error CSS1019: Unexpected token, found ' '
(883,35): run-time error CSS1042: Expected function, found ' '
(883,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(889,37): run-time error CSS1019: Unexpected token, found ' '
(889,37): run-time error CSS1019: Unexpected token, found ' '
(889,37): run-time error CSS1042: Expected function, found ' '
(889,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
(895,37): run-time error CSS1019: Unexpected token, found ' '
(895,37): run-time error CSS1019: Unexpected token, found ' '
(895,37): run-time error CSS1042: Expected function, found ' '
(895,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: #7F7F7F;
  background-color: #335479;
}

.secondary-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.third-btn {
  color: #335479;
  background-color: #A8A8A8;
}

.fouth-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #7F7F7F;
  background-color: #fff;
}

.warning-btn {
  color: #7F7F7F;
  background-color: #D69E2E;
}

.success-btn {
  color: #7F7F7F;
  background-color: #38A169;
}

.info-btn {
  color: #7F7F7F;
  background-color: #5A67D8;
}

.danger-btn {
  color: #7F7F7F;
  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;
  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%);
}
.edit-nav > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1200px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}
.edit-nav:before {
  content: "";
  background-color: white;
  width: calc((100% - 1199px) / 2);
  min-width: 10%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.nav-logo {
  padding: 1em 0;
  background-color: white;
  padding-right: 2em;
  position: relative;
}
.nav-logo:before {
  content: "";
  background-color: white;
  width: 250%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
}

/* .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);
  padding: 0.5em;
}

.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;
  left: 0;
}

.dropdowns:hover {
  background-color: #335479;
}

.dropdowns:hover .dropdowns-item {
  background-color: #335479;
  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: grid;
  background: white;
  margin-bottom: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.d-item-box li {
  margin: 0;
  padding: 0.5em 0;
}

.d-item-box:nth-child(1) {
  background: transparent;
}

.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: transparent;
  background-size: 300% 300% !important;
  width: 120px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: gradient 3s ease-in-out infinite;
  border: none;
  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(127, 127, 127, 0.8547794118) 0%, rgba(127, 127, 127, 0.893995098) 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 */
h1, h2 {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
}

h3, .subtitle {
  font-family: "Harmattan", sans-serif;
  font-weight: 700;
}

body {
  font-family: "Heebo", sans-serif;
  font-weight: 300;
}

.btn, .event-container .slide .wp-btn a, .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: #7F7F7F;
  background-color: #335479;
}

.secondary-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.third-btn {
  color: #335479;
  background-color: #A8A8A8;
}

.fouth-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #7F7F7F;
  background-color: #fff;
}

.warning-btn {
  color: #7F7F7F;
  background-color: #D69E2E;
}

.success-btn {
  color: #7F7F7F;
  background-color: #38A169;
}

.info-btn {
  color: #7F7F7F;
  background-color: #5A67D8;
}

.danger-btn {
  color: #7F7F7F;
  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: #7F7F7F;
}

h1, h2 {
  font-size: 2rem;
  font-size: clamp(2rem, 1.37rem + 2.8vw, 3.75rem);
  color: #335479;
}

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: #7F7F7F;
}

strong {
  font-weight: 700;
  color: #335479;
}
strong a {
  color: #335479;
  text-decoration: underline;
}

.nav-bg {
  background: #7F7F7F;
  color: white;
  transition: all 0.3s ease;
}
.nav-bg a {
  color: white;
}
.nav-bg .bookBtn a {
  color: white;
}

.top-open {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}

.hasTop {
  padding-top: 40px;
  transition: all 0.3s ease;
}

.top-banner {
  display: flex;
  align-items: center;
  background: #7F7F7F;
  color: white;
  max-height: 70px;
}
@media (min-width: 1200px) {
  .top-banner {
    max-height: 40px;
  }
}
.top-banner .banner-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.top-banner .banner-container p a {
  background: none !important;
  padding: 0 !important;
  font-family: "Lato", sans-serif !important;
  font-size: 0.85rem !important;
  text-transform: none !important;
}
.top-banner .banner-container a {
  min-width: 100px;
  background: #7F7F7F;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  text-transform: uppercase;
  max-width: 150px;
  max-height: 40px;
  font-size: 0.8rem;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .top-banner .banner-container a {
    font-size: 1rem;
  }
}
.top-banner .banner-container > a {
  background: white;
  color: #335479;
  font-weight: bold;
}
.top-banner > a {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  font-size: 1rem;
  opacity: 1;
  text-decoration: none;
}
.top-banner .content {
  text-align: left;
  margin-right: 1rem;
  padding: 0.5rem;
}
@media (min-width: 992px) {
  .top-banner .content {
    display: flex;
    padding: 0;
    text-align: center;
  }
}
.top-banner .content p {
  display: none;
  margin: 0;
  margin-right: 1rem;
  font-size: 0.85rem;
}
@media (min-width: 992px) {
  .top-banner .content p {
    display: block;
  }
}
.top-banner .content p:last-of-type {
  margin-right: 0;
}
.top-banner .content p:nth-child(1) {
  display: block;
}

.site-menu {
  top: 40px;
}

.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, .event-container .slide .wp-btn a, .l-btn a, .btn-transparent, .w-btn a, .view-hotel-btn {
  text-transform: uppercase;
  background: transparent;
  font-weight: bold;
  color: #335479;
  border: 3px solid #335479;
  min-width: 120px;
  border-radius: 0;
}
.btn:hover, .event-container .slide .wp-btn a:hover, .l-btn a:hover, .btn-transparent:hover, .w-btn a:hover, .view-hotel-btn:hover {
  background: rgba(51, 84, 121, 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: #7F7F7F;
  text-shadow: 0 1px 5px rgba(127, 127, 127, 0.3);
}

.section {
  padding: 0 2em;
}
.section h2 {
  font-weight: 600;
}
.section > div {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 3rem;
  margin-top: 3rem;
}
.section > div p {
  white-space: pre-line;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .section > div {
    margin-bottom: 5rem;
    margin-top: 5rem;
  }
}
.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;
}
@media (max-width: 1199px) {
  .no-header-section {
    margin-top: 0;
  }
}

.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: 70vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.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(127, 127, 127, 0.35);
  position: absolute;
}

.marqueContent {
  top: 57%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  left: 0;
  padding: 2em;
  z-index: 10;
}
@media (min-width: 1200px) {
  .marqueContent {
    max-width: calc(1200px + 4em);
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
  }
  .marqueContent .title {
    margin: 0 !important;
    margin-left: auto !important;
  }
  .marqueContent a {
    margin-left: auto;
  }
}

.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;
  text-transform: uppercase;
}

.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/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: #7F7F7F;
  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: #7f7f7f;
  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(127, 127, 127, 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(127, 127, 127, 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: #7F7F7F;
}

.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: #335479;
  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(51, 84, 121, 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: #7F7F7F;
}
.right textarea {
  min-height: 200px;
}
.right input[type=submit] {
  background-color: #7F7F7F;
  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 .event-container .slide .wp-btn a, .event-container .slide .wp-btn .twelve form a, .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;
  }
}
@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;
  }
}
.welcome-section > div {
  text-align: center;
}
.welcome-section > div > div {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.welcome-section > div > .flex {
  justify-content: center;
}

.story-section {
  background-image: url("../../img/index/jordan-whitt-b8rkmfxZjdU-unsplash_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.story-section:before {
  content: "";
  background-color: rgba(127, 127, 127, 0.35);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.story-section > div {
  text-align: right;
  min-height: 450px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.purpose-section > div > h2 {
  margin-bottom: 3rem;
  text-align: center;
}
.purpose-section .purpose-container {
  display: block;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (min-width: 768px) {
  .purpose-section .purpose-container {
    display: flex;
  }
  .purpose-section .purpose-container > div {
    width: 55%;
  }
  .purpose-section .purpose-container > div:nth-child(2) {
    width: 45%;
  }
}
.purpose-section .purpose-container .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.child-marquee {
  height: 40vh !important;
}
.child-marquee .marqueContent {
  top: 60%;
}
.child-marquee .title {
  margin: 0 auto !important;
}

.story-content-section > div {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .story-content-section > div {
    flex-direction: row;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.story-content-section > div > div p {
  white-space: pre-line;
}
@media (min-width: 768px) {
  .story-content-section > div > div:nth-child(1) {
    width: 70%;
  }
}
@media (min-width: 768px) {
  .story-content-section > div > div:nth-child(2) {
    width: 30%;
  }
}
.story-content-section > div > div:nth-child(2) > .outer {
  margin-bottom: 3rem;
}
.story-content-section > div > div:nth-child(2) > .outer:last-of-type {
  margin-bottom: 0;
}

.history-section > div h2 {
  text-align: center;
}
.history-section > div .flex {
  flex-direction: column;
}
@media (min-width: 768px) {
  .history-section > div .flex {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    flex-direction: row;
  }
}
.history-section > div .flex p {
  width: 100%;
}
@media (min-width: 576px) {
  .history-section > div .flex p {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (min-width: 768px) {
  .history-section > div .flex p {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.thank-section > div {
  position: relative;
}
.thank-section > div .thank-container .thank {
  padding: 3rem 1.5rem;
  border: 10px solid;
  display: grid;
  grid-row-gap: 3rem;
}

.sponsors-section > div h2, .corporate-sponsors-section > div h2, .event-sponsors-section > div h2 {
  margin-bottom: 3rem;
}
.sponsors-section > div > div, .corporate-sponsors-section > div > div, .event-sponsors-section > div > div {
  display: grid;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  row-gap: 3rem;
}
@media (min-width: 992px) {
  .sponsors-section > div > div, .corporate-sponsors-section > div > div, .event-sponsors-section > div > div {
    grid-template-columns: repeat(3, 1fr);
  }
}

.corporate-sponsors-section > div > div {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
@media (min-width: 992px) {
  .corporate-sponsors-section > div > div {
    grid-template-columns: repeat(4, 1fr);
  }
}

.event-sponsors-section > div > div {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 1200px) {
  .event-sponsors-section > div > div {
    grid-template-columns: repeat(6, 1fr);
  }
}

.news-slider > div, .event-slider > div {
  position: relative;
}
.news-slider .slide-container .slide, .event-slider .slide-container .slide {
  padding: 3rem 0;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .news-slider .slide-container .slide, .event-slider .slide-container .slide {
    padding: 5rem 0;
    margin-bottom: 5rem;
  }
}
.news-slider .slide-container .slide:last-of-type, .event-slider .slide-container .slide:last-of-type {
  margin-bottom: 0;
}
.news-slider .slide-container .slide:before, .event-slider .slide-container .slide:before {
  content: "";
  border: 10px solid;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
@media (min-width: 992px) {
  .news-slider .slide-container .slide:before, .event-slider .slide-container .slide:before {
    width: 70%;
  }
}
.news-slider .slide-container .slide .content, .event-slider .slide-container .slide .content {
  padding: 2em;
}
@media (min-width: 992px) {
  .news-slider .slide-container .slide, .event-slider .slide-container .slide {
    flex-direction: row;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .news-slider .slide-container .slide > div, .event-slider .slide-container .slide > div {
    width: 50%;
  }
  .news-slider .slide-container .slide .content, .event-slider .slide-container .slide .content {
    padding: 3rem;
    padding-left: 0;
  }
}
.news-slider .slide-container .head, .event-slider .slide-container .head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.news-slider .slide-container .head h2, .news-slider .slide-container .head p, .event-slider .slide-container .head h2, .event-slider .slide-container .head p {
  margin-bottom: 0;
}

.slide-left, .slide-right {
  min-width: 2.5rem;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  padding: 0;
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
}
.slide-left:hover, .slide-right:hover {
  background: rgba(51, 84, 121, 0.85);
}

.slide-right {
  right: 0;
  left: auto;
}

.news-slider > div {
  margin-bottom: 0 !important;
}

.event-slider > div {
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .event-slider > div {
    margin-bottom: 5rem;
  }
}

.new-container > div {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 3rem;
  margin-top: 0 !important;
}
@media (min-width: 992px) {
  .new-container > div {
    grid-template-columns: repeat(3, 1fr);
  }
}
.new-container > div .head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.new-container .news {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  border: 10px solid;
  padding: 1.5rem;
  justify-content: center;
}
.new-container .news .head {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.new-container .news .head h2, .new-container .news .head p {
  margin-bottom: 0;
}
.new-container .news a.flex {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .new-container .news:nth-child(1), .new-container .news:nth-child(4), .new-container .news:nth-child(5) {
    grid-column: span 2;
  }
}

.initiatives-section {
  padding-top: 3rem;
}
@media (min-width: 1200px) {
  .initiatives-section {
    padding-top: 5rem;
  }
}
.initiatives-section > div {
  border: 10px solid;
}
@media (min-width: 768px) {
  .initiatives-section > div {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1200px) {
  .initiatives-section > div {
    margin-bottom: 5rem;
  }
}
.initiatives-section > div .initiative {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .initiatives-section > div .initiative {
    padding: 3rem;
  }
}
.initiatives-section > div .initiative h2 {
  text-align: center;
}
.initiatives-section > div .initiative .outer {
  width: 150px;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.initiatives-section > div .initiative div.flex {
  justify-content: center;
}
.initiatives-section > div .initiative img {
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-info-section > div {
  display: grid;
  row-gap: 3rem;
}
@media (min-width: 768px) {
  .contact-info-section > div {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .contact-info-section > div .contact-info, .contact-info-section > div .form-container {
    width: 50%;
  }
  .contact-info-section > div .contact-info h3, .contact-info-section > div .contact-info .subtitle {
    color: #7F7F7F;
  }
  .contact-info-section > div .contact-info .grid {
    row-gap: 1.5rem;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .contact-info-section > div .contact-info .grid {
    row-gap: 3rem;
  }
}

.submit-form input, .submit-form textarea {
  background: none;
  border: 2px solid #335479;
  color: #335479;
  margin-bottom: 1.5rem;
  width: 100%;
  padding: 0.5rem 1rem;
}
@media (min-width: 992px) {
  .submit-form input, .submit-form textarea {
    margin-bottom: 3rem;
  }
}
.submit-form input::-moz-placeholder, .submit-form textarea::-moz-placeholder {
  color: #7F7F7F;
}
.submit-form input::placeholder, .submit-form textarea::placeholder {
  color: #7F7F7F;
}
.submit-form input[type=submit] {
  max-width: 250px;
  color: #335479;
  border: 3px solid #335479;
}
.submit-form input[type=submit]:hover {
  color: white;
}
@media (max-width: 576px) {
  .submit-form input[type=submit] {
    max-width: none;
    width: 100%;
  }
}
.submit-form .form-group {
  margin: 0 auto;
  max-width: 450px;
}
.submit-form .form-group p {
  text-align: left;
}

.blog-content-section .wp-block-image {
  text-align: center;
}
.blog-content-section .wp-block-image img {
  max-width: 450px;
  width: 100%;
  margin-bottom: 1rem;
}
.blog-content-section figcaption {
  font-size: 0.8rem;
}

.blog-marquee {
  height: 75vh !important;
}
.blog-marquee .marqueContent .flex {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.blog-marquee .marqueContent .flex i {
  margin-right: 10px;
}

.featured-container .slide:last-of-type {
  margin-bottom: 5rem !important;
}

.event-container .slide figure.wp-block-image, .event-container .slide figure.wp-block-embed {
  display: none;
}
.event-container .slide p {
  margin-bottom: 8px;
}
.event-container .slide .outer {
  height: 100%;
}
.event-container .slide .wp-btn {
  margin-top: 2rem;
}
.event-container .slide .wp-btn a {
  font-size: 1rem;
}
.event-container .slide .youtube-player {
  width: 100%;
}
.event-container .slide:nth-child(1) {
  justify-content: center;
}
.event-container .slide:nth-child(1) .content {
  display: none;
}

#GlobalpayModal {
  z-index: 99999;
}
@media (min-width: 576px) {
  #GlobalpayModal .modal-dialog {
    max-width: 450px;
  }
}
#GlobalpayModal .modal-content, #GlobalpayModal .modal-header {
  border-radius: 0;
  border: 0;
}
#GlobalpayModal .modal-body {
  background: #f8f8f8;
}
#GlobalpayModal .notice {
  margin-top: 1rem;
}
#GlobalpayModal .donation-input-container {
  position: relative;
}
#GlobalpayModal .donation-input-container:before {
  content: "$";
  position: absolute;
  font-size: 1rem;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
#GlobalpayModal .donation-input-container #currency {
  position: absolute;
  font-size: 0.8rem;
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
#GlobalpayModal input[type=number] {
  padding: 0.5rem 1rem;
  padding-left: 1.5rem;
  border: 2px solid #335479;
  border-radius: 0;
  width: 100%;
  color: #335479;
}
#GlobalpayModal input[type=number]:focus, #GlobalpayModal input[type=number]:focus-visible {
  outline: 0;
  border-radius: 0;
  border: 2px solid rgba(51, 84, 121, 0.75);
}
#GlobalpayModal input[type=number]:focus + #currency, #GlobalpayModal input[type=number]:focus-visible + #currency {
  opacity: 1;
  bottom: auto;
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
#GlobalpayModal input::-webkit-outer-spin-button,
#GlobalpayModal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#GlobalpayModal .btn, #GlobalpayModal .btn-transparent, #GlobalpayModal .view-hotel-btn, #GlobalpayModal .l-btn a, .l-btn #GlobalpayModal a, #GlobalpayModal .w-btn a, .w-btn #GlobalpayModal a, #GlobalpayModal .event-container .slide .wp-btn a, .event-container .slide .wp-btn #GlobalpayModal a {
  width: 100%;
}
#GlobalpayModal .donation-amount {
  flex-wrap: nowrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-right: 0;
}
#GlobalpayModal .donation-amount li, #GlobalpayModal .donation-amount button {
  width: 100%;
}
#GlobalpayModal .donation-amount button {
  background: white;
  color: #335479;
  border-radius: 0;
}
#GlobalpayModal .donation-amount .active {
  background: rgba(51, 84, 121, 0.75);
  border: 2px solid #335479;
  color: white;
}
#GlobalpayModal iframe {
  width: 100%;
  height: 100%;
  min-height: 610px;
}
#GlobalpayModal #d-step-back {
  background: transparent;
  border: 0;
  padding: 0;
  color: #7F7F7F;
}
#GlobalpayModal .iframe-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#GlobalpayModal .iframe-container > .spinner {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 9px solid;
  border-color: rgba(127, 127, 127, 0.25);
  border-right-color: #335479;
  animation: spinner-d3wgkg 1s infinite linear;
  z-index: -1;
}
@keyframes spinner-d3wgkg {
  to {
    transform: rotate(1turn);
  }
}

#TaxCheckBox {
  display: none;
}
#TaxCheckBox ~ label {
  position: relative;
  padding-left: 2rem;
  cursor: pointer;
}
#TaxCheckBox ~ label:before {
  display: block;
  position: absolute;
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #335479;
  border-radius: 5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #335479;
  font-size: 1.5rem;
}
#TaxCheckBox:checked ~ label:before {
  display: block;
  content: "\f14a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  width: auto;
  height: auto;
  border: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
}
#TaxCheckBox:checked ~ label:after {
  display: none;
}

@media (min-width: 576px) {
  .event-supporter-section p {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 768px) {
  .event-supporter-section p {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 992px) {
  .event-supporter-section p {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }
}
@media (min-width: 1200px) {
  .event-supporter-section p {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}

.documentary-section .btn-container {
  gap: 1rem;
}

.helpBtn {
  color: #335479;
}/*# 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: #7F7F7F;
  background-color: #335479;
}

.secondary-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.third-btn {
  color: #335479;
  background-color: #A8A8A8;
}

.fouth-btn {
  color: #335479;
  background-color: #7F7F7F;
}

.secondary-white-btn {
  color: #7F7F7F;
  background-color: #fff;
}

.warning-btn {
  color: #7F7F7F;
  background-color: #D69E2E;
}

.success-btn {
  color: #7F7F7F;
  background-color: #38A169;
}

.info-btn {
  color: #7F7F7F;
  background-color: #5A67D8;
}

.danger-btn {
  color: #7F7F7F;
  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: #7F7F7F;
  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: #7F7F7F;
  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: #7F7F7F;
  padding-top: 3em;
  padding-bottom: 3em;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 2em;
  padding-right: 2em;
}

.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;
  justify-items: center;
}

.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;
  z-index: 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;
  }
}/*# sourceMappingURL=footer.css.map */
