@import url("_variables.css");

/** General Reset */
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  /* min-height: 100vh; */
  /* direction: rtl; */

  &::lang(ar) {
    direction: rtl;
  }

  &::lang(en) {
    direction: ltr;
  }

  font-family: "MyCustomFont";
}

.navbar {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);

  .navbar-collapse {
    .navbar-nav {
      @media screen and (max-width: 1200px) {
        padding: 0;
      }

      a.nav-link {
        text-wrap: nowrap;
        padding: 0 13px;
        margin: 0;

        @media screen and (max-width: 1400px) {
          padding: 13px 6px;
        }

        @media screen and (max-width: 768px) {
          font-size: 14px;
        }
      }

      a.nav-link.active,
      a.nav-link.show {
        color: white;
      }

      .nav-item.dropdown {
        a.nav-link {
          display: flex;
          align-items: center;
          gap: 8px;
          justify-content: center;
        }

        .dropdown-menu {
          border-radius: 6px;
          background: #fff;
          padding: 12px;
          width: fit-content;
          margin-inline: auto;

          @media screen and (max-width: 1200px) {
            position: absolute;

            &[data-bs-popper] {
              top: 100%;
              left: 50%;
              transform: translateX(-50%);
            }
          }

          li {
            width: 100%;

            &:not(:first-child) {
              margin-top: 8px;
            }

            a.dropdown-item {
              width: 100%;
              display: block;
              display: flex;
              padding: 8px;
              align-items: center;
              gap: 8px;
              align-self: stretch;
              border-radius: 6px;
              color: #1e1e1e;
              font-style: normal;
              font-weight: 500;
              line-height: normal;

              @media screen and (max-width: 768px) {
                font-size: 14px;
              }

              &:hover {
                background: #e5e7eb;
              }
            }
          }
        }
      }
    }

    .nav__actions {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: 24px;
      gap: 20px;
      /* flex-wrap: nowrap; */

      @media screen and (max-width: 1400px) {
        gap: 10px;
      }

      @media screen and (max-width: 1199px) {
        justify-content: center;
        flex-flow: column nowrap;
        justify-content: center;
        text-align: center;
      }

      button {
        margin: 0;
        text-wrap: nowrap;
      }

      div.dropdown {
        .dropdown-menu {
          border-radius: 6px;
          background: #fff;
          padding: 12px;
          width: fit-content;
          margin-inline: auto;

          li {
            width: 100%;

            &:not(:first-child) {
              margin-top: 8px;
            }

            a.dropdown-item {
              width: 100%;
              display: block;
              display: flex;
              padding: 8px;
              align-items: center;
              gap: 8px;
              align-self: stretch;
              border-radius: 6px;
              color: #1e1e1e;
              font-style: normal;
              font-weight: 500;
              line-height: normal;

              @media screen and (max-width: 768px) {
                font-size: 14px;
              }

              &:hover {
                background: #e5e7eb;
              }
            }
          }
        }
      }

      .Countries__list {
        li {
          background-color: #eeeeee57;
          border-radius: 5px;

          &:not(:first-child) {
            pointer-events: none;

            a {
              color: #1e1e1e52 !important;
              pointer-events: none;
            }
          }
        }
      }
    }
  }
  .logo {
    width: 58px;
    height: 58px;
    object-fit: contain;
  }
}

.navbar-nav {
  @media screen and (max-width: 1200px) {
    text-align: center;
  }
}

