*{
    box-sizing: border-box;
    margin:0;
    padding: 0;
}
body{
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    background-color: black;
    color:white;
   
}
.container ::before{
    content:"";
    background: url(images/header-image.png)no-repeat center center/cover;
    position: absolute;
    height: 100%;
    width:100%;
    opacity: 0.3;
    z-index: -1;
    
}
.navbar{
    height: 100px;
    display: flex;
}
.left{
    height: 100%;
    display: flex;
    float: left;
}
.left img{
    height: 100px;
    position: absolute;
    left:35px;
    top:20px;
}
.right{
    display: flex;
    height: 100px;
    float:right;
    position: absolute;
    right: 50px;
    padding-right: 50px;
    
}
#language{
    position: relative;
    right: 20px;
    margin: auto;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    padding: 7px 10px;
    color: white;
    background: none;
    cursor:pointer;
    margin-left: 15px;   
}
option{
    background-color: gray;
}
button{
border-radius:4px; 
margin: auto;
align-items: center;
justify-content: center;
font-size:18px;
font-weight: 400;
padding: 7px 17px;
background: #e50914;
cursor:pointer;
outline:none;
border: none;
}
a{
    text-decoration: none;
    color: white;
}
.title{
    position: absolute;
    top:280px;
    left:280px;
    padding: 70px,45px;
}
.title .heading h1{
    width: 950px;
    margin: auto;
    font-size: 3.1rem;
    text-align: center;
}

.title .heading h2{
    width: 650px;
    margin: auto;
    font-size: 1.6rem;
    text-align: center;
}
 .title .heading h3{
    font-size: 1rem;
    margin: 18px 0;
    text-align: center;
}
input{
    
    height: 60px;
    width:450px;
    background: none;
    color: white;
    margin-left: 75px;
    padding: 20px;
    font-size: 20px;
    outline:none
}
::placeholder {
    color:white;
    opacity: 1; /* Firefox */
  }
  
.email button{
    margin: auto;
    height: 60px;
    width:180px;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    padding: 7px 17px;
    background: #e50914;
    cursor: pointer;
}
.enjoy{
    margin: auto;
    position: relative;
    display: flex;
    top:500px;
    background-color: rgb(128, 122, 122);
    height: 480px;
    
}
.left1{
    margin-top: 5px;
    height: 480px;
    width: 50%;
    background-color:black;

}
.left1 h1{
    width: 200px;
    font-size: 3.1rem;
    white-space: nowrap;
    padding-top: 150px;
    padding-left: 100px;
}
.left1 h3{
    width: 200px;
    font-size: 1.5rem;
    white-space: nowrap;
    padding-top: 30px;
    padding-left:100px;
}
.right1{
    margin-top: 5px;
    height: 480px;
    width: 50%;
    background-color: black;
}
.shows{
    margin: auto;
    position: relative;
    display: flex;
    top:500px;
    background-color: rgb(128, 122, 122);
    height: 490px;
    
}
.left2{
    top:15px;
    margin-top: 5px;
    height: 480px;
    width: 50%;
    background-color:rgb(0,0,0);

}
.left2 img{
    margin-left: 200px;
    margin-top: 80px;

}

.right2{
    margin-top: 5px;
    height: 480px;
    width: 50%;
    background-color: black;
}

.right2 h1{
    width: 200px;
    font-size: 3.1rem;
    white-space: nowrap;
    padding-top: 150px;
    padding-left: 100px;
}
.right2 h3{
    width: 200px;
    font-size: 1.5rem;
    white-space: nowrap;
    padding-top: 20px;
    padding-left: 100px;
}
.watch{
    margin: auto;
    position: relative;
    display: flex;
    top:490px;
    background-color: rgb(128, 122, 122);
    height: 500px;
    
}
.kids{
    margin: auto;
    position: relative;
    display: flex;
    top:470px;
    background-color: rgb(128, 122, 122);
    height: 490px; 
}
.faq {
    position: relative;
    top:530px;
    background-color:black;
    height: 800px; 
    text-align: center;
    font-size: 18px;
}
.faq h1{
    font-weight: 500px;
    font-size: 40px;
}
.accordion {
    margin:60px auto;
    width:100%;
    max-width: 750px;
}
.accordion li{
    list-style: none;
    width: 100%;
    padding: 5px;
  
}
.accordion li label{
    display: flex;
    border-radius: 4px;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    font-weight: 500;
    background: #303030;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}
label::after{
    content:'+';
    font-size: 40px;
    position: absolute;
    right: 30px;
    transition: transform 0.5 seconds;
}
input[type="radio"]{
    display: none;
}
.accordion .content{
    background: #303030;
    line-height: 26px;
    text-align: left;
    padding: 0 10px;
    max-height: 0;
    overflow: hidden;
   transition: max-height 0.5s;
    
}
.accordion label + input [type="radio"]:checked  + .content{
    max-height: 500px;
    
}

input[type="radio"]:checked + label ::after{
    transform: rotate(135deg);
}
.faq .email {
    padding-top: 20px;
}
.faq .email input {
    background-color: rgb(54, 49, 49); 
}
.footer{
    margin:auto;
    position:relative;
    top:490px;
    background-color:black;
    height: 500px;
    border-top: 3px solid gray;
  }
.footer .list1{
    padding-top: 50px;
    display:flex;
    justify-content:space-evenly;
    background-color:black;
    height:300px;
}
 h4{
    padding-top: 40px; 
    margin-left: 150px;
}
.one,.two,.three{
    background-color:black;
    height: 250px;
    width: 250px;
}
.one ul,.two ul,.three ul{
    list-style-type:none;
    line-height:2.5;
}
.last{
    margin-left: 150px;
}
h5 {
    margin-top: 20px;
    margin-left: 150px;
}
