/*
Theme Name: modpars
Theme URI: https://abdolahi40.ir
Author: Reza Abdolahi (Abdolahi40)
Author URI: https://abdolahi40.ir
Description: Theme designed by <a href="https://abdolahi40.ir">@Abdolahi40</a>.
Version: 1.0
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0 !important;
    vertical-align: baseline;
    background: transparent;
}

* {
    outline: 0 !important;
    box-sizing: border-box;
}

.fk-overflow-hidden {
    overflow: hidden;
}

/* font iransans */
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('abdolahi40/assets/fonts/iransans/woff2/IRANSansX-Regular.woff2') format('woff2');
    src: url('abdolahi40/assets/fonts/iransans/woff/IRANSansX-Regular.woff') format('woff');
}

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: bold;
    font-display: swap;
    src: url('abdolahi40/assets/fonts/iransans/woff2/IRANSansX-Bold.woff2') format('woff2');
    src: url('abdolahi40/assets/fonts/iransans/woff/IRANSansX-Bold.woff') format('woff');
}

@font-face {
    font-family: IRANSansFaNum;
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('abdolahi40/assets/fonts/iransans/woff2/IRANSansXFaNum-Regular.woff2') format('woff2');
    src: url('abdolahi40/assets/fonts/iransans/woff/IRANSansXFaNum-Regular.woff') format('woff');
}

* {
    font-family: iransans, tahoma;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

*, ::before, ::after {
    box-sizing: border-box;
}

.fanum {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

:root {
    --sidebar: 140px;
    --color-player: #00d40e;
    --color--text: #333;
    --dark--color--text: rgb(193, 193, 193);
    --bgcolor--header: #f7f7f7;
    --dark--bgcolor--header: rgb(55, 53, 57);

    --bgcolor--blue: linear-gradient(90deg, #0cb863 0%, #09814a 100%);
    --txtcolor--blue: #09814a;
}

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
    direction: rtl;
}

body {
    color: #333;
    font-family: iransans, arial;
    font-size: 14px;
    overflow-x: hidden;
    background: #f9fafd;
    user-select: none;
    line-height: 1.5;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: unset;
}

*::-moz-selection {
    background: #0cb863  none repeat scroll 0 0;
}

ol, ul {
    box-sizing: border-box;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;
}

.ab-header {
    display: flex;
    height: 60px;
    width: auto;
    background: #FAFAFA;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    align-items: center;
    box-shadow: 0 1px 2px 0 #0000001f;
}

.ab-sticky {
    padding-top: 0;
    position: fixed;
    top: 0;
    background-color: #ffffffb8 !important;
    backdrop-filter: saturate(180%) blur(20px);
    box-shadow: 0 0 3px #0000003d;
    z-index: 10000000000;
}

/* STICKY HEADER STYLES */
@keyframes slidein {
    from {
        position: fixed;
        top: -50px;
        opacity: 0;
    }
    to {
        position: fixed;
        top: 0;
        opacity: 1;
    }
}

@keyframes slideout {
    from {
        position: fixed;
        top: 0;
        opacity: 1;
    }
    to {
        position: fixed;
        top: -50px;
        opacity: 0;
    }
}

.ab-header.hide-sticky {
    -webkit-animation: slideout .3s forwards; /* for less modern browsers */
    animation: slideout .3s forwards;
}

.ab-header.ab-sticky {
    -webkit-animation: slidein .3s forwards; /* for less modern browsers */
    animation: slidein .3s forwards;
}

/*
end sticky
 */

.shortlink textarea {
    direction: ltr;
    padding: 10px;
    font-size: 14px;
    resize: none;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    border: 1px solid #f2f2f2;
    color: #595959;
    text-align: center;
    overflow: hidden;
}

/*
index article
 */
.indxpost--left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}
.index-article .--inner {
    display: flex;
    flex-direction: row;
}
.index-article .--inner:hover h3 {
    color: #0cb863;
}
.index-article {
    padding: .7em;
}
.loop-post--date{
    margin-left: 5px;
}
.index-article figure {
    width: 130px;
    height: 130px;
    display: flex;
    overflow: hidden;
    border-radius: .7em;
    margin-left: 1em;
    background: #ebf0f2;
}
.index-article img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}
.index-article h3 {
    color: #0D121F;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: .3em 0 0;
}
.index-article p {
    color:#4f4f4f;
    line-height: 1.8;
    margin: .7em 0;
    font-size: 15px;
    text-align: justify;
}
.index-article footer {
    font-size: 14px;
    color: #545454;
    gap: .5em;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #f2f2f2;
    padding-top: 4px;
}
.index-article footer .--see-more {
    display: flex;
    gap: 6px;
    align-items: center;
    margin-left: 5px;
    background: #f6f7fa;
    border-radius: 6px;
    padding: 2px 12px;
    transition: all 0.5s;
}
.index-article .--inner:hover .--see-more {
    color: #fff;
    background: #0cb863 !important;
}
/*
end index art
 */
.section-title {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    padding-right: 60px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.section-title i {
    background: #e8e8e8;
    border-radius: 9px;
    position: absolute;
    right: 0;
    height: 52px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-size: 22px;
    width: 52px;
    top: 4px;
}
.section-title h2 {
    margin-bottom: 4px;
    color: #0D121F;
}

.ab-posttype {
    position: absolute;
    left: 4px;
    top: -23px;
    background: #fff;
    padding: 1px 6px;
    border-radius: 4px;
    font-size: 13px;
    transition: all .3s;
}

.ab-Sectionone--body:hover .ab-posttype {
    background: #ee0026;
    color: #fff;
    bottom: unset;
    top: 4px !important;
    transition: all .3s ease-out;
}

.ab-supported-sec .ab-posttype-icon {
    border-radius: 40px;
    padding: 0 5px;
    align-items: center;
    display: flex;
    width: 20px;
    height: 20px;
    right: 4px;
    left: unset;
}

.ab-supported {
    padding: 0 4px;
}

.ab-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 96%;
}

.ab-header-content {
    display: flex;
}

.ab-header-logo-content {
    display: flex;
    align-items: center;
}

.ab-header-right {
    display: flex;
    flex-grow: 1;
    align-items: center;
    direction: ltr;
}

.ab-header-left {
    display: flex;
    float: left;
    gap: 8px;
    align-items: center;
}

.ab-header-logo-description {
    display: none;
}

.ab-container.ab-header-content {
    width: 100% !important;
    max-width: 1200px;
    margin: 0 auto;
}

.ab-header-drawer-toggle {
    display: block;
    text-align: center;
    color: #fff;
    overflow: hidden;
    user-select: none;
    background: linear-gradient(90deg, #4d4d4d 0%, #848484 100%);
    border-radius: 4px;
    line-height: 40px;
    font-size: 25px;
    margin-right: -4px;
    height: 40px;
    width: 40px;
    padding: 0;
    cursor: pointer;
}

#ab-drawer-toggle {
    display: none;
    margin-right: 14px;
    margin-left: -5px;
}
#ab-drawer-toggle i {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.logo-mobile {
    display: none;
}

.ab-header-logo-link {
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: center;
}

.ab-main {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: space-between;
    margin: 0 auto 1em;
}

.ab-main--right {
    flex: 1;
    margin-left: 15px;
    width: calc(75% - 300px);
}

.ab-main.sidebar-slide {
    padding-left: var(--sidebar);
}
.topheader{
    margin-top: 75px;
}
.ab-special {
    margin-top: 5px;
}

.ab-sidebar {
    top: 0;
    width: 25%;
    z-index: 5;
    color: #4d4d4d;
    display: flex;
    flex-direction: column;
}

.ab-sidebar .ab-side__box {
    background: #fff;
    margin: 0 0 1em;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 10px 15px 0 #eaeaea80;
    border: 1px solid #00000026;
}

.ab-side__box:last-child {
    position: sticky;
    top: 85px;
    position: -webkit-sticky
}


.ab-sidebar .ab-side__box header {
    height: 45px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: right;
    background: #F2F2F2;
    margin: 8px 0 5px 0;
    text-align: right;
    width: 90%;
    border-radius: 40px 0 0 40px;
}

.ab-sidebar .ab-side__box header h4 {
    z-index: 9;
    font-size: 16px;
    color: #0D121F;
    display: flex;
    align-items: center;
    margin-right: 15px;
    justify-content: space-between;
    width: 100%;
    margin-left: 15px;
}
.ab-sidebar .ab-side__box header h4 .ab--more {
    font-size: 11px;
    font-weight: 400;
    background: var(--color--text);
    color: #fff;
    padding: 1px 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50px
}

.ab-sidebar .ab-side__box ul {
    margin: 0;
    line-height: 2.2;
    font-size: 14px
}

.ab-sidebar .ab-side__box ul li {
    position: relative;
    border-bottom: 1px solid #00000026;
}

.ab-sidebar .ab-side__box ul li:last-child {
    border: none
}

.ab-sidebar .ab-side__box ul li a {
    color: #1A1A1A;
    padding: 4px 12px 4px 4px;
    display: block;
    transition: all .6s
}

.ab-sidebar .ab-side__box ul li a:hover {
    background: #F5F6F7;
    color: var(--txtcolor--blue);
}

.ab-sidebar .ab-social {
    position: sticky;
    top: 70px;
}
.ab-social {
    /*margin-top: auto;*/
    text-align: center;
    padding: 0;
    display: flex;
    flex-direction: column;
    margin-bottom: 2px;
}

.ab-social a {
    font-size: 18px;
    transition: all .3s;
}

.ab-social a:last-child {
    margin-left: unset;
}

/*
search
 */
.ab-header-search {
    float: right;
    width: 25%;
    direction: rtl;
    max-width: 300px;
    min-width: 300px;
}

.ab-header-search form {
    position: relative;
    display: flex;
    background: #f2f2f2;
    border-radius: 4px;
}

.ab-header-search form::before {
    background: transparent;
    color: #0000008f;
    font-size: 16px;
    content: "\f893";
    font-family: 'Font Awesome 6 Pro';
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    padding: 0 15px 0 7px;
    font-weight: bold;
}

.ab-header-search form input {
    height: 47px;
    width: 100%;
    background: transparent;
    color: #000;
    border: unset;
    font-size: 15px;
}

