/* Nll Hero module css starts here */
.nll-hero-section {
  background-color: #1c1b19;
}

.nll-hero-section .nll-hero-image-container {
  background-color: #1c1b19;
  position: relative;
  width: 100%;
  height: 322px;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  margin-top: 40px;
}

.nll-hero-image-container::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(0deg, #1c1b19 0%, rgba(28, 27, 25, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

.logged-in.admin-bar .nll-hero-section .nll-hero-image-container {
  margin-top: 8px;
}

.nll-hero-section .nll-hero-title-h1 {
  color: #c6aa76;
  font-family: "AvenirNextLTPro-BoldCn";
  font-size: 80px;
  font-weight: 700;
  line-height: 64px;
  margin: 0;
  text-align: center;
  max-width: 700px;
}

.nll-hero-section .nll-hero-title-h2 {
  color: #f4f0ee;
  font-family: "LibreCaslonText-Italic";
  font-size: 80px;
  font-weight: 400;
  line-height: 84px;
  margin: 0;
  padding-top: 8px;
  text-align: center;
}

.nll-hero-section .nll-hero-description {
  color: #f4f0ee;
  font-family: "AvenirNextLT-Pro-Regular";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  margin: 0;
  padding-top: 48px;
  opacity: 0.8;
}

.nll-hero-section .nll-hero-text-container {
  padding: 48px 114px 64px;
}

.nll-hero-cta a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 1.12px;
  padding: 14px 32px;
  font-family: "AvenirNextLTPro-Bold";
  display: inline-block;
  text-align: center;
  border: 1.5px solid #d5250a;
  width: 244px;
  align-content: center;
  transition: background-color 0.3s, transform 0.3s;
}

.nll-hero-cta a:hover {
  background: #d5250a;
  transform: scale(1);
}

.nll-hero-cta a:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  border: 0px;
  line-height: 20px;
  transform: scale(1);
}

.nll-hero-cta a:focus-visible {
  outline: 4px solid #c6aa76 !important;
  outline-offset: -4px;
  transform: scale(1);
}

.nll-hero-cta a:focus-visible {
  border: 1.5px solid #c6aa76;
}

.nll-hero-cta {
  padding-top: 48px;
}

.nll-hero-text-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nll-hero-text-container {
  max-width: 1440px;
  margin: 0 auto;
}

.nll-hero-description-container {
  max-width: 741px;
  margin: 0 auto;
}

.nll-hero-desktop {
  display: block;
}

.nll-hero-mobile {
  display: none;
}

/* Nll Hero module css ends here */
/* ----------------------------------------------------- */
/* NLL Experience module css starts here */
#nll-experience-section {
  background-color: #f4f0ee;
}

.nll-experience-block-main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 0px 96px 52px;
  background-color: #f4f0ee;
}

.nll-experience-block-main-container .two-col-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 115px;
}

.nll-experience-block-main-container .text-container h1 {
  font-size: 40px;
  color: #1c1b19;
  font-family: "LibreCaslonText-Regular";
  line-height: 44px;
  letter-spacing: -0.4px;
  margin: 0px;
  font-weight: 400;
}

.nll-experience-block-main-container .text-container p {
  font-size: 20px;
  color: #1c1b19;
  font-family: "AvenirNextLT-Pro-Regular";
  opacity: 0.8;
  line-height: 28px;
  margin: 0px;
  font-weight: 400;
  padding-top: 8px;
}

.nll-experience-block-main-container .text-container p span.sub-title {
  padding-bottom: 12px;
  display: inline-block;
}

.nll-experience-block-main-container .text-container p a {
  color: #1c1b19;
  text-decoration: underline;
  font-weight: 700;
  font-family: "AvenirNext-Medium";
}

.nll-experience-block-main-container .two-col-container .text-container {
  flex-basis: 46%;
  max-width: 46%;
  word-wrap: break-word;
}

.nll-experience-block-main-container .two-col-container .image-container {
  flex-basis: 54%;
  max-width: 54%;
  text-align: center;
}

.nll-experience-block-main-container .image-container img {
  width: 100%;
  height: auto;
}

.nll-experience-block-main-container .bg-button a {
  background: #d5250a;
  color: #f4f0ee;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  padding: 14px 32px;
  font-family: "AvenirNextLTPro-Bold";
  display: inline-block;
  text-align: center;
  width: 244px;
  transition: background-color 0.3s, transform 0.3s;
}

