:root {

    --primary: #0082fb;
    --primary-dark: #0064e0;
    --secondary: #f1c40f;
    --bg-color: #121212;
    --bg-darker: #1a1a1a;
    --text-color: #f1f5f8;
    --gray: #2a2a2a;
    --card-bg: #1c1c1c;
    --border-colo: rgba(255, 255, 255, 0.1);
    --icon: #242323;
    --icon-bg: #f1f5f8;
    --bg-text: #0064e0;
    --hero-text: #f8f8f8;
    --nav-text: #f8f8f8;
}


[data-theme="light"] {

    --primary: #0082fb;
    --primary-dark: #0064e0;
    --secondary: #f1c40f;
    --bg-color: #eeeeee;
    --bg-darker: #f1f5f8;
    --text-color: #0064e0;
    --gray: #f1f5f8;
    --card-bg: #f1f5f8;
    --border-colo: rgba(0, 0, 0, 0.1);
    --nav-link-color: #0082fb;
    --icon: #f1f5f8;
    --icon-bg: #222121;
    --hero-text: #1b1b1b;
    --nav-text: #1d1d1dd2;
    --bg-text: #ffffff;
}

/* [data-theme="light"] .nav-link {
    color: var(--nav-link-color);
} */

[data-theme="light"] .nav-link:hover {
    background-color: var(--nav-link-hover);
}

[data-theme="light"] .crypto-table th {
    color: rgb(56, 56, 56);
}

[data-theme="light"] .logo img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(2581%) hue-rotate(209deg) brightness(102%) contrast(106%);
}

[data-theme="light"] .questionscontainer {
    background-color: var(--card-bg);
}

[data-theme="light"] .questionawnser p {
    color: black;
}

[data-theme="light"] .faq-search input {
    background: var(--bg-darker);
    color: var(--text-color);
    border: 2px solid var(--primary-dark);
}



[data-theme="light"] .pagetitl h1,
[data-theme="light"] .pagetitl p {
    color: var(--hero-text);

}


[data-theme="light"] .tutorial-card p {
    color: #1f1f1f;
}

@font-face {
    font-family: iransans;
    src: url(../fonts/Iranian\ Sans.ttf);
}

.darkmode .contactdrk i {
    color: var(--icon);

}

.darkmode .contactdrk {
    background-color: var(--icon-bg);
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}


@font-face {
    font-family: yekan;
    src: url(../fonts/bon-Medium.ttf);
    font-weight: bolder;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    background-color: var(--bg-color);
    color: var(--text-color);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Vazir', sans-serif;
    text-decoration: none;
}



.sec2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}



header.scrolled {
    background-color: #ADD8E6;

}

.headermain {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    position: fixed;
    top: 0;
    z-index: 100;
}

.bitheader {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 30%;
    width: 100%;
    /* background-color: var(--primary); */
    padding: 20px;
    height: 70px;
    /* border-bottom-left-radius: 15px; */
    /* border-bottom-right-radius: 15px; */
    height: 93px;
}

.bitheader {
    transition: all 0.4s ease;

    backdrop-filter: blur(0px);

}

img {
    max-width: 100%;
    height: auto;
}

.bitheader.scrolled {
    background: #0661ffcc !important;

    backdrop-filter: blur(10px) !important;

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    display: flex;
    align-items: center;
}

.bitheader.scrolled .seocdheader ul li a {
    color: white;
}

.bitheader.scrolled .nav-link {
    color: white !important;
}

.bitheader.scrolled .logo img {
    filter: brightness(0) invert(1);
}

.bitheader.scrolled .logo-main img {
    filter: brightness(0) invert(1);
}


.bitheader.mobilescrolled {
    background: rgba(13, 152, 232, 0.7) !important;

    backdrop-filter: blur(10px) !important;

    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.logo {
    width: 20%;
    display: flex;
    align-items: center;
    margin-top: 8px;
}

.logo img {
    width: 80%;
}

.action {
    display: flex;
    gap: 10px;
}

.logo-main {
    width: 20%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.logo-main img {
    width: 80%;
}



.buttons {
    background-color: #0660FF;
    color: var(--primary-dark);
    border: none;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.8s;
}

.buttons:hover {
    background-color: #0d7db8;
    color: white;
    border: none;
}

.main-buttons {
    background-color: #0660FF;
    padding: 8px 15px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.8s;

}

.bitheader.scrolled .main-buttons {
    background-color: white;
    color: var(--primary);
    border: none;
}

.bitheader.scrolled .buttons {
    background-color: white;
    color: var(--primary);
    border: none;
}

.main-buttons:hover {
    background-color: #0d7db8;
    color: white;
    border: none;
}

.seocdheader {
    /* background-color: var(--primary-dark); */
    /* width: 70%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-bottom-left-radius: 20px; */
    /* border-bottom-right-radius: 20px; */
    /* padding: 15px; */
    /* height: 63px; */
}

.seocdheader ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    list-style-type: none;
}

.seocdheader ul li a {
    color: #ababab;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;

}

.seocdheader ul li a:hover {
    /* background-color: rgba(2, 103, 255, 0.568); */
    color: #066adb;
}

.hero {
    background: transparent;
    clip-path: polygon(0 0,
            100% 0,
            100% 85%,
            70% 100%,
            0 85%);
    border-radius: 0 0 30% 30% / 0 0 20% 20%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 0 5%;
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}

/* .hero::before {
    content: '';
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    top: -100px;
    right: -100px;
}

.hero::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    bottom: -50px;
    left: -50px;
} */

.hero-content {
    flex: 1;
    z-index: 2;
    margin-right: 10%;
}

.hero-title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: yekan;
    color: var(--hero-text);
}

.hero-title span {
    color: #0264d4;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #aaa;
    margin-bottom: 2rem;
    font-family: yekan;
    max-width: 600px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
}

.register {
    background-color: #fafafa;
    color: #0d7db8;
}

.btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn a {
    text-decoration: none;
    color: #0496f8;
}

.btn-solid {
    background-color: #1b1b1b;
    color: var(--text-color);
    border: none;
}

.btn-solid:hover {
    background-color: var(--primary-dark);
}

[data-theme="light"] .btn-solid {
    background-color: #0660FF;
    color: white;
}

.token-change {
    width: 99%;
    /* padding: 15px; */
    border-radius: 10px;
    background-color: #0053b3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 15px auto;
    list-style-type: none;

}

.token-change li {
    text-align: center;
    cursor: pointer;
    transition: all 0.8s;
    width: 50%;
    height: 100%;
}

.token-active {
    background-color: #ffffff4f;
    padding: 20px;
}

.token-change li:hover {
    background-color: #ffffff4f;
    border-radius: 10px;
    padding: 20px;
}

.btn-outline {
    background-color: transparent;
    color: #006eff;
    border: 2px solid #0066ff;
}

.btn-outline a {
    color: #0066ff;
}

.btn-outline:hover {
    transform: tra;
}

.btn-solidd {
    color: white;
    background-color: var(--primary);
    padding: 10px;
    border-radius: 10px;
}

[data-theme="light"] .tutorial-card:hover h3 {
    color: white;

}

.hero-image {
    flex: 1;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero-image img {
    width: 78%;
    margin-top: 10%;

}

.float-features {
    position: absolute;
    display: flex;
    align-items: center;
    animation: float 6s ease-in-out infinite;
    z-index: 5;
}

.float-features.security {
    top: 10%;
    left: 5%;
    animation-delay: 0s;
}

.float-features.speed {
    top: 70%;
    left: 15%;
    animation-delay: 1s;
}

.float-features.support {
    top: 40%;
    right: 5%;
    animation-delay: 2s;
}

.float-feature-connector {
    width: 60px;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--primary));
    margin: 0 10px;
}

.float-feature-icon {
    width: 50px;
    height: 50px;
    background: rgba(0, 82, 189, 0.842);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

[data-theme="light"] .logo-main img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(89%) saturate(2581%) hue-rotate(209deg) brightness(102%) contrast(106%);
}


.float-features::after {
    content: attr(data-feature);
    position: absolute;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.781);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 0.8rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.float-features:hover::after {
    opacity: 1;
}

.liquid-container {
    position: relative;
    width: 400px;
    height: 400px;
}

.liquid-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(2, 114, 179), var(--primary-dark));
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    filter: blur(20px);
    opacity: 0.8;
    z-index: 1;
    animation: liquidMove 12s infinite alternate;
}



.crypto-image {
    position: absolute;
    width: 85%;
    height: 85%;
    object-fit: contain;
    z-index: 2;
    animation: float 6s infinite ease-in-out;
}

.crypto-coins {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.coin {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(0, 119, 255, 0.384);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(2, 111, 255, 0.815);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    animation: float 6s infinite ease-in-out;
}

.coin img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

.coin:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.coin:nth-child(2) {
    top: 70%;
    left: 20%;
    animation-delay: 1s;
}

.coin:nth-child(3) {
    top: 40%;
    left: 80%;
    animation-delay: 2s;
}

.scroll-down {
    position: absolute;
    bottom: 4rem;
    left: 50%;
    transform: translateX(-50%);
    color: var(--hero-text);
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 10;
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    border: none;
}

.scroll-down a {
    text-decoration: none;
    color: var(--light);
}

.banners {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px;
    margin-top: 10%;
}

.headermin {
    width: 90%;
    object-fit: contain;
    padding: 10px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}



.features {
    padding: 5rem 5%;
    margin-top: 10%;
    position: relative;
    overflow: hidden;
}

.feature-image {
    width: 100%;
    display: flex;
    justify-content: center;
    flex: 1;
    min-width: 300px;
}

.feature-image img {
    width: 100%;
    max-width: 500px;
    height: auto;

    transition: transform 0.3s ease;
}

.feature-image img:hover {
    transform: scale(1.03);
}



.footer-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
}

