@import "/public/__Global/Styles/global.css";

/*root*/
:root {
    /*--base-color: #F39C12;*/
    --base-color: #F39C12;
    --back-color: #F2F2F2;
    --box-color: #2C3E50;
    --div-color: #FFEBCA;

    --pop-color: #1f96fc;
    --bilt-color: #21aef1;
    --boarder-color: #033541;
    --select-color: #ffdd00;
    --hover-color: #ffa200;

    --green-color: #3cb878;
    --snow-color: #f8f8f8;
    --red-color: #cd0303;
    --yellow-color: #ffcc00;
    --gold-color: gold;
}

::-webkit-scrollbar-thumb {
    background: var(--box-color) !important;
}

/* pages */
html, body {
    position: relative;
    direction: ltr;
    display: block;
    clear: both;
    height: 100vH;
    width: 100vW;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    background: var(--back-color);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

i svg, i img {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    cursor: pointer;
    position: relative;
}

web {
    position: relative;
    margin: 0px auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block;
    z-index: 0;
    clear: both;
    background: rgb(44 62 80);
}

web section {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

web section header {
    direction: ltr;
    position: relative;
    margin: 0px auto;
    display: block;
    width: 100vW;
    height: auto;
    clear: both;
    z-index: 10;
    padding: 0vH 0px 0px 0px;
    background: -webkit-linear-gradient(180deg, var(--back-color) 0%, var(--back-color) 47%, transparent 91%);
    background: -moz-linear-gradient(180deg, var(--back-color) 0%, var(--back-color) 47%, transparent 91%);
    background: linear-gradient(180deg, var(--back-color) 0%, var(--back-color) 47%, transparent 91%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

web section header:hover {
    z-index: 100;
}

web section header .head_line {
    position: relative;
    display: block;
    margin: 0px auto;
    height: 10vH;
    min-height: 70px;
    max-height: 100px;
    width: 100%;
    max-width: 100vW;
    z-index: 5;
    justify-content: center;
    text-align: center;
    direction: rtl;
    top: 0%;
    right: 0;
    left: 0;
    background: -webkit-linear-gradient(-90deg, var(--back-color) 0%, var(--back-color) 45%, transparent 90%);
    background: -moz-linear-gradient(180deg, var(--back-color) 0%, var(--back-color) 45%, transparent 90%);
    background: linear-gradient(180deg, var(--back-color) 0%, var(--back-color) 45%, transparent 90%);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*web section header .head_line[rol='2'] {*/
/*    background: rgb(44 62 80);*/
/*    height: 17.2vH;*/
/*}*/

web section header .header_liner {
    position: relative;
    margin: auto;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

web section header .header_liner .menofot {
    bottom: 0 !important;
    position: absolute !important;
    top: 0 !important;
    width: 40px !important;
    height: 40px !important;
    right: 3% !important;
}

web section header .header_liner .menofot .menubar {
    width: 40px !important;
    height: 40px !important;
}

web section header .header_liner .menofot .toggle {
    height: 40px !important;
    width: 40px !important;
}


web section header .header_liner img.logobig {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: 170%;
    top: -20%;
    bottom: 0;
    right: 7%;
}

web section header .header_liner img.logobig2 {
    position: absolute;
    margin: auto;
    display: block;
    max-width: 130px;
    max-height: 130%;
    top: 0;
    bottom: 0;
    right: 15%;
}

web section header .header_liner .minimal_menu {
    position: absolute;
    margin: auto;
    display: block;
    width: auto;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 24%;
}

web section header .header_liner .minimal_menu li {
    border-radius: 15vW;
    position: relative;
    margin: 2.5vH 2% auto 1%;
    padding: 10px 15px;
    display: inline-block;
    background: rgb(44 62 80);
    color: #f8f8f8;
    font-size: 14px;
    font-family: 'sans_b';
    cursor: pointer;
    right: -2.5%;
}

web section header .header_liner i.listerm1, web section header .header_liner i.listerm2, web section header .header_liner i.listerm3 {
    width: min(5vH, max(5vW, 40px));
    height: min(5vH, max(5vW, 40px));
    top: 0;
    bottom: 0;
}

web section header .header_liner i.listerm1 svg, web section header .header_liner i.listerm2 svg, web section header .header_liner i.listerm3 svg {
    fill: rgb(44 62 80);
    stroke: rgb(44 62 80);
}

web section header .header_liner i.listerm3 {
    left: 11vW;
}

web section header .header_liner i.listerm2 {
    left: 7vW;
}

web section header .header_liner i.listerm1 {
    left: 3vW;
}

web section header .header_liner i.listerm3 b#bascount {
    position: absolute;
    margin: auto;
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: 'per_add';
    color: var(--red-color);
    bottom: 0;
    right: -8px;
    left: 0;
    top: -8px;
    height: 20px;
    width: 25px;
    font-weight: 900;
}


web section header .header_liner .in_search {
    position: absolute;
    margin: auto;
    display: block;
    width: 12vW;
    height: 100%;
    z-index: 2;
    left: 16vW;
}

web section header .header_liner .in_search input {
    position: absolute;
    margin: auto auto auto auto;
    display: block;
    clear: both;
    width: calc(100% - 30px);
    padding: 10px 15px;
    border: 4px solid rgb(44 62 80);
    border-radius: 15vW;
    font-family: 'farnaz';
    color: rgb(44 62 80);
    font-size: 12px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 25%;
}

web section header .header_liner .in_search input::placeholder {
    color: rgba(44, 66, 88, 0.66);
    font-size: 12px;
}

web section header .header_liner .in_search i {
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 5px;
}

web section header .header_liner .in_search i svg {
    fill: rgb(44 62 80);
    stroke: rgb(44 62 80);
}

web section header .header_filds {
    position: relative;
    display: grid;
    margin: auto;
    max-width: 97vW;
    width: 1280px;
    clear: both;
    grid-template-columns: 6% 55% 39%;
}

web section header .header_filds spare {
    position: relative;
    display: block;
    margin: auto;
    padding: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

web section header logo {
    position: relative;
    display: block;
    margin: 50% 10% 10% 10%;
    max-height: 100%;
    max-width: 100%;
    padding: 0% 0%;
    top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    right: 0;
    left: 0;
}

web section header logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: auto;
    position: relative;
    display: block;
    clear: both;
}

web section header logo svg:nth-child(1) {
    width: 100%;
    height: auto;
    margin: auto;
    position: relative;
    display: block;
    clear: both;
}

web section header logo svg:nth-child(2) {
    width: 100%;
    height: auto;
    margin: 12px auto;
    position: relative;
    display: block;
    clear: both;
}

web section header menu {
    margin: auto;
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    text-align: center;
}

web section header list {
    text-align: center;
    justify-content: center;
    margin: 9% auto auto auto;
    display: grid;
    grid-template-columns: 60% 25% 15%;
    position: relative;
    width: 100%;
    height: 40%;
    padding-right: 3%;
}

web section header menu li {
    position: relative;
    display: inline-block;
    float: revert-layer;
    direction: rtl;
    padding: 2% 2%;
    margin: 8% 5px auto 5px;
    font-family: 'sans';
    font-size: max(0.6vW, 1.3vH);
    background: #f8f8f8;
    color: var(--box-color);
    cursor: pointer;
    border-radius: 5vW;
    width: calc((100% / 5.3) - 10px - 4%);
    -webkit-text-stroke: medium;
}

.icon {
    position: absolute;
    margin: auto;
    display: block;
    color: var(--box-color);
}

web section header list slot {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
}

web section header list slot i {
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

web section header list slot i svg {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    cursor: pointer;
    position: relative;
}

web section header list slot[sl="1"] {
    width: max(2vW, 5.5vH);
    height: max(2vW, 5.5vH);
    overflow: hidden;
    border: 2px solid #428ded;
    border-radius: 5vW;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    margin: auto;
}

web section header list slot[sl="2"], web section header list slot[sl="4"] {
    width: calc(100% - 40%);
    height: calc(100% - 60%);
    max-width: 100%;
    max-height: 100%;
    padding: 12% 15% 10% 15%;
    background: #428ded;
    text-align: center;
    color: var(--back-color);
    font-family: 'sans_b';
    font-size: max(0.6vW, 1.6vH);
    cursor: pointer;
    border-radius: 5vW;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}

web section header list slot[sl="3"] {
    width: max(2.8vW, 6.8vH);
    height: max(2.8vW, 6.8vH);
    border: 2px solid #428ded;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
    z-index: 1;
    margin: 5% auto auto auto;
    background: #428ded;
}

web section header list slot[sl="3"] i {
    left: 0;
    width: max(1.5vW, 1.5vH);
    height: max(1.5vW, 1.5vH);
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 18px;
}

web section header slider {
    position: relative;
    margin: auto;
    display: block;
    width: 100%;
    height: 97%;
    z-index: -1;
    background: #c9c9c9 url('/public/files/icons/headbg5.png');
    overflow: hidden;
}

header i[rol="godown"] {
    color: #f8f8f8;
    bottom: 15%;
    width: max(5vW, 5vH);
    height: max(5vW, 5vH);
    z-index: 2;
    left: 5%;
    cursor: pointer;
    filter: drop-shadow(0px 0px 5px var(--box-color));
}


header i[rol="godown"] svg g {
    fill: var(--box-color);
    text-shadow: 0px 0px 1px var(--box-color);
    box-shadow: 0px 0px 1px var(--box-color);
    filter: drop-shadow(0px 0px 1px var(--box-color));
    animation: svg 3s linear infinite;
    -moz-animation: svg 3s linear infinite;
    -webkit-animation: svg 3s linear infinite;
}


@-moz-keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}

@-webkit-keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}

@keyframes svg {
    0% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
    50% {
        fill: var(--box-color);
        text-shadow: 0px 0px 1px var(--box-color);
        box-shadow: 0px 0px 1px var(--box-color);
        filter: drop-shadow(0px 0px 1px var(--box-color));
    }
    100% {
        fill: var(--base-color);
        text-shadow: 0px 0px 2px var(--base-color);
        box-shadow: 0px 0px 2px var(--base-color);
        filter: drop-shadow(0px 0px 2px var(--base-color));
    }
}


slot.in_search {
    position: relative;
    background: var(--back-color);
    width: calc(83% + 40px) !important;
    z-index: 10 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

slot.in_search i {
    right: 10px;
    left: unset;
    transform: rotate(30deg);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.4s ease;
}

slot input.search {
    display: none;
    visibility: hidden;
}

slot.in_search input {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    visibility: visible;
    border: unset;
    color: var(--box-color);
    font-size: 12px;
    font-family: 'sans';
    padding: 0px 40px 0px 15px;
}

.clear {
    display: block;
    clear: both;
}

slot.in_search input::placeholder {
    color: #383535;
}

.popup_box {
    position: fixed;
    margin: auto;
    width: 100vW;
    height: 100vH;
    display: block;
    clear: both;
    z-index: 500;
    background: rgb(16 16 16 / 40%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.popup_box object.box_show_link {
    position: relative;
    display: block;
    width: 97%;
    height: auto;
    max-height: calc(90vH - 60px);
    min-height: 200px;
    max-width: 1280px;
    min-width: 200px;
    top: 60px;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    border-radius: 10px;
    margin: 1.5vH auto;
    opacity: 1;
    overflow: hidden !important;
}

/*.popup_box object.box_show_link .close {*/
/*    display: none;*/
/*    visibility: hidden;*/
/*}*/
.popup_box object.box_show_link .close {
    position: relative !important;
    background: transparent;
    display: block;
    margin: 0px auto;
    font-size: 17px;
    font-weight: 100;
    padding: 15px 20px;
    border-radius: 3px 3px 0px 0px;
    text-align: left;
    direction: ltr;
    color: #f3f3f3;
    z-index: 20;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.popup_box object.box_show_link .close:before {
    cursor: pointer;
}

.popup_box object.box_show_link .show_responsive {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: calc(85vH - 50px);
    min-height: calc(200px - 50px);
    margin: auto;
    display: block;
    direction: ltr;
    overflow: auto;
    padding-bottom: 5vH;
}

.popup_box object.box_show_link .show_responsive iframe {
    position: relative;
    overflow: hidden;
    display: block;
    clear: both;
    width: calc(100%);
    margin: auto;
    height: calc(87vH);
    z-index: 0;
    border-radius: 5px;
}

form, .form {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
}

form label, .form label {
    position: relative;
    display: block;
    margin: 20px 10px;
    clear: both;
}

form label input, .form label input {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color);
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    width: calc(100% - 30px);
    max-width: 500px;
}

form label input::placeholder, .form label input::placeholder {
    color: #3f3d3d;
}

form .submiter {
    position: relative;
    display: block;
    clear: both;
    margin: 70px auto auto auto;
    direction: rtl;
    padding: 15px 0px;
    max-width: 500px;
    text-align: left;
}

form .submiter p {
    position: relative;
    display: inline-block;
    color: var(--back-color);
    font-family: 'sans';
    font-size: 15px;
    margin: 5px 10px;
    cursor: pointer;
}

form .submiter span.in_close {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: relative;
    margin: 5px 10px;
    top: 20px;
    cursor: pointer;
}

form .submiter span.in_close svg {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

form .submiter input[type="submit"], .submit {
    position: relative;
    margin: auto;
    display: inline-block;
    padding: 15px 30px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color) !important;
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    cursor: pointer;
    top: -5px;
}


.black_bax_alert {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(256 256 256 / 15%);
    z-index: 10000;
}

.black_bax_alert .alert_box {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vW;
    border-radius: 10px;
    background: rgb(0 0 0 / 66%);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

@-moz-keyframes rot_alrt {
    0% {
        opacity: 0;
        top: -120px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes rot_alrt {
    0% {
        opacity: 0;
        top: -120px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes rot_alrt {
    0% {
        opacity: 0;
        top: -120px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}


.black_bax_alert .alert_box span.close_alert {
    border-radius: 4px;
    position: relative;
    display: block;
    margin: 1% auto;
    padding: 7.5px 15px;
    font-family: 'sans_b';
    font-size: 15px;
    cursor: pointer;
    direction: ltr;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 350px;
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+1) {
    color: #f8f8f8;
    border-radius: 10px;
    background: var(--base-color);
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+2) {
    color: #f8f8f8;
    border-radius: 10px;
    background: var(--base-color);
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+1):hover {
    font-weight: bold;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+1):active, .black_bax_alert .alert_box span.close_alert:nth-of-type(n+1):focus {
    font-weight: bold;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+2):hover {
    font-weight: bold;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black_bax_alert .alert_box span.close_alert:nth-of-type(n+2):active, .black_bax_alert .alert_box span.close_alert:nth-of-type(n+2):focus {
    font-weight: bold;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black_bax_alert .alert_box selction {
    z-index: 1000;
    border-radius: 10px;
    box-shadow: 0px 0px 2px var(--base-color) insert 0px 0px 50px var(--base-color);
    direction: rtl;
    -webkit-animation-name: rot_alrt;
    -webkit-animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: rot_alrt;
    -moz-animation-duration: 0.2s;
    -moz-animation-iteration-count: 1;
    animation-name: rot_alrt;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    max-width: 95vw;
    max-height: 70vh;
    overflow: auto;
    width: auto;
    height: auto;
    padding: 20px;
    border: 1px solid var(--base-color);
    box-sizing: border-box;
    background-color: #f8f8f8;
    top: -5vH;
    position: relative;
}

.black_bax_alert .alert_box selction label {
    position: relative;
    color: var(--base-color);
    border-bottom: unset;
    display: block;
    margin: 0px auto;
    border-radius: 6px 6px 0px 0px;
    width: auto;
    z-index: 5;
    font-size: 15px;
    padding: 10px 15px;
    font-family: sans_b;
    direction: rtl;
    text-align: right;
    min-height: 25px;
}

.black_bax_alert .alert_box selction message {
    position: relative;
    color: #181818;
    display: block;
    margin: 5px auto;
    text-align: justify;
    width: calc(100% - 40px);
    z-index: 5;
    font-size: 16px;
    padding: 20px;
    font-family: 'sans';
    max-height: calc(100% - 130px);
    overflow: hidden;
    overflow-y: auto;
    direction: rtl;
}

.black_bax_alert .alert_clicker {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 1200;
    left: 0;
    bottom: 20vW;
    right: 0;
    direction: rtl;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    display: block;
    clear: both;
}

img.slide_1, img.slide_4 {
    position: relative;
    display: block;
    margin: 3px auto;
    width: 1280px;
    max-width: 97vW;
    max-height: 100vH;
    clear: both;
    direction: rtl;
    border-radius: 3px;
    cursor: pointer;
}

ul.slide_box {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    max-width: 100vW;
    height: 100%;
    max-height: 100vH;
    clear: both;
    direction: rtl;
    border-radius: 3px;
}

ul.slide_box li {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

ul.slide_box li img, ul.slide_box li video {
    position: relative;
    margin: auto;
    width: 100%;
    height: auto;
    display: none;
    opacity: 0;
    clear: both;
    direction: rtl;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

ul.slide_box li img.active, ul.slide_box li video.active {
    filter: drop-shadow(0px 0px 5px var(--box-color));
    box-shadow: inset 0px 0px 5px var(--box-color);
    display: block;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

.posts_list {
    position: relative;
    margin: 75px auto 20px auto;
    min-width: calc(100vW - 5px);
    background: var(--box-color);
    display: block;
    clear: both;
    padding: 30px 0px;
    min-height: 230px;
}

.posts_list grid {
    width: 1100px;
    max-width: 84vW;
}

.posts_list grid img {
    width: calc(100% - 20px);
    position: relative;
    display: block;
    margin: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.hidden {
    display: none;
    visibility: hidden;
    width: 0px;
    height: 0px;
    position: fixed;
    top: -1280px;
    right: -1280px;
    z-index: -100;
}

.posts_list span.title {
    position: absolute;
    margin: auto;
    display: block;
    color: var(--base-color);
    background: var(--box-color);
    right: 0px;
    left: 0px;
    text-align: center;
    top: -35px;
    width: 150px;
    font-size: 14px;
    font-family: 'sans_b';
    padding: 10px 15px 20px 15px;
    border-radius: 8px 8px 0px 0px;
}

.posts_list span.go_right {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background: var(--base-color);*/
    top: 0;
    bottom: 0;
    right: 5%;
    cursor: pointer;
}

.posts_list span.go_left {
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    /*background: var(--base-color);*/
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
}

.posts_list span.go_right svg, .posts_list span.go_left svg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

footer {
    position: relative;
    margin: 70px auto 0px auto;
    min-width: calc(100vW - 65px);
    display: block;
    clear: both;
    padding: 30px 30px;
    direction: rtl;
    background: var(--back-color);
    z-index: 5;
}

footer h1 {
    position: relative;
    margin: 15px 60px;
    color: #f8f8f8;
    background: #428ded;
    font-family: 'sans_b';
    font-size: 20px;
    width: 13%;
    text-align: center;
    padding: 0.5%;
    border-radius: 10vW;
}

footer h3 {
    position: relative;
    margin: 15px 60px;
    color: #2C3E50;
    font-family: 'naz_900';
    font-size: 18px;
}

footer span.insta {
    position: absolute;
    margin: auto;
    display: block;
    color: #2C3E50;
    background: var(--back-color);
    right: 5%;
    text-align: center;
    top: -55px;
    width: 64px;
    height: 64px;
    font-size: 14px;
    font-family: 'sans_b';
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    z-index: -1;
}

footer span.what {
    position: absolute;
    margin: auto;
    display: block;
    color: #2C3E50;
    background: var(--back-color);
    right: max(12vW, min(10%, 130px));
    text-align: center;
    top: -55px;
    width: 64px;
    height: 64px;
    font-size: 14px;
    font-family: 'sans_b';
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    z-index: -1;
}

footer span.up {
    position: absolute;
    margin: auto;
    display: block;
    color: #2C3E50;
    background: var(--back-color);
    left: 5%;
    text-align: center;
    top: -55px;
    width: 64px;
    height: 64px;
    font-size: 14px;
    font-family: 'sans_b';
    border-radius: 8px 8px 0px 0px;
    cursor: pointer;
    z-index: -1;
}

footer span.up svg, footer span.what svg, footer span.insta svg {
    position: absolute;
    display: block;
    width: 60%;
    height: 60%;
    cursor: pointer;
    margin: auto;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
}


textbar {
    position: fixed;
    margin: auto;
    display: block;
    background: #8715c7;
    width: 100vW;
    height: 100vH;
    z-index: 401;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    justify-content: center;
}

textbar text {
    position: absolute;
    margin: 43vH auto;
    display: block;
    color: #f8f8f8;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    justify-content: center;
    font-family: 'sans';
    font-size: 5.2vW;
}


.flex {
    position: relative;
    display: grid;
    grid-template-columns: auto auto auto auto;
    margin: auto;
    clear: both;
    max-width: 1280px;
}

.flex[role="row"] {
    flex-wrap: wrap;
    flex-direction: row;
    align-content: stretch;
    justify-content: space-around;
    align-items: stretch;
}

.flex[role="list"] {
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.flex li {
    position: relative;
    width: auto;
    height: auto;
    display: block;
    clear: both;
    padding: 0px 0px;
    margin: auto;
    border-radius: 30px;
    box-shadow: inset 0px 0px 70px rgb(44 62 80 / 90%);
}

.flex li img {
    position: relative;
    display: block;
    z-index: -1;
    width: calc(100% - 0px);
    max-width: 400px;
    height: calc(100% - 0px);
    max-height: 400px;
    border-radius: 25px;
    cursor: pointer;
}

.flex li h3 {
    position: absolute;
    margin: auto;
    width: calc(95% - 15%);
    height: calc(95% - 45%);
    display: none;
    z-index: 5;
    cursor: pointer;
    background: rgb(50 48 48 / 45%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    font-size: 16px;
    font-family: 'sans_b';
    color: #e3e3e3;
    text-align: center;
    justify-content: center;
    padding: 25% 10%;
    direction: rtl;
    border-radius: 15px;
    overflow: hidden;
}

.flex li:hover h3 {
    display: block;
}

.flex li:hover h3 b svg {
    position: relative;
    margin: 5px auto;
    z-index: 2;
    cursor: pointer;
    display: block;
}

._audio, ._video, ._img, ._file, ._embed {
    max-width: 100% !important;
    clear: both !important;
    display: block !important;
    margin: 2% auto 1% auto !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    direction: rtl;
    text-align: center;
    max-height: 100%;
}

._embed {
    min-height: 210px;
    width: 80%;
}

page_number {
    position: relative;
    display: block;
    margin: 20px auto 40px auto !important;
    clear: both;
    direction: ltr;
}

page_number num {
    position: relative;
    margin: auto 10px;
    background: var(--snow-color);
    border: 1px solid var(--box-color);
    border-radius: 5px;
    z-index: 1;
    color: var(--box-color);
    text-align: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 15px;
    font-family: 'per_add';
    direction: ltr;
    font-weight: 700;
    display: inline-block;
}

page_number num.true {
    background: var(--box-color);
    border: 1px solid transparent;
    color: var(--base-color);
    font-weight: 900;
}

.slideshow-container {
    position: relative;
    display: block;
    margin: 30px auto 120px auto;
    clear: both;
    max-width: 1280px;
    height: 360px;
}

.slideshow-container .mySlides {
    --w: calc(0.7 * 32.5vW);
    position: absolute;
    margin: auto;
    width: var(--w);
    height: calc(var(--w) / 0.7);
    z-index: 1;
    top: 0;
    bottom: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 2px #585858;
    filter: blur(3px);
    background: #ececec;
    display: none !important;
}

.slideshow-container .mySlides.right {
    right: 100px;
    display: block !important;
}

.slideshow-container .mySlides.left {
    left: 100px;
    display: block !important;
}

.slideshow-container .mySlides.active {
    --w: calc(1 * 35vW);
    position: absolute;
    margin: auto;
    width: var(--w);
    height: calc(var(--w) / 1);
    z-index: 3;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 5px #585858;
    filter: blur(0px);
    display: block !important;
}

.slideshow-container .mySlides.active, .slideshow-container .mySlides.left, .slideshow-container .mySlides.right, .flex li h3 {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}


.slideshow-container .mySlides img {
    display: block;
    margin: auto;
    clear: both;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.dot_list {
    text-align: center;
    position: absolute;
    margin: auto;
    max-width: 1280px;
    height: 20px;
    padding: 5px;
    bottom: 20%;
    right: 0px;
    left: 0px;
    z-index: 2;
    justify-content: center;
}

.dot_list span.dot {
    position: relative;
    display: inline-block;
    margin: 5px 3px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: rgb(23 22 22 / 49%);
    opacity: 0.5;
    cursor: pointer;
}

.dot_list span.dot.active {
    opacity: 1;
    width: 16px;
    height: 16px;
}

video#show_video {
    position: relative;
    width: 95vW;
    max-width: 1280px;
    height: auto;
    max-height: 95vH;
    margin: auto;
    display: block;
    border-radius: 25px;
    background: #f1f1f1;
    background-size: cover;
    overflow: hidden;
}

span.titlebar {
    position: absolute;
    margin: auto;
    display: none;
    font-size: 22px;
    top: 0px;
    width: calc(100% - 20px);
    padding: 20px 15px;
    background: linear-gradient(180deg, #181818, transparent);
    color: var(--div-color);
    font-family: 'sans';
    right: 0px;
    left: 0;
    border-radius: 15px;
    text-align: center;
    z-index: 3;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.5s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
}

#player_v:hover span.titlebar {
    opacity: 1;
    display: block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.box_list {
    position: relative;
    display: grid;
    grid-template-columns: 70% 15% 15%;
    clear: both;
    margin: 10px auto;
    max-width: 1280px;
    text-align: center;
    justify-content: center;
    direction: rtl;
}

.box_list li {
    position: relative;
    display: block;
    margin: auto 5px;
    padding: 15px 15px;
    height: calc(100% - 30px);
    background: rgb(10 125 0 / 44%);
    text-align: right;
    direction: rtl;
    font-size: 15px;
    font-family: 'sans';
    border-radius: 5px;
    color: var(--back-color);
    font-weight: 700;
}

.box_list li i, .box_list li svg {
    text-align: center;
    position: absolute;
    margin: auto;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #0a7d00;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.text_box {
    position: relative;
    margin: 20px auto;
    display: block;
    direction: rtl;
    padding: 2% 2%;
    clear: both;
    background: var(--div-color);
    max-width: calc(1280px - 5%);
    border-radius: 10px;
}

.text_box h1 {
    position: relative;
    margin: 20px auto 50px auto;
    font-size: 25px;
    font-family: 'sans_b';
    color: var(--box-color);
}

.text_box p {
    position: relative;
    margin: auto;
    font-size: 13px;
    font-family: 'sans';
    text-align: justify;
    line-height: 30px;
    font-weight: 700;
    color: var(--box-color);
}

.text_box p b {
    color: #181818;
    display: inline-block;
    text-shadow: 0px 0px 1.5px #181818;
}

.teacher_box {
    position: relative;
    margin: 20px auto;
    display: grid;
    grid-template-columns: 30% 70%;
    direction: ltr;
    max-width: 1280px;
    clear: both;
}

.teacher_box li {
    position: relative;
    display: block;
    margin: auto;
    width: 98%;
    min-height: 100%;
    height: auto;
    direction: rtl;
    text-align: center;
    justify-content: center;
    right: -0.5%;
}

.teacher_box li img {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 5px;
}

.teacher_box li h1 {
    position: relative;
    margin: auto;
    padding: 5px 10px;
    font-size: 18px;
    font-family: 'sans_b';
    border-radius: 5px;
    background: var(--div-color);
    color: var(--box-color);
    display: flex;
    flex-direction: row;
}

.teacher_box li span {
    position: relative;
    margin: 15px auto;
    padding: 20px;
    font-size: 15px;
    font-family: 'sans';
    font-weight: 600;
    border-radius: 5px;
    background: #dddddc;
    color: var(--box-color);
    display: block;
}

.teacher_box li span b {
    color: #0a7d00;
    font-weight: 900;
    font-family: 'sans_b';
    margin: auto 35% auto 10px;
    position: relative;
}

.teacher_box li h1 span {
    background: transparent;
    display: block;
    position: relative;
    margin: auto 5px;
    font-size: 15px;
    font-family: 'sans';
    font-weight: 600;
    border-radius: 5px;
    color: var(--box-color);
    display: block;
    padding: unset;
}

.teacher_box li h1 span:first-child {
    width: 30%;
    max-height: 100%;
    overflow: hidden;
}

.teacher_box li h1 span:last-child {
    width: 70%;
    max-height: 100%;
    overflow: hidden;
}


.btn-p, .btn {
    padding: 10px;
    position: relative;
    display: block;
    max-width: 80%;
    background: var(--base-color);
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    font-family: 'kalame';
    font-weight: 900;
    color: snow;
    cursor: pointer;
    margin: 15px auto;
    clear: both;
}

.btn-p:hover, .btn:hover {
    background: var(--hover-color);
}

input.text {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    position: relative;
    display: block;
    margin: 20px auto 5px auto;
    padding: 5px 50px 5px 5px;
    direction: rtl;
    text-align: right;
    width: calc(100% - 55px - 5%);
    height: auto;
    border-radius: 6px;
    border: 3px solid transparent;
    background: #464545;
    color: #adadad;
    font-size: 14px;
    font-family: 'sans';
    max-width: 80%;
}

.user_M_dashboard {
    position: relative;
    margin: auto;
    display: block;
    clear: both;
    padding: 10px 0px;
    max-width: 500px;
}

.user_M_dashboard center {
    overflow: hidden;
    position: relative;
    margin: auto;
    background: center center repeat;
    background-size: calc(100px * 3) calc(57.5px * 3);
    z-index: 0;
    box-shadow: 0px 0px 10vW rgb(43 41 41 / 86%) inset;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.user_M_dashboard center img {
    position: relative;
    display: block;
    margin: auto;
    border-radius: 50%;
    max-width: 100%;
    width: 120px;
    height: 120px;
    max-height: 100%;
}

.user_M_dashboard ul.pro_file {
    position: relative;
    margin: 10px 15px;
    padding: 2px;
    display: block;
    z-index: 0;
}

.user_M_dashboard ul.pro_file li {
    position: relative;
    margin: 10px auto;
    padding: 15px 50px 15px 20px;
    font-family: 'sans_b';
    font-size: 15px;
    direction: rtl;
    display: block;
    text-align: right;
    border: 3px solid #f8f8f8;
    border-radius: 12px;
    background: #272727;
    color: #eee;
}

.user_M_dashboard ul.pro_file li i {
    width: 25px !important;
    height: 25px !important;
    font-size: 25px !important;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px !important;
}

.user_M_dashboard ul.pro_file li svg.icon {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    top: 0;
    bottom: 0;
    right: 10px;
}

.user_M_dashboard ul.pro_file li span[for] {
    position: absolute !important;
    margin: auto !important;
    font-size: 25px !important;
    top: 0;
    bottom: 0;
    left: 10px !important;
}

.fui-noty {
    background: center center no-repeat;
    background-size: cover;
}

input[type="checkbox"], input[type="radio"] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 0.01px;
    width: 0.01px;
    margin: auto;
    padding: 0;
}

input[type="radio"] + span {
    box-shadow: 3px 3px 3px #00000091;
    position: relative;
    display: inline-block;
    text-indent: 0px;
    background: #e7e5e566;
    border: 1px solid #0b0b0b;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    cursor: pointer;
    top: 7px;
    margin: 0px 5px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"] + span i {
    display: none !important;
    position: absolute;
    color: var(--gold-color) !important;
    font-size: 0% !important;
    text-align: center;
    z-index: 10;
    top: -20px !important;
    bottom: 0 !important;
    height: 105% !important;
    width: 105% !important;
    right: -15px;
    left: 0 !important;
    margin: 10px auto;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="radio"]:checked + span i {
    display: block !important;
    font-size: 220% !important;
}

input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-indent: -9999px;
    background: #ccc;
    width: 60px;
    height: 30px;
    border-radius: 100px;
    margin: 0px 10px;
    top: 0px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

input[type="checkbox"] + span:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--pop-color);
    color: #f8f8f8;
    border-radius: 100px;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s;
    -webkit-transform: translateZ(0) scale(0);
    transform: translateZ(0) scale(0);
}

input[type="checkbox"] + span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    display: block;
    height: 26px;
    width: 26px;
    background: white;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    -webkit-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
}

input[type="checkbox"]:checked + span, span[checked="checked"], span:checked {
    background: #1f5823;
}

input[type="checkbox"]:checked + span:after, span[checked="checked"]:after, span:checked:after {
    left: calc(100% - 28px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-name: start;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-name: start;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 1;
    animation-name: start;
    animation-duration: 0.3s;
    animation-iteration-count: 1;
}

form label i, .form label i, form label svg, .form label svg {
    position: absolute;
    margin: auto;
    display: block;
    z-index: 1;
    left: 20px;
    right: unset !important;
    top: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 25px;
    width: 25px;
    height: 25px;
}

span.in_close svg {
    position: relative !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 60px !important;
    max-height: 60px !important;
    display: block !important;
    cursor: pointer !important;
    right: unset !important;
    left: unset !important;
    bottom: unset !important;
    top: unset !important;
}

.row {
    position: relative;
    min-height: 441px;
    clear: both;
    width: 1280px;
    max-width: 97vW;
    margin: 15px auto;
}

.row[role="gride"] {
    display: grid;
    grid-template-columns: 30% 70%;
    direction: rtl;
}

.row[role="gride"] .right_bar, .row[role="gride"] .left_bar {
    position: relative;
    direction: rtl;
    display: block;
    margin: auto;
    width: 100%;
    min-height: 100%;
}

.row[role="gride"] .left_bar {
    background: #fefefe;
    border-radius: 25px;
}

.right_bar ul {
    display: block;
    margin: 0px 10px;
    clear: both;
    position: relative;
}

.right_bar ul li {
    position: relative;
    display: block;
    clear: both;
    margin: 7px auto;
    padding: 15px 20px;
    background: var(--div-color);
    border-radius: 10px;
    font-size: 15px;
    font-family: 'sans_b';
    cursor: pointer;
}

.right_bar ul li.first img {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 15px;
}

.right_bar ul li.first span {
    position: relative;
    display: block;
    font-size: 16px;
    background: var(--div-color);
    border-radius: 10px;
    font-size: 15px;
    font-family: 'sans_b';
    float: right;
}

.head_pro {
    position: relative;
    max-width: 100%;
    background: linear-gradient(0deg, rgba(23, 21, 21, 0.42), rgba(23, 21, 21, 0.42));
    border-radius: 9px;
    height: auto;
    margin: 0px auto;
    z-index: 5;
}

.head_pro img.bk {
    position: relative;
    max-width: 100%;
    height: auto;
    display: block;
    clear: both;
}

.head_pro img.rs {
    box-sizing: border-box;
    position: absolute;
    width: 140px;
    height: 140px;
    left: 10%;
    top: 0;
    bottom: 0;
    display: block;
    border: 5px solid var(--base-color);
    z-index: 20;
    border-radius: 50%;
    overflow: hidden;
}

.head_pro span {
    position: absolute;
    margin: auto;
    display: block;
    padding: 15px 5px;
    max-width: 35%;
    height: auto;
    left: 0;
    right: 0;
    bottom: -25px;
    background: #FFEBCA;
    border-radius: 9px;
    text-align: center;
    font-size: 20px;
    font-family: 'Kalame';
    cursor: pointer;
    direction: rtl;
}

.head_pro h3 {
    bottom: 60px;
    position: absolute;
    font-size: 22px;
    font-family: 'titr_r';
    font-weight: 900;
    color: #f2f2f2;
    margin: auto;
    right: 30px;
}

li.first {
    background: unset !important;
    margin: auto !important;
    padding: unset !important;
}

.right_bar ul li.first span:nth-child(1) {
    height: 100%;
    width: calc(64% - 40px);
    margin: auto 0.5%;
    padding: 15px 20px;
}

.right_bar ul li.first span:nth-child(2) {
    height: 100%;
    width: calc(34% - 44px);
    margin: auto 0.5%;
    padding: 15px 20px;
    text-align: center;
    font-weight: 100;
}

i.icon svg {
    width: 100%;
    height: 100%;
    display: block;
    clear: both;
    cursor: pointer;
    position: relative;
}

.right_bar ul li i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    top: 0;
    bottom: 0;
    left: 16px;
    text-align: center;
}


table {
    direction: rtl;
    border-spacing: 1px;
    border-collapse: collapse;
    max-width: 1280px;
    width: 99%;
    min-width: 85%;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    clear: both;
}

table * {
    position: relative;
}

table tbody {
    border-bottom: var(--base-color) 3px solid;
    box-shadow: 0px 0px 5px #231f1fa1;
}

table td, table th {
    min-width: 30px;
    max-height: 200px;
    overflow: hidden;
    overflow-y: auto;
    padding: 15px 10px;
    font-family: 'naz_900';
    background: var(--div-color);
    border-radius: 9px;
}

table thead tr {
    padding: 10px;
    background: transparent;
    font-size: 16px;
    min-height: 45px;
}

table thead td {
    font-family: naz_900;
    background: var(--red-color);
    color: var(--back-color);
    font-size: 18px;
}

table tbody tr:nth-of-type(2n) {
    background: var(--base-color);
}

table tbody tr:nth-child(2n) {
    background: var(--box-color);
}

table tbody tr:nth-child(2n) td {
    color: #7d7d7b;
}

table tbody tr {
    min-height: 48px;
    border-bottom: 1px solid var(--green-color);
    background: var(--base-color);
}

table tbody tr:last-child {
    border: 0;
}

table td, table th {
    text-align: center;
    border-right: rgb(44 62 80) 5px solid;
    border-left: rgb(44 62 80) 5px solid;
}

table td.l, table th.l {
    text-align: right;
}

table td.c, table th.c {
    text-align: center;
}

table td.r, table th.r {
    text-align: center;
}

table th {
    color: #181818;
    text-align: center;
}

table td {
    font-family: naz_500;
    color: #b1afaf;
    font-size: 16px;
    direction: rtl;
}

table td img {
    display: table;
    position: relative;
    margin: auto;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    padding: 5px;
}

table td i.icon {
    position: relative !important;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #626262;
    cursor: pointer;
    padding: 5px;
    right: unset !important;
    left: unset !important;
    -webkit-transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
    transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9);
}

table td i.icon:hover {
    color: var(--back-color);
}

table tfoot td {
    background: #535758 !important;
    color: #f7f7f7 !important;
}

.text_box p a {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 10px;
    font-family: 'sans';
    font-weight: 600;
    border-radius: 5px;
    background: #d5d5d5;
    color: #171e26;
    cursor: pointer;
    text-decoration: none;
}

li#nextpage {
    width: calc(100% - 10px);
    height: calc(100% - 20px);
    background: var(--box-color);
    text-align: center;
    justify-content: center;
    max-width: 250px;
    max-height: 250px;
    cursor: pointer;
}

li#nextpage h1 {
    text-align: center;
    position: relative;
    margin: 30% auto 5px auto;
    font-size: 25px;
    font-family: 'titr_r';
    color: #f8f8f8;
}

li#nextpage i {
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #eee;
    right: 0;
    left: 0;
    bottom: 35%;
}

span b d, d {
    text-decoration: line-through;
    text-decoration-color: var(--red-color);
    text-decoration-thickness: from-font;
    font-size: 16px;
    font-family: 'per_add';
}

span b g, g {
    font-size: 20px;
    display: inline-block;
    font-family: 'per_add';
    font-weight: bolder;
    text-align: center;
    justify-content: center;
    position: relative;
    text-shadow: 0px 0px 2px var(--boarder-color);
    margin: auto 20px auto 0px;
    z-index: 4;
    transform: translateZ(4px);
}

h3 b d {
    text-decoration: line-through;
    color: #e3e3e3;
    text-decoration-color: var(--red-color);
    text-decoration-thickness: from-font;
    font-size: 16px;
    font-family: 'per_add';
}

h3 b g {
    font-size: 20px;
    display: block;
    font-family: 'per_add';
    font-weight: bolder;
    text-align: center;
    justify-content: center;
    position: relative;
    margin: auto;
    max-width: 70%;
    color: #f8f8f8;
}


.menofot {
    display: block;
    margin: auto;
    cursor: pointer;
    border-radius: 7px;
}

.menofot .menubar {
    position: relative;
    box-sizing: border-box;
    color: var(--base-color);
    transition: 0.7s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 20px;
    height: 20px;
    display: block;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.menofot .containerz {
    position: absolute;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0px;
    bottom: 0;
    display: block;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    width: 100%;
}

.menofot .toggle {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
}

.menofot .toggle:before {
    top: -14px !important;
}

.menofot .toggle:after {
    top: 15px !important;
}

.menofot .toggle:after, .toggle:before, span#line_3 {
    content: '';
    cursor: pointer;
    background: var(--base-color);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -webkit-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    -moz-transition: 0.6s cubic-bezier(0.53, 0, 0.15, 1.3);
    width: 100%;
    height: 3px;
    border-radius: 3px;
}

.menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0 !important;
}

.menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0 !important;
}

.in_close {
    display: block;
    position: relative;
    margin: auto;
    z-index: 5;
}

table#basket_t th {
    border-right: transparent 5px solid;
    border-left: transparent 5px solid;
}

table#basket_t td {
    border: transparent 5px solid;
    color: #383838;
    background: #dbdbdb;
}

.coin_anim {
    -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
    transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
    -webkit-animation-name: coin_anim;
    -webkit-animation-duration: 2.9s;
    -moz-animation-name: coin_anim;
    -moz-animation-duration: 2.9s;
    animation-name: coin_anim;
    animation-duration: 2.9s;
}

web section header list slot[sl="3"] i.coin_anim svg path {
    -webkit-transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
    transition: all 0.5s cubic-bezier(1, 0.1, 0, 0.9) 0.2s;
    fill: var(--green-color);
}

@keyframes coin_anim {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
    30% {
        transform: rotate(-30deg) scale(1.5);
        -webkit-transform: rotate(-30deg) scale(1.5);
    }
    50% {
        transform: rotate(0deg) scale(2);
        -webkit-transform: rotate(0deg) scale(2);
    }
    60% {
        transform: rotate(30deg) scale(1.5);
        -webkit-transform: rotate(30deg) scale(1.5);
    }
    100% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
}

@-webkit-keyframes coin_anim {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
    30% {
        transform: rotate(-30deg) scale(1.5);
        -webkit-transform: rotate(-30deg) scale(1.5);
    }
    50% {
        transform: rotate(0deg) scale(2);
        -webkit-transform: rotate(0deg) scale(2);
    }
    60% {
        transform: rotate(30deg) scale(1.5);
        -webkit-transform: rotate(30deg) scale(1.5);
    }
    100% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
}

@-moz-keyframes coin_anim {
    0% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
    30% {
        transform: rotate(-30deg) scale(1.5);
        -webkit-transform: rotate(-30deg) scale(1.5);
    }
    50% {
        transform: rotate(0deg) scale(2);
        -webkit-transform: rotate(0deg) scale(2);
    }
    60% {
        transform: rotate(30deg) scale(1.5);
        -webkit-transform: rotate(30deg) scale(1.5);
    }
    100% {
        transform: rotate(0deg) scale(1);
        -webkit-transform: rotate(0deg) scale(1);
    }
}

.owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    width: 100% !important;
}

.owl-item, .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-item img {
    display: block;
    margin: 0 auto;
}

.owl-dots.disabled, .owl-nav.disabled {
    display: none
}

.no-js, .owl-loaded {
    visibility: visible;
    opacity: 1;
}

.owl-dot, .owl-nav .owl-next, .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-loading {
    opacity: 0;
    display: block
}

.owl-hidden {
    opacity: 0
}

.owl-refresh .owl-item {
    visibility: hidden
}

.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-rtl {
    direction: rtl;
}

.owl-rtl .owl-item {
    float: right;
    min-width: 130px;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.owl-animated-in {
    z-index: 0
}

.owl-animated-out {
    z-index: 1
}

.fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

.owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-video-playing .owl-video-play-icon, .owl-video-playing .owl-video-tn {
    display: none
}

.owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-buttons.disabled {
    display: none !important;
}

.owl-item .owl-lazy {
    opacity: 1
}

.wtlpost {
    display: block;
    position: relative;
    clear: both;
    text-align: center;
    justify-content: center;
    margin: 50px auto;
}

.wtlpost img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 9px;
}

.wtlpost span.title_bar {
    position: absolute;
    padding: 15px 25px;
    background: #EE384E;
    border-radius: 9px;
    font-family: 'sans';
    font-size: 19px;
    font-weight: bolder;
    direction: rtl;
    cursor: pointer;
    left: 10%;
    bottom: -7%;
    z-index: 2;
}

.wtlpost ul.flex {
    position: absolute;
    margin: auto;
    display: block;
    clear: both;
    background: rgb(248 248 248 / 70%);
    box-shadow: inset 2px 0px 2px #585858, inset -2px 0px 2px #585858, inset 0px 2px 2px #585858, inset 0px -2px 2px #585858;
    width: 95%;
    height: 95%;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.wtlpost ul.flex.see2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: flex-start;
}

.wtlpost ul.flex li {
    background: rgba(255, 169, 179, 0.7);
    border-radius: 9px;
    position: relative;
    margin: 2%;
    display: block;
    padding: 20px 70px 20px 20px;
    width: auto;
    height: auto;
    overflow: hidden;
    font-size: 1.2vW;
    font-family: 'sans';
    font-weight: bold;
    cursor: pointer;
}

.wtlpost ul.flex.see2 li {
    background: rgba(255, 255, 255, 0.7);
}

.wtlpost ul.flex li i {
    width: 1.8vW;
    height: 1.8vW;
    font-size: 1.8vW;
    top: 0;
    bottom: 0;
    right: 20px;
}

.wtlpost ul.flex .posts_list {
    min-width: calc(100% - 5px) !important;
    max-width: calc(100% - 5px) !important;
    margin: 5% auto !important;
    padding: 0px !important;
    min-height: unset !important;
}

.wtlpost ul.flex .posts_list grid {
    width: 78% !important;
    max-width: 78% !important;
}

.wtlpost ul.flex i.fui-cross {
    padding: 5px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    background: var(--back-color);
    color: #484848;
    top: 10px;
    left: 15px;
    z-index: 10;
    border-radius: 7px;
    cursor: pointer;
}

ul.li3 li:nth-child(1) {
    grid-area: child1;
}

ul.li3 li:nth-child(2) {
    grid-area: child2;
}

ul.li3 li:nth-child(3) {
    grid-area: child3;
}

ul.li3 {
    position: relative;
    display: grid;
    margin: auto;
    max-width: 95vW;
    width: 1280px;
    grid-template-areas:
        'child1 child3 child3'
        'child2 child3 child3';
    direction: rtl;
    clear: both;
}

ul.li3 li {
    position: relative;
    margin: auto;
    padding: 7px 0px;
    display: block;
    clear: both;
}

ul.li3 li img, ul.li3 li video {
    display: block;
    clear: both;
    position: relative;
    cursor: pointer;
    margin: auto;
    width: 100%;
    height: 100%;
    max-width: calc(100% - 20px);
    max-height: calc(100% - 20px);
}

span.lin_text {
    display: block;
    margin: 2% auto;
    clear: both;
    width: 95%;
    max-width: 95vW;
    direction: rtl;
    padding: 10px 55px 10px 5px;
    font-size: 18px;
    font-family: 'sans_b';
    color: #f8f8f8;
    position: relative;
}

span.lin_text i {
    font-size: 30px;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 0;
    bottom: 0;
    color: #f8f8f8;
}

span.lin_text i svg, span.lin_text i svg * {
    fill: #f8f8f8 !important;
    stroke: #f8f8f8 !important;
}

span.lin_text b.asee {
    position: absolute;
    font-size: 16px;
    color: #f8f8f8;
    margin: auto;
    /* height: 18px; */
    top: 0;
    bottom: 0;
    left: 5%;
    cursor: pointer;
    font-weight: 300;
    background: #428ded !important;
    font-family: 'sans' !important;
    padding: 13px 15px 10px 15px;
}

span.lin_text b.asee i {
    top: 5px;
    width: 13px;
    height: 13px;
    font-size: 13px;
    right: 100%;
    bottom: 0;
    left: unset;
    color: #23942E;
    cursor: pointer;
}

ul.list_V, ul.list_V2 {
    direction: rtl;
    max-width: 1280px;
}

ul.list_V li {
    position: relative;
    display: block;
    clear: both;
    margin: 5px;
    padding: 15px 15px 15px 50px;
    background: var(--div-color);
    font-size: 18px;
    font-family: 'sans';
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.list_V li:hover, ul.list_V li:focus {
    font-family: 'sans_b';
    background: var(--base-color);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.list_V li i {
    width: 30px;
    height: 30px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    left: 15px;
}

ul.list_V2 li {
    position: relative;
    display: block;
    clear: both;
    margin: 5px;
    padding: 5px 5px 5px 5px;
    font-size: 18px;
    font-family: 'sans';
    text-align: center;
    cursor: pointer;
    border-radius: 7px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}

ul.list_V2 li img {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    cursor: pointer;
}

ul.list_V2 li h1 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 15px 15px 2px 15px;
    font-family: 'sans_b';
    display: block;
    font-size: 18px;
    cursor: pointer;
    color: #f8f8f8;
}

ul.list_V2 li h2 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 0px 15px;
    font-family: 'sans';
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #c3c3c3;
}

ul.list_V2 li h3 {
    direction: rtl;
    position: relative;
    margin: auto;
    padding: 3px 10px;
    font-family: 'per_add';
    display: block;
    font-size: 14px;
    cursor: pointer;
    color: #8f8f8f;
}

.section_fild div {
    position: relative;
    margin: auto;
    clear: both;
    display: block;
}

.section_fild div img {
    max-width: 100%;
    position: relative;
    clear: both;
    border-radius: 5px;
}

.section_fild .image_box {
    grid-area: image_box;
    width: 100%;
    height: 100%;
}

.section_fild .tezxter_box {
    grid-area: tezxter_box;
    width: 95%;
    height: 100%;
    background: var(--div-color);
    border-radius: 9px;
}

.section_fild .download_box {
    grid-area: download_box;
    width: 95%;
    height: auto;
    border-radius: 9px;
}

.section_fild {
    max-width: 1280px;
    grid-template-areas: 'image_box tezxter_box tezxter_box'
                         'image_box tezxter_box tezxter_box'
                         /*'image_box offer_box offer_box'*/
                         'image_box download_box download_box';
}

.section_fild .tezxter_box ul.menu_list {
    display: block;
    position: relative;
    margin: 10px auto;
    clear: both;
    direction: rtl;
    text-align: center;
    justify-content: center;
}

.section_fild .tezxter_box ul.menu_list li {
    position: relative;
    display: inline-block;
    clear: both;
    margin: 5px;
    width: calc(50% - 45px);
    text-align: center;
    padding: 10px 15px;
    font-family: 'sans';
    font-size: 18px;
    cursor: pointer;
    opacity: 0.5;
}

.section_fild .tezxter_box p {
    position: relative;
    display: none;
    background: var(--back-color);
    margin: 10px;
    border-radius: 9px;
    height: auto;
    overflow: hidden;
    overflow-y: auto;
    direction: rtl;
    font-size: 16px;
    padding: 15px 10px;
    font-family: 'sans';
    min-height: 50%;
}

/*.section_fild .offer_box {*/
/*    grid-area: offer_box;*/
/*    width: 95%;*/
/*    height: calc(100% - 2%);*/
/*    background: var(--div-color);*/
/*    border-radius: 9px;*/
/*    margin: 1% auto 1% auto !important;*/
/*}*/

.voice_player {
    position: relative;
    display: block;
    margin: 25px auto;
    max-width: 1280px;
    clear: both;
    height: 100px;
    background: var(--div-color);
    border-radius: 9px;
    z-index: 1;
    transform: translateZ(1px);
}

.video_player {
    position: relative;
    display: block;
    margin: 25px auto;
    width: calc(100% - 16px);
    max-width: min(1280px, 97vW);
    max-height: min(calc(100% - 16px), 97vH);
    clear: both;
    height: calc(100% - 16px);
    background: var(--div-color);
    border-radius: 9px;
    z-index: 1;
    transform: translateZ(1px);
}

.voice_player i#BX, .video_player i#BX {
    padding: 10px 15px;
    font-size: 22px;
    color: var(--base-color);
    font-family: 'm3dfont';
    font-weight: 900;
    width: 3%;
    cursor: pointer;
    height: 50%;
    top: 20%;
    right: 15%;
    bottom: 0;
    z-index: 3;
    transform: translateZ(3px);
}

.voice_player i#control_voice, .video_player i#control_video {
    width: 10%;
    height: 50%;
    top: 0;
    bottom: 0;
    left: 3%;
    cursor: pointer;
    z-index: 2;
    transform: translateZ(2px);
}

.voice_player i#timer_voice, .video_player i#timer_video {
    width: 70%;
    height: 50%;
    top: 0;
    bottom: 0;
    left: -5%;
    right: 0px;
    cursor: pointer;
    z-index: -1;
    transform: translateZ(-1px);
}

.voice_player i#watch_voice, .video_player i#watch_video {
    padding: 10px 15px;
    font-size: 22px;
    color: var(--base-color);
    font-family: 'per_add';
    font-weight: 900;
    width: 8%;
    height: 50%;
    top: 20%;
    right: 2%;
    bottom: 0;
}

.video_player i#watch_video, .video_player i#timer_video, .video_player i#control_video, .video_player i#BX {
    display: none;
    visibility: hidden;
}

.video_player i#video_full {
    padding: 10px 15px;
    font-size: 20px;
    color: var(--base-color);
    font-weight: 900;
    width: 3%;
    cursor: pointer;
    height: 40%;
    top: 20%;
    right: 11%;
    bottom: 0;
    display: none;
    visibility: hidden;
}

.video_player i#BX {
    right: 17%;
}

.video_player i#watch_video {
    right: 0%;
}

.video_player canvas#playe_hd_video {
    position: relative;
    width: calc(100% - 16px);
    min-height: 300px;
    display: block;
    background-color: #353535;
    background: #353535 url(/public/__Global/Files/icon/pro/img_1.png) center center no-repeat;
    background-size: 15%;
    bottom: 0px;
    right: 0;
    left: 0;
    border: 8px solid rgb(44 62 80);
    max-width: min(calc(100% - 14px), 96vW);
    max-height: calc(96vH + 2px);
    margin: auto;
    display: block;
    border-radius: 20px;
    z-index: 1;
    transform: translateZ(1px);
    cursor: pointer;
}

.section_fild .download_box.v2 {
    display: grid;
    grid-template-columns: 70% 30%;
    direction: rtl;
}

.section_fild .download_box.v1 {
    display: grid;
    grid-template-columns: 100%;
    direction: rtl;
}

.section_fild .download_box span {
    display: block;
    clear: both;
    padding: 15px 15px;
    margin: 10px;
    background: var(--div-color);
    text-align: center;
    font-size: 18px;
    font-family: 'sans_b';
    cursor: pointer;
    border-radius: 9px;
}

.section_fild .download_box span:hover {
    background: var(--base-color);
}

.section_fild .tezxter_box ul.menu_list li:nth-child(1) {
    border-left: 2px solid var(--base-color);
}

.section_fild .tezxter_box ul.menu_list li.active {
    font-family: 'sans_b';
    opacity: 1;
}

.section_fild .download_box span input {
    margin: 5px !important;
    padding: 5px !important;
    width: calc(100% - 10px - 10px) !important;
    max-width: 100% !important;
}

svg path {
    cursor: pointer;
}


#small_hide {
    display: block;
    visibility: visible;
}

#big_hide {
    display: none;
    visibility: hidden;
}