.nll-experience-block-main-container .bg-button a:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.nll-experience-block-main-container .bg-button a:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.nll-experience-block-main-container .bg-button a:focus-visible {
  outline: 4px solid #c6aa76 !important;
  background: #d5250a;
  outline-offset: -4px;
  transform: scale(1);
}

.nll-experience-block-main-container .bg-button {
  padding-top: 32px;
}

.nll-experience-block-main-container .reward-lists {
  padding-top: 32px;
}

.nll-experience-block-main-container .reward-lists .custom-list li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0.72px;
  font-family: "AvenirNextCondenced";
  margin: 0px;
  color: #1c1b19;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 16px;
}

.nll-experience-block-main-container .reward-lists .custom-list li.gold-style {
  border-left: 3px solid #c6aa76;
}

.nll-experience-block-main-container .reward-lists .custom-list li.green-style {
  border-left: 3px solid #44a93c;
}

.nll-experience-block-main-container .reward-lists .custom-list li.gold-text {
  color: #c6aa76;
}

.nll-experience-block-main-container .reward-lists .custom-list li:last-child {
  margin: 0px 0px 0px;
}

.nll-experience-block-main-container .reward-lists .bullet-list {
  list-style: none;
  padding-left: 0;
  margin-top: 8px;
}

.nll-experience-block-main-container .reward-lists .bullet-list li::before {
  content: "•";
  margin-right: 12px;
  color: #1c1b19;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1;
}

.nll-experience-block-main-container .reward-lists .bullet-list li {
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "AvenirNextLT-Pro-Regular";
  color: #1c1b19;
  opacity: 0.8;
  padding: 0px 0px 0px 10px;
  margin: 0px 0px 8px;
  letter-spacing: 0px;
}

.nll-experience-block-main-container .location-content {
  padding-left: 21px;
}

.spacing-top-16 {
  padding-top: 16px !important;
}

.image-container .experience-desktop-image {
  display: block;
}

.image-container .experience-mobile-image {
  display: none;
}

.tel-desktop {
  display: block;
}

.tel-mobile {
  display: none;
}

.tel-mobile a {
  font-family: "AvenirNextCondenced";
  color: #1c1b19;
  text-decoration: none;
}

.tel-mobile a:hover,
.tel-mobile a:focus-visible {
  color: #1c1b19;
  text-decoration: underline;
}

/* NLL Experience module css ends here */
/* ----------------------------------------------------- */
/* NLL Menu module css starts here */
.nll-content-menu-container {
  background-color: #f4f0ee;
}

.content-menu-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 48px 96px 48px;
  background-color: #f4f0ee;
  flex-wrap: wrap;
}

/* Individual card styling */
.content-menu-container .menu-card {
  position: relative;
  width: 432px;
  height: 562px;
  overflow: hidden;
  max-width: calc(34.33% - 20px);
  flex: 1 1 calc(33.33% - 20px);
  box-sizing: border-box;
}

.content-menu-container .menu-card .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

.content-menu-container .menu-card .video-overlay.active {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.content-menu-container .menu-card .card-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.3s ease;
  transform: scale(1);
}

.content-menu-container .menu-card:hover .card-video {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.content-menu-container .card-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 20px;
}

.content-menu-container .card-text h3 {
  font-size: 56px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "AvenirNextLTPro-BoldCn";
  letter-spacing: -0.56px;
  color: #f4f0ee;
  font-weight: 700;
}

.content-menu-container .card-text p {
  font-size: 32px;
  line-height: 40px;
  font-family: "LibreCaslonText-Italic";
  margin-bottom: 8px;
  letter-spacing: -0.32px;
  font-weight: 400;
  color: #f4f0ee;
}

.content-menu-container .button-div {
  position: absolute;
  left: 50%;
  bottom: -1%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "AvenirNext-Medium";
}

.content-menu-container .menu-button {
  display: inline-block;
  background: #d5250a;
  color: #f4f0ee;
  padding: 14px 32px;
  text-transform: uppercase;
  cursor: pointer;
  text-decoration: none;
  letter-spacing: 1.12px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  min-width: 244px;
  font-family: "AvenirNextLTPro-Bold";
  -webkit-font-smoothing: auto;
  margin: 0px 20px;
  pointer-events: all;
  transition: background-color 0.3s, transform 0.3s;
}

