/*----------------------------------------
[Master Stylesheet]

Project:	Blast HTML Template
Version:	2.1
Primary use:	Blast HTML Template
----------------------------------------*/
/*----------------------------------------
[Table of contents]

1. Fonts
2. Common styles
3. Header
4. Sidebar
5. Player.readlist:after {

6. Main
7. Breadcrumb
8. Profile
9. Hero
10. Album
11. Releases
12. Store-item
13. Artist
14. EventØ§Ù†Ø¬Ø§Ù… Ø´Ø¯
15. Single
16. Post
17. Live
18. Product
19. Partners
20. Stats
21. Dashbox
22. Feature
23. Step
24. Plan
25. Contacts
26. Cart
27. Article
28. Share
29. Comments
30. Footer
31. Sign
32. Page 404
33. Modal
34. Slider radio
35. Select2
36. Scrollbar-track
----------------------------------------*/
/*==============================
	Fonts
==============================*/

:root {
    --clr-neon: #14f4ff;
    --clr-bg: #001414;
    --font-size: 3rem;
    --coin-gold: #ffd24b;
    --coin-gold-dark: #f0a900;
    --coin-stroke: #b07700;
}

*,
*::after,
*::before {
    box-sizing: border-box;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),
        url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('../fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('../fonts/iransans/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
    font-weight: bold;
}

/*==============================
	Common styles
==============================*/
:root {
    margin-top: 0px !important;
    overflow-x: hidden;
}

.cs-preloader {
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #101010;
    z-index: 99999999999;
    text-align: center;

}


.cs-preloader_bg {
    text-align: center;
    height: 100%;
    width: 100%;
}

.cs-preloader_in {
    width: 140px;
    height: 140px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 28px;
    border: 20px solid #0067b3;
    border-radius: 50%;
    background: white;
}

.cs-preloader_in:after {
    content: "";
    border-width: 2px;
    border-style: solid;
    border-color: #ffffff;
    border-top-color: #0067b3;
    border-radius: 50%;
    position: absolute;
    width: 150px;
    height: 150px;
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
}

.cs-preloader_in::before {
    content: '';
    height: 30px;
    width: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #0067b3;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    background-color: #222;
    padding: 0px !important;
    margin: 0px !important;
}

button {
    padding: 0;
    border: none;
    background-color: transparent;
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
    cursor: pointer;
}

button:focus {
    outline: none;
}

a {
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
}

input,
textarea,
select {
    padding: 0;
    margin: 0;
    border-radius: 0;
    /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  box-shadow: none;*/
    transition: 0.5s ease;
    transition-property: color, background-color, border-color, box-shadow;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

select::-ms-expand {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

::-moz-selection {
    background: #fff;
    color: #0e2d49;
    text-shadow: none;
}

::selection {
    background: #fff;
    color: #0e2d49;
    text-shadow: none;
}

::-webkit-input-placeholder {
    color: #626f83;
    opacity: 1;
}

::-moz-placeholder {
    color: #626f83;
    opacity: 1;
}

:-moz-placeholder {
    color: #626f83;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #626f83;
    opacity: 1;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

body::-webkit-scrollbar {
    width: 16px;
}

body::-webkit-scrollbar-track {
    background: #2f2f2f;
}

body::-webkit-scrollbar-thumb {
    background-color: #626f83;
    outline: 1px solid #2f2f2f;
}

.tab-content {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

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

.fade {
    transition: opacity 0.4s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.4s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

:focus-visible {
    outline: 0px dotted;
}

.row--grid {
    margin-right: -10px;
    margin-left: -10px;
}

.row--grid .col-6,
.row--grid .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (min-width: 768px) {
    .row--grid {
        margin-right: -15px;
        margin-left: -15px;
    }

    .row--grid .col-6,
    .row--grid .col-12 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.row--sidebar {
    margin-right: -10px;
    margin-left: -10px;
}

.row--sidebar .col-6,
.row--sidebar .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.owl-carousel .owl-item {
    -webkit-transform: none;
}

/*==============================
	Header
==============================*/
.header {
    display: block;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 70px;
    /* background-color: #101010; */
    /* border-bottom: 2px solid #2f2f2f; */
    z-index: 101;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 0px 0px 5px 5px;
    background-color: #101010;
}

.header__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    padding: 0 15px;
}

.header__logo {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 70px;
}

.header__logo img {
    width: 120px;
    height: auto;
    display: block;
}

.header__actions {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-left: auto;
    margin-right: 40px;
    margin-left: 5px;
}

.header__action {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 24px;
    position: relative;
    margin-left: 15px;
}

.header__action:first-child {
    margin-left: 0;
}

.header__action--cart span,
.header__action--note span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 18px;
    min-width: 16px;
    color: #fff;
    padding: 0 10px;
    border-radius: 8px;
    background-color: #777777;
    position: absolute;
    top: 10px;
    left: 33px;
    font-family: 'IRANSansWeb', sans-serif;
    font-size: 12px;
    pointer-events: none;
}

.header__action--cart span:empty,
.header__action--note span:empty {
    display: none;
}

.header__action--note a svg,
.header__action--note button svg {
    width: 22px;
}

.header__action--note span {
    background-color: #777777;
}

.header__action:hover .header__drop {
    pointer-events: auto;
    opacity: 1;
    z-index: 99;
    margin-top: 0;
}

.header__action-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 100%;
}

.header__action-btn span {
    display: none;
}

.header__action-btn svg {
    width: 24px;
    height: auto;
    fill: #b6b8ba;
    transition: fill 0.5s ease;
}

.header__action-btn:hover svg {
    fill: #069edb;
}

.header__btn {
    position: fixed;
    width: 24px;
    height: 22px;
    display: block;
    right: 15px;
    top: 0px;
    z-index: 9999999;
    padding: 35px;
    right: 10px !important;
    border-radius: 0px 0px 5px 0px;
    background: none !important;
}

.header__btn--active {
    right: 0px !important;
}


.header__btn span {
    position: absolute;
    right: 22px;
    width: 24px;
    height: 4px;
    background-color: #069edb;
    border-radius: 2px;
    transition: 0.5s ease;
    margin-top: 22px;
}

.header__btn span:first-child {
    top: 0;
}

.header__btn span:nth-child(2) {
    top: 10px;
    width: 16px;
}

.header__btn span:last-child {
    top: 20px;
    width: 8px;
}

.header__btn:hover span {
    background-color: #757575;
}

.header__btn--active span {
    background-color: #069edb;
}

.header__btn--active span:first-child {
    transform: rotate(-45deg);
    top: 9px;
}

.header__btn--active span:nth-child(2) {
    opacity: 0;
    width: 0;
}

.header__btn--active span:last-child {
    width: 24px;
    transform: rotate(45deg);
    top: 9px;
}

.header__search {
    position: absolute;
    left: 0;
    top: -71px;
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    z-index: 1;
    padding: 0 15px;
    border-bottom: 2px solid #2f2f2f;
    transition: top 0.5s ease;
}

.header__search input {
    width: calc(100% - 30px);
    height: 40px;
    background-color: #2f2f2f;
    color: #0e2d49;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    font-family: 'IRANSansWeb', sans-serif;
}

.header__search input:focus {
    border-color: #0e2d49;
}

.header__search button {
    position: absolute;
    right: 60px;
    top: 15px;
    height: 40px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header__search button svg {
    width: 20px;
    height: auto;
    fill: #626f83;
    transition: fill 0.5s ease;
}

.header__search button:hover svg {
    fill: #0e2d49;
}

.header__search button.close {
    right: 15px;
}

.header__search--active {
    top: 0;
}

.header__nav {
    display: none;
}

.header__drop {
    position: absolute;
    top: 100%;
    right: -15px;
    background-color: #2f2f2f;
    padding: 15px;
    border-radius: 5px;
    width: 200px;
    pointer-events: none;
    opacity: 0;
    z-index: -1;
    transition: 0.4s ease;
    margin-top: -5px;
}

.header__note {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(98, 111, 131, 0.1);
}

.header__note:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.header__note svg {
    width: 16px;
    height: auto;
    margin-right: 5px;
    fill: #626f83;
}

.header__note p {
    color: #0e2d49;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: calc(100% - 25px);
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

.header__note p a {
    color: #0e2d49;
    text-decoration: underline;
}

.header__note p a:hover {
    color: #0e2d49;
    text-decoration: none;
}

.header__note span {
    padding: 0;
    font-size: 12px;
    color: #626f83;
    position: relative;
    background-color: transparent;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.header__note--succ svg {
    fill: #29b474;
}

.header__note--fail svg {
    fill: #0075bc;
}

.header__note--info svg {
    fill: #626f83;
}

.header__note--gift svg {
    fill: #7640d8;
}

.header__product {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(98, 111, 131, 0.1);
    position: relative;
    padding-left: 56px;
}

.header__product button {
    position: absolute;
    width: 14px;
    bottom: 5px;
    right: 0;
}

.header__product button svg {
    width: 14px;
    height: auto;
    fill: #626f83;
    transition: fill 0.4s ease;
}

.header__product button:hover svg {
    fill: #0075bc;
}

.header__product img {
    width: 46px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 6px;
}

.header__product p {
    color: #0e2d49;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

.header__product p a {
    color: #0e2d49;
}

.header__product p a:hover {
    color: #0075bc;
}

.header__product span {
    padding: 0;
    font-size: 14px;
    color: #626f83;
    position: relative;
    background-color: transparent;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-top: 5px;
    line-height: 100%;
}

.header__product:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.header__all {
    display: none;
}

@media (min-width: 400px) {
    .header__action {
        margin-left: 20px;
    }

    .header__action:first-child {
        margin-left: 0;
    }

    .header {
        background-color: #101010;
    }

    .btnfix {
        display: none;
    }

    .header__actions {
        margin-left: 5px;
    }

    .footer__social a {
        margin-top: 20px;
        margin-right: 15px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        position: relative;
        margin: 0 auto;
        transition-property: all;
        margin-top: 14px;
    }

    .bookly-box {
        color: #8a8458 !important;
        margin-top: -89px !important;
        margin-right: 195px !important;
        font-size: 16px;
        margin-bottom: 20px !important;
        padding-bottom: 50px;
    }

}

@media (min-width: 768px) {
    .bookly-box {
        color: #8a8458;
        margin-top: -89px !important;
        margin-right: 89px !important;
        font-size: 16px;
        margin-bottom: 20px !important;
        padding-bottom: 50px;
    }
}

#sidebarlms {
    padding: 0px;
    padding-top: 15px;
}

@media (min-width: 576px) {
    #sidebarlms {
        padding: 15px;
        padding-top: 0px;
        padding-right: 0px;
    }

    .mpl0 {
        margin-left: 0px !important;
        padding-left: 0px;
        padding-right: 10px;
    }

    .header__action--signin {
        width: auto;
        padding-left: 22px;
    }

    .header__action--signin:before {
        content: '';
        position: absolute;
        display: block;
        width: 2px;
        height: 24px;
        background-color: #2f2f2f;
        top: 50%;
        right: 0;
        margin-top: -12px;
    }

    .header__action--signin:hover a span,
    .header__action--signin:hover button span {
        color: #696969;
    }

    .header__action--signin:hover a svg,
    .header__action--signin:hover button svg {
        fill: #0075bc;
    }

    .header__action-btn span {
        display: block;
        white-space: nowrap;
        color: #b0b0b0;
        font-size: 16px;
        margin-right: 10px;
        font-family: 'IRANSansWeb', sans-serif;
        transition: color 0.5s ease;
    }

    .header__content {
        padding: 0 30px;
    }

    .header__search {
        padding: 0 30px;
    }

    .header__search button {
        right: 75px;
    }

    .header__search button.close {
        right: 30px;
    }

    .header__btn {
        right: 30px;
    }

    .header__drop {
        width: 260px;
    }
}

@media (min-width: 768px) {
    .header__action {
        margin-left: 30px;
    }

    .header__action--signin {
        padding-right: 32px;
    }
}

@media (min-width: 1200px) {
    .header {
        position: relative;
        /*padding-left: 280px;*/
    }

    .header--mobile {
        display: none;
    }

    .header__logo,
    .header__btn {
        /*display: none;*/
    }

    .header__actions {
        margin-left: 0;
    }

    .header__action--search {
        display: none;
    }

    .header__search {
        position: relative;
        top: auto;
        left: auto;
        width: 320px;
        padding: 0;
        border: none;
        background-color: transparent;
    }

    .header__search input {
        padding: 0 60px 0 20px;
        width: 100%;
    }

    .header__search button {
        right: 20px;
    }

    .header__search button.close {
        display: none;
    }

    .header__search--active {
        top: auto;
    }

    .header__nav {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-right: 60px;
    }

    .header__nav a {
        font-size: 16px;
        color: #0e2d49;
        margin-right: 30px;
        font-family: 'IRANSansWeb', sans-serif;
    }

    .header__nav a:last-child {
        margin-right: 0;
    }

    .header__nav a:hover {
        color: #0075bc;
    }

    .header__all {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: #fff;
        color: #626f83;
        font-size: 13px;
        font-weight: 500;
        font-family: 'IRANSansWeb', sans-serif;
        margin-bottom: 15px;
        height: 24px;
        border-radius: 12px 12px 0 0;
    }

    .header__all:hover {
        color: #0075bc;
    }
}

/*==============================
	Sidebar
==============================*/
.sidebar {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #101010;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 350px;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    /*border-left: 2px solid #2f2f2f;*/

}

.sidebar__logo {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #272727;
    margin-bottom: 10px;
}


.sidebar__logo img {
    width: 100%;
    height: auto;
    display: block;
}

.sidebar__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sidebar__nav-link {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    color: #c3c3c3;
    font-family: 'IRANSansWeb', sans-serif;

    transition: 0.4s ease;
    position: relative;
}

    .sidebar__nav-link svg {
        fill: #626f83;
        width: 22px;
        height: auto;
        transition: fill 0.5s;
        margin-left: 12px;
        margin-bottom: 2px;
        float: left;
    }

.sidebar__nav-link svg:last-child {
    width: 16px;
    margin-right: 0;
    margin-top: 3px;
    margin-left: 2px;
    margin-bottom: 0;

}

.sidebar__nav-link:hover {
    color: #069edb;
}

.sidebar__nav-link:hover svg {
    fill: #0e2d49;
}

.sidebar__nav-link--active,
.sidebar__nav-link[aria-expanded="true"] {
    color: #069edb;
}

.sidebar__nav-link--active svg,
.sidebar__nav-link[aria-expanded="true"] svg {
    fill: #0e2d49;
}

.sidebar__nav-link--active:hover svg,
.sidebar__nav-link[aria-expanded="true"]:hover svg {
    fill: #0e2d49;
}

.sidebar__nav-link[aria-expanded="true"] {
 /*   margin-bottom: 15px;*/
}

.sidebar__nav-link--active {
    cursor: default;
}

.sidebar__nav-item {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    position: relative;
    text-align: right;
    padding-right: 15px;
    border-bottom: 1px solid #272727;
}
.page-nav__menu li {
    border:none !important;
}
.sidebar__nav-item:last-child {
    margin-bottom: 0;
}

.sidebar__menu {
/*    padding: 0;
    display: block;
    width: 100%;
    text-align: left;
    overflow: hidden;
    background-color: #222;
    transition: 0.4s ease;
    height: auto;*/
}

.sidebar__menu--scroll {
/*    height: 165px;
    overflow: hidden;*/
}

.sidebar__menu li {
    margin-bottom: 0px;
    position: relative;
    padding-top: 10px !important;
    padding-right: 30px !important;
    padding-left: 10px !important;
    list-style: none;
}



.sidebar__menu li:last-child {
    margin-bottom: 0;
    padding-bottom: 20px;
}

.sidebar__menu li:last-child:before {
    top: 11px;
}

.sidebar__menu li:first-child {
    margin-top: 0;
    padding-top: 20px;
}

.sidebar__menu li:first-child:before {
    top: 31px;
}

.sidebar__menu a {
    font-size: 14px;
    color: #626f83;
    display: block;
    font-weight: 400;
}

.sidebar__menu a:hover {
    color: #0075bc;
}

.sidebar__menu a.active {
    color: #0075bc;
    cursor: default;
}

.sidebar--active {
    transform: translateX(0);
}

@media (min-width: 576px) {
    .sidebar__logo {
        padding: 0px 60px;
    }

    .sidebar__menu li {
       /* padding: 0 0 0 64px;*/
    }

    .sidebar__menu li:before {
        left: 40px;
    }
}

@media (min-width: 1200px) {

    /*.sidebar {
    transform: translateX(0);
  }*/
    .sidebar__nav {}
}

/*==============================
	Player
==============================*/
.player {
    position: fixed;
    z-index: 102;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #101010;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-top: 2px solid #2f2f2f;
    transform: translateY(100%);
    transition: transform 0.5s ease;
}

.player__cover {
    width: 100%;
    max-width: 70px;
}

.player__cover img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
}

.player__track {
    font-size: 16px;
    line-height: 24px;
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    color: #626f83;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.player__track b {
    font-weight: 600;
    color: #0e2d49;
}

.player__content {
    width: 100%;
}

.player__btn {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #000;
    border-radius: 50% 50% 0 0;
    height: 40px;
    width: 90px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 103;
    color: #c2c2c2;
    font-size: 14px;
    padding: 5px 0 0 0;
    border: 2px solid #4a4a4a;
    border-bottom: none;
}

.player__btn svg {
    width: 18px;
    height: auto;
    fill: #0e2d49;
    margin-right: 8px;
}

.player--active {
    transform: translateY(0);
}

@media (min-width: 1200px) {
    .player {
        width: 278px;
        padding: 10px;
        transform: translateY(0);
    }

    .player__btn {
        display: none;
    }
}

.plyr__control {
    padding: 0;
}

.plyr__control svg {
    width: 24px;
    height: 24px;
    transition: fill 0.4s ease;
}

.plyr__control:hover {
    background-color: transparent !important;
}

.plyr__control:hover svg {
    fill: #0075bc;
}

.plyr__controls {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.plyr__actions {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.plyr__actions button {
    margin: 0 5px;
}

.plyr__tooltip {
    background-color: #2f2f2f;
    box-shadow: none;
    color: #0e2d49;
    font-size: 14px !important;
}

.plyr__tooltip:before {
    border-top-color: #2f2f2f;
}

.plyr__wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}

.plyr__time {
    margin-left: 10px;
    color: #626f83;
    font-size: 14px;
    line-height: 100%;
}

.plyr__volume {
    margin-right: auto;
}

.plyr__progress {
    width: 100%;
}

.plyr--audio .plyr__controls {
    padding: 0;
    color: #0e2d49;
    background-color: transparent;
}

.plyr--full-ui input[type="range"] {
    color: #0075bc;
}

/*==============================
	Main
==============================*/
.main {
    position: relative;
    margin-top: 80px;

    min-height: calc(100vh - 270px);
}

.main__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 10px;
    margin-top: 60px;
}

.main__title h1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #0e2d49;
    font-size: 30px;
    line-height: 140%;
    margin-bottom: 0;
    position: relative;
}

.main__title h1 b {
    font-weight: 500;
}

.main__title h1 a {
    color: #0e2d49;
}

.main__title h1 a:hover {
    color: #0075bc;
}

.main__title h2 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #0e2d49;
    font-size: 26px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
}

.main__title h2 svg {
    width: 26px;
    height: auto;
    fill: #0075bc;
    margin-right: 10px;
}

.main__title h2 b {
    font-weight: 500;
}

.main__title h2 a {
    color: #0e2d49;
}

.main__title h2 a:hover {
    color: #0075bc;
}

.main__title h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    font-size: 24px;
    color: #0e2d49;
    margin-bottom: 0;
    line-height: 100%;
    position: relative;
}

.main__title p {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #626f83;
    margin-top: 20px;
    margin-bottom: 0;
}

.main__title p b {
    font-weight: 600;
}

.main__title p a {
    color: #0075bc;
    text-decoration: underline;
}

.main__title p a:hover {
    text-decoration: none;
}

.main__title ol {
    padding-left: 0;
    list-style: none;
    counter-reset: li;
    margin-bottom: 0;
}

.main__title ol ol {
    padding-left: 15px;
    margin-top: 10px;
}

.main__title ol ol ol {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main__title ol ol ol li {
    margin-top: 5px;
}

.main__title ol h4 {
    font-size: 16px;
    color: #0e2d49;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    font-weight: 500;
    font-family: 'IRANSansWeb', sans-serif;
}

.main__title ol li {
    font-size: 16px;
    line-height: 24px;
    color: #626f83;
    position: relative;
}

.main__title ol li b {
    font-weight: 600;
    color: #626f83;
}

.main__title ol li a {
    color: #0075bc;
}

.main__title ol li a:hover {
    color: #0075bc;
    text-decoration: underline;
}

.main__title ol li:last-child {
    margin-bottom: 0;
}

.main__title ol li:before {
    counter-increment: li;
    content: counters(li, ".") ". ";
}

.main__title--page {
    margin-bottom: 0;
    margin-top: 50px;
}

.main__link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #626f83;
    font-weight: 600;
}

.main__link i {
    width: 22px;
    height: auto;
    fill: #626f83;
    margin-left: 5px;
    transition: fill 0.5s ease;
}

.main__link:hover {
    color: #bbbbbb;
}

.main__link:hover svg {
    fill: #0075bc;
}

.main__carousel-wrap {
    position: relative;
}

.main__carousel .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.main__carousel .owl-dot {
    margin-right: 10px;
}

.main__carousel .owl-dot:last-child {
    margin-right: 0;
}

.main__carousel .owl-dot span {
    display: block;
    height: 4px;
    width: 10px;
    border-radius: 2px;
    background-color: #626f83;
    transition: 0.5s ease;
}

.main__carousel .owl-dot.active span {
    width: 20px;
    background-color: #0e2d49;
}

.main__nav {
    display: none;
}

.main__list {
    margin-top: 20px;
}

.main__list--dashbox {
    margin-top: 0;
}

.main__list--dashbox .single-item__title {
    text-align: right;
    float: right;
    margin: auto;
    margin-right: 15px;
    margin-left: 15px;
    width: 100%;
    max-width: 50%;
}

.main__list--dashbox .single-item__time {
    font-size: 12px;

    text-align: center;
}

}

