@import url('https://fonts.googleapis.com/css2?family=Zain:ital,wght@0,200;0,300;0,400;0,700;0,800;0,900;1,300;1,400&display=swap');

body {
    background-color: #f8f9fa;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body:lang(ar),
html:lang(ar) {
    font-family: 'Zain', sans-serif !important;
}

.navbar {
    background-color: white;
    border-bottom: 1px solid #e5e7eb;
    /* padding: 1rem 0; */
}

.coin-logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4rem;
    color: white;
    margin: 0 auto 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.stats-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    text-align: center;
    margin-bottom: 1rem;
    margin: 10px;
}

.stats-label {
    color: #6b7280;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.stats-value {
    color: #1f2937;
    font-size: 16px;
    font-weight: 600;
}

.price-change {
    font-size: 0.75rem;
    margin-top: 0.25rem;
}

.price-change.positive {
    color: #059669;
}

.price-change.negative {
    color: #dc2626;
}

.btn-primary {
    background-color: #3b82f6;
    border: none;
    padding: 0.75rem 2rem;
}

.btn-primary:hover {
    background-color: #2563eb;
}

.exchange-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 0.75rem;
    text-align: center;
    transition: all 0.3s;
    text-decoration: none;
    color: #374151;
    display: block;
}

.exchange-card:hover {
    border-color: #93c5fd;
    transform: translateY(-2px);
    color: #374151;
}

.exchange-icon {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

.exchange-card img {
    width: 35px;
    border-radius: 10px;

}

.gift-badge {
    background-color: #3b82f6;
    color: white;
    padding: 0.5rem 1.25rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.countdown-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

.countdown-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.countdown-item {
    background: #dbeafe;
    border: 1px solid #93c5fd;
    border-radius: 8px;
    padding: 1.5rem 1rem;
    text-align: center;
}

.countdown-value {
    color: #1f2937;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.countdown-label {
    color: #6b7280;
    font-size: 0.75rem;
}

.form-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 2rem;
}

.referral-box {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
}

.footer {
    background: white;
    border-top: 1px solid #e5e7eb;
    margin-top: 3rem;
    padding: 2rem 0;
}

.social-icon {
    width: 40px;
    height: 40px;
    background-color: #f3f4f6;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
    color: #374151;
    text-decoration: none;
    transition: all 0.3s;
}

.social-icon:hover {
    background-color: #3b82f6;
    color: white;
}

.hidden {
    display: none;
}

.currancy_container {
    display: none !important;
}

.network_solana {}

.network_solana p {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #e5e6ea;
}

@media (max-width: 768px) {
    .countdown-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 0.75rem;
    }

    .countdown-value {
        font-size: 1.5rem;
    }

    .countdown-item {
        padding: 1rem 0.5rem;
    }

    .stats-card {
        padding: 10px;
        text-align: center;
        margin-bottom: 1rem;
        margin: 5px;
        min-width: 130px;
    }

    .stats-value {
        font-size: 12px;
    }

    .main_coin {
        text-align: center;
        background: white;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        margin-right: 10px;
        padding: 10px;
        min-height: 215px;
        display: flex;
        flex-direction: column;
        justify-content: end;
    }

    .coin-logo {
        width: 50px;
        height: 50px;
    }

    .main_coin h1 {
        font-size: 14px;
    }

    .main_coin p {
        font-size: 12px;
    }

    .currancy_container {
        display: flex !important;
        min-height: 215px;
    }

    .hero_container {
        display: none;
    }

    .network_solana p {
        padding: 4px;
        font-size: 12px;
    }

    .network_solana button {
        padding: 7px 8px;
        margin-left: 2px;
    }

    .network_solana .form-control {
        font-size: 12px;
    }

    .exchange-card {
        padding: 2px;
        border: none;
    }
    .form-card{
        padding: 5px;
    }
    .balance-now{
        font-size: 12px;
    }
    .register_buttons .btn{
        font-size: 13px;
        margin: 2px;
    }
    .change_wallet{
        flex-direction: column;
    }
}
