* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top {
    width: 100%;
    height: 90px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;

}

.logo img {
    height: 100px;
    width: 190px;
    margin-left: -14px;
}

.english {
    margin-top: 27px;
    position: relative;
    left: 285px;
}

.signin {
    height: 34px;
    width: 78px;
    margin-top: 27px;
    background: red;
    font-size: medium;
    color: white;
    font-family: sans-serif;
    border: 1px solid black;
    border-radius: 5px;
}

.banner {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 42%, rgba(0, 0, 0, 0.8) 100%), url(https://assets.nflxext.com/ffe/siteui/vlv3/d1532433-07b1-4e39-a920-0f08b81a489e/67033404-2df8-42e0-a5a0-4c8288b4da2c/IN-en-20231120-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    /* border: 2px solid white; */

}

.heading h1 {
    width: 84%;
    height: 130px;
    color: white;
    font-size: 3rem;
    margin-top: 161px;
    font-weight: 900;
    font-family: sans-serif;
}

.heading h3 {
    color: white;
    margin-top: 28px;
    font-size: 1.5rem;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 23px;
}

.email {
    width: 36%;
    height: 45px;
    position: relative;
    right: 166px;
    top: 10px;
}

.email input {
    border: 2px solid white;
    width: 100%;
    height: 47px;
    background: transparent;
    border-radius: 6px;
    color: white;
    padding: 0 25px;
}

.get-started {
    border: 2px solid red;
    width: 190px;
    height: 47px;
    position: relative;
    left: 13%;
    top: -35px;
    background-color: red;
    color: white;
    font-size: 21px;
    border-radius: 5px;
    cursor: pointer;
}

.get-started i {
    margin-right: 10px;
    color: #faf6f6;
    font-size: 22px;
    position: relative;
    left: 10px;
}

.space {
    width: 100%;
    height: 15px;
    background-color: #232323;
}

.banner2 {
    border: 2px solid black;
    max-width: 100%;
    height: 500px;
    background-color: black;
    display: flex;
}

.banner2 h1 {

    color: white;
    margin-top: 200px;
    margin-left: 173px;
}

.banner2 h3 {
    color: white;
}

.subh h2 {
    color: white;
    margin-top: -47px;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 24px;
    width: 74%;
    margin-left: 174px;
}

.vid1 img {
    width: 79%;
    margin-left: 40px;
    margin-top: 105px;
    background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/video-tv-in-0819.m4v);
}

.vid1 video {
    position: relative;
    top: -60%;
    left: 102px
}

