h1, h2, h3, h5 {
  font-family: "Arial";
  font-weight: 700;
}

.hotel-box-container .box p, p a, span a, body {
  font-family: "Arial";
  font-weight: 300;
}

.s-btn, .btn, .w-btn a, .l-btn a, a {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}

.travel-columnbiavalley a, .confirmBtn, .s-btn, .c-o-content a, .e-btn a, .btn, .w-btn a, .l-btn a, .cancelBtn {
  border-radius: 50px;
  background: #b77331;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  color: white;
  text-transform: uppercase;
  border: 0;
  text-decoration: none;
}
.travel-columnbiavalley a:hover, .confirmBtn:hover, .s-btn:hover, .c-o-content a:hover, .e-btn a:hover, .btn:hover, .w-btn a:hover, .l-btn a:hover, .cancelBtn:hover {
  border-color: rgba(183, 115, 49, 0.85);
  color: white !important;
  background: rgba(183, 115, 49, 0.85) !important;
}

.cancelBtn {
  background: transparent;
  color: #b77331;
  border: 1px solid #b77331;
}
.cancelBtn:hover {
  border-color: #b77331;
}

.btn-hollow {
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
}
.btn-hollow:hover {
  background: white !important;
  color: #b77331 !important;
}

.normal-btn, .danger-btn, .info-btn, .success-btn, .warning-btn, .secondary-white-btn, .fouth-btn, .third-btn, .secondary-btn, .primary-btn {
  text-decoration: none;
  padding: 1rem 2rem 1rem 2rem;
  font-size: 1rem;
  color: white;
  border-radius: 0;
  border: 0;
}

.primary-btn {
  color: #746e6e;
  background-color: #3A3A3C;
}

.secondary-btn {
  color: #3A3A3C;
  background-color: #746e6e;
}

.third-btn {
  color: #3A3A3C;
  background-color: #f8f8f8;
}

.fouth-btn {
  color: #3A3A3C;
  background-color: #b77331;
}

.secondary-white-btn {
  color: #746e6e;
  background-color: #fff;
}

.warning-btn {
  color: #746e6e;
  background-color: #D69E2E;
}

.success-btn {
  color: #746e6e;
  background-color: #38A169;
}

.info-btn {
  color: #746e6e;
  background-color: #5A67D8;
}

.danger-btn {
  color: #746e6e;
  background-color: #E53E3E;
}

.master-hamburger-container {
  position: fixed;
  top: 0;
  right: 0;
  width: 111.41px;
  height: 111.41px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
  z-index: 1200;
  cursor: pointer;
}
.master-hamburger-container .master-ham-btn {
  display: grid;
  grid-row-gap: 0.5rem;
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-1 {
  transform: translateX(30%);
}
.master-hamburger-container .master-ham-btn #ham-1, .master-hamburger-container .master-ham-btn #ham-3 {
  width: 13px;
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn #ham-3 {
  transform: translateX(100%);
}
.master-hamburger-container .master-ham-btn:hover > #ham-1 {
  transform: translateX(100%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham-btn:hover > #ham-3 {
  transform: translateX(30%);
  transition: all 0.7s ease;
}
.master-hamburger-container .master-ham {
  width: 30px;
  height: 3px;
  background-color: #000;
}
.master-hamburger-container .master-ham-text {
  margin-top: 0.2rem;
}

.master-btn-active {
  transform: rotate(0) !important;
  transition: all 0.7s ease;
}

.master-ham-1-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(45deg) translate(10px, 10px) !important;
  transition: all 0.7s ease;
}

.master-ham-2-active {
  display: none;
}

.master-ham-3-active {
  width: 100% !important;
  transform: translate(0) !important;
  transform: rotate(-45deg) translate(3px, -3px) !important;
  transition: all 0.7s ease;
}

@font-face {
  font-family: "Enriqueta";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/Enriqueta-Bold.ttf);
}
@font-face {
  font-family: "Arial";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/arial.woff);
}
@font-face {
  font-family: "Oswald";
  font-weight: normal;
  font-style: normal;
  src: url(/fonts/Oswald-Regular.ttf);
}
/* ----------------------------------------------
 * Generated by Animista on 2023-10-7 23:23:27
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation kenburns-bottom-right
 * ----------------------------------------
 */
