@charset "UTF-8";
/*
*  Initialize start
*/

:root {
    --font-family: Almarai;

}

*, ::after, ::before {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-family);
    font-weight: normal;
    font-size: 14px;
    line-height: 1.428;
    direction: rtl;
    background: #827ef3;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

.container {
    padding: 0 15px;
    max-width: 1170px;
    margin: auto;
    position: relative;
}

.clear {
    clear: both;
}
/*
* start
*/

.page {
    background: linear-gradient(222deg, #68e1d2, #827ef3) fixed;   
    color: #fff;
    min-height: 100vh;
    min-width: 320px;
}

.page .container {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    padding: 85px 0 0 130px;
}

.logo {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 55px;
}

.logo img {
    width: 140px;
    height: 46px;
}
.right-side {width: 100%;}
.welcome-heading {
    font-size: 42px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 16px;
}

.sub-heading {
    max-width: 505px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin: 0 auto 25px;
}

.left-side img {
    width: 268px;
    height: 548px;
}

.features {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 501px;
    justify-content: space-evenly;
    margin: 0 auto 45px;
}

.features .title {
    font-size: 9px;
    width: 75px;
    text-align: center;
    margin-top: 5px;
}
.features .icon {
    height: 37px;
    width: 29px;
    text-align: center;
    margin: auto;
    position: relative;
    line-height: 4;
}

.features .icon img {
    display: inline-block;
}

.download {
    text-align: center;
}

.download-head {
    display: block;
    font-size: 18px;
    font-weight: 400;
    height: 22px;
    line-height: 22px;
    margin-bottom: 12px;
}

.download a {
    display: block;
    margin: 0 auto 60px;
    width: 220px;
    height: 48px;
    font-size: 12px;
    text-align: center;
    line-height: 48px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 20px;
}

.play-download {
    background: url(../images/android.icon.svg) no-repeat 50px center;
    background-size: 21px 18px;
}

.apple-download {
    background: url(../images/apple.icon.svg) no-repeat 50px center;
    background-size: 21px 18px;
}

.soon {
    position: relative;
}

.soon::after {
    content: "قريباً علي";
    height: auto;
    position: absolute;
    bottom: 46px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 400;
}

.mobile-download {
    display: none;
}
/*
* Tablet view
*/
@media screen and (max-width:1024px) {
    .page .container {
        display: block;
        flex-wrap: initial;
        flex-direction: initial;
        justify-content: initial;
        padding: 70px 0 0 0;
    }

    .logo img {
        width: 118px;
        height: 38px;
    }

    .logo {
        margin-bottom: 47px;
    }

    .download {
        display: none;
    }

    .welcome-heading {
        margin-bottom: 24px;
        font-size: 34px;
        line-height: 34px;
        height: 51px;
    }

    .sub-heading {
        max-width: 412px;
        margin-bottom: 34px;
        font-size: 14px;
        line-height: 22px;
    }

    .features {
        max-width: 412px;
        flex-wrap: wrap;
        margin-bottom: 100px;
    }

    .features .item {
        width: 33.3333%;
        margin-bottom: 25px;
    }

    .features .title {
        margin: 10px auto 0;
        font-size: 10px;
        line-height: 13px;
        width: 85px;
    }

    .features .icon {
        width: 34px;
    }

    .left-side {
        text-align: center;
        margin-bottom: 105px;
    }

    .left-side img {
        width: 221px;
        height: 452px;
    }

    .mobile-download {
        display: block;
        padding-bottom: 115px;
    }

    .download-head {
        height: 23px;
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 12px;
    }

    .download a {
        height: 45px;
        line-height: 44px;
        font-size: 12px;
    }


    /*
    * mobile view
    */
    @media screen and (max-width:425px) {

        .page .container {
            padding: 79px 0 0 0;
        }

        .logo img {
            width: 99px;
            height: 32px;
        }

        .logo {
            margin-bottom: 40px;
            margin-top: 0;
        }

        .welcome-heading {
            max-width: 300px;
            margin: 0 auto 15px;
            font-size: 27px;
            line-height: 24px;
            height: 40px;
        }

        .sub-heading {
            max-width: 280px;
            margin-bottom: 34px;
            font-size: 13px;
            line-height: 22px;
        }

        .features {
            max-width: 300px;
            margin-bottom: 66px;
        }

        .features .title {
            margin: 10px auto 0;
            font-size: 9px;
            line-height: 12px;
            width: 78px;
        }

        .left-side {
            margin-bottom: 63px;
        }

        .left-side img {
            width: 163px;
            height: 334px;
        }

        .download-head {
            height: 22px;
            font-size: 17px;
            line-height: 25px;
            margin-bottom: 12px;
        }

        .download a {
            display: block;
            width: 173px;
            height: 48px;
            line-height: 47px;
            font-size: 13px;
            margin: 0 auto 56px;
        }

        .soon::after {
            bottom: 46px;
        }
        .play-download {
            background: url(../images/android.icon.svg) no-repeat 20px center;
            background-size: 21px 18px;
        }

        .apple-download {
            background: url(../images/apple.icon.svg) no-repeat 20px center;
            background-size: 21px 18px;
        }

    }


}
