*{
    margin:0;
    padding:0;
    font-family:'poppins',sans-serif;
    box-sizing:border-box;
}
body{
    background-color: black;
    color: white;
}
.header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)),url("images/netflix.jpg");
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 62px;
    margin: auto;
}
.logo{
    width: 150px;
    cursor: pointer;
    position: relative;
}
nav button{
    border: 0;
    outline: 0;
    background: #db0001;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    z-index: 10;
}
.language-btn{
    display: inline-flex;
    align-items: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 7px 15px;
}
.language-btn img{
    width: 10px;
    margin-left: 10px;
}
.header-matter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 800px;
}

.header-matter h1{
    font-size: 3.5rem;
    line-height: 1.2;
    font-weight: 900;
    margin-bottom: 20px;
}
.header-matter h3{
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.seperation{
    height: 7px;
    background-color:rgb(46, 44, 44);
}
.email-signup{
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    overflow: hidden;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.email-signup input{
    flex: 1;
    border: 0;
    outline: 0;
    margin-left: 20px;
    padding: 15px 0;
    font-size: 16px;
    color: #fff;
    background: transparent;
}

.email-signup input::placeholder{
    color: rgba(255, 255, 255, 0.7);
}
.email-signup button{
    background: #db0001;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 30px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.email-signup button:hover{
    background: #b30000;
}
.first{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    justify-content: center;
    align-items: center;
}
.secimg{
   position: relative;
}
.secimg img{
    width: 30vw;
    position: relative;
    z-index: 10;
}
.secimg video{
    position: absolute;
    top: 51px;
    right: 0;
}
section.first >div{
    display: flex;
    flex-direction: column;
    left: 5%;
}
.first > div :nth-child(1){
    font-size: 48px;
    font-weight: bolder;
}
.first >div :nth-child(2){
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}
.secimg1 img{
    width: 30vw;
    position: relative;
    z-index: 10;
    right:5%
}
.faq h2{
    text-align: center;
    font-size: 48px;
}
.faq{
    background: black;
    color: white;
    padding: 34px;
}
.faqbox:hover{ 
    background-color:rgb(63, 59, 59);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}
.faq svg{
    filter: invert(1);
}
.faqbox{
    transition: all 0.3s ease;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #2d2d2d;
    padding: 28px 32px;
    max-width: 700px;
    width: 100%;
    margin: 10px auto;
    cursor: pointer;
    color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    gap: 20px;
}

.faqbox:hover{ 
    background-color:rgb(63, 59, 59);
    color: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
}

.faqbox span {
    flex: 1;
    display: flex;
    align-items: center;
}

.faqbox svg {
    flex-shrink: 0;
    margin-left: 20px;
}

footer{
    color: #fff;
    max-width: 60vw;
    margin: auto;
    padding: 14px
}
footer .que{
    padding: 33px 0;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: #fff;
}
.footer a{
    font-size: 14px;
    color: #fff;
}
.footer-item{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.footer a, .footer-item a {
    color: #fff;
    font-size: 14px;
}