.products__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 56px;
  column-gap: 28px;

  @media screen and (max-width: 992px) {
    grid-template-columns: repeat(2, 1fr);
  }

  @media screen and (max-width: 767px) {
    grid-template-columns: 1fr;
  }

  margin-top: calc(40px + 28px);

  .product__container {
    position: relative;
    padding: 52px 20px 20px 20px;
    border: 1px solid var(--primary-color);
    border-radius: 16px;
    background: #fff;
    align-items: stretch;
    transition: background 0.5s ease-in-out;

    &:hover {
      background: var(--secondary-color);
    }

    &::after {
      content: "";
      position: absolute;
      top: 0;
      width: 10px;
      height: 10px;
      /* background-color: white; */
      border: 1px solid transparent;
      border-width: 1px;
      z-index: 20;
    }

    &::before {
      content: "";
      position: absolute;
      top: 0;
      width: 10px;
      height: 10px;
      /* background-color: white; */
      border: 1px solid transparent;
      border-width: 1px;
      z-index: 20;
    }

    &:lang(ar) {
      &::after {
        top: -1px;
        right: 62px;
        border-top-left-radius: 16px;
        border-top-color: var(--primary-color);
        border-left-color: var(--primary-color);
        /* box-shadow: -6px -6px white; */
        box-shadow: 0px -4px white;
      }

      &::before {
        top: -1px;
        right: 144px;
        border-top-right-radius: 16px;
        border-top-color: var(--primary-color);
        border-right-color: var(--primary-color);
        /* box-shadow: -6px -6px white; */
        box-shadow: 0px -4px white;
      }
    }

    &:lang(en) {
      &::after {
        top: -1px;
        left: 62px;
        left: 144px;
        border-top-left-radius: 16px;
        border-top-color: var(--primary-color);
        border-left-color: var(--primary-color);
        /* box-shadow: -6px -6px white; */
        box-shadow: 0px -4px white;
      }

      &::before {
        top: -1px;
        left: 62px;
        border-top-right-radius: 16px;
        border-top-color: var(--primary-color);
        border-right-color: var(--primary-color);
        /* box-shadow: -6px -6px white; */
        box-shadow: 0px -4px white;
      }
    }

    .product__container__content {
      display: flex;
      flex-flow: column;
      gap: 14px;

      .product__container__content__title {
        color: #1e1e1e;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
      }

      .product__container__content__description {
        color: #1e1e1e;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        text-align: justify;
        word-spacing: -1px;
        word-wrap: break-word;
        hyphens: auto;
      }
    }

    .product__container__icon {
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      z-index: 1;
      background-color: white;
      outline: 10px solid white;
      border-radius: 50%;
      &:lang(ar) {
        right: 80px;
      }

      &:lang(en) {
        left: 80px;
      }
    }

    .border__curved {
      width: calc(56px + 20px);
      height: calc(56px + 20px);
      border-radius: 50%;
      border: 1px solid var(--primary-color);
      position: absolute;
      top: 0;
      transform: translateY(-50%);
      z-index: 10;
      clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);

      &:lang(ar) {
        right: 70px;
      }

      &:lang(en) {
        left: 70px;
      }
    }
  }
}

.container:has(.Who__Us) {
  transform: translate(2px, -75px);

  @media screen and (max-width: 1400px) {
    /* transform: translate(2px, -133px); */
  }
}