.main__filter:before {
    content: '';
    position: absolute;
    display: block;
    left: -15px;
    right: -15px;
    width: auto;
    top: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
    bottom: 0;
    background-color: #fff;
}

.main__filter-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}

.main__filter-search {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}

.main__filter-search input {
    width: 100%;
    height: 40px;
    background-color: #2f2f2f;
    color: #0e2d49;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    padding: 0 60px 0 20px;
    font-family: 'IRANSansWeb', sans-serif;
}

.main__filter-search input:focus {
    border-color: #0e2d49;
}

.main__filter-search button {
    position: absolute;
    right: 20px;
    top: 0;
    height: 40px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.main__filter-search button svg {
    width: 20px;
    height: auto;
    fill: #626f83;
    transition: 0.5s ease;
}

.main__filter-search button:hover svg {
    fill: #0e2d49;
}

.main__load {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background-color: #0e2d49;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    margin: 30px auto 0;
}

.main__load:hover {
    color: #fff;
    background-color: #0075bc;
}

.main__tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.main__tabs li {
    margin-top: 15px;
    margin-right: 15px;
}

.main__tabs li:last-child {
    margin-right: 0;
}

.main__tabs a {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    min-width: 70px;
    width: auto;
    color: #fff;
    font-size: 14px;
    background-color: #626f83;
    border-radius: 5px;
    padding: 0 20px;
}

.main__tabs a span {
    font-size: 12px;
    font-weight: 600;
    margin-right: 3px;
    margin-top: 3px;
}

.main__tabs a:hover {
    color: #fff;
    background-color: #0e2d49;
}

.main__tabs a.active {
    background-color: #0075bc;
    color: #fff;
}

.main__table {
    width: 100%;
    min-width: 520px;
    border-spacing: 0;
}

.main__table thead {
    border-bottom: 2px solid #2f2f2f;
}

.main__table thead th {
    font-size: 14px;
    color: #626f83;
    font-weight: 400;
    padding: 0 10px 20px 0;
    line-height: 100%;
    margin-bottom: 0;
    border: none;
}

.main__table thead th a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #626f83;
}

.main__table thead th a svg {
    width: 20px;
    height: auto;
    fill: #626f83;
    transition: fill 0.5s ease;
}

.main__table thead th a:hover {
    color: #0e2d49;
}

.main__table thead th a:hover svg {
    fill: #0075bc;
}

.main__table thead th a.active {
    color: #0e2d49;
}

.main__table thead th a.active svg {
    width: 16px;
    fill: #0075bc;
}

.main__table tbody tr {
    border-bottom: none;
    background-color: transparent;
    border-top: 2px solid #2f2f2f;
}

.main__table tbody td {
    padding: 0;
    background-color: transparent;
    border: 0px solid transparent;
}

.main__table tbody td:first-child .main__table-text {
    border-radius: 20px 0 0 20px;
}

.main__table tbody td:last-child .main__table-text,
.main__table tbody td:last-child .main__table-btns {
    border-radius: 0 20px 20px 0;
}

.main__table tbody td .main__table-text {
    background-color: transparent;
    padding: 15px 20px 15px 0;
}

.main__table-text {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #626f83;
    font-weight: 400;
    line-height: 30px;
    padding: 20px;
    white-space: nowrap;
}

.main__table-text svg {
    width: 18px;
    height: auto;
    transition: fill 0.5s ease;
    fill: #626f83;
    margin-right: 5px;
}

.main__table-text a {
    font-size: 16px;
    color: #0e2d49;
}

.main__table-text a:hover {
    color: #0075bc;
}

.main__table-text--number a {
    font-size: 14px;
    line-height: 22px;
    border-bottom: 2px dashed #0075bc;
}

.main__table-text--price {
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    color: #626f83;
    font-size: 16px;
}

.main__table-text--red {
    color: #0075bc;
}

.main__table-text--red svg {
    fill: #0075bc;
}

.main__table-text--green {
    color: #29b474;
}

.main__table-text--green svg {
    fill: #29b474;
}

.main__table-text--grey {
    color: #626f83;
}

.main__table-img {
    width: 100px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px 20px 15px 0;
}

.main__table-img img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (min-width: 400px) {
    .main__list--dashbox .single-item__title {}

}

@media (min-width: 576px) {

    .main {
        padding: 20px 15px 60px;
    }

    .main__list--dashbox .single-item__title {
        max-width: 100%;
        width: 100%;
    }

    .main__list--dashbox .single-item__time {
        font-size: 14px;
    }

    .main__filter:before {
        left: -30px;
        right: -30px;
    }
}

@media (min-width: 768px) {
    .main {
        padding: 30px 15px 70px;
    }

    .main__title {
        margin-top: 70px;
        margin-bottom: 0;
    }

    .main__title h1 {
        font-size: 36px;
    }

    .main__title h2 {
        font-size: 30px;
    }

    .main__title h2 svg {
        width: 30px;
    }

    .main__title p:last-child {
        margin-bottom: 10px;
    }

    .main__title--sidebar {
        margin-bottom: 10px;
    }

    .main__carousel .owl-dots {
        margin-top: 30px;
    }

    .main__list {
        margin-top: 30px;
    }

    .main__list--dashbox {
        margin-top: 0;
    }

    .main__filter {
        padding: 0;
        flex-direction: row;
        align-items: center;

        height: 70px;
    }

    .main__filter-wrap {
        padding: 0;
    }

    .main__load {
        margin: 40px auto 0;
    }

    .main__tabs li {
        margin-top: 20px;
        margin-right: 20px;
    }

    .main__tabs li:last-child {
        margin-right: 0;
    }

    .main__filter-search {
        margin-bottom: 0;
        width: 180px;
        margin-right: 30px;
    }

    .main__filter-search input {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .main__filter-search {
        margin-bottom: 0;
        width: 250px;
    }

    .main__filter-search input {
        width: 250px;
    }

    .main__title--sidebar {
        margin-top: 30px;
    }

}

@media (min-width: 1200px) {
    .main {
        padding: 0px;
        margin-top: 80px;
        min-height: calc(100vh - 230px);
    }

    .main__carousel .owl-dots {
        justify-content: flex-end;
        padding-right: 68px;
    }

    .main__nav {
        position: absolute;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 34px;
        height: 34px;
        right: 0;
        bottom: -14px;
        z-index: 2;
    }

    .main__nav svg {
        width: 30px;
        height: auto;
        fill: #626f83;
        transition: fill 0.5s ease;
    }

    .main__nav:hover svg {
        fill: #0e2d49;
    }

    .main__nav--prev {
        right: 25px;
    }

    .main__nav--next {
        right: -5px;
    }

    .main__nav--hero {
        bottom: 15px;
    }

    .main__nav--hero svg {
        fill: #fff;
    }

    .main__nav--hero.main__nav--prev {
        right: 95px;
    }

    .main__nav--hero.main__nav--next {
        right: 65px;
    }

    .main__nav--hero:hover svg {
        fill: #0075bc;
    }

    .main__filter {
        /*position: -webkit-sticky;
    position: sticky;*/
        top: 0;
        z-index: 99;

        border: none;
    }

    .main__filter-search {
        margin-bottom: 0;
        width: 220px;
    }

    .main__filter-search input {
        width: 220px;
    }
}

/*==============================
	Breadcrumb
==============================*/
.breadcrumb {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.breadcrumb__item {
    font-size: 14px;
    color: #626f83;
    transition: 0.5s ease;
    position: relative;
    margin-right: 34px;
}

.breadcrumb__item:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 1px;
    bottom: 0;
    width: 34px;
    background: url("../img/breadcrumb.svg") no-repeat center/16px auto;
}

.breadcrumb__item:hover {
    color: #626f83;
}

.breadcrumb__item:last-child {
    margin-right: 0;
}

.breadcrumb__item:last-child:before {
    display: none;
}

.breadcrumb__item--active {
    cursor: default;
    margin-right: 0;
}

.breadcrumb__item--active:before {
    display: none;
}

.breadcrumb__item--active:hover {
    color: #626f83;
}

.breadcrumb a {
    color: #626f83;
}

.breadcrumb a:hover {
    color: #0075bc;
}

@media (min-width: 1200px) {
    .breadcrumb {
        margin-top: 25px;
    }

    .breadcrumb--hidden-desk {
        display: none;
    }
}

/*==============================
	Profile
==============================*/
.profile {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #2f2f2f;
    padding: 20px 20px 0;
    border-radius: 5px;
    position: relative;
    margin-top: 20px;
    border: 2px solid #2f2f2f;
    background-color: #1b1b1b;
}

.profile__tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.profile__tabs li {
    margin-right: 20px;
}

.profile__tabs li:last-child {
    margin-left: 0;
}

.profile__tabs a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    height: 40px;
    color: #626f83;
    position: relative;
    font-size: 14px;
    font-family: 'IRANSansWeb', sans-serif;
}

.profile__tabs a:hover {
    color: #0e2d49;
}

.profile__tabs a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    display: block;
    background-color: #0075bc;
    transition: 0.5s ease;
    transform: translateY(3px);
    opacity: 0;
    border-radius: 3px 3px 0 0;
}

.profile__tabs a.active {
    color: #ffffff;
    cursor: default;
}

.profile__tabs a.active:before {
    opacity: 1;
    transform: translateY(0);
}

.profile__logout {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    position: absolute;
    top: 20px;
    left: 20px;
}

.profile__logout span {
    display: none;
    font-size: 16px;
    color: #626f83;
    margin-left: 10px;
    transition: 0.5s ease;
    font-family: 'IRANSansWeb', sans-serif;
}

.profile__logout svg {
    fill: #626f83;
    width: 24px;
    height: auto;
    transition: fill 0.5s ease;
}

.profile__logout:hover span {
    color: #0e2d49;
}

.profile__logout:hover svg {
    fill: #0075bc;
}

.profile__user {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.profile__meta {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.profile__meta h3 {
    color: #ffffff;
    font-family: 'IRANSansWeb', sans-serif;
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 7px;
    line-height: 100%;
}

.profile__meta span {
    color: #626f83;
    font-size: 12px;
    line-height: 100%;
}

.profile__avatar {
    display: block;
    position: relative;
    width: 40px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    margin-left: 15px;
}

.profile__avatar img {
    width: 100%;
}

@media (min-width: 768px) {
    .profile {
        margin-top: 25px;
        padding: 0 20px;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .profile__tabs {
        border-bottom: none;
        margin-bottom: 0;
        width: auto;
        margin-left: auto;
    }

    .profile__tabs li {
    margin-right: 20px;
    text-align: center;
    text-align: center;
}

    .profile__tabs li:last-child {
        margin-left: 0;
    }

    .profile__tabs a {
        align-items: center;
        height: 70px;
        font-size: 16px;
    }

    .profile__user {
        margin-bottom: 0;
        margin-left: 60px;
    }

    .profile__logout {
        position: relative;
        top: auto;
        right: auto;
    }

    .profile__logout span {
        display: block;
    }
}

/*==============================
	Hero
==============================*/
.hero {
    display: block;
    width: 100%;
}

.hero .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -25px;
    position: relative;
    margin-bottom: 15px;
}

.hero .owl-dot {
    margin-right: 10px;
}

.hero .owl-dot:last-child {
    margin-right: 0;
}

.hero .owl-dot span {
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 2px;
    background-color: #626f83;
    transition: 0.5s ease;
}

.hero .owl-dot.active span {
    width: 40px;
    background-color: #0e2d49;
}

.hero .owl-stage-outer {
    border-radius: 5px;
    height: auto !important;
}

.hero__slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    /* min-height: 300px; */
    border-radius: 5px;
    overflow: hidden;
    padding: 0px !important;
   
}

/*.hero__slide:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
  z-index: 1;
}*/
.hero__title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 400;
    font-size: 24px;
    font-family: 'IRANSansWeb', sans-serif;
    margin-bottom: 0;
    line-height: 130%;
    text-align: right;
}

.hero__text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
    margin-top: 15px;
    text-align: right;
    direction: rtl;
}

.hero__btns {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
}

.hero__btn {
    width: auto;
    min-width: 120px;
    height: 50px;
    border-radius: 10px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #0e2d49;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    padding: 0 20px;
    margin-top: 20px;
    margin-right: 20px;
}

.hero__btn svg {
    fill: #0e2d49;
    width: 28px;
    height: auto;
    margin-right: 7px;
}

.hero__btn:last-child {
    margin-right: 0;
}

.hero__btn:hover {
    color: #0075bc;
}

.hero__btn--video {
    text-transform: none;
    font-size: 16px;
}

.hero__btn--video svg {
    fill: #0e2d49;
    width: 28px;
    height: auto;
    margin-right: 7px;
}

.hero__btn--video:hover {
    background-color: #0075bc;
    color: #fff;
}

.hero__btn--red {
    background-color: #0075bc;
    color: #fff;
}

.hero__btn--red:hover {
    background-color: #fff;
    color: #0075bc;
}

@media (min-width: 768px) {
    .hero .owl-dots {
        margin-top: 30px;
    }

    .hero__title {
        font-size: 36px;
    }

    .hero__btn {
        margin-top: 30px;
        margin-left: 30px;
        min-width: 160px;
        padding: 0 25px;
    }

    .hero__btn:last-child {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .hero {}

    .hero .owl-dots {
        justify-content: flex-end;
        margin-top: -34px;
        margin-bottom: 25px;
        padding-right: 30px;
        z-index: 2;

    }

    .hero .owl-dot span {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .hero .owl-dot.active span {
        background-color: #fff;
    }

    .hero__title {
        font-size: 35px;
    }

    .hero__text {
        font-size: 16px;
        line-height: 28px;
    }

    .hero__btn {
        margin-top: 15px;
    }

}

@media (min-width: 1900px) {
    /*.hero__slide {
    padding-right: 50%;
  }*/
}

/*==============================
	Album
==============================*/
.album {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
}

.album__cover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #000;
}

.album__cover img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: 0.5s ease;
}

.album__cover a {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -28px;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0.8);
    opacity: .5;
    transition: 0.5s ease;
}

.album__cover a svg {
    fill: #0e2d49;
    width: 24px;
    height: auto;
    margin: 1px 0 0 1px;
    transition: fill 0.5s ease;
}

/*.album__cover a:hover svg {
  fill: #0075bc;
}
.album__cover:hover img {
  opacity: 0.6;
  transform: scale(1.08);
}
.album__cover:hover a {
  opacity: 1;
  transform: scale(1);
}
.album__cover:hover .album__stat {
  opacity: 1;
  transform: scale(1);
}*/
.album__title {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
}

.album__title h3 {
    display: block;
    width: 100%;
    color: #0e2d49;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    text-align: center;
    padding-top: 15px;
}

.album__title h3 a {
    color: #999999;
}

.album__title h3 a:hover {
    color: #0075bc;
}

.album__title span {
    display: block;
    width: 100%;
    color: #626f83;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.album__title span a {
    color: #626f83;
}

.album__title span a:hover {
    color: #0075bc;
}

.album__stat {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 20px;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s ease;
}

.album__stat span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
}

.album__stat span:last-child {
    margin-right: 0;
}

.album__stat svg {
    width: 14px;
    height: auto;
    fill: #fff;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .album {
        margin-top: 30px;
    }

    .album--sidebar {
        margin-top: 20px;
    }

    .album__stat {
        font-size: 13px;
    }

    .album__stat span {
        margin-left: 20px;
    }

    .album__stat span:last-child {
        margin-right: 0;
    }

    .album__stat svg {
        width: 16px;
    }
}

/*==============================
	Releases
==============================*/
.release {
    margin-top: 20px;
    border: 2px solid #2f2f2f;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    position: release;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.release__cover {
    display: block;
    position: release;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.release__cover img {
    width: 100%;
}

.release__list {
    position: relative;
    height: 330px;
    width: 100%;
    overflow: hidden;
    padding-right: 14px;
    margin-top: 20px;
}

.release__stat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #626f83;
    font-size: 14px;
    transition: 0.5s ease;
    width: 100%;
    margin-top: 15px;
}

.release__stat span {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
}

.release__stat span:last-child {
    margin-right: 0;
}

.release__stat svg {
    width: 20px;
    height: auto;
    fill: #0e2d49;
    margin-right: 5px;
}

.release__buy {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #0075bc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    padding: 0 25px;
    margin-top: 15px;
}

.release__buy svg {
    fill: #0e2d49;
    width: 28px;
    height: auto;
    margin-right: 7px;
}

.release__buy:hover {
    background-color: #0e2d49;
    color: #fff;
}

@media (min-width: 768px) {
    .release {
        flex-direction: row;
        margin-bottom: 10px;
    }

    .release__list {
        margin-top: 0;
        width: calc(100% - 250px);
    }

    .release__content {
        width: 230px;
        margin-right: 20px;
    }
}

@media (min-width: 1200px) {
    .release__list {
        width: calc(100% - 310px);
        height: 388px;
    }

    .release__content {
        width: 290px;
    }
}

