@import url(https://fonts.googleapis.com/css2?family=Assistant:wght@500&family=Noto+Sans+Hebrew:wght@100..900&display=swap);body {
  background: #de0b1c;
  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;
        right: 5vw;
        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; } }

.header.timer-up {
  background-color: #ffffff; }
  @media (max-width: 768px) {
    .header.timer-up {
      background-color: #DE0B1C; }
      .header.timer-up .header-wrapper .header-content {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: unset;
            -ms-flex-pack: unset;
                justify-content: unset; }
        .header.timer-up .header-wrapper .header-content .menu-burger {
          grid-column: 1;
          grid-row: 1;
          justify-self: start;
          -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset; }
        .header.timer-up .header-wrapper .header-content .header-logo {
          grid-column: 2;
          grid-row: 1;
          justify-self: center;
          position: static;
          -webkit-transform: none;
                  transform: none;
          -webkit-box-ordinal-group: unset;
              -ms-flex-order: unset;
                  order: unset; }
        .header.timer-up .header-wrapper .header-content .buy-ticket {
          grid-column: 3;
          grid-row: 1;
          justify-self: end;
          line-height: 0;
          text-decoration: none; }
          .header.timer-up .header-wrapper .header-content .buy-ticket img {
            height: 32px;
            width: auto;
            display: block; }
        .header.timer-up .header-wrapper .header-content .header-links {
          grid-column: 1 / span 3; } }
  .header.timer-up .header-wrapper .header-content .header-links a {
    color: #DE0B1C; }
  @media (max-width: 768px) {
    .header.timer-up .header-wrapper .header-content .header-links {
      background-color: #ffffff;
      border-bottom: 1px solid #DE0B1C; } }
  .header.timer-up .menu-close {
    background: #ffffff; }

.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: 0.95em; } }
            .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.95em; } }
    .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 .container {
    width: 80vw;
    max-width: none; }
    @media (max-width: 768px) {
      .footer-wrapper .container {
        width: 100vw; } }
  .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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    text-align: start; }
    @media (max-width: 768px) {
      .footer-wrapper .footer-content {
        padding: 0 1vw;
        text-align: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .footer-wrapper .footer-logo {
    margin-bottom: 20px;
    -ms-flex-item-align: start;
        align-self: flex-start; }
    @media (max-width: 768px) {
      .footer-wrapper .footer-logo {
        -ms-flex-item-align: center;
            align-self: center; } }
    .footer-wrapper .footer-logo img {
      height: 55px;
      width: auto; }
  .footer-wrapper .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 768px) {
      .footer-wrapper .row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 1vw; } }
    .footer-wrapper .row .footer-contact,
    .footer-wrapper .row .footer-legal {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 auto;
              flex: 0 1 auto;
      width: auto;
      max-width: none; }
    .footer-wrapper .row .footer-contact {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      margin-bottom: 0;
      color: #e30613;
      font-size: 18px; }
      @media (max-width: 768px) {
        .footer-wrapper .row .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 .row .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 .row .footer-contact .contact-item span {
          color: #e30613;
          font-size: 1vw; }
          @media (max-width: 768px) {
            .footer-wrapper .row .footer-contact .contact-item span {
              font-size: 18px; } }
    .footer-wrapper .row .footer-legal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      gap: 10px;
      font-size: 1vw;
      color: #e30613; }
      @media (max-width: 768px) {
        .footer-wrapper .row .footer-legal .row-footer {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (max-width: 768px) {
        .footer-wrapper .row .footer-legal {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          font-size: 18px;
          gap: 5px; } }
      .footer-wrapper .row .footer-legal a, .footer-wrapper .row .footer-legal span {
        color: #e30613 !important;
        text-decoration: none;
        font-family: 'FbSpaceren'; }
      .footer-wrapper .row .footer-legal a:hover {
        text-decoration: underline; }
      .footer-wrapper .row .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: 14px; } }

.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 {
  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;
    background: white; }
  @media (min-width: 769px) {
    #diners-store-addresses .container {
      width: 60%;
      margin: auto; } }
  @media (max-width: 768px) {
    #diners-store-addresses {
      padding: 35px 0 0; } }
  #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: #DE0B1C;
      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 #E30D1A;
        border-radius: 0;
        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: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: #41BFB3;
          border-color: transparent; }
      #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-button {
        display: block;
        padding: 10px 0;
        color: #E30D1A !important;
        font-size: 20px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 0; }
        #diners-store-addresses .diners-store-addresses-container .diners-store-addresses-subcontainer .diners-store-addresses-state-button:not(.collapsed) {
          color: white !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;
          padding: 30px 0 120px 0; }
          @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);
              padding: 30px 0 80px 0; } }
          #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: #E30D1A;
            border: 1px solid #E30D1A;
            border-radius: 0;
            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; } }
            #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; }
              @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 .diners-shop-card-name {
                  font-size: 20px; } }
            #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: 3%;
    left: 4%;
    z-index: 1; }
    @media (max-width: 1600px) {
      #diners-store-addresses .coke-bottles {
        left: 0%; } }
    @media (max-width: 768px) {
      #diners-store-addresses .coke-bottles {
        display: block;
        width: 100vw;
        max-width: 100vw;
        height: auto;
        margin: 0;
        z-index: 1;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
        bottom: 5%; } }
  #diners-store-addresses .burger-img {
    position: absolute;
    bottom: 16%;
    right: 12%;
    z-index: 1; }
    @media (max-width: 1600px) {
      #diners-store-addresses .burger-img {
        bottom: 11%; } }
    @media (max-width: 768px) {
      #diners-store-addresses .burger-img {
        width: 20vw;
        height: auto;
        bottom: 13%;
        left: 3%;
        right: 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;
  position: relative;
  overflow-x: hidden;
  padding: 3rem 0 0; }
  @media (max-width: 768px) {
    .chefs-section {
      padding: 3rem 0 0; } }
  @media (min-width: 769px) {
    .chefs-section .container {
      width: 60%;
      margin: auto;
      margin-bottom: 4vw; } }
  .chefs-section .chefs-bottom-media {
    position: relative;
    width: 100%; }
    .chefs-section .chefs-bottom-media .bg {
      width: 100%;
      display: block; }
      @media (max-width: 768px) {
        .chefs-section .chefs-bottom-media .bg {
          width: 300%; } }
    .chefs-section .chefs-bottom-media .img4,
    .chefs-section .chefs-bottom-media .img5,
    .chefs-section .chefs-bottom-media .img6 {
      position: absolute;
      z-index: 1;
      max-width: 100%; }
    .chefs-section .chefs-bottom-media .img4 {
      right: 21%;
      bottom: 18%; }
      @media (max-width: 768px) {
        .chefs-section .chefs-bottom-media .img4 {
          right: 13%;
          bottom: 18%;
          width: 20vw;
          -webkit-transform: scaleX(-1);
                  transform: scaleX(-1); } }
    .chefs-section .chefs-bottom-media .img5 {
      right: 10%;
      bottom: 120%; }
      @media (max-width: 1600px) {
        .chefs-section .chefs-bottom-media .img5 {
          width: 6vw; } }
      @media (max-width: 768px) {
        .chefs-section .chefs-bottom-media .img5 {
          right: 6%;
          bottom: 180%;
          width: 17vw; } }
    .chefs-section .chefs-bottom-media .img6 {
      left: 8.5%;
      bottom: 62%; }
      @media (max-width: 768px) {
        .chefs-section .chefs-bottom-media .img6 {
          left: 8.5%;
          bottom: 73%;
          width: 20vw; } }

