/* Phone View */
body{
    background-color: black;
    color: white;
}

.Main1{
    width: 100%;
    height:fit-content;
    background-image: url('NG-en-20250721-TRIFECTA-perspective_87d087cb-867d-4ab5-95af-24b7462834d1_large.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.Hero-Section {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    opacity: 70%;
    width: 100%;
    height: 100%;
    background-blend-mode: overlay;
    z-index: 0;
}

.hero-txt{
    position: relative;
    z-index: 1;
    color: white;
    padding: 5px;
    text-align: center;
}

nav{
    display: flex;
    justify-content: space-between;
    padding: 0px 5px;
}

.netflix-logo{
    width: 150px;
    height: 60px;
}

.signin{
    background-color: red;
    border: none;
    height: fit-content;
    border-radius: 10px;
    padding: 10px 22px 10px 22px;
    margin-top: 6px;
    cursor: pointer;
}

.signin a{
    text-decoration: None;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    font-family: sans-serif;
}

.signin:hover {
    background-color: brown;
}

.Unlimited{
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 29px;
    padding: 10px;
}

.Unlimited br{
    display: none;
}

.Start-at{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}

.Email-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.Email-btn input{
    width: 255px;
    height: 48px;
    padding-left: 10px;
    font-size: 18px;
    border: 2px solid rgb(221, 218, 218);
    background-color: transparent;
    border-radius: 5px;
    color: white;
}


.Get-Started{
    background-color: red;
    width: 161px;
    height: 50px;
    font-size: 20px;
    font-family: sans-serif;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 5px;
    cursor: pointer;
}

.Get-Started:hover{
    background-color: brown;
}

/* Main2 */

.Main2-H2s{
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.Trending-img{
    display: flex;
    overflow: scroll;
}

.films img{
    width: 133px;
    height: 176px;
}

.More-div{
    display: flex;
    flex-direction: column;
    justify-self: center;
    gap: 20px;
}

.Enjoy{
    padding: 20px;
    width: 88%;
    height: fit-content;
    border-radius: 20px;
    background: linear-gradient(160deg, #1f1347 50%,#46113d);
}

.Enjoy-txt{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
}

.txt2{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.enjoy-img{
    justify-self: right;
}

.M2FAQ{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-self: center;
}

.FAQList{
    justify-self: center;
    width: 285px;
    height: 72px;
    background-color: rgb(46, 44, 44);
    align-content: center;
    padding-left: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    display: grid;
    grid-template-columns: 85% 15%;
    cursor: pointer;
}

.FAQList:hover{
    background-color: rgb(68, 65, 65);
}

.FAQList span{
    font-size: 26px;
}

.ready-grp{
    margin-top: 50px;
}

.Ready-to{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.main2-email{
    display: flex;
    flex-direction: column;
    justify-self: left;
    gap: 16px;
}

.main2-email input{
    width: 280px;
    height: 50px;
    padding-left: 10px;
    font-size: 18px;
    border: 2px solid rgb(221, 218, 218);
    background-color: transparent;
    border-radius: 5px;
    color: white;
}

footer{
    margin-top: 55px;
}

.Question a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: rgb(199, 198, 196);
}

.FHAM ul{
    list-style: none;
    margin-left: -35px;
    line-height: 30px;
}

.FHAM a{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color:rgb(199, 198, 196);
}

.Select{
    margin-top: 50px;
}

.Select select{
    background-color: rgb(2, 2, 2);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    border-radius: 5px;
    width: 124px;
    height: 40px;
    border: 2px solid white;
}

.Select option{
   background-color: rgb(116, 213, 216);
   text-align: center;
   font-size: 15px;
}

.NN{
    font-size: 17px;
    color:rgb(199, 198, 196);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}

.this-page{
    font-size: 17px;
    color:rgb(199, 198, 196);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 40px;
}



/* signin css phone view */

.sign-in {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0);
    opacity: 95%;
    width: 100%;
    height: 100%;
    background-blend-mode: overlay;
    z-index: 0;
    justify-self: center;
}

.Signin-signin{
    text-align: left;
    margin-top: 30px;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    
}

.Login-btns{
    display: flex;
    flex-direction: column;
    padding: 30px;
    align-items: center;
    gap: 15px;
    margin-top: -20px;
}

.mail-pass{
    width: 100%;
    height: 45px;
    background-color: transparent;
    border: 1px solid rgb(245, 241, 241);
    padding-left: 10px;
    color: white;
    border-radius: 3px;
}

.Login-btns ::placeholder{
    color: rgb(199, 190, 190);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.sign-in-btn{
    background-color: red;
    width: 104%;
    height: 45px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.sign-in-btn:hover{
    background-color: rgb(182, 12, 12);
}

.OR{
    font-size: 16px;
    color: rgb(204, 200, 200);
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 0px;
}

.Signin-Code{
    background-color: rgb(109, 106, 106);
    width: 105%;
    height: 45px;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.Signin-Code:hover{
    background-color: rgb(95, 90, 90);
}

.forgot a{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

form label{
    color: white;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: -120px;
}

.New-toNetflix{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    padding-left: 20px;
    color: rgb(201, 194, 194);
}

.New-toNetflix span{
    color: white;
    font-weight: bolder;
}

.thispge2{
    text-align: left;
    padding-left: 20px;
}
.thispge2 br{
    display: none;
}

.footer-fut{
    background-color: rgb(34, 32, 32);
    padding: 20px;
}

.fut{
    display: grid;
    grid-template-columns: 50% 50%;
}
/* TAB VIEW */

@media (min-width: 768px) {

nav{
    padding: 9px 25px;
}

.netflix-logo{
    width: 160px;
    height: 70px;
}

.signin{
    padding: 15px 22px 15px 22px;
}

.signin a{
    font-size: 23px;
}

.Unlimited{
    margin-top: 55px;
    font-size: 40px;
}

.Unlimited br{
    display: initial;
}

.Start-at{
    font-size: 26px;
}

.Email-btn{
    flex-direction: row;
    justify-self: center;
    margin-bottom: 150px;
}

.Email-btn input{
    width: 265px;
    height: 65px;
    padding-left: 15px;
    font-size: 25px;
    border: 2px solid rgb(221, 218, 218);
    border-radius: 5px;
    color: white;
}

.Email-btn ::placeholder{
    color: rgb(238, 236, 236);
}

.Get-Started{
    width: 179px;
    height: 65px;
    font-size: 25px;
}

/* Main 2 */

.Main2{
    margin-top: 50px;
}

.Trending-img{
    overflow: hidden;
}

.films img{
    width: 150px;
    height: 185px;
}

.More-div{
    align-items: center;
}

.Enjoy{
    width: 90%;
}

.Enjoy-txt{
    font-size: 25px;
}

.txt2{
    font-size: 22px;
}

.Main2-H2s{
    padding-left: 20px;
}

.FAQList{
    justify-self: center;
    width: 704px;
    height: 92px;
    font-size: 26px;
}

.FAQList span{
    font-size: 42px;
}

.Ready-to{
    font-size: 22px;
    text-align: center;
    margin-top: 50px;
}


.main2-email{
    flex-direction: row;
    justify-self: center;
    margin-bottom: 50px;
}

.main2-email input{
    width: 500px;
    height: 76px;
    font-size: 25px;
    border: 2px solid rgb(221, 218, 218);
    border-radius: 5px;
    color: white;
}

.main2-email ::placeholder{
    color: rgb(238, 236, 236);
}

.Get-Started{
    width: 190px;
    height: 76px;
    font-size: 27px;
}


footer{
    margin-top: 60px;
    padding: 20px;
}

.footergrp{
    display: grid;
    grid-template-columns: 50% 50%;
}


.Question a{
    font-size: 22px;
}

.FHAM a{
    font-size: 10px;
    line-height: 45px;
}

.Select select{
    font-size: 22px;
    border-radius: 9px;
    width: 145px;
    height: 55px;
}

.NN{
    font-size: 25px;
}

.this-page{
    font-size: 19px;
}


/* sign in css code */
.mainsignin{
    height: 100vh;
}
.sign-in{
    top: 100px;
    width: 480px;
    height: 709px;
    opacity: 80%;
}

.Signin-signin{
    margin-top: 70px;
    margin-left: 160px;
}
.mail-pass{
    width: 352px;
    height: 56px;
}

.Login-btns button{
    width: 365px;
    height: 45px;

}

form label{
    margin-left: -240px;
}
.New-toNetflix{
    margin-left: 170px;
}

.thispge2 {
    margin-left: 170px;
}
.thispge2 br{
    display: initial;
}

.footer-fut{
    margin-top: 0px;

}

.fut a{
    font-size: 19px;
}
}
/* system view */
@media (min-width: 1280px) {

nav{
    padding: 20px 100px;
}

.signin{
    height: fit-content;
    border-radius: 10px;
    padding: 9px 20px 9px 20px;
    margin-top: 6px;
    cursor: pointer;
}

.netflix-logo{
    width: 160px;
    height: 70px;
}

.Unlimited{
    font-size: 50px;
}

.Start-at{
    font-size: 30px;
}

.Start-at span{
    font-size: 25px;
}

.Email-btn input{
    width: 400px;
}

.Get-Started{
    width: 215px;
}

.Main2-H2s{
    font-size: 30px;
}

.films img{
    width: 250px;
    height: 285px;
    cursor: pointer;
}

.films :hover{
    transform: translateY(10%);
}

.films:Not(:hover){
    transform: translateY(0%);
}

.More-div{
    flex-direction: row;
}

.Enjoy{
    width: 234px;
    height: 360px;
    display: grid;
    grid-template-rows: 30% 50% 20%;
}

.FAQList{
    width: 984px;
    height: 84px;
}

.main2-email input{
    width: 562px;
    height: 65px;
}

.footergrp{
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    gap: 40px;
}

.this-page{
    margin-bottom: 100px;
}

/* sign in css */

.mainsignin{
    height: 1000px;
}
.sign-in{
    top: 150px;
    width: 500px;
    height: 709px;
}

.Signin-signin{
    margin-left: 460px;
}

.New-toNetflix{
    margin-left: 460px;
}
.thispge2{
    margin-left: 460px;
}
}