/*==============================
	Store-item
==============================*/
.store-item {
    margin-top: 20px;
    background-color: #3d3d3d;

    border-radius: 5px;
    position: release;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.store-item__cover {
    display: block;
    border-radius: 0px 5px 5px 0px;
    width: 100%;
    overflow: hidden;
}

.store-item__cover img {
    width: 100%;
}

.store-item__description {
    position: relative;
    width: 100%;
    padding: 40px;
}

.store-item__buy {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #0075bc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    padding: 0 25px;
    margin-top: 15px;
}

.store-item__buy svg {
    fill: #0e2d49;
    width: 28px;
    height: auto;
    margin-right: 7px;
}

.store-item__buy:hover {
    background-color: #0e2d49;
    color: #fff;
}

.store-item__content {
    display: block;
    margin: 0px !important;
    border-radius: 0px;
    width: 100% !important;
}

.store-item__carousel {
    position: relative;
    width: 100%;
}

.store-item__carousel .owl-dots {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.store-item__carousel .owl-dot {
    margin-right: 10px;
}

.store-item__carousel .owl-dot:last-child {
    margin-right: 0;
}

.store-item__carousel .owl-dot span {
    display: block;
    height: 4px;
    width: 10px;
    border-radius: 2px;
    background-color: #626f83;
    transition: 0.5s ease;
}

.store-item__carousel .owl-dot.active span {
    width: 20px;
    background-color: #0e2d49;
}

@media (min-width: 768px) {
    .store-item {
        flex-direction: row;
    }

    .store-item__description {
        margin-top: 0;
        width: calc(100% - 250px);
    }

}

@media (min-width: 1200px) {
    .store-item__description {
        width: calc(100% - 310px);
    }

}

/*==============================
	Artist
==============================*/
.artist {
    /* margin-top: 20px; */
    width: 100%;
    display: block;
    margin: 10px;
}

.artist__cover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.artist__cover:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.4;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.artist__cover img {
    width: 100% !important;
    display: block;
    position: relative;
    z-index: 1;
    height: 100% !important;
}

.artist__title {
    z-index: 3;
    color: #c3c3c3;
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    transition: color 0.5s ease;
    margin-top: 15px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
}

.artist:hover .artist__cover:before {
    opacity: 0.8;
}

.artist:hover .artist__title {
    color: #0075bc;
}

@media (min-width: 768px) {
    .artist {
        margin-top: 30px;
    }
}

/*==============================
	Event
==============================*/
.event {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    direction: rtl;
}

.event:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.6;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.offlist:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: .3;
    transition: opacity 0.5s 
ease;
    z-index: 1;
}

.onlist:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 0.5s ease;
    z-index: 1;
}

.readlist:after {
    content: 'انجام شد';
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    right: 0;
    background: #8b8b8b85;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    z-index: 1;
    width: 40%;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
}

.readlist {
    filter: grayscale(100%);
}

.readlist2:after {
    content: 'مطالعه شده';
    position: absolute;
    display: block;
    top: 30px;
    left: 0;
    right: 0;
    background: #8b8b8b85;
    opacity: 0.8;
    transition: opacity 0.5s ease;
    z-index: 1;
    width: 40%;
    text-align: center;
    padding: 5px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 5px 5px 0px 0px;
}

.readlist2 {
    filter: grayscale(100%);
}

.event__date {
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.event__time {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 400;
    margin-bottom: 20px;
}

.event__title {
    position: absolute;
    bottom: 30px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    height: 71px;
    line-height: normal;
    padding: 16px;
    z-index: 9;
    padding: 30px;
}
.event .pblog {
   position: absolute;
    top: 0px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #e9e9e9;
    font-size: 13px;
    margin-bottom: 5px;
    width: 100%;
    text-align: right;
    height: 71px;
    line-height: normal;
    padding: 16px;
    z-index: 9;
    padding: 30px;
    text-align: justify;
    text-shadow: 1px 1px 7px #000000;
    opacity: .5;
}

.event__title a {
    color: #fff;
}

.event__title a:hover {
    opacity: .6;
}

.event__address {
    position: relative;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-bottom: 0;
    width: 100%;
    text-align: right;
}

.event__ticket {
    position: absolute;
    top: 20px;
    left: 20px;
    min-width: 130px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #0e2d49;
    font-size: 14px;
    z-index: 2;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    padding: 0 15px;
}

.event__ticket svg {
    width: 18px;
    height: auto;
    margin-right: 7px;
    fill: #0e2d49;
}

.event__ticket:hover {
    color: #fff;
    background-color: #0075bc;
}

.event__out {
    position: absolute;
    top: 20px;
    left: 20px;
    min-width: 120px;
    height: 40px;
    border-radius: 5px;
    background-color: #0075bc;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    z-index: 2;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    padding: 0 15px;
}

.event:hover:before {
    opacity: 0.8;
}

@media (min-width: 768px) {

    /*.event__title {
    font-size: 26px;
  }*/
    .event__ticket,
    .event__out {
        top: 30px;
        left: 30px;
    }
}

/*==============================
	Single
==============================*/
.single-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #2f2f2f;
    background: white;
    border-radius: 5px;
    /* padding: 15px; */
    padding-top: 5px;
    padding-bottom: 10px;

}

.single-item:hover {
    opacity: 1;
}

.single-item:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.single-item__number {
    color: #0e2d49;
    font-size: 22px;
    min-width: 20px;
    width: auto;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.single-item__rate {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #0e2d49;
    width: 24px;
    margin-right: 10px;
}

.single-item__rate svg {
    fill: #29b474;
    width: 20px;
    height: auto;
}

.single-item__rate--red svg {
    fill: #0075bc;
}

.single-item__cover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.5s ease;
}

.single-item__cover img {
    width: 118px;
    height: auto;
    opacity: 1;
    transition: opacity 0.5s ease;
    position: relative;
    margin-right: 13px;
    margin-top: 9px;
    border-radius: 80px;
}

.single-item__cover i {
    position: absolute;
    opacity: 0;
    fill: #fff;
    width: 24px;
    height: auto;
    margin: 1px 0 0 1px;
    transition: 0.5s ease;
}

.single-item__cover:hover i {
    fill: #0075bc;
}

.single-item__cover.active {
    background-color: #000;
}

.single-item__cover.active img {
    opacity: 0.5;
}

.single-item__cover.active i {
    fill: #0075bc;
}

.single-item__cover.pause i {
    opacity: 1;
}

.single-item__cover.pause i:last-child {
    opacity: 0;
}

.single-item__cover.play i {
    opacity: 0;
}

.single-item__cover.play i:last-child {
    opacity: 1;
}

.single-item__title {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 15px;
    margin-right: auto;
}

.single-item__title h4 {
    display: block;
    width: 100%;
    color: #0e2d49;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.single-item__title h4 a {
    color: #0e2d49;
}

.single-item__title h4 a:hover {
    color: #0075bc;
}

.single-item__title span {
    display: block;
    width: 100%;
    color: #626f83;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;

}

.single-item__title span a {
    color: #626f83;
}

.single-item__title span a:hover {
    color: #0075bc;
}

.single-item__time {
    margin-left: 15px;
    font-size: 14px;
    color: #626f83;
}

.single-item__time--live {
    background-color: #0075bc;
    color: #fff;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 24px;
    padding: 0 10px;
    border-radius: 12px;
    font-size: 12px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.single-item__add {
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(41, 180, 116, 0.15);
    padding: 0px;
}

.single-item__add svg {
    width: 18px;
    height: auto;
    fill: #29b474;
}

.single-item__add:hover {
    background-color: rgba(41, 180, 116, 0.3);
}

.single-item__export {
    margin-left: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgba(41, 180, 116, 0.15);
    padding: 0px;
}

.single-item__export svg {
    width: 18px;
    height: auto;
    fill: #7640d8;
}

.single-item__export:hover {
    background-color: rgba(118, 64, 216, 0.3);
}

.single-item:hover .single-item__cover img {
    opacity: 0.5;
}

.single-item:hover .single-item__cover svg {
    opacity: 1;
}

/*.single-item:hover .single-item__cover svg:last-child {
  opacity: 0;
}*/
.single-item:hover .single-item__cover.play svg {
    opacity: 0;
}

.single-item:hover .single-item__cover.play svg:last-child {
    opacity: 1;
}

/*==============================
	Post
==============================*/
.post {
    position: relative;
    margin-top: 20px;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: calc(100% - 20px);
}

.post__img {
    display: block;
    width: 100%;
    position: relative;
    background-color: #000;
}

.post__img:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.post__img img {
    width: 100%;
    position: relative;
    z-index: 1;
}

.post__img:hover:before {
    opacity: 0.4;
}

.post__video {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #0e2d49;
    padding: 0 15px;
}

.post__video svg {
    fill: #0e2d49;
    width: 22px;
    height: auto;
    margin-right: 5px;
}

.post__video:hover {
    background-color: #0075bc;
    color: #fff;
}

.post__content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    height: 100%;
    border-left: 2px solid #2f2f2f;
    border-right: 2px solid #2f2f2f;
    border-bottom: 2px solid #2f2f2f;
}

.post__category {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    min-width: 70px;
    width: auto;
    color: #fff;
    font-size: 13px;
    background-color: #626f83;
    border-radius: 15px;
    padding: 0 15px;
    margin-bottom: 15px;
}

.post__category:hover {
    color: #fff;
    background-color: #0e2d49;
}

.post__title {
    display: block;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    color: #0e2d49;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}

.post__title a {
    color: #0e2d49;
    display: block;
}

.post__title a:hover {
    color: #0075bc;
}

.post__meta {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
}

.post__date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #626f83;
}

.post__date svg {
    fill: #0e2d49;
    width: 16px;
    height: auto;
    margin-right: 5px;
}

.post__comments {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #626f83;
}

.post__comments svg {
    fill: #0e2d49;
    width: 16px;
    height: auto;
    margin-right: 5px;
}

@media (min-width: 768px) {
    .post {
        margin-top: 30px;
        height: calc(100% - 30px);
    }
}

/*==============================
	Live
==============================*/
.live {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
}

.live__cover {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.live__cover img {
    position: relative;
    width: 100%;
    z-index: 1;
    transition: 0.5s ease;
}

.live__cover svg {
    position: absolute;
    display: block;
    fill: #fff;
    width: 46px;
    height: auto;
    transition: 0.5s ease;
    z-index: 3;
    transform: scale(0.8);
    opacity: 0;
}

.live__cover:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    transition: opacity 0.5s ease;
}

.live__value {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 3;
    pointer-events: none;
    height: 30px;
    width: auto;
    padding: 0 15px;
    border-radius: 15px;
    background-color: rgba(14, 45, 73, 0.7);
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

.live__status {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    pointer-events: none;
    height: 24px;
    width: auto;
    padding: 0 12px;
    border-radius: 15px;
    background-color: #0075bc;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.live__title {
    font-size: 20px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #0e2d49;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: break-word;
    transition: color 0.5s ease;
}

.live__title a {
    color: #0e2d49;
}

.live:hover .live__cover:before {
    opacity: 0.7;
}

.live:hover .live__cover svg {
    opacity: 1;
    transform: scale(1);
}

.live:hover .live__title {
    color: #0075bc;
}

.live:hover .live__title a {
    color: #0075bc;
}

@media (min-width: 768px) {
    .live {
        margin-top: 30px;
    }
}

/*==============================
	Product
==============================*/
.product {
    position: relative;
    margin-top: 20px;
    border-radius: 5px 5px 30px 5px;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    border: 2px solid #2f2f2f;
}

.product__img {
    width: 100%;

    overflow: hidden;
    position: relative;
}

.product__img:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 2;
}

.product__img img {
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.product__img:hover:before {
    opacity: 0.3;
}

.product__img:hover .product__add {
    transform: scale(1);
    opacity: 1;
}

.product__add {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    border-radius: 50%;
    background-color: #fff;
    transform: scale(0.8);
    opacity: 0;
    transition: 0.5s ease;
    transition-property: opacity, transform;
    z-index: 3;
}

.product__add svg {
    fill: #0e2d49;
    width: 24px;
    height: auto;
    transition: fill 0.5s ease;
}

.product__add:hover svg {
    fill: #0075bc;
}

.product__title {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    color: #0e2d49;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    margin-top: 15px;
    text-align: center;
    width: 100%;
    padding: 10px;
    padding-bottom: 20px;
}

.product__title a {
    color: #0e2d49;
}

.product__title a:hover {
    color: #0075bc;
}

.product__price {
    font-size: 16px;
    color: #626f83;
    margin-top: 5px;
    display: block;
    width: 100%;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
}

.product__new {
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 20px;
    left: 0px;
    font-weight: normal;
    padding: 10px;
    z-index: 9;
    background: #09ceeccf;
    border-radius: 0px 10px 10px 0px;
    min-width: 80px;
    text-align: center;

}

@media (min-width: 768px) {
    .product {
        margin-top: 30px;
    }
}

/*==============================
	Partners
==============================*/
.partners {
    margin-top: 60px;
}

.partners__img img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.7;
    transition: 0.5s;
}

.partners__img:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

@media (min-width: 768px) {
    .partners {
        margin-top: 70px;
    }
}

/*==============================
	Stats
==============================*/
.stats {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    width: 100%;
    border: 2px solid #2f2f2f;
}

.stats span {
    font-family: 'IRANSansWeb', sans-serif;
    font-size: 20px;
    line-height: 100%;
    font-weight: 400;
    color: #0e2d49;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.stats span a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #0e2d49;
    margin-left: 10px;
    line-height: 100%;
    border-bottom: 2px dashed #0075bc;
}

.stats span a svg {
    width: 14px;
    height: auto;
    fill: #0075bc;
    position: relative;
    bottom: auto;
    right: auto;
    transition: 0.5s ease;
}

.stats span a:hover {
    color: #0075bc;
}

.stats span a:hover svg {
    fill: #626f83;
}

.stats p {
    font-size: 14px;
    color: #626f83;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    line-height: 100%;
}

.stats p b {
    font-size: 20px;
    font-weight: 500;
}

.stats p a {
    color: #626f83;
}

.stats p a:hover {
    color: #0075bc;
}

.stats svg {
    position: absolute;
    bottom: 15px;
    right: 20px;
    fill: #0075bc;
    width: 30px;
    height: auto;
}

.stats__form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.stats__form input {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 24px;
    background-color: transparent;
    color: #0e2d49;
    font-size: 18px;
    border: none;
    padding: 0 50px 0 0;
}

.stats__form input:focus {
    border-color: $blue2;
}

.stats__form button {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    height: 24px;
    color: #0075bc;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'IRANSansWeb', sans-serif;
}

.stats__form button svg {
    position: relative;
    width: 18px;
    height: auto;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    transition: fill 0.5s ease;
}

.stats__form button:hover {
    color: #626f83;
}

.stats__form button:hover svg {
    fill: #0e2d49;
}

.stats--green svg {
    fill: #29b474;
}

.stats--purple svg {
    fill: #7640d8;
}

@media (min-width: 768px) {
    .stats {
        margin-top: 30px;
    }
}

/*==============================
	Dashbox
==============================*/
.dashbox {
    background-color: #242424;
    margin-top: 20px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #2f2f2f;
}

.dashbox__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 2px solid #2f2f2f;
}

.dashbox__title h3 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin-bottom: 0;
    font-family: 'IRANSansWeb', sans-serif;
}

.dashbox__title h3 svg {
    fill: #626f83;
    margin-right: 12px;
    width: 22px;
    height: auto;
}

.dashbox__title h3 span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 18px;
    min-width: 18px;
    color: #fff;
    padding: 0 5px;
    border-radius: 9px;
    font-family: 'IRANSansWeb', sans-serif;
    font-size: 10px;
    pointer-events: none;
    background-color: #0e2d49;
    margin-bottom: auto;
    margin-left: 5px;
}

.dashbox__wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.dashbox__more {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    margin-left: 15px;
    color: #626f83;
    font-family: 'IRANSansWeb', sans-serif;
}

.dashbox__more:hover {
    color: #0075bc;
}

.dashbox__refresh {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 30px;
}

.dashbox__refresh svg {
    fill: #626f83;
    width: 18px;
    height: auto;
    transition: fill 0.5s ease;
}

.dashbox__refresh:hover svg {
    fill: #0075bc;
}

.dashbox__table-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    padding: 20px 20px 5px;
}

.dashbox__table-scroll {
    width: 100%;
    display: block;
}

.dashbox__list-wrap {
    padding: 20px;
    position: relative;
    display: block;
    width: 100%;
}

.dashbox__scroll {
    position: relative;
    max-height: 320px;
    width: 100%;
    overflow: hidden;
    padding-right: 14px;
}

.dashbox__note {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid rgba(98, 111, 131, 0.1);
    height: 58px;
}

.dashbox__note:last-child {
    height: 48px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.dashbox__note svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
    fill: #626f83;
}

.dashbox__note p {
    color: #0e2d49;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: calc(100% - 30px);
    display: block;
    margin-bottom: 0;
    font-weight: 600;
}

.dashbox__note p a {
    color: #0e2d49;
    text-decoration: underline;
}

.dashbox__note p a:hover {
    color: #0e2d49;
    text-decoration: none;
}

.dashbox__note span {
    padding: 0;
    font-size: 13px;
    color: #626f83;
    position: relative;
    background-color: transparent;
    top: auto;
    left: auto;
    display: block;
    width: 100%;
    margin-top: 5px;
}

.dashbox__note--succ svg {
    fill: #29b474;
}

.dashbox__note--fail svg {
    fill: #0075bc;
}

.dashbox__note--info svg {
    fill: #626f83;
}

.dashbox__note--gift svg {
    fill: #7640d8;
}

@media (min-width: 768px) {
    .dashbox {
        margin-top: 30px;
    }
}

/*==============================
	Feature
==============================*/
.feature {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #2f2f2f;
}

.feature__icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: rgba(246, 86, 86, 0.15);
}

.feature__icon svg {
    fill: #0075bc;
    width: auto;
    height: 26px;
}

.feature__title {
    font-family: 'IRANSansWeb', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0e2d49;
    margin-bottom: 0;
    margin-left: 15px;
}

.feature__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #626f83;
    margin-bottom: 0;
    margin-top: 15px;
}

.feature--last {
    border-bottom: none;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .feature {
        margin-top: 30px;
        padding-bottom: 0;
        border-bottom: none;
    }
}

@media (min-width: 1200px) {
    .feature {
        margin-top: 40px;
    }
}

/*==============================
	Step
==============================*/
.step {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    border: 2px solid #2f2f2f;
}

.step__number {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-family: 'IRANSansWeb', sans-serif;
    line-height: 100%;
    font-weight: 500;
    font-size: 24px;
    color: #0075bc;
    background-color: rgba(246, 86, 86, 0.15);
}

.step__title {
    font-family: 'IRANSansWeb', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #0e2d49;
    margin-bottom: 0;
    margin-left: 15px;
}

.step__text {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #626f83;
    margin-bottom: 0;
    margin-top: 15px;
}

@media (min-width: 768px) {
    .step {
        margin-top: 30px;
    }
}

/*==============================
	Plan
==============================*/
.plan {
    display: block;
    margin-top: 20px;
    padding: 20px;
    border-radius: 5px;
    background-color: #1b1b1b;
    position: relative;
    overflow: hidden;
    border: 2px solid #2f2f2f;
}

.plan--red .plan__title {
    color: #0075bc;
}

.plan--red .plan__list li.green svg {
    fill: #0075bc;
}

.plan--green .plan__title {
    color: #29b474;
}

.plan--purple .plan__title {
    color: #7640d8;
}

.plan--purple .plan__list li.green svg {
    fill: #7640d8;
}

.plan__title {
    position: relative;
    z-index: 2;
    font-size: 24px;
    color: #0e2d49;
    line-height: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: 'IRANSansWeb', sans-serif;
    text-align:right
}

.plan__list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 354px;
    overflow: auto;
}
.plan__list::-webkit-scrollbar {
  width: 8px;
}

.plan__list::-webkit-scrollbar-track {
  background: #000;
  border-radius: 4px;
}

.plan__list::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.plan__list::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.plan__list li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #626f83;
}
.plan__list li i {
padding-left:5px;
color:green;
}

.plan__list li:last-child {
    margin-bottom: 0;
}

