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

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

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(243, 243, 243);
  font-family: "Roboto", sans-serif;
  color: black;
}

.topnav {
  width: 100%;
  background-color: white;
  box-shadow: 6px 0 12px rgba(82, 73, 28, 0.4);
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 6;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (min-width: 600px) and (max-width: 999px) {
  .topnav {
    top: 0;
  }
}
@media (min-width: 1000px) {
  .topnav {
    top: 0;
  }
}
.topnav {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0 2%;
}

.topnav button {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  color: #52491c;
}
.topnav button svg {
  fill: #52491c;
  stroke: #52491c;
}
@media (min-width: 1000px) {
  .topnav button {
    display: none;
  }
}

.topnav button span {
  position: absolute;
  bottom: -15px;
  font-size: 11px;
}

.topnav .dashBoardLogoHolder {
  background-color: transparent !important;
  height: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(40% - 65px);
}
.topnav .dashBoardLogoHolder img {
  max-width: 100%;
  height: 100%;
  object-fit: fill;
}
@media (min-width: 1000px) {
  .topnav .dashBoardLogoHolder {
    width: calc(100% - 65px);
  }
}

.userNameHold {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.userNameHoldChild:last-child {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -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: whitesmoke;
  overflow: hidden;
}
.userNameHoldChild:last-child img {
  max-width: 110%;
  max-height: 110%;
}

.userNameHoldChild:first-child {
  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-right: 10px;
  height: inherit;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.userNameHoldChild:first-child span:first-child {
  font-size: 12px;
  font-weight: 600;
}
.userNameHoldChild:first-child span {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}
.userNameHoldChild:first-child span:last-child {
  font-size: 11px;
}

.leftNav, .rightNav {
  width: 14%;
  height: inherit;
  background-color: white;
  position: fixed;
  height: 90vh;
  top: 80px;
}

.leftNav {
  left: 1%;
  left: 0;
}
@media (min-width: 600px) {
  .leftNav {
    left: 0;
  }
}
@media (min-width: 1000px) {
  .leftNav {
    left: 1;
  }
}
.leftNav {
  width: 0;
  width: 0;
}
@media (min-width: 600px) {
  .leftNav {
    width: 0;
  }
}
@media (min-width: 1000px) {
  .leftNav {
    width: 20%;
  }
}
.leftNav {
  overflow: hidden;
  transition: 0.8s;
  background-color: white;
  z-index: 2;
  top: 80px;
}

.leftNav .menuHolder {
  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%;
  width: 100%;
}

.menu-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.leftNav .menuHolder .menu-group button {
  width: 100%;
  text-align: left;
  padding: 10px;
  background-color: rgba(82, 73, 28, 0.07);
  margin-bottom: 2px;
  color: black;
}

.leftNav .menuHolder .title {
  text-align: left;
  width: 100%;
  font-weight: 600;
  padding: 20px 0 0 0;
}

.leftNav.shower {
  width: 100%;
}
@media (min-width: 600px) {
  .leftNav.shower {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .leftNav.shower {
    width: 0%;
  }
}
.leftNav.shower {
  z-index: 5;
  transition: 0.8s;
  border-right: solid #52491c 0.3px;
}

.midleContainer {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
}
@media (min-width: 600px) {
  .midleContainer {
    margin-top: 80px;
  }
}
@media (min-width: 1000px) {
  .midleContainer {
    margin-top: 80px;
  }
}

.rightNav {
  background-color: white;
  width: 0%;
  right: 0%;
}

.contentHolder {
  background-color: white;
  height: auto;
  width: 100%;
}
@media (min-width: 600px) {
  .contentHolder {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    width: 78%;
  }
}
.contentHolder {
  width: 100%;
}
@media (min-width: 600px) {
  .contentHolder {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    width: 78%;
  }
}
.contentHolder {
  margin-left: 22%;
  margin-left: 0%;
}
@media (min-width: 600px) {
  .contentHolder {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .contentHolder {
    margin-left: 22%;
  }
}
.contentHolder {
  margin-right: auto;
  overflow: auto;
}

.menuHolder {
  margin-right: 0px;
  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;
}

.menuButton {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  margin: auto 30px;
  position: relative;
  font-size: 12px;
  text-align: 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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  text-align: center;
}
.menuButton span {
  position: absolute;
  top: 100%;
  width: 250%;
  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: black;
}
.menuButton svg {
  fill: rgb(82, 73, 28);
  height: 25px;
  width: 25px;
}
@media (min-width: 1000px) {
  .menuButton {
    display: none;
  }
}

.topPane {
  margin-top: 30px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 1% 2% 2% 2%;
  position: relative;
}

.sumOptDropr {
  position: absolute;
  right: 2%;
  width: 120px;
  border: solid rgb(82, 73, 28) 1px;
  height: 35px;
  border-radius: 7px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding-right: 10px;
}

.sumOptDropr::after {
  content: "";
  left: 10px;
  border-left: solid rgb(82, 73, 28) 1px;
  border-bottom: solid rgb(82, 73, 28) 1px;
  position: absolute;
  height: 10px;
  width: 10px;
  margin-bottom: 5px;
  transform: rotate(-45deg);
  text-align: left;
}

.sumOptHldr {
  position: absolute;
  top: 90%;
  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;
  right: 2%;
  background-color: white;
  width: 150px;
  border-radius: 7px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 8px;
  z-index: 1;
  transition: 0.3s;
  height: 223px;
  border: solid rgba(0, 0, 0, 0.1) 0.3px;
}

.sumOptHider {
  height: 0;
  padding: 0;
  overflow: hidden;
  box-shadow: unset;
  border: unset;
}

.sumOpt {
  height: 35px;
  width: 100%;
  background-color: rgba(218, 215, 215, 0.4);
  margin-bottom: 8px;
  color: black;
  font-size: 12px;
}

.sumOpt:last-child {
  margin-bottom: unset;
}

.loginPage {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  position: relative;
  padding: 0;
  -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) {
  .loginPage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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) {
  .loginPage {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
}

.loginForm {
  width: 50%;
  width: 100%;
}
@media (min-width: 600px) {
  .loginForm {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .loginForm {
    width: 50%;
  }
}
.loginForm {
  height: 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-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;
  padding: 0 2%;
  margin: auto;
  height: 65%;
  margin: 20px auto;
}
@media (min-width: 600px) {
  .loginForm {
    margin: auto;
  }
}
@media (min-width: 1000px) {
  .loginForm {
    margin: auto;
  }
}
.loginForm {
  height: 65%;
}
@media (min-width: 600px) {
  .loginForm {
    height: 65%;
  }
}
@media (min-width: 1000px) {
  .loginForm {
    height: 60%;
  }
}
.loginForm {
  border-radius: 7px;
}

.loginInput, .loginBtn {
  width: 300px;
  height: 45px;
  border-radius: 7px;
  border: solid black 1px;
  font-size: 14px;
  color: black;
  background-color: white;
  margin: 0 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;
  text-align: center;
  margin-bottom: 35px;
  text-align: left;
  overflow: hidden;
}

.loginInput input {
  width: 100%;
  height: 100%;
  border: 0 !important;
  outline: 0 !important;
  background-color: transparent;
  padding: 0 10px;
}
.loginInput input:focus {
  outline: none;
  background-color: white;
  box-shadow: unset;
}

.loginInput input::placeholder {
  color: ragba(black, 0.5);
  font-size: 14px;
  font-weight: 400;
}

.loginBtn {
  background-color: rgb(82, 73, 28);
  color: white;
  font-weight: 600;
  border: unset;
  text-align: center;
  -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-bottom: unset;
}
.loginBtn:hover {
  background-color: rgba(179, 152, 0, 0.993);
}
.loginBtn:focus {
  outline: none;
  border: unset;
  background-color: rgb(82, 73, 28);
  box-shadow: unset;
}

.logoHolder {
  width: 50%;
  width: 100%;
}
@media (min-width: 600px) {
  .logoHolder {
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .logoHolder {
    width: 50%;
  }
}
.logoHolder {
  height: 100%;
  height: 100px;
}
@media (min-width: 600px) {
  .logoHolder {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .logoHolder {
    height: 100%;
  }
}
.logoHolder {
  margin: 0 auto;
  -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;
  overflow: hidden;
  background-color: rgba(218, 215, 215, 0.4);
  box-shadow: 6px 0 12px rgba(82, 73, 28, 0.4);
}
.logoHolder img {
  max-width: 150%;
}
@media (min-width: 600px) {
  .logoHolder img {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  .logoHolder img {
    max-width: 100%;
  }
}
.logoHolder img {
  max-height: 150%;
}
@media (min-width: 600px) {
  .logoHolder img {
    max-height: 100%;
  }
}
@media (min-width: 1000px) {
  .logoHolder img {
    max-height: 100%;
  }
}

#popUp {
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 6;
  transition: 0.3s;
}

.popUp {
  height: 100% !important;
}

.users-list {
  overflow: auto;
  height: calc(100% - 40px);
}

.dashboard {
  width: 100%;
  margin: 0px auto;
  height: auto;
  border: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-top: 20px;
  align-items: flex-start;
}
.dashboard h4 {
  position: absolute;
  left: 0%;
  top: -50px;
  margin-bottom: 0;
  font-size: larger !important;
  width: 100%;
}
.dashboard h4 button {
  position: absolute;
  right: 5%;
  bottom: 0;
  font-weight: 600;
  color: rgb(82, 73, 28);
  font-size: 14px;
}
.dashboard h2 {
  width: 100%;
  padding: 3% 2%;
  margin-bottom: 35px;
  margin-top: unset;
}

.user-Profile-section {
  border-radius: 8px;
  padding: 10px;
  background-color: rgba(243, 243, 243, 0.3);
  font-size: 13px;
  border: solid rgba(0, 0, 0, 0.1) 1px;
  position: relative;
  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;
  width: 100%;
}
@media (min-width: 600px) {
  .user-Profile-section {
    width: 46%;
  }
}
@media (min-width: 1000px) {
  .user-Profile-section {
    width: 46% !important;
  }
}
.user-Profile-section {
  min-height: 100px !important;
  margin-left: 2.5%;
  margin-bottom: 80px;
}

#rooms, #contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  height: 75vh;
  width: 100%;
}
@media (min-width: 600px) {
  #rooms, #contact {
    width: 46%;
  }
}
@media (min-width: 1000px) {
  #rooms, #contact {
    width: 46% !important;
  }
}
#rooms, #contact {
  margin-left: 2%;
}

#photo, #rules, #amenities {
  width: 95%;
}

#contact {
  height: auto;
}

#banners, #sum, #bannerForm.slidable {
  padding: 0;
  background-color: rgba(243, 243, 243, 0);
  border: solid rgba(0, 0, 0, 0) 1px;
  width: 95% !important;
}
@media (min-width: 600px) and (max-width: 999px) {
  #banners, #sum, #bannerForm.slidable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
}
@media (min-width: 1000px) {
  #banners, #sum, #bannerForm.slidable {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
}

@media (min-width: 600px) and (max-width: 999px) {
  #bannerForm.slidable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -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;
  }
}

#bannerForm.slidable h3:first-child {
  position: absolute;
  top: -35px;
  font-size: 20px;
}

