@font-face {
  font-family: Trjndavinci;
  src: url('../fonts/TRJNDAVINCI-LIGHT-ITALIC-.OTF') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci;
  src: url('../fonts/TRJNDAVINCI-BOLD-ITALIC-.OTF') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci;
  src: url('../fonts/TRJNDAVINCI-ITALIC-.OTF') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci;
  src: url('../fonts/TRJNDAVINCI-HEAVY-.OTF') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci;
  src: url('../fonts/TRJNDAVINCI-HEAVY-ITALIC-.OTF') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci Trial;
  src: url('../fonts/TRJNDAVINCI-MEDIUM-ITALIC-TRIAL.OTF') format("opentype"), url('../fonts/TRJNDAVINCI-MEDIUM-ITALIC-TRIAL.OTF') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci Trial;
  src: url('../fonts/TRJNDAVINCI-REGULAR-TRIAL.OTF') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci Trial;
  src: url('../fonts/TRJNDAVINCI-MEDIUM-TRIAL.OTF') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Trjndavinci Trial;
  src: url('../fonts/TRJNDAVINCI-THIN-TRIAL.OTF') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Melodrama;
  src: url('../fonts/Melodrama-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-brown: #32271a;
  --transparent: #fff0;
  --white: white;
  --pr-red: #7c2d26;
  --yellow: #edd580;
  --black-2: black;
  --pr-blue: #06081a;
  --pr-offwhite: #dbd5d0;
  --beige: #fbf4ed;
  --dark-brown-20-opacity: #32271a33;
  --pr-cream: #ad986c;
  --black: #181313;
  --white-80-opacity: #fffc;
  --white-10-opacity: #ffffff1a;
  --white-70-opacity: #ffffffb3;
  --white-50-opacity: #ffffff80;
  --white-2: white;
  --headings: Melodrama, sans-serif;
  --paragraphs: Satoshi, sans-serif;
}

body {
  color: #333;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

h1 {
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 12.2vw;
  font-weight: 500;
  line-height: .9;
}

h2 {
  color: var(--dark-brown);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  color: var(--dark-brown);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--dark-brown);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  color: var(--dark-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

p {
  color: var(--dark-brown);
  margin-bottom: 10px;
}

ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 8px;
  font-family: Satoshi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}

.navbar {
  z-index: 9;
  background-color: var(--transparent);
  align-items: stretch;
  margin-top: 32px;
  padding: 20px 50px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.brand {
  z-index: 9;
  text-decoration: none;
  position: relative;
}

.nav-link {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link.last {
  color: var(--yellow);
}

.nav-link.menu {
  color: var(--black-2);
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Satoshi, sans-serif;
  text-decoration: none;
}

.nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 66.6667%;
  display: flex;
}

.nav-links-separator {
  color: var(--white);
  letter-spacing: 1px;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.section {
  padding-left: 50px;
  padding-right: 50px;
}

.section.hero {
  background-color: var(--pr-offwhite);
  padding-top: 240px;
  padding-bottom: 180px;
}

.section.hero.is-hidden {
  display: none;
}

.section.hero.mod {
  justify-content: center;
  align-items: flex-start;
  height: 90vh;
  display: flex;
  position: relative;
}

.section.hero.bottle-service {
  height: auto;
  padding-top: 175px;
  padding-bottom: 0;
}

.section.about {
  background-color: var(--pr-offwhite);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section.about.is-hidden {
  display: none;
}

.section.contact {
  background-color: var(--pr-blue);
  padding-top: 180px;
  padding-bottom: 180px;
}

.section.contact.is-hidden {
  display: none;
}

.section.newsletter {
  background-color: var(--pr-offwhite);
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.newsletter.menu {
  padding-top: 100px;
}

.section.support-page {
  background-color: var(--dark-brown);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.slider {
  background-color: var(--pr-offwhite);
  padding: 0;
  position: relative;
  overflow: hidden;
}

.section.open-table {
  background-color: var(--pr-offwhite);
  padding-top: 50px;
  padding-bottom: 50px;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.navbar-cont {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.container.about-cont {
  grid-row-gap: 140px;
  flex-direction: column;
  display: flex;
}

.container.newsletter-cont {
  grid-row-gap: 35px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1045px;
  display: flex;
}

.container.footer-cont {
  grid-row-gap: 100px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.absolute {
  z-index: 6;
  max-width: 1400px;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  inset: 58px 0% auto;
}

.h1-heading {
  z-index: 1;
  color: var(--pr-offwhite);
  text-align: center;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-weight: 400;
  position: relative;
}

.hero-img-wrp {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 105%;
  position: absolute;
  inset: -2.5% 0% 0%;
}

.about-content {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-content.not-flex {
  flex-flow: row;
  display: flex;
}

.about-content.is-hidden {
  display: none;
}

.big-title {
  z-index: 0;
  opacity: .05;
  color: var(--dark-brown);
  text-align: center;
  letter-spacing: -30px;
  text-transform: uppercase;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 36.6vw;
  font-weight: 100;
  line-height: .8;
  position: absolute;
  inset: 230px 0% auto;
}

.big-title.second {
  z-index: -1;
  text-align: center;
  top: 305px;
}

.h5-heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 4px;
  font-family: Droid Sans, sans-serif;
}

.h5-heading.white {
  color: var(--white);
}

.h5-heading.no-padding {
  padding-left: 0;
}

.h3-heading {
  letter-spacing: -1px;
  text-transform: none;
  text-overflow: clip;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-weight: 400;
}

.h3-heading.white {
  color: var(--pr-offwhite);
}

.top-content {
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.top-content.flex-start {
  justify-content: flex-start;
}

.top-content-inner-wrp {
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 850px;
  display: flex;
}

.top-content-inner-wrp.full-width {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.top-content-inner-wrp.width-650 {
  max-width: 650px;
}

.bottom-content {
  grid-column-gap: 50px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
}

.paragraph.wrapped-text {
  margin-top: 405px;
}

.paragraph.small {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph.menu {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-img {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% 0% 0%;
}

.gallery-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 905px;
}

.slide-nav {
  display: none;
}

.gallery-img {
  object-fit: cover;
  width: 100%;
  height: 800px;
}

.slider-arrow {
  z-index: 5;
  width: 50%;
  margin: 0;
  position: absolute;
  inset: 100px auto 0% 0%;
}

.slider-arrow.left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-arrow.right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.arrow-circle {
  z-index: 6;
  border: 1px solid var(--white);
  pointer-events: none;
  border-radius: 50%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
  display: none;
  position: fixed;
  inset: -57.5px auto auto -57.5px;
  transform: rotate(0);
}

.slide-number-wrp {
  z-index: 9;
  justify-content: flex-end;
  width: 100%;
  max-width: 1400px;
  height: 105px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.slide-number-inner-wrp {
  display: flex;
  overflow: hidden;
}

.slide-number-txt, .slide-number-changing-txt {
  color: var(--dark-brown);
  letter-spacing: 1px;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.hero-first-img-wrp {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1300px;
  height: auto;
  position: relative;
  overflow: hidden;
}

.hero-second-img-wrp {
  width: 64%;
  max-width: 770px;
  height: 600px;
  margin-top: -120px;
  margin-right: 100px;
  position: relative;
  overflow: hidden;
}

.hero-third-img-wrp {
  width: 100%;
  max-width: 200px;
  height: 260px;
  position: absolute;
  inset: auto auto -260px 0%;
  overflow: hidden;
}

.image-overlay {
  background-color: var(--dark-brown);
  display: none;
  position: absolute;
  inset: 0%;
}

.about-first-img-wrp {
  width: 100%;
  max-width: 650px;
  height: 750px;
  position: relative;
  overflow: hidden;
}

.about-second-img-wrp {
  float: right;
  width: 84%;
  max-width: 870px;
  height: 600px;
  margin-bottom: 20px;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.about-heading-wrp {
  margin-top: 462px;
}

.about-third-img-wrp {
  width: 100%;
  max-width: 900px;
  height: 400px;
  margin-right: 30px;
  position: relative;
  overflow: hidden;
}

.about-fourth-img-wrp {
  width: 100%;
  max-width: 452px;
  height: 355px;
  position: relative;
  overflow: hidden;
}

.about-fifth-img-wrp {
  float: left;
  width: 100%;
  max-width: 330px;
  height: 430px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.wrapped-text-content-wrp {
  width: 100%;
  max-width: 650px;
}

.contact-info-wrp {
  margin-top: 80px;
  position: relative;
}

.map-img-wrp {
  width: 100%;
  max-width: 1300px;
  height: 600px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.contact-info-block {
  grid-row-gap: 84px;
  background-color: var(--beige);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 430px;
  margin-top: -386px;
  margin-left: 30px;
  padding: 30px 29px;
  display: flex;
  position: relative;
}

.contact-content {
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.open-hours-text-wrp {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.open-hours-text-wrp.border-bottom {
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  padding-bottom: 10px;
}

.open-hours-wrp {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.pricing-wrp {
  background-color: var(--dark-brown);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 630px;
  margin-top: 130px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-img-wrp {
  width: 40%;
  height: 630px;
  position: relative;
  overflow: hidden;
}

.pricing-img {
  object-fit: cover;
  width: 100%;
  height: 130%;
  position: absolute;
  inset: -15% 0% 0%;
}

.pricing-inner-wrp {
  background-color: var(--pr-cream);
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  padding: 70px 5%;
  display: flex;
  position: relative;
}

.pricing-blocks-wrp {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.pricing-block {
  grid-column-gap: 30px;
  border-bottom: 2px solid var(--dark-brown-20-opacity);
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 18px;
  display: flex;
}

.pricing-details {
  grid-column-gap: 14px;
  align-items: flex-start;
  display: flex;
}

.pricing-link {
  grid-column-gap: 12px;
  color: var(--dark-brown);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.h5-heading-span {
  font-size: 14px;
}

.pricing-decor-circle {
  z-index: 1;
  background-color: var(--dark-brown);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  position: absolute;
  inset: -13px auto auto -13px;
}

.pricing-decor-circle.bottom {
  inset: auto auto -13px -13px;
}

.newsletter-form-block {
  width: 100%;
  max-width: 624px;
  margin-top: 20px;
  margin-bottom: 0;
}

.newsletter-form-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--dark-brown-20-opacity);
  background-color: var(--transparent);
  color: var(--dark-brown);
  text-transform: uppercase;
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.newsletter-form-input::placeholder {
  color: var(--dark-brown);
}

.submit-btn {
  background-color: var(--transparent);
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/Arrow-right-dark.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 134px;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 19px 0% auto auto;
}

.newsletter-form {
  position: relative;
}

.footer {
  background-color: var(--pr-red);
  background-image: url('../images/PowderRoom-Mock-Wireframes__1.jpg');
  background-position: 0 0;
  background-size: auto;
}

.footer-nav {
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.footer-nav-block {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-nav-link {
  color: var(--pr-offwhite);
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-nav-link:hover {
  color: var(--pr-cream);
}

.footer-nav-separator {
  color: var(--pr-cream);
  text-transform: uppercase;
  font-family: Melodrama, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-social-wrapper {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.footer-social-link {
  color: var(--white-80-opacity);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: color .25s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-social-link:hover {
  color: var(--pr-cream);
}

.footer-social-separator {
  color: var(--pr-cream);
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.footer-top {
  padding: 180px 50px;
}

.footer-bottom-block {
  border-top: 1px solid var(--white-10-opacity);
  justify-content: center;
  align-items: center;
  padding: 35px 50px;
  display: flex;
}

.footer-bottom-links-wrp {
  grid-column-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-links-wrp.more-gap {
  grid-column-gap: 40px;
}

.footer-bottom-link {
  color: var(--white-70-opacity);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
}

.footer-bottom-link:hover {
  color: var(--white);
}

.footer-bottom-link.second {
  color: var(--white-50-opacity);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
}

.footer-bottom-link-span {
  color: var(--white-50-opacity);
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-link-span:hover {
  color: var(--white);
}

.support-container {
  background-color: var(--beige);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 50px;
  display: flex;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.support-content-wrp {
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.support-block {
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.support-block.changelog {
  border-bottom: 1px solid var(--dark-brown-20-opacity);
  padding-top: 20px;
  padding-bottom: 20px;
}

.h4-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.list {
  width: 100%;
}

.list-item {
  color: var(--dark-brown);
}

.license-link {
  color: var(--dark-brown);
  text-decoration: none;
}

.license-link:hover {
  text-decoration: underline;
}

.utility-page-wrap {
  background-color: var(--dark-brown);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 600px;
  margin-bottom: 0;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: column;
  align-items: stretch;
  width: 600px;
  display: flex;
}

.lottie-animation {
  height: 200px;
}

._404-text-wrp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

._404-text {
  color: var(--white);
  width: 300px;
  margin-bottom: 0;
  font-size: 18px;
}

._404-home-link {
  color: var(--yellow);
  text-align: center;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

._404-home-link:hover {
  text-decoration: underline;
}

.form-field-label {
  display: none;
}

.form-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--white-50-opacity);
  background-color: var(--transparent);
  color: var(--white);
  height: 60px;
  margin-bottom: 0;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.form-submit {
  background-color: var(--transparent);
  color: var(--white);
  text-align: left;
  background-image: url('../images/Password-form-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 100px;
  padding: 0;
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  position: absolute;
  inset: 20px 0% auto auto;
}

.password-form-wrp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.error-message {
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.success-message {
  background-color: var(--yellow);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.fixed-noise-overlay {
  opacity: .1;
  pointer-events: none;
  mix-blend-mode: overlay;
  background-image: url('../images/Noise-bg.gif');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 249px;
  background-attachment: scroll;
  position: fixed;
  inset: 0%;
}

.strikethrough {
  background-color: var(--white);
  width: 100%;
  height: 1px;
  position: absolute;
  transform: translate(-101%);
}

.strikethrough.desktop-only, .strikethrough.yellow {
  background-color: var(--yellow);
}

.paragraph-link-span {
  color: var(--dark-brown);
  text-decoration: none;
}

.paragraph-link-span:hover {
  text-decoration: underline;
}

.nav-menu-social.mobile-only {
  display: none;
}

.paragraph-wrapper {
  width: 100%;
  max-width: 600px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-wrapper.width-900 {
  max-width: 900px;
}

.h3-heading-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.slider-arrow-icon {
  width: 30px;
  height: 30px;
  display: none;
}

.h5-heading-wrp {
  background-image: linear-gradient(#dbd6d1f0, #dbd6d1f0), url('../images/PowederRoom-Monogram.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 30%;
  margin-bottom: 20px;
  display: inline-block;
}

.footer-brand {
  z-index: 9;
  text-decoration: none;
  position: relative;
}

.nav-inner-wrp {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.body {
  background-color: var(--pr-offwhite);
}

.buy-box {
  z-index: 50;
  position: fixed;
  bottom: 60px;
  right: 20px;
}

.buy-button {
  border: 1px solid var(--beige);
  background-color: var(--dark-brown);
  color: var(--beige);
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1.2;
  transition: background-color .3s;
}

.buy-button:hover {
  background-color: #1d170f;
}

.image {
  position: relative;
}

.div-block {
  background-image: url('../images/PowderRoom-Mock-Wireframes_.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 175px;
  position: absolute;
  inset: 0% 0% auto;
}

.div-block.is--home {
  background-image: url('../images/PowderRoom-Mock-Wireframes_.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.div-block-2 {
  z-index: 1;
  text-align: center;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  width: auto;
  margin-top: -2em;
  position: relative;
}

.div-block-3 {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
}

.image-2 {
  width: 120px;
}

.div-block-4 {
  background-color: var(--pr-cream);
  background-image: url('../images/Artboard-9.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 140px;
  padding: 25px;
}

.text-block {
  color: var(--pr-cream);
}

.text-block.black {
  color: var(--black);
  font-family: Droid Sans, sans-serif;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-desc {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 30px;
  padding-bottom: 15px;
}

.menu-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-grid.is--cocktain {
  grid-template-rows: auto;
}

.menu-item {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.promotion-section-title {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.menu-title {
  color: #000;
  margin-top: 0;
  font-family: Great Vibes, cursive;
  font-size: 50px;
  font-weight: 400;
  line-height: 110%;
}

.menu-section-title {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}

.paragraph-2 {
  text-align: left;
  width: auto;
  margin-bottom: 0;
  padding-top: 5px;
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.price {
  font-family: Trjndavinci Trial, Arial, sans-serif;
  font-size: 18px;
  display: none;
}

.menu-line-item-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.promo-section-lead-in {
  text-align: center;
}

.menu-section {
  border: 1px solid #0000001a;
  padding: 20px;
}

.menu-section.promotion-section {
  border-color: #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.container-2 {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.menu-item-wrap {
  margin-bottom: 20px;
}

.menu-line {
  border-bottom: 1px solid #0000001a;
  flex: 1;
  height: 1px;
  margin-left: 20px;
  margin-right: 20px;
}

.promo-image-wrap {
  width: 40%;
  margin-bottom: 20px;
}

.code-embed {
  mix-blend-mode: darken;
}

.div-block-7 {
  border: 1px solid var(--white-2);
  border-radius: 2px;
  width: 100%;
  padding: 3px;
  display: none;
}

.div-block-8 {
  grid-column-gap: 44px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-8._1-col {
  grid-template-columns: 1fr;
}

.link {
  color: var(--dark-brown);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.link.w--current {
  text-decoration: underline;
}

.link.is--divider {
  opacity: .5;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-10 {
  background-image: url('../images/PowderRoom-Mock-Wireframes__1.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.opentable-embed.is--wide {
  overflow: visible;
}

.code-embed-2 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 14vw;
  }

  h2 {
    font-size: 82px;
  }

  h3 {
    font-size: 64px;
  }

  h4 {
    font-size: 28px;
  }

  .navbar {
    margin-top: 20px;
  }

  .nav-link {
    color: var(--pr-red);
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Trjndavinci Trial, Arial, sans-serif;
    font-size: 48px;
    transition: color .2s;
  }

  .nav-link.last {
    color: var(--white);
  }

  .nav-link.last:hover {
    color: var(--yellow);
  }

  .nav-menu {
    border-bottom: 1px solid var(--pr-blue);
    background-color: var(--pr-offwhite);
    flex-direction: column;
    width: 100%;
    max-width: none;
    height: 100vh;
    padding-top: 60px;
    padding-bottom: 60px;
    position: absolute;
    inset: 0% 0% auto;
  }

  .nav-links-separator {
    display: none;
  }

  .section.hero {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.hero.bottle-service {
    padding-top: 150px;
  }

  .section.about, .section.contact {
    width: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.newsletter {
    width: 100%;
  }

  .section.newsletter.menu {
    padding-top: 50px;
  }

  .section.slider {
    width: 100%;
  }

  .container.about-cont {
    grid-row-gap: 100px;
  }

  .container.absolute {
    top: 42px;
  }

  .hero-img-wrp {
    margin-top: -70px;
  }

  .about-content {
    flex-direction: column;
    display: flex;
  }

  .about-content.not-flex {
    grid-row-gap: 50px;
    display: flex;
  }

  .big-title {
    display: none;
  }

  .h5-heading.no-padding {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .top-content {
    justify-content: flex-start;
  }

  .top-content-inner-wrp.width-650 {
    max-width: 100%;
  }

  .bottom-content {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .gallery-slider {
    height: 685px;
  }

  .gallery-img {
    height: 600px;
  }

  .slider-arrow {
    top: 80px;
  }

  .slider-arrow.left {
    padding-left: 50px;
  }

  .slider-arrow.right {
    padding-right: 50px;
  }

  .slide-number-wrp {
    height: 85px;
  }

  .slide-number-txt, .slide-number-changing-txt {
    font-size: 64px;
  }

  .hero-first-img-wrp {
    height: 600px;
  }

  .hero-second-img-wrp {
    max-width: 500px;
    height: 400px;
    margin-bottom: 150px;
    margin-right: 50px;
  }

  .hero-third-img-wrp {
    bottom: -200px;
  }

  .about-first-img-wrp {
    max-width: 1300px;
    height: 600px;
  }

  .about-second-img-wrp {
    float: none;
    width: 100%;
    max-width: 100%;
    height: 400px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-heading-wrp {
    margin-top: 0;
  }

  .wrapped-text-content-wrp {
    max-width: 100%;
  }

  .contact-info-wrp {
    flex-direction: column;
    display: flex;
  }

  .map-img-wrp {
    height: 500px;
  }

  .contact-info-block {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .pricing-wrp {
    flex-direction: column;
    height: auto;
  }

  .pricing-img-wrp {
    width: 100%;
    max-width: 100%;
    height: 500px;
  }

  .pricing-inner-wrp {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    width: 100%;
    max-width: 100%;
  }

  .pricing-details {
    align-items: flex-start;
  }

  .pricing-decor-circle {
    inset: 487.5px auto 0% -12.5px;
  }

  .pricing-decor-circle.bottom {
    inset: 487.5px -12.5px 0% auto;
  }

  .footer {
    width: 100%;
  }

  .footer-nav {
    grid-row-gap: 24px;
    width: 100%;
  }

  .footer-nav-block {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-nav-link {
    font-size: 64px;
  }

  .footer-nav-separator {
    font-size: 64px;
    display: none;
  }

  .footer-top {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .footer-bottom-links-wrp.more-gap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .support-container {
    padding: 80px 50px;
  }

  .utility-page-content, .utility-page-form {
    width: 480px;
  }

  .lottie-animation {
    height: 180px;
  }

  .strikethrough {
    display: none;
  }

  .menu-button {
    padding: 20px 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .burger-line-1 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-2 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-3 {
    background-color: var(--yellow);
    width: 24px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-social {
    border-top: 1px solid var(--white-10-opacity);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-top: 12px;
    padding-top: 50px;
    display: flex;
  }

  .nav-menu-social.mobile-only {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .nav-menu-social-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-menu-social-link {
    color: var(--pr-red);
    text-transform: uppercase;
    font-family: Satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    transition: color .2s;
  }

  .nav-menu-social-link:hover {
    color: var(--yellow);
  }

  .paragraph-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .slider-arrow-icon {
    display: block;
  }

  .h5-heading-wrp {
    margin-bottom: 0;
  }

  .nav-inner-wrp {
    flex-direction: column;
  }

  .div-block {
    height: 150px;
  }

  .div-block-2 {
    margin-top: 2em;
  }

  .text-block {
    color: var(--pr-red);
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food promotion promotion"
                         "food food food promotion promotion";
  }

  .bs-embed {
    padding-left: 20px;
  }

  .div-block-8 {
    display: block;
  }

  .opentable-embed.is--wide {
    display: none;
  }

  .code-embed-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 64px;
  }

  h3 {
    font-size: 48px;
  }

  h4 {
    font-size: 24px;
  }

  p {
    font-size: 18px;
    line-height: 150%;
  }

  li {
    font-size: 18px;
  }

  .navbar {
    padding: 2px 20px;
  }

  .brand {
    padding-left: 0;
  }

  .nav-menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.hero {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .section.hero.bottle-service {
    padding-top: 109px;
  }

  .section.about {
    padding: 130px 0 100px;
  }

  .section.contact {
    padding: 50px 0 100px;
  }

  .section.newsletter {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.support-page {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container.about-cont {
    grid-row-gap: 50px;
  }

  .container.absolute {
    padding-left: 20px;
    padding-right: 20px;
    top: 28px;
  }

  .hero-img-wrp {
    margin-top: -60px;
  }

  .h5-heading.no-padding {
    flex-direction: column;
    display: flex;
  }

  .h5-heading.left-align {
    text-align: left;
    padding-left: 20px;
  }

  .h3-heading {
    font-size: 44px;
  }

  .top-content {
    position: relative;
  }

  .top-content.flex-start {
    flex-direction: column;
    margin-top: 0;
    position: relative;
  }

  .top-content-inner-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.wrapped-text {
    margin-top: 30px;
  }

  .about-img.parallax-image {
    height: auto;
    position: static;
    top: 0%;
  }

  .gallery-slider {
    height: 470px;
  }

  .gallery-img {
    height: 400px;
  }

  .slider-arrow {
    top: 70px;
  }

  .slider-arrow.left {
    padding-top: 70px;
    padding-left: 30px;
  }

  .slider-arrow.right {
    padding-top: 70px;
    padding-right: 30px;
  }

  .slide-number-wrp {
    height: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slide-number-txt, .slide-number-changing-txt {
    font-size: 48px;
  }

  .hero-first-img-wrp {
    height: 500px;
  }

  .hero-second-img-wrp {
    max-width: 400px;
    height: 300px;
  }

  .about-first-img-wrp, .about-second-img-wrp {
    height: auto;
  }

  .about-heading-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-third-img-wrp {
    height: auto;
    margin-right: 0;
  }

  .about-fourth-img-wrp {
    max-width: 100%;
    height: 300px;
    margin-top: -80px;
  }

  .about-fifth-img-wrp {
    float: none;
    margin-right: 0;
  }

  .wrapped-text-content-wrp {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .contact-info-wrp {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .map-img-wrp {
    height: 400px;
  }

  .pricing-wrp {
    margin-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-img-wrp {
    height: auto;
  }

  .pricing-img.parallax-image {
    height: auto;
    position: static;
    top: 0%;
  }

  .pricing-inner-wrp {
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-block {
    grid-row-gap: 18px;
    border-top: 2px solid var(--dark-brown-20-opacity);
    border-bottom-style: none;
    flex-direction: column;
    padding-top: 18px;
    padding-bottom: 0;
  }

  .pricing-details {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .pricing-link {
    border: 1px solid var(--dark-brown);
    justify-content: center;
    width: 100%;
    padding: 16px;
  }

  .pricing-decor-circle {
    inset: -13px auto auto -13px;
  }

  .pricing-decor-circle.bottom {
    inset: -13px -13px auto auto;
  }

  .newsletter-form-input {
    text-align: center;
  }

  .submit-btn {
    border: 1px solid var(--dark-brown);
    text-align: center;
    background-position: 67%;
    width: 100%;
    padding: 16px;
    position: relative;
    top: 30px;
  }

  .footer-nav-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .footer-nav-link {
    font-size: 48px;
  }

  .footer-social-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-social-separator {
    display: none;
  }

  .footer-top {
    padding: 100px 20px;
  }

  .footer-bottom-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-bottom-links-wrp.more-gap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .support-container {
    padding: 60px 20px;
  }

  .utility-page-content, .utility-page-form {
    width: 360px;
  }

  .lottie-animation {
    height: 160px;
  }

  .nav-menu-social.mobile-only {
    width: 100%;
  }

  .nav-menu-social-grid {
    flex-flow: column;
  }

  .paragraph-wrapper, .h3-heading-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h5-heading-wrp {
    text-align: right;
    margin-top: 20px;
    padding-right: 20px;
  }

  .footer-brand {
    padding-left: 0;
  }

  .div-block {
    background-size: 200%;
    height: 110px;
  }

  .menu-grid {
    grid-template-areas: "drinks drinks drinks drinks drinks"
                         "specials specials specials specials specials"
                         "food food food food food"
                         "promotion promotion promotion promotion promotion";
  }

  .link {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 48px;
  }

  h5 {
    font-size: 14px;
  }

  .navbar {
    margin-top: 20px;
  }

  .brand {
    width: 140px;
    padding-bottom: 8px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: Trjndavinci Trial, Arial, sans-serif;
    font-size: 40px;
  }

  .nav-link.last {
    font-size: 30px;
  }

  .nav-menu {
    background-color: var(--pr-offwhite);
    padding-top: 40px;
  }

  .section.hero {
    padding-bottom: 80px;
  }

  .section.hero.mod {
    height: 80vh;
    padding-top: 90px;
  }

  .section.hero.bottle-service {
    padding-top: 90px;
  }

  .section.about {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.contact {
    padding-bottom: 80px;
  }

  .section.newsletter {
    padding: 80px 20px;
  }

  .container.navbar-cont, .container.newsletter-cont {
    max-width: none;
  }

  .hero-img-wrp {
    margin-top: -30px;
  }

  .about-content.not-flex {
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .h3-heading {
    text-align: center;
    text-overflow: clip;
    word-break: normal;
    overflow-wrap: normal;
    display: block;
  }

  .top-content-inner-wrp {
    justify-content: flex-start;
    align-items: center;
  }

  .gallery-slider {
    height: 370px;
  }

  .gallery-img {
    height: 300px;
  }

  .slider-arrow.left {
    padding-left: 10px;
  }

  .slider-arrow.right {
    padding-right: 10px;
  }

  .hero-first-img-wrp {
    height: 340px;
  }

  .hero-second-img-wrp {
    max-width: 200px;
    height: 160px;
    margin-top: -100px;
    margin-bottom: 60px;
  }

  .hero-third-img-wrp {
    max-width: 100px;
    height: 130px;
    bottom: -130px;
  }

  .about-first-img-wrp {
    height: 400px;
  }

  .about-second-img-wrp {
    height: 250px;
  }

  .about-fifth-img-wrp {
    max-width: 100%;
  }

  .map-img-wrp, .pricing-img-wrp {
    height: 300px;
  }

  .pricing-inner-wrp {
    padding: 50px 20px 30px;
  }

  .pricing-decor-circle, .pricing-decor-circle.bottom {
    top: 287.5px;
  }

  .newsletter-form-block {
    margin-top: 0;
  }

  .submit-btn {
    background-position: 75%;
  }

  .footer-social-wrapper {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-social-link {
    align-items: center;
  }

  .footer-bottom-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-bottom-link {
    flex: none;
  }

  .license-link {
    word-break: break-all;
  }

  .utility-page-content, .utility-page-form {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation {
    height: 140px;
  }

  .burger-line-1, .burger-line-2, .burger-line-3 {
    background-color: var(--pr-offwhite);
  }

  .nav-menu-social-grid {
    grid-template-columns: 1fr;
  }

  .h5-heading-wrp {
    text-align: left;
    background-image: linear-gradient(#dbd6d1f5, #dbd6d1f5), url('../images/PowederRoom-Monogram.png');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
    width: auto;
    padding-left: 20px;
  }

  .div-block {
    height: 90px;
  }

  .div-block-2 {
    width: 90%;
    margin-top: 0;
  }

  .text-block {
    color: var(--pr-red);
    font-size: 40px;
  }

  .text-block.black {
    font-family: Trjndavinci Trial, Arial, sans-serif;
    font-size: 20px;
    font-weight: 500;
  }

  .div-block-5 {
    bottom: 2%;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-2, .text-block-3, .text-block-4 {
    color: var(--pr-red);
  }

  .text-block-5, .text-block-6, .text-block-7, .text-block-8 {
    color: var(--black-2);
  }

  .menu-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "drinks drinks"
                         "specials specials"
                         "food food"
                         "promotion promotion";
  }

  .bs-embed {
    padding-left: 5px;
  }
}

#w-node-f65a3642-01ed-f26a-ac56-87c1f8d5178b-dfbeed84, #w-node-_728f60be-ab15-7532-01a7-f5e6e3ffaf01-dfbeed84 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-_728f60be-ab15-7532-01a7-f5e6e3ffaeda-dfbeed84 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_09f9dfb3-5b22-5a67-4010-be129aa59e5a-dfbeed84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_728f60be-ab15-7532-01a7-f5e6e3ffaf31-dfbeed84, #w-node-_728f60be-ab15-7532-01a7-f5e6e3ffaf01-0e1c13de {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

@media screen and (max-width: 991px) {
  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0b7-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0ba-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0bd-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0c0-4410a096 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_728f60be-ab15-7532-01a7-f5e6e3ffaeda-dfbeed84, #w-node-_09f9dfb3-5b22-5a67-4010-be129aa59e5a-dfbeed84 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_92878f50-1424-0f61-41fa-fc871229af39-1229aede {
    justify-self: end;
  }

  #w-node-_92878f50-1424-0f61-41fa-fc871229af3e-1229aede {
    justify-self: start;
  }

  #w-node-_92878f50-1424-0f61-41fa-fc871229af43-1229aede {
    justify-self: end;
  }

  #w-node-_92878f50-1424-0f61-41fa-fc871229af48-1229aede {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_92878f50-1424-0f61-41fa-fc871229af39-1229aede, #w-node-_92878f50-1424-0f61-41fa-fc871229af3e-1229aede, #w-node-_92878f50-1424-0f61-41fa-fc871229af43-1229aede, #w-node-_92878f50-1424-0f61-41fa-fc871229af48-1229aede, #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0b7-4410a096, #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0ba-4410a096, #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0bd-4410a096, #w-node-_8dac19a0-c6b2-7bcf-77af-71bb4410a0c0-4410a096 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Trjndavinci';
  src: url('../fonts/TRJNDAVINCI-LIGHT-ITALIC-.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci';
  src: url('../fonts/TRJNDAVINCI-BOLD-ITALIC-.OTF') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci';
  src: url('../fonts/TRJNDAVINCI-ITALIC-.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci';
  src: url('../fonts/TRJNDAVINCI-HEAVY-.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci';
  src: url('../fonts/TRJNDAVINCI-HEAVY-ITALIC-.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci Trial';
  src: url('../fonts/TRJNDAVINCI-MEDIUM-ITALIC-TRIAL.OTF') format('opentype'), url('../fonts/TRJNDAVINCI-MEDIUM-ITALIC-TRIAL.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci Trial';
  src: url('../fonts/TRJNDAVINCI-REGULAR-TRIAL.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci Trial';
  src: url('../fonts/TRJNDAVINCI-MEDIUM-TRIAL.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trjndavinci Trial';
  src: url('../fonts/TRJNDAVINCI-THIN-TRIAL.OTF') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Melodrama';
  src: url('../fonts/Melodrama-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}