:root {
  --background: #1e3e3e;
  --navbar: #738861;
  --primary2: #dbd99e;
  --primary3: #b3b29a;
  --secondary4: #102b4e80;
  --secondary2: #efefe0;
  --white: var(--secondary2);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .875rem;
  line-height: 1.25;
}

.page-wrapper {
  background-color: var(--background);
  font-family: Manrope, sans-serif;
}

.container {
  max-width: 600px;
  margin-top: -14px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.25rem;
}

.navbar {
  justify-content: center;
  align-items: center;
  margin-top: -25px;
  display: flex;
}

.nav-link {
  color: var(--navbar);
  text-transform: uppercase;
  border: 0 solid #000;
  border-bottom: .3125rem solid #0000;
  margin-top: .3125rem;
  margin-left: 4.375rem;
  margin-right: 4.375rem;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.875rem;
  text-decoration: none;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--primary2);
  color: var(--primary2);
}

.logo {
  max-width: 12.5rem;
  transition: all .2s;
}

.logo:hover {
  filter: brightness(171%);
}

.logo.w--current {
  border-radius: .9375rem;
}

.paragraph {
  color: var(--primary3);
  letter-spacing: .0625rem;
  margin-top: .9375rem;
  font-size: 1.375rem;
}

.content-wrapper {
  flex-direction: column;
  max-width: 50%;
  display: flex;
}