#bannerForm {
  height: auto;
}
@media (min-width: 600px) and (max-width: 999px) {
  #bannerForm {
    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;
  }
}

.room {
  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;
  width: 95%;
  height: 70vh;
  background-color: rgba(82, 73, 28, 0.06);
  margin-bottom: 20px;
  padding: 15px 10px;
  border-radius: 7px;
  position: absolute;
  left: -100%;
}

.room:nth-last-child(1) {
  left: 2.5%;
}

.room button {
  width: 100%;
  width: 100%;
}
@media (min-width: 600px) {
  .room button {
    width: 30%;
  }
}
@media (min-width: 1000px) {
  .room button {
    width: 30%;
  }
}
.room button {
  background-color: rgb(82, 73, 28);
  color: white;
  font-weight: 600;
  font-size: 14px;
  height: 40px;
  border-radius: 7px;
  margin-top: 10px;
}

.image-holder {
  height: 70%;
  overflow: hidden;
  -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-bottom: 10px;
}

.image-holder img, .nonSlidable .banner .banner-img-holder img, .slidable .banner .banner-img-holder img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.room .detail, .nonSlidable .banner .detail, #contact .detail, #sum .price .detail, #rules .detail, #bannerForm .detail {
  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: 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;
  padding: 10px 3% 10px 0;
}

