@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*netflix sans font */
@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 100;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Th.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 300;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Lt.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Lt.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 400;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Rg.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Rg.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 500;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Md.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Md.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 700;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Bd.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Bd.woff) format("woff")
}

@font-face {
    font-display: optional;
    font-family: Netflix Sans;
    font-weight: 900;
    src: url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Blk.woff2) format("woff2"),url(https://assets.nflxext.com/ffe/siteui/fonts/netflix-sans/v3/NetflixSans_W_Blk.woff) format("woff")
}
/*netflix sans end*/

*{
    box-sizing: border-box;
    margin: 0;
    font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
}
html{
    scroll-behavior: smooth;
}

header{
    width: 100%;
    height: 90px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    z-index: 2;
}
.logo{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}
.btns{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-left: 190px;
    gap: 15px;
    background-color: transparent;
}
.logo img{
    width: 170px;
}
#LangBtn{
    width: 126px;
    height: 29px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    border-radius: 4px;
}
.sign{
    width: 76px;
    height: 29px;
    background-color: #e50914;
    color: #fff;
    border: 1px;
    border-radius: 4px;
    cursor: pointer;
}
.sign:hover{
    background-color: #c11119;
}
.transilate{
    position: relative;
    width: 130px;
    display: flex;
    align-items: center;
}
#iconLan{
    position: absolute;
    font-size: 15px;
    left: 12px;
    color: #fff;
}
.transilate select option{
    background-color: transparent;
    color: #000;
}

#home{
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding-top: 200px;
}
.background #bgimg{
    width: 100%;
    height: 100vh;
    position: absolute;
}
.bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
}
.homeElement{
    color: #fff;
    font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
}
.homeElement h1{
    font-weight: 900;
    font-size: 3rem;
}
.homeElement p{
    font-size: 19.2px;
    line-height: 40px;
    font-weight: 400;
}
.form{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    
}
.form input{
    background-color: transparent;
    border: .2px solid #919191;
    border-radius: 4px;
    height: 50px;
    width: 350px;
    font-size: 20px;
    color:#919191 ;
}
.formBtn{
    width: 220px;
    height: 50px;
    background-color: #e50914;
    color: #fff;
    border: 1px;
    font-size: 25px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
}
.formBtn:hover{
    background-color: #c11119;
}
/* #sec2{
    width: 100%;
    height: 70vh;
    background-color: #000;
    margin-top: 4px;
    box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -webkit-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
} */

section{
    width: 100%;
    height: 80vh;
    background-color: #000;
    margin-top: 4px;
    box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -webkit-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
}
.caption{
    width: 50%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}
.caption h1{
    font-size: 45px;
    font-size: 47px;
    letter-spacing: 1px;
}
.imageSec{
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.imageSec img{
    width: 400px;
    z-index: 2;
}
.imageSec video{
    position: absolute;
    width: 290px;
    margin-bottom: 12px;
}
.caption p{
    font-size: 20px;
    font-weight: 300;
    margin-left: 80px;
    margin-top: 25px;
    letter-spacing: 2px;
}
#section2 .caption{
    align-items: start;
}
#section2 .caption p{
    margin-left: 0;

}
#section3 .imageSec video{
    position: absolute;
    width: 253px;
    margin-bottom: 110px;
}
#section3 .caption p{
    margin-left: 45px;
}
#section4 .caption p{
    margin-left: 30px;
}
#section5{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150vh;
}
#section5 h1{
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}
#section5 ul{
    gap: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#section5 ul li{
    color: #fff;
    list-style: none;
    border: 1px;
    background-color: #2d2d2d;
    width: 900px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    
}
#section5 .box{
    height: 50px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#section5 p{
    margin-top: 45px;
    color: #fff;
    font-size: 20px;
}
footer{
    width: 100%;
    height: 65vh;
    background-color: #000;
    margin-top: 4px;
    box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -webkit-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    -moz-box-shadow: 0px -7px 5px 0px rgba(0,0,0,0.69);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.call{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 25px;
    margin-left: 39px;

}
.call a{
    color: #b3b3b3;
}
.list{
    width: 80%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    
    
}
.list ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}
.list ul li{
    list-style: none;
}
.list ul li a{
    
    color: #b3b3b3;
}
.btnNetflix{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.transilate2{
    left: 38px;
    top: 15px;
   
}
.netflixIn{
    color: #b3b3b3;
    margin-top: 25px;
    margin-left: 39px;
}