.content-menu-container .menu-button:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.content-menu-container .menu-button:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.content-menu-container .menu-button:focus-visible {
  outline: 4px solid #c6aa76 !important;
  background: #d5250a;
  outline-offset: -4px;
  transform: scale(1);
}

.video-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
/* NLL Menu module css ends here */
/* ----------------------------------------------------- */
/* Reservation section css starts here*/
.nll-reservation-section {
  background-color: #1c1b19;
}

.nll-reservation-main-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px 128px 96px 128px;
  background-color: #1c1b19;
}

.nll-reservation-main-container .two-col-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 113px;
}

.nll-reservation-main-container .text-container h1 {
  font-size: 40px;
  color: #f4f0ee;
  font-family: "LibreCaslonText-Regular";
  line-height: 44px;
  letter-spacing: -0.4px;
  margin: 0px;
  font-weight: 400;
}

.nll-reservation-main-container .text-container p {
  font-size: 20px;
  color: #f4f0ee;
  font-family: "AvenirNextLT-Pro-Regular";
  line-height: 28px;
  margin: 0px;
  padding-top: 8px;
  font-weight: 400;
  opacity: 0.8;
}

.nll-reservation-main-container .two-col-container .text-container {
  flex-basis: 40%;
  max-width: 40%;
  word-wrap: break-word;
  padding-left: 21px;
}

.nll-reservation-main-container .two-col-container .image-container {
  flex-basis: 60%;
  max-width: 60%;
  text-align: center;
}

.nll-reservation-main-container .image-container img {
  width: 100%;
  height: auto;
}

.nll-reservation-main-container .bg-button a {
  background: #d5250a;
  color: #f4f0ee;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  padding: 14px 32px;
  font-family: "AvenirNextLTPro-Bold";
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s, transform 0.3s;
}

.nll-reservation-main-container .bg-button a:hover {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.1) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.nll-reservation-main-container .bg-button a:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    #d5250a;
  transform: scale(1);
}

.nll-reservation-main-container .bg-button a:focus-visible {
  outline: 4px solid #c6aa76 !important;
  background: #d5250a;
  outline-offset: -4px;
  transform: scale(1);
}

.nll-reservation-main-container .border-button button {
  border: 1.5px solid #d5250a;
  color: #f4f0ee;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  padding: 14.5px 44px;
  font-family: "AvenirNextLTPro-Bold";
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  background: none;
  transition: background-color 0.3s, transform 0.3s;
}

.nll-reservation-main-container .border-button button:hover {
  background: #d5250a;
  transform: scale(1);
}

.nll-reservation-main-container .border-button button:active {
  background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.2) 100%
    ),
    var(--Heat, #d5250a);
  border: 0px;
  line-height: 20px;
  transform: scale(1);
  padding: 14px 45.5px;
}

.nll-reservation-main-container .border-button button:focus-visible {
  outline: 4px solid #c6aa76 !important;
  outline-offset: -4px;
  transform: scale(1);
}

.nll-reservation-container .text-container .button-div {
  padding-top: 32px;
}

.nll-reservation-desktop {
  display: block;
}

.nll-reservation-mobile {
  display: none;
}

/* Reservation section css ends here*/

@media (max-width: 1400px) {
  /* Reservation section css starts here*/
  .nll-reservation-main-container {
    padding: 96px 70px 96px 70px;
  }
  /* Reservation section css ends here*/
}

@media screen and (max-width: 1024px) {
  /* Nll Hero module css starts here */
  .nll-hero-section .nll-hero-text-container {
    padding: 48px 30px 64px;
  }
  /* Nll Hero module css ends here */
  /* ----------------------------------------------------- */
  /* NLL Menu module css starts here */
  .content-menu-container .card-text p {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.28px;
  }
  .content-menu-container .card-text h3 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -0.48px;
  }
  /* NLL Menu module css ends here */
  /* ----------------------------------------------------- */
  /* NLL Experience module css starts here */
  .nll-experience-block-main-container .two-col-container {
    gap: 50px;
  }
  .nll-experience-block-main-container .two-col-container .text-container {
    flex-basis: 50%;
    max-width: 50%;
  }
  .nll-experience-block-main-container .two-col-container .image-container {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* NLL Experience module css ends here */
  /* ----------------------------------------------------- */
  /* Reservation section css starts here*/
  .nll-reservation-main-container .two-col-container {
    gap: 50px;
  }
  /* Reservation section css ends here*/
}

