/*
OOB MUN RESPONSIVE Cascading Style Sheet - [ GET OUT OF INSPECT COPYRIGHT CODE APPLIES ]
*/

* {
    -webkit-tap-highlight-color: transparent;
}

@media (max-width:1200px){

    .hero-content h1{
        font-size:4rem;
    }

    .highlights,
    .committee-grid,
    .team-grid,
    .gallery-grid{
        grid-template-columns:repeat(2,1fr);
    }
    
    .hero-logo{
        width: 100px;
    }

    .school-name{
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .hero-title{
        font-size: 3rem;
    }

    .tagline{
        font-size: 1rem;
        letter-spacing: 2px;
    }

    .hero-buttons{
        flex-direction: column;
        align-items: center;
    }

}

@media (max-width:992px){

    .navbar{
        padding:18px 6%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .nav-toggle {
        display: flex; 
        -webkit-tap-highlight-color: transparent;/
        outline: none;
        position: relative;
        z-index: 1100; 
    }

#nav-links {
    position: fixed;
    top: 0;
    right: -100%; 
    width: min(40%, 200px);
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
    background: rgba(40, 10, 70, 0.4);
    backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    border-left: 1px solid rgba(180, 100, 255, 0.25); 
    
    transition: right 0.4s ease;
    z-index: 1050;
}

    #nav-links.active {
        right: 0 !important; 
    }

    .hero-content h1{
        font-size:3.2rem;
        letter-spacing:3px;
    }

    .hero-content p{
        font-size:1.1rem;
    }

    section{
        padding:90px 8%;
    }

    .highlights{
        grid-template-columns:repeat(2,1fr);
    }

    #timer{
        font-size:40px;
    }

}

/*
Mobile Phones
*/

@media (max-width:768px){

    .navbar{
        padding:15px;
    }

    .logo{
        flex-direction:row; 
        gap:10px;
    }

    .logo img{
        width:45px;
    }

    .logo h2{
        font-size:20px;
    }

    .hero{
        height:90vh;
    }

    .page-hero{
        height:45vh;
    }

    .hero-content{
        width:95%;
    }

    .hero-content img{
        width:90px;
    }

    .hero-content h1{
        font-size:2.3rem;
        letter-spacing:2px;
        line-height:1.2;
    }

    .hero-content p{
        font-size:1rem;
    }

    .scroll{
        bottom:20px;
    }

    .scroll span{
        font-size:15px;
    }

    .arrow{
        font-size:24px;
    }

    section{
        padding:70px 6%;
    }

    .welcome h2{
        font-size:30px;
    }

    .welcome p{
        font-size:16px;
    }

    .highlights,
    .committee-grid,
    .team-grid,
    .gallery-grid{
        grid-template-columns:1fr;
    }

    .card{
        padding:25px;
    }

    .card h3{
        font-size:24px;
    }

    .card img{
        margin-bottom:15px;
    }

    #timer{
        font-size:30px;
    }

    .btn{
        padding:13px 35px;
        font-size:15px;
    }

    .contact-form{
        max-width:100%;
    }

    .contact-form input,
    .contact-form textarea{
        font-size:15px;
    }

    .hero-subtitle {
        font-size: 0.85rem;
    }
    
    .hero-description {
        font-size: 0.95rem;
    }

    footer{
        padding:25px;
    }

}

/*
Small Phones
*/

@media (max-width:480px){

    .hero-content h1{
        font-size:1.8rem;
    }

    .hero-content p{
        font-size:.95rem;
    }

    .logo h2{
        font-size:18px;
    }

    .welcome h2{
        font-size:26px;
    }

    .card{
        padding:20px;
    }

    .card h3{
        font-size:22px;
    }

    #timer{
        font-size:24px;
    }

    .btn{
        width:100%;
        text-align:center;
    }

}