.detail input[type=text], #rules label.dynamic input {
  width: 100%;
  height: 35px;
  border-radius: 7px;
  background-color: rgba(82, 73, 28, 0.06);
  border: solid rgba(82, 73, 28, 0.2) 0.5px;
  letter-spacing: 1.5px;
  padding-left: 2%;
  font-size: 15px;
  outline: unset;
}

#rules label.dynamic {
  background-color: rgba(82, 73, 28, 0.06);
  padding: 20px 3%;
  margin-top: 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;
}
#rules label.dynamic span {
  font-weight: 600;
}
#rules label.dynamic {
  border-radius: 5px;
}

#contact .detail .child:first-child {
  position: relative;
  width: 100%;
}

#contact .detail .child:first-child button:first-child {
  position: absolute;
  right: 15%;
  padding: 3px 10px;
  background-color: rgba(82, 73, 28, 0.2);
  color: black;
  border-radius: 3px;
  font-size: 11px;
  bottom: 0px;
}

#contact .detail .child:first-child button:last-child {
  position: absolute;
  right: 0%;
  padding: 3px 10px;
  background-color: rgb(82, 73, 28);
  color: white;
  border-radius: 3px;
  font-size: 11px;
  bottom: 0px;
}

#contact .detail {
  width: 100%;
  margin-top: 20px;
}

