﻿/*@font-face {
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/content/font/kalameh/woff2/KalamehWeb-Light.woff2') format('woff2'), 
    url('/content/font/kalameh/woff/KalamehWeb-Light.woff') format('woff'); 
}

@font-face {
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/content/font/kalameh/woff2/KalamehWeb-Medium.woff2') format('woff2'), 
    url('/content/font/kalameh/woff/KalamehWeb-Medium.woff') format('woff'); 
}

@font-face {
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/content/font/kalameh/woff2/KalamehWeb-Semibold.woff2') format('woff2'),
    url('/content/font/kalameh/woff/KalamehWeb-Semibold.woff') format('woff'); 
}

@font-face {
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('/content/font/kalameh/woff2/KalamehWeb-Bold.woff2') format('woff2'),
    url('/content/font/kalameh/woff/KalamehWeb-Bold.woff') format('woff'); 
}

@font-face {
    font-family: KalamehWeb;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('/content/font/kalameh/woff2/KalamehWeb-Regular.woff2') format('woff2'), 
    url('/content/font/kalameh/woff/KalamehWeb-Regular.woff') format('woff'); 
}
*/



@font-face {
    font-family: 'IRANYekanXVF';
    src: url('/content/font/YekanXProVar/webfont/IRANYekanXVF.woff') format('woff-variations'),
    /* will be the standard and works in Safari now */
    url('/content/font/YekanXProVar/webfont/IRANYekanXVF.woff') format('woff');
    /* for the other supporting browsers */
    font-weight: 100 1000;
    font-display: fallback;
}

@font-face {
    font-family: IRANYekanX;
    src: url('/content/font/YekanXProVar/webfont/staticfonts/IRANYekanX-regular.woff') format('woff');
    font-display: swap;
}

@font-face {
    font-family: IRANYekanX;
    src: url('/content/font/YekanXProVar/webfont/staticfonts/IRANYekanX-bold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}


@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #81739B;
    border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #CCCCCC;
    border-radius: 3px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ffffff;
        width: 10px;
    }


body {
    background: #161b2f;
    color: #fff;
    text-align: right;
    direction: rtl;
    font-family: 'IRANYekanXVF', IRANYekanX;
    font-size: 13px;
}

@supports (font-variation-settings: normal) {
    body {
        font-family: 'IRANYekanXVF', tahoma;
    }
}

a {
    text-decoration: none;
    color: #e6293f;
}

    a:hover {
        color: #d52338;
    }

.cu {
    cursor: pointer;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

header {
    box-shadow: 0 0 3px #000;
    background: #161b2f;
    position: relative;
    z-index: 5500;
    background: linear-gradient(90deg, #161b2fa4 0%, #161b2fa4 22%, #161b2f50 35%, #161b2fa4 55%, #161b2fa4 100%);
}


.TheGreen {
    color: green !important;
}

.TheGray {
    color: #888 !important;
}

header .nav-link {
    color: #fff;
    font-size: 14px;
}

.btn {
    border-radius: 2px;
}

.btn-group-sm > .btn, .btn-sm {
    --bs-btn-padding-x: 0.8rem;
}

.btn-download {
    border-radius: 5px;
    padding: 5px 6px;
    margin-left: 10px
}

    .btn-download i.fa {
        margin-left: 5px
    }

.navbar-toggler {
    padding: 3px 6px;
}

























#navbarScroll {
    position: fixed;
    left: -350px;
    width: 300px;
    max-width: 75%;
    top: 0;
    height: 100%;
    z-index: 5555;
    transition: left linear 0.3s !important;
    background-color: #161b2f;
    padding: 10px 15px;
    box-shadow: 0 0 20px #000;
}

    #navbarScroll.show {
        left: 0;
    }

#navbarScroll-shadow {
    width: 100%;
    height: 100%;
    z-index: 5554;
    background-color: #00000074;
    backdrop-filter: blur(1px);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    border: none;
    outline: none;
}

#navbarScroll.show + #navbarScroll-shadow {
    display: block;
}

@media (min-width:992px) {

    header {
        background: linear-gradient(90deg, #161b2f 0%, #161b2f 22%, rgba(22,27,47,0.21) 35%, #161b2f 55%, #161b2f 100%);
    }

    #navbarScroll {
        width: 100%;
        max-width: 100%;
        height: initial;
        position: initial;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .btn-download {
        padding: 5px 20px;
        margin-left: 15px
    }

    #navbarScroll-shadow {
        display: none;
    }
}







nav.navbar {
    padding: 0.1rem 0;
}

.navbar-nav {
    flex-grow: 1;
    max-height: initial;
}

.navbar-brand {
    margin-left: 0;
    margin-right: 50px;
}

    .navbar-brand img {
        max-height: 40px
    }

.form-control {
    background: #21263B;
    border-radius: 1px;
    border: 1px solid #292f48;
    font-size: 14px;
    color: #eee;
    font-family: 'IRANYekanXVF', IRANYekanX;
}

    .form-control:focus {
        color: #fff;
        background-color: #30364e;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
    }











































































