* {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}

body {
    background: #000;
    color: white;
}
nav{
    height: 15vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 150px;
}
img{
    height: 0.1%;
    width: 200px;
    cursor: pointer;
}
#logo{
    /* margin: 60px;
    padding: 60px ; */
    width: 200px;
    height: 130px;
}
button{
    border: 0;
    outline: 0;
    background: #db0001;
    color: #fff;
    padding: 7px 20px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.language-btn{
    display: inline flex;
    align-items: center;
    background: transparent;
    border: 1px solid#fff;
    padding: 7px 10px;

}
.language-btn img{
    width: 10px;
    margin-left: 10px;
}
header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(https://assets.nflxext.com/ffe/siteui/vlv3/530fc327-2ddb-4038-a3f0-2da2d9ccede1/9c547c8a-e707-4bdb-bdbc-843f134dd2a6/IN-en-20230619-popsignuptwoweeks-perspective_alpha_website_medium.jpg);
    background-size: auto;
    background-position: cover;
    padding: 10px 8%;
    /* position: relative; */
}   
.main-content{
    color: white;
    width: 100%;
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: hidden;
    flex-direction: column;
}
.head-main-content{
    color: white;
    font-size: 47px;
    margin-bottom: 20px;
    font-weight: 1000;
    display: block;
}
.subcontent{
    color: white;
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 200;
    display: block;
}
.para{
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 200;
    display: block;
}
#email{
    min-height: 50px;
    min-width: 377px;
    padding-left: 10px;
    margin-right: 20px;
    color: #000;
    text-align: justify;

    /* flex: 1;
    border: 0;
    outline: 0;
    margin-left: 20px; */
}
#getstarted{
    /* display: inline-block; */
    /* min-height: 16px;
    min-width: 16px; */
      /* word-break: break-all; */
    /* overflow: auto; */

    width: 150px;
    font-size: 20px;
    text-align: center;
    padding: 0;
    margin: 0;

    /* background: #db0001;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 30px; */
}

form{
    /* width: 100%; */
    /* max-width: 36.625rem; *
    /* position: relative; */

    margin: 1rem auto 0;
    text-align: left;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: center;

    /* background-color: #fff;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 30px;
    overflow: hidden; */
}
.features{
    padding: 50px 12%;
    font-size: 22px;
}
.second-slide{
    padding: 50px 12%;
    font-size: 22px;
    display: flex;
    height: 75vh;
    width: 100%;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 50px 0;
    margin: 25px 0px;
}
.ss-content{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.ss-content h1{
    font-size: 50px;
    font-weight: 2000;
}
.ss-content p{
    font-size: 20px;
    font-weight: 100;
}
.ss-img{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.ss-img video{
    display: block;
    width: 90%;
    margin: auto;
}

/* ---------Third Slide-------- */

.third-slide{
    padding: 50px 12%;
    font-size: 22px;
    display: flex;
    height: 75vh;
    width: 100%;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse;
    padding: 50px 0;
    /* border-top: 2px solid #303030; */
    margin: 25px 0px;
}
.ts-content{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.ts-content h1{
    font-size: 50px;
    font-weight: 2000;
}
.ts-content p{
    font-size: 20px;
    font-weight: 100;
}
.ts-img{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.ts-img img{
    display: block;
    width: 90%;
    overflow: hidden;
    /* margin: auto; */
}
/* -------Forth Slide------ */

.forth-slide{
    padding: 50px 12%;
    font-size: 22px;
    display: flex;
    height: 75vh;
    width: 100%;
    align-items: center;
    /* flex-wrap: wrap; */
    padding: 50px 0;
    margin: 25px 0px;
}
.fs-content{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.fs-content h1{
    font-size: 50px;
    font-weight: 2000;
}
.fs-content p{
    font-size: 20px;
    font-weight: 100;
}
.fs-img{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.fs-img video{
    display: block;
    width: 90%;
    margin: auto;
}

/* -------Fifth Slide------ */

.fifth-slide{
    padding: 50px 12%;
    font-size: 22px;
    display: flex;
    height: 75vh;
    width: 100%;
    align-items: center;
    /* flex-wrap: wrap; */
    flex-direction: row-reverse;
    padding: 50px 0;
    margin: 25px 0px;
}
.fivs-content{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.fivs-content h1{
    font-size: 50px;
    font-weight: 2000;
}
.fivs-content p{
    font-size: 20px;
    font-weight: 100;
}
.fivs-img{
    flex-basis: 50%;
    margin-bottom: 20px;
}
.fivs-img img{
    display: block;
    width: 90%;
    margin: auto;
}

.faq{
    padding: 10px 12%;
    text-align: center;
    font-size: 20px;
    margin: 25px 0px;
}
.faq h2{
    font-weight: 500;
}
.accordion{
    margin: 60px auto;
    width: 100%;
    max-width: 750px;
}
.accordion li{
    list-style: none;
    width:100%;
    padding: 5px;
}
.accordion li label{
    text-align: left;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    background: #303030;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}
label::after{
    content: '+';
    font-size: 34px;
    position: absolute;
    right: 20px;

}
input[type="radio"]{
    display: none;
}
.accordion .content{
    background: #303030;
    text-align: left;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
}
@media (max-width:500px) {
    *{
        text-align: center justify;
    }
    .second-slide{
        flex-direction: column;

    }
    .third-slide{
        flex-direction: column;
        
    }
    .forth-slide{
        flex-direction: column;
        
    }
    .fifth-slide{
        flex-direction: column;
       
    }
    .ss-img video{
        height: 200px;
        width: 350px;
    }
    .ts-img img{
        height: 200px;
        width: 350px;
    }
    .fs-img video{
        height: 200px;
        width: 350px;
    }
    .fivs-img img{
        height: 200px;
        width: 350px;
    }

}

.foot{
    margin: 25px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 100px;
}
footer {
    padding-top: 50px;
    margin-bottom: 5px;
    color: #777;
    font: 14px;
}
footer a{
    color: #777;
    display: inline-flex;
    /* justify-content: center; */
    align-items: center;
    
}
.footer-cls{
    height: 35vh;
    width: 100%;
    padding: 30px 0px;
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
}

.col{
   flex-basis: 34%;
   margin-bottom: 20px;
   /* padding-left: 50px; */
}
.col a{
    display: block;
    color: #777;
    font: 14px;
    margin-bottom: 10px;
}
footer button{
    padding:0px 0px;
    margin-left:0;
}
footer p{
    margin-top: 20px;
    margin-bottom: 10px;
}

