*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
    scrollbar-color: #414141 black;
}
html{
    font-size: 10px;
}
.backImage{
    width: 100%;
    background-image: url('../assets/backgrounImage.png');
    height: 700px;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 10px solid #232323;
}
.netflixLogo{
    width: 148px;
    height: 86px;
}
.absolute{
    position: absolute;
    top: 10px;
    left: 50px;
}
.shadow{
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
header{
    padding:0px 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 200px;
}
.options{
    width: 136px;
    height: 32px;
    padding: 6px 36px;
    border: 1px solid #BCBCBC;
    border-radius: 0.25rem;
    background-color: transparent;
    color: white;
    font-size: 1.6rem;
}
.optDiv{
    position: relative;
}
.globe{
    position: absolute;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 10px;
}
.flex{
    display: flex;
    align-items: center;
    gap: 20px;
}
.signIn{
    border-radius: 0.25rem;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0.25rem 1rem;
    background-color: rgb(229,9,20);
    color: rgb(255,255,255);
    border: none;
    height: 32px;
}
.unlimited-movies{
    color: white;
    text-align: center;
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 16px;
}
.watch{
    color: white;
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 25px;
}
.register{  
    display: flex;
    justify-content: center;    
    margin-bottom: 184px;
}
form{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.email{
    width: 376px;
    height: 56px;
    border: 1px solid #BCBCBC;
    outline: none;
    color: #BCBCBC;
    font-size: 1.6rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1.3rem 2rem 1.3rem;
    border-radius: 5px;
}   
.submit{
    user-select: none;
    border: none;
    border-radius: 0.25rem;
    cursor: pointer;
    width: 200px;
    height: 56px;
    font-size: 2rem;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    background-color: rgb(229, 9, 20);
    color: rgb(255, 255, 255);
    border-radius: 5px;
}
.Enjoy{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: black;
    border-bottom: 10px solid #232323;
    padding: 72px 100px;
    color: white;
    gap: 100px;
    /* height: 567px; */
}
.Frequently{
    background-color: black;
    border-bottom: 10px solid #232323;
    padding: 72px 150px;
    color: white;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    /* height: 950px; */
}
.enjoyTV{
    font-size: 4.6rem;
    font-weight: 900;
    margin-bottom: 24px;
}
.smartTV{
    font-size: 2.2rem;
    font-weight: 400;
    margin-right: 70px;
}
.strImage{
    width: 550px;
    height: 450px;
}
.videos{
    position: relative;
}
.videos img{
    position: absolute;
    top: -15px;
    left: -90px;
}
.videos video{
    width: 460px;
    height: 428px;
}
.videos .strangerThingsVideo{
    width: 350px;
    height: 350px;
}
.videos .strangerMonitor{
    left: -101px;
}
details{
    width: 100%;
    height: 71px;
    background-color: #2D2D2D;
    font-size: 2.4rem;
    padding: 20px 0px;
    cursor: pointer;
}
.details-content{
    width: 100%;
    background-color: #2D2D2D;
    padding: 30px 10px;
    position: relative;
    border-bottom: 15px solid #232323;
    border-left: 15px solid #232323;
    border-right: 15px solid #232323;
}
.footer{
    background-color: black;
    border-bottom: 10px solid #232323;
    padding: 72px 100px;
    color: white;
}
footer p{
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 4rem;
}
footer a{
    color: rgba(255, 255, 255, 0.7);
}
.links{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    column-gap: 200px;
}
.side a{
    font-size:1.6rem
}
.side{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.button p{
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    font-weight: 400
}
/* Sign in page*/
.body{
    width: 100%;
    background-image: url('../assets/backgrounImage.png');
}
.main{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-in-container{
    width: 450px;
    /*height: 600px; */
    padding: 60px 68px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 100px auto;
}

.signin{
    color: white;
    font-size: 3.2rem;
    margin-bottom: 30px;
}
.signInInput{
    width: 100%;
    height: 50px;
    background-color: #333;
    padding: 0px 25px;
    color: white;
    border: none;
    font-size: 1.4rem;
    border-radius: 5px;
    outline: none;
}
.LogInButton{
    width: 100%;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 15px;
    background-color: #e50914;
    border: none;
    color: white;
    font-size: 1.6rem;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
}
.remember{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 90px
}
.rememberMe{
    color: rgb(113, 113, 113);
    font-size: 1.3rem;
}
.rememberCheck:checked{
    accent-color: #333;
}
.help{
    color: white;
    font-size: 1.3rem;
    text-decoration: none;
}
.newOnNetflix{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
.NetflixText{
    color: rgb(113, 113, 113);
    font-size: 1.7rem;
}
.signUp{
    font-size: 1.7rem;
    color: white;
    text-decoration: none;
}
.signUp:hover{
    text-decoration: underline;
}
.googleProtect{
    font-size: 1.3rem;
    color: rgb(113, 113, 113);
    display: inline;
}
.more{
   font-size: 1.3rem; 
   text-decoration: none;
}
.SignFooter{
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px 250px;
    margin: auto;
}
.gray{
    color: rgb(113, 113, 113);
    border-color: rgb(113, 113, 113);
}
.questions{
    text-decoration: none ;
    font-size: 1.7rem;
    color: rgb(113, 113, 113);
    margin-bottom: 25px;
}
nav{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1000px;
    column-gap: 150px;
    row-gap: 40px;
    font-size: 1.3rem;  
    margin-bottom: 30px; 
}
nav a{
    color: rgb(113, 113, 113);
    text-decoration: none;
}
nav a:hover{
    text-decoration: underline;
}