@font-face {
    font-family: yekan;
    src: url(yekan.woff2);
}

:root {
    --black: #111;
    --blackTransparent: #1118;
    --white: #f8f8f8;
    --whiteTransparent: #f8f8f833;
    --grayLight: #eee;
    --grayDark: #222225;
    --red: #d73027;
    --redTransparent: #d7302788;
    --yellow: #ffc500;
}

html {
    scroll-behavior: smooth !important;
}

span {
    margin: 10px;
}

* {
    scroll-behavior: smooth;
    color: var(--white);
    font-family: yekan, sans-serif;
    font-size: 16px;
    padding: 0;
    margin: 0;
    direction: rtl;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



body {
    scroll-behavior: smooth;
    background-color: var(--black);
    padding: 0 20px;
}

.topShadow {
    min-height: 40px !important;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    box-shadow: #111f 0 20px 20px inset;
}

.Content {
    margin: 94px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-line-pack: center;
    -ms-flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.profilecontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profileText {
    width: auto;
    padding: 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.forceltr {
    direction: ltr !important;
}

.profileText p {
    width: 50%;
    max-width: 400px;
    padding: 0 10px;
    line-height: 24px;
}

.menu {
    position: fixed;
    margin: 20px;
    top: 0px;
    left: 0px;
    height: 56px;
    border-radius: 18px;
    border-top: solid 1px #666;
    border-right: solid 1px #555;
    border-left: solid 1px #555;
    border-bottom: solid 1px #444;
    width: -webkit-fill-available;
    text-align: center;
    background-color: var(--whiteTransparent);
    box-shadow: 0px 8px 8px #0008;
    -webkit-backdrop-filter: blur(20px) saturate(0.5);
    backdrop-filter: blur(20px) saturate(1.8);
}

    .menu a {
        height: -webkit-fill-available;
    }

.logo {
    max-height: 40px;
    width: -webkit-fill-available;
}

.logoLink {
}

.homeProfile, .pageProfile {
    margin: 20px;
    background-color: var(--grayDark);
    padding: 20px 14px;
    border-radius: 18px;
    min-width: 280px;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    box-shadow: 0 10px 20px #8881;
}

    .homeProfile:hover, .pageProfile:hover {
    }

.pageProfile {
    width: 30%;
}

.profileTitles {
    padding: 0px 16px 0 0;
}

.profilePhoto {
    border-radius: 50%;
    width: 130px;
}

.contact, .languageSelection {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .contact a, .languageSelection a {
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

.call, .email, .fa, .en {
    width: 50%;
    background-color: var(--grayLight);
    margin: 8px 4px 0;
    padding: 8px;
    border-radius: 8px;
}

    .call:hover, .email:hover, .fa:hover, .en:hover {
        background-color: var(--yellow);
    }

.fa, .en {
    display: none;
}

    .call a, .email a, .fa a, .en a {
        color: var(--black);
        font-size: 14px;
    }

a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.footer {
    text-align: center !important;
    font-size: 14px;
    margin: 40px 0 20px;
    display: inline-table;
    opacity: .5;
}

    .footer:hover {
        opacity: 1;
    }

.renderjet {
    background-color: var(--yellow);
    border-radius: 18px;
    font-size: inherit;
    padding: 0 8px;
    color: var(--black);
}

.moveUp {
    display: none;
}

@media only screen and (max-width: 768px) {
    .Content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }


    .main-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: center;
        align-content: center;
        min-width: 100vw
    }

    .homeProfile {
        width: -webkit-fill-available;
        margin: 0 0 20px;
    }

    a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .profilePhoto {
        margin-bottom: 10px;
    }

    .profileText {
        width: auto;
        padding: 0px 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .profileText p {
            width: 95%;
            line-height: 30px;
        }

    .fa, .en {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .footer {
        margin: 40px 0 100px;
    }

    .moveUp {
        color: var(--white);
        font-size: 25px;
        width: 56px;
        height: 56px;
        position: fixed;
        bottom: 20px;
        content: "^" !important;
        border-radius: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--whiteTransparent);
        box-shadow: 0px 8px 8px #0008;
        -webkit-backdrop-filter: blur(20px) saturate(0.5);
        backdrop-filter: blur(20px) saturate(1.8);
        border-top: solid 1px #666;
        border-right: solid 1px #555;
        border-left: solid 1px #555;
        border-bottom: solid 1px #444;
    }
}