.plan__list li svg {
    width: 20px;
    height: auto;
    margin-right: 10px;
}

.plan__list li.red svg {
    fill: #626f83;
}

.plan__list li.green {
    color: #0e2d49;
}

.plan__list li.green svg {
    fill: #29b474;
}

.plan__price {
position: relative;
    z-index: 2;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #c5c5c5;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #232323;
    display: block;
    line-height: 100%;
    text-align: right;
    direction: rtl;
    width: 50%;
}

.plan__price span {
    font-size: 16px;
    margin-left: 15px;
}

.plan__btn {
    width: 100%;
    min-width: 140px;
    height: 50px;
    border-radius: 10px;
    background-color: #0e2d49;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    margin-top: 20px;
}

.plan__btn:hover {
    color: #fff;
    background-color: #0075bc;
}

@media (min-width: 768px) {
    .plan {
        margin-top: 30px;
    }

    .plan__btn {
        margin-top: 30px;
    }
}

/*==============================
	Contacts
==============================*/
.contacts__list {
    margin-top: 20px;
}

.contacts__list li {
    margin-bottom: 15px;
}

.contacts__list li:last-child {
    margin-bottom: 0;
}

.contacts__list a {
    font-size: 16px;
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.contacts__list a:hover {
    color: #0075bc;
}

.contacts__social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.contacts__social a {
    margin-top: 20px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
    transition-property: all;
}

.contacts__social a svg {
    width: 100%;
    height: auto;
}

.contacts__social a:last-child {
    margin-right: 0;
}

.contacts__social a:hover {
    opacity: 1 !important;
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.contacts__social:hover a {
    opacity: 0.7;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}

@media (min-width: 768px) {
    .contacts__list a {
        font-size: 18px;
    }

    .contacts__social {
        margin-top: 10px;
    }
}

/*==============================
	Cart
==============================*/
.cart {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    width: 100%;
    padding: 0;
    border: 2px solid #2f2f2f;
    border-radius: 5px;
    min-height: 400px;
    margin-top: 20px;
}

.cart__table {
    width: 100%;
    min-width: 600px;
}

.cart__table th {
    font-size: 14px;
    font-weight: 400;
    color: #626f83;
    line-height: 100%;
    padding: 0 20px 10px 0;
}

.cart__table th:last-child {
    width: 24px;
    padding: 0 0 10px 0;
}

.cart__table td {
    font-size: 16px;
    font-weight: 400;
    color: #0e2d49;
    padding: 10px 20px 10px 0;
}

.cart__table td a {
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.cart__table td a:hover {
    color: #0075bc;
}

.cart__table td:last-child {
    width: 24px;
    padding: 10px 0;
}

.cart__table td:first-child {
    width: 100px;
}

.cart__img {
    width: 100px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    overflow: hidden;
}

.cart__img img {
    width: 100px;
    height: auto;
}

.cart__delete {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
}

.cart__delete svg {
    fill: #626f83;
    width: 18px;
    height: auto;
    transition: 0.5s ease;
}

.cart__delete:hover svg {
    fill: #0075bc;
}

.cart__price {
    font-size: 16px;
    color: #626f83;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
}

.cart__price span {
    font-weight: 400;
    font-size: 12px;
    text-decoration: line-through;
    margin-left: 5px;
    color: #0075bc;
}

.cart__info {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    padding: 10px 20px 20px;
}

.cart__total {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.cart__total p {
    font-size: 14px;
    color: #626f83;
    margin-bottom: 10px;
}

.cart__total span {
    font-size: 28px;
    color: #0e2d49;
    line-height: 100%;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
}

.cart__systems {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 24px;
    color: #626f83;
    width: 100%;
    margin-top: 20px;
}

.cart__systems i {
    margin-right: 15px;
}

.cart__systems i:last-child {
    margin-right: 0;
}

.cart__promo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.cart__promo .sign__btn {
    width: 80px;
    margin: 0;
    height: 40px;
    border-radius: 5px;
    background-color: #626f83;
}

.cart__promo .sign__btn:hover {
    background-color: #0e2d49;
}

.cart__promo .sign__input {
    width: calc(100% - 90px);
    height: 40px;
}

.cart__amount {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #2f2f2f;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
}

.cart__amount input {
    width: 30px;
    height: 40px;
    border: none;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    pointer-events: none;
}

.cart__amount button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 40px;
}

.cart__amount button svg {
    width: 18px;
    height: auto;
    fill: #626f83;
    transition: fill 0.5s ease;
}

.cart__amount button:hover svg {
    fill: #0075bc;
}

.cart__table-wrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: auto;
    padding: 20px 20px 10px;
}

.cart__table-scroll {
    width: 100%;
    display: block;
}

@media (min-width: 768px) {
    .cart {
        margin-top: 30px;
    }

    .cart__table-wrap {
        padding: 25px 20px 10px;
    }

    .cart__table th {
        padding: 0 20px 15px 0;
    }

    .cart__table th:last-child {
        padding: 0 0 15px 0;
    }

    .cart__total {
        order: 1;
    }

    .cart__systems {
        margin-top: 0;
        width: auto;
        order: 2;
        margin-right: auto;
        margin-left: 20px;
    }

    .cart__promo {
        width: 250px;
        margin-top: 0;
        order: 3;
    }
}

@media (min-width: 1200px) {
    .cart__systems {
        margin-left: 40px;
    }
}

/*==============================
	Article
==============================*/
.article {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 20px;
}

.article--page {
    margin-top: 0;
}

.article__category {
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    min-width: 70px;
    width: auto;
    color: #fff;
    font-size: 13px;
    background-color: #626f83;
    border-radius: 15px;
    padding: 0 15px;
}

.article__category:hover {
    color: #fff;
    background-color: #0e2d49;
}

.article__date {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 13px;
    color: #626f83;
    height: 30px;
}

.article__date svg {
    fill: #0e2d49;
    width: 16px;
    height: auto;
    margin-right: 5px;
}

.article__place {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #626f83;
    min-height: 30px;
    width: 100%;
    margin-bottom: 10px;
}

.article__place svg {
    fill: #0e2d49;
    width: 18px;
    height: auto;
    margin-right: 5px;
}

.article__place:hover {
    color: #0075bc;
}

.article__content {
    position: relative;
    text-align: right;
}

.article__content img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-radius: 5px;
}

.article__content iframe {
    display: block;
    width: 100%;
    height: 240px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: none;
}

.article__content h1,
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #b8b8b8;
    margin-bottom: 15px;
    line-height: 140%;
}

.article__content h1:last-child,
.article__content h2:last-child,
.article__content h3:last-child,
.article__content h4:last-child,
.article__content h5:last-child,
.article__content h6:last-child {
    margin-bottom: 0;
}

.article__content h1 {
    font-size: 30px;
}

.article__content h2 {
    font-size: 28px;
}

.article__content h3 {
    font-size: 24px;
}

.article__content h4 {
    font-size: 22px;
}

.article__content h5 {
    font-size: 18px;
}

.article__content h6 {
    font-size: 16px;
}

.article__content p {
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #9a9a9a;
    margin-bottom: 20px;
}

.article__content p b {
    font-weight: 600;
}

.article__content p a {
    color: #0075bc;
    text-decoration: underline;
}

.article__content p a:hover,
.article__content p a:focus {
    color: #0075bc;
    text-decoration: none;
}

.article__content p:last-child {
    margin-bottom: 0;
}

.article__content blockquote {
    display: block;
    position: relative;
    font-family: 'IRANSansWeb', sans-serif;
    padding-right: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.article__content blockquote:before {
    content: '';
    position: absolute;
    display: block;
    top: 2px;
    bottom: 2px;
    right: 0;
    width: 3px;
    background-color: #0075bc;
    border-radius: 3px;
}

.article__content blockquote:last-child {
    margin-bottom: 0;
}

.article__content ul {
    margin-bottom: 20px;
    display: block;
}

.article__content ul li {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #9A9A9A;
    padding-right: 20px;
    position: relative;
    direction: rtl;
}

.article__content ul:last-child {
    margin-bottom: 0;
}

.article__meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

.article__price {
    font-size: 30px;
    line-height: 100%;
    color: #0e2d49;
    display: block;
    width: 100%;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.article__amount {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    background-color: #2f2f2f;
    height: 40px;
    border-radius: 5px;
    padding: 0 10px;
    margin-bottom: 20px;
}

.article__amount input {
    width: 30px;
    height: 40px;
    border: none;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    pointer-events: none;
}

.article__amount button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 40px;
}

.article__amount button svg {
    width: 18px;
    height: auto;
    fill: #626f83;
    transition: fill 0.5s ease;
}

.article__amount button:hover svg {
    fill: #0075bc;
}

.article__buy {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    background-color: #0075bc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    padding: 0 25px;
    margin-bottom: 20px;
}

.article__buy svg {
    fill: #0e2d49;
    width: 28px;
    height: auto;
    margin-right: 7px;
}

.article__buy:hover {
    background-color: #0e2d49;
    color: #fff;
}

.article__artist {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
}

.article__artist img {
    height: auto;
    width: 200px !important;
    margin-right: 20px;
    border-radius: 5px;
}

.article__artist div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.article__artist div h1 {
    margin-bottom: 0;
}

.article__artist div span {
    font-size: 14px;
    color: #626f83;
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 576px) {
    .article__content iframe {
        height: 280px;
    }
}

@media (min-width: 768px) {
    .article {
        margin-top: 0px;
    }

    .article--page {
        margin-top: 0;
    }

    .article__content h1 {
        font-size: 30px;
    }

    .article__content h2 {
        font-size: 28px;
    }

    .article__content h3 {
        font-size: 26px;
    }

    .article__content h4 {
        font-size: 24px;
    }

    .article__content h5 {
        font-size: 20px;
    }

    .article__content h6 {
        font-size: 18px;
    }

    .article__content iframe {
        height: 400px;
    }

    .article__meta {
        margin-bottom: 25px;
    }

    .article__place {
        margin-bottom: 0;
        width: auto;
    }

    .article__artist {
        flex-direction: row;
    }

    .article__artist img {
        margin-bottom: 0 !important;
    }

    .article__artist div {
        width: calc(100% - 220px);
    }

    .article__artist div span {
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .article--page {
        margin-top: 30px;
    }

    .article__content iframe {
        height: 460px;
    }
}

/*==============================
	Share
==============================*/
.share {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.share__link {
    margin-top: 20px;
    margin-left: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    /* padding: 0 14px; */
    padding-right: 13px;
    padding-top: 0px;
    height: 47px;
    width: 49px;
    border-radius: 15px;
    color: #fff;
    font-size: 23px;
    background-color: #0075bc;
}

.share__link svg {
    fill: #fff;
    margin-left: 10px;
    margin-top: 1px;
}

.share__link--fb {
    background-color: #3b5998;
}

.share__link--tw {
    background-color: #55acee;
}

.share__link--vk {
    background-color: #4c6c91;
}

.share__link:hover {
    background-color: #0075bc;
    color: #fff;
}

/*==============================
	Comments
==============================*/
.comments {
    margin-top: 15px;
    padding-top: 15px;

    text-align: right;
}

.comments__title {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}

.comments__title h4 {
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    font-family: 'IRANSansWeb', sans-serif;
}

.comments__title span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 10px;
    background-color: #0075bc;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-left: 10px;
}

.comments__title--tabs li {
    position: relative;
    margin-right: 20px;
}

.comments__title--tabs li:last-child {
    margin-right: 0;
}

.comments__title--tabs a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    opacity: 0.5;
    transition: opacity 0.4s linear;
}

.comments__title--tabs a:hover {
    opacity: 1;
}

.comments__title--tabs a.active {
    opacity: 1;
    cursor: default;
}

.comments__autor {
    display: block;
    position: relative;
    /* padding-right: 55px; */
    margin-bottom: 20px;

}

.comments__avatar {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    border-radius: 10px;
}

.comments__name {
    display: block;
    font-size: 16px;
    color: #0e2d49;
    line-height: 20px;
    font-weight: 400;
    font-family: 'IRANSansWeb', sans-serif;
}

.comments__time {
    display: block;
    font-size: 12px;
    color: #626f83;
    line-height: 20px;
    font-weight: 400;
}

.comments__text {
    display: block;
    margin-bottom: 0;
    color: #626f83;
    font-size: 16px;
    line-height: normal;
    padding: 20px 0;
    position: relative;
    /* border-top: 2px solid #2f2f2f; */
    /* border-bottom: 2px solid #2f2f2f; */
    padding-top: 0px;
}

.comments__text b {
    font-weight: 600;
}

.comments__text a {
    color: #0075bc;
}

.comments__text a:hover {
    color: #0075bc;
    text-decoration: underline;
}

.comments__text span {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    min-height: 80px;
    border-radius: 5px;
    color: #626f83;
    background-color: #2f2f2f;
}

.comments__item {
    margin-bottom: 20px;
    display: block;
    background-color: #2d2d2d;
    padding: 20px;
    border-radius: 5px;
}

.comments__item--answer,
.comments__item--quote {
    margin-left: 20px;
}

.comments__actions {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 0;
    position: relative;
}

.comments__actions button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 20px;
    height: 20px;
}

.comments__actions button span {
    font-size: 12px;
    color: #626f83;
    text-transform: uppercase;
    transition: color 0.5s ease;
    display: none;
}

.comments__actions button svg {
    width: 18px;
    height: auto;
    fill: #626f83;
    transition: fill 0.5s ease;
}

.comments__actions button:hover span {
    color: #0e2d49;
}

.comments__actions button:hover svg {
    fill: #0075bc;
}

.comments__actions button:last-child {
    margin-right: 0;
}

.comments__rate {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    left: 0;
    top: 20px;
}

.comments__rate button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #626f83;
    font-size: 14px;
    margin-right: 24px;
    position: relative;
    height: 20px;
}

.comments__rate button svg {
    width: 18px;
    height: auto;
    opacity: 0.7;
    transition: 0.5s ease;
    margin-top: 1px;
}

.comments__rate button:last-child {
    margin-right: 0;
}

.comments__rate button:last-child svg {
    margin-left: 6px;
    fill: #0075bc;
}

.comments__rate button:first-child svg {
    margin-right: 6px;
    fill: #29b474;
}

.comments__rate button:first-child:before {
    content: '';
    position: absolute;
    display: block;
    left: 100%;
    margin-left: 12px;
    width: 1px;
    height: 16px;
    background-color: #2f2f2f;
    top: 50%;
    transform: translateY(-50%);
}

.comments__rate button:hover {
    color: #0e2d49;
}

.comments__rate button:hover svg {
    opacity: 1;
}

.comments__form {
    border-radius: 5px;
    padding: 20px;
    background-color: #000;
    margin-top: 30px;
}

.comments__form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.comments__form .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.comments__form .sign__btn {
    margin: 0;
}

@media (min-width: 576px) {
    .comments__actions button span {
        display: block;
        margin-left: 6px;
    }

    .comments__form .sign__btn {
        width: 180px;
    }
}

@media (min-width: 768px) {
    .comments {
        margin-top: 0px;
        padding-top: 0px;
    }

    .comments__item--answer,
    .comments__item--quote {
        margin-left: 30px;
    }

    .comments__title--tabs li {
        margin-right: 30px;
    }

    .comments__title--tabs li:last-child {
        margin-right: 0;
    }
}

/*==============================
	Footer
==============================*/
.footer {


    padding: 0px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
}

.footer__logo {
    margin-top: 60px;
}

.footer__logo img {
    width: 100px;
    height: auto;
}

.footer__tagline {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #626f83;
    margin-bottom: 0;
}

.footer__links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
}

.footer__links a {
    display: inline-flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    color: #626f83;
    font-size: 16px;
}

.footer__links a svg {
    width: 20px;
    height: auto;
    fill: #0e2d49;
    margin-right: 10px;
}

.footer__links a:hover {
    color: #0075bc;
}

.footer__social {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}

.footer__social a {
    margin-top: 20px;
    margin-right: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    position: relative;
    transition-property: all;
}

.footer__social a svg {
    width: 100%;
    height: auto;
}

.footer__social a:hover {
    opacity: 1 !important;
    -webkit-filter: grayscale(0) !important;
    filter: grayscale(0) !important;
}

.footer__social:hover a {
    opacity: 0.7;
    -webkit-filter: grayscale(0.7);
    filter: grayscale(0.7);
}

.footer__content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px 5px 0px 0px;
    background: #000000;
}

.footer__copyright {
    display: block;
    font-size: 14px;
    color: #626f83;
    margin-top: 20px;
}

.footer__copyright a {
    color: #626f83;
}

.footer__copyright a:hover {
    color: #0075bc;
}

.footer__title {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer__nav a {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #626f83;
}

.footer__nav a:last-child {
    margin-bottom: 0;
}

.footer__nav a:hover {
    color: #0075bc;
}

@media (min-width: 576px) {
    .footer {
        padding: 30px 15px 20px;
    }

}

@media (min-width: 768px) {
    .footer {
        padding: 20px 15px 25px;
    }

    .footer__content {
        margin-top: 5px;
        padding-top: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        direction: rtl;
        padding-bottom: 20px;
        background: #000000;
    }

    .footer__logo {
        margin-top: 50px;
    }

    .footer__title {
        margin-top: 50px;
    }

    .footer__social {
        width: auto;
        order: 2;
    }

    .footer__social a {
        margin-top: 0;
    }

    .footer__copyright {
        margin-top: 0;
        order: 1;
    }

}

@media (min-width: 1200px) {
    .footer {
        padding-left: 15px;
    }

    .footer__social {
        display: inline-flex;
        width: auto;
    }
}

/*==============================
	Sign
==============================*/
.sign {
    display: block;
    position: relative;
}

.sign__content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px 0 0;
}

.sign__form {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 30px 20px;
    position: relative;
    width: 100%;
    max-width: 420px;

    margin-top: 80px;
    background-color: #1b1b1b;
    margin-bottom: 30px;

}

.sign__form--contacts,
.sign__form--profile,
.sign__form--cart {
    margin-top: 5px;
    max-width: 100%;
    padding: 20px 20px 5px;
    align-items: flex-start;
}

.sign__form--contacts .sign__btn,
.sign__form--profile .sign__btn,
.sign__form--cart .sign__btn {
    margin: 0 0 15px;
}

.sign__form--contacts .row,
.sign__form--profile .row,
.sign__form--cart .row {
    margin-left: -10px;
    margin-right: -10px;
}

.sign__form--contacts .col-12,
.sign__form--profile .col-12,
.sign__form--cart .col-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.sign__form--profile .sign__btn {
    margin: 5px 0 15px;
}

.sign__logo {
    display: block;
    margin-bottom: 15px;
}

.sign__logo a {
    max-width: 100%;
    width: auto;
}

.sign__logo img {
    width: 230px;
}

.sign__title {
    font-size: 16px;
    font-weight: 500;
    font-family: 'IRANSansWeb', sans-serif;
    color: #ffffff;
    text-align: right;
    margin-bottom: 20px;
}