.Who__Us {
  position: relative;
  z-index: 100;
  transform: translateY(-50px);

  background-image: url("../assets/images/back-about1.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* transform: translate(2px, -75px); */
  padding: 50px 50px;
  filter: drop-shadow(0px 20px 50px rgba(146, 154, 165, 0.2));
  width: 100%;
  display: flex;

  @media screen and (min-width: 991px) and (max-width: 1201px) {
    background-image: url("../assets/images/back-about-tab.svg");
    /* padding: 100px 50px; */
  }

  @media screen and (max-width: 1195px) {
    padding: 31px 50px;
    /* transform: translateY(-50px); */
  }

  @media screen and (max-width: 991px) {
    background-image: url("../assets/images/back-about-responsive.svg");
    padding: 40px 50px;
  }

  @media screen and (max-width: 767px) {
    background-image: url("../assets/images/back-about-responsive2.svg");
    padding: 60px 50px;
  }

  @media screen and (max-width: 600px) {
    background-image: url("../assets/images/back-about-responsive3.svg");
    padding: 40px 50px;
    transform: translateY(-20px);
  }

  @media screen and (max-width: 525px) {
    background-image: url("../assets/images/back-about-responsive4.svg");
    padding: 40px 50px;
    transform: translateY(-20px);
  }
  @media screen and (max-width: 425px) {
    background-image: url("../assets/images/back-about-responsive4.svg");
    padding: 14px 40px;
    /* transform: translateY(-42px); */

    &:lang(ar) {
      transform: translateY(-20px);
    }
    &:lang(en) {
      transform: translateY(-100px);
    }
  }

  .Who__Us__ball {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 18px;
    transform: translate(-50%, -50%);
    z-index: 200;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    outline: 6px solid transparent;
    outline-offset: 5px;
    box-shadow: -6px -6px transparent;

    @media screen and (max-width: 600px) {
      top: 0;
    }
    @media screen and (max-width: 400px) {
      &:lang(ar) {
        top: -20px;
      }
      &:lang(en) {
        top: 60px;
      }
    }
  }

  /** Animation Keyframes */
  @keyframes bounceArrow2 {
    0%,
    100% {
      transform: translateY(0px);
    }

    50% {
      transform: translateY(50px);
      /* Moves down */
    }
  }

  .Who__Us__arrow {
    position: absolute;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* top: calc(18px - 10px); */
    transform: translateY(0px);
    z-index: 210;
    background-image: url("../assets/images/arrow-down.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    animation: bounceArrow 2s infinite ease-in-out;
  }

  .Who__Us__border__curved {
    width: calc(50px + 20px);
    height: calc(50px + 20px);
    border-radius: 50%;
    border: 6px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 200;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0% 100%);
    /* background-color: transparent; */
    /* background-clip: content-box; */
    /* background: white; */
    /* mix-blend-mode: difference; */

    background: transparent;
    -webkit-mask-image: radial-gradient(circle, transparent 30%, white 50%);
    mask-image: radial-gradient(circle, transparent 30%, white 50%);
  }

  .Who__Us__inner {
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: center;
    padding: 80px 0px 70px;
    width: 100%;

    @media screen and (max-width: 600px) {
      padding: 40px 20px 40px;
    }

    @media screen and (max-width: 525px) {
      width: 300px;
      margin: auto;
      padding: 40px 0px 40px;
    }

    @media screen and (max-width: 442px) {
      width: 280px;
      margin: auto;
      padding: 40px 0px 40px;
    }

    @media screen and (max-width: 425px) {
      /* padding: 70px 20px 14px; */

      &:lang(ar) {
        padding: 70px 20px 14px;
      }
      &:lang(en) {
        padding: 150px 20px 14px;
      }
      gap: 20px;
    }

    .Who__Us__header {
      display: flex;
      flex-flow: column;
      gap: 24px;
      align-items: center;

      @media screen and (max-width: 1400px) {
        gap: 20px;
      }

      .Who__Us__header__title {
        color: #1e1e1e;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
        @media screen and (max-width: 1400px) {
          font-size: 25px;
        }
      }

      .Who__Us__header__description {
        color: #1e1e1e;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: justify;
        word-spacing: -1px;
        word-wrap: break-word;
        hyphens: auto;
        margin: 0;

        @media screen and (max-width: 1400px) {
          font-size: 18px;
        }

        @media screen and (max-width: 1200px) {
          font-size: 16px;
        }
      }
    }

    .Who__Us__items {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      row-gap: 56px;
      column-gap: 28px;

      @media screen and (max-width: 1400px) {
        column-gap: 20px;
      }

      @media screen and (max-width: 1200px) {
        font-size: 16px;
      }

      @media screen and (max-width: 992px) {
        /* grid-template-columns: repeat(2, 1fr); */
        grid-template-columns: 1fr;
        row-gap: 28px;
      }

      @media screen and (max-width: 767px) {
        grid-template-columns: 1fr;
        row-gap: 15px;
      }

      .Who__Us__items__item {
        display: flex;
        padding: 20px;
        flex-direction: column;
        gap: 16px;
        border-radius: 20px;
        background: var(--secondary-color);
        border: 1px solid transparent;

        @media screen and (max-width: 1400px) {
          padding: 15px;
        }

        @media screen and (max-width: 1200px) {
          gap: 10px;
        }

        transition: border 0.3s ease-in-out;

        &:hover {
          border: 1px solid var(--primary-color);
        }

        .Who__Us__items__item__icon {
          display: flex;
          align-items: center;
          gap: 10px;
          border-radius: 40px;
          width: 56px;
          height: 56px;
          padding: 12px;
          background: var(--secondary-color);
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }

          @media screen and (max-width: 1400px) {
            width: 40px;
            height: 40px;
            padding: 8px;
          }

          @media screen and (max-width: 1200px) {
            width: 30px;
            height: 30px;
            padding: 6px;
          }
        }

        .Who__Us__items__item__title {
          color: #1e1e1e;
          font-size: 24px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-align: justify;
          word-spacing: -1px;
          word-wrap: break-word;
          hyphens: auto;

          @media screen and (max-width: 1400px) {
            font-size: 20px;
          }

          @media screen and (max-width: 1200px) {
            font-size: 18px;
          }
        }

        .Who__Us__items__item__description {
          color: #1e1e1e;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
          text-align: justify;
          word-spacing: -1px;
          word-wrap: break-word;
          hyphens: auto;
          margin: 0;

          @media screen and (max-width: 1400px) {
            font-size: 14px;
          }
        }
      }
    }
  }
}