@keyframes kenburns-bottom-right {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 84% 84%;
  }
  100% {
    transform: scale(1.25) translate(20px, 15px);
    transform-origin: right bottom;
  }
}
@keyframes kenburns-top-left {
  0% {
    transform: scale(1) translate(0, 0);
    transform-origin: 16% 16%;
  }
  100% {
    transform: scale(1.25) translate(-20px, -15px);
    transform-origin: top left;
  }
}
@keyframes kenburns-top {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 16%;
  }
  100% {
    transform: scale(1.25) translateY(-15px);
    transform-origin: top;
  }
}
@keyframes kenburns-bottom {
  0% {
    transform: scale(1) translateY(0);
    transform-origin: 50% 84%;
  }
  100% {
    transform: scale(1.25) translateY(15px);
    transform-origin: bottom;
  }
}
.kenburns-top-left {
  animation: kenburns-top-left 30s ease-in infinite alternate-reverse both;
}

.kenburns-bottom-right {
  animation: kenburns-bottom-right 30s linear infinite alternate-reverse both;
}

.kenburns-top {
  animation: kenburns-top 30s ease-in infinite alternate-reverse both;
}

.kenburns-bottom {
  animation: kenburns-bottom 30s ease-in infinite alternate-reverse both;
}

/* animation */
@keyframes slideDown {
  from {
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideRight {
  from {
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideLeft {
  from {
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes showing {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes unshowing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.hideme {
  display: none;
}

.visibilityHidden {
  opacity: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  visibility: hidden;
}

.lazy {
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
}

html {
  font-size: 16px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  overflow-x: clip;
  line-height: 1.5;
  color: #3A3A3C;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9464rem + 0.2381vw, 1.125rem);
  background: #f8f8f8;
}

h1, h2, h3, h5 {
  margin-bottom: 0.5rem;
  text-transform: capitalize !important;
}

h1, h2 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 2.25rem + 1.25vw, 3.75rem);
}

h2 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.14rem + 1.6vw, 2.125rem);
}

h3 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.8rem + 2vw, 1.625rem);
}

h4 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8rem + 1.6vw, 1.25rem);
  color: #3A3A3C;
  font-weight: 700;
}

h5 {
  font-size: 1.3em;
}

