﻿@charset "UTF-8";

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: local('Droid Arabic Kufi Bold'), local('DroidArabicKufi-Bold'),
        url('fonts/DroidArabicKufi-Bold.woff2') format('woff2'),
        url('fonts/DroidArabicKufi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    /* font-display: swap; */
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: local('Droid Arabic Kufi'), local('DroidArabicKufi'),
        url('fonts/DroidArabicKufi.woff2') format('woff2'),
        url('fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    /* font-display: swap; */
}

body {
    font-family: -apple-system, "Droid Arabic Kufi", sans-serif;
    margin: 0;
    direction: rtl;
    color: #003445;
}

#newlogo {
    margin:auto;
    padding-bottom:8px;
    display: inline-flex;
}
#newlogo img {
    margin:auto!important;
}
.benifits .content {
    display: flex;
    position: relative;
}

.benifits .right {
    width: 26.563rem;
    position: relative;
}

.benifits .left {
    flex: 1;
    position: relative;
    z-index: 2;
}

.benifits .right img {
    width: 48.063rem;
    position: absolute;
    right: -10.4rem;
    top: -2rem;
    max-width: 48.063rem;
}

.benifits .left .title {
    font-size: 3.9375rem;
    line-height: 5.6875rem;
    display: block;
    margin-bottom: 1.9375rem;
}

.benifits ul {
    font-size: 1.1875rem;
}

.benifits ul li {
    position: relative;
    padding-right: 1.4375rem;
    margin-bottom: 0.6875rem;
}

.benifits ul li:before {
    content: "";
    width: 1.063rem;
    height: 1.063rem;
    display: inline-block;
    background: #65fcf1;
    position: absolute;
    right: 0;
    top: 0.5625rem;
}

.benifits .left .title .big {
    font-size: 5.625rem;
    display: block;
}

.platforms-download {
    display: flex;
    direction: ltr;
    align-items: center;
}

.benifits .note {
    color: #8d8d7d;
    margin-top: 2.125rem;
    display: block;
    margin-bottom: 2.1875rem;
}

.e-icon {
    width: 4.75rem;
    margin-right: 1.625rem;
}

.app-store {
    width: 7.1875rem;
}

.g-play {
    width: 7.6875rem;
}

.mt {
    width: 8.8125rem;
}

.platforms-download:nth-child(1) {
    display: none;
}

.platforms-download a:nth-child(-n+3) {
    position: relative;
    margin-right: 3.3125rem;
}

.platforms-download a:nth-child(-n+3):before {
    content: "";
    width: 0.0625rem;
    height: 2.0625rem;
    position: absolute;
    right: -1.5rem;
    background: #5bb5b5;
}

.logos {
    background: #00aaa8;
    padding: 0;
    /* margin-top: 13.75rem; */
}

.logos .boxed {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 7rem;
}

.logos img:nth-child(1) {
    width: 8.0625rem;
}

.logos img:nth-child(2) {
    width: 4.875rem;
}

.logos img:nth-child(3) {
    width: 5.25rem;
}

.logos img:nth-child(4) {
    width: 5.75rem;
}

.logos img:nth-child(5) {
    width: 4.8125rem;
}

.logos img:nth-child(6) {
    width: 4.5rem;
}

.logos img:nth-child(7) {
    width: 3.9375rem;
}


footer p:first-child {
    line-height: 1.6;
    margin: 0;
    padding-top: 2.5rem;
}



footer p:last-child {
    text-align: center;
    margin-bottom: 1.5625rem;
    margin-top: 2.1875rem;

}

footer {
    background: #191a19;
    box-sizing: border-box;
    display: block;
    color: #8d8d8d;
    font-size: 0.875rem;
    overflow: auto;
}


.start-now .row {
    background: #003344;
    color: #fff;
    padding: 1.25rem 0 0.9375rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.start-now .text-2 {
    font-size: 4.786rem;
    display: block;
    line-height: 1.4;
}

.start-now .text-1 {
    font-size: 3.643rem;
    line-height: 1.2;
}

.start-now .text-1 b {
    font-size: 3.75rem;
}

.start-now .content {
    text-align: center;
}

.start-now .btn {
    width: 17.5rem;
    height: 4rem;
    border-radius: 2rem;
    text-align: center;
    line-height: 4rem;
    font-size: 1.6819rem;
    margin: 0 auto 2.8125rem;
}

.start-now div:last-child {
    text-align: center;
}

.s-title {
    color: #003445;
    font-size: 2.8125rem;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 0.3125rem;
    display: block;
}

.how-to .content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 1.25rem;
}