.ab-header-search .submit, .search-mobile {
    position: absolute;
    left: 7px;
    top: 7px;
    height: 34px;
    border-radius: 50px;
    background: var(--bgcolor--blue);
    cursor: pointer;
    border: unset;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.search-mobile {
    position: unset;
    margin-left: 10px;
    display: none;
}

.ab-header-search .submit i {
    color: #fff;
}

/*
end search
 */

.ab-player-index {
    width: 100%;
    max-width: 500px;
    margin-top: 5px;
}

/*
start slider
 */
.ab-slider {
    width: 100%;
    display: flex;
    justify-content: center;
}

.thumbs-wrap {
    position: relative;
    overflow: hidden;
    float: right;
    width: 100%;
    display: block;
    height: 100%;
}

.thumbs-wrap img {
    border-radius: 8px;
    height: 100% !important;
    width: 100% !important;
}

.ab-slider .front {
    color: #fff;
    text-align: right;
    left: 0;
    position: absolute;
    bottom: -61px;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 5px;
    backdrop-filter: saturate(180%) blur(2px);
    background: #00000042;
    transition: all .3s ease-out;
}

.ab-slider--body:hover .front {
    bottom: 0;
}

.ab-slider--body:hover .ab-posttype {
    background: #ee0026;
    color: #fff;
    bottom: unset;
    top: 4px !important;
    transition: all .3s ease-out;
}

.ab-slider--body {
    overflow: hidden;
    position: relative;
    height: auto;
    border-radius: 8px;
    margin: 5px 8px;
    transition: all .3s;
    width: 50%;
}

.ab-slider--body .ab-supported {
    right: 5px;
    left: unset;
}

.ab-slider--body:first-child {
    margin-right: unset;
}

.ab-slider--body:last-child {
    margin-left: unset;
}

.ab-slider--body img {
    transition: all .3s;
}

/*
.ab-slider--body:hover img {
    filter: grayscale(100%);
}*/

.ab-slider--body h2 {
    margin-right: 10px;
    font-size: 15px;
}

.ab-slider--body h2 span {
    display: block;
    padding: 2px 0px;
    font-size: 14px;
    font-weight: normal;
}

.ab-slider--body h2 i {
    font-size: 17px;
    vertical-align: -2px;
}

/*
end slider
 */

/*
article
 */

.num-article .-body a {
    color: #0d3dae;
}
.num-article .-body ul {
    padding-right: 10px;
    text-align: right;
}
.num-article .-body ol {
    text-align: right;
    padding-right: 15px;
}
.num-article {
    background: #fff;
    margin: 0 0 1em;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 0 0 15px 0 #eaeaea80;
    border: 1px solid #00000026;
}

.num-article header {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: unset
}

.num-article header h2,
.num-article header h1 {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 8px 11px;
    align-content: center;
    width: 100%
}

.num-article header h2 a,
.num-article header h1 a {
    color: #2f2f2f
}

.num-article header h2 a:hover, .num-article header h1 a:hover {
    color: var(--txtcolor--blue);
}

.num-article header .ab-faico {
    content: "\f001";
    width: 35px;
    height: 35px;
    margin: 3px 0px 3px 6px;
    border-radius: 6px;
    background-color: var(--bgcolor--header);
    color: #333;
    text-align: center;
    font-size: 18px;
    align-content: center;
    line-height: 1.9
}

.num-article header .art-head-detile {
    align-items: center;
    width: 100%;
    font-size: 11px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    min-height: 37px;
    background: var(--bgcolor--header);
    margin: 0;
    border-top: 1px solid #e0ebfc;
    border-radius: 0;
    padding: 0 10px;
    border-bottom: 1px solid #e0ebfc;
    justify-content: space-between;
    font-family: IRANSansFaNum;
}

.num-article header .art-head-detile .--d1,
.num-article header .art-head-detile .--d2 {
    color: var(--color--text);
    display: flex;
    align-items: center
}

.art-head-detile .--d1 {
    font-size: 13px;
}

.num-article header .art-head-detile .--d1 i {
    margin-left: 4px
}

.num-article header .art-head-detile .--d2 {
    direction: ltr !important
}

.num-article header .art-head-detile .--d2 i {
    margin-right: 4px
}

.num-article header .art-head-detile .--d2 .fa-heart::before {
    margin-right: 4px !important
}

.num-article header .art-head-detile .--d2 span {
    margin-left: 10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    height: 37px;
    font-family: IRANSansFaNum;
}

.num-article header .art-head-detile .--d2 span:first-child {
    margin-left: 0
}

.num-article header .art-head-detile .--d2 .num--like {
    height: 28px;
    display: flex;
    justify-content: center;
    color: #9d1515;
    cursor: pointer;
    border: 1px solid #d7a5a5;
    border-radius: 32px;
    min-width: 65px;
    background: #ece8ee;
    position: relative;
    outline: none
}

.num-article header .art-head-detile .--d2 .num--like i {
    margin-right: 2px;
    font-size: 13px
}

.num-article header .art-head-detile .--d2 .num--like b {
    font-weight: normal;
    font-size: 13px
}

.num-article .comingsoon {
    background: #eb1414;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(235, 20, 20, 0.47);
    animation: blinkMe 2s linear infinite
}

@keyframes blinkMe {
    0% {
        opacity: .3
    }
    50% {
        opacity: 1
    }
    100% {
        opacity: .3
    }
}

.num-article .comingsoon--single {
    display: block;
    margin: 15px auto 0px;
    background: #fff2ca;
    padding: 10px 0;
    border-radius: 6px;
    color: #97750c;
    border: 1px solid #ecc039;
    box-shadow: 0 0 3px rgba(255, 203, 44, 0.71)
}

.num-article .-body {
    padding: 1em;
    line-height: 1.8;
    color: #333333;
    font-size: 14px;
    text-align: center
}

.num-article .-body p {
    margin-bottom: 5px;
    text-align: right;
}

.num-article .-body img {
    border-radius: 11px;
    box-shadow: 0 0 3px #00000069 !important;
    max-width: 100%;
    margin: 0px auto;
    height: auto;
    max-height: 400px;
    width: auto;
}

.num-article .m-postindex-footer {
    padding: 1em;
    margin-top: -10px
}

.num-article .m-postindex-footer .m-link-post {
    background: var(--bgcolor--blue);
    width: 98%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    padding: 16px 5px;
    margin: 0 auto 8px auto;
    border-radius: 4px;
    box-shadow: 0 1px 6px #0cb361;
    position: relative
}

.num-article .m-postindex-footer .m-link-post:hover {
    opacity: .9
}

.num-article .m-postindex-footer .m-link-post i {
    font-size: 25px;
    position: absolute;
    left: 15px
}

.num-article .m-single-footer {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #e6e6e6;
    padding: 10px 12px;
    align-items: center
}

.num-post--detail {
    display: flex;
    flex-wrap: wrap
}

.num-post--detail li {
    text-align: right;
    margin-bottom: 5px;
    width: 50%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.num-post--detail li strong {
    color: #1b2a6d !important;
    display: inline-block;
    background: linear-gradient(310deg, #ebeff4, #fff);
    padding: 2px 7px 2px 10px;
    margin-left: 10px !important;
    font-weight: 400;
    border-right: 2px solid #5876a6;
    min-width: 50px;
    border-radius: 7px
}

.num--texts .-soontex {
    height: 40px !important
}

.num--texts h2 {
    padding: 5px;
    background: #d5e7ff;
    color: var(--color--text);
    border-radius: 6px 6px 0 0
}

.num--texts .divtxtmtn {
    user-select: text;
    color: #1a1a1a;
    text-align: center;
    padding: 10px 15px;
    display: block;
    max-height: 330px;
    line-height: 2;
    overflow-y: scroll;
    scrollbar-color: #7f7f7f #d7d7d7;
    scrollbar-width: thin;
    border-bottom: 1px solid #eff0f6;
    border-right: 1px solid #eff0f6;
    border-radius: 0 0 6px 6px;
    border-left: 1px solid #eff0f6;
}

.sharee {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    width: 96%;
    margin: 8px auto
}

.sharee .tlg {
    background: #01579b
}

.sharee .tlg i {
    float: right
}

.sharee .whatsapp {
    background: #00bfa5
}

.sharee .whatsapp i {
    float: left
}

.sharee a {
    display: block;
    padding: 10px;
    color: #fff;
    width: 50%;
    text-align: center
}

.sharee a i {
    font-size: 22px
}

textarea#comment {
    margin: 5px 0 10px 0
}

.num--like *,
.num--like:before,
.num--like:after {
    box-sizing: border-box
}

.num--like {
    z-index: 1;
    outline: none;
    transition: background .2s
}

.num--like i {
    transition: .2s
}

.num--like:hover:active i,
.num--like:focus:active i {
    transform: scale(.8)
}

.num--like.is-loading {
    pointer-events: none;
    position: relative;
    color: transparent !important
}

.num--like.is-loading:after {
    z-index: 1;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1em;
    width: 1em;
    margin-left: -0.5em;
    margin-top: -0.5em;
    -webkit-animation: loader-animation 600ms infinite linear;
    animation: loader-animation 600ms infinite linear;
    font-size: inherit;
    color: #9d1515 !important;
    border: .2em solid;
    border-radius: .7em;
    border-right-color: transparent;
    border-top-color: transparent
}

@-webkit-keyframes loader-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes loader-animation {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.num--like.is-active {
    z-index: 2;
    -webkit-animation: .8s;
    animation: .8s
}

.num--like.is-active:before,
.num--like.is-active:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -2px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    transform: scale(0);
    color: #AAB2BD;
    border: 1px solid transparent;
    box-shadow: -0.8em 0 0 -2px, .8em 0 0 -2px, 0 -0.8em 0 -2px, 0 .8em 0 -2px, -0.6em -0.6em 0 -2px, -0.6em .6em 0 -2px, .6em -0.6em 0 -2px, .6em .6em 0 -2px
}

.num--like.is-active:before {
    -webkit-animation: effect-01-animation .8s cubic-bezier(.175, .885, .32, 1.275);
    animation: effect-01-animation .8s cubic-bezier(.175, .885, .32, 1.275)
}

.num--like.is-active:after {
    -webkit-animation: effect-02-animation .6s cubic-bezier(.175, .885, .32, 1.275);
    animation: effect-02-animation .6s cubic-bezier(.175, .885, .32, 1.275)
}

@-webkit-keyframes effect-01-animation {
    from {
        transform: rotate(-15deg) scale(0)
    }
    40% {
        opacity: 1
    }
    to {
        transform: rotate(-30deg) scale(2.5);
        opacity: 0
    }
}

@keyframes effect-01-animation {
    from {
        transform: rotate(-15deg) scale(0)
    }
    40% {
        opacity: 1
    }
    to {
        transform: rotate(-30deg) scale(2.5);
        opacity: 0
    }
}

@-webkit-keyframes effect-02-animation {
    from {
        transform: rotate(10deg) scale(0)
    }
    40% {
        opacity: 1
    }
    to {
        transform: rotate(30deg) scale(2);
        opacity: 0
    }
}

@keyframes effect-02-animation {
    from {
        transform: rotate(10deg) scale(0)
    }
    40% {
        opacity: 1
    }
    to {
        transform: rotate(30deg) scale(2);
        opacity: 0
    }
}

.num--like:before,
.num--like:after {
    color: #cc4896 !important
}

.num--like.is-active {
    background: rgba(215, 165, 165, 0.44) !important
}

/*
end article
 */

.relative {
    position: relative;
}

.watermark {
    position: absolute;
    top: -70px;
    left: 12px;
    width: 60px;
    filter: brightness(0) invert(80%);
    visibility: hidden;
    transition: all .3s ease-out;
    z-index: 10;
}

.watermark.visibility {
    top: 13px;
}

.overflow-h {
    overflow: hidden;
}

.column {
    flex-direction: column;
}

.ab-video {
    display: block;
    background: #000;
    border-radius: 6px;
    box-shadow: 0 0 3px #00000091;
    height: auto;
    max-height: 400px;
    margin: 5px auto;
}

/*
album
 */
.playing {
    background: #7777771a;
}

.single_dl_links {
    margin: 0 auto;
    width: 100%;
}

.single_dl_links:last-child > div {
    border-bottom: unset;
}

.single_dl_links > div {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 7px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-right: 3px solid #fff;
    transition: all .3s;
    border-radius: 4px;
}

.single_dl_links > div:hover {
    border-radius: 4px;
    background: #7777771a;
    border-color: transparent;
}

.track_dl a {
    background: linear-gradient(90deg, #32c663 0%, #1ea249 100%) !important;
    box-shadow: 0 3px 8px #6eb6484d;
    padding: 0 0.5em;
}

.single_dl_links div {
    display: flex;
    align-items: center;
}

.track_dl {
    flex-direction: row-reverse;
}

.track_dl span::before {
    display: block;
    height: 38px;
    font-size: 15px;
    line-height: 2.5;
    overflow: hidden;
}

.track_dl a {
    background: #6eb648;
    box-shadow: 0 3px 8px #6eb6484d;
    padding: 0 0.5em;
}

.track_dl a, .track_dl span, .track_dl del {
    min-width: 30px;
    height: 30px;
    background: #575955;
    color: #fff;
    transition: .3s;
    cursor: pointer;
    text-align: center;
    margin: 4px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: #fff;
}

.track_dl a:hover, .track_dl span:hover, .track_dl del:hover {
    opacity: .8;
}

.playLink i {
    margin-left: 5px;
}

.single_dl_links .tlfts span {
    display: flex;
    width: 25px;
    height: 25px;
    background: #575955;
    color: #fff;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    margin: 0 .2em 0 .5em;
    box-shadow: 0 0 3px #00000052;
}

/*
end album
 */

.ab-slider--body .thumbs-wrap:before {
    background-image: linear-gradient(180deg, #fff0 0%, #ffffff78 100%);
    padding-bottom: calc(100% + 0px);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    border-radius: 4px;
    transition: opacity .25s ease-out;
    opacity: 0;
    right: 0;
    content: '';
}

.ab-slider--body .thumbs-wrap:hover:before {
    opacity: 1;
}

.ab-top-week a, .ab_single_banners a {
    position: relative;
}

/*
ab-banners
 */

.ab-banners a {
    display: block;
    margin-bottom: 10px;
    width: 100%;
}

.ab-banners img {
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.ab-banners img:hover {
    opacity: .9;
}

.ab_single_banners a {
    display: block;
    margin-bottom: 10px;
    width: 25%;
    margin-left: 10px;
}

.ab_single_banners a:last-child {
    margin-bottom: unset;
    margin-left: unset;
}

.ab_single_banners .ab-center {
    flex-wrap: unset;
}

/*
artist taxonoimy
 */
.single_cover {
    position: relative;
    z-index: 3;
    box-shadow: 0 0 7px #e0e5ea;
}

.single_cover_main {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
    border-radius: 6px;
}

.single_cover_bg {
    position: absolute;
    top: -15px;
    right: -15px;
    bottom: -15px;
    left: -15px;
    background-position: center 30%;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    z-index: 0;
}

.single_cover_bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000001a;
}

.single_pic {
    width: 300px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 40px;
    position: relative;
    z-index: 1;
    padding-bottom: 75px;
}

.single_pic img {
    display: block;
    border-radius: 50%;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px #00000080;
}

.single_cover .pic_count {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    color: #fff;
    white-space: nowrap;
    direction: rtl;
    text-align: center;
    background: #0000002e;
    padding: 10px;
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.single_cover .pic_count span {
    margin-left: 8px;
    border-left: 1px solid #ffffff3b;
    padding-left: 8px;
}

.single_cover .pic_count span:last-child {
    border-left: unset;
}

.single_cover .pic_count i {
    margin-right: 1px;
    vertical-align: -1px;
}


/*
pagenavi
 */
.wp-pagenavi {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 20px 0;
    border-radius: 6px;
    margin: 10px 0 5px;
    width: 100%;
    border: 1px solid #00000026;
    box-shadow: 0 0 15px 0 #eaeaea80;
    direction: ltr;
}

.wp-pagenavi a:hover {
    background: #4f4f4f;
    color: #fff;
}

.wp-pagenavi a, .wp-pagenavi span {
    border-radius: 4px;
    padding: 2px 10px;
    margin: 2px;
    border: unset;
    background: #e8e8e8;
    line-height: 2;
    transition: .3s;
}

.current {
    background: var(--bgcolor--blue) !important;
    border: unset !important;
    color: #fff;
}

/*
title box
 */
.ab-title-box {
    list-style: none;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color:#000;
}

.seprator {
    flex: 1;
    height: 1px;
    background: #c8c8c882;
    margin: 0 10px;
}

.ab-title-box > span {
    background: #fff;
    border-radius: 6px;
    padding: 4px 12px;
    border: 1px solid #00000026;
    box-shadow: 0 0 15px 0 #eaeaea80;
    min-width: 100px;
}

.ab-title-box span i {
    vertical-align: -2px;
}

#breadcrumbs {
    display: inline-block;
}

/*
end title box
 */
.ab-center {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.ab-box-body {
    margin-bottom: 10px;
    border-radius: 6px;
   /* background: #fff;
    border: 1px solid #00000026;
    box-shadow: 0 0 15px 0 #eaeaea80;*/
}

/*
SpecialMusic
 */
.ab-Sectionone--body {
    width: 200px;
    height: auto;
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    transition: all .3s;
    background: #fff;
    padding: 5px;
    border: 1px solid #00000026;
    margin: 7px 2px;
    box-shadow: 0 0 15px 0 #eaeaea80;
}

.ab-Sectionone--body:hover {
    color: #0cb863;
}

/*
.ab-Sectionone--body:hover img {
    filter: grayscale(100%);
}*/

.--base .fa-play, .ab-Sectionone--body .base i, .ab-top-week a .fa-play, .ab_single_banners a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
    background-color: #0000004d;
    cursor: pointer;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transition: all .2s;
    color: #fff;
    line-height: 50px;
}

.ab-Sectionone--body:hover .base, .ab-top-week a:hover, .ab_single_banners a:hover {
    opacity: .9;
}

.--posts .--body:hover .--base .fa-play, .ab-Sectionone--body:hover .base i, .ab-top-week a:hover i, .ab_single_banners a:hover i {
    visibility: visible;
    opacity: 1;
    font-size: 25px;
}

.--posts .--body:hover img {
    filter: brightness(1.2);
}

.--posts .--base .fa-play {
    width: 35px;
    height: 35px;
    line-height: 35px;
}

.--posts .--body:hover .--base .fa-play {
    font-size: 20px !important;
}

.ab-Sectionone--body:hover .ab-overlay {
    opacity: 1;
    transition: opacity .25s ease-out;
}

.ab-overlay {
    background-image: linear-gradient(180deg, #0000 0%, #00000078 100%);
    padding-bottom: calc(100% + 0px);
    position: absolute;
    top: 0;
    height: 0;
    width: 100%;
    border-radius: 4px;
    transition: opacity .25s ease-out;
    opacity: 0;
}

.base {
    display: flex;
    position: relative;
}

.ab-Sectionone--body img {
    box-shadow: 0 0 3px #00000040;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    transition: .5s;
}
.ab-Sectionone--body img:hover {
    filter: grayscale(55%);
}
@media screen and (min-width: 1440px) {
    .ab-Sectionone--body img {
        width: 100% !important;
        height: 100% !important;
    }
}

.ab-Sectionone--title {
    border: 0;
    width: 100%;
    padding: 6px 2px;
    font-size: 13px;
    text-align: right;
    font-weight: bold;
}

.ab-Sectionone--title .-name {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: normal;
    color: #4d4d4d;
}

.ab-Sectionone--title .-name i {
    color: #4d4d4d;
}

.ab-Sectionone--title.fronthover {
    position: absolute;
    padding-right: 6px;
    bottom: -56px;
    background: #00000042;
    color: #fff;
    text-shadow: 0 0 3px #000;
    backdrop-filter: saturate(180%) blur(2px);
    transition: all .3s ease-out;
}

.ab-Sectionone--body:hover .fronthover {
    bottom: 0;
    transition: all .3s ease-out;
}

.fronthover .-name, .fronthover .-name i {
    color: #fff;
}

/*
END SpecialMusic
 */

/*
comments wpdiscuz plugin
 */
.wpd-form-wrap, #wpd-threads, #wpd-post-rating{
    background: #fff;
    border: 1px solid #00000026;
    box-shadow: 0 0 15px 0 #eaeaea80;
    border-radius: 7px;
    padding: 5px 15px;
}
#wpd-post-rating {
    padding: 15px 15px !important;
}
#wpdcom {
    max-width: 100% !important;
}
#wpd-post-rating {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#comments {
    max-width: 100% !important;
    margin: 15px auto !important;
}
#wpdcom .wpd-second-button, #wpdcom .wpd-prim-button {
    font-family: iransans, arial !important;
}
/*
comments
 */

