@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@500&family=Noto+Sans+Hebrew:wght@100..900&display=swap);body {
  background: #E30D1A;
  font-family: "Unity", "FbSpaceren", sans-serif;
  direction: rtl; }

.diners-page {
  padding-top: 50px; }
  .diners-page h1, .diners-page h2, .diners-page h3, .diners-page h4, .diners-page h5, .diners-page h6 {
    font-family: "Unity", "FbSpaceren", sans-serif; }

.up-button {
  position: fixed;
  left: 20px;
  bottom: 20px;
  border: unset;
  z-index: 20;
  background: unset; }

.invalid-feedback {
  color: black; }

.header {
  background-color: #DE0B1C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3), inset 0 -5px 15px rgba(0, 0, 0, 0.1);
  font-family: "Unity", "FbSpaceren", sans-serif; }
  .header .header-wrapper {
    width: 100%;
    padding: 0 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .header .header-wrapper .header-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      direction: rtl;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .header .header-wrapper .header-content .header-logo {
        position: absolute;
        left: 40px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header .header-wrapper .header-content .header-logo img {
          height: 45px;
          width: auto; }
      .header .header-wrapper .header-content .header-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .header .header-wrapper .header-content .header-links a {
          color: #FAF6EB;
          font-size: 18px;
          font-weight: 400;
          text-decoration: none;
          white-space: nowrap; }
          .header .header-wrapper .header-content .header-links a:hover {
            text-decoration: underline; }

@media (max-width: 768px) {
  .header {
    height: 70px; }
    .header .header-wrapper {
      padding: 0 20px;
      position: static; }
      .header .header-wrapper .header-content {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .header .header-wrapper .header-content .menu-burger {
          border: unset;
          padding: 0;
          background: unset;
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          display: block; }
        .header .header-wrapper .header-content .header-logo {
          position: static;
          -webkit-transform: none;
                  transform: none;
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2; }
          .header .header-wrapper .header-content .header-logo img {
            height: 35px; }
        .header .header-wrapper .header-content .header-links {
          display: none;
          position: fixed;
          top: 70px;
          right: 0;
          width: 100%;
          height: auto;
          background-color: #DE0B1C;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding: 20px;
          gap: 38px;
          z-index: 1001;
          border-bottom: 1px solid white; }
          .header .header-wrapper .header-content .header-links.is-open {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
          .header .header-wrapper .header-content .header-links a {
            font-size: 22px;
            width: 100%;
            text-align: right; }
  .menu-close {
    position: absolute;
    background: #DE0B1C;
    top: 25px;
    border: unset;
    left: 25px; } }

@media (min-width: 769px) {
  .header .header-wrapper .header-content .header-links {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .menu-burger, .menu-close {
    display: none !important; } }

.ramadanminisite-form-section {
  text-align: center;
  padding: 5vh 10vw; }
  .ramadanminisite-form-section h2 {
    color: white;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem;
    direction: rtl;
    margin-bottom: 2vh;
    margin-top: 3vh; }
    @media (max-width: 768px) {
      .ramadanminisite-form-section h2 {
        font-size: 1.6em; } }
  @media (max-width: 768px) {
    .ramadanminisite-form-section {
      width: 100%;
      padding: 3vh 5vw; } }
  .ramadanminisite-form-section .ramadanminisite-form-main-section {
    width: 55%;
    margin: auto;
    color: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative; }
    @media (max-width: 768px) {
      .ramadanminisite-form-section .ramadanminisite-form-main-section {
        width: 100%; } }
    .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper {
      direction: rtl; }
      .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-group {
        text-align: right; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-group label {
          text-align: right;
          font-size: 1em;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          direction: rtl;
          text-align: right; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-group input {
          direction: rtl; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-group .form-control {
          direction: rtl;
          padding-right: 1em;
          border-radius: 0; }
      .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container {
        font-size: 1.125rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        cursor: pointer; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container.is-invalid {
          color: #c00; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container .custom-control {
          position: relative;
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          font-size: 14px; }
          .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container .custom-control-input {
            position: relative;
            opacity: 1;
            width: 18px;
            height: 18px;
            margin: 0;
            cursor: pointer;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: 2px solid white;
            border-radius: 50%;
            background-color: transparent;
            z-index: 2;
            margin-left: .5em;
            margin-top: 5px; }
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container .custom-control-input.is-invalid {
              border-color: black; }
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container .custom-control-input:checked {
              background-color: transparent;
              position: relative; }
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container .custom-control-input:checked::after {
              content: "";
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              width: 8px;
              height: 8px;
              background-color: white;
              border-radius: 50%; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div {
          color: white;
          font-size: 1.125rem;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-align: right; }
          @media (max-width: 768px) {
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div {
              line-height: 27px; } }
          .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div a {
            text-decoration: underline;
            color: white; }
          .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div span {
            font-size: 0.9375rem;
            font-style: normal;
            font-weight: 500;
            line-height: normal; }
            @media (max-width: 768px) {
              .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div span {
                font-size: .8em; } }
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .form-checkbox .checkbox-container div span a {
              text-decoration: underline;
              color: white; }
      .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .button-container {
        text-align: right;
        margin-top: 30px; }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .button-container button {
          height: 42px;
          width: 50%;
          color: white;
          border: none;
          background: #AE0C16;
          font-weight: 500;
          font-size: 18px;
          line-height: 32px;
          letter-spacing: 0%;
          text-align: center;
          direction: rtl;
          margin-bottom: 5px; }
          @media (max-width: 768px) {
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .button-container button {
              width: 100%;
              font-size: 20px; } }
        .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .button-container p {
          direction: rtl;
          color: white;
          font-size: 1em;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-align: right; }
          @media (max-width: 768px) {
            .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .button-container p {
              font-size: 1.2em; } }
      .ramadanminisite-form-section .ramadanminisite-form-main-section .form-wrapper .errorMessage {
        color: #c00;
        direction: rtl; }
  .ramadanminisite-form-section .float-img {
    position: absolute;
    left: -45%;
    max-width: 150px;
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .ramadanminisite-form-section .float-img {
        display: none; } }
    .ramadanminisite-form-section .float-img.star {
      top: 50%;
      left: 15%; }
  .ramadanminisite-form-section .pic-wrapper {
    position: relative;
    z-index: 3; }
  .ramadanminisite-form-section .form-background-image {
    max-width: 500px;
    margin-top: 50px; }
    @media (max-width: 768px) {
      .ramadanminisite-form-section .form-background-image {
        max-width: 85%; } }

.ramadanminisite-section2-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .ramadanminisite-section2-container .background-image {
    width: 100%;
    height: auto; }
  .ramadanminisite-section2-container .ramadanminisite-section2-texts {
    margin-top: -65px;
    text-align: center; }
    @media (max-width: 768px) {
      .ramadanminisite-section2-container .ramadanminisite-section2-texts {
        bottom: 8vh;
        margin-top: unset;
        padding: 0 5vw; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts h2 {
      color: #FAF6EB;
      text-align: center;
      font-size: 75px;
      line-height: normal;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      width: 50%;
      margin: auto;
      direction: rtl; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts h2 {
          width: auto;
          font-size: 45px; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts a h3 {
      text-decoration: none; }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts h3 {
      color: white;
      text-align: center;
      font-size: 40px;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      margin: 15px auto 25px auto;
      direction: rtl; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts h3 {
          font-size: 30px; } }
      .ramadanminisite-section2-container .ramadanminisite-section2-texts h3.btn-style {
        border-radius: 24px;
        background: white;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: red;
        font-size: 26px;
        padding: 14px 45px; }
        @media (max-width: 768px) {
          .ramadanminisite-section2-container .ramadanminisite-section2-texts h3.btn-style {
            padding: 10px 31px;
            font-size: 1.1em; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts p {
      color: #FAF6EB;
      text-align: center;
      font-size: 1.8em;
      font-style: normal;
      font-weight: 700;
      line-height: 1;
      width: 36%;
      margin: auto;
      direction: rtl; }
      @media (max-width: 1400px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts p {
          font-size: 3.5vh; } }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts p {
          font-size: 1.6em;
          width: 100%; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts .light {
      font-weight: 100; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts .light {
          font-size: 0.8em; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts .line {
      max-width: 400px;
      margin: 10px auto;
      border-top: 1px solid white; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts .line {
          max-width: 85%; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts .logos {
      max-width: 25%;
      margin: 25px 0px; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts .logos {
          max-width: 90%; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts .star {
      position: absolute;
      right: 15%;
      max-width: 90px;
      top: 0px; }
      @media (max-width: 768px) {
        .ramadanminisite-section2-container .ramadanminisite-section2-texts .star {
          display: none; } }
    .ramadanminisite-section2-container .ramadanminisite-section2-texts .ramadan-kareem-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 5px;
      width: auto; }
      .ramadanminisite-section2-container .ramadanminisite-section2-texts .ramadan-kareem-wrapper img {
        max-width: 150px;
        margin-bottom: 10px; }

.footer-wrapper {
  background-color: #ffffff;
  padding: 55px 0;
  width: 100%;
  direction: rtl; }
  @media (max-width: 768px) {
    .footer-wrapper {
      padding: 45px 0; } }
  .footer-wrapper .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    @media (max-width: 768px) {
      .footer-wrapper .footer-content {
        padding: 0 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
  .footer-wrapper .footer-logo {
    margin-bottom: 20px; }
    .footer-wrapper .footer-logo img {
      height: 55px;
      width: auto; }
  .footer-wrapper .footer-socials {
    gap: 15px;
    margin-bottom: 20px; }
    .footer-wrapper .footer-socials a {
      color: #e30613;
      font-size: 24px;
      text-decoration: none; }
  .footer-wrapper .footer-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
    color: #e30613;
    font-size: 18px; }
    @media (max-width: 768px) {
      .footer-wrapper .footer-contact {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 10px; } }
    .footer-wrapper .footer-contact .contact-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 8px; }
      .footer-wrapper .footer-contact .contact-item span {
        color: #e30613;
        font-size: 18px; }
        @media (max-width: 768px) {
          .footer-wrapper .footer-contact .contact-item span {
            font-size: 16px; } }
  .footer-wrapper .footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    font-size: 18px;
    color: #e30613; }
    @media (max-width: 768px) {
      .footer-wrapper .footer-legal {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 16px;
        gap: 5px; }
        .footer-wrapper .footer-legal .divider {
          display: none;
          /* Hide vertical bars on mobile stack */ } }
    .footer-wrapper .footer-legal a, .footer-wrapper .footer-legal span {
      color: #e30613 !important;
      text-decoration: none;
      font-family: 'FbSpaceren'; }
    .footer-wrapper .footer-legal a:hover {
      text-decoration: underline; }
    .footer-wrapper .footer-legal .divider {
      padding: 0px 10px; }
  .footer-wrapper .legal-text-rotated {
    font-size: 16px;
    color: #e30613;
    width: 50%;
    padding: 10px 0; }
    @media (max-width: 768px) {
      .footer-wrapper .legal-text-rotated {
        width: auto;
        font-size: 12px; } }

.ramadanminisite-firstpage-container,
.ramadanminisite-thankyoupage-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .ramadanminisite-firstpage-container .background-image,
  .ramadanminisite-thankyoupage-container .background-image {
    width: 100%;
    height: auto; }
  .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts,
  .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 30%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (max-width: 768px) {
      .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts,
      .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts {
        bottom: 0%;
        top: unset; } }
    .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector,
    .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext,
    .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector,
    .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext {
      position: absolute;
      width: 100%;
      z-index: 2;
      font-family: "Unity", "FbSpaceren", sans-serif;
      font-size: 4em;
      line-height: 1.1;
      font-weight: 700;
      direction: rtl;
      color: white; }
      @media (max-width: 768px) {
        .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector,
        .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext,
        .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector,
        .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext {
          font-size: 3em; } }
      .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector a,
      .ramadanminisite-firstpage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext a,
      .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-language-selector a,
      .ramadanminisite-thankyoupage-container .ramadanminisite-standardPage-texts .ramadanminisite-thankyoutext a {
        color: white; }

#diners-store-addresses {
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow-x: hidden;
  display: none; }
  #diners-store-addresses.show-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  @media (min-width: 769px) {
    #diners-store-addresses .container {
      width: 60%;
      margin: auto; } }
  @media (max-width: 768px) {
    #diners-store-addresses {
      padding: 35px 0 15px; } }
  #diners-store-addresses .diners-store-addresses-container {
    text-align: center;
    width: 100%; }
    @media (max-width: 768px) {
      #diners-store-addresses .diners-store-addresses-container {
        width: 95%;
        margin: auto; } }
    #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-title h2 {
      color: white;
      font-size: 45px;
      font-weight: 700;
      width: auto;
      margin: auto; }
      @media (max-width: 768px) {
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-title h2 {
          font-size: 28px;
          width: 75%;
          margin-top: 15px; } }
    #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer {
      position: relative;
      margin-top: 30px; }
      @media (max-width: 768px) {
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer {
          width: 85%;
          margin: 30px auto 0; } }
      #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        background-color: transparent;
        margin-bottom: 20px; }
      #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border: 1px solid white;
        background-color: transparent;
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container:first-child {
          border-top-left-radius: 25px;
          border-bottom-left-radius: 25px; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container:last-child {
          border-top-right-radius: 25px;
          border-bottom-right-radius: 25px; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container:not(:first-child) {
          margin-left: -1px; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-container:has(.diners-store-addresses-state-button:not(.collapsed)) {
          background-color: white; }
      #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-button {
        display: block;
        padding: 10px 0;
        color: white !important;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-button:not(.collapsed) {
          color: #e30613 !important;
          font-weight: bold; }
      #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state {
        margin-top: 20px; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops {
          display: grid;
          grid-template-columns: repeat(3, 1fr);
          gap: 15px; }
          @media (max-width: 768px) {
            #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops {
              grid-template-columns: repeat(2, 1fr); } }
          #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops .diners-store-addresses-shops-card {
            padding: 15px;
            text-align: center;
            color: white;
            border: 1px solid white;
            border-radius: 12px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; }
            @media (max-width: 768px) {
              #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops .diners-store-addresses-shops-card {
                z-index: 2;
                background: #E30D1A; } }
            #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops .diners-store-addresses-shops-card .diners-shop-card-name {
              font-weight: 500;
              font-size: 18px; }
            #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state .diners-store-addresses-shops .diners-store-addresses-shops-card .diners-shop-card-address {
              font-weight: 700;
              font-size: 14px; }
  @media (max-width: 768px) {
    #diners-store-addresses .burger-header {
      width: 95%;
      margin: auto; } }
  #diners-store-addresses .coke-bottles {
    position: absolute;
    bottom: 10%;
    left: 10%;
    z-index: 1; }
    @media (max-width: 1600px) {
      #diners-store-addresses .coke-bottles {
        bottom: 0%;
        left: 0%; } }
    @media (max-width: 768px) {
      #diners-store-addresses .coke-bottles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 60%;
        margin: -5vh auto -20vh;
        z-index: 1;
        position: relative;
        bottom: unset;
        right: unset;
        left: unset; } }
  #diners-store-addresses .bottom-layer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block; }

.chefs-section {
  background-color: #e30613;
  overflow-x: hidden;
  padding: 3rem 0 10px; }
  @media (max-width: 768px) {
    .chefs-section {
      padding: 3rem 0 2rem; } }
  @media (min-width: 769px) {
    .chefs-section .container {
      width: 60%;
      margin: auto; } }

.chefs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .chefs-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 20px 10px;
      padding: 0 10px; } }
  .chefs-grid .chef-card {
    width: 100%;
    max-width: 220px; }
  .chefs-grid .chef-photo {
    width: 100%;
    height: auto;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover; }

.chef-image-wrapper {
  width: 100%;
  position: relative;
  display: inline-block; }

.chef-name-label {
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%; }
  .chef-name-label span {
    display: inline-block;
    background-color: #fff;
    color: #e30613;
    padding: 6px 15px;
    border-radius: 12px;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); }
    @media (max-width: 768px) {
      .chef-name-label span {
        font-size: 16px;
        font-family: 'FbSpaceren';
        padding: 4px 10px; } }

@media (max-width: 768px) {
  .chefs-header img {
    margin: auto; } }

.chefs-title {
  font-size: 2.5rem;
  font-family: 'FbSpaceren' !important; }
  @media (max-width: 768px) {
    .chefs-title {
      font-size: 1.8rem;
      margin-top: 15px; } }

.chefs-description {
  font-size: 20px;
  margin-bottom: unset; }
  @media (max-width: 768px) {
    .chefs-description {
      font-size: 18px;
      line-height: normal; } }

.download-app-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .download-app-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .download-app-container .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 15px; }
    .download-app-container .text-wrapper h4 {
      text-align: center;
      font-size: 2em;
      font-weight: 600; }
      @media (max-width: 768px) {
        .download-app-container .text-wrapper h4 {
          font-size: 24px; } }
    .download-app-container .text-wrapper .inner-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 15px; }
      .download-app-container .text-wrapper .inner-wrapper .d-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .download-app-container .text-wrapper .inner-wrapper .d-flex img {
          max-width: 40px; }
          @media (max-width: 768px) {
            .download-app-container .text-wrapper .inner-wrapper .d-flex img {
              max-width: 32px; } }
        .download-app-container .text-wrapper .inner-wrapper .d-flex span {
          font-size: 18px; }
          @media (max-width: 768px) {
            .download-app-container .text-wrapper .inner-wrapper .d-flex span {
              font-size: 16px; } }
      .download-app-container .text-wrapper .inner-wrapper .download-app-btn {
        margin-top: 15px;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 15px;
        color: #DE0B1C !important;
        background: white;
        border-radius: 20px;
        font-size: 22px;
        border: 1px solid #DE0B1C;
        font-weight: bold;
        padding: 10px 30px; }
        @media (max-width: 768px) {
          .download-app-container .text-wrapper .inner-wrapper .download-app-btn {
            padding: 10px 25px;
            font-size: 18px;
            line-height: normal; } }
  .download-app-container picture img {
    max-width: 70%; }
    @media (max-width: 768px) {
      .download-app-container picture img {
        width: 100vw !important;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        /* Centers the 100vw image */
        margin: 0;
        display: block;
        max-width: none !important; } }

.download-app-wrapper {
  position: relative; }
  @media (max-width: 768px) {
    .download-app-wrapper .app-header img {
      margin: auto; } }
  @media (min-width: 769px) {
    .download-app-wrapper .app-header {
      width: 80%;
      margin: auto; } }
  @media (min-width: 1600px) {
    .download-app-wrapper .app-header {
      width: auto; } }

.logo-carousel-wrapper {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative; }

.logo-swiper {
  width: 100%;
  padding: 60px 0; }
  @media (max-width: 767px) {
    .logo-swiper {
      padding: 20px 0; } }

.logo-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.logo-item {
  width: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
  -webkit-transition: opacity 0.4s linear, -webkit-filter 0.4s linear, -webkit-transform 0.4s linear;
  transition: opacity 0.4s linear, -webkit-filter 0.4s linear, -webkit-transform 0.4s linear;
  transition: filter 0.4s linear, opacity 0.4s linear, transform 0.4s linear;
  transition: filter 0.4s linear, opacity 0.4s linear, transform 0.4s linear, -webkit-filter 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: scale(0.9);
          transform: scale(0.9); }

.logo-item.swiper-slide-active {
  -webkit-filter: grayscale(0%) !important;
          filter: grayscale(0%) !important;
  opacity: 1 !important;
  -webkit-transform: scale(1.1) !important;
          transform: scale(1.1) !important; }

.logo-item img {
  height: 50px;
  width: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain; }

@media (max-width: 767px) {
  .logo-item img {
    height: 40px; } }

.music-on-stage {
  color: white;
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 50px; }
  @media (max-width: 768px) {
    .music-on-stage {
      margin-top: 40px; }
      .music-on-stage .guiter-wrapper img {
        margin: auto; } }
  @media (min-width: 769px) {
    .music-on-stage .guiter-wrapper {
      width: 60%;
      margin: auto; } }
  .music-on-stage .content-wrapper {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 10vh; }
    @media (max-width: 768px) {
      .music-on-stage .content-wrapper {
        padding-bottom: 20vh; } }
  .music-on-stage .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .music-on-stage .text-wrapper h2 {
      font-size: 45px;
      font-weight: 700;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (max-width: 768px) {
        .music-on-stage .text-wrapper h2 {
          font-size: 28px; } }
    .music-on-stage .text-wrapper p {
      font-size: 20px; }
      @media (max-width: 768px) {
        .music-on-stage .text-wrapper p {
          font-size: 18px;
          line-height: normal; } }
    .music-on-stage .text-wrapper h4 {
      font-size: 30px;
      font-weight: 700;
      margin: 5px 0px 25px; }
      @media (max-width: 768px) {
        .music-on-stage .text-wrapper h4 {
          font-size: 24px;
          margin: 0px 0 20px; } }
  .music-on-stage .artist-carousel {
    width: 100%;
    padding: 40px 0 20px;
    z-index: 10;
    position: relative;
    overflow: visible !important; }
    @media (max-width: 768px) {
      .music-on-stage .artist-carousel {
        padding: 40px 0 0; } }
    .music-on-stage .artist-carousel .swiper-slide {
      width: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease;
      transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease; }
      .music-on-stage .artist-carousel .swiper-slide.swiper-slide-active {
        -webkit-transform: scale(1.8);
                transform: scale(1.8);
        z-index: 12; }
        @media (max-width: 768px) {
          .music-on-stage .artist-carousel .swiper-slide.swiper-slide-active {
            -webkit-transform: scale(2.5);
                    transform: scale(2.5); } }
    .music-on-stage .artist-carousel .artist-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer; }
      .music-on-stage .artist-carousel .artist-card .artist-photo {
        width: 180px;
        height: 180px;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          .music-on-stage .artist-carousel .artist-card .artist-photo {
            width: 110px;
            height: 110px; } }
  .music-on-stage .background-banner-wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none; }
    .music-on-stage .background-banner-wrapper .bottom-layer {
      min-width: 100vw;
      width: 100vw;
      display: block;
      margin: 0; }

.concerts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  color: white;
  margin: 80px auto;
  gap: 40px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 768px) {
    .concerts-grid {
      grid-template-columns: repeat(2, 1fr);
      margin: 40px auto;
      gap: 20px 10px;
      padding: 0 15px; } }
  .concerts-grid .date-wrp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0; }
    .concerts-grid .date-wrp .date {
      background: white;
      color: #e30613;
      border-radius: 12px;
      padding: 3px 15px;
      font-weight: bold;
      font-size: 20px;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      font-family: 'FbSpaceren'; }
      @media (max-width: 768px) {
        .concerts-grid .date-wrp .date {
          font-size: 16px;
          padding: 6px 0px; } }
    .concerts-grid .date-wrp .date-shows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 30px;
      padding-top: 15px;
      position: relative; }
      @media (max-width: 768px) {
        .concerts-grid .date-wrp .date-shows {
          gap: 15px; } }
      .concerts-grid .date-wrp .date-shows .concert-info {
        position: relative;
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-family: 'FbSpaceren';
        padding: 10px 0; }
        .concerts-grid .date-wrp .date-shows .concert-info span {
          font-size: 20px; }
          @media (max-width: 768px) {
            .concerts-grid .date-wrp .date-shows .concert-info span {
              font-size: 18.4px; } }
        .concerts-grid .date-wrp .date-shows .concert-info div {
          font-weight: bold;
          font-size: 20px;
          line-height: 1.2;
          word-wrap: break-word; }
          @media (max-width: 768px) {
            .concerts-grid .date-wrp .date-shows .concert-info div {
              font-size: 14px; } }
        .concerts-grid .date-wrp .date-shows .concert-info:not(:last-child)::after {
          content: "";
          position: absolute;
          left: -15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          height: 100%;
          width: 1px;
          background-color: white; }
          @media (max-width: 768px) {
            .concerts-grid .date-wrp .date-shows .concert-info:not(:last-child)::after {
              left: -8px; } }