.footer-logo {
    width: 430px;
    margin-bottom: 20px;
}


.footer-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: brightness(0) invert(1);
}


.exchange-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px;
}


#iranflag {
    background-image: url(../img/iran.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

#pmflag {
    background-color: red;
}

.exchange-form {
    background: var(--bg-darker);
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 25px;
    width: 100%;
    max-width: 400px;

    position: relative;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.exchange-form.swapping {
    animation: flipForm 0.5s ease;
}


.mainContent,
.maincontent {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 50px;
    padding: 20px;
    background-color: var(--darker);
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
}

.contact-maincontent {
    width: 100%;
    /* max-width: 1200px; */
    margin: 120px auto 50px;
    padding: 20px;
    background-color: var(--bg-color);
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
}

.rule-mainContent {
    width: 100%;
    max-width: 1200px;
    margin: 120px auto 50px;
    padding: 20px;
    /* background-color: var(--darker); */
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
}


.ruletext {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
}

.Questionsmaincontent {
    width: 100%;

    margin: 120px auto 50px;
    padding: 20px;
    /* background-color: var(--darker);     */
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */

}

.questionmaincontainer {
    width: 100%;
    /* max-width: 1200px; */
    margin: 5% auto 50px;
    padding: 20px;
    /* background-color: var(--darker);     */
    border-radius: 15px;
    /* box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2); */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 7%;
}


.pagetitl {
    text-align: center;
    /* margin-bottom: 30px; */
    padding: 25px;
    /* background: linear-gradient(135deg, var(--primary), var(--primary-dark)); */
    border-radius: 15px;
    color: white;
    width: 85%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
}


.contact-pagetitl {
    text-align: center;
    padding: 25px;
    font-size: 1.6rem;
    border-radius: 15px;
    color: white;
    width: 100%;
    margin-top: 20px;
    height: 310px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.contact-pagetitl p {
    font-size: 2rem;
}

.pageimage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.pageimage img {
    width: 100%;
}

.contact-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.contact-image img {
    width: 80%;
}

.pagetitl h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    font-family: 'yekan', sans-serif;
    color: var(--text-color);
    width: 100%;
    /* text-align: right; */
}

.pagetitl p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.questionscontainer {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 20px;
    width: 80%;
    border: none;
    margin-top: 5%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contactway {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.contact-questionscontainer {
    background-color: #0660FF;
    border-radius: 10px;
    /* border: 1px solid var(--border-colo); */
    padding: 20px;
    width: 50%;
}

.message {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
    width: 100%;
    flex-direction: column;
    padding: 1px;
    gap: 20px;
}

.message h2 {
    color: white;
    font-size: 28px;
    text-align: center;
    width: 100%;
}

.message h2:last-child {
    font-size: 35px;
}

/* 
.seocdheader ul li .contactlink {} */

.questionbox {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    grid-row: span 1;
    width: 80%;
}

.questiontitle {
    padding: 18px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    background-color: #0660FF;
}

.questiontitle h2 {
    font-size: 20px;
    color: white;
    margin: 0;
    flex: 1;
    font-weight: 500;
    text-align: center;
}

.questiontitle i {
    color: black;
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.rulecontenttt {
    background-color: #0064e0;

}

.rulecontenttt h2 {
    color: white;
}

.rulecontenttt i {
    color: white;
}



.questionbox.active .questiontitle {
    background-color: rgba(13, 108, 232, 0.678);
    color: white;
}

.questionbox.active .questiontitle h2 {
    color: white;
}

.questionbox.active .questiontitle i {
    transform: rotate(180deg);
    color: white;

}

.questionbox .questiontitle i {
    color: var(--hero-text);
}

.questionbox .rulecontenttt i {
    color: white;
}

.questionbox.active .contentttitle {
    background-color: rgba(13, 108, 232, 0.678);
    color: white;
}

.questionbox.active .contentttitle h2 {
    color: white;
}

.questionbox.active .contentttitle i {
    transform: rotate(180deg);
    color: white;

}

.questionbox .contentttitle i {
    color: white;
}

.rulestexts hr {
    margin: 20px auto;
    width: 80%;
    border-color: #f5f5f5a9;
}

.rulescontent2 {
    max-width: 1200px;
    margin: 80px auto;
    padding: 30px 20px;
    position: relative;
    margin-top: 3%;
}

.contentsrule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 7%;
}

.section-group {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

@media (max-width: 768px) {
    .contentsrule {
        grid-template-columns: 1fr;
    }
}



.questionawnser {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 25px;
}

.questionbox.active .questionawnser {
    max-height: 500px;
    /* یا مقداری بزرگتر */
    padding: 15px 25px 25px;
}

.questionawnser p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
}

.faq-container {
    max-width: 1200px;
    margin: 20% auto;
    padding: 0 20px;
    text-align: center;
}

.faq-search {
    position: relative;
    max-width: 600px;
    margin: 30px auto;
}

.faq-search input {
    width: 100%;
    padding: 15px 50px 15px 20px;
    border-radius: 30px;
    border: 2px solid var(--primary-dark);
    background: var(--darker);
    color: white;
    font-family: 'Vazir', sans-serif;
    box-shadow: 0 5px 15px rgba(13, 152, 232, 0.2);
}

.faq-search i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
    font-size: 1.2rem;
}




.herobox {
    background: transparent;
    border-radius: 15px;
    padding: 30px;
    margin: 5% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /* box-shadow: 0 10px 30px rgba(13, 152, 232, 0.3); */
    position: relative;
    /* overflow: hidden; */
    /* border: 1px solid rgba(255, 255, 255, 0.1); */
    flex-direction: row-reverse;
    width: 93%;
}



.heroboxcontent {
    /* flex: 1; */
    min-width: 300px;
    padding: 40px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    background-color: #0660FF;

    border-radius: 8px;
    width: 44%;
}

.questm {
    background-color: white;
    padding: 10px;
    border-radius: 10px;

}

.heroboxcontent h1 {
    font-size: 2.2rem;
    color: white;
    margin-bottom: 15px;
    font-family: 'yekan', sans-serif;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 100;
}

.heroboxcontent p {
    font-size: 1.1rem;
    color: var(--hero-text);
    line-height: 1.6;
}

.heroboxcontent a {
    text-decoration: none;
    color: #0a7ec7;
    background-color: white;
    padding: 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.heroboximage {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    padding: 20px;
}

.heroboximage img {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    animation: float 6s ease-in-out infinite;
}

@media (max-width: 1485px) {
    .logo-main {
        width: 400px;
    }
}

@media (max-width: 768px) {
    .contact-pagetitl {
        gap: 20px;
    }

    .pageimage img {
        width: 100%;
    }

    .contact-pagetitl h1 {
        font-size: 1.8rem;
        width: 116%;

    }

    .contact-pagetitl p {
        font-size: 1rem;
    }

    .herobox {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
    }

    .heroboxcontent h1 {
        font-size: 1.2rem;
    }

    .heroboxcontent p {
        font-size: 1rem;
    }

    .heroboximage {
        margin-bottom: 20px;
    }

    .faq-container h1 {
        font-size: 1rem;
    }

    .rulescontent2 {
        padding: 20px 10px;
    }

    .contentsrule {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 10px;
    }

    .questiontitle h2 {
        font-size: 1rem;
    }

    .questiontitle {
        padding: 18px 25px;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: all 0.3s ease;
        background-color: #0660FF;
    }
}



.rule-header {
    text-align: center;
    /* margin-bottom: 30px; */
    padding: 25px;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    border-radius: 15px;
    color: white;
    width: 50%;
    height: 65vh;
}

.rule-header h1 {
    font-size: 3.2rem;
    margin-top: 10%;
    font-family: 'yekan', sans-serif;
}

.rule-header p {
    font-size: 1.1rem;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

.rulestexts {
    color: var(--hero-text);
}

.rulescontent {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid var(--border-colo);
    max-height: 70vh;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    height: 65vh;
    width: 67%;
}

.rulescontent .ruleheader {
    font-size: 1.5rem;
    color: var(--primary);
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.rulescontent::-webkit-scrollbar {
    width: 8px;
}

.rulescontent::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}

.rulescontent::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.rulescontent::-webkit-scrollbar-thumb:hover {
    background: var(--primary-dark);
}

@keyframes flipForm {
    0% {
        transform: rotateY(0deg);
        opacity: 1;
    }

    50% {
        transform: rotateY(90deg);
        opacity: 0.5;
    }

    100% {
        transform: rotateY(0deg);
        opacity: 1;
    }
}

.change-mode-btn {
    transition: all 0.3s ease;
}

.change-mode-btn:hover {
    transform: rotate(180deg);
}

.form-header {
    text-align: center;
    margin-bottom: 25px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.form-header h3 {
    color: var(--light);
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.form-header h3 i {
    margin-left: 8px;
}

.change-mode-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0357d4;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #f0f1f1;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}


.change-mode-btn:hover {
    background: #3498db;
    color: white;
    transform: translateY(-50%) rotate(180deg);
}

.form-group {
    margin-bottom: 20px;
}

.input-label {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    color: #ecf0f1;
    font-size: 0.9rem;
}

.currency-flag {
    background: #3498db;
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 0.8rem;
    font-weight: bold;
}

.currency-name {
    font-weight: 500;
}



.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group input {
    width: 100%;
    padding: 14px 15px;
    padding-left: 50px;
    border: 1px solid #7979795e;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s;
    text-align: right;
    direction: ltr;
    background: var(--darker);
    color: #ecf0f1;
    font-family: 'Vazir', sans-serif;
}

.input-group input:focus {
    border-color: #3498db;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.3);
    outline: none;
    /* background: #223055; */
}

.input-icon {
    position: absolute;
    left: 15px;
    color: #7f8c9d;
    font-size: 1rem;
}

.rate-box {
    background: #0465f8;
    color: #dfdfdf;
    padding: 10px 15px;
    border-radius: 8px;
    text-align: center;
    margin: 25px 0;
    font-weight: bold;

}

.submit-btn {
    width: 100%;
    padding: 14px;
    border-radius: 10px;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    background: linear-gradient(135deg, #0064e0, #0a7ec7);
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #2980b9, #1a6ca8);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(41, 128, 185, 0.4);
}





.site-name {
    font-size: 2.2rem;
    font-weight: bold;
    color: white;
    margin-bottom: 15px;
    font-family: yekan, sans-serif;
}




.site-description {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    line-height: 1.6;
    max-width: 300px;
    margin-bottom: 25px;
}


.feature-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35%, 1fr));
    gap: 4rem;
    width: 100%;
    flex: 1;
    min-width: 300px;
}

.feature-box {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5rem;
    border-radius: 15px;
    transition: all 0.4s ease;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
    height: 174px;
    /* ارتفاع کمتر */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}

.feature-box::before {
    content: '';
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 110px;
    background: #5089f3e8;
    border-radius: 50%;
    z-index: 0;
    bottom: 111px;

}



.feature-box:hover {
    transform: translateY(-10px);

}

.feature-icon {

    height: 120px;

    margin-bottom: 1rem;

    /* background: rgba(13, 152, 232, 0.2); */
    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: var(--primary);
}

.feature-icon img {
    width: 120px;
    height: 120px;
    object-fit: contain;
    transition: transform 0.3s ease;
    z-index: 2;
    transform: translateY(-20px);
    position: absolute;
    bottom: 80px;
}

.feature-box h3 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    font-family: yekan;
}

.feature-box p {
    color: #aaa;
    line-height: 1.6;
    font-size: 0.95rem;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 1rem;
    font-family: yekan;
}

.section-header p {
    color: #aaa;
    font-size: 1.1rem;
    max-width: 600px;
    margin: 0 auto;
}

.feature-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    position: relative;
    z-index: 2;
    flex-direction: column;
}

.hero-slider {
    width: 100%;
    height: 450px;
    margin-bottom: 40px;
    border-radius: 10px;
}

.swiper-slide {
    background: var(--bg-darker);
    border-radius: 15px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    position: relative;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 49px;
    margin-bottom: 167px;
}

.swiper-pagination-bullet {
    background: var(--primary);
    opacity: 0.5;
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary-dark);
}

.feature-content {
    display: flex;
    flex-direction: column;
}

.feature-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    /* gap: 20px; */
    margin-top: -148px;
}