.limit-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.page-artist .ab-Sectionone--body:hover img {
    transform: scale(1.1);
}

.page-artist .base {
    overflow: hidden;
    border-radius: 50%;
}

.page-artist .ab-Sectionone--title {
    text-align: center;
}

.page-artist .ab-Sectionone--title .-name i {
    display: none;
}

.ab-page {
    flex-direction: column;
    text-align: right;
    margin: 0 auto;
    width: 60%;
}

.ab-page h2 {
    font-size: 16px;
    display: flex;
    align-items: center;
    flex: 1;
    margin-top: 10px;
    font-weight: normal;
}

/*.ab-page h2::before {
    background: linear-gradient(250deg, #E0E0E0, #fff 95%);
    content: "";
    width: 120px;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: -1;
    margin-right: -8px;
    border-radius: 6px;
}*/
.ab-page p {
    margin-bottom: 10px;
}

.ab-page .back {
    background: #e8e8e8;
    padding: 10px 25px;
    border-radius: 4px;
    color: #000;
    line-height: 2;
    margin: 10px 0;
}

.ab-page ul, .ab-page ol {
    background: #e8e8e8;
    padding: 10px 25px;
    border-radius: 4px;
    color: #000;
    line-height: 2;
    margin: 10px 0;
}

.ab-page ul li {
    list-style: disc;
}

.ab-page ol li {
    list-style: decimal;
}

.ab-page li {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 0;
    text-align: justify;
}

.ab-page li:last-child {
    border-bottom: unset;
}

