﻿@font-face {
  font-family: "itfrayat-Regular";
  src: url("../fonts/itfrayat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "itfrayat-Bold";
  src: url("../fonts/itfrayat-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "itfrayat-Medium";
  src: url("../fonts/itfrayat-Medium.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
body {
  background-color: #fff;
}
body.menu-open {
  overflow: hidden; /* prevent scrolling */
}
.modal-backdrop {
  background: rgba(255, 255, 255, 0.5);
}
/* Click Nav */
.click-nav {
  @media screen and (min-width: 992px) {
    display: none;
  }
}

.click-nav .handle {
  height: 1px;
  width: 35px;
  margin: 0.7em auto;
  transition: all 350ms cubic-bezier(0.28, 0.55, 0.385, 1.65);
  transition-timing-function: cubic-bezier(0.28, 0.55, 0.385, 1.65);
}

.click-nav .closed {
  transform: rotate(45deg);
  width: 35px;
  position: relative;
  top: -5px;
}

.click-nav .closed:nth-of-type(1) {
  top: 7px;
}

.click-nav .closed:nth-of-type(2) {
  transform: rotate(-45deg);
}

.click-nav .closed:nth-of-type(3) {
  display: none;
}

/* Toast */
.custom-toast {
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  width: 200px;
  display: none;
  z-index: 999;
  transition: opacity 0.3s ease-in-out;
  opacity: 0.95;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
}

/* BG Layout */
.bg-layout {
  /*    background-image: url("../images/layout.png");
    background-size: cover;
    background-repeat: no-repeat;*/
  height: 100vh;
  position: relative;
  .bg-head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
}

/* Btn Up */
.btn-up {
  position: fixed;
  bottom: 30px;
  z-index: 999;
  background-color: #be8bc6;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: none !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

/* Fix Call Center */
.fix-call-center {
  position: fixed;
  bottom: 30px;
  z-index: 999;
  .chat-in {
    width: 65px;
    height: 65px;
    background-color: #f4f4f9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    cursor: pointer;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    img {
      &:first-child {
        max-width: 33px;
      }

      &:last-child {
        max-width: 50px;
        display: none;
      }
    }

    &.active {
      background-color: #f4f4f98c;
      img {
        &:first-child {
          display: none;
        }

        &:last-child {
          display: block;
        }
      }
    }
  }

  .list-contact {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    a {
      gap: 7px;
      border-radius: 50px;
      border: 1px solid #fff;
      padding: 7px 25px;
      color: #fff;
      margin: 10px 0;
      transition: all 0.3s ease-in-out;
      position: relative;
      background-color: #7d188d;
      border: 1px solid #7d188d;
      &:first-child {
        background-color: #22aa7a;
        border: 1px solid #22aa7a;
        position: relative;
        transition: all 0.5s ease-in-out;
      }
    }
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }

  80% {
    box-shadow: 0 0 0 14px rgba(255, 255, 255, 0);
  }
}

/* Header */
header {
  border-bottom: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

header ul {
  gap: 40px;
}

header ul li a {
  gap: 5px;
}
.contactInForm {
  .dropdown-toggle {
    background-color: transparent !important;
  }
  .select-form {
    label {
      font-family: "IBM Plex Sans Arabic" !important;
      font-size: 16px;
      font-weight: 500;
    }
  }
}
/* Nav */
.block-head {
  position: relative;
  z-index: 99;
  .nav-bar {
    padding: 15px;
    @media screen and (max-width: 1199.89px) {
      .container {
        max-width: 100%;
        padding: 0;
        margin: 0;
      }
    }
    &.active {
      @media screen and (max-width: 991.89px) {
        background-color: #0e0c36 !important;

        .logo {
          svg {
            path {
              fill: #fff;
              stroke: none;
            }
          }
        }

        svg {
          &.lang-head {
            path {
              fill: #fff;
              stroke: none;
            }
          }
          path {
            stroke: #fff;
          }
        }
        .side-nav {
          background: #0e0c36;
          border-radius: 0;
          a {
            color: #fff !important;
          }
          .up-links {
            span {
              color: #fff !important;
            }
          }
        }
        .user-list {
          position: relative;

          .dropdown-toggle {
            border: 1px solid #fff;
            color: #fff;
            span {
              width: 115px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
            }
            svg {
              path {
                stroke: #fff;
              }
            }
          }
          .dropdown-menu.d-block {
            position: absolute;
            top: -160px;
            background: #fff;
            a {
              span {
                color: #0a0225;
              }
            }
          }
        }
      }
      .handle {
        background-color: #090326 !important;
      }
      .items-calls {
        border: 1px solid #fff !important;
        li {
          span {
            color: #fff !important;
          }
        }
      }
    }

    .nav-body {
      .logo {
        overflow: hidden;
        margin-inline-end: 25px;

        img {
          max-width: 130px;
        }
      }

      .side-nav {
        flex: 1;
        font-family: "IBM Plex Sans Arabic", sans-serif !important;
        .list-links {
          margin: 0 auto;
          ul {
            li {
              a {
                font-weight: 500;
                font-size: 16px;
                @media screen and (max-width: 767px) {
                  font-family: "itfrayat-Medium" !important;
                  font-size: 18px;
                  opacity: 40%;
                }
              }
              &.active {
                @media screen and (max-width: 767px) {
                  a {
                    opacity: 100%;
                  }
                }
              }
            }
          }
          @media screen and (min-width: 991.89px) {
            background: rgba(14, 12, 54, 0.05);
            padding: 15px 0;
            border-radius: 30px;
          }
        }
        .btn-option {
          @media screen and (min-width: 991.89px) {
            display: none !important;
          }
          @media screen and (max-width: 991.89px) {
            flex-direction: column;
            position: relative;
            top: -40px;
            margin-bottom: 50px;
          }
          .login {
            background: none !important;
            color: #fff;
            border: 1px solid rgba(225, 225, 225, 20%) !important;
            border-radius: 30px;
            margin-top: 15px;
          }
        }
      }
      .left-part {
        flex-direction: row;
        display: flex;
        align-items: center;
        .btn-desktop {
          /* margin-inline-end: 20px; */
          @media screen and (max-width: 991.89px) {
            margin-inline: 20px;
          }
          .btn-option {
            @media screen and (max-width: 991.89px) {
              display: none !important;
            }
          }
        }
      }
    }
  }
}

.nav-bar .nav-body ul {
  gap: 50px;
  margin: 0 80px;
  @media screen and (min-width: 992px) {
    gap: 40px;
    margin: 0px 20px;
  }
  li {
    position: relative;
    a,
    .m-span {
      color: #f4f4f9 !important;
      font-size: 15px;
      &:hover {
        color: #7d178d !important;
      }
    }
  }
}

.nav-bar .nav-body ul .up-links #drop-head {
  cursor: pointer;
}

.nav-bar .nav-body ul .up-links .sub-links {
  position: absolute;
  top: 30px;
  width: 750px;
  background-color: #fff;
  gap: 0;
  padding: 15px;
  margin: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease-in-out;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  @media screen and (max-width: 991.89px) {
    width: 100%;
    top: 64px;
  }
  li {
    a {
      color: #090326 !important;
      font-size: 15px;
      margin: 15px 0;
      display: block;
      transition: all 0.3s ease-in-out;
      cursor: auto;
      /*                &:hover{
                    color: #7D178D;
                    font-weight: bold
                }*/
    }
  }
}

.nav-bar .nav-body .btn-option {
  gap: 0;
  font-family: "IBM Plex Sans Arabic", sans-serif !important;

  a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 110px;
    height: 45px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    &:hover {
      transform: scale(0.9);
    }

    &:first-child {
      background-color: #f4f4f9;
      color: #090326;
      font-size: 15px;
      border: 1px solid #f4f4f9;
      @media screen and (max-width: 992px) {
        width: 335px;
        border: 1px solid red;
      }
    }

    &:last-child {
      background-color: #bce4e7;
      color: #0e0c36;
      font-size: 15px;
      border: 1px solid #bce4e7;
      border-radius: 30px;
      font-family: "IBM Plex Sans Arabic";
      font-weight: 600;
      @media screen and (max-width: 991.89px) {
        width: 335px;
        order: -1;
        color: #0a0225 !important;
        font-weight: 700;
      }
    }
  }
}

.in-header {
  background-color: #fff;
  header {
    border-bottom: 1px solid #090326 !important;
    ul {
      li {
        a {
          position: relative;
          span {
            color: #090326 !important;
          }
        }
      }
    }
  }

  .dropdown {
    .dropdown-toggle {
      border: 1px solid #0a0225;
      font-weight: 500;
      color: #0a0225;
      background: none;
      border-radius: 30px;
      font-family: "IBM Plex Sans Arabic";
      font-size: 14px;
      span {
        width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: start;
      }
      svg {
        path {
          stroke: #0a0225;
        }
      }
    }
  }

  .nav-bar .nav-body ul .up-links .sub-links {
    li {
      a {
        &:before {
          display: none;
        }
      }
    }
  }

  .nav-bar .nav-body ul {
    li {
      a,
      .m-span {
        color: #090326 !important;
        &:hover {
          color: #090326 !important;
        }

        &:before {
          content: "";
          position: absolute;
          bottom: -25px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #090326;
          transform: scaleX(0);
          font-weight: 500 !important;
          transition: all 0.3s ease-in-out;
        }

        &.active,
        &:hover {
          background-color: transparent;
          color: #090326 !important;
          border: 0 !important;
        }
      }
    }
    &.items-calls {
      background: rgba(14, 12, 54, 0.1);
      width: 65px;
      height: 32px;
      border-radius: 4px;
      border: 1px solid #0a0225;
      @media screen and (min-width: 992px) {
        display: none !important;
      }
      li {
        a {
          color: #0a0225 !important;
          span {
            color: #0a0225;
            margin-inline: 5px;
          }
        }
      }
    }
  }

  .nav-bar .nav-body .btn-option {
    a {
      &:first-child {
        background-color: #fff;
        color: #0a0225;
        border: none;
        font-family: "IBM Plex Sans Arabic";
        font-weight: 600;
      }
    }
  }
}

/* Section Head */
.section-head {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  /*  justify-content: center;
*/
  z-index: 9;
  .info-head {
    overflow: hidden;
    /*    text-align: center;
*/
    h1 {
      font-size: 52px;
      color: #f4f4f9;
    }

    p {
      color: #f4f4f9;
      font-size: 24px;
      /*      margin: auto;
*/
      margin-top: 20px;
      max-width: 600px;
    }

    a {
      color: #f4f4f9;
      gap: 10px;
      /*      margin: auto;
*/
      width: 550px;
      text-align: center;
      justify-content: center;
      span {
        text-decoration: underline;
      }

      &.sup-now {
        border: 1px solid #fff;
        height: 60px;
        border-radius: 5px;
        margin: 30px 0;
        span {
          text-decoration: none;
        }

        &:hover {
          background-color: #7d178d;
          border: 1px solid #7d178d;
          color: #fff;
        }
      }
    }
  }
}

/* Dropdown */
.dropdown {
  position: relative;
  display: inline-block;
  .dropdown-toggle {
    background-color: transparent;
    border: 1px solid #0a0225;
    border-radius: 5px;
    color: #fff;
    height: 45px;
    width: 210px;
    padding: 0 10px;
    cursor: pointer;
    &::after {
      display: none;
    }

    &:hover {
      transform: inherit !important;
    }
  }

  .dropdown-menu {
    min-width: 100%;
    width: 100%;
    padding: 2px 15px;
    border-radius: 12px;
    border: none;
    font-family: "IBM Plex Sans Arabic";
    font-weight: 500;
    background: rgba(14, 12, 54, 0.04);
    margin-top: 13px;
    padding-block: 10px;
    a {
      display: flex;
      align-items: center;
      gap: 10px;
      margin: 12px 0;
      color: #090326;
      &:last-child {
        color: rgba(255, 0, 0, 1);
      }
    }
  }
}

.dropdown.show .dropdown-menu {
  display: block;
}

/* Section Video */
.sec-video {
  position: absolute;
  bottom: -300px;
  right: 0;
  width: 100%;
  z-index: 9;
  .up-video {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    padding: 90px 20px;
    width: 80%;
    margin: auto;
    .block-video {
      width: 100%;
      height: 380px;
      border-radius: 10px;
      overflow: hidden;
      background-color: #f4f4f9;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    .info-video {
      padding: 0 35px;
      h1 {
        font-size: 46px;
      }

      p {
        margin-top: 20px;
        font-size: 22px;
      }
    }
  }
}

/* Pop Video */
.pop-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(100%);
  transition: all 0.5s ease-in-out;
  .in-video {
    position: relative;
    /*        overflow: hidden;*/
    border-radius: 10px;
    height: 90vh;
    .close-vid {
      position: absolute;
      top: -10px;
      right: -10px;
      width: 30px;
      height: 30px;
      background-color: #f00;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      z-index: 99999;
      img {
        max-width: 10px;
      }
    }

    video,
    iframe {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      cursor: pointer;
    }
  }
}

/* Form Contact */
footer {
  .container {
    @media screen and (max-width: 991.89px) {
      max-width: 100%;
    }
  }
  .QRModal {
    &.show {
      background: rgba(14, 12, 54, 0.8);
      backdrop-filter: blur(36px);
    }
    .modal-dialog {
      .modal-content {
        background: none;
        border: none;
        img {
          margin-bottom: 45px !important;
        }
        .modal-footer {
          button {
            background: rgba(255, 255, 255, 0.15);
            border-radius: 30px;
            width: 272px;
            height: 48px;
            color: #fff;
            font-family: "IBM Plex Sans Arabic";
            cursor: pointer;
          }
        }
      }
    }
  }
  .end-footer {
    font-family: "IBM Plex Sans Arabic";
  }
  .info-text-modal {
    p {
      font-size: 16px;
    }
  }
  .down-icon {
    color: #fff;
    border-color: #fff;
  }
  form {
    .selected-text {
      .dropdown-content {
        color: #0a0225;
      }
    }

    .input-form {
      gap: 0px;
      border: 1px solid rgba(255, 255, 255, 0.25);
      height: 50px;
      width: 100%;
      border-radius: 30px;
      padding: 0 15px;
      margin: 0;
      background: rgba(255, 255, 255, 0.05);
      input {
        color: #fff;
        background-color: transparent;
        &::placeholder {
          color: #fff;
        }
      }

      .selector {
        flex: 1;
        select {
          color: #fff;
          background-color: transparent;
          width: 100%;
          border: 0;
        }
      }
    }

    button {
      background-color: #fff;
      border: 1px solid #fff;
      color: #fff;
      width: 100%;
      height: 70px;
      border-radius: 5px;
      font-size: 18px;
      gap: 10px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
    }
  }

  .lo-img {
    display: none;
  }
}

.contactInForm {
  .dropdown {
    width: 100%;
    .dropdown-toggle {
      color: #fff;
      border: none !important;
      font-family: "IBM Plex Sans Arabic", sans-serif !important;
      font-size: 15px;
    }

    .dropdown-content {
      height: 330px;
      overflow-y: auto;
    }
  }
}
.n-contact-modal {
  &.show {
    background: rgba(225, 225, 225, 0.5);
    backdrop-filter: blur(20px);
  }
  .body-form-contact {
    @media screen and (max-width: 991.89px) {
      margin-inline: 10%;
    }
    h5 {
      font-family: "itfrayat-Bold";
      font-size: 28px;
      line-height: 48px;
      @media screen and (min-width: 1200px) {
        width: 64%;
      }
    }
    p {
      font-family: "IBM Plex Sans Arabic";
      font-size: 18px;
      font-weight: 500;
    }
    form {
      .input-form {
        background: rgba(14, 12, 54, 0.03);
        border: 1px solid rgba(14, 12, 54, 0.03);
        border-radius: 12px;
        height: 48px;
        margin-bottom: 15px;
        padding: 10px;
        svg {
          margin: 0 10px;
        }
        input {
          background: none;
          &::placeholder {
            color: rgba(14, 12, 54, 0.5);
            font-family: "IBM Plex Sans Arabic", sans-serif !important;
          }
        }
        .selected-text {
          color: rgba(14, 12, 54, 0.5);
        }
      }
    }
    .contactInForm {
      margin-top: 60px;
      #ContactButton {
        width: 100%;
        height: 48px;
        color: #fff;
        background: #0a0225;
        font-family: "IBM Plex Sans Arabic", sans-serif !important;
        font-weight: 500px;
        border-radius: 12px;
      }
    }
  }
  .form-images {
    @media screen and (max-width: 991.89px) {
      flex-direction: column;
      img {
        &:last-child {
          order: -1;
        }
      }
    }
  }
}
.section-form-contact {
  &.index-view {
    padding: 10px 0;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    .head-info-form {
      img {
        max-width: 200px;
      }
    }
    /* Btn To Down */
    .btn-down {
      background-color: #f4f4f9;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      position: absolute;
      bottom: -15px;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 999;
      animation: bounce 2s infinite ease-in-out;
    }
  }

  .head-info-form {
    text-align: center;
    h1 {
      font-size: 40px;
      color: #090326;
      width: 430px;
      margin: auto;
      margin-bottom: 15px;
    }

    p {
      font-size: 17px;
    }
  }

  .body-form-contact {
    form {
      max-width: 500px;
      margin: auto;
      margin-top: 30px;
      .dropdown {
        width: 100%;
        .dropdown-toggle {
          color: #0a0225;
        }

        .dropdown-content {
          height: 330px;
          overflow-y: auto;
        }
      }

      .input-form {
        background-color: #fff;
        gap: 11px;
        border: 1px solid #090326;
        height: 60px;
        img {
          width: 22px;
          height: 22px;
          object-fit: contain;
        }
      }

      button {
        height: 60px;
      }
    }
  }
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }
}

