@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: poppins;
    background-color: #000;
    color: #fff;
}

.landing_header{
    width: 100vw;
    height: 100vh;
    background-image: url(./images/header_background.png);
    background-size: cover;
    background-position: center;
    padding: 10px 8%;
    position: relative;
} 

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.nav_btns{
    display: flex;
    flex-direction: row;
    gap: 2em;
} 

.lang_btn{
    display: flex;
    flex-direction: row;
    background-color: hsla(0, 9%, 7%, 0);
    padding: 8px;
    gap: 4px;
    border: 1px white solid;
    border-radius: 4px;
    cursor: pointer;
}

.lang{
    color: #fff;

}

.signin_btn{
    background-color: #ff0000;
    padding: 8px 20px; 
    border: 0;
    outline: 0;
    border-radius: 4px;  
    cursor: pointer;
}

.signin{
    color: #fff;
    font-size: 18px;
}

.logo{
    width: 150px;
}

.header_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.header_txt h1{
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.3em;
    margin-bottom: 0.2em;
}

.header_txt h4{
    font-weight: 400;
    margin-bottom: 1em;
    font-size: 24px;
}

.subscribe{
    font-weight: 500;
    font-size: 19px;
    margin-bottom: 1rem;
}

.signup_email{
    display: flex;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.signup_email input{
    flex: 1;
    border: 0;
    outline: 0;
    margin-left: 20px; 
    padding: 1.6rem 1.8rem;

}

.start{
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #ff0000;
    border: 0;
    outline: 0;
    color: #fff;
    font-size: 1.7rem;
    padding: 0.63em 1.4em;
    cursor: pointer;
}

main{
    width: 100%;
}

.demarcate{
    width: 100vw;
    border: 4px solid #353434;
}

.landing_rect{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2em 12em;
}

.sec_heading{
    font-weight: 700;
    font-size: 3.5rem;
    margin-bottom: 1rem;
}

.sec_paragraph{
    font-weight: 300;
    font-size: 26px;
    width: 80%;
}
.front{
    background-image: url(./images/landing_img0302.png);
    background-size: 60% 50%;
    background-repeat: no-repeat;
    background-position: 110px 20px;
}

.frequent_question{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.frequent_question h2{
    font-weight: 700;
    font-size: 3rem;
    margin-top: 5rem;
    margin-bottom: 4rem;
}

.question{
    display: flex;
    justify-content: space-between;
    background-color: #252424;
    width: 60%;
    margin-bottom: 12px;
    padding: 18px 18px;
}

.question p{
    font-weight: 300;
    font-size: 24px;
    
}

.bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
    margin-bottom: 5rem;
}

.bottom .signup_email{
    width: 50%;
}

footer{
    width: 100%;
    font-weight: 300;
    color: #808080;
    padding: 4rem 10rem 3rem 2rem;
}

.phone{
    font-size: 18px;
    margin-bottom: 2rem;
}

.footer_nav{
    width: 80%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.footer_nav p{
    width: 25%;
    margin-bottom: 1rem;
    font-size: 14px;
}


.language_btn{
    display: flex;
    flex-direction: row;
    padding: 12px;
    gap: 4px;
    border: 1px solid #808080;
    background-color: #000;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 2rem;
}

.language{
    color: #808080;
}

.location{
    font-size: 14px;
}

.signin_page{
    background: url(./images/image\ 2.png);
    width: 100vw;
    height: 100%;
    background-size: cover;
}


.signin_box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 2rem 33rem 2rem 39rem;
    padding: 4rem 4.5rem;
    border-radius: 4px;
}

.signin_header .logo{
    margin-top: 20px;
    margin-left: 55px;
}

.signin_box h4{
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.signin_form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.signin_form input{
    background-color:#333333;
    color: #fff;
    border: 0;
    outline: 0;
    border-radius: 4px;
    padding: 0.9rem 6rem 0.9rem 1rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
    
}

.signin_form button{
    background-color: #E50914;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.12px;
    text-align: center;
    border: 0;
    outline: 0;
    border-radius: 4px;
    padding: 0.9rem 0;
    margin-top: 1.3em;
    cursor: pointer;
}

.help{
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 500;
    color: #b3b3b3;
    gap: 8.15em;
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 2em;
    cursor: pointer;
}

.facebook{
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-top: 2em;
    margin-bottom: 1.2em;
    cursor: pointer;
}

.facebook img{
    width: 20px;
    height: 20px;
}

.facebook p{
    font-size: 13px;
    font-weight: 500;
    color: #737373;
}

.new_member{
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.new{
    font-weight: 500;
    font-size: 16px;
    color: #737373;
}

.new_signup{
    cursor: pointer;
}

.recaptcha{
    font-weight: 400;
    font-size: 13px;
    color: #8c8c8c;
    line-height: 15.3px;
    margin-top: 1em;
}

.signin_footer{
    background-color: #000;
    opacity: 0.7;
}

.footer_text{
    padding: 3em 25em;
}
.phone{
    color: #757575;
}

.signin_footer_nav{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 12em;
    flex-wrap: wrap;
    font-weight: 400;
    font-size: 13px;
    line-height: 16.6px;
    color: #757575;
}

.second{
    gap: 4.2em;
    margin-top: 1.5em;
    margin-bottom: 2.5em;
}

.profiles_page{
    width: 100%;
    height: 100%;
    padding: 2rem;
}

.profiles{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5em;
    margin-bottom: 7em;
}

.profile_pics{
    display: flex;
    text-align: center;
    color: #6D6D6E;
    font-weight: 400;
    font-size: 26px;
    margin-bottom: 1.8em;
    cursor: pointer;
}

.user{
    font-weight: 400;
    font-size: 4rem;
    margin-bottom: 1em;
}

.lower_text{
    font-weight: 400;
    font-size: 26px;
    line-height: 2.2em;
    color: #808080;
    border: 1px solid #808080;
    padding: 1px 1.5em;
    cursor: pointer;
}

.profile_pics figure{
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.home_page{
    width: 100%;
}

.menu_bar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 1.5em 4em;
}

.home_logo{
    width: 111px;
}

.left_menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 3em;

}

.left_menu ul{
    list-style: none;
    display: flex;
    gap: 1.5rem;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.ana{
    font-weight: 900;
}

.right_menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 1.5rem;
    align-items: center;
    cursor: pointer;
}

.giftbox{
    margin-right: 1.5rem;
}

.bell{
    margin-right: 1.5rem;
}

.highlighted{
    background: url(./images/userside/MainMoviePoster.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-left: 4rem;
}

.movie_name{
    margin-top: 13em;
}

.rank{
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0px;
}

.rank span{
    font-weight: 500;
    font-size: 30px;
}

.rank_paragraph{
    width: 48%;
    font-weight: 400;
    font-size: 26px;
}

.highlighted_buttons{
    display: flex;
    gap: 1em;
    margin-top: 1em;
    margin-bottom: 2.5em;
}

.highlighted_buttons button{
    border-radius: 5px;
    outline: 0;
    border: 0;
}

.more_info{
    display: flex;
    align-items: center;
    padding-left: 3em;
    padding-right: 3em;
    background: #FFFFFF4D;
    gap: 20px;
}

.button_text{
    font-weight: 500;
    font-size: 22px;
    color: #fff;
}

.left_arrow{
    margin-left: -60px;
    margin-bottom: 70px;
}

.home_page h5{
    font-weight: 500;
    font-size: 26px;
    color: #E5E5E5;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.home_page section{
    width: 100%;
    padding-left: 4rem;

}

.homepage_footer{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 1.2em 15em;
}

.social_icons img{
    margin-top: 2em;
    margin-right: 15px;
    margin-bottom: 16px;
    cursor: pointer;
}

.nav_links{
    display: flex;
    flex-direction: row;
    gap: 10em;
    margin-bottom: 1rem;
}

.column1{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.column2{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.column3{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.column4{
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

a{
    text-decoration: none;
    color: #808080;
    font-weight: 400;
    font-size: 13px;
}

.hizmet{
    width: 10%;
    color: #808080;
    font-weight: 400;
    font-size: 13px;
    background: none;
    border: 1px solid #808080;
    padding: 10px 15px;
    margin-bottom: 1rem;
    cursor: pointer;
}

.copyright{
    font-weight: 300;
    font-size: 11px;
    color: #808080;
}

.hidden{
    display: none;
}