.ab-mail a {
    text-align: center;
    background: linear-gradient(90deg, #32c663 0%, #1ea249 100%);
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    margin: 10px 0;
    max-width: 240px;
    display: block;
    font-size: 16px;
}

.ab-mail a:hover {
    opacity: .8;
}

/*
two section
 */
.ab-Sectiontwo {
    display: flex;
    flex-direction: row;
}

.ab-Sectiontwo .ab--right {
    flex: 35%;
    margin-left: 20px;
}

.ab-Sectiontwo .ab--left {
    flex: 30%;
    margin-left: 20px;
}

.ab-comingsoon {
    flex: 35%;
}

.ab-Sectiontwo .ab--left .--posts {
    background: #ebf6f7;
    border-radius: 4px;
}

.ab-Sectiontwo .ab--left .--posts .--body .--more {
    margin-left: 7px;
    background: #fff;
    color: #000;
}

.ab-Sectiontwo .ab--left .--posts .--body {
    border-bottom: 1px solid #fff;
}

.ab-Sectiontwo .ab--left .--posts .--body:hover {
    background-color: #f9f9f9bf;
}

.--posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.--posts li {
    width: calc(20% - 8px);
    margin-left: 8px;
    margin-bottom: 4px;
    border-radius: 5px;
}

/*
.--posts li:nth-child(2n) .--body{
    background: #fff;
}*/
.--posts .--body {
    display: flex;
    flex-direction: row;
    padding: 0;
    align-items: center;
    transition: all .3s;
    border-radius: 4px;
    background: #FDFDFD;
}

.--posts .--body:hover {
    background-color: #ee0026;
    color: #fff;
}

.--posts li:last-child .--body {
    border: unset;
}

.--posts .--body .--base {
    display: flex;
    position: relative;
}

.--posts .--body .--base img {
    border-radius: 4px;
}

.--posts .--body .--title {
    flex: 1;
    margin-right: 8px;
    font-weight: bold;
    font-size: 13px;
}

.--posts .--body .--name {
    display: block;
    margin-top: 5px;
    font-weight: normal;
}

.--posts .--body .--name i {
    color: #ddd;
    vertical-align: middle;
}

.--posts .--body .--more {
    border-radius: 4px;
    background: #67b7bf;
    padding: 4px 9px;
    color: #fff;
    transition: all .3s;
}

.--posts .--body:hover .--more {
    background-color: #409199;
    color: #fff;
}

/*
end two section
 */

.ab--more {
    transition: all 0.3s;
}

.ab--more:hover {
    color: #ee0026;
}

.ab--more::after {
    content: "\f104";
    font-size: 16px;
    font-family: 'Font Awesome 6 Pro';
    padding: 0 8px 0 0;
    vertical-align: -2px;
}

.ab-sec {
    height: 500px;
    display: block;
    text-align: center;
    width: 100%;
}

.sec-start {
    background-image: url(abdolahi40/assets/img/back2.svg);
    background-repeat: no-repeat;
}

.title-start {
    color: #89d64f;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 12px;
}

.title-start2 {
    font-size: 28px;
    color: #4d4d4d;
    font-weight: 700;
    margin-bottom: 20px;
}

.title-start3 {
    font-size: 20px;
    color: #999;
    font-weight: 200;
    margin-bottom: 30px;
}

/*
rate style
 */

.rmp-rating-widget__results.js-rmp-results {
    display: none;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
    margin: 0 5px 0 !important;
}

.rmp-rating-widget .rmp-icon--ratings {
    font-size: 22px !important;
    vertical-align: middle;
}

.rmp-widgets-container.rmp-wp-plugin.rmp-main-container .rmp-rating-widget__icons {
    margin: 0 !important;
}

.rmp-rating-widget.js-rmp-rating-widget.rmp-rating-widget--has-rated {
    display: flex;
}

.rmp-rating-widget__icons-list.js-rmp-rating-icons-list {
    /*counter-reset: section;*/
    direction: ltr;
}

/*.rmp-rating-widget__icons-list.js-rmp-rating-icons-list li::after {
    content: counter(section);
    counter-increment: section;
    display: block;
    font-family: iransansfanum;
    font-size: 13px;
    line-height: 1;
    margin-top: 4px;
}*/
.rmp-results-widget.js-rmp-results-widget.js-rmp-results-widget--32 {
    direction: ltr;
    line-height: 1;
    margin: 4px 0;
}

.rmp-results-widget__visual-rating {
    display: none !important;
}

.ab-rate-img {
    padding: 1px 4px;
    font-size: 13px;
    display: flex;
    direction: ltr;
    align-items: center;
}

.rmp-icon--ratings {
    color: #fff;
}

.flex {
    display: flex;
}

/*
single css
 */
.ab-tags {
    display: none;
}

.single_page_cover_bg {
    position: absolute;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    background-position: center 30%;
    background-size: cover;
    filter: blur(0px) brightness(40%);
    z-index: 0;
    opacity: 1;
}

/*.single_page_cover_bg::after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff14;
    position: absolute;
}*/
.rmp-results-widget.js-rmp-results-widget {
    color: #fefefe;
}

.ab_single_banners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ab_single_banners a {
    position: relative;
}

.ab_single_banners img {
    width: 100%;
}

.ab-single-post .--sec1 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    z-index: 2;
}

.ab-cover {
    display: flex;
    margin-left: 6px;
    position: relative;
    justify-content: center;
}

.ab-cover a::after {
    position: absolute;
    top: -50%;
    right: -50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: #fff3;
    border-radius: 100%;
    opacity: 0;
    overflow: hidden;
}

