:root {
  --dark: #26382a;
  --light: #dca473;
  --papaya-whip: #f2e9d2;
  --sandy-brown: #3c2219;
  --black: #f2e9d1;
}

body {
  background-color: var(--dark);
  color: var(--light);
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  color: var(--light);
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.container {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 3em;
}

.container.is--nav {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container.is--header {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.html {
  width: 0;
  height: 0;
  -webkit-text-stroke-color: var(--papaya-whip);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section.is--nav {
  z-index: 999;
  background-color: var(--dark);
  margin-top: -1px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.section.is--hero {
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.section.is--header {
  background-color: var(--dark);
}

.section.footer {
  background-color: var(--dark);
  color: var(--light);
  padding-top: 3em;
}

.section.design {
  background-color: var(--dark);
  color: var(--papaya-whip);
}

.section.menu_all {
  background-color: var(--papaya-whip);
  color: var(--dark);
  overflow: hidden;
}

.section.pizza {
  background-color: var(--light);
  color: var(--sandy-brown);
  padding-top: 0;
}

.section.wine {
  background-color: var(--sandy-brown);
  color: var(--light);
}

.section.reserv {
  height: 100vh;
  background-color: var(--dark);
  color: var(--light);
}

.section.info {
  height: 100vh;
  background-color: var(--light);
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.nav_side {
  z-index: 2;
  width: 30em;
  text-transform: uppercase;
  position: relative;
}

.nav_side.is--right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_logo {
  width: 16em;
  position: absolute;
}

.nav_logo-img {
  width: 100%;
}

.nav_link {
  text-transform: none;
  padding-right: .89em;
}

.nav_link.button {
  border: 1px solid var(--light);
  border-radius: 2em;
  padding: 4px 20px 6px;
}

.nav_link.button:hover {
  background-color: var(--light);
  text-decoration: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.nav_link-text {
  text-transform: none;
}

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

.nav_top {
  z-index: 1;
  width: 100%;
  max-height: 6.1em;
  min-height: 6.1em;
  border-bottom: 1px solid var(--light);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.is--alt-text {
  font-family: Playfair Display, sans-serif;
  font-weight: 400;
}

.header_text {
  padding-top: 5em;
  padding-bottom: 5em;
}

.sticky-circle {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: flex-end;
  padding-top: 6em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_element {
  width: 46em;
  height: 86vh;
  border-radius: 35em 35em 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sticky-circle_img {
  width: 100vw;
  height: 10vh;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  position: relative;
}

.sticky-circle_wrap {
  width: 100%;
  height: 300vh;
}

.nav_logo-contain {
  z-index: 1;
  color: var(--papaya-whip);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: var(--dark);
  color: var(--papaya-whip);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.logo-symbol {
  width: 19em;
  margin-top: 10em;
  display: block;
}

.hero-section {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-slogan {
  width: 6em;
  margin-top: 5em;
  position: absolute;
  bottom: 1px;
}

.sticky-circle_element-copy {
  width: 50em;
  height: 90vh;
  border: 1px solid #000;
  border-radius: 35em 35em 0 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: -3px;
  overflow: hidden;
}

.image-2 {
  width: 52%;
  opacity: 0;
  margin-top: 2em;
  margin-bottom: 7em;
}

.marquee {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: var(--light);
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-content.scroll {
  min-width: 70%;
  align-items: center;
}

.text-block-2 {
  color: var(--dark);
  text-transform: none;
  font-family: Playfair Display, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
}

.div-block-4 {
  width: 100%;
  padding-top: 3em;
  padding-left: 2em;
  padding-right: 2em;
  position: relative;
}

.text-block-3 {
  font-size: 1.75em;
  font-weight: 300;
}

.text-block-3.phone {
  font-weight: 400;
}

.div-block-5 {
  border-bottom: 1px solid var(--light);
  justify-content: space-between;
  padding-bottom: 2em;
  display: flex;
}

.div-block-6 {
  justify-content: space-between;
  padding-top: 2em;
  display: flex;
}

.about {
  flex-direction: row;
  justify-content: space-between;
  padding-top: 9em;
  padding-bottom: 2em;
  display: flex;
}

.about.sticky-text {
  height: 100vh;
  padding-top: 10em;
  padding-left: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.about.moved-image {
  height: 350vh;
  align-items: flex-start;
  position: relative;
}

.about.menu {
  padding-left: 0;
  padding-right: 7em;
}

.about.moved-image-2 {
  height: 250vh;
  align-items: flex-start;
  position: relative;
}

.div-block-8 {
  width: 50%;
}

.div-block-9 {
  position: relative;
}

.heading {
  max-width: 17ch;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 3em;
  font-weight: 400;
}

.paragraph {
  max-width: 60ch;
  margin-bottom: 20px;
  font-weight: 400;
}

.paragraph.big {
  font-size: 1.5em;
}

.image-3 {
  width: 20em;
  position: absolute;
  bottom: 31.3em;
  right: 0;
}

.photo {
  width: 35em;
  position: absolute;
  top: -65em;
  right: 0;
}

.photo.design._1 {
  width: 26em;
  top: -90vh;
}

.photo.design._2 {
  width: 20em;
  top: -40vh;
  right: 22.7em;
}

.photo.design._3 {
  width: 16em;
  top: 5vh;
  right: 10em;
}

.photo.design._4 {
  width: 25em;
  border-top-left-radius: 30em;
  border-top-right-radius: 30em;
  top: 60vh;
  right: 7em;
}

.photo.design._5 {
  width: 26em;
  top: 154.8vh;
  right: 20.6em;
}

.photo.design._6 {
  width: 27em;
  top: auto;
  bottom: 10vh;
  left: auto;
  right: 3%;
}

.photo.bar._1 {
  width: 28em;
  top: -90vh;
}

.photo.bar._2 {
  width: 20em;
  top: -38.1vh;
  right: 22.7em;
}

.photo.bar._3 {
  width: 22em;
  top: 10vh;
  right: 6em;
}

.photo.bar._4 {
  width: 25em;
  border-top-left-radius: 30em;
  border-top-right-radius: 30em;
  top: 60vh;
  right: 7em;
}

.photo.bar._5 {
  width: 12em;
  top: auto;
  bottom: 162.5vh;
  right: 22em;
}

.photo.bar._6 {
  width: 26em;
  top: auto;
  bottom: 10vh;
  left: auto;
  right: 16%;
}

.photo.bar._7 {
  width: 14em;
  top: auto;
  bottom: 110vh;
}

.photo.bar._8 {
  width: 14em;
  top: auto;
  bottom: 62vh;
  right: 19.3em;
}

.image-5 {
  width: 27em;
  position: absolute;
  top: -30em;
  right: 20.7em;
}

.image-6 {
  width: 24em;
  border-top-left-radius: 25em;
  border-top-right-radius: 25em;
  position: absolute;
  top: 45em;
  right: 8em;
}

.heading-copy {
  max-width: 21ch;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Playfair Display, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
}

.pizza-photo {
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
  display: flex;
  position: relative;
}

.image-7 {
  width: 20em;
  position: absolute;
}

.image-8 {
  width: 30em;
}

.image-9 {
  z-index: 25;
  width: 10em;
  position: absolute;
  top: -2.6em;
  bottom: auto;
  left: auto;
  right: 13.4em;
}

.div-block-9-copy {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.arch {
  width: 40em;
  height: 70vh;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-top-left-radius: 30em;
  border-top-right-radius: 30em;
  position: absolute;
  top: auto;
  bottom: -1px;
  left: auto;
  right: 0%;
}

.marquee_text-wrapper {
  flex: none;
  display: flex;
}

.marquee_component {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.marquee_heading1 {
  color: var(--papaya-whip);
  text-transform: uppercase;
  margin-bottom: -38px;
  margin-right: 5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 8rem;
  font-weight: 400;
}

.pizza {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3em;
  display: flex;
}

.reservation {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.gold, .creamy, .brown {
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-10 {
  width: 100%;
  opacity: .32;
}

.about-sticky {
  height: 450vh;
}

.about-sticky._2 {
  height: 350vh;
}

.image-4-copy {
  width: 36em;
  position: absolute;
  right: 9em;
}

.pizza-sticky {
  background-image: url('../images/background.png');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.pizza-copy {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-12 {
  width: 6em;
}

.green-sircle {
  width: 2em;
  height: 2em;
  background-color: var(--dark);
  border-radius: 2em;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: none;
  bottom: -60px;
}

.slide {
  height: 100%;
  margin-right: 25px;
}

.right-arrow {
  transition: all .7s;
}

.right-arrow:hover {
  width: 90px;
  right: -10px;
}

.slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 1px 80px;
  display: flex;
  overflow: visible;
}

.left-arrow {
  width: 80px;
  color: rgba(0, 0, 0, 0);
  transition: all .7s;
}

.left-arrow:hover {
  width: 90px;
  left: -10px;
}

.mask {
  width: 15%;
  overflow: visible;
}

.blue {
  width: 100%;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-right: 25px;
  display: flex;
}

.icon {
  color: var(--papaya-whip);
  -webkit-text-stroke-color: var(--light);
  background-color: rgba(38, 56, 42, .35);
  border-radius: 3em;
  font-weight: 300;
}

.div-put {
  width: 100%;
  display: flex;
}

.slider-block {
  padding-bottom: 5em;
}

.button-big {
  border: 1.5px solid var(--light);
  color: var(--light);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3em;
  margin-top: 1em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  font-size: 1.5em;
  font-weight: 400;
}

.button-big:hover {
  background-color: var(--light);
  color: var(--dark);
  font-weight: 400;
}

.button-big.brwon {
  color: var(--sandy-brown);
}

.button-big.brwon:hover {
  background-color: var(--sandy-brown);
  color: var(--light);
  -webkit-text-stroke-color: var(--sandy-brown);
}

.button-big.white {
  color: var(--black);
}

.button-big.white:hover {
  border-color: var(--black);
  background-color: var(--black);
  color: var(--dark);
}

.button-big.white.header {
  margin-bottom: 4em;
}

.button-big.dark {
  color: var(--dark);
}

.button-big.dark:hover {
  background-color: var(--dark);
  color: var(--papaya-whip);
}

.image-5-copy {
  width: 27em;
  position: absolute;
  top: -46.6em;
  right: 14.1em;
}

.image-4-copy-copy {
  width: 36em;
  position: absolute;
  right: 15em;
}

.image-6-copy {
  width: 24em;
  border-top-left-radius: 25em;
  border-top-right-radius: 25em;
  position: absolute;
  top: 45em;
  right: 8em;
}

.image-3-copy {
  width: 20em;
  position: absolute;
  bottom: 31.3em;
  right: 0;
}

.arrow-bottom {
  display: none;
}

.dropdownwrapper {
  height: 100%;
  margin-left: 5px;
  padding-top: 0;
  display: block;
  position: relative;
}

.dropdownwrapper.mob {
  display: none;
}

.dropdownlink-container {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navlink {
  height: 100%;
  letter-spacing: .3px;
  text-transform: none;
  cursor: pointer;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 0 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  display: flex;
}

.navlink:hover {
  text-align: center;
  font-weight: 700;
}

.navlink.w--current {
  color: #2193b0;
  text-transform: capitalize;
  padding-left: 20px;
  padding-right: 20px;
}

.navlink.sub {
  flex-wrap: nowrap;
  align-self: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-weight: 500;
  display: block;
}

.navlink.sub:hover {
  font-weight: 700;
  text-decoration: none;
}

.down {
  display: none;
}

.dropdowncontainer {
  width: auto;
  height: auto;
  align-items: flex-start;
  margin-top: 0;
  margin-left: -10px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  overflow: hidden;
}

.dropdown-list {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-left: 0;
  padding: 0 10px 10px;
  overflow: hidden;
}

.dropdown-innerlist {
  max-width: 300px;
  text-align: center;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.navbar {
  height: 70px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .3);
}

.container-2 {
  width: 1000px;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-wrap {
  height: 100%;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-block-6 {
  color: #2193b0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-menu {
  height: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.hero-slider {
  z-index: -9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.slide-nav-2, .right-arrow-2, .left-arrow-2, .header__humburger-wrap, .header__humburger {
  display: none;
}

.menu__nav-link {
  color: #1e1e2f;
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 0 #97c680;
}

.menu__nav-link:hover {
  box-shadow: inset 0 -9px #97c680;
}

.lang {
  color: #111;
  letter-spacing: .02em;
  margin-left: 1em;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.lang.thin {
  font-weight: 300;
}

.menu {
  display: none;
}

.button-outline-small {
  color: #000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000;
  border-radius: 4.9rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-outline-small:hover {
  color: #000;
  background-color: #fff;
  border-color: #696969;
}

.mouse-wrapper {
  opacity: 1;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
}

._154-mouse {
  width: 25px;
  height: 40px;
  color: rgba(242, 233, 210, .75);
  border-style: solid;
  border-width: 1.5px;
  border-radius: 100px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

._154-circle {
  width: 6px;
  height: 6px;
  background-color: var(--papaya-whip);
  border-radius: 50%;
  margin-top: 8px;
}

._154-scroll-text {
  color: #fff;
  text-align: center;
  letter-spacing: 10px;
  margin-top: 20px;
  margin-right: -10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .8em;
}

.image-14 {
  display: none;
}

.div-block-23 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
}

.map {
  width: 36%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 32%;
  right: auto;
}

.map.mobile {
  display: none;
}

.line-1 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.v2 {
  width: 30px;
  background-color: #fff;
}

.line-1.simple {
  top: 18px;
}

.flipper-nav-link-menu {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 25px;
  top: 62px;
}

.flipper-nav-container {
  height: 43px;
  border-radius: 25px;
  position: relative;
  left: 0;
  right: 0;
}

.line-2 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-2.v2 {
  background-color: #fff;
}

.purple-nav-link {
  width: 52%;
  float: right;
  clear: left;
  color: #fff;
  text-align: right;
  letter-spacing: 2px;
  background-color: #786df7;
  border-radius: 50px;
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 20px;
  transition: letter-spacing .25s, width .25s;
  right: 3px;
  box-shadow: 1px 1px 3px rgba(122, 122, 122, .55);
}

.purple-nav-link:hover {
  width: 55%;
  letter-spacing: 4px;
}

.line-3 {
  z-index: 2;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-3.v2 {
  width: 30px;
  background-color: #fff;
}

.flipper-nav-button {
  width: 43px;
  height: 43px;
  background-color: #f76d6d;
  border-radius: 55px;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px rgba(122, 122, 122, .55);
}

.flipper-nav-button.w--open {
  background-color: #f76d6d;
  box-shadow: 1px 1px 3px rgba(122, 122, 122, .55);
}

.flip-nav {
  background-color: rgba(0, 0, 0, 0);
  top: 10px;
  left: 0;
  right: 0;
}

.line-4 {
  z-index: 1;
  width: 35px;
  height: 2px;
  background-color: #7a7a7a;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-4.simple {
  top: 28px;
}

@media screen and (max-width: 991px) {
  .container {
    padding-left: 3em;
    padding-right: 3em;
  }

  .section.menu_all {
    padding-bottom: 10em;
  }

  .mask {
    width: 30%;
  }

  .div-put {
    height: 160px;
  }

  .dropdownlink-container {
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .navlink {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5em;
  }

  .navlink.w--current {
    color: #333;
    padding: 10px 15px;
    text-decoration: none;
  }

  .navlink.sub {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navlink.sub:hover {
    text-decoration: none;
  }

  .down {
    width: 1.2em;
    cursor: pointer;
    justify-content: flex-end;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2vw;
    display: flex;
  }

  .dropdown-list, .dropdown-innerlist {
    box-shadow: none;
  }

  .navbar {
    height: 70px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .icon-2 {
    color: #333;
    flex: 0 auto;
    font-size: 34px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .nav-wrap {
    flex: 1;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .nav-menu {
    height: auto;
    color: #fff;
    background-color: #fff;
    box-shadow: 0 7px 10px -6px rgba(0, 0, 0, .3);
  }

  .header__humburger-wrap {
    width: 24px;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .header__humburger {
    z-index: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    position: relative;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu__nav-link {
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #000;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .menu__nav-link:hover {
    box-shadow: none;
  }

  .menu__nav-link.mod--even {
    border-left: 1px solid #000;
  }

  .menu {
    z-index: 89;
    position: fixed;
    top: 0%;
    bottom: 0;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .button-outline-small {
    margin-top: 1em;
    margin-right: 2em;
  }

  .menu__content {
    z-index: 1;
    width: 100%;
    height: auto;
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 86px;
    display: flex;
    position: relative;
  }

  .menu__nav {
    width: 100%;
    border-top: 1px solid #000;
    flex-wrap: wrap;
    display: flex;
    overflow: hidden;
  }

  .menu__bg {
    z-index: 0;
    opacity: .6;
    background-image: url('../images/noise.jpg');
    background-position: 50% 100%;
    background-size: auto;
    padding: 0;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .marquee_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .marquee_heading1 {
    font-size: 8rem;
  }

  .div-put {
    height: 110px;
  }

  .down {
    width: auto;
  }

  .dropdowncontainer {
    display: none;
  }

  .dropdown-innerlist {
    max-width: 100%;
  }

  .nav-wrap {
    padding-left: 15px;
    padding-right: 0;
  }

  .menu__nav-link {
    box-shadow: none;
  }

  .menu__nav-link:hover {
    background-image: linear-gradient(to right, #ddd62a, #f8e07c);
  }

  .menu__nav-link:focus {
    background-image: linear-gradient(to right, #20c8bf, #f8e07c);
  }

  .menu {
    display: none;
  }

  .menu__content {
    padding-top: 6.3em;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 10px;
    font-size: 6em;
  }

  .container.is--header.fullwidth {
    height: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  .section.is--hero {
    height: 100vh;
  }

  .nav_side {
    display: none;
  }

  .nav_side.is--right {
    display: block;
  }

  .nav_logo {
    width: 50em;
  }

  .nav_link {
    padding-top: 2em;
    padding-bottom: 2em;
    padding-right: 0;
    font-size: .75em;
  }

  .nav_link.button {
    border-radius: 8em;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 2px 20px 3px;
    display: block;
  }

  .nav_link.button:hover {
    color: var(--dark);
    padding: 2px 20px 3px;
    font-weight: 400;
  }

  .nav_link.hide {
    display: none;
  }

  .nav_link-text {
    font-size: 6em;
  }

  .nav_top {
    min-height: 20em;
  }

  .sticky-circle_element {
    width: 82em;
    height: 72vh;
    border-top-left-radius: 45em;
    border-top-right-radius: 45em;
    margin-bottom: 0;
  }

  .sticky-circle_img {
    height: 100vh;
  }

  .sticky-circle_wrap {
    height: 200vh;
  }

  .logo-symbol {
    width: 40%;
    margin-top: 0;
  }

  .hero-section {
    background-image: none;
    justify-content: center;
    padding-bottom: 16vh;
  }

  .logo-slogan {
    width: 18em;
    margin-top: 12.7em;
  }

  .sticky-circle_element-copy {
    width: 90em;
    height: 75vh;
    border-width: 1px 1px 0;
    border-top-left-radius: 45em;
    border-top-right-radius: 45em;
    margin-bottom: 0;
    bottom: -1px;
  }

  .image-2 {
    width: 90%;
    margin-top: 20em;
    margin-bottom: 0;
  }

  .text-block-3 {
    margin-bottom: 1em;
    font-size: 5em;
  }

  .div-block-5 {
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    padding-top: 5em;
  }

  .about {
    flex-direction: column;
    padding-top: 20em;
    padding-left: 0;
  }

  .about.sticky-text {
    height: auto;
    padding-top: 20em;
    padding-left: 0;
    position: relative;
    overflow: hidden;
  }

  .about.moved-image, .about.moved-image-2 {
    height: auto;
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-8.centred {
    text-align: center;
  }

  .div-block-9.centred {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading {
    max-width: 23ch;
    font-size: 6em;
  }

  .paragraph {
    font-size: 4em;
  }

  .paragraph.big {
    margin-top: 2em;
    font-size: 5em;
  }

  .photo {
    width: 40em;
    top: -193.2em;
  }

  .photo.design._1 {
    width: auto;
    position: relative;
    top: 0;
  }

  .photo.design._2 {
    width: 100em;
    position: relative;
    top: auto;
    right: 0;
  }

  .photo.design._3 {
    width: auto;
    display: none;
    position: relative;
    top: 0;
    right: auto;
  }

  .photo.design._4 {
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: 0;
    right: auto;
  }

  .photo.design._5 {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
  }

  .photo.design._6 {
    width: 100vw;
    max-width: 100%;
    margin-bottom: 0;
    position: relative;
    bottom: 0;
    left: auto;
    right: auto;
  }

  .photo.bar._1, .photo.bar._2 {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
  }

  .photo.bar._3 {
    width: auto;
    position: relative;
    top: auto;
    right: 0;
  }

  .photo.bar._4 {
    width: auto;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    position: relative;
    top: auto;
    right: 0;
  }

  .photo.bar._5 {
    width: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .photo.bar._6 {
    width: 100vw;
    max-width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .photo.bar._7 {
    width: auto;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .photo.bar._8 {
    width: auto;
    display: none;
    position: relative;
    bottom: auto;
    right: 0;
  }

  .heading-copy {
    max-width: none;
    font-size: 6em;
  }

  .image-7 {
    width: 60em;
  }

  .image-8 {
    width: 85em;
  }

  .image-9 {
    z-index: 0;
    width: 28em;
    top: -6.1em;
    right: 0;
  }

  .arch {
    width: 90em;
    height: 42vh;
    border-top-width: .75px;
    border-left-width: .75px;
    border-right-width: .75px;
    border-top-left-radius: 45em;
    border-top-right-radius: 45em;
    display: none;
    bottom: -200px;
    right: -42.7em;
  }

  .arch.hide {
    display: none;
  }

  .marquee_component {
    padding-bottom: 0;
  }

  .marquee_heading1 {
    margin-bottom: -14px;
    font-size: 3rem;
  }

  .about-sticky, .about-sticky._2 {
    height: auto;
  }

  .pizza-sticky {
    text-align: center;
  }

  .pizza-copy {
    padding-top: 20em;
    padding-bottom: 20em;
  }

  .image-12 {
    width: 20em;
  }

  .slide-nav {
    mix-blend-mode: screen;
    font-size: 2vw;
    display: block;
    bottom: -60px;
  }

  .slide {
    height: 100%;
  }

  .right-arrow {
    display: none;
  }

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

  .left-arrow {
    display: none;
  }

  .mask {
    width: 45%;
    height: 100%;
  }

  .div-put {
    height: 100%;
  }

  .slider-block {
    height: 100%;
    margin-top: 5em;
    padding-bottom: 60px;
  }

  .button-big {
    margin-top: 3em;
    font-size: 4em;
    font-weight: 400;
  }

  .button-big.brwon {
    margin-top: 0;
  }

  .button-big.white {
    margin-top: 1em;
    margin-bottom: 3em;
  }

  .div-block-15 {
    flex-direction: column;
    order: -1;
    align-items: center;
    display: flex;
  }

  .arrow-bottom {
    height: 12em;
    display: none;
    position: absolute;
    top: auto;
    bottom: 18%;
    left: 50%;
    right: 0%;
  }

  .text-block-5 {
    margin-top: 2em;
    font-size: 3vw;
  }

  .div-block-16 {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .dropdownwrapper, .dropdownlink-container {
    width: 40px;
  }

  .navlink {
    font-size: 4em;
  }

  .navlink.sub {
    font-size: .75em;
  }

  .down {
    width: 30px;
  }

  .dropdowncontainer {
    display: block;
  }

  .dropdown-innerlist {
    width: 40px;
  }

  .nav-menu, .hero-slider {
    position: absolute;
  }

  .header__humburger-wrap {
    z-index: 999;
    background-color: rgba(0, 0, 0, 0);
  }

  .header__humburger {
    mix-blend-mode: exclusion;
    display: none;
  }

  .div-block-21 {
    width: 100%;
    border-bottom: .5px solid var(--light);
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-21.none-underline {
    border-bottom-width: 0;
    padding-bottom: 25px;
  }

  .menu__nav-link {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }

  .menu__nav-link:hover {
    background-image: none;
  }

  .menu {
    position: static;
  }

  .menu.fixed {
    position: fixed;
  }

  .button-outline-small {
    width: 10em;
    flex-direction: column;
    justify-content: space-between;
    margin: 1em 0 1em 0;
    padding: .5rem 0;
  }

  .menu__content {
    background-color: rgba(0, 0, 0, 0);
    padding-top: 0;
  }

  .menu__nav {
    border-top-width: 0;
    flex-direction: column;
    align-items: center;
    padding-left: 5em;
    padding-right: 5em;
  }

  .lang-mobile {
    width: 50%;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    justify-content: space-between;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    display: flex;
  }

  .mouse-wrapper {
    margin-bottom: -65vh;
    position: absolute;
  }

  ._154-mouse {
    width: 20px;
    height: 30px;
    border-width: 1px;
  }

  ._154-circle {
    width: 4px;
    height: 4px;
  }

  .image-14 {
    background-image: url('../images/map_centrale_2.jpg');
    background-position: 0 0;
    background-size: cover;
    display: block;
    position: static;
  }

  .div-block-22 {
    height: 30vh;
    background-image: url('../images/map_centrale_2.jpg');
    background-position: 50%;
    background-size: cover;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-23 {
    background-color: rgba(0, 0, 0, .4);
  }

  .map {
    width: 100%;
    display: none;
    left: 0%;
  }

  .map.mobile {
    display: block;
  }

  .line-1 {
    width: 20px;
    height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #000;
    margin-bottom: 6px;
    position: static;
    top: 0;
  }

  .line-1.v2 {
    background-color: var(--light);
  }

  .line-1._2 {
    top: 10px;
  }

  .line-1._3 {
    top: 20px;
  }

  .line-2.v2, .line-3.v2 {
    background-color: var(--light);
  }

  .flipper-nav-button {
    background-color: rgba(0, 0, 0, 0);
  }

  .open_menu {
    width: 20px;
    height: 20px;
  }
}


@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Bold.otf') format('opentype'), url('../fonts/Monotype----Helvetica-Now-Display-XBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display lt it';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Lt-It.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Monotype helvetica now display';
  src: url('../fonts/Monotype----Helvetica-Now-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}