*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* body{
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top,rgba(36,36,36,0.5),#000),url(netflixbg.png);
    color: white;
} */
* body{
    background: rgb(0, 0, 0);
}

header{
    width: 100%;
    height: auto;
    position: relative;
    padding: 2px 8%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    background: linear-gradient(to top,rgba(36,36,36,0.5),#000),url(netflixbg.png);
    color: white;

}
nav div select .multi{
    background-color: black;
    color: white;
    size: 20px;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

nav .logo{
    width: 200px;
    height: auto;
    cursor: pointer;
}

nav .logo img{
    width: 100%;
}
nav button{
    background-color: red;
    color: white;
    padding: 12px;
    font-size: 15px;
    border-radius: 6px;
    border: 1px solid red;
}
nav .lang{
    background-color: black;
    padding-left: 5px;
    border: 1px solid white;
}
.headertxt{
    display: grid;
    place-items: center;
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
}
.headertxt p{
    margin-top: 35px;
    font-size: 18px;
}
.headertxt .h2{
    margin-top: 20px;
    font-size: 20px;
}
form .email{
    background-color: transparent;
    padding: 20px 190px;
    margin-top: 25px;
    border: 1px solid grey;
    background: rgba(20,20,20,0.8);
    font-size: 15px;
    font-weight: 600;
    color: white;
    border-radius: 6px;
}
form .but{
    padding: 20px 50px;
    background-color: red;
    color: white;
    font-weight: 600;
    border: 1px solid black;
    border-radius: 6px;
}
nav div form select{
    background-color: black;
    color: white;
    padding: 8px 30px;
    border-radius: 5px;
    font-weight: bold;
}
nav div form input{
    background-color: red;
    color: white;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
}
nav div #new{
    margin-top: 200px;
    padding: 20px;
}
hr{
    margin-top: 113px;
}
div .tn{
    margin-top: 50px;
    margin-left: 150px;
    text-align: left;
    font-size: 25px;
    font-family: sans-serif;
}
div form .in{
    color: white;
    background-color: black;
    margin-left: 150px;
    margin-top: 15px;
    padding: 12px 15px;
    border-radius: 5px;
    font-size: 15px;
}
div form .mv{
    color: white;
    background-color: black;
    padding: 12px 15px;
    margin-left: 8px;
    border-radius: 5px;
    font-size: 15px;
}
.pstr{
    display: flex;
}
.pstr1{
    width: 13%;
    height: 9%;
    margin-left: 150px;
    margin-top: 80px;
    border-radius: 8px;
    border: 1px solid white;
}
.pstr2{
    width: 13%;
    height: 9%;
    margin-left: 70px;
    margin-top: 80px;
    border-radius: 8px;
    border: 1px solid white;
}
.pstr3{
    width: 13%;
    height: 9%;
    margin-left: 70px;
    margin-top: 80px;
    border-radius: 8px;
    border: 1px solid white;
}
.pstr4{
    width: 13%;
    height: 8%;
    margin-left: 70px;
    margin-top: 80px;
    border-radius: 8px;
    
}
.pstr5{
    width: 13%;
    height: 9%;
    margin-left: 70px;
    margin-top: 80px;
    border-radius: 8px;
    border: 1px solid white;
}
.pstr1:hover{
    width: 15%;
    height: 10%;
}
.pstr2:hover{
    width: 15%;
    height: 10%;
}
.pstr3:hover{
    width: 15%;
    height: 10%;
}
.pstr4:hover{
    width: 15%;
    height: 10%;
}
.pstr5:hover{
    width: 15%;
    height: 10%;
}
footer{
    margin-top: 150px;
}
.et{
    margin-top: 150px;
    margin-left: 150px;
    background-color: rgba(6, 23, 35,1);
    padding: 20px 30px;
    margin-right: 1000px;
    height: 350px;
    border-radius: 15px;
}
.et p{
    margin-top: 20px;
    color: rgb(193, 193, 193);
}
.do{
        margin-top: 150px;
        margin-left: 5px;
        background: rgba(6, 23, 35,1);
        padding: 20px 30px;
        margin-right: 50px;
        height: 350px;
        border-radius: 15px;
}
.do p{
    margin-top: 20px;
    color: rgb(193, 193, 193);
}
.rj{
    display: flex;
}
.tv{
    width: 20%;
    height: 20%;
    margin-top: 20px;
    margin-left: 150px;
    border-radius: 15px;
}
.rjh2{
    margin-top: 170px;
    margin-left: 150px;
    color: white;
    font-size: 27px;
}
.blank{
    background: none;
}
.main{
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.downld{
    width: 20%;
    height: 20%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px;
}
.watch{
    width: 20%;
    height: 20%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px;
}
.profile{
    width: 20%;
    height: 20%;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 15px;
}
.questions{
    color: white;
    margin-top: 120px;
    margin-left: 170px;
    font-size: 27px;
}
.trending{
    color: white;
    font-size: 27px;
}
.accordian{
    margin-left: 150px;
    width: 900px;
    font-size: 20px;
    color: white;
}
.accordian li{
    list-style: none;
    width: 100%;
    margin-left: 150px;
    margin: 20px;
    padding: 10px;
    background: rgb(56, 55, 55);
}
.accordian li label{
    display: flex;
    align-items: center;
    padding: 1px;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
}
label::after{
    content: "+";
    margin-left: 150px;
    font-size: 24px;
    font-weight: 600;
}
input[type="radio"]{
    display: none;
}
.accordian .cont{
    color: rgb(189, 189, 189);
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s, padding 0.5s;
}
.accordian input[type="radio"]:checked + label + .cont{
    max-height: 400px;
    padding: 10px 10px 20px;
}
.accordian input[type="radio"]:checked + label::after{
    content: "X";
}
footer{
    background: rgb(0, 0, 0);
}
/* .ni{
    margin-left: 150px;
    color: white;
    font-weight: 550;
    margin-top: 20px;
    margin-bottom: 200px;
} */
.mail{
        background-color: transparent;
        padding: 20px 210px;
        margin-top: 25px;
        border: 1px solid grey;
        background: rgba(20,20,20,0.8);
        font-size: 18px;
        font-weight: 600;
        color: white;
        border-radius: 6px;
        margin-left: 270px;
    }
.butt{
    padding: 20px 50px;
    background-color: red;
    color: white;
    font-weight: 600;
    border: 1px solid black;
    border-radius: 6px;
    font-size: 20px;
}
.main2{
    display: flex;
    background: rgb(0, 0, 0);
}
.ppp{
    margin-left: 380px;
    margin-top: 100px;
    color: white;
    font-size: 19px;
}
.qsn{
    margin-top: 150px;
    background: rgb(0, 0, 0);
    color: rgb(173, 173, 173);
    display: flex;
    font-size: 17px;
}
.call{
    margin-left: 150px;
}
.num{
    margin-left: 6px;
    text-decoration: underline;
}
.ln1{
    display: flex;
    margin-top: 50px;
    text-decoration: underline;
    color: rgb(173, 173, 173);
    background: rgb(0, 0, 0);
    font-size: 15px;
    align-items: center;
}
.p1{
    margin-left: 150px;
}
.p2{
    margin-left: 242px;
}
.p3{
    margin-left: 140px;
}
.p4{
    margin-left: 140px;
}
.ln2{
    display: flex;
    margin-top: 15px;
    text-decoration: underline;
    color: rgb(173, 173, 173);
    background: rgb(0, 0, 0);
    font-size: 15px;
}
.p5{
    margin-left: 150px;
}
.p6{
    margin-left: 150px;
}
.p7{
    margin-left: 190px;
}
.p8{
    margin-left: 97px;
}
.ln3{
    display: flex;
    margin-top: 15px;
    text-decoration: underline;
    color: rgb(173, 173, 173);
    background: rgb(0, 0, 0);
    font-size: 15px;
}
.p9{
    margin-left: 150px;
}
.p10{
    margin-left: 220px;
}
.p11{
    margin-left: 98px;
}
.p12{
    margin-left: 53px;
}
.ln4{
    display: flex;
    margin-top: 15px;
    text-decoration: underline;
    color: rgb(173, 173, 173);
    background: rgb(0, 0, 0);
    font-size: 15px;
}
.p13{
    margin-left: 150px;
}
.p14{
    margin-left: 195px;
}
.p15{
    margin-left: 129px;
}
.ni{
    color: rgb(173, 173, 173);
    margin-left: 150px;
    margin-top: 20px;
    margin-bottom: 100px;
    font-size: 15px;
}
.line{
    width: 1450px;
    height: 100px;
    border: 3px solid black;
    border-color: red transparent transparent transparent;
    border-radius: 50%;
    margin-right: 100px;
}