.ab-cover a {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.ab-cover img {
    border-radius: 8px;
    box-shadow: 0 0 3px #0000004d;
    max-width: 100%;
    transition: all .4s;
}

.ab-cover:hover img {
    transform: scale(1.1);
}

.ab-post__detail {
    margin: 5px;
    display: flex;
    align-items: center;
}

.ab-post__detail-value, .ab-post__detail-label {
    /*color: #fefefe !important;*/
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
}

.ab-post__detail-label {
    color: #212121 !important;
    display: inline-block;
    background: linear-gradient(250deg, #E0E0E0, #fff 95%);
    padding: 4px 5px 4px 10px;
    margin-left: 10px !important;
    font-weight: normal;
    min-width: 135px;
    border-radius: 2px;
    /*border-right: 2px solid #6d6d6d;*/
}

.ab-post__detail-label i {
    width: 25px;
    text-align: center;
    font-size: 17px;
    vertical-align: -2px;
}

.ab-post__details {
    text-align: right;
    list-style: none;
    display: grid;
    grid-template-columns: auto 90%;
    margin-top: 12px;
}

.ab-infos h1 {
    border-radius: 0;
    margin-right: 6px;
    font-size: 18px;
    padding: 6px 10px;
    font-weight: normal;
    color: #fefefe;
    border-bottom: 1px solid #ffffff29;
}

.ab-infos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}

.ab_btn_bottom {
    margin-top: 10px;
    display: flex;
    align-items: center;
    padding: 2px 0;
}

.ab_btn_bottom i {
    vertical-align: -2px;
}

.flex1 {
    flex: 1;
}

.ab_btn_bottom .download {
    color: #252525;
    box-shadow: 0px 0px 10px #0000001a;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 5px;
    margin: 0 5px 0;
    cursor: pointer;
    transition: 0.3s;
    background: #fff;
    border: 1px solid #00000061;
    text-align: center;
    width: 250px;
}

.ab_btn_bottom .download:last-child {
    margin-right: unset;
    margin-left: unset;
}

.ab_btn_bottom .download:hover {
    opacity: 0.8;
}

.download.file {
    background: var(--bgcolor--blue);
    color: #fff;
    border: 1px solid #4b60ff;
}

.ab-lyric {
    position: fixed;
    top: 65px;
    background: #fff;
    width: 50%;
    z-index: 10000;
    left: 25%;
    right: 25%;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000082;
    visibility: hidden;
    overflow: hidden;
}

.download.ab-btn-lyric:hover .download.file {
    background: #000 !important;
}

.ab-box-title {
    padding: 10px 15px;
    background: #e8e8e8;
    text-align: right;
}

.album_tracks {
    background: #fff;
    border: 1px solid #00000026;
    box-shadow: 0 0 15px 0 #eaeaea80;
    border-radius: 6px;
    margin-bottom: 10px;
}

.ab-close:hover, .ab-close-album:hover {
    background: #4d4d4d;
    color: #fff;
}

.ab-close, .ab-close-album {
    background: #fff;
    padding: 5px 8px;
    border-radius: 40px;
    margin-left: 5px;
    cursor: pointer;
    vertical-align: middle;
}

.ab-lyric-text {
    user-select: text;
    color: #1a1a1a;
    text-align: center;
    padding: 10px 15px;
    display: block;
    height: 450px;
    line-height: 2;
    overflow-y: scroll;
    scrollbar-color: #7f7f7f #d7d7d7;
    scrollbar-width: thin;
    border-radius: 0 0 6px 6px;
}

.visibility {
    visibility: unset !important;
}

.backed {
    position: fixed;
    background: #0000006e;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    visibility: hidden;
    backdrop-filter: blur(5px);
}

.ab-noscroll {
    overflow: hidden !important;
}

.num-article .-body h2, .num-article .-body h3, .num-article .-body h4 {
    background: #F5F5F5;
    color: #282828;
    text-align: right;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.num-article .-body h2 i {
    font-size: 20px;
    vertical-align: middle;
    margin-left: 6px;
}


.num-article .-body .post-content h3::before {
    content: "";
}

.num-article .-body .post-content h2::before {
    content: "";
}

.num-article .-body .post-content h2::before, .num-article .-body .post-content h3::before, .num-article .-body .post-content h4::before {
    font: 16px/1 "Font Awesome 6 Pro";
    vertical-align: -2px;
    padding-left: 7px;
    display: inline-block;
}

.post-content {
    text-align: right;
    font-size: 16px;
}

/*
end single css
 */

/*
player
 */
.musicplayer {
    background: #FAFAFA;
    padding: 10px;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    direction: ltr;
    border: 1px solid #eaeaea;
    max-width: 100%;
    border-radius: 5px;
}

.jp-gui.jp-interface {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jp-audio-skin2 .jp-progress {
    background: #222 none repeat scroll 0 0;
    border-radius: 8px;
    float: left;
    height: 6px;
    margin-left: 5px;
    margin-right: 5px;
    width: 100%;
    max-width: 90%;
    flex: 1;
}

.jp-audio-skin2 .jp-seek-bar {
    cursor: pointer;
    height: 100%;
    width: 0;
    border-radius: 4px;
    /*overflow: hidden;*/
}

.jp-audio-skin2 .jp-play-bar {
    background: var(--color-player);
    border-radius: 2px;
    height: 6px;
    position: relative;
    width: 0;
    z-index: 5;
}

.jp-play-bar::before {
    content: "";
    background: var(--color-player);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    float: right;
    display: block;
    margin: -5.5px -6px 0 0;
}

.jp-toggles button {
    border: unset;
    background: #ececec;
    border-radius: 50%;
    color: #000;
    float: left;
    font-size: 20px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    transition: all .4s;
    cursor: pointer;
}

.jp-toggles button.fa-pause, .jp-toggles button.fa-play {
    background: #373737;
    color: #fff;
    transition: all .4s;
}

.jp-toggles button:hover, .jp-state-looped .jp-repeat-off {
    background: var(--color-player);
    color: #fff;
}

.jp-toggles .jp-repeat, .jp-toggles .jp-repeat-off {
    margin-right: unset;
}

.jp-audio-skin2 .jp-volume-bar {
    background: #222 none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    height: 6px;
    margin: 0 8px;
    overflow: hidden;
    width: 75px;
}

.jp-audio-skin2 .jp-volume-bar-value {
    background: var(--color-player);
    height: 10px;
    position: relative;
    width: 0;
}

.jp-audio-skin2 .jp-current-time, .jp-audio-skin2 .jp-duration {
    color: #373737;
    font-size: 12px;
    margin: 0 6px;
    padding-top: 2px;
    width: 28px;
    text-align: center;
}

.jp-current-time {
    margin: 0 9px !important;
}

.num--pvolume {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 50px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
}

.num--pvolume i {
    cursor: pointer;
    width: 13px;
}

.ab-playme {
    padding: 9px 1px;
    border-radius: 5px;
    margin: -5px 0 0;
    cursor: pointer;
    transition: 0.3s;
    background: linear-gradient(45deg, #15d64b, #10b53f);
    color: #fff;
    box-shadow: 0px 0px 10px #14c2474d;
    border: 1px solid #14ce48;
    width: 300px;
    position: relative;
    overflow: hidden;
}

.ab-playme i {
    font-size: 18px;
    position: absolute;
    background: #00000008;
    left: 0;
    height: 40px;
    top: 0;
    width: 40px;
    line-height: 40px;
}

.ab-playme:hover {
    opacity: 0.8;
}

.jp-toggles {
    border: 1px solid #eaeaea;
    padding: 4px 5px;
    border-radius: 50px;
    background: #fff;
}

/*
end player
 */

.rmp-rating-widget .rmp-icon--full-highlight {
    color: #ffc000 !important;
}

.rmp-rating-widget .rmp-icon--hovered {
    color: #ffbe00 !important;
}

/*
nav header
 */
.ab-header-nav {
    direction: rtl;
}

.ab-header-nav ul {
    margin-right: 15px;
}

.ab-header-nav ul li {
    font-size: 16px;
    margin-left: 5px;
    transition: all .3s ease;
    padding: 6px 10px;
    border-radius: 4px;
}

.ab-header-nav ul li:hover {
    background: #0000000a;
    color: #000;
}
/*
.ab-header-nav ul li.active {
    background: var(--bgcolor--blue);
    color: #fff;
}*/

.ab-header-nav ul li a {
    font-size: 14px;
    font-weight: normal;
    padding: 10px 1px;
}

.ab-header-nav ul li::before {
    margin-left: 5px;
    vertical-align: middle;
}

.footerborder{
    justify-content: right !important;
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row !important;
}
.footerborder img {
    max-width: 140px;
    height: 140px;
}
.ab-footer {
    background: #efefef;
    width: 100%;
    color: #4d4d4d;
    padding: 14px 10px;
    line-height: 2;
    margin-top: auto;
    z-index: 10;
    border-top: 1px solid #00000026;
}

.ab-footer .ab-container {
    display: flex;
    justify-content: space-between;
}

.ab-footer .copyright a {
    color: #09814a;
    font-weight: bold;
}

.footer_abdolahi40 {
    direction: rtl;
}

.footer_abdolahi40 i {
    font-size: 18px;
    vertical-align: -2px;
}

.footer_abdolahi40 a {
    color: #0925fe;
}

.ab-header-nav .menu-item-has-children > a::after {
    content: "\f078";
    font-size: 9px;
    font-family: 'Font Awesome 6 Pro';
    padding: 0;
    margin-right: 6px;
    margin-left: 0;
}

/*
nav menu sidebar
 */
.ab-nav-sidebar ul .hide {
    display: none;
}

.ab-header-logo-img, .ab-header-logo-mobile {
    pointer-events: none;
    /*filter: brightness(0) invert(70%);*/
    transition: all .3s;
}

/*.ab-header-logo:hover img {
    filter: brightness(0) invert(40%);
}*/
.ab-send {
    background: #ee0026;
    margin: 35px auto 0 8px;
    border-radius: 6px !important;
}

.ab-send:hover {
    border-radius: 6px !important;
    background: #fb2f50 !important;
}

.ab-send-two {
    background: #515151;
    margin-top: 8px;
}

.ab-send-two:hover {
    background: #777 !important;
}

.ab-send::before, .ab-send-two::before {
    color: #fff !important;
}

.ab-send a {
    color: #fff !important;
}

.ab-nav-sidebar {
    display: flex;
    align-items: center;
    margin-right: 8px;
    margin-top: 30px;
}

.ab-nav-sidebar ul li {
    font-size: 15px;
    color: #4d4d4d;
    transition: all .3s ease;
    display: flex;
    padding: 3px 1px;
    border-radius: 0 6px 6px 0;
}

.ab-nav-sidebar ul li:hover {
    background: #ee0026;
    border-radius: 0 6px 6px 0;
    color: #fff;
}

.ab-nav-sidebar ul li:hover a {
    color: #fff;
}

.ab-nav-sidebar ul li:hover:before {
    color: #fff;
}

.ab-nav-sidebar ul li:last-child {
    border-bottom: unset;
}

.ab-nav-sidebar ul li::before {
    margin-left: 3px;
    color: #4d4d4d;
    margin-top: 7px;
    text-align: center;
    width: 30px;
    transition: all .4s;
}

.ab-nav-sidebar ul {
    width: 100%;
}

.ab-nav-sidebar ul li a {
    color: #4d4d4d;
    transition: all .4s;
    font-size: 14px;
    font-weight: normal;
    display: block;
    padding: 8px 1px;
    width: 100%;
}

.ab-nav-sidebar ul li a:hover {
    color: #fff;
}



/*
woocommerce shop
 */
.products.columns-4 {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce span.onsale {
    background-color: #ed243f;
    box-shadow: 0 0 3px #ed243f;
}
.woocommerce div.product div.images img {
    width: auto !important;
    max-width: 300px;
}
.num-article  .-body .woocommerce img {
    margin: 0 !important;
}
.summary.entry-summary {
    text-align: right;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.price .woocommerce-Price-amount.amount {
    display: block;
    background: #f7f7f7;
    max-width: 200px;
    border-radius: 6px;
    text-align: center;
    margin-top: 5px;
    padding: 5px;
}
.price bdi {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.woocommerce-cart-form .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    width: 60px !important;
}
.woocommerce form .form-row label {
    text-align: right;
}
.woocommerce form .form-row .required {
    visibility: visible !important;
}
.woocommerce form input {
    border:1px solid #c6cedb !important;
}
.woocommerce .quantity .qty {
    padding: 5px;
    border-radius: 6px;
}
.single_add_to_cart_button.button.alt {
    background: var(--bgcolor--blue);
    padding: 10px;
    width: 146px;
}
.single_add_to_cart_button.button.alt:hover {
    background: var(--bgcolor--blue);
    opacity: 0.8;
}
.woocommerce .price {
    display: flex;
    flex-direction: column;
}
.ab40-topproduct {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.woocommerce-ordering {
    height: auto;
    overflow: hidden;
    border-radius: 7px;
    background: linear-gradient(to right,#fff,#f9f9f9) !important;
    border: 1px solid #e0e0e0;
    color: #232323;
    padding: 5px;
}
.woocommerce-ordering select {
    line-height: normal;
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 42px;
    padding: 0 20px 0 10px;
    border-radius: 6px;
}
.products .ab-Sectionone--body {
    margin: 7px 2px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    direction: rtl;
    text-align: right;
}

/*
woocommerce my-acoount
 */
/**
 * My Account
 */

.woocommerce:has(.woocommerce-MyAccount-navigation) {
    display: flex;
}

.woocommerce .woocommerce-MyAccount-navigation {
    width: 20%;
    background: #f2f2f2;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
}

.woocommerce .woocommerce-MyAccount-content {
    margin-left: 0;
    width: 100%;
    flex: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul {
    padding: 0;
    border-top: 1px solid #eee;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1;
    color: #ffffff;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active,.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
    background: #0a824b !important;
    color: #fff !important;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
    padding: 10px 5px;
    display: block;
    color: #000;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
    margin-right: 20px;
    opacity: .25;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f0e4";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f291";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f1c6";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f015";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f09d";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f007";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-content h2 {
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

/*
end woocommerce
 */


/*.sub-menu {
    display: none;
}*/
.ab-nav ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
}

.ab-nav .sub-menu {
    background: #fff;
    box-shadow: 0 1px 7px #00000012;
    position: absolute;
    padding: 10px 10px;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    margin-top: 15px;
    visibility: hidden;
    min-width: 180px;
    z-index: 1000;
    margin-right: -20px;
    transition: all 0.4s ease;
}

.ab-nav .sub-menu li {
    display: block;
    margin: 2px 0;
    padding: 10px 10px;
    transition: all 0.4s;
}

.ab-nav .sub-menu li:hover {
    background: #ececec;
    border-radius: 4px;
    color: #000;
}

.ab-btn-pannel {
    box-shadow: 0px 8px 32px 0px #89d64f7d;
    text-align: center;
    color: #fff;
    padding: 13px 27px;
    border-radius: 6px;
    display: inline-block;
    background: linear-gradient(90deg, #89d64f 0%, #85d549 100%);
    transition: all .6s;
}

.ab-btn-pannel:hover {
    background: linear-gradient(90deg, #75cc33 0%, #69bd2a 100%);
}

.ab-btn-pannel i {
    font-size: 22px;
    vertical-align: middle;
    margin-left: 4px;
}

.ab-phone {
    box-shadow: 0 8px 32px 0 #ffb73875;
    background: linear-gradient(90deg, #ffc049 0%, #fdb638 100%);
    padding: 13px 15px;
    cursor: pointer;
}

.ab-phone i {
    margin-left: -2px !important;
}

.ab-phone:hover {
    background: linear-gradient(90deg, #fdb938 0%, #ffa60a 100%);
}

.ab-phone:hover .ab-phonenumber {
    display: block;
    visibility: visible;
    opacity: 1;
}

.ab-phone .ab-phonenumber {
    width: 150px;
    position: absolute;
    text-align: center;
    padding: 14px 12px;
    top: 85px;
    background: #fff;
    z-index: 2;
    box-shadow: 0 5px 10px #0000001a;
    border-radius: 8px;
    margin-right: -75px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

.ab-phone .ab-phonenumber i {
    position: absolute;
    height: 30px;
    right: 50%;
    margin-right: -10px;
    line-height: 30px;
    top: -14px;
    text-align: center;
    font-size: 1.5em;
    color: #fff;
}

.ab-phonenumber .pn {
    color: #fcbf4b;
    font-size: 16px;
    font-weight: 600;
    padding-top: 3px;
}

.ab-phonenumber bdi {
    color: #353535;
    font-weight: 900;
    padding: 7px 0 0 0;
    display: block;
}


.ab-bg2 {
    width: 48.61111%;
    padding-top: 48.61111%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.ab-bg2::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: -65%;
    top: -40%;
    transform: rotate(35deg);
    background: linear-gradient(90deg, #f8fff3 85%, #fff 100%);
}


#serviceTypes .bg, #getStarting .bg {
    position: absolute;
    width: 80%;
    padding-top: 70%;
    z-index: -1;
    left: -18%;
    opacity: .1;
}

#getStarting .bg {
    top: 100px;
    background: url(abdolahi40/assets/img/shape2.svg) center center no-repeat;
    background-size: auto;
    background-size: 100% 100%;
}

#serviceTypes .bg::after, #getStarting .bg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(-36deg, #fff 20%, #fff0 90%);
}

#serviceTypes, #getStarting {
    position: relative;
    overflow: hidden;
    padding-bottom: 200px;
    width: 100%;
}

#getStarting {
    padding-top: 175px;
    margin-top: 100px;
}

section {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.row {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

.mx-auto {
    margin-left: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.wrap {
    flex-wrap: wrap;
}

.ab-top-week {
    flex-wrap: unset;
}

.ab-top-week a {
    display: block;
    margin-bottom: 10px;
    width: 25%;
    margin-left: 10px;
    position: relative;
}

.ab-top-week a:last-child {
    margin-left: 0;
}

.ab-top-week a img {
    width: 100%;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
    height: auto;
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 1200px) {
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}


@media (min-width: 768px) {
    .col-md-6 {
        max-width: 50%;
    }
}

.text-center {
    text-align: center !important;
}

#clients .button {
    box-shadow: 0px 8px 32px 0px #89d64f4d;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    padding: 0 36px;
    border-radius: 8px;
    position: relative;
    display: inline-block;
    z-index: 2;
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: -moz-linear-gradient(90deg, #89d64f 0%, #95e15c 100%);
    background: -webkit-linear-gradient(90deg, #89d64f 0%, #95e15c 100%);
    background: linear-gradient(90deg, #89d64f 0%, #95e15c 100%);
}

#telSupport {
    /*background-image: url(abdolahi40/assets/img/contact-us5.jpg);*/
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 101px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    width: 100%;
}

#telSupport .title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #424242;
}

#telSupport .text {
    font-size: 18px;
    color: #424242;
    line-height: 1.9;
}

#telSupport .text a {
    background: #e0e0e045;
    color: #212121;
    direction: ltr;
    padding: 8px 20px;
    border-radius: 30px;
    margin: 10px auto 0;
    display: block;
    width: 185px;
    font-size: 20px;
}

.arztel {
    padding: 2rem;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffffb8 !important;
    backdrop-filter: saturate(180%) blur(5px);
}


#footer {
    color: #616161;
}

#footer .fb {
    border-top: 2px solid #f7f7f7;
    padding: 48px 0;
}

#footer .cr {
    color: #616161;
    padding: 0px 0 30px;
}

#footer .fb .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

#footer .fb li {
    font-size: 13px;
    line-height: 20px;
    padding: 4px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.foot-menu li a {
    color: #616161;
    transition: 0.3s;
}

.foot-menu li a:hover {
    color: #19a730;
}

.foot-menu li a::before {
    content: "";
    width: 3px;
    height: 7px;
    border-radius: 2px;
    float: right;
    margin: 6px 0 0 5px;
    background: #bbb;
}

.foot-menu li a:hover::before {
    background: #19a730;
}

#footer .cr .ab-top {
    font-size: 13px;
    cursor: pointer;
    padding: 7px 11px;
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    transition: 0.3s;
}

#footer .cr .ab-top:hover {
    background: #f7f7f7;
}

#footer .cr .ab-top .icon {
    color: #dcdcdc;
    margin-left: 5px;
    transition: all 0.3s ease;
}

#footer .cr .logo {
    max-width: 156px;
    width: 150px;
    height: 50px;
   /* background: url(abdolahi40/assets/img/) center center no-repeat;*/
    background-size: 100% auto;
    margin: 0 auto;
}

#footer .cr .copyright {
    direction: ltr;
    text-align: left;
    font-size: 12px;
    font-family: "Segoe UI", Ubuntu, Tahoma;
}

.bootomfooter {
    align-items: center;
    justify-content: space-between;
}

.justify-content {
    justify-content: space-between;
}

.t-justify {
    text-align: justify;
}

.w20 {
    width: 20%;
}

.w30 {
    width: 30%;
}

.btn-badge {
    width: 25px;
    height: 25px;
    position: relative;
    right: 54px;
    border-radius: 100%;
    text-align: center;
    z-index: 2;
    top: 12px;
    display: inline-block;
}

.btn-badge::after {
    float: right;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #8dda54;
    opacity: 0;
    border-radius: 100%;
    width: 21px;
    height: 21px;
    animation: sonar 1.5s infinite;
    z-index: 1;
}

@keyframes sonar {
    0% {
        transform: scale(.9);
        opacity: 1
    }
    100% {
        transform: scale(2);
        opacity: 0
    }
}


#ab-Security {
    width: 100%;
    margin-bottom: -16px;
    background: linear-gradient(-360deg, #97b2df14 60%, #fff0 100%);
    padding-bottom: 60px;
}

#ab-Security .-parent {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#ab-Security .-title {
    display: flex;
    align-items: center;
}

#ab-Security .-title i {
    font-size: 55px;
    color: #0043b3;
    margin-left: 15px;
}

#ab-Security .-title h2 {
    font-size: 25px;
    font-weight: bold;
}

#ab-Security .-title span {
    color: #0043b3;
}

