@font-face {
    font-family: IRANYekanXVF;
    src: url(../fonts/IRANYekanXVFaNumVF.woff) format(woff);
    font-display: swap;
    font-weight: 100 900;
    font-style: normal
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    --identity: #ffc800;
    --success: #408941;
    --danger: #cc4956;
    --white: #fff;
    --black: #0f222a;
    --low-identity: #fdf7e2;
    --bg-success: #f0faf3;
    --bg-danger: #faf0f1;
    --profit-color: #f0faf3;
    --loss-color: #faf0f1;
    --gray-0: #fff;
    --gray-50: #f8fbfc;
    --gray-100: #f1f7f9;
    --gray-200: #e2ecf0;
    --gray-300: #cbdae1;
    --gray-400: #94adb8;
    --gray-500: #647f8b;
    --gray-600: #475f69;
    --gray-700: #384950;
    --gray-800: #1e323b;
    --gray-900: #0f222a
}

html.dark {
    --identity: #ffc800;
    --success: #07cf45;
    --danger: #ea4e5f;
    --white: #fff;
    --black: #0f222a;
    --profit-color: #24352b;
    --loss-color: #372a2e;
    --gray-0: #0f222a;
    --gray-50: #1e323b;
    --gray-100: #384950;
    --gray-200: #475f69;
    --gray-300: #647f8b;
    --gray-400: #94adb8;
    --gray-500: hsla(0, 0%, 100%, .85);
    --gray-600: #e2ecf0;
    --gray-700: #f1f7f9;
    --gray-800: #f8fbfc;
    --gray-900: #fff;
    --max-width: 1000px
}