#popup-diner .popupDiner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    #popup-diner .popupDiner-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  #popup-diner .popupDiner-container .text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    gap: 15px;
    text-align: center; }
    #popup-diner .popupDiner-container .text-wrapper .coming-soon {
      font-size: 24px;
      font-weight: bold; }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .text-wrapper .coming-soon {
          font-size: 20px; } }
    #popup-diner .popupDiner-container .text-wrapper h2 {
      font-size: 45px;
      font-weight: 700;
      font-family: 'FbSpaceren';
      line-height: normal;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      #popup-diner .popupDiner-container .text-wrapper h2::after {
        content: "";
        display: block;
        width: 60%;
        border-bottom: 1px solid #ffffff;
        margin: 15px auto 0px; }
        @media (max-width: 768px) {
          #popup-diner .popupDiner-container .text-wrapper h2::after {
            border-bottom: 2px solid #ffffff;
            -webkit-box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px rgba(255, 255, 255, 0.6);
                    box-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px rgba(255, 255, 255, 0.6); } }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .text-wrapper h2 {
          font-size: 28px;
          margin-top: 15px; } }
    #popup-diner .popupDiner-container .text-wrapper p {
      font-size: 20px;
      margin-bottom: unset; }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .text-wrapper p {
          font-size: 18px;
          line-height: normal; } }
    #popup-diner .popupDiner-container .text-wrapper .sale-starts-at {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 15px;
      color: #ffffff;
      font-size: 24px;
      font-weight: bold;
      text-align: center; }
      #popup-diner .popupDiner-container .text-wrapper .sale-starts-at::before, #popup-diner .popupDiner-container .text-wrapper .sale-starts-at::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url("../images/lighting.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center; }
      #popup-diner .popupDiner-container .text-wrapper .sale-starts-at::after {
        -webkit-transform: scaleX(-1);
                transform: scaleX(-1); }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .text-wrapper .sale-starts-at {
          font-family: 'FbSpaceren';
          font-size: 18px;
          gap: 10px; } }
    #popup-diner .popupDiner-container .text-wrapper .age-limit {
      padding-top: 10px;
      font-family: 'FbSpaceren';
      font-size: 20x; }

