﻿body {
    direction: rtl;
    font-family: 'akbari_BakhFa',Tahoma !important;
    font-style: normal;
    font-weight: 400;
    scrollbar-width: thin;
}
.btn_size_a{
    width:280px !important; 
}

/*************/

.radio input[type=radio] {
    position: absolute;
    opacity: 0;
}

.radio-label {
    cursor: pointer;
}

.radio input[type=radio] + .radio-label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 0.43em;
    margin-left: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

.radio input[type=radio]:focus + .radio-label:before {
    outline: none;
    border-color: #3197EE;
}

.radio input[type=radio]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}

.radio input[type=radio] + .radio-label:empty:before {
    margin-right: 0;
}


.akbtn4:disabled {
    background-color: rgb(235, 235, 235) !important;
    color: rgb(142, 142, 142) !important;
    border: 1px solid rgb(226, 226, 226) !important;
    opacity: .6;
}

.akbtn4 {
    outline: none;
    border: none;
    padding: 4px;
    border-radius: 10px;
    padding: 6px 25px;
}

    .akbtn4.akblue {
        border: 1px solid rgb(51, 160, 196);
        background-color: rgb(62, 177, 215);
        color: white;
    }

    .akbtn4.akgray {
        color: rgb(65, 65, 65);
        background-color: rgb(235, 235, 235);
        border: 1px solid rgb(208, 208, 208)
    }

    .akbtn4:hover {
        opacity: .8;
    }

.akinp {
    position: relative;
}

    .akinp .fly_lbl, .akdrp .fly_lbl {
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: -22px;
        color: rgb(146, 141, 141);
        font-weight: 300;
        text-shadow: 1px 1px 2px rgb(241, 241, 241), 0 0 1em white, 0 0 0.2em white;
    }

.rds20 {
    border-radius: 20px;
}
.rds20 {
    border-radius: 20px !important;
}

.akinp i.icinp, .akdrp i.icinp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.akinp input:focus, .akdrp input:focus {
    border: .8px solid #5da4d5;
}

.akinp input, .akinp .select2-search__field, .akdrp input {
    border: none;
    outline: none;
    width: 100%;
    border: .8px solid rgb(208, 208, 208);
    padding: 4px;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 12px;
    padding-right: 50px !important;
    transition: all .25s;
    font-size: 16px;
}
/*************/
p {
    margin-top: 0;
    margin-bottom: 0 !important;
}
.timeline {
    display: flex;
    flex-direction: column;
    width: 50vw;
    margin: 5% auto;
}

.timeline__event {
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
}

.timeline__event__title {
    font-size: 1.2rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 600;
    color: #9251ac;
    letter-spacing: 1.5px;
}

.timeline__event__content {
    padding: 20px;
}

.timeline__event__date {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
}

.timeline__event__icon {
    border-radius: 0px 8px 8px 0px;
    background: #0e2f5f;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-basis: 40%;
    font-size: 2rem;
    color: rgb(255, 255, 255) !important;
    padding: 20px;
}

    .timeline__event__icon i {
        position: absolute;
        top: 50%;
        right: -75px;
        font-size: 2.5rem;
        transform: translateY(-50%);
    }

.timeline__event__description {
    flex-basis: 60%;
    font-size:1.3rem;
    direction:rtl;
    color:rgb(74, 72, 72)
}

.timeline__event:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #9251ac;
    position: absolute;
    top: 52%;
    right: -3.5rem;
    z-index: -1;
    display:none;
}

.timeline__event:before {
    content: "";
    width: 5rem;
    height: 5rem;
    position: absolute;
    background: #a2bee5;
    border-radius: 100%;
    right: -6rem;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #002c5c;
}

.timeline__event--type2:before {
    background: #aad7e6;
    border-color: #339ec2;
}

.timeline__event--type2:after {
    background: #339ec2;
}

.timeline__event--type2 .timeline__event__date {
    color: white;
}

.timeline__event--type2 .timeline__event__icon {
    background: #339ec2;
    color: white;
}

.timeline__event--type2 .timeline__event__title {
    color: white;
}



.timeline__event--type3:before {
    background: #b9cdd5;
    border-color: #768c94;
}

.timeline__event--type3:after {
    background: #b9cdd5;
}

.timeline__event--type3 .timeline__event__date {
    color: white;
}

