:root {
    --primary: #FFD700;
    /* زرد */
    --primary-dark: #B8860B;
    /* زرد تیره */
    --secondary: #4B0082;
    /* بنفش سیر */
    --bg-color: #0A0A0A;
    /* مشکی */
    --bg-darker: #000000;

    --text-color: #F8F8F8;

    --gray: #1A1A1A;

    --card-bg: #1C1C1C;

    --border-color: rgba(255, 215, 0, 0.2);

    --icon: #FFD700;

    --icon-bg: #1A1A1A;

    --bg-text: #0A0A0A;

    --nav-link-color: #FFD700;

    --nav-link: #fafafa;

    --white: #fafafa;

}

/* [data-theme="light"] {
    --primary: #FFD700;
    --primary-dark: #B8860B;
    --secondary: #4B0082;
    --bg-color: #F8F8F8;
    --bg-darker: #E0E0E0;
    --text-color: #0A0A0A;
    --gray: #D0D0D0;
    --card-bg: #FFFFFF;
    --border-color: rgba(184, 134, 11, 0.3);
    --nav-link-color: #B8860B;
    --icon: #0A0A0A;
    --icon-bg: #F8F8F8;
    --bg-text: #FFFFFF;
    --nav-link: #1a1919;
} */



[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(39%) sepia(98%) saturate(748%) hue-rotate(165deg) brightness(93%) contrast(91%);

}

[data-theme="light"] .buttons {
    background-color: var(--primary);
    color: white;
}

[data-theme="light"] .footer-logo img {
    filter: brightness(0) saturate(100%) invert(39%) sepia(98%) saturate(748%) hue-rotate(165deg) brightness(93%) contrast(91%);
}

[data-theme="light"] .questionscontainer {
    background-color: var(--card-bg);
    border: 1px solid var(--border-color);
}

[data-theme="light"] .questionawnser p {
    color: var(--text-color);
}

[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(--text-color);

}

.dicorf-btn {
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    background-color: var(--primary);
    width: 50px;
    height: 50px;

}


.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: #1a1a1aa1 !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 .nav-link {
    color: var(--white) !important;
}




.bitheader.mobilescrolled {
    background: rgba(29, 29, 29, 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;
}

.bitheader.mobilescrolled .nav-link {
    color: white !important;
}

.logo {
    width: 20%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.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: 25%;
}



.buttons {
    background-color: rgb(24, 24, 24);
    color: var(--primary-dark);
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.8s;
    font-size: 20px;

}

.buttons:hover {
    background-color: #1a1a1a;
    /* color: white; */
    border: none;
}

.main-buttons {
    background-color: rgb(24, 24, 24);
    color: var(--primary-dark);
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.8s;

}

.main-buttons:hover {
    background-color: #1a1a1a;
    /* 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: var(--white);
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 5px 10px;
    border-radius: 5px;

}

.bitheader.scrolled .seocdheader ul li a {
    color: white;
}

.seocdheader ul li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.hero {
    background: linear-gradient(135deg, #0A0A0A 0%, #1C1C1C 100%);
    border-bottom: 3px solid var(--primary);
    /* clip-path: ellipse(100% 80% at 50% 100%); */

    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: 5%;
}

.hero-title {
    font-size: 3.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-weight: bold;
    font-family: yekan;
    color: var(--primary);
}

.hero-title span {
    color: var(--primary);
}

.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);
    color: var(--bg-darker);
}

[data-theme="light"] .btn-solid {
    /* background-color: var(--primary); */
    color: white;
}

.btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid white;
}

.btn-outline a {
    color: white;
}

.btn-outline:hover {
    background-color: rgba(13, 152, 232, 0.1);
}

.btn-solidd {
    color: rgb(0, 0, 0);
    background-color: var(--primary);
}




.team-section {
    max-width: 1200px;
    margin: 80px auto;
    padding: 30px 20px;
    position: relative;
    margin-top: 15%;
}

.team-cards-modern {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-top: 50px;
    padding: 0 20px;
}

.team-card-modern {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 215, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.team-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.15);
    border-color: rgba(255, 215, 0, 0.3);
}

.team-image-modern {
    position: relative;
    height: 300px;
    overflow: hidden;
}

.team-image-modern img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.team-card-modern:hover .team-image-modern img {
    transform: scale(1.05);
}