.video_playing {
  position: relative;

  .video_playing__img {
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    height: 90%;

    @media screen and (max-width: 1200px) {
      height: 80%;
    }
  }
}

.objectives {
  @media screen and (max-width: 500px) {
    margin-top: -47px;
  }
  .objectives__inner {
    display: flex;
    flex-flow: column;
    gap: 40px;
    align-items: center;
    padding: 70px 0px;
    width: 100%;
    @media screen and (max-width: 425px) {
      padding: 0px 0px 40px;
    }
  }

  .objectives__items {
    .objectives__items__item {
      display: flex;
      padding: 16px;
      align-items: flex-start;
      gap: 10px;
      border-radius: 12px;
      background: #fff;
      box-shadow: 0px 20px 50px 0px rgba(146, 154, 165, 0.2);
      height: 100%;

      img {
        display: flex;
        width: 24px;
        height: 24px;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
      }

      p {
        text-align: justify;
        word-spacing: -1px;
        word-wrap: break-word;
        hyphens: auto;
      }
    }
  }
}

.our__values {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),
    url("../assets/images/our-values-img.jpg");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  color: white;
  padding: 60px 0;

  .our__values__inner {
    display: flex;
    flex-flow: column;
    gap: 40px;

    .our__values__items {
      .our__values__items__item {
        display: flex;
        align-items: center;
        gap: 20px;
        align-self: stretch;

        margin-bottom: 40px;

        @media screen and (max-width: 1024px) {
          margin-bottom: 30px;
        }

        h3 {
          color: #fff;
          font-size: 24px;
          font-style: normal;
          font-weight: 500;
          line-height: 40px;

          @media screen and (max-width: 1024px) {
            font-size: 20px;
          }
        }
      }

      .row .col-md-6:last-child .our__values__items__item {
        margin-bottom: 0;
      }
    }
  }
}

.sponsor__card__content {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;

  &:lang(ar) {
  }

  &:lang(en) {
    flex-direction: row-reverse;
  }
}

.footer__map {
  position: relative;
  /* width: fit-content; */
  order: 10;

  a {
    text-decoration: none;
    color: #fff;
    font-family: Cairo;
    font-size: 16px;
    font-weight: 400;
  }

  .google-maps-img {
    width: 100%;
    object-fit: cover;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    overflow: hidden;

    @media screen and (max-width: 500px) {
      height: 200px;
      /* width: 50px; */
    }
  }

  a.footer__location__btn {
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 5px;
    color: #12364f;
    font-family: Cairo;
    font-size: 12px;
    font-weight: 300;
    line-height: 15px;
    /* 125% */
    text-decoration-line: underline;
    border: none;
    position: absolute;

    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

    &:hover {
      color: #674015 !important;
    }

    &:lang(ar) {
      left: 20px;
    }

    &:lang(en) {
      right: 20px;
    }
  }
}

/* #social__video {
  opacity: 0.5;
  transition: opacity 0.8s ease-in-out;

  &.active {
    opacity: 1;
  }
} */

.download_now__container {
  display: flex;

  @media screen and (max-width: 996px) {
    display: flex;
    flex-flow: column;
    align-items: center !important;
    width: 100% !important;
    gap: 32px;
  }
}

.download_now__text {
  @media screen and (max-width: 996px) {
    display: flex;
    flex-flow: column;
    align-items: center !important;
    width: 100% !important;

    .title_download_now {
      font-size: 24px;
    }
  }
}

.filter-buttons {
  display: flex;
  flex-flow: row wrap;
  gap: 10px;

  button {
    color: #1e1e1e;
  }
}