.sign__label {
    font-weight: 400;
    font-size: 14px;
    color: #626f83;
    margin-bottom: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.sign__label b {
    font-weight: 600;
    color: #0e2d49;
}

.sign__input {
    background-color: #2f2f2f;
    border: none;
    border-radius: 5px;
    height: 46px;
    position: relative;
    color: #d6d6d6;
    font-size: 16px;
    width: 100%;
    padding: 15px;
    font-family: 'IRANSansWeb', sans-serif;
    /* padding: 15px; */
    border-radius: 15px;
}
.sign__input:focus {
    background-color: #2f2f2f;
}

.sign__select {
    background: url("../img/arrow2.svg") no-repeat center right 20px #2f2f2f;
    background-size: 18px auto;
    border: none;
    border-radius: 23px;
    height: 46px;
    position: relative;
    color: #0e2d49;
    font-size: 16px;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
    font-family: 'IRANSansWeb', sans-serif;
}

.sign__select:focus {
    background-color: #2f2f2f;
}

.sign__textarea {
    background-color: #141414;
    border: none;
    border-radius: 10px;
    height: 144px;
    position: relative;
    color: #000000;
    font-size: 16px;
    width: 100%;
    padding: 15px 20px;
    resize: none;
    font-family: 'IRANSansWeb', sans-serif;
}

.sign__textarea:focus {
    background-color: #2f2f2f;
}

.sign__group {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 20px;
    width: 100%;
}

.sign__group--row .sign__label {
    padding-left: 0;
}

.sign__group--checkbox {
    width: 100%;
    text-align: left;
}

.sign__group--checkbox input:not(:checked),
.sign__group--checkbox input:checked {
    position: absolute;
    left: -9999px;
}

.sign__group--checkbox input:not(:checked)+label,
.sign__group--checkbox input:checked+label {
    font-size: 14px;
    color: #626f83;
    font-weight: normal;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 22px;
    margin: 0;
}

.sign__group--checkbox input:not(:checked)+label a,
.sign__group--checkbox input:checked+label a {
    color: #0075bc;
}

.sign__group--checkbox input:not(:checked)+label a:hover,
.sign__group--checkbox input:checked+label a:hover {
    color: #0075bc;
    text-decoration: underline;
}

.sign__group--checkbox input:not(:checked)+label:before,
.sign__group--checkbox input:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background-color: #2f2f2f;
    border: 1px solid transparent;
    border-radius: 8px;
}

.sign__group--checkbox input:not(:checked)+label:after,
.sign__group--checkbox input:checked+label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    text-align: center;
    transition: 0.5s ease;
    background: url("../img/checkmark.svg") no-repeat center/12px auto;
    border-radius: 8px;
}

.sign__group--checkbox input:not(:checked)+label:after {
    opacity: 0;
    transform: scale(0);
}

.sign__group--checkbox input:checked+label:after {
    opacity: 1;
    transform: scale(1);
}

.sign__group--checkbox label::-moz-selection {
    background: transparent;
    color: #626f83;
}

.sign__group--checkbox label::selection {
    background: transparent;
    color: #626f83;
}

.sign__btn {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #0075bc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    margin: 15px auto;
}

.sign__btn:hover {
    color: #fff;
    background-color: #0e2d49;
}

.sign__btn--blue {
    background-color: #0e2d49;
    color: #fff;
}

.sign__btn--blue:hover {
    background-color: #0075bc;
    color: #fff;
}

.sign__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #626f83;
    width: 100%;
    text-align: center;
}

.sign__text:first-child {
    margin-top: 0;
}

.sign__text a {
    position: relative;
    color: #0075bc;
}

.sign__text a:hover {
    color: #0075bc;
    text-decoration: underline;
}