#ab-Security .list-inline {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

#ab-Security .list-inline li {
    font-size: 16px;
    width: calc(50% - 12px);
    padding: 13px 10px;
    background: #fff;
    margin: 5px 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 3px #0043b30a;
}

#ab-Security .list-inline li i {
    margin-left: 7px;
    font-size: 25px;
}

#ab-Security .-parent .-two img {
    width: 500px;
}


.fa-duotone.fa-shield-check::after, .fad.fa-shield-check::after {
    color: #0043b3;
    opacity: 1;
}


.footer-features {
    width: 100%;
    margin-top: -10px;
    margin-bottom: 8px;
}

.ab-row {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -15px;
    margin-left: -15px;
}

.guarantee-box {
    margin: 15px 0;
    text-align: center;
    padding: 10px 0 0;
    width: 25%;
    transition: 0.3s;
}

.guarantee-box:hover {
    box-shadow: 0 0 39px #303fa11a !important;
    transform: scale(1.1);
    border-radius: 8px;
}

.guarantee-box img {
    max-width: 70px;
}

.guarantee-box h4 {
    font-size: 17px;
    margin: 15px 0 18px;
    text-align: center;
    font-weight: bold;
    color: #0073e5;
}

.guarantee-box p {
    text-align: center;
    font-size: 13px;
    line-height: 32px;
    color: #6c6c6c;
}

@media only screen and (max-width: 1200px) {
    .ab-bg {
        position: absolute;
        padding-top: 65%;
        top: -250px;
        width: 55%;
        right: -20%;
    }
}

@media only screen and (max-width: 1000px) {
    #eGoKTH40MQs1 {
        width: 93%;
        height: auto;
    }
}

@media only screen and (max-width: 900px) {
    .ab-main {
        flex-direction: column;
        flex-wrap: wrap;
    }

    .ab-main--right {
        margin-left: 0;
        width: 100% !important;
    }

    .ab-sidebar {
        width: 100%;
    }

    #ab-drawer-toggle {
        display: flex !important;
        align-items: center;
    }

    .logo-mobile {
        display: flex;
    }

    .ab-main.sidebar-slide {
        padding-left: 0 !important;
    }

    .ab-header-logo-img {
        width: 140px;
    }

    .ab-btn-pannel b {
        display: none;
    }

    .ab-btn-pannel i {
        margin-left: 0px;
    }

    .ab-menuclose {
        width: 100%;
        height: 100%;
        position: fixed;
        background: #00000042;
        z-index: 998;
        top: 56px;
        display: none;
        backdrop-filter: blur(5px);
    }

    .ab-menuclose.active {
        display: block;
    }

    .ab-header {
        height: 56px;
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 1000;
        box-shadow: 0 5px 6px #0000000d;
        padding: 0;
    }

    .ab-btn-pannel {
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 14px;
        border-radius: 4px;
        box-shadow: none;
    }

    .ab-phonenumber {
        margin-top: -23px;
        z-index: 1001 !important;
    }

    .ab-nav .sub-menu {
        display: block;
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        padding: 0;
        width: auto;
        box-shadow: none;
        border-top: none;
        padding-right: 9px;
        margin-bottom: 5px;
    }

    .ab-nav {
        overflow: auto;
        padding-bottom: 2rem;
    }

    .ab-nav {
        width: 200px;
        position: fixed;
        padding: 12px 12px;
        z-index: 1001;
        top: 56px;
        box-shadow: 0 10px 10px #0000001a;
        right: -210px;
        margin: 0;
        transition: all 0.6s ease;
        bottom: 0;
    }

    .ab-nav.active {
        box-shadow: 0 10px 10px #00000080;
        right: 0;
        border-top: 1px solid #ececec;
        background: #fafafa;
        bottom: 0;
    }

    .ab-header-nav ul {
        margin-right: 0;
    }

    .ab-nav ul li {
        padding: 5px 0 !important;
        display: flex;
    }

    .ab-nav ul li:before {
        margin-left: 1px;
        margin-top: 9px;
        text-align: center;
        width: 28px;
        transition: all .4s;
    }

    .ab-nav-sidebar ul li:hover {
        border-radius: 6px;
    }

    .ab-nav ul li a {
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
        /*width: 100%;*/
    }

    .ab-nav .sub-menu li {
        border-bottom: unset;
        padding: 2px 0 !important;
    }
}

@media only screen and (max-width: 770px) {

    .ab-bg {
        position: absolute;
        width: 80%;
        padding-top: 100%;
        top: -20%;
        right: -5%;
    }

    .row.rop {
        flex-wrap: wrap;
    }

    .col-md-4.clp {
        max-width: 98%;
        flex: 0 0 100%;
        margin: 0 auto;
    }

    #getStarting {
        padding-top: 0;
        margin-top: 70px;
    }

    #features .feature {
        width: 100%;
    }

    #features {
        padding-bottom: 80px;
    }

    #ab-Security .-parent {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .arztel {
        max-width: 97%;
    }

    #telSupport .title {
        font-size: 20px;
    }

    .ab-row {
        flex-wrap: wrap;
    }

    .guarantee-box {
        width: 100%;
    }

    #ab-Security .-parent .-two img {
        max-width: 100%;
    }

    #ab-Security .-title h3 {
        font-size: 22px;
    }

    #footer .row {
        flex-wrap: wrap;
        margin: 0;
    }

    .w20 {
        width: 50%;
        padding-right: 15px;
    }

    .w30 {
        width: 100%;
        padding: 0 10px;
        text-align: center;
    }

    .footer-logo {
        display: none;
    }

    #ab-Security .-title i {
        font-size: 45px;
    }

    #telSupport .text {
        font-size: 16px;
    }

}

