*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}

.header{
    width: 100%;
    height: 80px;
    position: relative;
    top:0;
    background-color: rgba(0,0,0,0.6);
    padding-top: 20px;
    padding-left: 56px;
    padding-right: 56px;
    z-index: 3;
}
.logo{
    width: 140px;
}
select{
    border-color: white;
    border-radius: 5px;
}
.first-section{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6) ;
    background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/b70b092f-1760-4498-b462-b4ef19907ec7/3290f713-c0d5-4e68-83cc-738bb6be2976/VN-en-20211101-popsignuptwoweeks-perspective_alpha_website_large.jpg");
    border-bottom: 8px solid #222;

 
}
.left-section{
    float: right;
}
#language{
    width: 112px;
    height: 34px;
    background-color: black;
    color: white;
    text-align: center;
}
.sign-in{
    width: 65px;
    height: 34px;
    border-radius: 5px;
    border-style: none;
    background-color: #e50914;
    color: white;
    margin-left: 25px;
}
.text-area{
    position: relative;
    color: white;
    background-color: rgba(0,0,0,0.6);
    display:flex;
    justify-content: center;
    align-items: center;
    height: 100%; 
    flex-direction: column;
}
.text-area h1{
    font-size: 4rem;
    line-height: 1.1;
    font-weight: bold;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.text-area .p1 {
    font-size: 1.625rem;
    margin: 1rem auto;
    font-weight: 400;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.text-area .p2{
    font-size: 1.2rem;
    padding-bottom: 20px;
    font-family: 'Netflix Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: 400;
}

form{
    display:flex;
}
form input{
    border: solid 1px #8c8c8c;
    width: 478px;
    min-height: 58px;
    padding: 10px 10px 0px 10px;
    font-size: 16px;
}
form button{
    width: 186px;
    min-height: 70px;
    color: white;
    background-color: #e50914;
    padding: 0 30px;
    border-left-width: 1px;
    border-top-width: 0;
    border-bottom-width: 0;
    font-size: 20px;
}
.second-section{
    height: 326px;
    width: 100%;
    background-color: black;
    color: #fff;
    padding: 70px 45px;
    border-bottom: 8px solid #222;
}
.text-area-2, .text-area-3{
    display: flex;
    justify-content: space-evenly;
}
.h1-text{
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    text-align: center;
}
.text p{
    font-size: 20px;
    text-align: center;
}
.screen img, .screen2 img{
    width: 398px;
    height: 250px;
}
.third-section{
    height: 326px;
    width: 100%;
    background-color: black;
    color: #fff;
    padding: 70px 45px;
    border-bottom: 8px solid #222;
}
.fourt-section{
    background-color: black;
    color: #fff;
    border-bottom: 8px solid #222;
    width: 100%;
    height: 104px;
    padding: 70px 45px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    
}
.fourt-section .h1-text{
    text-align: start;
}
.text, .text-4{
    display:flex;
    flex-direction: column;
    justify-content: center;
}
.main-text{
    font-size: 35px;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 40px;
}
.last-section{
    min-height: 800px;
    width: 100%;
    background-color: black;
    color: white;
    border-bottom: 8px solid #222;
}
.button-section{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.button-section button{
    width: 727px;
    height: 72px;
    padding: 20px 32px;
    color: white;
    background-color: #303030;
    border-style: none;
    margin-bottom: 7px;
    text-align: start;
    font-weight: 400;
    font-size: 20px;
}
.plus-icon{
    float: right;
}
.last-section .form2{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 20px;
}
.input-form{
    text-align: center;
    width: 100%;
    margin-top: 40px;
}
footer{
    width: 100%;
    height: 400px;
    color: white;
    background-color: black;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}

    