.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    opacity: 0;
    transition: opacity 0.4s ease;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 20px;
}

.team-card-modern:hover .team-overlay {
    opacity: 1;
}

.team-social-modern {
    display: flex;
    gap: 15px;
}

.team-social-modern a {
    width: 40px;
    height: 40px;
    background: #FFD700;
    /* زرد */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
}

.team-card-modern:hover .team-social-modern a {
    transform: translateY(0);
    opacity: 1;
}

.team-card-modern:hover .team-social-modern a:nth-child(1) {
    transition-delay: 0.1s;
}

.team-card-modern:hover .team-social-modern a:nth-child(2) {
    transition-delay: 0.2s;
}

.team-card-modern:hover .team-social-modern a:nth-child(3) {
    transition-delay: 0.3s;
}

.team-social-modern a:hover {
    background: #000;
    color: #FFD700;
    transform: translateY(-5px) !important;
}

.team-info-modern {
    padding: 25px;
    text-align: center;
}

.team-info-modern h3 {
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: #FFD700;
}

.team-role-modern {
    color: #aaa;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.team-role-modern::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: #FFD700;
}

.team-desc-modern {
    color: #ccc;
    line-height: 1.6;
    font-size: 0.95rem;
}


@media (max-width: 768px) {
    .team-cards-modern {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 0 10px;
    }

    .team-image-modern {
        height: 250px;
    }

    .team-info-modern {
        padding: 20px;
    }

    .team-info-modern h3 {
        font-size: 1.2rem;
    }
}


.hero-image {
    flex: 1;
    position: relative;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.hero-image img {
    width: 80%;


}

.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(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.float-features::after {
    content: attr(data-feature);
    position: absolute;
    white-space: nowrap;
    background: rgba(0, 0, 0, 0.7);
    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: white;
    font-size: 1.5rem;
    animation: bounce 2s infinite;
    cursor: pointer;
    z-index: 10;
    background: rgba(255, 255, 255, 0.1);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.scroll-down a {
    text-decoration: none;
    color: var(--light);
}

.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 {
    /* position: absolute; */
    top: -50px;
    margin-right: -10%;
    transform: translateX(-50%);
    width: 304px;
    text-align: center;
    /* background: rgba(255, 255, 255, 0.1); */
    /* backdrop-filter: blur(10px); */
    border-radius: 15px;
    padding: 20px;

    z-index: 2;

    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;

}

.footer-logo {
    /* position: absolute;x */

    width: 210px;
    height: 210px;

    /* border-radius: 50%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); */
    /* border: 3px solid white; */
    /* border-bottom: 3px solid white; */
}

.footer-logo img {
    width: 100%;
    /* height: 60px; */
    object-fit: contain;
}


.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: 120px auto 50px;
    padding: 40px;
    /* 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;
    gap: 5%;
}

/* استایل‌های صفحه نمونه کارها */
.portfolio-filters {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 40px 0;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Vazir', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--primary);
    color: var(--bg-darker);
    border-color: var(--primary);
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    margin: 50px 0;
}

.portfolio-item {
    background: var(--card-bg);
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--border-color);
}

.portfolio-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 215, 0, 0.15);
}

.portfolio-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.portfolio-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.portfolio-item:hover .portfolio-image img {
    transform: scale(1.05);
}

.portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.portfolio-item:hover .portfolio-overlay {
    opacity: 1;
}

.portfolio-actions {
    display: flex;
    gap: 15px;
}

.portfolio-view,
.portfolio-link {
    width: 50px;
    height: 50px;
    background: var(--primary);
    color: var(--bg-darker);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.portfolio-view:hover,
.portfolio-link:hover {
    background: var(--bg-darker);
    color: var(--primary);
    transform: scale(1.1);
}

.portfolio-info {
    padding: 20px;
}

.portfolio-info h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--primary);
}

.portfolio-info p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 15px;
}

.portfolio-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.portfolio-tags span {
    background: rgba(255, 215, 0, 0.1);
    color: var(--primary);
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 0.8rem;
}

.portfolio-cta {
    text-align: center;
    padding: 50px 0;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
}

.portfolio-cta h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: var(--primary);
}