.hero.home {
  height: 100vh;

  /* background-image: url('../assets/images/hero-background.svg'); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  &::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, #000 -3.75%, rgba(0, 0, 0, 0.00) 26.81%), linear-gradient(270deg, #141009 -2.88%, rgba(0, 0, 0, 0.00) 99.74%); */
    /* background-image: url('../assets/images/hero-background.svg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; */
    z-index: 0;
  }

  &:lang(ar) {
    &::after {
      /* background: linear-gradient(180deg, #000 -3.75%, rgba(0, 0, 0, 0.00) 26.81%), linear-gradient(270deg, #141009 -2.88%, rgba(0, 0, 0, 0.00) 99.74%); */
      background: linear-gradient(
          181deg,
          rgba(0, 0, 0, 0.5) 3.29%,
          rgba(0, 0, 0, 0) 39.97%
        ),
        linear-gradient(90deg, rgba(70, 47, 6, 0.2) 0%, #000 100%);
    }
  }

  &:lang(en) {
    &::after {
      /* background: linear-gradient(180deg, #000 -3.75%, rgba(0, 0, 0, 0.00) 26.81%), linear-gradient(90deg, #141009 -2.88%, rgba(0, 0, 0, 0.00) 99.74%); */
      background: linear-gradient(
          181deg,
          rgba(0, 0, 0, 0.5) 3.29%,
          rgba(0, 0, 0, 0) 39.97%
        ),
        linear-gradient(270deg, rgba(70, 47, 6, 0.2) 0%, #000 100%);
    }
  }

  @media screen and (max-width: 767px) {
    &::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      z-index: 0;
    }
  }

  @media screen and (max-width: 767px) {
    height: 90vh;
  }
}

