:root {
  --dark-slate-gray: #2c2f30;
  --black: #1d1f21;
  --gainsboro: #d7d9de;
  --dark-gray: #a5a7ad;
  --dim-gray: #5f6266;
  --spring-green: #0bd685;
  --dodger-blue: #0f8ad1;
}

body {
  color: #d7d9de;
  background-color: #000;
  padding-top: 59px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #f2f4f7;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}

h2 {
  color: #f2f4f7;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  text-transform: uppercase;
  margin: 0 0 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #a5a7ad;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 0 1px #0000001a;
  background-color: #7c0606;
  border-radius: 2px;
  padding: 13px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #00000029, inset 0 1px #ffffff4d;
}

.button:hover {
  box-shadow: 0 0 0 1px #0000001c, inset 0 -34px 50px -25px #0000, inset 0 1px #ffffff4d;
}

.button:active {
  background-color: #00c274;
  box-shadow: 0 0 0 1px #00000042, inset 0 2px 5px #0000, inset 0 2px 2px 1px #00000029;
}

.button.fixed-size {
  width: 100%;
  max-width: 360px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.navbar {
  background-color: #2c2f30;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  float: left;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-size: 11px;
  text-decoration: none;
  transition: background-color .2s;
}

.nav-link:hover {
  color: #fff;
  background-color: #000;
}

.nav-link.w--current {
  background-color: var(--dark-slate-gray);
  color: #fff;
}

.nav-link.w--current:hover {
  background-color: var(--dark-slate-gray);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.nav-link.w--current:focus-visible {
  background-color: var(--dark-slate-gray);
}

.nav-link.w--current[data-wf-focus-visible], .nav-link.w--current:visited {
  background-color: var(--dark-slate-gray);
}

.nav-menu {
  float: left;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 80%;
  display: flex;
}

.brand-wrapper {
  align-items: center;
  width: 20%;
  height: 100%;
}

.section {
  z-index: 10;
  background-color: var(--dark-slate-gray);
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.darkgrey {
  background-color: #2b2d30;
}

.section.darkestgrey {
  background-color: #1d1f21;
}

.section.footer {
  background-color: var(--black);
}

.section.hero-slider {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}

.section.background-image {
  background-image: url('../images/background_1.avif');
  background-position: 50%;
  background-size: cover;
  margin-top: 64px;
  padding-top: 128px;
  padding-bottom: 128px;
}

.huge-heading {
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 3px #0000001a;
  margin-top: 0;
  margin-bottom: 28px;
  padding-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 94px;
  font-weight: 800;
  line-height: 88px;
  display: block;
}

.footer-link {
  color: var(--gainsboro);
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.footer-link:hover {
  color: #d9d9d9;
}

.small-heading {
  margin-bottom: 6px;
  font-family: Roboto, sans-serif;
  font-weight: 600;
}

.image-column {
  text-align: center;
}

.image-crop {
  overflow: hidden;
}

.image-crop.border-none {
  max-height: 360px;
}

.feature-icon-wrapper {
  float: left;
  text-align: center;
  border: 2px solid #5f6266;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-top: 13px;
}

.feature-icon-wrapper.border-none {
  border-style: none;
  margin-right: 0;
}

.feature-list {
  margin-top: 24px;
}

.feature-item {
  margin-top: 12px;
  display: none;
}

.feature-icon {
  opacity: .81;
}

.feature-text {
  color: var(--dark-gray);
  margin-top: 6px;
  font-size: 12px;
  line-height: 15px;
}

.feature-text.title {
  color: #d7d9de;
  margin-top: 11px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-kenta {
  object-fit: cover;
  object-position: 50% 87%;
  width: 300px;
  height: 240px;
}

.container {
  align-items: center;
  display: flex;
}

.slider {
  width: 100%;
  height: 692px;
}

.container-2 {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 108px;
  left: 0%;
  right: 0%;
}

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

.slide-gradient {
  z-index: 2;
  background-color: #00000040;
  position: absolute;
  inset: 0%;
}

.hide {
  display: none;
}

.hero-div {
  color: #ffffffa6;
  text-transform: uppercase;
  background-color: #0003;
  border: 2px solid #ffffff8a;
  border-radius: 2px;
  margin-left: 15px;
  padding: 11px 24px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  transition: all .2s;
  display: inline-block;
}

.hero-div:hover {
  color: #fff;
  border-color: #fff;
}

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

.icon {
  opacity: .7;
  object-fit: contain;
  width: 25px;
  height: 25px;
  transition: all .2s;
}

.icon:hover {
  opacity: 1;
}

.icon.local {
  width: 40px;
}

.icon.sushi {
  width: 32px;
  height: 32px;
}

.flex-icon {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.link-icon {
  margin-left: 10px;
  margin-right: 10px;
}

.margin-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.social-link-hero {
  margin-right: 11px;
}

.social-link-hero:hover {
  opacity: 1;
}

.heading {
  text-transform: none;
  font-weight: 400;
}

.heading.black-font {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 900;
  line-height: 52px;
}

.heading.black-font._24--px {
  font-size: 24px;
  line-height: 28px;
}

.link-whatsapp {
  width: 100%;
  text-decoration: none;
}

.image {
  opacity: .8;
  margin-bottom: 10px;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.paragraph {
  font-size: 15px;
  font-weight: 500;
}

.paragraph.normal {
  color: var(--dark-gray);
  max-width: 536px;
  font-weight: 400;
}

.paragraph.white {
  color: var(--gainsboro);
  margin-bottom: 4px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.white._20--px {
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.white._15--px {
  min-width: 260px;
  max-width: 360px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-tables-event {
  object-fit: cover;
  width: 540px;
  height: 360px;
}

.link-block {
  position: fixed;
  bottom: 40px;
  right: 20px;
}

.heading-404 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-404 {
  color: #909499;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.link-404:hover {
  color: #d9d9d9;
}

.whatsapp {
  width: 50px;
  height: 50.1563px;
}

.event-image {
  object-fit: cover;
  width: 540px;
  height: 425px;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.hero-mobile {
  display: none;
}

.body-dark-grey {
  background-color: #2b2d30;
  padding-top: 0;
}

.container-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.margin-12 {
  margin-top: 12px;
}

.body {
  background-color: var(--dark-slate-gray);
}

.padding {
  padding-top: 0;
}

.padding._48--px {
  padding-top: 48px;
}

.padding._24--px {
  padding-top: 24px;
}

.padding._4--px {
  padding-top: 4px;
}

.padding._12--px {
  padding-top: 12px;
}

.icon-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.sushi-image {
  object-fit: cover;
  width: 540px;
  height: 425px;
}

.background-column {
  margin-top: 64px;
  margin-bottom: 64px;
}

.event-column {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    float: none;
    background-color: var(--dark-slate-gray);
    max-width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    box-shadow: inset 0 1px #fff3;
  }

  .nav-link:hover {
    background-color: #5f6266;
  }

  .nav-link.w--current {
    background-color: #820000;
  }

  .nav-menu {
    background-color: #000;
    width: 100%;
    box-shadow: 0 7px 12px #00000047;
  }

  .menu-button {
    color: #fff;
    margin-left: auto;
  }

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

  .huge-heading {
    margin-bottom: 12px;
    font-size: 71px;
    line-height: 66px;
  }

  .small-heading {
    font-size: 34px;
  }

  .heading.black-font {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.black-font._24--px {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph.white._15--px {
    font-size: 16px;
    line-height: 20px;
  }

  .image-tables-event {
    height: 275px;
  }

  .event-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: block;
  }

  .event-column.inverted {
    align-items: flex-start;
  }
}

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

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand-wrapper {
    width: 145px;
  }

  .section {
    padding: 40px 20px;
  }

  .section.darkgrey {
    display: flex;
  }

  .section.darkestgrey.inverted {
    flex-flow: wrap-reverse;
    display: flex;
  }

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

  .huge-heading {
    font-size: 50px;
    line-height: 48px;
  }

  .small-heading {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 32px;
    font-weight: 400;
    line-height: 34px;
  }

  .image-crop {
    text-align: center;
    border-bottom: 3px solid #5f6266;
    margin-bottom: 36px;
    padding-bottom: 30px;
  }

  .image-crop.border-none {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .feature-list {
    margin-bottom: 20px;
  }

  .image-kenta {
    width: 490px;
    height: 275px;
  }

  .center {
    text-align: center;
  }

  .title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-column {
    margin-bottom: 33px;
  }

  .slider {
    display: none;
  }

  .image-tables-event {
    height: 290px;
  }

  .hero-mobile {
    height: 400px;
    display: block;
    position: relative;
  }

  .image-2 {
    object-fit: cover;
    height: 100%;
  }

  .event-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    display: flex;
  }

  .event-column.inverted {
    flex-flow: wrap-reverse;
  }

  .columns {
    flex-flow: wrap-reverse;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 14px;
    margin-left: 0;
    font-weight: 400;
    display: block;
  }

  .navbar, .section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .small-heading {
    font-size: 21px;
    line-height: 26px;
  }

  .image-kenta {
    height: 215px;
  }

  .container-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-div {
    margin-left: 0;
  }

  .flex {
    flex-direction: column;
  }

  .margin-20 {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
  }

  .heading.black-font {
    font-size: 36px;
    line-height: 40px;
  }

  .heading.black-font._24--px {
    font-size: 20px;
    line-height: 24px;
  }

  .utility-page-content {
    margin: 10px;
  }

  .image-tables-event {
    height: 185px;
  }

  .hero-mobile {
    height: 440px;
  }

  .event-column.inverted {
    align-items: stretch;
  }
}