.portfolio-cta p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 768px) {
    .portfolio-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        gap: 20px;
    }

    .portfolio-filters {
        gap: 10px;
    }

    .filter-btn {
        padding: 8px 15px;
        font-size: 0.9rem;
    }

    .portfolio-cta h2 {
        font-size: 1.5rem;
    }

    .portfolio-cta p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .portfolio-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-image {
        height: 200px;
    }
}

.pagetitl {
    text-align: center;
    /* margin-bottom: 30px; */
    padding: 25px;
    /* background: linear-gradient(135deg, var(--primary), var(--primary-dark)); */
    border-radius: 15px;
    color: white;
    width: 100%;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.contact-pagetitl {
    text-align: center;
    margin-bottom: 30px;
    padding: 25px;

    border-radius: 15px;
    color: white;
    /* width: 100%; */
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.pageimage {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.pageimage img {
    width: 80%;
}

.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);
}

.pagetitl p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.questionscontainer {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    width: 80%;
}

.contact-questionscontainer {
    background-color: var(--bg-color);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
    width: 40%;
}

.seocdheader ul li .contactlink {}

.questionbox {
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: 1px solid var(--primary);
    /*  */
}

.questiontitle {
    padding: 18px 25px;
    background-color: rgb(26, 25, 25);

    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.questiontitle h2 {
    font-size: 1.1rem;
    color: white;
    margin: 0;
    flex: 1;
    font-weight: 500;
}

.questiontitle i {
    color: var(--primary);
    transition: transform 0.3s ease;
    font-size: 1.1rem;
}

.questionbox.active .questiontitle {
    background-color: rgba(36, 36, 36, 0.678);
}

.questionbox.active .questiontitle i {
    transform: rotate(180deg);

}

.questionbox .questiontitle i {
    color: white;
}

.questionawnser {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 25px;
}



.commingsoon {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4rem;
}

.commingsoon h1 {
    color: white;
    font-family: 'vazir';
    font-size: 3rem;
}

.commingsoon p {
    color: white;
    font-family: 'vazir';
    font-size: 2rem;
}

.commingsoon a {
    padding: 10px;
    color: black;
    text-decoration: none;
    background-color: yellow;
    font-family: 'vazir';
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.commingbuttons {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.questionbox.active .questionawnser {
    max-height: 600px;
    /* یا مقداری بزرگتر */
    /* padding: 0px 25px 25px; */
    /* height: 106px; */
}

.questionawnser p {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    font-size: 1rem;
    margin-top: 10px;
    margin: 0px;
    height: 100px;
}

.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: linear-gradient(135deg, #0d98e8 0%, #0a7ec7 100%);
    border-radius: 15px;
    padding: 30px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    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);
    width: 93%;
}

.herobox::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    transform: rotate(45deg);
    z-index: 1;
}

.heroboxcontent {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.questm {
    background-color: white;
    padding: 10px;
    border-radius: 10px;

}

.heroboxcontent h1 {
    font-size: 3.2rem;
    color: white;
    margin-bottom: 15px;
    font-family: 'yekan', sans-serif;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.heroboxcontent p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    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: 768px) {
    .herobox {
        flex-direction: column-reverse;
        text-align: center;
        padding: 20px;
    }

    .heroboxcontent h1 {
        font-size: 1.8rem;
    }

    .heroboxcontent p {
        font-size: 1rem;
    }

    .heroboximage {
        margin-bottom: 20px;
    }

    .faq-container h1 {
        font-size: 1rem;
    }
}



.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: 70vh;
}

.rule-header h1 {
    font-size: 2.2rem;
    margin-bottom: 15px;
    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;
}

.rulescontent {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid var(--border-color);
    max-height: 70vh;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 1rem;
    text-align: justify;
    width: 67%;
}

.rulescontent h2 {
    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, #d4b501, #cbac05);
    color: rgb(31, 31, 31);
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #b99f29, #dbc602);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(226, 192, 0, 0.4);
}





.site-name {
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    margin-bottom: 10px;
    font-family: 'yekan', sans-serif;
}


.site-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.5;
}

.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);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(40px);
    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: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: 68px;
}

.modern-support {
    position: relative;
    width: 90%;
    /* max-width: 1200px; */
    margin: 10% auto;
    border-radius: 20px;
    overflow: hidden;
}

.support-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(135deg, #0d98e8 0%, #0a7ec7 100%); */
    opacity: 0.95;
    z-index: 0;
}

.support-content {
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    padding: 40px;
    z-index: 1;
    /* margin-right: 21px; */
}