.timeline__event--type3 .timeline__event__icon {
    background: #96acb5;
    color: white;
}

.timeline__event--type3 .timeline__event__title {
    color: white;
}

.timeline__event:last-child:after {
    content: none;
}

@media (max-width: 786px) {

    .timeline__event:before {

        width: 2.9rem;
        height: 2.9rem;
      
        right: -6rem;
        top: -30px !important;
        transform:unset !important;
        border: 2px solid #002c5c;
    }


    .timeline__event {
        flex-direction: column;
    }

    .timeline__event__icon {
        border-radius: 4px 4px 0 0;
    }
    .timeline {
        display: flex;
        flex-direction: column;
        width: 80vw;
        margin: 5% auto;
    }
    .timeline__event__description {
        
        font-size: 1.2rem;
    }

    .timeline__event:after {
      
        display:none;
    }

    .timeline__event:before {
        /* right: unset !important;*/
        right: .2rem;
        top: -20px !important;
     /*   transform: translateY(-50%);*/
    }
    .timeline__event__date {
        font-size:18px;
    }
    .timeline__event__icon i {
       /* right: unset !important;*/
        right: 0.9rem;
        top: 0px !important;
        font-size: 1.5rem;
        transform: translateY(-50%);
    }
    .rtx {
        right: 1.1rem !important;
    }
    .isaghf {
        right: .9rem !important;
    }
}


/*****************/

/*:root {
    --color1: #f19891;
    --color2: #1a5064;
}





.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline .timeline {
    width: calc(50% + 40px);
    padding: 20px 0 0;
    float: left;
    margin-top: 30px !important;
}

.main-timeline .timeline-content {
    background: linear-gradient(to right,var(--color1),var(--color2));
    text-align: center;
    padding: 0 85px 35px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
    border-radius: 50px;
    display: block;
    position: relative;
    z-index: 1;
}

    .main-timeline .timeline-content:hover {
        text-decoration: none;
    }

    .main-timeline .timeline-content:before {
        content: '';
        background-color: #fff;
        border-radius: 50px;
        box-shadow: 0 0 20px -3px rgba(0,0,0,0.4);
        position: absolute;
        left: 70px;
        top: -20px;
        bottom: 20px;
        right: 70px;
        z-index: -1;
    }

.main-timeline .timeline-count {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 15px;
}

.main-timeline .timeline-icon {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}

.main-timeline .title {
    color: #065b7c;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0 0 10px 0;
}

.main-timeline .description {
    color: #555;
    margin: 0;
}

.main-timeline .timeline:nth-child(even) {
    float: right;
    margin: 0 0 0 10px;
}*/

/*.main-timeline .timeline:nth-child(even) .timeline-count {
                left: auto;
                right: 15px;
            }

            .main-timeline .timeline:nth-child(even) .timeline-icon {
                right: auto;
                left: 20px;
            }*/

/*.main-timeline .timeline:nth-child(2) {*/
    /*--color1: #adedff;
            --color2: #0677a3;*/
/*}

.main-timeline .timeline:nth-child(3) {*/
    /* --color1: #adedff;
        --color2: #0677a3;*/
/*}

.main-timeline .timeline:nth-child(4) {*/
    /* --color1: #adedff;
        --color2: #0677a3;*/
/*}

@media screen and (max-width:767px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 30px;
    }
}

@media screen and (max-width:576px) {
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even) {
        padding: 0 15px;
    }

    .main-timeline .timeline-content {
        padding: 75px 15px;
    }

        .main-timeline .timeline-content:before {
            top: 60px;
            bottom: 60px;
            left: -15px;
            right: -15px;
        }

    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateX(-50%) translateY(0);
        top: auto;
        bottom: 4px;
        left: 50%;
        right: auto;
    }

    .main-timeline .timeline-count,
    .main-timeline .timeline:nth-child(even) .timeline-count {
        transform: translateX(-50%) translateY(0);
        top: auto;
        top: 6px;
        left: 50%;
        right: auto;
    }
}*/

/******************/


/*********************/

body {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
}

ul.akutlt {
    --col-gap: 2rem;
    --row-gap: 2rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: min(72rem, 100%);
    margin-inline: auto;
}

    /* line */
    ul.akutlt::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 10;
        background: rgb(225, 225, 225);
        border-radius: calc(var(--line-w) / 2);
    }

    /* columns*/

    /* row gaps */
    ul.akutlt li:not(:last-child) {
        margin-bottom: var(--row-gap);
    }

