*{
    margin: 0%;
 }

body{
    font-family: 'Montserrat', sans-serif;
    background-color: black;
}

.container{
    background-image: url("https://assets.nflxext.com/ffe/siteui/vlv3/1ef84595-1fdb-4404-adac-15215ceeb3ae/7645af9d-2679-4f54-b57d-3a6b5c670e14/IN-en-20220711-popsignuptwoweeks-perspective_alpha_website_large.jpg");
   background-repeat: no-repeat;
   background-size: cover;
   height: 100vh;
   box-shadow: 100px 20vh 100px 200px rgba(0,0,0,0.8) inset;

}


.banner{
    
    display: flex;
    justify-content: space-between;


}

.buttons{

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 80px;
    gap: 60px;

}

.netflix_logo{

    display: flex;
    height: 100px;
    margin-left: 40px;

}

.buttons button{

    margin-top : 26px;
    background-color: red;
    width: 97px;
    padding: 9px;
    border:none;
    border-radius: 4px;
    color: white;
     font-weight: 700;

}

.buttons select{

    margin-top : 25px;
    background: transparent;
    border: 1px solid white;
    color : white;
    padding: 13%;


}

.buttons option{

    background-color: grey;


}
.content{
    height: 50vh;
    margin : 50px auto;
    padding : 75px 0;
    font-family: 'Montserrat', sans-serif;

}
.content .head1{

    text-align: center;
    color: white;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    max-width: 640px;
}

.head1 h2{

    padding: 10px 0;
    display: block;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 1em;


}

.form .form-head h3{

    text-align: center;
    max-width: 640px;
    color: white;
    font-size: 18px;
    margin: 20px auto;
    font-family: 'Montserrat', sans-serif;
    
    

}

.form .form-body{

    font-family: 'Montserrat', sans-serif;
    display: flex;
   

}

.form-body form{
display: flex;
box-shadow: 30px 30px 20px rgba(0,0,0,0.5);
align-self: center;
justify-self: center;
margin:0 auto;
font-family: 'Montserrat', sans-serif;


}

input[type=email]{

    padding: 10%;
    width: 500px;
    padding: 20px 10px 20px 10px;
    margin-right: 0px;
    font-size: 20px;


}

