* {
    margin: 0;
    padding: 0;
}
body{
    background-color: grey;
}
/* Section 1 */
.section1{
    background-image: url(https://assets.nflxext.com/ffe/siteui/vlv3/c31c3123-3df7-4359-8b8c-475bd2d9925d/cd390d4d-183d-492e-97f8-83a7778770ec/PK-en-20231225-popsignuptwoweeks-perspective_alpha_website_large.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
nav {
    height: 12vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 25%;
}

.diver {
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
    
}
.image1 {
    height: 12vh;
}

.img1 {
    width: 200px;
    height: 80px;
    object-fit: cover;
}

.button1 {
    width: 75px;
    height: 35px;
    
    background-color: rgb(255, 0, 0);
}
.diver>h1 {
    margin: 0;
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

.diver p {
    font-size: 1.5rem;
    font-weight: 450;
    color: white;
}

.input {
    width: 80vw;
    height: 150px;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.input1 {
    width: 350px;
    height: 50px;
    padding: 0 0 0 10px;
    
}

.input2 {
    width: 200px;
    height: 55px;
    font-size: larger;
    background-color: red;
    font-weight: 600;
    border: 1px solid black;
}






/* Section 2 */

.section2 {
 
    background-color: black;
    
    height: 80vh;
    margin: 5px 0;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: -1;
    
}
#video0{
    
    display: flex;
    z-index: 1;
}

.video1 {
    
  width: 370px;
  height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("tv.png");
    background-size: contain;
    background-repeat: no-repeat;
    /* z-index: -1; */
}
.video1-1{
     width: 300px;
     z-index: -1;
    
}

.section2 > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 500px;
}
#section2-h1{
    color: white;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    
  
}
#section2-p{
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}




/* Section 3 */

.section3 {
 
    background-color: black;
    
    height: 80vh;
    margin: 5px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: -1;
    
}

.section3-img{
  
    
        width: 370px;
        height: 280px;
          display: flex;
          justify-content: center;
          align-items:end ;
          background-image: url("https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/mobile-0819.jpg");
          background-size: contain;
          background-repeat: no-repeat;
         
      
}
.section3-box{
    border: 1px solid grey;
    border-radius: 10px;
    background-color: black;
    max-width: 250px;
    width: 70vw;
    height: 60px;
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 6px;
}
.stranger{

    width: 40px;
    height: 45px;
    background-image: url("https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/boxshot.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.section3-h1{
    color: white;
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.section3-swords{
    
    width: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
     > h4{
        color: white;
        font-weight: 400;
    }
    
}


/* Section 4 */
.section4{
    background-color: black;
    
    height: 50vh;
    margin: 5px 0;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: -1;
    
}
 .section2-4 {
    border: 2px solid blue;
    /* background-color: black; */
    
    height: 40vh;
    margin: 5px 0;
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* gap: 30px; */
    /* z-index: -1; */
    
}
.section2-4 > div{
    border: 2px solid red;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 500px;
}
#section2-h1-4{
    color: white;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    
  
}
#section2-p-4{
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
} 


/* Section 5 */



.section2-5 {
    
    background-color: black;
    
    height: 80vh;
    margin: 5px 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: -1;
    
}

.video1-5 {
    
  width: 400px;
  height: 310px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("https://occ-0-3631-64.1.nflxso.net/dnm/api/v6/19OhWN2dO19C9txTON9tvTFtefw/AAAABejKYujIIDQciqmGJJ8BtXkYKKTi5jiqexltvN1YmvXYIfX8B9CYwooUSIzOKneblRFthZAFsYLMgKMyNfeHwk16DmEkpIIcb6A3.png?r=f55");
    background-size: contain;
    background-repeat: no-repeat;
    /* z-index: -1; */
}


.section2-5 > div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 500px;
    
}
#section2-h1-5{
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    
  
}
#section2-p-5{
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}