.how-to .text {
    font-size: 1.3125rem;
    line-height: 1.3;
    display: block;
}

.how-to .item {
    text-align: center;
}

.how-to .icon {
    height: 10rem;
    display: block;
}

.how-to .icon img {
    max-height: 100%;
    margin: 0 auto;
}

.s-head {
    margin-bottom: 1.5625rem;
    text-align: center;
}

.s-head p {
    font-size: 1.1875rem;
    margin: 0;
}

.main {
    padding-top: 6.25rem;
    background-size: cover;
    padding-bottom: 6.5rem;
    background-color: #003344;
    background-position: 0 0;
}

.main .boxed {
    display: flex;
}

.main .left {
    width: 29.6875rem;
}

form {
    width: 100%;
    padding: 0 3.875rem 3rem;
    box-sizing: border-box;
}

.main .righ {
    flex: 1;
    color: #fff;
}

.main .title {
    font-size: 6.55rem;
    line-height: 1.35;
}

.main .title .big {
    font-size: 3.286rem;
    display: block;
}

.main .sub {
    font-size: 1.071rem;
    border: 0.125rem solid #00ffff;
    padding: 0.5rem 0.9375rem;
    margin-bottom: 2rem;
    display: inline-block;
    margin-top: 2rem;
}

.main .righ ul {
    font-size: 1.375rem;
}

.main .righ ul li {
    position: relative;
    padding-right: 1.5625rem;
    margin-bottom: 0.3125rem;
}

.main ul li:before {
    width: 1.0625rem;
    height: 1.0625rem;
    content: "";
    display: inline-block;
    background: #65fcf1;
    position: absolute;
    right: 0;
    top: 0.8125rem;
}

.platforms-download.one {
    margin-top: 3.125rem;
    justify-content: flex-end;
}

.updates {
    padding-top: 4.375rem;
    background-color: #f1f2f4;
    padding-bottom: 5.625rem;
}

.how-to {
    padding-top: 3.75rem;
    padding-bottom: 4rem;
}

.start-now {
    margin-top: 3.5rem;
}

.benifits {
    margin-top: 9.0625rem;
}

.platforms-download.one a:nth-child(-n+3) {
    margin-right: 3rem;
}

.platforms-download a:nth-child(-n+3)::before {
    background: #a7d4d6;
}

.logo {
    fill: #082837;
}

.form-wrap {
    background-color: #fff;
    border-radius: 0.3125rem;
    box-shadow: 0 0.625rem 2.5rem rgb(0, 0, 0, 0.4);
    padding-top: 2.5rem;
}

.form-wrap .logo {
    width: 11.0625rem;
}

.main .left .title {
    display: block;
    color: #49a7a7;
    font-size: 1.9375rem;
    line-height: 1.4;
    margin-top: 0.9375rem;
    margin-bottom: 2.0625rem;
}

.main .left .title .smaller {
    font-size: 1.25rem;
    display: block;
}

.form-head {
    text-align: center;
}

.grid {
    display: grid;
}

.col-2 {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.5rem;
}

form .btn {
    width: 100%;
    background-color: #49a7a7;
    font-size: 1.75rem;
    height: 3.125rem;
    border-radius: 0.3125rem;
    margin-top: 1.25rem;
}

form label {
    display: block;
}

form label input {
    margin: 0.375rem 0 0 0.5rem;
}

form label {
    display: flex;
    line-height: 1.4;
    margin-bottom: 0.4375rem;
    align-items: flex-start;
    font-size: 1rem;
}

form label span {
    flex: 1;
}

.tools {
    background-color: #f1f2f4;
    padding: 6rem 0;
}

.iframe-wrap {
    height: 31.25rem;
}

html,
body {
    font-size: 90% !important;
}

/*Area Code*/

.phone-wrap #phoneNumber {
    margin-bottom: 0;
}

.phone-wrap {
    flex: 1;
}

.phone-area {
    display: flex;
    margin-bottom: 0.5556rem;
    align-items: flex-start;
}

.area-code-wrap .ac-item {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 0.3472rem;
}

.area-code-wrap {
    display: flex;
    align-items: center;
    cursor: pointer;
    border: 0.0625rem solid #ebebeb;
    border-radius: 0.3125rem;
    margin-right: 0.4167rem;
    padding: 0 0.625rem;
    position: relative;
    height: 3.375rem;
    min-width: 7.230347222222222rem;
    box-sizing: border-box;
}