/* Body Landing */
.body-landing {
  padding-top: 400px;
  .what-offer {
    h2 {
      text-align: center;
      margin-bottom: 80px;
      font-size: 38px;
    }

    .block-item-offer {
      margin-top: 50px;
      .block-info-video {
        background-color: #fff;
        border-radius: 65px;
        overflow: hidden;
        position: relative;
        height: 450px;
        width: 450px;
        video {
          position: absolute;
          top: 0;
          right: 0;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      .info-detail-offer {
        .sub-head-info {
          gap: 15px;
          .icon-head {
            background-color: #c3c2cd;
            border-radius: 50%;
            width: 70px;
            height: 70px;
          }

          .title-info {
            span {
              color: #090326;
              font-size: 20px;
            }
          }
        }

        .list-offer {
          li {
            gap: 5px;
            margin-top: 5px;

            span {
              color: #090326;
              font-size: 20px;
            }
          }
        }
      }
    }
  }
}

/* Store */
.store {
  text-align: center;
  img {
    max-width: 600px;
    margin: auto;
  }

  p {
    max-width: 920px;
    margin: auto;
    color: #090326;
    font-size: 25px;
    position: relative;
    top: -80px;
    margin-bottom: 50px;
  }
}

/* Devices */
.devices {
  h2 {
    color: #090326;
  }

  h5 {
    color: #090326;
    font-size: 20px;
    margin-top: 15px;
  }

  .item-device {
    &:hover {
      .img-device {
        img {
          transform: scale(1.1);
        }
      }
    }

    .img-device {
      overflow: hidden;
      border-radius: 30px;
      box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px,
        rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px,
        rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px,
        rgba(0, 0, 0, 0.07) 0px 32px 64px;
      padding: 25px;
      margin: auto;
      background-color: #fff;
      img {
        width: 250px;
        height: 250px;
        object-fit: contain;
      }
    }

    .body-item-device {
      padding: 20px;
      .title-device {
        gap: 10px;
        margin-bottom: 15px;
        span {
          color: #090326;
          font-size: 22px;
        }

        img {
          width: 25px;
          height: 25px;
          object-fit: contain;
        }
      }

      p {
        color: #090326;
        font-size: 20px;
      }
    }
  }

  .dowload-app {
    .d-flex {
      gap: 15px;
      a {
        &:hover {
          transform: scale(0.9);
        }
      }
    }
  }
}

/* Features */
.features {
  padding: 70px 0;
  h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 35px;
  }

  .up-features {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    .item-feature {
      text-align: center;
      .icon-feature {
        background-color: #fff;
        border-radius: 40px;
        width: 180px;
        height: 180px;
        margin: auto;
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1),
          0px 22px 22px rgba(0, 0, 0, 0.09), 0px 50px 30px rgba(0, 0, 0, 0.05),
          0px 90px 36px rgba(0, 0, 0, 0.01), 0px 140px 39px rgba(0, 0, 0, 0);
        img {
          max-width: 50px;
        }
      }

      h5 {
        margin-top: 20px;
        color: #090326;
        font-size: 19px;
        width: 200px;
      }
    }
  }
}

