*{
    margin: 0;
    padding: 0;
    font-family: 'poppins',sans-serif;
    box-sizing: border-box;
}
body{
    background: black;
    color: white;
}
.header{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.07)), url(IMAGES/IN-en-20240729-POP_SIGNUP_TWO_WEEKS-perspective_WEB_a67d8c9e-8121-4a74-98e4-8005eb2df227_large.jpg);
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.laguage{
    position: relative;
    left: 40px;
    top: 3px;
}
.img-dropdown{
    position: relative;
    left: 10px;
}
.logo{
    width: 150px;
    cursor: pointer;
}
nav button{
    border: 0;
    outline: 0;
    background-color: #db0001;
    color: white;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 15px;
    cursor: pointer;
}
.language-btn{
    display: inline-flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid white;
    padding: 7px 27px;
    margin-right: 14px;
}
.language-btn img{
    width: 10px;
    margin-left: 10px;
}
.main-content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}
.text{
    font-size: 48px;
    margin-bottom: 10px;
}
.watch-anywhere{
    font-size: 24px;
    margin-bottom: 10px;
}
.email-box{
    border: 1px solid black;
}
.ready-t0-watch{
    font-size: 20px;
    margin-bottom: 10px;
}
.email-box{
    width: 300px;
    border: 1px solid #737373;
    background-color: black;
    opacity: 60%;
    padding: 20px 14px;
    border-radius: 4px;
}
.email-signupbtn{
    background-color: #db0001;
    color: white;
    font-weight: 500;
    font-size: 18px;
    margin-left: 9px;
    border: none;
    width: 200px;
    padding : 17px 0;
    border-radius: 4px;
    cursor: pointer;
}
.placeholder{
  position: absolute;
  left: 20px;

}
.email-box::placeholder{
    font-size: 15px;
    
}
.features{
    padding: 50px 12%;
    font-size: 22px;
    width: 100%;
}
.row{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    padding: 50px 0;
}
.text-col{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.img-features{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.img-features img{
    display: block;
    width: 90%;
    margin: auto;
}
.features h3{
    font-weight: 400;
}
.line{
    width: 100%;
    height: 8px;
    position: absolute;
    background-color: rgb(35, 35, 35);
}
.faq{
    margin-top: 70px;
    text-align: center;
    font-size: 20px;
}
.faq h2{
    font-size: 36px;
}
.faq{
    padding: 10px 12%;
    text-align: center;
    font-size: 18px;
}
.rowtwo{
    max-width: 100%;
    height: 60px;
    background-color: rgb(45, 45, 45);
    margin-top: 10px;
    padding: 17px 13px;
}
.first{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.Signup-second{
    display: block;
    text-align: center;
    margin-top: 40px;
}
.email-signup{
    margin-top: 16px;
    margin-bottom: 60px;
}
.footer{
    padding: 50px 15% 10px;
    color: #777;
}
.footer h2{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer .col{
    flex-basis: 25%;
    flex-grow: 1;
    margin-bottom: 20px;
}
.col a{
    display: block;
    text-decoration: none;
    color: #777;
    font-size: 14px;
    margin-bottom: 10px;

}
.footer .row{
    align-items: flex-start;
    padding: 10px 0;
}
.a-la{
    position: relative;
    top: 2px;
    left: 27px;
    color: white;
}

.footer .language-btn{
    color: white;
    padding: 10px 28px;
    border-radius: 3px;
}
.copyright{
    font-size: 14px;
    margin-top: 22px;
    margin-bottom: 15px;
}