:root {
  --clr-primary: #618c5b;
  --clr-secondary: #1d2249;

  --ff-body: "Times New Roman", serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
}

body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

html.menu-open {
  overflow: hidden;
}

/* Shell Header */
.shell-header {
  background-color: #fff;
  /* height: 100px; */
  padding-block: 1rem;
  border-bottom: 4px solid var(--clr-primary);
  font-family: var(--ff-body);
}

.header-row {
  padding-inline: 2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logo img {
  width: 100%;
  max-width: 318px;
  max-height: 106px;
  display: block;
  /* margin: auto; */
}

.social-header {
  display: flex;
  gap: 2vw;
  flex: 0 1 25%;
}

.social-header a {
  width: 50px;
  height: 50px;
  /* min-width: 36px;
  min-height: 36px; */
  background-color: var(--clr-secondary);
  border: 2px solid var(--clr-secondary);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  transition: opacity ease 300ms;
}

.social-header a:hover {
  opacity: 0.75;
}

.header-actions {
  flex: 0 1 25%;
  max-width: 25%;
}

.navigation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 50%;
  justify-content: center;
  align-content: center;
  /* margin-left: auto; */
}

.submenu-back,
.dropdown-menu,
.book-now,
.mobile-menu-toggle {
  display: none;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  width: 32px;
  height: 17px;
  z-index: 10007;
}

.hamburger-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: var(--clr-secondary);
  transition: all 0.3s ease;
  left: 0;
  top: 0;
  transform-origin: center center;
}

.hamburger-line:first-child {
  top: 0;
}

.hamburger-line:nth-child(2) {
  top: 50%;
}

.hamburger-line:last-child {
  top: 100%;
}

.mobile-menu-toggle.active .hamburger-line:first-child {
  top: 50%;
  transform: rotate(45deg);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:last-child {
  top: 50%;
  transform: rotate(-45deg);
}

.submenu-back {
  display: none;
  font-size: 28px;
  color: var(--clr-secondary);
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  margin: 0 auto 2rem auto;
  position: relative;
  padding-left: 20px;
  font-weight: 500;
  opacity: 0.5;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--ff-body);
}

.submenu-back::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 14px;
  border-left: 1px solid var(--clr-secondary);
  border-bottom: 1px solid var(--clr-secondary);
  transform: translateY(-50%) rotate(45deg);
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: -20%;
  min-width: 220px;
  z-index: 10007;
  /* padding: 0.5rem 0; */
  white-space: nowrap;
  background-color: #fff;
}

.dropdown-menu a {
  display: block;
  padding: 0.5rem 1.25rem;
  font-size: 22px;
  color: var(--clr-secondary);
  text-decoration: none;
  transition: all 50ms ease;
  width: auto;
}

.dropdown-menu a:hover {
  background-color: var(--clr-primary);
  color: #fff;
}

.dropdown-menu p {
  padding: 0.75rem 1.25rem;
  font-size: 22px;
  color: var(--clr-secondary);
  font-weight: bold;
}

.nav-item:hover .dropdown-menu {
  display: block;
}

.main-nav {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1vw;
}

.main-nav a {
  text-decoration: none;
  color: var(--clr-secondary);
}

.nav-item {
  margin-left: 0.85vw;
  margin-right: 0.85vw;
  padding-top: 0.1em;
  font-size: 26px;
  color: var(--clr-secondary);
  cursor: pointer;
  position: relative;
}

.nav-item-label {
  margin-bottom: 0;
}

.video-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Shell BE Custom */

.shell-be {
  padding: 8rem 0;
  background-color: #f5f5f5;
}

/* Booking Engine custom styles */
#cancelReservation {
  font-size: 12px;
}

#lblNumberChildrenP1 {
  width: 100%;
}

.ui-datepicker-header,
.summary .summaryHeader {
  background: var(--clr-secondary);
}

.reserveRoom,
.done .step-number,
.done .step-number:before {
  background: var(--clr-primary);
}

.done .step-number {
  color: #fff;
}

.reserveRoom {
  color: #fff;
}

.reserveRoom:hover {
  background: #618c5b;
}

.roomName {
  background: var(--clr-secondary);
}

.on,
.roomName:hover,
.roomName:focus {
  background: #4b4e6d;
}

.roomName h4 {
  color: #fff;
}

/*subheaders*/
.roomdescBody h4,
.roomPolicy h4,
h4.contentheader {
  color: #333333;
}

/* Shell Footer */
.shell-footer {
  background-color: var(--clr-primary);
  padding-block: 6rem 3rem;
  font-family: var(--ff-body);
}

.footer-row {
  width: 95%;
  max-width: 1900px;
  margin: 0 auto;
}

