﻿@font-face {
    font-family: 'Lalezar-Regular';
    src: url('../fonts/Lalezar-Regular.woff') format('woff');
}

@font-face {
    font-family: 'BZiba0';
    src: url('../fonts/BZiba0.woff') format('woff');
}

@font-face {
    font-family: 'Dirooz-FD';
    src: url('../fonts/Dirooz-FD.woff') format('woff');
}

body {
    font-family: Dirooz-FD;
    direction: rtl;
    background-color: #F8F8FA;
    overflow-x: hidden;
}

.bodywhite {
    background-color: white;
}

.clear {
    clear: both;
}

* {
    transition: 0.3s;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

ul li {
    list-style: none;
}

ul {
    padding: 0;
}

a {
    text-decoration: none;
}

.row > * {
    margin-top: 5px;
}

.no-arrow {
    -moz-appearance: textfield;
}

    .no-arrow::-webkit-inner-spin-button {
        display: none;
    }

    .no-arrow::-webkit-outer-spin-button,
    .no-arrow::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.landingbg {
    position: absolute;
    top: -60px;
    width: 100%;
}

.navbar ul {
    margin-bottom: 0;
}

    .navbar ul li {
        display: inline-block;
        margin: 10px;
        font-size: 16px;
    }

        .navbar ul li a {
            color: white;
            font-family: Dirooz-FD;
            padding: 5px 15px;
        }

        .navbar ul li:first-child a {
            border: 1px solid white;
            border-radius: 25px;
        }

.navbar img {
    width: 98px;
}

.navbar ul li a i {
    margin-right: 5px;
    font-size: 14px;
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 850px;
    }
}

.headersecond {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

    .headersecond * {
        z-index: 99999999;
    }

    .headersecond img {
        width: 280px;
        border-radius: 52px;
    }

    .headersecond .headermeta {
        width: 100%;
        text-align: center;
        padding: 30px;
    }

.headermeta h1 {
    font-size: 28px;
}

.headermeta h2 {
    font-size: 24px;
    text-align: right;
}

.headermeta h6 {
    font-size: 12px;
}

.dllink {
}

    .dllink a {
        width: auto;
        border-radius: 7px;
        max-width: 216px;
        max-height: 64px;
        height: auto;
        margin-bottom: 3px;
        margin-right: 3px;
        margin-top: 3px;
        display: inline-table;
        font-size: 15.9px;
    }

    .freeBtn {
        min-width: 216px;
        margin-left: 6px;
    }
    .dllink a:last-child,.freeBtn {
        background: #188EF2;
        color: white;
        padding: 20px 38px;
    }

    .dllink img {
        width: auto;
        border-radius: 7px;
        max-width: 216px;
        max-height: 64px;
        height: auto;
        margin: 3px;
    }

.main {
    margin-top: 100px;
}

.sectionheader {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}

    .sectionheader h1 {
        font-size: 22px;
        color: #2F73D8;
        font-weight: bold;
    }

    .sectionheader h3 {
        font-size: 16px;
    }

.registerblock {
    background: white;
    border-radius: 10px;
    box-shadow: 0px 0px 3px -1px #ccc;
    text-align: center;
    padding: 20px 10px;
    height: 100%;
    margin-bottom: 10px;
}

    .registerblock h5 {
        color: #757575;
        font-size: 16px;
        margin-top: 10px;
    }

    .registerblock h6 {
        color: #757575;
        font-size: 13px;
        margin-top: 10px;
    }

    .registerblock img {
        height: 80px;
    }

    .registerblock:hover {
        background-color: #188EF2;
        color: white;
    }

        .registerblock:hover h5, .registerblock:hover h6 {
            color: white;
        }

        .registerblock:hover img {
            filter: brightness(0) invert(1);
        }

.whyus {
    display: flex;
    text-align: center;
    position: relative;
}

.rightwhy {
    width: 100%;
}


.leftwhy {
    width: 100%;
}

.whyus h6 {
    font-size: 14px;
    text-align: right;
    padding-right: 40px;
}

.whyus h5 {
    text-align: right;
    font-size: 17px;
    margin-top: 20px;
}

.whyus img {
    margin: 75px 0px 20px;
    width: 300px;
}

.rightwhy img {
    margin-top: 0px;
}

.rightwhy h5 {
    margin-top: 0px;
}

.spliter {
    width: 100%;
}

.spliterimage {
    width: auto !important;
    height: 650px;
    margin-top: 20px !important;
}

.prefooter {
    display: flex;
}

.aboutus {
    width: 100%;
}

    .aboutus h3 {
        font-size: 20px;
    }

    .aboutus p {
        text-align: justify;
        padding-right: 20px;
        font-size: 14px;
    }

.logos {
    width: 100%;
    text-align: center;
}

    .logos img {
        width: 90px;
    }

footer {
    width: 100%;
    background: #0F1226;
    margin-top: 10px;
    padding: 30px 0 10px 0;
}

    footer .row {
        align-items: center;
    }

    footer img {
        width: 130px;
    }

.footerlinks ul li {
}

    .footerlinks ul li a {
        color: white;
        font-size: 14px;
    }

        .footerlinks ul li a:hover {
            padding-right: 10px;
        }

.socialmedias {
    text-align: center;
}

    .socialmedias a i {
        background: #FFFFFF;
        margin: 2px;
        border-radius: 100%;
        color: #0F1226;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.copyright {
    text-align: center;
}

    .copyright p {
        margin-bottom: 0;
        color: white;
        font-size: 11px;
        margin-top: 10px;
    }



.landingmobilemenu {
    background: #1A8EFF;
    width: 100%;
    display: flow-root;
    padding: 0px 30px;
}

    .landingmobilemenu i {
        float: right;
        color: white;
        line-height: 60px;
        font-size: 24px;
        cursor: pointer;
    }

    .landingmobilemenu img {
        width: 70px;
        float: left;
        margin-top: 5px;
    }

.mobilemenu {
    position: absolute;
    background: #1A8EFF;
    padding: 5px 40px;
    right: -500px;
    height: 100vh;
}

    .mobilemenu li {
        margin: 10px 0;
    }

        .mobilemenu li a {
            color: white;
            font-size: 14px;
            padding: 3px 6px;
        }

        .mobilemenu li i {
            margin-right: 5px;
        }

        .mobilemenu li:first-child a {
            border: 1px solid white;
            border: 1px solid white;
            padding: 3px 6px;
            border-radius: 20px;
        }

.landingmobilemenu, .mobilemenu {
    display: none;
}

#mobileland2 {
    display: none !important;
}