/* Footer */
footer {
  border-top: 1px solid #f1f1f6;
  background: rgba(14, 12, 54, 1);
  color: #fff;
  .select-form,
  .search-box {
    color: #0a0225 !important;
  }
  .options-list {
    div {
      color: #0a0225;
      font-family: "IBM Plex Sans Arabic";
    }
  }
  .up-section-footer {
    &.section-footer-1 {
      .section-footer {
        &:nth-child(2) {
          @media screen and (max-width: 992px) {
            order: -1;
            margin-top: 30px;
          }
        }
      }
    }

    @media screen and (max-width: 992px) {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }
    &.section-footer-2 {
      .b-links {
        @media screen and (max-width: 992px) {
          display: none !important;
        }
      }
      .section-footer {
        @media screen and (max-width: 992px) {
          &:nth-child(2),
          &:nth-child(3),
          &:nth-child(4) {
            display: none;
          }
        }
      }
    }

    .section-footer {
      &.footer-mobile-data {
        @media screen and (min-width: 992px) {
          display: none;
        }
        ul {
          width: 50%;
        }
      }
      h6 {
        color: #fff;
        font-size: 12px;
        margin-top: 10px;
        font-family: "IBM Plex Sans Arabic", sans-serif !important;
      }

      p {
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        font-family: "IBM Plex Sans Arabic", sans-serif !important;
        margin-bottom: 32px;
        max-width: 345px;
      }

      h5 {
        color: #fff;
        font-size: 32px;
        font-family: "itfrayat-Bold" !important;
        font-weight: 700 !important;
        line-height: 40px;
        margin-top: 0;
        margin-bottom: 8px;
        @media screen and (max-width: 992px) {
          width: 100%;
          line-height: 48px;
          font-size: 30px;
        }
      }

      .social {
        gap: 5px;
        margin: 20px 0;
        li {
          a {
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            &:hover {
              /* transform: scale(1.1); */
              background-color: #fff;
              svg {
                path {
                  fill: #0a0225;
                }
              }
            }
          }
        }
      }

      .links-footer {
        li {
          a {
            font-family: "IBM Plex Sans Arabic", sans-serif !important;
            font-size: 17px;
            color: #fff;
            /* &:hover {
              transform: translateX(-10px);
              color: #7d178d;
            } */
          }
        }

        &.services-links-footer {
          li {
            a {
              color: #fff;
              &:hover {
                transform: initial !important;
                color: #fff !important;
              }
            }
          }
        }
      }

      form {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
        margin-top: 20px;
        flex-direction: column;
        input {
          height: 36px;
          border-radius: 0 !important;
          padding: 0 10px;
          color: #fff;
          background-color: transparent;
          font-size: 15px;
          font-family: "IBM Plex Sans Arabic", sans-serif !important;
          text-align: start;
          direction: rtl;
          &:lang(en) {
            text-align: start;
            direction: ltr;
          }
          &::placeholder {
            color: #fff;
          }
        }

        button {
          background-color: #fff;
          border: 1px solid #fff;
          color: #0a0225;
          width: 100%;
          height: 45px;
          border-radius: 30px;
          font-size: 15px;
          gap: 5px;
          cursor: pointer;
          transition: all 0.3s ease-in-out;
          font-family: "IBM Plex Sans Arabic", sans-serif !important;
          img {
            display: none;
          }
          span {
            font-weight: 500 !important;
          }
        }
      }
    }
  }
  .ipf {
    @media screen and (min-width: 992px) {
      display: flex;
      margin-inline-start: 45px;
    }
  }
  .two-logo {
    @media screen and (min-width: 992px) {
      display: flex;
      gap: 40px;
    }
  }
  .logos {
    @media screen and (max-width: 991.89px) {
      margin-top: 30px !important;
    }
  }
  .logos,
  .two-logo {
    @media screen and (max-width: 991.89px) {
      /* flex-direction: column; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      /* width: 100%; */
      gap: 20px;
      .ipf {
        width: auto !important;
      }
      div {
        &:first-child,
        &:nth-child(2) {
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 0 !important;
          flex-wrap: wrap;
          /* width: 100%; */
          gap: 20px;
          img {
            margin-bottom: 0px !important;
            margin-top: 0 !important;
          }
        }
      }
    }
  }
  .contactInForm {
    svg {
      path {
        fill: #fff;
      }
    }
    .form-images {
      display: none !important;
    }
  }
}