.content-wrapper.footer {
  align-items: flex-start;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.portrait {
  border-radius: .3125rem;
  position: relative;
}

.button {
  background-color: var(--primary2);
  color: #f4f3ee;
  text-align: center;
  border-radius: .3125rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 22.3125rem;
  margin-top: 1.25rem;
  margin-bottom: 80px;
  padding: 1.5625rem 1.25rem;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  top: 50px;
  box-shadow: 1px 1px 1.25rem #efefe040;
}

.button:hover {
  background-color: var(--navbar);
  box-shadow: 1px 1px 2.1875rem #47261766;
}

.dots-upper {
  z-index: 0;
  position: absolute;
  inset: -.9375rem auto auto -.9375rem;
}

.heading {
  color: var(--primary2);
  font-family: Cormorant Infant, sans-serif;
  font-size: 4rem;
  line-height: 3.75rem;
}

.heading.footer {
  color: var(--background);
  justify-content: flex-start;
  margin-top: 0;
}

.dots-lower {
  position: absolute;
  inset: auto -.9375rem -.9375rem auto;
}

.buton-text {
  color: var(--background);
  margin-bottom: 0;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.button-icon {
  margin-top: -.1875rem;
  margin-right: .625rem;
}

.image-wrapper {
  z-index: 1;
  position: relative;
}

.content-box {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.info-text {
  color: var(--secondary4);
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.info-block {
  z-index: 1;
  background-color: var(--secondary2);
  border-radius: .3125rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.9375rem 1.875rem 3.4375rem;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 1.25rem .25rem #efefe040;
}

.info-block:hover {
  box-shadow: 1px 1px 3.4375rem 1.875rem #efefe01a;
}

.info-flex {
  display: flex;
}

.info-title {
  color: var(--background);
  margin-top: .3125rem;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
}

.info-block-wrapper {
  z-index: 5;
  margin-top: 4.375rem;
  position: relative;
}

.info-icon {
  max-width: 4rem;
  margin-right: 1.3125rem;
  transition: all .2s;
}

.info-icon:hover {
  transform: scale(1.04);
}

.image {
  aspect-ratio: 2 / 1.2;
  min-width: 6.25px;
  max-width: 100%;
}

.menu-box {
  border-top-style: solid;
  border-top-width: .125rem;
  border-top-color: var(--secondary2);
  border-right-style: solid;
  border-right-width: .125rem;
  border-right-color: var(--secondary2);
  border-bottom-style: solid;
  border-bottom-width: .125rem;
  border-bottom-color: var(--secondary2);
  border-left-style: solid;
  border-left-width: .125rem;
  border-left-color: var(--secondary2);
  background-color: #fff;
  border-radius: .3125rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 2.5rem;
  padding-top: 0;
  padding-bottom: 3rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
}

.menu-box:hover {
  box-shadow: 1px 1px 1.25rem .8125rem #efefe01a;
}

.menu-banner {
  background-color: #fff;
  border-radius: .3125rem;
  width: 100%;
  margin-top: -48px;
}

.menu-items {
  grid-column-gap: 6.25rem;
  grid-row-gap: 1.875rem;
  margin-top: 5rem;
  margin-left: 8.25rem;
  margin-right: 8.25rem;
}

.footer-text {
  color: var(--secondary4);
  letter-spacing: .0625rem;
  margin-top: .9375rem;
  font-size: 1.375rem;
  line-height: 1.25em;
}

.footer-text.secondary {
  color: var(--secondary4);
  margin-top: 1.875rem;
}

.portrait-2 {
  border-radius: .625rem;
  position: relative;
}

.dots-upper-2 {
  z-index: 0;
  position: absolute;
  inset: -5% auto auto -5%;
}

.footer {
  justify-content: center;
  align-items: center;
  margin-top: 6.25rem;
  padding-top: 2.5rem;
  padding-bottom: .625rem;
  display: flex;
}

.cta-span {
  color: #ae5f3c;
  font-size: 2.25rem;
  font-weight: 700;
}

.bold-text {
  color: var(--background);
}

.footer-grid {
  grid-template-rows: auto;
  max-width: 100%;
  position: relative;
}

.footer-image {
  background-image: url('../images/cucina-ristorante-1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .3125rem;
  min-width: 30rem;
  max-width: 100%;
  min-height: 30rem;
}

.floating-button {
  z-index: 999;
  border-radius: 50%;
  width: 3.125rem;
  margin-bottom: 2rem;
  margin-right: 2rem;
  transition: all .2s;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 1px 1px 1.25rem #0050b380;
}

.floating-button:hover {
  filter: contrast(139%);
  box-shadow: 1px 1px .625rem #0050b380;
}

.floating-button.figma {
  border-radius: .625rem;
  width: auto;
  text-decoration: none;
  inset: auto auto 0% 1%;
  box-shadow: 1px 1px 1.25rem #91919180;
}

.figma-button {
  background-color: #fff;
  border-radius: .625rem;
  align-items: center;
  padding: 1.25rem 1.25rem 1.25rem .9375rem;
  text-decoration: none;
  transition: transform .4s;
  display: flex;
}

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

.figma-image {
  width: 1.25rem;
}

.button-text {
  margin-bottom: 0;
  margin-left: .625rem;
  display: inline-block;
}

.button-text.small {
  color: #253bab;
  font-size: 1.125rem;
  font-weight: 700;
}

.navigation {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hero-section {
  background-image: url('../images/slikahero.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 1.25rem;
  padding-bottom: 7.55rem;
  position: relative;
}

.menu-section {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  position: static;
}

.order-section {
  background-color: #fff;
  margin-top: 2.1875rem;
  padding-top: 3.6875rem;
  padding-bottom: 3.6875rem;
}

.menu-text {
  color: var(--secondary4);
  font-size: 1.125rem;
  line-height: 1.375rem;
}

.menu-heading {
  color: var(--background);
  text-align: center;
  text-transform: uppercase;
  font-family: Cormorant Infant, sans-serif;
  font-size: 4rem;
  line-height: 3.75rem;
}

.menu-title {
  color: var(--background);
  text-transform: uppercase;
  margin-top: .3125rem;
  font-family: Cormorant Infant, sans-serif;
  font-size: 1.5rem;
}

.container-2 {
  margin-top: 220px;
}

.container-3 {
  background-color: #fff;
  display: none;
}

.navbar-2 {
  background-color: #fff;
}

.navlink2 {
  position: relative;
}

.paragraph-2 {
  justify-content: center;
  align-items: center;
  margin-left: 265px;
  padding-bottom: 0;
  padding-left: 0;
  display: none;
  position: relative;
  top: -12px;
  right: 15px;
  overflow: hidden;
}

.div-block {
  object-fit: fill;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  min-width: 100px;
  margin: 18px 0 auto;
  padding: 0 0 3px;
  display: block;
  position: static;
}

.image-2 {
  object-fit: fill;
  flex: 1;
  max-width: 100%;
  margin: 31px auto -49px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: block;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: block;
}

.image-3 {
  aspect-ratio: 2.2;
  margin-top: -36px;
  font-size: .875%;
}

.grid {
  grid-template-columns: 1fr;
}

.paragraph-3 {
  color: #000;
  text-align: center;
  margin-top: 90px;
  font-family: Alice, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.paragraph-4 {
  text-align: center;
  margin-top: -8px;
  margin-bottom: -69px;
  padding-bottom: 0;
  font-family: Alice, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

.div-block-3 {
  margin-top: 5px;
}

.paragraph-5 {
  text-align: center;
  margin-top: -8px;
  margin-bottom: 86px;
  font-family: Alice, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.div-block-4 {
  color: #000;
  background-color: #000;
  border-radius: 0;
  width: 80px;
  height: 1px;
  margin-top: 0;
  display: block;
}

.paragraph-6 {
  background-color: #0000;
}

.image-4 {
  aspect-ratio: 1.3;
  padding-bottom: 0;
}

.image-5 {
  box-sizing: border-box;
  aspect-ratio: 1.22;
  max-width: 100%;
}

.image-6 {
  aspect-ratio: 1.3;
  max-height: 650px;
  display: block;
}

.image-7 {
  max-width: 5%;
  padding-top: 0;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 6px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: -79px;
  margin-bottom: 41px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  margin-top: -12px;
  padding-bottom: 0;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footerr {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.container-6 {
  margin-bottom: -24px;
  padding-bottom: 0;
}

.div-block-5 {
  padding-bottom: 0;
}

.link-block {
  mix-blend-mode: normal;
  background-color: #bc1313;
  border-radius: 16px;
  margin-top: -150px;
  margin-left: 244px;
  font-weight: 600;
}

.link {
  margin-left: 306px;
}

.link-2 {
  color: #000;
  text-align: center;
  mix-blend-mode: normal;
  background-color: #555d45;
  border-radius: 11px;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-width: 150px;
  max-width: 100px;
  height: 50px;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.section {
  justify-content: center;
  align-items: flex-start;
  margin-top: -94px;
  display: flex;
}

.code-embed {
  margin-bottom: -150px;
  padding-bottom: 0;
}

.slide-nav {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide {
  vertical-align: baseline;
  object-fit: cover;
  background-image: url('../images/59d756a4-0590-42ee-83c0-8c29cb18c778.jpg');
  background-position: 0 0;
  background-size: auto;
  padding-right: 0;
}

.slider {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  height: 80vh;
  display: flex;
  top: 0;
}

.slide-2 {
  vertical-align: baseline;
  background-image: url('../images/59d756a4-0590-42ee-83c0-8c29cb18c778.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1 {
  background-image: url('../images/59d756a4-0590-42ee-83c0-8c29cb18c778.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-width: auto;
  margin-right: 600px;
}

.container-7 {
  max-width: 100%;
  margin-bottom: -46px;
}

.slider-2 {
  border-radius: 0;
  height: 60vh;
}

.slide-3 {
  background-image: url('../images/6ec38041-772e-4bd9-ab81-2a1f527c284f.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-4 {
  aspect-ratio: auto;
  object-fit: cover;
  background-image: url('../images/53ebe4ef-a460-4282-b52e-2fcebce2ca40.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.slide-5 {
  background-image: url('../images/8522aa6b-40a9-4218-a338-1638a7ea0ebf.jpg');
  background-position: 50% 60%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/WhatsApp-Image-2025-09-20-at-21.14.29.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/WhatsApp-Image-2025-09-20-at-21.14.29-1.jpeg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
}

.code-embed-2 {
  color: #643d3d;
}

.code-embed-3 {
  margin-top: 0;
}

.section-2 {
  padding-bottom: 0;
}

.slide-8 {
  background-image: url('../images/772fefe3-d006-4204-8ddd-25d61646ab89.jpg');
  background-position: 50% 100%;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 42px;
}

.slide-9 {
  background-image: url('../images/59d756a4-0590-42ee-83c0-8c29cb18c778.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.video {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.code-embed-4 {
  margin-top: -2px;
}

.code-embed-5 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.slide-10 {
  background-image: url('../images/56642b75-f348-4a16-8942-1f29b72fff27.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/dd7ccdd1-8f15-4df7-98d6-cc0bbd968bbb.jpg');
  background-position: 50%;
  background-size: cover;
}

.image-8 {
  vertical-align: baseline;
  max-width: 40%;
  padding-left: 0;
}

.my-slider-image {
  object-fit: contain;
  object-position: 50% 50%;
}

.image-9 {
  width: 100%;
  height: 130%;
}

.slide-1-2 {
  background-image: url('../images/879689ce-443c-4cb5-872a-738adeb4fe20.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/5cfc08ab-08c6-4bce-9028-b49149f999c7.jpg');
  background-position: 50%;
  background-size: cover;
}

.button-2 {
  margin-top: 0;
  margin-bottom: -170px;
  margin-left: 212px;
  padding-left: 0;
}

.button-11 {
  margin-top: -71px;
  margin-left: 215px;
  padding-top: 13px;
  padding-bottom: 14px;
}

.button-12 {
  max-width: 100px;
  margin-top: -209px;
  margin-bottom: -151px;
  margin-left: 227px;
  padding-bottom: 0;
}

.button-13 {
  background-color: #1e3e3e;
  position: absolute;
  top: 813.6px;
  left: 500px;
}

.button-14 {
  margin-top: -92px;
  margin-bottom: -74px;
  margin-left: 221px;
  position: absolute;
}

.button-15 {
  margin-top: -95px;
  margin-bottom: -64px;
  margin-left: 207px;
  position: absolute;
  bottom: -134.9px;
}

.button-16 {
  margin-left: 213px;
}

.button-17 {
  margin-left: 211px;
  position: relative;
  top: -87px;
}

@media screen and (max-width: 991px) {
  .nav-link {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .paragraph {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .content-wrapper {
    align-items: center;
    max-width: 100%;
  }

  .content-wrapper.footer {
    align-items: center;
  }

  .button {
    flex: 1;
    width: 50%;
    max-width: 100%;
  }

  .heading {
    text-align: center;
  }

  .image-wrapper {
    margin-top: 2.5rem;
  }

  .content-box {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .info-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .info-block-wrapper {
    max-width: 100%;
    left: 0%;
    right: 0%;
  }

  .info-icon {
    margin-bottom: .625rem;
  }

  .menu-items {
    margin-top: 2.5rem;
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .footer-text {
    text-align: center;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-image {
    min-height: 43.75rem;
  }

  .hero-section {
    padding-top: 1.25rem;
    padding-bottom: 3.75rem;
  }

  .menu-heading {
    text-align: center;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-5 {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .logo.w--current {
    min-width: 9.375rem;
  }

  .paragraph {
    flex: 0 auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .button {
    width: 100%;
  }

  .info-block {
    flex-direction: column;
    align-items: stretch;
  }

  .info-flex {
    flex-direction: row;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .cta-span {
    font-size: 2rem;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footerr {
    padding: 60px 15px;
  }

  .slide-8 {
    margin-top: 46px;
  }

  .button-12 {
    max-width: 19%;
    margin-top: -274px;
  }

  .button-13 {
    background-color: #183030;
    border-radius: 15px;
    margin-top: -109px;
    margin-bottom: -266px;
    margin-left: 225px;
    font-family: Cormorant Infant, sans-serif;
    font-weight: 700;
    position: absolute;
    bottom: 68.1px;
    left: -5.4px;
  }

  .container-9 {
    margin-top: 91px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-10 {
    margin-bottom: -92px;
  }

  .button-14 {
    bottom: -125.9px;
  }

  .button-15 {
    margin-bottom: 77px;
    position: static;
  }

  .button-17 {
    z-index: 999;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 150px;
    margin-left: 200px;
    margin-right: 200px;
    display: flex;
    position: relative;
    top: -78px;
  }

  .button-19 {
    margin-left: 207px;
    position: relative;
    bottom: 91px;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 0;
  }

  .container {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 0;
    font-weight: 400;
    line-height: 0;
    display: block;
  }

  .navbar {
    flex-direction: column;
  }

  .navbar.navbar-mobile-copy {
    font-size: 0;
    line-height: 1;
    display: none;
  }

  .nav-link {
    display: block;
  }

  .paragraph {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }

  .button {
    border-radius: 2rem;
    width: 100%;
    max-width: 100%;
    margin-bottom: 121px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    display: flex;
    position: relative;
    top: 92px;
  }

  .heading {
    font-size: 2.625rem;
    line-height: 2.8125rem;
  }

  .heading.footer {
    justify-content: center;
  }

  .buton-text {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 2.25rem;
  }

  .button-icon {
    margin-right: 0;
  }

  .image-wrapper {
    margin-left: -.625rem;
    margin-right: -.625rem;
  }

  .info-block {
    border-radius: 0;
    width: 100vw;
    margin-left: -.625rem;
    padding: 1.25rem 0 1.25rem 2.125rem;
  }

  .info-flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: .75rem;
  }

  .info-title {
    margin-top: 0;
  }

  .info-block-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .info-icon {
    max-width: 2.1875rem;
  }

  .menu-banner {
    margin-top: -61px;
  }

  .footer-text {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.125rem;
  }

  .footer-text.secondary {
    max-width: 100%;
  }

  .bold-text {
    font-size: 1.5rem;
  }

  .footer-grid {
    justify-items: center;
  }

  .footer-image {
    min-width: 100%;
  }

  .navigation {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section {
    background-position: 50%;
    background-size: cover;
    margin-bottom: 15px;
    padding-top: .625rem;
    padding-bottom: 2.5rem;
  }

  .menu-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .order-section {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .menu-heading {
    margin-top: 4px;
    margin-bottom: -16px;
    padding-top: 0;
    padding-bottom: 24px;
    font-size: 2.625rem;
    line-height: 2.8125rem;
  }

  .menu-title {
    text-align: center;
    margin-top: 0;
  }

  .container-2 {
    border-radius: 0;
    margin-top: 312px;
    margin-bottom: 26px;
    padding: 0 55px 19px;
  }

  .container-3 {
    background-color: #fff;
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .navbar-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    padding-right: 0;
    display: flex;
  }

  .navlink2 {
    color: var(--navbar);
    background-color: #fff;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff0;
  }

  .menu-button {
    justify-content: space-between;
    align-items: center;
    margin-left: 240px;
    padding-left: 0;
    display: flex;
  }

  .paragraph-2 {
    color: var(--primary3);
    justify-content: center;
    align-items: center;
    margin-top: -33px;
    margin-bottom: -34px;
    margin-left: 10px;
    padding-top: 0;
    padding-bottom: 95px;
    padding-left: 169px;
    display: flex;
    position: relative;
    top: -32px;
    right: 10px;
  }

  .div-block {
    flex: 0 auto;
    margin-top: -21px;
    padding-bottom: 0;
    position: relative;
  }

  .image-2 {
    max-width: 100%;
    max-height: 600px;
    margin-bottom: -23px;
    padding-top: 32px;
    padding-bottom: 3px;
  }

  .paragraph-4, .paragraph-5 {
    margin-top: 16px;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footerr {
    margin-top: -1px;
  }

  .container-5 {
    max-width: none;
  }

  .bold-text-2 {
    padding-right: 0;
    font-size: 20px;
    font-weight: 700;
  }

  .icon {
    position: fixed;
    inset: 4% 6% auto auto;
  }

  .section {
    justify-content: center;
    align-items: flex-start;
  }

  .slide-6 {
    background-position: 50%;
  }

  .slide-8 {
    background-position: 50% 100%;
  }

  .code-embed-4 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-10 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .right-arrow {
    width: 100px;
    height: 200px;
  }

  .image-10 {
    width: 100%;
    height: 80%;
  }

  .slide-1-4 {
    background-image: url('../images/0742b7c5-ae1f-472a-8ea6-cd996e4d83a0.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .slide-1-5 {
    background-image: url('../images/d511f53b-31d3-4c3f-affa-0654301f7b27.jpg');
    background-position: 50%;
    background-size: cover;
  }

  .button-3 {
    justify-content: center;
    align-items: center;
    margin-left: 81px;
    display: flex;
    position: static;
  }

  .div-block-6 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .button-4 {
    margin-left: 0;
    margin-right: -61px;
    padding-left: 0;
    display: block;
  }

  .div-block-7 {
    margin-left: 0;
    padding-left: 0;
  }

  .button-5 {
    margin-left: -74px;
  }

  .button-6 {
    padding-left: 0;
  }

  .button-7 {
    margin-top: -33px;
    margin-bottom: 122px;
  }

  .div-block-8 {
    z-index: auto;
    position: absolute;
    left: 50px;
    right: 50px;
  }

  .button-8 {
    margin-top: 151px;
  }

  .div-block-9 {
    z-index: 10;
    padding-left: 0;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .button-9 {
    justify-content: center;
    align-items: center;
    position: absolute;
  }

  .section-3, .section-4 {
    position: relative;
  }

  .button-10 {
    justify-content: center;
    align-items: center;
    margin: 89px -43px -67px 118px;
    padding-left: 162px;
    display: flex;
  }

  .button-13 {
    position: relative;
  }

  .div-block-10 {
    margin-top: auto;
    margin-bottom: -50px;
  }

  .button-14 {
    margin-left: -123px;
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .button-15 {
    padding-left: 37px;
  }

  .button-17 {
    margin-left: auto;
    margin-right: auto;
  }

  .button-18 {
    margin-left: 233px;
  }

  .button-19 {
    z-index: 999;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 100px;
    padding-bottom: 16px;
    display: block;
    position: relative;
    bottom: 70px;
  }

  .button-20 {
    z-index: 999;
    margin-left: 199px;
    display: flex;
    position: relative;
    bottom: 65px;
    right: 103px;
  }

  .button-21 {
    vertical-align: text-bottom;
    margin-left: 137px;
  }

  .button-22 {
    max-width: 100px;
  }

  .button-23 {
    z-index: 999;
    float: none;
    text-align: center;
    margin-bottom: 7px;
    display: block;
    position: relative;
  }

  .button-24 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .code-embed-6 {
    background-color: #1e3e3e;
  }
}


