.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.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;
}

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

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

.cell {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.quick-stack {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #292929;
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  overflow: visible;
}

.cell-2 {
  background-image: linear-gradient(#fff0 47%, #000000ed 93%), url('../images/main.jpg');
  background-position: 0 0, 0 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border-radius: 19px;
  justify-content: center;
  align-items: flex-start;
}

.cell-3 {
  background-image: linear-gradient(#fff0 56%, #000000bd), url('../images/paneer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 19px;
}

.cell-4 {
  background-image: linear-gradient(#fff0, #00000070), url('../images/pizza.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  border-radius: 19px;
}

.cell-5 {
  background-image: linear-gradient(#fff0, #0000008c), url('../images/pizzatown.jpg');
  background-position: 0 0, 80% 100%;
  background-size: auto, cover;
  border-radius: 19px;
}

.text-block {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
}

.container {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 1px #000;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: static;
  box-shadow: 0 1px 11px 3px #00000094;
}

.button {
  float: right;
  clear: none;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  text-align: left;
  background-color: #2e2e2e45;
  border: 1px solid #8d8d8d29;
  border-radius: 17px;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Exo, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: static;
  inset: auto 0% 0% auto;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  box-shadow: 0 2px 14px #00000096;
}

.main-logo {
  color: #f8f5ee;
  margin-bottom: 0;
  margin-left: 60px;
  font-family: Great Vibes, cursive;
  font-size: 84px;
  font-weight: 400;
  line-height: 60px;
}

.quick-stack-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #111;
}

.button-mesh {
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 4px 11px #00000080;
}

.button-mesh:active {
  transform: translate(0, 4px);
  box-shadow: 0 4px 4px #0000004d;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active.menu {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-radius: 20px;
}

.navbar_button-text {
  font-family: Exo, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  transition: opacity .45s;
}

.navbar_button-text:hover {
  opacity: .75;
}

.gradient__ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.gradient__ball.gradient__ball--2 {
  background-image: linear-gradient(78deg, #a7782d, #aa2d33);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.gradient__ball.gradient__ball--1 {
  background-image: linear-gradient(90deg, #72191d, #e49707);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .8125rem 1.875rem;
  font-size: .9rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-button.menu {
  border-radius: 20px;
  padding: 0;
  display: flex;
}

.gradient-glow {
  opacity: .61;
  position: absolute;
  inset: 0%;
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.styles---glowing-button {
  display: none;
}

.button__inner {
  border-radius: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .8125rem 1.875rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff2e;
}

.button__inner:hover {
  box-shadow: inset 0 0 7px #fff9;
}

.glowing-wrapper-mask {
  opacity: 1;
}

.navbar_button {
  z-index: 5;
  color: #fff;
  border-radius: 40px;
  align-items: center;
  min-height: 2.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar_button.w--current {
  color: #fff;
}

.navbar_button.resources {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders-masker.menu {
  padding: .06rem;
}

.navbar_outline {
  box-shadow: none;
  border: 1.5px #2e1f1f00;
  border-radius: 20px;
  padding: 4px;
  overflow: hidden;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.navbar_wrapper {
  justify-content: center;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
}

.navbar_wrapper.top {
  z-index: 999;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  margin-left: 60px;
  margin-right: auto;
  padding-top: 4rem;
  display: flex;
  position: static;
  inset: 0% auto auto 0%;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gradient {
  z-index: 1;
  background-color: #0000;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.button__text {
  z-index: 4;
  margin-left: 0;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.button__text.logo-sub {
  color: #fff;
  margin-bottom: 40px;
}

.main-logo-header {
  color: #f8f5ee;
  text-align: left;
  align-self: center;
  margin: 5px .25rem 0 .5rem;
  font-family: Great Vibes, cursive;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1rem;
  text-decoration: none;
  display: block;
}

.button__text-copy {
  z-index: 4;
  margin-left: 60px;
  font-family: Exo, sans-serif;
  position: relative;
}

.button__text-copy.logo-sub {
  color: #fff;
  margin-bottom: 40px;
}

.nav {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 40px auto auto 40px;
}

.nav_logo {
  flex: none;
  width: 36px;
}

.button_primary {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #8f6060;
  background-image: linear-gradient(305deg, #923838, #b8a887);
  border: 1px #000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary:hover {
  background-color: #242424;
  background-image: none;
  border-style: none;
}

.menu_line {
  background-color: #ededed;
  width: 16px;
  height: 2px;
}

.menu {
  grid-row-gap: 4px;
  cursor: pointer;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  transition: background-color .2s;
  display: none;
}

.menu:hover {
  background-color: #1a1d22;
  align-items: center;
}

.nav_row-link {
  color: #cacaca;
  text-decoration: none;
  transition: color .2s;
}

.nav_row-link:hover {
  color: #fff;
}

.flex_h-10 {
  grid-column-gap: 10px;
  display: flex;
}

.flex_h-10.center-left {
  align-items: center;
}

.nav_link {
  grid-column-gap: 8px;
  color: #ededed;
  border: 1px solid #0000;
  border-radius: 12px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.nav_link:hover {
  color: #fff;
  background-color: #1a1d22e6;
  border-color: #1a1d22;
  box-shadow: 0 0 4px #ff168633;
}

.nav_link.w--current {
  color: #fff;
}

.nav_row {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.social {
  grid-column-gap: 16px;
  justify-content: flex-start;
  display: flex;
}

.social_link {
  opacity: .8;
  width: 20px;
  transition: opacity .2s;
}

.social_link:hover {
  opacity: 1;
}

.grid_nav {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.nav_row-links {
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.nav_big {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #202020e6;
  border-radius: 20px;
  padding: 20px 16px;
  font-family: Exo, sans-serif;
  display: none;
  position: absolute;
  inset: 100% 0% auto;
}

.nav_inner {
  z-index: 10;
  grid-column-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #111111bd;
  border: 1px solid #70707017;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 16px;
  display: flex;
  position: relative;
}

.nav_title {
  color: #888fa0;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav_title:hover {
  color: #ededed;
}

.nav_title.hide-dasktop {
  display: none;
}

.main-logo-header-mobile {
  color: #f8f5ee;
  text-align: left;
  align-self: center;
  margin: 5px .25rem 0 .5rem;
  font-family: Great Vibes, cursive;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1rem;
  display: none;
}

.indianfoodheader {
  text-align: left;
  background-image: linear-gradient(#fff0 71%, #000000d9), url('../images/paneer.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.heading {
  color: #dfded9;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  font-family: Great Vibes, cursive;
  font-weight: 400;
  display: flex;
}

.menu-heading {
  color: #f1f0ea;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 40px;
  margin-left: 40px;
  font-family: Great Vibes, cursive;
  font-size: 48px;
  font-weight: 400;
  display: flex;
}

.body-2 {
  background-color: #682929;
  background-image: url('../images/Image2.png');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
}

.heading-2 {
  color: #ddc8ba;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 60px;
  max-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.image-2 {
  margin-left: 10px;
}

.left-lead {
  transform-style: preserve-3d;
  margin-left: 0;
  margin-right: 10px;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.cell-6 {
  outline-offset: 0px;
  border: 1px solid #dcc8b996;
  border-radius: 20px;
  outline: 3px #333;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.menu-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #dcc8b9;
  flex: 1;
  align-self: flex-start;
  width: 456px;
  padding: 0;
  font-family: Exo, sans-serif;
  position: static;
  overflow: visible;
}

.cell-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.price {
  padding-left: 0;
  font-weight: 800;
}

.menu-item {
  border: 1px #000;
}

.cell-8, .cell-9 {
  padding-left: 10px;
}

.text-block-2 {
  outline-offset: 0px;
  outline: 3px #dcc8b9;
}

.menu-image {
  background-image: url('../images/dsc_8254.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  box-shadow: 0 2px 20px 3px #000000ab;
}

.menu-div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 30px;
  max-height: 100px;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.menu-categories-div-block {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.no-image-menu-head {
  outline-offset: 0px;
  outline: 3px #dcc8b9;
  padding-left: 0;
}

.no-image-menu-text {
  padding-left: 0;
}

.cell-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.div-block-2 {
  width: 2px;
  height: 2px;
}

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

.cell-11 {
  display: flex;
}

.cell-12, .cell-13 {
  justify-content: flex-start;
  align-items: flex-end;
}

.quick-stack-3 {
  padding-left: 220px;
  padding-right: 220px;
}

.menu-grid-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #dcc8b9;
  flex: 1;
  align-self: flex-start;
  width: 456px;
  padding: 0;
  font-family: Exo, sans-serif;
  position: static;
  overflow: visible;
}

.quick-stack-4 {
  border-top: 1px #000;
  border-bottom: 1px solid #ffffff0f;
}

.container-6 {
  background-image: url('../images/dsc_8254.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 7rem;
  height: 5rem;
  max-height: 5rem;
}

.text-block-3 {
  color: #a8a8a8;
}

.mobile-menu-text {
  color: #ddc8ba;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.mobile-menu-price {
  color: #ddc8ba;
}

.div-block-3 {
  display: block;
}

.quick-stack-desktop {
  border-bottom: 1px #c2c2c287;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Exo, sans-serif;
}

.desktop-menu-item-div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.desktop-menu-text {
  color: #ddc8ba;
  font-weight: 900;
}

.desktop-menu-price {
  color: #ddc8ba;
  font-weight: 800;
}

.desktop-menu-description {
  color: #b9b9b9;
}

.desktop-menu-item-div-block-no-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.quick-stack-desktop-no-image {
  border-bottom: 1px #c2c2c287;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Exo, sans-serif;
}

.container-8 {
  width: 1px;
  max-width: 1px;
  height: 1px;
}

.tabs-wrap {
  max-width: 400px;
  max-height: 600px;
  display: none;
}

.tabs-3 {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.tabs-menu {
  border-top: 1px #ccc;
  border-bottom: 1px #ccc;
  width: 100%;
  display: flex;
  overflow: auto;
}

.tab-link {
  opacity: .3;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 20px;
  flex: none;
  margin-left: 10px;
  padding: 10px 20px;
}

.tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.tab-icon {
  border-radius: 100px;
  width: 60px;
  height: 60px;
  margin-bottom: 5px;
}

.tabs-content {
  display: block;
  overflow: visible;
}

.tab-pane {
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.tabs-wrap-desktop {
  color: #fff;
  min-width: 100%;
  max-width: 100%;
  max-height: none;
  margin-top: 20px;
  font-family: Exo, sans-serif;
}

.button_primary_mobile {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #8f6060;
  background-image: linear-gradient(305deg, #923838, #b8a887);
  border: 1px #000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
}

.button_primary_mobile:hover {
  background-color: #242424;
  background-image: none;
  border-style: none;
}

.background-video {
  z-index: 30;
  clear: none;
  border-radius: 20px;
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: block;
  position: relative;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.pizzamenuheader {
  text-align: left;
  background-image: linear-gradient(#fff0 71%, #0000009c), url('../images/pizza.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.grid {
  color: #e7e7e7;
  border: 1px solid #dcc8b924;
  border-radius: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr .25fr .25fr .25fr;
  margin-top: 40px;
  margin-left: 140px;
  margin-right: 140px;
  padding: 20px 40px;
  font-family: Exo, sans-serif;
}

.text-block-5 {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}

.text-block-6 {
  font-weight: 700;
}

.text-block-7 {
  text-align: left;
  font-weight: 700;
}

.price-ingrediants {
  font-size: 16px;
  font-weight: 600;
}

.speciality-price {
  color: #ddc8ba;
  text-align: center;
}

.signature-pizzas-header {
  color: #ddc8ba;
  font-family: Great Vibes, cursive;
  font-weight: 400;
}

.footer-dark {
  background-color: #dcc8b9;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 40px;
  padding: 20px 30px 15px;
  position: relative;
}

.container-9 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #602828;
  text-align: center;
  font-family: Exo, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

.mobiledivblockindianfood {
  display: none;
}

.cateringheader {
  text-align: left;
  background-image: linear-gradient(#fff0 71%, #0000009c), url('../images/pizzatown.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0 0 20px 20px;
  justify-content: flex-start;
  align-items: flex-end;
  min-width: 100%;
  max-width: 100%;
  min-height: 360px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
}

.form-block {
  color: #f1f0e9;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Exo, sans-serif;
}

.text-field {
  border-radius: 20px;
}

.text-field.messagw {
  min-height: 120px;
}

.container-10 {
  background-image: url('../images/main-p-800.jpg');
  background-position: 0%;
  background-size: cover;
  border-radius: 0 20px 20px 0;
  width: 100%;
  min-width: 250px;
  height: 100%;
  min-height: 500px;
  margin-left: 0;
  margin-right: 0;
}

.columns {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  min-width: 100%;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.column {
  padding-left: 0;
}

.form-submit-btn {
  grid-column-gap: 8px;
  color: #fff;
  background-color: #8f6060;
  background-image: linear-gradient(305deg, #923838, #b8a887);
  border: 1px #000;
  border-radius: 12px;
  justify-content: space-between;
  padding: 12px 20px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 -2px 4px #0000001a;
  margin-bottom: 15px;
}

.form-submit-btn:hover {
  background-color: #242424;
  background-image: none;
  border-style: none;
}

.error-message {
  background-color: #7f6d5d;
}

.success-message {
  background-color: #476f46;
}

.link-block, .link-block-3, .link-block-5, .link-block-8 {
  text-decoration: none;
}

.catering-info {
  z-index: 4;
  color: #fff;
  text-align: center;
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: relative;
}

.catering-info.logo-sub {
  color: #fff;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .button_primary {
    display: none;
  }

  .menu {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav_link {
    display: none;
  }

  .nav_big {

    display: block;

  }

  .nav_inner {
    display: flex;
  }

  .indianfoodheader {
    background-position: 0 0, 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 30%;
    max-width: 100%;
    min-height: 360px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .cell-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .container-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
    overflow: visible;
  }

  .quick-stack-3 {
    grid-column-gap: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-3 {
    color: #b4b4b4;
  }

  .mobile-menu-text {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-menu-price {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-3 {
    display: block;
  }

  .quick-stack-desktop, .quick-stack-desktop-no-image {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tabs-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    display: block;
  }

  .tabs-menu {
    padding-bottom: 10px;
  }

  .tabs-wrap-desktop {
    min-width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .button_primary_mobile {
    display: none;
  }

  .pizzamenuheader {
    background-position: 0 0, 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 30%;
    max-width: 100%;
    min-height: 360px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .grid {
    margin-top: 0;
    margin-left: 100px;
    margin-right: 100px;
  }

  .text-block-5 {
    color: #dcc8b9;
    border-bottom-color: #dcc8b9;
  }

  .text-block-7 {
    color: #dcc8b9;
  }

  .speciality-price {
    color: #b4b4b4;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-wrapper {
    min-height: 0;
    max-height: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .mobiledivblockindianfood {
    display: block;
  }

  .cateringheader {
    background-image: linear-gradient(#fff0 71%, #0000009c), url('../images/pizzatown.jpg');
    background-position: 0 0, 50%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 30%;
    max-width: 100%;
    min-height: 360px;
    margin-bottom: 40px;
    overflow: visible;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-10 {
    background-position: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 200px;
    max-width: 100%;
    min-height: 640px;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }

  .columns {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    margin-top: 0;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .form-submit-btn {
    display: block;
    margin-bottom: 10px;
  }
  .main-logo {
margin-bottom: 0;
margin-left: 20px;
font-size: 36px;
line-height: 20px;
}

.glowing-wrapper.glowing-wrapper-active.menu {
flex-direction: column;
justify-content: center;
align-items: center;
padding-top: 8px;
display: flex;
}

.navbar_button-text {
font-size: .8rem;
}

.glowing-wrapper-button.menu {
border-style: none;
max-height: 50px;
padding-top: 0;
padding-bottom: .5rem;
}

.navbar_button {
padding-left: .75rem;
padding-right: .75rem;
font-size: .875rem;
}

.navbar_button.resources {
min-height: auto;
max-height: 50px;
}

.navbar_wrapper.top {
justify-content: flex-start;
align-items: center;
width: 100%;
display: none;
overflow: visible;
}

.button__text {
font-size: 1rem;
}
.main-logo-header {
margin-bottom: 20px;
margin-left: 20px;
font-size: 14px;
line-height: 64px;
display: none;
}

.button__text-copy {
font-size: 1rem;
}

.button__text-copy.logo-sub {
margin-bottom: 20px;
margin-left: 20px;
margin-right: 20px;
}

.navbar {
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background-color: #ddd0;
}
.nav {
justify-content: center;
align-items: flex-start;
margin-top: 0;
margin-left: 0;
inset: 0% 0% auto;
}

.button_primary {
display: none;
}

.flex_h-10.center-left {
grid-column-gap: 0px;
grid-row-gap: 0px;
flex-flow: row;
order: 0;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
justify-content: center;
align-self: auto;
align-items: center;
display: flex;
}

.nav_row {
grid-row-gap: 10px;
}

.grid_nav {
grid-row-gap: 16px;
grid-template-columns: 1fr;
grid-auto-flow: row;
padding-top: 10px;
padding-left: 20px;
}

.nav_big {
grid-column-gap: 16px;
grid-row-gap: 16px;
grid-template-rows: auto auto;
grid-template-columns: 1fr 1fr;
grid-auto-columns: 1fr;
max-height: none;
display: block;
}

.nav_inner {
background-color: #111111ad;
border-radius: 0;
width: 100%;
min-width: 100%;
}

.nav_title {
color: #fff;
}
  .nav_title.hide-dasktop {
    display: block;
  }

.main-logo-header-mobile {
justify-content: flex-start;
align-items: flex-start;
margin: auto .5rem auto 1rem;
padding-top: 7px;
font-size: 24px;
line-height: 14px;
text-decoration: none;
display: block;
}
.image-3 {
        outline-offset: 0px;
        outline: 3px #333;
        max-width: 20%;
    }
}

@media screen and (max-width: 767px) {
  .main-logo {
    font-size: 48px;
    line-height: 48px;
  }

  .navbar_wrapper.top {
    display: none;
  }

  .main-logo-header {
    font-size: 24px;
    line-height: 24px;
    display: none;
  }

  .menu {
    font-size: 8px;
    line-height: 25px;
    display: flex;
  }

  .nav_link {
    display: none;
  }

  .grid_nav {
    max-height: 65vh;
    overflow: scroll;
  }

  .nav_inner {
    grid-column-gap: 10px;
    justify-content: space-between;
  }

  .nav_title.hide-dasktop {
    display: block;
  }

  .main-logo-header-mobile {
    margin-right: .5rem;
    font-size: 24px;
    line-height: 24px;
    display: block;
  }

  .indianfoodheader {
    min-height: 20rem;
    max-height: 20rem;
  }

  .heading-2 {
    font-size: 30px;
  }

  .container-5 {
    width: 100%;
  }

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-desktop, .quick-stack-desktop-no-image {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tabs-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pizzamenuheader {
    min-height: 20rem;
    max-height: 20rem;
  }

  .grid {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 24px;
  }

  .signature-pizzas-header {
    font-size: 30px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .cateringheader {
    min-height: 20rem;
    max-height: 20rem;
  }

  .container-10 {
    border-radius: 20px;
    min-height: 250px;
  }

  .columns {
    flex-flow: column;
  }

  .link-block-7.w--current {
    text-decoration: none;
  }
    .nav_big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .main-logo {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 26px;
    line-height: 20px;
  }

  .quick-stack-2 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .glowing-wrapper.glowing-wrapper-active.menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    display: flex;
  }

  .navbar_button-text {
    font-size: .8rem;
  }

  .glowing-wrapper-button.menu {
    border-style: none;
    max-height: 50px;
    padding-top: 0;
    padding-bottom: .5rem;
  }

  .navbar_button {
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .875rem;
  }

  .navbar_button.resources {
    min-height: auto;
    max-height: 50px;
  }

  .navbar_wrapper.top {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: none;
    overflow: visible;
  }

  .button__text {
    font-size: 1rem;
  }

  .main-logo-header {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 14px;
    line-height: 64px;
    display: none;
  }

  .button__text-copy {
    font-size: 1rem;
  }

  .button__text-copy.logo-sub {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 14px;

  }

  .navbar {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ddd0;
  }

  .container-3 {
    background-color: #3f3f3f00;
  }

  .body {
    background-color: #111;
  }

  .icon {
    color: #dfd8d8;
    border: 1px solid #fff;
    border-radius: 1px;
  }

  .nav {
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 0;
    inset: 0% 0% auto;
  }

  .button_primary {
    display: none;
  }

  .menu {
    display: flex;
  }

  .flex_h-10.center-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .nav_row {
    grid-row-gap: 10px;
  }

  .grid_nav {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 10px;
    padding-left: 20px;
  }

  .nav_big {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: none;
    display: block;
  }

  .nav_inner {
    background-color: #111111ad;
    border-radius: 0;
    width: 100%;
    min-width: 100%;
  }

  .nav_title {
    color: #fff;
  }

  .image {
    display: none;
  }

  .main-logo-header-mobile {
    justify-content: flex-start;
    align-items: flex-start;
    margin: auto .5rem auto 1rem;
    padding-top: 7px;
    font-size: 24px;
    line-height: 14px;
    text-decoration: none;
    display: block;
  }

  .indianfoodheader {
    background-image: linear-gradient(#fff0 71%, #000000d9), url('../images/paneer.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 14rem;
    max-height: 14rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .menu-heading {
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .body-2 {
    background-color: #682929;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  .heading-2 {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    font-size: 24px;
    display: flex;
  }

  .image-2 {
    min-width: 0;
    margin-left: 10px;
    padding-left: 0;
    position: relative;
    inset: 0% auto auto 0%;
    overflow: clip;
  }

  .left-lead {
    min-width: 0;
    margin-right: 10px;
    position: relative;
  }

  .cell-6 {
    display: none;
  }

  .menu-grid {
    min-width: 90%;
    max-width: 90%;
  }

  .cell-7 {
    flex-flow: column;
    display: block;
  }

  .description {
    font-size: 12px;
  }

  .menu-image {
    width: auto;
    min-width: 80px;
    max-width: 80px;
    height: auto;
    min-height: 80px;
    max-height: 100px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .menu-categories-div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center space-around;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    overflow: clip;
  }

  .div-block-2 {
    width: 1px;
  }

  .container-5 {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .quick-stack-3 {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-grid-copy {
    max-width: 90%;
  }

  .cell-14 {
    display: block;
  }

  .quick-stack-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    outline-offset: 0px;
    background-color: #0000;
    border-bottom: 1px solid #beb1b12e;
    border-radius: 0;
    outline: 3px #333;
  }

  .container-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/dsc_8254.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    max-width: 100%;
    min-height: 5rem;
    max-height: 6rem;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    box-shadow: inset 0 2px 5px #0000009e;
  }

  .text-block-3 {
    color: #c4c4c4;
    font-family: Exo, sans-serif;
    font-size: 12px;
  }

  .mobile-menu-text {
    color: #fff3df;
    font-family: Exo, sans-serif;
    font-weight: 800;
  }

  .mobile-menu-price {
    color: #f1f0e9;
    font-family: Exo, sans-serif;
    font-weight: 800;
  }

  .container-7 {
    width: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-3 {
    border: 1px solid #ffffff29;
    border-radius: 20px;
    min-width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .quick-stack-desktop {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    outline-offset: 0px;
    background-color: #0000;
    border-bottom: 1px solid #beb1b12e;
    outline: 3px #333;
  }

  .desktop-menu-text {
    color: #fff3df;
    font-family: Exo, sans-serif;
    font-weight: 800;
  }

  .desktop-menu-price {
    color: #f1f0e9;
    font-family: Exo, sans-serif;
    font-weight: 800;
  }

  .desktop-menu-description {
    color: #c4c4c4;
    font-family: Exo, sans-serif;
    font-size: 12px;
  }

  .quick-stack-desktop-no-image {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    outline-offset: 0px;
    background-color: #0000;
    border-bottom: 1px solid #beb1b12e;
    outline: 3px #333;
  }

  .tabs {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: row;
    display: flex;
  }

  .tabs-2 {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: auto;
  }

  .tabs-wrap {
    color: #fff;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-family: Exo, sans-serif;
    display: block;
  }

  .tabs-3 {
    min-width: 100%;
  }

  .tabs-menu {
    box-shadow: none;
    border-top-style: none;
    border-bottom-style: none;
    padding-bottom: 10px;
  }

  .tab-link {
    color: #fff;
    border: 1px solid #f7f7f7;
    border-radius: 20px;
    margin-left: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .tabs-wrap-desktop {
    color: #fff;
    max-width: 100%;
    font-family: Exo, sans-serif;
    display: none;
  }

  .image-3 {
    outline-offset: 0px;
    outline: 3px #333;
    max-width: 30%;
  }

  .button_primary_mobile {
    min-width: 200px;
    max-width: 50%;
    font-size: 1px;
    display: block;
  }

  .pizzamenuheader {
    background-image: linear-gradient(#fff0 71%, #000000d9), url('../images/pizza.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 14rem;
    max-height: 14rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .grid {
    min-width: 90%;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 20px;
  }

  .bold-text {
    font-size: 28px;
  }

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

  .speciality-price {
    color: #c4c4c4;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Exo, sans-serif;
    font-size: 12px;
  }

  .signature-pizzas-header {
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    min-width: 240px;
    margin-bottom: 0;
    font-size: 24px;
    display: flex;
  }

  .footer-dark {
    color: #622928;
    background-color: #dcc8b9;
    border-bottom-style: none;
    margin-top: 40px;
    padding-top: 20px;
    font-family: Exo, sans-serif;
    position: static;
  }

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

  .footer-divider {
    background-color: #e4ebf300;
    margin-top: 0;
  }

  .mobiledivblockindianfood {
    border: 1px solid #ffffff29;
    border-radius: 20px;
    min-width: auto;
    max-width: none;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .cateringheader {
    background-image: linear-gradient(#fff0 71%, #000000d9), url('../images/catering.jpg');
    background-position: 0 0, 0 100%;
    background-size: auto, cover;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 14rem;
    max-height: 14rem;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-block {
    padding-left: 0;
    padding-right: 0;
  }

  .form {
    padding-left: 0;
  }

  .columns {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-submit-btn {
    display: block;
  }

  .link-block-2, .link-block-4, .link-block-6, .link-block-7, .link-block-9 {
    text-decoration: none;
  }

  .catering-info {
    font-size: 1rem;
  }
}

#w-node-_6fcfaee2-f907-9328-1a63-d70d82489e49-c3eb6908 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 2.75fr 1fr;
}

#w-node-b93480f9-26de-6b42-8369-cc9edc37b0fe-c3eb6908 {
  grid-row: span 3 / span 3;
}

#w-node-_047fede8-22eb-2011-2c01-ad695967f386-c3eb6908, #w-node-_047fede8-22eb-2011-2c01-ad695967f388-c3eb6908, #w-node-_047fede8-22eb-2011-2c01-ad695967f38a-c3eb6908, #w-node-_8c82a5b1-70bb-a2fc-c7c5-b89350a9d8ba-c3eb6908, #w-node-_047fede8-22eb-2011-2c01-ad695967f394-c3eb6908, #w-node-_047fede8-22eb-2011-2c01-ad695967f3ac-c3eb6908, #w-node-bf08d742-788d-f392-e685-3032436ecd35-c3eb6908, #w-node-_047fede8-22eb-2011-2c01-ad695967f3ae-c3eb6908 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bc6ba46b-2046-836b-0a69-a9fe12c4f2fd-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_1c6e6dab-44d7-60be-261a-4937e75ab7e1-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
}

#w-node-_6b75300d-7d06-5d68-653f-50407fb698c9-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-c4e27a31-6788-3dc3-1bd0-6a81d839260c-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
}

#w-node-c4e27a31-6788-3dc3-1bd0-6a81d8392616-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-b8aa53aa-5547-7a0d-637c-32b4c601d0d6-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
}

#w-node-b8aa53aa-5547-7a0d-637c-32b4c601d0e0-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-a186a1e1-b838-5e00-23dc-81d127a13f6f-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
}

#w-node-a186a1e1-b838-5e00-23dc-81d127a13f79-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-dacbcebc-4dd9-25e3-f278-9e5405e2f26c-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px;
}

#w-node-dacbcebc-4dd9-25e3-f278-9e5405e2f276-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f508-fde14e81, #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f513-fde14e81, #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f51e-fde14e81, #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f529-fde14e81, #w-node-e3f16c38-3b95-e4f2-bd39-59af487e7e57-fde14e81, #w-node-c8e06426-50bc-62c7-1ca9-2636cbd8d1df-fde14e81 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9cadf2a4-0384-9652-99c3-6ae93641375f-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae936413761-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae936413763-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae936413766-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae93641376d-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae93641376e-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae93641377d-fde14e81, #w-node-_9cadf2a4-0384-9652-99c3-6ae936413783-fde14e81, #w-node-_301eb2c7-d986-75f2-c341-941f47603b09-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b0b-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b0d-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b10-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b17-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b18-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b27-f98a7958, #w-node-_301eb2c7-d986-75f2-c341-941f47603b2d-f98a7958 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90ddd6b0-6fcc-cf1f-6176-43d1402fca27-f98a7958 {
  justify-self: center;
}

#w-node-bb7bf851-35ae-8c3f-e285-49fb438bdf5c-f98a7958 {
  place-self: center;
}

#w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e08-f98a7958, #w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e13-f98a7958, #w-node-b0128c92-aad9-8f14-3c37-54f71513d5df-f98a7958, #w-node-b0128c92-aad9-8f14-3c37-54f71513d5e8-f98a7958, #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61f1-f98a7958, #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61fa-f98a7958 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0de3-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0de5-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0de7-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0dea-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0df1-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0df2-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0e01-3c6c9a16, #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0e07-3c6c9a16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-bc6ba46b-2046-836b-0a69-a9fe12c4f2fd-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 2.5fr .5fr;
    display: none;
  }

  #w-node-e3f16c38-3b95-e4f2-bd39-59af487e7e57-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-c8e06426-50bc-62c7-1ca9-2636cbd8d1df-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e08-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e13-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-b0128c92-aad9-8f14-3c37-54f71513d5df-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-b0128c92-aad9-8f14-3c37-54f71513d5e8-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }

  #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61f1-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
  }

  #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61fa-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6fcfaee2-f907-9328-1a63-d70d82489e49-c3eb6908 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-b93480f9-26de-6b42-8369-cc9edc37b0fe-c3eb6908 {
    grid-row: span 3 / span 3;
  }

  #w-node-bc6ba46b-2046-836b-0a69-a9fe12c4f2fd-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6fcfaee2-f907-9328-1a63-d70d82489e49-c3eb6908 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 2.75fr;
  }

  #w-node-b93480f9-26de-6b42-8369-cc9edc37b0fe-c3eb6908 {
    grid-row: span 3 / span 3;
  }

  #w-node-_047fede8-22eb-2011-2c01-ad695967f3ac-c3eb6908 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bc6ba46b-2046-836b-0a69-a9fe12c4f2fd-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 100%;
    display: grid;
  }

  #w-node-_1c6e6dab-44d7-60be-261a-4937e75ab7e1-fde14e81, #w-node-_6b75300d-7d06-5d68-653f-50407fb698c9-fde14e81, #w-node-c4e27a31-6788-3dc3-1bd0-6a81d839260c-fde14e81, #w-node-c4e27a31-6788-3dc3-1bd0-6a81d8392616-fde14e81, #w-node-b8aa53aa-5547-7a0d-637c-32b4c601d0d6-fde14e81, #w-node-b8aa53aa-5547-7a0d-637c-32b4c601d0e0-fde14e81, #w-node-a186a1e1-b838-5e00-23dc-81d127a13f6f-fde14e81, #w-node-a186a1e1-b838-5e00-23dc-81d127a13f79-fde14e81, #w-node-dacbcebc-4dd9-25e3-f278-9e5405e2f26c-fde14e81, #w-node-dacbcebc-4dd9-25e3-f278-9e5405e2f276-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f508-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f513-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f51e-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
  }

  #w-node-_298798d3-f4e3-8054-8cc7-b8f4e8d9f529-fde14e81, #w-node-e3f16c38-3b95-e4f2-bd39-59af487e7e57-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-c8e06426-50bc-62c7-1ca9-2636cbd8d1df-fde14e81 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-_9cadf2a4-0384-9652-99c3-6ae93641376e-fde14e81, #w-node-_301eb2c7-d986-75f2-c341-941f47603b18-f98a7958 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e08-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-_8131cb90-f3cc-74c9-4e0a-c326de5f5e13-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-b0128c92-aad9-8f14-3c37-54f71513d5df-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-b0128c92-aad9-8f14-3c37-54f71513d5e8-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61f1-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
  }

  #w-node-_6a34fe46-2057-a7c5-f3ec-81f83ffc61fa-f98a7958 {
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .75fr;
  }

  #w-node-_9be2fa59-bb74-a9db-416b-aaca13fa0df2-3c6c9a16 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/* ---- Desktop tab content centered ---- */
.tabs-wrap-desktop .w-tab-content {
  max-width: 980px;          /* your card width */
  margin: 0 auto;            /* center the rail */
  padding-inline: 12px;      /* small breathing room */
}

/* ---- Desktop item rows (WITH image) ---- */
/* "Quick Stack Desktop" container */
.quick-stack-desktop {
  display: grid;
  grid-template-columns: 1fr 180px; /* text + image column */
  gap: 24px;
  align-items: center;
}

/* the image wrapper inside each desktop item ("Container 6") */
.quick-stack-desktop .container-6 {
  justify-self: end;
  width: 180px;
}

/* the img itself stays tidy and consistent */
.quick-stack-desktop .container-6 img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* ---- Desktop item rows (NO image) ---- */
/* "Quick Stack Desktop No Image" container */
.quick-stack-desktop-no-image {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: center;
}
/* Hide desktop stacks on phones */
@media (max-width: 767px) {
  .quick-stack-desktop,
  .quick-stack-desktop-no-image {
    display: none !important;
  }
}

/* Hide mobile stacks on tablet/desktop */
@media (min-width: 768px) {
  .quick-stack-4 {           /* your mobile stack class */
    display: none !important;
  }
}
/* Center the desktop rail (keeps your good desktop look) */
@media (min-width: 768px){
  .tabs-wrap-desktop .w-tab-content{
    max-width: 980px;
    margin: 0 auto;
    padding-inline: 12px;
  }
}

/* ===== MOBILE TWEAKS ===== */
@media (max-width: 767px){

  /* Less space from tabs to first heading */
  .tabs-wrap .w-tab-content .menu-categories-div-block{
    margin-top: 10px; /* was visually large; tighten it */
  }

  /* Make each mobile item a two-column grid: text | image */
  .quick-stack-4{
    display: grid;
    grid-template-columns: 1fr 132px;   /* text + image column */
    gap: 16px;
    align-items: center;
  }

  /* The image container for mobile items that have images */
  .quick-stack-4 .container-6{
    width: 132px;
    justify-self: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
    height: 100px;                      /* consistent height */
  }

  /* When there's no image, keep placeholder from taking space */
  .quick-stack-4 .container-7{
    display: none;                       /* purely structural */
  }

  /* Hide ALL desktop stacks on phones to avoid duplicates */
  .quick-stack-desktop,
  .quick-stack-desktop-no-image{
    display: none !important;
  }

  /* Make sure the tab content can grow so footer is after it */
  .tabs-wrap{
    display: block; /* ensure this region participates in flow */
  }
}

/* Hide the mobile stacks on tablet/desktop */
@media (min-width: 768px){
  .quick-stack-4{ display: none !important; }
}

/* ===== Sticky footer behavior on every device ===== */
html, body{ height: 100%; }
body.body-2{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* Tabs regions flex naturally; footer pushed to the bottom */
.tabs-wrap-desktop, .tabs-wrap{
  flex: 0 0 auto;
}
.footer-dark{
  margin-top: auto;        /* push to bottom after all content */
  position: relative;
  z-index: 0;
}
/* Mobile grid: text | image (when there IS an image) */
@media (max-width: 767px){
  .quick-stack-4{
    display: grid;
    grid-template-columns: 1fr 132px;
    gap: 16px;
    align-items: center;
  }
  .quick-stack-4 .container-6{
    width: 132px;
    height: 100px;
    justify-self: end;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 14px;
  }
  .quick-stack-4 .container-7{ display: none; } /* structural placeholder */
  /* When NO image, collapse to one column and hide the right cell */
  .quick-stack-4.no-img{
    grid-template-columns: 1fr;
  }
  .quick-stack-4.no-img .w-layout-cell:nth-child(2){
    display: none;
  }
}
html, body{ height: 100%; }
body.body-2{
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

/* let tabs areas be normal flow content */
.tabs-wrap-desktop, .tabs-wrap{
  flex: 0 0 auto;
}

/* this class is your footer wrapper from the export */
.footer-dark{
  margin-top: auto;
  position: relative;
  z-index: 0;
}

/* make sure tab panes can grow naturally */
.w-tab-content{
  height: auto !important;
}




@media (max-width: 767px){
  .tabs-wrap .w-tab-content .menu-categories-div-block{
    margin-top: 10px; /* tighten from default */
  }
}


/* Hide the category title band (the "Appetizers" strip) on phones */
@media (max-width: 767px){
  .tabs-wrap .menu-categories-div-block{
    display: none !important;
  }
  /* tighten the gap that remains */
  .tabs-wrap .w-tab-content{
    margin-top: 14px;
  }
}
@media (max-width: 767px){
  .quick-stack-4{
    display: grid;
    grid-template-columns: 1fr 132px;  /* text | image */
    gap: 16px;
    align-items: center;
  }
  .quick-stack-4 .container-6{
    width: 132px; height: 100px;
    justify-self: end;
    background-size: cover; background-position: center; background-repeat: no-repeat;
    border-radius: 14px;
  }
  .quick-stack-4 .container-7{ display: none; } /* empty placeholder */

  /* No image = single column; text fills full width */
  .quick-stack-4.no-img{
    grid-template-columns: 1fr;
  }
  .quick-stack-4.no-img .w-layout-cell:nth-child(2){ display: none; }
}
/* Remove background images entirely on mobile */
@media (max-width: 767px){
  
  .body-2 {
    background-image: none !important;
  }
}
/* start hidden */
.nav_big {
  opacity: 0;
  transform: translateY(40px);
  pointer-events: none;
  transition: opacity .3s ease, transform .3s ease;
}

/* shown when toggled */
.nav_big.is-open {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* make the hamburger clickable and on top */
.menu { cursor: pointer; z-index: 1001; position: relative; }

/* optional: animate the lines when open */
.menu.is-open .menu_line:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu.is-open .menu_line:nth-child(2) { opacity: 0; }
.menu.is-open .menu_line:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.menu_line { transition: transform .3s ease, opacity .3s ease; }

.special-deals-header {
  position: static;
  left: 0%;
  top: 0%;
  bottom: auto;
  display: flex;
  max-width: 100%;
  min-height: 360px;
  min-width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  border-radius: 0px 0px 20px 20px;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 71%, rgba(0, 0, 0, 0.61)), url("https://cdn.prod.website-files.com/68ae9aaffb8abe8dc3eb68f0/68ae9f1f6df2a4eb63b3b059_dsc_8191.jpg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: left;
}

@media screen and (max-width: 991px) {
  .special-deals-header {
    overflow: visible;
    width: 30%;
    max-width: 100%;
    min-height: 360px;
    margin-bottom: 40px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-position: 0px 0px, 50% 50%;
  }
}

@media screen and (max-width: 767px) {
  .special-deals-header {
    max-height: 20rem;
    min-height: 20rem;
  }
}

@media screen and (max-width: 479px) {
  .special-deals-header {
    width: 100%;
    max-height: 14rem;
    max-width: 100%;
    min-height: 14rem;
    min-width: 100%;
    margin-top: 0rem;
    margin-bottom: 0px;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 71%, rgba(0, 0, 0, 0.85)), url("https://cdn.prod.website-files.com/68ae9aaffb8abe8dc3eb68f0/68afba59fbfcf2c4d94b69a1_pizza.jpg");
    background-position: 0px 0px, 0% 100%;
    background-size: auto, cover;
  }
}

.pizza-town-deals {
  display: flex;
  overflow: visible;
  max-width: none;
  margin-right: 40px;
  margin-left: 40px;
  flex-flow: wrap;
  justify-content: center;
  place-items: flex-start stretch;
  grid-auto-columns: 1fr;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
}

@media screen and (max-width: 991px) {
  .pizza-town-deals {
    margin-right: auto;
    margin-left: auto;
  }
}
.container-11 {
  max-width: 350px;
  min-height: 350px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(245, 245, 245);
  border-radius: 20px;
}
.deals-title {
  margin-bottom: 0px;
  font-family: Exo, sans-serif;
  color: rgb(221, 200, 186);
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .deals-title {
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }
}

@media screen and (max-width: 479px) {
  .deals-title {
    font-family: Exo, sans-serif;
    color: rgb(255, 243, 223);
    line-height: 25px;
    font-weight: 800;
  }
}

.price-deals {
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: rgb(221, 200, 186);
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 479px) {
  .price-deals {
    font-size: 14px;
    font-weight: 400;
  }
}
.container-12 {
  max-height: 200px;
  max-width: 300px;
  min-height: 200px;
  min-width: 200px;
  margin-top: 10px;
  margin-bottom: 20px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

@media screen and (max-width: 479px) {
  .container-12 {
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.section {
  display: grid;
  margin-right: 100px;
  margin-left: 100px;
  grid-auto-columns: 1fr;
  gap: 0px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}

@media screen and (max-width: 767px) {
  .section {
    margin-right: 40px;
    margin-left: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
  }
}

@media screen and (max-width: 479px) {
  .section {
    margin-right: 0px;
    margin-left: 0px;
    grid-auto-flow: column;
    grid-template-columns: 1fr;
  }
}

.container-13 {
  display: block;
  margin: 10px 20px 20px;
  padding-bottom: 20px;
  grid-auto-columns: 1fr;
  gap: 16px;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 20px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .container-13 {
    padding-right: 10px;
    padding-left: 10px;
  }
}


.pizza-town-deals {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; /* adjust spacing between cards */
  align-items: stretch; /* force equal heights */
}

.pizza-town-deals .container-11 {
  flex: 1 1 calc(33.333% - 10px); /* 3 per row, adjust as needed */
  display: flex;
  flex-direction: column;
}
/* Make each deal card a vertical flex box */
.pizza-town-deals .container-11,
#deals-root .container-11 {
  display: flex;
  flex-direction: column;   /* stack title, price, body, image */
  position: relative;
  /* if your card already has padding, keep it — the 10px bottom gap
     will be on the image container itself */
}

/* Image container: sit at the bottom with a 10px gap */
.pizza-town-deals .container-11 .container-12,
#deals-root .container-11 .container-12 {
  margin-top: auto;          /* pushes it to the bottom of the card */
  margin-bottom: 10px;       /* 10px space from card bottom */
  width: 100%;
  max-width: 100%;           /* never wider than the card */
  max-height: none !important; /* no max height constraint */
  padding: 0;                /* make sure no extra padding fights the fit */
}

/* Image itself: scale within the card width, keep aspect, no height cap */
.pizza-town-deals .container-11 .container-12 img,
#deals-root .container-11 .container-12 img {
  display: block;
  width: 100%;
  height: auto;              /* no max-height; maintain aspect ratio */
  object-fit: contain;       /* you said Container 12 is “contain” in CSS; this matches */
  border-radius: inherit;    /* if the card has rounded corners */
}