.button__file {
  display: flex;
  /* height: 48px; */
  height: 36px;

  padding: 8px 12px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 6px;
  border: 1px solid var(--Secondery-Color, #bae12e);
  color: #bae12e;

  &:hover {
    color: #bae12e !important;
  }

  a {
    color: #bae12e;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
  }

  &:hover {
    border: 1px solid var(--Secondery-Color, #bae12e);
  }
}

.navbar-nav {
  @media screen and (max-width: 1400px) {
    padding-right: 5px;
  }
}

.QRCODE {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;

  gap: 20px;

  img {
    width: 150px;
    height: 150px;
    /* margin-bottom: 10px; */

    @media screen and (max-width: 1024px) {
      width: 100px;
      height: 100px;
      margin-bottom: 10px !important;
    }
  }
}

.iphone_img {
  width: auto;
  height: auto;
  z-index: -1;
  top: 0;
  /* bottom: 0; */
  position: absolute;
  margin: 0;

  &:lang(ar) {
    left: 0;
    right: unset;
  }

  &:lang(en) {
    right: 0;
    left: unset;
  }
}

.login-container {
  position: absolute;
  top: 80%;

  width: 400px;
  padding: 24px 16px;
  margin-top: 40px;

  &:lang(ar) {
    left: 45px;
  }

  &:lang(en) {
    right: 45px;
  }

  &.show {
    opacity: 1;
    transform: translateY(0);
  }

  h2 {
    @media screen and (max-width: 998px) {
      font-size: 18px !important;
    }
  }

  p {
    @media screen and (max-width: 998px) {
      font-size: 14px !important;
    }
  }

  .form__option {
    @media screen and (max-width: 998px) {
      font-size: 10px !important;
    }
  }
}

.app {
  .paragraph_content {
    width: 50%;

    @media screen and (max-width: 998px) {
      width: 100%;
    }
  }

  .overlay {
    height: 100%;
  }

  .video {
    height: 100%;
  }

  .content {
    height: auto;

    a {
      height: 35px !important;
      border-radius: 5px;

      img {
        /* width: 145px !important; */
        height: 35px !important;

        /* @media screen and (max-width: 1024px) {
                    height: 40px !important;
                } */
      }
    }

    .title_content {
      @media screen and (max-width: 998px) {
        font-weight: 700;
        font-size: 20px;
      }
    }

    .paragraph_content {
      @media screen and (max-width: 998px) {
        font-size: 16px;
      }
    }

    @media screen and (max-width: 1024px) {
      padding-top: 80px;
    }
  }
}

/* Hide number input arrows */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

input[type="number"] {
  -moz-appearance: textfield !important;
  /* Firefox */
}

.download_now {
  @media screen and (max-width: 425px) {
    transform: translateY(-100px);
  }
  .btns_group {
    a {
      /* height: 35px !important; */
      border-radius: 5px;

      img {
        /* width: 145px !important; */

        /* height: 100%; */
        height: 40px !important;

        @media screen and (max-width: 1200px) {
          height: 35px !important;
        }

        @media screen and (max-width: 600px) {
          height: 28px !important;
        }
      }
    }
  }
}

.footer .app-buttons img {
  height: 25px !important;

  @media screen and (max-width: 995px) {
    height: 40px !important;
  }

  @media screen and (max-width: 500px) {
    height: 25px !important;
  }
}

.footer .col_info {
  img.footer__logo {
    width: 55px !important;
    margin-bottom: 20px;
  }
}

#toolbarViewer {
  background-color: red;
}

.modal-dialog {
  min-width: 80vw;

  iframe {
    width: 100%;
    min-height: 60vh;
    border-radius: 10px;
  }

  .modal-header {
    .modal-title {
      color: #000;
    }

    .btn-close {
      &:lang(ar) {
        margin-right: auto;
        margin-left: 0;
      }

      &:lang(en) {
        margin-right: 0;
        margin-left: auto;
      }
    }
  }

  .modal-content {
    min-height: 60vh;
    /* min-width: 80vw; */
    margin: auto;
  }

  .modal-footer {
    justify-content: center;

    button {
      min-width: 100px;
    }
  }
}

.spinner-border {
  color: var(--primary-color);
}

.toast-container {
  &:lang(ar) {
    right: 0;
    left: unset;
  }

  &:lang(en) {
    left: 0;
    left: unset;
  }
}

.coming__soon__hero {
  height: 100vh;
  overflow-x: hidden;
  background-image: url("../assets/images/coming-soon-hero.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  .coming__soon__hero__right {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column;
    gap: 24px;
    height: 100%;
    @media screen and (max-width: 991px) {
      padding-top: 100px;
      margin-bottom: 50px;
    }
    .coming__soon__hero__logo {
      width: 136px;
      height: 131px;

      @media screen and (max-width: 991px) {
        margin-inline: auto;
      }

      @media screen and (max-width: 767px) {
        width: 90px;
        height: auto;
      }

      img {
        width: 100%;
        height: 100%;
      }
    }

    .coming__soon__hero__text {
      display: flex;
      flex-flow: column;
      align-items: flex-start;
      gap: 16px;

      @media screen and (max-width: 991px) {
        align-items: center;
      }

      * {
        margin: 0;
      }

      .coming__soon__hero__title {
        color: #fff;
        font-size: 54px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        @media screen and (max-width: 1400px) {
          font-size: 43px;
        }
        @media screen and (max-width: 767px) {
          font-size: 35px;
        }
        @media screen and (max-width: 991px) {
          text-align: center;
        }
      }

      .coming__soon__hero__subtitle {
        color: #fff;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;

        @media screen and (max-width: 1400px) {
          font-size: 20px;
        }
        @media screen and (max-width: 767px) {
          font-size: 18px;
        }
        @media screen and (max-width: 991px) {
          text-align: center;
        }
      }
    }

    .coming__soon__hero__btn {
      border-radius: 6px;
      background: var(--primary-color);
      display: flex;
      width: 142px;
      height: 48px;
      padding: 8px 12px;
      justify-content: center;
      align-items: center;
      background-color: transparent;
      border: none;
      color: #fff;
      font-size: 16px;
      text-decoration: none;

      @media screen and (max-width: 767px) {
        width: 100px;
        height: 35px;
      }
    }
  }

  .coming__soon__hero__left {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    flex-shrink: 0;
    height: fit-content;

    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(70, 70, 85, 0.2);
    width: 100%;

    @media screen and (max-width: 991px) {
      padding: 18px;
      width: 90%;
      margin-inline: auto;
      gap: 24px;
    }

    .coming__soon__hero__left__header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 12px;
      align-self: stretch;

      @media screen and (max-width: 991px) {
        gap: 10px;
        align-items: center;
      }
      .coming__soon__hero__left__title {
        color: #1e1e1e;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
      }

      .coming__soon__hero__left__subtitle {
        color: #1e1e1e;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: justify;
        hyphens: auto;
        word-spacing: -1px;
        margin: 0;
      }
    }

    .coming__soon__hero__left__form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;

      @media screen and (max-width: 991px) {
        gap: 16px;
      }

      .coming__soon__hero__left__form__group {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;

        .coming__soon__hero__left__form__group__label {
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }

        .coming__soon__hero__left__form__group__input,
        .custom__input {
          display: flex;
          height: 54px;
          padding: 10px 16px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 8px;
          border: 1px solid rgba(71, 84, 103, 0.16);
          background-color: #fff;
          width: 100%;
          color: #98a2b3;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;

          @media screen and (max-width: 991px) {
            height: 40px;
            border-radius: 6px;
          }
          &:lang(ar) {
            &#phone {
              /* padding-right: 83px !important; */
              padding-left: 83px !important;
            }
          }

          &:lang(en) {
            &#phone {
              padding-left: 83px !important;
            }
          }

          &:focus {
            outline: none !important;
            border-color: var(--primary-color) !important;
          }
        }
      }

      .coming__soon__hero__left__form__btn {
        display: flex;
        width: 142px;
        height: 48px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        background: var(--primary-color);
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 10px;
        border: none;

        @media screen and (max-width: 991px) {
          height: 35px;
        }
      }

      .coming__soon__hero__left__form__btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background: linear-gradient(
          89deg,
          var(--primary-color) 1%,
          var(--primary-color) 99.34%
        );
      }

      .error-message {
        color: #dc3545;
        font-size: 0.8rem;
        margin-top: 0.25rem;
      }
    }
  }
}

