*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}



.right{
    
    text-align: end;
    margin-right: 100px;
    

}

.sign-in-btn{
    background-color: red;
    border: none;
    width: 80px;
    height: 30px;
    padding: 8px;
    border-radius: 5px;
    color: white;
    margin-left: 5px;
    cursor: pointer;
    transition: all 0.5s ease-in-out;

}

.sign-in-btn:hover{
    background-color: rgb(248, 126, 126);

}



.header{
    margin-top: 15px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}

.language{
    padding: 10px;
    border-radius: 5px;
    width: 9%;
    color: white;
    background-color: rgb(94, 94, 92);
}

span{
    font-size: 2rem;
    margin-left: 20vh;
    margin-bottom: 50px;
}

body {
  font-family: 'Arial', sans-serif; 
  min-height: 100vh;
  background: 
    linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)),
    url('https://images-wixmp-ed30a86b8c4ca887773594c2.wixmp.com/f/f562aaf4-5dbb-4603-a32b-6ef6c2230136/dh0w8qv-9d8ee6b2-b41a-4681-ab9b-8a227560dc75.jpg/v1/fill/w_1192,h_670,q_70,strp/the_netflix_login_background__canada__2024___by_logofeveryt_dh0w8qv-pre.jpg?token=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJzdWIiOiJ1cm46YXBwOjdlMGQxODg5ODIyNjQzNzNhNWYwZDQxNWVhMGQyNmUwIiwiaXNzIjoidXJuOmFwcDo3ZTBkMTg4OTgyMjY0MzczYTVmMGQ0MTVlYTBkMjZlMCIsIm9iaiI6W1t7ImhlaWdodCI6Ijw9NzIwIiwicGF0aCI6Ii9mL2Y1NjJhYWY0LTVkYmItNDYwMy1hMzJiLTZlZjZjMjIzMDEzNi9kaDB3OHF2LTlkOGVlNmIyLWI0MWEtNDY4MS1hYjliLThhMjI3NTYwZGM3NS5qcGciLCJ3aWR0aCI6Ijw9MTI4MCJ9XV0sImF1ZCI6WyJ1cm46c2VydmljZTppbWFnZS5vcGVyYXRpb25zIl19.FScrpAAFnKqBVKwe2syeiOww6mfH6avq-DRHZ_uFVNw') center/cover no-repeat;
    background-attachment: fixed;

}


.subsciption{
    color: white;
    margin-top: 140px;
    text-align: center;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}


.Email{
    background-color: rgb(252, 251, 251);
    border: none;
    padding: 15px;
    color: rgb(26, 20, 20);
    width: 300px;
    border-radius: 5px;
    margin-top: 20px;
}
.heighlet{
    font-size: 60px;
}

.downtxt{
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}

.getstart{
    
    display: inline;
    padding: 15px;
    color: white;
    width: 150px;
    background-color: red;
    border: none;
    border-radius: 5px;
    position: relative;
    display: grid;
    justify-self: center;
    align-self: center;
    margin-top: 15px;
    margin-left: -30px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;  
    text-decoration: none;

    
}

.getstart:hover{
    background-color: rgb(248, 126, 126);
}

.Trending{
    margin-top: 150px;
    margin-left: 150px;
    color: white;
    
}

.movies{
    display: flex;
    justify-content: center;
    
    align-items: center;
    min-height: 100vh;
    font-size: cursive;
}

.container{
    display: flex;
    gap: 15px;

}

.card{
    margin-bottom: 200px;
    width: 200px;
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-left: -100px;
    transition: transform 0.3s ease;
    cursor: pointer;
    
}

.card img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card h1{
    color: white;
    margin: 15px 0 5px;
}

.card{
    font-size: 14px;
    padding: 0 10px;
}

.card:hover{
    transform: scale(1,1);
    
    box-shadow: 0 10px 25px rgb(0, 0, 0, 0.2);
}

.reasons{
    color: white;
    display: flex;
    justify-content: center;
    gap: 20px;

}

.more{
    margin-top: -150px;
}
.poster{
    
    background-color: rgb(4, 19, 59);
    padding: 20px;
    width: 250px;
    height: 340px;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    margin-top: 40px;
    
    
}

.Email-1{
    background-color: rgb(255, 250, 250);
    border: none;
    padding: 15px;
    color: rgb(26, 20, 20);
    width: 300px;
    border-radius: 5px;
    margin-top: 20px;
    margin-left: 450px;
}

.netflix-footer {
  background: #000;
  color: #bbb;
  padding: 40px 5vw 24px 5vw;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.footer-links div {
  min-width: 150px;
  margin-bottom: 18px;
}

.footer-links a {
  color: #bbb;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1rem;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-lang {

  margin: 20px 0;
}

.footer-lang select {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 30px;
  font-size: 1rem;
  cursor: pointer;
}

.footer-country {
  margin-bottom: 20px;
}

.footer-msg {
  font-size: 0.97rem;
  color: #f5eeee;
}
.footer-msg a {
  color: #3fa9f5;
  text-decoration: underline;
}


@media (max-width: 760px) {
            .header {
                padding: 15px 3vw;
                flex-direction: column;
                align-items: flex-start;
                gap: 10px;
            }
            
            .right {
                width: 100%;
                justify-content: space-between;
            }

            .header span {
                font-size: 1.75rem;
                margin-bottom: 10px;
            }
            
            .language {
                padding: 6px 10px;
                font-size: 0.8rem;
            }

            .sign-in-btn {
                padding: 6px 12px;
                font-size: 0.9rem;
            }
            
            .subsciption {
                margin-top: 60px;
            }

            .heighlet {
                font-size: 2rem;
            }

            .downtxt {
                font-size: 1rem;
            }

            
            .email-container {
                flex-direction: column;
            }
            
            .Email {
                width: 100%;
                max-width: 350px;
                border-radius: 5px;
                margin-bottom: 10px;
                text-align: center;
                border-top-right-radius: 5px;
                border-bottom-right-radius: 5px;
                margin-left: 0;
            }

            .getstart {
                width: 50%;
                max-width: 200px;
                font-size: 1.1rem;
                padding: 12px 10px;
                border-top-left-radius: 5px;
                border-bottom-left-radius: 5px;
                margin-left: 0;
            }

            .Trending {
                margin-top: 50px;
                text-align: center;
                font-size: 1.5rem;
            }

            
            .container {
                gap: 15px;
            }

            .card {
                width: 45%; 
                height: 250px;
                margin-bottom: 15px;
            }

            .poster {
                width: 90%; 
                max-width: 350px;
                margin-left: auto;
                margin-right: auto;
            }
            
            .Email-1 {
                width: 90%;
            }

            .footer-links div {
                min-width: 45%; 
            }
        }

        #home-page {
    display: none; 
    background-color: var(--black-bg);
    min-height: 100vh;
}





        
        