a {
  color: #746e6e;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

p a, span a {
  font-weight: 700;
  color: #746e6e;
}

strong {
  font-weight: 700;
  color: #3A3A3C;
}

.specialHiddenNotice {
  display: none;
}

.modal-open, .modal {
  padding-right: 0 !important;
}

.inactiveLink {
  pointer-events: none;
  cursor: default;
}

.clickable {
  pointer-events: all;
  cursor: pointer;
}

.max-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.underConstruction {
  position: fixed;
  bottom: 1em;
  right: 1em;
  z-index: 999;
  width: 50px;
  height: 50px;
  background: rgba(183, 115, 49, 0.7);
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  text-transform: uppercase;
  opacity: 0;
  transition: all 1s ease;
  z-index: -1;
}

.underConstruction span {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.underConstruction:hover {
  background: rgba(183, 115, 49, 0.85);
}

.showScrollUp {
  z-index: 980;
  opacity: 1;
  transition: all 1s ease;
}

/* 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(183, 115, 49, 0.7) 0%, rgba(242, 176, 112, 0.7) 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);
}

.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: #746e6e;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  transition: all 1s ease;
}

.navshow {
  position: fixed;
  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%;
  overflow-y: scroll;
}

.nav-area-logo {
  margin-bottom: 1em;
}
.nav-area-logo img {
  width: 35vw;
  min-width: 120px;
  max-width: 160px;
}

.nav-area-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 1em;
  grid-column-gap: 2em;
  padding-left: 2em;
  padding-right: 2em;
}

.nav-area-item {
  margin-bottom: 0.5em;
}

.nav-area-item a {
  font-size: 1.5em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.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;
}

/* reset */
.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.edit-nav {
  position: fixed;
  z-index: 999;
  top: 0;
}

.page-marque {
  margin: 0 auto;
  height: 100vh;
  position: relative;
  z-index: 1;
}

.mouse-icon {
  border: 1px solid white;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  transition: all 0.5s ease-in;
}

.mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.mouse-icon:hover {
  transform: translate(-50%, -50%);
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.marquelogo {
  position: absolute;
  z-index: 5;
  width: 150px;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  display: none;
}

.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;
  z-index: 1;
}

.marqueContent {
  top: 56%;
  transform: translateY(-50%);
  display: flex !important;
  justify-content: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  left: 0;
  padding: 1em;
  z-index: 10;
}

.slide-custom {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0) no-repeat scroll center center/cover;
  display: block;
  transition: filter 1s ease-in-out;
}

.slide-info {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 8em;
}

.title {
  margin: 0 auto !important;
  color: aliceblue;
  line-height: 1.5;
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  font-style: normal;
  text-align: center;
}

.subtitle {
  margin: 0 auto !important;
  font-size: 1.5rem;
  color: aliceblue;
  line-height: 1.5;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.view-hotel-btn {
  margin-top: 2em;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  background: transparent;
  color: white;
  border: 1px solid white;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

.view-hotel-btn:hover {
  background: aliceblue;
  color: #b77331;
  text-shadow: 0 1px 5px rgba(183, 115, 49, 0.3);
}

.prev {
  position: absolute;
  left: 0;
  background: rgba(34, 34, 34, 0.6);
  cursor: pointer;
  z-index: 10;
  width: 50px;
  height: 50px;
  top: 60%;
}

.next {
  position: absolute;
  right: 0;
  background: rgba(34, 34, 34, 0.6);
  cursor: pointer;
  z-index: 10;
  height: 50px;
  width: 50px;
  top: 60%;
}

.marqueControl {
  color: rgba(255, 255, 255, 0.6);
}

.control {
  transform: translateY(-50%);
}

.prev:hover, .next:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.luxuryResort {
  max-width: 1200px;
  margin: 0 auto;
}

.l-container {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* .l-content{
    margin-bottom: 3em;
} */
.l-text {
  display: flex;
  align-items: center;
}

.l-t-c {
  max-width: 500px;
  padding-right: 2em;
}

.l-txt {
  margin-bottom: 1em;
}

.l-side-image {
  max-width: 700px;
  position: relative;
  width: 100%;
}

.l-side-image img {
  width: 100%;
}

.l-m-image {
  background-image: url(/img/main/Photo102.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;
}

.play-video {
  position: absolute;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.play-video::before {
  content: "";
  background-image: url(/img/pattern/video-play.png);
  position: absolute;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}

#videoModal {
  background: rgba(183, 115, 49, 0.85);
}

.video-modal-container {
  max-width: 600px;
  padding: 0;
  height: 100%;
  margin: 0 auto;
}

.video-modal-content {
  border: 0;
  background-clip: initial;
  border-radius: 0;
  background: transparent;
  height: 360px;
  width: 100%;
}

.video-modal-header {
  border-bottom: 0;
}

.video-modal-body {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.video-modal-body iframe,
.video-modal-body object,
.video-modal-body embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close {
  width: 60px;
  height: 60px;
  padding: 0 !important;
  position: absolute;
  right: 1em;
  top: 1em;
  z-index: 10;
}

#close-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(/img/pattern/close.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.l-btn {
  margin-bottom: 1em;
  text-align: right;
}

.l-btn a:hover {
  text-decoration: none;
  background: black;
  color: white;
}

/* Rooms */
.o-r-main {
  background: #746e6e;
}

.ourRooms {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.o-r {
  text-align: center;
  margin-bottom: 2em;
  color: rgb(255, 255, 255);
}

.rooms {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

.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: #b77331;
  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(183, 115, 49, 0.85);
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  font-size: 0.8rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: -moz-max-content;
  width: max-content;
}

.r-t-price {
  background: rgba(183, 115, 49, 0.85);
  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 */
}

.dineElement {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 1200px;
  margin: auto;
}

.d-e-m {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.d-e-sideimg {
  max-width: 700px;
  width: 100%;
}

.d-e-sideimg img {
  width: 100%;
}

.d-e-content {
  max-width: 500px;
  padding-right: 2em;
}

.d-e-menu {
  display: flex;
  justify-content: flex-start;
}

.demenu-item {
  display: flex;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  margin-right: 1rem;
}

.demenu-item img {
  width: 30px;
}

.demenu-item span {
  font-size: 0.8em;
  font-weight: bold;
  margin-top: 0.5em;
}

.d-e-title, .w-title, .c-o-btn {
  margin-bottom: 1em;
}

.d-e-txt, .d-e-menu, .w-txt, .c-o-content, .c-o-txt {
  margin-bottom: 2em;
}

.e-btn {
  text-align: right;
}

.e-btn a:hover {
  text-decoration: none;
  background: black;
  color: white;
}

/* spa */
.spaTab {
  flex-direction: row;
  padding-left: 0;
  padding-right: 1em;
}

.spaContent {
  padding-left: 2em;
}

/* weddings */
.w-container {
  width: 100%;
  height: 700px;
  color: rgb(255, 255, 255);
}

.wedding {
  display: flex;
  height: 100%;
  background: #746e6e;
}

.w-img-c {
  width: 55%;
  height: 100%;
}

.w-c-t {
  width: 100%;
  max-width: 550px;
}

.w-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.w-content {
  width: 45%;
  padding-top: 3em;
  padding-bottom: 3em;
  padding-left: 2em;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
}

.w-txt {
  width: 450px;
}

.w-btn a {
  margin-top: 2em;
  border-radius: 0;
  padding: 10px 20px 10px 20px;
  background: transparent;
  color: rgb(255, 255, 255);
  border: 1px solid rgb(255, 255, 255);
  text-transform: uppercase;
  text-decoration: none;
}

.w-btn a:hover {
  border: 0 !important;
  text-decoration: none;
  background: white !important;
  color: black !important;
}

.c-o-offer {
  text-align: center;
  padding-top: 3em;
}

.copperOffer {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2em;
  padding-bottom: 3em;
  display: flex;
}

.offer {
  max-width: 400px;
}

.c-o-detail {
  padding-left: 1em;
  padding-right: 1em;
}

.c-o-img img {
  width: 100%;
}

.s2 {
  display: flex;
  flex-direction: column-reverse;
}

.c-o-title {
  margin-top: 2em;
}

.c-o-img {
  position: relative;
}

.c-o-img::before {
  content: "\f03e";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  bottom: -20px;
  background: #869a3b;
  color: rgba(255, 255, 255, 0.9);
  padding: 1em;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}

.s2 .c-o-img::before {
  top: -20px;
  bottom: initial;
}

.c-o-content a:hover {
  text-decoration: none;
  background: black;
  color: white;
}

/* test */
.testimonials {
  background: #746e6e;
}

.testimonials .w-content {
  justify-content: center;
}

.testimonial {
  margin-bottom: 1.5em;
}

.review-scores {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 0.8em;
  padding-right: 0.8em;
  box-shadow: 0 0 1px rgba(16, 14, 23, 0.25);
}

.review-img-container {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.review-img-container img {
  width: 100%;
  height: 100%;
}

.review-name {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-top: 0.5em;
}

.testimonials .slick-arrow {
  display: none !important;
}

#review-score {
  font-size: 3em;
}

.review-person {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.s-container {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-left: 1em;
  padding-right: 1em;
}

.s-title-c {
  text-align: center;
  margin-bottom: 2em;
  padding: 0 1em;
}

.subscribe-notify {
  background: rgba(183, 115, 49, 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:hover {
  text-decoration: none;
  background: black;
  color: white;
}

.twelve form {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row {
  display: block;
  margin: 0;
  margin-right: 1em;
}

.cols {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

.smallSpanSpacer {
  padding: 7px;
  margin: 7px;
  box-shadow: rgba(255, 255, 255, 0.3) 0px 0px 2px 2px;
}

.followus {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}

.s-f {
  margin-right: 2em;
  background: rgb(70, 124, 133);
  width: 3em;
  height: 3em;
}

.s-f a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s-f:last-of-type {
  margin-right: 0;
}

.s-f:hover {
  transition: 0.3s linear;
  transform: rotate(-360deg);
  background: rgba(70, 124, 133, 0.8);
}

.s-f:hover .fab {
  transition: 0.3s linear;
  transform: scale(1.2);
}

.fab {
  color: white;
  font-size: 1.5em;
}

.form-group input:not([type=submit], [type=checkbox], [type=radio]), .form-group textarea, .form-group select {
  max-width: none;
  width: 100%;
}

input[type=text], input[type=email], input[type=number], select, textarea {
  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;
  max-width: none;
}

select {
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  appearance: auto !important;
}

input[type=number] {
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
}

textarea {
  resize: none;
  height: 10rem;
  margin-top: 0px;
  margin-bottom: 0px;
  height: 155px;
  white-space: pre-wrap;
  line-height: 1.25rem;
  overflow-y: auto;
}

input[type=radio], input[type=checkbox] {
  width: initial;
}

#titleDropdown {
  padding: 0;
  padding-left: 1em;
}

#optionRadioList tbody, #eventRadioList tbody, .golfCheck, #golfCheckBoxList tbody {
  display: flex;
  flex-wrap: wrap;
}

#optionRadioList tr, #eventRadioList tr, #golfCheckBoxList tr {
  margin-right: 1em;
}

#optionRadioList tr:last-of-type, #eventRadioList tr:last-of-type {
  margin-right: 0;
}

.form-check {
  padding-left: 0;
  padding-right: 1em;
}

input[type=radio], input[type=checkbox] {
  margin-right: 0.2em;
}

.col-md-12 {
  padding-left: 0;
}

/* customize button */
input[type=radio] {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  font-family: "Font Awesome 5 Free";
  transition: 300ms ease-out;
}

input[type=radio]::after {
  content: "\f111";
  display: inline-block;
  text-align: center;
  width: 1em;
  font-size: 1.2em;
}

input[type=radio]:checked::after {
  content: "\f192";
  font-weight: 900;
}

input[type=radio]:active, input[type=checkbox]:active {
  transform: scale(0.6);
}

.customizedRadio td, .meetingRadioList td {
  display: flex;
  align-items: center;
}

label {
  margin-left: 1em;
}

.customizedRadio label {
  font-weight: normal;
  margin-left: 1em;
  margin-bottom: 0;
}

input[type=checkbox] {
  position: relative;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  font-size: inherit;
  width: 1em;
  margin: 0;
  color: inherit;
  outline: none;
  font-family: "Font Awesome 5 Free";
  transition: 300ms ease-out;
}

input[type=checkbox]::after {
  content: "\f0c8";
  display: inline-block;
  text-align: center;
  width: 1em;
  font-size: 1.2em;
}

input[type=checkbox]:checked::after {
  content: "\f14a";
  font-weight: 900;
}

.outer {
  position: relative;
}

.outer:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.outer > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.coverImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#agreementLabel, #golfCheckBoxList label {
  margin-left: 1em;
  margin-bottom: 0;
}

#golfCheckBoxList td, .form-check {
  display: flex;
  align-items: center;
}

.requestBtnGroup {
  display: flex;
  align-items: center;
}

.confirmBtn {
  margin-right: 1em;
}

#agreementLabel a, #jobAgreementLabel a {
  font-size: 0.8em;
  color: #b77331;
  text-transform: uppercase;
}

.modal-body {
  padding: 2rem;
}

.modal-dialog {
  max-width: 1200px !important;
}

.modal-body .form-row {
  width: 100%;
}

.modal-body::-webkit-scrollbar-track {
  background: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
  width: 4px;
  background: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
  background: rgba(183, 115, 49, 0.85);
}

.fileUpLoad {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.fileUpLoad + label {
  font-size: 1em;
  color: white;
  background-color: #b77331;
  display: inline-block;
  margin: 0;
  text-align: center;
  max-width: 200px;
  padding: 0.5em;
  cursor: pointer;
}

.fileUpLoad + label::before {
  content: "\f574";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding-right: 0.5em;
}

.uploadGroup {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}

/* modal title */
.modal-title {
  text-transform: uppercase;
}

.val {
  font-size: 0.8em;
  color: rgb(229, 58, 58);
}

.validFormStyle {
  border-bottom: 3px solid #b77331 !important;
}

.notValidFormStyle {
  border-bottom: 3px solid rgb(229, 58, 58) !important;
}

.contactFormContainer {
  position: relative;
}

.application-validation {
  display: flex;
  justify-content: flex-start;
  background: rgba(134, 154, 59, 0.8);
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 5px;
}

#notficationLabel {
  height: 35px;
  display: flex;
  align-items: center;
}

#notficationLabel::before {
  content: "\f0f3";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 0.5em;
}

.footer {
  padding: 0 !important;
}

.popUp {
  position: fixed;
  background: rgb(255, 255, 255);
  top: auto;
  z-index: 9999999;
  width: 520px;
  padding: 1em;
  left: auto;
  right: 1.5rem;
  bottom: 1.5rem;
  border-top: 5px solid #b77331;
}

.popUp-title {
  margin-bottom: 1em;
}

.popUp-title h2 {
  text-transform: uppercase;
  font-size: 2rem;
  color: #b77331;
}

.popUp-content {
  font-size: 0.9rem;
}

.popUp-button {
  margin-top: 1em;
  text-align: right;
}

.popUp-CTA {
  background: transparent;
  border: 1px solid #b77331;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  font-family: "Oswald", sans-serif;
  text-decoration: none;
  color: #b77331;
}

.popUp-CTA:hover {
  text-decoration: none;
  color: rgba(183, 115, 49, 0.85);
}

.popUp-Solid {
  background-color: #b77331;
  color: white;
}

.popUp-Solid:hover {
  color: white;
}

#widgetContainerBox {
  margin-top: 1rem;
}

.awardWidgetContainer a, .awardWidgetContainer img, .reviewWidgetContainer a, .reviewWidgetContainer img, .widgetGrade {
  left: 0;
}

/* .fileUpLoad:focus + label,
.fileUpLoad + label:hover {
    background-color: red;
} */
/* ---------------------------------------------- */
/* -------------Responsive Layout---------------- */
/* ---------------------------------------------- */
/* -------------PC Nav--------------------------- */
@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;
  }
  .marquelogo {
    display: block;
  }
}
/* ------------------Default Page---------------- */
@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) {
  .l-container {
    padding-bottom: 0;
  }
  .l-text {
    display: block;
    padding: 0;
  }
  .l-t-c {
    max-width: none;
    margin-bottom: 3em;
    padding-left: 2em;
  }
  .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;
  }
}
@media only screen and (max-width: 870px) {
  .twelve form {
    -moz-flex-direction: column;
    flex-direction: column;
  }
  .row {
    display: block;
    justify-content: center;
    width: 100%;
    padding: 0 1em;
    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%;
  }
  .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 only screen and (max-width: 530px) {
  .offer {
    width: 100%;
    margin-bottom: 1em;
  }
  .r-grid {
    grid-template-columns: 1fr;
  }
  .room {
    max-width: none;
    margin-bottom: 1em;
  }
  .room:nth-child(2) {
    margin-bottom: 0;
  }
  .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 {
    font-size: 1rem !important;
    text-align: center;
  }
}
/* Room Page */
@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 Page */
@media only screen and (max-width: 900px) {
  .amenities {
    display: flex;
    justify-content: center;
    align-items: center;
    position: initial !important;
    height: 500px !important;
  }
  .a-img, .a-content {
    height: 100%;
    position: initial !important;
  }
  .a-content {
    transform: none !important;
  }
}
@media only screen and (max-width: 720px) {
  .amenities {
    display: block;
    height: 100% !important;
    max-width: none;
  }
  .a-img, .a-content {
    width: 100% !important;
  }
  .a-img {
    height: 400px !important;
  }
}
/* Special Page */
@media only screen and (max-width: 720px) {
  .cpr-o-offer {
    flex-direction: column-reverse;
    max-width: none !important;
    padding-left: 1em;
    padding-right: 1em;
  }
  .cpr-o-img {
    max-width: none !important;
  }
  .cpr-o-content {
    max-width: none !important;
    margin: 0 !important;
    padding-top: 5em;
    padding-bottom: 5em;
  }
  .cpr-o-sub {
    margin-bottom: 1rem;
  }
}
/* Contact Page */
/* -------------------Footer--------------------- */
@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;
  }
  .popUp {
    width: 320px;
  }
}
@media only screen and (max-width: 540px) {
  .f-copyrights {
    display: block;
    margin-bottom: 1em;
  }
  .specialHiddenNotice {
    display: block;
    padding: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .f-detail {
    display: block;
    margin: 0 auto;
  }
  .f {
    padding-left: 0;
    border: none;
  }
}
@media only screen and (max-width: 340px) {
  .popUp {
    bottom: 0;
    right: 0;
  }
}
@media only screen and (max-width: 330px) {
  .childlogo {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .nav-area-item a {
    font-size: 1em;
  }
}
.cover-100 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.travel-columnbiavalley {
  padding-top: 3em;
  padding-bottom: 3em;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.travel-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  list-style: none;
}

.travel-columnbiavalley h2 {
  text-transform: uppercase;
}

.travel-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-row-gap: 2rem;
}

.travel-box li {
  position: relative;
}

.travel-box .t-title {
  margin-top: 1rem;
  background: rgba(183, 115, 49, 0.85);
  display: table;
  padding: 0.5rem;
  color: white;
  border-radius: 10px;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.8rem;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .travel-box img {
    width: 300px;
    height: 300px;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

#cpr-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 2rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #cpr-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
#cpr-gallery a {
  overflow: hidden;
}
#cpr-gallery a img {
  transform: scale(1);
  transition: all 0.3s ease;
}
#cpr-gallery a:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.fixedNav-hide {
  transform: translateX(100%);
  transition: all 0.3s ease;
}

