*{
    margin: 0;
    padding: 0;
}
body{
    background-color: rgba(3, 3, 3, 0.658);
}
.container{
    display: grid;
    grid-template-areas: "header" "main" "second" "third" "forth" "five" "footer";
    grid-template-rows: 100vh 450px 450px 530px 530px 880px 395px;
    height: 10vw;
    width: 100%;
    grid-gap: 7px;

}
.header{
    grid-area: header;
    /* background-color: red; */
    background-image: url(https://www.slashgear.com/wp-content/uploads/2020/10/netflix.jpg);
    /* height: 100vh; */
    background-size: cover;
    background-blend-mode: multiply;
    background-color: rgba(3, 3, 3, 0.658);
}
.logo{
    /* margin-top: 0px; */
    margin-left: 40px;
}
.logo_img{
    width: 180px;
    /* margin: 5px; */
}
.lang{
    height: 300px;
    float: right;
    margin: 25px;
    border: 2px;
    
}
.langg{
    height: 30px;
    background-color: black;
    color: white;
    /* font: size 300px; */
}
.sign{
    float: right;
    background-color: red;
    margin: 25px;
    padding: 5px;
    height: 20px;
    /* height: 40px; */
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    color: white;
    /* border: none; */
}
.whrite{
   color: white; 
   text-align: center;
   margin: 100px;
   font-size: 30px;
   margin-left: 200px;
}
.w{
    font-size: 22px;
    text-align: left;
    margin-left: 150px;
}
.search-area{
    /* background-color: rgb(0, 146, 90); */
    margin-top: -80px;
    text-align: center;
    height: 5rem;
}
.input1{
    margin-top: -60px;
    width: 451px;
    height: 3.3rem;
    outline: none;
}
.spa{
    width: 200px;
    height: 3.5rem;
    margin-left: -5px;
    margin-top: 6px;
    padding-bottom: 10px;
    background-color: rgb(247, 38, 38);
    color: white;
    outline: none;
    border: none;
    font-size: 30px;

}
hr{
    height: 10px;
}
.Frist{
    grid-area: main;
    background-color:black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}
.Frist_Frist{
    margin: 130px 0 0 130px;
    font-size: 30px;
    float: left;
    height: 30px;
}
.Frist_Frist_Frist img{
    height: 400px;
    /* margin-bottom: 200px; */
}
.second{
    grid-area: second;
    background-color: black;
}
.second_second img{
    height: 350px;
    margin: 50px 0 20px 70px;
    float: left;
}

.second_second_second{
    height: 350px;
    margin-left: 500px;
    margin-top: 10px;
    padding: 140px;
    color: white;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
}
.third{
    grid-area: third;
    background-color: black;
}
.third_third{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    padding: 150px;
    font-size: 25px;
    float: left;
}
.third_third_third img{
    height: 400px;
    margin: 50px 8px 0 0;
}
.forth{
    grid-area: forth;
    background-color: black;
}
.forth_forth img{
    padding: 80px;
    height: 400px;
    float: left;
}
.forth_forth_forth{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    /* padding: 120px; */
    margin: 150px 120px 150px 1px;
    font-size: 25px;
}
.five{
    grid-area: five;
    background-color: black;
}
.five h1{
    color: white;
    text-align: center;
    font-size: 49px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 50px;
}
.five li{
    text-align: center;
    /* margin: 0px 230px 50px 170px; */
    margin-top: 10px;
}
.five li button{
    width: 790px;
    height: 70px;
    text-align: left;
    margin-left: 0px;
    padding-left: 25px;
    background-color: rgb(66, 62, 62);
    color: white;
    font-size: 30px;
    border: none;
    cursor: pointer;
}
.search-area_bottom{
    margin-top: 90px;
    text-align: center;
}
.w_1{
    color: white;
    font-size: 19px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
}
.input1{
    font-size: 20px;
    outline: none;
}
.footer{
    grid-area: footer;
    background-color: black;
}
/* .footer_two{
    padding: 20px;
} */
.footer_two p{
    margin-top: 25px;
    color:grey;
}
.footer_one h3{
    color:grey;
    margin-top: 65px;
    margin-left: 207px;
}
.footer_two{
    margin-left: 210px;
    color: white;
}
.footer_three{
    float: left;
    margin-top: 10px;
}
.footer_fourth{
    margin-top: 25px;
    height: 10px;
    display: block;
    color: grey;
}
.footer_fourth:hover{
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}
#one{
    margin-left: 120px;
}
.langg{
    height: 30px;
    background-color: black;
    color:gray;
}
.la{
    height: 300px;
    margin: 25px;
    border: 2px;
}
.ni{
    color: white;
}