.navbar{align-items:center;background-color:#240202;color:red;display:flex;justify-content:space-between;padding:1rem 2rem}.nav-links{display:flex;list-style:none}.nav-links li{margin:0 1rem}.nav-links a{color:red;text-decoration:none}.logo{color:#e50914;font-family:Orbitron,sans-serif;font-size:2rem;font-weight:700}.welcome-page{background-color:#120103;height:100%;padding:5rem;text-align:center}.welcome-page h1{color:red;font-size:3rem}.welcome-page p{color:#f9d3d3}.get-started{background-color:#f9d3d3;border:none;color:#b20710;cursor:pointer;font-weight:bolder;margin-top:2rem;padding:1rem 2rem}.categories{padding:2rem;text-align:center}.category-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.category-card{align-content:center;background-color:#b20710;border-radius:10px;color:#fff;cursor:pointer;height:150px;justify-content:center;padding:1rem;text-align:center;transition:transform .2s}.category-card:hover{transform:scale(1.1)}.movie-list{background-color:#180202;padding:2rem;text-align:center}.movie-list h1{color:#f0f8ff}.movie-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));justify-content:center}.movie-cards{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.movie-card{cursor:pointer;transition:transform .3s ease;width:calc(25% - 20px)}.movie-card img{border-radius:8px;width:100%}.movie-card h3{margin-top:10px;text-align:center}.movie-card:hover{transform:scale(1.05)}@media (max-width:768px){.movie-card{width:calc(50% - 20px)}}@media (max-width:480px){.movie-card{width:100%}}.player-container{align-items:center;background-color:#160101;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:20px}.video-player{border:3px solid #ff4500;border-radius:10px;height:450px;max-width:90%;width:800px}.error-message{color:#ff4500;font-size:1.5rem}
/*# sourceMappingURL=main.70db171c.css.map*/