.nonSlidable .banner .detail {
  padding-top: 0;
}

.room .detail .child:last-child,
.nonSlidable .banner .detail .child .sub:last-child,
#contact .detail .child:last-child,
.slidable .banner .detail .child .sub:last-child,
#sum .price .detail .child:last-child, #bannerForm .detail .child:last-child {
  font-size: 13px;
  font-weight: 600;
}

#contact .detail .child:last-child span:nth-child(even) {
  margin-right: 10px;
}

#contact .detail .child:last-child span:nth-child(odd) {
  color: rgb(82, 73, 28);
}

.nonSlidable .banner .detail .child, .slidable .banner .detail .child {
  margin-bottom: 17px;
  padding-right: 7%;
}

.nonSlidable .banner .detail button, .slidable .banner .detail button {
  width: 40vw;
  width: 40vw;
}
@media (min-width: 600px) {
  .nonSlidable .banner .detail button, .slidable .banner .detail button {
    width: 12vw;
  }
}
@media (min-width: 1000px) {
  .nonSlidable .banner .detail button, .slidable .banner .detail button {
    width: 12vw;
  }
}
.nonSlidable .banner .detail button, .slidable .banner .detail button {
  height: 35px;
  font-weight: 600;
  background-color: #52491c;
  color: white;
  border-radius: 7px;
}

#contact .detail .child.dynamicEditable:last-child {
  padding: 10px 2% !important;
  background-color: rgba(82, 73, 28, 0.03);
  border: solid rgba(82, 73, 28, 0.3) 0.5px;
  outline: unset;
  margin-top: 10px;
  border-radius: 7px;
  width: 100%;
}

#contact .detail .child span.dynamicEditable {
  padding: 10px 2% !important;
  background-color: rgba(82, 73, 28, 0.03);
  border: solid rgba(82, 73, 28, 0.3) 0.5px;
  outline: unset;
  margin-top: 5px;
  border-radius: 7px;
  height: 40px;
  min-width: 40%;
  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;
}

#contact .detail .child span.dynamicEditable:nth-child(2) {
  margin-bottom: 20px;
}

.nonSlidable, .slidable, .slidesNest, #sum .price {
  padding: 10px;
  background-color: rgba(243, 243, 243, 0.3);
  border: solid rgba(0, 0, 0, 0.1) 1px;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  height: 26vh;
}
@media (min-width: 600px) {
  .nonSlidable, .slidable, .slidesNest, #sum .price {
    height: 46vh;
  }
}
@media (min-width: 1000px) {
  .nonSlidable, .slidable, .slidesNest, #sum .price {
    height: 53vh;
  }
}

.nonSlidable, .slidable, #sum .price {
  width: 100%;
}
@media (min-width: 600px) {
  .nonSlidable, .slidable, #sum .price {
    width: 45%;
  }
}
@media (min-width: 1000px) {
  .nonSlidable, .slidable, #sum .price {
    width: 45%;
  }
}

.slidesNest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  height: auto;
}
@media (min-width: 1000px) {
  .slidesNest {
    width: 45%;
    margin-left: unset;
  }
}
@media (min-width: 600px) and (max-width: 999px) {
  .slidesNest {
    width: 90%;
    margin-left: unset;
    margin-left: auto;
  }
}

.innerNest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-height: 500px;
  border-radius: 8px;
  overflow: auto;
}

.nonSlidable, #sum .price:first-child {
  margin-bottom: 60px !important;
}

.nonSlidable .banner, .slidable .banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  background-color: rgba(82, 73, 28, 0.06);
  padding: 15px 10px;
  border-radius: 7px;
  position: absolute;
  left: -100%;
}

.nonSlidable .banner:last-child, .slidable .banner:last-child {
  left: 2.5%;
}

.nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
  width: 40vw;
}
@media (min-width: 600px) {
  .nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
    width: 20vw;
  }
}
@media (min-width: 1000px) {
  .nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
    width: 20vw;
  }
}
.nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
  height: 40vw;
}
@media (min-width: 600px) {
  .nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
    height: 20vw;
  }
}
@media (min-width: 1000px) {
  .nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
    height: 20vw;
  }
}
.nonSlidable .banner .banner-img-holder, .slidable .banner .banner-img-holder {
  overflow: hidden;
}

