
body{
margin:0;
background:#141414;
color:white;
font-family:Arial
}

.hidden{display:none!important}

span{color:#e50914}

#loginView{
height:100vh;
display:flex;
flex-direction:column;
justify-content:center;
align-items:center
}

input{
padding:15px;
margin:5px;
background:#222;
color:white;
border:0
}

button{
background:#e50914;
color:white;
border:0;
padding:12px 25px;
cursor:pointer
}

header{
height:70px;
display:flex;
justify-content:space-between;
align-items:center;
padding:0 50px;
background:#111
}

#hero{
height:65vh;
background-size:cover;
display:flex;
align-items:end;
padding:60px;
box-shadow:inset 0 -250px 100px #141414
}

#hero h1{
font-size:55px
}

.slider{
display:flex;
overflow-x:auto;
gap:20px;
padding:30px
}

.card{
min-width:180px;
cursor:pointer;
transition:.3s
}

.card:hover{
transform:scale(1.08)
}

.card img{
width:180px;
height:270px;
object-fit:cover;
background:#333;
border-radius:12px
}

.modal{
position:fixed;
inset:0;
background:#000d;
display:flex;
align-items:center;
justify-content:center;
z-index:50
}

.modalBox{
background:#181818;
padding:30px;
width:600px;
max-width:95%
}

#moviePoster{
width:180px
}

#playerView{
position:fixed;
inset:0;
background:#000;
z-index:100
}

video{
width:100%;
height:90vh
}