/* Content Faq */
.content-faq {
  padding: 110px 0 30px 0;
  @media screen and (max-width: 992px) {
    .container {
      max-width: 100%;
      padding: 0;
      margin: 0;
    }
    padding: 40px 0 30px 0;
  }

  .head-info {
    h1 {
      color: #090326;
      font-size: 60px;
      line-height: 104px;
      font-family: "itfrayat-Medium";
      font-weight: 500;
      width: 57%;
      margin: 0 auto;
      @media screen and (max-width: 992px) {
        font-size: 40px;
        line-height: 48px;
        width: 100%;
      }
    }
    .FQA {
      background: rgba(14, 12, 54, 0.05);
      width: 180px;
      margin: 0 auto;
      height: 45px;
      border-radius: 30px;
      padding-inline-end: 16px;
      margin-bottom: 45px;
      &:lang(en) {
        width: 300px;
      }
      .FAQ-logo {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        background: rgba(14, 12, 54, 0.08);
        text-align: center;
        line-height: 39px;
        margin-inline-end: 15px;
      }
      p {
        color: #161616;
        font-size: 17px;
        font-family: "IBM Plex Sans Arabic", sans-serif !important;
        margin-bottom: 0;
      }
    }
  }

  .nav-tabs {
    @media screen and (min-width: 1200px) {
      justify-content: center;
    }
    margin: 80px 0 30px 0;
    align-items: center;
    border: 0 !important;
    gap: 30px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    @media screen and (max-width: 992px) {
      margin: 50px 0 0 0;
      gap: 10px;
      margin-inline-start: 15px;
    }
    li {
      margin: 0 !important;
      flex: 0 0 auto;
      a {
        background-color: rgba(235, 235, 235, 0.4);
        padding: 10px 10px;
        font-size: 19px !important;
        border-radius: 30px !important;
        color: #0e0c36;
        width: 155px;
        position: relative;
        text-align: center;
        transition: all 0.3s ease-in-out;
        font-family: "itfrayat-Bold";
        &:lang(en) {
          width: 175px;
        }
        @media screen and (max-width: 992px) {
          width: 125px;
          font-size: 15px !important;
        }
        &.active,
        &:hover {
          background-color: rgba(14, 12, 54, 0.2);
          border: 3px solid #0e0c36;
          color: #090326 !important;
          &::before {
            transform: scaleX(1);
          }
        }
      }
    }
  }

  .all-faq {
    .item-faq {
      .collapse-item {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding: 30px 0;
        .accordion-icon {
          margin-inline-end: 10px;
          width: 23px;
          height: 23px;
        }
        span {
          font-size: 25px;
          font-family: "itfrayat-Bold";

          @media screen and (max-width: 992px) {
            font-size: 19px;
          }
        }
        a {
          font-size: 16px !important;
          color: rgba(14, 12, 54, 1) !important;
          font-weight: bold !important;
          @media screen and (min-width: 1200px) {
            align-items: center;
          }
        }

        p {
          margin-top: 20px !important;
          color: rgba(14, 12, 54, 1) !important;
          font-size: 18px !important;
          font-family: "IBM Plex Sans Arabic";
          @media screen and (min-width: 1200px) {
            width: 60%;
          }
        }

        &:last-child {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        }
      }
    }
  }

  .any-question {
    margin-top: 50px;
    h4 {
      color: rgba(14, 12, 54, 1);
      font-size: 25px;
      font-family: "itfrayat-Bold";
    }

    p {
      color: #090326;
      font-size: 18px;
      font-family: "IBM Plex Sans Arabic";
    }

    button {
      background-color: #090326;
      border: 1px solid #090326;
      color: #fff;
      width: 360px;
      height: 48px;
      border-radius: 8px;
      font-size: 18px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
    }
  }
}