.slidable .banner .banner-img-holder {
  position: relative;
}

.slidable .banner .banner-img-holder .banner-img-holder-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(82, 73, 28, 0.5);
  color: white;
  height: 100%;
  font-size: 17px;
  font-weight: 600;
  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;
  padding: 5%;
  text-align: center;
}

.nonSlidable .banner .detail, .slidable .banner .detail {
  width: 55vw;
  width: 55vw;
}
@media (min-width: 600px) {
  .nonSlidable .banner .detail, .slidable .banner .detail {
    width: 20vw;
  }
}
@media (min-width: 1000px) {
  .nonSlidable .banner .detail, .slidable .banner .detail {
    width: 20vw;
  }
}

#sum .price {
  height: auto;
}

#sum .price button {
  width: 23vw;
  background-color: rgb(82, 73, 28);
  color: white;
  height: 35px;
  font-weight: 600;
  border-radius: 7px;
  margin: 10px 0 10px 0;
  margin-left: calc(100% - 25vw);
}

#rules .scroller {
  width: 100%;
  height: 40vh;
  height: 40vh;
}
@media (min-width: 600px) {
  #rules .scroller {
    height: 40vh;
  }
}
@media (min-width: 1000px) {
  #rules .scroller {
    height: 60vh;
  }
}
#rules .scroller {
  overflow-y: auto;
}

#rules .detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  border-bottom: solid rgba(82, 73, 28, 0.3) 0.5px;
  padding: 15px 3% 15px 0;
}

#rules .detail span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#rules .detail:last-of-type {
  border: unset;
}

#rules .detail input {
  margin-left: 5%;
}

#rules .detail input.hide {
  display: none;
}

.commandDiv {
  width: 100%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.commandDiv button {
  padding: 0 20px;
  height: 35px;
  color: white;
  background-color: rgb(82, 73, 28);
  border-radius: 7px;
  margin-left: 20px;
}

.commandDiv button:first-child {
  background-color: rgba(82, 73, 28, 0.5);
  color: black;
}

#photo .photos-nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 34vw;
}
@media (min-width: 600px) and (max-width: 999px) {
  #photo .photos-nest {
    height: 20vw;
  }
}
@media (min-width: 1000px) {
  #photo .photos-nest {
    height: 15vw;
  }
}
#photo .photos-nest {
  overflow-y: hidden;
  overflow-x: auto;
  padding-bottom: 4vw;
}

#photo .photos-nest .img-holder {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30vw;
  -ms-flex: 0 0 30vw;
  flex: 0 0 30vw;
  height: 30vw;
}
@media (min-width: 600px) and (max-width: 999px) {
  #photo .photos-nest .img-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20vw;
    -ms-flex: 0 0 20vw;
    flex: 0 0 20vw;
    height: 20vw;
  }
}
@media (min-width: 1000px) {
  #photo .photos-nest .img-holder {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15vw;
    -ms-flex: 0 0 15vw;
    flex: 0 0 15vw;
    height: 15vw;
  }
}
#photo .photos-nest .img-holder {
  margin: 5px 2%;
  position: relative;
}

#photo .photos-nest .img-holder label {
  position: absolute;
  top: 0%;
  left: 0%;
  padding: 2%;
  width: 100%;
  height: 100%;
}

#photo .photos-nest .img-holder label.hide {
  display: none;
}

#photo .photos-nest .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#photo .photos-nest .img-holder.selected {
  border: solid rgb(82, 73, 28) 1px;
}

#bannerForm .no-slide-img-holder {
  width: 100%;
  padding: 2%;
  height: 90vw;
}
@media (min-width: 600px) {
  #bannerForm .no-slide-img-holder {
    height: 300px;
  }
}
@media (min-width: 1000px) {
  #bannerForm .no-slide-img-holder {
    height: 500px;
  }
}
#bannerForm .no-slide-img-holder {
  background-color: rgba(82, 73, 28, 0.06);
  border-radius: 7px;
  border: solid rgba(82, 73, 28, 0.3) 0.3px;
}

#bannerForm .no-slide-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bannerForm .no-slide-caption-manager, #bannerForm .caption-manager {
  background-color: rgba(82, 73, 28, 0.06);
  border-radius: 7px;
  margin-top: 20px;
  padding: 10px;
  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;
  border: solid rgba(82, 73, 28, 0.3) 0.3px;
  outline: unset;
}
@media (min-width: 1000px) {
  #bannerForm .no-slide-caption-manager, #bannerForm .caption-manager {
    width: 100%;
  }
}