/* card */
ul li {
    grid-column: 2;
    --inlineP: 1.5rem;
    margin-inline: var(--inlineP);
    grid-row: span 2;
    display: grid;
    grid-template-rows: min-content min-content min-content;
}

/* date */
ul.akutlt li .date {
    --dateH: 3rem;
    height: var(--dateH);
    margin-inline: calc(var(--inlineP) * -1);
    text-align: center;
    background-color: var(--accent-color);
    color: white;
    font-size: 1.25rem;
    font-weight: 700;
    display: grid;
    place-content: center;
    position: relative;
    border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
}

    /* date flap */
    ul.akutlt li .date::before {
        content: "";
        width: var(--inlineP);
        aspect-ratio: 1;
        background: var(--accent-color);
        background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
        position: absolute;
        top: 100%;
        clip-path: polygon(0 0, 100% 0, 0 100%);
        right: 0;
    }

    /* circle */
    ul.akutlt li .date::after {
        content: "";
        position: absolute;
        width: 2rem;
        aspect-ratio: 1;
        background: var(--bgColor);
        border: 0.3rem solid var(--accent-color);
        border-radius: 50%;
        top: 50%;
        transform: translate(50%, -50%);
        right: calc(100% + var(--col-gap) + var(--line-w) / 2);
    }

/* title descr */
ul.akutlt li .title,
ul.akutlt li .descr {
    background: var(--bgColor);
    position: relative;
    padding-inline: .9rem;
    font-size: 1.2rem !important;
}

ul.akutlt li .title {
    overflow: hidden;
    padding-block-start: 1.5rem;
    padding-block-end: 1rem;
    font-weight: 500;
}

ul.akutlt li .descr {
    padding-block-start: 1.5rem;
    padding-block-end: 1.5rem;
    font-weight: 300;
    text-align: center;
}

    /* shadows */
    ul.akutlt li .title::before,
    ul.akutlt li .descr::before {
        content: "";
        position: absolute;
        width: 90%;
        height: 0.5rem;
        background: rgba(0, 0, 0, 0.5);
        left: 50%;
        border-radius: 50%;
        filter: blur(4px);
        transform: translate(-50%, 50%);
    }

ul.akutlt li .title::before {
    bottom: calc(100% + 0.125rem);
}

ul.akutlt li .descr::before {
    z-index: -1;
    bottom: 0.25rem;
}

@media (min-width: 40rem) {
    ul.akutlt {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

        ul.akutlt::before {
            grid-column: 2;
        }

        ul.akutlt li:nth-child(odd) {
            grid-column: 1;
        }

        ul.akutlt li:nth-child(even) {
            grid-column: 3;
        }

        /* start second card */
        ul.akutlt li:nth-child(2) {
            grid-row: 2/4;
        }

        ul.akutlt li:nth-child(odd) .date::before {
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            left: 0;
        }

        ul.akutlt li:nth-child(odd) .date::after {
            transform: translate(-50%, -50%);
            left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }

        ul.akutlt li:nth-child(odd) .date {
            border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
        }
}

.credits {
    margin-top: 1rem;
    text-align: right;
}

    .credits a {
        color: var(--color);
    }
/**********************/


.rtl {
    direction: rtl !important;
}
.akbtn1, .akbtn2, .akbtn3 {
    cursor:pointer;
    background-color: var(--plt_1);
    padding: 8px 12px;
    border-radius: 7px;
    outline: solid 1px var(--plt_1);
    outline-offset: 2px;
    margin: 8px;
    margin-right: 0;
    transition: 0.6s;
    flex-grow: 1;
    border: none !important;
    color: white !important;
    font-family: akbari_BakhFa !important;
}

.pulse {
    animation: pulse-animation 2s infinite;
}


    .pulse:hover {
        animation: none;
    }

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.9);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
        box-shadow: 0 0 0 10px rgba(204,169,44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
        box-shadow: 0 0 0 0 rgba(204,169,44, 0);
    }
}

.pulse {
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
    }
}


.x2btn {
    outline: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background: #193868;
    min-width: 200px;
    border: 0;
    border-radius:32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    padding: .2rem .2rem;
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    cursor: pointer;
}

.x2btn:hover {
    opacity: .95;
}

