body {
    background-image: url('netflix-background.png'); 
    background-size: cover;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
}

.logo {
    position: absolute;
    top: 20px;
    left: 20px;
}

.logo img {
    width: 150px; }


.language-select {
    position: absolute;
    top: 20px;
    right: 150px;
    font-family: Arial, sans-serif;
}


.language-select select {
    
    padding: 5px;
    border: none;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border-radius: 3px;
    font-size: 14px;
    margin-top: 50px;
}


.sign-in-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    margin-top: 46px; 
}

.sign-in-btn button {
    padding: 10px 20px;
    background-color: #e50914;
    color: white;
    border: none;
    border-radius: 3px;
    font-size: 16px;
    cursor: pointer;
}

.sign-in-btn button:hover {
    background-color: #f40612;
}
.center-content {
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100vh;
    width : 100vw;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    
}

.center-content h1{
        font-size: 3rem;
        margin: 20px 0;
        display: flex;
        flex-direction: column;

}

.center-content h3{
    font-size: 1.2rem;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.center-content 
input[type="email"] {
    height: 25px;
    width: 100px;
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    border: 2px solid white;
    margin-top: 10px;
    width: 250px;
    background-color:transparent;
    color: white;
}



.center-content button {
    padding: 10px 20px;
    background-color: #e50914;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    

}

.center-content button:hover {
    background-color: #f40612;
}

.second-page {
    /* margin-top: 10px; */
    height: 500px;
    width: 100%;
    background-color: black;
    color: white;
    /* border: 10px black solid; */

}


.text {
    padding: 5rem;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    
    color: #fff;
}

.animation {
    height: 10px;
    width: 400px;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: center;
    margin-right: 150px;
    margin-bottom: 150px;
}

.third-page {
    /* margin-top: 10px; */
    height: 500px;
    width: 100%;
    background-color: black;
    color: white;

}


.text3 {
    padding: 5rem;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: right;
    text-align: right;
    
    color: #fff;
}

.secondpageanimation {
    height: 200px;
    width: 400px;
    position:absolute;
    left: 0;
    align-items: center;
    justify-content: center;
    margin-right: 150px;
    margin-bottom: 150px;
}

.fouth-page {
    /* margin-top: 10px; */
    height: 500px;
    width: 100%;
    background-color: black;
    color: white;

}


.text4 {
    padding: 5rem;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: left;
    text-align: left;
    
    color: #fff;
}

.fouth-page-animation {
    height: 150px;
    width: 500px;
    position:absolute;
    right: 0;
    align-items: center;
    justify-content: center;
    margin-right: 150px;
    margin-bottom: 150px;
}

.fifth-page {
    /* margin-top: 10px; */
    height: 500px;
    width: 100%;
    background-color: black;
    color: white;

}


.text5 {
    padding: 5rem;
    display: flex;
   flex-direction: column;
    justify-content: center;
    align-items: right;
    text-align: right;
    
    color: #fff;
}

.fifth-page-animation {
    height: 250px;
    width: 500px;
    position:absolute;
    left: 0;
    align-items: center;
    justify-content: center;
    margin-right: 150px;
    margin-bottom: 0px;
}

/* footer{
    margin-top: 15px;
} */

.foot-panel1 {
    background-color: black;
    color: white;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.85rem;
}

.foot-panel2 {
    background-color: black;
    color: white;
    height: 300px;
    display: flex;
    justify-content: space-evenly;

}

ul{
    margin-top: 20px;
}

ul a{
    display: block;
    font-size: 0.85;
    margin-top: 10px;
    color: #dddddd;
}

.foot-panel3{
    background-color: black;
    color: white;
    border-top:0.5px solid  white;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logolast{
    background-image: url("netflixlast.png");
    background-size: cover;
    height: 50px;
    width: 100px;
}

.foot-panel4{
    background-color: #0f1111;
    color: white;
    height: 80px;
    font-size: 0.7rem;
    text-align: center;
}

.pages{
      padding-top: 25px;
}

.copywright{
    padding-top: 5px;
    
}

@media only screen and (max-width: 768px) {
    body {
      height: auto;
      background-size: cover;
    }
  
    .logo img {
      width: 120px;
    }
  
    .language-select {
      right: 20px;
      font-size: 12px;
    }
  
    .language-select select {
      font-size: 12px;
    }
  
    .sign-in-btn {
      right: 20px;
      margin-top: 60px; 
    }
  
    .sign-in-btn button {
      padding: 8px 16px;
      font-size: 14px;
    }
  
    .center-content h1 {
      font-size: 2rem;
    }
  
    .center-content h3 {
      font-size: 1rem;
    }
  
    .center-content input[type="email"] {
      width: 200px;
    }
  
    .second-page, .third-page, .fouth-page, .fifth-page {
      height: auto;
    }
  
    .text, .text3, .text4, .text5 {
      padding: 2rem;
      align-items: center;
      text-align: center;
    }
  
    .animation, .secondpageanimation, .fouth-page-animation, .fifth-page-animation {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px;
      height: auto;
    }
  
    .foot-panel2 {
      flex-direction: column;
      align-items: center;
    }
  
    .foot-panel2 ul {
      padding: 0;
    }
  
    .foot-panel2 ul a {
      font-size: 0.75rem;
    }
  }



