@import url('https://fonts.cdnfonts.com/css/netflix-font');

* {
    margin: 0;
    padding: 0;
    font-family: 'Netflix Font', Helvetica, 'Segoe UI', sans-serif;
}

body {
    background-color: black
}

.main {
    background-image: url(Images/IN-en-20240624-popsignuptwoweeks-perspective_alpha_website_small.jpg);
    background-size: max(1200px, 125vw);
    background-repeat: no-repeat;
    background-position: center center;
    height: 90vh;
    position: relative;
}

.main .box {
    height: 90vh;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.6;
    background-color: black;
}

nav {
    max-width: 78vw;
    justify-content: space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 85px;
}

nav img {
    color: red;
    position: relative;
    z-index: 10;
}

nav button {
    position: relative;
    z-index: 10;
}

.text {
    height:calc(100% - 94px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 25px;
    padding: 0 30px;
    font-family: 'Netflix Font', Helvetica, 'Segoe UI', sans-serif;
}

.text> :first-child {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.text> :nth-child(2) {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}

.text> :nth-child(3) {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.separation{
    height: 8px;
    background-color: gray;
}
.text-button{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.btn{
    padding: 6px 12px;
    font-weight: 700;
    background-color: rgba(103, 97, 97, 0.2);
    color: antiquewhite;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.391);
    border-radius: 3px;
}
.btn-red{
    background-color: red;
    color: whitesmoke;
    padding: 15px 50px;
    font-size: 20px;
    border: 1px;
    border-radius: 4px;
    font-weight: bolder;
}
.main input{
    background-color: rgba(103, 97, 97, 0.2); 
    color: azure;
    text-align: left;
    padding: 15px 70px;
    font-size: 20px;
    border-radius: 4px ;
}
.btn-red-sm{
    background-color: red;
    color: white;
    border: 1px;
}
.first{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    max-width: 75vw;
    margin: auto;
    height: 80vh;
}
.sec-img{
    position: relative;
}
.sec-img img{
    position: relative;
    width: 40vw;
    z-index: 11;
}
.sec-img video{
    position: absolute;
    right: 97px;
    top: 105px;
    width: 29vw;
}
section.first > div{
   display: flex;
   flex-direction: column;
   gap: 30px;
}
section.first > div :nth-child(1){
   font-size: 48px;
   font-weight: bolder;
}
section.first > div :nth-child(2){
   font-size: 24px;
}
.second img{
    width: 35vw;
}
.fourth img{
    width: 35vw;
}
.third image{
    width: 30vw;
}
.third video{
    position: absolute;
    right: 125px;
    top: 60px;
    width: 25vw;
}
.faq{
    background: black;
    color: white;
    padding: 70px;
}
.faq h1{
    text-align: center;
    font-size: 48px;
}
.faqbox :hover{
    background-color: #414141;
    color: white;
    
}
.faqbox{
    display: flex;
    transition: all 1s ease-out;
    background-color: #4a4949b8;
    padding: 28px;
    font-size: 22px;
    max-width: 75vw;
    justify-content: space-between;
    margin: 10px auto;
    cursor: pointer;
}
.last{
    justify-content: center;
    text-align: center;
    font-size: 20px;
    padding-top: 33px;
}
.last input{
    background-color: rgba(103, 97, 97, 0.2); 
    color: azure;
    text-align: left;
    padding: 15px 70px;
    font-size: 16px;
    border-radius: 4px;
    margin: 22px;
}
footer{
    max-width: 80vw;
    padding: 75px 0;
}
.question{
    color: grey;
    max-width: 90vw;
    padding-left: 195px;
}
.footer-item{
    align-items:last baseline;
    display: flex;
    flex-direction: column;
    gap: 23px;
}
.footer{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
}
.footer a{
    font-size: 15px;
    color: rgba(221, 206, 206, 0.716);
}
.footer .btn{
    padding: 8px 15px;
    border-radius: 3px;
    margin-left: 197px;
    font-size: 13px;
}
.net{
    color: grey;
    padding-left: 180px;
    margin: 15px;
}