body.overflow-hidden {
  overflow: hidden;
}

#side-menu {
  display: none;
  position: fixed;
  width: 300px;
  top: 0;
  right: -300px;
  height: 100%;
  overflow-y: auto;
  z-index: 1035;
  background: #fff;
  padding: 20px 30px;
  color: #333;
  transition: 0.4s;
}

body.side-menu-visible #side-menu {
  transform: translateX(-300px);
}

#side-menu .contents {
  margin-top: 15px;
}

#side-menu .nav-link {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
}

#side-menu .nav-link:hover {
  opacity: 0.8;
}

#side-menu .close {
  font-size: 36px;
  font-weight: normal;
  background-color: white;
  border: none;
  margin-left: 80%;
}

.side-menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none;
}

#side-menu.side-menu-left {
  right: auto;
  left: -300px;
}

body.side-menu-visible #side-menu.side-menu-left {
  transform: translateX(300px);
}

#hero-bottom {
  color: rgb(255,255,255);
  text-align: center;
}

.p-top {
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  margin-bottom: 0px;
}

@media (min-width: 576px) {
  .p-top {
    font-size: 26px;
  }
}

.p-bottom {
  font-size: 13px;
  margin-bottom: 0px;
}

.reserve-button {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(13,110,253,0);
  border-radius: 30px;
}

.reserve-button:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.arrow-button {
  color: rgb(255,255,255);
}

@media (min-width: 992px) {
  #hero-bottom .container {
    width: 800px;
  }
}

.with-border {
  border: 1px solid rgba(255,255,255,0.33) ;
  border-top-width: 0px;
  border-bottom-width: 0px;
}

#states {
  text-align: center;
}

#states iframe {
  width: 90%;
  height: 400px;
}

@media (min-width: 992px) {
  #states iframe {
    height: 500px;
    width: 900px;
  }
}

#state {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 150px;
  font-size: 12px;
}

@media (min-width: 768px) {
  #state {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 250px;
    font-size: 18px;
  }
}

.cell-right {
}

.cell-left {
}

#aero {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/back.jpg") center / auto no-repeat;
}

#aero .container {
  margin-top: 299px;
}

#aero h3 {
  font-family: Montserrat, sans-serif;
}

#interior {
  width: 100%;
  height: 60vh;
}

@media (min-width: 768px) {
  #interior {
    width: 100%;
    height: 100vh;
  }
}

#interior .figure-caption {
  color: var(--bs-white);
  margin-top: 15px;
}

#cap-title {
  margin-right: 20px;
  font-size: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
}

#interior .figure {
  max-width: 90%;
}

@media (min-width: 768px) {
  #interior .figure {
    max-width: 70%;
  }
}

#topview {
  width: 100%;
  height: 100vh;
  background: url("../../assets/img/top.jpg") center / cover no-repeat;
}

#topview .container {
  margin-bottom: 50px;
}

#footer-basic .reserve-button {
  margin: 80px 0px;
  padding: 8px 50px;
}

#ver-line {
  width: 1px;
  height: 150px;
  background: rgba(255,255,255,0.35);
  margin: 0 auto;
  margin-top: -51px;
}

