@font-face {
  font-family: Pangea;
  src: url(../fonts/ICPangeaText-Regular.otf);
  font-weight: normal; }
@font-face {
  font-family: Pangea;
  src: url(../fonts/ICPangeaText-Medium.otf);
  font-weight: 500; }
@font-face {
  font-family: Pangea;
  src: url(../fonts/ICPangeaText-SemiBold.otf);
  font-weight: 600; }
* a {
  text-decoration: none;
  color: inherit !important; }

.mob-pattern {
  display: none; }

html, body {
  padding: 0;
  margin: 0;
  direction: rtl;
  font-size: clamp(9px, 1vh, 12.5px);
  font-family: 'Pangea',sans-serif;
  color: #101820;
  -webkit-font-smoothing: antialiased; }

.top {
  width: 100%;
  background: #2920ba;
  background-size: cover;
  position: relative;
  overflow: visible;
  color: white;
  background: url("../img/BG.svg") center left no-repeat #2920ba;
  background-position: 0;
  background-size: auto 100%; }
  .top .btn {
    position: absolute;
    bottom: -3rem;
    border-radius: 8px;
    font-weight: 500;
    font-size: 2.1rem;
    background: #FF4F00;
    padding: 0px 3rem;
    line-height: 7rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease; }
    .top .btn:hover {
      gap: 2rem;
      padding: 0 3.25rem; }
    .top .btn p {
      margin: 0; }
    .top .btn img {
      height: 1.5rem; }
  .top .container {
    height: 50vh;
    min-height: 480px;
    max-width: 1540px;
    padding: 0px 8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    position: relative;
    gap: 2%; }
    .top .container .logo {
      height: 3.2vh;
      top: 7vh;
      position: absolute;
      right: 8%; }
    .top .container .headline {
      font-size: 6rem;
      text-align: right;
      line-height: 1.2;
      flex: 0 0 auto;
      font-weight: 400;
      margin: 0; }
      .top .container .headline strong {
        font-weight: 500; }
    .top .container h3 {
      font-size: 2rem;
      font-weight: 400;
      margin: 0;
      margin-top: 2rem; }
      .top .container h3 strong {
        font-weight: 500; }

.bottom {
  margin: 0 auto;
  padding: 90px 2vw;
  text-align: center;
  padding-bottom: 70px;
  max-width: 1540px;
  padding: 90px 8%; }
  .bottom h2 {
    font-size: 2.8rem;
    line-height: 1.25;
    font-weight: 600;
    margin: 0; }
    .bottom h2 strong {
      font-weight: 600;
      color: #FF4F00; }
  .bottom ul {
    list-style: none;
    margin: 0;
    margin: 0 auto;
    padding: 0;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row; }
    .bottom ul li {
      display: flex;
      box-sizing: border-box;
      justify-content: center;
      flex-direction: row;
      align-items: center;
      gap: 2rem;
      font-size: 2rem;
      opacity: 0.7;
      transition: opacity 0.3s ease;
      cursor: default;
      flex-shrink: 0; }
      .bottom ul li:nth-child(even) {
        opacity: 1; }
      .bottom ul li:hover {
        opacity: 1; }
      .bottom ul li .arr {
        height: 1.4rem; }
        .bottom ul li .arr.mob {
          display: none; }
      .bottom ul li .num {
        font-size: 4rem;
        width: 8rem;
        height: 8rem;
        line-height: 8rem;
        background: #3F3FEA;
        color: white;
        font-weight: 500;
        text-align: center;
        border-radius: 100%; }
      .bottom ul li:first-of-type {
        padding-right: 0; }
      .bottom ul li:last-of-type {
        border: 0;
        padding-left: 0; }
      .bottom ul li p {
        margin: 0;
        line-height: 1.2;
        text-align: right; }
  .bottom .legal {
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 90px;
    line-height: 1.4;
    width: 90%;
    text-align: right;
    width: 100%; }

.mob {
  display: none; }

@media only screen and (max-width: 600px) {
  html, body {
    font-size: 8px;
    font-size: 2vw; }

  .mob {
    display: inline-block;
    position: relative; }

  .top {
    background-size: 190%;
    height: auto;
    background-position: center top;
    min-height: 0;
    background: url("../img/Mobile.svg") center bottom no-repeat #2920ba;
    background-position: 50% 392%;
    background-size: 100% auto; }
    .top .btn {
      padding: 0px 5rem;
      transform: translateX(-50%);
      left: 50%;
      right: auto;
      width: auto;
      white-space: nowrap; }
    .top .mob-pattern {
      width: 100%;
      display: inline-block; }
    .top .container {
      flex-direction: column;
      padding: 0;
      padding-top: 7vw;
      align-items: flex-start;
      padding-bottom: 0rem;
      height: auto;
      min-height: 0; }
      .top .container .logo {
        height: 2.1rem;
        top: 7vw;
        position: static;
        right: 7vw;
        margin-bottom: 1.5rem;
        padding-right: 7vw; }
      .top .container .texts {
        padding: 7vw; }
      .top .container .visual img {
        width: 90%;
        position: relative;
        margin-top: 2%;
        max-width: 90%;
        height: auto;
        max-width: 74%; }
      .top .container .headline {
        font-size: 3.2rem;
        position: relative;
        z-index: 2; }
        .top .container .headline strong {
          font-weight: 400; }

  .bottom {
    padding: 6rem 2vw;
    height: auto; }
    .bottom .btn {
      border-radius: 8px;
      font-weight: 500;
      font-size: 2.1rem;
      background: #FF4F00;
      padding: 0px 5rem;
      line-height: 7rem;
      margin: 0 auto;
      box-sizing: border-box;
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 80%;
      gap: 1.5rem;
      color: white;
      cursor: pointer;
      /* display: inline-block; */
      transition: all 0.3s ease;
      margin-top: 4rem; }
      .bottom .btn:hover {
        gap: 2rem;
        padding: 0 3.25rem; }
      .bottom .btn p {
        margin: 0; }
      .bottom .btn img {
        height: 1.5rem; }
    .bottom .legal {
      margin-top: 6rem;
      font-size: 1.71rem; }
    .bottom h2 {
      font-size: 3.2rem; }
      .bottom h2 span {
        font-weight: 400; }
    .bottom ul {
      flex-direction: column;
      margin-top: 4rem;
      text-align: center; }
      .bottom ul li {
        border: 0;
        padding: 1.5rem 0;
        font-size: 2.1rem;
        flex-direction: column;
        text-align: center;
        opacity: 1; }
        .bottom ul li .arr {
          display: none; }
          .bottom ul li .arr.mob {
            display: inline-block;
            height: 4rem;
            width: auto; }
        .bottom ul li p {
          text-align: center; }
        .bottom ul li img {
          height: 6.5rem;
          width: 6rem; } }

/*# sourceMappingURL=style.css.map */