.sign__text--small {
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

.sign__delimiter {
    font-size: 14px;
    color: #626f83;
    line-height: 100%;
    width: 100%;
    display: block;
    text-align: center;
}

.sign__social {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.sign__social a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 46px;
    width: calc(33% - 10px);
    border-radius: 23px;
    color: #fff;
    margin: 0 auto;
}

.sign__social a svg {
    height: auto;
    fill: #fff;
    transition: 0.5s ease;
}

.sign__social a.fb {
    background-color: #3b5999;
}

.sign__social a.fb svg {
    width: 10px;
}

.sign__social a.gl {
    background-color: #df4a32;
}

.sign__social a.gl svg {
    width: 18px;
}

.sign__social a.tw {
    background-color: #1da1f2;
}

.sign__social a.tw svg {
    width: 20px;
}

.sign__social a:hover {
    background-color: #2f2f2f;
}

.sign__social a:hover.fb svg {
    fill: #3b5999;
}

.sign__social a:hover.gl svg {
    fill: #df4a32;
}

.sign__social a:hover.tw svg {
    fill: #1da1f2;
}

.sign__value {
    font-size: 24px;
    color: #0e2d49;
    display: block;
    font-weight: 500;
    margin-left: 10px;
    font-family: 'IRANSansWeb', sans-serif;
}

.sign__radio {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
}

.sign__radio li {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.sign__radio li:last-child {
    margin-bottom: 0;
}

.sign__radio input:not(:checked),
.sign__radio input:checked {
    position: absolute;
    left: -9999px;
}

.sign__radio label {
    display: block;
    margin: 0;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    font-size: 16px;
    color: #626f83;
    line-height: 24px;
    padding-left: 32px;
    transition: 0.5s ease;
}

.sign__radio label:before {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 6px solid #2f2f2f;
    background-color: transparent;
    border-radius: 50%;
    left: 0;
    top: 2px;
    transition: 0.5s ease;
}

.sign__radio label:hover {
    color: #0e2d49;
}

.sign__radio input:checked+label {
    color: #0e2d49;
}

.sign__radio input:checked+label:before {
    border-color: #0075bc;
}

@media (min-width: 576px) {
    .sign__form {
        padding: 40px;
    }

    .sign__form--contacts,
    .sign__form--profile,
    .sign__form--cart {
        padding: 20px 20px 5px;
    }

    .sign__logo {
        margin-bottom: 15px;
    }
}

@media (min-width: 768px) {

    .sign__form--contacts,
    .sign__form--profile {
        margin-top: 5px;
    }

    .sign__form--contacts .sign__btn,
    .sign__form--profile .sign__btn {
        margin: 10px 0 15px;
    }

    .sign__form--cart {
        margin-top: 30px;
    }

    .sign__form--cart .sign__btn {
        margin-top: 10px;
    }

    .sign__content {
        padding: 30px 0 0;
    }
}

@media (min-width: 992px) {
    .sign__form--profile .sign__btn {
        width: 180px;
    }
}

/*==============================
	Page 404
==============================*/
.page-404 {
    display: block;
    position: relative;
}

.page-404__wrap {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 20px 0 0;
}

.page-404__content {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    padding: 20px;
    position: relative;
    width: 100%;
    max-width: 420px;
    border: 2px solid #2f2f2f;
}

.page-404__title {
    position: relative;
    color: #0e2d49;
    line-height: 100%;
    font-size: 100px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'IRANSansWeb', sans-serif;
}

.page-404__text {
    text-align: center;
    display: block;
    width: 100%;
    color: #626f83;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}

.page-404__btn {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background-color: #0075bc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    margin: 0 auto;
}

.page-404__btn:hover {
    color: #fff;
    background-color: #0e2d49;
}

@media (min-width: 576px) {
    .page-404__content {
        padding: 40px;
    }
}

@media (min-width: 768px) {
    .page-404__wrap {
        padding: 30px 0 0;
    }
}

/*==============================
	Modal
==============================*/
.modal {
    position: relative;
    display: block;
    background-color: #fff;
    margin: 40px auto;
    width: 100%;
    max-width: 420px;
    padding: 20px;
    border-radius: 5px;
    overflow: hidden;
}

.modal__icon {
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    opacity: 0.35;
}

.modal__icon svg {
    width: 70px;
    height: auto;
    fill: #626f83;
}

.modal__icon--green svg {
    fill: #29b474;
}

.modal__icon--red svg {
    fill: #0075bc;
}

.modal__icon--purple svg {
    fill: #7640d8;
}

.modal--form {
    padding: 20px 20px 5px;
}

.modal--info {
    padding: 20px 20px 0;
}

.modal--info .modal__icon {
    display: flex;
}

.modal--info .sign__text {
    padding-right: 70px;
}

.modal .mfp-close {
    display: none;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal__close svg {
    fill: #626f83;
    opacity: 0.5;
    transition: 0.5s ease;
    transition-property: fill, opacity;
    height: auto;
    width: 24px;
}

.modal__close:hover svg {
    opacity: 1;
    fill: #0075bc;
}

@media (min-width: 768px) {
    .modal {
        padding: 40px;
    }

    .modal__icon {
        bottom: 30px;
        right: 30px;
    }

    .modal--form {
        padding: 40px 40px 25px;
    }

    .modal--form .modal__close {
        top: 37px;
        right: 35px;
    }

    .modal--form .sign__btn {
        margin-top: 30px;
    }

    .modal--info {
        padding: 40px 40px 20px;
    }

    .modal--info .modal__close {
        top: 37px;
        right: 35px;
    }
}

.mfp-bg {
    background: rgba(14, 45, 73, 0.75);
}

.mfp-container {
    padding: 0 15px !important;
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 1;
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    transform: scale(0.8);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.mfp-iframe-scaler iframe {
    border-radius: 5px;
    box-shadow: none;
    background-color: #2f2f2f;
}

.mfp-iframe-holder .mfp-close {
    color: transparent;
    transition: opacity 0.4s;
}

.mfp-iframe-holder .mfp-close:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 44px;
    background: url("../img/close.svg") no-repeat center;
    background-size: 30px auto;
}

.mfp-iframe-holder .mfp-content {
    max-width: 910px;
}

.mfp-figure::after {
    box-shadow: none;
    background-color: #2f2f2f;
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-bg.mfp-removing .mfp-content {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*==============================
	Slider radio
==============================*/
.slider-radio {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /*background-color: #2f2f2f;*/
    padding: 5px 0;
    border-radius: 5px;
    margin-top: 10px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.slider-radio label {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 30px;
    padding: 0 15px;
    font-size: 16px;
    color: #0e2d49;
    margin-bottom: 0;
    cursor: pointer;
    border-radius: 18px;
    margin: 0 5px;
    position: relative;
    z-index: 100;
    transition: color 0.5s;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
}

.slider-radio label:hover {
    color: #0075bc;
}

.slider-radio .sliding-piece {
    border-radius: 18px;
    background-color: #0075bc;
    z-index: 99;
}

.slider-radio input[type=radio]:checked+label {
    color: #fff;
    background-color: #0075bc;
}

@media (min-width: 768px) {
    .slider-radio {
        margin-left: auto;
        margin-top: 0;
        width: auto;
        padding: 10px;
        padding-right: 0px;
    }
}

/*==============================
	Select2
==============================*/
.select2-container {
    width: auto !important;
    margin-right: 30px;
}

.select2-container .select2-selection--single {
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    border: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #0e2d49;
    padding: 0 18px 0 0;
    font-size: 16px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    transition: 0.5s ease;
}

.select2-container .select2-selection--single[aria-expanded="true"] {
    background-color: transparent;
}

.select2-container .select2-selection--single:hover .select2-selection__rendered {
    color: #0075bc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    width: 18px;
    top: 10px;
    right: 0;
    background: url("../img/arrow.svg") no-repeat center right;
    background-size: 18px auto;
    margin-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #0e2d49;
    color: #0e2d49;
    white-space: nowrap;
}

.select2-container--default .select2-results__option--selected {
    color: #0e2d49;
    background-color: #0e2d49;
    cursor: default;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: transparent;
    color: #0075bc;
    cursor: default;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: transparent;
    color: #0075bc;
}

.select2-results__option {
    padding: 0 0;
    font-size: 16px;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 400;
    color: #0e2d49;
    height: 40px;
    line-height: 40px;
    transition: 0.5s ease;
}

.select2-dropdown {
    border-left: none;
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-radius: 20px !important;
    min-width: 180px;
    padding: 10px 0 10px 15px;
    background-color: #2f2f2f;
}

.select2-container--open .select2-dropdown--below {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/*==============================
	Scrollbar-track
==============================*/
.scrollbar-track-y {
    background: #2f2f2f !important;
    top: 0px !important;
    bottom: 0px !important;
    height: auto !important;
    width: 4px !important;
    border-radius: 4px !important;
    right: 0px !important;
    overflow: hidden;
}

.scrollbar-thumb-y {
    background: #626f83 !important;
    width: 4px !important;
    border-radius: 4px !important;
}

.scrollbar-track-x {
    background: #2f2f2f !important;
    left: 0px !important;
    right: 0px !important;
    height: 4px !important;
    width: auto !important;
    border-radius: 4px !important;
    bottom: 0px !important;
    overflow: hidden;
}

.scrollbar-thumb-x {
    background: #0e2d49 !important;
    height: 4px !important;
    border-radius: 4px !important;
}

.dirrtl {
    direction: rtl;
}

.dirltr {
    direction: ltr;
}

.sidebar__nav i {
    color: #b0b0b0;
    font-size: 21px;
    margin-left: 15px;
    width: 30px;
    text-align: center;
}

.player__cover i {

    padding: 21px;
    font-size: 36px;
    border-radius: 400px;
    background: #dfdfdf;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    color: #0075bc;
}

.main__title h2:before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
    height: 3px;
    background: #c9c9c9;
}

.single-item__add i {
    height: 40px;
    width: 40px;
    padding: 13px;
    font-size: 14px;
    padding-left: 15px;
    color: black;
}

.single-item__export i {
    height: 40px;
    width: 40px;
    padding: 13px;
    font-size: 14px;
    padding-left: 15px;
    color: black;
}

.main__filter h2 {
    margin-left: 20px;
    margin-top: 5px;
    border-left: 1px solid #c9c9c9;
    padding-left: 15px;
    text-align: right;
    font-size: 18px;
    color: #acacac;
}

.main__filter a {
    margin-left: 30px;
    margin-top: 7px;
    font-size: 15px;
    color: #069edb;
}


.testimonial {
    padding: 60px 0;
}

.testimonial .client-area {
    padding-right: 70px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.testimonial .client-area .client-slider {
    position: relative;
}

.testimonial .client-area .client-slider .scale {
    width: 100%;
    opacity: 0;
}

.testimonial .client-area .client-slider .single-client {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.testimonial .client-area .client-slider .single-client .part-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.testimonial .client-area .client-slider .single-client .part-img.active {
    opacity: 1;
}

.testimonial .client-area .img {
    position: absolute;
    left: -133px;
    bottom: -166px;
    width: 372px;
    height: 413px;
    background: #0075bc;
    border: 65px solid #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 54px;
    padding-right: 78px;
}

.testimonial .comment-slider {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
    border: 1px solid #ebebeb;
    border-radius: 30px;
}

.testimonial .comment-slider .single-comment .icon {
    text-align: center;
    width: 75px;
    height: 75px;
    line-height: 82px;
    font-size: 40px;
    background: #0075bc;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 43px;
    margin: 0 auto;
    margin-bottom: 40px;

}

.testimonial .comment-slider .single-comment p {
    font-size: 16px;
    line-height: 35px;
    font-weight: normal;
    color: #00215b;
    margin-bottom: 36px;
    text-align: justify;
    direction: rtl;
}

.testimonial .comment-slider .single-comment h3 {
    font-size: 30px;
    line-height: 100%;
    font-weight: 700;
    color: #00215b;
    margin-bottom: 19px;
    text-align: right;
}

.testimonial .comment-slider .single-comment span {
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    color: #0075bc;
    float: right;
}

.testimonial .comment-slider .owl-dots {
    height: 78px;
    padding-top: 55px;
}

.testimonial .comment-slider .owl-dots .owl-dot {
    width: 45px;
    height: 6px;
    background: #00215b;
    border-radius: 3px;
    margin-right: 15px;
}

.testimonial .comment-slider .owl-dots .owl-dot.active {
    background: #0075bc;
}

.testimonial .comment-slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.testimonial-2 {
    padding: 60px 0;
}

.testimonial-2 .comment-slider-2 .owl-item.center .single-comment .part-txt {
    background: #0075bc;
}

.testimonial-2 .comment-slider-2 .owl-item.center .single-comment .part-txt:after {
    -webkit-text-stroke-color: #fff;
    opacity: .2;
}

.testimonial-2 .comment-slider-2 .owl-item.center .single-comment .part-txt p,
.testimonial-2 .comment-slider-2 .owl-item.center .single-comment .part-txt h3,
.testimonial-2 .comment-slider-2 .owl-item.center .single-comment .part-txt span {
    color: #fff;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
    width: 79px;
    height: 79px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
    overflow: hidden;
    margin-bottom: -46px;
    position: relative;
    z-index: 3;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
    text-align: center;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 82px 45px 40px;
    position: relative;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    z-index: 2;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt:after {
    content: "\efcd";
    font-family: icofont;
    font-size: 125px;
    line-height: 100%;
    color: transparent;
    -webkit-text-stroke: 2px #00215b;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    opacity: .1;
    z-index: -1;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    color: #354b72;
    margin-bottom: 35px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    color: #00215b;
    margin-bottom: 12px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt span {
    display: block;
    font-size: 13px;
    line-height: 100%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    color: #0075bc;
    margin-bottom: -3px;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.testimonial-2 .comment-slider-2 .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 70px;
}

.testimonial-2 .comment-slider-2 .owl-dots .owl-dot {
    width: 45px;
    height: 6px;
    background: #00215b;
    border-radius: 3px;
    margin-right: 15px;
}

.testimonial-2 .comment-slider-2 .owl-dots .owl-dot.active {
    background: #0075bc;
}

.testimonial-2 .comment-slider-2 .owl-dots .owl-dot:last-child {
    margin-right: 0;
}


@media only screen and (min-width:992px) and (max-width:1199px) {

    .testimonial .client-area {
        padding-right: 0;
    }

    .testimonial .client-area .img {
        width: 363px;
        height: 363px;
        border-width: 40px;
        padding-top: 60px;
        padding-right: 60px;
    }

    .testimonial .comment-slider .single-comment .icon {
        margin-bottom: 30px;
    }

    .testimonial .comment-slider .single-comment p {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 21px;
    }

    .testimonial .comment-slider .single-comment h3 {
        font-size: 25px;
        margin-bottom: 9px;
    }

    .testimonial .comment-slider .owl-dots {
        height: 33px;
        padding-top: 27px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
        margin-bottom: -36px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
        padding: 56px 25px 25px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 13px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
        margin-bottom: 15px;
    }

    .testimonial-2 .comment-slider-2 .owl-dots {
        padding-top: 40px;
    }




}

@media only screen and (min-width:768px) and (max-width:991px) {
    .testimonial {
        padding: 60px 0;
    }

    .testimonial .client-area {
        padding-right: 0;
    }

    .testimonial .client-area .img {
        border-width: 30px;
        width: 300px;
        height: 300px;
        padding-top: 40px;
        padding-right: 55px;
    }

    .testimonial .client-area .img img {
        width: 55px;
    }

    .testimonial .comment-slider .single-comment .icon {
        width: 55px;
        height: 55px;
        line-height: 62px;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .testimonial .comment-slider .single-comment p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .testimonial .comment-slider .single-comment h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonial .comment-slider .single-comment span {
        font-size: 16px;
        font-weight: 400;
    }

    .testimonial .comment-slider .owl-dots {
        height: 28px;
        padding-top: 22px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .testimonial-2 {
        padding: 60px 0;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
        margin-bottom: -40px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
        padding: 66px 30px 30px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt span {
        font-weight: 500;
    }

    .testimonial-2 .comment-slider-2 .owl-dots {
        padding-top: 30px;
    }


}

@media only screen and (min-width:576px) and (max-width:767px) {


    .testimonial {
        padding: 60px 0;
    }

    .testimonial .client-area {
        padding-right: 0;
        width: 290px;
        margin: 0 auto 30px;
    }

    .testimonial .client-area .img {
        border-width: 30px;
        width: 300px;
        height: 300px;
        padding-top: 40px;
        padding-right: 55px;
    }

    .testimonial .client-area .img img {
        width: 55px;
    }

    .testimonial .comment-slider .single-comment {
        text-align: center;
    }

    .testimonial .comment-slider .single-comment .icon {
        width: 55px;
        height: 55px;
        line-height: 62px;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .testimonial .comment-slider .single-comment p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .testimonial .comment-slider .single-comment h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonial .comment-slider .single-comment span {
        font-size: 16px;
        font-weight: 400;
    }

    .testimonial .comment-slider .owl-dots {
        height: 38px;
        padding-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .testimonial-2 {
        padding: 60px 0;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
        margin-bottom: -40px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
        padding: 66px 30px 30px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt span {
        font-weight: 500;
    }

    .testimonial-2 .comment-slider-2 .owl-dots {
        padding-top: 30px;
    }



}


@media only screen and (min-width:480px) and (max-width:575px) {


    .testimonial {
        padding: 60px 0;
    }

    .testimonial .client-area {
        padding-right: 0;
        width: 290px;
        margin: 0 auto 30px;
    }

    .testimonial .client-area .img {
        border-width: 30px;
        width: 300px;
        height: 300px;
        padding-top: 40px;
        padding-right: 55px;
    }

    .testimonial .client-area .img img {
        width: 55px;
    }

    .testimonial .comment-slider .single-comment {
        text-align: center;
    }

    .testimonial .comment-slider .single-comment .icon {
        width: 55px;
        height: 55px;
        line-height: 62px;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .testimonial .comment-slider .single-comment p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .testimonial .comment-slider .single-comment h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonial .comment-slider .single-comment span {
        font-size: 16px;
        font-weight: 400;
    }

    .testimonial .comment-slider .owl-dots {
        height: 38px;
        padding-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .testimonial-2 {
        padding: 60px 0;
    }

    .testimonial-2 .comment-slider-2 {
        width: 380px;
        margin: 0 auto;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
        margin-bottom: -40px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
        padding: 66px 30px 30px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt span {
        font-weight: 500;
    }

    .testimonial-2 .comment-slider-2 .owl-dots {
        padding-top: 30px;
    }

}

@media only screen and (min-width:320px) and (max-width:479px) {

    .mpl0 {
        margin-left: 0px !important;
        padding-left: 0px;
        padding-right: 0px;
        margin-top: 10px;
    }

    .testimonial {
        padding: 60px 0;
    }

    .testimonial .client-area {
        padding-right: 0;
        width: 290px;
        margin: 0 auto 30px;
    }

    .testimonial .client-area .img {
        border-width: 30px;
        width: 300px;
        height: 300px;
        padding-top: 40px;
        padding-right: 55px;
    }

    .testimonial .client-area .img img {
        width: 55px;
    }

    .testimonial .comment-slider .single-comment {
        text-align: center;
    }

    .testimonial .comment-slider .single-comment .icon {
        width: 55px;
        height: 55px;
        line-height: 62px;
        font-size: 30px;
        margin: 0 auto 20px;
    }

    .testimonial .comment-slider .single-comment p {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        margin-bottom: 16px;
    }

    .testimonial .comment-slider .single-comment h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .testimonial .comment-slider .single-comment span {
        font-size: 16px;
        font-weight: 400;
    }

    .testimonial .comment-slider .owl-dots {
        height: 38px;
        padding-top: 32px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .testimonial-2 {
        padding: 60px 0;
    }

    .testimonial-2 .heading-2 h2 {
        font-size: 23px;
        margin-bottom: 20px;
    }

    .testimonial-2 .heading-2 p br {
        display: none;
    }

    .testimonial-2 .comment-slider-2 {
        width: 290px;
        margin: 0 auto;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-img {
        margin-bottom: -40px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt {
        padding: 66px 30px 30px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt p {
        font-size: 15px;
        line-height: 23px;
        margin-bottom: 21px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 14px;
    }

    .testimonial-2 .comment-slider-2 .owl-item .single-comment .part-txt span {
        font-weight: 500;
    }

    .testimonial-2 .comment-slider-2 .owl-dots {
        padding-top: 30px;
    }


}

.event .more {
    color: #a8a8a8;
    z-index: 99999999;
    padding-right: 15px;
    position: absolute;
    top: 30px;
    left: 30px;
}

.eventt .titleevent {
    position: absolute;
    background: #e6e6e6;
    margin: 0px;
    padding: 11px;
    border-radius: 0px 0px 0px 30px;
    top: 0px;
    right: 0px;
    z-index: 999;
    opacity: .6;
    margin: 0 auto;
    border-left: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    text-align: right;
    padding-right: 30px;
    padding-left: 30px;
}

.eventt .titleevent h2 {

    font-size: 14px;

}

.eventt .titleevent span {
    color: #7b7b7b;
    font-size: 13px;
}



.shareWrapper {
    background: #fff;
    /* height: 0; */
    transition: all ease 0.3s;
    /* position: relative; */
    /* z-index: 10; */
    padding: 33px;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 60px;
    text-align: center;
    margin-top: 15%;
}

.shareWrapper.active {
    margin-top: -60px;
    height: auto;
    padding: 10px 0;
}

.shareWrapper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.shareWrapper ul li {
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.shareWrapper input {
    display: block;
    width: 100%;
    /* max-width: 520px; */
    margin: 0 auto;
    border: 2px solid #000;
    border-radius: 15px;
    background: #fff;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    font-family: 'IRANYekanBoldRd';
    font-size: 16px;
    color: #000;
    direction: ltr;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 20px;
}

.shareWrapper a {
    font-size: 25px;
    width: 45px;
    height: 45px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    line-height: 47px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.shareWrapper li span {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #00b456;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 0;
    opacity: 0;
    transition: all ease 0.3s;
}

.shareWrapper li .green span {
    opacity: 1;
}

.shareWrapper li i {
    position: relative;
    z-index: 1;
}

.shareWrapper .whatsapp a {
    background: #00b456;
}

.shareWrapper .telegram a {
    background: #039be5;
}

.shareWrapper .linkedin a {
    background: #0e76a8;
}

.shareWrapper .twitter a {
    background: #55acee;
}

.shareWrapper .copyBox a {
    background: #000;
}


.finished .bold {
    font-size: 24px;
    line-height: 35px;
}

.finished p {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 25px;
}

.finished .small {
    margin: 5px 0 20px;
}


.scoreWrapper,
.finished {
    display: none;
    padding-bottom: 30px;
}

.finished .bold {
    font-size: 17px;
    color: #d71920;
    font-family: 'IRANYekanBoldRd';
    line-height: 25px;
    margin: 0 0 10px;
}

.red {
    color: #d71920;
}

.finished .small {
    font-size: 14px;
    margin: 5px 0 15px;
}

.finished p {
    font-size: 14px;
    font-family: 'IRANYekanBoldRd';
    margin: 0 0 20px;
}

.scoreWrapper.active,
.finished.active {
    display: block;
}

.breadCrumbs {
  margin-right: 30px;
    margin-left: 30px;
    margin-top: -10px;
    color: #a1a1a1;
    padding: 15px;
    background: #3f3f3f;
    text-align: right;
    font-size: 13px;
    box-shadow: 13px 10px 90px #282828;
    border-radius: 0px 0px 10px 10px;
    z-index: 9;
    position: relative;
}

.breadCrumbs li {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.breadCrumbs li a {
    color: white;
}

.main__filter p {
    padding: 0px;
    margin: 0px;
    margin-top: 5px;
    color: #069edb;
}

.artist__p {
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    margin-top: 10px;
    color: #8a8458;
}



@keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes flickerAnimation {
    0% {
        opacity: 1;
    }

    50% {
        opacity: .6;
    }

    100% {
        opacity: 1;
    }
}

.animate-flicker {
    -webkit-animation: flickerAnimation 1s infinite;
    -moz-animation: flickerAnimation 1s infinite;
    -o-animation: flickerAnimation 1s infinite;
    animation: flickerAnimation 1s infinite;
}

.product__title p {
    color: darkgrey;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 12px;
}

.kashf li {
    background: black;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    list-style: none;
    text-align: justify;
    padding-right: 30px;
    padding-left: 30px;
}

.btnfix {
    position: fixed;
    right: calc(50% - 45px);
    bottom: 25px;
    z-index: 99999999;
}

.btnfix li::after {
    content: "";
    background: #5e5e5e;
    opacity: .5;
    margin-bottom: 10px;
    border-radius: 400px;
    width: 120px;
    height: 120px;
    align-items: center;
    line-height: 119px;
    text-align: center;
    position: fixed;
    right: calc(50% - 60px);
    bottom: 10px;
    z-index: -1;
    box-shadow: 0px 0px 34px #d0d0d0;
}

.btnfix li::before {
    content: "";
    background: #1f1f1f5c;
    opacity: .5;
    margin-bottom: 10px;
    border-radius: 400px;
    width: 140px;
    height: 140px;
    align-items: center;
    line-height: 119px;
    text-align: center;
    position: fixed;
    right: calc(50% - 70px);
    bottom: 0px;
    z-index: -1;
    box-shadow: 0px 0px 34px #686868;
}

.btnfix li a {
    background: #069edba1;
    margin-bottom: 10px;
    border-radius: 400px;
    width: 90px;
    height: 90px;
    align-items: center;
    line-height: 88px;
    text-align: center;
    z-index: 999999;
    display: block;
    font-size: 14px;
    color: black;
    font-weight: bold;
}

.btnfix li a:hover {
    background: #000000a1;
    color: white;

}


.likediv {
    text-align: center;
    background: #101010;
    padding: 12px;
    width: 120px;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    align-content: center;
    border-radius: 5px;
}

.kashfdes {
    padding-left: 140px;
}

.mas .box {
    height: 40vh;
    background: #333;
    border: 5px solid black;

}

.mas .box:hover {
    background: #e91e63;
}

.mas .box .content {
    text-align: center;
    align-content: center;
    height: 100%;
}


.masonatdiv {
    padding: 10px;
}

.masonatdiv img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
}

/* Main CSS */
.masonatdiv .grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.masonatdiv .grid-wrapper>div>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
	grid-auto-rows: 100%;
}

.masonatdiv .grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(19%, 1fr));
    grid-auto-rows: 290px;
    grid-auto-flow: dense;
	
}

.masonatdiv .grid-wrapper .wide {
    grid-column: span 2;
}

.masonatdiv .grid-wrapper .tall {
    grid-row: span 2;
}

.masonatdiv .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2;
}



.panel {}

.panel .front {
    width: 100%;
    height: 100%;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    -webkit-transform: rotateX(0) rotateY(0);
    transform: rotateX(0) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;


    -webkit-transition: opacity 4s ease-in;
    -moz-transition: opacity 4s ease-in;
    -o-transition: opacity 4s ease-in;
    opacity: 1;
}

.pad {
    position: absolute;
    top: 0px;
    height: 100%;
    padding: 30px;
    direction: rtl;
    text-align: right;
    color: white;
    width: 100%;
    background: #0000004a;
}

.pad p {
    font-size: 14px;
    text-align: justify;
    color: #ababab;
    direction: rtl;
}

.pad a {
    font-size: 14px;
    text-align: right;
    color: #4291ff;
    font-weight: bold;
    background: #000000;
    padding: 3px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 5px;
}
.pad a:hover {

    background: #494949;

}
.panel .back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: #069edb82;
    text-align: center;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.9);
    -webkit-transform: rotateY(-179deg);
    transform: rotateY(-179deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    border-radius: 5px;

    -webkit-transition: opacity 4s ease-in;
    -moz-transition: opacity 4s ease-in;
    -o-transition: opacity 4s ease-in;
    opacity: 1;
}

.panel.flip .front {
    transform: rotateY(179deg)
}

.panel.flip .back {
    -webkit-transform: rotateX(0) rotateY(0);
    animation: fadeIn ease 4s;
    -webkit-animation: fadeIn ease 4s;
    -moz-animation: fadeIn ease 4s;
    -o-animation: fadeIn ease 4s;
    -ms-animation: fadeIn ease 4s;


}

.panel {
    -webkit-perspective: 800px;
    perspective: 800px;
}

.swing .front,
.swing .back {
    width: 140px;
    -webkit-transition-duration: 4s;
    transition-duration: 1s;
    -webkit-transform-origin: 170px 0;
    transform-origin: 170px 0;
}

.swing .front {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.swing .back {
    background-color: #555;
    /* hiding this side, so get darker */
    -webkit-transform: rotateY(-180deg) translateX(198px) translateZ(2px);
    transform: rotateY(-180deg) translateX(198px) translateZ(2px);
}

.swing.flipswing .front {
    background-color: #222;
    /* hiding this side, so get darker */
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.swing.flipswing .back {
    background-color: #80888f;
    -webkit-transform: rotateY(0) translateX(198px) translateZ(2px);
    transform: rotateY(0) translateX(198px) translateZ(2px);
}

.slider {
    padding-right: 10px;
    padding-left: 10px;
}

.bloglist {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.booklist {
    padding-top: 10px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.dorehlist {
    padding-top: 15px;
}

.eventlist {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.profimg {
    width: 40px;
    border-radius: 50px;
}

/*.front .pad h2 {
        padding: 10px;
    margin-right: -30px;
    background-image: linear-gradient(to right, #95959500, #4a4a4a36, #38383899);
}*/

@media only screen and (max-width: 600px) {
    .masonatdiv .grid-wrapper {
        display: grid;
        grid-gap: 10px;
        grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        grid-auto-rows: 250px;
        grid-auto-flow: dense;
    }
    .masonatdiv .grid-wrapper .small {
        grid-column: span 1 !important;
        grid-row: span 2 !important;

    }

    .masonatdiv .grid-wrapper .tall {
        grid-row: span 3 !important;
        grid-column: span 1 !important;
    }

    .masonatdiv .grid-wrapper .wide {
        grid-column: span 1 !important;
        grid-row: span 1 !important;

    }

}

.sidebar__nav-link img {
    width: 25px;
    padding: 3px;
    margin-left: 15px;
    filter: contrast(0.3);
}


/*lms*/


.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}

@media (min-width: 992px) {

    [dir] .pt-lg-32pt,
    [dir] .py-lg-32pt {
        padding-top: 2rem !important;
    }
}

.page-nav .page-nav__menu {
    margin-bottom: 1rem;
    padding-left: 3px;
}

    .page-nav .page-nav__menu a {
        color: rgb(229 229 229 / 70%);
        position: relative;
        font-size: 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        display: inline-block;
        border-radius: 0px 5px 5px 0px;
        padding: 5px;
        padding-right: 30px;
        text-align: right;
    }

.page-nav .page-nav__menu a:hover {
    color: white;
}

.page-nav .page-nav__menu .lock:before {
   width: 12px;
    height: 12px;
    content: "\f023";
    top: 2px;
    position: absolute;
    right: 5px;
    font-family: 'FontAwesome';
    padding-top: 0px !important;
    font-size: 17px;
    border: none;
    background: none;
}

.page-nav .page-nav__menu .unlock:before {
    width: 12px;
    height: 12px;
    content: "\f13e";
    top: 4px;
    position: absolute;
    color: #069edb;
    right: 3px;
    font-family: 'FontAwesome';
}
    .page-nav .page-nav__menu .tic:before {
        width: 12px;
        height: 12px;
        content: "\f00c";
        top: 4px;
        position: absolute;
        color: green;
        right: 5px;
        font-family: 'FontAwesome';
    }

.lock {
    opacity: .5;
}

.unlock {
    opacity: 1;
}

.page-nav .page-nav__menu a.active {
    color: #2196f3;
}

.page-nav .page-nav__menu li {}

.page-nav {}

.alltopic a {
    color: #ffffff !important;
}



.guidance {
    position: fixed;
    left: 10px;
    top: calc(100%);
    /* width: 100%; */
    height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    z-index: 1;
    transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    background: #fdfdfde6;
    text-align: right;
    z-index: 999999999999999;
    direction: rtl;
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 10px !important;
}

.guidance header {
    position: relative;
    padding: 20px;
    text-align: right;
    margin: 0 0 25px;
    position: absolute !important;
    left: 0px;
}

.guidance header h1 {
    color: #ff0000;
    font-size: 18px;
    margin: 0;
}

.guidance header:before {
    display: block;
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-position: -30px 0;
    right: 0;
    top: 50%;
    margin-top: -20px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    filter: sepia(1);
}

.guidance.active {
    top: 60vh;
    border-radius: 0;
    left: 0px;
}

.guidance.active header:after {
    transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
}

.guidance ul {
    text-align: justify;
    padding-right: 0px;
}

.guidance ul li {
    font-family: 'IRANSansWeb_bold';
    padding: 7px 0;
    font-size: 14px;
    line-height: 25px;
}

.guidance ul li:last-child {
    border: none;
}

@media (min-width: 768px) {
    .guidance {
        /*position: relative;
    top: 0;
    padding: 35px 0;
    height: auto;
    border-radius: 0;
    text-align: right;
    background-position: left 10px bottom 10px;*/
    }


    .guidance header:before {
        display: block;
        content: "";
        position: absolute;
        width: 55px;
        height: 55px;
        background-position: -70px 0;
        margin-top: -27px;
        transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
    }

    .guidance header:after {
        display: none;
    }

    .guidance.active {
        top: 70%;
        left: 10px;
    }

    .guidance ul {
        text-align: right;
    }


}

@media (min-width: 1200px) {
    .guidance {
        background-image: none;
    }
}

.guidance header:after {
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background: url('../assets/img/bgSprite2.png') no-repeat;
    background-position: 0 -90px;
    cursor: pointer;
    opacity: 1;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    filter: sepia(1);
}

.guidance1 {
    text-align: center;
    width: 200px;
    margin: 0 auto;
    border: 3px solid #737373;
    border-radius: 30px 30px 0px 0px;

}

.guidance1 header h1 {
    color: #000;
    font-size: 18px;
    margin: 0;
    line-height: 77px;

}

.default-btn {
    margin: inherit;
    border-radius: 5px;
    margin-top: 20px;
}

.helpbtn {
    position: absolute;
    top: 70px;
    left: 40px;
    background: #ffffffb3;
    z-index: 9;
    padding: 10px;
    text-align: center;
    color: black;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

.helpbtn i {
    color: #056100;
}

.helpbtn:hover {
    color: white;
    background: #069edb;

}

video {
    border-radius: 5px;
}

.lmsdiv {
    color: #9b9b9b;
    direction: rtl;
    text-align: justify;
    line-height: normal;
    font-size: 14px;
}

.lmsdiv p {}

/* Customize the label (the container) */

/* Hide the browser's default checkbox */
.checkcontainer {
    display: inline-block;
    width: 100%;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radiobtn {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

.checkcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkcontainer input:checked~.radiobtn {
    background-color: #2196F3;
}

.checkcontainer input:checked~.radiobtn:after {
    display: block;
}

.checkcontainer .radiobtn:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

.qbox TextArea {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    background: #494949;
    padding: 15px;
    color: white;
}

.tools {
    position: fixed;
    top: 80px;
    left: 0px;
    z-index: 9999999999;
}

.tools ul {
    width: 60px;
    z-index: 9999999999;
    font-size: 27px;
    margin-left: 2px;
}

    .tools li {
        padding: 12px;
        background: #00535dd9;
        display: inline-block;

        border-radius: 300px;

}

.tools li:hover {

    background: #5d5d5d;


}

.tools li a {
    color: black;


}

.tools li i {
    color: #ffffff;
}

// just some mixins
@mixin positionIndex($position, $z-index: 2) {
    position: $position;
    z-index: $z-index;
}

@mixin border-radius($border-radius) {
    -webkit-border-radius: $border-radius;
    -moz-border-radius: $border-radius;
    border-radius: $border-radius;
}

/*---------- anmation mixin load ----------*/
        @mixin keyframes($animation-name) {
            @-webkit-keyframes

            # {
                $animation-name
            } {
        @content;
    }

    @-moz-keyframes #{$animation-name} {
        @content;
    }

    @-ms-keyframes #{$animation-name} {
        @content;
    }

    @-o-keyframes #{$animation-name} {
        @content;
    }

    @keyframes #{$animation-name} {
        @content;
    }
}

@mixin transform($transforms) {
    -moz-transform: $transforms;
    -o-transform: $transforms;
    -ms-transform: $transforms;
    -webkit-transform: $transforms;
    transform: $transforms;
}

@mixin transform-origin ($origin) {
    moz-transform-origin: $origin;
    -o-transform-origin: $origin;
    -ms-transform-origin: $origin;
    -webkit-transform-origin: $origin;
    transform-origin: $origin;
}

@mixin rotate ($deg) {
    @include transform(rotate(#{$deg}deg));
}

@mixin scale($scale) {
    @include transform(scale($scale));
}

@mixin skew ($x, $y) {
    @include transform(skew(#{$x}deg, #{$y}deg));
}

@mixin translate ($x, $y) {
    @include transform(translate($x, $y));
}

// @include translate
@mixin transform-origin ($origin) {
    moz-transform-origin: $origin;
    -o-transform-origin: $origin;
    -ms-transform-origin: $origin;
    -webkit-transform-origin: $origin;
    transform-origin: $origin;
}

@mixin animation($str) {
    -webkit-animation: #{$str};
    -moz-animation: #{$str};
    -ms-animation: #{$str};
    -o-animation: #{$str};
    animation: #{$str};
}

%ulReset {
    padding: 0;
    margin: 0;
    position: relative;
    list-style: none;
}

// end of just some mixins
* {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
}

.wrapperAssistive {
    @include positionIndex(fixed);
    display: block;
    width: 70px;
    height: 70px;

    left: calc(50% - 35px);
    top: calc(calc(50% - 35px) - 130px);
    @include translate(-50%, -50%);
    -webkit-filter: url("#goo");
    filter: url("#goo");
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 9999999;
    position: absolute;
    opacity: 0.7;
    transform: matrix(0.5, 0, 0, 0.5, 0, 0);
    left: 5px;
    top: 226px;
    opacity: 0.7;
    transform: matrix(0.5, 0, 0, 0.5, 0, 0);
    transform-origin: 0% 50% 0px;
}

.assistiveTouch {
    @include positionIndex(relative);
    background: #cfcfcf8a;
    @include border-radius(10px);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 300px;

    .box {
 
        @include border-radius(100%);
    }

    .box,
    img {
        width: 80%;
        height: 80%;
        display: block;
        -webkit-user-drag: none;
        -khtml-user-drag: none;
        -moz-user-drag: none;
        -o-user-drag: none;
        user-drag: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -o-user-select: none;
        user-select: none;
        border-radius: 300px;
    }
}

.assistiveItems {
    @include positionIndex(absolute, 1);
    display: block;
    width: 80%;
    height: 80%;
    left: 50%;
    top: 50%;
    @include translate(-50%, -50%);

    ul {
        @include positionIndex(relative);
        @extend %ulReset;
        width: 100%;
        height: 100%;

        li {
            margin: 0;
            padding: 0;
        }
    }
}

.atItem {
    @include positionIndex(absolute);
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;

    a:hover {
        color: white;
    }
}

.btnAtItem {
    @include positionIndex(relative);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #ff9800;
    border: none;
    outline: none;
    color: white;
    @include border-radius(10px);
}

.atItemBg {
    @include positionIndex(absolute, 1);
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ff9800;
    @include border-radius(10px);
}

.overlayAssistive {
    position: fixed;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.7;
    top: 0;
    left: 0;
}

.assistiveTouch i {
    padding: 12px;
    font-size: 31px;
    color: #ffffff;
    padding-left: 15px;
    transition: transform .3s ease-in-out;
}

.assistiveTouch .active i {
    transform: rotate(45deg);
}


.presto-player__wrapper video {
    margin: auto;
    border-radius: 5px !important;
}

.dore {
    background: #101010;
    margin: 0px !important;
    padding: 0px !important;
    border-radius: 15px;
    margin-bottom: 15px !important;

}

.dore img {
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    height: 460px;
}

.detailsdore {
    padding: 20px;
    text-align: justify;
}

.detailsdore p {
    color: #a5a5a5;
    direction: rtl;
    text-align: justify;
    font-size: 14px;
    line-height: normal;
        min-height: 119px;
}

.detailsdore h3 {
    color: #069edb;
    direction: rtl;
    text-align: justify;
}

.detailsdore h2 a {
    color: white;
    direction: rtl;
    text-align: justify;
}

.detailsdore .main__load {
    float: right;
    margin: 0px;
    border-radius: 5px;
    color: #006f9b;
    background: #c9c9c9;
    margin-bottom: 20px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.sidebar-wrapper {
    position: fixed;
    left: 0;
    top: 80px;
    display: flex;
    align-items: flex-start;
    height: calc(100% - 90px);
    z-index: 9999;
}

.sidebar-wrapper .sidebar {
    width: 0px;
    height: 100%;
    background-color: transparent;
    transition: width 0.3s ease;
    overflow: hidden;
    position: relative;
    transform: none;
    border-radius: 0px 5px 5px 0px;
}


.sidebar-wrapper .sidebar.open {
    width: 300px;
    /* Expanded width when open */
}

.sidebar-wrapper .sidebar .profile {
    display: flex;
    align-items: center;
    padding: 20px 0;
    color: white;
    transition: padding 0.3s ease;
    width: 100%;
}

.sidebar-wrapper .sidebar img {
    position: relative;
    left: 18px;
    opacity: 1;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: width 0.3s ease, height 0.3s ease;
}

.sidebar-wrapper .sidebar .profile span {
    margin-left: 30px;
    opacity: 0;
    transition: opacity 0.3s ease;
    white-space: nowrap;
}

.sidebar-wrapper .sidebar.open img,
.sidebar-wrapper .sidebar:hover img {
    width: 55px;
    height: 55px;
}

.sidebar-wrapper .sidebar.open .profile span,
.sidebar-wrapper .sidebar:hover .profile span {
    opacity: 1;
}

.sidebar-wrapper .sidebar ul {
    position: relative;
    left: -8px;
    list-style-type: none;
    padding: 13px 0;
    position: relative;
}

.sidebar-wrapper .sidebar ul li {
    display: flex;
    align-items: center;
    padding: 18px 20px;
    color: white;
    cursor: pointer;
    transition: background 0.3s ease;
}



.sidebar-wrapper .sidebar ul li i {
    position: relative;
    left: 4px;
    font-size: 24px;
    margin-right: 20px;
    transition: opacity 0.3s ease;
}

.sidebar-wrapper .sidebar ul li span {
    margin-left: 15px;
    display: flex;
    justify-content: flex-start;
    text-align: left;
    opacity: 0;
    white-space: nowrap;
    transition: opacity 0.3s ease;
}

.sidebar-wrapper .sidebar.open ul li span,
.sidebar-wrapper .sidebar:hover ul li span {
    opacity: 1;
}

.sidebar-wrapper .sidebar .indicator {
    position: absolute;
    left: 15px;
    width: 4px;
    height: 60px;
    background-color: #0d6efd;
    transition: top 0.3s ease;
    pointer-events: none;
    /* Prevent the indicator from interfering with mouse events */
}

.toggle-btn {
    position: absolute;
    top: 5px;
    right: -90px;
    width: 80px;
    height: 30px;
    background-color: #101010;
    color: #b0aba1;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border-radius: 5px;
    z-index: 1000;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
}

.toggle-btn i {
    position: relative;
    top: 1px;
}

.toggle-btn:hover {
    background-color: #0950ba;
}

.content {
    position: relative;
    left: 48%;
    top: 5%;
    width: 200px;
    transition: color 0.5s ease;
}

.content-line {
    width: 120px;
    margin-top: 3px;
    height: 1.5px;
    background-color: black;
    outline: none;
    border: none;
    border-radius: 50px;
    transition: background-color 0.5s ease;
}

.content:hover {
    color: #0d6efd;
}

.content:hover .content-line {
    background-color: #0d6efd;
}




#page-copied-button {
    background: rgb(240, 240, 240);
}

.share-button {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(240, 240, 240);
}

.share-button svg {
    margin-left: 12px;
    margin-top: 10px;
    color: rgb(0, 0, 0);
}



.topic a {
    text-decoration: none;
    color: rgb(240, 240, 240);
}

.topic .tile {
    width: 100%;
    background-color: rgb(37, 37, 37);
    margin: 7px;
    border-radius: 17px;
    display: flex;
    justify-content: space-between;
}

.topic .tile:hover {
    transition: cubic-bezier(.07, 1.41, .82, 0.141) 0.2s;
    transform: scale(1.02);
    background: #2d2d2d;
}

.topic .tile-share-button {
    margin: 8px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgb(52, 52, 52);
}

.topic .tile-share-button i {
    margin-left: 12px;
    margin-top: 10px;
}

.topic .image-container {
    height: 120px;
    width: 120px;
    border-radius: 148px;
    overflow: hidden;
}

.topic .image-container img {
    height: 100%;
}

.topic .icon {
    margin: 10px 10px;
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
}

.topic .icon p {
    background: #069edb8a;
    text-align: center;
    width: 40px;
    border-radius: 400px;
    padding: 8px;
}

.topic .linktree {
    margin-top: 34px;
}

.topictext {
    padding: 15px;
    /* padding-bottom: 5px; */
    margin: 0px;
}

.topic {
    margin: 15px;
    margin-right: 30px;
    margin-left: 30px;
}

.marginall {
    margin: 10px;
}

.sidelms {
    background: #101010;
    padding: 20px;
    border-radius: 5px;
    direction: rtl;
    padding-top: 35px;
}

.contentlms {
    background: #101010;
    border-radius: 5px;
    padding: 30px;
    padding-top: 10px;
}

.btnside {
    background: #222222;
    position: absolute;
    right: 10px;
    top: 60px;
    width: 36px;
    padding: 5px;
    padding-top: 3px;
    padding-bottom: 0px;
    color: #ffffff;
    z-index: 999999;

}




.btnnext {
    font-size: 17px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: #069edb solid 0.125em;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.2em #fff7, 0 0 0.3em #069edb;
    box-shadow: 0 0 0.5em #069edb inset, 0 0 0.5em #069edb;
    width: 100%;
    color: white;
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-left: 15px;
    margin-top: 30px;
    border-radius: 15px;
}


.btnnext::before {
    content: "";
    position: absolute;
    top: 140%;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: var(--clr-neon); */
    transform: perspective(0.5em) rotateX(10deg) scale(1.3, 0.40);
    filter: blur(0.5em);
    opacity: 0.6;
    pointer-events: none;
    transition: opacity 100ms linear;
}


.btnnext::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--clr-neon);
    box-shadow: 0 0 2em var(--clr-neon);
    z-index: -1;
    opacity: 0;
    transition: opacity 100mslinear;
    border-radius: 15px;
}
.btnnext:hover::after {
    opacity: 1;
}

.btnnext:hover,
.btnnext:focus {
    color: white;
}

.btnnext:hover::before {
    opacity: 0.8;
}

.masonatdiv {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0px;
  direction: rtl;
}

.grid-wrapper {
  display: contents;
}

.panel {
  position: relative;
  overflow: hidden;
}

.panel .front,
.panel .back {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: opacity 1s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.panel .front {
  z-index: 2;
  opacity: 1;
}
.panel .back {
  z-index: 1;
  opacity: 0;
  background: #001f3f;
  color: white;
  transform: translateY(0px);
}

.panel:hover .back {
  opacity: 1 !important;
  transform: translateY(0) !important;
}


.panel .front {
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(0);
}

.panel:hover .front {
  opacity: 0.1 !important;
  transform: translateY(0px) !important;
}

.panel.small {
  grid-row: span 1;
  grid-column: span 1;
}

.panel.wide {
  grid-column: span 2;
  grid-row: span 1;
}

.panel.tall {
  grid-row: span 2;
  grid-column: span 1;
}

.pad {
  padding: 15px;
  text-align: right;
}

.masonatdiv img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .panel {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    height: auto;
  }
}


/*slider*/ 
.hero__slide {
  position: relative;
  display: block;
}

.hero__slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.4); /* Optional for dark overlay */
}

.hero__slide:hover .overlay {
  opacity: 1;
}

.view-btn {
    width: 250px;
    background: #d4d4d44d;
    color: #069edb;
    text-align: center;
    padding: 30px;

}
.desktop-img {
  display: block !important;
}

.mobile-img {
  display: none !important;
}

@media (max-width: 768px) {
  .desktop-img {
    display: none !important;
  }

  .mobile-img {
    display: block !important;
  }
}
#yourskill {
    margin: 10px;
    margin: 0px;
    padding-top: 0px;
    background: #04091a;
    margin: 10px;
    margin-top: 10px;
    border-radius: 5px;
    margin-bottom: 0px;
    height: fit-content;
}
#discdiv {
    text-align: right;
    color: white;
    padding: 30px;
    background: #04091a;
    border-radius: 5px;
    padding-top: 15px;
    height: fit-content;
}
#discdiv h2 {
    color: #d2cfcf;
    text-align: right;
    padding: 15px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;
}
#discdiv h2:before {
    content: "";
    height: 4px;
    width: 80px;
    background: #0e2d49;
    position: absolute;
    margin-top: 40px;
}
#rData h2 {
    color: #d2cfcf;
    text-align: right;
    padding: 15px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#rData h2:before {
    content: "";
    height: 4px;
    width: 80px;
    background: #0e2d49;
    position: absolute;
    margin-top: 40px;
}
#swotdiv h2 {
    color: #d2cfcf;
    text-align: right;
    padding: 15px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;
}

#swotdiv h2:before {
    content: "";
    height: 4px;
    width: 80px;
    background: #0e2d49;
    position: absolute;
    margin-top: 40px;
}



#discdiv ul {
    margin-right: 40px;
}
    #discdiv li {
        color: #535353;
        padding-bottom: 5px;
        padding-top: 7px;
        margin-bottom: 13px;
        border-radius: 10px 0px 0px 10px;
        padding-right: 7px;
    }

        #discdiv li:before {
            content: "";
            height: 4px;
            width: 15px;
            background: #6d6d6d;
            position: absolute;
            margin-right: -30px;
            margin-top: 9px;
        }

    #discdiv li span {
        background: #ffffff;
        display: inline-block;
        width: 30px;
        margin-left: 8px;
        text-align: center;
        float: left;
        border-radius: 5px;
        padding-top: 0px;
        color: #000000;
    }
#livediv {
    text-align: right;
    color: white;
    padding: 30px;
    background: #04091a;
    padding-top: 15px;
    height: 550px;
}
#swotdiv {
    text-align: right;
    color: white;
    background: #04091a;
    border-radius: 5px;
    padding-top: 15px;
    height: fit-content;
    padding: 0px 0px !important;
    padding-bottom: 60px !important;
}
#swotdiv h2 {
    color: #d2cfcf;
    text-align: right;
    padding: 15px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;

}
#swotdiv h2:before {
    content: "";
    height: 4px;
    width: 80px;
    background: #0e2d49;
    position: absolute;
    margin-top: 40px;
}
#swotdiv ul {
    padding: 15px;
    overflow: auto;
    height: 380px;
    overflow-x: hidden;
        padding-left: 30px;
}
#swotdiv span {
    color:#d2cfcf;
}
#swotdiv p {
    color: #ffffff;
    font-size: 13px;
}
#swotdiv ul::-webkit-scrollbar {
  width: 8px;
}
#rData p {
    color: #000000;
}
#swotdiv ul::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

#swotdiv ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

#swotdiv ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#livediv h2 {
    color: #d2cfcf;
    text-align: right;
    padding: 15px;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 20px;

}
#livediv h2:before {
    content: "";
    height: 4px;
    width: 80px;
    background: #0e2d49;
    position: absolute;
    margin-top: 40px;
}
.nodata {
    position: absolute;
    background: #000000f5;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 5;
    padding-top: 170px;
    padding-right: calc(50% - 100px);
    padding-left: calc(50% - 100px);
    right: 0px;
    border-radius: 5px;
    text-align: center;
    border-right: 1px solid #222222;
}
.lock:before {
    content: "بزودی";
    width: calc(100% - 30px);
    height: calc(100% - 15px);
    position: absolute;
    top: 0px;
    left: 15px;
    background: #000000;
    opacity: 0.7;
    border-radius: 15px;
    color: #ffffff;
    z-index: 9999;
    text-align: center;
    padding-top: 50%;
    font-size: 30px;
        border: 1px solid #069edb;
}
.btn4 {
text-align:center;
margin-right:0px;
}

/* لایه‌ی افکت‌ها */
#coin-fx {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9999;
}