.modern-support {
    position: relative;
    width: 90%;
    /* max-width: 1200px; */
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
    margin-left: 2%;

}

.modern-support .support-bg img {

    border-radius: 20px;
}

.support {
    display: flex;
    align-items: center;
}

.support img {

    border-radius: 20px;
}

.steps-container {
    max-width: 1200px;
    margin: 50px auto;

    border-radius: 20px;
    padding: 40px;

}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: var(--primary);
    margin-bottom: 15px;
}

.section-header p {
    font-size: 1.2rem;
    color: #aaa;
    max-width: 600px;
    margin: 0 auto;
}

.steps-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10%;
    width: 100%;
}

.steps-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.steps-image img {
    max-width: 100%;

}

.steps-list {
    flex: 1;
    position: relative;
    padding: 20px 0;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(13, 152, 232, 0.3);
}

.step-content {
    padding-top: 5px;
}

.step-content h3 {
    font-size: 1.5rem;
    color: var(--text-color);
    margin-bottom: 10px;
}

.step-content p {
    color: #aaa;
    line-height: 1.6;
}


.steps-list::before {
    content: '';
    position: absolute;
    top: 25px;
    bottom: 25px;
    right: 25px;
    height: 60%;
    width: 3px;
    background: linear-gradient(to bottom, #006eff0c, #006eff36);
    border-radius: 3px;
}


@media (max-width: 768px) {
    .steps-content {
        flex-direction: column;
    }

    .steps-list::before {
        right: 25px;
    }

    .section-header h2 {
        font-size: 2rem;
    }
}


footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    padding: 60px 5% 30px;
    background-color: var(--primary-dark);

    min-height: 50vh;
    padding: 60px 5%;
    background-color: var(--primary-dark);
    --c: 70px;
    /* control the curvature (works with percentage) */
    height: 640px;
    aspect-ratio: 3/2;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at top, #0000 calc(100% - 1px), #000);
    position: relative;
    margin-top: 100px;
}


.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    gap: 40px;
    margin-top: 3%;
}

.logoli {
    position: relative;
    padding: 0;
    margin: 0;
}

.right-sec {
    display: flex;
    justify-content: space-around;
    width: 65%;
    padding: 20px;
    gap: 40px;
}


.left-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 35%;
    padding: 20px;
    text-align: center;
}

.logocenter {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 15px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    /* background-image: url(../img/footer.png); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 40%;
    height: 30%;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */

}

.logocenter img {
    width: 100%;
    height: auto;
    border-radius: 0;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
}

.links {
    text-align: center;
    min-width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.links h2 {
    color: white;
    font-size: 1.6rem;
    margin-bottom: 25px;
    font-family: yekan, sans-serif;
    position: relative;
    padding-bottom: 10px;
}


.links h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 60px;
    height: 3px;
    background-color: black;
}

.links .contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: right;
}

.wide-letters {
    letter-spacing: 2px;
    font-weight: 500;
}

.links ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
}

.links ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    padding: 5px 10px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.links ul li a:hover {
    transform: translateX(-5px);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
}


.emailbox,
.numberbox {
    /* background: rgba(255, 255, 255, 0.1); */
    padding: 10px 10px;
    border-radius: 10px;
    width: 100%;
    max-width: 300px;
    text-align: center;
    /* backdrop-filter: blur(5px); */
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    transition: all 0.3s ease;
}

.emailbox:hover,
.numberbox:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-3px);
}

.emailbox h3,
.numberbox h3 {
    color: var(--secondary);
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: yekan;
}

.emailbox p,
.numberbox p {
    color: white;
    font-size: 1.1rem;
    direction: ltr;
}


.social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    justify-content: center;
}

.copyright {
    width: 100%;
    text-align: center;
    color: white;
    padding: 25px 0 15px;
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 1.1rem;
}


.social a {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.social a:hover {
    background: white;
    color: var(--primary);
    transform: translateY(-5px) scale(1.1);
}



.support-btn {
    padding: 12px 30px;
    background: var(--text-color);
    color: var(--bg-text);
    border: none;
    border-radius: 30px;
    font-size: 1.1rem;
    font-weight: bold;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}





.mobile-menu {
    display: none;
    position: fixed;
    bottom: -3px;
    background: var(--bg-darker) !important;
    /* backdrop-filter: blur(15px) !important; */
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.2);
    z-index: 999;

    width: 100%;
    margin: 0 auto;
    padding: 12px 15px;

}

.mobile-menu.margined {
    margin-bottom: -30%;

}



.mobile-menu-logo {
    border-radius: 50%;
    width: 100%;
    height: 64px;
    background-color: #0066ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: calc(-67% + 10px);
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}


.mobile-menu-logo i {
    font-size: 22px;
    color: white;
}

.mobile-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 5px;
    /* padding: 5px 0; */
}

.mobile-nav-item {
    list-style: none;
    text-align: center;
    /* padding: 10px 5px; */
    cursor: pointer;
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 600;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    padding: 5px;
    /* margin: 0 3px; */
}

.mobile-nav-logo {
    list-style: none;
    text-align: center;
    /* padding: 10px 5px; */
    cursor: pointer;
    color: var(--text-color);
    font-size: 0.75rem;
    font-weight: 600;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
    border-radius: 12px;
    position: relative;
    padding: 5px;
    /* margin: 0 3px; */
}


.mobile-nav-item i {
    font-size: 22px;
    color: var(--nav-text);
    transition: all 0.3s ease;
}

.mobile-nav-item span {
    font-family: 'Vazir', sans-serif;
    white-space: nowrap;
    font-size: 0.7rem;
    color: var(--nav-text);


}


.mobile-nav-item.mobileactive::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
    height: 3px;

    background: linear-gradient(90deg, #0084ff, #0082fb, #2f6ef7);
    border-radius: 10px;

    box-shadow: 0 0 10px rgba(0, 130, 251, 0.6);
    transition: width 0.3s ease;
}

/* انیمیشن هاور/اکتیو */
.mobile-nav-item.mobileactive:hover::after {
    width: 60%;
}

.mobile-nav-item.mobileactive i {
    color: var(--primary);
}

.mobile-nav-item.mobileactive span {
    color: var(--primary);
}


.crypto-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 10%;
    gap: 2%;
}

.crypto-sec2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 31%;
}

.crypto-sec1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 58%;
}

.crypto-carousel h2 {
    font-size: 30px;
    color: #0e6ca2;
}