.support-image {
    /* flex: 1; */
    padding: 10px;
    /* margin-left: -42px; */
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50%;
}

.support-image img {
    width: 80%;
    /* max-width: 400px; */
    /* filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2)); */
}

.support-text {
    flex: 1;
    color: var(--icon-bg);
    padding: 20px;
}

.support-text h2 {
    font-size: 3rem;
    font-family: yekan;
    margin-bottom: 20px;
    line-height: 1.3;
    color: var(--primary);
}

.support-text p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
    color: black;
}


.steps-wrapper {
    padding: 60px 0;
    background: var(--dark);
    position: relative;
    overflow: hidden;
    margin-top: 10%;
}

.step-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.step-container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, var(--primary), var(--primary-dark));
    z-index: 1;
}

.step {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    z-index: 2;
}

.step:last-child {
    margin-bottom: 0;
}

.step:nth-child(odd) {
    flex-direction: row-reverse;
    text-align: left;
}

.step:nth-child(even) {
    text-align: right;
}

.step-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-size: 30px;
    color: var(--primary);
    position: relative;
    z-index: 3;
    flex-shrink: 0;
}

.step-content {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    width: calc(50% - 60px);
    position: relative;
}

.step:nth-child(odd) .step-content {
    margin-left: 40px;
}

.step:nth-child(even) .step-content {
    margin-right: 40px;
}

.step-content h2 {
    color: var(--primary-dark);
    font-size: 22px;
    margin-bottom: 10px;
}

.step-content p {
    color: var(--light);
    line-height: 1.6;
}


footer {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    min-height: 64vh;
    padding: 60px 5%;
    background-color: rgb(27, 27, 27);
    position: relative;
    margin-top: 100px;
    --c: 70px;
    /* control the curvature (works with percentage) */
    height: 400px;
    aspect-ratio: 3/2;
    /* you can also update the 60%  */
    mask: radial-gradient(60% var(--c) at top, #0000 calc(100% - 1px), #000);


}

.logoli {
    position: relative;
    padding: 0;
    margin: 0;
}

.right-sec {
    background-color: transparent;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    gap: 20%;
    width: 45%;
    height: auto;
    padding: 20px;
    margin-right: -30px;
}

.left-sec {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 30%;
    border-radius: 10px;
    height: auto;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.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 h2 {
    color: white;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-family: yekan;
    position: relative;
    padding-bottom: 8px;
}

.links h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 2px;
    background-color: var(--primary);
}

.links ul {
    list-style: none;
    padding: 0;
}

.links ul li {
    margin-bottom: 15px;
}

.links ul li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    display: inline-block;
    padding: 5px 0;
}

.links ul li a:hover {
    color: var(--primary);
    transform: translateX(-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(--primary);
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-family: yekan;
}

.goto-top {
    position: fixed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    right: 93.7%;
    bottom: 4%;
    background-color: var(--primary);
    color: black;
    border: none;
    z-index: 100000;
}

.emailbox p,
.numberbox p {
    color: white;
    font-size: 1.1rem;
    direction: ltr;
}


.social {
    display: flex;
    gap: 15px;
    /* margin-top: 10px; */
}

.copyright {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    /* background-color: var(--light); */
    color: white;
    /* margin-bottom:-208%; */
    bottom: 0;
    padding: 10px;
    position: absolute;
}

.social a {
    width: 45px;
    height: 45px;
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    /* border: 1px solid rgba(255, 255, 255, 0.2); */
}

.social a:hover {
    background: rgb(31, 30, 30);
    color: var(--primary);
    transform: translateY(-5px);

}



.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: 0;
    right: 0;
    left: 0;
    background: rgb(24, 24, 24) !important;
    box-shadow: 0 -5px 25px rgba(0, 0, 0, 0.5);
    z-index: 999;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    overflow: visible;
}

.mobile-nav {
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    gap: 5px;
    padding: 0 5px;
    position: relative;
    height: 70px;
}

.mobile-nav-item {
    list-style: none;
    text-align: center;
    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;
    padding: 8px 5px;
    /* border-radius: 15px 15px 0 0; */
    position: relative;
    z-index: 1;
}

.mobile-nav-item i {
    font-size: 22px;
    color: var(--text-color);
    transition: all 0.3s ease;
}