.area-code-wrap .arrow {
    width: 0.8333rem;
    margin-right: auto;
}

.area-code-wrap .text {
    font-size: 1.0417rem;
    line-height: 1.2;
    direction: ltr;
}

.area-code-wrap .flag {
    width: 1.9444rem;
    margin-right: 0.3472rem;
}

.ac-list {
    position: absolute;
    background: #fff;
    width: 10.4167rem;
    left: 0;
    top: 3.375rem;
    border: 0.0625rem solid #ebebeb;
    z-index: 2;
    border-radius: 0.3125rem;
}

.ac-list .ac-item {
    padding: 0.6944rem 0.6944rem;
    border-bottom: 0.0625rem solid #ebebeb;
}

.ac-list .ac-item:hover {
    background-color: #dce0e2;
}

#areaCodeInput {
    direction: ltr;
}

.ac-list-display {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

/*Form Validation*/
#formError {
    color: #cb3333;
    background: #ffeeee;
    border-radius: 0.3472rem;
    padding: 0.6944rem 1.0417rem;
    margin-top: 1.5rem;
    display: flex;
    align-items: center;
}

#formError svg {
    width: 1.3889rem;
    margin-left: 0.5556rem;
}

form .on-focus.field:not(.select)::before,
form .has-val.field:not(.select)::before {
    opacity: 0;
}

form .on-focus.field::after,
form .has-val.field::after {
    opacity: 1;
}

input {
    outline: 0 !important;
    box-shadow: none !important;
}

/* form .on-focus {
    border-color: #ff8e00;
} */

form input:focus {
    border-color: #a79582;
    border-width: 2px;
}

form .done {
    border-width: 2px;
    border-color: #1abc9c;
}

form .required {
    border-color: #ee414a !important;
    border-width: 2px;
}

.error {
    font-size: 0.9028rem;
    color: #ff7171;
    line-height: 1.1806rem;
    padding-top: 0.5rem;
    padding-bottom: 0.4rem;
    display: flex;
    align-items: center;
}

.error svg {
    width: 1rem;
    margin-left: 0.5rem;
    min-width: 1rem;
}

.field-wrap input {
    margin-bottom: 0;
}

.field-wrap {
    margin-bottom: 0.5rem;
    position: relative;
}

label+.error {
    padding-bottom: 0.9rem;
    padding-top: 0;
}

.ltr {
    direction: ltr;
    text-align: right;
}

.tools .s-title {
    font-weight: bold;
    line-height: 1.1;
}

/**/


.main-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 56rem;
    z-index: 1;
}

.main.main-top .righ {
    width: 50rem;
    z-index: 2;
    position: relative;
}

.main.main-top .boxed {
    display: inherit;
}

.main-top .title .small {
    font-size: 2.65rem;
    line-height: 1;
}

.main.main-top .title .big {
    font-size: 7.55rem;
    line-height: 1;
    margin-top: -2rem;
    word-spacing: -1rem;
}

.main.main-top .sub {
    background-color: #003344;
    border: 0;
    font-size: 1.929rem;
    margin-top: 1.7rem;
    margin-bottom: 1.5rem;
}

.main.main-top {
    background: rgb(0, 51, 68);
    background: linear-gradient(360deg, rgba(0, 51, 68, 1) 0%, rgba(0, 149, 147, 1) 100%);
    padding-bottom: 1rem;
    padding-top: 0;
}

.main.main-top ul li {
    font-size: 1.571rem;
    margin-bottom: 0.1rem;
}

.main.main-top ul {
    margin-right: 1rem;
}

.main-top .register-btn {
    width: 27.14rem;
    height: 4.643rem;
    border-radius: 0;
    font-size: 2.929rem;
    text-align: center;
    line-height: 4.4rem;
    border: 2px solid #5ff1e7;
    background-color: #034;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.main-top .note {
    font-size: 1.143rem;
    max-width: 35rem;
    display: block;
    line-height: 1.4;
}

.main-top .note {
    max-width: 56vw;
    line-height: 1.6;
}

.tools .s-title {
    margin-bottom: 2.5rem;
}

.view-pass {
    position: absolute;
    left: 0;
    width: 1.9rem;
    top: 0;
    height: 3.375rem;
    padding: 0 0.8rem;
    display: flex;
    cursor: pointer;
}

.view-pass svg {
    margin: auto;
    fill: rgba(0, 0, 0, 0.54);
}

form p {
    font-size: 1rem;
    line-height: 1.6;
}