/* About */
.banner {
  background: #090326;
  height: auto;
  position: relative;
  .view-head {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    .banner-content {
      position: relative;
      color: #fff;
      &:before {
        content: "";
        background: rgba(255, 255, 255, 0.15);
        border-radius: 50%;
        width: 240px;
        height: 240px;
        position: absolute;
        top: -60px;
      }

      p {
        margin-bottom: 0;
        font-size: 18px;
        position: relative;
        top: 35px;
      }

      h1 {
        font-size: 90px;
      }

      span {
        position: relative;
        top: 85px;
        font-size: 18px;
      }
    }
  }
}

.about-content {
  h4 {
    color: #090326;
    font-size: 70px;
    font-family: "itfrayat-Medium";
    font-weight: bold;
    @media screen and (max-width: 991.89px) {
      font-size: 35px;
    }
  }

  h3 {
    line-height: 65px;
    font-family: "itfrayat-Bold";
    font-size: 28px;
  }
  p {
    color: #0a0225;
    font-size: 17px;
    font-family: "IBM Plex Sans Arabic";
    font-weight: 500;
  }
  .page-title {
    margin: 40px 0 !important;
    align-items: baseline !important;
  }
}

/* Modal App */
.info-text-app {
  h3 {
    font-size: 34px;
    color: #090326;
  }

  p {
    font-size: 21px;
    color: #090326;
    margin: 15px 0;
  }

  h5 {
    font-size: 21px;
    color: #090326;
  }
}

