*{
    margin: 0;
    padding: 0;
}
body{
    background-color: black;
}
.main{
    background-image:url(assests/images/bg_netflix.jpg);
    height: 80vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: max(1200px ,100vw);
}
.main .box{
    height:80vh ;
    width: 100%;
    opacity: 0.69;
    position:absolute;
    top: 0;
    background-color: black;
}
nav{
    max-width: 60vw;
    margin: auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
    height: 100px;

}
nav img{
    color: rgb(131, 33, 33);
    width: 145px;
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10; 
}
.hero{
    height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    font-family: Google Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    gap: 23px;
    padding: 5px 30px;
    overflow-block:auto ;
}
.hero >:first-child{
    font-weight:bolder;
 font-size: 35px;
text-align: center;
}
.hero >:nth-child(2){
    font-weight: 400;
    font-size: 18px;
text-align: center;
}
.hero >:nth-child(3){
    font-weight: 400;
  text-align: center;  font-size: 18px;
text-align: center;
}
.seperation{
    height: 7px;
    background-color: rgb(35,35,35);
    position: absolute;
    width: 100%;
}
.btn{
    padding: 3px 8px;
    font-weight: 400;
    color: white;
    background-color: rgba(248,243,243, 0.021);
    border-radius: 4px;
    border: 1px solid  rgba(238, 246, 238, 0.5);
    box-sizing: border-box;
    cursor: pointer;
}
.red-btn{
    background-color: red;
    color: white;
    padding:13px 19px ;
    font-size: 20px;
    border-radius: 4px;
}
.red-sm{
    background-color: red;
    color: rgb(255, 255, 255);
}
.main input{
    padding: 19px 101px 16px 19px;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    background-color: rgba(23, 23, 23, 0.7);
    border: 1px solid rgba(238, 246, 238, 0.4);
    text-align: left;
}
.hero-buttons{
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 10px;
}
.first{
    display: flex;
    justify-content: center;
    max-width: 70vw;
    margin: auto;
    color: white;
    align-items: center;
    padding-top: 25px;
    font-size: 20px;
    font-family: Google Sans, -apple-system, BlinkMacSystemFont, sans-serif;
}
.secimg{
    position: relative;
}
.secimg img{
    width: 40vw;
    position: relative;

}

.secimg video{
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    max-width: 72%;
    max-height: 53%;
    position: absolute;
    top: 21%;
    left: 14%;
}
.faq h2{
    text-align: center;
    font-family: Google Sans, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 48px;
}
.faq{
    background-color: black;
    color: white;
    padding: 34px;
}
.faqbox:hover{
    background-color: #414141;
}
.faqbox svg{
    filter: invert(1);
}
.faqbox{
    transition: all 3s ease out;
    display: flex;
    justify-content: space-between;
    background-color:#2d2d2d;
    padding: 15px;
    width: 60vw;
    margin: 45px auto;
    cursor: pointer;

}
footer{
    color: white;
    max-width: 60vw;
    margin:left;
    padding: 34px;
}
.footer a{
font-size: 14px;
color: white;
}
footer .questions{
    padding:34px 0 ;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    color: white;

}
.footer-items{
    display: flex;
    flex-direction: column;
    gap: 14px;
}