.marquee-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 15px 0;
    background: transparent;
    border-radius: 10px;
    /* border: 1px solid rgba(13, 152, 232, 0.3); */
}

.carouselTrack {
    display: flex;
    gap: 20px;
    will-change: transform;
}

.marquee-item {
    flex-shrink: 0;
    padding: 10px 20px;
    background: var(--primary);
    border-radius: 8px;
    min-width: 250px;
}

.marquee-item-content {
    display: flex;
    align-items: center;
    gap: 15px;
    color: white;
}

.crypto-name {
    font-weight: bold;
    white-space: nowrap;
}

.crypto-price {
    color: var(--primary);
    font-weight: bold;
}

.crypto-change {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 3px 10px;
    border-radius: 15px;
    font-size: 0.9rem;
}






.currency-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background: var(--bg-darker);
    width: 90%;
    max-width: 600px;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-header h3 {
    margin: 0;
    color: var(--primary);
}

.close-modal {
    background: none;
    border: none;
    color: var(--primary);
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
}

.close-modal:hover {
    color: var(--primary);
}


.search-container {
    margin-bottom: 20px;
    background: rgba(13, 152, 232, 0.1);
    padding: 15px;
    border-radius: 10px;
}

.search-box {
    position: relative;
    margin-bottom: 15px;
}

.search-box input {
    width: 100%;
    padding: 12px 40px 12px 15px;
    border-radius: 8px;
    border: 1px solid var(--gray);
    background: var(--dark);
    color: white;
    font-family: 'Vazir', sans-serif;
    font-size: 0.95rem;
}

.search-box i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary);
}

.search-filters {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    background: var(--primary-dark);
    border: none;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 0.85rem;
    transition: all 0.3s;
}

.filter-btn.active {
    background: var(--primary);
    color: white;
}

.filter-btn:hover {
    background: rgba(13, 152, 232, 0.5);
}

.currency-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 15px;
}

.currency-card {
    background: var(--gray);
    padding: 15px;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border: 1px solid transparent;
}

.currency-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: var(--primary);
}

.currency-card.active {
    background: rgba(13, 152, 232, 0.2);
    border-color: var(--primary);
}

.currency-card .currency-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.currency-card .currency-info {
    flex: 1;
}

