@charset "UTF-8";
* {
  box-sizing: border-box;
}

/* Montserrat Thin */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* Montserrat ExtraLight */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/* Montserrat Light */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* Montserrat Regular */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Montserrat Medium */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* Montserrat SemiBold */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* Montserrat Bold */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* Montserrat ExtraBold */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Montserrat Black */
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("./Montserrat/static/Montserrat-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Caveat";
  src: url("/Caveat/Caveat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Caveat";
  src: url("/Caveat/Caveat-Medium.ttf") format("truetype");
  font-weight: 500;
}
html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: whitesmblackoke;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; /* normal */
}

.handwriting {
  font-family: "Caveat", cursive;
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

.top {
  width: 100%;
  height: 0;
}
@media (min-width: 600px) {
  .top {
    height: 0px;
  }
}
@media (min-width: 1000px) {
  .top {
    height: 0px;
  }
}
.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: fixed;
  top: 0;
  transition: 0.8s;
  z-index: 1;
}

.top.show {
  height: 50px;
}
@media (min-width: 600px) {
  .top.show {
    height: 70px;
  }
}
@media (min-width: 1000px) {
  .top.show {
    height: 70px;
  }
}
.top.show {
  overflow: visible;
}

.top.show-scrolled {
  height: 50px;
}
@media (min-width: 600px) {
  .top.show-scrolled {
    height: 70px;
  }
}
@media (min-width: 1000px) {
  .top.show-scrolled {
    height: 70px;
  }
}
.top.show-scrolled {
  overflow: visible;
}

.logo {
  height: 70px;
}
@media (min-width: 600px) {
  .logo {
    height: 80px;
  }
}
@media (min-width: 1000px) {
  .logo {
    height: 150px;
  }
}
.logo {
  width: 120px;
}
@media (min-width: 600px) {
  .logo {
    width: 140px;
  }
}
@media (min-width: 1000px) {
  .logo {
    width: 200px;
  }
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin-left: 9%;
  margin-left: 5%;
}
@media (min-width: 600px) {
  .logo {
    margin-left: 6%;
  }
}
@media (min-width: 1000px) {
  .logo {
    margin-left: 9%;
  }
}
.logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  color: white;
}
.logo {
  z-index: 1;
}

.menuButton {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: absolute;
  right: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
}
@media (min-width: 600px) {
  .menuButton {
    padding: 10px;
  }
}
@media (min-width: 1000px) {
  .menuButton {
    padding: 10px;
  }
}
.menuButton svg {
  fill: white;
  height: 25px;
}
@media (min-width: 600px) {
  .menuButton svg {
    height: 35px;
  }
}
@media (min-width: 1000px) {
  .menuButton svg {
    height: 35px;
  }
}
.menuButton svg {
  width: 25px;
}
@media (min-width: 600px) {
  .menuButton svg {
    width: 35px;
  }
}
@media (min-width: 1000px) {
  .menuButton svg {
    width: 35px;
  }
}

.menuButton.black svg {
  fill: rgb(82, 73, 28);
  height: 25px;
}
@media (min-width: 600px) {
  .menuButton.black svg {
    height: 35px;
  }
}
@media (min-width: 1000px) {
  .menuButton.black svg {
    height: 35px;
  }
}
.menuButton.black svg {
  width: 25px;
}
@media (min-width: 600px) {
  .menuButton.black svg {
    width: 35px;
  }
}
@media (min-width: 1000px) {
  .menuButton.black svg {
    width: 35px;
  }
}

.topBookButton {
  width: auto;
  background-color: rgba(179, 152, 0, 0.993);
  color: white;
  font-weight: 600;
  right: calc(20px + 9%);
  width: 80px;
}
@media (min-width: 600px) {
  .topBookButton {
    width: 120px;
  }
}
@media (min-width: 1000px) {
  .topBookButton {
    width: 120px;
  }
}
.topBookButton {
  height: 30px;
}
@media (min-width: 600px) {
  .topBookButton {
    height: 40px;
  }
}
@media (min-width: 1000px) {
  .topBookButton {
    height: 40px;
  }
}
.topBookButton {
  border-radius: 999px;
  position: absolute;
}

.menu-nest {
  position: absolute;
  right: 0;
  top: 0%;
  height: 0;
  width: 0%;
}
@media (min-width: 600px) {
  .menu-nest {
    width: 0%;
  }
}
@media (min-width: 1000px) {
  .menu-nest {
    width: 0%;
  }
}
.menu-nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  transition: 0.8s;
  padding: unset;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}

.menu-nest.drop-menu {
  background-color: white;
  box-shadow: 0 0 8px rgba(133, 121, 58, 0.3); /* subtle gold shadow */
  overflow: visible;
  width: 100%;
}
@media (min-width: 600px) {
  .menu-nest.drop-menu {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .menu-nest.drop-menu {
    width: 26%;
  }
}

.logo-holder {
  height: 150px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  object-fit: cover;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(218, 215, 215, 0.4);
  position: relative;
}
.logo-holder img {
  height: 110%;
  width: 80%;
  object-fit: cover;
}

.menu-folder {
  position: absolute;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 5%;
  top: 5%;
}
.menu-folder svg {
  fill: rgba(0, 0, 0, 0.5);
  height: 30px;
  width: 30px;
  transition: 0.3s;
}

.menu-folder:hover svg {
  fill: black;
  transform: rotate(0.5turn);
}

.btn-holder {
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 150px);
}

button.menu {
  font-size: 16px;
  margin: 10px auto;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}

button.menu:hover {
  color: rgb(82, 73, 28);
}

