:root {
  --gold: #dec991;
  --dark-khaki: #af9c64;
  --black: #202020;
  --gray: #a0a0a0;
  --dark: #161616;
  --beige: #fcf4ea;
}

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--gold);
  font-weight: 500;
  text-decoration: none;
}

strong {
  color: var(--gold);
  font-family: Manrope, sans-serif;
  font-weight: 600;
}

.skill-slider-progress {
  background-color: #f83f5a;
  width: 50%;
  height: 100%;
}

.social-icon-box {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: -1px;
  margin-right: -1px;
  transition: border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.more-link {
  color: var(--dark-khaki);
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 8px;
  padding-right: 12px;
  font-family: poppin;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.d-75-card-wrapper {
  background-color: var(--black);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 340px;
  height: 380px;
  margin: 5px;
  display: flex;
  position: relative;
}

.utility-page-wrap {
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.menu-nts {
  z-index: 1;
  border: 1px solid var(--gray);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 17px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: filter .775s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-nts:hover {
  filter: invert();
}

.heading-7 {
  text-align: center;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: trajan-pro-3;
  font-size: 25px;
  font-weight: 400;
}

.small-tile {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 9px;
  font-family: vivaldi-mn, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.grid-wrapper {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1000px) minmax(5vw, 1fr);
  grid-auto-rows: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: static;
}

.grid-wrapper.about-2 {
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr);
  display: block;
}

.hero-slider {
  width: 100%;
  height: 100%;
  margin-top: 0;
  position: absolute;
  inset: 0;
}

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

.reservation-form {
  z-index: 10;
  color: #302627;
  width: 100%;
  max-width: 33em;
  position: relative;
}

.error-message {
  background-color: #ecbdc5;
  border: 1px solid #bd7d88;
  border-radius: .2em;
  margin-top: 1em;
  padding: 1.7em;
  font-weight: 500;
}

.icon-2 {
  opacity: .76;
  font-size: 30px;
}

.booking-column-1 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 80px 5.9em;
  display: flex;
  position: sticky;
  top: 0;
}

.booking {
  z-index: 10;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.about-2.section-spacing {
  background-color: #000;
  background-image: linear-gradient(#000000d6, #000000d6), url('../images/Asset-1-12.10.56-PM.svg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 80px 50px;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.form-icon-background {
  z-index: 5;
  background-color: #fcf4ea;
  border-radius: .2em;
  position: absolute;
  inset: 0%;
}

.list-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  border-bottom: 1px solid #889ea833;
  grid-template-rows: auto;
  grid-template-columns: .5fr 2.5fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  min-height: 160px;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: grid;
  position: relative;
}

.gallery-thumbnail {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery-thumbnail.down {
  object-position: 50% 100%;
}

.form {
  width: 100%;
}

.pp2 {
  z-index: 20;
  opacity: .8;
  color: #000;
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  position: relative;
}

.gradient-bottom-absolute-bg {
  z-index: 2;
  background-image: linear-gradient(#f3eeef00, #f9f7f787 53%, #fff);
  height: 40em;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav-2 {
  display: none;
}

.sticky-gradients {
  z-index: 1;
  background-color: #e2d6d8;
  background-image: radial-gradient(circle, #ffffff80, #ffffff03), radial-gradient(circle at 50% 0, #ffffff5c, #ffffff03), linear-gradient(124deg, #ffffff03 22%, #ffffff80 50%, #ffffff03 78%), radial-gradient(circle farthest-side at 100% 100%, #85696c, #ffffff03 58%), radial-gradient(circle at 0 0, #ccb1b4 46%, #ffffff03);
  width: 100%;
  min-height: 100vh;
  position: sticky;
  top: 0;
}

.sticky-gradients.dark33 {
  background-color: #000;
  background-image: radial-gradient(circle, #00000080, #ffffff03), linear-gradient(124deg, #ffffff03 20%, #5c5c5c80 37%, #ffffff03 83%), radial-gradient(circle at 0 0, #000 46%, #000);
  margin-top: 0;
}

.form-title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Manrope, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
}

._3d-block {
  z-index: 8;
  perspective: 1000px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.form-icon-size {
  z-index: 20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.6em;
  height: 1.6em;
  display: flex;
  position: absolute;
  right: 1.2em;
}

.booking-image-size {
  z-index: 10;
  width: 100%;
  height: 45em;
  margin-top: 30px;
  position: relative;
}

.parallax {
  background-image: url('../images/dining-room-jaz-indian-cuisine-nyc-11-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.form-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1em;
  position: absolute;
}

.icon-3 {
  opacity: .76;
  font-size: 30px;
  font-weight: 200;
}

.field-label {
  z-index: 10;
  color: #302627;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: .8em;
  font-weight: 500;
  line-height: 1.2em;
  position: absolute;
  left: 2em;
}

.field-label.in-area {
  top: 1.8em;
}

.text-field {
  color: #161616;
  text-align: left;
  background-color: #fff;
  border: 1px solid #54545429;
  border-radius: 4px;
  width: 100%;
  height: 3.5em;
  margin-bottom: 0;
  padding: 1em 4.5em 1em 7em;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border-color .2s, background-color .2s;
}

.text-field:hover {
  border-color: #85696c;
}

.text-field:focus {
  background-color: #f5f0f1;
  border-color: #85696c;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  background-color: #f5f0f1;
}

.text-field.is-area {
  height: 150px;
}

.body-display {
  color: #b8b5b0;
  font-size: 17px;
  line-height: 1.6em;
}

.body-display.body-spacing {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.center-body {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin-top: 27px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.body-display.max-res {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  max-width: 600px;
  margin-top: 26px;
  padding-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.left-arrow-2 {
  z-index: 99;
}

.success-message {
  color: #fff;
  background-color: #1d6161;
  border-radius: .4em;
  padding: 5.5em 2.8em;
}

.hero-1 {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 30.1em;
  padding-bottom: 3.6em;
  display: flex;
  position: relative;
}

.text-block {
  font-size: 1.2em;
  font-weight: 200;
  line-height: 1.4em;
}

.absolute-block {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.submit-form-button {
  border: 1px solid var(--dark-khaki);
  background-color: var(--dark);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-image: url('../images/table_restaurant_white_24dp.svg');
  background-position: 13%;
  background-repeat: no-repeat;
  background-size: 1.3em;
  border-radius: 4px;
  margin-top: 0;
  padding: 1.3em 2em 1.3em 4.1em;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1em;
  transition: background-color .2s;
}

.submit-form-button:hover {
  background-color: #727272;
}

.submit-form-button:focus, .submit-form-button:focus-visible, .submit-form-button[data-wf-focus-visible] {
  background-color: #5a8626;
}

.sticky-intro {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
  top: 118px;
}

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

.slide-img.new03 {
  background-image: linear-gradient(#0000002e 33%, #000), url('../images/dining-room-jaz-indian-cuisine-nyc-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.jaz1 {
  background-image: linear-gradient(#0000002e 33%, #000), url('../images/bar-wine-bottles-jaz-indian-cuisine-nyc-11-4.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.jaz2 {
  background-image: linear-gradient(#0000002e 33%, #000), url('../images/dining-room-jaz-indian-cuisine-nyc-12.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-img.jaz3 {
  background-image: linear-gradient(#0000002e 33%, #000), url('../images/assorted-dishes-jaz-indian-cuisine-nyc-2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.right-arrow-2 {
  z-index: 99;
}

.absolute-block-for-bg {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.stacked-heading {
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.half-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1px 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.booking-column-2 {
  z-index: 5;
  background-image: linear-gradient(#0000, #000);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding: 80px 6.8em;
  display: flex;
  position: relative;
}

.span-bold {
  font-weight: 700;
}

.gallery-icon {
  z-index: 10;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.5em;
  display: none;
  position: absolute;
}

.gallery-lightbox {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 20em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-animation-trigger._3d-for-image {
  width: 115%;
  height: 115%;
  position: absolute;
}

.form-item {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 1em;
  font-family: Manrope, sans-serif;
  display: flex;
  position: relative;
}

.form-item.is-area {
  align-items: flex-start;
}

.section-4 {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.section-4.pp3 {
  margin-top: 0;
  overflow: visible;
}

.section-4.is-home-hero-2 {
  z-index: 20;
  background-color: #302627;
  overflow: visible;
}

.animation-color-bg {
  z-index: 15;
  background-color: #f3eeef;
  height: 150%;
  display: none;
  position: absolute;
  left: 0%;
  right: 0%;
}

.style-h1 {
  color: #fff;
  letter-spacing: -1px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 8px;
  font-family: vivaldi-mn, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 50px;
}

.sticky-100vh-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-bottom: 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.footer-social-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 125px;
  border: 1px solid #415d6b;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  transition: background-color .2s;
}

.footer-social-link:hover {
  background-color: #415d6b;
}

.footer-social-link.whatsapp {
  background-image: none;
  background-size: 16px;
}

.footer-social-link.whatsapp:hover {
  background-image: none;
}

.footer-social-link.whatsapp.last {
  background-image: url('../images/instagram.png');
  background-size: 18px;
  border-style: none;
  border-color: #fff;
  border-radius: 0%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 0;
  transition-property: opacity;
}

.footer-social-link.whatsapp.last:hover {
  opacity: .48;
  background-color: #0000;
}

.nav-flex-2 {
  z-index: 1000;
  background-color: #00000063;
  justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding: 10px 4em;
  display: flex;
  position: static;
  top: 0;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 2em;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
  position: static;
}

.nav-link-3:hover {
  opacity: 1;
}

.nav-link-3.w--current {
  opacity: 1;
  border-bottom-color: #fff;
}

.nav-flex-3 {
  justify-content: space-between;
  width: 100%;
  min-height: 5em;
  padding-left: 4em;
  padding-right: 4em;
  display: flex;
}

.nav-contact-link {
  color: #fff;
  letter-spacing: .5px;
  border-bottom: 1px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.6em;
  padding-top: .6em;
  padding-bottom: .6em;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-contact-link:hover {
  opacity: .7;
}

.nav-menu-3 {
  flex: 1;
  justify-content: space-between;
  display: flex;
  position: static;
}

.main-nav {
  align-items: stretch;
  display: flex;
}

.brand-3 {
  opacity: 1;
  color: #fff;
  align-items: center;
  padding: .5em 0;
  transition: opacity .2s;
  display: flex;
}

.brand-3:hover {
  opacity: .8;
}

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

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #0000005e;
  position: fixed;
  inset: 0% 0% auto;
}

.seo {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  width: 800px;
  margin: 14px auto;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.section-5 {
  background-color: #000;
  padding: 45px 50px 15px;
}

.footer-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 25px;
}

.image-33 {
  opacity: .7;
}

.parallax3 {
  background-image: url('../images/dining-room-jaz-indian-cuisine-nyc-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 600px;
}

.cover-image {
  z-index: 5;
  object-fit: cover;
  object-position: 50% 65%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.p_m {
  color: #e8dbc8;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.p_m.review {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-align: center;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.none.type-color {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.c-testimonials-text-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
  inset: 0%;
}

.c-star {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: .5em;
  display: flex;
}

.c-testimonials-stars {
  margin-bottom: 1em;
  display: flex;
}

.icon-star-filled {
  filter: saturate(196%) brightness(200%);
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.pat6 {
  z-index: 10;
  background-image: linear-gradient(#000000ab, #000000ab), url('../images/dining-room-jaz-indian-cuisine-nyc-18.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 134px 50px 123px;
  display: flex;
  position: relative;
}

.c-testimonials-gird {
  grid-column-gap: 4em;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: center;
  justify-items: center;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.revi {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.c-testimonials-paragraph-wrapper {
  margin-top: .5em;
  margin-bottom: 10px;
}

.grid-hero {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  flex: 1;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: center;
  width: 100%;
  padding-bottom: 80px;
  padding-left: 50px;
  padding-right: 50px;
}

.block-hero {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-hero.roof {
  background-color: #000;
  padding-top: 80px;
}

.paragraph-hero {
  color: #ffffffd6;
  max-width: 850px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  display: none;
}

.shape {
  background-color: #000;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  width: 50%;
  height: 180vh;
  position: relative;
}

.image-shape {
  background-image: url('../images/bar-wine-bottles-jaz-indian-cuisine-nyc-11-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
  position: absolute;
  inset: 0%;
}

.sub-header-2 {
  color: #0389db;
  margin-bottom: -13px;
  font-family: Great Vibes, cursive;
  font-size: 40px;
  line-height: 40px;
}

.sub-header-2.as-seen {
  color: #000;
  text-align: center;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: vivaldi-mn, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 32px;
}

.kel-wrap-3 {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center start;
  width: 100%;
  max-width: 1000px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kel-wrap-4 {
  opacity: .8;
  margin-left: 0;
  margin-right: 0;
  transition: opacity .45s;
}

.kel-wrap-4:hover {
  opacity: 1;
}

.kel-wrap-4._1st {
  text-align: center;
  margin-left: 0;
}

.kel-pic-1 {
  transition: filter .325s;
}

.kel-pic-1.invert {
  filter: invert();
}

.section-6 {
  background-color: #fcf4ea;
  padding: 50px;
}

.features-image {
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-width: 100%;
  box-shadow: 0 8px 10px -5px #0003, 0 5px 15px -8px #0000003d;
}

.dark {
  color: #000;
  letter-spacing: .05em;
  border-bottom: 1px solid #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.dark:hover {
  opacity: .7;
}

.dark.light {
  color: #fff;
  border-bottom-color: #fff;
  margin-top: 22px;
  font-size: 14px;
}

.m3 {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/bar-jaz-indian-cuisine-nyc.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.intro-container {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.tabs-nav-item-underline {
  grid-column-gap: .5em;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 999em;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  padding: .9em 2em;
  font-size: 11px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.tabs-nav-item-underline:hover {
  color: #fff;
  background-color: #0000;
}

.tabs-nav-item-underline.w--current {
  color: #fff;
  background-color: #0000;
  font-weight: 500;
}

.tabs-nav-item-underline._01 {
  border: 1px solid var(--dark-khaki);
  opacity: .8;
  color: #000;
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: .3em;
  max-width: 150px;
  padding-left: 1.6em;
  padding-right: 1.6em;
  font-family: Manrope, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.tabs-nav-item-underline._01.w--current {
  opacity: 1;
  color: #fff;
  background-color: #000;
}

.tabs-content-wrapper {
  margin-top: 2em;
  overflow: visible;
}

.tabs-menu-underline-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  border-radius: 1.4em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 0 0 1.2em;
  display: flex;
}

.gallery-background-2 {
  z-index: 3;
  background-color: #ebe5b880;
  border-radius: 50%;
  width: 40em;
  height: 40em;
  display: none;
  position: absolute;
}

.gallery-wrap-2 {
  z-index: 1;
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.tabs {
  max-width: 1000px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.tabs-nav-text {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  letter-spacing: .15em;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-lightbox-2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 18em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.gallery-lightbox-2.is-1st {
  border-radius: .3em;
}

.events {
  background-color: #000;
  background-image: linear-gradient(#000000de, #000000de), url('../images/Asset-1-12.10.56-PM.svg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 800px;
  padding: 80px 50px;
}

.thanks {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/dining-room-jaz-indian-cuisine-nyc-7.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-left: 41px;
  padding-right: 41px;
  display: flex;
  position: relative;
}

.modal {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.div-block-60 {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-image: linear-gradient(#0000006b, #0000006b);
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.modal__body {
  z-index: 2;
  text-align: center;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.link-block-6 {
  margin: 12px;
  text-decoration: none;
}

.image-29 {
  object-fit: cover;
  margin-bottom: 0;
}

.modal__close {
  opacity: .8;
  filter: contrast(200%) invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: 18px;
  left: auto;
  right: 20px;
}

.modal__close:hover {
  opacity: 1;
}

.text-white {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 200;
}

.close-element {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.close-contact-form {
  z-index: 1;
  background-color: #000;
  border-bottom-left-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.newsletter-column {
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.newsletter-column.top {
  background-image: url('../images/DSC03110.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.newsletter {
  z-index: 2147483647;
  background-image: linear-gradient(#000000b3, #000000b3);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: fixed;
  inset: 0;
}

.center-content {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.close-x {
  z-index: 0;
  position: relative;
}

.newsletter-box {
  z-index: 10;
  background-color: #fff;
  flex-flow: column wrap;
  align-items: stretch;
  width: 60%;
  min-width: auto;
  max-width: 450px;
  display: flex;
  position: relative;
}

.newsletter-container {
  background-image: linear-gradient(#000000d1, #000000d1);
  height: 100vh;
  display: flex;
}

.overlay-2 {
  background-color: #0d13165c;
  position: absolute;
  inset: 0%;
}

.overlay-2.darker {
  background-color: #000000a1;
}

.logo-text {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 11px;
  margin-bottom: 14px;
  font-family: trajan-pro-3;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
}

.text-span {
  letter-spacing: 5px;
  -webkit-text-stroke-width: 1px;
  font-size: 30px;
}

.c1 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-36 {
  margin-top: 3px;
  margin-bottom: 17px;
}

.r1 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-62 {
  padding-top: 30px;
}

.arrow {
  color: #beae79;
  font-size: 25px;
  line-height: 30px;
}

.arrow-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.welcome-head-2 {
  color: #fff;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Manrope, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 35px;
}

.link-5 {
  color: #beae79;
  text-decoration: none;
}

.div-block-64 {
  text-align: center;
}

.wine-features-section-white {
  z-index: 6;
  background-color: var(--beige);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 80px 50px;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 1000px;
}

.features-card-white {
  border-left: 1px #d7b56e;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
}

.features-icon-white {
  opacity: 1;
  filter: sepia(47%);
}

.features-heading-white {
  color: #fff;
  text-transform: capitalize;
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.features-paragraph-white {
  color: #fff;
  letter-spacing: .5px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.image-39 {
  margin: 26px auto 15px;
}

.div-block-65 {
  text-align: center;
}

.hover-border-div {
  border: 1px solid #d7b56e;
  border-radius: 4px;
  width: 95%;
  height: 95%;
  margin: auto;
  position: absolute;
  inset: 0%;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
}

.card-image:hover {
  object-position: 50% 0%;
  flex: none;
}

.cards-section {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.card-content-wrapper {
  z-index: 2;
  background-image: linear-gradient(#0000, #000000db);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 1rem 1rem 2.1rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-text {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: capitalize;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.card {
  border: 1px #000;
  border-radius: 4px;
  flex-direction: row;
  width: 14rem;
  height: 22rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px -10px #000;
}

.menus {
  z-index: 10;
  background-image: linear-gradient(#00000061, #00000061), url('../images/Paper-Texture_DarkBlue-2_1Paper Texture_DarkBlue 2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 50px;
  display: flex;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.bold-text-5 {
  color: #7c6013;
  font-weight: 700;
}

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

.wrapper-image-blog-layout-3.gift {
  background-color: #000;
  background-image: url('../images/dining-room-jaz-indian-cuisine-nyc-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.place {
  background-image: url('../images/assorted-dishes-jaz-indian-cuisine-nyc-11-3.jpg');
  background-position: 50% 35%;
  background-repeat: no-repeat;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.xmas01 {
  background-color: #000;
  background-image: url('../images/bar-wine-bottles-jaz-indian-cuisine-nyc-11-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.summer {
  background-color: #000;
  background-image: url('../images/dining-room-jaz-indian-cuisine-nyc-18.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
  margin-bottom: 0;
}

.wrapper-image-blog-layout-3.screen {
  background-image: url('../images/assorted-dishes-jaz-indian-cuisine-nyc-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  height: 160px;
  margin-bottom: 0;
}

.date-layout-3 {
  text-align: center;
  letter-spacing: .5px;
  margin-top: 0;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

.heading-blog-layout-3 {
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}

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

.wrapper-text-blog-layout-3._006 {
  color: #fff;
  background-color: #000;
  padding: 25px;
}

.dup {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  max-width: 1100px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wrapper-border-layout-3-home {
  z-index: 0;
  border: 1px solid #998058;
  border-radius: 4px;
  position: absolute;
  inset: 4% 4% -4% -4%;
}

.wrapper-card-blog-layout-3 {
  z-index: 2;
  border: 1px #000;
  text-decoration: none;
  position: relative;
}

.code-embed {
  height: 400px;
}

.link-4 {
  letter-spacing: 0;
  text-decoration: none;
}

.text-span-25 {
  color: var(--gold);
  margin-bottom: 11px;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

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

.div-block-69 {
  z-index: 99;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 125px;
}

.menu-btn {
  border: 1px solid var(--dark-khaki);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #0000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 1.1em;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .425s;
  display: flex;
}

.menu-btn:hover {
  opacity: .54;
}

.menu-btn.w--current {
  color: #000;
  background-color: #f1f3f5;
}

.order {
  background-color: var(--gold);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 2px 0;
  display: flex;
}

.menu-items {
  grid-column-gap: 50px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  margin-top: 15px;
  margin-left: 0;
  margin-right: 0;
  font-family: Manrope, sans-serif;
}

.menu-items._1-col {
  text-align: center;
  grid-template-columns: 1fr;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-6.cc2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

.menu-box-2 {
  background-color: #f5f0e500;
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Manrope, sans-serif;
  transition: all .2s;
  display: flex;
}

.section-tab-menu {
  background-color: #000;
  background-image: linear-gradient(#000000c9, #000000c9), url('../images/Asset-1.svg');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 200px;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: auto;
  padding: 80px 50px 100px;
  display: flex;
}

.tabs-menu {
  justify-content: center;
  align-items: flex-start;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.first-tab {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  min-width: 250px;
  margin-right: 5px;
  padding: 15px 20px;
  transition: background-color .2s ease-in-out;
}

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

.first-tab.w--current {
  color: #000;
  background-color: #fff;
  border: 1px solid #464646;
  font-size: 12px;
  transition-duration: .4s;
}

.heading-11 {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: vivaldi-mn, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 45px;
}

.heading-11.center-tt {
  margin-bottom: 10px;
}

.tabs-men {
  width: 100%;
}

.menu-banner {
  background-color: #0000;
  width: 100%;
}

.menu-banner.cc {
  text-align: center;
}

.center-steak {
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  margin: 0 auto 30px;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}

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

.info-title {
  color: #102b4e;
  margin-top: 5px;
  font-size: 24px;
}

.info-title.menu {
  color: #e9d89d;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.tab-menu {
  z-index: 5;
  justify-content: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: sticky;
  top: 80px;
}

.heading-tab-fourth {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.infotext {
  color: #102b4e80;
  font-size: 18px;
  line-height: 22px;
}

.infotext.menu {
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}

.infotext.top {
  color: #e8dbc8;
  text-align: center;
  text-transform: none;
  margin: 6px 50px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 300;
}

.infotext.top.a {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: Manrope, sans-serif;
  font-weight: 300;
}

.infotext.top.a.cc3 {
  text-align: center;
}

.lunch-dinner-cover {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/dining-room-jaz-indian-cuisine-nyc-10.jpg');
  background-position: 0 0, 50% 45%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.prix-fixe-lunch-cover {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/dining-room-jaz-indian-cuisine-nyc-11-1.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.warning {
  color: #f75050;
}

.prix-fixe-theatre-cover {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/assorted-dishes-jaz-indian-cuisine-nyc-2.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.drinks-cover01 {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/dining-room-jaz-indian-cuisine-nyc-12.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.desserts-cover {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/assorted-dishes-jaz-indian-cuisine-nyc-11-8.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.to-go {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/AU8I3550.jpg');
  background-position: 0 0, 50% 20%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.haooy-hour-cover {
  z-index: 10;
  background-image: linear-gradient(#00000082, #00000082), url('../images/bar-wine-bottles-jaz-indian-cuisine-nyc-11-4.jpg');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 250px 41px 30px;
  display: flex;
  position: relative;
}

.text-span-26 {
  color: var(--gold);
}

.image-40 {
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 13px;
  font-family: Manrope, sans-serif;
}

.text-block-7 {
  color: #fff;
  margin-bottom: 24px;
  font-family: Manrope, sans-serif;
}

.nav-cta {
  border: 1px solid var(--dark-khaki);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 1.1em;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .425s;
  display: flex;
}

.nav-cta:hover {
  opacity: .54;
}

.nav-cta.w--current {
  color: #000;
  background-color: #f1f3f5;
}

.floating-right {
  border: 1px solid var(--dark-khaki);
  color: #fff;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #000;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 7px 1.1em;
  font-family: Manrope, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .425s;
  display: none;
}

.floating-right:hover {
  opacity: .54;
}

.floating-right.w--current {
  color: #000;
  background-color: #f1f3f5;
}

.contact-parallax {
  background-image: url('../images/AU8I9925-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: scroll;
  border-bottom: 4px solid #ac9455;
  height: 600px;
}

.bold-text-6 {
  color: #5c4d27;
}

.code-embed-3 {
  margin-top: 50px;
}

@media screen and (min-width: 1280px) {
  .section-5 {
    background-color: #000;
  }
}

@media screen and (min-width: 1440px) {
  .dup {
    max-width: 1100px;
  }
}

@media screen and (min-width: 1920px) {
  .grid-wrapper {
    place-items: center stretch;
    width: auto;
    position: static;
  }

  .list-item {
    grid-template-rows: auto auto;
  }

  .body-display {
    color: #b8b5b0;
    font-size: 18px;
  }

  .body-display.center-body, .body-display.max-res {
    padding-top: 10px;
  }

  .style-h1 {
    font-size: 45px;
    line-height: 1.6em;
  }
}

@media screen and (max-width: 991px) {
  .d-75-card-wrapper {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .menu-nts {
    text-align: center;
    margin-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-nts.w--current {
    text-align: center;
  }

  .grid-wrapper.about-2 {
    grid-template-columns: minmax(50px, 1fr) minmax(auto, 1000px) minmax(50px, 1fr);
  }

  .booking-column-1 {
    padding: 50px;
  }

  .booking {
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-2.section-spacing {
    padding: 80px 30px;
  }

  .list-item {
    grid-template-rows: auto;
    min-height: 130px;
    padding-top: 26px;
    padding-bottom: 18px;
  }

  .booking-image-size {
    height: 40em;
  }

  .parallax {
    background-attachment: scroll;
    height: 400px;
  }

  .body-display {
    font-size: 16px;
  }

  .hero-1 {
    min-height: auto;
    padding-top: 19em;
  }

  .sticky-intro {
    position: relative;
    top: 0;
  }

  .stacked-heading {
    grid-template-areas: "."
                         "."
                         "Area";
  }

  .half-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .booking-column-2 {
    justify-content: center;
    padding: 50px;
  }

  .gallery-lightbox {
    height: 13em;
  }

  .sticky-100vh-block {
    padding-bottom: 50px;
  }

  .menu-button-4 {
    border-bottom: 2px solid #0000;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-right: 1em;
    padding: .6em 0 .5em;
  }

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

  .nav-flex-2 {
    align-items: center;
    min-height: auto;
    padding: 0 50px;
  }

  .nav-link-3 {
    white-space: nowrap;
    border-bottom-width: 2px;
    margin-top: .7em;
    margin-bottom: .7em;
    margin-right: 2.2em;
  }

  .nav-flex-3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .burger-icon {
    width: 1em;
    height: 1em;
    margin-right: .7em;
    font-size: .8em;
  }

  .nav-contact-link.hide {
    display: none;
  }

  .nav-menu-3 {
    background-color: #161616e6;
    border-bottom: 1px solid #ffffff3b;
    position: absolute;
    top: 4em;
  }

  .main-nav {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5.1em 4em 1.7em;
  }

  .menu-title {
    color: #fff;
    letter-spacing: .5px;
    font-family: Manrope, sans-serif;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.3em;
  }

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

  .seo {
    width: auto;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .parallax3 {
    background-position: 50% 100%;
    background-attachment: scroll;
    height: 400px;
  }

  .p_m {
    text-align: left;
  }

  .pat6 {
    background-image: linear-gradient(to bottom, null, null), url('../images/dining-room-jaz-indian-cuisine-nyc-18.jpg');
    background-attachment: scroll, scroll;
    height: auto;
    padding: 80px 50px;
  }

  .c-testimonials-gird {
    grid-column-gap: 0em;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    margin-bottom: 0;
  }

  .grid-hero {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section-hero.roof {
    padding-top: 50px;
  }

  .paragraph-hero {
    max-width: none;
  }

  .shape {
    height: 140vh;
  }

  .image-shape {
    background-attachment: scroll;
  }

  .sub-header-2 {
    font-size: 34px;
  }

  .kel-wrap-3 {
    grid-template-columns: minmax(0, 150px) minmax(0, 150px) minmax(0, 150px) minmax(0, 200px);
  }

  .m3 {
    padding-left: 54px;
    padding-right: 54px;
  }

  .gallery-lightbox-2 {
    height: 13em;
  }

  .events {
    padding-bottom: 170px;
  }

  .thanks {
    padding-left: 54px;
    padding-right: 54px;
  }

  .newsletter-box {
    width: 85%;
  }

  .r1 {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .welcome-head-2 {
    text-align: center;
  }

  .wine-features-section-white {
    padding-top: 50px;
    padding-bottom: 50px;
  }

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

  .features-card-white {
    width: 100%;
    padding-right: 0;
  }

  .cards-section {
    grid-row-gap: 1rem;
    flex-flow: wrap;
    height: auto;
    margin-top: 30px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menus {
    padding: 50px;
  }

  .wrapper-image-blog-layout-3 {
    height: 250px;
  }

  .date-layout-3 {
    font-size: 15px;
  }

  .wrapper-text-blog-layout-3 {
    height: auto;
    padding: 20px 5px;
  }

  .wrapper-text-blog-layout-3._006 {
    padding: 16px;
  }

  .dup {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
    width: 100%;
    height: 100%;
  }

  .wrapper-border-layout-3-home {
    bottom: -7%;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
    height: auto;
  }

  .div-block-69 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    top: 110px;
  }

  .order {
    flex-wrap: wrap;
    padding-top: 3px;
  }

  .menu-items {
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tab-menu {
    background-image: linear-gradient(#000000e0, #000000e0), url('../images/Asset-1.svg');
    background-position: 0 0, 50% 99%;
    background-repeat: repeat, no-repeat;
    background-size: auto, 200px;
    background-attachment: scroll, scroll;
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .heading-11 {
    text-align: center;
  }

  .tab-menu {
    flex-direction: row;
  }

  .lunch-dinner-cover, .prix-fixe-lunch-cover, .prix-fixe-theatre-cover, .drinks-cover01, .desserts-cover, .to-go, .haooy-hour-cover {
    padding-left: 54px;
    padding-right: 54px;
  }

  .floating-right {
    z-index: 9999;
    display: flex;
    position: fixed;
    inset: auto 1% 1% auto;
  }

  .contact-parallax {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .heading-7 {
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .small-tile {
    font-size: 35px;
  }

  .grid-wrapper, .grid-wrapper.about-2 {
    grid-template-columns: minmax(30px, 1fr) minmax(auto, 1000px) minmax(30px, 1fr);
  }

  .reservation-form {
    max-width: none;
  }

  .booking-column-1 {
    border-radius: .2em;
    width: 100%;
    min-height: auto;
    margin-bottom: 0;
    padding: 50px 30px;
    position: relative;
  }

  .booking {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
  }

  .about-2.section-spacing {
    padding-bottom: 53px;
  }

  .list-item {
    grid-template-columns: 1fr;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .form, .pp2 {
    text-align: center;
  }

  .form-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .booking-image-size {
    height: 45em;
  }

  .parallax {
    height: 300px;
  }

  .hero-1 {
    padding-top: 15em;
  }

  .submit-form-button {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.2em;
    padding-right: 1.2em;
  }

  .half-wrapper {
    grid-row-gap: 24px;
  }

  .booking-column-2 {
    width: 100%;
    min-height: auto;
    padding: 50px 30px;
  }

  .gallery-lightbox {
    height: 150px;
  }

  .style-h1 {
    line-height: 40px;
  }

  .menu-button-4 {
    padding-top: .4em;
    padding-bottom: .4em;
  }

  .nav-flex-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link-3 {
    margin-right: 1.8em;
  }

  .nav-flex-3 {
    min-height: 4em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-contact-link {
    font-size: 12px;
  }

  .main-nav {
    padding-top: 4.2em;
    padding-left: 2em;
  }

  .seo {
    margin-bottom: 21px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .parallax3 {
    height: 300px;
  }

  .p_m {
    text-align: left;
  }

  .p_m.review {
    color: #f5f5f5db;
    font-size: 14px;
  }

  .pat6 {
    padding: 50px 30px;
  }

  .c-testimonials-gird {
    grid-row-gap: 4em;
  }

  .revi {
    text-align: left;
  }

  .grid-hero {
    grid-row-gap: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-hero {
    font-size: 14px;
  }

  .shape {
    height: 80vh;
  }

  .kel-wrap-3 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .section-6 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .m3 {
    height: 300px;
    padding-top: 231px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .tabs-nav-item-underline._01 {
    max-width: none;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: wrap;
  }

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

  .gallery-lightbox-2 {
    height: 150px;
  }

  .gallery-lightbox-2.is-1st {
    height: 160px;
  }

  .events {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .thanks {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dining-room-jaz-indian-cuisine-nyc-7.jpg');
    background-position: 0 0, 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 300px;
    padding-top: 164px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .modal__body {
    flex-direction: column;
  }

  .image-29 {
    margin-bottom: 0;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .close-contact-form {
    right: -1px;
  }

  .newsletter-container {
    overflow: auto;
  }

  .logo-text {
    letter-spacing: 5px;
    font-size: 20px;
    line-height: 20px;
  }

  .welcome-head-2 {
    text-align: center;
    margin-bottom: 14px;
  }

  .wine-features-section-white {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .features-card-white {
    justify-content: center;
    align-items: center;
  }

  .features-heading-white {
    text-align: center;
    margin-bottom: 0;
  }

  .features-paragraph-white {
    text-align: center;
    font-size: 14px;
  }

  .cards-section {
    grid-row-gap: 20px;
    max-width: none;
  }

  .card {
    width: 12rem;
    height: 15rem;
  }

  .menus {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper-text-blog-layout-3._006 {
    padding: 25px;
  }

  .dup {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 40px;
  }

  .wrapper-border-layout-3-home {
    bottom: -3%;
    left: -2%;
  }

  .link-4 {
    display: block;
  }

  .div-block-69 {
    padding-left: 15px;
    padding-right: 15px;
    top: 95px;
  }

  .order {
    flex-wrap: wrap;
    justify-content: center;
  }

  .menu-items {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-tab-menu {
    padding-bottom: 202px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .first-tab {
    width: 90%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .first-tab.w--current {
    width: 90%;
  }

  .center-steak {
    width: 100%;
  }

  .info-title.menu {
    text-align: center;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .infotext.menu {
    text-align: center;
  }

  .lunch-dinner-cover {
    background-image: linear-gradient(#00000080, #00000080), url('../images/dining-room-jaz-indian-cuisine-nyc-10.jpg');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 300px;
    padding-top: 231px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .prix-fixe-lunch-cover, .prix-fixe-theatre-cover, .drinks-cover01, .desserts-cover, .to-go, .haooy-hour-cover {
    height: 300px;
    padding-top: 231px;
    padding-left: 38px;
    padding-right: 38px;
  }

  .nav-cta, .floating-right {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .contact-parallax {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .d-75-card-wrapper {
    width: 300px;
    height: 300px;
  }

  .text-lbutton-layout-3-blog {
    letter-spacing: 2px;
  }

  .menu-nts {
    min-width: 0;
    font-size: 12px;
  }

  .heading-7 {
    letter-spacing: 3px;
    font-size: 25px;
  }

  .small-tile {
    text-align: center;
    margin-bottom: 13px;
  }

  .grid-wrapper {
    grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1400px) minmax(5vw, 1fr);
    width: 100%;
    max-height: 100%;
  }

  .hero-slider {
    margin-top: 0;
  }

  .slide-content {
    height: 100%;
  }

  .booking-column-1 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .about-2.section-spacing {
    background-image: linear-gradient(#000c, #000c), url('../images/Asset-1-12.10.56-PM.svg');
    background-position: 0 0, 100% 100%;
    background-size: auto, contain;
    padding-top: 52px;
  }

  .list-item {
    grid-template-columns: 4fr;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .gallery-thumbnail {
    object-fit: cover;
  }

  .pp2 {
    font-size: 14px;
    font-weight: 400;
  }

  .slide-nav-2 {
    display: none;
  }

  .form-title {
    font-size: 35px;
  }

  .field-label {
    left: 1.2em;
  }

  .text-field {
    padding-left: 6.5em;
  }

  .body-display {
    font-size: 15px;
    line-height: 1.5em;
  }

  .body-display.body-spacing {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
  }

  .body-display.center-body {
    font-size: 14px;
  }

  .body-display.max-res {
    font-size: 14px;
    font-weight: 400;
  }

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

  .hero-1 {
    height: 95vh;
    padding-top: 0;
  }

  .submit-form-button {
    background-position: 7%;
    margin-top: .8em;
    padding: 1em 1em 1em 2.9em;
    font-size: 1em;
  }

  .slide-img {
    height: 60vh;
  }

  .slide-img.new03 {
    background-position: 0 0, 0%;
    height: 100%;
  }

  .slide-img.jaz1, .slide-img.jaz2, .slide-img.jaz3 {
    background-position: 0 0, 60%;
    height: 100%;
  }

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

  .stacked-heading {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .half-wrapper {
    grid-template-rows: auto;
  }

  .booking-column-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-h1 {
    margin-bottom: 5px;
    line-height: 50px;
  }

  .sticky-100vh-block {
    padding-bottom: 0;
  }

  .menu-button-4 {
    margin-right: .5em;
  }

  .nav-flex-2 {
    padding: 0 5vw;
  }

  .nav-flex-3 {
    min-height: 3.3em;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .burger-icon {
    margin-right: .5em;
  }

  .nav-contact-link {
    display: none;
  }

  .main-nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3.9em;
    padding-left: 20px;
    padding-right: 0;
  }

  .brand-3 {
    font-size: .8em;
  }

  .menu-title {
    font-size: 13px;
  }

  .footer-2 {
    padding-bottom: 19px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .p_m.review {
    color: #fff;
    text-align: center;
    letter-spacing: .5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }

  .none.type-color {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }

  .c-testimonials-text-wrapper {
    align-items: center;
  }

  .c-star {
    width: 21px;
    height: 21px;
  }

  .c-testimonials-gird {
    grid-column-gap: 1em;
    grid-row-gap: 50px;
  }

  .c-testimonials-grid-wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }

  .revi {
    text-align: center;
  }

  .grid-hero {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-hero {
    color: #fff;
    font-family: Montserrat, sans-serif;
  }

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

  .kel-wrap-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dark {
    margin-top: 0;
    font-size: 13px;
  }

  .m3 {
    height: auto;
    padding: 200px 30px 21px;
  }

  .intro-container {
    margin-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .tabs-nav-item-underline {
    grid-row-gap: .5em;
    flex-direction: column;
  }

  .tabs-menu-underline-wrapper {
    flex-flow: wrap;
    padding: 0;
  }

  .gallery-wrap-2 {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-lightbox-2.is-1st {
    height: 150px;
  }

  .events {
    background-image: linear-gradient(to bottom, null, null), url('../images/Asset-1-12.10.56-PM.svg');
    background-size: auto, 300px;
    padding-bottom: 50px;
  }

  .thanks {
    height: auto;
    padding: 0 30px;
  }

  .modal {
    padding: 0 7px;
  }

  .modal__body {
    border-radius: 0;
    flex-direction: column;
    width: 97%;
    margin: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .link-block-6 {
    object-fit: cover;
    height: auto;
    margin: 4px;
  }

  .image-29 {
    object-fit: cover;
  }

  .modal__close {
    top: 4px;
    right: 4px;
  }

  .text-white {
    font-weight: 300;
  }

  .newsletter-column {
    width: 100%;
  }

  .logo-text {
    letter-spacing: 5px;
  }

  .text-span {
    line-height: 30px;
  }

  .r1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .welcome-head-2 {
    text-align: center;
    line-height: 30px;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .features-card-white {
    padding-right: 0;
  }

  .features-heading-white {
    font-size: 16px;
  }

  .features-paragraph-white {
    font-weight: 400;
  }

  .cards-section {
    width: auto;
  }

  .card-content-wrapper {
    padding-bottom: 1rem;
  }

  .card {
    width: 10rem;
    height: 15rem;
  }

  .menus {
    padding-left: 21px;
    padding-right: 21px;
  }

  .wrapper-image-blog-layout-3.gift {
    background-color: #000;
    background-size: cover;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.place {
    height: 150px;
  }

  .wrapper-image-blog-layout-3.xmas01 {
    background-color: #000;
    background-position: 50%;
    background-size: cover;
    height: 150px;
  }

  .wrapper-image-blog-layout-3.summer {
    height: 150px;
  }

  .wrapper-image-blog-layout-3.screen {
    background-position: 100%;
    height: 150px;
  }

  .heading-blog-layout-3 {
    font-size: 17px;
  }

  .wrapper-text-blog-layout-3 {
    padding-top: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrapper-text-blog-layout-3._006 {
    min-height: 0;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .dup {
    grid-row-gap: 30px;
    width: 100%;
    margin-top: 42px;
  }

  .wrapper-border-layout-3-home {
    display: none;
  }

  .wrapper-card-blog-layout-3 {
    width: 100%;
  }

  .code-embed {
    height: 300px;
  }

  .div-block-69 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
    top: 86px;
  }

  .menu-btn {
    letter-spacing: .5px;
    padding: 6px 1em;
    font-size: 13px;
  }

  .order {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 0;
  }

  .container-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-box-2 {
    margin-bottom: 39px;
  }

  .section-tab-menu {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    padding-bottom: 50px;
  }

  .first-tab {
    text-align: center;
    border: 1px solid #cfd6a4;
    width: 90%;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-11 {
    font-size: 42px;
    line-height: 45px;
  }

  .center-steak {
    font-size: 14px;
  }

  .info-title {
    margin-top: 0;
  }

  .info-title.menu {
    text-align: center;
    letter-spacing: 1px;
    font-size: 15px;
  }

  .tab-menu {
    flex-direction: column;
    align-items: center;
  }

  .heading-tab-fourth {
    width: auto;
  }

  .infotext.menu {
    text-align: center;
    font-size: 14px;
  }

  .infotext.top {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .lunch-dinner-cover, .prix-fixe-lunch-cover, .prix-fixe-theatre-cover, .drinks-cover01, .desserts-cover {
    height: auto;
    padding: 200px 30px 21px;
  }

  .to-go {
    background-image: linear-gradient(#000000b8, #000000b8), url('../images/tikka.jpg');
    background-position: 0 0, 50%;
    height: auto;
    padding: 200px 30px 21px;
  }

  .haooy-hour-cover {
    height: auto;
    padding: 200px 30px 21px;
  }

  .nav-cta {
    letter-spacing: .5px;
    padding: 2px .7em;
  }

  .floating-right {
    z-index: 999;
    letter-spacing: .5px;
    padding: 2px .7em;
    position: fixed;
    inset: auto 1% 1% auto;
  }
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec57-67fd395d {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: start;
}

#w-node-cd85dc24-6416-dd9b-3581-63a6284dec5b-67fd395d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_5e6685b1-b9fd-41f2-c9f0-7349e7fc7507-67fd395d, #w-node-cd85dc24-6416-dd9b-3581-63a6284dec60-67fd395d, #w-node-a6356674-163f-9f18-e480-53bf124ea944-67fd395d, #w-node-_4a76fc49-2227-fac5-8944-1ed530d9a7e7-67fd395e, #w-node-fec460a6-2842-90f0-8d0d-1004dddc4e14-67fd395e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9300c0f-22a9-499d-594d-781fc21a002d-67fd395e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc791827-fe03-fc99-c415-0ef6349b8855-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0029-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0035-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0025-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0039-67fd395e, #w-node-_96f11169-f4c5-12e8-cf27-aea19e2b1912-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0041-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0031-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a003d-67fd395e, #w-node-a33ca580-c16c-c40b-0b30-392045d9b5fd-67fd395e, #w-node-_321d4460-d067-1519-28ba-6b82d785fb48-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a004d-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0049-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0021-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0045-67fd395e, #w-node-b8eeb969-74b8-8a99-c411-bf4678460176-67fd395e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_26433c41-a966-9658-3ce4-b6a1ca5df74a-67fd395e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_73de68a4-fe46-d965-a416-25c71e95cd23-67fd395e, #w-node-baf63657-b6ef-1cfb-700b-050b4b10b70f-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0058-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a005c-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0074-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0054-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0060-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0064-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0068-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a006c-67fd395e, #w-node-cb5dcba6-9947-955a-d1e9-a948e42d38be-baae5119, #w-node-cb5dcba6-9947-955a-d1e9-a948e42d38be-825e322e, #w-node-_1df49536-aea3-fa07-ab36-14e13156441c-825e322e, #w-node-cb5dcba6-9947-955a-d1e9-a948e42d38be-b6ac97c3, #w-node-_1df49536-aea3-fa07-ab36-14e13156441c-b6ac97c3, #w-node-_4fdecf5f-1209-5909-acaf-6bf07fba085e-b6ac97c3, #w-node-_7996e8c2-3174-d590-6566-f1b57da3e304-b6ac97c3, #w-node-_87c66356-9c12-f804-3d8f-3efda3c147f8-b6ac97c3, #w-node-_41c95507-9ac8-ec7a-6bda-b893974e939b-b6ac97c3, #w-node-_543fdc53-a5ec-c3db-6f51-3dfd0afd01c6-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf53-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf59-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf5f-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf65-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf6b-b6ac97c3, #w-node-_019d5c36-79f2-d7f0-7640-0fbbd7ceaf71-b6ac97c3, #w-node-_87bef6b2-5802-455b-7db7-ca862cf5c559-b6ac97c3, #w-node-ab1e6894-2791-c936-1b3a-63bdb9a9a12a-b6ac97c3, #w-node-cd7d3b60-e833-23a5-0a60-c98f61c6446a-7d61e391, #w-node-a50a71fa-82f4-0a05-591e-6ade4b333719-7d61e391 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-cd85dc24-6416-dd9b-3581-63a6284dec57-67fd395d {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011bf-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011cb-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011d6-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011e1-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011e9-67fd395d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d746-67fd395d, #w-node-_7964a3b9-586a-7b33-57ba-dffbae257612-67fd395d, #w-node-_5d0eade4-a0e0-6dee-4a7c-f4947264ff8f-67fd395d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-dc791827-fe03-fc99-c415-0ef6349b8855-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0039-67fd395e, #w-node-_96f11169-f4c5-12e8-cf27-aea19e2b1912-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0031-67fd395e, #w-node-_321d4460-d067-1519-28ba-6b82d785fb48-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a004d-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0049-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0021-67fd395e, #w-node-b8eeb969-74b8-8a99-c411-bf4678460176-67fd395e, #w-node-_26433c41-a966-9658-3ce4-b6a1ca5df74a-67fd395e, #w-node-_73de68a4-fe46-d965-a416-25c71e95cd23-67fd395e, #w-node-baf63657-b6ef-1cfb-700b-050b4b10b70f-67fd395e, #w-node-d9300c0f-22a9-499d-594d-781fc21a0074-67fd395e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f2ed7282-bbcf-c7be-3b1d-ab279b66d746-67fd395d, #w-node-_7964a3b9-586a-7b33-57ba-dffbae257612-67fd395d, #w-node-_5d0eade4-a0e0-6dee-4a7c-f4947264ff8f-67fd395d {
    grid-column: span 3 / span 3;
    justify-self: center;
  }

  #w-node-a6356674-163f-9f18-e480-53bf124ea944-67fd395d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011bf-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011cb-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011d6-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011e1-67fd395d, #w-node-_5166acc0-4ba9-b98d-bed3-6f781c8011e9-67fd395d, #w-node-_26433c41-a966-9658-3ce4-b6a1ca5df74a-67fd395e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