/* حباب سکه/عکس */
.coin {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px; /* کمی بزرگ‌تر */
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #b07700, 0 6px 18px rgba(0,0,0,.28);
    transform: translate(var(--x), var(--y));
    animation: coinUp var(--dur, 1000ms) ease-out forwards;
    will-change: transform, opacity;
    background: transparent;
    overflow: hidden; /* گرد کردن عکس */
}

/* خود عکس */
.coin-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* هر تناسبی رو درست پر می‌کنه */
    display: block;
    /* اگر بخوای گردی نرم‌تر باشه: border-radius: 50%; */
}

@keyframes coinUp {
    0% {
        transform: translate(var(--x), var(--y)) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: translate(var(--x), calc(var(--y) - var(--rise, 56vh))) rotate(var(--spin, 540deg));
        opacity: 0;
    }
}

#yourskill .owl-carousel {
    margin: 0;
}

    #yourskill .owl-carousel .col-12,
    #yourskill .owl-carousel .col-md-12 {
        padding: 0;
    }
.owl-height {
/*  height:420px !important;*/

}
.divs {
    padding: 25px !important;
}
.btnnext1 {
    font-size: 17px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: #069edb solid 0.125em;
    padding: 0.25em 1em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.2em #fff7, 0 0 0.3em #069edb;
    box-shadow: 0 0 0.5em #069edb inset, 0 0 0.5em #069edb;
    width: 100%;
    color: white;
    z-index: 9;
    padding-top: 10px;
    padding-bottom: 10px;
    /* margin-right: 15px; */
    margin-left: 15px;
    margin-top: 30px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: none;
}
#discdiv .plan__btn {
    width: 213px;
    margin: 40px !important;
    margin-top: 20px !important;
    text-align: center;
}


/*==============================
	partner
==============================*/
.partner {
    padding: 0px !important;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 5px;
}
.partner h2{
    color: white;
    font-size: 14px;
    font-weight: normal;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    direction: rtl;
}
.partner__logo {
    margin-top: 60px;
}

    .partner__logo img {
        width: 100px;
        height: auto;
    }

.partner__tagline {
    margin-top: 15px;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #626f83;
    margin-bottom: 0;
}

.partner__links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5px;
}

    .partner__links a {
        display: inline-flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        margin-top: 10px;
        color: #626f83;
        font-size: 16px;
    }

        .partner__links a svg {
            width: 20px;
            height: auto;
            fill: #0e2d49;
            margin-right: 10px;
        }

        .partner__links a:hover {
            color: #0075bc;
        }

.partner__social {
    display: inline-block;
}

    .partner__social a {
        display: inline-block;
    
    }

        .partner__social a img {
            width: 100%;
            height: auto;
        }

        .partner__social a:hover {
            opacity: 1 !important;
            -webkit-filter: grayscale(0) !important;
            filter: grayscale(0) !important;
        }

    .partner__social:hover a {
        opacity: 0.7;
        -webkit-filter: grayscale(0.7);
        filter: grayscale(0.7);
    }

.partner__content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.partner__copyright {
    display: block;
    font-size: 14px;
    color: #626f83;
    margin-top: 20px;
}

    .partner__copyright a {
        color: #626f83;
    }

        .partner__copyright a:hover {
            color: #0075bc;
        }

.partner__title {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    color: #0e2d49;
    font-family: 'IRANSansWeb', sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
}