.web_box_list {
    position: relative;
    display: block;
    clear: both;
    margin: 30px 5px;
    padding: 7px 7px 40px 7px;
    background: #f8f8f8;
    border-radius: 20px;
}

.web_box_list h1 {
    position: relative;
    display: block;
    font-family: 'sans_b';
    margin: 10px 10px;
    font-size: 12px;
}

.web_box_list h3 {
    position: relative;
    display: block;
    font-family: 'per_add';
    margin: 10px 10px;
    font-size: 12px;
    direction: rtl;
}

.web_box_list h3 b {
    font-family: 'sans';
    font-size: 11px;
    direction: rtl;
}


enmad {
    position: absolute;
    width: calc(142px * 0.95);
    height: calc(154px * 0.95);
    /*background: #428ded;*/
    border-radius: 30px;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 40px;
    display: block;
    cursor: pointer;
    padding: 10px;
}

enmad svg {
    position: absolute;
    width: 90%;
    height: 90%;
    text-align: center;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    display: block;
    cursor: pointer;
    /*filter: hue-rotate(300deg) grayscale(0.5) brightness(0.5);*/
}

input#off_code {
    width: 78%;
}

#nohover:hover {
    background: var(--div-color);
    cursor: auto;
}

.google_search {
    position: relative;
    display: block;
    clear: both;
    margin: auto;
    max-width: 1200px;
    direction: rtl;
}

