:root {
  --medium-sea-green: #44a081;
  --teal: #227b6d;
  --medium-aquamarine: #9ad0b8;
  --black: #1e1e1c;
  --light-sea-green: #4cb9ab;
  --medium-aquamarine-2: #70ba9d;
}

body {
  color: #fff;
  background-color: #000;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 32px;
  font-family: Syne, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 31px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Syne, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-size: 15px;
  line-height: 29px;
}

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

.section-wide {
  width: 100%;
}

.section-wide.occhio {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-wide.home {
  min-height: 100vh;
}

.section-wide.voce-menu {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  flex-direction: column;
  display: flex;
}

.section-wide.voce-menu.omakase {
  background-color: #58a71f;
}

.section-wide.voce-menu.team, .section-wide.voce-menu.hide {
  display: none;
}

.cerchio-container {
  opacity: 1;
  transition: opacity 1s ease-in-out;
  position: absolute;
}

.cerchio-container.azzurro {
  width: 1000px;
  height: 1000px;
}

.cerchio-container.rosa {
  width: 812px;
  height: 812px;
}

.cerchio-container.arancione {
  width: 605px;
  height: 605px;
}

.cerchio-container.arancione.hide {
  opacity: 0;
}

.cerchio-container.giallo {
  width: 1328px;
  height: 1328px;
}

.cerchio-container._717 {
  width: 717px;
  height: 717px;
  display: none;
}

.cerchio-container.verde {
  width: 1607px;
  height: 1607px;
}

.cerchio-container.viola {
  width: 1991px;
  height: 1896px;
}

.cerchio-container.rosso {
  width: 3000px;
  height: 2382px;
}

.cerchio-container.hide {
  opacity: 0;
}

.cerchio-img {
  width: 100%;
  height: 100%;
}

.logo-container {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 200px;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.logo-container.hide {
  opacity: 0;
}

.logo-container.menu {
  justify-content: center;
}

.logo-img {
  margin-bottom: 9px;
}

.sub01 {
  text-align: center;
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.menu-content {
  min-height: 50vh;
  max-height: 200vh;
  transition: max-height .5s cubic-bezier(.77, 0, .175, 1), min-height .5s cubic-bezier(.77, 0, .175, 1), height .4s cubic-bezier(.77, 0, .175, 1);
  overflow: hidden;
}

.menu-content.hide {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
}

.menu-content.omakase {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  min-height: 85vh;
  display: grid;
}

.menu-content.gallery {
  max-height: 1000vh;
}

.menu-content.gallery.hide {
  max-height: 0;
  overflow: hidden;
}

.menu-content.booking {
  max-height: 500vh;
}

.menu-content.booking.hide {
  max-height: 0;
  overflow: hidden;
}

.menu-voce-top {
  cursor: pointer;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  min-height: 100px;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.menu-voce-top.active {
  color: var(--medium-sea-green);
}

.plus-sign {
  z-index: -1;
  border-left: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.plus-sign.active {
  background-color: var(--teal);
}

.plus-sign.hide {
  display: none;
}

.plus-line {
  background-color: #fff;
  width: 50px;
  height: 3px;
  transition: transform .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
}

.plus-line.horizontal {
  transform: rotate(0);
}

.plus-line.horizontal.active {
  transform: rotate(45deg);
}

.plus-line.vertical {
  transform: rotate(90deg);
}

.plus-line.vertical.active {
  transform: rotate(-45deg);
}

.plus-line.arrow.up {
  width: 25px;
  transform: translate(15px, -8px)rotate(45deg);
}

.plus-line.arrow.down {
  width: 25px;
  transform: translate(15px, 8px)rotate(-45deg);
}

.pattern-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.testing {
  color: #ff6161;
  white-space: nowrap;
  height: 500px;
  font-size: 20vh;
  line-height: 1;
  display: inline-block;
}

.pattern-master-container {
  z-index: -2;
  background-color: #227b6d;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.pattern-img {
  object-fit: cover;
  width: 100px;
  max-width: 200%;
  height: 120%;
}

.omakase-container {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.omakase-img {
  width: 100%;
  max-width: 50%;
  max-height: 80%;
  position: absolute;
}

.omakase-img.top {
  z-index: 1;
}

.content-container-omakase {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 71px;
  display: flex;
  position: relative;
}

.paragraph-container {
  margin-bottom: 27px;
  font-size: 10vw;
}

.menu-content-inner {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 2fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  min-height: 80vh;
}

.menu-content-inner.omakase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-content-inner.bites-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.menu-content-inner.filosofia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-content-inner.prenotazioni {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-content-inner.team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.menu-content-inner.orari {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filosofia-txt1 {
  color: var(--medium-aquamarine);
  text-align: left;
  width: 100%;
  margin-left: 0;
  font-family: Inconsolata, monospace;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.left-col {
  border-right: 2px solid #fff;
  width: 100%;
  position: relative;
}

.faccina-img {
  width: 15vw;
}

.faccina-container {
  position: absolute;
  inset: 40px 40px auto auto;
}

.read-more-div-omakase {
  z-index: 3;
  color: var(--black);
  cursor: pointer;
  background-color: #fff;
  border-top: 2px solid #fff;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.read-more-omakase {
  z-index: 1;
  background-color: #000;
  align-items: center;
  padding: 44px 44px 78px;
  transition: opacity .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: absolute;
  inset: 0%;
}

.read-more-omakase.hide {
  opacity: 0;
}

.arrow-img {
  width: 40px;
  margin-left: 12px;
}

.arrow-img.team {
  margin-right: 12px;
  transition: transform .6s cubic-bezier(.645, .045, .355, 1);
  transform: rotate(0);
}

.arrow-img.team.flip {
  transform: rotate(-180deg);
}

.arrow-img.omakase {
  margin-right: 12px;
  transition: transform .6s cubic-bezier(.645, .045, .355, 1);
  transform: rotate(0);
}

.arrow-img.omakase.flip {
  transform: rotate(-180deg);
}

.mano-img {
  z-index: 2;
  width: 12vw;
  position: absolute;
}

.mano-img.top {
  z-index: 1;
}

.bites-bar-container {
  background-color: var(--medium-aquamarine);
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph2 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 38px;
}

.braccio-topolino {
  background-color: #000;
  width: 4vw;
  height: 50%;
  position: absolute;
  bottom: 0;
}

.tipa-img {
  z-index: 2;
  width: 90%;
  position: absolute;
}

.tipa-img.top {
  z-index: 1;
}

.tipa-img2 {
  z-index: 2;
  width: 70%;
  position: absolute;
}

.tipa-img2.top {
  z-index: 1;
}

.bites-bar-container-copy {
  background-color: #000;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.filosofia-container {
  background-color: var(--medium-aquamarine);
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

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

.filosofia-text-container {
  width: 50%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.filosofia-block {
  border-bottom: 2px solid #fff;
  width: 100%;
  height: 100%;
  padding: 23px;
}

.filosofia-block.divided {
  align-items: center;
  padding: 0;
  display: flex;
}

.filosofia-clock-inner {
  background-color: var(--medium-sea-green);
  text-transform: uppercase;
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 22px;
  font-family: Changa One, Impact, sans-serif;
  font-weight: 700;
  display: flex;
}

.filosofia-clock-inner.dark {
  background-color: #000;
}

.filosofia-txt2 {
  color: #000;
  text-align: left;
  text-transform: none;
  width: 100%;
  height: 100%;
  font-size: 3vw;
  line-height: 1;
}

.filosofia-txt3 {
  letter-spacing: 3px;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 2vw;
  font-weight: 300;
  line-height: 1;
}

.bites-bar-neon-container {
  color: #fff0;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--medium-aquamarine);
  font-family: Oswald, sans-serif;
  font-size: 10vw;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  inset: 50px 50px auto auto;
}

.neon-text {
  filter: blur(2px);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #e9e25c;
}

.omakase-txt {
  text-align: justify;
  width: 100%;
  margin-left: 0;
  font-family: Vollkorn, serif;
  font-size: 5vw;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.book-a-table-btn {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 10vw;
  padding: 23px 22px;
  font-family: Montserrat, sans-serif;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: absolute;
}

.book-a-table-btn:hover {
  color: #000;
  background-color: #fff;
}

.circle-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-img {
  width: 200vw;
  max-width: 5000px;
  position: absolute;
}

.circle-img.white {
  z-index: -2;
  width: 100vw;
}

.circle-img.black {
  z-index: -1;
}

.filosofia-paragraph {
  font-size: 2vw;
  line-height: 1;
}

.content-container-prenotazioni {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 85vh;
  display: flex;
  position: relative;
}

.team-container {
  border-right: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 29px;
  display: flex;
  position: relative;
}

.team-img {
  border-radius: 0%;
  width: 15vw;
  height: 15vw;
  overflow: hidden;
}

.read-more-team {
  z-index: 1;
  opacity: 1;
  background-color: #000;
  padding: 30px;
  transition: opacity .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  inset: 0%;
}

.read-more-team.hide {
  opacity: 0;
}

.read-more-div-team {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-right: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-text-container {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  inset: -12% 0% 0%;
}

.read-more-txt {
  transition: font-size .6s cubic-bezier(.77, 0, .175, 1);
}

.read-more-txt.hide {
  font-size: 0;
}

.read-less-txt {
  transition: font-size .6s cubic-bezier(.77, 0, .175, 1);
}

.read-less-txt.hide {
  font-size: 0;
}

.raiser {
  height: 1px;
}

.bites-bar-text {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 1.7;
}

.useless-number-container {
  position: absolute;
  inset: auto auto 15px 32px;
}

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

.read-more-div-team-vertical {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-right: 2px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.read-more-vertical {
  z-index: 2;
  background-color: #000;
  padding: 29px;
  display: none;
  position: absolute;
  inset: 0%;
}

.read-more-vertical.hide {
  display: none;
}

.entra-btn {
  z-index: 10;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 3px;
  margin-right: 3px;
  padding: 6px 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.entra-btn:hover {
  color: #000;
  background-color: #fff;
}

.bites-bar-txt {
  color: var(--medium-aquamarine);
  text-align: left;
  width: 100%;
  margin-bottom: 9px;
  margin-left: 0;
  font-family: Inconsolata, monospace;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
}

.parking-info-container {
  width: 100%;
  min-height: 10vh;
  padding: 30px 17px;
}

.gummi {
  height: 70vh;
}

.language-div {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.menu-btn {
  z-index: 10;
  color: #fff;
  border: 1px solid #fff;
  width: 100%;
  margin: 9px 3px;
  padding: 11px 32px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
}

.menu-btn:hover {
  color: #000;
  background-color: #fff;
}

.logo-container-copy {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 200px;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.logo-container-copy.hide {
  opacity: 0;
}

.logo-container-copy.menu {
  justify-content: center;
}

.logo-container-menu {
  opacity: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 300px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.logo-container-menu.hide {
  opacity: 0;
}

.logo-container-menu.menu {
  justify-content: center;
}

.gallery-inner {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  column-rule-width: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  column-gap: 0;
  width: 100%;
  height: 100%;
  min-height: 80vh;
}

.gallery-inner.omakase {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 100px 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-inner.bites-bar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 100px 2fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.gallery-inner.filosofia {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-inner.prenotazioni {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery-inner.team {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.gallery-img {
  height: 100%;
  padding: 14px;
}

.orari-div {
  width: 100%;
  max-width: 600px;
  margin-left: 8px;
  margin-right: 8px;
}

.condizioni-di-prenotazione-div {
  padding: 22px 32px;
}

.condizioni {
  text-align: left;
}

.arrow-sign {
  z-index: -1;
  border-left: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.arrow-sign.active {
  background-color: var(--teal);
}

.arrow-sign.hide {
  display: none;
}

.menu-voce-top-link {
  cursor: pointer;
  border-top: 2px solid #fff;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  height: 20vh;
  min-height: 100px;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.menu-voce-top-link.active {
  color: var(--medium-sea-green);
}

.arrow-container {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .menu-content {
    max-height: 100%;
  }

  .content-container-omakase {
    padding: 38px;
  }

  .menu-content-inner.filosofia {
    grid-template-columns: 3fr 1fr;
  }

  .menu-content-inner.team {
    position: relative;
  }

  .filosofia-txt1 {
    font-size: 3.5vw;
  }

  .paragraph2 {
    line-height: 30px;
  }

  .filosofia-clock-inner {
    padding: 10px;
  }

  .book-a-table-btn {
    width: 15vw;
    height: 15vw;
    padding: 18px;
    font-size: 12px;
  }

  .team-container {
    padding: 14px;
  }

  .bites-bar-text {
    font-size: 15px;
  }

  .read-more-div-team-vertical {
    display: none;
  }

  .read-more-vertical {
    padding: 20px 60px 20px 20px;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .bites-bar-txt {
    font-size: 4vw;
  }

  .gallery-inner.filosofia {
    grid-template-columns: 3fr 1fr;
  }

  .gallery-inner.team {
    position: relative;
  }

  .gallery-img {
    padding: 7px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    text-align: left;
    margin-bottom: 0;
  }

  .cerchio-container.azzurro {
    width: 658px;
    height: 658px;
  }

  .cerchio-container.rosa {
    width: 536px;
    height: 536px;
  }

  .cerchio-container.arancione {
    width: 400px;
    height: 400px;
  }

  .cerchio-container.giallo {
    width: 867px;
  }

  .cerchio-container.verde {
    width: 1043px;
    height: 1043px;
  }

  .cerchio-container.viola {
    width: 1226px;
    height: 1226px;
  }

  .cerchio-container.rosso {
    width: 1537px;
    height: 1537px;
  }

  .logo-container {
    width: 200px;
    height: 150px;
  }

  .plus-sign {
    display: none;
  }

  .omakase-img {
    max-width: 80%;
  }

  .content-container-omakase {
    padding: 15px;
  }

  .paragraph-container {
    margin-bottom: 55px;
  }

  .menu-content-inner.omakase {
    grid-template-columns: 2fr 1fr;
  }

  .menu-content-inner.bites-bar {
    grid-template-columns: 1fr 2fr;
  }

  .menu-content-inner.team {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }

  .filosofia-txt1 {
    font-size: 5vw;
  }

  .left-col {
    display: none;
  }

  .read-more-div-omakase {
    border-radius: 0;
  }

  .arrow-img.team {
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .mano-img {
    width: 80%;
  }

  .paragraph2 {
    font-size: 14px;
    line-height: 25px;
  }

  .braccio-topolino {
    width: 30%;
  }

  .tipa-img {
    max-height: 100%;
  }

  .filosofia-txt2 {
    font-size: 4vw;
  }

  .filosofia-txt3 {
    font-size: 3vw;
  }

  .neon-text {
    font-size: 15vw;
  }

  .book-a-table-btn {
    width: 20vw;
    height: 20vw;
    padding: 4px;
  }

  .filosofia-paragraph {
    font-size: 13px;
  }

  .team-container {
    border-bottom: 2px solid #fff;
    border-right-style: none;
  }

  .read-more-team {
    height: 100%;
    padding: 10px 80px 10px 10px;
    font-size: 12px;
    line-height: 17px;
  }

  .read-more-div-team {
    border-top: 2px solid #000;
    border-right-style: none;
    width: 60px;
    height: 100%;
    display: none;
    inset: 0% 0% 0% auto;
  }

  .team-text-container {
    flex-direction: row;
    top: 0%;
    left: -20%;
  }

  .read-more-txt {
    font-size: 12px;
  }

  .team-name-container {
    align-items: flex-start;
    margin-left: 10px;
  }

  .read-more-div-team-vertical {
    border-top: 2px solid #000;
    border-right-style: none;
    width: 60px;
    height: 100%;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .read-more-div-team-vertical.active {
    z-index: 5;
  }

  .read-more-vertical {
    z-index: 4;
    background-color: #000;
    flex-direction: column;
    padding-right: 80px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .read-more-vertical.hide {
    display: none;
  }

  .bites-bar-txt {
    font-size: 5vw;
  }

  .menu-btn {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px 29px;
  }

  .logo-container-copy, .logo-container-menu {
    width: 200px;
    height: 150px;
  }

  .gallery-inner {
    column-count: 2;
    flex-direction: column;
  }

  .gallery-inner.omakase {
    grid-template-columns: 2fr 1fr;
  }

  .gallery-inner.bites-bar {
    grid-template-columns: 1fr 2fr;
  }

  .gallery-inner.team {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    position: relative;
  }

  .gallery-img {
    width: 95%;
  }

  .arrow-sign {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-left: 20px;
    font-size: 6vw;
  }

  h2 {
    font-size: 5vw;
    line-height: 1.3;
  }

  p {
    font-size: 12px;
    line-height: 22px;
  }

  .omakase-container {
    display: none;
  }

  .menu-content-inner.omakase {
    grid-template-columns: 2fr;
  }

  .menu-content-inner.bites-bar {
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
  }

  .filosofia-txt1 {
    font-size: 6vw;
  }

  .faccina-img {
    width: 20vw;
  }

  .faccina-container {
    top: 20px;
    right: 20px;
  }

  .arrow-img.omakase {
    width: 30px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .mano-img {
    width: 80%;
  }

  .braccio-topolino {
    width: 30%;
  }

  .bites-bar-container-copy {
    border-bottom: 2px solid #fff;
    border-left-style: none;
    border-right-style: none;
  }

  .filosofia-block {
    padding: 10px;
  }

  .filosofia-block.divided {
    flex-direction: column;
  }

  .filosofia-txt2 {
    font-size: 5vw;
  }

  .bites-bar-neon-container {
    top: 20px;
    right: 20px;
  }

  .book-a-table-btn {
    width: 30vw;
    height: 30vw;
  }

  .circle-img.white, .circle-img.black {
    width: 400vw;
  }

  .filosofia-paragraph {
    font-size: 12px;
    line-height: 16px;
  }

  .team-text-container {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 29px;
  }

  .read-more-txt {
    text-align: center;
    font-size: 12px;
    line-height: 14px;
  }

  .bites-bar-text {
    font-size: 12px;
  }

  .useless-number-container {
    bottom: 10px;
    left: 20px;
  }

  .team-name-container {
    margin-left: auto;
  }

  .bites-bar-txt {
    font-size: 7vw;
  }

  .gallery-inner {
    column-count: 1;
  }

  .gallery-inner.omakase {
    grid-template-columns: 2fr;
  }

  .gallery-inner.bites-bar {
    grid-template-rows: 1fr 2fr;
    grid-template-columns: 1fr;
  }
}

#w-node-f68ca9e8-9887-bfa8-dede-7d25e112fc0d-b19896b5, #w-node-f68ca9e8-9887-bfa8-dede-7d25e112fc0e-b19896b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e1625393-4a58-2b6f-365e-317019aa679c-b19896b5 {
  place-self: center;
}

#w-node-_9d9af02e-2888-465a-8031-c98c78dad323-b19896b5, #w-node-_1b2a80e2-ccef-c690-0838-00ad02234039-b19896b5, #w-node-_796cd245-a3d7-c57f-b92e-9b5570a570f0-b19896b5, #w-node-_39979ac9-a6bd-ec7a-6062-3d29389147f4-b19896b5, #w-node-a70cf184-d1c0-923d-5429-253a9847aac7-b19896b5, #w-node-a70cf184-d1c0-923d-5429-253a9847aae2-b19896b5, #w-node-a70cf184-d1c0-923d-5429-253a9847aac8-b19896b5, #w-node-cc4658e3-0a8a-4658-5853-239a1ebe67c3-b19896b5, #w-node-a70cf184-d1c0-923d-5429-253a9847aacd-b19896b5, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec7e-b19896b5, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec84-b19896b5, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec99-b19896b5, #w-node-c0ca5457-d269-b42a-5207-6b77be8b212b-b19896b5, #w-node-d040968f-0023-2c50-f306-0d803dc4b2f7-b19896b5, #w-node-_91794cdb-3372-c213-e5e2-7793835e0a26-b19896b5, #w-node-_91794cdb-3372-c213-e5e2-7793835e0a27-b19896b5, #w-node-_6752234e-82c5-9524-6765-aba452b0d184-b19896b5, #w-node-_6752234e-82c5-9524-6765-aba452b0d185-b19896b5, #w-node-a0d9d655-a27c-8948-14b1-d01226743f10-b19896b5, #w-node-_8052d190-fb68-2ec1-79b5-16732a4f9ba4-b19896b5, #w-node-_401ab4da-2c69-e790-619f-ab617844952b-b19896b5, #w-node-acd0b24c-8b55-391d-95aa-5fbd93968d33-b19896b5, #w-node-d66902c0-497d-5a88-273d-ef54dd04c37b-b19896b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c6537158-9fdc-37a7-3fe5-bac6dde5a1e2-b19896b5 {
  place-self: center;
}

#w-node-c0ca5457-d269-b42a-5207-6b77be8b212b-18e0a7a9, #w-node-c0ca5457-d269-b42a-5207-6b77be8b212c-18e0a7a9, #w-node-_9d9af02e-2888-465a-8031-c98c78dad323-18e0a7a9, #w-node-_1b2a80e2-ccef-c690-0838-00ad02234039-18e0a7a9, #w-node-_796cd245-a3d7-c57f-b92e-9b5570a570f0-18e0a7a9, #w-node-_39979ac9-a6bd-ec7a-6062-3d29389147f4-18e0a7a9, #w-node-a70cf184-d1c0-923d-5429-253a9847aac7-18e0a7a9, #w-node-a70cf184-d1c0-923d-5429-253a9847aae2-18e0a7a9, #w-node-a70cf184-d1c0-923d-5429-253a9847aac8-18e0a7a9, #w-node-cc4658e3-0a8a-4658-5853-239a1ebe67c3-18e0a7a9, #w-node-a70cf184-d1c0-923d-5429-253a9847aacd-18e0a7a9, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec7e-18e0a7a9, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec84-18e0a7a9, #w-node-fdf2ccf2-cb1c-b262-fe4b-56a5b7d7ec99-18e0a7a9, #w-node-_508093b9-e5a2-ec83-dcad-59a7b386f1bf-18e0a7a9, #w-node-_7e4f7dcc-4b42-8b42-fe6f-c157a2f7bf90-18e0a7a9, #w-node-_4bb9d203-9662-4793-5d49-51d5af9feb96-18e0a7a9, #w-node-_4bb9d203-9662-4793-5d49-51d5af9feb97-18e0a7a9, #w-node-_550354f9-c18e-2145-b5e2-136b7e74f92e-18e0a7a9, #w-node-_550354f9-c18e-2145-b5e2-136b7e74f92f-18e0a7a9, #w-node-a0d9d655-a27c-8948-14b1-d01226743f10-18e0a7a9, #w-node-_8052d190-fb68-2ec1-79b5-16732a4f9ba4-18e0a7a9, #w-node-_401ab4da-2c69-e790-619f-ab617844952b-18e0a7a9, #w-node-acd0b24c-8b55-391d-95aa-5fbd93968d33-18e0a7a9, #w-node-d66902c0-497d-5a88-273d-ef54dd04c37b-18e0a7a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b860bb2b-43e9-c2f0-a29c-86719f496a63-18e0a7a9 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_1b29ee96-4978-fa9a-be6c-d6c873800308-b19896b5, #w-node-_1b29ee96-4978-fa9a-be6c-d6c873800308-18e0a7a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


