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

body{
    background-color: black;
}

#netflix{
    background-image: url(Images/netflix-banner.jpg);
    height: 100vh;
}

#overlay{
    background-color: rgba(0, 0, 0, 0.5);
    height: inherit;
}


header{
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
header .buttons select {
    color: black;
    padding: 6px, 25px;
    background: transparent;
    color: #ffff;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
}

header .buttons select option{
    color: black;
}

 .buttons .sign-in{
    padding: 5px;
    background: red;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 700;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 0;

}


.text-container h1{
    font-size: 50px;
    color: #fff;
    font-weight: 900;
    text-align: center;
}

.text-container h5{
    color: #fff;
    margin-bottom: 24px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.text-container p{
    color: white;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
}

.form-container .email-field{
    background: #0f1112;
    width: 450px;
    color: #fff;
    padding: 25px 0;
    padding-left: 15px;
    font-weight: 700;
    border: 1px solid;
    border-radius: 5px;
}


input::placeholder{
    font-size: 16px;
    color: grey;
}

.form-container form{
    display: flex;
    gap: 20px;
}

.form-container button{
    padding: 10px 20px;
    color: white;
    background-color: red;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}

.main-section{
    background-color: black;
    padding: 100px;
}

.main-section .inner{
    max-width: 1320px;
    height: 200px;
    background-color: black;
}

.title h2{
    color:white;
}




.main-section .parent{
    display: flex;
    justify-content: space-evenly;
}

.main-section .parent .container {
    width: 260px;
    height: 400px;
    margin: 30px;
    font-weight: 700;
    transition: .5s ease ;
    position: relative;
}

.main-section .parent .container::before{
    content: attr(data-number);
    position: absolute;
    left: -20px;
    bottom: -12px;
    font-size: 112px;
    font-weight: 800;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 2px #fff;
}

.main-section .parent .container:hover{
    transform: scale(1.05);
}
    
.main-section .parent .c1{
    background-image: url(Images/movies.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-radius: 8px;
}

.main-section .parent .c2{
    background-image: url(Images/movies2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-radius: 8px;
}

.main-section .parent .c3{
    background-image: url(Images/movies3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-radius: 8px;
}


.main-section .parent .c4{
    background-image: url(Images/movies4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-radius: 8px;
}


.main-section .parent .c5{
    background-image: url(Images/movies5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 250px;
    border-radius: 8px;
}

.basic-layout{
    background-color: black;
    padding: 100px;
}

.inner-layout{
    max-width: 1320px;
    height: 200px;
    margin: 0 auto;
    background-color: black;
}

.desc h2{
    color: white;
}

.container-parent{
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 20px;
    height: 100vh;
    background-color: #000;
}

.container2 .p1{
    max-width: 1320px;
    height: 300px;
    margin: 0 ;
}

 .p1{
    height: 320px;
    width: 300px;
    background: linear-gradient(#1b0e2d, #2e0f4c);
    border-radius: 16px;
}

 .p2{
    height: 320px;
    width: 300px;
    background: linear-gradient(#1b0e2d, #2e0f4c);
    border-radius: 16px;
}
      


.p3{
    height: 320px;
    width: 300px;
    background: linear-gradient(#1b0e2d, #2e0f4c);
    border-radius: 16px;
}

.p4{
    height: 320px;
    width: 300px;
    background: linear-gradient(#1b0e2d, #2e0f4c);
    border-radius: 16px;
}

.text-content h3{
    text-align: start;
    font-weight: 800;
    font-size: 25px;
    color: white;
    padding: 20px;
}


.text-para p{
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    color: whitesmoke;
}

.faq{
    height: 800px;
    padding: 100px;
}
.faq h3{
    color: white;
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
    padding: 10px;
}

.questions{
    height: 100px;
    width: 1320px;
    background-color: rgba(128, 128, 128, 0.315); 
    margin: 10px;
    font-size: 30px;
    font-weight: 500;
    padding: 40px;
    color: #fff;
}

.questions:hover{
    background-color: rgba(128, 128, 128, 0.527);
}

.membership{
    height: 300px;
    background-color: #000;
    margin-top: 70px;
    text-align: center;
}

.membership p{
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.form{
    margin: 20px;
}

.form .email{
    width: 700px;
    padding: 25px 0;
    padding-left: 15px;
    font-weight: 700;
    border: 1px solid;
    border-radius: 5px;
    background: #0f1112;
}

input::placeholder{
    font-size: 16px;
    color: grey;
}

.form button{
    padding: 10px 20px;
    color: white;
    background-color: red;
    font-size: 24px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
}