.currency-card .currency-name {
    font-weight: bold;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

.currency-card .currency-symbol {
    color: #aaa;
    font-size: 0.8rem;
}

.currency-card .currency-price {
    font-size: 0.85rem;
    margin-top: 5px;
    color: var(--primary);
}

.currency-card .currency-change {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 0.7rem;
    padding: 3px 6px;
    border-radius: 4px;
}



.current-currencies {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.current-currencies h4,
.all-currencies h4 {
    color: var(--primary);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.current-currencies h4 i {
    color: var(--secondary);
}

.freeway {
    width: 100%;
    padding: 60px 5%;
    background-color: var(--bg-color);
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.freeway-content {
    max-width: 1200px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.freeway-content h2 {
    font-size: 2.2rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: yekan;
}

.freeway-content p {
    font-size: 1.1rem;
    color: var(--text-color);
    max-width: 700px;
    line-height: 1.6;
}

.boxes-container {
    display: flex;
    justify-content: center;
    gap: 3rem;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.info-box {
    flex: 1;
    min-width: 450px;
    max-width: 350px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;

    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid var(--border-colo);
    background: linear-gradient(to top,
            rgba(0, 81, 255, 0.199), rgba(0, 0, 0, 0), transparent 40%);
}

.info-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.info-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.info-contentbox {
    width: 100%;
    display: flex;
    align-items: start;
    gap: 1.2rem;
    flex-direction: column;
}

.info-box h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    font-family: yekan;
}

.info-box p {
    font-size: 0.9rem;
    color: #b9b9b9a8;
    font-family: yekan;
}

[data-theme="light"] .info-box p {
    font-size: 0.9rem;
    color: #585858a8;
    font-family: yekan;
}

.info-box a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    background-color: var(--primary-dark);
    padding: 10px;
    border-radius: 10px;
    font-size: 0.8rem;
    gap: 8px;
}

.info-box a:hover {
    color: var(--primary-dark);
    transform: translateX(-5px);
    background-color: white;
}

.cta-box {
    width: 100%;
    padding: 30px;
    background: rgba(13, 152, 232, 0.1);
    border-radius: 15px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cta-box p {
    font-size: 1.2rem;
    color: var(--text-color);
    margin-bottom: 15px;
}

.slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-slide {
    height: 300px;
}

.hero-slider .swiper-slide {
    position: relative;
    height: 100%;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .left-sec {
        margin-left: 25%;
    }

    .freeway-content h2 {
        font-size: 1.8rem;
    }

    .freeway-content p {
        font-size: 1rem;
    }

    .info-box {
        min-width: 100%;
    }

    .cta-box {
        padding: 20px;
    }

    .support-image img {
        margin-left: 20px;
    }

    .swiper-pagination {
        position: relative;
        margin-top: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 0px;
    }

    .swiper-wrapper {
        width: 110%;
    }



    .slide-bg {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }

    .crypto-carousel {
        flex-direction: column;
        gap: 60px;
    }

    .crypto-sec2 {
        width: 80%;
    }

    .crypto-sec1 {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .currency-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    }

    .currency-card {
        padding: 12px;
    }

    .search-box input {
        padding: 10px 35px 10px 10px;
    }

    /* .mobile-nav .mobile-nav-item.mobileactive {
        background-color: var(--primary);
        color: white;
        border-radius: 8px;
        padding: 8px 0px;
        margin: 0 1px;
        transition: all 0.3s ease;
    } */

    .table-controls button {
        display: none;
    }

    .table-controls select {
        display: block;
    }

    .support-image {
        max-width: 90%;
    }
}


.crypto-table th {
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    /* background: var(--primary-dark); */
    color: white;
    padding: 15px;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 10;
    white-space: nowrap;
}

.crypto-table tr {
    border-bottom: 1px solid var(--border-colo);
}

.crypto-table thead tr {
    border: none;
}

.crypto-table td {
    font-family: 'Vazir';
    padding: 12px 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.05); */
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.crypto-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
    direction: rtl;

}

.filterselect {
    border: 1px solid var(--border-color);
    padding: 10px;
    background-color: var(--bg-darker);
    width: 100%;
    border-radius: 8px;
    color: var(--text-color);
    display: none;
}



.filterselect:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 2px rgba(13, 152, 232, 0.3);
    background: var(--darker);
}

.filterselect option {
    background: var(--bg-color);
    color: var(--text-color);

    border: none;
}

@media (max-width: 768px) {

    .crypto-table th,
    .crypto-table td {
        padding: 10px 8px;
        font-size: 0.8rem;
    }

    .crypto-currency {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .crypto-icon {
        width: 25px;
        height: 25px;
    }
}

@media (max-width: 576px) {

    .crypto-table th,
    .crypto-table td {
        padding: 8px 5px;
        font-size: 0.7rem;
    }

    .action-btn {
        padding: 4px 8px;
        font-size: 0.7rem;
    }
}

.currency-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

.currency-item {
    background: var(--gray);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.currency-item:hover {
    background: var(--primary);
}

.currency-item.active {
    background: var(--primary-dark);
    border-left: 3px solid var(--secondary);
}

.currency-item .symbol {
    font-weight: bold;
    color: var(--secondary);
}

.carousel-more {
    border-radius: 10px;
    background: #0465f8;
    border: none;
    color: white;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.carousel-more:hover {
    background: var(--primary);
    color: white;
}

.darkmode {
    display: flex;
    align-items: center;
    justify-content: center;
}



.darkmode button:hover {
    /* transform: translateY(-10px); */
    /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
}






/* .carousel-nav {
             position: absolute;
            top: 20%; 
            left: 0;
            right: 0;
            transform: translateY(-50%);
            display: flex;
            justify-content: space-between;
            padding: 0 10px;
            z-index: 2;
        } */

.carousel-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -1%;
    gap: 10%;
    /* background-color: var(--primary-dark); */
    padding: 20px;
    width: 90%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.carousel-header h2 {
    color: var(--hero-text);
}

.login-container {
    background-color: var(--bg-darker);
    width: 480px;
    min-height: 96vh;
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 3%;
}



.animation-section {
    position: absolute;
    left: 5%;
    top: 57%;
    transform: translateY(-50%);
    width: 45%;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    margin-left: 5%;
}

.main-image {
    width: 100%;
    margin-bottom: 40px;
    /* animation: float 6s ease-in-out infinite; */
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.text-slider {
    height: 120px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    animation: textSlide 12s infinite;

}

.slider-item:nth-child(1) {
    animation-delay: 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 4s;
}

.slider-item:nth-child(3) {
    animation-delay: 8s;
}

.main-title {
    font-size: 3.5rem;
    margin-bottom: 20px;
    font-family: yekan;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    color: white;
}

.subtitle {
    font-size: 2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    /* max-width: 500px; */
    line-height: 1.6;
    width: 100%;
}

.features-list {
    list-style: none;
    text-align: right;
    margin-top: 25px;
    width: 100%;
    max-width: 500px;
}

.features-list li {
    padding: 15px 0;
    font-size: 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
}

.features-list li i {
    margin-left: 15px;
    color: var(--secondary);
    font-size: 1.5rem;
}

.features-list li:last-child {
    border-bottom: none;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes textSlide {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    10% {
        opacity: 1;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(0);
    }

    40% {
        opacity: 0;
        transform: translateY(-50px);
    }

    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}

.form-container {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    width: 618px;
    min-height: 96vh;
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 3%;
    border-radius: 10px;
}

.forget-logo {
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.forget-password {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.forget-logo img {
    width: 320px;
    margin-bottom: 20px;
}

.forget-title {
    color: #7bd5f5;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
    font-family: vazir;
}

.forget-description {
    color: var(--light);
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.forget-form-group {
    margin-bottom: 25px;
}

.forget-form-group label {
    display: block;
    margin-bottom: 10px;
    color: #7bd5f5;
    font-size: 16px;
}

.forget-form-group input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid var(--border-colo) !important;
    color: #fff !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.forget-form-group input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(13, 152, 232, 0.3);
}

.forget-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}


.code-inputs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.code-input {
    width: 65px;
    height: 65px;
    text-align: center;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    backdrop-filter: blur(5px);
    border-radius: 15px;
    color: var(--light);
    transition: all 0.3s ease;
}

.code-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(13, 152, 232, 0.3);
}

.forget-btn {

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    transition: all 0.3s ease;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.forget-btn:hover {
    background-color: transparent;
    color: var(--light);
    background-color: #0d98e8;
    box-shadow: 0 0 0 1px var(--primary);
}

.back-to-login {
    text-align: center;
    margin-top: 25px;
}

.back-to-login a {
    color: #7bd5f5;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.back-to-login a i {
    margin-right: 8px;
}

.back-to-login a:hover {
    color: var(--light);
}

.main-image {
    width: 80%;
    margin-bottom: 40px;
    /* animation: float 6s ease-in-out infinite; */
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    border-radius: 50%;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@media (max-width: 1200px) {
    .animation-section {
        width: 40%;
        left: 3%;
    }

    .main-title {
        font-size: 3rem;
    }

    .subtitle {
        font-size: 1.3rem;
    }

    .main-image {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 992px) {
    .animation-section {
        display: none;
    }

    body {
        justify-content: center;
    }

    .login-form-section {
        width: 90%;
        min-height: 75vh;
        border-radius: 10px;
        border-radius: 10px;
        padding: 30px 20px;
        right: 14px;
    }

    .login-logo img {
        width: 100%;
    }

    .form-container {
        width: 93%;
        min-height: 75vh;
        border-radius: 10px;
        border-radius: 10px;
        padding: 30px 20px;
        right: 14px;
    }


    .code-input {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}


.login-logo {
    text-align: center;
    margin-bottom: 30px;
}

.login-logo img {
    /* height: 60px; */
    margin-bottom: 10px;
    width: 80%;
}

.login-logo h1 {
    color: var(--primary);
    font-size: 28px;
}

.login-image-section {
    flex: 1;
    background: url('../img/welcome.png') center/cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    padding: 40px;
}

.login-image-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: var(--primary);
}

.login-image-section p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--gray);
}

.login-form-section {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1) !important;
    border-radius: 16px !important;
    width: 618px;
    min-height: 96vh;
    padding: 23px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 3%;
    border-radius: 10px;
}



.login-tabs {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 4px;
    margin-bottom: 25px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    cursor: pointer;
    width: 100%;
}

.login-tab {
    padding: 12px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    text-align: center;
}

.login-tab.active {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.login-form-container {
    display: none;
}

.login-form-container.active {
    display: block;
}

.login-form-group {
    margin-bottom: 20px;
}

.login-form-group label {
    display: block;
    margin-bottom: 8px;
    color: #7bd5f5;
    font-size: 14px;
}

.login-form-group input {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    width: 100%;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.login-form-group input:focus {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1) !important;
}

.login-form-group input::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
}

.login-btn {

    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1)) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #fff !important;
    transition: all 0.3s ease;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 10px;
}

.login-btn:hover {
    background-color: transparent;
    color: var(--light);
    background-color: #0d98e8;
    box-shadow: 0 0 0 1px var(--primary);
}

.forgot-password {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.forgot-password a {
    color: rgba(255, 255, 255, 0.9) !important;
    transition: all 0.3s ease;
}

.forgot-password a:hover {
    color: #fff !important;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.remeberme {
    display: flex;
    align-items: center;
    gap: 10px;
}

.remeberme span {
    color: var(--light);
}

.remeberme input {
    padding: 10px;
    outline: none;
    border: none;

}

.forgot-password a {
    color: var(--primary);
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.forgot-password a:hover {
    color: var(--light-blue);
}

@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }



    .login-form-section {
        padding: 30px;
        background-color: var(--bg-darker);
        width: 93%;
        min-height: 75vh;
    }

    .login-form-section span,
    a {
        font-size: 0.7rem;
    }
}



.tutorial-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 30px 20px;
    position: relative;
    margin-top: 15%;
}

.tutorial-cards {
    display: flex;
    gap: 7%;
    overflow-x: auto;
    padding: 20px 10px;
    scrollbar-width: thin;
    scrollbar-color: var(--primary) var(--bg-darker);
}

.tutorial-cards::-webkit-scrollbar {
    height: 8px;
}

.tutorial-cards::-webkit-scrollbar-track {
    background: var(--bg-darker);
    border-radius: 10px;
}

.tutorial-cards::-webkit-scrollbar-thumb {
    background: var(--primary);
    border-radius: 10px;
}

.tutorial-card {
    flex: 0 0 320px;
    background: var(--card-bg);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;

}

.tutorial-card::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #003f9c;
    transform: translateY(-100%);
    transition: all 0.4s ease;
    z-index: 2;
}

.tutorial-card:hover::before {
    transform: translateY(0);
}

.tutorial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-100%);
    width: 4px;
    height: 20px;
    background: #00299b;
    border-radius: 0 0 3px 3px;
    transition: all 0.4s ease 0.1s;
    opacity: 0;
    box-shadow: 0 5px 15px rgba(0, 130, 251, 0.6);
}

.tutorial-card:hover::after {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    height: 25px;
}





.icon-container-3d {
    width: 150px;
    height: 150px;
    background: transparent;

    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    /* box-shadow:
        0 10px 20px rgba(0, 0, 0, 0.2),
        inset 0 -5px 15px rgba(0, 0, 0, 0.1),
        inset 0 5px 15px rgba(255, 255, 255, 0.2); */
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    perspective: 500px;

}

.sign {
    background-image: url(../img/sign.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.securityreport {
    background-image: url(../img/userpanel.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.buycurrency {
    background-image: url(../img/buybit.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* .tutorial-card:hover .icon-container-3d {
    transform: rotateY(15deg) scale(1.1);
    box-shadow:
        0 15px 30px rgba(0, 0, 0, 0.3),
        inset 0 -7px 20px rgba(0, 0, 0, 0.15),
        inset 0 7px 20px rgba(255, 255, 255, 0.25);
} */

.icon-container-3d i {
    font-size: 40px;
    color: white;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.3));
    transition: all 0.4s ease;
}

.tutorial-card:hover .icon-container-3d i {
    transform: scale(1.1);
}


.tutorial-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 87, 201, 0.486) 0%, transparent 70%);
    transform: rotate(45deg);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.tutorial-card:hover::before {
    opacity: 1;
}

.tutorial-card h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--text-color);
    position: relative;
    z-index: 1;
    font-family: yekan;
    width: 100%;
    text-align: right;

}

.tutorial-card p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
    width: 100%;
    text-align: right;
}

.tutorial-btn {
    background: var(--primary);
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    font-weight: 500;
}

.tutorial-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(13, 152, 232, 0.4);
}


/* From Uiverse.io by zanina-yassine */
/* .nbtn {
    min-width: 120px;

    position: relative;
    cursor: pointer;

    padding: 12px 17px;
    border: 0;
    border-radius: 7px;

    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    background: radial-gradient(ellipse at bottom,
            rgb(0, 62, 129) 0%,
            rgb(7, 7, 7) 45%);

    color: rgb(255, 255, 255, 0.66);

    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.nbtn::before {
    content: "";
    width: 70%;
    height: 1px;

    position: absolute;
    bottom: 0;
    left: 15%;

    background: rgb(31, 31, 31);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgb(0, 62, 129) 0%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0.2;

    transition: all 1s cubic-bezier(0.15, 0.83, 0.66, 1);
}

.nbtn:hover {
    color: rgb(255, 255, 255);
    transform: scale(1.1) translateY(-3px);
}

.nbtn:hover::before {
    opacity: 1;
} */




.carousel-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.carousel-nav-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: var(--bg-darker);
    border: 1px solid var(--border-color);
    color: var(--primary);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.carousel-nav-btn:hover {
    background: var(--primary);
    color: white;
    transform: scale(1.1);
}


@media (max-width: 768px) {
    .tutorial-card {
        flex: 0 0 280px;
    }

    .icon-container-3d {
        width: 80px;
        height: 80px;
    }

    .icon-container-3d i {
        font-size: 30px;
    }

    .tutorial-card h3 {
        font-size: 1.2rem;
    }

    .securitybit {
        flex-direction: column;
    }

    .security-content {
        flex-direction: column;
        gap: 20px;
    }

    .security-content .security-text h2 {
        font-size: 2rem;
        text-align: center;
    }

    .security-image img {
        width: 100%;
        height: auto;
    }

    .security-content .security-image {
        width: 100%;
    }
}

.crypto-table-container {
    width: 97%;
    overflow-x: hidden;
    margin-top: 30px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 1px solid var(--border-color);
    /* background: var(--bg-darker); */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
}

.securitybit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.security-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    gap: 35px;
    border-radius: 20px;
}

.security-content img {
    border-radius: 20px;
}

.security-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;

}