.chefs-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
  justify-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: 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 > *:last-child {
        grid-column: 1 / span 2;
        justify-self: center;
        width: calc(50% - 5px); } }
  .chefs-grid .chef-card {
    width: 100%;
    max-width: 220px; }
  .chefs-grid .chef-photo {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover; }

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

@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: 1.5vw;
  line-height: normal;
  margin-bottom: unset; }
  @media (max-width: 768px) {
    .chefs-description {
      font-size: 4.8vw;
      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: start;
      -ms-flex-align: start;
          align-items: start;
  -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .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;
    margin-top: 4vw; }
    .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 .line {
      position: absolute;
      left: 0;
      top: 4vw; }
      @media (max-width: 1600px) {
        .download-app-container .text-wrapper .line {
          top: 8vw; } }
      @media (max-width: 768px) {
        .download-app-container .text-wrapper .line {
          display: none; } }
    .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;
      padding-top: 11vw; }
      @media (max-width: 1600px) {
        .download-app-container .text-wrapper .inner-wrapper {
          padding-top: 14vw; } }
      @media (max-width: 768px) {
        .download-app-container .text-wrapper .inner-wrapper {
          padding-top: 0; } }
      .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: 18px; } }
      .download-app-container .text-wrapper .inner-wrapper .download-app-btn {
        padding: 10px 25px;
        font-size: 18px;
        line-height: normal;
        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; }
  .download-app-container picture img {
    position: relative;
    max-width: 90%;
    z-index: 2;
    left: -6vw; }
    @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;
  padding-top: 3vw; }
  @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 {
  background: white;
  color: #DE0B1C;
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 50px; }
  @media (max-width: 768px) {
    .music-on-stage {
      padding-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 {
    background: white;
    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: 0; }
  .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;
      margin-top: -3vw;
      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: 20px;
          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: 0;
    margin-top: 40px;
    z-index: 10;
    position: relative;
    overflow: visible !important; }
    @media (max-width: 768px) {
      .music-on-stage .artist-carousel {
        margin-top: 6vw;
        margin-bottom: 0; }
        .music-on-stage .artist-carousel::before, .music-on-stage .artist-carousel::after {
          display: none; } }
    .music-on-stage .artist-carousel::before, .music-on-stage .artist-carousel::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 45%;
      z-index: 15;
      pointer-events: none; }
    .music-on-stage .artist-carousel::before {
      left: 0;
      background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0)); }
    .music-on-stage .artist-carousel::after {
      right: 0;
      background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 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: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      transition: transform 0.4s ease;
      transition: transform 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: 10vw;
        height: auto;
        -o-object-fit: cover;
           object-fit: cover; }
        @media (max-width: 768px) {
          .music-on-stage .artist-carousel .artist-card .artist-photo {
            width: 30vw; } }
  .music-on-stage .artist-name-banner {
    position: relative;
    width: 100%;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    z-index: 1;
    margin: 0; }
    @media (max-width: 768px) {
      .music-on-stage .artist-name-banner {
        margin-top: 30px; } }
    .music-on-stage .artist-name-banner .artist-name-bg {
      width: 100%;
      display: block; }
    .music-on-stage .artist-name-banner .artist-name-text {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: #ffffff;
      font-family: 'FbSpaceren';
      font-weight: 700;
      font-size: 4vw;
      line-height: 1;
      text-align: center;
      white-space: nowrap; }
      @media (max-width: 768px) {
        .music-on-stage .artist-name-banner .artist-name-text {
          font-size: 9vw;
          top: 63%;
          left: 50%; } }