.form-body button{

    display: flex;
    gap:10px;
    padding: 10px;
    padding: 20px 10px 20px 10px;
    width: 250px;
    background-color: red;
    border-color: black;
    margin-left:0px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.form-body button svg{
    margin-top: 0px;
    width: 18px;
}

.tv{
    background-color: black;
    height: 80vh;

}

.line{
    box-shadow: 5px 10px 10px rgba(0,0,0,0.8) inset;
    height: 10px;
    background-color: grey;
    width: 100%;

}

.tv-content{

    display: flex;
    padding: 80px;

}

.tv-text{
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: flex-start;
    font-size: 20px;
    color: white;
    margin: 80px auto;
    max-width: 690px;
}

.tv-gif{
    
    margin: 0 auto;
    height: 50px;
    
  
   

}

.tv-gif-img{
    background-color: white;
    background: url("https://assets.nflxext.com/ffe/siteui/acquisition/ourStory/fuji/desktop/tv.png");
}

.tv-video video{
    width: 500px;
    grid-column: 1;
    grid-row: 0;
}

.tv-gif img{

    width: 400px;

}

.tv-text2{
    position: absolute;
    left:50%;
    display: flex;
    flex-direction: column;
    gap:20px;
    align-items: flex-start;
    font-size: 20px;
    color: white;
    margin: 80px auto;
    max-width: 640px;
    
}
.tv-text2 h1{

    width: 590px;
    font-weight: bold;
    font-size: 52px;

}
.tv-video2 img{

    width: 400px;
    zoom: 130%;

}
.tv-gif2{

    position: relative;

}

.tv-video2 , .animation{

    position: absolute;
    top: 0;
    left: 0px;

}

.animation{
    display: flex;
    gap: 30px;
    border-radius: 15px;
    border: 2px solid grey;
    padding: 2% 15%;
    padding-left: 4%;
    padding-right: 4%;
    margin: 56% 20%;
    background-color: black;
    color: aliceblue;
    z-index: 10;
   
}

.aimg img{

    
    width: 40px;

}

.agif img{

    width : 50px;
    align-self: flex-start;
}

.aheading{
    align-self: center;
}

.aheading h2{
    align-items: center;
    font-size: 12px;

}

.aheading h3{
     gap:10px;
     font-size: 14px;
     color: blue;

}
.tv2{
    height:80vh;

}
.accordion {
    margin-top: 5px;
    background-color: rgb(57, 57, 57);
    color: white;
    cursor: pointer;
    padding: 18px 20px;
    width: 73%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-size: 28px;
  }
  
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
    
    background-color: grey;
  }
  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
    font-size: 29px;
    margin-top: 2px;
    padding: 6px 18px;
    width: 70%;
    color: white;
    background-color: grey;
    display: none;
    overflow: hidden;
    transition: display 0.2s;
  }

  .accordian{
    background-color: black;
  

  }

  .accor{

    padding-top: 2%;
    margin-left: 20%;
   
  }

  .accor-head{
    padding-top: 2%;
    color: white;
    text-align: center;
    font-size: 23px;
  }

  .form2{
    padding-top: 2%;
    padding-bottom: 2%;
  }

  .footer{
    background-color: black;
    color: grey;

    font-size: 15px;
    text-decoration: none;

  }

  a{

    text-decoration: none;
    color: grey;

  }

  a:hover{

    text-decoration: underline;
  }

  .foot-links{  

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;


  }

  .foot-container{

    margin-top: 5%;
    margin-left: 300px;
    width: 50%;

  }

  .foot-head{

    padding-bottom: 5%;

  }

  .lang2{

    padding-top: 2%;

  }

  .lang2 select {

    padding: 10px;
    background: transparent;
    color: white;

  }

  .lang2 option{

    background: black;
    color: white;
    padding: 20px;

  }
  
  .netflix{

    padding-top : 2%;
    padding-bottom: 2%;

  }

  @media only screen and (max-width : 1025px) {
    
    .container{

      max-width: 100%;

    }
    

    .banner{

        width: 100%;
        max-width: 100%;

    }

    .tv{
        margin: 0%;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        overflow-y: hidden;
        overflow-x: hidden;


    }

    .tv-text{

        margin: 0%;
        margin-left: 16%;
        justify-items: center;

    }

    .tv-text h2{

        text-align: center;


    }

    .tv-gif{

        margin-top:2%;

    }

    .tv-video video{

        justify-content: center;
        align-self: center;
        justify-items: center;
        text-align: center;
        margin: 0%;
       
    }

    .tv-text h1{

        text-align: center;
        align-self: center;
        margin:0%;

    }

    .tv2{

        max-width: 100%;
        width: 100%;
        height: 120vh;
        overflow-x: hidden;
        overflow-y: hidden;

    }

    .tv-content2{

        margin-left: 10%;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        padding: 0%;

    }

    .tv-video2{

        margin-left: 12%;
        margin-top: 33%;

    }

    .tvv2-text{

       
        margin: 0%;
        justify-content: center;
        text-align: center;
        left: 0;
        align-self: center;
        align-items: center;

    }

    .tvv2-text h1{

        margin-top: 2%;
        margin-left: 50%;

    }
    .tvv2-text h2{

        margin-top: 2%;
        margin-left: 50%;
        width: 100%;
    }

    .tv-gif2{

        margin: 0%;
        padding: 0%;
        max-width: 100%;

    }

    .tv-content{


        margin-top: 5%;
        height: 100vh;
        max-width: 100%;
        padding: 0%;
        width: 100%;
        display: flex;
        flex-direction: column;

    }

    .tvv3{

        left: 0%;
        margin: 0%;
        align-items: center;
        justify-content: center;
        align-self: center;
        margin-left: 8%;

    }

    .tvv3 h1{

        text-align: center;
        margin: 0%;
        margin-left: 35%;
        width: 100%;

    }

    .tv3{

        height: 120vh;

    }

    .tvv3 h2{

        justify-content: center;
        text-align: center;
        align-self: center;
        align-items: center;
        width: 100%;
        margin-left: 35% ;

    }

    form{

        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    button{
      
        align-self: center;

    }


    .footer{

        max-width: 100%;
        width: 100%;
        margin: 0%;
    }

    .foot-container{

        padding: 10%;
        margin: 0%;
        margin-left: 10%;
        width: 60%;
        justify-content: center;

    }

  }

  @media only screen and (max-width : 768px) {

    .tv-content2{

        margin: 0%;

    }

    .tv-gif2{

        max-width: 100%;
        width: 100%;
        height: 100vh;

    }

    .tv-gif{

        width: 100%;
        max-width: 100%;

    }

    .tvv2-text{

        margin-left:8%;

    }

    .tv-video2{

        margin-left: 17%;

    }


    .tvv2-text h1{

        max-width: 100%;
        width: 100%;
        margin: 0%;
        text-align: center;
        justify-content: center;
    }

    .tvv2-text h2{
        text-align: center;
        max-width: 100%;
        width: 100%;
        margin: 0%;
        justify-content: center;
        align-items: center;
        align-self: center;
        justify-items: center;
        

    }

    .tvv3 h1{

       
        margin: 0%;
        margin-top: 2%;

    }

    .tvv3 h2{

        margin: 0%;

    }
    
    .tv-text {

        margin: 0%;

    }

    .tv-text h1{

        margin-left: 10%;

    }
    .tv-text h2{

        margin-left: 10%;

    }

   .tv-video video{
    
        margin-left: 17%;

    }
  }


  @media only screen and (max-width : 426px) {

    input[type=email]{

        width: 300px;
        padding: 10px;

    }
 
    .buttons{

        margin: 0%;
        width: 20%;
        gap: 27px;
        padding-right: 4%;

    }

    .netflix_logo{

        padding-right: 10%;

    }
    

    .head1 h1{

        font-size: 23px;

    }
    
    .head1 h2{

        font-size: 17px;

    }

    .form-body button{

        height: 65px;
        
        box-shadow: 40px 0px 10px rgba(0,0,0,0.9);

    }


    .tv-text h1{

        margin-left: 0%;
        font-size: 30px;


    }
    
    .tv-text h2{

        margin-top: 5%;
        margin-left: 5%;
        font-size: 20px;
        padding-right: 5%;

    }

    .tv-video video{


        margin-top: 10%;
        width: 70%;

    }

    .tv{

        height: 70vh;

    }

    .tv2{

        height: 90vh;

    }

    .tvv2-text h1{

        margin-top: 10%;
        font-size : 30px;

    }

    .tvv2-text h2{

        font-size : 17px;

    }

    .tv-gif2{

        margin:0%;

    }

    .tv-video2{

        margin: 0%;

    }
    .tv-video2 img{

        margin: 0%;
        margin-left: 5%;
        margin-top: 40%;
        width: 100%;

    }

    .animation{

        margin-top: 100%;
    }

    .aimg img{

        width: 30px;

    }

    .agif img{

        width: 30px;


    }


    .tv3{

        height: 100vh;

    }

    .tvv3 h1{

        font-size: 30px;
        margin-top: 10%;

    }
    .tvv3 h2{

        font-size: 23px;

    }

    .tvv2 img{

        margin-top:60%;
        margin-left: 2%;

    }


  }

  @media only screen and (max-width : 400px) {
    
    .tv{

        height: 60vh;

    }

    .tv2{

        height: 70vh;

    }

    .tv3{

        height: 70vh ;

    }
 
}

@media only screen and (max-width : 330px){

    .animation{

        width: 60%;
        margin-top:110%;

    }

    .agif img{

       
        margin:0%;
        padding: 0%;
        display: none;
        

    }

    .tv-video2 img{

        margin-top : 60%;

    }

    .aimg img{

        width: 100%;

    }


    .tv3{

        height: 100vh;

    }

    .tvv2 img{

        margin-top : 100%;

    }

    .netflix_logo{

        margin: 0%;

    }
}


  