.security-image img {
    width: 70%;
    height: 50%;
}



.security-text h2 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: yekan;
    width: 100%;
}

.security-text p {
    font-size: 1.2rem;
    color: var(--text-color);
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

.crypto-table td {
    font-family: 'Vazir', sans-serif;
    padding: 12px 15px;
    border-bottom: 1px solid var(--border-color);
    text-align: center;
    transition: all 0.3s ease;
    white-space: nowrap;
}


.crypto-table tr:last-child td {
    border-bottom: none;
}

.crypto-table tr:hover td {
    background: rgba(13, 152, 232, 0.1);
}

.crypto-currency {
    display: flex;
    align-items: center;
    gap: 10px;
}

.crypto-icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
}

.crypto-name {
    font-weight: bold;
}

.crypto-symbol {
    color: #aaa;
    font-size: 0.8rem;
    margin-right: 5px;
}

.change-up {
    color: #00c853;
}

.change-down {
    color: #ff5252;
}

.table-controls {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sort-btn {
    background: rgba(239, 241, 241, 0);
    border: 1px solid var(--border-colo);
    /* border: none; */
    color: var(--primary);
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.9rem;
    transition: all 0.3s;
}

.sort-btn:hover {
    background: var(--primary);
    color: white;
}

.sort-btn i {
    font-size: 0.9rem;
}

.action-btn {
    background: rgba(13, 152, 232, 0.2);
    border: none;
    color: var(--primary);
    padding: 6px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 0.85rem;
}

.action-btn:hover {
    background: var(--primary);
    color: white;
}

.fee-hero {
    background: transparent;
    padding: 100px 5% 80px;
    color: var(--hero-text);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
    margin-top: 5%;
}

.fee-hero-content {
    display: flex;
    align-items: right;
    justify-content: center;
    flex-direction: column;
    width: 45%;
}

.fee-hero-image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fee-hero-image img {
    width: 70%;
}

.fee-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: yekan;
}

.fee-hero p {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.fee-tabs {
    display: flex;
    justify-content: center;
    margin: 40px 0;
    flex-wrap: wrap;
    gap: 15px;
}

.fee-tab {
    padding: 15px 30px;
    background: var(--bg-darker);
    border: 1px solid var(--border-colo);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: bold;
    color: var(--hero-text);
}

.fee-tab.active {
    background: var(--primary);
    color: white;
    border-color: var(--primary);
}

.fee-tab:hover {
    background: var(--primary-dark);
    color: white;
}

.fee-content {
    display: none;
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.fee-content.active {
    display: block;
}

.fee-card {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-colo);
}

.fee-card h3 {
    color: var(--primary);
    margin-bottom: 15px;
    font-size: 1.4rem;
    font-family: yekan;
}

.fee-card p {
    color: var(--hero-text);
}

.fee-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.fee-table th {
    background: rgb(0, 102, 255);
    padding: 15px;
    text-align: center;
    color: white;
    font-weight: bold;
}

.fee-table td {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid var(--border-colo);
    color: var(--hero-text);
}

.fee-table tr:last-child td {
    border-bottom: none;
}

.fee-note {
    background: rgba(13, 152, 232, 0.1);
    padding: 15px;
    border-radius: 10px;
    margin-top: 30px;
    border-right: 4px solid var(--primary);
}

.currency-fees {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.currency-fee {
    background: var(--card-bg);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--border-colo);
}

.currency-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-darker);
    font-size: 1.8rem;
}

.currency-fee h4 {
    color: var(--primary);
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.fee-value {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
    margin: 10px 0;
}

@media (max-width: 768px) {
    .fee-hero {
        padding: 80px 5% 60px;
        flex-direction: column-reverse;

    }

    .fee-hero h1 {
        font-size: 2rem;
    }

    .fee-hero-image {
        width: 100%;
    }

    .fee-hero-content {
        width: 100%;
    }

    .fee-hero-content h1 {
        font-size: 1.5rem;
        text-align: center;
    }

    .fee-tabs {
        flex-direction: column;
        align-items: center;
        margin-top: 15%;
    }

    .fee-card {
        width: 100%;
    }

    .fee-content {
        width: 100%;
    }

    .fee-tab {
        width: 100%;
        max-width: 300px;
        text-align: center;
    }

    .currency-fees {
        grid-template-columns: 1fr;
    }
}


@media (min-width: 768px) and (max-width: 992px) {
    footer {
        flex-direction: row;
        flex-wrap: wrap;
        padding: 60px 5% 30px;
    }






    .right-sec {
        width: 60%;
        margin: 0;
        gap: 10%;
    }

    .left-sec {
        width: 30%;
        margin: 0;
    }

    .copyright {
        width: 100%;
        text-align: center;
        position: relative;
        margin-top: 30px;
    }

    .footer-logo {
        width: 150px;
        height: 150px;
        top: -70%;
    }
}


@media (min-width:1200px) {
    .seocdheader ul li a {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .buttons {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .main-buttons {
        font-size: 0.9rem;
        white-space: nowrap;
    }


    .logo img {
        width: 80%;
    }

    .feature-box h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        color: var(--text-color);
    }
}

@media (max-width: 768px) {
    .crypto-table-container {
        /* overflow-x: auto;
        -webkit-overflow-scrolling: touch; */
        width: 100%;
        margin-left: 12px;
    }

    .crypto-table {
        margin: 0 auto;
        /* min-width: 600px; */
    }

    .crypto-table th,
    .crypto-table td {
        padding: 10px 8px;
        font-size: 12px;
    }

    .security-text h2 {
        font-size: 1rem;
        color: var(--primary);
        margin-bottom: 10px;
        font-family: yekan;
        text-align: center;
    }
}

@media (max-width:1200px) {
    .seocdheader ul li a {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .buttons {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .main-buttons {
        font-size: 0.9rem;
        white-space: nowrap;
    }

    .logo {
        margin-top: 0;
    }

    .logo img {
        width: 100%;
    }

    .logo-main img {
        width: 100%;
    }

    .feature-box h3 {
        font-size: 1rem;
        margin-bottom: 10px;
        color: var(--text-color);
    }

    .feature-box p {
        font-size: 0.7rem;
    }
}

@media (min-width: 769px) {
    .mobile-more-btn {
        display: none;
    }

    .desktop-more-btn {
        display: inline-block;
    }
}

@media (max-width: 768px) {

    .crypto-table th,
    .crypto-table td {
        padding: 10px 8px;
        font-size: 0.75rem;
    }

    .crypto-table {
        width: 100%;
    }


    .crypto-table th:nth-child(5),
    .crypto-table td:nth-child(5) {
        display: none;
    }

    .mobile-more-btn {
        display: inline-block;
        background: var(--primary);
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        border: none;
        font-size: 0.8rem;
        margin-right: 5px;
    }

    .desktop-more-btn {
        display: none;
    }

    .table-controls {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sort-btn {
        padding: 6px 8px;
        font-size: 0.8rem;
    }

    .crypto-icon {
        width: 25px;
        height: 25px;
    }
}

.modal-crypto-card {
    background: var(--card-bg);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.modal-crypto-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    background-color: #075799;
    padding: 10px;
    border-radius: 10px;
}

.modal-crypto-price {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 10px;
}

.modal-crypto-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.modal-crypto-name {
    font-weight: bold;
    display: block;
    color: white;
}

.modal-crypto-symbol {
    color: var(--primary);
    font-size: 0.9rem;
}

.modal-crypto-price {
    font-weight: bold;
    margin: 10px 0;
}

.modal-crypto-change {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.modal-crypto-actions {
    display: flex;
    gap: 10px;
}

.modal-crypto-actions .action-btn {
    flex: 1;
}

.carousel-prev,
.carousel-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(13, 152, 232, 0.7);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: var(--primary-dark);
    transform: scale(1.1);
}

.marquee-wrapper {
    width: 100%;
    overflow: hidden;

    border-radius: 10px;
    padding: 15px 0;

}

marquee {
    display: flex;
    padding: 0 10px;
}

.marquee-content {
    display: flex;
    gap: 20px;
}

.marquee-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: var(--primary-dark);
    padding: 20px 20px;
    border-radius: 8px;
    white-space: nowrap;
}


@media (max-width: 768px) {
    .marquee-item {
        min-width: 200px;
    }

    .marquee-item-content {
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }

    .ruletext {
        flex-direction: column;
        display: flex;
        gap: 35px;
    }

    .ruletext .rule-header {
        height: 100%;
        width: 100%;
    }

    .ruletext .rulescontent {
        width: 100%;
    }

    .contactdrk {
        width: 20px;
        height: 20px;
        margin-left: 5px;
        border: none;
    }

    .questionscontainer {
        width: 100%;
    }
}


@keyframes scroll-marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.carousel-nav {
    position: absolute;
    /* top: 10px; */
    left: 5%;
    z-index: 10;
    display: flex;
    gap: 10px;
}

.carousel-prev,
.carousel-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(13, 152, 232, 0.2);
    border: none;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
}

.carousel-prev:hover,
.carousel-next:hover {
    background: var(--primary);
    color: white;
}

/* contactpage styles */

.contactsec1 {
    background-color: #015cc4;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 90%;
    margin: 0px auto;
    margin-top: 8%;
    border-radius: 16px;
    justify-content: center;
    padding: 20px;
    gap: 10%;



}

.bgcon {
    width: 50%;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 11px;
    background-color: var(--bg-color);
    height: 142px;
    position: absolute;
    right: 26%;
    top: 21%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgcon img {
    width: 100px;
    height: 100px;
    margin-bottom: 10%;
}

/* استایل دکمه Pulse */
.pulsebtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.pulsebtn button {
    padding: 0;
    border-radius: 50%;
    background-color: var(--primary);
    color: white;
    font-size: 2rem;
    text-align: center;
    border: none;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 0 0 rgba(0, 130, 251, 0.4);
    animation: pulse 2s infinite;
}

.pulsebtn button:hover {
    background-color: var(--primary-dark);
    animation: none;
    transform: scale(1.05);
}

/* انیمیشن Pulse */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 130, 251, 0.7);
    }

    70% {
        box-shadow: 0 0 0 20px rgba(0, 130, 251, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(0, 130, 251, 0);
    }
}

/* حالت light theme */
[data-theme="light"] .pulsebtn button {
    background-color: var(--primary);
    color: white;
}

[data-theme="light"] .pulsebtn button:hover {
    background-color: var(--primary-dark);
}

.contctsec2 {

    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 2% auto;
    border-radius: 10px;
    justify-content: space-around;
    padding: 20px;
    gap: 60px;
    margin-top: 14%;
    /* background: linear-gradient(135deg, var(--primary), var(--primary-dark)); */


}

.Contactcontainer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contactcontent {
    width: 100%;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    gap: 20%;
}

.contactway {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    justify-content: center;
    gap: 1rem;
    margin-top: 5%;
}

.way {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.way:last-child {
    flex-direction: column;
}

/* .Contact */

.contact-content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.contact-info,
.contact-form {
    flex: 1;
    min-width: 300px;
}

.contact-form {
    width: 50%;
}

.contact-info li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    letter-spacing: 5px;
}

.contact-info li:nth-child(2) {
    letter-spacing: 10px;
}

.heroboxcontent span {
    font-weight: 100;
}

.contact-info li i {
    font-size: 1.3rem;
    color: black;
}

.contact-info li a {
    margin-right: 10px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: var(--bg-darker);
    padding: 15px;
    border-radius: 10px;
}

.contact-icon {
    width: 70px;
    height: 70px;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: #0660FF;
}

.contact-text h3 {
    color: var(--hero-text);
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.contact-text p {
    color: #aaa;
    direction: ltr;
    text-align: right;
}

.social-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-color);
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.sec2header h1 {
    color: var(--text-color);

}

.social-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--primary);
    transform: translateX(-5px);
}