#bannerForm.slidable .caption-manager {
  margin-left: 5%;
  margin-left: 0;
}
@media (min-width: 600px) {
  #bannerForm.slidable .caption-manager {
    margin-left: 0;
  }
}
@media (min-width: 1000px) {
  #bannerForm.slidable .caption-manager {
    margin-left: 5%;
  }
}
#bannerForm.slidable .caption-manager {
  width: 100%;
}
@media (min-width: 600px) {
  #bannerForm.slidable .caption-manager {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  #bannerForm.slidable .caption-manager {
    width: 60%;
  }
}
#bannerForm.slidable .caption-manager {
  margin-top: 100px;
}

#bannerForm .no-slide-caption-manager button, .picturePicker, #bannerForm button:last-child, #bannerForm .caption-manager .child button.captionLoader {
  margin-left: 60%;
  background-color: rgb(82, 73, 28);
  padding: 2%;
  height: 35px;
  border-radius: 5px;
  color: white;
  font-weight: 600;
  margin-top: 10px;
}

.picturePicker {
  margin-left: 70%;
}

#bannerForm button:last-child {
  margin-left: 0;
  width: 100%;
  margin: 20px 0 15px 0;
}

#bannerForm .no-slide-caption-manager label {
  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;
  width: 100%;
  margin-top: 10px;
}

#bannerForm .no-slide-caption-manager label input {
  height: 30px;
  width: 100%;
  background-color: transparent;
  border-radius: 7px;
  height: 35px;
  border: solid rgba(82, 73, 28, 0.3) 1px;
  outline: unset;
  padding: 0 3%;
}

#bannerForm .slidesNest .slide {
  width: 45%;
  height: auto;
  background-color: rgba(82, 73, 28, 0.06);
  border: solid rgba(82, 73, 28, 0.3) 0.3px;
  border-radius: 7px;
  padding: 2%;
  margin: 20px 2.5%;
  position: relative;
}

#bannerForm .slidesNest .slide .slide-img {
  width: 100%;
  height: 120px;
}
@media (min-width: 600px) and (max-width: 999px) {
  #bannerForm .slidesNest .slide .slide-img {
    height: 200px;
  }
}

#bannerForm .slidesNest .slide .slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#bannerForm .slidesNest .slide label {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 3.5% 3%;
}

#bannerForm .slidesNest .slide .slide-caption {
  padding: 10px 0;
  height: auto;
}

#bannerForm .slidesNest button {
  width: auto;
  margin-left: 75%;
  margin-right: unset;
  padding: 0 3%;
}

#bannerForm .caption-manager {
  position: relative;
  margin-top: 50px;
  width: 45%;
}

#bannerForm .caption-manager .child {
  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: 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;
  margin-top: 20px;
  position: relative;
}

#bannerForm .caption-manager .existingCaptionsrenderer {
  position: absolute;
  width: 100%;
  height: auto !important;
  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: white;
  border: solid rgba(82, 73, 28, 0.3) 0.3px;
  top: 102%;
  border-radius: 7px;
  width: 70%;
  padding: 10px;
}

#bannerForm .caption-manager .child button.captionLoader {
  width: auto;
  margin: unset;
  padding: 0 2%;
  background-color: rgba(82, 73, 28, 0.4);
  color: rgba(0, 0, 0, 0.7);
}

#bannerForm .caption-manager .child label {
  width: 70%;
  margin-right: 5%;
}
#bannerForm .caption-manager .child label span {
  font-weight: 600;
}

#bannerForm .caption-manager .child input {
  width: 100%;
  height: 35px;
  background-color: transparent;
  border-radius: 5px;
  border: solid rgba(82, 73, 28, 0.7) 1px;
  outline: unset;
  padding: 2%;
}

#bannerForm .caption-manager .existingCaptionsrenderer button {
  background-color: unset !important;
  height: auto !important;
  text-align: left;
  padding: 10px 0 !important;
  font-weight: unset;
  color: black !important;
  margin: unset !important;
  border-bottom: solid rgba(82, 73, 28, 0.3) 0.3px;
}

#bannerForm .caption-manager .existingCaptionsrenderer button:last-child {
  border: unset;
}

.selected-photo-rendrer {
  height: 100%;
  width: 100%;
  background-color: white;
  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: 4%;
  position: relative;
}

