:root {
  --white: white;
  --red: #e6332a;
  --panna: #f7ead0;
  --black: black;
  --dark-gray: #181818;
  --waves-library-black: #131313;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Livvic, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
  font-family: Questrial, sans-serif;
  line-height: 1.5;
}

a {
  color: #000;
  font-family: Questrial, sans-serif;
  text-decoration: none;
}

.menu {
  z-index: 22222;
  background-color: var(--white);
  color: var(--white);
  width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 6px;
  position: static;
}

.wrapper-text-hero {
  z-index: 1;
  border-left: 1px solid var(--white);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 75%;
  height: 55vh;
  margin-left: 42px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 50px;
  font-family: Livvic, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.body {
  background-color: #000;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
}

.heading-hero {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Mortina Two, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
}

.paragraph-hero {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  font-family: Bowlbyone, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.hero {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-content-menu {
  z-index: 0;
  background-color: var(--red);
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-left: 98px;
  padding-right: 98px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper-menu-voices {
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 35%;
  height: 100%;
  padding: 0;
  display: flex;
}

.heading-menu {
  color: var(--panna);
  border-bottom: 1px #ff810a;
  margin-top: 0;
  margin-bottom: 30px;
  padding-right: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  transition: color .4s ease-in-out;
  display: flex;
}

.heading-menu:hover {
  color: #cfd6a4;
}

.section-team-slider {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: auto;
  padding: 220px 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-team-slider.panna {
  background-color: var(--panna);
}

.wrapper-image-reserve {
  background-color: rgba(0, 0, 0, 0);
  width: 700px;
  height: 550px;
  position: relative;
  right: -6%;
}

.wrapper-image-reserve._1 {
  background-color: rgba(129, 120, 120, 0);
  background-image: url('../images/spaccio-aurora-rivergaro.jpg');
  background-position: 50%;
  background-size: cover;
  width: 33%;
  height: 100%;
  right: auto;
}

.wrapper-image-reserve._1._2 {
  width: 36%;
  bottom: 48px;
  right: 44px;
}

.heading-reserve {
  color: var(--red);
  font-family: Mortina Two, sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
}

.paragraph-reserve {
  color: var(--red);
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.paragraph-reserve.black {
  color: var(--black);
  font-family: Livvic, sans-serif;
  font-size: 17px;
}

.wrapper-button {
  margin-top: 20px;
  display: block;
  position: relative;
}

.button {
  z-index: 1;
  border: 1px solid var(--red);
  color: var(--red);
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 15px 40px;
  font-family: Mortina Two, sans-serif;
  font-size: 1vw;
  position: relative;
}

.button.space {
  margin-bottom: 22px;
}

.sub-buttton {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfd6a4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -8%;
  bottom: 0%;
  left: 3%;
  right: 0%;
}

.section-parallax {
  background-image: url('../images/parallasse.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: flex-end;
  align-items: flex-end;
  height: 80vh;
  display: flex;
  position: relative;
}

.nav {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-menu-intro {
  z-index: -1;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.button-menu-black {
  z-index: 999;
  flex: none;
  align-self: center;
  padding: 0 64px 0 0;
  position: static;
  right: 6%;
}

.button-menu-black.w--open {
  background-color: rgba(0, 0, 0, 0);
}

.brand-intro {
  z-index: 999;
  flex: 1;
  align-self: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 0;
  display: flex;
  top: 19px;
  left: 6%;
}

.brand-intro.w--current {
  flex: 1;
  align-self: flex-start;
  height: auto;
  margin-bottom: 0;
  display: block;
}

.wrapper-text-reserve-table {
  z-index: 80;
  background-color: var(--panna);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: auto;
  padding: 50px 60px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 211px;
}

.section-reserve-table {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 102vh;
  padding: 40px 140px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer {
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 100px 135px 40px;
  display: flex;
  position: relative;
  left: 0;
}

.footer.red {
  background-color: var(--red);
  padding: 29px 41px;
}

.wrapper-text-menu {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  width: 50%;
  height: auto;
  display: flex;
}

.phrase-menu {
  color: var(--panna);
  text-align: left;
  width: 80%;
  font-family: CheltenhamStdLight, sans-serif;
  font-size: 3vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

.grid-footer {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  padding-bottom: 0;
}

.wrapper-link-footer {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.wrapper-link-footer.pages {
  z-index: 1;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 30px;
  position: relative;
}

.heading-footer {
  color: var(--panna);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.link {
  color: var(--panna);
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Quattrocento, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link:hover {
  color: #cfd6a4;
}

.link.black {
  font-size: 15px;
  transition-duration: .4s;
}

.link.black:hover {
  color: #2d2d27;
}

.wrapper-copyright {
  z-index: 1;
  color: rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, .07);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.copyright {
  color: #696969;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.link-social {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  left: auto;
}

.section-style-guide {
  background-color: #000;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 220px;
}

.container-style-guide {
  background-color: var(--white);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 42px;
  box-shadow: 1px 1px 3px #e0e0e0;
}

.container-style-guide.heading {
  background-color: var(--black);
  border-bottom-style: none;
  flex-direction: column;
}

.container-style-guide.button {
  background-color: #000;
  border-style: none;
  display: flex;
}

.container-style-guide.button.link {
  background-color: var(--white);
}

.container-style-guide.title {
  box-shadow: none;
  background-color: #000;
  margin-top: 140px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-style-guide.title._1 {
  margin-top: 0;
}

.filter {
  z-index: 0;
  color: #959595;
  background-color: rgba(0, 0, 0, .52);
  justify-content: flex-end;
  width: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slide {
  height: 100%;
}

.slider-about {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.right-arrow {
  z-index: 80;
  width: 50px;
  height: 50px;
  display: block;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40%;
}

.left-arrow {
  z-index: 5;
  width: 50px;
  height: 50px;
  display: block;
  top: auto;
  bottom: 0%;
  left: 40%;
  right: auto;
}

.icon, .icon-2 {
  color: var(--white);
  font-size: 25px;
}

.section-blog-post {
  background-color: var(--black);
  padding: 100px 0 200px;
}

.section-blog-post.blog-page {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 0;
  padding-left: 100px;
  padding-right: 100px;
}

.collection-list {
  grid-column-gap: 2px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.25fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 80%;
  max-width: 100%;
  display: grid;
}

.wrapper-card-blog {
  background-color: #0e0e0e;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 90%;
  height: 55vh;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.wrapper-card-blog:hover {
  z-index: 999999;
}

.collection-item-blog {
  cursor: default;
  justify-content: center;
  width: auto;
  display: flex;
}

.wrapper-image-blog {
  background-color: #ddd;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65%;
  display: flex;
  position: absolute;
  top: -27px;
  left: -25px;
}

.wrapper-text-blog {
  flex-direction: column;
  justify-content: space-between;
  height: 17%;
  display: flex;
}

.heading-card-blog {
  color: #fff;
  margin-top: 0;
  font-size: 1vw;
  line-height: 1.7;
}

.date-blog {
  color: #fff;
  font-size: .7vw;
}

.collection-list-wrapper {
  justify-content: center;
  width: 100%;
  margin-top: 40px;
  display: flex;
}

.heading-team {
  color: #fff;
  text-align: center;
  font-family: Mortina Two, sans-serif;
  font-size: 38px;
  line-height: 1;
}

.paragraph-team {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
}

.filter-team {
  background-color: rgba(0, 0, 0, .55);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.authentic-pizza-section {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.text-description {
  z-index: 1;
  background-color: #0d0d0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 350px;
  height: 400px;
  padding: 30px 50px 48px 59px;
  display: flex;
  position: absolute;
  top: 356px;
  left: auto;
  right: 18%;
}

.authentic-pizza-image {
  background-image: url('../images/pizzaparallesse.jpg');
  background-position: 50%;
  background-size: cover;
  width: 700px;
  min-width: 200px;
  max-width: none;
  height: 470px;
  position: relative;
  left: -6%;
}

.background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.wrapper-color {
  z-index: -1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper-color-slide {
  color: #040404;
  background-color: #cfd6a4;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-image-slide {
  background-image: url('../images/21845.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.wrapper-image-slide._2 {
  background-image: url('../images/HANS3323.jpg');
  height: 100%;
  position: relative;
  bottom: 0;
}

.wrapper-image-slide._2._3 {
  background-image: url('../images/HANS4013.jpg');
}

.wrapper-image-slide._2._4 {
  background-image: url('../images/HANS3660-Migliorato-NR.jpg');
}

.wrapper-image-slide._2._5 {
  background-image: url('../images/HANS3501-Migliorato-NR.jpg');
}

.slide-nav {
  display: none;
}

.wrapper-text-team-slider {
  z-index: 1;
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 400px;
  padding: 30px 50px 48px 59px;
  display: flex;
  position: absolute;
  top: 413px;
  bottom: 16%;
  left: 14%;
  right: auto;
}

.heading-blog-post {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.filter-footer {
  z-index: 0;
  background-color: rgba(0, 0, 0, .62);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-description-menu {
  background-color: var(--panna);
  border-radius: 0;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 101vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.section-description-menu.red {
  background-color: var(--red);
  height: 60vh;
}

.bg {
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bg._1, .bg._2, .bg._3 {
  z-index: -1;
  background-color: var(--red);
}

.grid-pizze {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  height: 75%;
}

.card-pizza {
  background-color: #a14848;
}

.second-card-pizza {
  background-color: #6e2727;
  position: relative;
  top: 52px;
}

.third-card-pizza {
  background-color: #532424;
}

.wrapper-image-card {
  background-image: url('../images/Tavola-disegno-5-100.jpg');
  background-position: 100%;
  background-size: cover;
  height: 100%;
}

.wrapper-image-card._1 {
  background-image: url('../images/HANS6770.jpg');
  position: relative;
}

.wrapper-image-card._2 {
  background-image: url('../images/HANS3411.jpg');
}

.wrapper-image-card._3 {
  background-image: url('../images/HANS4165.jpg');
}

.wrapper-image-card._8 {
  background-image: url('../images/60202435_2029031490727105_1213613678876688384_n.jpg');
  background-position: 0%;
}

.wrapper-image-card._9 {
  background-image: url('../images/HANS3503-Migliorato-NR.jpg');
}

.wrapper-image-card._4 {
  background-image: url('../images/Tavola-disegno-1-100.jpg');
  background-position: 0%;
}

.wrapper-image-card._5 {
  background-image: url('../images/storia-Colla-Paolo-Grana-Padano-dop-3x2.jpg');
}

.wrapper-image-card._5.ffd {
  background-image: url('../images/Tavola-disegno-4-100.jpg');
  background-position: 50%;
}

.wrapper-image-card._7 {
  background-image: url('../images/HANS3996.jpg');
}

.wrapper-image-card._10 {
  background-image: url('../images/60202435_2029031490727105_1213613678876688384_n.jpg');
}

.wrapper-image-card._11 {
  background-image: url('../images/60202435_2029031490727105_1213613678876688384_n.jpg');
  background-position: 100%;
}

.wrapper-image-card._15 {
  background-image: url('../images/HANS3384.jpg');
}

.filter-card {
  background-color: rgba(0, 0, 0, .65);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.filter-card.first, .filter-card._2 {
  background-color: rgba(0, 0, 0, .34);
}

.filter-card._3 {
  background-color: rgba(0, 0, 0, .2);
}

.filter-card._9 {
  background-color: rgba(0, 0, 0, .36);
}

.headig-card-menu-first {
  color: var(--panna);
  text-align: center;
  font-family: Mortina Two, sans-serif;
}

.wrapper-icon-hero {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 72%;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.text-block-2 {
  z-index: 1;
  flex: none;
  align-self: flex-end;
  width: 100%;
  height: auto;
  margin-bottom: 197px;
  font-family: Questrial, sans-serif;
  font-size: .8vw;
  position: static;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  transform: rotate(-90deg);
}

.card-blog {
  width: 100%;
  height: 400px;
  padding: 20px;
  position: relative;
}

.stiky-image-wrapper {
  align-items: center;
  width: 25%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2px;
}

.wrapper-hover {
  background-color: #090909;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-7 {
  color: #fff;
  text-align: center;
  font-size: 25px;
}

.collection-list-blog {
  grid-column-gap: 23px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 2.25fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

.collection-list-blog._2 {
  grid-column-gap: 2px;
  grid-template-columns: 3fr 1fr;
}

.collection-list-wrapper-blog {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 100px;
  display: flex;
}

.grid-collection-list-blog {
  grid-column-gap: 64px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 70%;
  max-width: 80%;
  display: grid;
}

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

.hero-blog-page {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.body-4 {
  background-color: #000;
  background-image: url('../images/backgroundmenu.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  font-family: Questrial, sans-serif;
}

.hero-menu {
  justify-content: center;
  align-items: center;
  height: 70vh;
  display: flex;
}

.section-tab-menu {
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  height: auto;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.tab-menu {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tabs-men {
  width: 100%;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfd6a4;
  width: 150px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .2s ease-in-out;
}

.first-tab:hover {
  background-color: #cfd6a4;
}

.first-tab.w--current {
  color: var(--black);
  background-color: #cfd6a4;
  border: 1px solid #464646;
  transition-duration: .4s;
}

.second-tab {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfd6a4;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .4s ease-in-out;
}

.second-tab:hover {
  background-color: #cfd6a4;
}

.second-tab.w--current {
  color: #000;
  background-color: #cfd6a4;
}

.third-tab {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfd6a4;
  width: 150px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color .4s ease-in-out;
}

.third-tab:hover {
  background-color: #cfd6a4;
}

.third-tab.w--current {
  color: #000;
  background-color: #cfd6a4;
}

.tab-first-men {
  border-right: 1px solid #424242;
  flex: 0 auto;
  width: 100%;
}

.menu-label {
  color: var(--white);
  width: auto;
  margin-bottom: 0;
  font-size: 17px;
}

.menu-label.second {
  color: #000;
}

.line-menu {
  color: #adadad;
  background-color: #7c7f69;
  flex-direction: row;
  flex: 1;
  width: auto;
  height: 1px;
  margin-left: 5px;
  display: block;
}

.line-menu.second {
  background-color: #cfd6a4;
}

.line-menu.white {
  background-color: var(--white);
}

.wrapper-comntent-menu {
  border-right: 1px #6e6e6e;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-content-tab {
  flex-direction: row;
  justify-content: flex-end;
  align-self: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph-menu {
  color: var(--white);
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
}

.paragraph-menu.second {
  color: #000;
}

.tab-second-menu {
  border-right: 1px solid #2c2c2c;
  width: 100%;
}

.tab-third-menu {
  border-right: 1px solid #292929;
  width: 100%;
}

.grid-option-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-right: 1px solid #393939;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-option-menu.second {
  border-right-color: #cfd6a4;
}

.wrapper-list {
  border-right: 1px solid #464646;
  width: 100%;
}

.wrapper-list.second {
  border-right-color: #cfd6a4;
}

.wrapper-list.white {
  border-right-color: var(--white);
}

.wrapper-icon-menu {
  border-right: 1px solid #3c3c3c;
}

.wrapper-icon-menu.second {
  border-right-color: #cfd6a4;
}

.wrapper-icon-menu.white {
  border-right-color: var(--white);
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.wrapper-elements {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.wrapper-singlieprice {
  justify-content: center;
  align-items: flex-start;
  height: 150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.price {
  color: #fff;
  font-size: 17px;
}

.price.white {
  color: #cfd6a4;
}

.wrapper-option-menu {
  border: 1px #000;
  padding-top: 220px;
  padding-bottom: 40px;
}

.grid-option-menu-first {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  grid-template-rows: auto auto;
  grid-template-columns: .8fr .25fr .8fr .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper-comntent-menu-first {
  border-right: 1px solid #6e6e6e;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.wrapper-comntent-menu-first.second {
  border-right-color: #cfd6a4;
}

.wrapper-singlieprice-copy {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.link-social-layout-2 {
  z-index: 111111;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.link-social-layout-2:hover {
  color: #cfd6a4;
}

.body-5 {
  background-color: var(--black);
  color: var(--black);
  font-family: Questrial, sans-serif;
}

.fourth-tab {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #cfd6a4;
  width: 150px;
  margin-left: 5px;
  padding-top: 15px;
  transition: background-color .4s ease-in-out;
}

.fourth-tab:hover {
  background-color: #cfd6a4;
}

.fourth-tab.w--current {
  color: var(--black);
  text-align: center;
  background-color: #cfd6a4;
  border: 1px solid #464646;
  width: 150px;
  margin-left: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.heading-tab-fourth {
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.heading-tab-third, .heading-tab-second {
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.heading-tab {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.wrapper-contact {
  background-image: linear-gradient(rgba(0, 0, 0, .72), rgba(0, 0, 0, .72)), url('../images/HANS4086.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.line {
  background-color: #707070;
  width: 100%;
  height: 1px;
}

.wrapper-text-form {
  justify-content: center;
  display: flex;
}

.vertical-line {
  background-color: #646464;
  width: 1px;
}

.wrapper-form {
  justify-content: space-around;
  align-items: center;
  height: 578px;
  display: flex;
}

.text-fild-name {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #646464;
}

.text-field-email {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #646464;
  margin-top: 20px;
}

.block-form-contact {
  flex: 0 auto;
  width: 70%;
  height: auto;
  margin-left: 0;
}

.form {
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  font-family: Questrial, sans-serif;
  display: flex;
}

.textarea {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #646464;
  height: auto;
  margin-top: 100px;
}

.content-text-form {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  height: 100%;
  display: flex;
}

.heading-opening-hours {
  color: var(--panna);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Mortina Two, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.text-location-title {
  color: var(--panna);
  margin-bottom: 5px;
  font-family: Quattrocento, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-hours {
  color: var(--panna);
  margin-bottom: 5px;
  font-family: Quattrocento, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.text-hours.black {
  color: #000;
}

.location-label {
  color: var(--panna);
  margin-bottom: 5px;
  font-family: Quattrocento, sans-serif;
  font-size: 16px;
}

.location-label.black {
  color: #000;
}

.number-label {
  color: #b1b1b1;
}

.wrapper-locations {
  width: 50%;
  height: 40%;
}

.wrapper-location {
  margin-top: 20px;
  margin-bottom: 40px;
}

.wrapper-opening-hour {
  align-self: flex-start;
  width: auto;
  height: 40%;
}

.wrapper-opening-hour.first {
  align-self: flex-start;
  width: 237px;
  height: auto;
  margin-left: 40px;
}

.wrapper-hour {
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 5px;
  display: flex;
}

.wrapper-leggend {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-leggend {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  width: 80%;
}

.text-elements {
  color: var(--white);
  margin-top: 20px;
}

.text-elements.white {
  color: var(--black);
  font-family: Questrial, sans-serif;
}

.tab-fourth-menu {
  width: 100%;
}

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

.section-text-about.panna {
  background-color: var(--panna);
  height: auto;
  padding-top: 160px;
  padding-bottom: 160px;
}

.wrapper-opening-hour-copy {
  width: 100%;
  height: auto;
}

.heading-8-copy {
  color: var(--panna);
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 44px;
}

.wrapper-hour-second-layout {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.link-menu-footer {
  color: #fff;
  text-decoration: none;
}

.heading-linkmenu-footer {
  color: var(--panna);
  text-align: right;
  border-bottom: 1px #ff810a;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  transition: color .2s ease-in-out;
  display: flex;
}

.heading-linkmenu-footer:hover {
  color: var(--white);
}

.wrapper-text-hero-blog {
  z-index: 1;
  position: absolute;
  left: 25%;
}

.wrapper-text-hero-blog-second {
  z-index: 1;
  position: absolute;
  top: 19%;
  bottom: auto;
  left: auto;
}

.wrapper-text-hero-blog-third {
  z-index: 1;
  position: absolute;
  top: 35%;
  bottom: auto;
  left: auto;
  right: 17%;
}

.wrapper-text-hero-blog-fourth {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 52%;
  right: auto;
}

.section-content-post {
  background-color: var(--black);
  justify-content: space-between;
  align-items: flex-start;
  height: 120vh;
  margin-bottom: 180vh;
  padding: 0;
  display: flex;
  position: static;
}

.wrapper-content-blog {
  flex-direction: column;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 48vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.blog-post-title {
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 60px;
  line-height: 1;
}

.wrapper-text-hero-blof {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100vh;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2px;
  left: 40px;
}

.stiky-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  display: flex;
}

.loop-image {
  opacity: 0;
  background-image: url('../images/nadya-spetnitskaya-z11dSXXlt8c-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  height: 80vh;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.loop-image.w--current {
  opacity: 1;
  transition: opacity .2s ease-in-out;
}

.loop-image._1 {
  transition: opacity .4s ease-in-out;
}

.loop-image._2 {
  background-image: url('../images/21845.jpg');
  transition: opacity .4s ease-in-out;
}

.loop-image._3 {
  transition: opacity .4s ease-in-out;
}

.no-clik-wrapper {
  opacity: 0;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-text-stiky {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20vh;
}

.wrapper-text-stiky._2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.wrapper-text-stiky._1 {
  margin-bottom: 0;
  padding-bottom: 40vh;
}

.paragraph-9 {
  color: #fff;
  font-size: 20px;
}

.rich-text-block-2 {
  color: var(--white);
  font-size: 20px;
}

.body-6 {
  background-color: var(--black);
}

.stiky-image-wrapper-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: auto;
  height: 100%;
  min-height: auto;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 2px;
}

.text-hero-blog {
  color: #fff;
  font-family: Mortina Two, sans-serif;
  font-size: 9vw;
  font-weight: 700;
  line-height: 1;
}

.wrapper-button-blog {
  margin-top: 20px;
  position: absolute;
  top: auto;
  bottom: -5%;
  left: 5%;
  right: auto;
}

.wrapper-author {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 80%;
  display: flex;
}

.name-wrapper {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.label-name {
  color: #fff;
  margin-left: 10px;
  font-family: Questrial, sans-serif;
}

.heading-location {
  color: var(--panna);
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Mortina Two, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.section-termsandconditions {
  color: var(--black);
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-11 {
  color: #fff;
  font-family: Questrial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.container-2 {
  box-shadow: 0 0 16px -12px var(--white);
  background-color: #000;
  padding: 60px;
}

.heading-11 {
  color: var(--white);
  margin-bottom: 40px;
  font-family: Livvic, sans-serif;
  font-size: 55px;
  font-weight: 600;
}

.section-licensing {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-licensing {
  box-shadow: 0 0 7px -4px var(--white);
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 60px 50px;
}

.licensing-text-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-12 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.surce-link {
  color: var(--white);
  margin-left: 20px;
  margin-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.license-link {
  color: #fff;
  margin-left: 20px;
  margin-right: 0;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.licensing-label {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  font-family: Livvic, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 1.5;
}

.sub-heading-hero {
  color: var(--white);
  margin-top: 10px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.hero-about {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/HANS3549-Migliorato-NR.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.hero-about.prodotti {
  background-image: linear-gradient(rgba(0, 0, 0, .33), rgba(0, 0, 0, .33)), url('../images/HANS3423.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-about.storia {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('../images/HANS4086_1.jpg');
}

.section-contant-about {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  display: flex;
}

.section-contant-about.first {
  background-color: rgba(0, 0, 0, 0);
  padding-top: 60px;
  padding-bottom: 0;
}

.section-contant-about.first.panna {
  background-color: var(--panna);
}

.section-contant-about.ultimo {
  padding-bottom: 60px;
}

.section-contant-about.panna {
  background-color: var(--panna);
}

.grid-content-about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  height: 100%;
  margin-bottom: 0;
}

.wrapper-text-about {
  border-left: 1px #000;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-text-about._2 {
  border-left-style: none;
  border-left-color: var(--red);
  align-items: center;
  padding: 140px 0;
  position: relative;
}

.wrapper-text-about._2.hidden {
  z-index: 99;
  border-left-color: var(--red);
}

.wrapper-text-about._1 {
  text-align: left;
  border: 1px #000;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.heading-about {
  z-index: 2;
  color: var(--red);
  width: 75%;
  font-family: Mortina Two, sans-serif;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.paragraph-about {
  color: var(--white);
  width: 70%;
  margin-top: 15px;
  font-family: Questrial, sans-serif;
  font-size: 21px;
}

.paragraph-about._21 {
  z-index: 2;
  color: var(--dark-gray);
  width: 75%;
  padding-right: 96px;
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.paragraph-about._1 {
  z-index: 2;
  color: var(--dark-gray);
  text-align: left;
  width: 75%;
  padding-right: 113px;
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

.body-about {
  background-color: var(--black);
}

.heading-15 {
  color: #fff;
}

.body-8 {
  font-family: Questrial, sans-serif;
}

.wrappert-text-hero-blog {
  position: absolute;
  top: auto;
  bottom: 25%;
  left: 26%;
  right: auto;
}

.wrapper-reserve-table {
  align-items: center;
  width: 100%;
  height: 70%;
  display: flex;
}

.utility-page-wrap {
  background-image: url('../images/basilicofooter.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.image {
  z-index: 999999999;
  mix-blend-mode: multiply;
  position: absolute;
  top: -7px;
  bottom: 0;
  left: -430px;
}

.image._2 {
  z-index: 999999;
  top: 6px;
  left: auto;
  right: -174px;
}

.image._3 {
  left: auto;
  right: -384px;
}

.wrapper-hour-menu {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -3%;
  right: auto;
}

.button-copy {
  z-index: 1;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #646464;
  margin-top: 0;
  padding: 7px 20px;
  font-family: Livvic, sans-serif;
  font-size: 14px;
  position: relative;
}

.wrapper-menu-second {
  z-index: 11111;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 100vh;
  padding: 140px 157px 67px 109px;
  display: flex;
  position: fixed;
  top: 77%;
  bottom: 0%;
  left: auto;
  right: -36%;
}

.hero-second-layout {
  z-index: 0;
  background-image: url('../images/sfondo.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.navbar-layout-2 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding: 30px 60px 0 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper-content-home {
  z-index: 10001;
  background-color: var(--white);
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 0;
  overflow: hidden;
}

.heading-hero-copy {
  color: #fff;
  width: 66%;
  margin-bottom: 20px;
  font-family: Livvic, sans-serif;
  font-size: 3vw;
  font-weight: 500;
  line-height: 1;
}

.brand-layout-2 {
  flex: 0 auto;
  height: auto;
  margin-top: -8px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  left: 4%;
}

.logo {
  max-width: none;
}

.body-home-layout-2 {
  background-color: #000;
  overflow: visible;
}

.button-2 {
  border-radius: 20px;
}

.wrapper-voci-menu-second {
  z-index: 11112;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-self: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  margin-right: 60px;
  padding: 0;
  display: flex;
  position: relative;
}

.link-social-second-layout {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  left: 0%;
}

.wrapper-menu {
  z-index: 111112;
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  top: 0%;
}

.wrapper-hour-secondlayout {
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 0;
  display: flex;
}

.text-hours-layout-2 {
  color: #b1b1b1;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 20px;
}

.text-hours-layout2 {
  color: #b1b1b1;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
}

.text-hours-second {
  color: var(--white);
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.text-contact-second-layout, .text-contact-layout-2 {
  color: #b1b1b1;
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
}

.text-block-10-copy {
  color: var(--white);
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
  font-size: 16px;
}

.wrapper-menu-second-layout {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 35%;
  height: 100%;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.heading-second-menu {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.5vw;
  font-weight: 500;
}

.wrapper-menu-social {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.link-2 {
  color: var(--white);
  margin-right: 10px;
  font-size: 10px;
}

.wrapper-hours {
  display: flex;
}

.wrapper-text-hero-first {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: -5%;
  display: flex;
}

.paragraph-banner {
  color: var(--panna);
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 82%;
  margin-top: 10px;
  margin-bottom: 24px;
  font-family: Quattrocento, sans-serif;
  font-size: 22px;
  font-weight: 400;
  display: flex;
}

.footer-second {
  z-index: 11112;
  background-color: #cfd6a4;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 60vh;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: -63%;
  left: 0%;
  right: 0%;
}

.wrapper-color-footer {
  z-index: -3;
  background-color: #cfd6a4;
  align-self: flex-end;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: -31%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-description-about {
  color: var(--white);
  text-align: center;
  width: 62%;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
}

.paragraph-description-about.red {
  color: var(--red);
  text-transform: uppercase;
  width: 100%;
  font-family: Mortina Two, sans-serif;
  font-size: 23px;
}

.paragraph-description-about.red.dsc {
  color: var(--panna);
  font-family: Mortina Two, sans-serif;
}

.heading-description-about {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Mortina Two, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.heading-description-about.red {
  color: var(--red);
  font-family: Mortina Two, sans-serif;
}

.heading-description-about.red.centre {
  text-align: center;
  font-size: 52px;
}

.heading-description-about.big {
  font-size: 63px;
}

.heading-description-about.panna {
  color: var(--panna);
  padding-top: 52px;
}

.link-block-3, .link-block-4 {
  width: 100%;
}

.image-hero-blog {
  position: relative;
  top: 47px;
  left: 38px;
}

.video-footer-contact {
  z-index: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.slider-hero-second {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.wrapper-image-slide-first {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.image-1 {
  background-image: url('../images/hero2.jpg');
  background-position: 0%;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.imag {
  background-image: url('../images/hero2.jpg');
  background-position: 25%;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.image-hero {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.image-hero-second {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/hero2.jpg');
  background-position: 75%;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.image-hero-second._2 {
  background-position: 100%;
  background-size: 100vw;
}

.content-2, .content-1, .content-3, .content-4, .content-5 {
  width: 20%;
  height: 100%;
}

.wrapper-content-image-second-slide {
  height: 100%;
  display: flex;
}

.bg-slide-image-4 {
  width: 20%;
}

.bg-slide-image-4._3 {
  background-position: 50%;
}

.bg-slide-image-4._4 {
  background-image: url('../images/contact.jpg');
  background-position: 75% 0;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.bg-slide-image-4._5 {
  background-position: 100%;
}

.bg-slide-image {
  background-image: url('../images/contact.jpg');
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.bg-slide-image-second {
  background-image: url('../images/contact.jpg');
  background-position: 25% 0;
  background-size: 100vw;
  height: 100%;
}

.bg-slide-image-third {
  background-image: url('../images/contact.jpg');
  background-position: 50% 0;
  background-size: 100vw;
  height: 100%;
}

.bg-image-slider {
  background-image: url('../images/contact.jpg');
  background-position: 100% 0;
  background-size: 100vw;
  height: 100%;
}

.wrapper-image-second {
  width: 20%;
}

.text-hero-menu {
  color: var(--white);
  font-family: Livvic, sans-serif;
  font-size: 50px;
}

.bg-image {
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-size: 100vw;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
}

.bg-second-image {
  background-image: url('../images/hero.jpg');
  background-position: 25% 0;
  background-size: 100vw;
  height: 100%;
}

.bg-third-image {
  background-image: url('../images/hero.jpg');
  background-position: 50% 0;
  background-size: 100vw;
  height: 100%;
}

.bg-image-slid {
  width: 20%;
}

.bg-image-slid._4 {
  background-image: url('../images/hero.jpg');
  background-position: 75% 0;
  background-size: 100vw;
  width: 100%;
  height: 100%;
}

.bg-image-slide-second {
  background-image: url('../images/hero.jpg');
  background-position: 100% 0;
  background-size: 100vw;
  height: 100%;
}

.wrapper-content-image-slide {
  height: 100%;
  display: flex;
}

.slide-nav-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5%;
  height: 100%;
  margin: auto;
  display: flex;
  top: 0%;
  left: auto;
  right: 0;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.wrapper-about {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 53px;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.grid-about {
  z-index: 0;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 80%;
  height: 70vh;
  position: relative;
}

.wrapper-text-about-second {
  background-image: url('../images/parallasse.jpg');
  background-position: 50%;
  background-size: cover;
}

.wrapper-second-about {
  background-color: #cfd6a4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-about-big {
  color: var(--black);
  margin-top: 0;
  font-size: 150px;
  line-height: 1;
}

.wrapper-text-hero-second {
  z-index: 2;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  height: 55vh;
  padding: 20px 40px 40px 0;
  font-family: Livvic, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 4%;
  right: auto;
}

.wrapper-text-parallax {
  z-index: 1;
  border: 1px #000;
  border-left: 1px solid #fff;
  flex-direction: column;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 60%;
  padding-top: 20px;
  padding-left: 30px;
  font-family: Livvic, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
}

.section-team {
  z-index: -99;
  margin-top: 220px;
  padding-top: 0;
  padding-bottom: 100px;
  position: relative;
  left: auto;
  overflow: hidden;
}

.team-grid {
  z-index: -99;
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 150vw;
  position: relative;
  left: 0;
}

.wrapper-image-team {
  height: 500px;
}

.wrapper-image-team._1 {
  background-image: url('../images/team1.jpg');
  background-position: 50%;
  background-size: cover;
}

.wrapper-image-team._2 {
  background-image: url('../images/team2.jpg');
  background-position: 50%;
  background-size: cover;
}

.wrapper-image-team.brand-3 {
  background-image: url('../images/team3.jpg');
  background-position: 50%;
  background-size: cover;
}

.wrapper-image-team._4 {
  background-image: url('../images/team4.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-menu-second {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  left: 0;
}

.heading-menu-home {
  color: var(--black);
  font-size: 35px;
}

.paragraph-menu-home {
  text-align: center;
  width: 35%;
  margin-bottom: 0;
  font-size: 18px;
}

.grid-menu {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 70%;
  margin-top: 40px;
}

.wrapper-content-menu-second {
  background-image: url('../images/2h.jpg');
  background-position: 0 0;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 35vh;
  display: flex;
}

.wrapper-content-menu-second._2 {
  background-image: url('../images/blog9.jpg');
  background-position: 50%;
}

.wrapper-content-menu-second._3 {
  background-image: url('../images/drinks.jpg');
  background-position: 50%;
}

.wrapper-content-menu-second._4 {
  background-image: url('../images/dessert.jpg');
  background-position: 50% 100%;
}

.heading-menu-big {
  color: #cfd6a4;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  top: 499px;
  left: 19%;
  right: auto;
}

.section-blog {
  color: #cfd6a4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 220px;
  padding-bottom: 220px;
  display: flex;
}

.filter-blog {
  background-color: rgba(6, 2, 2, .72);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-categori-menu {
  text-align: center;
  font-weight: 600;
}

.grid-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  width: 60%;
  margin-top: 40px;
}

.wrapper-blog-card {
  height: 60vh;
}

.wrapper-second-blog-card {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 30vh;
  padding-right: 0;
  display: flex;
}

.collection-list-blog-home {
  height: 100%;
}

.collection-item-blog-home {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.collection-list-blog-home-second {
  height: 100%;
}

.card-blog-home {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  transition: transform .3s ease-in-out;
  display: flex;
}

.card-blog-home:hover {
  z-index: 1111;
  background-size: cover;
  position: relative;
  transform: scale(1.01);
}

.collection-list-second-blog-card {
  height: 100%;
}

.heading-blog {
  color: var(--black);
  font-size: 100px;
  font-weight: 700;
  line-height: 1.5;
}

.content-card {
  background-color: rgba(0, 0, 0, .68);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
}

.heading-blog-card {
  text-align: center;
  font-size: 28px;
}

.wrapper-over-flow {
  z-index: 111112;
  width: 93%;
  position: relative;
  top: -41px;
  overflow: hidden;
}

.navbar-layout-2-wrapper {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding: 40px 60px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper-menu-layout-second {
  z-index: 0;
  background-color: var(--black);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  padding: 140px 100px 67px;
  display: flex;
  position: fixed;
  top: -77%;
  bottom: 0%;
  left: auto;
  right: -55%;
}

.section-content-about {
  z-index: 111111;
  background-color: var(--white);
  width: 95%;
  height: auto;
  margin-top: 100px;
  padding-bottom: 146px;
  position: relative;
}

.wrapper-text-about-page {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
}

.wrapper-text-about-page.second-layoutt {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 0 40px;
  display: flex;
}

.wrapper-text-about-page.second-layoutt.button-2 {
  padding-left: 0;
}

.heading-about-second {
  color: var(--black);
  font-size: 70px;
  line-height: 1;
}

.wrapper-greed-about {
  width: 80%;
  margin: 80px auto 40px;
}

.grid-about-page {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.grid-about-page.second {
  grid-template-columns: 1fr 1.5fr;
}

.wrapper-image-about-page {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 50vh;
}

.wrapper-image-about-page._2 {
  background-image: url('../images/about2.jpg');
}

.wrapper-image-about-page._3 {
  background-image: url('../images/events2.jpg');
}

.wrapper-image-about-page._4 {
  background-image: url('../images/nadya-spetnitskaya-z11dSXXlt8c-unsplash.jpg');
}

.text-about-second-layout {
  color: var(--white);
  width: 70%;
  margin-top: 15px;
  font-family: Questrial, sans-serif;
  font-size: 21px;
}

.text-about-second-layout._21 {
  z-index: 2;
  color: var(--black);
  width: auto;
  position: relative;
}

.heading-about-page {
  z-index: 2;
  color: var(--black);
  width: auto;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.body-about-layout-2 {
  background-color: #cfd6a4;
}

.aection-content-blog {
  z-index: 11111111;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: auto;
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 146px;
  display: flex;
  position: relative;
}

.grid-blog-page {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto auto;
  width: 70%;
  margin-top: 5px;
}

.text-block-18 {
  color: var(--white);
  font-family: Questrial, sans-serif;
}

.body-11 {
  background-color: #cfd6a4;
}

.link-block-social {
  color: #fff;
  text-decoration: none;
}

.link-block-social.w--current {
  z-index: 11111;
  position: relative;
}

.hamburger-link-wrapper {
  z-index: 99999999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 60px;
  display: flex;
  position: fixed;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.wrapper-burger-menu {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  margin-top: 15px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 2%;
}

.body-contact-layout-2 {
  background-color: #cfd6a4;
}

.contact-grid-layout-2 {
  grid-column-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  width: 80%;
}

.section-content-about-copy {
  z-index: 9999999;
  background-color: var(--white);
  background-image: url('../images/basilicofooter_1.png');
  background-position: 45% 101%;
  background-repeat: no-repeat;
  background-size: 72%;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 95%;
  height: 90vh;
  margin-top: 100px;
  padding-bottom: 146px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

.wrapper-locationslayout-2 {
  align-self: flex-start;
  width: 50%;
  height: auto;
}

.text-contact {
  color: #000;
  font-family: Questrial, sans-serif;
}

.heading-contact {
  color: #cfd6a4;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Livvic, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.text-hours-black {
  color: var(--black);
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
}

.text-block-10-copy {
  color: #b1b1b1;
  margin-bottom: 5px;
  font-family: Questrial, sans-serif;
}

.wrapper-post-blog-page {
  width: 60%;
  height: 50vh;
  margin-top: 100px;
  margin-bottom: 200px;
}

.clloection-list-blog-page {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  height: 100%;
  display: block;
}

.collection-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: block;
}

.collectiobn-item {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
}

.heading-23-copy {
  color: #000;
  text-align: left;
  align-self: flex-end;
  width: 100%;
  font-size: 55px;
  font-weight: 900;
  line-height: 1.2;
}

.text-block-18-copy {
  color: #000;
  text-align: right;
  align-self: auto;
  width: 95%;
  margin-right: 23px;
  font-family: Questrial, sans-serif;
}

.div-block-42 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 71px;
  left: -77px;
}

.div-block-39-copy {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.div-block-39-copy:hover {
  z-index: 0;
  background-size: cover;
  position: relative;
}

.grid-footer-second-layout {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 65%;
}

.wrapper-link-footer-second {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper-link-footersecond {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper-opening-hour-second {
  width: 80%;
  height: auto;
}

.heading-8-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 44px;
}

.wrapper-social-footer {
  justify-content: space-between;
  align-items: center;
  width: 65%;
  margin-top: 2%;
  display: flex;
}

.link-social-footer {
  margin-left: 5px;
  margin-right: 0;
  position: relative;
  left: -1%;
}

.copyright-copy {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.brand-footer {
  flex: 0 auto;
  align-self: center;
  margin-bottom: 5%;
  position: static;
  left: 0;
}

.hero-home-text-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: -5%;
  display: flex;
}

.heading-hero-layout-2 {
  color: #fff;
  width: auto;
  margin-bottom: 20px;
  font-family: Livvic, sans-serif;
  font-size: 3.5vw;
  font-weight: 500;
  line-height: 1;
}

.paragraph-hero-layout-2 {
  color: #fff;
  width: 70%;
  margin-top: 10px;
  font-family: Questrial, sans-serif;
  font-size: 1.1vw;
  font-weight: 400;
  line-height: 1.5;
}

.text-blog-card {
  color: #fff;
}

.second-button {
  z-index: 999;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  top: 26px;
}

.second-button.blog {
  flex: none;
  justify-content: space-around;
  top: auto;
}

.text-butto {
  color: #cfd6a4;
  font-size: 18px;
}

.arrow {
  color: #fff;
  margin-left: 10px;
}

.heading-25 {
  color: #000;
  font-size: 50px;
  line-height: 1;
}

.paragraph-17 {
  font-size: 19px;
}

.wrapper-text-blog-page {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 30vh;
  padding-right: 0;
  display: flex;
}

.heading-25-copy {
  color: #000;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 57px;
  line-height: 1;
}

.paragraph-second-about {
  color: var(--white);
  margin-top: 10px;
  font-size: 18px;
}

.wrapper-name-card-team {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.text-team {
  color: var(--white);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
}

.wrapper-news-letter {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: auto;
  margin-top: 0;
  padding-top: 220px;
  padding-bottom: 0;
  display: flex;
}

.newsletter {
  flex: 1;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
}

.text-field-newsletter {
  color: #a6af6e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom-color: #cfd6a4;
  flex: none;
  width: 80%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Questrial, sans-serif;
}

.form-newsletter {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #cfd6a4;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 35%;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.button-nes-letter {
  z-index: 999;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  top: auto;
}

.heading-news-letter {
  color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.text-newsletter {
  margin-bottom: 20px;
}

.second-button-green {
  align-self: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  top: 5px;
  left: auto;
  right: auto;
}

.link-about-button {
  color: var(--white);
  font-size: 18px;
}

.div-block-45 {
  flex-direction: row;
  align-self: stretch;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.link-contact {
  color: #cfd6a4;
  font-size: 16px;
}

.wrapper-text-events {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  height: 500px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.wrapper-line {
  background-color: #cfd6a4;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.line-events {
  background-color: #cfd6a4;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.second-line-events {
  background-color: #cfd6a4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
}

.third-line-events {
  background-color: #cfd6a4;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.heading-events {
  color: #000;
}

.paragraph-events {
  width: 70%;
  font-size: 18px;
}

.body-menu-layout-2 {
  background-color: #cfd6a4;
}

.grid-categori-menu {
  grid-column-gap: 6px;
  grid-row-gap: 3px;
  justify-content: center;
  justify-items: center;
  position: static;
}

.wrapper-image-menu {
  background-image: url('../images/2h.jpg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
}

.wrapper-image-menu.lunch {
  width: 400px;
  height: 400px;
}

.wrapper-image-menu.pizza {
  background-image: url('../images/blog9.jpg');
  width: 400px;
  height: 400px;
}

.wrapper-image-menu.drinks {
  background-image: url('../images/drinks.jpg');
  width: 400px;
  height: 400px;
}

.wrapper-image-menu.dessert {
  background-image: url('../images/dessert.jpg');
  background-position: 50% 100%;
  width: 400px;
  height: 400px;
}

.section-lunch {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 220px;
  padding-bottom: 100px;
  display: flex;
}

.link-lunch, .link-pizza, .link-drinks, .link-dessert {
  width: 100%;
  height: 100%;
}

.section-pizza {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.aection-content-blog-copy {
  z-index: 11111111;
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: auto;
  margin-top: 90px;
  padding-top: 140px;
  padding-bottom: 146px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-drinks, .section-dessert {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-text-lunch {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 250px;
  margin: 2px auto 100px;
  transition: all .4s ease-in-out;
  display: flex;
  position: relative;
}

.wrapper-text-lunch.ext5ra {
  margin-top: 140px;
}

.heading-lunch {
  color: #000;
  font-family: Livvic, sans-serif;
  font-size: 50px;
}

.heading-lunch.white {
  color: var(--white);
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.container-categori {
  position: relative;
}

.heading-menu-page {
  color: #cfd6a4;
  width: 150vw;
  margin-top: 0;
  margin-bottom: 60px;
  font-family: Livvic, sans-serif;
  font-size: 100px;
  font-weight: 700;
  position: absolute;
  top: auto;
  bottom: -105px;
}

.hero-home-layout {
  background-image: url('../images/contact.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.image-5 {
  margin-bottom: 10px;
}

.text-block-23 {
  color: var(--white);
  font-family: Questrial, sans-serif;
}

.image-6 {
  margin-top: 20px;
}

.section-layout {
  background-image: url('../images/sfondo.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  height: 100%;
}

.wrapper-border {
  border-right: 1px solid #cfd6a4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80vh;
  display: flex;
}

.layout-1 {
  flex-direction: column;
  width: 55%;
  height: 60%;
  display: flex;
  overflow: scroll;
}

.layout-2 {
  width: 55%;
  height: 60%;
  overflow: scroll;
}

.link-button-menu {
  color: #cfd6a4;
  font-size: 18px;
}

.wrapper-text-menu-wrapper-intro {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 50%;
  height: 50vh;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.wrapper-text-menu-wrapper-intro._1 {
  border-right: 1px solid rgba(207, 214, 164, .24);
}

.wrapper-text-menu-wrapper-intro.layout-3 {
  border-left: 1px solid #1e1f18;
}

.wrapper-voci-menu-layout {
  flex-direction: column;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.menu-link {
  color: var(--white);
  margin-top: 15px;
  font-family: Questrial, sans-serif;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.menu-link:hover {
  color: #a9ae85;
}

.wrapper-content-menu-intro {
  z-index: 99999999;
  background-color: var(--black);
  color: var(--white);
  background-image: url('../images/backgroundintro.jpg');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 60px;
  padding-left: 98px;
  padding-right: 98px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.wrapper-link-footer-copy-copy {
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-button {
  color: #cfd6a4;
  font-size: 16px;
}

.grid-footer-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 80%;
  padding-bottom: 0;
}

.logo-footer-intro {
  align-items: center;
  height: 100%;
  margin-bottom: 60px;
  display: flex;
  top: 19px;
  left: auto;
}

.team-label {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-size: 10px;
}

.wrapper-name-card-team-first {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  margin-left: auto;
  padding: 0 60px 20px 0;
  display: flex;
  position: static;
  right: 0;
}

.heading-name-team {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1;
}

.wrapper-image-team-slide {
  background-color: rgba(0, 0, 0, 0);
  width: 700px;
  height: 550px;
  position: relative;
  right: -6%;
}

.grid-footer-second {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 65%;
}

.empty-state {
  background-color: #cfd6a4;
}

.text-block-25 {
  color: var(--white);
  font-family: Questrial, sans-serif;
}

.empty-state-2 {
  color: #f9faf4;
  background-color: #cfd6a4;
}

.empty-state-3, .empty-state-4, .success-message {
  color: var(--white);
  background-color: #cfd6a4;
}

.text-block-26 {
  color: var(--white);
  font-family: Questrial, sans-serif;
}

.error-message {
  flex: 1;
  align-self: center;
}

.utility-page-form {
  flex-direction: column;
  align-self: center;
  align-items: center;
  font-family: Questrial, sans-serif;
  display: flex;
}

.heading-29 {
  color: #cfd6a4;
}

.submit-button, .success-message-2 {
  background-color: #cfd6a4;
}

.error-message-2 {
  background-color: #f4a0a0;
}

.paragraph-container {
  font-family: Questrial, sans-serif;
}

.page-not-found-heading {
  color: #cfd6a4;
}

.grid-contact {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2px 1fr;
  width: 100%;
  height: 99.9%;
  margin-top: 0;
}

.hamburger-link {
  z-index: 111112;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  display: flex;
  position: fixed;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.down-arrow {
  z-index: 99999999;
  background-color: #000;
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px 12px 12px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 4%;
  right: auto;
}

.down-arrow.w--current {
  margin-top: 0;
  padding: 15px 13px 12px;
  position: absolute;
  top: -1%;
  bottom: auto;
  left: 4%;
  right: auto;
}

.date {
  color: var(--white);
  align-self: center;
  align-items: flex-end;
  height: auto;
  margin-top: 10px;
  display: flex;
}

.text-button-intro {
  color: #cfd6a4;
  font-size: 18px;
}

.empty-state-5 {
  background-color: #cfd6a4;
  padding: 13px 32px;
}

.empty-state-6 {
  background-color: #cfd6a4;
  padding: 13px 31px;
}

.empti-state-blog {
  background-color: #cfd6a4;
  padding: 13px 25px;
}

.text-empty-state {
  font-family: Questrial, sans-serif;
}

.changelog {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.changelog-container {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  padding: 55px;
}

.paragraph-18 {
  color: #fff;
  margin-bottom: 0;
}

.image-8 {
  width: 100%;
}

.text-block-27, .text-block-28, .text-block-29, .text-block-30, .text-block-31, .text-block-32, .text-block-33, .text-block-34 {
  font-family: Questrial, sans-serif;
}

.success-message-3 {
  background-color: #cfd6a4;
}

.text-block-35 {
  color: #272727;
}

.error-message-3 {
  background-color: #f89898;
}

.text-block-36 {
  color: #fff;
}

.wrapper-menu-layout-3 {
  z-index: 111112;
  justify-content: space-between;
  width: 100%;
  display: none;
  position: relative;
  top: 0%;
}

.content-menu-layout-3 {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navlink-layoutt-3 {
  transition: color .2s ease-in-out;
}

.navlink-layoutt-3:hover {
  color: #cfd6a4;
}

.hero-menu-layout {
  justify-content: center;
  align-items: center;
  height: 70vh;
  padding: 93px 0 0;
  display: flex;
  position: relative;
}

.collection-list-hero-blog {
  width: 65%;
  height: 75%;
}

.collection-list-hero-blog-page, .collection-hero-blog {
  width: auto;
  height: 100%;
}

.wrapper-border-layout-3-blog {
  z-index: -9;
  border: 1px solid #cfd6a4;
  width: 65%;
  height: 65%;
  position: absolute;
  top: auto;
  bottom: 55px;
  left: 16%;
  right: auto;
}

.wrapper-image-menu-layout-3 {
  z-index: 4;
  background-image: url('../images/about2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 30%;
  height: 65%;
  padding: 61px;
  display: flex;
  position: relative;
}

.wrapper-text-heroblog {
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  width: 35%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 60px;
  display: flex;
  position: relative;
}

.text-hero-menu-layout-3 {
  color: #fff;
  width: auto;
  margin-bottom: 15px;
  padding: 0;
  font-family: Livvic, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.button-layout-3-blog {
  z-index: 1;
  border: 1px solid #cfd6a4;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 45px;
  margin-top: 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-lbutton-layout-3-blog {
  color: var(--white);
  font-size: 15px;
}

.wrapper-color-loink {
  z-index: -1;
  background-color: #cfd6a4;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrapper-link {
  z-index: 3;
  background-color: rgba(0, 0, 0, .49);
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-blogpage {
  color: #cfd6a4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.collection-list-wrapper-blog-layout3 {
  justify-content: center;
  width: 100%;
  height: 80%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.collection-list-layout-3 {
  grid-column-gap: 52px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 65%;
  height: 80%;
  display: grid;
}

.empty-state-8 {
  color: #000;
  background-color: #cfd6a4;
}

.date-layout-3 {
  text-align: center;
  font-family: Questrial, sans-serif;
}

.wrapper-text-blog-layout-3 {
  z-index: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50%;
  padding: 0;
  display: flex;
  position: relative;
}

.wrapper-image-blog-layout-3 {
  z-index: 1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 50%;
  margin-bottom: -6px;
  position: relative;
}

.wrapper-border-layout-3-home {
  z-index: 0;
  border: 1px solid #cfd6a4;
  position: absolute;
  top: 4%;
  bottom: -4%;
  left: -4%;
  right: 4%;
}

.heading-blog-layout-3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
}

.wrapper-card-blog-layout-3 {
  z-index: 2;
  border: 1px #000;
  width: 100%;
  height: 400px;
  position: relative;
}

.image-13-copy {
  height: auto;
  transform: rotate(180deg);
}

.image-13-copy:hover {
  transform: rotate(180deg);
}

.grid-footer-layout-3-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr .5fr;
  width: 85%;
  max-width: 1400px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}

.retourn {
  transition: transform .4s ease-in-out;
}

.retourn:hover {
  transform: translate(0, -3px);
}

.footer-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper-contact-footer {
  background-color: #91915d;
  background-image: url('../images/herol3.jpg');
  background-position: 50% 0;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 150px;
  padding-top: 50px;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.wrapper-link-footer-layout-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.field-label-3 {
  color: #fff;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
}

.wrapper-name-footer {
  flex: 1;
}

.heading-footer-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.wrapper-logo-footer {
  align-items: center;
  display: flex;
}

.error-message-4 {
  color: #000;
  background-color: #fea8a8;
  font-family: Questrial, sans-serif;
}

.wrapper-drop-footer {
  align-items: center;
  height: auto;
  display: flex;
  overflow: visible;
}

.image-14 {
  margin-top: 10px;
}

.image-13 {
  cursor: pointer;
  height: auto;
  transition: transform .4s ease-in-out;
  position: static;
  right: 35%;
}

.image-13:hover {
  transform: translate(0, -3px);
}

.text-field-3 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.wrapper-opening-hour-second-2 {
  width: 100%;
  height: auto;
}

.link-3 {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Questrial, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: color .2s ease-in-out;
}

.link-3:hover {
  color: #cfd6a4;
}

.link-3.black {
  color: #000;
  font-size: 15px;
  transition-duration: .4s;
}

.link-3.black:hover {
  color: #cfd6a4;
}

.heading-8-copy-copy-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 44px;
}

.wrapper-surname-footer {
  flex: 1;
  margin-left: 40px;
}

.text-lbutton-layout-3-footer {
  color: #cfd6a4;
  font-size: 18px;
}

.wrapper-link-footer-second-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.wrapper-color-loink-footer-copy {
  z-index: -1;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-field {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  padding-left: 0;
  font-family: Questrial, sans-serif;
}

.button-layout-3-footer-copy {
  z-index: 1;
  border: 1px solid #cfd6a4;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  margin-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-layout-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-bottom: 100px;
  display: flex;
}

.form-block {
  width: 80%;
  margin-top: 60px;
}

.wrapper-email-footer {
  flex: 1;
  margin-left: 40px;
}

.form-2 {
  justify-content: center;
  width: auto;
  margin-top: 40px;
  display: flex;
}

.menu-2 {
  z-index: 22222;
  color: #fff;
  background-color: #fff;
  width: 32px;
  height: 2px;
  margin-top: 0;
  margin-bottom: 6px;
  position: static;
}

.nav-linklayout-3 {
  color: #fff;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.nav-linklayout-3:hover {
  color: #cfd6a4;
}

.nav-linklayout-3.w--current {
  color: #fff;
}

.nav-linklayout-3.w--current:hover {
  color: #cfd6a4;
}

.nav-layout3 {
  background-color: #000;
  flex: 0 auto;
  justify-content: space-around;
  height: 80px;
  margin-right: 0;
  padding: 10px 60px 50px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-layout3.home {
  justify-content: center;
  align-items: center;
  height: 10vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.link-nav-layout-3 {
  color: #fff;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.link-nav-layout-3:hover {
  color: #cfd6a4;
}

.link-nav-layout-3.w--current {
  color: #fff;
}

.image-brand {
  margin-top: 0;
  position: relative;
}

.wrapper-nav-menu {
  align-self: center;
  width: auto;
  padding-right: 40px;
  position: absolute;
  right: 0;
}

.nav-link-layout-3 {
  color: #fbfbfb;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.nav-link-layout-3:hover {
  color: #cfd6a4;
}

.nav-link-layout-3.w--current {
  color: #fff;
}

.section-hero-about {
  background-image: url('../images/backgroundmenu.jpg');
  background-position: 50% 20%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.heading-about-layout-3 {
  color: #fff;
  font-size: 9vw;
  line-height: 1;
}

.image-15 {
  position: absolute;
  bottom: 20%;
}

.paragraph-about-2 {
  color: #fff;
  width: 70%;
  margin-top: 15px;
  font-family: Questrial, sans-serif;
  font-size: 21px;
}

.paragraph-about-2._21 {
  z-index: 2;
  width: 75%;
  position: relative;
}

.wrapper-text-about-copy {
  border-left: 1px #000;
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-text-about-copy._2 {
  border: 1px #000;
  align-items: center;
  padding: 140px 0;
  position: relative;
}

.horizontal-wrap {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.orizzontal-content {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 0;
  overflow: hidden;
}

.scrollable {
  background-color: rgba(0, 0, 0, 0);
  width: 500vw;
  height: 100%;
  overflow: hidden;
}

.wrapper-text-layout-3 {
  align-items: center;
  width: 50%;
  display: flex;
}

.grid-orizzontal {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  height: 100%;
  margin-left: 0%;
  overflow: hidden;
}

.heading-about-2 {
  z-index: 2;
  color: #fff;
  width: 75%;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.section-horizontal-scroll {
  background-color: #000;
  height: 700vh;
  position: relative;
  overflow: visible;
}

.wrapper-image-layout-3 {
  background-image: url('../images/blog7.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 90%;
}

.wrapper-image-layout-3.first {
  background-image: url('../images/hero2.jpg');
}

.wrapper-image-layout-3.second {
  background-image: url('../images/events2.jpg');
}

.wrapper-image-layout-3.third {
  background-image: url('../images/blog4.jpg');
}

.content-about-layout-3 {
  align-items: center;
  width: 100%;
  height: 90vh;
  display: flex;
  overflow: hidden;
}

.mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-services-icon {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
}

.grid-services {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 80%;
}

.wrapper-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.lottie-animation-3 {
  width: 70px;
  height: 100%;
  margin-bottom: 0;
}

.lottie-animation-3.third {
  flex: 1;
  width: 100px;
  margin-bottom: 0;
}

.lottie-animation-3.third.margin {
  margin-bottom: 20px;
}

.lottie-animation-3.third.last {
  width: 80px;
}

.text-icon {
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
}

.wrapper-locationslayout3 {
  flex-direction: column;
  justify-content: flex-end;
  align-self: flex-end;
  width: auto;
  height: auto;
  display: flex;
}

.wrapper-text-contact-layout-5 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-contact-copy-2 {
  color: #cfd6a4;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.section-contact-2 {
  background-color: #000;
  background-image: url('../images/conractbk.jpg');
  background-position: 50% 100%;
  background-size: cover;
  height: 100vh;
}

.wrapper-location-layout-3-second-3 {
  margin-top: 20px;
  margin-bottom: 0;
}

.wrapper-opening-hour-copy-2 {
  align-self: center;
  width: 50%;
  height: auto;
}

.text-contact-layout-3 {
  color: #fff;
  font-family: Questrial, sans-serif;
}

.wrapper-location-layout-5 {
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
}

.button-layout-3 {
  z-index: 1;
  border: 1px solid #cfd6a4;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 70px;
  margin-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-hours-black-layout-4 {
  color: #fff;
  margin-bottom: 0;
  font-family: Questrial, sans-serif;
}

.text-lbutton-layout-3 {
  color: var(--white);
  font-size: 22px;
}

.block-form-contact-copy {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.heading-contact-layout-5 {
  color: #cfd6a4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Livvic, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.wrapper-form-2 {
  justify-content: space-around;
  align-items: flex-end;
  display: flex;
}

.form-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 28%;
  margin-left: 0;
  font-family: Questrial, sans-serif;
  display: flex;
}

.grid-contact-layout-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: .7fr 1fr 1fr 1fr .7fr;
  height: 100%;
}

.wrapper-border-layout-3 {
  z-index: -1;
  border: 1px solid #cfd6a4;
  position: absolute;
  top: 4%;
  bottom: -4%;
  left: -4%;
  right: 4%;
}

.bg-heromenu {
  background-image: url('../images/about2.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.text-hero-menu-layout-3-copyheading {
  color: #000;
  width: auto;
  margin-bottom: 15px;
  padding: 0;
  font-family: Livvic, sans-serif;
  font-size: 50px;
  line-height: 1;
}

.paragraph-layout-3 {
  color: #000;
  font-size: 20px;
}

.wrapper-text-drop-menu {
  border: 1px #000;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  display: flex;
  position: static;
}

.paragraph-menu-2 {
  color: #fff;
  width: 100%;
  margin-top: 10px;
  font-size: 17px;
}

.dropdown-toggle-menu-page {
  border-bottom: 1px solid #cfd6a4;
  width: 100%;
  font-family: Questrial, sans-serif;
  display: flex;
  position: static;
}

.dropdown-toggle-menu-page.w--open {
  align-self: auto;
}

.menu-label-2 {
  color: #fff;
  width: auto;
  margin-bottom: 0;
  font-size: 17px;
}

.text-block-41 {
  color: #000;
  align-self: flex-start;
  font-size: 20px;
}

.content-menu-layout-3-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-menu-layout-3-copy.top {
  z-index: 0;
  opacity: 1;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.grid-option-menu-layout-3 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-right: 1px solid #393939;
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-items: end;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.grid-option-menu-layout-3.white {
  border-right-color: var(--white);
}

.dropdown-list {
  background-color: #cfd6a4;
  width: 100%;
}

.dropdown-list.w--open {
  background-color: #cfd6a4;
  align-self: center;
  width: auto;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  padding: 38px;
  position: static;
  top: 0%;
  bottom: auto;
  left: -23px;
  right: auto;
}

.icon-3 {
  margin-right: 0;
  position: static;
}

.dropdown-menu-page {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.content-menu-layout-3-page-menu {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-menu-layout-3-menu, .content-menu-layout-3-page {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.content-menu-layout-3-page.bottom {
  z-index: 0;
  margin-bottom: 140px;
}

.grid-team-layout-3 {
  grid-template-rows: 1fr 1fr;
  width: 80%;
  max-width: 100%;
  height: 100%;
}

.wrapper-video {
  background-color: rgba(0, 0, 0, 0);
  align-self: center;
  align-items: stretch;
  width: 55%;
  height: 60%;
  display: flex;
  position: relative;
}

.wrapper-filter-video {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(to right, #000, rgba(0, 0, 0, .59) 55%, rgba(0, 0, 0, 0) 99%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.lottie-animation-2 {
  width: 90px;
  margin-bottom: 65px;
}

.lottie-animation-2._2 {
  width: 120px;
}

.lottie-animation-2._3 {
  width: 100px;
}

.wrapper-hover-card-team {
  background-color: #000;
  border: 1px solid #000;
  height: 20%;
}

.section-blog-layout-3 {
  z-index: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  left: auto;
  overflow: hidden;
}

.heading-hero-layout-3 {
  line-height: 1.2;
}

.wrapper-text-about-layout-3 {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  height: 65%;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.text-team-2 {
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.wrapper-text-icon {
  flex-direction: column;
  align-self: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 80px;
}

.section-menu {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.grid-services-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
}

.heading-menu-layot-3 {
  color: var(--black);
  font-size: 50px;
  line-height: 1;
}

.heading-menu-layot-3.about {
  color: #fff;
}

.paragraph-menu-layout-3 {
  color: var(--black);
  font-size: 18px;
}

.empty-state-7 {
  color: #000;
  background-color: #91915d;
  align-self: center;
}

.wrapper-hover-card-team-bottom {
  background-color: #000;
  border: 1px solid #000;
  height: 20%;
}

.wrapper-card-layout-3 {
  background-image: url('../images/1.jpg');
  background-position: 0%;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrapper-card-layout-3._4 {
  background-image: url('../images/3.jpg');
  height: 100%;
}

.wrapper-card-layout-3._3 {
  background-image: url('../images/4.jpg');
  height: 100%;
}

.wrapper-card-layout-3._2 {
  background-image: url('../images/2.jpg');
  width: auto;
  max-width: none;
}

.filter-team-card-layout-3 {
  background-color: rgba(0, 0, 0, .57);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-about {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 135px;
  padding-bottom: 135px;
  display: flex;
}

.section-slider {
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.wrapper-image-first {
  background-image: url('../images/about2.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.wrapper-image-layout3 {
  width: 30%;
  height: 65vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.wrapper-image-layout3.about {
  justify-content: flex-end;
  height: 600px;
}

.wrapper-text-hero-layout-3 {
  z-index: 3;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 0;
  font-family: Livvic, sans-serif;
  font-weight: 300;
  display: flex;
  position: absolute;
  left: 18%;
}

.wrapper-color-layout-3 {
  z-index: -1;
  background-color: #cfd6a4;
  width: 100%;
  height: 100%;
  position: relative;
}

.paragraph-slide {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-top: 20px;
  font-size: 18px;
}

.wrapper-bg {
  opacity: 1;
  background-image: url('../images/l3.jpg');
  background-position: 50%;
  background-size: cover;
  height: 65vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-bg.about {
  background-image: url('../images/realpizza.jpg');
  width: 100%;
  height: 600px;
  position: absolute;
  left: auto;
}

.heading-slide {
  text-align: center;
  width: 70%;
}

.wrapper-slider {
  width: 100%;
  height: 80vh;
  position: relative;
}

.div-block-47 {
  background-image: url('../images/blog5.jpg');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.collection-list-wrapper-blog-layout3-home {
  justify-content: center;
  width: 70%;
  height: auto;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
}

.section-hero-menu-layout-3 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  display: flex;
  position: relative;
  top: 0;
}

.heading-icon {
  color: #000;
  font-family: Questrial, sans-serif;
  font-size: 12px;
}

.link-layout-3 {
  color: #000;
  border-bottom: 1px solid #424242;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-family: Livvic, sans-serif;
  font-size: 28px;
}

.third-slide {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
}

.content-slide {
  background-color: #cfd6a4;
  align-self: auto;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrapper-text-slider-layout-3 {
  z-index: 11;
  background-color: rgba(0, 0, 0, .58);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-48 {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
}

.section-blog-copy {
  color: #cfd6a4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-link-layout-3 {
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.slider-layout-3 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.heading-team-2 {
  color: #fff;
  text-align: center;
  font-size: 38px;
  line-height: 1;
}

.wrapper-icon-services {
  text-transform: uppercase;
  border-bottom: 1px solid #777;
  border-right: 1px solid #777;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.wrapper-icon-services.none {
  border-right-style: none;
  justify-content: center;
}

.wrapper-icon-services.second {
  border-bottom-style: none;
  border-right: 1px solid #444;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.wrapper-icon-services.second.none {
  border-right-style: none;
}

.paragraph-about-layout-3 {
  color: #fff;
  margin-top: 20px;
  font-size: 18px;
}

.wrapper-hero {
  background-image: url('../images/herol3.jpg');
  background-position: 50% 30%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
  position: static;
  overflow: hidden;
}

.section-services-icon-layout-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.collection-list-layout-3-home {
  grid-column-gap: 52px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 80%;
  display: grid;
}

.wrappe-link-menu {
  flex-direction: column;
  justify-content: center;
  width: 30%;
  height: auto;
  padding-left: 40px;
  display: flex;
}

.description-icon {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-top: 5px;
  font-family: Questrial, sans-serif;
}

.video-hero {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-image-menu-layout-3-blog {
  z-index: 4;
  background-image: url('../images/about2.jpg');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 61px;
  display: flex;
  position: relative;
}

.empty-state-9 {
  background-color: #cfd6a4;
}

.text-block-42 {
  font-family: Questrial, sans-serif;
}

.lottie-animation-3-second {
  width: 70px;
  height: auto;
}

.nav-info-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.brand-layout-3 {
  margin-top: 15px;
}

.intro-head {
  margin-top: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-19 {
  color: #fff;
  font-size: 17px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 1000px;
  margin-top: 37px;
  padding-left: 0;
  padding-right: 0;
}

.background-video-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-16 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 86%;
  height: 59%;
  margin-bottom: 21px;
}

.div-block-49 {
  aspect-ratio: auto;
  text-align: center;
  width: auto;
  position: relative;
}

.paragraph-20 {
  color: var(--dark-gray);
  padding-left: 30px;
  padding-right: 30px;
  font-family: Quattrocento, sans-serif;
  font-size: 19px;
}

.heading-30 {
  color: var(--panna);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 5vw;
  line-height: 5vw;
}

.heading-30.display-1 {
  color: var(--panna);
  margin-top: 5px;
  font-size: 80px;
  line-height: 80px;
}

.heading-30.small {
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 4vw;
}

.div-block-50 {
  z-index: 2;
  text-align: center;
  align-self: center;
  width: 80vw;
  position: relative;
}

.map {
  height: 100%;
}

.text-block-43 {
  color: var(--red);
  font-family: Mortina Two, sans-serif;
}

.div-block-51 {
  align-items: flex-start;
  display: flex;
}

.heading-31 {
  color: var(--panna);
  text-align: left;
  margin-bottom: 45px;
  font-family: Mortina Two, sans-serif;
}

.html-embed {
  width: 100%;
  height: 100%;
}

.waves---paragraph-big {
  text-align: center;
  font-family: Quattrocento, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.waves---paragraph-big.panna {
  color: var(--panna);
  font-family: Quattrocento, sans-serif;
}

.waves---heading-3-no-margins {
  color: var(--panna);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-name-wrap-team-2 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-image-team-2 {
  object-fit: cover;
  object-position: 34% 54%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.waves-image-team-2.franci {
  object-position: 47% 54%;
}

.waves-image-team-2.mangit {
  object-position: 50% 54%;
}

.waves-tile-team-2 {
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  display: flex;
}

.waves-grid-team-2 {
  grid-column-gap: 32px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves---cta-dark {
  background-color: var(--waves-library-black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: rgba(19, 19, 19, .9);
}

.waves---heading-2-no-margins {
  color: var(--panna);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

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

.waves---section-medium.panna {
  background-color: var(--panna);
}

.div-block-52 {
  height: 350px;
}

.button_hero {
  background-color: var(--panna);
  color: var(--red);
  border-radius: 6px;
  padding: 14px 35px;
  font-family: Mortina Two, sans-serif;
}

.button_hero.inverse {
  background-color: var(--red);
  color: var(--panna);
  align-self: flex-start;
  margin-left: 87px;
}

.button_hero.contacts {
  margin-bottom: 18px;
  font-size: 15px;
}

.waves---heading-3-no-margins-2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---heading-3-no-margins-2.panna {
  color: var(--panna);
}

.waves-icon-32 {
  color: #d13939;
  width: auto;
  height: auto;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins-2 {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Mortina Two, sans-serif;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-2-no-margins-2.panna {
  color: var(--panna);
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-44 {
  color: var(--panna);
  font-family: Quattrocento, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.paragraph-21 {
  color: var(--panna);
  width: 47%;
  margin: 36px auto 42px;
  padding-top: 0;
  font-family: Quattrocento, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

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

.popup {
  z-index: 99999;
  background-color: var(--red);
  border-radius: 20px;
  width: 70%;
  height: auto;
  padding: 17px;
  display: flex;
  position: absolute;
}

.youtube {
  border-radius: 20px;
  height: 100%;
}

.close {
  background-color: var(--panna);
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  top: -5%;
  bottom: auto;
  left: auto;
  right: -2%;
}

.text-block-45 {
  font-weight: 700;
}

.div-block-54 {
  aspect-ratio: auto;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

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

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

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

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

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

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.div-block-55 {
  display: flex;
}

@media screen and (max-width: 991px) {
  .wrapper-text-hero {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-hero {
    text-align: center;
    width: auto;
    font-size: 50px;
  }

  .paragraph-hero {
    text-align: center;
    width: auto;
    font-size: 20px;
  }

  .hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .heading-menu {
    font-size: 50px;
  }

  .section-team-slider {
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-image-reserve {
    width: 90%;
    height: 50vh;
    right: 0%;
  }

  .wrapper-image-reserve._1 {
    width: 100%;
    height: 400px;
    margin-top: 28px;
  }

  .heading-reserve {
    text-align: center;
    font-size: 3vw;
  }

  .paragraph-reserve {
    text-align: center;
    align-self: center;
  }

  .button {
    font-size: 18px;
  }

  .section-parallax {
    height: auto;
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .nav {
    background-color: var(--black);
  }

  .wrapper-text-reserve-table {
    flex-direction: column;
    align-items: center;
    width: auto;
    padding-right: 60px;
    position: static;
  }

  .section-reserve-table {
    height: auto;
    margin-bottom: 49px;
    padding-bottom: 60px;
  }

  .footer {
    padding-top: 70px;
  }

  .phrase-menu {
    font-size: 25px;
  }

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

  .copyright {
    font-size: 11px;
    font-weight: 400;
  }

  .section-blog-post {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .collection-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .heading-card-blog {
    font-size: 18px;
  }

  .date-blog {
    font-size: 16px;
  }

  .collection-list-wrapper {
    justify-content: center;
    width: 80%;
  }

  .filter-team {
    justify-content: center;
    display: flex;
  }

  .authentic-pizza-section {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-description {
    background-color: rgba(0, 0, 0, 0);
    height: 40vh;
    margin-top: 53px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    top: auto;
    bottom: 162px;
    right: auto;
  }

  .authentic-pizza-image {
    height: 40vh;
    margin-top: 0;
    position: static;
  }

  .wrapper-image-slide._2 {
    background-position: 100%;
  }

  .wrapper-text-team-slider {
    height: 40vh;
    margin-top: 10px;
    position: static;
  }

  .section-description-menu {
    height: auto;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-pizze {
    grid-row-gap: 163px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 50%;
  }

  .card-pizza {
    height: 600px;
    display: none;
  }

  .card-pizza._1 {
    display: none;
  }

  .second-card-pizza {
    height: 400px;
    top: auto;
  }

  .third-card-pizza {
    height: 400px;
    display: none;
  }

  .third-card-pizza._2, .third-card-pizza._1, .wrapper-image-card._1, .wrapper-image-card._4, .wrapper-icon-hero {
    display: none;
  }

  .text-block-2 {
    font-size: 1vw;
    display: none;
  }

  .stiky-image-wrapper {
    align-items: flex-start;
    width: 100%;
    height: 50vh;
    min-height: auto;
    position: -webkit-sticky;
    position: sticky;
    top: .5px;
  }

  .collection-list-blog {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .collection-list-blog._2 {
    grid-row-gap: 42px;
    grid-template-columns: 3fr;
  }

  .collection-list-wrapper-blog {
    justify-content: center;
    width: 80%;
  }

  .grid-collection-list-blog {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .hero-blog-page {
    height: auto;
    padding-top: 157px;
    padding-bottom: 157px;
  }

  .hero-menu {
    height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .tab-menu {
    flex-direction: row;
  }

  .grid-option-menu {
    width: 90%;
  }

  .grid-option-menu-first {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-columns: .8fr .25fr;
    width: 90%;
  }

  .wrapper-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrapper-text-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-form-contact {
    width: 100%;
  }

  .content-text-form {
    align-items: flex-start;
  }

  .wrapper-locations {
    height: auto;
  }

  .wrapper-opening-hour.first {
    align-self: flex-start;
    height: auto;
  }

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

  .section-text-about {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-opening-hour-copy {
    width: 100%;
  }

  .heading-linkmenu-footer {
    font-size: 50px;
  }

  .wrapper-text-hero-blog-second {
    top: 19%;
  }

  .wrapper-text-hero-blog-third {
    top: 37%;
  }

  .wrapper-content-blog {
    width: auto;
    min-height: auto;
    padding-top: 0;
  }

  .wrapper-text-hero-blof {
    width: auto;
    height: auto;
    display: none;
  }

  .stiky-wrapper {
    background-color: #000;
    flex-direction: column;
  }

  .loop-image._1, .loop-image._1.w--current, .loop-image._2 {
    height: 40vh;
  }

  .loop-image._3 {
    height: 40vh;
    position: absolute;
  }

  .no-clik-wrapper {
    align-self: flex-start;
    height: 40vh;
  }

  .hero-about {
    height: 60vh;
  }

  .wrapper-reserve-table {
    flex-direction: column;
  }

  .wrapper-link-logofooter.w--current {
    margin-bottom: 60px;
  }

  .button-copy {
    font-size: 18px;
  }

  .hero-second-layout {
    background-image: url('../images/hero2.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .heading-hero-copy {
    text-align: center;
    width: auto;
    font-size: 50px;
  }

  .wrapper-text-hero-first {
    align-items: center;
    margin-left: 0%;
  }

  .slider-hero-second {
    height: 100%;
    display: none;
  }

  .content-2, .content-1 {
    width: 50%;
  }

  .content-3, .content-4, .content-5 {
    display: none;
  }

  .bg-slide-image-4 {
    width: 50%;
    display: none;
  }

  .bg-slide-image-4._3 {
    display: block;
  }

  .bg-slide-image-4._4 {
    background-position: 100%;
    display: block;
  }

  .bg-slide-image-4._5 {
    display: none;
  }

  .bg-slide-image-third {
    background-position: 0%;
  }

  .wrapper-image-second {
    width: 50%;
    display: block;
  }

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

  .bg-image {
    background-position: 0%;
    background-repeat: repeat;
    background-size: cover;
  }

  .bg-second-image {
    background-position: 100%;
    background-size: 100vw 60vh;
  }

  .bg-third-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .bg-image-slid._4 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .wrapper-about {
    width: 100%;
  }

  .grid-about {
    height: 40vh;
  }

  .wrapper-text-about-second {
    width: 100%;
  }

  .wrapper-text-hero-second {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    display: flex;
    position: static;
  }

  .wrapper-text-parallax {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100vw;
  }

  .grid-menu {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    width: 90%;
  }

  .heading-menu-big {
    top: auto;
    bottom: 46px;
  }

  .grid-blog {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wrapper-blog-card {
    height: 50vh;
  }

  .heading-blog-card {
    font-size: 22px;
  }

  .wrapper-over-flow {
    width: 100%;
  }

  .wrapper-menu-layout-second {
    top: 0%;
    bottom: auto;
    left: auto;
    right: -100%;
  }

  .section-content-about {
    width: 100%;
  }

  .wrapper-text-about-page.second-layoutt {
    padding-left: 0;
  }

  .grid-about-page {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1.5fr;
    display: flex;
  }

  .grid-about-page.second {
    grid-template-columns: 1fr;
  }

  .grid-about-page.second.reverse {
    flex-direction: column-reverse;
  }

  .wrapper-image-about-page {
    width: 100%;
    height: 500px;
  }

  .aection-content-blog {
    width: 100%;
  }

  .grid-blog-page {
    width: 90%;
  }

  .hamburger-link-wrapper {
    z-index: 1111112;
  }

  .wrapper-burger-menu {
    background-color: var(--black);
    color: var(--black);
    margin-top: 18px;
    padding-top: 4px;
    padding-left: 30px;
    padding-right: 49px;
    right: 0%;
  }

  .contact-grid-layout-2 {
    grid-row-gap: 55px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .section-content-about-copy {
    height: auto;
    padding-top: 100px;
  }

  .wrapper-post-blog-page {
    width: 80%;
  }

  .grid-footer-second-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-opening-hour-second {
    width: 100%;
  }

  .hero-home-text-wrapper {
    align-items: center;
  }

  .heading-hero-layout-2 {
    text-align: center;
    width: auto;
    font-size: 50px;
  }

  .paragraph-hero-layout-2 {
    text-align: center;
    width: auto;
    font-size: 20px;
  }

  .wrapper-text-blog-page {
    padding-bottom: 0;
  }

  .form-newsletter {
    width: 90%;
  }

  .grid-categori-menu {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .aection-content-blog-copy {
    width: 100%;
  }

  .heading-menu-page {
    font-size: 50px;
  }

  .wrapper-border {
    height: auto;
  }

  .menu-link {
    z-index: 9999;
  }

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

  .wrapper-image-team-slide {
    width: 90%;
    height: 50vh;
    right: 0%;
  }

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

  .grid-contact {
    grid-template-rows: auto 2px auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 1px;
    height: auto;
  }

  .hamburger-link {
    z-index: 999999;
    padding-top: 5px;
    top: 3%;
    bottom: auto;
  }

  .wrapper-menu-layout-3 {
    z-index: 5;
    background-color: #000;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 100vh;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 100%;
    right: auto;
  }

  .content-menu-layout-3 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 33px;
    display: flex;
  }

  .navlink-layoutt-3 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .hero-menu-layout {
    flex-direction: column;
    height: auto;
    padding: 170px 0;
  }

  .collection-list-hero-blog {
    justify-content: center;
    align-self: auto;
    width: auto;
    height: 100%;
    display: flex;
  }

  .collection-list-hero-blog-page, .collection-hero-blog {
    justify-content: center;
    display: flex;
  }

  .wrapper-border-layout-3-blog {
    width: 50%;
    height: 40%;
    display: none;
    bottom: 155px;
  }

  .wrapper-image-menu-layout-3 {
    width: 45%;
    height: 300px;
  }

  .wrapper-text-heroblog {
    align-self: center;
    align-items: center;
    width: 90%;
    margin-right: 0;
  }

  .text-hero-menu-layout-3 {
    text-align: center;
  }

  .section-blogpage {
    height: auto;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .collection-list-wrapper-blog-layout3 {
    height: 100%;
  }

  .collection-list-layout-3 {
    grid-template-columns: 1fr 1fr;
    width: 90%;
    height: 100%;
  }

  .collectio-item-layout-3 {
    margin-bottom: 50px;
  }

  .wrapper-text-blog-layout-3 {
    height: auto;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .wrapper-image-blog-layout-3 {
    height: 250px;
  }

  .wrapper-border-layout-3-home {
    bottom: -7%;
  }

  .heading-blog-layout-3 {
    font-size: 18px;
  }

  .image-13-copy {
    display: none;
  }

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

  .wrapper-contact-footer {
    padding-bottom: 40px;
  }

  .wrapper-opening-hour-second-2 {
    width: 100%;
  }

  .wrapper-surname-footer {
    margin-left: 0;
  }

  .button-layout-3-footer-copy {
    margin-top: 20px;
  }

  .wrapper-email-footer {
    margin-left: 0;
  }

  .form-2 {
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
  }

  .menu-button {
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0);
    position: static;
    right: 40px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-linklayout-3 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
    padding-left: 40px;
    font-size: 30px;
    display: none;
    position: static;
  }

  .nav-linklayout-3.w--current {
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    padding-left: 40px;
    font-size: 30px;
    display: none;
  }

  .nav-layout3 {
    z-index: 999;
    padding-bottom: 10px;
    padding-left: 33px;
    padding-right: 40px;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .link-nav-layout-3 {
    flex: none;
    height: auto;
    padding-left: 40px;
    font-size: 30px;
    display: none;
    position: static;
  }

  .image-brand {
    margin-top: auto;
  }

  .nav-link-layout-3 {
    flex: none;
    align-self: flex-start;
    height: auto;
    padding-left: 40px;
    font-size: 30px;
    display: none;
    position: relative;
  }

  .section-hero-about {
    height: 500px;
  }

  .scrollable {
    width: 800vw;
  }

  .content-about-layout-3 {
    height: 50vh;
  }

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

  .section-contact-2 {
    height: auto;
  }

  .block-form-contact-copy, .wrapper-form-2 {
    width: 100%;
  }

  .form-copy {
    margin-top: 15%;
  }

  .grid-contact-layout-4 {
    grid-template-rows: .5fr .5fr .5fr .25fr .5fr .25fr .5fr .5fr;
    grid-template-columns: .5fr 1fr .5fr;
  }

  .text-hero-menu-layout-3-copyheading, .paragraph-layout-3 {
    text-align: center;
  }

  .wrapper-text-drop-menu {
    justify-content: center;
    width: 80%;
  }

  .content-menu-layout-3-copy {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 33px;
    display: flex;
  }

  .grid-option-menu-layout-3 {
    width: 90%;
  }

  .content-menu-layout-3-page-menu, .content-menu-layout-3-menu, .content-menu-layout-3-page {
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding-left: 33px;
    display: flex;
  }

  .grid-team-layout-3 {
    grid-template-columns: 1fr;
  }

  .wrapper-video {
    width: 90%;
  }

  .section-blog-layout-3 {
    height: auto;
  }

  .heading-hero-layout-3 {
    text-align: center;
    align-self: center;
    width: 80%;
  }

  .wrapper-text-about-layout-3 {
    order: 1;
    width: 80%;
  }

  .section-menu {
    flex-direction: column;
  }

  .grid-services-icon {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-card-layout-3, .wrapper-card-layout-3._4, .wrapper-card-layout-3._3, .wrapper-card-layout-3._2 {
    height: 400px;
  }

  .section-about {
    flex-direction: column;
    order: 0;
  }

  .wrapper-image-layout3 {
    width: 80%;
    position: relative;
    top: auto;
  }

  .wrapper-text-hero-layout-3 {
    border: 1px #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    left: auto;
  }

  .wrapper-color-layout-3 {
    position: absolute;
  }

  .wrapper-bg {
    width: 100%;
    position: static;
  }

  .collection-list-wrapper-blog-layout3-home {
    height: 100%;
  }

  .section-blog-copy {
    height: auto;
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .wrapper-icon-services, .wrapper-icon-services.second {
    border: 1px #000;
  }

  .collection-list-layout-3-home {
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
    width: 60%;
    height: 100%;
  }

  .wrappe-link-menu {
    align-items: stretch;
    width: 80%;
    padding-left: 0;
  }

  .wrapper-image-menu-layout-3-blog {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .brand-layout-3 {
    margin-top: 15px;
  }

  .waves-grid-team-2 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-5 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .popup {
    width: 80%;
  }

  .container {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }
}

@media screen and (max-width: 767px) {
  .wrapper-text-hero {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-hero {
    font-size: 6vw;
  }

  .paragraph-hero {
    font-size: 3vw;
  }

  .hero {
    height: auto;
  }

  .wrapper-content-menu {
    flex-flow: column;
    order: 0;
    align-content: center;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    padding-top: 100px;
    padding-left: 97px;
    padding-right: 47px;
  }

  .wrapper-menu-voices {
    align-items: flex-start;
    width: 60%;
  }

  .heading-menu {
    font-size: 40px;
  }

  .section-parallax {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .nav {
    padding-bottom: 20px;
  }

  .button-menu-black {
    padding-top: 18px;
    padding-bottom: 10px;
  }

  .brand-intro {
    margin-bottom: 0;
  }

  .section-reserve-table {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-text-menu {
    text-align: center;
    width: auto;
    padding-top: 0;
  }

  .phrase-menu {
    width: auto;
  }

  .grid-footer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 60%;
    margin-bottom: 50px;
  }

  .wrapper-link-footer {
    align-items: flex-start;
  }

  .wrapper-link-footer.pages, .wrapper-copyright {
    flex-direction: column;
    align-items: center;
  }

  .copyright {
    text-align: left;
    align-self: center;
    width: 60%;
    margin-bottom: 23px;
  }

  .section-blog-post, .section-blog-post.blog-page {
    padding-left: 40px;
    padding-right: 40px;
  }

  .collection-list {
    width: 100%;
  }

  .wrapper-image-blog {
    top: 0;
    left: 0;
  }

  .date-blog {
    font-family: Questrial, sans-serif;
  }

  .filter-team {
    align-items: center;
  }

  .authentic-pizza-image {
    width: 100%;
    height: 300px;
  }

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

  .grid-pizze {
    grid-row-gap: 45px;
    width: 80%;
  }

  .second-card-pizza, .third-card-pizza {
    height: 600px;
  }

  .text-block-2 {
    display: none;
  }

  .stiky-image-wrapper {
    background-color: #000;
    height: 40vh;
  }

  .wrapper-hover {
    background-color: rgba(9, 9, 9, .81);
  }

  .collection-list-blog, .collection-list-wrapper-blog {
    width: 100%;
  }

  .grid-collection-list-blog {
    width: 100%;
    min-width: 80%;
    max-width: none;
  }

  .hero-blog-page {
    height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

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

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .second-tab, .third-tab {
    width: 90%;
    margin: 5px 0;
  }

  .grid-option-menu {
    width: 90%;
  }

  .grid-option-menu-first {
    grid-template-columns: .8fr .25fr;
  }

  .fourth-tab {
    width: 90%;
    margin-top: 5px;
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fourth-tab.w--current {
    width: 90%;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-contact {
    height: auto;
    padding-bottom: 100px;
  }

  .content-text-form {
    flex-direction: column;
    width: 100%;
  }

  .wrapper-opening-hour {
    width: 60%;
    height: auto;
  }

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

  .text-hero-blog {
    font-size: 8vw;
  }

  .hero-about {
    height: 50vh;
  }

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

  .wrapper-text-about._2 {
    border: 1px #000;
  }

  .wrapper-text-about.hidden {
    display: none;
  }

  .heading-about {
    font-size: 40px;
  }

  .wrapper-hour-menu {
    width: 100%;
  }

  .wrapper-link-logofooter {
    margin-bottom: 20px;
  }

  .wrapper-menu-second {
    flex-direction: column;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    top: 77%;
    right: -45%;
  }

  .hero-second-layout {
    height: 100vh;
  }

  .navbar-layout-2 {
    z-index: 1;
    padding-top: 35px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .heading-hero-copy {
    clear: none;
    text-align: center;
    flex-wrap: wrap;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .brand-layout-2 {
    padding-left: 0;
  }

  .wrapper-voci-menu-second {
    align-self: flex-start;
    align-items: flex-start;
    width: 60%;
    margin-right: 0;
  }

  .link-social-second-layout {
    display: none;
  }

  .wrapper-menu {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
  }

  .wrapper-menu-second-layout {
    align-self: flex-start;
    align-items: flex-start;
    width: 80%;
    margin-top: 20px;
  }

  .heading-second-menu {
    font-size: 20px;
  }

  .wrapper-menu-social {
    flex-direction: column;
    width: 80%;
  }

  .wrapper-hours {
    margin-top: 20px;
  }

  .footer-second {
    height: auto;
    bottom: auto;
  }

  .wrapper-color-footer {
    display: none;
  }

  .heading-description-about {
    text-align: center;
  }

  .image-1, .imag, .image-hero, .image-hero-second {
    background-repeat: no-repeat;
  }

  .bg-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .bg-second-image {
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .bg-third-image {
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .bg-image-slid._4 {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: 100vw;
  }

  .bg-image-slide-second {
    background-position: 40%;
    background-repeat: no-repeat;
    background-size: auto 70vh;
  }

  .wrapper-about {
    padding-top: 0;
  }

  .grid-about {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    height: 60vh;
  }

  .heading-about-big {
    font-size: 90px;
  }

  .wrapper-text-hero-second {
    align-items: flex-start;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-text-parallax {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-menu-second {
    padding-top: 60px;
  }

  .paragraph-menu-home {
    width: 60%;
  }

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

  .heading-menu-big {
    font-size: 80px;
    bottom: 64px;
    left: auto;
  }

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

  .wrapper-second-blog-card {
    height: auto;
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .wrapper-second-blog-card.second {
    padding-top: 0;
    padding-bottom: 0;
  }

  .card-blog-home {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .collection-list-second-blog-card {
    padding-bottom: 0;
  }

  .heading-blog {
    text-align: center;
    font-size: 80px;
    line-height: 1;
  }

  .content-card {
    padding-top: 40px;
    padding-bottom: 40px;
    position: static;
  }

  .wrapper-over-flow {
    width: 100%;
    top: auto;
  }

  .navbar-layout-2-wrapper {
    z-index: 0;
    height: auto;
    padding: 40px 40px 40px 20px;
  }

  .wrapper-menu-layout-second {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 40px;
    position: fixed;
    right: -100%;
  }

  .heading-about-page {
    font-size: 40px;
  }

  .aection-content-blog {
    padding-top: 40px;
  }

  .grid-blog-page {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .hamburger-link-wrapper {
    z-index: 2147483647;
    background-color: var(--black);
    margin-top: 15px;
    top: 0;
  }

  .wrapper-burger-menu {
    z-index: 2;
    margin-top: 18px;
  }

  .section-content-about-copy {
    z-index: 0;
    width: 100%;
    margin-top: 90px;
    display: flex;
  }

  .wrapper-post-blog-page {
    width: 95%;
    height: auto;
  }

  .collectiobn-item {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .div-block-42 {
    top: auto;
    left: auto;
  }

  .div-block-39-copy {
    height: 400px;
  }

  .grid-footer-second-layout {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-link-footer-second, .wrapper-link-footersecond {
    align-items: flex-start;
  }

  .copyright-copy {
    text-align: left;
    align-self: center;
    width: 60%;
    margin-bottom: 23px;
    display: none;
  }

  .hero-home-text-wrapper {
    align-items: flex-start;
  }

  .heading-hero-layout-2 {
    text-align: left;
    font-size: 6vw;
  }

  .paragraph-hero-layout-2 {
    text-align: left;
    font-size: 3vw;
  }

  .second-button {
    top: 4px;
  }

  .aection-content-blog-copy {
    z-index: 0;
  }

  .hero-home-layout {
    height: auto;
    padding: 250px 0;
  }

  .section-layout {
    height: auto;
  }

  .grid-layout {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-border {
    height: 600px;
    padding: 40px 20px;
  }

  .layout-1, .layout-2 {
    width: 90%;
    height: 500px;
  }

  .wrapper-text-menu-wrapper-intro {
    text-align: center;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .wrapper-text-menu-wrapper-intro._1 {
    border-right-style: none;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .wrapper-voci-menu-layout {
    width: 100%;
  }

  .menu-link {
    z-index: 99999;
    position: relative;
  }

  .wrapper-content-menu-intro {
    flex-flow: column;
    order: 0;
    align-content: center;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    min-height: 100vh;
    padding: 80px 40px 0;
  }

  .wrapper-link-footer-copy-copy {
    align-items: flex-start;
  }

  .grid-footer-copy {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    width: 60%;
    margin-bottom: 50px;
  }

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

  .hamburger-link {
    z-index: 2147483647;
    width: 50px;
    height: 50px;
    top: 2%;
  }

  .image-8 {
    width: 100%;
  }

  .layout-label {
    font-size: 25px;
  }

  .wrapper-menu-layout-3 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .content-menu-layout-3 {
    align-self: center;
    width: 100%;
    padding-left: 33px;
  }

  .navlink-layoutt-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Questrial, sans-serif;
    font-size: 50px;
    line-height: 1;
  }

  .hero-menu-layout {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-image-menu-layout-3 {
    width: 60%;
  }

  .text-hero-menu-layout-3 {
    width: 100%;
  }

  .collection-list-layout-3 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-footer-layout-3-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .wrapper-link-footer-layout-3 {
    align-items: flex-start;
  }

  .image-14 {
    display: none;
  }

  .wrapper-link-footer-second-copy {
    align-items: flex-start;
  }

  .nav-linklayout-3 {
    clear: none;
    flex: 0 auto;
    margin-top: auto;
  }

  .nav-linklayout-3.w--current {
    margin-top: auto;
    margin-bottom: auto;
  }

  .nav-layout3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-layout-3 {
    position: absolute;
  }

  .section-hero-about {
    height: 400px;
    padding: 86px 10px;
  }

  .heading-about-layout-3 {
    text-align: center;
  }

  .image-15 {
    display: none;
  }

  .paragraph-about-2._21 {
    width: 100%;
  }

  .wrapper-text-about-copy._2 {
    border: 1px #000;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-about-2 {
    width: 100%;
    font-size: 40px;
  }

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

  .wrapper-text-contact-layout-5 {
    width: 80%;
  }

  .wrapper-opening-hour-copy-2 {
    width: 60%;
    height: auto;
  }

  .wrapper-form-2 {
    width: 80%;
  }

  .grid-contact-layout-4 {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .wrapper-text-drop-menu {
    width: 100%;
  }

  .content-menu-layout-3-copy {
    align-self: center;
    width: 100%;
    padding-left: 33px;
  }

  .grid-option-menu-layout-3 {
    width: 90%;
  }

  .content-menu-layout-3-page-menu, .content-menu-layout-3-menu, .content-menu-layout-3-page {
    align-self: center;
    width: 100%;
    padding-left: 33px;
  }

  .grid-services-icon {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .wrapper-text-hero-layout-3 {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-team-2 {
    text-align: left;
  }

  .collection-list-layout-3-home {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    width: 80%;
  }

  .wrapper-image-menu-layout-3-blog {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .popup {
    width: 90%;
    height: 50%;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper-text-hero {
    height: auto;
    overflow: hidden;
  }

  .heading-hero {
    font-size: 30px;
  }

  .paragraph-hero {
    font-size: 18px;
  }

  .hero {
    height: auto;
    overflow: hidden;
  }

  .wrapper-content-menu {
    padding-left: 40px;
  }

  .wrapper-menu-voices {
    align-self: flex-start;
    align-items: flex-start;
  }

  .heading-menu {
    text-align: left;
    font-size: 28px;
  }

  .wrapper-image-reserve._1 {
    height: 300px;
  }

  .heading-reserve {
    max-width: 350px;
    font-size: 6vw;
  }

  .paragraph-reserve {
    max-width: 350px;
  }

  .section-parallax {
    height: auto;
  }

  .nav {
    padding-bottom: 33px;
  }

  .nav-menu-intro {
    z-index: 99999999;
    background-color: var(--black);
  }

  .wrapper-text-reserve-table {
    max-width: 350px;
    margin-top: 29px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-reserve-table {
    height: auto;
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer {
    padding-left: 21px;
    padding-right: 21px;
  }

  .phrase-menu {
    margin-bottom: 65px;
  }

  .grid-footer {
    width: 100%;
  }

  .wrapper-link-footer, .wrapper-link-footer.pages {
    align-items: flex-start;
  }

  .copyright {
    width: 100%;
  }

  .section-blog-post {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-blog-post.blog-page {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-card-blog {
    width: 90%;
    height: 400px;
    padding-bottom: 0;
  }

  .wrapper-image-blog {
    height: 50%;
  }

  .wrapper-text-blog {
    justify-content: center;
    height: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-card-blog {
    font-size: 16px;
  }

  .date-blog {
    font-size: 13px;
    display: block;
  }

  .collection-list-wrapper {
    width: 100%;
  }

  .heading-team {
    text-align: left;
  }

  .authentic-pizza-image {
    min-width: 100%;
  }

  .section-description-menu {
    padding-top: 60px;
  }

  .grid-pizze {
    grid-template-rows: auto;
    width: 90%;
  }

  .card-pizza, .second-card-pizza, .third-card-pizza {
    height: 400px;
  }

  .stiky-image-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000 17%, #000 41%, #191919 59%, #070606 83%, rgba(32, 32, 32, .17) 98%, rgba(37, 37, 37, 0) 101%);
    height: 45vh;
    top: .2px;
  }

  .collection-list-wrapper-blog {
    width: 100%;
  }

  .body-blog {
    overflow: visible;
  }

  .hero-blog-page {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .first-tab, .second-tab, .third-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .menu-label, .paragraph-menu {
    font-size: 15px;
  }

  .grid-option-menu {
    grid-template-columns: 1.5fr .25fr .25fr;
  }

  .price {
    font-size: 15px;
  }

  .grid-option-menu-first {
    width: 90%;
  }

  .fourth-tab.w--current {
    text-align: center;
    border: 1px solid #464646;
    width: 90%;
    margin-top: 5px;
  }

  .heading-tab-fourth {
    width: auto;
  }

  .form {
    align-items: center;
  }

  .text-location-title {
    line-height: 28px;
  }

  .text-hours.black.layout2, .text-hours.black.body-about-layout-2, .location-label.black.layout2, .location-label.black.body-about-layout-2 {
    color: var(--white);
  }

  .wrapper-locations {
    width: 90%;
  }

  .wrapper-opening-hour {
    width: 100%;
  }

  .wrapper-opening-hour.first {
    margin-left: 0;
  }

  .wrapper-hour {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .section-text-about.panna {
    padding-top: 59px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .wrapper-hour-second-layout {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
  }

  .heading-linkmenu-footer {
    font-size: 24px;
  }

  .wrapper-text-hero-blog-second {
    top: 24%;
  }

  .wrapper-text-hero-blog-fourth {
    bottom: 17%;
  }

  .section-content-post {
    height: auto;
    margin-bottom: 0;
  }

  .wrapper-content-blog {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stiky-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .loop-image._1.w--current, .loop-image._2, .loop-image._3 {
    height: 35vh;
  }

  .no-clik-wrapper {
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#000 84%, #bfbfbf 87%, #fff);
    height: 40vh;
  }

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

  .text-hero-blog {
    font-size: 10vw;
  }

  .container-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-11 {
    line-height: 1;
  }

  .section-licensing {
    padding-left: 0;
    padding-right: 0;
  }

  .container-licensing {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-about {
    height: 80vh;
    padding-top: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-contant-about.first {
    padding-top: 0;
  }

  .wrapper-text-about._2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .wrapper-text-about._1 {
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-about {
    width: 85%;
    font-size: 25px;
  }

  .paragraph-about._21 {
    width: 85%;
    padding-right: 26px;
  }

  .paragraph-about._1 {
    width: 85%;
    padding-right: 0;
  }

  .body-about {
    overflow: visible;
  }

  .wrappert-text-hero-blog {
    bottom: 17%;
  }

  .wrapper-reserve-table {
    height: auto;
  }

  .image {
    display: none;
  }

  .image._3 {
    align-self: flex-start;
    padding-left: 13px;
  }

  .wrapper-link-logofooter {
    margin-bottom: 25px;
  }

  .heading-hero-copy {
    font-size: 30px;
  }

  .wrapper-voci-menu-second, .wrapper-menu-second-layout {
    align-self: flex-start;
    align-items: flex-start;
  }

  .paragraph-banner {
    font-size: 19px;
  }

  .paragraph-description-about {
    width: 80%;
  }

  .heading-description-about {
    text-align: center;
  }

  .text-hero-menu {
    line-height: 1.2;
  }

  .bg-image {
    background-position: 5%;
  }

  .bg-image-slid._4 {
    background-size: auto 55vh;
  }

  .bg-image-slide-second {
    background-position: 40%;
    background-size: auto 65vh;
  }

  .grid-about {
    height: auto;
  }

  .wrapper-text-about-second {
    display: none;
  }

  .wrapper-second-about {
    padding-bottom: 40px;
  }

  .wrapper-text-hero-second {
    height: auto;
    overflow: hidden;
  }

  .content-card {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .navbar-layout-2-wrapper {
    z-index: 9;
  }

  .wrapper-menu-layout-second {
    width: 100vw;
    padding-left: 40px;
    padding-right: 40px;
    top: 0%;
    bottom: auto;
    left: auto;
    right: -100%;
  }

  .section-content-about {
    z-index: 0;
  }

  .text-about-second-layout._21, .heading-about-page {
    width: 85%;
  }

  .aection-content-blog {
    z-index: 0;
  }

  .wrapper-burger-menu {
    z-index: 9999999;
  }

  .contact-grid-layout-2 {
    width: 100%;
  }

  .section-content-about-copy {
    background-position: 45% 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .copyright-copy {
    width: 100%;
  }

  .heading-hero-layout-2 {
    font-size: 30px;
  }

  .paragraph-hero-layout-2 {
    font-size: 18px;
  }

  .wrapper-text-blog-page {
    height: 40vh;
  }

  .form-newsletter {
    flex-direction: column;
    width: 100%;
  }

  .wrapper-text-events {
    height: auto;
  }

  .wrapper-image-menu.lunch, .wrapper-image-menu.pizza, .wrapper-image-menu.drinks, .wrapper-image-menu.dessert {
    width: 100%;
  }

  .wrapper-text-lunch {
    width: 90%;
  }

  .container-categori {
    width: 90%;
    display: block;
  }

  .heading-menu-page {
    display: none;
  }

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

  .wrapper-text-menu-wrapper-intro {
    height: auto;
  }

  .wrapper-text-menu-wrapper-intro._1 {
    background-color: var(--black);
    border-right-style: none;
    height: auto;
  }

  .wrapper-voci-menu-layout {
    width: 100%;
  }

  .menu-link {
    z-index: 99999;
    position: relative;
  }

  .wrapper-content-menu-intro {
    z-index: 99999999;
    min-height: auto;
    padding-left: 40px;
  }

  .grid-footer-copy {
    width: 100%;
  }

  .hamburger-link {
    padding-top: 5px;
  }

  .changelog-container {
    padding: 25px;
  }

  .wrapper-menu-layout-3 {
    z-index: 10;
    width: 100%;
  }

  .content-menu-layout-3 {
    z-index: 99999;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    padding-left: 35px;
  }

  .navlink-layoutt-3 {
    z-index: 999999;
    position: relative;
  }

  .navlink-layoutt-3.w--current {
    z-index: 9999999;
    position: relative;
  }

  .hero-menu-layout {
    padding-bottom: 60px;
  }

  .wrapper-image-menu-layout-3 {
    width: 90%;
  }

  .text-hero-menu-layout-3 {
    line-height: 1.2;
  }

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

  .image-13-copy {
    display: none;
  }

  .grid-footer-layout-3-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .retourn {
    display: none;
  }

  .footer-heading {
    font-size: 20px;
  }

  .wrapper-contact-footer {
    padding-left: 5px;
    padding-right: 5px;
  }

  .footer-layout-3 {
    padding-bottom: 0;
  }

  .nav-linklayout-3.w--current {
    flex-direction: row;
    align-items: baseline;
  }

  .nav-layout3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-layout3.home {
    z-index: 11;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-layout-3 {
    flex: 0 auto;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-about-2._21 {
    width: 100%;
  }

  .wrapper-text-about-copy._2 {
    width: 100vw;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .scrollable {
    width: 600vw;
  }

  .wrapper-text-layout-3, .heading-about-2 {
    width: 100%;
  }

  .wrapper-image-layout-3 {
    width: 100vw;
    height: 50vh;
  }

  .content-about-layout-3 {
    width: 200vw;
    height: auto;
  }

  .section-services-icon {
    height: auto;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .grid-services {
    grid-row-gap: 62px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wrapper-icon {
    height: 100px;
  }

  .wrapper-opening-hour-copy-2 {
    width: 100%;
  }

  .form-copy {
    align-items: center;
  }

  .text-hero-menu-layout-3-copyheading {
    line-height: 1.2;
  }

  .wrapper-text-drop-menu {
    justify-content: flex-start;
  }

  .paragraph-menu-2 {
    font-size: 15px;
  }

  .dropdown-toggle-menu-page {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .menu-label-2 {
    font-size: 15px;
  }

  .content-menu-layout-3-copy {
    z-index: 99999;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    padding-left: 0;
  }

  .grid-option-menu-layout-3 {
    grid-template-columns: 1.5fr .25fr .25fr;
  }

  .grid-option-menu-layout-3.white {
    width: 100%;
  }

  .dropdown-list.w--open {
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-menu-page {
    align-items: flex-start;
  }

  .content-menu-layout-3-page-menu {
    z-index: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    padding-left: 0;
  }

  .content-menu-layout-3-menu {
    z-index: 0;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    padding-left: 0;
    position: relative;
  }

  .content-menu-layout-3-page {
    z-index: 99999;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-end;
    padding-left: 0;
  }

  .grid-team-layout-3 {
    width: 90%;
  }

  .section-blog-layout-3 {
    margin-top: 100px;
    padding-bottom: 100px;
  }

  .wrapper-text-about-layout-3 {
    height: auto;
    margin-top: 300px;
  }

  .wrapper-card-layout-3, .wrapper-card-layout-3._4, .wrapper-card-layout-3._3, .wrapper-card-layout-3._2 {
    height: 200px;
  }

  .section-slider {
    height: auto;
    padding: 0;
  }

  .wrapper-image-layout3 {
    height: 30vh;
  }

  .wrapper-image-layout3.about {
    height: auto;
  }

  .wrapper-text-hero-layout-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .paragraph-slide {
    width: 80%;
  }

  .wrapper-bg {
    height: 30vh;
  }

  .wrapper-bg.about {
    height: 300px;
  }

  .wrapper-slider {
    height: 80vh;
  }

  .collection-list-wrapper-blog-layout3-home {
    width: 80%;
  }

  .wrapper-text-slider-layout-3 {
    z-index: 1;
    height: auto;
    padding-bottom: 0;
  }

  .collection-list-layout-3-home {
    width: 100%;
  }

  .wrapper-image-menu-layout-3-blog {
    width: 90%;
  }

  .intro-head {
    text-align: center;
  }

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

  .div-block-49 {
    margin-top: 55px;
    margin-bottom: 49px;
    position: relative;
  }

  .heading-30 {
    margin-bottom: 0;
    font-size: 8vw;
    line-height: 11vw;
  }

  .heading-30.display-1 {
    font-size: 32px;
    line-height: 50px;
  }

  .heading-30.small {
    font-size: 9vw;
    line-height: 14vw;
  }

  .div-block-51 {
    flex-direction: column;
  }

  .heading-31 {
    font-size: 32px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .button_hero.inverse {
    margin-left: 24px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---heading-2-no-margins-2.panna {
    font-size: 29px;
  }

  .paragraph-21 {
    width: 80%;
  }

  .popup {
    width: 90%;
    height: 30%;
  }

  .container {
    max-width: none;
  }
}

#w-node-be6e3213-7a85-cf99-7de2-66535fbf551c-621f94c6 {
  justify-self: center;
}

#w-node-_8ffecbdc-3511-6559-ed02-8c9f85616c21-85616c0d {
  justify-self: start;
}

#w-node-_8ffecbdc-3511-6559-ed02-8c9f85616c2c-85616c0d {
  align-self: auto;
  justify-self: start;
}

#w-node-a2f2619d-392d-4e12-7a96-8720516153f0-680f048f, #w-node-a2f2619d-392d-4e12-7a96-8720516153f7-680f048f, #w-node-_93269b0b-c3ea-12c4-6b29-4c417cf1cd53-680f048f, #w-node-_22d9a0fc-8628-b992-3eb1-ed081360f9c0-680f048f, #w-node-b0846957-6665-69a2-3e95-0be33ec35753-680f048f, #w-node-_5e678448-f5f9-427d-5685-5833368bf14f-680f048f, #w-node-_0dc4d235-1e44-93ab-f11a-07f958bc4bc9-680f048f, #w-node-_9506765c-5e62-a4c0-6bf5-8b4dd200d5e4-680f048f, #w-node-fefacdb4-dd45-1fa5-f236-056b939530dd-cb07707a, #w-node-fefacdb4-dd45-1fa5-f236-056b939530e3-cb07707a, #w-node-_2633cf31-274a-6186-0c04-900ee8a8b809-cb07707a, #w-node-_8e812650-3980-0a39-b666-e5b5335ccae7-cb07707a, #w-node-_8e812650-3980-0a39-b666-e5b5335ccaee-cb07707a, #w-node-_8e812650-3980-0a39-b666-e5b5335ccaf5-cb07707a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8839ca55-ae1b-cc76-2055-21543bc7b91d-5caf1cf7 {
  justify-self: start;
}

#w-node-_8839ca55-ae1b-cc76-2055-21543bc7b924-5caf1cf7 {
  align-self: auto;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_8ffecbdc-3511-6559-ed02-8c9f85616c21-85616c0d, #w-node-_8ffecbdc-3511-6559-ed02-8c9f85616c2c-85616c0d, #w-node-_8839ca55-ae1b-cc76-2055-21543bc7b91d-5caf1cf7, #w-node-_8839ca55-ae1b-cc76-2055-21543bc7b924-5caf1cf7 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Mortina Two';
  src: url('../fonts/Mortina-Two.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bowlbyone';
  src: url('../fonts/BowlbyOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CheltenhamStdLight';
  src: url('../fonts/CheltenhamStdLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'CheltenhamStdBold';
  src: url('../fonts/CheltenhamStdBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}