.social-link i {
    font-size: 1.2rem;
    width: 25px;
    text-align: center;
}

.contact-form {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    gap: 1rem;
}

.contact-ways {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
    /* padding-left: 60px; */
}

.contact-way {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    width: 75%;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid #DDE0E4;
    position: relative;

}

.contact-way h2 {
    color: #0660FF;
    font-size: 1.9rem;
    margin: 0;
    padding-right: 15px;
    display: flex;
    align-items: center;
    font-family: yekan;
    font-weight: 100;
    justify-content: space-around;

}

.contact-way h2 a {
    color: #0660FF;
    font-size: 1.9rem;
    margin: 0;
    padding-right: 15px;
}

.contact-way h2 i {
    color: #0660FF;
    font-size: 4rem;
    margin: 0;
    padding-right: 15px;
}

.contact-way .dot {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0660FF;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
}

.herobox .doted {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #0660FF;
    position: absolute;
    border: 1px solid white;
    z-index: 20;
    top: 12%;
    transform: translateY(-50%);
}

.contact-ways::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -40px;
    width: 2px;
    background-color: var(--primary);
    z-index: -1;
}



.joinus {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.joinus button {
    border: none;
    border-radius: 30px;
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
    padding: 10px;
    width: 70%;
}

.joinus button {
    font-size: 6rem;
    color: white;
}

.joinus button a {
    color: white;
    text-decoration: none;
    font-size: 2rem;
    margin-right: 10px;
    font-weight: bold;
}

.document-section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 5%;
}

.searchsec {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchsec input {
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #7575756e;
    background-color: transparent;
    width: 20%;
}

.searchsec input::placeholder {
    padding-right: 35px;
    color: #fdfdfdd5;
}

/* .searchsec input::{
    padding: 35px;
} */
.searchsec i {
    position: absolute;
    margin-right: -17%;
    color: #fdfdfdd5;
    font-size: 1.5rem;
}

[data-theme="light"] .searchsec i {
    color: #333333a4;
}

[data-theme="light"] .searchsec input::placeholder {
    color: #333333a4;
}

.document-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #c1d7ff00, #88bbe654, transparent);
    width: 80%;
    border: 1px solid #dde0e418;
    border-radius: 8px;
    margin-top: 5%;
}


[data-theme="light"] .document-banner {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #C1D7FF, #88bbe654, transparent);
    width: 80%;
    border: 1px solid #DDE0E4;
    border-radius: 8px;
    margin-top: 5%;
}

.document-banner2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #c1d7ff00, #88bbe654, transparent);
    width: 90%;
    border: 1px solid #dde0e418;
    border-radius: 8px;
    margin-top: 5%;
}

[data-theme="light"] .document-banner2 {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient(to right, #C1D7FF, #88bbe654, transparent);
    width: 90%;
    border: 1px solid #DDE0E4;
    border-radius: 8px;
    margin-top: 5%;
}


.document-banner2 img {
    width: 30%;
    height: 30%;
}

.document-banner2 h1 {
    color: var(--hero-text);
    font-size: 48px;
    width: 40%;
}

.document-banner img {
    width: 30%;
    height: 30%;
}

.document-banner h1 {
    color: var(--hero-text);
    font-size: 48px;
    width: 40%;
}

.documents {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 3%;
}

.imgsec {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 65%;
}

.imgsec img {
    width: 56%;
}

.docheader {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-start;

}

.docback {
    border-radius: 8px;
    background-color: #0660FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 9px;
    gap: 10px;

}

.doclink {

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 10px;
}

.docbottom {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10%;
}

.documentsec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}


.documentheader {
    border-radius: 8px;
    background-color: #0660FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    padding: 9px;
    gap: 10px;
    color: white;
    font-size: 1.3rem;
}

.documentsample {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 5%;
    gap: 5px;
}

.sample {
    display: flex;
    align-items: center;

    gap: 10px;

}

.doclist {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 10px;
}

.doclist li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .sample:first-child{
    margin-right: 10px;
}
.sample:nth-child(2){
    margin-right: 10px;
}
.sample:nth-child(3){
    margin-right: 12px;
} */
.sample h4 {
    color: var(--hero-text);
    font-size: 1.2rem;
}

.sample .historydoc span {
    color: #d4d4d4be;
    font-size: 15px;
}

.sample .historydoc i {
    color: #d4d4d4af;
    font-size: 15px;
}

[data-theme="light"] .sample .historydoc span {
    color: #49515E;
    font-size: 15px;
}

[data-theme="light"] .sample .historydoc i {
    color: #49515E;
    font-size: 15px;
}

.dot3 {
    width: 18px;
    height: 18px;
    background-color: #0660FF;
    border-radius: 50%;
}

.historydoc {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 5px;
}

.docback h2 {
    color: white;
    font-weight: 200;
    font-size: 1.3rem;
    text-align: center;

}

.docback img {
    width: 25px;
    height: 25px;
}

/* .contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid var(--border-colo);
    border-radius: 8px;
    background: var(--bg-color);
    color: black;
    font-family: 'Vazir', sans-serif;
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
} */

.form-login {
    gap: 20px;
    display: flex;
    flex-direction: column;

}


.dochero-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dochero-text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    flex-direction: column;

}

.dochero-image img {
    width: 40%;
    /* height: 100px; */
}

.hero-section h1 {
    font-size: 2.9rem;
    margin-bottom: 15px;
    color: var(--hero-text);
}

.hero-section p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    color: var(--hero-text);
}