.banner3 {
    border: 2px solid black;
    max-width: 100%;
    height: 500px;
    background-color: black;

}
.download{
    /* border: 2px solid white; */
    width: 100%;
    height: 500px;
    background-color: black;
    display: flex;
}
.girl{
    width: 47%;
    height: 250px;
    background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg);
    background-size: cover;
    background-position: center;
    margin-left: 6%;
    position: relative;
    top: 128px;
    left: 50px;
}
.girl img{
    width: 465px;
    height: 335px;
    margin-left: 154px;
    margin-top: 72px;
}
.stranger{
    border: 3px solid #5a5a5a;
    width: 61%;
    height: 100px;
    position: relative;
    top: 169px;
    left: 90px;
    border-radius: 11px;
    background-color: black;
    display: flex;
}
.things{
    height: 86px;
    width: 22%;
    background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/boxshot.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 4px 7px;
}
.metter h4{
    color: white;
    margin-top: 26px;
    font-family: sans-serif;
}
.metter h3{
    color: #005feb;
    font-family: sans-serif;
    font-weight: 100;
    font-size: medium;
    margin-top: 2px
}
.offline{
    width: 52%;
    margin-left: 74px;
}
.save{
    width: 79%;
    margin-top: 20px;
    margin-left: 74px;
}
.written{
    margin-top: 65px;
}
.written h1{
    color: white;
    font-size: xxx-large;
    font-family: sans-serif;
    margin-top: 8%;
}
.written h2{
    color: white;
    font-family: sans-serif;
}
.watch{
    /* border: 2px solid red; */
    width: 100%;
    height: 500px;
    background-color: black;
    display: flex;
}
.left{
    width: 65%;
}
.watch1 h1{
    width: 74%;
    height: 103px;
    color: white;
    font-family: sans-serif;
    font-size: xxx-large;
    text-align: center;
    position: relative;
    left: 17%;
    top: 173px;
}
.tv h2{
    width: 73%;
    height: 85px;
    color: white;
    position: relative;
    top: 144px;
    left: 23%;
    font-family: sans-serif;
}
.right{
    /* border: 2px solid greenyellow; */
    width: 35%;
    height: 339px;
    margin-right: 135px;
    margin-top: 88px;
}
.livetv{
    /* border: 2px solid red; */
    width: 477px;
    height: 300px;
    background: url(https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/device-pile-in.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.children{
    width: 100%;
    height: 500px;
    background-color: black;
    display: flex;
}
.chil{
    width: 58%;
    height: 361px;
    background: url(https://occ-0-6247-2164.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABVr8nYuAg0xDpXDv0VI9HUoH7r2aGp4TKRCsKNQrMwxzTtr-NlwOHeS8bCI2oeZddmu3nMYr3j9MjYhHyjBASb1FaOGYZNYvPBCL.png?r=54d);
    background-size: cover;
    background-position: center;
    margin-left: 0%;
    position: relative;
    top: 66px;
    left: 155px;
}
.kids{
    color: white;
    width: 57%;
    height: 21%;
    position: relative;
    left: 20%;
    top: 20%;
    font-family: sans-serif;
    font-size: x-large;
}
.membership{
    color: white;
    width: 58%;
    height: 21%;
    position: relative;
    left: 20%;
    top: 25%;
    font-family: sans-serif;
}
.first{
    background-color: black;
    width: 100%;
    height: 900px;
}
.asked{
    width: 60%;
    height: 95px;
    color: white;
    font-family: sans-serif;
    font-size: xxx-large;
    text-align: center;
    font-weight: 800;
    margin-left: 20%;
    position: relative;
    top: 72px;
}
.second{
    /* border: 2px solid red; */
    height: 500px;
    width: 70%;
    position: relative;
    top: 60px;

}
.pera1{
    border: 2px solid #2d2d2d;
    width: 100%;
    height: 79px;
    color: white;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #2d2d2d;
    padding: 19px;
    
}
.pera1 i{
    padding: 13px 10px;
    font-size: xx-large;
}
.headin h3 {
    color: white;
    margin-top: 170px;
    font-size: 1.5rem;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-weight: lighter;
    font-size: 23px;
}
.emai {
    width: 36%;
    height: 45px;
    position: relative;
    right: 166px;
    top: 10px;
}

.emai input {
    border: 2px solid white;
    width: 100%;
    height: 47px;
    background: transparent;
    border-radius: 6px;
    color: white;
    padding: 0 25px;
}

.get-starte {
    border: 2px solid red;
    width: 190px;
    height: 47px;
    position: relative;
    left: 13%;
    top: -35px;
    background-color: red;
    color: white;
    font-size: 21px;
    border-radius: 5px;
    cursor: pointer;
}

.get-starte i {
    margin-right: 10px;
    color: #faf6f6;
    font-size: 22px;
    position: relative;
    left: 10px;
}
footer{
    background: black;
    width: 100%;
    height: 430px;
    padding: 65px 178px;
}
footer div p{
    color: rgba(255,255,255,0.7);
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}
footer div p a{
    color: rgba(255,255,255,0.7);
    margin: auto;
    font-size: 16px;
    font-weight: 400;
    font-family: sans-serif;
}
footer .container{
    width: 900px;
    height: 165px;
}
footer .fc{
    float: left;
    width: 225px;
    height: 165px;
    display: grid;
}
footer .fc a{
    text-transform: capitalize;
    display: inline-block;;
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
    color: rgba(255,255,255,0.7);
}
select{
    color: white;
    width: 120px;
    height: 35px;
    background: black;
    font-size: 15px;
    text-align: center;  
    border-radius: 5px;
    /* outline: 2px solid; */
}
p{
    text-transform: capitalize;
    letter-spacing: .5px;
    margin-top: 25px;
    font-size: 14px;
    font-weight: 400;
    font-family: sans-serif;
    color: rgba(255,255,255,0.7);
}