:root {
  --sd-yellow: #ffe03c;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: degular, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #f5f5f5;
  mix-blend-mode: difference;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bitter, serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #fff;
  mix-blend-mode: difference;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

.body {
  color: #fff;
  background-color: #080705;
  font-family: Open Sans, sans-serif;
}

.section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image {
  max-width: 70%;
  margin-bottom: 30px;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  background-color: #fadf52;
  width: 50px;
  height: 8px;
  margin-top: 6px;
  margin-bottom: 19px;
}

.text-block {
  text-align: center;
}

.text {
  text-align: center;
  letter-spacing: .02em;
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 1.5;
}

.text.space {
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 28px;
  font-family: Bitter, serif;
  font-size: 19px;
  font-weight: 700;
}

.section-1 {
  height: 100vh;
  padding: 8vh 5vw;
  position: relative;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.background-video {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 100%;
  width: 100.2%;
  height: 100.2%;
}

.hero-address-container {
  z-index: 2;
  background-color: #fff;
  padding-top: 2.4vw;
  padding-left: 3.1vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section-2 {
  z-index: 2;
  height: 170vh;
  padding: 8vh 5vw;
  display: flex;
  position: relative;
}

.our-story-container {
  flex-direction: column;
  width: 35%;
  padding-top: 33vh;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.image-container {
  width: 65%;
  height: 84vh;
  position: -webkit-sticky;
  position: sticky;
  top: 8vh;
}

.story-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.story-image._1 {
  filter: brightness(110%);
}

.story-image._2 {
  filter: none;
}

.story-image._3 {
  filter: saturate(90%);
}

.paragraph {
  max-width: 35ch;
  margin-bottom: 25px;
}

.paragraph.plain {
  color: #000;
  mix-blend-mode: normal;
  margin-bottom: 0;
}

.paragraph.plain.parking {
  margin-bottom: 7px;
}

.section-3 {
  background-color: #fff;
  padding-top: 8vh;
  padding-bottom: 8vh;
  position: relative;
  overflow: hidden;
}

.reviews-track {
  z-index: 1;
  width: 390vw;
  display: flex;
  position: relative;
}

.review-container {
  cursor: pointer;
  width: 50vw;
  margin-left: 5vw;
  margin-right: 5vw;
  position: relative;
  top: -7px;
}

.heading {
  text-align: center;
}

.heading.review {
  color: #333;
}

.section-4 {
  background-color: #fff;
  padding-top: 8vh;
  position: relative;
  overflow: hidden;
}

.images-track {
  height: 46vh;
  display: flex;
}

.slider-image {
  object-fit: cover;
  width: 46vh;
  height: 46vh;
}

.section-5 {
  background-color: #fff;
  justify-content: center;
  padding: 16vh 5vw 8vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.column {
  width: 17vw;
  padding-left: 1vw;
  padding-right: 1vw;
  position: relative;
}

.column.wide {
  width: 20vw;
}

.column.wider {
  width: 18vw;
}

.menu-heading {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
  position: relative;
}

.menu-heading.top-margin {
  margin-top: 30px;
}

.menu-heading.top-margin.less {
  margin-top: 20px;
}

.menu-item {
  text-align: center;
  mix-blend-mode: normal;
  margin-bottom: 12px;
  position: relative;
}

.menu-item.less-space {
  margin-bottom: 6px;
}

.daily-special {
  filter: contrast(150%) grayscale(50%);
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: -.5vw;
  position: relative;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, .8);
}

.footer {
  background-color: var(--sd-yellow);
  flex-direction: column;
  padding: 8vh 5vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-images-container {
  justify-content: space-between;
  margin-bottom: 2vh;
  display: flex;
  position: relative;
}

.footer-details-container {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-plane {
  filter: brightness(200%) contrast(200%);
  object-fit: scale-down;
  max-width: 140px;
  margin-top: 40px;
  margin-left: 25px;
  margin-right: 30px;
  position: relative;
}

.footer-clock {
  filter: brightness(126%) contrast(200%) grayscale();
}

.footer-contact-container {
  max-width: 20vw;
  margin-right: 5vw;
}

.div-block-2 {
  background-color: #000;
  width: 24px;
  height: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.navbar {
  background-color: #fff;
  width: 100vw;
  height: 8vh;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand-container {
  background-color: #fff;
  max-width: 23vw;
  padding: 4vh 2.9vw 2.9vw 5vw;
}

.container-2 {
  margin-left: 5vw;
  margin-right: 5vw;
}

.nav-container {
  padding-right: 5vw;
}

.logo {
  mix-blend-mode: difference;
  position: relative;
}

.review-footer-container {
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-left: 20%;
  margin-right: 20%;
  transition: transform .1s;
  display: flex;
  position: relative;
}

.review-footer-container:hover {
  transform: scale(1.04);
}

.review-source-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.google-logo {
  max-height: 30px;
}

.review-date {
  margin-left: 10px;
}

.stars-container {
  align-items: center;
  margin-left: 25px;
  display: flex;
  position: relative;
  top: -2px;
}

.star {
  max-height: 25px;
  margin-left: 2px;
  margin-right: 2px;
}

.nav-link {
  color: #f5f5f5;
  text-transform: uppercase;
  mix-blend-mode: difference;
  padding: 0 25px;
  font-family: Bitter, serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link:hover {
  color: var(--sd-yellow);
  mix-blend-mode: normal;
}

.nav-link.w--current {
  color: #f5f5f5;
  mix-blend-mode: difference;
}

.nav-menu {
  align-items: center;
  height: 8vh;
  display: flex;
}

.story-heading {
  text-transform: uppercase;
}

.chalkboard {
  z-index: 0;
  filter: brightness(57%) grayscale() contrast(110%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.price {
  padding-left: 6px;
  padding-right: 6px;
  font-family: Gochi Hand, sans-serif;
  font-size: 21px;
  text-decoration: underline;
  position: relative;
}

.pipe {
  color: var(--sd-yellow);
  mix-blend-mode: normal;
  font-size: 21px;
  font-weight: 700;
}

.hero-details {
  color: #fff;
  mix-blend-mode: difference;
}

.more-reviews {
  justify-content: flex-end;
  align-items: center;
  width: 20vw;
  margin-left: 5vw;
  margin-right: 5vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
}

.more-reviews._1 {
  opacity: .1;
}

.more-reviews-button {
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: transform .1s;
  display: flex;
  position: relative;
}

.more-reviews-button:hover {
  transform: scale(1.1);
}

.plus {
  color: #fff;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0;
}

.social-link {
  max-width: 44px;
  transition: transform .1s;
}

.social-link:hover {
  transform: scale(1.06);
}

.link-block {
  margin-left: 15px;
  margin-right: 15px;
}

.prop-container {
  position: absolute;
  left: -15vw;
}

.prop {
  z-index: 2;
  filter: contrast(200%) grayscale();
  width: 46vw;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: -17%;
  right: auto;
}

.clock-container {
  max-width: 80px;
  max-height: 80px;
  margin-top: 20px;
  margin-right: 10px;
  position: relative;
}

.second-hand {
  opacity: .65;
  transform-origin: 0%;
  background-color: #000;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
}

.footer-picture {
  filter: brightness(87%) contrast(120%) saturate(0%);
  object-fit: scale-down;
  width: 80px;
}

.footer-picture.top {
  filter: brightness(120%) contrast(120%) saturate(0%);
  border: 1px solid #fff;
  border-radius: 8px;
  width: 90px;
  margin-bottom: 20px;
  margin-left: -5px;
}

.footer-pictures-container {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.language-se {
  color: #f5f5f5;
  mix-blend-mode: difference;
  font-weight: 700;
}

.language-en {
  color: #f5f5f5;
  mix-blend-mode: difference;
}

.language-switch {
  margin-top: -7px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
}

.menu-item-name {
  color: var(--sd-yellow);
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
}

.play-pause-button {
  max-width: 76px;
  top: auto;
  bottom: 3.3%;
  left: 2.6%;
  right: auto;
}

.footer-images-right-column {
  justify-content: flex-end;
  display: flex;
}

.parking-container {
  align-items: flex-end;
  display: flex;
}

.parking-sign {
  max-width: 54px;
}

.elvis-picture {
  max-width: 86px;
  margin-top: 12px;
  margin-right: 26px;
}

.footer-details-left-column {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer-details-right-clumn {
  display: none;
  position: relative;
  bottom: -7.8vh;
}

.suitcases {
  max-width: 150px;
}

.extra-menu-items-container {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  overflow: visible;
}

.body-2 {
  background-color: #000;
}

.prelaoder {
  z-index: 9999;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.flame-on {
  max-width: 10%;
  margin-top: 2vh;
  position: absolute;
}

.flame-off {
  filter: brightness(15%) contrast(120%) grayscale();
  max-width: 10%;
  margin-top: 2vh;
  position: absolute;
}

.takeaway {
  z-index: 900;
  background-color: var(--sd-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5% 5% 4%;
  display: none;
  position: fixed;
  top: 37%;
  bottom: auto;
  left: 34%;
  right: 34%;
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, .9);
}

.take-away-heading {
  color: #000;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-bottom: 8px;
}

.take-away-item-container {
  color: #000;
  align-items: center;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.close-button-container {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.close-x {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 22px;
}

.take-away-content-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: -5px;
  display: flex;
}

.menu-text-item {
  color: #000;
  margin-bottom: 6px;
}

.parking-maps-link {
  margin-right: 14px;
}

.menu-embed-wrapper {
  height: 23vw;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: -.5vw;
  position: relative;
  overflow: hidden;
}

.html-embed {
  filter: grayscale(50%) contrast(150%);
  margin-top: -45px;
  position: relative;
}

.left-arrow {
  width: 40px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 5vw;
  right: auto;
}

.arrow-container {
  z-index: 0;
  align-items: center;
  width: 10vw;
  display: flex;
}

.arrow-container.left {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
}

.arrow-container.right {
  justify-content: flex-end;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.right-arrow-container {
  z-index: 0;
  justify-content: flex-end;
  align-items: center;
  width: 10vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.right-arrow {
  width: 40px;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 5vw;
}

@media screen and (max-width: 991px) {
  .our-story-container {
    width: 45%;
  }

  .image-container {
    width: 55%;
  }

  .menu-embed-wrapper {
    height: 22vw;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    height: 180vh;
  }

  .our-story-container {
    padding-top: 10vh;
  }

  .heading.review {
    font-size: 18px;
    line-height: 1.4;
  }

  .menu-heading {
    font-size: 13px;
    line-height: 17px;
  }

  .menu-item {
    margin-bottom: 8px;
    font-size: 13px;
  }

  .footer-plane {
    margin-top: 20px;
  }

  .footer-contact-container {
    max-width: none;
  }

  .navbar {
    height: 18vh;
  }

  .brand-container {
    align-items: center;
    height: 18vh;
    padding-top: 3.4vh;
    padding-bottom: 3vh;
    display: flex;
  }

  .logo {
    object-fit: scale-down;
    height: 80%;
    display: block;
  }

  .review-footer-container {
    margin-left: 0%;
    margin-right: 0%;
  }

  .nav-link {
    padding: 5px 0;
  }

  .nav-menu {
    background-color: #000;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5vw;
  }

  .story-heading {
    font-size: 13px;
  }

  .price {
    font-size: 14px;
  }

  .more-reviews-button {
    width: 35px;
    height: 35px;
  }

  .footer-pictures-container {
    display: none;
  }

  .language-switch {
    margin-top: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-item-name {
    letter-spacing: -.5px;
    font-size: 12px;
  }

  .play-pause-button {
    max-width: 54px;
  }

  .footer-details-left-column {
    flex: 1;
  }

  .body-2 {
    font-size: 14px;
    line-height: 1.2;
  }

  .flame-on {
    max-width: 15%;
  }

  .takeaway {
    left: 20%;
    right: 20%;
  }

  .take-away-heading {
    font-size: 14px;
  }

  .menu-button {
    align-items: center;
    height: 18vh;
    padding-top: 7vh;
    padding-bottom: 6.5vh;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .icon {
    filter: invert();
    mix-blend-mode: difference;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .burger {
    height: 4vh;
    display: block;
  }

  .left-arrow, .right-arrow {
    width: 30px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 86%;
  }

  .container {
    margin-top: -10vh;
  }

  .text {
    letter-spacing: .02px;
  }

  .text.space {
    font-size: 15px;
  }

  .section-1 {
    height: 90vh;
  }

  .hero-address-container {
    padding-top: 3.9vw;
    padding-left: 5.6vw;
  }

  .section-2 {
    height: 160vh;
  }

  .image-container {
    height: 80vh;
    top: 10vh;
  }

  .paragraph.plain.footer-mobile {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .heading.review {
    font-size: 14px;
  }

  .section-4 {
    padding-top: 0;
  }

  .images-track {
    height: 30vh;
  }

  .slider-image {
    width: 30vh;
    height: 30vh;
  }

  .section-5 {
    flex-direction: column;
    align-items: center;
  }

  .column, .column.wide, .column.wider {
    width: 80vw;
  }

  .menu-heading {
    font-size: 14px;
    line-height: 19px;
  }

  .menu-item {
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.5;
  }

  .daily-special {
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-images-container {
    margin-bottom: 5vh;
  }

  .footer-plane {
    max-width: 80px;
    margin-top: 0;
  }

  .navbar {
    height: 10vh;
  }

  .brand-container {
    max-width: none;
    height: 10vh;
    padding-top: 2.9vh;
    padding-bottom: 2.6vh;
  }

  .logo {
    height: 90%;
  }

  .google-logo {
    max-height: 20px;
  }

  .review-date {
    margin-left: 7px;
    font-size: 12px;
  }

  .stars-container {
    margin-left: 5px;
    top: -1px;
  }

  .star {
    max-height: 15px;
  }

  .story-heading {
    font-size: 14px;
  }

  .price {
    font-size: 16px;
  }

  .more-reviews-button {
    width: 30px;
    height: 30px;
  }

  .social-link {
    max-width: 30px;
  }

  .link-block {
    margin-left: 0;
  }

  .clock-container {
    display: none;
  }

  .menu-item-name {
    letter-spacing: 0;
    font-size: 13px;
  }

  .play-pause-button {
    display: none;
  }

  .parking-sign {
    max-width: 30px;
  }

  .footer-details-left-column {
    flex-direction: column;
    align-items: flex-start;
  }

  .flame-on {
    max-width: 30%;
  }

  .takeaway {
    padding-bottom: 9%;
    left: 10%;
    right: 10%;
  }

  .menu-button {
    height: 10vh;
    padding-top: 4vh;
    padding-bottom: 4vh;
  }

  .burger {
    height: 2.3vh;
  }

  .menu-embed-wrapper {
    height: 100vw;
  }

  .left-arrow, .right-arrow {
    width: 25px;
  }
}