.t-search {
    display: flex;
    position: relative;
    background: #c2c2c2b0;
    border-radius: 1px;
    margin-right: auto;
}

    .t-search .form-control {
        padding-right: 40px;
        background: transparent;
        border: #393d4e;
        color: #fff;
        font-size: 13px;
    }

        .t-search .form-control::placeholder {
            color: #fff;
        }

    .t-search .t-search-btn {
        position: absolute;
        right: 0px;
        top: 2px;
        font-size: 18px;
        outline: 0;
        background: none;
        border: none;
        padding: 0;
        height: 100%;
        width: 40px;
        color: #fff;
    }

    .t-search .t-loading {
        width: 20px;
        height: 20px;
        position: absolute;
        left: 5px;
        top: 5px;
        display: none;
    }

    .t-search .TopSearchResults {
        position: absolute;
        background: #000000a1;
        width: 100%;
        top: 100%;
        right: 0;
        max-height: 400px;
        overflow-x: hidden;
        overflow-y: auto;
        border-radius: 0 0 5px 5px;
        z-index: 99;
    }

    .t-search .s-game {
        display: flex;
        justify-content: start;
        align-items: center;
        padding: 5px 10px 5px 10px;
        border-bottom: 1px solid #5555559b;
    }

        .t-search .s-game:hover {
            background-color: #0000003e;
        }

        .t-search .s-game:first-child {
            margin-top: 10px
        }

        .t-search .s-game > div {
            flex-shrink: 0;
        }

        .t-search .s-game .ax-holder {
            width: 55px !important;
            margin: 0 0 0 10px;
        }

            .t-search .s-game .ax-holder:before {
                padding-top: 140% !important;
            }

        .t-search .s-game .s-info {
            flex-grow: 1;
            flex-shrink: 1;
        }

            .t-search .s-game .s-info b {
                display: block;
                color: #fff;
                font-size: 13px
            }

            .t-search .s-game .s-info small {
                display: block;
                font-size: 12px;
                color: #e6293f;
            }

.dropdown-menu {
    --bs-dropdown-color: #e5e5e5;
    --bs-dropdown-link-color: #e5e5e5;
    --bs-dropdown-link-hover-color: #fff;
    background-color: #21263B;
    border-radius: 2px;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #161b2f;
}

.in-menu {
    color: #ddd;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
}

    .in-menu i {
        margin-left: 10px
    }


footer {
    background-color: #161b2f;
    background: url('/content/2022/img/footer-back.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* box-shadow: 0px -3px 3px #0003;*/
    padding: 40px 0;
    font-size: 13px;
    line-height: 24px;
}

.footer-box {
    margin-bottom: 30px;
    color: #ddd;
}

    .footer-box .footer-logo {
        width:200px;
        max-width:70%;
    }

    .footer-box strong {
        margin-bottom: 10px;
        display: block;
        font-weight: 600;
        padding-right: 10px;
        color: #fff;
    }

    .footer-box .text-intro {
        color: #ddd;
        text-align: justify;
        margin-top: 10px;
    }

    .footer-box ul {
        padding-right: 20px
    }

        .footer-box ul li {
            list-style: none;
            font-size: 14px;
            margin-bottom: 8px;
            padding: 0;
        }

            .footer-box ul li a {
                color: #ddd;
            }

            .footer-box ul li:first-child a {
                border-right: 2px solid #e6293f;
                font-weight: bold;
                padding-right: 10px;
                color: #fff;
            }


.btn-outline-simple {
    color: #fff;
    border: 1px solid #fff;
    border-radius: 1px;
    padding: 5px 15px;
    font-size: 13px;
}


.contact-item {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 20px
}

    .contact-item i.fa {
        margin-left: 10px;
    }

    .contact-item .content {
        padding: 0;
        margin: 0;
        display: block;
        font-size: 13px;
        text-align: justify;
    }

        .contact-item .content a {
            color: #fff;
            display: inline-block;
            direction: ltr;
        }

.subscribe label {
    font-size: 14px;
    margin: 10px 0 5px 0;
    color: #fff;
}

.subscribe form {
    background: #393d4e;
    display: block;
    width: 100%;
    border-radius: 1px;
    position: relative;
}

    .subscribe form .form-control {
        background: none;
        border: none;
    }

    .subscribe form button {
        background: #e6293f;
        color: #fff;
        outline: none;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 5px;
        border: none;
        padding: 0 10px;
        font-size: 14px;
        border-radius: 1px;
    }

.sub-footer {
    border-top: 1px solid #ffffff2c;
    padding-top: 8px;
}

.copy-right {
    border-top: 1px solid #ffffff2c;
    color: #888;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

    .copy-right a {
        color: #888;
        font-size: 12px;
    }

.social-share {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 40px;
}

    .social-share a {
        margin-left: 10px;
        color: #888;
        font-size: 18px;
    }

        .social-share a:hover {
            color: #fff;
        }

#back-top {
    display: flex;
    float: left;
    direction: ltr;
    background: none;
    border: none;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 12px
}

    #back-top i {
        width: 30px;
        height: 30px;
        display: flex;
        background: #e6293f;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        margin-right: 8px;
    }

.modal-content.modal-dark {
    background-color: #161B2F;
    border-radius: 2px;
}

.modal-dark .btn-close {
    margin-left: auto;
    margin-right: 0;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 8px;
}

.modal-dark .modal-header {
    border-bottom-color: #000;
}

.btn.w-100 {
    position: relative;
}

    .btn.w-100 img {
        position: absolute;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;
    }


.hiden {
    display: none;
}

.ltr-right {
    text-align: right;
    direction: ltr;
}



.ax-holder {
    position: relative;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    margin-bottom: 10px;
}

    .ax-holder:before {
        content: "";
        display: block;
        padding-top: 100%;
        width: 100%;
    }

    .ax-holder .ax-main {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