@media only screen and (max-width: 800px) {
    .ab-nav-sidebar ul .hide {
        display: flex;
    }

    .ab-sec {
        margin-top: 60px;
    }

}

@media only screen and (max-width: 600px) {
    .ab-bg2 {
        display: none !important;
    }

    #features .bg {
        width: 100%;
        top: -89px;
    }
}

@media only screen and (max-width: 500px) {
    #ab-Security .list-inline li {
        width: 100%;
    }
}

@media only screen and (max-width: 450px) {
    #telSupport .text {
        font-size: 13px;
    }
}

@media only screen and (min-width: 500px) {
    .ab-btn-pannel b {
        display: inline-block;
    }

    .ab-btn-pannel i {
        margin-left: 4px;
    }
}
/*
social media
 */

.nb-side-social {
    display: flex;
    padding: 15px 15px 15px 15px;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #0cb863 0%, #09814a 100%);
    box-shadow: 0 14px 20px -18px #0a9754;
}
.nb-side-social:hover {
    opacity:.9
}
.nb-side-social i {
    font-size:34px;
    line-height:15px
}
.nb-side-social--telegram {
    background: linear-gradient(91deg,#2196f3,#108cef);
    box-shadow: 0 14px 20px -18px #0081e8;
}
.nb-side-social--instagram {
    background:linear-gradient(91deg,#e91e4a,#f73425);
    box-shadow:0 14px 20px -18px #d20007
}
.nb-side-social--youtube {
    background:linear-gradient(91deg,#f00,#d92624);
    box-shadow:0 14px 20px -18px #d20007
}
.nb-side-social--aparat {
    background:linear-gradient(91deg,#c50438,#e51c5f);
    box-shadow:0 14px 20px -18px #d20007
}
/*
ajax tab
 */

.num--tabcontent {
    background: #fff;
}

#ajaxtab .tab li {
    border-bottom: none;
}

#ajaxtab .tab {
    display: flex;
    flex-wrap: nowrap;
    list-style: outside none none;
    padding: 0;
    overflow: hidden;
    margin: 2px 10px;
    direction: rtl !important;
    border-radius: 7px;
}

#ajaxtab .tab li {
    background: #F2F2F2;
    width: 33%;
    flex-grow: 1;
    padding: 4px 4px;
}

#ajaxtab .tab li a {
    color: #242424;
    padding: 4px 12px;
    display: block;
    text-align: center;
    border-radius: 5px;
}

#ajaxtab .tab li a:hover {
    background: #fff;
    color: #242424;
}

#ajaxtab .tab .active {
    background: #fff;
    color: #242424;
}
.sidebar-empty {
    text-align: center;
    padding: 15px;
}
/* تعریف انیمیشن چرخش */
@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

/* اعمال انیمیشن بر روی کلاس دلخواه */
.sidebar-empty .fa-circle-notch{
    animation: spin 1s linear infinite;
}

.ab-sidebar .ab-side__box #tab1_content li:last-child,
.ab-sidebar .ab-side__box #tab2_content li:last-child,
.ab-sidebar .ab-side__box #tab3_content li:last-child {
    border: none;
}

.toplist-side {
    margin: 0;
    line-height: 2.2;
    font-size: 14px;
    counter-reset: item;
}

.toplist-side li {
    position: relative;
    border-bottom: 1px solid #e0ebfc;
    text-align: right;
    display: flex;
    align-items: center;
    transition: all .6s;
}

.toplist-side li:hover {
    background: #F5F6F7;
}

.toplist-side li::before {
    color: #595959;
    content: counter(item, arabic-indic);
    background: #dedede;
    height: 25px;
    width: 25px;
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    line-height: 27px;
    margin-right: 10px;
    box-shadow: 0 0 3px #00000021;
    counter-increment: item;
}

.toplist-side li a {
    color: #1a1a1a;
    padding: 4px 12px 4px 4px;
    display: inline-block;
    transition: all .6s;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
megamenu sidebar
 */

.ab-cat-menu,
.ab-cat-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ab-cat-menu li {
    position: relative;
    margin-bottom: 6px;
}

.ab-cat-menu li a {
    text-decoration: none;
    color: #333;
    display: inline-block;
    padding: 4px 0;
}

/* آیکون کنار دسته‌هایی که زیرمنو دارن */
.ab-cat-menu li.menu-item-has-children > a::after {
    content: "\f078";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    margin-right: 8px;
    float: left;
    transition: transform 0.3s ease;
    cursor: pointer;
    background: #f2f2f2;
    border-radius: 6px;
    padding: 0px 10px;
    margin-left: 8px;
}

/* چرخش آیکون وقتی باز شده */
.ab-cat-menu li.open > a::after {
    transform: rotate(180deg);
}

/* زیرمنوها پنهان هستند */
.ab-cat-menu li ul {
    display: none;
    margin-right: 15px;
    margin-top: 4px;
}

/* وقتی والد open شد زیرمنو نشون بده */
.ab-cat-menu li.open > ul {
    display: block;
}


/*
end megamenu
 */

/*
gallery
 */
.sec-video {
    margin-bottom: 10px;
}
.sec-video iframe {
    border-radius: 15px;
}
.sec-gallery{
    display: block;
    clear: both;
    margin-top: 10px;
}
.sec-gallery .mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.sec-gallery .overflow-auto {
    overflow: auto !important;
    padding-bottom: 10px;
    margin-left: -14px;
}

.sec-gallery .p-3 {
    padding: 1rem !important;
}

.sec-gallery .mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.sec-gallery .shadow-sm {
    box-shadow: 0 .125rem .25rem #00000013 !important;
}

.sec-gallery .rounded {
    border-radius: .25rem !important;
}

.sec-gallery .border {
    border: 1px solid #dee2e6 !important;
}

.sec-gallery .bg-white {
    background-color: #fff !important;
}

.sec-gallery .flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.sec-gallery .align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.sec-gallery .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.sec-gallery .row {
    margin-left: -8px;
    margin-right: -8px;
}

.sec-gallery .row-small {
    margin-left: 0px;
    margin-right: 0px;
}

.sec-gallery .col-small {
    padding-left: 2px;
    padding-right: 2px;
}

.sec-gallery .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    position: relative;
}

.sec-gallery .col-small img {
    vertical-align: middle;
    border-style: none;

    border-radius: 10px;
    box-shadow: 0 0 3px 0 #0000003b !important;
    width: auto;
    height: 100%;
    max-height: 300px;
    transition: all .5s;
    min-width: 160px;
    object-fit: none;
    background: linear-gradient(45deg, #6e6e6e, #959595, #b3b3b3, #d1d1d1);
}

.fk-single-gallery {
    position: relative;
}

.fk-single-gallery .col-auto.col-small {
    position: relative;
    overflow: hidden;
    display: block;
}

.fk-single-gallery .col-auto.col-small::before {
    opacity: 0;
    content: "";
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #202a3580;
    border-radius: 11px;
    transition: all .6s;
    backdrop-filter: saturate(180%) blur(2px);
}

.fk-single-gallery .expand{
    position: absolute;
    top: 17px;
    right: 17px;
    width: 28px;
    height: 28px;
    background: #ff1212;
    text-align: center;
    border-radius: 4px;
    box-shadow: 0 0 3px #ff1212bf;
    opacity: 0;
    transition: all .25s cubic-bezier(1, 0, 0, 1);
    color: #fff;
    font-size: 20px;
    line-height: 28px;
}

.fk-single-gallery .col-auto.col-small:hover::before, .fk-single-gallery .col-auto.col-small:hover .expand {
    opacity: 1;
}

/* تصاویر کوچک */
.gallery-thumb {
    cursor: pointer;
    max-width: 150px;
    margin: 5px;
    border-radius: 6px;
    transition: transform 0.2s ease;
}

/* لایت‌باکس */
#lightbox {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

#lb-img {
    max-width: 90%;
    max-height: 85%;
    border-radius: 8px;
    user-select: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

#lb-close {
    position: absolute;
    top: 15px;
    right: 25px;
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#lb-close:hover {
    color: #ff4c4c;
    transform: scale(1.3);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/* شمارنده */
#lb-counter {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font-size: 16px;
    font-family: monospace;
    background: rgba(0, 0, 0, 0.4);
    padding: 4px 10px;
    border-radius: 8px;
}

/* دکمه‌ها */
#lb-prev, #lb-next {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 45px;
    border: none;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
    background: #00000075;
    box-shadow: 0 0 2px #fff9;
    border-radius: 15px;
    padding: 2px 10px;
}

#lb-prev {
    left: 20px;
    transform: translateY(-50%);
}

#lb-next {
    right: 20px;
    transform: translateY(-50%);
}

#lb-prev:hover,
#lb-next:hover {
    color: #4c61ff;
    transform: translateY(-50%) scale(1.2);
}

#lb-prev.disabled,
#lb-next.disabled {
    opacity: 0.3;
    pointer-events: none;
}
.col-auto.col-small.openimg {
    cursor: pointer;
    margin: 5px 0;
}
#lightbox.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: lb-spin 1s linear infinite;
    z-index: 999;
}
@keyframes lb-spin {
    to { transform: rotate(360deg); }
}
/* افزودن ترنزیشن برای محو و ظاهر شدن نرم */
#lb-img {
    transition: opacity 0.3s ease;
}
#lightbox.loading #lb-img {
    opacity: 0 !important; /* اطمینان از مخفی بودن عکس در حال لود */
}
/*
end gallery
 */

/*
start dlbox
 */


/*
dl box
 */

.tab-name {
    cursor: pointer;
}
.boxdl-ab40 {
    width: 100%;
    margin-top: 1px;
    overflow: hidden;
    padding-bottom: 3px;
    margin-bottom: 2em;
    direction: rtl;
    text-align: right;
}

.downloads-titlebox {
    display: flex;
    padding: 7px 12px;
    font-size: 18px;
    font-weight: bold;
    gap: 10px;
    background: #00000008;
    text-align: right;
    direction: rtl;
    border-radius: 4px;
    margin-top: 50px;
}

.downloads-list {
    background: #0000000a;
    margin: 8px 10px;
    padding: 7px 5px;
    border-radius: 5px;
    display: flex;
}

.downloads-list a {
    min-width: 300px;
    display: inline-block;
    text-align: center;
    background: var(--bgcolor--blue);
    padding: 1px;
    border-radius: 5px;
    color: #fff !important;
    max-width: 100%;
    font-weight: bold;
    line-height: 40px;
}

.downloads-list-detail {
    padding: 0px;
    display: inline-block;
}

.boxdl-ab40 .quality {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    min-width: 110px;
    text-align: center;
    background: #f1f1f1;
    padding: 2px 4px;
    border-radius: 5px;
    width: auto;
    margin: 0 3px;
    display: inline-block;
    color: #313131;
}