.partner__nav {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

    .partner__nav a {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
        color: #626f83;
    }

        .partner__nav a:last-child {
            margin-bottom: 0;
        }

        .partner__nav a:hover {
            color: #0075bc;
        }

@media (min-width: 576px) {
    .partner {
        padding: 30px 15px 20px;
    }
}

@media (min-width: 768px) {
    .partner {
        padding: 20px 15px 25px;
    }



    .partner__logo {
        margin-top: 50px;
    }

    .partner__title {
        margin-top: 50px;
    }

    .partner__social {
        width: auto;
        order: 2;
    }

        .partner__social a {
            margin-top: 0;
        }

    .partner__copyright {
        margin-top: 0;
        order: 1;
    }
}

.tile {
    position: relative;
    overflow: hidden;
}

/* نوار پیشرفت */
.tile-progress {
   text-align: right;
    padding: 15px;
    height: 100%;
    background: #069edb;
    width: 0%;
    opacity: 0.3;
    transition: width 0.6s 
ease;
	padding-left: 65px;
    z-index: 9999999 !important;
    height: 55px;
    border-radius: 10px;
    position: absolute !important;
    color: #ffffff;
    padding-right: 60px;
}

/* محتوا روی نوار پیشرفت قرار بگیرد */
.tile * {
    position: relative;
    z-index: 1;
}

/* کانتینر کلی */
.swot-wrapper {
    direction: rtl; /* چون متن فارسی است */
    padding: 40px 15px;
}

/* ساختار سه ستونی: متن چپ – دایره – متن راست */
.swot-grid {
    display: grid;
    grid-template-columns: 1.2fr auto 1.2fr;
    grid-template-rows: auto auto;
    gap: 20px 30px;
    align-items: center;
}

/* باکس‌های متنی اطراف دایره */
.swot-box {
    border-radius: 8px;
    padding: 20px 25px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

    .swot-box h3 {
        margin: 0 0 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .swot-box p {
        margin: 0;
        font-size: 14px;
        line-height: 1.8;
    }

/* جای هر باکس در گرید (مثل تصویر پاورپوینت) */
.swot-strength-text {
    grid-column: 1;
    grid-row: 1;
    text-align: left;
}

.swot-opportunity-text {
    grid-column: 1;
    grid-row: 2;
    text-align: left;
}

.swot-weakness-text {
    grid-column: 3;
    grid-row: 1;
}

.swot-threat-text {
    grid-column: 3;
    grid-row: 2;
}

/* دایره وسط که دو ردیف را می‌گیرد */
.swot-circle-wrapper {
    grid-column: 2;
    grid-row: 1 / 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* خود دایره SWOT */
.swot-circle {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

/* ربع‌های دایره */
.swot-quadrant {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px; /* کمی کوچکتر بهتر دیده می‌شود */
  font-weight: 800;
  color: #fff;
  letter-spacing: 2px;
 
}



    /* رنگ‌ها مثل نمونه‌ی اسلاید */
    .swot-quadrant.strength {
        background: #95c828;
        border-right: 3px solid #145aa3;
        border-bottom: 3px solid #145aa3;
    }
    /* آبی – S */
    .swot-quadrant.weakness {
        background: #12bc98;
        border-bottom: 3px solid #145aa3;
    }
    /* طوسی تیره – W */
    .swot-quadrant.opportunity {
        background: #01cfe5;
        border-right: 3px solid #145aa3;
    }
    /* نارنجی – O */
    .swot-quadrant.threat {
        background: #22a4da;
    }
/* قرمز – T */

/* ریسپانسیو برای موبایل */
@media (max-width: 768px) {

    .swot-wrapper {
        padding: 20px 10px;
    }

    .swot-grid {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    /* ترتیب نمایش در موبایل */
    .swot-circle-wrapper {
        order: 1;
    }

    .swot-strength-text {
        order: 2;
    }

    .swot-weakness-text {
        order: 3;
    }

    .swot-opportunity-text {
        order: 4;
    }

    .swot-threat-text {
        order: 5;
    }

    .swot-circle {
        width: 200px;
        height: 200px;
    }

    .swot-quadrant {
        font-size: 28px;
    }

    .swot-box {
        padding: 15px 18px;
        box-shadow: 0 0 6px rgba(0,0,0,0.05);
    }

        .swot-box h3 {
            font-size: 16px;
        }

        .swot-box p {
            font-size: 13px;
            line-height: 1.7;
        }
}
/* دایره SWOT با افکت نئون و فاصله بهتر برای حروف */
.swot-circle {

    box-shadow: 0 0 10px rgba(30,144,255, 0.7), 0 0 20px rgba(30,144,255, 0.6), 0 0 40px rgba(30,144,255, 0.5), 0 0 80px rgba(30,144,255, 0.4);
    border: 3px solid rgba(30,144,255, 0.6);
    z-index: 5;
    animation: neonPulse 2s infinite alternate;
}

/* افکت پالس نئون */
@keyframes neonPulse {
    from {
        box-shadow: 0 0 10px rgba(30,144,255, 0.8), 0 0 20px rgba(30,144,255, 0.7), 0 0 40px rgba(30,144,255, 0.6), 0 0 80px rgba(30,144,255, 0.5);
    }

    to {
        box-shadow: 0 0 15px rgba(30,144,255, 1), 0 0 30px rgba(30,144,255, 0.9), 0 0 60px rgba(30,144,255, 0.8), 0 0 120px rgba(30,144,255, 0.7);
    }
}

/* چهار بخش داخلی */
.quadrant {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px; /* کمی کوچک‌تر از قبل */
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px; /* فاصله بین حروف */
    padding: 20px; /* فاصله داخلی برای جلوگیری از چسبندگی */
}

.strength {
    background: #1e90ff;
}

.weakness {
    background: #555;
}

.opportunity {
    background: #f4a300;
}

.threat {
    background: #e74c3c;
}
.ls-continue-v2 {
    direction: rtl;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 15px 0px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #474747, #005171);
    color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* بخش متن */
.ls-continue-head {
    flex: 1;
    text-align: right;
  
    margin-right: 25px;
    padding-right: 0px !important;
}

.ls-continue-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
}

.ls-continue-meta {
    font-size: 10px;
    opacity: 0.9;
}

/* دکمه سمت چپ */
.ls-continue-actions {
    flex-shrink: 0;
}

.ls-continue-btn {
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: #069edb solid 0.125em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.2em #fff7, 0 0 0.3em #069edb;
    box-shadow: 0 0 0.5em #069edb inset, 0 0 0.5em #069edb;
    width: 100%;
background: #ffffff;
    color: #0c4a6e;    padding: 10px !important;
}

    .ls-continue-btn:hover {
       background: #ffffff00;
    color: #ffffff;
    }

/* دکمه اصلی */
.assistiveTouch {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #1e90ff, #004e92);
    box-shadow: 0 0 15px rgba(0,180,255,0.8), 0 0 30px rgba(0,180,255,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
}

    .assistiveTouch:hover {
        box-shadow: 0 0 25px rgba(0,200,255,1), 0 0 60px rgba(0,200,255,0.9);
        transform: scale(1.05);
    }

    /* آیکون داخل پلاس */
    .assistiveTouch .box i {
        font-size: 20px;
        color: #fff;
        text-shadow: 0 0 8px rgba(255,255,255,0.9);
    }

/* ===== دکمه‌های زیری دقیقاً مثل بالا ===== */
.tools ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #1e90ff, #004e92);
    box-shadow: 0 0 15px rgba(0,180,255,0.8), 0 0 30px rgba(0,180,255,0.6);
    transition: all 0.3s ease;
}

    .tools ul li a:hover {
        box-shadow: 0 0 25px rgba(0,200,255,1), 0 0 60px rgba(0,200,255,0.9);
        transform: scale(1.05);
    }

/* آیکون داخل دکمه‌ها */
.tools ul li img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 4px rgba(255,255,255,0.7));
}

.tools ul li a:hover img {
    filter: drop-shadow(0 0 8px rgba(255,255,255,0.9)) brightness(1.2);
}

/* حذف بک‌گراند اصلی tools */
.tools {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.partner {
    background: linear-gradient(180deg, #020617, #0f172a);
    padding: 40px 0;
}



.partner__content h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);
    display: block;
    float: right;
    padding-left: 15px;
    padding-top: 17px;
}

/* لوگوها */
.partner__social.owl-carousel {
    direction: rtl;
    width: 100%;
    margin-right: 80px;
}

    .partner__social.owl-carousel a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .partner__social.owl-carousel a img {
            height: 60px;
            width: auto;
            transition: all 0.3s ease;
            opacity: 0.85;
            filter: drop-shadow(0 0 6px rgba(0,255,255,0.3));
        }

            .partner__social.owl-carousel a img:hover {
                opacity: 1;
                transform: scale(1.08);
                filter: drop-shadow(0 0 15px rgba(0,255,255,0.6));
            }

/* دکمه‌های ناوبری بیرون از کروسل */
.partner__social .owl-nav button.owl-prev,
.partner__social .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    background: #0ea5e9;
    border: none;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 12px rgba(0,200,255,0.6);
    transition: all 0.3s ease;
    cursor: pointer;
}

    .partner__social .owl-nav button.owl-prev:hover,
    .partner__social .owl-nav button.owl-next:hover {
        background: #0369a1;
        box-shadow: 0 0 20px rgba(0,255,255,0.9);
        transform: translateY(-50%) scale(1.1);
    }

/* جای دقیق دکمه‌ها */
.partner__social .owl-nav button.owl-prev {
    left: -60px; /* فاصله از محتوا */
}

.partner__social .owl-nav button.owl-next {
    right: -60px;
}

/* دکمه‌ها در موبایل نزدیک‌تر می‌شن */
@media (max-width: 768px) {
    .partner__social .owl-nav button.owl-prev {
        left: -35px;
    }

    .partner__social .owl-nav button.owl-next {
        right: -35px;
    }
}
.partner__content .owl-stage-outer {
    overflow: hidden;

}
.tile {
    position: relative;
    overflow: hidden;
}
.ls-continue-v2 {
    position: relative;
    overflow: hidden;
    border: #069edb solid 0.125em;
    border-radius: 0.25em;
    text-shadow: 0 0 0.2em #fff7, 0 0 0.3em #069edb;
    box-shadow: 0 0 0.5em #069edb inset, 0 0 0.5em #069edb;
}

    /* نوار پیشرفت */
    .ls-continue-v2 .tile-progress {
        position The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. Widely available across major browsers (Baseline since January 2018) Learn more Don't show : absolute; top: 0;
        right: 0;
        height: 100%;
        width: 0%;
        background: linear-gradient(to left, #00bcd4, #0075bc);
        opacity: 0.2;
        z-index: 0 !important;
        transition: width 0.6s ease;
        text-align: left;
        padding-top: 40px;
        border-left: 10px;
    }

    /* محتوا بالای نوار */
    .ls-continue-v2 * {
        position: relative;
        z-index: 1;
        padding-right: 15px;
        padding-left: 25px;
        margin-bottom:2px;
    }
.ls-continue-v2 h2 {
    font-size: 15px;
    color: #ffffff;
}
/* محل دات‌ها زیر کاروسل و راست‌به‌چپ */
#yourskill .owl-dots {
    position: absolute;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    direction: rtl;
    bottom: 15px;
    right: calc(50% - 50px);
}

/* خود دکمه‌های دات */
#yourskill .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    outline: none;
    background: #6b7280; /* خاکستری */
    opacity: .7;
    transition: all .25s ease;
}

    /* حالت فعال */
    #yourskill .owl-dot.active {
        width: 22px; /* کپسولی */
        border-radius: 999px;
        background: #069edb; /* آبی تم شما */
        opacity: 1;
        box-shadow: 0 0 0 2px rgba(6,158,219,0.2);
    }

    /* هاور */
    #yourskill .owl-dot:hover {
        opacity: 1;
        transform: translateY(-1px);
    }

/*    coment stiker*/

.comments .comment {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

    .comments .comment .like-btn {
        position: absolute;
        left: 36px;
        bottom: 40px;
        cursor: pointer;
        user-select: none;
    }

        .comments .comment .like-btn.active svg path {
            fill: #C12525;
            stroke: #C12525;
        }

    .comments .comment .text {
        padding: 15%;
        position: absolute;
        top: 0;
        line-height: 34px;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        text-align: center;
        width: 100%;
		font-size:15px;
    }

    .comments .comment .background {
        position: relative;
        width: 80%;
        display: block;
        margin: auto;

    }

        .comments .comment .background .img-shadow {
            position: relative;
            width: 110%;
            top: 10px;
            right: -22px;
            z-index: 0;
            opacity: 0;
        }

        .comments .comment .background .img {
            position: absolute;
            width: 100%;
            left: 0;
            top: 0;
            /*right: 0;*/
            height: 100%;
            background-image: url(../img/note-1.svg);
            background-size: 100% 100%;
        }

.comments .comment-holder:nth-child(6n-5) .background .img {
    background-image: url(../img/note-2.svg);
}

.comments .comment-holder:nth-child(6n-4) .background .img {
    background-image: url(../img/note-3.svg);
}

.comments .comment-holder:nth-child(6n-3) .background .img {
    background-image: url(../img/note-4.svg);
}

.comments .comment-holder:nth-child(6n-2) .background .img {
    background-image: url(../img/note-5.svg);
}

.comments .comment-holder:nth-child(6n-1) .background .img {
    background-image: url(../img/note-6.svg);
}



.comments .comment-holder.s-1 .background .img {
    background-image: url(../img/note-2.svg);
}

.comments .comment-holder.s-2 .background .img {
    background-image: url(../img/note-3.svg);
}

.comments .comment-holders-3 .background .img {
    background-image: url(../img/note-4.svg);
}

.comments .comment-holder.s-4 .background .img {
    background-image: url(../img/note-5.svg);
}

.comments .comment-holder.s-5 .background .img {
    background-image: url(../img/note-6.svg);
}

.comments .comment-holder.s-6 .background .img {
    background-image: url(../img/note-1.svg);
}

.comments .comment .background .pin {
    position: absolute;
    /*top: 22px;*/
    z-index: 10;
    left: 50%;
    transform: translate(-50%,13px);
    height: 20px;
}

.comments .comment-holder:nth-child(2n) .background .pin {
    left: 20%;
}

.comments .comment-holder:nth-child(3n) .background .pin {
    left: 70%;
}

@media screen and (max-width: 1200px) {

    .comments .comment .text {
        line-height: unset;
    }

    .comments .comment .background .pin {
        /*top: 18px;*/
        transform: translate(-50%,10px);
    }
}

@media screen and (max-width: 991px) {


    .comments .comment .background .pin {
        transform: translate(-50%,16px);
    }


    .comments .comment .text {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {

    .comments .comment .background .pin {
        transform: translate(-50%,8px);
    }

    .comments .comment .text {
        padding: 20px;
    }
}

@media screen and (max-width: 575px) {

    .comments .comment .background .pin {
        transform: translate(-50%,16px);
    }

    .comments .comment .text {
        padding: 40px;
    }

    .comments .comment {
        display: block;
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 500px) {

    .comments .comment {
        display: block;
        width: 90%;
        margin: auto;
    }

        .comments .comment .text {
            font-size: 14px;
        }
}

@media screen and (max-width: 400px) {

    .comments .comment .background .pin {
        transform: translate(-50%,10px);
    }

    .comments .comment .text {
        padding: 25px;
    }
}

@media screen and (max-width: 350px) {

    .comments .comment .like-btn {
        bottom: 30px;
        left: 20px;
        right: unset;
    }

    .comments .comment {
        width: 100%;
    }

        .comments .comment .background .pin {
            transform: translate(-50%,4px);
        }
}

@media screen and (max-width: 350px) {
    .comments .comment .text {
        font-size: 12px;
    }
}



/* دکمه پلی نبض‌دار */
.play-button {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    box-shadow: 0 10px 20px rgba(31, 124, 255, 0.4);
    border: 2px solid #333333;
    margin-right: 15px;
}

    .play-button:hover {
        background-color: transparent;
    }

    /* نبض */
    .play-button::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: 50%;
        border: 2px solid rgb(254 255 255);
        animation: pulse 1.6s infinite;
    }

.play-icon {
    position: relative;
    font-size: 28px;
    color: #069edb;
    margin: 0px;
    padding: 10px;
    margin-top: 6px;
    margin-left: -14px;
}

/* انیمیشن نبض */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 767.98px) {
    .ls-video-day {
        flex-direction: column;
        text-align: center;
    }

    .ls-video-thumb {
        margin-right: 0;
        order: -1; /* روی موبایل اول ویدئو، بعد متن */
    }
}

.ls-video {
    text-align: left;

    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    margin-left: 30px;
    padding-left: 0px;
    border-right: none;
}
.ls-videobg {
    background: linear-gradient(90deg, #005171, #474747);
}


.tools ul {
    list-style: none;
    padding: 0;
}

    .tools ul li {
        position: relative;
        margin: 5px 0;
        margin-top: 0px;
    }

   

        /* متن کنار دکمه */
        .tools ul li::after {
            content: attr(data-label);
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(0,0,0,0.7);
            color: #fff;
            padding: 6px 12px;
            border-radius: 8px;
            white-space: nowrap;
            opacity: 0;
            transition: 0.25s ease;
            pointer-events: none;
            font-size: 14px;
            visibility: hidden;
        }

/* اگر دایره سمت راست باشد → متن از چپ ظاهر شود */
.tools.right ul li::after {
    left: -10px;
    transform: translate(-100%, -50%);
}

/* اگر دایره سمت چپ باشد → متن از راست ظاهر شود */
.tools.left ul li::after {
    right: -10px;
    transform: translate(100%, -50%);
}

/* حالت هاور → متن ظاهر شود */
.tools ul li:hover::after {
    opacity: 1;
    visibility: visible;
}
.cert .single-item__export {
    padding: 30px;
}
.cert .single-item {
    padding-bottom: 10px !important;
    background: #1b1b1b;
}
.cert .single-item__title h4 a {
    color: #ffffff;
}
.cert .single-item__title span {
	margin: 5px 0px;
}
.idea img {
  position: absolute;
    width: 109px;
    z-index: 9999;
    padding: 15px;
    border-radius: 0px 15px;
    margin-left: 41px;
    left: 0px;
    margin-top: -70px;
}
.idea .sign__group textarea {
    height: 250px;
}
.summery {
    background: #080808;
    padding: 30px;
    border-radius: 15px;
    margin: 0px !important;
    margin-bottom: 30px !important;
}
.details {
    background: #080808;
    padding: 0px;
    border-radius: 15px;
    padding: 30px;
}
.deatils2 {
    background: #000000;
    border-radius: 15px;
    padding: 30px !important;
}
.summery .col-md-6 {
    padding: 0px;
    margin-bottom: 30px;
}
.sidebar__menu {
    max-height: none;
    height: auto;
    overflow: visible; /* یا overflow: initial */
}

/* 1) سایدبار باید ارتفاع مشخص داشته باشد (مثلاً تمام ارتفاع viewport) */
.sidebar{
  height: 100vh;              /* محدودیت ارتفاع برای اینکه overflow معنی پیدا کند */
  display: flex;
  flex-direction: column;
}

/* اگر هدر دارید، خودش اندازه می‌گیرد؛ بقیه فضا می‌رسد به منو */
.sidebar__nav{
  flex: 1;                    /* کل فضای باقی‌مانده را بگیرد */
  overflow-y: auto;           /* فقط وقتی محتوا زیاد شد اسکرول می‌آید */
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
/* 2) اسکرول‌بار نازک (Firefox) */
.sidebar__nav {
    scrollbar-width: thin;
    scrollbar-color: #069edb transparent;
}

    /* 3) اسکرول‌بار نازک (Chrome/Edge/Safari) */
    .sidebar__nav::-webkit-scrollbar {
        width: 6px;
    }

    .sidebar__nav::-webkit-scrollbar-track {
        background: transparent;
    }

    .sidebar__nav::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.30);
        border-radius: 999px;
    }

    .sidebar__nav:hover::-webkit-scrollbar-thumb {
        background: rgba(0,0,0,.45);
    }