:root {
  --body: #444;
  --title: black;
  --primary: #803820;
  --bg: #f7ebdf;
  --desktop-margin: 140px;
  --tablet-margin: 100px;
  --landscape-margin: 80px;
  --mobile-margin: 60px;
}

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

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

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

body {
  color: var(--body);
  background-color: #fcf5f0;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 48px;
  font-weight: 400;
  line-height: 130%;
}

h2 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

h3 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 400;
  line-height: 150%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

h5 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

h6 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

a {
  color: var(--body);
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

ul, ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 30px;
}

li {
  margin-bottom: 15px;
}

blockquote {
  border-top: 10px solid var(--primary);
  background-color: var(--bg);
  text-align: center;
  border-left: 0 solid #000;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 18px;
  line-height: 150%;
}

.container {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

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

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

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.navbar.home {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.navbar-info {
  grid-column-gap: 22px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.top-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.center-line {
  background-color: #000;
  width: 24px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.bottom-line {
  background-color: #000;
  width: 24px;
  height: 1px;
}

.nav-button {
  color: #000;
  border: 1px solid #000;
  border-radius: 30px;
  margin-left: 22px;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, color .3s, background-color .3s;
}

.nav-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.nav-button.home {
  color: #fff;
  border-color: #fff;
}

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

.nav-link {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 14px;
  line-height: 100%;
  text-decoration: none;
}

.nav-link.white {
  color: #fff;
}

.page-heading {
  padding-top: 50px;
  padding-bottom: 50px;
}

.page-title {
  margin-bottom: 0;
}

.page-wrapper {
  margin-bottom: var(--desktop-margin);
}

.footer {
  background-color: #000;
}

.footer-head {
  grid-row-gap: 40px;
  text-align: center;
  border-bottom: 1px solid #fff3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 0;
}

.footer-btn {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

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

.footer-wrap {
  grid-column-gap: 40px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.footer-left {
  grid-row-gap: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 26%;
  display: flex;
}

.footer-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.footer-right {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 52%;
  display: flex;
}

.footer-heading {
  color: #fff;
  margin-bottom: 12px;
  font-weight: 500;
}

.footer-menu {
  flex-flow: column;
  display: flex;
}

.footer-link {
  color: #b2b2b2;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: #fff;
}

.footer-bottom {
  grid-column-gap: 40px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.footer-links {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-line {
  background-color: #fff;
  width: 6px;
  height: 1px;
}

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

.ft-link:hover {
  text-decoration: underline;
}

.sg-section {
  margin-bottom: var(--desktop-margin);
}

.body-large-text {
  font-size: 18px;
  line-height: 150%;
}

.body-small-text {
  font-size: 14px;
  line-height: 150%;
}

.button-wrap {
  grid-column-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.primary-button {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.primary-button:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.link-button {
  padding-bottom: 2px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.link-button.white {
  color: #fff;
}

.btn-line {
  background-color: #000;
  width: auto;
  height: 1px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn-line.white {
  background-color: #fff;
}

.single-text {
  margin-bottom: 0;
}

.soon-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.soon-wrap {
  grid-row-gap: 40px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.soon-title {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 80px;
  font-weight: 500;
  line-height: 130%;
}

.plain-link {
  text-decoration: none;
}

.plain-link:hover {
  text-decoration: underline;
}

.contact {
  margin-bottom: var(--desktop-margin);
}

.contact-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.section-image {
  width: 100%;
}

.contact-data {
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.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;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  margin-bottom: 0;
  padding: 60px;
  display: flex;
}

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

.error-info {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.error-data {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.field-label {
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.input {
  color: var(--body);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #00000026;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-bottom-color: #00000080;
}

.pass-field {
  margin-top: 74px;
  margin-bottom: 20px;
}

.success-message {
  background-color: var(--bg);
  color: #000;
  text-align: center;
  border: 1px solid #0000001a;
}

.contact-form {
  margin-bottom: 0;
}

.error-message {
  color: #000;
  text-align: center;
  padding: 20px;
}

.form-field {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.textarea {
  color: var(--body);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #00000026;
  min-height: 130px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.textarea:focus {
  border-bottom-color: #00000080;
}

.facts {
  margin-bottom: var(--desktop-margin);
}

.facts-wrap {
  grid-column-gap: 38px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.facts-block {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.facts-info {
  color: #000;
  font-size: 42px;
  line-height: 120%;
}

.facts-line {
  background-color: #d9d9d9;
  width: 1px;
  height: auto;
}

.connect {
  margin-bottom: var(--desktop-margin);
  background-color: var(--bg);
  padding-top: 80px;
  padding-bottom: 80px;
}

.connect-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.connect-img {
  background-color: #fcf5f0;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.connect-data {
  width: 100%;
  max-width: 50%;
}

.connect-text {
  margin-bottom: 0;
}

.opening-wrap {
  margin-top: 40px;
  margin-bottom: 40px;
}

.opening-data {
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.connect-bottom {
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.connect-block {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.address {
  width: 100%;
  max-width: 230px;
  font-size: 14px;
  line-height: 150%;
}

.connect-link {
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.connect-link:hover {
  text-decoration: underline;
}

.faq {
  margin-bottom: var(--desktop-margin);
}

.answer {
  background-color: #0000;
  display: flex;
  position: relative;
  overflow: hidden;
}

.answer-text {
  margin-bottom: 0;
}

.verticle-line {
  background-color: #000;
  width: 1px;
  height: 20px;
}

.que {
  grid-column-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  display: flex;
}

.faq-icon {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 24px;
  max-height: 24px;
  display: flex;
}

.horizontal-line {
  background-color: #000;
  width: 20px;
  height: 1px;
  position: absolute;
}

.faq-que {
  white-space: normal;
  margin-bottom: 0;
  font-weight: 500;
}

.answer-block {
  padding-top: 10px;
}

.faq-info {
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-info.top {
  padding-top: 0;
}

.faq-data {
  width: 100%;
  max-width: 50%;
}

.faq-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.faq-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-heading {
  margin-bottom: 0;
}

.sub-title {
  grid-column-gap: 10px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
}

.title-line {
  background-color: #000;
  width: 30px;
  height: 1px;
}

.faq-bottom.mobile {
  display: none;
}

.reviews {
  margin-top: 100px;
  margin-bottom: var(--desktop-margin);
}

.empty-state {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.review-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.review-item {
  display: flex;
}

.pagination {
  grid-column-gap: 20px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 40px;
}

.review-block {
  grid-row-gap: 60px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  display: flex;
}

.review-quote {
  margin-bottom: 20px;
}

.review-text {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.review-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 56px;
  max-width: 56px;
  min-height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.review-image {
  object-fit: cover;
  width: 100%;
  min-height: 56px;
  max-height: 56px;
}

.review-bottom {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-data {
  font-size: 14px;
  line-height: 150%;
}

.review-name {
  color: var(--title);
  font-size: 16px;
  line-height: 170%;
}

.blogs {
  margin-bottom: var(--desktop-margin);
}

.blog-list {
  grid-column-gap: 32px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.blog-thumb {
  background-color: var(--bg);
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  min-height: 340px;
  max-height: 340px;
}

.blog-data {
  grid-row-gap: 30px;
  border: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.blog-info {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.dot {
  background-color: #0000001a;
  border-radius: 50%;
  min-width: 6px;
  max-width: 6px;
  min-height: 6px;
  max-height: 6px;
}

.blog-title {
  margin-top: 10px;
  margin-bottom: 0;
}

.blog-title-wrap {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-main-title {
  width: 100%;
  max-width: 70%;
  margin-bottom: 0;
}

.blog-detail {
  margin-bottom: var(--desktop-margin);
}

.blog-main-img {
  background-color: var(--bg);
}

.blog-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 620px;
  max-height: 620px;
}

.blog-rich-text {
  width: 100%;
  max-width: 850px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.reservation {
  margin-bottom: var(--desktop-margin);
}

.reservation-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reservation-left {
  background-color: #167ea3;
  width: 100%;
  max-width: 50%;
  padding: 50px;
}

.field-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.label-field {
  color: #000;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.input-v2 {
  color: var(--body);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #000;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 5px;
  font-size: 14px;
  line-height: 150%;
}

.input-v2:focus {
  border-bottom-color: #00000080;
}

.textarea-v2 {
  color: var(--body);
  background-color: #0000;
  border: 0 #000;
  border-bottom: 1px solid #000;
  min-height: 130px;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 150%;
}

.textarea-v2:focus {
  border-bottom-color: #00000080;
}

.reservation-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 50%;
  display: flex;
}

.reservation-form {
  margin-bottom: 0;
}

.features {
  margin-bottom: var(--desktop-margin);
}

.feature-wrap {
  grid-column-gap: 190px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-icon {
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
}

.feature-block {
  grid-row-gap: 18px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.feature-name {
  margin-bottom: 4px;
}

.menu-category {
  margin-bottom: var(--desktop-margin);
}

.menu-block {
  background-color: var(--bg);
  position: relative;
  overflow: hidden;
}

.menu-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-image {
  filter: grayscale();
  object-fit: cover;
  width: 100%;
  min-height: 600px;
  max-height: 600px;
}

.menu-overlay {
  color: #fff;
  background-color: #0000004d;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.our-menu {
  margin-bottom: var(--desktop-margin);
}

.menu-wrapper {
  grid-column-gap: 60px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.our-menu-image {
  width: 100%;
}

.menu-data {
  width: 100%;
  max-width: 50%;
}

.menu-name {
  margin-bottom: 20px;
}

.menu-list {
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.menu-item {
  border-bottom: 1px solid #0000001a;
  padding-bottom: 18px;
}

.menu-item.last {
  border-bottom-width: 0;
  padding-bottom: 0;
}

.menu-title {
  color: var(--title);
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  display: flex;
}

.menu-info {
  width: 100%;
  max-width: 85%;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 150%;
}

.book-table {
  margin-bottom: var(--desktop-margin);
  background-color: var(--bg);
  background-image: linear-gradient(#0006, #0006), url('../images/book-table.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.book-table-wrap {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.bt-data {
  width: 100%;
  max-width: 52%;
}

.book-table-title {
  color: #fff;
  margin-bottom: 15px;
  font-size: 38px;
}

.bt-info {
  color: #fff;
  margin-bottom: 0;
}

.bt-right {
  background-color: #fff;
  width: 100%;
  max-width: 48%;
  padding: 50px;
}

.form-btn {
  grid-column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.about {
  margin-bottom: var(--desktop-margin);
  padding-top: 60px;
}

.about-wrap {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-right {
  grid-column-gap: 30px;
  width: 100%;
  max-width: 70%;
  display: flex;
}

.about-left {
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.about-thumb {
  background-color: var(--bg);
  width: 100%;
  max-width: 34%;
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.about-data {
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 66%;
  display: flex;
}

.about-img {
  background-color: var(--bg);
  width: 100%;
  position: relative;
  overflow: hidden;
}

.about-image {
  object-fit: cover;
  width: 100%;
  min-height: 492px;
  max-height: 492px;
}

.about-text {
  margin-bottom: 0;
  display: block;
}

.about-main-img {
  object-fit: cover;
  width: 100%;
  min-height: 390px;
  max-height: 390px;
}

.innovation {
  margin-bottom: var(--desktop-margin);
}

.about-btn {
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 30px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.about-btn:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.about-btn.mobile {
  display: none;
}

.innov-wrap {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.innov-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.innov-data {
  width: 100%;
  max-width: 50%;
}

.innov-title {
  margin-bottom: 20px;
}

.innov-text {
  margin-bottom: 0;
}

.innov-list {
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.innov-item {
  background-image: url('../images/ic-tick.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 25px;
}

.banner {
  margin-bottom: var(--desktop-margin);
}

.banner-wrap {
  display: flex;
}

.banner-left {
  background-color: var(--bg);
  width: 100%;
  max-width: 40%;
  position: relative;
}

.banner-center {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 40%;
  display: grid;
}

.banner-right {
  background-color: var(--bg);
  width: 100%;
  max-width: 20%;
}

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

.banner-img {
  background-color: var(--bg);
  width: 100%;
  height: 100%;
}

.banner-box {
  text-align: center;
  background-color: #f7ebdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 45px;
  display: flex;
}

.banner-sub-title {
  text-transform: uppercase;
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.banner-title {
  color: var(--title);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.banner-info {
  grid-row-gap: 6px;
  flex-flow: column;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.linear {
  background-image: linear-gradient(#0000 10%, #000000b3);
  position: absolute;
  inset: 0%;
}

.banner-data {
  z-index: 1;
  color: #fff;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 40px 40px;
}

.banner-heading {
  color: #fff;
  margin-bottom: 20px;
}

.team {
  margin-bottom: var(--desktop-margin);
}

.section-title {
  margin-bottom: 30px;
}

.team-wrap {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-block {
  grid-row-gap: 10px;
  color: #000;
  flex-flow: column;
  display: flex;
}

.team-img {
  background-color: var(--bg);
}

.team-image {
  object-fit: cover;
  width: 100%;
  min-height: 374px;
  max-height: 374px;
}

.review-wrap {
  display: flex;
}

.testimonial-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

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

.testimonial-data {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 50%;
  height: auto;
  padding: 70px;
  display: flex;
}

.d-none {
  display: none;
}

.review-box {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial-quote {
  margin-bottom: 25px;
}

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

.testimonial-info {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.testimonial-name {
  color: #000;
  font-size: 16px;
  line-height: 170%;
}

.testimonial-line {
  background-color: #0003;
  width: 10px;
  height: 1px;
}

.customer-img {
  background-color: var(--bg);
  border-radius: 50%;
  min-width: 80px;
  max-width: 80px;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
}

.customer-image {
  object-fit: cover;
  width: 100%;
  min-height: 80px;
  max-height: 80px;
}

.left-arrow {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
  inset: 0% auto 0% 20px;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  min-width: 24px;
  max-width: 24px;
  min-height: 20px;
  max-height: 20px;
  display: flex;
  inset: 0% 20px 0% auto;
}

.instagram {
  overflow: hidden;
}

.insta-scroll {
  display: flex;
}

.insta-img {
  background-color: var(--bg);
  justify-content: center;
  align-items: center;
  min-width: 288px;
  max-width: 288px;
  display: flex;
}

.insta-image {
  object-fit: cover;
  width: 100%;
  min-height: 280px;
  max-height: 280px;
}

.menu-section {
  margin-bottom: var(--desktop-margin);
}

.taste-of-dinenest {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.td-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
}

.td-data {
  width: 100%;
  max-width: 50%;
}

.tabs-menu {
  grid-column-gap: 40px;
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.tab-link {
  color: #000;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  padding: 0 0 10px;
  line-height: 150%;
}

.tab-link.w--current {
  background-color: #0000;
  border-bottom: 1px solid #000;
}

.story {
  margin-bottom: var(--desktop-margin);
}

.story-wrap {
  grid-column-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.story-left {
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.story-bottom {
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.story-right {
  grid-column-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 68%;
  display: flex;
}

.story-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.story-image {
  object-fit: cover;
  width: 100%;
  min-height: 500px;
  max-height: 500px;
}

.story-left-img {
  object-fit: cover;
  width: 100%;
  min-height: 395px;
  max-height: 395px;
}

.hero {
  margin-bottom: var(--desktop-margin);
  background-color: #157ea3;
}

.hero-wrap {
  grid-row-gap: 60px;
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.hero-title {
  color: #fff;
  width: 100%;
  max-width: 80%;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 140%;
}

.hero-data {
  grid-column-gap: 50px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hero-img {
  background-color: var(--bg);
  width: 100%;
  max-width: 62%;
  position: relative;
  overflow: hidden;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  min-height: 450px;
  max-height: 450px;
}

.hero-left {
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  max-width: 38%;
  display: flex;
}

.hero-text {
  color: #fff;
  margin-bottom: 0;
}

.hero-button {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 22px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: border-color .3s, background-color .3s, color .3s;
  display: inline-block;
}

.hero-button:hover {
  color: #000;
  background-color: #fff;
}

.gallery {
  margin-bottom: var(--desktop-margin);
}

.gallery-wrap {
  grid-row-gap: 14px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.gallery-img {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery-main-img {
  background-color: var(--bg);
  width: 100%;
  overflow: hidden;
}

.gallery-main-image {
  object-fit: cover;
  width: 100%;
  min-height: 526px;
  max-height: 526px;
}

.gallery-thumb-img {
  background-color: var(--bg);
  width: 100%;
  overflow: hidden;
}

.gallery-thumb-image {
  object-fit: cover;
  width: 100%;
  min-height: 256px;
  max-height: 256px;
}

.ft-bottom-link {
  color: #fff;
  text-decoration: none;
}

.ft-bottom-link:hover {
  text-decoration: underline;
}

.insta-icon {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  max-width: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
  position: absolute;
}

.instagram-icon {
  min-width: 14px;
  max-width: 14px;
  min-height: 14px;
  max-height: 14px;
}

.on-scroll {
  background-color: var(--bg);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll.bg {
  background-color: #fcf5f0;
}

.title-style {
  grid-column-gap: 150px;
  display: flex;
}

.font-block {
  grid-column-gap: 46px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.main-text {
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 500;
  line-height: 120%;
}

.font-name {
  margin-bottom: 5px;
}

.body-small {
  font-size: 14px;
  line-height: 150%;
}

.body-font {
  margin-bottom: 0;
  font-size: 100px;
  font-weight: 300;
  line-height: 120%;
}

.title-head {
  grid-column-gap: 130px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 175px 90px 90px;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.title-font {
  text-align: right;
  margin-bottom: 0;
  font-size: 16px;
}

.font-table {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.table-block {
  grid-column-gap: 130px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 178px 90px 90px;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: grid;
}

.font-text {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 150%;
}

.body-large {
  font-size: 18px;
}

.color-wrap {
  grid-column-gap: 20px;
  margin-top: 40px;
  display: flex;
}

.color-block {
  text-align: center;
  border: 1px solid #0000001a;
  flex-flow: column;
  width: 160px;
  display: flex;
  overflow: hidden;
}

.color-main {
  background-color: var(--title);
  height: 100px;
}

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

.color-main.primary {
  background-color: var(--primary);
}

.color-main.white {
  background-color: var(--bg);
}

.color-name {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  line-height: 150%;
}

.rich-text {
  width: 100%;
  max-width: 900px;
  margin-top: 30px;
}

.license-data {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.license-block {
  grid-row-gap: 15px;
  flex-flow: column;
  margin-top: 20px;
  display: flex;
}

.lisense-info {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.license-title {
  margin-bottom: 0;
}

.changelog {
  grid-row-gap: 10px;
  border: 1px solid #0000001a;
  border-radius: 6px;
  flex-flow: column;
  margin-bottom: 150px;
  padding: 30px;
  display: flex;
}

.version-title {
  margin-bottom: 4px;
}

.policy-wrap {
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.policy-title {
  border-bottom: 1px solid #0000001a;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.policy-data {
  padding-top: 10px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 400;
}

.container-2 {
  width: 100%;
  max-width: 1336px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-right {
  grid-row-gap: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 18%;
  display: flex;
}

.hero-left-2 {
  width: 100%;
  max-width: 55%;
}

.secondary-button {
  grid-column-gap: 10px;
  color: #000;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.on-scroll-2 {
  background-color: #fff;
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-top {
  grid-column-gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-text-2 {
  margin-bottom: 0;
}

.hero-thumb-img {
  width: 100%;
}

.hero-thumb {
  background-color: #fff;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.hero-title-2 {
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 60px;
  font-weight: 300;
}

.hero-img-2 {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.hero-wrap-2 {
  grid-row-gap: 78px;
  flex-flow: column;
  display: flex;
}

.hero-image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.link-line {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-2 {
  margin-bottom: 150px;
}

.hero-left-3 {
  width: 100%;
  max-width: 55%;
}

.on-scroll-3 {
  background-color: #fff;
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text-3 {
  margin-bottom: 0;
}

.hero-img-3 {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.hero-wrap-3 {
  grid-row-gap: 78px;
  flex-flow: column;
  display: flex;
}

.hero-left-4 {
  width: 100%;
  max-width: 55%;
}

.on-scroll-4 {
  background-color: #fff;
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.hero-text-4 {
  margin-bottom: 0;
}

.hero-img-4 {
  background-color: #fff;
  width: 100%;
  position: relative;
}

.hero-wrap-4 {
  grid-row-gap: 78px;
  flex-flow: column;
  display: flex;
}

.visit-bottom {
  color: #e6dbd1;
  margin-top: 50px;
}

.single-text-2 {
  text-align: left;
  margin-bottom: 0;
}

.visit-left {
  width: 100%;
  max-width: 100%;
}

.visit-data {
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.on-scroll-5 {
  background-color: #fff;
  width: 102%;
  height: 102%;
  display: none;
  position: absolute;
  inset: 0%;
}

.on-scroll-5.bg {
  background-color: #f8f5f2;
}

.visit-sub-title {
  color: var(--bg);
  width: 100%;
  max-width: 130px;
  margin-bottom: 0;
}

.visit-title {
  color: var(--bg);
  margin-bottom: 40px;
}

.visit-block {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.visit-wrap {
  grid-column-gap: 60px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.visit-link {
  color: var(--bg);
  text-decoration: none;
  transition: color .3s;
}

.visit-link:hover {
  color: #e6dbd1;
}

.link-block {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.visit-img {
  background-color: #f8f5f2;
  width: 100%;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.visit-links {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.visit-heading {
  color: var(--bg);
}

.visit-time {
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  background-color: #167ea3;
  padding-top: 60px;
  padding-bottom: 60px;
}

.link {
  color: var(--bg);
}

.bold-text-4 {
  font-weight: 400;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 500;
}

.text-block {
  color: var(--bg);
}

.section-5 {
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
}

.link-block2 {
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 26px;
  }

  blockquote {
    padding: 30px;
  }

  .nav-menu {
    background-color: #fcf5f0;
    border-bottom: 1px solid #0000001a;
    padding: 20px;
  }

  .nav-menu.home {
    background-color: var(--primary);
    border-bottom-color: #ffffff1a;
  }

  .menu-button {
    padding: 0;
  }

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

  .top-line.white, .center-line.white, .bottom-line.white {
    background-color: #fff;
  }

  .nav-button {
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-left: 0;
    display: flex;
  }

  .nav-link {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 0;
    display: flex;
  }

  .page-wrapper {
    margin-bottom: var(--tablet-margin);
  }

  .footer-head {
    grid-row-gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-title {
    font-size: 26px;
  }

  .footer-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-left {
    max-width: 40%;
  }

  .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .sg-section, .contact {
    margin-bottom: var(--tablet-margin);
  }

  .contact-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    align-items: stretch;
  }

  .contact-img {
    max-width: 100%;
  }

  .contact-data {
    grid-row-gap: 40px;
    max-width: 100%;
  }

  .utility-page-content {
    padding: 50px;
  }

  .facts {
    margin-bottom: var(--tablet-margin);
  }

  .facts-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .facts-block {
    grid-column-gap: 0px;
    grid-row-gap: 6px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .facts-line {
    display: none;
  }

  .connect {
    margin-bottom: var(--tablet-margin);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .connect-wrap {
    grid-column-gap: 30px;
  }

  .connect-img {
    max-width: 58%;
  }

  .connect-data {
    max-width: 42%;
  }

  .connect-text {
    font-size: 14px;
    line-height: 150%;
  }

  .opening-wrap {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .connect-bottom {
    grid-row-gap: 14px;
  }

  .faq {
    margin-bottom: var(--tablet-margin);
  }

  .faq-data {
    max-width: 100%;
  }

  .faq-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .faq-bottom.mobile {
    margin-top: 40px;
    display: block;
  }

  .faq-bottom.desktop {
    display: none;
  }

  .reviews {
    margin-bottom: var(--tablet-margin);
  }

  .review-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .review-block {
    grid-row-gap: 40px;
    padding: 25px;
  }

  .review-quote, .review-text {
    font-size: 16px;
  }

  .blogs {
    margin-bottom: var(--tablet-margin);
  }

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

  .blog-image {
    min-height: 280px;
    max-height: 280px;
  }

  .blog-main-title {
    max-width: 70%;
    font-size: 34px;
  }

  .blog-detail {
    margin-bottom: var(--tablet-margin);
  }

  .blog-main-image {
    min-height: 400px;
    max-height: 400px;
  }

  .blog-rich-text {
    max-width: 100%;
    margin-top: 50px;
  }

  .reservation {
    margin-bottom: var(--tablet-margin);
  }

  .reservation-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .reservation-left, .reservation-right {
    max-width: 100%;
  }

  .features {
    margin-bottom: var(--tablet-margin);
  }

  .feature-wrap {
    grid-column-gap: 60px;
  }

  .menu-category {
    margin-bottom: var(--tablet-margin);
  }

  .menu-image {
    min-height: 320px;
    max-height: 320px;
  }

  .menu-overlay {
    font-size: 20px;
  }

  .our-menu {
    margin-bottom: var(--tablet-margin);
  }

  .menu-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-wrapper.reverse {
    flex-flow: column-reverse wrap;
  }

  .menu-img, .menu-data {
    max-width: 100%;
  }

  .book-table {
    margin-bottom: var(--tablet-margin);
  }

  .book-table-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bt-data {
    max-width: 100%;
  }

  .book-table-title {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .bt-right {
    max-width: 100%;
  }

  .about {
    margin-bottom: var(--tablet-margin);
  }

  .about-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-right {
    grid-column-gap: 20px;
    max-width: 100%;
  }

  .about-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .about-thumb {
    margin-top: 0;
  }

  .innovation {
    margin-bottom: var(--tablet-margin);
  }

  .about-btn.desktop {
    display: none;
  }

  .about-btn.mobile {
    display: flex;
  }

  .innov-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .innov-img, .innov-data {
    max-width: 100%;
  }

  .innov-title {
    margin-bottom: 10px;
  }

  .banner {
    margin-bottom: var(--tablet-margin);
  }

  .banner-wrap {
    flex-flow: column;
  }

  .banner-left, .banner-center {
    max-width: 100%;
  }

  .banner-right {
    max-width: 100%;
    display: none;
  }

  .team {
    margin-bottom: var(--tablet-margin);
  }

  .team-wrap {
    grid-column-gap: 10px;
  }

  .team-block {
    grid-row-gap: 6px;
  }

  .team-image {
    min-height: 210px;
    max-height: 210px;
  }

  .review-wrap {
    flex-flow: column;
  }

  .testimonial-img {
    max-width: 100%;
  }

  .testimonial-data {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonial-quote {
    margin-bottom: 20px;
  }

  .menu-section {
    margin-bottom: var(--tablet-margin);
  }

  .taste-of-dinenest {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .td-img, .td-data {
    max-width: 100%;
  }

  .tabs-menu {
    margin-bottom: 40px;
  }

  .story {
    margin-bottom: var(--tablet-margin);
  }

  .story-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .story-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .story-right {
    grid-column-gap: 20px;
    max-width: 100%;
  }

  .story-image {
    min-height: 430px;
    max-height: 430px;
  }

  .story-left-img {
    min-height: 330px;
    max-height: 330px;
  }

  .hero {
    margin-bottom: var(--tablet-margin);
  }

  .hero-wrap {
    grid-row-gap: 50px;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-title {
    max-width: 100%;
    font-size: 48px;
  }

  .hero-data {
    grid-column-gap: 30px;
  }

  .hero-image {
    min-height: 350px;
    max-height: 350px;
  }

  .gallery {
    margin-bottom: var(--tablet-margin);
  }

  .gallery-wrap {
    grid-row-gap: 10px;
  }

  .gallery-img {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .gallery-main-image, .gallery-thumb-image {
    height: 100%;
    min-height: auto;
    max-height: none;
  }

  .title-head {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 150px 80px 90px;
  }

  .title-font {
    font-size: 16px;
  }

  .table-block {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 150px 80px 90px;
  }

  .rich-text {
    max-width: 100%;
  }

  .license-data {
    grid-row-gap: 40px;
  }

  .license-block {
    grid-row-gap: 10px;
  }

  .policy-title {
    font-size: 26px;
  }

  .container-2 {
    max-width: 100%;
  }

  .hero-right {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .hero-left-2 {
    max-width: none;
  }

  .hero-top {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .hero-thumb {
    display: none;
  }

  .hero-title-2 {
    margin-bottom: 10px;
  }

  .hero-wrap-2 {
    grid-row-gap: 40px;
  }

  .hero-image-2 {
    height: auto;
    min-height: 450px;
    max-height: 450px;
  }

  .hero-2 {
    margin-bottom: 100px;
    padding-top: 40px;
  }

  .hero-left-3 {
    max-width: none;
  }

  .hero-wrap-3 {
    grid-row-gap: 40px;
  }

  .hero-left-4 {
    max-width: none;
  }

  .hero-wrap-4 {
    grid-row-gap: 40px;
  }

  .visit-bottom {
    margin-top: 30px;
  }

  .visit-left {
    max-width: 100%;
  }

  .visit-data {
    grid-row-gap: 30px;
  }

  .visit-title {
    margin-bottom: 30px;
  }

  .visit-image {
    height: auto;
    min-height: 500px;
    max-height: 500px;
  }

  .visit-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .visit-img {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  ul, ol {
    padding-left: 25px;
  }

  li {
    margin-bottom: 10px;
  }

  blockquote {
    padding: 20px;
    font-size: 16px;
  }

  .page-heading {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-wrapper {
    margin-bottom: var(--landscape-margin);
  }

  .footer-head {
    grid-row-gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-title {
    font-size: 18px;
  }

  .footer-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-left {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .footer-right {
    max-width: 100%;
  }

  .footer-bottom {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sg-section {
    margin-bottom: var(--landscape-margin);
  }

  .soon-title {
    margin-bottom: 10px;
    font-size: 60px;
  }

  .contact {
    margin-bottom: var(--landscape-margin);
  }

  .contact-wrap {
    grid-row-gap: 30px;
  }

  .utility-page-content {
    max-width: 90%;
    padding: 40px;
  }

  .error-data {
    max-width: 90%;
  }

  .pass-field {
    margin-top: 60px;
  }

  .form-field {
    grid-row-gap: 40px;
  }

  .facts {
    margin-bottom: var(--landscape-margin);
  }

  .facts-wrap {
    grid-column-gap: 70px;
    grid-row-gap: 40px;
  }

  .facts-block {
    text-align: center;
  }

  .facts-info {
    font-size: 36px;
  }

  .connect {
    margin-bottom: var(--landscape-margin);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .connect-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column-reverse;
    align-items: stretch;
  }

  .connect-img, .connect-data {
    max-width: 100%;
  }

  .faq {
    margin-bottom: var(--landscape-margin);
  }

  .answer-text {
    font-size: 14px;
    line-height: 150%;
  }

  .faq-que {
    font-size: 16px;
  }

  .faq-info {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .reviews {
    margin-bottom: var(--landscape-margin);
  }

  .review-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blogs {
    margin-bottom: var(--landscape-margin);
  }

  .blog-list {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
  }

  .blog-image {
    min-height: 200px;
    max-height: 200px;
  }

  .blog-data {
    padding: 18px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-title-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .blog-main-title {
    max-width: 100%;
  }

  .blog-detail {
    margin-bottom: var(--landscape-margin);
  }

  .blog-main-image {
    min-height: 330px;
    max-height: 330px;
  }

  .blog-rich-text {
    margin-top: 40px;
  }

  .reservation {
    margin-bottom: var(--landscape-margin);
  }

  .reservation-left {
    padding: 35px;
  }

  .features {
    margin-bottom: var(--landscape-margin);
  }

  .feature-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .feature-icon {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .feature-block {
    width: 100%;
    max-width: 46%;
  }

  .menu-category {
    margin-bottom: var(--landscape-margin);
  }

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

  .menu-image {
    min-height: 470px;
    max-height: 470px;
  }

  .our-menu {
    margin-bottom: var(--landscape-margin);
  }

  .menu-wrapper {
    grid-row-gap: 35px;
  }

  .menu-name {
    margin-bottom: 25px;
  }

  .menu-list {
    grid-row-gap: 15px;
  }

  .menu-item {
    padding-bottom: 15px;
  }

  .menu-title {
    padding-bottom: 6px;
  }

  .book-table {
    margin-bottom: var(--landscape-margin);
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .book-table-wrap {
    grid-row-gap: 30px;
  }

  .bt-right {
    padding: 35px;
  }

  .about {
    margin-bottom: var(--landscape-margin);
    padding-top: 50px;
  }

  .about-thumb {
    display: none;
  }

  .about-data {
    grid-row-gap: 12px;
    max-width: 100%;
  }

  .about-main-img {
    min-height: auto;
    max-height: none;
  }

  .innovation {
    margin-bottom: var(--landscape-margin);
  }

  .innov-wrap {
    grid-row-gap: 30px;
  }

  .banner {
    margin-bottom: var(--landscape-margin);
  }

  .banner-box {
    padding: 20px;
  }

  .banner-data {
    bottom: 25px;
    left: 25px;
  }

  .team {
    margin-bottom: var(--landscape-margin);
  }

  .team-wrap {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .testimonial-data {
    padding: 40px 50px;
  }

  .testimonial-quote {
    margin-bottom: 14px;
  }

  .customer-img {
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
  }

  .customer-image {
    min-height: 70px;
    max-height: 70px;
  }

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

  .insta-img {
    min-width: 180px;
    max-width: 180px;
  }

  .insta-image {
    min-height: 180px;
    max-height: 180px;
  }

  .menu-section {
    margin-bottom: var(--landscape-margin);
  }

  .taste-of-dinenest {
    grid-row-gap: 30px;
  }

  .story {
    margin-bottom: var(--landscape-margin);
  }

  .story-image {
    min-height: 360px;
    max-height: 360px;
  }

  .story-left-img {
    min-height: 260px;
    max-height: 260px;
  }

  .hero {
    margin-bottom: var(--landscape-margin);
  }

  .hero-wrap {
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-data {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .hero-img {
    max-width: 100%;
  }

  .hero-left {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .gallery {
    margin-bottom: var(--landscape-margin);
  }

  .gallery-wrap {
    grid-row-gap: 8px;
  }

  .gallery-img {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .title-style {
    grid-column-gap: 60px;
  }

  .font-block {
    grid-column-gap: 20px;
  }

  .main-text, .body-font {
    font-size: 80px;
  }

  .title-head {
    display: none;
  }

  .table-block {
    grid-column-gap: 100px;
    grid-template-columns: 150px 1fr 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .font-text {
    text-align: left;
  }

  .color-wrap {
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .license-block {
    grid-row-gap: 15px;
  }

  .lisense-info {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .policy-title {
    font-size: 26px;
  }

  .hero-title-2 {
    margin-bottom: 8px;
    font-size: 44px;
  }

  .hero-image-2 {
    min-height: 360px;
    max-height: 360px;
  }

  .hero-2 {
    margin-bottom: 80px;
  }

  .visit-image {
    min-height: 400px;
    max-height: 400px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  blockquote {
    padding: 20px;
  }

  .navbar-info {
    grid-column-gap: 16px;
  }

  .page-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .page-wrapper {
    margin-bottom: var(--mobile-margin);
  }

  .footer-head, .footer-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-left {
    grid-row-gap: 16px;
  }

  .footer-right {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-heading {
    margin-bottom: 6px;
  }

  .footer-bottom {
    grid-row-gap: 8px;
    font-size: 12px;
  }

  .sg-section {
    margin-bottom: var(--mobile-margin);
  }

  .button-wrap {
    margin-top: 30px;
  }

  .soon-wrap {
    grid-row-gap: 30px;
  }

  .soon-title {
    font-size: 42px;
  }

  .contact {
    margin-bottom: var(--mobile-margin);
  }

  .contact-wrap {
    grid-row-gap: 20px;
  }

  .contact-data {
    grid-row-gap: 30px;
  }

  .utility-page-content {
    padding: 25px 20px;
  }

  .error-info {
    margin-top: 25px;
  }

  .pass-field {
    margin-top: 40px;
  }

  .form-field {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .facts {
    margin-bottom: var(--mobile-margin);
  }

  .facts-wrap {
    grid-column-gap: 40px;
  }

  .facts-block {
    font-size: 14px;
    line-height: 150%;
  }

  .facts-info {
    font-size: 30px;
  }

  .connect, .faq {
    margin-bottom: var(--mobile-margin);
  }

  .answer-block {
    padding-top: 8px;
  }

  .reviews, .blogs {
    margin-bottom: var(--mobile-margin);
  }

  .blog-list {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .blog-image {
    min-height: 260px;
    max-height: 260px;
  }

  .blog-title-wrap {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .blog-main-title {
    font-size: 26px;
  }

  .blog-detail {
    margin-bottom: var(--mobile-margin);
  }

  .blog-main-image {
    min-height: 210px;
    max-height: 210px;
  }

  .blog-rich-text {
    margin-top: 30px;
  }

  .reservation {
    margin-bottom: var(--mobile-margin);
  }

  .reservation-left {
    padding: 25px;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .features {
    margin-bottom: var(--mobile-margin);
  }

  .feature-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
  }

  .feature-block {
    max-width: 100%;
  }

  .menu-category {
    margin-bottom: var(--mobile-margin);
  }

  .menu-image {
    min-height: 266px;
    max-height: 266px;
  }

  .menu-overlay {
    font-size: 18px;
  }

  .our-menu {
    margin-bottom: var(--mobile-margin);
  }

  .menu-wrapper {
    grid-row-gap: 25px;
  }

  .menu-info {
    font-size: 12px;
  }

  .book-table {
    margin-bottom: var(--mobile-margin);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .book-table-title {
    font-size: 24px;
  }

  .bt-right {
    padding: 25px;
  }

  .form-btn {
    margin-top: 30px;
  }

  .about {
    margin-bottom: var(--mobile-margin);
    padding-top: 40px;
  }

  .innovation {
    margin-bottom: var(--mobile-margin);
  }

  .innov-wrap {
    grid-row-gap: 20px;
  }

  .innov-list {
    margin-top: 25px;
  }

  .banner {
    margin-bottom: var(--mobile-margin);
  }

  .banner-wrap {
    grid-row-gap: 20px;
  }

  .banner-center {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .banner-img.mobile {
    display: none;
  }

  .banner-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .banner-data {
    bottom: 20px;
    left: 20px;
    right: 20px;
  }

  .team {
    margin-bottom: var(--mobile-margin);
  }

  .section-title {
    margin-bottom: 20px;
  }

  .team-wrap {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .team-image {
    min-height: 190px;
    max-height: 220px;
  }

  .testimonial-data {
    padding: 25px 14px;
  }

  .testimonial-quote {
    font-size: 20px;
  }

  .testimonial-text {
    font-size: 14px;
    line-height: 150%;
  }

  .testimonial-info {
    grid-column-gap: 6px;
  }

  .testimonial-name {
    font-size: 14px;
    line-height: 150%;
  }

  .customer-img {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
  }

  .customer-image {
    min-height: 60px;
    max-height: 60px;
  }

  .right-arrow {
    right: 4px;
  }

  .menu-section {
    margin-bottom: var(--mobile-margin);
  }

  .taste-of-dinenest {
    grid-row-gap: 25px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
  }

  .tab-link {
    padding-bottom: 6px;
    font-size: 14px;
  }

  .story {
    margin-bottom: var(--mobile-margin);
  }

  .story-wrap {
    grid-row-gap: 20px;
  }

  .story-left {
    grid-row-gap: 16px;
  }

  .story-bottom {
    grid-row-gap: 25px;
  }

  .story-right {
    grid-column-gap: 10px;
  }

  .story-image {
    min-height: 260px;
    max-height: 260px;
  }

  .story-left-img {
    min-height: 200px;
    max-height: 200px;
  }

  .hero {
    margin-bottom: var(--mobile-margin);
  }

  .hero-wrap {
    grid-row-gap: 10px;
  }

  .hero-title {
    text-align: center;
    font-size: 28px;
  }

  .hero-image {
    min-height: 300px;
    max-height: 300px;
  }

  .hero-left {
    justify-content: flex-end;
    align-items: center;
  }

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

  .gallery {
    margin-bottom: var(--mobile-margin);
  }

  .gallery-wrap {
    grid-row-gap: 10px;
  }

  .gallery-img {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .gallery-main-image, .gallery-thumb-image {
    height: auto;
    min-height: 250px;
    max-height: 250px;
  }

  .title-style {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .font-block {
    margin-bottom: 5px;
  }

  .main-text, .body-font {
    font-size: 70px;
  }

  .table-block {
    grid-column-gap: 30px;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .color-block {
    width: auto;
  }

  .rich-text {
    margin-top: 20px;
  }

  .changelog {
    padding: 20px;
  }

  .policy-wrap {
    grid-row-gap: 40px;
  }

  .policy-title {
    font-size: 24px;
  }

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

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

  .hero-left-2 {
    text-align: center;
  }

  .hero-text-2 {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-title-2 {
    font-size: 28px;
  }

  .hero-image-2 {
    min-height: 230px;
  }

  .hero-2 {
    margin-bottom: 60px;
  }

  .hero-left-3 {
    text-align: center;
  }

  .hero-text-3 {
    font-size: 14px;
    line-height: 150%;
  }

  .hero-left-4 {
    text-align: center;
  }

  .hero-text-4, .visit-bottom {
    font-size: 14px;
    line-height: 150%;
  }

  .image-6 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .visit-title {
    margin-bottom: 20px;
    font-size: 22px;
  }

  .visit-block {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .visit-address {
    font-size: 14px;
    line-height: 150%;
  }

  .visit-image {
    min-height: auto;
    max-height: none;
  }

  .visit-link, .visit-time {
    font-size: 14px;
    line-height: 150%;
  }
}

#w-node-_8d34d3d0-260e-bb3e-9f90-e2e413beda12-5602745e, #w-node-f6954568-757c-ebee-b065-9f2fd8a5c704-5602745e, #w-node-deae8068-972a-0af7-0c62-530c308e15d6-5602745e {
  grid-area: span 2 / span 2 / span 2 / span 2;
}


