:root {
  --muvek-gray: #eae9e3;
  --muvek-black: #131313;
  --waves-library--black: #131313;
  --waves-library--white: white;
  --white: white;
  --black: black;
  --waves-library--size: 1.5rem;
}

body {
  background-color: var(--muvek-gray);
  color: var(--muvek-black);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1;
}

h1 {
  text-transform: uppercase;
  margin-top: .75rem;
  margin-bottom: 1.25rem;
  font-family: Optician Sans, sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: .75;
}

h2 {
  margin-top: .75rem;
  margin-bottom: 1.25rem;
  font-size: 2rem;
  font-weight: 600;
}

h3 {
  margin-top: .75rem;
  margin-bottom: .125rem;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: .75rem;
  margin-bottom: .75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
}

p {
  margin-bottom: .75rem;
}

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

.page-wrapper {
  font-family: DM Sans, sans-serif;
  overflow: hidden;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.text-rich-text h1 {
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.text-size-regular {
  color: var(--muvek-black);
  font-family: DM Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  text-decoration: none;
}

.text-size-regular.font-alternate {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h2 {
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  font-family: DM Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

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

.heading-style-h3 {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.button {
  background-color: var(--muvek-gray);
  color: var(--muvek-black);
  text-align: center;
  border: 1px solid #000;
  border-radius: 10px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-secondary {
  background-color: var(--muvek-black);
  color: var(--muvek-gray);
  border: 1px solid #222;
}

.text-size-medium {
  font-size: 1.25rem;
  line-height: 1.25;
}

.icon-1x1-medium {
  width: 2rem;
}

.max-width-medium {
  width: 100%;
  max-width: 34rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-large {
  padding-top: 3rem;
}

.padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.padding-global.padding-section-tiny {
  padding-top: 0;
  padding-bottom: 0;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.section_decor {
  background-image: url('../images/pizza-muvek-hero.gif');
  background-position: 50%;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  height: 100svh;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.decor_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .5fr 1fr .5fr;
  grid-auto-columns: 1fr;
  display: block;
}

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

.grid-wrapper.brand {
  height: 25vw;
}

.logo-wrapper {
  width: 100%;
  height: 100%;
}

.body {
  background-color: var(--muvek-gray);
  color: var(--muvek-black);
}

.order-link {
  filter: invert();
  border: 1px solid #000;
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 7.5rem;
  padding: .5rem;
  display: flex;
}

.order-link.is-black {
  filter: none;
}

.footer {
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  height: 50svh;
  display: flex;
}

.footer-gird-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.nav-link {
  text-transform: uppercase;
  padding: .5rem 1rem;
  font-family: DM Sans, sans-serif;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--muvek-black);
  text-decoration: underline;
}

.dropdown-list.w--open {
  background-color: var(--muvek-gray);
  border: 1px #1313131a;
  border-radius: 10px;
}

.icon-drodpdown {
  width: 1.5rem;
  height: 1.5rem;
  margin-left: -1rem;
}

.dropdown-toggle {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: .75rem .5rem .75rem 1rem;
  display: flex;
}

.nav-menu {
  grid-column-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.middle-nav {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-brand-link {
  max-width: 20rem;
}

.master-nav {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 240px 1fr 240px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar {
  z-index: 104;
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.order-image {
  height: 1.5rem;
}

.testimonials_component {
  min-height: 37.5rem;
}

.section_pizzas {
  z-index: 3;
  position: relative;
  overflow: hidden;
}

.pizzas_component {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

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

.pizzas-img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
  transition: all .65s;
  position: relative;
}

.pizzas-img:hover {
  transform: scale(1.25);
}

.pizzas-text-wrapper {
  text-align: center;
  max-width: 40ch;
}

.section_bg {
  z-index: 3;
  background-image: url('../images/pizza-muvek-detroit-style-pizza-008_1.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 25px;
  height: 100svh;
  position: relative;
}

.pizzas-image-wrapper {
  border-radius: 25px;
}

.about_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer_component {
  flex-flow: column;
  display: flex;
}

.places_component {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-style: normal;
  display: flex;
}

.pizzas-head {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.about-head {
  flex: 1;
}

.place-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.places-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.close-announcement-bar {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: auto;
  margin-bottom: auto;
  transition: transform .2s;
  position: absolute;
  inset: 0% 2rem 0% auto;
}

.close-announcement-bar:hover {
  transform: scale(1.1);
}

.announcement-bar {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section_annoucement-bar {
  z-index: 999;
  background-color: var(--waves-library--black);
  color: var(--waves-library--white);
  justify-content: center;
  align-items: center;
  height: 52px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.hero-gradient {
  z-index: 9;
  background-image: linear-gradient(180deg, var(--muvek-gray), #faebe300);
  height: 220px;
  position: absolute;
  inset: -1px 0% auto;
}

.hero-gradient.bottom {
  background-image: linear-gradient(0deg, var(--muvek-gray), #faebe300);
  inset: auto 0% -1px;
}

.hero-image-001 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: rotate(0);
}

.hero-image-wrap {
  border-radius: 12px;
  width: 100%;
  height: 410px;
  overflow: hidden;
}

.hero-item-gallery {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-inside {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-direction: column;
  display: flex;
}

.hero-inside.reverse {
  justify-content: flex-end;
}

.hero-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.hero-column.column-001 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
}

.hero-gallery {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 740px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero_content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
}

.bottom-right {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

.footer-divider {
  background-color: var(--muvek-black);
  width: 100%;
  height: 1px;
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.footer-link {
  color: var(--muvek-black);
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}

.footer-top-right {
  grid-column-gap: 32px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-link-footer {
  width: 100%;
  max-width: 20rem;
  height: 2rem;
}

.brand-link-footer.w--current {
  width: 100%;
  max-width: 20rem;
}

.footer-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.subheading {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.1;
}

.hero-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pizza-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-head {
  flex: 1;
  margin-top: .75rem;
}

.faq-wrapper {
  width: 100%;
  max-width: 45rem;
  padding-top: 0;
  position: relative;
}

.faq_list {
  border-bottom: 1px solid #000;
}

.faq_answer-wrapper {
  margin-bottom: 1.5rem;
}

.faq_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq_question-text {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.faq_answer {
  overflow: hidden;
}

.faq_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq_icon {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.faq_icon-wrapper {
  align-self: flex-start;
}

.fixed-order {
  z-index: 9999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--muvek-black);
  border: 1px #000;
  border-radius: 10px;
  flex-flow: row;
  justify-content: space-around;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.order-cta-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.order-cta-text {
  color: var(--muvek-gray);
  flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
}

.fixed-order_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
}

.order-close-wrapper {
  filter: invert();
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.opening-hours-wrapper {
  display: flex;
}

.div-block, .div-block-2, .pizzas_content {
  flex: 1;
}

.about-image-wrapper {
  border-radius: 25px;
  flex: 1;
}

.about-img {
  border-radius: 25px;
  width: 100%;
  height: 100%;
}

.big-txt {
  z-index: 1;
  color: #fff;
  letter-spacing: .01em;
  background-image: url('../images/txt-vect-des.svg');
  background-position: 78% 58%;
  background-repeat: no-repeat;
  background-size: 420px;
  font-size: 150px;
  line-height: 173px;
}

.logo-m {
  color: var(--muvek-black);
}

.cky-banner-element {
  text-transform: uppercase;
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .heading-style-h2 {
    font-size: 3.5rem;
    line-height: 1;
  }

  .fixed-order {
    inset: auto 0% 0%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    text-align: left;
    font-size: 4.5rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_decor {
    background-image: linear-gradient(#0000, #0000), url('../images/pizza-muvek-hero.gif');
    background-size: auto, cover;
    height: 75svh;
    margin-top: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .hamburger-icon {
    color: var(--muvek-black);
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
  }

  .nav-menu-button {
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .nav-menu-button.w--open {
    background-color: #c8c8c800;
    border-radius: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    padding: 0;
    display: flex;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 20px;
    display: flex;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .dropdown-toggle {
    padding-right: 16px;
    font-size: 20px;
  }

  .nav-dropdown {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    background-color: var(--muvek-gray);
    border: 1px solid #1313131a;
    border-radius: 8px;
    margin-top: 0;
  }

  .nav-brand-link {
    padding-left: 0;
  }

  .master-nav {
    display: flex;
  }

  .testimonials_component {
    min-height: 20rem;
  }

  .section_annoucement-bar {
    justify-content: flex-start;
    padding-left: 24px;
  }

  .hero-gradient {
    height: 140px;
  }

  .hero-image-wrap {
    height: 320px;
  }

  .hero-gallery {
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom {
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column-reverse;
    align-items: center;
  }

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

  .footer-top {
    grid-row-gap: 40px;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-size-regular.font-alternate {
    max-width: 25ch;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 1.25rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer {
    height: auto;
  }

  .footer-gird-wrapper {
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
  }

  .dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pizzas-head {
    flex-flow: column;
  }

  .close-announcement-bar {
    inset: 8px 8px auto auto;
  }

  .announcement-bar {
    grid-row-gap: 8px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }

  .section_annoucement-bar {
    height: auto;
    padding: 32px 24px 24px;
  }

  .hero-gradient.bottom {
    margin-bottom: 0;
    inset: auto 0% 0%;
  }

  .hero-gallery {
    flex: 0 auto;
  }

  .hero_content {
    max-width: 100%;
  }

  .bottom-right {
    align-self: center;
  }

  .bottom {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    margin-bottom: 5rem;
  }

  .footer-top-right {
    grid-row-gap: 32px;
    flex-wrap: wrap;
  }

  .hero-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .faq_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq_question-text {
    font-size: 1rem;
  }

  .faq_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .faq_icon-wrapper {
    width: 1.75rem;
  }

  .order-cta-text {
    font-size: 1rem;
  }

  .fixed-order_component {
    flex-flow: wrap;
  }

  .big-txt {
    background-position: 62% 54%;
    background-size: 360px;
    font-size: 130px;
  }
}

@media screen and (max-width: 479px) {
  .text-size-regular.font-alternate {
    align-self: center;
  }

  .section_decor {
    height: 50svh;
  }

  .logo-wrapper {
    max-height: 20vh;
  }

  .order-link {
    flex: 1;
    width: 100%;
  }

  .footer-gird-wrapper {
    flex-flow: wrap;
    justify-content: center;
  }

  .hamburger-icon {
    background-color: var(--muvek-gray);
    color: var(--muvek-black);
  }

  .nav-menu {
    border-color: var(--muvek-black);
  }

  .section_bg {
    height: 50svh;
  }

  .about_component, .places-wrapper {
    flex-flow: column;
  }

  .announcement-bar {
    grid-row-gap: 12px;
  }

  .hero-gradient {
    top: -1px;
  }

  .hero-gradient.bottom {
    bottom: -1px;
  }

  .hero-column {
    width: 48%;
  }

  .hero-column.column-002, .hero-column.column-001 {
    flex: none;
  }

  .hero-gallery {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .bottom-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .bottom {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 3rem;
  }

  .footer-top-right {
    grid-row-gap: 24px;
    flex-direction: column;
  }

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

  .order-cta-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .order-cta-text {
    font-size: 1rem;
  }

  .fixed-order_component {
    flex-flow: row;
  }

  .order-close-wrapper {
    justify-content: center;
    align-items: flex-start;
    margin-left: 1rem;
  }

  .big-txt {
    background-position: 74% 52%;
    background-size: 246px;
    font-size: 90px;
  }
}

#w-node-_28523086-24fa-5a2a-d301-53e32cd873ad-aaea12c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28523086-24fa-5a2a-d301-53e32cd873b6-aaea12c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-dd5bccbd-cd68-4836-77df-2e87af651e0a-aaea12c1 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: auto;
}

#w-node-d4de2dce-6337-0f64-80f2-c9654b9693e3-aaea12c1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_28523086-24fa-5a2a-d301-53e32cd873ad-aaea12c1 {
    justify-self: center;
  }

  #w-node-dd5bccbd-cd68-4836-77df-2e87af651e0a-aaea12c1 {
    grid-column-end: 3;
  }
}

@media screen and (max-width: 479px) {
  #rendeles.w-node-_4722c481-454d-fe48-ef69-063d4a5e3415-aaea12c1 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d1b42d87-cb7f-5d95-9097-8a51941f2f27-941f2f22 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


@font-face {
  font-family: 'Optician Sans';
  src: url('../fonts/Optician-Sans.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}