.google_search div {
    margin: 5px auto;
    font-size: 20px;
    font-family: 'titr_r';
    text-align: justify;
}

.google_search div a {
    text-decoration-line: blink;
    font-family: 'titr';
    font-weight: bold;
    cursor: pointer;
    padding: 5px 15px;
    display: block;
}

.eshterakshower {
    position: relative;
    margin: 10px 2% 15px 2%;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    direction: rtl;
    text-align: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 40px 15px;
    border-radius: 35px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    height: auto;
    min-height: 100%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh {
    position: relative;
    margin: 2% 5%;
    padding: 10px;
    text-align: center;
    justify-content: center;
    background: #FFEBCA;
    display: block;
    border-radius: 30px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh:hover {
    background: #F39C12;
}

.eshterakshower div span.esh.active {
    background: #128ef3;
}

.eshterakshower div span.esh.active h1, .eshterakshower div span.esh.active h3, .eshterakshower div span.esh.active h4 {
    color: #f8f8f8;
}

.eshterakshower div span.esh svg {
    position: absolute;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    top: -20px;
    right: 0;
    left: 0;
    z-index: 5;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh svg path {
    fill: #F39C12 !important;
}

.eshterakshower div span.esh:hover svg path, .eshterakshower div span.esh.active svg path {
    fill: #2C3E50 !important;
}

.eshterakshower div span.esh h4 {
    position: relative;
    margin: 20px 12% auto 12%;
    display: block;
    clear: both;
    font-size: 24px;
    font-family: 'naz_900';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh h3 {
    position: relative;
    margin: 20px 20% auto 20%;
    display: block;
    clear: both;
    font-size: 15px;
    font-family: 'naz_300';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh h1 {
    position: relative;
    margin: 25px 10px auto 10px;
    display: block;
    clear: both;
    font-size: 20px;
    font-family: 'naz_900';
    text-align: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh p {
    display: block;
    position: relative;
    margin: 25px 10%;
    padding: 15px 15px;
    border-radius: 20px;
    background: #F39C12;
    font-size: 16px;
    font-family: 'sans_b';
    text-align: center;
    justify-content: center;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.eshterakshower div span.esh p[role="1"] {
    opacity: 1;
    overflow: unset;
    width: unset;
    height: unset;
    display: block;
}

.eshterakshower div span.esh p[role="2"] {
    opacity: 0;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.eshterakshower div span.esh:hover p[role="1"], .eshterakshower div span.esh.active p[role="1"] {
    opacity: 0;
    overflow: hidden;
    width: 0px;
    height: 0px;
    display: none;
}

.eshterakshower div span.esh:hover p[role="2"], .eshterakshower div span.esh.active p[role="2"] {
    opacity: 1;
    overflow: unset;
    width: unset;
    height: unset;
    background: #2C3E50;
    color: #f8f8f8;
    display: block;
}

.snow_box {
    position: relative;
    margin: 10px auto;
    display: block;
    direction: rtl;
    text-align: center;
    justify-content: center;
    background: #f8f8f8;
    padding: 25px 15px;
    border-radius: 35px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.line_bar {
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 10px;
    max-width: 1280px;
    clear: both;
}

.line_bar span {
    position: relative;
    margin: auto;
    display: block;
    padding: 0px 85px 64px 0px;
    text-align: right;
    justify-content: right;
    direction: rtl;
}

.line_bar span i {
    width: 64px;
    height: 64px;
    font-size: 64px;
    right: 0;
    top: -20px;
    cursor: pointer;
}

.line_bar span i svg {
    cursor: pointer;
}

.line_bar span::after {
    content: '';
    display: block;
    position: absolute;
    width: 3.8px;
    height: 38px;
    background: #f5a236;
    border-radius: 20px;
    right: 30px;
    top: 38px;
}

.line_bar span:nth-child(5)::after {
    display: none;
}

.line_bar span h1 {
    position: relative;
    display: block;
    font-size: 21px;
    font-family: 'titr_r';
    font-weight: 600;
    cursor: pointer;
}

.show_box {
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 200px;
    margin: 10px auto;
    display: block;
    clear: both;
    background: #f8f8f8;
    background-size: auto;
    z-index: 0;
    border-radius: 20px;
    overflow: hidden;
}


.post_form {
    max-width: 460px;
    padding: 15px;
    margin: 30px auto;
    background: rgb(219 219 219 / 20%);
    border-radius: 15px;
}

form select {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color);
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    width: calc(100% - 30px);
    max-width: 500px;
}

input[type="file"]::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}

form label input[type="file"]::before {
    content: attr(placeholder);
    display: inline-block;
    border: 2px solid #F39C12;
    border-radius: 10px;
    padding: 5px 10px;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #f8f8f8;
    font-weight: 700;
    margin: auto 3px auto 20px;
    direction: rtl;
    font-family: 'sans_b' !important;
    color: #707070;
    font-size: 12px;
}

form label pre, .form label pre {
    position: absolute;
    font-family: 'm3dfont';
    font-size: 13px;
    color: var(--base-color);
    text-shadow: 0px 0px 1px #181818, 0px 0px 1px #f8f8f8;
    bottom: -25px;
    display: block;
    width: 100%;
    height: auto;
}

form label textarea, .form label textarea {
    position: relative;
    margin: auto;
    display: block;
    padding: 15px;
    font-family: 'sans';
    direction: rtl;
    color: var(--box-color);
    background: #f8f8f8;
    border: unset;
    border-radius: 5px;
    width: calc(100% - 37px);
    max-width: 500px;
    min-height: 200px;
    resize: vertical;
    max-height: 700px;
}

span.blog {
    position: relative;
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-height: 100%;
    clear: both;
    overflow: hidden;
}

span.blog blog {
    margin: 2%;
    display: block;
    clear: both;
    width: calc(100% - 4%);
    height: calc(100% - 4%);
    position: relative;
}

span.blog blog img {
    margin: auto;
    display: block;
    clear: both;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: 0;
    border-radius: 3px;
    cursor: pointer;
    filter: blur(0px);
}

span.blog blog h1 {
    position: absolute;
    margin: auto;
    clear: both;
    z-index: 2;
    cursor: pointer;
    background: rgb(248 248 248 / 70%);
    padding: 10px 10px;
    width: 90%;
    height: auto;
    right: 0;
    left: 0;
    bottom: 5%;
    border-radius: 3px;
    font-family: 'sans_b';
    font-size: 16px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

span.blog blog h1 p {
    display: none;
}

span.blog blog:hover h1 {
    height: 85%;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

span.blog blog:hover img {
    filter: blur(5px);
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

span.blog blog:hover h1 p {
    display: block;
}

span blog[role="0"] {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

span blog[role="1"] {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

h1.header_line {
    position: relative;
    margin: auto;
    max-width: 1200px;
    display: block;
    clear: both;
    color: #181818;
    direction: rtl;
    padding: 10px 10px 20px 10px;
    border-bottom: 1px solid rgb(0 0 0 / 23%);
    font-family: 'sans_b';
}

h1.header_line a {
    text-decoration-line: none;
    font-size: 17px;
    font-family: 'kalame';
    color: #111010;
    font-weight: 600;
    margin: auto 10px;
    top: -2px;
    position: relative;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

h1.header_line a:hover {
    opacity: 0.7;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

table td i, table th i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    color: black !important;
    cursor: pointer;
}

ul.file_list {
    position: relative;
    direction: rtl;
    margin: 10px auto;
    padding: 5px;
    display: block;
}

ul.file_list li {
    position: relative;
    margin: auto;
    clear: both;
    display: block;
    padding: 10px;
    cursor: pointer;
}

ul.file_list li i#typer {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 20px;
    margin: auto 5px;
    top: 5px;
    cursor: pointer;
}

ul.file_list li h3 {
    position: relative;
    display: inline-block;
    font-family: 'kalame_b';
    font-size: 16px;
    margin: auto 5px;
    color: var(--box-color);
    cursor: pointer;
}

ul.file_list li b {
    position: relative;
    display: inline-block;
    font-family: 'sans';
    font-size: 16px;
    margin: auto 5px;
    color: var(--box-color);
    top: 2px;
    cursor: pointer;
}

.lister_post .level1 {
    grid-area: level1;
}

.lister_post .level2 {
    grid-area: level2;
}

.lister_post .level3 {
    grid-area: level3;
}

.lister_post .level4 {
    grid-area: level4;
}

.lister_post .level5 {
    grid-area: level5;
}

.lister_post .level6 {
    grid-area: level6;
}

.lister_post {
    position: relative;
    display: grid;
    margin: auto;
    max-width: 95vW;
    width: 1280px;
    grid-template-areas:
        'level1 level1 level2'
        'level1 level1 level3'
        'level6 level5 level4';
    direction: ltr;
    clear: both;
    min-height: 75vH;
    height: auto;
}

.lister_post div {
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    width: 100%;
    height: 100%;
}

.lister_post .level1 blog {
    margin: 1% auto;
    width: 99%;
}

p.text_box a {
    position: relative;
    display: inline-block;
    margin: 5px 5px;
    padding: 5px 10px;
    font-family: 'sans';
    font-weight: 300;
    border-radius: 5px;
    background: var(--div-color);
    color: #171e26;
    cursor: pointer;
    text-decoration: none;
}

.probox {
    position: relative;
    display: block;
    margin: auto;
    max-width: 99%;
    width: 1280px;
    height: auto;
    clear: both;
    /*border-left: 3px dashed #181818;*/
    /*border-top: 3px dashed #181818;*/
    padding-left: 1%;
}

.probox .row {
    position: relative;
    margin: auto;
    padding-top: 5%;
}

.probox .row::after {
    content: '';
    width: 50%;
    position: absolute;
    top: 0%;
    left: -2%;
    height: 20%;
    border-top: 3px dashed #181818;
    border-right: 3px dashed #181818;
    z-index: -1;
    margin: auto;
    display: block;
}

.probox .row::before {
    content: '';
    height: calc(100% + 78px);
    position: absolute;
    top: 0%;
    left: -2%;
    width: 3px;
    border-right: 3px dashed #181818;
    z-index: -1;
    margin: auto;
    display: block;
}

.probox img.image_back_pro {
    position: relative;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 80vH;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
}

.probox img.image_logo_pro {
    position: relative;
    margin: -20vW auto 2% auto;
    text-align: center;
    justify-content: center;
    display: block;
    clear: both;
    max-width: 25vW;
    height: auto;
    background: #f8f8f8;
    border-radius: 5px;
    z-index: 2;
}


.clickerboxer {
    position: relative;
    display: block;
    margin: 10px auto;
    max-width: calc(100% - 100px);
    width: 1200px;
    text-align: right;
    direction: rtl;
    padding: 15px 50px 15px 15px;
    font-size: 20px;
    font-family: 'kalame_b';
    color: #181828;
    cursor: pointer;
    background: #dddddc;
    border: 2px solid #d6d3d3;
    border-radius: 5px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.clickerboxer i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #181818;
    right: 15px;
    top: 0;
    bottom: 0;
    transform: rotateZ(180deg);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

small a {
    text-decoration-line: unset;
    cursor: pointer;
    color: #0c0b0b;
    font-size: 12px;
    font-family: 'sans';
    display: block;
}

f {
    color: var(--red-color);
    text-decoration-line: line-through;
    margin: auto 10px;
}

web section header list slot b#bascount {
    position: absolute;
    margin: auto;
    background: #f8f8f8;
    padding: 6px 3px 3px 3px;
    width: calc(20px - 0px);
    height: calc(20px - 4px);
    text-align: center;
    border-radius: 50%;
    font-size: 10px;
    font-family: 'per_add';
    z-index: 2;
    bottom: -5%;
    right: -10%;
    color: var(--red-color);
}

.hr {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    clear: both;
    width: 100%;
    font-family: 'kalame_b';
    font-size: 22px;
    text-align: center;
}

.hr i {
    margin: 2px auto;
    position: relative !important;
    color: #0d47a1;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 15px;
}

.hr:before {
    content: '';
    flex: 1 1;
    margin: auto 10px auto 30%;
    border-bottom: 2px solid rgb(71 71 71 / 50%);
}

.hr:after {
    content: '';
    flex: 1 1;
    margin: auto 30% auto 10px;
    border-bottom: 2px solid rgb(71 71 71 / 50%);
}

.hr span {
    margin: -5px 7px;
    color: #181818;
    direction: rtl;
    top: -17px;
    position: relative;
}

i#copyurl {
    border-radius: 5px;
    width: 30px;
    height: 35px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    display: block;
    padding: 5px;
}


.box_lists {
    position: relative;
    margin: 15px auto;
    display: block;
    clear: both;
    width: 100%;
    height: auto;
    z-index: 1;
    opacity: 1;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    direction: ltr;
    text-align: center;
}

.box_lists .lable, .informat .lable {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(min(97vW, 1280px) / 6.5);
    height: auto;
    /* height: calc((min(97vW, 1280px) / 8) + 80px); */
    min-width: calc(150px / 1.5);
    min-height: 100%;
    /* min-height: calc(220px / 1.5); */
    background: white;
    margin: 5px 5px;
    border-radius: 20px;
    border: 1px solid #2C3E50;
    cursor: pointer;
    z-index: 5;
}

grid .lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 20px);
    height: auto;
    min-width: calc(100% - 20px);
    min-height: 100%;
    background: white;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid #2C3E50;
    cursor: pointer;
    z-index: 5;
}

.box_lists .lable img, .informat .lable img, grid .lable img {
    max-width: 100%;
    position: relative;
    display: block;
    margin: auto;
    clear: both;
    cursor: pointer;
    box-shadow: inset 0px 0px 2px #2C3E50;
    filter: saturate(0.7);
    border-radius: 15px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

grid.dipdip .lable {
    position: relative;
    display: block;
    overflow: hidden;
    width: calc(100% - 20px - 10%);
    min-height: calc(100% - 20px - 10%);
    height: auto !important;
    min-width: unset !important;
    background: #428ded;
    margin: 10px 10px;
    border-radius: 20px;
    border: 1px solid rgb(44 62 80);
    cursor: pointer;
    z-index: 5;
    padding: 10% 5%;
}

f
grid.dipdip .lable img {
    max-width: 95%;
    max-height: 95%;
    position: relative;
    display: block;
    margin: auto;
    border-radius: 15%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border: 5px solid #428ded;
    clear: both;
    overflow: hidden;
    cursor: pointer;
    box-shadow: inset 0px 0px 10px #428ded;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box_lists .lable:hover img, .informat .lable:hover img, grid .lable:hover img {
    filter: saturate(1.3);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.box_lists .lable span.title, .informat .lable span.title, grid .lable span.title {
    display: block;
    margin: 10px 10px;
    font-family: 'sans_b';
    font-size: 12px;
    position: relative;
}

grid .lable span.title {
    margin: auto;
}

.box_lists .lable span.off, .informat .lable span.off, grid .lable span.off {
    position: absolute;
    padding: 3px 7px;
    background: var(--red-color);
    font-size: 11px;
    font-family: 'per_add';
    color: #f8f8f8;
    font-weight: 900;
    border-radius: 20px;
    bottom: 10px;
    right: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
}

.box_lists .lable span.price[role="2"], .informat .lable span.price[role="2"], grid .lable span.price[role="2"] {
    position: absolute;
    font-size: 10px;
    font-family: 'per_add';
    color: #545454;
    font-weight: 700;
    bottom: 22px;
    left: 10px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    text-decoration: line-through;
    display: block;
}

.box_lists .lable span.price[role="1"], .informat .lable span.price[role="1"], grid .lable span.price[role="1"] {
    position: absolute;
    font-size: 12px;
    font-family: 'per_add';
    color: var(--base-color);
    font-weight: 900;
    bottom: 5px;
    left: 5px;
    text-align: center;
    justify-content: center;
    direction: rtl;
    display: block;
}

grid .lable span.price[role="1"] {
    background: -webkit-linear-gradient(180deg, rgb(44 62 80) 50%, var(--base-color) 150%) !important;
    background: -moz-linear-gradient(90deg, rgb(44 62 80) 50%, var(--base-color) 150%) !important;
    background: linear-gradient(90deg, rgb(44 62 80) 50%, var(--base-color) 150%) !important;
    top: 5% !important;
    bottom: unset !important;
    left: -1px !important;
    padding: 10px 15px !important;
    color: #f8f8f8 !important;
    border-radius: 0px 10vW 10vW 0px;
}

.box_lists.top {
    background: var(--boarder-color);
}

.box_lists.top .lable, .box_lists.off .lable, .informat.top .lable, .informatoff .lable {
    margin: 20px 5px;
    border-radius: 15px;
}

.box_lists.top .lable img, .box_lists.off .lable img, .informat.top .lable img, .informat.off .lable img {
    margin: 7px;
    width: calc(100% - 14px);
    border-radius: 15px;
    box-shadow: 0px 0px 5px #1c1b1b78;
}

.box_lists.top .lable span.price[role="1"], .box_lists.off .lable span.price[role="1"], .informat.top .lable span.price[role="1"], .informat.off .lable span.price[role="1"] {
    bottom: 20px;
    left: 10px;
}

.box_lists.top .lable span.price[role="2"], .box_lists.off .lable span.price[role="2"], .informat.top .lable span.price[role="2"], .informat.off .lable span.price[role="2"] {
    bottom: 3px;
    left: 5px;
}

.box_lists .titrer, .informat .titrer, grid .titrer {
    position: absolute;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 100%;
    background: var(--boarder-color);
    cursor: pointer;
    z-index: 7;
    top: 0;
    bottom: 0;
    right: 0;
}

.box_lists .titrer h1, .informat .titrer h1, grid .titrer h1 {
    position: relative;
    display: block;
    font-size: 18px;
    font-family: 'sans_b';
    text-align: center;
    justify-content: center;
    margin: 15px auto;
    color: #f8f8f8;
}

.box_lists .titrer img, .informat .titrer img, grid .titrer img {
    position: relative;
    margin: auto 10%;
    max-width: 80%;
    display: block;
}

grid.dipdip .lable span.title {
    position: relative;
    padding: 3px 5px;
    display: block;
    text-align: center;
    color: var(--back-color);
}

grid.dipdip .lable span.title:nth-child(2) {
    margin-top: 20px;
}

grid.dipdip .lable span.title b {
    color: var(--back-color);;
    font-size: 14px;
}

grid.dipdip .lable span.price {
    color: var(--base-color);
!important;
    left: 15px;
}

grid.dipdip .lable span.price[role="2"] {
    left: unset;
    right: 25%;
}

@media only screen and (max-width: 1220px) {
    #small_hide {
        display: none;
        visibility: hidden;
    }

    #big_hide {
        display: block;
        visibility: visible;
    }

}

@media only screen and (min-width: 1220px) {
    #small_hide {
        display: block;
        visibility: visible;
    }

    #big_hide {
        display: none;
        visibility: hidden;
    }
}

gradiyan {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 20vH;
    right: 0;
    left: 0;
    bottom: -3%;
    background: -webkit-linear-gradient(90deg, rgb(44 62 80) 10%, rgb(44 62 80 / 95%) 50%, transparent 90%);
    background: -moz-linear-gradient(0deg, rgb(44 62 80) 10%, rgb(44 62 80 / 95%) 50%, transparent 90%);
    background: linear-gradient(0deg, rgb(44 62 80) 10%, rgb(44 62 80 / 95%) 50%, transparent 90%);
}

h1.satr {
    position: relative;
    display: block;
    margin: 2% 5%;
    padding: 10px 15px;
    text-align: right;
    font-family: 'sans_b';
    font-size: 14px;
    direction: rtl;
}

h1.satr::after {
    right: 0;
    content: '';
    width: 98.5%;
    height: 1px;
    background: linear-gradient(rgba(24, 24, 24, 0.40), rgba(64, 64, 64, 0.40));
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    bottom: -5%;
}

b.ubtn {
    color: #368DFF;
    margin: auto 12px;
    cursor: pointer;
    padding: 0px 0px 10px 0px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

b.ubtn:hover {
    border-bottom: 2px solid #0d4083;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.block {
    position: relative;
    margin: 2% 5%;
    max-width: 90%;
    display: block;
    clear: both;
    height: auto;
    width: auto;
}

web section header .header_liner .menofot .toggle:after, .toggle:before, span#line_3 {
    background: rgb(44 62 80) !important;
    height: 6px !important;
    border-radius: 6px !important;
}

web section header .header_liner .menofot .toggle:before {
    top: -20px !important;
}

web section header .header_liner .menofot .toggle:after {
    top: 20px !important;
}

web section header .header_liner .menofot .toggle.close:before {
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    top: 0 !important;
}

web section header .header_liner .menofot .toggle.close:after {
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    top: 0 !important;
}

.snow_box span.lin_text {
    color: #181818 !important;
}

.snow_box span.lin_text i {
    color: #181818 !important;
}

.snow_box span.lin_text i svg, .snow_box span.lin_text i svg * {
    fill: #181818 !important;
    stroke: #181818 !important;
}

right_tolbar {
    position: fixed;
    margin: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgb(67 68 71 / 30%);
    z-index: 490;
}

.right_tolbar {
    position: fixed;
    margin: auto;
    display: block;
    width: 100vW;
    height: 100vH;
    clear: both;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 150;
    background: rgb(28 26 26 / 80%);
}

.right_tolbar object.box_show_link .show_responsive, .phone_mode object.box_show_link .show_responsive {
    position: absolute;
    width: 100%;
    height: calc(100% - 60px);
    bottom: 0;
    margin: auto;
    right: 0;
    left: 0;
    direction: ltr;
    overflow: hidden;
    overflow-y: auto;
    background: #f6f6f6;
    display: block;
}

.right_tolbar object.box_show_link .show_responsive {
    background: rgb(44 62 80 / 60%);
}

.right_tolbar object.box_show_link {
    position: absolute;
    width: 0%;
    max-width: 320px;
    opacity: 0;
    height: 100%;
    background: transparent;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    box-shadow: -5px 0px 15px 0px #3333337d;
    overflow: hidden;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.show_object {
    width: 85% !important;
    opacity: 1 !important;
    -moz-transition: all 1s ease !important;
    -webkit-transition: all 1s ease !important;
    transition: all 1s ease !important;
}

.right_tolbar object.box_show_link .close.icon.fui-cross {
    position: relative;
    top: 0;
    margin: auto;
    background: var(--box-color);
    border-bottom: 8px solid var(--base-color);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 24%);
    padding: 15px 10px;
    color: #f8f8f8;
    font-size: 20px;
    font-weight: 900;
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
    display: block;
    z-index: 2;
}

.right_tolbar object.box_show_link .close.icon.fui-cross:before {
    color: #f8f8f8;
    position: absolute;
    width: 18px;
    height: 18px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-weight: 100;
    font-size: 20px;
    cursor: pointer;
    left: 20px;
}

.inline {
    position: relative;
    display: inline-flex;
    margin: -2px 5px;
}

.right_tolbar .show_responsive ul {
    display: block;
    margin: auto;
    direction: rtl;
    padding: 5px;
    position: relative;
    min-height: calc(100% - 10px);
    background: rgb(44 62 80 / 95%);
    background-size: auto;
}

.right_tolbar .show_responsive ul li {
    display: block;
    margin: 10px;
    direction: rtl;
    padding: 10px 55px 10px 15px;
    position: relative;
    font-size: 15px;
    font-family: 'naz_200';
    cursor: pointer;
    background: rgb(248 248 248 / 5%);
    border-radius: 10px;
    color: var(--back-color);
    max-height: 50px;
    overflow: hidden;
}

.right_tolbar .show_responsive ul li:hover {
    font-size: 16px;
    font-family: 'naz_500';
    border-right: 8px solid var(--base-color);
    background: var(--box-color);
    color: snow;
}

.right_tolbar .show_responsive ul li:hover a {
    color: snow !important;
}

.right_tolbar .show_responsive ul li i {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 25px;
    height: 25px;
    font-size: 25px;
    color: #f8f8f8;
    cursor: pointer;
}

.right_tolbar .show_responsive ul li img.icon {
    width: 35px;
    height: 35px;
    border: 2px solid var(--bilt-color);
    border-radius: 5px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}

.right_tolbar .show_responsive ul li a {
    color: #f8f8f8 !important;
    font-size: 18px;
    font-family: 'naz_900';
}

.right_tolbar .show_responsive ul li:hover i {
    color: var(--select-color);
}

.right_tolbar .show_responsive ul li img {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
    background: rgb(248 248 248 / 15%);
    padding: 5px;
    top: -5px;
}

.show_responsive span.lin_text {
    font-size: 14px;
}

.show_responsive span.lin_text b.asee {
    padding: 5px 10px;
    font-size: 11px;
    height: 15px;
}

.row[role="gride"] .left_bar span.lin_text {
    color: rgb(44 62 80);
}

.row[role="gride"] .left_bar span.lin_text i {
    color: rgb(44 62 80);
}

.row[role="gride"] .left_bar span.lin_text i svg, .row[role="gride"] .left_bar span.lin_text i svg * {
    fill: rgb(44 62 80) !important;
    stroke: rgb(44 62 80) !important;
}

.fixergo {
    position: absolute;
    margin: auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    z-index: 10;
    height: 40px;
    top: 0;
    bottom: 0;
}

.fixergo span.go_right, .fixergo span.go_left {
    position: absolute;
    z-index: 4;
    display: block;
    width: 25px;
    height: 25px;
    padding: 5px;
    margin: auto;
    color: #f8f8f8;
    background: linear-gradient(to top, #f6b93b, #ffdd59);
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.fixergo span.go_right i, .fixergo span.go_left i {
    width: 20px;
    height: 20px;
    font-size: 20px;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.fixergo span.go_right {
    top: 0;
    bottom: 0;
    right: 4%;
}

.fixergo span.go_left {
    top: 0;
    bottom: 0;
    left: 4%;
}