.shell-footer h2 {
  color: #fff;
  font-size: 4rem;
  text-align: center;
  margin: 16px;
  font-weight: bold;
}

.shell-footer img {
  width: 100%;
}

.connect {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.connect > * {
  flex: 1 1 33.33%;
}

.contact {
  display: flex;
  justify-content: flex-start;
}

.contact img {
  width: 35vw;
  max-width: 700px;
  margin-top: -2vw;
}

.social-footer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2vw;
}

.social-footer a {
  width: 3vw;
  height: 3vw;
  min-width: 32px;
  min-height: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 1.25vw, 24px);
  color: #000;
  text-decoration: none;
  transition: opacity ease 300ms;
}

.partners {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 1vw;
  margin-top: -2vw;
}

.social-footer a:hover {
  opacity: 0.7;
}

.partners a {
  width: 7vw;
  max-width: 140px;
}

.sub-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
  color: #fff;
  font-style: italic;
  font-size: 18px;
  letter-spacing: 2px;
}

.sub-footer a {
  color: #fff;
  text-decoration: underline !important;
}

@media screen and (min-width: 770px) {
  #lblNumberChildrenP1 {
    width: 75%;
  }
  #lblNumberChildrenP1 span {
    display: block;
  }
  #res-info .summaryrow:nth-child(7) {
    display: flex;
    align-items: flex-end;
  }
  #res-info .summaryrow:nth-child(7) #summaryChildren {
    margin-bottom: 2px;
  }
  #res-info .summaryrow:nth-child(7) .summaryDropdown:before {
    bottom: 6px;
  }
}

@media screen and (max-width: 770px) {
  .main-header {
    position: relative;
    box-shadow: none;
    margin: 0;
  }

  #mainStage {
    margin-top: 35px;
  }

  #guest-login {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
  }
  .shell-header {
    padding: 2.5rem 1rem;
  }
  .social-header,
  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .logo img {
    position: relative;
    z-index: 10006;
  }

  .submenu-back {
    text-align: center;
  }

  .shell-footer h2 {
    font-size: 3rem;
  }

  .nav-item.active .submenu-back {
    display: block;
    z-index: 10007;
  }

  .nav-item.active .nav-item::after {
    display: none;
  }

  .nav-item.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--clr-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10005;
    padding: 2rem;
  }

  .nav-item.active .nav-item {
    display: none;
  }

  .nav-item.active .dropdown-menu {
    display: block;
    gap: 1rem;
    position: static;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .nav-item.active .dropdown-menu a {
    font-size: 30px;
    padding: 0;
    margin-bottom: 12px;
  }

  .navigation {
    width: 100%;
    flex: none;
    justify-content: space-between;
    align-items: center;
  }

  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: var(--clr-primary);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    z-index: 10005;
    padding: 0;
    padding-top: 120px;
    margin-top: 0;
  }

  .main-nav.active {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .nav-item {
    /* position: relative; */
    font-size: 36px;
    /* display: flex;
    align-items: center;
    gap: 0.5rem; */
  }

  .nav-item-label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }

  .nav-item.dropdown .nav-item-label::after {
    content: "";
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
    border-right: 2px solid var(--clr-secondary);
    border-bottom: 2px solid var(--clr-secondary);
    transform: rotate(-45deg);
    /* margin-left: auto; */
  }

  .nav-item:hover .dropdown-menu {
    display: none;
  }

  .nav-item.active .nav-item-label {
    display: none;
  }

  .nav-item.active .dropdown-menu {
    display: block;
    gap: 1rem;
    position: static;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0;
  }

  .dropdown-menu a,
  .dropdown-menu p {
    text-align: center;
  }

  .dropdown-menu p {
    font-size: 18px;
  }

  .social-header.active {
    display: flex;
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10007;
  }

  .social-header.active a {
    background-color: #ffff0000;
    border-color: #ffff0000;
  }
}

@media screen and (max-width: 600px) {
  .shell-be {
    padding: 5rem 0;
  }

  .shell-header {
    padding: 1.25rem 1rem;
  }

  .logo img {
    max-width: 90px;
    max-height: auto;
  }

  .shell-footer {
    padding-block: 4rem 2rem;
  }

  .connect {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
  }

  .connect > * {
    flex: none;
  }

  .contact img {
    width: 70vw;
    max-width: 700px;
    margin-top: 0;
  }

  .social-footer {
    position: static;
    left: 0;
    transform: none;
    padding-top: 1rem;
  }

  .social-footer a {
    width: 46px;
    height: 46px;
    font-size: 20px;
  }

  .partners {
    justify-content: space-between;
    gap: 10vw;
    margin-top: 0;
  }

  .partners a {
    width: 100%;
    max-width: 59px;
  }
}