/* Loading Form */
.custom-spinner {
  width: 27px;
  height: 27px;
  border: 0.25rem solid #f3f3f3;
  border-top: 0.25rem solid #343a40; /* Dark like Bootstrap */
  border-radius: 50%;
  animation: spin 0.75s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Section Success */
.section-success {
  .img-success {
    max-width: 300px;
    margin-bottom: 10px;
    margin-top: 30px;
  }

  .h-in {
    gap: 7px;
    margin: 25px 0;
    img {
      max-width: 18px;
    }

    p {
      font-size: 18px;
    }
  }
}

/* Slide-up keyframe animation */
@keyframes slideUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Apply slide-up animation */
.slide-anime {
  animation: slideUp 1s ease-out forwards;
}

#compareModal table th {
  text-align: initial !important;
}

.alert {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9999;
  left: auto;
  gap: 0 20px;
}

/* First Banner */
.sec-banner {
  background-color: #dfdce7;
  position: relative;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/panner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 5%;
  }

  .pe-section-panner {
    position: relative;
    z-index: 1;
    padding: 20px 40px;
    .right-sec-pan {
      gap: 20px;
      .img-pan {
        background-color: #fff;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;

        span {
          color: #7d178d;
          font-size: 12px;
          margin-top: 3px;
        }
      }

      .info-pan {
        h1 {
          color: #090326;
          font-size: 33px;
          margin-bottom: 14px;
        }

        h5 {
          color: #090326;
          font-size: 16px;
          margin: 0;
        }
      }
    }

    .left-sec-pan {
      h4 {
        font-size: 18px;
        margin-bottom: 13px;
      }

      div {
        gap: 5px;
        margin-top: 10px;
        img {
          max-width: 19px;
        }

        h5 {
          color: #090326;
          font-size: 16px;
        }
      }
    }
  }
}

