/* in the name of Allah */

.mobile-header .open-menu,
.desktop-header .menu-items .item:not(.logo) {
    color: var(--tdc);
}

.mobile-header,
.desktop-header {
    -webkit-box-shadow: var(--bsh);
    box-shadow: var(--bsh);
    background: white;
}

main {
    padding-top: 76px;
}

/*#poster .fcol {*/
/*    background-position: center;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    min-height: 360px;*/
/*}*/
#poster .fcol video {
    max-width: 85%;
    margin: 0 auto;
    display: block;
    /* padding: 0 2rem; */
}

#poster {
    text-align: center;
}

#poster .text .h1 {
    font-family: "Mikhak";
    font-weight: 900;
    color: var(--mc);
    margin-top: 1rem;
}

#poster .text .desc {
    font-size: 0.85rem;
    margin-bottom: 1rem;
    display: inline-block;
    padding: 0 2rem;
    line-height: 1.7rem;
}

/* 0000000000000000000000000000000000000 */
#tabs .tabs {
    font-size: 14px;
    padding: 0;
    background-color: var(--mc2);
    border-radius: 50px;
    position: relative;
    /* max-width: 800px; */
    /* margin: 0 auto; */
    border: 1px solid var(--mc);
}

#tabs .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#tabs .tabs ul li {
    color: var(--mc);
    padding: 10px 20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

#tabs .tabs ul li.active {
    color: white;
    font-weight: 700;
}

#tabs .tabs .selector {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50px;
    background: var(--mc);
}

.selector .arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border: 10px solid var(--mc);
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tab-contents {
    margin-top: 3rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* 0000000000000000000000000000000000000 */
.important {
    position: relative;
    border-radius: var(--br);
    /* border: 2px solid var(--mc); */
    padding: 1rem;
    line-height: 2;
    font-weight: 500;
    /* font-size: 15px; */
    text-align: justify;
    margin-bottom: 2rem;
    -webkit-box-shadow: 0px 0px 20px -10px #bf1579;
    box-shadow: 0px 0px 20px -10px #bf1579;
    text-align: center;
}

.important i {
    position: absolute;
    top: -12px;
    color: var(--mc);
    font-size: 1.5rem;
    right: 1rem;
}

/* 0000000000000000000000000000000000000 */
.nokte {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}

.nokte i {
    font-size: 1.8rem;
    /* color: var(--mc); */
}

.nokte span {
    padding-right: 1rem;
}

.nokte .title {
    font-family: "Mikhak";
    font-weight: 700;
}

/* 0000000000000000000000000000000000000 */
.list {
    position: relative;
    list-style: persian;
    list-style-position: inside;
}

.list::after {
    position: absolute;
    content: '';
    width: 1px;
    height: calc(100% + 2rem);
    background: var(--mc);
    top: -2rem;
    right: 1rem;
}

.list li {
    position: relative;
    padding: 1rem;
    border-radius: var(--br);
    border: 1px solid var(--mc);
    -webkit-box-shadow: -0.2rem 0.2rem 0rem rgb(0 0 0 / 15%);
    box-shadow: -0.2rem 0.2rem 0rem rgb(0 0 0 / 15%);
    -webkit-transition-duration: var(--td);
    -o-transition-duration: var(--td);
    transition-duration: var(--td);
}

.list li:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.list li::after {
    content: '';
    position: absolute;
    background: var(--mc);
    height: 1px;
    width: 1rem;
    top: 50%;
    right: -1rem;
}

.list li:not(:last-child) {
    margin-bottom: 1rem;
}

.list li::marker {
    color: var(--mc);
}

/* 0000000000000000000000000000000000000 */
#tabs .tabs .selector,
#tabs .tabs ul li {
    -webkit-transition-duration: var(--td);
    -o-transition-duration: var(--td);
    transition-duration: var(--td);
}

/* 0000000000000000000000000000000000000 */
@media (min-width:992px) {
    #poster {
        text-align: initial;
    }

    #poster .fcol {
        min-height: 420px;
    }

    #poster .text .h1 {
        margin-bottom: 1.5rem;
    }

    #poster .text .desc {
        padding: 0;
    }

    #poster .text {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #tabs .tabs {
        font-size: 1.1rem;
    }

    .selector .arrow {
        bottom: -30px;
        border-width: 15px;
    }

    .list {
        font-size: 18px;
    }
}