@media (max-width:992px){
    .container{
        width:95%;
    }

    .site-header{
        height:70px;
        background:#080808;
    }

    .header-content{
        height:70px;
    }

    .logo{
        font-size:28px;
    }

    .navigation-list li a{
        font-size:15px;
    }

    .profile-btn span{
        display:none;
    }

    .profile-menu{
        width:270px;
    }

    .hero-section{
        height:auto;
    }

    .hero-slider{
        width:100%;
        height:75vh;
        padding-top:85px;
        border-radius:18px;
    }

    .hero-content{
        right:5%;
        left:5%;
        max-width:100%;
    }

    .hero-title{
        font-size:48px;
    }

    .hero-description{
        font-size:16px;
        line-height:1.9;
    }

    .hero-meta{
        gap:10px;
    }

    .hero-meta span{
        font-size:13px;
        padding:6px 12px;
    }

    .hero-buttons{
        flex-wrap:wrap;
    }

    .primary-button,.secondary-button{
        padding:13px 28px;
        font-size:15px;
    }
}
@media (max-width:768px){
    .site-header{
        height:65px;
    }

    .header-content{
        height:65px;
    }

    .logo{
        font-size:24px;
    }

    .navigation-list{
    width:100%;
    display:flex;
    flex-direction:column;
    padding:0;
    gap:0;
    margin-top:80px;
    overflow:visible;
    white-space:normal;
    }

    .navigation-list::-webkit-scrollbar{
        display:none;
    }

    .navigation-list li{
        flex-shrink:0;
    }

    .navigation-list li a{
        font-size:14px;
    }

    .hero-slider{
        height:68vh;
        padding-top:75px;
    }

    .hero-title{
        font-size:36px;
        margin-bottom:18px;
    }

    .hero-description{
        font-size:14px;
        margin:18px 0;
    }

    .hero-meta{
        gap:8px;
    }

    .hero-meta span{
        font-size:12px;
    }

    .hero-buttons{
        flex-direction:column;
        width:100%;
    }

    .primary-button,.secondary-button{
        width:100%;
    }

    .hero-pagination{
        bottom:15px;
    }
}
@media (max-width:576px){
    .container{
        width:94%;
    }

    .logo{
        font-size:22px;
    }

    .hero-slider{
        height:62vh;
        border-radius:12px;
    }

    .hero-title{
        font-size:28px;
    }

    .hero-description{
        display:none;
    }

    .hero-meta{
        margin-top:15px;
    }

    .hero-buttons{
        margin-top:20px;
    }

    .primary-button,.secondary-button{
        padding:12px;
        font-size:14px;
    }
}

@media (max-width:992px){
    .movie-section{
        padding:40px 0;
    }

    .section-header{
        margin-bottom:25px;
    }

    .section-title{
        font-size:28px;
    }

    .movie-list{
        gap:18px;
    }

    .movie-card{
        min-width:210px;
    }

    .movie-poster{
        height:300px;
    }

    .movie-title{
        font-size:18px;
    }
}

@media (max-width:768px){
    .movie-section{
        padding:30px 0;
    }

    .section-header{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }

    .section-title{
        font-size:24px;
    }

    .movie-list{
        gap:15px;
    }

    .movie-card{
        min-width:180px;
    }

    .movie-poster{
        height:260px;
    }

    .movie-content{
        padding:12px;
    }

    .movie-title{
        font-size:16px;
    }

    .movie-genre{
        font-size:13px;
    }
}

@media (max-width:576px){
    .movie-card{
        min-width:160px;
    }

    .movie-poster{
        height:230px;
    }

    .play-button{
        width:48px;
        height:48px;
        font-size:16px;
    }
}

@media (max-width:992px){
    .premium-box{
        padding:50px;
    }

    .premium-box h2{
        font-size:38px;
    }
}

@media (max-width:768px){
    .premium-box{
        padding:35px 25px;
    }

    .premium-box h2{
        font-size:30px;
    }

    .premium-box p{
        margin:18px 0;
        font-size:15px;
        line-height:2;
    }
}

@media (max-width:576px){
    .premium-box{
        border-radius:18px;
    }

    .premium-box h2{
        font-size:24px;
    }
}

@media (max-width:992px){
    .about-content{
        flex-direction:column;
        gap:40px;
    }

    .about-text{
        width:100%;
    }

    .about-statistics{
        width:100%;
        grid-template-columns:repeat(3,1fr);
    }
}

@media (max-width:768px){
    .about-section{
        padding:70px 0;
    }

    .about-text{
        padding:30px;
    }

    .about-text h2{
        font-size:32px;
    }

    .about-text p{
        font-size:16px;
    }

    .about-statistics{
        grid-template-columns:1fr;
    }

    .stat-item{
        padding:28px;
    }

    .stat-item strong{
        font-size:36px;
    }
}

@media (max-width:576px){
    .about-text{
        padding:25px;
        border-radius:18px;
    }

    .about-text h2{
        font-size:26px;
    }

    .about-text p{
        font-size:15px;
        line-height:2;
    }
}

@media (max-width:992px){
    .footer-content{
        grid-template-columns:1fr 1fr;
        gap:40px;
    }
}

@media (max-width:768px){
    .site-footer{
        margin-top:60px;
        padding:50px 0 20px;
    }

    .footer-content{
        grid-template-columns:1fr;
        gap:35px;
        text-align:center;
    }

    .footer-brand p{
        max-width:100%;
    }

    .footer-links a{
        margin-bottom:12px;
    }

    .footer-links a:hover{
        transform:none;
    }

    .footer-developer a{
        width:100%;
        max-width:260px;
    }
}

@media (max-width:576px){
    .footer-brand h2{
        font-size:34px;
    }

    .footer-links h3,.footer-developer h3{
        font-size:20px;
    }
}

@media (max-width:768px){
    .login-page{
        padding:20px;
    }

    .login-card{
        padding:30px 20px;
    }

    .login-logo{
        font-size:36px;
    }

}

@media (max-width:576px){
    .login-card{
        border-radius:18px;
    }

    .login-submit{
        width:100%;
    }
}

@media (max-width:768px){
    .register-page{
        padding:20px;
    }

    .register-card{
        padding:30px 20px;
    }

    .register-logo{
        font-size:36px;
    }
}

@media (max-width:576px){
    .register-card{
        border-radius:18px;
    }

    .register-submit{
        width:100%;
    }
}

@media (max-width:768px){
    .profile-menu{
        right:auto;
        width:260px;
    }
    .subscription-box{
        padding:20px;
    }

    .menu-items a{
        padding:14px 20px;
        font-size:14px;
    }
}

@media (max-width:576px){
    .profile-menu{
        width:240px;
    }

    .profile-btn img{
        width:38px;
        height:38px;
    }
}

@media (max-width:768px){
    img{
        max-width:100%;
        height:auto;
    }

    button{
        min-height:45px;
    }

    input,textarea,select{
    font-size:16px;
    }

    .header-content{
        display:flex;
        justify-content:space-between;
        align-items:center;
    }

    .menu-toggle{
        display:flex !important;
        z-index:9999;

    }

    .main-navigation{
        position:fixed;
        top:0;
        right:-280px;
        width:280px;
        height:100vh;
        background:#111;
        transition:.35s;
        z-index:9998;
        display:flex;
        align-items:flex-start;
    }

    .main-navigation.active{
        right:0;
    }

    .navigation-list li{
        width:100%;
    }

    .navigation-list li a{
        display:block;
        width:100%;
        padding:18px 30px;
        border-bottom:1px solid #2a2a2a;
    } 
}