/*@include visibility(mobile){
         @include nowrap;
         @include flexdir(column, false);
    }

@include visibility(table){
         @include nowrap;
         @include flexdir(column, false);
    }

@include visibility(desktop){

        @include flexdir(row, true);
        @include wraper;
    }

@include clamp(padding, 10px 10px, 10px 12px, 10px 20px);*/
.slide-nest {
  width: 100%;
  height: 80vh;
}
@media (min-width: 600px) {
  .slide-nest {
    height: 80vh;
  }
}
@media (min-width: 1000px) {
  .slide-nest {
    height: 100vh;
  }
}
.slide-nest {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.slide {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  overflow: hidden;
}

.slide-image-holder {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  position: relative;
}
.slide-image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
}
@media (min-width: 1000px) {
  .slide-image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(65%);
  }
}

.slide-caption {
  transition: 0.8s;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  left: 0;
  padding: 5%;
  font-weight: bold;
  font-feature-settings: "jp83";
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; /* bold */
}
.slide-caption small {
  margin-top: 50px;
  font-weight: 400;
  font-size: 18px;
  overflow: hidden;
  color: rgb(255, 236, 125);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-height: 0;
  transition: 0.8s;
  transform-origin: bottom;
}
.slide-caption small.vartical-shrink {
  animation: grow 0.8s ease forwards;
}
.slide-caption {
  font-size: 30px;
}
@media (min-width: 600px) {
  .slide-caption {
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .slide-caption {
    font-size: 50px;
  }
}
.slide-caption {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.slide:nth-child(3) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slide:nth-child(3) .slide-caption {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
}

.slide button {
  width: 130px;
  margin-top: 30px;
}

.read_more {
  min-width: 120px;
  min-width: 70px;
}
@media (min-width: 600px) {
  .read_more {
    min-width: 120px;
  }
}
@media (min-width: 1000px) {
  .read_more {
    min-width: 120px;
  }
}
.read_more {
  padding: 5px 15px;
  height: 45px;
  border-radius: 999px;
  font-size: medium;
  font-weight: bold;
  border: solid white 3px;
  bottom: 20%;
  left: 4.5%;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
}

.slide-caption-child {
  overflow: hidden;
  width: 20%;
  max-height: 0;
  width: 80%;
}
@media (min-width: 600px) {
  .slide-caption-child {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .slide-caption-child {
    width: 40%;
  }
}
.slide-caption-child {
  transform-origin: bottom;
}

.slide:nth-child(1) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.slide:nth-child(1) .slide-caption {
  -webkit-box-pack: flex-start;
  -webkit-justify-content: start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.slide:nth-child(1) .slide-caption .slide-caption-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide-pointers-nest {
  position: absolute;
  bottom: 5%;
}
@media (min-width: 1000px) {
  .slide-pointers-nest {
    bottom: unset;
    right: 5%;
  }
}

/* Base positioning for all slides */
/* -----------------------------
   CURRENT SLIDE — slide in from right
------------------------------ */
.currentSlideClass {
  animation: slideIn 0.8s ease forwards;
  z-index: 1;
}

@keyframes slideIn {
  from {
    left: 100%;
  }
  to {
    left: 0%;
  }
}
/* -----------------------------
   NEXT SLIDE — fade into view
------------------------------ */
.nextSlideClass {
  opacity: 1;
  animation: fadeIn 0.8s ease forwards;
  z-index: 1;
}

/* -----------------------------
   FORWARD CLASS — move old slide out to left
------------------------------ */
.forwardClass {
  animation: slideOut 0.8s ease forwards;
  opacity: 1;
}

@keyframes slideOut {
  from {
    left: 0%;
  }
  to {
    left: -100%;
  }
}
.front-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 4%;
  padding: 20px 4%;
}
@media (min-width: 600px) {
  .front-about {
    padding: 20px 5%;
  }
}
@media (min-width: 1000px) {
  .front-about {
    padding: 20px 5%;
  }
}
.front-about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
@media (min-width: 600px) and (max-width: 999px) {
  .front-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media (min-width: 1000px) {
  .front-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.front-about {
  margin-top: 100px;
  position: relative;
}

.front-about-title {
  margin-top: 400px;
}
@media (min-width: 600px) {
  .front-about-title {
    margin-top: 500px;
  }
}
@media (min-width: 1000px) {
  .front-about-title {
    margin-top: 60px;
  }
}
.front-about-title {
  width: 100%;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 11vw;
}
@media (min-width: 600px) {
  .front-about-title {
    line-height: 9vw;
  }
}
@media (min-width: 1000px) {
  .front-about-title {
    line-height: 4.2vw;
  }
}
.front-about-title {
  font-size: 8vw;
}
@media (min-width: 600px) {
  .front-about-title {
    font-size: 7vw;
  }
}
@media (min-width: 1000px) {
  .front-about-title {
    font-size: 3.5vw;
  }
}
.front-about-title {
  transition: scaleY(3);
}
@media (min-width: 600px) {
  .front-about-title {
    transition: scaleY(1.7);
  }
}
@media (min-width: 1000px) {
  .front-about-title {
    transition: scaleY(1);
  }
}
.front-about-title {
  color: rgba(0, 0, 0, 0.8);
}

.about-text {
  padding: 30px 0;
  font-weight: thin;
  line-height: 6.5vw;
}
@media (min-width: 600px) {
  .about-text {
    line-height: 5.5vw;
  }
}
@media (min-width: 1000px) {
  .about-text {
    line-height: 2.5vw;
  }
}
.about-text {
  font-size: 3.7vw;
}
@media (min-width: 600px) {
  .about-text {
    font-size: 2.8vw;
  }
}
@media (min-width: 1000px) {
  .about-text {
    font-size: 1.3vw;
  }
}
.about-text {
  width: 95%;
}
@media (min-width: 600px) {
  .about-text {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .about-text {
    width: 45%;
  }
}
.about-text {
  color: rgba(0, 0, 0, 0.7) p;
  color-margin: 15px 0;
  color-font-size: 16px;
  color-line-height: 1.7;
  color-color: #333;
}

.front-about-media {
  position: absolute;
}
@media (min-width: 600px) {
  .front-about-media {
    position: absolute;
  }
}
@media (min-width: 1000px) {
  .front-about-media {
    position: relative;
  }
}
.front-about-media {
  top: 0;
  width: 65%;
  width: 65%;
}
@media (min-width: 600px) {
  .front-about-media {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .front-about-media {
    width: 65%;
  }
}
.front-about-media {
  right: 5%;
  height: 350px;
  height: 350;
}
@media (min-width: 600px) {
  .front-about-media {
    height: 480px;
  }
}
@media (min-width: 1000px) {
  .front-about-media {
    height: 550px;
  }
}
.front-about-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 600px) and (max-width: 999px) {
  .front-about-media {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1000px) {
  .front-about-media {
    -webkit-box-pack: flex-end;
    -webkit-justify-content: end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
  }
}
.front-about-media {
  border-radius: 10px;
}

.about-media {
  height: 100%;
  width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .about-media {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .about-media {
    width: 65%;
  }
}
.about-media {
  border-radius: 10px;
  overflow: hidden;
  border: solid rgb(82, 73, 28);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
}

.about-media:first-child {
  border: solid rgb(82, 73, 28);
  left: -40%;
  width: 64%;
  width: 64%;
}
@media (min-width: 600px) {
  .about-media:first-child {
    width: 54%;
  }
}
@media (min-width: 1000px) {
  .about-media:first-child {
    width: 35%;
  }
}
.about-media:first-child {
  left: -40%;
}
@media (min-width: 600px) {
  .about-media:first-child {
    left: -30%;
  }
}
@media (min-width: 1000px) {
  .about-media:first-child {
    left: 20%;
  }
}
.about-media:first-child {
  height: 71.4285714286%;
  position: absolute;
  z-index: 1;
}

.layers:nth-child(3) {
  text-align: center;
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 600px) {
  .layers:nth-child(3) {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  .layers:nth-child(3) {
    height: 500px;
  }
}
.layers:nth-child(3) {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 100px 0;
}
@media (min-width: 600px) {
  .layers:nth-child(3) {
    margin: 80px 0 120px 0;
  }
}
@media (min-width: 1000px) {
  .layers:nth-child(3) {
    margin: 100px 0;
  }
}
.layers:nth-child(3) img, .layers:nth-child(3) video {
  left: -10%;
  top: -15%;
  max-width: 120%;
  max-height: 130%;
  position: absolute;
  color: rgba(0, 0, 0, 0.7);
  filter: brightness(65%);
}
@media (min-width: 600px) and (max-width: 999px) {
  .layers:nth-child(3) img, .layers:nth-child(3) video {
    top: unset;
    left: unset;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media (min-width: 1000px) {
  .layers:nth-child(3) img, .layers:nth-child(3) video {
    top: unset;
    left: unset;
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.middle-banner-texts {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  color: white;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  background-color: rgba(0, 0, 0, 0.3);
}

.texts-child:first-child {
  padding: 10px 0;
  z-index: 1;
  width: 100%;
}

.texts-child:last-child {
  font-size: 35px !important;
}
@media (min-width: 600px) {
  .texts-child:last-child {
    font-size: 40px !important;
  }
}
@media (min-width: 1000px) {
  .texts-child:last-child {
    font-size: 50px !important;
  }
}
.texts-child:last-child {
  font-weight: 700;
  width: 100% !important;
}
@media (min-width: 600px) {
  .texts-child:last-child {
    width: 80% !important;
  }
}
@media (min-width: 1000px) {
  .texts-child:last-child {
    width: 40% !important;
  }
}
.texts-child:last-child {
  padding: 0 3%;
}
@media (min-width: 600px) {
  .texts-child:last-child {
    padding: 0 3%;
  }
}
@media (min-width: 1000px) {
  .texts-child:last-child {
    padding: 0;
  }
}

.room-nest {
  position: relative;
  height: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 600px) and (max-width: 999px) {
  .room-nest {
    height: 550px;
  }
}
@media (min-width: 1000px) {
  .room-nest {
    height: 550px;
  }
}

.room-slide-caption-holder {
  position: absolute;
  top: 80%;
  padding: 0 6%;
  width: 100%;
  top: 0;
  height: 100%;
  color: white;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.room {
  width: 90%;
  height: 100%;
  position: absolute;
  left: 100%;
  border-radius: 10px;
  overflow: hidden;
  transition: ease-in-out 0.8s;
  animation-fill-mode: forwards;
}
@media (min-width: 600px) and (max-width: 999px) {
  .room {
    width: 70%;
    left: 100%;
  }
}
@media (min-width: 1000px) {
  .room {
    width: 40%;
  }
}

.leftCurrent {
  animation: leftOut 0.8s ease-in-out;
  opacity: 1;
  z-index: 0;
}
.leftCurrent .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}

.middleCurrent {
  animation: middleIn 0.8s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.middleCurrent #roomsBanner.backGround .room-slide-caption-holder {
  background-color: transparent;
}

.rightCurrent {
  animation: rightIn 0.8s 0.8s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.rightCurrent .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}

@keyframes middleIn {
  0% {
    left: 100%;
  }
  100% {
    left: 5%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes middleIn {
    0% {
      left: 90%;
      height: 71.4285714286%;
      width: 20%;
    }
    100% {
      left: 15%;
      height: 100%;
      width: 70%;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes middleIn {
    0% {
      left: 75%;
    }
    100% {
      left: 30%;
    }
  }
}
@keyframes rightIn {
  0% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes rightIn {
    0% {
      left: 100%;
    }
    100% {
      left: 90%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes rightIn {
    0% {
      left: 100%;
    }
    100% {
      left: 75%;
      height: 71.4285714286%;
      width: 20%;
    }
  }
}
@keyframes leftOut {
  from {
    left: 15%;
  }
  to {
    left: -100%;
    opacity: 1;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes leftOut {
    0% {
      left: 15%;
    }
    100% {
      left: -10%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes leftOut {
    0% {
      left: 30%;
    }
    100% {
      left: 5%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
.revers-middle-current {
  animation: revers-middleIn 0.8s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.revers-middle-current .room-slide-caption-holder {
  background-color: transparent;
}

.rever-right-current {
  animation: revers-right-out 0.7s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.rever-right-current .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}

.rever-left-current {
  animation: revers-left-in 1.4s ease-in-out;
  opacity: 1;
  z-index: 1;
}
.rever-left-current .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}

@keyframes revers-middleIn {
  from {
    left: -100%;
  }
  to {
    left: 5%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes revers-middleIn {
    0% {
      left: -100%;
      height: 71.4285714286%;
      width: 20%;
    }
    100% {
      left: 15%;
      height: 100%;
      width: 70%;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes revers-middleIn {
    0% {
      left: 5%;
      height: 71.4285714286%;
      width: 20%;
    }
    100% {
      left: 30%;
      height: 100%;
      width: 40%;
    }
  }
}
@keyframes revers-right-out {
  0% {
    left: 0%;
    opacity: 1;
  }
  100% {
    left: 100%;
    opacity: 1;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes revers-right-out {
    0% {
      left: 15%;
    }
    100% {
      left: 90%;
      height: 71.4285714286%;
      width: 20%;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes revers-right-out {
    0% {
      left: 30%;
    }
    100% {
      left: 75%;
      height: 71.4285714286%;
      width: 20%;
    }
  }
}
@keyframes revers-left-in {
  0% {
    left: -100%;
  }
  100% {
    left: -100%;
    height: 71.4285714286%;
    width: 20%;
    opacity: 1;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  @keyframes revers-left-in {
    0% {
      left: -100%;
    }
    100% {
      left: -10%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
@media (min-width: 1000px) {
  @keyframes revers-left-in {
    0% {
      left: -100%;
    }
    100% {
      left: 5%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
.room.hidden-left {
  opacity: 1;
  animation: hidden-left 0.8s ease-in-out;
}
.room.hidden-left .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}

.leftCurrent, .rightCurrent, .middleCurrent, .room.hidden-left,
.rever-left-current, .revers-middle-current, .rever-right-current, .hidden-right {
  animation-fill-mode: forwards;
}

.room.hidden-right .room-slide-caption-holder {
  background-color: rgba(255, 255, 255, 0.3);
}
.room.hidden-right {
  animation: hidden-right 0.8s ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes hidden-right {
  from {
    left: 100%;
  }
  to {
    left: 100%;
    opacity: 0;
  }
}
@media (min-width: 1000px) {
  @keyframes hidden-right {
    from {
      left: 75%;
      height: 71.4285714286%;
      width: 20%;
    }
    to {
      left: 100%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
  }
}
@keyframes hidden-left {
  from {
    left: -100%;
  }
  to {
    left: -100%;
    opacity: 0;
  }
}
@media (min-width: 1000px) {
  @keyframes hidden-left {
    0% {
      left: 5%;
      height: 71.4285714286%;
      width: 20%;
    }
    50% {
      left: -70%;
      height: 71.4285714286%;
      width: 20%;
      opacity: 1;
    }
    70% {
      left: -90%;
      opacity: 0;
    }
    100% {
      left: -100%;
      opacity: 0;
    }
  }
}
.room-image-holder {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.room-image-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  filter: brightness(65%);
}

.slideCtlButton {
  height: 40px;
  height: 40px;
}
@media (min-width: 600px) {
  .slideCtlButton {
    height: 50px;
  }
}
@media (min-width: 1000px) {
  .slideCtlButton {
    height: 50px;
  }
}
.slideCtlButton {
  width: 40px;
}
@media (min-width: 600px) {
  .slideCtlButton {
    width: 50px;
  }
}
@media (min-width: 1000px) {
  .slideCtlButton {
    width: 50px;
  }
}
.slideCtlButton {
  border-radius: 50%;
  background-color: rgba(243, 243, 243, 0.7);
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  z-index: 1;
}

.slideCtlButton:nth-last-child(1) {
  right: 10%;
  right: 10%;
}
@media (min-width: 600px) {
  .slideCtlButton:nth-last-child(1) {
    right: 2.5%;
  }
}
@media (min-width: 1000px) {
  .slideCtlButton:nth-last-child(1) {
    right: 10%;
  }
}

.slideCtlButton:nth-last-child(2) {
  left: 10%;
  left: 10%;
}
@media (min-width: 600px) {
  .slideCtlButton:nth-last-child(2) {
    left: 2.5%;
  }
}
@media (min-width: 1000px) {
  .slideCtlButton:nth-last-child(2) {
    left: 10%;
  }
}

.slideCtlButton:nth-last-child(2)::before, .slideCtlButton:nth-last-child(1)::before {
  width: 30%;
  height: 30%;
  content: "";
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(45deg);
  position: absolute;
  left: 40%;
}

.slideCtlButton:nth-last-child(1)::before {
  border-left: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-125deg);
  position: absolute;
  left: 40%;
}

.room-slide-caption {
  color: white;
  font-weight: 500;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.room-slide-caption svg {
  height: 13px;
  width: 13px;
  fill: white;
  margin-right: 3px;
}

.room-slide-caption:last-child {
  margin-bottom: 20px;
  position: relative;
}

.room-slide-caption:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 105%;
  width: 100%;
  border-bottom: solid white 2px;
}

.slideCtlButton:nth-last-child(1)::before {
  right: 10%;
  border-left: unset;
  border-right: solid 1px;
  border-bottom: solid 1px;
  transform: rotate(-45deg);
  left: unset;
  right: 40%;
}

.amenity-nest {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 150px;
  margin-bottom: 100px;
}

.amenity {
  width: 80%;
  width: 100%;
}
@media (min-width: 600px) {
  .amenity {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .amenity {
    width: 80%;
  }
}
.amenity {
  margin: auto;
  height: 400px;
  height: auto;
}
@media (min-width: 600px) {
  .amenity {
    height: auto;
  }
}
@media (min-width: 1000px) {
  .amenity {
    height: 400px;
  }
}
.amenity {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-bottom: 50px;
}

.amenity-image-holder, .amenity-description {
  width: 90%;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amenity-image-holder, .amenity-description {
  margin: 10px auto;
  border-radius: 10px;
}
.amenity-image-holder img, .amenity-description img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
}
@media (min-width: 1000px) {
  .amenity-image-holder, .amenity-description {
    position: absolute;
    height: 300px;
    margin: auto;
    width: 45%;
  }
}

.amenity-image-holder {
  border-radius: 10px;
  overflow: hidden;
}

.amenity-description {
  width: 40%;
  width: 90%;
}
@media (min-width: 600px) {
  .amenity-description {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .amenity-description {
    width: 40%;
  }
}
.amenity-description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.amenity:nth-child(even) .amenity-image-holder {
  left: 0;
}
.amenity:nth-child(even) .amenity-description {
  right: 0;
}

.amenity:nth-child(odd) .amenity-image-holder {
  right: 0;
}
.amenity:nth-child(odd) .amenity-description {
  left: 0;
}

.amenity-caption:first-child {
  font-size: 18px;
  width: 100%;
  color: rgba(82, 73, 28, 0.8);
}

.amenity-caption:nth-child(2) {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 5px;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}

.amenity-caption:nth-child(3) {
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
}

.amenity-description button {
  width: 150px;
  height: 50px;
  border-radius: 999px;
  border: solid rgba(0, 0, 0, 0.8);
  margin-top: 30px;
  margin-left: 0;
  font-weight: 600;
}

.contact-nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  margin-top: 20px;
  padding: 0 50px;
  padding: 0%;
}
@media (min-width: 600px) {
  .contact-nest {
    padding: 0 5%;
  }
}
@media (min-width: 1000px) {
  .contact-nest {
    padding: 0 50px;
  }
}
.contact-nest div:first-child {
  font-size: 16px;
}
@media (min-width: 600px) {
  .contact-nest div:first-child {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .contact-nest div:first-child {
    font-size: 18px;
  }
}
.contact-nest div:first-child {
  font-weight: 300;
}
@media (min-width: 600px) {
  .contact-nest div:first-child {
    font-weight: 400;
  }
}
@media (min-width: 1000px) {
  .contact-nest div:first-child {
    font-weight: 400;
  }
}
.contact-nest div:first-child {
  font-weight: 400;
  color: rgba(179, 152, 0, 0.993);
}
.contact-nest div:nth-child(2) {
  font-size: 9.5vw;
}
@media (min-width: 600px) {
  .contact-nest div:nth-child(2) {
    font-size: 35px;
  }
}
@media (min-width: 1000px) {
  .contact-nest div:nth-child(2) {
    font-size: 35px;
  }
}
.contact-nest div:nth-child(2) {
  font-weight: 600;
}
@media (min-width: 600px) {
  .contact-nest div:nth-child(2) {
    font-weight: 700;
  }
}
@media (min-width: 1000px) {
  .contact-nest div:nth-child(2) {
    font-weight: 900;
  }
}
.contact-nest div:nth-child(2) {
  color: rgba(0, 0, 0, 0.7);
}
.contact-nest div:nth-child(3) {
  font-size: 14px;
  font-weight: 300;
  color: black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto;
}
.contact-nest div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.contacCtlBrd {
  margin-top: 20px;
}
.contacCtlBrd button {
  width: 40px;
  height: 40px;
  border: solid rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 25px;
}
.contacCtlBrd button svg {
  fill: rgba(0, 0, 0, 0.7);
  height: 20px;
  width: 20px;
}
.contacCtlBrd button span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 115%;
}
.contacCtlBrd button {
  margin-left: unset;
}

.layers:nth-child(6) {
  position: relative;
  height: 650px;
}
@media (min-width: 600px) {
  .layers:nth-child(6) {
    height: 450px;
  }
}
@media (min-width: 1000px) {
  .layers:nth-child(6) {
    height: 400px;
  }
}

.testmny {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testmnyTxt {
  width: 85%;
  height: 60%;
  background-color: rgb(5, 5, 4);
  color: rgb(255, 236, 125);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px 10%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .testmnyTxt {
    width: 75%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 2%;
  }
}
@media (min-width: 1000px) {
  .testmnyTxt {
    width: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 20px 2%;
  }
}

.glif-Holdder {
  width: 100px;
  height: 100px;
  border: solid rgb(255, 236, 125) 2px;
  border-radius: 50%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 40px;
}

.text {
  line-height: 25px;
}

.text:nth-child(2) {
  margin-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 600px) {
  .text:nth-child(2) {
    margin-bottom: unset;
  }
}
@media (min-width: 1000px) {
  .text:nth-child(2) {
    margin-bottom: unset;
  }
}
.text:nth-child(2) {
  margin-left: unset;
}
@media (min-width: 600px) {
  .text:nth-child(2) {
    margin-left: 5%;
  }
}
@media (min-width: 1000px) {
  .text:nth-child(2) {
    margin-left: 5%;
  }
}
.text:nth-child(2) {
  position: relative;
  height: auto;
}

.text:nth-child(2)::after {
  content: "";
  height: 100%;
  border-left: unset;
}
@media (min-width: 600px) {
  .text:nth-child(2)::after {
    border-left: solid rgb(255, 236, 125) 1px;
  }
}
@media (min-width: 1000px) {
  .text:nth-child(2)::after {
    border-left: solid rgb(255, 236, 125) 1px;
  }
}
.text:nth-child(2)::after {
  left: 120%;
  top: 0;
  position: absolute;
}

.text:last-child {
  font-style: italic;
  width: unset;
}
@media (min-width: 600px) {
  .text:last-child {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .text:last-child {
    width: 60%;
  }
}
.text:last-child {
  margin-left: unset;
}
@media (min-width: 600px) {
  .text:last-child {
    margin-left: 5%;
  }
}
@media (min-width: 1000px) {
  .text:last-child {
    margin-left: 5%;
  }
}

.parallax {
  /* The image used */
  background: url("../pngs/slide-2025-01-20-14-33-10.jpg");
  /* Set a specific height */
  min-height: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 5%;
}

#roomsbanner {
  height: 90vh;
}
@media (min-width: 600px) {
  #roomsbanner {
    height: 60vh;
  }
}
@media (min-width: 1000px) {
  #roomsbanner {
    height: 75vh;
  }
}
#roomsbanner {
  width: 100%;
  position: relative;
}

.backGround {
  min-height: 100%;
  width: 100%;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bannern-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.bannern-content small:first-child {
  color: rgb(255, 236, 125);
  font-size: 22px;
  font-weight: 400;
}
.bannern-content div {
  color: white;
  font-size: 40px;
  font-size: 40px;
}
@media (min-width: 600px) {
  .bannern-content div {
    font-size: 45px;
  }
}
@media (min-width: 1000px) {
  .bannern-content div {
    font-size: 45px;
  }
}
.bannern-content div {
  font-weight: 800;
  padding: 0 30px;
  text-align: center;
}

#list {
  padding-top: 100px;
  background-color: rgba(218, 215, 215, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.rooms-page-room {
  height: 300x;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin-bottom: 550px;
  margin-bottom: 480px;
}
@media (min-width: 600px) {
  .rooms-page-room {
    margin-bottom: 400px;
  }
}
@media (min-width: 1000px) {
  .rooms-page-room {
    margin-bottom: 100px;
  }
}
@media (min-width: 1000px) {
  .rooms-page-room {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
  }
}

.rooms-page-img-holder {
  width: 95%;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}
.rooms-page-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(65%);
}
@media (min-width: 600px) and (max-width: 999px) {
  .rooms-page-img-holder {
    width: 80%;
  }
}
@media (min-width: 1000px) {
  .rooms-page-img-holder {
    position: absolute;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .rooms-page-room:nth-child(odd) .rooms-page-img-holder {
    left: 5%;
  }
}

@media (min-width: 1000px) {
  .rooms-page-room:nth-child(even) .rooms-page-img-holder {
    right: 5%;
  }
}

.rooms-page-description {
  position: absolute;
  top: 75%;
  background-color: white;
  width: 89%;
  padding: 30px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}
.rooms-page-description small {
  color: rgba(179, 152, 0, 0.993);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 600;
}
.rooms-page-description small svg {
  height: 12px;
  width: 12px;
  fill: rgba(179, 152, 0, 0.993);
  margin-right: 3px;
}
@media (min-width: 600px) and (max-width: 999px) {
  .rooms-page-description {
    width: 75%;
  }
}
@media (min-width: 1000px) {
  .rooms-page-description {
    width: 40%;
    height: 400px;
    top: unset;
  }
}

@media (min-width: 1000px) {
  .rooms-page-room:nth-child(odd) .rooms-page-img-holder {
    left: 5%;
  }
}
@media (min-width: 1000px) {
  .rooms-page-room:nth-child(odd) .rooms-page-description {
    right: 10%;
  }
}

@media (min-width: 1000px) {
  .rooms-page-room:nth-child(even) .rooms-page-img-holder {
    right: 5%;
  }
}
@media (min-width: 1000px) {
  .rooms-page-room:nth-child(even) .rooms-page-description {
    left: 10%;
  }
}

.rooms-page-roomName {
  font-size: 28px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}

.rooms-page-text {
  font-weight: 300;
  line-height: 190%;
  font-size: 14.5px;
}

.room-page-feature {
  width: 100%;
  height: 50px;
  height: 50px;
}
@media (min-width: 600px) {
  .room-page-feature {
    height: 40px;
  }
}
@media (min-width: 1000px) {
  .room-page-feature {
    height: 40px;
  }
}
.room-page-feature {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.room-page-feature svg {
  fill: rgb(82, 73, 28);
  margin-right: 20px;
  height: 35px;
  width: 35px;
  font-weight: 300;
}
.room-page-feature svg path {
  stroke-width: 0.5px !important; /* only if stroke exists */
}

.room-page-room-button-holder {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.room-page-room-button-holder button {
  font-size: 15px;
  font-weight: 600;
  color: gba(black, 0.7);
  margin: auto;
}
.room-page-room-button-holder button:first-child {
  width: 120px;
  height: 35px;
  background-color: rgb(82, 73, 28);
  color: white;
  border-radius: 999px;
  margin-left: unset;
}
.room-page-room-button-holder button:last-child {
  transition: 0.3s;
  position: relative;
  height: 30px;
  width: 80px;
  padding: unset;
  text-align: left;
  position: relative;
  margin-left: calc(100% - 200px);
}
.room-page-room-button-holder button:last-child::after {
  width: 0%;
  position: absolute;
  top: 102%;
  left: 0;
  content: "";
  border-bottom: solid rgba(0, 0, 0, 0.7) 3px;
  transition: 0.8s;
}
.room-page-room-button-holder button:last-child:hover::after {
  width: 100%;
}

.room-page-room-button-holder::before {
  content: "";
  border-bottom: solid rgba(82, 73, 28, 0.7) 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#facility {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 0;
  background-color: rgb(26, 26, 26);
}

#facility small, .facility-title, #facility .holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  flex: inherit;
  width: 100%;
  text-align: center;
  width: inherit;
}

#facility small {
  font-size: 18px;
  color: white;
}

.facility-title {
  font-size: 39px;
  font-weight: 700;
  color: white;
}

#facility .holder {
  display: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  height: 200px;
}
@media (min-width: 600px) {
  #facility .holder {
    height: 200px;
  }
}
@media (min-width: 1000px) {
  #facility .holder {
    height: 150px;
  }
}
#facility .holder {
  padding: 0;
}
@media (min-width: 600px) {
  #facility .holder {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  #facility .holder {
    padding: 0 10%;
  }
}
#facility .holder {
  margin-top: 10px;
}

#facility .holder .facility-child {
  width: 40%;
}
@media (min-width: 600px) {
  #facility .holder .facility-child {
    width: 20%;
  }
}
@media (min-width: 1000px) {
  #facility .holder .facility-child {
    width: 20%;
  }
}
#facility .holder .facility-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin-top: 30px;
  margin-top: 20px;
}
@media (min-width: 600px) {
  #facility .holder .facility-child {
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  #facility .holder .facility-child {
    margin-top: 0;
  }
}
#facility .holder .facility-child svg {
  fill: rgba(255, 236, 125, 0.8);
  height: 40px;
  width: 40px;
}

.facility-child div:nth-child(2) {
  font-size: 18px;
}
@media (min-width: 600px) {
  .facility-child div:nth-child(2) {
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .facility-child div:nth-child(2) {
    font-size: 20px;
  }
}
.facility-child div:nth-child(2) {
  color: rgb(255, 236, 125);
  font-weight: 300;
}

.room-pick-notice {
  height: 300px;
  width: 80%;
}
@media (min-width: 600px) {
  .room-pick-notice {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .room-pick-notice {
    width: 40%;
  }
}
.room-pick-notice {
  margin: auto;
  background-color: white;
  padding: 0 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.room-pic-notice button {
  background-color: #52491c;
  color: white;
  width: 100px;
  height: 40px;
  border-radius: 999px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: large;
}

.preview-form {
  background-color: rgb(243, 243, 243);
  width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .preview-form {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .preview-form {
    width: 100%;
  }
}
.preview-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2%;
  height: 100%;
  overflow: auto;
  background-image: url("../pngs/pattern_2.png");
}

.child, .form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}

.child {
  padding: 20px;
  margin-top: 10px;
}
@media (min-width: 600px) and (max-width: 999px) {
  .child {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .child {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.child.images-holder {
  position: relative;
  padding: unset;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100vw;
  -ms-flex: 0 0 100vw;
  flex: 0 0 100vw;
}
@media (min-width: 600px) and (max-width: 999px) {
  .child.images-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80vw;
    -ms-flex: 0 0 80vw;
    flex: 0 0 80vw;
  }
}
@media (min-width: 1000px) {
  .child.images-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50vw;
    -ms-flex: 0 0 50vw;
    flex: 0 0 50vw;
  }
}
.child.images-holder {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.form {
  height: auto;
  padding: 20px;
}

.child.rules-holder {
  box-shadow: 0px 2px 4px rgba(255, 0, 0, 0.5);
}

.child.rules-holder .notice {
  margin-bottom: 20px;
  font-weight: 700;
  color: rgba(255, 0, 0, 0.7);
}

.rule {
  font-size: 13px;
  padding: 7px 0 7px 20px;
  position: relative;
}

.rule::before {
  content: "";
  position: absolute;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background-color: rgb(82, 73, 28);
  left: 0;
  font-size: 13px;
  top: 10px;
}

.image {
  position: absolute;
  width: 90vw;
  height: 90vw;
  height: 90vw;
}
@media (min-width: 600px) {
  .image {
    height: 70vw;
  }
}
@media (min-width: 1000px) {
  .image {
    height: 45vw;
  }
}
.image {
  width: 90vw;
}
@media (min-width: 600px) {
  .image {
    width: 75vw;
  }
}
@media (min-width: 1000px) {
  .image {
    width: 55vw;
  }
}
.image {
  overflow: hidden;
  left: 100%;
  opacity: 1;
  transition: ease-in-out 0.8s;
}
.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-reversing {
  animation-fill-mode: forwards !important;
  opacity: 1;
  z-index: 1;
  animation: reverse-hide 0.8s ease-in-out;
}

.preview-reversing-visible {
  animation-fill-mode: forwards !important;
  opacity: 1;
  z-index: 1;
  animation: reverse-visible 0.8s ease-in-out;
}

.preview-fowarding {
  animation-fill-mode: forwards !important;
  opacity: 1;
  z-index: 1;
  animation: fordward-hide 0.8s ease-in-out;
}

.preview-visible {
  animation-fill-mode: forwards !important;
  opacity: 1;
  z-index: 1;
  animation: fordward-visible 0.8s ease-in-out;
}

@keyframes fordward-visible {
  from {
    left: 100%;
    opacity: 1;
  }
  to {
    left: 2.5vw;
    opacity: 1;
  }
}
@keyframes fordward-hide {
  from {
    left: 2.5vw;
    opacity: 1;
  }
  to {
    left: -100%;
    opacity: 1;
  }
}
@keyframes reverse-visible {
  from {
    left: -100%;
    opacity: 1;
  }
  to {
    left: 2.5vw;
    opacity: 1;
  }
}
@keyframes reverse-hide {
  from {
    left: 2.5vw;
    opacity: 1;
  }
  to {
    left: 100%;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .info {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .info {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.preview-form h4 {
  margin-bottom: 5px;
  margin-top: 70px;
  color: rgb(82, 73, 28);
  font-size: 20px;
}
@media (min-width: 600px) and (max-width: 999px) {
  .preview-form h4 {
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .preview-form h4 {
    width: 60vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.preview-form h4:first-child {
  font-size: unset;
  color: unset;
}

.preview-form h4:nth-child(3) {
  margin-top: 40px;
}

.child.images-holder.slideCtlButton:nth-last-child(1) {
  right: 5%;
}

.child.images-holder .slideCtlButton:nth-last-child(2) {
  left: 5%;
}

.calendar-holder {
  padding: 10px 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) and (max-width: 999px) {
  .calendar-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1000px) {
  .calendar-holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.input-collector {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 600px) and (max-width: 999px) {
  .input-collector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1000px) {
  .input-collector {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.input-collector label {
  height: 40px;
  position: relative;
  margin-bottom: 43px;
  border: solid rgb(82, 73, 28) 1px;
  border-radius: 7px;
  width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .input-collector label {
    width: 33%;
  }
}
@media (min-width: 1000px) {
  .input-collector label {
    width: 35%;
  }
}

.input-collector label#contact {
  padding: unset !important;
}

.input-collector label.error, .calendar-holder.error {
  border: solid rgba(255, 0, 0, 0.6) 1px;
  position: relative;
}

.calendar-holder.error {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-radius: 5px;
}

.input-collector label.error:first-child::after, .input-collector label.error:nth-child(2)::after, .calendar-holder.error::after {
  font-size: 11px !important;
  content: "number of reservation required";
  top: 102%;
  color: red;
  left: 7px;
  position: absolute;
}

.input-collector label.error:first-child::after {
  content: "number of reservation required";
}

.input-collector label.error:nth-child(2)::after {
  content: "whatsapp Number Required";
}

.calendar-holder.error::after {
  content: "lodging duration from today required";
}

.input-collector label:first-child {
  margin-right: unset;
}
@media (min-width: 600px) {
  .input-collector label:first-child {
    margin-right: auto;
  }
}
@media (min-width: 1000px) {
  .input-collector label:first-child {
    margin-right: auto;
  }
}

.input-collector label:nth-child(2) {
  margin-left: unset;
}
@media (min-width: 600px) {
  .input-collector label:nth-child(2) {
    margin-left: auto;
  }
}
@media (min-width: 1000px) {
  .input-collector label:nth-child(2) {
    margin-left: auto;
  }
}

.input-collector label span {
  position: absolute;
  bottom: 105%;
  left: 3px;
  font-size: 13px;
}

.input-collector input {
  width: 100%;
  height: 100%;
  border: unset;
  outline: unset;
  background-color: unset;
  padding-left: 10px;
}

.form button[type=button] {
  background-color: rgb(82, 73, 28);
  color: white;
  border-radius: 999px;
}
@media (min-width: 600px) {
  .form button[type=button] {
    border-radius: 10px;
  }
}
@media (min-width: 1000px) {
  .form button[type=button] {
    border-radius: 10px;
  }
}
.form button[type=button] {
  height: 40px;
  width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .form button[type=button] {
    width: 25%;
  }
}
@media (min-width: 1000px) {
  .form button[type=button] {
    width: 20%;
  }
}
.form button[type=button] {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

.date-check-in, .date-check-out, .date-check-in-check-out {
  background-color: rgb(82, 73, 28);
  border-radius: 5px;
  color: white;
  position: relative;
}

.date-check-in::after, .date-check-out::before {
  position: absolute;
  content: "";
  top: 32%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgb(82, 73, 28);
}

.date-check-in::after {
  left: 80%;
  transform: rotate(-90deg);
}

.date-check-out::before {
  right: 80%;
  transform: rotate(90deg);
}

.stay-dates {
  background-color: rgba(82, 73, 28, 0.5);
  color: white;
  border-radius: 5px;
}

.code-Message-container {
  background-color: white;
  width: 80%;
}
@media (min-width: 600px) {
  .code-Message-container {
    width: 60%;
  }
}
@media (min-width: 1000px) {
  .code-Message-container {
    width: 400px;
  }
}
.code-Message-container {
  height: auto;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  border-radius: 7px;
  color: rgb(82, 73, 28);
}
.code-Message-container h4 {
  margin-top: 0;
  margin-bottom: 10px;
}
.code-Message-container svg {
  fill: rgb(82, 73, 28);
  height: 35px;
  width: 35px;
  margin-top: 20px;
}

.message {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 12px;
  border: solid red 1;
}

#popUp {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 4;
  transition: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.popUp {
  height: 100% !important;
}

.vartical-shrink {
  animation: grow 1s ease forwards;
}

@keyframes grow {
  from {
    max-height: 0;
  }
  to {
    max-height: 400px;
  }
}
.error-Shadow {
  box-shadow: 0 0 1px 2px rgba(255, 0, 0, 0.3);
}

/*# sourceMappingURL=index.css.map */
