* {
    padding: 0;
    margin: 0;
}
.main{
    background-image: url(NETFLIXCOV.jpg);
    height: 100vh ;
    position: relative;
    
}

.main .box{
    height: 100vh;
    width: 100%;
    opacity: 0.67;
    background-color: black;
    position: absolute;
    top: 0;
}
body{
    background-color: black;
}
.LOGO {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; /* make z-index work */
  z-index: 10; /* bring it above the background */
  padding: 0 120px;
}
.BUTTONS {
  position: absolute;
  top: 30px;
  right: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 10;
}
h1 {
    color: white;
    font-size: 1.4cm;
    align-items: center;
    z-index: 10;
    position: relative;
    padding-top: 125px;
    
    padding-bottom: 20px;
    
    text-align: center;
    
    
    
}
h2{
    color: white;
    font-size: 0.55cm;
    align-items: center;
    z-index: 10;
    position: relative;
    
    
    text-align: center;

}
h3{
    color: white;
    font-size: 0.45cm;
    align-items: center;
    z-index: 10;
    position: relative;
    margin-top: 25px;
    text-align: center;
   
}
.BUTTONS select{
    background: transparent;
    border: 1px solid white;
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    cursor: pointer;


}
.BUTTONS button {
  background-color: #e50914;
  border: none;
  color: white;
  padding: 8px 16px;
  border-radius: 4px;
  font-weight: 500;
  cursor: pointer;
}
.BUTTONS select:focus,
.BUTTONS select:active {
    background-color: white;
    color: black;

}

.emailaddress {
    
    width: 9.2cm;
    font-family: sans-serif;
    text-align: left;
    justify-content: center;
    padding-top: 15px ;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-left: 425px;
    margin-top: 10px;
    color: white;
    

    z-index: 50;
    
    position: absolute;
    background: rgba(0,0,0,0.5);
    border: 1px solid white;
    border-radius: 4px;
    font-size: 0.5cm;
    
    
    
}
.getstarted button{
    z-index: 50;
    color: white;
    background-color: red;
    position: absolute;
    height: 1.3cm;
    width: 5.5cm;
    font-size: 0.6cm;
    font-weight: 600;
    margin-top: 15px;
    margin-left: 805px;
    align-items: center;
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    border-radius: 6.5px;
    cursor: pointer;
    


}
.getstarted{
    display: flex;
}

.trendingrow {
    margin-left: 60px;
    margin-top: 30px;
    
    display: flex;
    gap: 25px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding-bottom: 15px;
    
}
.trendingrow img{
    border-radius: 6px;
}
.trending h2{
    text-align: left;
    margin-left: 60px;
    font-size: 1cm;
}
.FAQs {
  background-color: #000;
  color: white;
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
}

.FAQs h2 {
  text-align: left;
  margin-bottom: 30px;
  font-size: 1cm;
}

details {
  margin-bottom: 15px;
  border-bottom: 1px solid #333;
}

summary {
  cursor: pointer;
  padding: 15px;
  font-size: 0.8cm;
  position: relative;
}
details p {
  padding: 15px;
  margin: 0;
  line-height: 1.5;
  font-size: 0.7cm;
}
.footer{
    font-size: 0.6cm;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}
.footer button{
    z-index: 50;
    color: white;
    background-color: red;
    position: absolute;
    height: 1.45cm;
    width: 5.5cm;
    font-size: 0.6cm;
    font-weight: 600;
    margin-top: 10px;
    align-items: center;
    
    border: none;
    border-radius: 6.5px;
    cursor: pointer;
    margin-left: 150px;
}
.footer label {
    display: flex;
    height: 1.45cm;
    width: 9.2cm;
    font-family: sans-serif;
    text-align: left;
    justify-content: center;
    
    padding-left: 95px;
    padding-bottom: 15px;
    
    

    color: white;
    

    z-index: 50;
    
    position: absolute;
    background: rgba(0,0,0,0.5);
    margin-bottom: 15px;
    padding-bottom: 80px;
    border-radius: 4px;
    font-size: 0.5cm;
    margin-left: 150px;
    
    
    

}