.x2btn .animation {
    border-radius: 100%;
    opacity:.5;
    animation: ripple 0.6s linear infinite;
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
    }

    100% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
    }
}






.loader {
    z-index: 55;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 3px solid;
        border-color: #c6c6c6 #c6c6c6 #FF3D00 #FF3D00;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-sizing: border-box;
        animation: rotationBack 0.5s linear infinite;
        transform-origin: center center;
    }

    .loader::before {
        width: 32px;
        height: 32px;
        border-color: #5da4d5 #5da4d5 transparent transparent;
        animation: rotation 1.5s linear infinite;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.ltr_spc_2{
    letter-spacing:2px;
}


.wait {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    z-index: 3;
}
.EItem {
    cursor: pointer;
    padding: 10px;
    position: relative;
    margin-top:15px !important;
   /* padding-left:40px !important;*/
}

    .EItem .title {
        position: relative !important;
        font-size: 20px;
        color: rgb(61, 61, 61);
        padding-left: 40px !important;
    }

    .EItem .desc {
        font-size: 16px;
        margin-top:0px;
        display: none;
        padding: 20px;
        text-align: justify;
        line-height: 35px;
        color:var(--plt_2)
    }
.sbox3 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgba(255,255,255,1);
    border-radius: 6px;
    /* box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);*/
    
}
.sbox2 {
    padding: 10px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);
    border: 1px solid rgb(200, 200, 200);
}
.keyf2 {
    animation: keyf2 infinite 4s;
}

@keyframes keyf2 {

    0% {
        top: -30px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: -30px;
    }
}
.keyf1 {
    animation: keyf1 infinite 4s ;
}
@keyframes keyf1{

    0%{
       top:80px;
    }
    
    50% {
       top: 60px;
    }

    100% {
        top: 80px;
    }
}

.sbox2 {
    /*color:white;*/
    padding: 40px;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: var(--plt_3);
    border-radius: 36px;
    /* box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);*/
    border: 1px solid rgb(242, 242, 242)
}

    .sbox2 .btn a {
        color: rgb(120,50,5) !important;
        background-image: linear-gradient(160deg, #cb844a, #caa04d, #fef1a2, #c89f49, #b2713c);
     
        box-shadow: 0 15px 15px rgb(75, 14, 14, 0.30) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }

.btn.gold a {
    color: rgb(120,50,5) !important;
 
    background-image: linear-gradient(160deg, #cb844a, #caa04d, #fef1a2, #c89f49, #b2713c);
    box-shadow: 0 15px 15px rgb(75, 14, 14, 0.30) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

footer {
    background-color: #314938;
    min-height: 300px;
    color: #57595a;
    background-color: transparent;
    background-image: url(/Content/img/footer-background.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
    padding: 0 0 40px;
    overflow: hidden;
}
.chart {
    font-family: "akbari_BakhFa" !important;
    direction: ltr !important;
    width: 100%;
    height: 500px;
    
}
#Layer_1-2 {
    width:400px;
    opacity: 0;
}

    #Layer_1-2.scrlx {
        opacity: 1;
    }

:root {
    --akplt: #e3f2f7;
    --plt_1: #4eaccd;
    --plt_2: #044c7f;
    --plt_3: #ffffff;
    --plt_4: #525E88;
    --plt_5: #d1d3d4;
    --plt_6: #6d6e71;
    --plt_7: #03558b;
    --plt_7: #99a4c3;
    --plt_8: #f2f2f2;
    --plt_9: #ffffff;
}
    .c_color_plt2{
        color:var(--plt_2);
    }
html {
    scrollbar-width: thin;
    overflow-x:hidden;
   
}
body {
    scrollbar-width: thin;
    overflow-x: hidden;
}



.golden-btn {
    display: inline-block;
    font-size: 1em !important;
    border: none;
    border-radius: .8em;
    height: 1.9em;
    line-height: 1.9em;
    padding: 0 1.64em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px rgba(139,66,8,1), inset 0 -1px 1px 3px rgba(250,227,133,1);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    background-image: linear-gradient(160deg, #cb844a, #caa04d, #fef1a2, #c89f49, #b2713c);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgba(250, 227, 133, .4);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position: center;
}

    .golden-btn:focus,
    .golden-btn:hover {
        background-size: 150% 150%;
        box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250,227,133,1);
        border: 1px solid rgba(165,93,7,.6);
        color: rgba(120,50,5,.8);
    }

    .golden-btn:active {
        box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4), inset 0 -2px 5px 1px #b17d10, inset 0 -1px 1px 3px rgba(250,227,133,1);
    }



.button-10 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 6px 14px;
    border-radius: 32px;
    border: none;
    color: #fff;
    background: linear-gradient(180deg, var(--plt_1) 0%, var(--plt_1) 100%);
    background-origin: border-box;
    box-shadow: 0px 0.5px 1.5px rgba(54, 122, 246, 0.25), inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}

    .button-10:focus {
        box-shadow: inset 0px 0.8px 0px -0.25px var(--plt_1), 0px 0.5px 1.5px var(--plt_1), 0px 0px 0px 3.5px var(--plt_1);
        outline: 0;
    }