.mobile-nav-item span {
    font-family: 'Vazir', sans-serif;
    white-space: nowrap;
    font-size: 0.7rem;
}



.mobile-nav .mobileactivetop i {
    position: absolute;
    background: var(--primary);
    color: #000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transform: translateY(-25px);
    z-index: 10;
    transition: all 0.3s ease;
}


.mobile-nav .mobileactivetop span {
    color: var(--primary);
    margin-top: 41px;
}


.mobile-nav .mobileactivetop:hover {
    transform: translateY(-28px);
    box-shadow:
        0 -7px 20px rgba(255, 215, 0, 0.5),
        inset 0 0 20px rgba(0, 0, 0, 0.3);
}


.mobile-nav-item[data-target="portfolio"]:nth-child(1) {
    order: 3;
}

.mobile-nav-item:nth-child(4) {
    order: 4;
}

.mobile-nav-item:nth-child(5) {
    order: 5;
}


@media (max-width: 768px) {
    .commingsoon{
        flex-direction: column;
    }

    .commingsoon h1{
        font-size: 1.7rem;
    }

    .commingsoon p{
        font-size: 1rem;
    }
    .mobile-menu {
        display: block;
    }

    .mobile-nav {
        padding: 0 10px;
    }

    .mobile-nav-item {
        padding: 10px 5px;
    }

    .mobile-nav .mobileactivetop {
        width: 65px;
        height: 65px;
        transform: translateY(-20px);
    }

    .mobile-nav .mobileactivetop::before {
        width: 75px;
        height: 28px;
        bottom: -13px;
    }

    .mobile-nav .mobileactivetop::after {
        width: 65px;
        height: 23px;
        bottom: -10px;
    }
}


.mobile-menu.margined {
    margin-bottom: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease;
}


.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: 30px;
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
}

.info-box {
    flex: 1;
    min-width: 250px;
    max-width: 350px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    /* border: 1px solid var(--border-color); */
    border-radius: 15px;
    transition: all 0.3s ease;
}

.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-box h3 {
    font-size: 1.3rem;
    color: var(--text-color);
    font-family: yekan;
}

.info-box a {
    color: var(--primary);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-box a:hover {
    color: var(--primary-dark);
    transform: translateX(-5px);
}

.cta-box {
    width: 100%;
    padding: 30px;
    background: #161616f6;
    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) {
    .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;
    }

    .goto-top {
        /* z-index: 1000; */
        top: 868%;
        right: 43.2%;
    }

    .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 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(--text-color);
}

.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 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;
}

.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;
    }
}


@media (max-width: 768px) {
    .team-section {
        margin-top: 50px;
        padding: 20px 10px;
    }

    .team-cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
        overflow-x: visible;
        padding: 10px;
    }

    .team-card {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 20px;
    }

    .team-image {
        height: 250px;
    }

    .team-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel-nav {
        display: none;
    }

    .team-social {
        margin-top: 15px;
    }

    .team-social a {
        width: 40px;
        height: 40px;
    }
}


@media (max-width: 480px) {
    .team-card {
        padding: 15px;
    }

    .team-image {
        height: 200px;
    }

    .team-card h3 {
        font-size: 1.2rem;
    }

    .team-role {
        font-size: 0.9rem;
    }

    .team-card p {
        font-size: 0.8rem;
    }
}

.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;
    --r: 20px;
    /* the radius */
    --s: 30px;
    /* size of inner curve */
    --x: 20px;
    /* horizontal offset (no percentage) */
    --y: 10px;
    /* vertical offset (no percentage) */

    /* width: 250px; */
    /* aspect-ratio: 1; */
    border-radius: var(--r);
    --_m: /calc(2*var(--r)) calc(2*var(--r)) radial-gradient(#000 70%, #0000 72%);
    --_g: conic-gradient(at calc(100% - var(--r)) var(--r), #0000 25%, #000 0);
    --_d: (var(--s) + var(--r));
    mask:
        calc(100% - var(--_d) - var(--x)) 0 var(--_m),
        100% calc(var(--_d) + var(--y)) var(--_m),
        radial-gradient(var(--s) at 100% 0, #0000 99%, #000 calc(100% + 1px)) calc(-1*var(--r) - var(--x)) calc(var(--r) + var(--y)),
        var(--_g) calc(-1*var(--_d) - var(--x)) 0,
        var(--_g) 0 calc(var(--_d) + var(--y));
    mask-repeat: no-repeat;
}

.tutorial-card:hover {
    transform: translateY(-10px) scale(1.02);

}


.tutorial-card p,
h3,
.tutorial-btn {
    margin-right: 20px;
}

.icon-container-3d {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    background: var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.icon-container-3d i {
    font-size: 24px;
    color: white;
}

.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:hover::before {
    opacity: 1;
}

.tutorial-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: var(--text-color);
    position: relative;
    z-index: 1;
    font-family: yekan;
}

.tutorial-card p {
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    font-size: 0.95rem;
}

.tutorial-btn {
    background: #cbac05;
    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: #d4b501;
    transform: translateY(-3px);
    /* box-shadow: 0 5px 15px rgba(13, 152, 232, 0.4); */
}

/* ناوبری کاروسل */
.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: 1rem;
    }

    .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;
    margin-top: 6%;
}