.timer-lottie-wrapper {
  position: relative;
  width: 350px;
  height: 160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (max-width: 768px) {
    .timer-lottie-wrapper {
      width: 85%;
      height: 130px; } }
  .timer-lottie-wrapper #lottie-lights {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .timer-lottie-wrapper .timer-wrapper {
    position: relative;
    z-index: 2; }

.timer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* Aligns all blocks to the top */
  gap: 15px;
  direction: rtl;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.timer-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.timer-val {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  /* Crucial for precise alignment */ }
  @media (max-width: 768px) {
    .timer-val {
      font-size: 30px; } }

.timer-separator {
  font-size: 40px;
  font-weight: bold;
  /* This pushes the colon down to center it vertically with the numbers */
  line-height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  /* Match this to the font-size of .timer-val */ }
  @media (max-width: 768px) {
    .timer-separator {
      font-size: 24px;
      font-weight: bold;
      line-height: normal;
      display: -webkit-box;
      height: unset;
      line-height: normal; } }

.timer-label {
  font-size: 16px;
  margin-top: 5px; }

.diner-in-restaurants {
  color: white;
  margin-top: 100px;
  position: relative;
  overflow-x: hidden;
  width: 100%; }
  @media (max-width: 768px) {
    .diner-in-restaurants {
      margin-top: 40px;
      overflow: clip; } }
  .diner-in-restaurants .dinerIn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .diner-in-restaurants .dinerIn-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .diner-in-restaurants .text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    z-index: 2; }
    @media (max-width: 768px) {
      .diner-in-restaurants .text-wrapper {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .diner-in-restaurants .text-wrapper h2 {
      font-size: 45px;
      font-weight: 700;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper h2 {
          font-size: 28px; } }
    .diner-in-restaurants .text-wrapper p {
      font-size: 20px; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper p {
          font-size: 18px;
          line-height: normal; } }
    .diner-in-restaurants .text-wrapper h4 {
      font-size: 30px;
      font-weight: 700;
      margin: 5px 0px 25px; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper h4 {
          font-size: 24px;
          margin: 0px 0 20px; } }
    .diner-in-restaurants .text-wrapper .btn {
      color: #DE0B1C !important;
      background: white;
      border-radius: 20px;
      font-size: 22px;
      border: 1px solid #DE0B1C;
      font-weight: bold;
      padding: 10px 30px; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper .btn {
          font-size: 16px; } }
  .diner-in-restaurants .bottom-layer {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    display: block;
    margin-top: -15vh; }
  .diner-in-restaurants .burger {
    position: absolute;
    bottom: 10%;
    right: 10%;
    z-index: 1; }
    @media (max-width: 1600px) {
      .diner-in-restaurants .burger {
        bottom: 0%;
        right: 0%; } }
    @media (max-width: 768px) {
      .diner-in-restaurants .burger {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-bottom: -7vh;
        margin-top: 15px;
        max-width: 50%;
        position: relative;
        bottom: unset;
        left: unset;
        right: unset; } }
  @media (max-width: 768px) {
    .diner-in-restaurants .animation-wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }

/* REGULAR FONT (Hebrew + Numbers) */
@font-face {
  font-family: "FbSpaceren";
  src: url("../fonts/fbspaceren-regular-webfont.eot");
  src: url("../fonts/fbspaceren-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fbspaceren-regular-webfont.woff") format("woff"), url("../fonts/fbspaceren-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

/* BOLD FONT (Hebrew + Numbers) */
@font-face {
  font-family: "FbSpaceren";
  src: url("../fonts/fbspaceren-bold-webfont.eot");
  src: url("-./fonts/fbspaceren-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fbspaceren-bold-webfont.woff") format("woff"), url("../fonts/fbspaceren-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Unity";
  src: url("../fonts/Unity-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Unity";
  src: url("../fonts/Unity-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
