@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    .hero h1 {
        font-size: 1.5rem;
    }
    .event-info p {
        font-size: 1rem;
    }
    .timer div {
        padding: 15px 18px;
    }
    .btn-buy{
        display: none;
    }
    .section-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin: 20px 0 -160px -10px;
    }
    .text-content {
        max-width: 100%;
        margin-bottom: 40px;
    }
    .sphere-container {
        width: 250px;
        height: 250px;
    }
    .text-content h1 {
        font-size: 2rem;
    }
    img.sphere-image {
        width: 150px;
        height: 150px;
        margin-top: -10px;
    }
    .logo-box{
        margin-bottom: 10px;
    }
    .faq-section{
        flex-direction: column;
        text-align: center;
        margin: 10px;
        padding: 0;
        gap: 0;
    }  
    .Our_Skill{
        margin-top: 10vh;
    }
    .features{
        padding: 28px 10%;
    } 
    .hero{
        height: 70vh;
    }
}  