.artists-bottom-media {
  position: relative;
  width: 100%; }
  .artists-bottom-media .bg {
    width: 100%;
    display: block; }
  .artists-bottom-media .icecream,
  .artists-bottom-media .img-6 {
    position: absolute;
    z-index: 1;
    max-width: 100%; }
  .artists-bottom-media .icecream {
    left: 12%;
    bottom: 12%; }
    @media (max-width: 768px) {
      .artists-bottom-media .icecream {
        bottom: 9%;
        width: 22vw; } }
  .artists-bottom-media .img-6 {
    right: 32%;
    bottom: 49%; }
    @media (max-width: 768px) {
      .artists-bottom-media .img-6 {
        right: 12%;
        bottom: 41%;
        width: 18vw; } }

.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;
      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: 5vw;
          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: 5vw; } }
        .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: 4vw; } }
        .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 {
  position: relative;
  overflow-x: hidden; }
  #popup-diner .diners-container {
    max-width: 80vw;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
    @media (max-width: 768px) {
      #popup-diner .diners-container {
        max-width: 90vw; } }
  #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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    #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: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
      gap: 15px;
      text-align: center;
      padding: 3vw 0; }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .text-wrapper {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center;
          padding: 0;
          width: 100%; } }
      #popup-diner .popupDiner-container .text-wrapper p {
        font-size: 1.5vw;
        text-align: right; }
      #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;
            text-align: center; } }
      #popup-diner .popupDiner-container .text-wrapper h2 {
        font-size: 3vw;
        font-weight: 700;
        font-family: 'FbSpaceren';
        line-height: normal;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        text-align: right; }
        #popup-diner .popupDiner-container .text-wrapper h2::after {
          content: "";
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          float: right;
          width: 60%;
          border-bottom: 2px solid #41BFB3;
          margin: 15px auto 0px; }
          @media (max-width: 768px) {
            #popup-diner .popupDiner-container .text-wrapper h2::after {
              float: none;
              margin: 15px auto 0;
              border-bottom: 2px solid #41BFB3;
              -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;
            text-align: center;
            width: auto; } }
      #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: 20px;
            line-height: normal;
            text-align: center;
            width: auto; } }
      #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;
        color: #ffffff;
        font-size: 1.7vw;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 768px) {
          #popup-diner .popupDiner-container .text-wrapper .sale-starts-at {
            font-family: 'FbSpaceren';
            font-size: 5vw;
            gap: 10px;
            text-align: center;
            margin: 0 auto; } }
      #popup-diner .popupDiner-container .text-wrapper .popup-diner-btn {
        display: inline-block; }
        #popup-diner .popupDiner-container .text-wrapper .popup-diner-btn img {
          display: block;
          max-width: 100%;
          height: auto; }
          @media (max-width: 768px) {
            #popup-diner .popupDiner-container .text-wrapper .popup-diner-btn img {
              max-width: 280px;
              margin: 0 auto; } }
      #popup-diner .popupDiner-container .text-wrapper .ticket {
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 50%;
        -webkit-transform: translate(-50%, 0px);
                transform: translate(-50%, 0px); }
      #popup-diner .popupDiner-container .text-wrapper .age-limit {
        font-family: 'FbSpaceren';
        font-size: 1.2vw; }
        @media (max-width: 768px) {
          #popup-diner .popupDiner-container .text-wrapper .age-limit {
            text-align: center;
            margin-top: -5vw;
            font-weight: bold;
            font-size: 5vw; } }
      #popup-diner .popupDiner-container .text-wrapper .cap {
        position: absolute;
        top: 0;
        left: 2vw; }
    #popup-diner .popupDiner-container .animation-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 768px) {
        #popup-diner .popupDiner-container .animation-wrapper {
          width: 100vw; } }
      #popup-diner .popupDiner-container .animation-wrapper img {
        width: 50vw; }
        @media (max-width: 768px) {
          #popup-diner .popupDiner-container .animation-wrapper img {
            width: 100vw; } }
  #popup-diner .popup-bottom-media {
    position: relative;
    width: 100%; }
    #popup-diner .popup-bottom-media .popup-full-width {
      width: 100%;
      display: block; }
      @media (max-width: 768px) {
        #popup-diner .popup-bottom-media .popup-full-width {
          width: 300%; } }
    #popup-diner .popup-bottom-media .popup-overlay {
      position: absolute;
      z-index: 1;
      max-width: 100%; }
    #popup-diner .popup-bottom-media .popup-localizable-image {
      left: 13%;
      bottom: 18%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (max-width: 1600px) {
        #popup-diner .popup-bottom-media .popup-localizable-image {
          width: 8vw; } }
      @media (max-width: 768px) {
        #popup-diner .popup-bottom-media .popup-localizable-image {
          left: 37%;
          width: 21%;
          bottom: 23%; } }
    #popup-diner .popup-bottom-media .popup-localizable-image-mobile {
      right: 35%;
      bottom: 62%;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
      @media (max-width: 1600px) {
        #popup-diner .popup-bottom-media .popup-localizable-image-mobile {
          width: 8vw; } }
      @media (max-width: 768px) {
        #popup-diner .popup-bottom-media .popup-localizable-image-mobile {
          width: 19%;
          right: 13%;
          bottom: 56%; } }