* {
    font-family: IRANYekanXVF, serif;
    list-style: none;
    text-decoration: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

html {
    direction: rtl;
    line-height: 1.6;
    scroll-behavior: smooth;
    scroll-padding: 90px
}

body,
html {
    height: 100%;
    min-height: 100%
}

body {
    background-color: var(--gray-100);
    font-family: IRANYekanXVF, serif;
    overflow-x: hidden
}

.container,
.xl-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.campaign-container,
.container,
.xl-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.campaign-container {
    padding-left: 1rem;
    padding-right: 1rem
}

.swiper-pagination-bullet {
    background: var(--gray-200) !important;
    opacity: 1 !important
}

.swiper-pagination-bullet-active {
    background: var(--identity) !important
}

.campaign-bg {
    background-color: #f5f7f8
}

input {
    font-size: 16px
}

input:focus {
    border: none;
    outline: none
}

@media(min-width: 600px) {

    .container,
    .xl-container {
        max-width: 900px
    }

    .campaign-container {
        max-width: 400px
    }

}

@media(min-width: 1000px) {
    .container {
        max-width: 1000px
    }

    .xl-container {
        max-width: 1200px
    }

    .campaign-container {
        max-width: 400px
    }
}

@media(min-width: 1200px) {
    .container {
        max-width: 1000px
    }

    .xl-container {
        max-width: 1200px
    }

    .campaign-container {
        max-width: 400px
    }
}

@media(min-width: 1400px) {
    .container {
        max-width: 1200px
    }

    .xl-container {
        max-width: 1300px
    }

    .campaign-container {
        max-width: 400px
    }
}

@media(min-width: 1600px) {
    .container {
        max-width: 1400px
    }

    .xl-container {
        max-width: 1600px
    }

    .campaign-container {
        max-width: 400px
    }
}

.error-container[data-v-47488cea] {
    color: var(--gray-900);
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr;
    padding: 64px 12px;
    place-items: center
}

.not-found-icon[data-v-47488cea] {
    font-size: 64px
}

.home-btn[data-v-47488cea] {
    background: var(--identity);
    border: unset;
    border-radius: 8px;
    color: #0f222a;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 18px
}


.top-banner img {
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

header {
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;

    padding-bottom: 1rem;
    border-bottom: dashed 2px var(--gray-0);
}

header .main-header {
    display: flex;
    position: relative;
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.main-header .w-25 {
    width: 25%;
    display: flex;
}

.main-header .w-20 {
    width: 20%;
    display: flex;
}

.main-header .w-55 {
    width: 55%;
    display: flex;
}

.main-header .logo img {
    width: 128px;
}

.main-header .nav {
    justify-content: space-between;
    align-content: center;
}

.main-header .nav a {
    color: var(--gray-500);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-header .btn {
    flex-direction: row-reverse;
    gap: 16px;
}

.main-header .btn button {
    line-height: 1.6;
    --identity: #ffc800;
    --success: #408941;
    --danger: #cc4956;
    --white: #fff;
    --black: #0f222a;
    --low-identity: #fdf7e2;
    --bg-success: #f0faf3;
    --bg-danger: #faf0f1;
    --profit-color: #f0faf3;
    --loss-color: #faf0f1;
    --gray-0: #fff;
    --gray-50: #f8fbfc;
    --gray-100: #f1f7f9;
    --gray-200: #e2ecf0;
    --gray-300: #cbdae1;
    --gray-400: #94adb8;
    --gray-500: #647f8b;
    --gray-600: #475f69;
    --gray-700: #384950;
    --gray-800: #1e323b;
    --gray-900: #0f222a;
    --swiper-theme-color: #007aff;
    box-sizing: border-box;
    margin: 0;
    font-family: IRANYekanXVF, serif;
    list-style: none;
    text-decoration: none;
    scrollbar-width: none;
    align-items: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    min-height: 32px;
    padding: 6px 8px;
    text-align: center;
    transition: background-color .2s ease, opacity .2s ease;
    white-space: nowrap;
    background-color: var(--gray-200);
    color: var(--gray-700);
}

.main-header .btn button.act {
    background-color: var(--identity);
}

.main-header .btn button.theme {
    aspect-ratio: 1;
}

.blog-title[data-v-7712e3e3] {
    color: var(--gray-900);
    font-size: 21px;
    font-weight: 700;
    margin: 40px 0 24px;
    text-align: center
}

.more-link[data-v-7712e3e3] {
    color: var(--gray-900);
    display: flex;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
    margin-top: 28px;
    width: 100%
}

@media screen and (min-width:1000px) {
    .blog-title[data-v-7712e3e3] {
        font-size: 36px;
        margin: 40px 0
    }
}

.hero-section[data-v-ed82721f] {
    gap: 40px;
    justify-content: space-between;
    margin-top: 40px
}

.hero-section[data-v-ed82721f],
.hero-section .hero-content[data-v-ed82721f] {
    align-items: center;
    display: flex;
    flex-direction: column
}

.hero-section .hero-content .title[data-v-ed82721f] {
    color: var(--gray-900);
    font-size: 24px;
    font-weight: 900;
    line-height: 39px;
    text-align: center
}

.hero-section .hero-content .description[data-v-ed82721f] {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 8px;
    text-align: center
}

.hero-section .hero-content .download-btn[data-v-ed82721f] {
    display: flex;
    gap: 8px;
    margin-top: 24px
}

.hero-section .hero-content[data-v-ed82721f] .base-btn {
    padding: 8px 14px
}

.hero-section .hero-image[data-v-ed82721f] {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: var(--identity);
    border-radius: 12px;
    display: flex;
    justify-content: center
}

.hero-section .hero-image img[data-v-ed82721f] {
    max-width: 100%;
    width: 100%
}

@media screen and (min-width:600px) {
    .hero-image[data-v-ed82721f] {
        width: 70% !important
    }
}

@media screen and (min-width:1000px) {
    .hero-section[data-v-ed82721f] {
        flex-direction: row
    }

    .hero-section .hero-content[data-v-ed82721f] {
        align-items: start
    }

    .hero-section .hero-content .title[data-v-ed82721f] {
        font-size: 36px;
        line-height: 58px;
        text-align: start
    }

    .hero-section .hero-content .description[data-v-ed82721f] {
        font-size: 20px;
        margin-top: 16px;
        text-align: start
    }

    .hero-section .hero-content[data-v-ed82721f] .base-btn {
        padding: 12px 26px
    }

    .hero-image[data-v-ed82721f] {
        width: 40% !important
    }
}

.advertise_box[data-v-0c752070] {
    align-items: center;
    background-color: var(--gray-0);
    border: 1px solid var(--gray-200);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-top: 24px
}

.advertise_box .box-image[data-v-0c752070] {
    height: 250px;
    max-width: 300px
}

.box_content[data-v-0c752070] {
    border-top: 1px solid var(--gray-200);
    padding: 16px
}

.box_content h3[data-v-0c752070] {
    color: var(--gray-900);
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 8px
}

.box_content p[data-v-0c752070] {
    color: var(--gray-600);
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 8px;
    margin-top: 8px
}

@media screen and (min-width:1000px) {
    .box_content[data-v-0c752070] {
        padding: 24px
    }

    .box_content h3[data-v-0c752070] {
        font-size: 20px
    }

    .box_content p[data-v-0c752070] {
        font-size: 16px;
        line-height: 26px;
        margin-top: 16px
    }
}

.advertise-section .title[data-v-c7c7f5f3] {
    color: var(--gray-900);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center
}

.advertise-section .items[data-v-c7c7f5f3] {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr
}

@media screen and (min-width:1000px) {
    .advertise-section .title[data-v-c7c7f5f3] {
        font-size: 36px;
        margin-bottom: 40px
    }

    .advertise-section .items[data-v-c7c7f5f3] {
        gap: 24px;
        grid-template-columns: repeat(3, 1fr)
    }
}

.asset-grid[data-v-f8d06b74] {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto)
}

.card[data-v-f8d06b74] {
    background-color: var(--gray-0);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    height: 180px;
    justify-content: space-between;
    padding: 16px;
    width: 100%
}

.card .muted-text[data-v-f8d06b74] {
    align-items: center;
    color: var(--gray-600);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 4px
}

.card .muted-text[data-v-f8d06b74] .arrow-icon path {
    fill: var(--gray-500)
}

.card .other-img[data-v-f8d06b74] {
    width: 112px
}

.coin[data-v-f8d06b74] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.coin .coin-img[data-v-f8d06b74] {
    border-radius: 50%;
    height: 32px;
    width: 32px
}

.coin .symbol[data-v-f8d06b74] {
    color: var(--gray-900);
    display: flex;
    font-weight: 600;
    gap: 8px;
    line-height: 29px
}

.coin .price[data-v-f8d06b74],
.coin .symbol[data-v-f8d06b74] {
    font-size: 16px;
    margin-top: 4px
}

.coin .price[data-v-f8d06b74] {
    color: var(--gray-600);
    font-weight: 400
}

.change[data-v-f8d06b74],
.coin .price span[data-v-f8d06b74] {
    font-size: 14px
}

.change[data-v-f8d06b74] {
    align-items: center;
    display: flex;
    font-weight: 500;
    gap: 4px;
    margin-top: 8px
}

.change.up[data-v-f8d06b74] {
    color: #408941
}

.change.down[data-v-f8d06b74] {
    color: #cc4956
}

.change .arrow[data-v-f8d06b74] {
    width: 24px
}

.change[data-v-f8d06b74] .down-arrow path {
    fill: #cc4956
}

.change[data-v-f8d06b74] .up-arrow path {
    fill: #408941
}

.change .up-arrow[data-v-f8d06b74] {
    transform: rotate(180deg)
}

@media screen and (min-width:600px) {
    .asset-grid[data-v-f8d06b74] {
        gap: 16px;
        grid-template-columns: repeat(3, 1fr)
    }

    .coin .symbol[data-v-f8d06b74] {
        line-height: 32px !important
    }

    .change[data-v-f8d06b74],
    .coin .symbol[data-v-f8d06b74] {
        font-size: 18px
    }
}

.crypto-section[data-v-d056e7fd] {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 24px
}

.crypto-section[data-v-d056e7fd]>:nth-child(2) {
    margin-right: auto;
    width: 100%
}

.crypto-section .title[data-v-d056e7fd] {
    color: var(--gray-900);
    font-size: 21px;
    font-weight: 700;
    text-align: center
}

.crypto-section .description[data-v-d056e7fd] {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 8px;
    text-align: center
}

.crypto-section[data-v-d056e7fd] .tabs {
    justify-content: center;
    margin-bottom: 16px
}

.crypto-section[data-v-d056e7fd] .tab {
    font-size: 14px !important;
    padding: 12px 16px !important
}

.crypto-section[data-v-d056e7fd] .auth-btn {
    justify-content: start;
    margin-top: unset
}

.crypto-section .desktop-auth[data-v-d056e7fd] {
    display: none
}

.crypto-section .mobile-auth[data-v-d056e7fd] {
    display: flex
}

@media screen and (min-width:1000px) {
    .crypto-section[data-v-d056e7fd] {
        flex-direction: row;
        gap: 40px
    }

    .crypto-section[data-v-d056e7fd]>:nth-child(2) {
        margin-right: auto;
        max-width: 640px
    }

    .crypto-section .title[data-v-d056e7fd] {
        font-size: 36px;
        line-height: 58px;
        text-align: start
    }

    .crypto-section .description[data-v-d056e7fd] {
        font-size: 20px;
        line-height: 32px;
        margin-top: 16px;
        text-align: start
    }

    .crypto-section[data-v-d056e7fd] .tabs {
        justify-content: start
    }

    .crypto-section[data-v-d056e7fd] .tab {
        font-size: 14px !important;
        padding: 12px !important
    }

    .crypto-section[data-v-d056e7fd] .auth-btn {
        margin-top: 16px
    }

    .crypto-section .desktop-auth[data-v-d056e7fd] {
        display: flex
    }

    .crypto-section .mobile-auth[data-v-d056e7fd] {
        display: none
    }
}

.card-item[data-v-cdeda690] {
    background: var(--gray-0);
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px;
    width: 100%
}

.card-item .icon[data-v-cdeda690] {
    align-items: center;
    aspect-ratio: 1/1;
    background-color: #fdf7e2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    width: 48px
}

.card-item h3[data-v-cdeda690] {
    color: var(--gray-900);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 4px;
    margin-top: 12px
}

.card-item small[data-v-cdeda690] {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px
}

.advantages[data-v-632dd96a] {
    display: flex;
    flex-direction: column
}

.advantages .title[data-v-632dd96a] {
    font-size: 21px;
    text-align: center
}

.advantages .cards[data-v-632dd96a] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 24px
}

.advantages .advantage-btn[data-v-632dd96a] {
    margin-top: 24px
}

@media screen and (min-width:1000px) {
    .advantages .title[data-v-632dd96a] {
        font-size: 36px
    }

    .advantages .cards[data-v-632dd96a] {
        flex-direction: row;
        margin-top: 40px
    }

    .advantages .advantage-btn[data-v-632dd96a] {
        margin-top: 40px
    }
}

.line-chart[data-v-2c1e13e0] {
    border-right: unset;
    padding-right: unset;
    width: 100%
}

.line-chart[data-v-2c1e13e0] .apexcharts-canvas {
    width: 280px
}

@media screen and (min-width:600px) {
    .line-chart[data-v-2c1e13e0] .apexcharts-canvas {
        width: -moz-fit-content;
        width: fit-content
    }
}

@media screen and (min-width:1000px) {
    .line-chart[data-v-2c1e13e0] {
        border-right: 1px solid var(--gray-200);
        padding-right: 40px
    }
}

.section[data-v-5b511f0b] {
    border-radius: 12px;
    display: flex;
    justify-content: space-between;
    padding: 12px 16px
}

.section small[data-v-5b511f0b] {
    font-size: 14px;
    font-weight: 500
}

.section strong[data-v-5b511f0b] {
    display: flex;
    font-size: 16px;
    gap: 8px
}

.section strong .name[data-v-5b511f0b] {
    align-items: center;
    display: flex;
    gap: 4px
}

.success[data-v-5b511f0b] {
    background-color: #f0faf3;
    color: #408941
}

.success[data-v-5b511f0b] svg path {
    fill: #408941
}

.danger[data-v-5b511f0b] {
    background-color: #faf0f1;
    color: #cc4956
}

.danger[data-v-5b511f0b] svg {
    transform: rotate(180deg)
}

.danger[data-v-5b511f0b] svg path {
    fill: #cc4956
}

@media screen and (min-width:1000px) {
    .section[data-v-5b511f0b] {
        padding: 12px 16px
    }

    .section small[data-v-5b511f0b] {
        font-size: 16px
    }
}

.box-pnl[data-v-bae30954] {
    background-color: var(--gray-0);
    border-radius: 12px;
    display: grid;
    gap: 24px 40px;
    grid-template-areas: "rightTop" "chart" "rightBottom";
    grid-template-columns: 1fr;
    margin-top: 24px;
    padding: 24px
}

.box-pnl .chart[data-v-bae30954] {
    grid-area: chart;
    width: 100%
}

.box-pnl .box-content[data-v-bae30954] {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.box-pnl .box-content[data-v-bae30954]:last-child {
    justify-content: end
}

.box-pnl .box-content .box-title[data-v-bae30954] {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px
}

.box-pnl .box-content[data-v-bae30954] .tabs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(2, 1fr)
}

.box-pnl .box-content[data-v-bae30954] .tab {
    font-size: 14px;
    padding: 10px 12px
}

@media screen and (min-width:1000px) {
    .box-pnl[data-v-bae30954] {
        grid-template-areas: "rightTop chart " "rightBottom chart";
        grid-template-columns: 1fr 2fr
    }
}

.pnl-section .title[data-v-59784aa1] {
    color: var(--gray-900);
    font-size: 21px;
    font-weight: 700;
    line-height: 58px;
    text-align: center
}

.pnl-section .description[data-v-59784aa1] {
    color: var(--gray-600);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: -4px;
    text-align: center
}

.pnl-section .pnl-btn[data-v-59784aa1] {
    margin-top: 24px
}

@media screen and (min-width:1000px) {
    .pnl-section .title[data-v-59784aa1] {
        font-size: 36px
    }

    .pnl-section .description[data-v-59784aa1] {
        font-size: 20px;
        margin-top: 8px
    }

    .pnl-section .pnl-btn[data-v-59784aa1] {
        margin-top: 40px
    }
}

.seo-box[data-v-736587b1] {
    max-width: 100%
}

.seo-box h2[data-v-736587b1],
.seo-box h3[data-v-736587b1] {
    color: var(--gray-900);
    margin: 24px 0 12px
}

.seo-box .content[data-v-736587b1] {
    box-shadow: inset 0 -50px 36px -28px #f1f7f9;
    -webkit-mask-image: linear-gradient(180deg, #f1f7f9, transparent);
    mask-image: linear-gradient(180deg, #f1f7f9, transparent);
    max-height: 100px;
    overflow: hidden;
    transition: max-height .5s ease
}

.seo-box .content.expanded[data-v-736587b1] {
    box-shadow: unset;
    -webkit-mask-image: unset;
    mask-image: unset;
    max-height: 3000px
}

.seo-box .content p[data-v-736587b1],
.seo-box .content ul[data-v-736587b1] {
    color: var(--gray-600);
    line-height: 24px;
    text-align: justify
}

.seo-box .toggle-btn[data-v-736587b1] {
    align-items: center;
    background: transparent;
    border: none;
    color: var(--gray-900);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    justify-content: center;
    margin-top: 16px;
    width: 100%
}

@media screen and (min-width:1000px) {
    .seo-box .content.expanded[data-v-736587b1] {
        max-height: 2000px
    }
}

.hero-campaign-wrapper[data-v-b034f7cd] {
    display: flex;
    flex-direction: column
}

.hero-campaign-wrapper .hero[data-v-b034f7cd] {
    order: 2
}

.hero-campaign-wrapper .campaign[data-v-b034f7cd] {
    display: none
}

@media screen and (min-width:1000px) {
    .hero-campaign-wrapper .hero[data-v-b034f7cd] {
        order: 1
    }

    .hero-campaign-wrapper .campaign[data-v-b034f7cd] {
        display: block;
        order: 2
    }
}

section[data-v-b034f7cd] {
    margin-bottom: 64px
}

.faq-section[data-v-b034f7cd] .title {
    text-align: center
}

.fixed-auth-btn[data-v-b034f7cd] {
    background-color: var(--gray-0);
    bottom: env(safe-area-inset-bottom, 0);
    box-shadow: 0 4px 8px #0003, 0 6px 20px #00000030;
    left: 0;
    padding: 1rem;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 10
}

.fixed-auth-btn[data-v-b034f7cd] .auth-link {
    align-items: center;
    display: flex;
    font-size: 16px;
    height: 48px;
    justify-content: center;
    width: 100%
}

@media screen and (min-width:1000px) {
    section[data-v-b034f7cd] {
        margin-bottom: 80px
    }
}

@media screen and (min-width:600px) {
    .fixed-auth-btn[data-v-b034f7cd] {
        display: none
    }
}



.base-btn[data-v-70b3db09] {
    align-items: center;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    min-height: 32px;
    padding: 6px 8px;
    text-align: center;
    transition: background-color .2s ease,opacity .2s ease;
    white-space: nowrap
}

.base-btn--primary[data-v-70b3db09] {
    background-color: var(--identity);
    color: var(--black)
}

.base-btn--secondary[data-v-70b3db09] {
    background-color: var(--gray-200);
    color: var(--gray-700)
}

.base-btn--text[data-v-70b3db09] {
    background-color: transparent;
    color: var(--gray-900)
}

.base-btn--black[data-v-70b3db09] {
    background-color: var(--black);
    color: var(--white)
}