.photo-previewer {
  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;
  width: 100%;
  height: 60vh;
  padding: 5%;
  background-color: rgba(82, 73, 28, 0.1);
}

.photo-previewer img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.selected-photos-nest {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding: 5%;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.selected-photos-nest-child {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30vw;
  -ms-flex: 0 0 30vw;
  flex: 0 0 30vw;
  height: 30vw;
  margin: 0 3vw;
  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;
  background-color: rgba(82, 73, 28, 0.1);
  padding: 4%;
}

.selected-photos-nest-child img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.selected-photo-rendrer button.closer {
  position: absolute;
  top: 2%;
  right: 3%;
  height: 35px;
  width: 35px;
}
.selected-photo-rendrer button.closer svg {
  fill: rgb(82, 73, 28);
}

.newBannerPhotoPreview {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.bannerPreview {
  position: relative;
}

.bannerPreview .textHolder {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: rgba(82, 73, 28, 0.2);
  color: white;
  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;
  text-align: center;
  font-size: 25px;
  padding: 5%;
}

.newBannerPhotoPreview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.front-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 4%;
  padding: 20px 4% 5px 4%;
}
@media (min-width: 600px) {
  .front-about {
    padding: 20px 5% 5px 5%;
  }
}
@media (min-width: 1000px) {
  .front-about {
    padding: 20px 5% 5px 5%;
  }
}
.front-about {
  position: relative;
  -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 p {
  margin-bottom: unset;
}
.front-about {
  margin-top: 50px;
  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: 3.5vw;
  }
}
.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(82, 73, 28, 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);
}
.about-text p {
  margin: 15px 0 0 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: unset;
}

.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: 400px;
}
@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: 76.9230769231%;
  position: absolute;
  z-index: 1;
}

#middle {
  text-align: center;
  position: relative;
  width: 100%;
  height: 250px;
}
@media (min-width: 600px) {
  #middle {
    height: 400px;
  }
}
@media (min-width: 1000px) {
  #middle {
    height: 500px;
  }
}
#middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#middle .mediaHolder {
  width: 100%;
  height: 100%;
}
#middle {
  margin: 20px 0 100px 0;
}
@media (min-width: 600px) {
  #middle {
    margin: 80px 0 120px 0;
  }
}
@media (min-width: 1000px) {
  #middle {
    margin: 100px 0;
  }
}
#middle img, #middle video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#middle .command-div {
  position: absolute;
  top: 105%;
  width: 100%;
}

.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;
  }
}

#middle .media-changer {
  bottom: 0%;
  right: 0%;
  position: absolute;
  z-index: 3;
  background-color: #52491c;
  height: 40px;
  padding: 15px;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  margin: auto;
  font-size: 15px;
}

.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: 80px;
  margin-bottom: 100px;
}

.amenity {
  width: 80%;
  width: 100%;
}
@media (min-width: 600px) {
  .amenity {
    width: 90%;
  }
}
@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: 10px;
}

.amenity:nth-child(3) {
  margin-top: 60px;
}

.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;
  position: relative;
}
@media (min-width: 600px) {
  .amenity-image-holder {
    position: relative;
  }
}
@media (min-width: 1000px) {
  .amenity-image-holder {
    position: absolute;
  }
}

.amenity-description {
  height: 650px;
}
@media (min-width: 600px) {
  .amenity-description {
    height: 500px;
  }
}
@media (min-width: 1000px) {
  .amenity-description {
    height: 400px;
  }
}
.amenity-description {
  width: 40%;
  width: 90%;
}
@media (min-width: 600px) {
  .amenity-description {
    width: 90%;
  }
}
@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: rgb(82, 73, 28);
}

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

.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;
  background-color: rgb(82, 73, 28);
  margin-top: 30px;
  margin-left: 0;
  font-weight: 600;
  color: white;
}

.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: rgb(82, 73, 28);
}
.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 #52491c;
  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: #52491c;
  height: 20px;
  width: 20px;
}
.contacCtlBrd button span {
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  color: #52491c;
  top: 115%;
}
.contacCtlBrd button {
  margin-left: unset;
}

.layers:nth-child(4) {
  position: relative;
  transform-style: preserve-3d;
  z-index: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 650px;
  -ms-flex: 0 0 650px;
  flex: 0 0 650px;
}
@media (min-width: 600px) and (max-width: 999px) {
  .layers:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 450px;
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1000px) {
  .layers:nth-child(4) {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 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: 70%;
  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%;
    height: 50%;
  }
}