.boxdl-ab40 table {
    float: right;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.boxdl-ab40 table thead tr {
    border-bottom: 3px solid #eee;
    background: #444;
}

.boxdl-ab40 table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.boxdl-ab40 table th {
    padding: 10px 10px 15px;
    text-align: right;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.boxdl-ab40 table td {
    padding: 10px 10px 15px;
    text-align: right;
    font-size: 12px;
}

.boxdl-ab40 table .quality {
    background: #a2b6bf;
    padding: 2px 4px;
    border-radius: 3px;
    box-shadow: 0px 2px 0px rgba(84, 96, 101, 0.61);
    color: #546065;
    font-size: 11px;
    padding-top: 3px;
}

.boxdl-ab40 table a {
    background: #03A9F4;
    color: #fff;
    padding: 9px 10px;
    border-radius: 4px;
}
.linkdlebox {
    background: linear-gradient(45deg, #0000, #0000000a);
    margin-bottom: .75rem;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    color:#282828;
    display: flex;
    font-size: 16px;
    margin-top: .75rem;
    font-weight: 500;
    gap: 7px;
    border-radius: 6px;
}
/* ظاهر summary/آکاردئون بدون نیاز به JS */
.boxdl-ab40 details.dlbox-chapter {
    margin-bottom: -10px;
    border-radius: 10px;
    overflow: hidden;
}
.boxdl-ab40 details.dlbox-chapter > summary {
    list-style: none; /* مخفی کردن مثلث پیش‌فرض برخی مرورگرها */
}
.boxdl-ab40 details.dlbox-chapter > summary::-webkit-details-marker { display:none; }

.boxdl-ab40 .linkdlebox {
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease, box-shadow .2s ease;
}
.boxdl-ab40 .linkdlebox:hover { background:#e6eefc; }

.boxdl-ab40 details[open] .linkdlebox {
    background:#F5F5F5;
    box-shadow: inset 0 0 0 2px rgba(46,58,116,.15);
}
/* چرخش فلش وقتی باز است (اگر آیکونت فونت/اس‌وی‌جی است، همین کافیه) */
.boxdl-ab40 details .linkdlebox i {
    transition: transform .2s ease;
    transform: rotate(90deg);
}
.boxdl-ab40 details[open] .linkdlebox i{
    transform: rotate(0deg);
}

.boxdl-footer {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 15px;
}
.boxdl-footer a {
    background: #eaf3fe;
    padding: 5px 10px;
    border-radius: 4px;
    color: #313b78;
    font-weight: bold;
    border: 1px solid #313b78;
}
.boxdl-note {
    background: #f4f9ff;
    padding: 10px 30px 10px 0;
    display: flex;
    flex-direction: column;
    margin: 8px 10px;
    border-radius: 10px;
    color: #313b78;
    border: 1px solid #0000001f;
    direction: rtl;
    text-align: right;
}
.boxdl-note li {
    margin-bottom: 4px;
}

/* استایل پایه همه دکمه‌ها */
.downloads-list .quality {
    display: inline-block;
    padding: 6px 14px;
    margin: 1px 6px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.9rem;
    text-align: center;
    cursor: default;
    transition: background 0.2s ease, color 0.2s ease, border 0.2s ease;
    background: #fff;
}

/* هر کلاس با بردر کمی شفاف‌تر از رنگ متن */
.downloads-list .quality.sub-attached {
    background: #ffccd2;
    color: #a60020;
    border: 1px solid rgba(166, 0, 32, 0.6);
}

.downloads-list .quality.no-sub {
    background: #c6f7d0;
    color: #1f5d33;
    border: 1px solid rgba(31, 93, 51, 0.6);
}

.downloads-list .quality.dub {
    background: #b3d8ff;
    color: #003f8c;
    border: 1px solid rgba(0, 63, 140, 0.6);
}

.downloads-list .quality.dub-2h {
    background: #ffe7b3;
    color: #805800;
    border: 1px solid rgba(128, 88, 0, 0.6);
}

.downloads-list .quality.dub-recorded {
    background: #f7c6f0;
    color: #6b005d;
    border: 1px solid rgba(107, 0, 93, 0.6);
}

.downloads-list .quality.dub-exclusive {
    background: #d6c6f7;
    color: #4b0082;
    border: 1px solid rgba(75, 0, 130, 0.6);
}

.downloads-list .quality.dual-lang {
    background: #c6f0f7;
    color: #005d6b;
    border: 1px solid rgba(0, 93, 107, 0.6);
}
@media (max-width: 700px) {
    .downloads-list {
        flex-direction: column;
    }
    .downloads-list a {
        min-width: 200px;
    }
    .downloads-list-detail {
        padding: 5px;
    }
}
/*
end dlbox
 */
/*
responsive
 */
.number-4 {
    width: calc(25% - 4px) !important;
}

@media (min-width: 1400px) {
    .ab-infos {
        min-width: 530px;
    }
}

@media (min-width: 992px) {
    .ab-Sectionone--body {
        width: calc(16.66% - 4px);
    }

    .ab-comingsoon .ab-Sectionone--body {
        width: 30%;
    }

    .number-8 {
        width: calc(25% - 4px);
    }
}

@media (min-width: 1325px) {
    .number-8 {
        width: calc(12.5% - 4px);
    }
}

@media (max-width: 1400px) {
    .ab-page {
        width: 100%;
    }

    .ab-infos {
        flex: 1;
    }
}


@media only screen and (max-width: 900px) {
    /*
    header nav menu
     */
    .ab-nav .sub-menu{
        display: block;
        position: static;
        visibility: visible;
        opacity: 1;
        margin: 0;
        padding: 0;
        width: auto;
        box-shadow: none;
        border-top: none;
        padding-right: 9px;
        margin-bottom: 5px;
    }
    .ab-nav {
        overflow: auto;
        padding-bottom: 2rem;
    }
    .ab-nav {
        width: 230px;
        background: #fff;
        position: fixed;
        padding: 12px 12px;
        height: 100%;
        z-index: 999;
        top: 56px;
        border-top: 1px solid #eee;
        box-shadow: 0 10px 10px #0000001a;
        right: -240px;
        margin: 0;
        transition: all 0.6s ease;
        display: block;
    }
    .ab-nav.active {
        box-shadow: 0 10px 10px #00000080;
        right: 0;
    }
    .ab-nav ul li {
        display: block;
        margin: 0 !important;
        padding: 6px 0 !important;
        background: unset !important;
        font-size: 14px;
        border-bottom: 1px solid #eaeaea;
    }
    .ab-nav ul li a {
        font-size: 15px;
    }
    .ab-nav .sub-menu li {
        border-bottom: unset;
        padding: 2px 0 !important;
    }
}

@media (max-width: 880px) {
    .ab-single-post .--sec1 {
        flex-direction: column-reverse !important;
    }

    .ab-cover {
        margin-left: 0;
        margin-bottom: 14px;
    }
}

@media (max-width: 700px) {

    /*
    woocommers
     */
    .ab40-topproduct {
        flex-direction: column !important;
    }
    .woocommerce div.product div.images {
        width: 100% !important;
        justify-content: center;
        display: flex;
    }
    .woocommerce div.product div.summary{
        width: 100% !important;
    }
    /*
    end woocommers
     */


    .index-article .--inner {
        flex-direction: column;
    }
    .indxpost--right {
        display: flex;
        justify-content: center;
    }

    .num--pvolume {
        display: none;
    }

    .ab-lyric {
        width: 90%;
        left: 5%;
        right: 5%;
    }

    .--posts li:nth-child(2n) {
        margin-left: 0;
    }

    .--posts li {
        width: calc(50% - 5px);
    }

    .ab_btn_bottom {
        flex-direction: column-reverse;
    }

    .ab_btn_bottom .download {
        display: block;
        margin: 4px 5px 3px;
        width: 98%;
    }

    .ab-rate {
        margin: 4px 5px 3px;
    }

    .watermark {
        width: 50px;
    }


    .ab-top-week a, .ab_single_banners a {
        width: calc(50% - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }

    .ab-top-week, .ab_single_banners .ab-center {
        flex-wrap: wrap;
    }


    .ab-Sectionone--body {
        width: calc(25% - 8px);
        margin: 7px 4px;
    }

    .ab-Sectionone--title, .ab-Sectionone--title .-name {
        font-size: 12px;
    }

    .number-8 {
        width: calc(25% - 6px) !important;
        margin: 7px 3px !important;
    }

    .number-8 .ab-posttype {
        display: none;
    }
}

@media (max-width: 599px) {

    .ab-slider {
        flex-wrap: wrap;
    }

    .ab-slider--body {
        width: 100%;
    }

    .ab-slider--body:first-child {
        margin: 0 auto;
    }

    .ab-slider--body:last-child {
        margin: 10px 0 0;
    }


    .ab-Sectionone--body {
        width: calc(33.33% - 4px);
        margin: 7px 2px;
    }

    .number-4 {
        width: calc(50% - 4px) !important;
    }

    .ab-footer {
        box-shadow: 0 0 7px #04040433;
    }

    .ab-footer .ab-container {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .footer_abdolahi40 {
        margin-top: 10px;
    }

    .copyright-music .ab-banners img {
        max-height: 80px;
    }

    /*
    woocommece shop
     */
    .woocommerce:has(.woocommerce-MyAccount-navigation) {
        display: flex;
        flex-direction: column;
    }
    .woocommerce .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul li {
        width: 50%;
    }
}

@media (max-width: 550px) {

    .ab-header-search {
        min-width: 95%;
        position: absolute;
        top: 40px;
        left: 2.5%;
        right: 2.5%;
        box-shadow: 0 9px 14px 2px #00000078;
        border: 2px solid #dfdfdf;
        border-radius: 5px;
        visibility: hidden;
        transition: all .3s ease-out;
        z-index: 1002;
    }

    .ab-header-search.visibility {
        top: 54px;
    }

    .search-mobile {
        display: flex;
    }

    .ab-header-logo-img {
        width: 120px;
    }

    .ab-header-logo {
        margin-top: 5px;
    }
}

@media (max-width: 480px) {
    .copyright-music .ab-banners img {
        max-height: 70px;
    }

    /*.ab-post__detail-label {
        margin-left: 0 !important;
        min-width: 100px;
        width: 100px;
    }
    .ab-post__detail-value {
        width: 83px;
    }*/
    .ab-infos {
        align-content: start;
    }

    .ab-post__details {
        display: flex;
        flex-direction: column;
    }

    .ab-post__detail-value {
        width: 100%;
    }

    .ab-post__detail-label {
        min-width: 135px;
        width: auto;
    }
}

@media (max-width: 390px) {
    .ab-Sectionone--body {
        width: calc(50% - 4px);
        margin: 7px 2px;
    }

    .number-4 {
        width: calc(50% - 4px) !important;
        margin: 7px 6px;
    }
}

/*
end responsive
 */