.timer-lottie-wrapper {
  position: relative;
  width: 545px;
  height: 226px;
  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: 1.2vw;
    width: 100%;
    height: 100%;
    z-index: 1; }
    @media (max-width: 1600px) {
      .timer-lottie-wrapper #lottie-lights {
        left: 1.5vw; } }
    @media (max-width: 768px) {
      .timer-lottie-wrapper #lottie-lights {
        left: 0; } }
  .timer-lottie-wrapper .timer-wrapper {
    position: relative;
    z-index: 2; }
    .timer-lottie-wrapper .timer-wrapper p {
      text-align: right; }
      @media (max-width: 768px) {
        .timer-lottie-wrapper .timer-wrapper p {
          text-align: center; } }

.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: 60px;
  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; }
  @media (max-width: 768px) {
    .timer-label {
      font-size: 18px; } }

.diner-in-restaurants {
  color: white;
  margin-top: 100px;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  background-color: #de0b1c;
  background-image: url("../images/diner-bottom-img.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
  padding-bottom: 22vw; }
  @media (max-width: 768px) {
    .diner-in-restaurants {
      margin-top: 40px;
      overflow: clip;
      padding-bottom: 70vw;
      background-image: url("../images/diner-bottom-mob.png"); } }
  .diner-in-restaurants .diners-container {
    max-width: 90vw;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }
  .diner-in-restaurants .dinerIn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2; }
    @media (max-width: 768px) {
      .diner-in-restaurants .dinerIn-wrapper {
        -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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: 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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: right;
    position: relative;
    z-index: 3; }
    @media (max-width: 768px) {
      .diner-in-restaurants .text-wrapper {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        width: 100%; } }
    .diner-in-restaurants .text-wrapper h2 {
      font-size: 3.8vw;
      font-style: normal;
      font-weight: 700;
      line-height: 90%;
      letter-spacing: -0.72px;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper h2 {
          font-size: 28px;
          width: auto;
          text-align: center; } }
    .diner-in-restaurants .text-wrapper p {
      font-size: 1.8vw;
      font-style: normal;
      font-weight: 400;
      line-height: 1.2;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper p {
          font-size: 20px;
          line-height: normal;
          width: auto;
          text-align: center; } }
    .diner-in-restaurants .text-wrapper h4 {
      font-size: 2vw;
      font-weight: 700;
      margin: 5px 0px 25px; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper h4 {
          font-size: 24px;
          margin: 0px 0 20px;
          width: auto;
          text-align: center; } }
    .diner-in-restaurants .text-wrapper .btn {
      color: #FFFFFF !important;
      background: #41BFB3;
      font-size: 1.7vw;
      font-weight: bold;
      padding: 10px 30px; }
      @media (max-width: 768px) {
        .diner-in-restaurants .text-wrapper .btn {
          font-size: 16px; } }
  .diner-in-restaurants .bottom-layer {
    display: none; }
  .diner-in-restaurants .coca-cap {
    display: none; }
    @media (max-width: 768px) {
      .diner-in-restaurants .coca-cap {
        display: block;
        position: absolute;
        top: 82%;
        right: 0;
        left: auto;
        -webkit-transform: translateY(-50%) translateX(calc(10vw + 15px));
                transform: translateY(-50%) translateX(calc(10vw + 15px));
        z-index: 4;
        max-width: 45%;
        pointer-events: none; } }
  .diner-in-restaurants .burger {
    position: absolute;
    bottom: -10%;
    left: 45%;
    z-index: 1; }
    @media (max-width: 1024px) {
      .diner-in-restaurants .burger {
        position: absolute;
        bottom: 11%;
        left: 54%;
        z-index: 1;
        width: 10vw; } }
    @media (max-width: 768px) {
      .diner-in-restaurants .burger {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-top: 15px;
        max-width: 50%;
        width: auto;
        bottom: -63%;
        left: unset;
        right: unset; } }
  @media (max-width: 768px) {
    .diner-in-restaurants .animation-wrapper {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }

/* 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; }
