html, body{
  margin:0;
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: white;
  background-color: black;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

header{
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.05)), url('img/background_img.jpg');
  height: 95vh;
}
nav img{
  width:150px;
  height:35px;
  vertical-align: middle;
}
nav a.logo {
  display: inline-block;
  line-height: 90px;
  margin-left: 3%;
}
header nav {
  height: 90px;
}
nav .signin{
  color:#fff;
  float:right;
  background-color: #e50914;
  line-height: normal;
  margin-top: 18px;
  margin-right: 3%;
  padding: 7px 17px;
  font-weight: 400;
  border-radius:3px;
  font-size: 16px;
  text-decoration: none;
}

#pitch{
  margin: 0% 30%;
  position: absolute;
  top: 35%;
  font-size: 1.8vw;
  text-align: center;
}

.pitch_title{
  font-size: 2em;
  margin: 0 0 0.1em;
  font-weight: 700;
}

.pitch_subtitle{
  margin: 0.5em 0.2em;
  top: 35%;
  font-size: 1.8vw;
}

input[type=email] {
 width:100%;
 line-height: normal;
 padding: 16px 1em;
 margin: 10px 0 15px 0;
 display: inline-block;
 border-right: 0.03em solid blue;
 background: #fff;
}

.btn{
  width:60%;
  font-size: 18px;
  letter-spacing: 1.9px;
  font-weight: 300;
  padding: 16px 1em;
  margin: 10px 0 15px 0;
  color: #fff;
  background-color: #e50914;
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
  font-family: Arial, sans-serif;
  border-radius: 2px;
  border: none;
}
nav .signin:hover, .btn:hover {
  background: #f40612;
}
input[type=email]:focus {
  outline: 0.03em solid blue;
}
.user_info{
  display:flex;
}
.text_enter{
  margin: 0.2em 0;
  font-size: 17px;
}
#styled_video_container {
    position: relative;
    padding-top: 15px;
    padding-bottom: 30%;
    margin-left: 40%;
    height: 0;
  }

#styled_video_container video {
    box-sizing: border-box;
    background: url('img/tv.png') center center no-repeat;
    background-size: contain;
    padding: 11.5% 24.5% 12.8%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.sections{
  padding-bottom: 4em;
  border-bottom: 0.5em solid #303030;
}
.first-sec_text {
  margin: 12% 55% 14% 7%;
  position: absolute;
  font-size: 1.8vw;
}
.second-sec_text {
  margin: 11% 7% 14% 50%;
  position: absolute;
  font-size: 1.8vw;
}
#second-sec, #third-sec{
  display: flex;
  flex-wrap: wrap;
  
}

#video_container_two {
    width: 605px;
    height: 441px; /* Adjust TV image height */
    position: relative;
    margin-top: 5%;
    margin-left: 47%;
}
#video_container_two:after {
    content: '';
    display: block;
    background: url('img/device-pile.png') no-repeat top left transparent;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10;
}
#video_container_two video {
    position: absolute;
    top: 2px;
    left: 120px;
    z-index: 5;
}
.FAQ_title {
  margin: 5% 25%;
  font-size: 1.8vw;
  background: none;
}
#fourth-sec .Questions{
  background-color:none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Questions{
  max-width: 55rem;
  margin: -10% auto;
  padding: 111px 1.5rem;
}
#fourth-sec .FAQ-item{
  background-color: #303030;
  margin-bottom: 0.7rem;
  padding: 1rem;
  box-shadow: .5rem 2px .5rem rgba(0,0,0,.1);
}
.faq-link{
  width:100%;
  font-size: 1.6rem;
  color:white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.faq-link ion-icon{
  color: #e7d5ff;
  padding: .5rem;
}
.faq-link ion-icon .icon2{
  display: none;
}
#fourth-sec > div .answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  background-color: #212838;
  transition: max-height 600ms;

}
.answer::before{
  content: "";
  position: absolute;
  width: .6rem;
  height: 90%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.answer p{
  color: rgba(255,255,255,.6);
  font-size: 1.4rem;
  padding: 2rem;
}
.FAQ-item:target .answer{
  max-height: 20rem;
}
.FAQ-item:target .faq-link .icon1{
  display: none;
}
.FAQ-item:target .faq-link .icon2{
  display: block;
}
#fourth-sec .user_info{
  justify-content: center;
  margin: 5% 28% 1%;
}
#fourth-sec .text_enter{
  margin: 0 29%;
}
.columns{
  display: flex;
}
.columns.flex-wrap{
  flex-wrap: wrap;
}
.column{
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}
.column.is-25{
  flex:none;
  width:25%;
}
.size-90{
  width:90%;
}
footer{
  padding-top: 20px;
  color: #999;
  max-width: 1000px;
  margin: 50px 200px;
}
footer a{
  color:#999;
  text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}
footer p{
  margin: 20px 0 34px;
}
footer > ul{
  margin: 0;
  padding: 0;
}
footer > ul > li{
  list-style: none;
  margin: 0 0 16px;
  padding-right: 12px;
  min-width:100px;
  font-size: 13px;
}
footer > p.final_line{
  font-size: 13px;
}