.bg-mob {
  display: none;
}

.v-mobile {
  display: none;
}

/* New Banner Saudi National */
.saudi-national-day {
  background-color: #00382b;
  position: relative;
  overflow: hidden;
  .bg-frame {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    right: 0;
  }
  .info-saudi-national {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 0 30px;
    position: relative;
    z-index: 9;
  }
}

.about-content {
  margin: 0 auto 60px;
  font-family: "IBM Plex Sans Arabic";
  @media screen and (min-width: 1200px) {
    width: 50%;
  }
}

.about-logo {
  border-radius: 50%;
  text-align: center;
  line-height: 39px;
  margin-inline-end: 7px;
  width: 28px;
  height: 28px;
}
.About {
  background: rgba(14, 12, 54, 0.05);
  width: 133px;
  margin: 0 auto;
  height: 35px;
  border-radius: 30px;
  padding-inline-end: 16px;
  margin-bottom: 45px;
  &:lang(en) {
    width: 170px;
  }
  p {
    margin-bottom: 0;
    font-family: "IBM Plex Sans Arabic";
  }
}
.download-pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "IBM Plex Sans Arabic";
  width: 119px;
  height: 45px;
  border-radius: 30px;
  @media screen and (max-width: 991.89px) {
    width: 180px;
  }
  &:lang(en) {
    width: 150px;
  }
  a {
    display: flex;
    span {
      margin-inline-end: 8px;
    }
  }
}
