@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: "Cairo" !important;
  margin: 0 !important; }
  @media (max-width: 768px) {
    body #INDmenu-btn {
      top: 20vh !important; } }

.up-button {
  position: fixed;
  left: 27rem;
  bottom: 18rem;
  border: unset;
  z-index: 20;
  background: unset; }
  @media (max-width: 768px) {
    .up-button {
      left: 1.7rem;
      bottom: 10.5rem; } }

.invalid-feedback {
  color: black; }

.main-content {
  background: -webkit-gradient(linear, left top, left bottom, from(#89111C), color-stop(20%, #E30D1A), color-stop(80%, #E30D1A), to(#89111C));
  background: linear-gradient(180deg, #89111C 0%, #E30D1A 20%, #E30D1A 80%, #89111C 100%); }
  @media (max-width: 768px) {
    .main-content {
      background: -webkit-gradient(linear, left top, left bottom, from(#89111C), color-stop(5%, #E30D1A), color-stop(90%, #E30D1A), to(#89111C));
      background: linear-gradient(180deg, #89111C 0%, #E30D1A 5%, #E30D1A 90%, #89111C 100%); } }

.mondial26-header-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .mondial26-header-container h2 {
    position: absolute;
    color: #fff;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    font-size: 4.4rem;
    top: 3vh;
    font-weight: 800;
    line-height: 9.8125rem;
    font-family: "Cairo" !important;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
    @media (max-width: 768px) {
      .mondial26-header-container h2 {
        top: 0;
        font-size: 4.5vw;
        line-height: normal; } }
  .mondial26-header-container .background-image {
    width: 100%;
    height: auto; }
  .mondial26-header-container .mondial26-header-links {
    width: 35%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 4vh;
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25rem;
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 0.7rem; }
    .mondial26-header-container .mondial26-header-links a {
      color: #FFF;
      font-size: 1.5rem;
      font-weight: 100;
      direction: rtl;
      text-decoration: none;
      font-family: "Cairo" !important; }
    @media (max-width: 1400px) {
      .mondial26-header-container .mondial26-header-links {
        font-size: 4vh; } }
    @media (max-width: 768px) {
      .mondial26-header-container .mondial26-header-links {
        top: 1vh;
        font-size: 1em;
        -webkit-transform: none;
                transform: none;
        text-align: left;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 100%; } }

.header_menu_mobile {
  display: none; }
  .header_menu_mobile.active {
    display: block;
    height: 100vh; }
  .header_menu_mobile .close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  .header_menu_mobile .mondial26-header-links {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    top: 4.4rem; }
    .header_menu_mobile .mondial26-header-links a {
      font-size: 24px;
      line-height: 59px;
      color: #fff;
      text-decoration: none; }

.header-hamburger {
  position: absolute;
  z-index: 2;
  right: 17px;
  top: 17px; }

.mondial-form-section {
  text-align: center; }
  .mondial-form-section h2 {
    font-family: "Cairo" !important;
    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) {
      .mondial-form-section h2 {
        font-size: 1.25em;
        margin: 1.06rem 0 0.8rem 0; } }
  .mondial-form-section .mondial-form-main-section {
    width: 55%;
    margin: auto;
    color: white;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 1;
    padding: 5vh 10vw; }
    @media (max-width: 768px) {
      .mondial-form-section .mondial-form-main-section {
        width: 100%;
        padding: 0 1.25rem;
        z-index: 0; } }
    .mondial-form-section .mondial-form-main-section .form-wrapper {
      direction: rtl; }
      .mondial-form-section .mondial-form-main-section .form-wrapper .form-group {
        text-align: right;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 0.62rem; }
        @media (max-width: 768px) {
          .mondial-form-section .mondial-form-main-section .form-wrapper .form-group {
            gap: 0;
            margin-bottom: 1.2rem; } }
        .mondial-form-section .mondial-form-main-section .form-wrapper .form-group input, .mondial-form-section .mondial-form-main-section .form-wrapper .form-group textarea {
          font-family: "Cairo" !important;
          direction: rtl;
          text-align: right; }
        .mondial-form-section .mondial-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; }
        .mondial-form-section .mondial-form-main-section .form-wrapper .form-group input {
          direction: rtl; }
        .mondial-form-section .mondial-form-main-section .form-wrapper .form-group .form-control {
          direction: rtl;
          padding-right: 1em;
          border-radius: 0;
          height: 2.6rem;
          border-color: transparent; }
        .mondial-form-section .mondial-form-main-section .form-wrapper .form-group textarea {
          height: 8.25rem !important;
          padding-top: 0.5rem; }
        .mondial-form-section .mondial-form-main-section .form-wrapper .form-group.form-checkbox {
          margin-bottom: 0; }
    .mondial-form-section .mondial-form-main-section .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; }
      .mondial-form-section .mondial-form-main-section .checkbox-container.is-invalid {
        color: #c00; }
      .mondial-form-section .mondial-form-main-section .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; }
        .mondial-form-section .mondial-form-main-section .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;
          margin-left: .5em;
          margin-top: 5px; }
          .mondial-form-section .mondial-form-main-section .checkbox-container .custom-control-input.is-invalid {
            border-color: black; }
          .mondial-form-section .mondial-form-main-section .checkbox-container .custom-control-input:checked {
            background-color: transparent;
            position: relative; }
          .mondial-form-section .mondial-form-main-section .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%; }
      .mondial-form-section .mondial-form-main-section .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) {
          .mondial-form-section .mondial-form-main-section .checkbox-container div {
            line-height: 27px; } }
        .mondial-form-section .mondial-form-main-section .checkbox-container div a {
          text-decoration: underline;
          color: white; }
        .mondial-form-section .mondial-form-main-section .checkbox-container div span {
          font-size: 0.9375rem;
          font-style: normal;
          font-weight: 500;
          line-height: normal; }
          @media (max-width: 768px) {
            .mondial-form-section .mondial-form-main-section .checkbox-container div span {
              font-size: 0.6875rem;
              font-style: normal;
              font-weight: 400;
              line-height: 0.875rem; } }
          .mondial-form-section .mondial-form-main-section .checkbox-container div span a {
            text-decoration: underline;
            color: white; }
    .mondial-form-section .mondial-form-main-section .button-container {
      text-align: right;
      margin-top: 30px; }
      @media (max-width: 768px) {
        .mondial-form-section .mondial-form-main-section .button-container {
          margin-top: 0.88rem; } }
      .mondial-form-section .mondial-form-main-section .button-container .submit-btn {
        height: 42px;
        width: 30%;
        color: white;
        border: none;
        background: #AE0C16;
        font-weight: 500;
        letter-spacing: 0%;
        direction: rtl;
        margin-bottom: 5px;
        cursor: pointer;
        text-align: center;
        font-size: 1.3125rem;
        font-style: normal;
        font-weight: 700;
        line-height: 2rem; }
        @media (max-width: 768px) {
          .mondial-form-section .mondial-form-main-section .button-container .submit-btn {
            width: 60%;
            font-size: 1.125rem;
            margin-bottom: 0.88rem; } }
        .mondial-form-section .mondial-form-main-section .button-container .submit-btn label {
          position: relative;
          border-radius: 10px;
          cursor: pointer;
          text-align: center;
          color: white;
          line-height: 15px;
          gap: 10px;
          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;
          height: 42px;
          margin-bottom: 5px; }
          @media (max-width: 768px) {
            .mondial-form-section .mondial-form-main-section .button-container .submit-btn label {
              padding: 10px 15px; } }
      .mondial-form-section .mondial-form-main-section .button-container p {
        direction: rtl;
        color: white;
        font-size: 1em;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: right;
        margin-top: 0.5rem; }
    .mondial-form-section .mondial-form-main-section .errorMessage {
      color: #fff;
      direction: rtl; }
  .mondial-form-section .bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-self: center;
    width: 100vw;
    margin-top: -12rem;
    position: relative;
    left: 0;
    z-index: 0; }
    @media (max-width: 768px) {
      .mondial-form-section .bg {
        margin-top: 0; } }
  .mondial-form-section .float-img-1 {
    position: absolute;
    right: -40.9%;
    top: 4%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0; }
    @media (max-width: 768px) {
      .mondial-form-section .float-img-1 {
        display: none; } }
  .mondial-form-section .float-img-2 {
    position: absolute;
    left: -64%;
    top: 57%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0; }
    @media (max-width: 768px) {
      .mondial-form-section .float-img-2 {
        width: 30%;
        left: -2rem;
        top: -8rem;
        -webkit-transform: none;
                transform: none; } }
  .mondial-form-section .pic-wrapper {
    position: relative; }
    @media (max-width: 768px) {
      .mondial-form-section .pic-wrapper .form-drinks-img {
        margin-left: -1rem;
        width: 90vw; } }

.mondial26-container {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative; }
  .mondial26-container .background-image {
    width: 100%;
    height: auto; }
  .mondial26-container .mondial26-texts {
    text-align: center;
    padding-top: 2.6rem; }
    @media (max-width: 768px) {
      .mondial26-container .mondial26-texts {
        padding: 0.7rem 5vw; } }
    .mondial26-container .mondial26-texts span {
      width: 80%;
      direction: rtl;
      padding-top: 2.6rem; }
      .mondial26-container .mondial26-texts span h2 {
        font-family: "Cairo" !important;
        color: #FFF;
        text-align: center;
        font-size: 5.625rem;
        line-height: normal;
        font-style: normal;
        font-weight: 400;
        line-height: 6.5625rem;
        margin: 0; }
        @media (max-width: 768px) {
          .mondial26-container .mondial26-texts span h2 {
            line-height: 2rem; } }
        .mondial26-container .mondial26-texts span h2.small {
          font-size: 4.375rem; }
          @media (max-width: 1600px) {
            .mondial26-container .mondial26-texts span h2.small {
              font-size: 3.375rem; } }
          @media (max-width: 768px) {
            .mondial26-container .mondial26-texts span h2.small {
              font-size: 6vw; } }
        @media (max-width: 1600px) {
          .mondial26-container .mondial26-texts span h2.large {
            font-size: 4.625rem; } }
        @media (max-width: 768px) {
          .mondial26-container .mondial26-texts span h2.large {
            font-size: 7vw; } }
    .mondial26-container .mondial26-texts .parnters {
      margin-top: 4.8rem; }
      @media (max-width: 768px) {
        .mondial26-container .mondial26-texts .parnters {
          margin-top: 1.8rem; } }
      .mondial26-container .mondial26-texts .parnters .partners-image {
        width: 17.5vw;
        height: auto; }
        @media (max-width: 768px) {
          .mondial26-container .mondial26-texts .parnters .partners-image {
            width: 37vw; } }
    .mondial26-container .mondial26-texts .text {
      margin-top: 4rem;
      color: #FFF;
      text-align: center;
      font-style: normal; }
      @media (max-width: 768px) {
        .mondial26-container .mondial26-texts .text {
          margin-top: 0; } }
      .mondial26-container .mondial26-texts .text .small_text {
        font-size: 2.375rem;
        font-weight: 500;
        line-height: 2.9375rem; }
        @media (max-width: 768px) {
          .mondial26-container .mondial26-texts .text .small_text {
            font-size: 5vw;
            line-height: 1.4375rem;
            margin-top: 1.7rem; } }
      .mondial26-container .mondial26-texts .text .large_text {
        direction: rtl;
        font-size: 3.8125rem;
        font-weight: 700;
        line-height: 5.0625rem; }
        @media (max-width: 768px) {
          .mondial26-container .mondial26-texts .text .large_text {
            font-size: 1.5625rem;
            line-height: 2.0625rem; } }
    .mondial26-container .mondial26-texts .gifts {
      margin-top: 3rem; }
      @media (max-width: 768px) {
        .mondial26-container .mondial26-texts .gifts {
          width: 75vw;
          height: auto;
          margin-top: 6vw; } }
    .mondial26-container .mondial26-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: 1600px) {
        .mondial26-container .mondial26-texts p {
          font-size: 3.5vh; } }
      @media (max-width: 768px) {
        .mondial26-container .mondial26-texts p {
          font-size: 1.6em;
          width: 100%; } }
    .mondial26-container .mondial26-texts .mondial26-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; }
      .mondial26-container .mondial26-texts .mondial26-kareem-wrapper img {
        max-width: 150px;
        margin-bottom: 10px; }
  .mondial26-container .shawarma {
    position: absolute;
    left: 0%;
    top: 7%; }
    @media (max-width: 1600px) {
      .mondial26-container .shawarma {
        width: 30%;
        left: -6%; } }
    @media (max-width: 768px) {
      .mondial26-container .shawarma {
        top: 13%;
        width: 21%;
        left: 0; } }
  .mondial26-container .burger {
    position: absolute;
    right: 0;
    top: 10%; }
    @media (max-width: 768px) {
      .mondial26-container .burger {
        top: 11%;
        width: 20vw; } }

.mondial-footer-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  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; }
  .mondial-footer-wrapper .text {
    position: relative;
    text-align: center;
    color: white;
    width: 100%;
    font-size: 18px;
    direction: rtl; }
    @media (max-width: 768px) {
      .mondial-footer-wrapper .text {
        padding: 0px 2rem;
        font-size: 0.625rem;
        font-style: normal;
        font-weight: 400;
        line-height: 0.8125rem; } }
    .mondial-footer-wrapper .text h2 {
      font-family: 'Cairo';
      font-size: 4.1875rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.1875rem;
      margin-bottom: 5rem;
      margin-top: 2rem; }
      @media (max-width: 768px) {
        .mondial-footer-wrapper .text h2 {
          font-size: 1.0625rem;
          margin-bottom: 2.25rem;
          margin-top: 0; } }

.mondial26-thankyoupage-container {
  width: 100%;
  min-height: 100vh;
  height: 100%;
  position: relative;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: -webkit-gradient(linear, left top, left bottom, from(#89111C), color-stop(20%, #E30D1A), color-stop(65%, #E30D1A), to(#89111C));
  background: linear-gradient(180deg, #89111C 0%, #E30D1A 20%, #E30D1A 65%, #89111C 100%); }
  .mondial26-thankyoupage-container .parnters {
    margin-top: 3rem; }
    @media (max-width: 768px) {
      .mondial26-thankyoupage-container .parnters {
        margin-top: 5.5rem; } }
    .mondial26-thankyoupage-container .parnters .partners-image {
      width: 13.5vw;
      height: auto; }
      @media (max-width: 768px) {
        .mondial26-thankyoupage-container .parnters .partners-image {
          width: 50vw; } }
    .mondial26-thankyoupage-container .parnters p {
      color: #FFF;
      text-align: center;
      font-size: 1.5rem;
      font-style: normal;
      font-weight: 700;
      line-height: 2.9375rem;
      margin: 0; }
      @media (max-width: 768px) {
        .mondial26-thankyoupage-container .parnters p {
          font-size: 0.875rem;
          line-height: 0.625rem; } }
  .mondial26-thankyoupage-container .mondial26-standardPage-texts {
    width: 100%;
    text-align: center;
    margin-top: 1.7rem;
    color: #FFF;
    font-size: 3.375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 5.625rem; }
    @media (max-width: 768px) {
      .mondial26-thankyoupage-container .mondial26-standardPage-texts {
        font-size: 1.5625rem;
        line-height: 1.875rem;
        margin-top: 5vw; } }
  .mondial26-thankyoupage-container a h3 {
    text-decoration: none;
    color: #E30D1A; }
  .mondial26-thankyoupage-container 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) {
      .mondial26-thankyoupage-container h3 {
        font-size: 30px;
        margin: 1rem auto 1.3rem auto; } }
    .mondial26-thankyoupage-container h3.btn-style {
      border-radius: 24px;
      background: white;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      font-size: 26px;
      padding: 14px 45px; }
      @media (max-width: 768px) {
        .mondial26-thankyoupage-container h3.btn-style {
          padding: 10px 16px;
          font-size: 1.1em; } }
      .mondial26-thankyoupage-container h3.btn-style a {
        color: #E30D1A !important;
        text-decoration: none;
        text-align: center;
        font-size: 3rem;
        font-style: normal;
        font-weight: 700;
        font-family: "Cairo" !important; }
        @media (max-width: 768px) {
          .mondial26-thankyoupage-container h3.btn-style a {
            font-size: 1.25rem; } }
  @media (max-width: 768px) {
    .mondial26-thankyoupage-container .drinks {
      width: 80vw;
      margin-right: 1rem;
      margin-top: 8vw; } }
  .mondial26-thankyoupage-container .burger {
    position: absolute;
    width: 14vw;
    top: 15%;
    right: 0%; }
  .mondial26-thankyoupage-container .can {
    position: absolute;
    width: 18vw;
    top: 83vw;
    right: -1%; }
  .mondial26-thankyoupage-container .pizza {
    position: absolute;
    top: 5%;
    left: 0%;
    width: 14vw; }
    @media (max-width: 768px) {
      .mondial26-thankyoupage-container .pizza {
        top: 23%;
        width: 22vw; } }
  .mondial26-thankyoupage-container h2 {
    font-family: 'Cairo';
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.1875rem;
    margin-bottom: 5rem;
    color: white;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .mondial26-thankyoupage-container h2 {
        font-size: 1.0625rem;
        margin-bottom: 2.25rem; } }

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

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

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

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

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

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

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

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