@media (max-width: 1000px) {
  /* NLL Menu module css starts here */
  .content-menu-container .menu-button {
    min-width: 200px;
  }
  /* NLL Menu module css ends here */
}

@media (max-width: 991px) {
  /* Nll Hero module css starts here */
  .nll-hero-section .nll-hero-image-container {
    margin-top: 55px;
  }
  /* Nll Hero module css ends here */
}

@media (max-width: 900px) {
  /* NLL Menu module css starts here */
  .content-menu-container {
    flex-direction: column;
    padding: 0px 20px 80px 20px;
  }
  .content-menu-container .menu-card {
    width: 100%;
    height: 700px;
    flex: none;
    max-width: 100%;
  }
  .content-menu-container .menu-button {
    min-width: 244px;
  }
  /* NLL Menu module css ends here */
  /* ----------------------------------------------------- */
  /* NLL Experience module css starts here */
  .nll-experience-block-main-container .two-col-container {
    gap: 32px;
    flex-direction: column-reverse;
  }
  .nll-experience-block-main-container .two-col-container .text-container,
  .nll-experience-block-main-container .two-col-container .image-container {
    flex-basis: auto;
    max-width: 100%;
  }
  .nll-experience-block-main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 46px 20px !important;
  }
  .nll-experience-block-main-container .location-content {
    padding-left: 0px;
  }
  .nll-experience-block-main-container .text-container h1 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.36px;
    font-weight: 500;
  }
  /* NLL Experience module css ends here */
  /* ----------------------------------------------------- */
  /* Reservation section css starts here*/
  .nll-reservation-main-container .two-col-container {
    flex-direction: column;
    gap: 48px;
  }
  .nll-reservation-main-container .two-col-container .text-container,
  .nll-reservation-main-container .two-col-container .image-container {
    flex-basis: auto;
    max-width: 100%;
  }
  .nll-reservation-main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 20px 80px 20px !important;
  }
  .nll-reservation-main-container .two-col-container .text-container {
    padding-left: 0px;
  }
  .nll-reservation-main-container .two-col-container {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .nll-reservation-main-container .text-container h1 {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: -0.36px;
    font-weight: 500;
  }
  /* Reservation section css ends here*/
}

@media screen and (max-width: 768px) {
  /* Nll Hero module css starts here */
  .nll-hero-text-content {
    align-items: flex-start;
    justify-content: center;
  }

  .nll-hero-section .nll-hero-title-h1 {
    font-size: 48px;
    line-height: 38px;
    text-align: left;
    max-width: none;
  }

  .nll-hero-section .nll-hero-title-h2 {
    font-size: 48px;
    line-height: 52px;
    text-align: left;
  }

  .nll-hero-section .nll-hero-description {
    text-align: left;
    padding-top: 32px;
  }
  .nll-hero-cta {
    padding-top: 32px;
  }
  .nll-hero-section .nll-hero-text-container {
    padding: 48px 16px;
  }
  .nll-hero-desktop {
    display: none;
  }
  .nll-hero-mobile {
    display: block;
  }
  /* Nll Hero module css ends here */

  /* ----------------------------------------------------- */
  /* NLL Experience module css starts here */
  .tel-desktop {
    display: none;
  }

  .tel-mobile {
    display: block;
  }
  /* NLL Experience module css ends here */

  /* ----------------------------------------------------- */
  /* NLL Menu module css starts here */
  .content-menu-container .menu-card {
    width: 100%;
  }
  /* NLL Menu module css ends here */
}

@media (max-width: 600px) {
  /* NLL Menu module css starts here */
  .content-menu-container .menu-card {
    width: 100%;
    height: 436px;
  }
  /* NLL Menu module css ends here */
  /* ----------------------------------------------------- */
  /* NLL Experience module css starts here */
  .image-container .experience-desktop-image {
    display: none;
  }
  .image-container .experience-mobile-image {
    display: block;
  }
  /* NLL Experience module css ends here */
  /* ----------------------------------------------------- */
  /* Reservation section css starts here*/
  .nll-reservation-desktop {
    display: none;
  }
  .nll-reservation-mobile {
    display: block;
  }
  /* Reservation section css ends here*/
}
