@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; }

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: url("../img/new/BG.svg") center top no-repeat;
  background-size: cover;
  position: relative;
  overflow: visible;
  height: 50vh;
  background-position: 50% 21%; }
  .top .btn {
    position: absolute;
    bottom: -2.25rem;
    margin-top: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 8px;
    font-weight: 500;
    font-size: 2.1rem;
    background: #FF4F00;
    padding: 0px 3.5rem;
    line-height: 5.5rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease; 
    color: #FFFFFF;
  }
    .top .btn:hover {
      gap: 2rem;
      padding: 0 3.25rem; }
    .top .btn p {
      margin: 0; }
    .top .btn img {
      height: 1.5rem; }
  .top .container {
    height: 50vh;
    max-width: 1540px;
    padding: 0px 8%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    position: relative;
    gap: 10%; }
    .top .container .logo {
      height: 3.2vh;
      top: 7vh;
      position: absolute;
      right: 8%; }
    .top .container .headline {
      font-size: 7.5rem;
      text-align: right;
      line-height: 1.2;
      flex: 0 0 auto;
      font-weight: 400;
      margin: 0; 
      color: #FFFFFF;
    }
      .top .container .headline strong {
        font-weight: 500; }
    .top .container .visual {
      flex: 1;
      text-align: center; }
      .top .container .visual img {
        height: 42vh; }

.bottom {
  padding: 90px 2vw;
  box-sizing: border-box;
  text-align: center;
  padding-bottom: 70px;
  height: 50vh; }
  .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;
    padding: 0;
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row; }
    .bottom ul li {
      display: flex;
      padding: 0 5.5rem;
      box-sizing: border-box;
      border-left: 1px solid #101820;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 2rem;
      font-size: 2rem; }
      .bottom ul li:first-of-type {
        padding-right: 0; }
      .bottom ul li:last-of-type {
        border: 0;
        padding-left: 0; }
      .bottom ul li img {
        height: 4.5rem;
        width: 4rem;
        object-fit: contain;
        object-position: center; }
      .bottom ul li p {
        margin: 0;
        line-height: 1.2; }
        .bottom ul li p strong {
          display: block; }
  .bottom .legal {
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 90px;
    line-height: 1.4;
    width: 90%;
    max-width: 1560px;
    text-align: right; }

.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 bottom; */
    width: 100%;
    background: url("../img/mobile/BG.svg") center no-repeat;
    background-size: cover;
    position: relative;
    overflow: visible;
    height: 50vh;
    /* background-position: 50% 21%;  */
  }
    .top .btn {
      padding: 0px 5.5rem; }
      .top .btn img {
        display: none; }
    .top .container {
      flex-direction: column;
      padding: 7vw;
      align-items: flex-start;
      padding-bottom: 8rem;
      height: auto; }
      .top .container .logo {
        height: 2.1rem;
        top: 7vw;
        position: static;
        right: 7vw;
        margin-bottom: 1.5rem; }
      .top .container .visual img {
        width: 90%;
        position: relative;
        margin-top: 2%;
        max-width: 90%;
        height: auto;
        max-width: 74%; }
      .top .container .headline {
        padding-top: 2rem;
        font-size: 5.2rem;
        position: relative;
        z-index: 2; }

  .bottom {
    padding: 6rem 2vw;
    height: auto; }
    .bottom .btn {
      border-radius: 8px;
      font-weight: 500;
      font-size: 2.1rem;
      background: #FF4F00;
      padding: 0px 5.5rem;
      line-height: 5.5rem;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      gap: 1.5rem;
      cursor: pointer;
      display: inline-block;
      transition: all 0.3s ease;
      margin-top: 4rem;
      color: #FFFFFF;
    
      }
      .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: 2.1rem; }
      .bottom h2 span {
        font-weight: 400; }
    .bottom ul {
      flex-direction: column;
      margin-top: 4rem; }
      .bottom ul li {
        border: 0;
        padding: 1.5rem 0;
        font-size: 2.1rem; }
        .bottom ul li img {
          height: 6.5rem;
          width: 6rem; } }

/*# sourceMappingURL=style.css.map */