#menu2 ul li a {
    color: #000000;
}

#menu2 ul li:first-child a {
    border: 1px solid #1A8EFF;
    border-radius: 25px;
    color: #1A8EFF !important;
}

#menu2 ul li.active a {
    color: #1A8EFF !important;
}

.contactusform .row {
    justify-content: center;
}

.contactusform input {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #EFEFEF;
    background: #F5F5F8;
    padding: 7px 15px;
    margin-bottom: 15px;
    margin-top: 3px;
    text-align: right;
    font-size: 13px;
}

.contactusform h6 {
    font-size: 14px;
}

.contactusform textarea {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #EFEFEF;
    background: #F5F5F8;
    padding: 7px 15px;
    margin-bottom: 15px;
    margin-top: 3px;
    font-size: 13px;
    height: 150px;
    max-height: 150px;
}

.contactusform input[type=submit] {
    width: 200px;
    background: rgb(78,197,251);
    background: linear-gradient( 95deg, rgba(78,197,251,1) 0%, rgba(55,172,253,1) 51%, rgba(26,142,255,1) 100%);
    border: 0px;
    color: white;
    margin-top: 10px;
    font-size: 14px;
}

.terms h5 {
    font-size: 20px;
    color: #221C25;
}

.terms h6 {
    font-size: 15px;
    margin-bottom: 25px;
    color: #6F7799;
}

.metainfos {
    background: #308DE8;
    padding: 10px 0 30px 0;
}

    .metainfos div {
        text-align: center;
    }

    .metainfos h6 {
        color: white;
        margin-bottom: 0;
        font-size: 15px;
    }

    .metainfos img {
        margin-bottom: 10px;
        margin-top: 10px;
        filter: brightness(0) invert(1);
        height: 80px;
    }

.columntext {
    margin: 50px 0;
}

    .columntext h6 {
        font-size: 15px;
        margin-bottom: 25px;
        color: #6F7799;
    }

    .columntext h5 {
        font-size: 20px;
        color: #221C25;
    }

    .columntext img {
        width: 100%;
    }

.placeinfos {
    display: flex;
    justify-content: space-evenly;
    align-content: center;
}

.placeinfo {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 1px #ccc;
    border-radius: 7px;
    text-align: center;
    padding: 20px;
    position: relative;
    /*margin: 5px;*/
}

    .placeinfo img {
        width: 80px;
        margin-bottom: 30px;
    }

    .placeinfo h6 {
        margin-bottom: 0;
        bottom: 0;
    }
