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

body{
    background-color: black;
    color: white;
    font-family: "Poppins",sans-serif;
}
.navbar{
    position:absolute;
    top:0;
    width:100%;
    display:flex;
    justify-content:space-between;
padding:2% 5%;
z-index: 10;

}
.navbar_netflix{
    width:125px;
    height:100%;
}
.navbar__nav__items{
    display:flex;
    gap:10px;
}
.netflix_logo{
    width:100%;
    height:100%;
}
.language_drop_down{
    background :transparent;
    border : none;
    color :white;
}
.dropdown__container{
    border: 1px solid white;
    padding:0.4rem;
    border-radius:4px;
  background:rgba(0,0,0,0.4);
}
.signin__button a{
    text-decoration: none;
    color:white;
}
.signin__button{
    border: #dc030f;
    background-color:#dc030f;
    color:white;
    padding:0.25rem 0.5em;
    border-radius:4px;
    height:35px;
    width:100px;
}
.hero__bg__image_container{
    width:100%;
height:100%;

}
.hero__bg__image{
width: 100%;
height:100%;
object-fit:cover;

}
.hero__bg__overlay{
    position:absolute;
    inset:0;
    width:100%;
    height:75vh;
    background:rgba(0,0,0,0.3);
}
.hero__card{
    text-align: center;
    position:absolute;
    top:30%;
    left:25%;
    gap:10px;
    display:flex;
    flex-direction: column;

}
.hero__title{
    font-weight:600;
    font-size:3rem;
}
.hero__subtitle, .hero__description{
font-weight:400;
font-size:1.3rem;
}
.email{
    width:450px;
    height:60px;
    color:black;
    padding:0.25rem 0.5rem;
    border-radius:3px;
    border-color:#dc030f;
    background-color: rgba(0, 0, 0, 0.6);

}
.get_started{
    font-size:large;
    width:170px;
    height:60px;
    background-color:#dc030f;
    border:1px solid #dc030f;
    color:white;
}
.card-1,.card-2,.card3{
    border-top:8px rgb(69,69,69);
    padding:50px;


}
.card-1{
    position:relative;
    display:inline-grid;
    grid-template-columns: 50% 40%;
    text-align:left;
    align-items: center;
    padding:25px 45px 50px;

}
.desc-1{
    padding-left: 80px;

}
.card-1 video{
    position :relative;
    width:100%;
   height:54%;
   grid-column:2/2;
   grid-row:1/2;
   z-index:-1;
}
.card-1 img{
    grid-column:2/2;
    grid-row:1/2;
    }
    .style-cards {
        font-size: 3ren;
        padding: 1ren;
        padding-left: 0;
    }
        .style-cards h3{
        font-size: 1.6ren;
        line-height: 2ren;
        }

        .card-2{
        position: relative;
        display: inline-grid;
        grid-template-columns: 50% 48% ;
        text-align: left;
        align-items: center;
        padding: 25px 45px 50px;
        }
     .desc-2{
          padding-left:100px;
     }
     .card-3{
         position: relative;
         display:inline-grid;
         grid-template-columns: 50% 40%;
         text-align:left;
         align-items: center;
        padding: 25px 45px 50px;

     }
    .desc-3{
        padding-left:80px;
        padding-right:20px;
    }
    .card-3 img{
        width:110%;
        grid-column:2/2;
        grid-row:1/2;

    }
     .card-3 video{
         position: relative;
         top:-87px;
         left:125px;
         width:65%;
         height:78%;
         grid-column:2/2;
         grid-row: 1/2;
         z-index:-1;
     }
     .footer,.footer a{
         color:#999;
         font-size: 0.9rem;
}
.footer p{
    margin-bottom: 1.5rem;
}
.footer .footer-cols{
    display:grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap:2rem;
padding-left:50px;
}
.footer li{
    line-height:1.9;
}

.logos {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
  }

  .sub-links ul {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
    font-size: 15px;
  }