.hero {
  .coming__soon__hero__left {
    display: flex;
    padding: 32px;
    flex-direction: column;
    gap: 32px;
    flex-shrink: 0;
    height: fit-content;

    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 8px 40px 0px rgba(70, 70, 85, 0.2);
    width: 410px;
    margin-top: 100px;

    &:lang(en) {
      margin-right: 40px;
      text-align: left;
    }
    &:lang(ar) {
      margin-left: 40px;
      text-align: right;
    }
    @media screen and (max-width: 991px) {
      padding: 18px;
      width: 90%;
      margin-inline: auto;
      gap: 24px;

      &:lang(en) {
        margin-right: 0;
        margin-inline: auto;
        margin-bottom: 50px;
      }
      &:lang(ar) {
        margin-left: 0;
        margin-inline: auto;
        margin-bottom: 50px;
      }
    }

    .coming__soon__hero__left__header {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 12px;
      align-self: stretch;

      @media screen and (max-width: 991px) {
        gap: 10px;
        align-items: center;
      }
      .coming__soon__hero__left__title {
        color: #1e1e1e;
        font-size: 24px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin: 0;
      }

      .coming__soon__hero__left__subtitle {
        color: #1e1e1e;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: justify;
        hyphens: auto;
        word-spacing: -1px;
        margin: 0;
      }
    }

    .coming__soon__hero__left__form {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 24px;

      @media screen and (max-width: 991px) {
        gap: 16px;
      }

      .coming__soon__hero__left__form__group {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;

        .coming__soon__hero__left__form__group__label {
          color: #000;
          font-size: 14px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;
        }

        .coming__soon__hero__left__form__group__input,
        .custom__input {
          display: flex;
          height: 54px;
          padding: 10px 16px;
          align-items: center;
          gap: 10px;
          align-self: stretch;
          border-radius: 8px;
          border: 1px solid rgba(71, 84, 103, 0.16);
          background-color: #fff;
          width: 100%;
          color: #98a2b3;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: normal;

          @media screen and (max-width: 991px) {
            height: 40px;
            border-radius: 6px;
          }
          &:lang(ar) {
            &#phone {
              /* padding-right: 83px !important; */
              padding-left: 83px !important;
            }
          }

          &:lang(en) {
            &#phone {
              padding-left: 83px !important;
            }
          }

          &:focus {
            outline: none !important;
            border-color: var(--primary-color) !important;
          }
        }
      }

      .coming__soon__hero__left__form__btn {
        display: flex;
        width: 142px;
        height: 48px;
        padding: 8px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 6px;
        background: var(--primary-color);
        color: #fff;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        gap: 10px;
        border: none;

        @media screen and (max-width: 991px) {
          height: 35px;
        }
      }

      .coming__soon__hero__left__form__btn:disabled {
        opacity: 0.5;
        cursor: not-allowed;
        background: linear-gradient(
          89deg,
          var(--primary-color) 1%,
          var(--primary-color) 99.34%
        );
      }

      .error-message {
        color: #dc3545;
        font-size: 0.8rem;
        margin-top: 0.25rem;
      }
    }
  }
}