.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 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0; /* 🔴 important */
  height: 130%; /* 🔴 important */
  background: url("../pngs/slide-2025-01-20-14-33-10.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateZ(-300px) scale(2);
}

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

#amenitis {
  background-color: white;
}

section#about {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}

#middle .command-div, #about .command-div, #amenities .command-div {
  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;
  padding: 0 10%;
  margin-top: 20px;
}
#middle .command-div button, #about .command-div button, #amenities .command-div button {
  height: 35px;
  background-color: #52491c;
  width: auto;
  padding: 0 10px;
  color: white;
  min-width: 100px;
  font-weight: 600;
  border-radius: 10px;
  margin-left: 20px;
}
#middle .command-div button:first-child, #about .command-div button:first-child, #amenities .command-div button:first-child {
  background-color: rgba(82, 73, 28, 0.4);
  color: black;
}

#about .command-div {
  position: absolute;
  bottom: -50px;
  right: 0;
}

.tapper {
  bottom: 0%;
  right: 0%;
  position: absolute;
  z-index: 3;
  background-color: #52491c;
  height: 40px;
  padding: 15px;
  border-radius: 7px;
  color: white;
  font-weight: 600;
  margin: auto;
  font-size: 15px;
}

section[contenteditable=true], div[contenteditable=true], p[contenteditable=true] {
  border: solid red 3px;
  padding: 10px;
  outline: unset;
}

.about {
  z-index: 1;
}

#aboutPane {
  background-color: white;
  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;
}
@media (min-width: 1000px) {
  #aboutPane {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
#aboutPane {
  padding: 80px 3%;
}

.about {
  width: 100%;
}
@media (min-width: 600px) {
  .about {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .about {
    width: 48%;
  }
}
.about {
  margin-right: 2%;
  margin-right: unset;
}
@media (min-width: 600px) {
  .about {
    margin-right: unset;
  }
}
@media (min-width: 1000px) {
  .about {
    margin-right: 2%;
  }
}
.about h2 {
  font-size: 30px;
}
.about {
  padding: 0 2%;
  padding: 0 2%;
}
@media (min-width: 600px) {
  .about {
    padding: 0 4%;
  }
}
@media (min-width: 1000px) {
  .about {
    padding: 0 2%;
  }
}
.about {
  border-radius: 7px;
  height: auto;
}
.about p {
  font-size: 15px;
  line-height: 25px;
}
.about {
  max-height: auto;
}
@media (min-width: 600px) {
  .about {
    max-height: auto;
  }
}
@media (min-width: 1000px) {
  .about {
    max-height: 450px;
  }
}
.about {
  margin-bottom: 40px;
}
@media (min-width: 600px) {
  .about {
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  .about {
    margin-bottom: 20px;
  }
}

.facility-list {
  width: 100%;
}
@media (min-width: 600px) {
  .facility-list {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .facility-list {
    width: 48%;
  }
}
.facility-list {
  margin-right: 2%;
  margin-right: unset;
}
@media (min-width: 600px) {
  .facility-list {
    margin-right: unset;
  }
}
@media (min-width: 1000px) {
  .facility-list {
    margin-right: 2%;
  }
}
.facility-list {
  box-shadow: 0 -6px 4px -4px rgba(82, 73, 28, 0.5);
}
@media (min-width: 600px) {
  .facility-list {
    box-shadow: 0 -6px 4px -4px rgba(82, 73, 28, 0.5);
  }
}
@media (min-width: 1000px) {
  .facility-list {
    box-shadow: -6px 0 4px -4px rgba(82, 73, 28, 0.5);
  }
}
.facility-list {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0 2%;
}
@media (min-width: 600px) {
  .facility-list {
    padding: 0 4%;
  }
}
@media (min-width: 1000px) {
  .facility-list {
    padding: 0 2%;
  }
}
.facility-list h4 {
  margin: 34px 0 0 0;
  font-weight: 600;
  position: unset;
}
.facility-list {
  border-radius: 7px;
}
.facility-list p {
  padding-left: 2%;
  margin-top: 10px;
  font-size: 15px;
  line-height: 25px;
}
.facility-list {
  max-height: 600px;
  overflow-y: auto;
}

#randPics {
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(218, 215, 215, 0.4);
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
}

.rand-pic {
  height: 250px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 80%;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
}
@media (min-width: 600px) and (max-width: 999px) {
  .rand-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
  }
}
@media (min-width: 1000px) {
  .rand-pic {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
}
.rand-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.error-Shadow {
  box-shadow: 0 0 2px 2px rgba(255, 0, 0, 0.6);
}

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