/* Fixed scroll div */
.weeklyRitualsSpecials.weeklyRitual-fixed {
  top: 83px;
  left: 0;
  position: fixed;
}

/* Video */
.heroVideo {
  height: 851px;
  position: relative;
}

.heroVideo .innerHeroVideo video {
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: -999;
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 30px;
}

.heroVideo .heroVideoText {
  position: fixed;
  width: 100%;
  z-index: 1;
  /* margin-top: 80px; */
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 621px;
  padding-bottom: 95px;
}

.heroVideoText ul li {
  list-style-type: none;
  margin-right: 13px;
}

.heroVideoText ul li a {
  color: var(--white);
  border-bottom: 0;
  font-family: var(--fontFamilyBrandonBold);
}

.heroVideoText ul li a img {
  margin-left: 13px;
}

/* Book a table */
.bookTable {
  background-image: url('../images/bookTableBg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  height: 684px;
  background-position: center;
  position: relative;
}

.bookTable:after {
  content: "";
  position: absolute;
  background-image: url('../images/bookTableGraphics.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  top: 0;
  left: 0;
  height: 684px;

}

.reservationBooking {
  position: relative;
  z-index: 2;
}

.bookTableWrapper .bookTable h1 {
  opacity: 0.4;
  color: var(--white);
  letter-spacing: 0px;
  margin-bottom: 0;
}

/* Weekly rituals */

.weeklyRitualsWrapper {
  background-color: var(--deepChampagne);
}

.weeklyRitualsWrapper .weeklyRitualsSpecials {
  padding-top: 177px;
  padding-left: 82px;
  padding-right: 80px;
  height: 100%;
}

.weeklyRitualsWrapper .weeklyRitualsSpecials h2 {
  color: var(--black);
  max-width: 223px;
}

.weeklyRitualsWrapper .weeklyRitualsSpecials p {
  max-width: 272px;
}

.weeklyGallery {
  margin-top: -50px;
  margin-bottom: -190px;
  position: relative;
  z-index: 25;
}

.weeklyGallery .weeklyRitualsImages {
  margin-bottom: 20px;
  position: relative;
}

.specialsThroughWeek {
  position: absolute;
  width: 100%;
  top: 0;
  left: 46px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: flex-start;
}

.specialsThroughWeek .specialsDesc h3,
.specialsThroughWeek .specialsDesc h1 {
  margin-bottom: 50px;
  max-width: 316px;
  z-index: 1;
  position: relative;
}

.drinksThroughWeek {
  position: absolute;
  bottom: 47px;
  left: 46px;
}

.drinksThroughWeek .specialsDesc {
  position: relative;
}

.drinkMenuTitle {
  flex: 0 0 50%;
  max-width: 439px;
  z-index: 2;
}

.drinkMenu {
  background-color: var(--eagleGreen);
  opacity: 0.9;
  padding: 29px 25px 46px;
  text-align: center;
  margin-left: -25px;
}

.drinkMenu h4 {
  max-width: 308px;
  color: var(--white);
  text-align: left;
  line-height: 28px;
}

.drinkImg {
  position: absolute;
  right: -120px;
  bottom: -40px;
}

.diningDrinkMenu {
  background-color: var(--deepChampagne);
  opacity: 0.67;
  padding: 43px 26px 31px;
  max-width: 361px;
  margin-top: -80px;

}

.diningDrinkMenu h4 {
  color: var(--black);
  font-family: var(--fontFamilyBrandonBold);
}

.specialsThroughWeek.eventsAndCatering .specialsDesc h3 {
  max-width: 100%;
}

.eventsAndCatering {
  position: absolute;
  top: 0;
  left: 15px;
  padding-top: 50px;
}

.eventsAndCatering h3 {
  margin: 0 auto;
  text-align: center;
}

.cateringOptions {
  background-color: rgba(var(--eagleGreenRgb), 0.5);
  padding: 40px 34px 61px 44px;
  max-width: 386px;
}

.cateringOptions h4 {
  color: var(--white);
  font-family: var(--fontFamilyBrandonBold);
}

/* Media Query */
@media (max-width: 1399px) {
  .specialsThroughWeek .specialsDesc h3 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 0.75px;
  }

  .drinkMenuTitle h3 {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 3.75px;
  }

  .drinkMenu h4 {
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .specialsThroughWeek.eventsAndCatering .specialsDesc h3 {
    font-size: 60px;
  }

  .diningDrinkMenu {
    max-width: 280px;
  }

  .cateringOptions {
    padding: 40px 34px 61px 44px;
    max-width: 306px;
  }

  .cateringOptions h4 {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .cateringOptions a {
    font-size: 19px;
  }
}

@media (max-width: 1199px) {

  .specialsThroughWeek {
    left: 26px;
  }

  .specialsThroughWeek.eventsAndCatering {
    left: 15px;
  }

  .weeklyRitualsWrapper .weeklyRitualsSpecials {
    padding-left: 42px;
  }

  .diningDrinkMenu {
    max-width: 250px;
  }

  .drinkMenu {
    padding: 12px 10px;
  }

  .cateringOptions {
    padding: 10px 15px;
    max-width: 280px;
  }
}

@media (max-width: 991px) {
  .heroVideo {
    height: 771px;
  }

  .heroVideo .innerHeroVideo {
    top: 0;
    height: 771px;
    padding: 0;
    position: absolute;
  }

  .heroVideo .innerHeroVideo video {
    padding: 0;
  }

  .heroVideo .heroVideoText {
    position: absolute;
    padding: 0 32px;
  }

  .heroVideoText ul {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;

  }

  .heroVideoText ul li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-right: 0;
    text-align: center;
    padding-bottom: 30px
  }

  .hideOnMobile {
    display: none;
  }

  .bookTableWrapper .bookTable {
    background-image: url('../images/bookTableBgMobile.webp');
    padding-top: 70px;
    height: 866px;
  }

  .bookTable:after {
    content: none;
  }

  .bookTableWrapper .bookTable h1 {
    font-size: 40px;
    font-weight: normal;
    opacity: 1;
    color: var(--eagleGreen);
    letter-spacing: 2px;
    line-height: 32px;
    padding-bottom: 20px;
  }

  .weeklyRitualsWrapper .weeklyRitualsSpecials {
    max-width: 100%;
    padding: 60px 0 30px;
    text-align: center;
    align-items: center;
  }

  .weeklyRitualsCol {
    padding: 0 40px;
  }

  .weeklyRitualsWrapper .weeklyRitualsSpecials h2 {
    margin: 0 auto 22px;
    max-width: 100%;
  }

  .weeklyRitualsWrapper .weeklyRitualsSpecials p {
    font-size: var(--font-18);
    margin: 0 auto 24px;
  }

  .weeklyGallery {
    margin: 0;
    position: unset;
    z-index: 0;

  }

  .specialsThroughWeek,
  .drinksThroughWeek {
    position: static;
    background-color: var(--eagleGreen);
    display: block;
    margin-top: -50px;
    height: auto;
  }

  .specialsDesc {
    padding: 90px 40px 60px;
  }

  .weeklyRitualsImages .specialsDesc h3 {
    margin-bottom: 30px;
    line-height: 34px;
    font-size: 40px;
    letter-spacing: 2px;
  }

  .specialsThroughWeek.eventsAndCatering .specialsDesc h3 {
    line-height: 34px;
    font-size: 40px;
    letter-spacing: 2px;
  }

  .ritualCardsImg {
    margin: 0 40px;
  }

  .drinkMenu {
    margin-left: 0;
    padding: 0;
    text-align: left;
  }

  .drinkMenu h4 {
    font-size: var(--font-15);
    font-weight: normal;
    max-width: 259px;
    font-family: var(--fontFamilyBrandonRegular);
    letter-spacing: 0px;
    line-height: 28px;

  }

  .drinkImg {
    right: 0;
    bottom: 0;
    width: 151px;
    height: 151px;
    opacity: 0.4;
  }

  .drinksThroughWeek .specialsDesc {
    padding-right: 0;
  }

  .drinksThroughWeek .specialsDesc .drinkMenu {
    padding-right: 40px;
  }

  .diningDrinkMenu,
  .cateringOptions {
    background-color: transparent;
    margin-top: 0;
    padding: 0;
  }

  .diningDrinkMenu h4 {
    color: var(--white);
    font-weight: normal;
    max-width: 259px;
    font-family: var(--fontFamilyBrandonRegular);

  }

  .specialsThroughWeek .specialsDesc {
    position: relative;
  }

  .specialsThroughWeek .specialsDesc:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 151px;
    height: 154px;
    background-image: url('../images/designGraphic2.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
  }

  .specialsThroughWeek.ourDiningDrinkMenu .specialsDesc:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 146px;
    height: 143px;
    background-image: url('../images/designGraphic1.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
  }

  .specialsThroughWeek.eventsAndCatering .specialsDesc:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 146px;
    height: 143px;
    background-image: url('..images/designGraphic4.svg');
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
  }

  .eventsAndCatering h3 {
    text-align: left;
    margin: 0;
  }

  .specialsThroughWeek.eventsAndCatering {
    padding-top: 0;
  }

  .specialsThroughWeek.eventsAndCatering:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url('../images/pizzaSlice.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 156px;
    height: 143px;
  }

  .weeklyGallery .weeklyRitualsImages {
    margin-bottom: 40px;
  }

  .cateringOptions h4 {
    font-family: var(--fontFamilyBrandonRegular);
    max-width: 259px;
    font-size: 15px;
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .bookTableWrapper .bookTable {
    height: 583px;
  }
}