.articles-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.article-card {
    background: var(--bg-darker);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s, box-shadow 0.3s;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.article-image {
    height: 180px;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
}

.article-content {
    padding: 20px;
}

.article-category {
    display: inline-block;
    background: #65a3f31c;
    color: #0066ff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.article-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #1a56db;
    line-height: 1.4;
}

.article-excerpt {
    color: #6b7280;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 15px;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    color: #9ca3af;
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
    color: var(--hero-text);
    position: relative;
    padding-bottom: 10px;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 3px;
    background: #1a56db;
    border-radius: 2px;
}

.popular-articles {
    margin-top: 50px;
}

.popular-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.popular-article {
    background: var(--bg-darker);
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    gap: 15px;
}

.popular-number {
    background: #1a56db;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.popular-title {
    font-size: 0.95rem;
    color: var(--hero-text);
    line-height: 1.4;
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2rem;
    }

    .articles-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {

    .contactway {
        gap: 100px;
        flex-direction: column;
    }

    .contact-ways {
        padding-left: -40px;

    }

    .contctsec2 {
        margin-top: 22%;
    }

    .bgcon {
        top: 10%;
        height: 109px;
        margin-top: 17px;
    }

    .bgcon img {
        width: 70px;
        height: 70px;
        margin-bottom: 10%;
    }

    .contact-way {
        flex-direction: column;
        text-align: center;
        padding: 10px;
        width: 100%;
        padding-left: -40px;
    }

    .document-section {
        margin-top: 20%;
    }

    .document-banner {
        flex-direction: column-reverse;
    }

    .document-banner h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .document-banner img {
        width: 40%;
        height: 40%;
    }

    .document-banner2 {
        flex-direction: column-reverse;
    }

    .document-banner2 h1 {
        font-size: 1.2rem;
        text-align: center;
    }

    .document-banner2 img {
        width: 40%;
        height: 40%;
    }

    .searchsec input {
        width: 80%;
    }

    .searchsec i {
        margin-right: -68%;
    }

    .documents {
        margin-top: 10%;
    }

    .docheader {
        justify-content: center;
    }

    .documentheader {
        margin-right: 6px;
    }

    .sample h4 {
        font-size: 0.8rem;
    }

    .contact-way h2 {
        font-size: 1.2rem;
        padding-right: 0;
        margin-bottom: 10px;
    }

    .contact-way .dot {
        right: -6px;
        width: 15px;
        height: 15px;
    }

    .contact-ways::before {
        right: -25px;
    }

    .joinus button {
        width: 90%;
        flex-direction: column;
        padding: 15px;
    }

    .joinus button a {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }

    .contact-content {
        flex-direction: column;
    }

    .contact-info,
    .contact-form {
        width: 100%;
    }

    .carousel-header h2 {
        font-size: 1rem;
        margin-right: 20px;

    }

    .carousel-header {
        justify-content: space-between;
        margin-bottom: -2rem;
        border: none;
    }


    .contactsec1 {
        flex-direction: column;
        width: 100%;
        margin-top: 34px;

        background-color: #015cc4;
        display: flex;
        align-items: center;
        flex-direction: column;
        border-radius: 16px;
        justify-content: center;
        padding: 20px;
        gap: 10%;
    }

    .contact-questionscontainer {
        width: 117%;
        min-width: 0px;
        margin-right: -25px;
    }

    .contact-info {
        min-width: 0px;
    }

    .banners {
        flex-direction: column;
    }

    .modern-support {
        width: 100%;
    }

    .security-content {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .bitheader {
        gap: 10%;
    }


    .mobile-nav-item span {
        white-space: nowrap;

    }

    .seocdheader ul {
        gap: 20px;
    }

    .seocdheader ul li a {
        width: 100%;
        /* margin: 0 8px; */
        font-size: 12px;
    }

    .support-text h2 {
        font-size: 2rem;
    }

    .hero-title {
        font-size: 2rem;
    }

    .right-sec {
        margin-right: 10%;
    }


    .left-sec {
        width: 50%;
        margin-right: 25%;
        margin-top: 0;
    }

    .right-sec,
    .logocenter {
        width: 50%;
        /* margin-bottom: 30px; */
        text-align: center;
    }

    .links {
        margin-bottom: 20px;
    }

    footer {
        width: 100%;
        height: 1320px;
    }

    .footer-center h2 {
        font-size: 1.7rem;
    }

    .footer-container {
        flex-direction: column;
        gap: 70px;
        margin-top: 0;
    }

    .swiper-wrapper {
        width: 100%;
    }

    .logo-main img {
        width: 300px;
    }

    .right-sec {
        width: 100%;
        gap: 10%;
    }

    /* .footer-center {
                margin-right: -25%;
                margin-top: 0;
            } */

    .footer-center p {
        font-size: 1rem;
    }

    .footer-center .footer-logo {
        width: 400px;
        height: 130px;
        display: flex;
        align-items: center;
    }

    .hero-image {
        height: 350px !important;

        margin-top: 2rem;
    }

    .exchange-form-container {
        width: 100%;
        padding: 0 20px;
        margin-bottom: 2rem;
    }

    .exchange-form {
        max-width: 450px;

        margin: 0 auto;
    }

    .crypto-coins {
        display: none;

    }
}



@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .btn {
        padding: 10px 15px;
        font-size: 0.9rem;
    }

    .feature-boxes {
        grid-template-columns: 1fr;
        margin-top: 40px;

    }
}



@keyframes liquidMove {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
        transform: rotate(0deg);
    }

    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }

    100% {
        border-radius: 70% 30% 50% 50% / 30% 70% 30% 70%;
        transform: rotate(360deg);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0) translateX(-50%);
    }

    40% {
        transform: translateY(-20px) translateX(-50%);
    }

    60% {
        transform: translateY(-10px) translateX(-50%);
    }
}

.right-sec {
    width: 50%;
    margin-right: 10%;
}

.login {
    color: white;
}

.login:hover {
    background-color: #0a7ec7;
    color: white;
}

/* iphone se */
@media (max-width: 375px) {
    .buttons {
        font-size: 0.7rem;
    }

    .main-buttons {
        font-size: 0.7rem;
    }

    .footer-center {
        margin-left: 80%;
    }
}

@media (max-width: 768px) {
    .footer-logo {
        left: 50%;
    }

    html {
        font-size: 16px;
    }

    .mobile-menu {
        display: block;
    }

    footer {
        flex-direction: column;
        padding-top: 80px;
        width: 100%;
    }

    .logocenter {
        /* width: 30%; */
        height: 15%;
    }

    .right-sec,
    .left-sec {
        width: 100%;
        margin-bottom: 25px;
        gap: 10px;
    }

    .right-sec {
        flex-direction: column;
        gap: 20%;
        margin-right: 0%;
        margin-top: 15px;
    }

    .footer-center {
        margin-left: 2%;
    }

    .links ul li a {
        font-size: 1rem;
    }

    .main-buttons {
        font-size: 12px;
    }

    .emailbox,
    .numberbox {
        max-width: 100%;
    }

    .emailbox h3,
    .numberbox h3 {
        font-size: 1rem;
    }

    .hero-image {
        flex-direction: column;
        padding: 0 15px;
    }

    .questionmaincontainer {
        flex-direction: column;
    }

    .exchange-form-container {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .exchange-form {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto;
    }

    .form-header h3 {
        font-size: 1.1rem;
    }

    .input-group input {
        padding: 12px 15px;
        padding-left: 45px;
        font-size: 0.9rem;
    }

    .input-label {
        font-size: 0.8rem;
    }

    .buttons {
        font-size: 9px;
    }

    /* .darkmode {
        width: 20px;
    }

    .darkmode button i {
        font-size: 1rem;
        color: white;
    } */



    .currency-flag {
        width: 22px;
        height: 22px;
        font-size: 0.7rem;
    }

    .rate-box {
        margin: 15px 0;
        padding: 8px 10px;
        font-size: 0.9rem;
    }

    .submit-btn {
        padding: 12px;
        font-size: 0.9rem;
    }

    .rule-header h1,
    .pagetitl h1 {

        font-size: 1.2rem;
    }

    .rule-header h1 {
        margin-bottom: 10%;
    }

    .rule-header p,
    .pagetitl p {
        font-size: 1rem;
    }

    .change-mode-btn {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .coin {
        display: none;
    }

    .mainContent,
    .maincontent {
        width: 95%;
        margin: 100px auto 30px;
        padding: 15px;
    }

    .rule-header {
        padding: 20px;
    }

    .pagetitl {
        width: 100%;
        padding: 20px;
        justify-content: flex-end;
    }

    .questionscontainer {
        margin-top: -56%;
        width: 156%;
    }

    .pageimage {
        width: 120%;
    }

    .social a {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .step-container:before {
        left: 40px;
        display: none;
    }


    .step-container {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .step {
        flex-direction: column !important;
        align-items: flex-start;
    }

    .step-icon {
        margin-bottom: 20px;
    }

    .step-content {
        width: 300px;
        /* margin-left: 100px !important; */
        /* margin-right: 0 !important; */
    }

    .step-content h3 {
        font-size: 1.2rem;
    }

    .step:nth-child(odd) .step-content {
        margin-left: 0;
        margin-right: 0px;
        align-items: center;
        text-align: center;
    }

    .step:nth-child(even) .step-content {
        width: 100%;
        margin-right: -2px;
    }

    .step:nth-child(odd) .step-content {
        width: 100%;
        margin-right: -2px;
    }

    .scroll-down {
        top: 52%;
        left: 50%;
        transform: translateX(-50%);
    }

    .support-content {
        flex-direction: column;
        text-align: center;
        padding: 30px;
    }

    .support-text {
        padding: 20px 0;
    }

    .support-text h2 {
        font-size: 2rem;
    }

    .support-btn {
        margin: 0 auto;
    }

    .hero-image {
        height: 300px;
        margin-top: 3rem;
    }

    .feature-content {
        flex-direction: column;
    }

    .feature-image,
    .feature-boxes {
        width: 100%;
    }

    .feature-image {
        order: 2;
        margin-top: 2rem;
    }

    .section-header h2 {
        font-size: 1.8rem;
    }

    .bitheader {
        flex-direction: row;
        gap: 1rem;
        height: auto;
        padding: 15px;
        align-items: center;
        display: flex;
    }

    .logo {
        margin-top: 10px;
        width: 60%;
    }



    .logo-main {
        width: 80%;
        display: flex;
        align-items: center;
    }

    /* .sec2 {
                flex-direction: column;
                gap: 1rem;
            } */

    .sec2 {
        /* width: 100%; */
        margin-top: 10px;
        flex-direction: row;
        gap: 10px;
    }

    .action {
        flex: 1;
    }

    .seocdheader ul {
        display: none;
    }

    .float-features {
        display: none;
    }

    /* .nav {
                flex-wrap: wrap;
                justify-content: center;
                display: none;
            } */

    .hero {
        flex-direction: column;
        padding-top: 100px;
        padding-bottom: 50px;
        clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    }

    .hero-content {
        margin-right: 0;
        text-align: center;
        margin-bottom: 3rem;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
        font-size: 1rem;
    }

    /* .hero-image {
                height: 400px;
            } */

    .liquid-container {
        width: 300px;
        height: 300px;
    }
}