.security-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    margin-top: 10%;
}

.security-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;

}

.security-image img {
    width: 70%;
    height: 50%;
}

.security-text {
    width: 50%;

}

.security-text h2 {
    font-size: 3rem;
    color: var(--primary);
    margin-bottom: 15px;
    font-family: yekan;
}

.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: rgb(239, 241, 241);
    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;
}

@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: 25%;
    }


    .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;
    }

    .crypto-table {
        min-width: 600px;
    }

    .crypto-table th,
    .crypto-table td {
        padding: 10px 8px;
        font-size: 12px;
    }
}

@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: 40%;
    }

    .logo-main img {
        width: 40%;
    }

    .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;
    }

    .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 {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 30px auto;
    border-radius: 10px;
    justify-content: center;
    padding: 20px;
    background: transparent;

    gap: 10%;

}

.contctsec2 {

    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    margin: 20% auto;
    border-radius: 10px;
    justify-content: space-around;
    padding: 20px;
    gap: 60px;
    /* 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: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.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-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    background: var(--bg-darker);
    padding: 15px;
    border-radius: 10px;
}

.contact-icon {
    width: 50px;
    height: 50px;
    background: rgba(36, 36, 36, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: var(--primary);
}

.contact-text h3 {
    color: var(--primary);
    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 input,
.contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid var(--gray);
    border-radius: 8px;
    background: var(--bg-color);
    color: var(--text-color);
    font-family: 'Vazir', sans-serif;
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.form-login {
    gap: 20px;
    display: flex;
    flex-direction: column;

}

@media (max-width: 768px) {
    .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%;
    }

    .contact-questionscontainer {
        width: 100%;
        min-width: 0px;
    }

    .contact-info {
        min-width: 0px;
    }
}

@media (max-width: 992px) {
    .bitheader {
        gap: 15%;
    }

    .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: 30%;
    }

    .right-sec,
    .logocenter {
        width: 50%;
        /* margin-bottom: 30px; */
        text-align: center;
    }

    .links {
        margin-bottom: 20px;
    }

    footer {
        width: 100%;
        height: 100vh;
    }

    .footer-center h2 {
        font-size: 1.7rem;
    }

    /* .footer-center {
                margin-right: -25%;
                margin-top: 0;
            } */

    .footer-center p {
        font-size: 1rem;
    }

    .footer-center .footer-logo {
        width: 130px;
        height: 130px;
    }

    .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%);
    }
}

.ui-design {
    background-image: url(../img/ui-design-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.video-production {
    background-image: url(../img/video-production-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.motion-graphics {
    background-image: url(../img/motion-graphics-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-sec {
    width: 13%;
    margin-right: 10%;
}

.login {
    color: var(--primary);
}



/* 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%;

        height: 150vh;
    }

    .logocenter {
        /* width: 30%; */
        height: 15%;
    }

    .right-sec,
    .left-sec {
        width: 100%;
        margin-bottom: 25px;
        gap: 10px;
    }

    .right-sec {
        flex-direction: row;
        gap: 20%;
        margin-right: 0%;
        margin-top: 15px;
    }

    .footer-center {
        margin-left: 77%;
    }

    .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: 12px;
    }

    /* .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.8rem;
    }

    .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,
    .pagetitl {
        padding: 20px;
    }

    .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: 400px;
        /* margin-left: 100px !important; */
        /* margin-right: 0 !important; */
    }

    .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-top: 1rem;
        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;
    }
}