.xbtn {
  /*  min-width: 200px;*/
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

    .xbtn .btn {
        position: relative;
        top: 0;
        left: 0;
        /*min-width: 200px;*/
        width: 150px;
        height: 45px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .xbtn .btn a {
            font-size: 20px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            background-image: linear-gradient(160deg, #cb844a, #caa04d, #fef1a2, #c89f49, #b2713c);
            background-image: linear-gradient(160deg, var(--plt_2), var(--plt_1),var(--plt_1),var(--plt_2), var(--plt_2));
            box-shadow: 0 15px 15px rgb(75, 14, 14, 0.30) !important;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
            border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
            border-radius: 30px;
            padding: 10px;
            letter-spacing: 1px;
            text-decoration: none;
            overflow: hidden;
            color: rgb(120,50,5) ;
            color: white !important;
            z-index: 1;
            transition: 0.5s;
            backdrop-filter: blur(15px);
        }

       /* .xbtn .btn:hover a {
            color: white;
        }*/

        .xbtn .btn a::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 50%;
            height: 100%;
            background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);

            transform: skewX(45deg) translate(0);
            transition: 0.5s;
            filter: blur(10px);
        }

        .xbtn .btn:hover a::before {
            transform: skewX(45deg) translate(200px);
        }

        .xbtn .btn::before {
            content: "";
            position: absolute;
            left: 50%;
            transform: translatex(-50%);
            bottom: -5px;
            width: 30px;
            height: 10px;
            background: #f00;
            border-radius: 10px;
            transition: 0.5s;
            transition-delay: 0.5;
        }

        .xbtn .btn:hover::before /*lightup button*/ {
            bottom: 0;
            height: 50%;
            width: 80%;
            border-radius: 30px;
        }

.xbtn .btn::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: -5px;
    width: 30px;
    height: 10px;
    background: #f00;
    border-radius: 10px;
    transition: 0.5s;
    transition-delay: 0.5;
}

        .xbtn .btn:hover::after /*lightup button*/ {
            top: 0;
         
            height: 50%;
            width: 80%;
            border-radius: 30px;
        }


        .xbtn .btn::before, /* 2*/
        .xbtn .btn::after {
            background: #b17d10;
            background: var(--plt_1);
            box-shadow: 0 0 5px #d3b067, 0 0 15px #d3b067, 0 0 30px #d3b067, 0 0 60px #d3b067;
            box-shadow: 0 0 5px var(--plt_1), 0 0 15px var(--plt_2), 0 0 30px var(--plt_1), 0 0 60px var(--plt_1);
        }


      










html::before {
    opacity: .4;
    z-index: -999;
    top: 0;
    left: 0;
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff !important;
    background-image: url(/Content/img/bg4.png) !important;
    background: linear-gradient(to bottom, #202020, #111119);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(32, 32, 32), rgb(17, 17, 25));
    background-size: auto;
    background-size: 11.5rem 11.5rem !important;
}

/*body::after {
    
    background-color: #fff !important;
    background-image: url(/Content/img/bg1.svg) !important;
    background: linear-gradient(to bottom, #202020, #111119);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(rgb(32, 32, 32), rgb(17, 17, 25));
    background-size: auto;
    background-size: 11.5rem 11.5rem !important;
}
*/
.akinp {
    position: relative;
}
.akinp i.icinp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right:15px;
}
    .akinp input {
        border: none;
        outline: none;
        width: 100%;
        border: .8px solid rgb(208, 208, 208);
        padding: 4px;
        padding-top: 6px;
        padding-bottom: 6px;
        border-radius: 12px;
        padding-right: 50px;
        transition:all .25s;
    }
    .akinp input:focus {
        
        border: .8px solid #5da4d5;
       
    }