.hotel-box-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 2rem;
}
.hotel-box-container .box {
  position: relative;
}
.hotel-box-container .box h3 {
  color: white;
}
.hotel-box-container .box .outer {
  overflow: hidden;
}
.hotel-box-container .box .outer img {
  scale: 1;
  transition: all 0.3s ease;
}
.hotel-box-container .box .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: center;
  visibility: visible;
  padding: 1rem;
  width: auto;
  text-align: center;
}
.hotel-box-container .box .container .content {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.hotel-box-container .box .container .content p {
  font-size: 1rem;
}
.hotel-box-container .box:hover .outer img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}
.hotel-box-container .box:hover .container {
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.hotel-box-container .box:hover .container .content {
  opacity: 1;
  height: auto;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .hotel-box-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .hotel-box-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mandate-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  -moz-column-gap: 1em;
       column-gap: 1em;
  row-gap: 1em;
  align-items: flex-start;
}
@media (min-width: 992px) {
  .mandate-container {
    -moz-column-gap: 2em;
         column-gap: 2em;
    row-gap: 2em;
  }
}
@media (min-width: 1360px) {
  .mandate-container {
    grid-template-columns: repeat(6, 1fr);
  }
}

.mandate {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background: white;
  overflow: hidden;
  color: #3A3A3C;
  border-radius: 6px;
  box-shadow: rgba(57, 70, 78, 0.15) 0px 0px 1px 0px, rgba(57, 70, 78, 0.25) 0px 20px 55px -8px;
  transition: all 0s;
  position: relative;
}
.mandate:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.35);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.mandate .outer {
  z-index: 1;
}
@media (min-width: 1360px) {
  .mandate .outer:before {
    padding-top: 100%;
  }
}
.mandate .outer .inner > div {
  width: 100%;
  height: 100%;
  padding: 1.5rem;
}
.mandate .outer .inner > div i {
  font-size: 35px;
  color: #b77331;
  transition: all 0.3s ease;
}
.mandate:hover {
  transition: all 0.3s ease;
}
.mandate:hover:before {
  background-color: #b77331;
}
.mandate:hover .outer:before {
  padding-top: 100%;
}
.mandate:hover .outer .inner > div i {
  transition: all 0.3s ease;
  font-size: 5em;
  color: rgba(255, 255, 255, 0.15);
}
.mandate:hover > div:nth-child(2) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.mandate:hover > div:nth-child(2) h4 {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}
.mandate:hover > div:nth-child(2) p {
  font-size: 0.75rem;
  bottom: 0;
  opacity: 1;
  transition: all 0.3s ease;
  color: white;
}
.mandate > div:nth-child(2) {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 2rem;
  width: 100%;
  z-index: 10;
}
@media (min-width: 768px) {
  .mandate > div:nth-child(2) {
    padding: 1rem 1.5rem;
  }
}
.mandate > div:nth-child(2) h4 {
  color: #3A3A3C;
  margin-bottom: 0;
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.mandate > div:nth-child(2) p {
  color: #3A3A3C;
  font-weight: normal;
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: calc(-1.5rem - 100%);
  opacity: 0;
  padding: 1.5rem;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .mandate > div:nth-child(2) p {
    padding: 1rem 1.5rem;
  }
}

.long-green-section > div {
  position: relative;
}
.long-green-section > div:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.long-green-section .flex {
  justify-content: center;
}
@media (max-width: 575px) {
  .long-green-section .outer:before {
    padding-top: 200%;
  }
}
@media (min-width: 768px) {
  .long-green-section .outer:before {
    padding-top: 50%;
  }
}
@media (min-width: 1200px) {
  .long-green-section .outer:before {
    padding-top: 25.4545454545%;
  }
}
.long-green-section .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem;
  z-index: 10;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.long-green-section .content h3, .long-green-section .content p {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .long-green-section .content {
    padding: 2em;
  }
}
@media (min-width: 1200px) {
  .long-green-section .content {
    padding: 3.5em;
  }
}
@media (min-width: 1360px) {
  .long-green-section .content {
    padding: 2em 4em;
  }
}
.long-green-section .content h3, .long-green-section .content p {
  color: white;
}
.long-green-section .content p {
  font-size: 16px;
  font-size: clamp(1em, 0.95em + 0.25vw, 1.25em);
}/*# sourceMappingURL=main.css.map */