.iti {
  .iti__dropdown-content {
    color: black;
    min-width: 250px;
    max-width: min-content;
    direction: ltr;
    left: 0 !important;
    input {
      background-color: #fff;
      color: #000;
    }
  }

  .iti__selected-country-primary {
    display: none;
  }

  .iti__selected-country {
    padding-inline: 16px;

    &::after {
      content: "";
      width: 16px;
      height: 16px;
      background-image: url("../assets/images/arrow-down-input.svg");
      background-size: contain;
      background-repeat: no-repeat;
      position: absolute;
      /* left: 0px; */
      top: 50%;
      transform: translateY(-50%);
      transition: all 0.2s ease-in-out;
    }

    &::before {
      content: "";
      width: 1px;
      height: 50%;
      background-color: #a8b1ce;
      position: absolute;
      /* left: -5px; */
      top: 50%;
      transform: translateY(-50%);
    }

    &:lang(en) {
      &::after {
        left: unset;
        right: 0;
      }

      &::before {
        left: unset;
        right: -5px;
      }
    }

    &:lang(ar) {
      /* &::before {
        left: -5px;
        right: unset;
      } */

      &::before {
        left: unset;
        right: -5px;
      }

      /* &::after {
        left: 0;
        right: unset;
      } */
      &::after {
        left: unset;
        right: 0;
      }
    }

    &[aria-expanded="true"] {
      &::after {
        transform: translateY(-50%) rotate(180deg);
      }
    }

    .iti__selected-dial-code {
      color: #000;
      direction: ltr;
      /* padding-right: 16px; */
      color: #98a2b3;
    }
  }

  .iti__country-container {
    &:lang(ar) {
      left: 0 !important;
      right: unset !important;
    }
    &:lang(en) {
      left: 0 !important;
      right: unset !important;
    }
  }
}

.carousel-container {
  @media screen and (min-width: 1300px) {
    width: 1390px;
  }
}

#calendar__timeline {
  cursor: pointer;
}

/* يجعل العرض RTL بالكامل */
.flatpickr-calendar {
  direction: rtl;
  font-family: "Cairo", Tahoma, sans-serif; /* اختر خطًّا عربياً لطيفاً */
}

.custom__input {
  display: flex;
  height: 48px;
  padding: 10px 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid rgba(71, 84, 103, 0.16);
  background-color: #fff;
  width: 100%;
  color: #98a2b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

  @media screen and (max-width: 991px) {
    height: 40px;
    border-radius: 6px;
  }
  &:lang(ar) {
    &#phone {
      /* padding-right: 83px !important; */
      padding-left: 83px !important;
    }
  }

  &:lang(en) {
    &#phone {
      padding-left: 83px !important;
    }
  }

  &:focus {
    outline: none !important;
    border-color: var(--primary-color) !important;
  }
}

/* اخفاء كل عناصر التحكم في Safari
video::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none !important;
}
video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none !important;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

video {
  Prevent iOS from showing default controls
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
} */



.plyr__home {
  .plyr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.video_playing {
  .plyr {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }
}

video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.openPopupBtn{
  cursor: pointer;
}

#whatsapp__popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px;
  position: fixed;
  border-radius: 25px;
  gap: 32px;
  background-color: rgba(20, 20, 20, 0.3);
  backdrop-filter: blur(32px);
  -webkit-backdrop-filter: blur(32px);
  border: 1px solid;
  z-index: 9999999999999999999999999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border-color: #ABC92E;
  display: none;
  max-width: 90vw;
  max-height: 90vh;
  overflow: auto;

  h3 {
    font-size: 32px;
    text-align: center;
  }

  .close__popup {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    color: white;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .close__popup:hover {
    background: rgba(255, 255, 255, 0.25);
  }

  button {
    background-color: #25D366;
    color: #fff;
    padding: 8px 32px;
    border-radius: 6px;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  button:hover {
    background-color: #1ebe5d; 
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  button:active {
    background-color: #189f4f;
    transform: scale(0.98);
  }

  button:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(37, 211, 102, 0.4);
  }

  button span {
    font-size: 16px;
    margin-inline-start: 8px;
    font-weight: 500;
  }
}


@media (max-width: 992px) {
  #whatsapp__popup {
    padding: 60px;
    gap: 24px;

    h3 {
      font-size: 26px;
    }

    button {
      font-size: 15px;
      padding: 8px 28px;
    }
  }
}

@media (max-width: 600px) {
  #whatsapp__popup {
    width: 90%;
    padding: 40px 20px;
    gap: 20px;
    border-radius: 16px;

    h3 {
      font-size: 22px;
    }

    button {
      width: 100%;
      font-size: 14px;
      padding: 10px;
    }

    .close__popup {
      width: 32px;
      height: 32px;
      top: 10px;
      right: 10px;
    }
  }
}