.ecat img{
   border-radius:10px;
}
.ecat  {
    cursor:pointer;
  margin:5px;
  position:relative;
  padding:5px;
  border-radius:10px;
  background-color:white;
  font-weight:500;
  color:rgb(73, 66, 66) !important;
  overflow:hidden;
}
    .ecat:hover i, .ecat:hover .cat_name {
        color: #fe6760;
    }
    .ecat:hover img {
        
        transform:  scale(1.05); /* Firefox 16+, IE 10+, Opera */
       
   
    }



    .ecat .cat_name {
        background-color: rgb(255, 255, 255,.99);
        color: black;
        position: absolute;
        width: auto;
        padding:5px;
        padding-left: 20px;
        padding-right: 20px;

        border-top-left-radius:10px;
        bottom: 0;
    }


.nav-up {
    display: none;
}

.nav-down {
    /*opacity: 1;*/
    top: 0 !important;
    position: fixed !important;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);
}

#akheader {
    position: relative;
    transition: all 0.3s ease-in-out;
    /*background-color: rgba(255,255,255,.6);*/
    background-color:transparent !important;
   /* backdrop-filter: blur(15px);*/
    width: 100%;
    z-index: 99;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
}
header {
    height: 80px;
    background-color: transparent !important;
}

.akbtn {
    font-weight: 500;
    -webkit-appearance: none;
    position: relative;
    transition: all 0.2s ease;
    font-size: .9rem;
    outline-offset: 2px;
    padding: 8px;
    border-radius: 6px;
    color: white;
    border: none;
    outline: 1px solid rgb(255, 187, 138);
}
.akbtn.blue {
    background-color: #5da4d5 !important;
    outline: 1px solid #5da4d5;
}
.akbtn.blue:hover {
    background-color: #5da4d5 !important;
    outline: 1px solid #5da4d5;
}   


    .akbtn.rose {
        background-color: #ff5851 !important;
/*   #f58*/
     
    }
        .akbtn.rose:hover {
            background-color: #fe6760 !important;
            outline: 1px solid rgb(255, 187, 138);
        }  
    .akbtn:not(:disabled) {
        cursor: pointer;
    }
    a{text-decoration:none;}
    a{
        color:inherit;
        cursor:pointer;
    }
ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
#right_menu {
    scrollbar-width: thin;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);
    color: white;
    width: 260px;
    max-width: 260px;
    height: 100%;
    top: 0;
    right: -210px;
    background-color: rgb(245, 245, 245);
    position: fixed;
    z-index: 10;
    overflow: hidden;
/*    white-space: nowrap;*/
    border-top-left-radius: 10px;
    transition: all 0.1s ease-out;
}
#right_menu.on {
    right: 0px;
   
}
    #right_menu.on #icon_open_right_menu {
       display:none;
    }

#right_menu .info {
    height: 12rem;
    background: linear-gradient(145deg,#3086c1 0%,#77d3f1 100%);
}
    #right_menu .akul1 li {
        position: relative;
        padding: 5px;
        padding-right: 10px;
    }

    #right_menu .menus .icmnu {
        font-size: 1.4rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 8px;
    }



.akmask {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    display:none;
}




    .sbox1 {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 202px;
        max-width: 221px;
        width: 100%;
        min-height: 234px;
        height: 100%;
        background-color: #fff;
        padding: 16px 0;
        padding-top: 16px;
        border-radius: 10px;
        box-shadow: 0 2px 4px -1px rgba(0,0,0,.16),0 4px 5px 0 rgba(0,0,0,.05),0 1px 10px 0 rgba(0,0,0,.08);
    }
/**
 * Utility: Ripple
 * --------------------------------------------------
 */
.c-ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: transparent;
}

.c-ripple__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}
.c-ripple.is-active .c-ripple__circle {
  -webkit-animation: a-ripple 0.4s ease-in;
          animation: a-ripple 0.4s ease-in;
}

.wavy {
    color: #80590b;
    /*text-shadow: 1px 1px 2px rgb(200, 133, 54);*/
    text-shadow: rgb(232, 209, 154) 1px 0 10px;
    text-decoration: none;
    border-bottom: 2px dotted #ae842c;
    padding-bottom: 3px;
}
