* {
    font-family: "Open Sans", sans-serif;
    font-family: "Poppins", sans-serif;
}
.header {
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(./image/netflix-header.jpg);
    background-size: cover;
}
.btn-danger{
    --bs-btn-bg:#C11119;
    --bs-btn-border-color:#C11119;
}
.nav-logo img {
    width: 100%;
    height: 40px;
    margin-top: 15px;
    background-color: transparent;

}

#nav-bt {
    background-color: transparent;
    text-transform: capitalize;
    padding: 3px 25px;
    border: 1px solid white;
    border-radius: 4px;
    font-weight: 400;
}

#nav-bt i {
    margin-left: 10px;
    font-size: 12px;
}

.header-content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15%;
}

.header-text h1 {
    font-size: 40px;
    font-weight: 900;
    font-family: "Poppins", sans-serif;
    text-align: center;
}

.header-text p{
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: "Poppins", sans-serif;
}



::placeholder {
    color: white;
}

.section-1{
    border-top: 10px solid #232323;
    padding: 50px 0px;
}
.s1-text h2{
    font-weight: 900;
    font-size: 3rem;
}
.s1-text{
    margin-top: 25px;
}
.section-2{
    border-top: 10px solid #232323;
    padding: 50px 0px;
}
.s2-text h2{
    font-weight: 900;
    font-size: 2.7rem;
}
.s2-text{
    margin-top: 25px;
}


.section-3{
    border-top: 10px solid #232323;
    padding: 50px 0px;
}
.s3-text h2{
    font-weight: 900;
    font-size: 3rem;
}
.s3-text{
    margin-top: 25px;
}

.section-4{
    border-top: 10px solid #232323;
    padding: 50px 0px;
}
.s4-text h2{
    font-weight: 900;
    font-size: 2.5rem;
}
.s4-text{
    margin-top: 25px;
}
.s4-text p{
    font-size: 1rem;
}

.section-5{
    border-top: 10px solid #232323;
    padding: 50px 0px;
}
.accordion-item{
    background-color: #414141;
    color: #ffffff;
}
.accordion-button{
    background-color: #414141;
    color: #ffffff;
}
.footer{
    border-top: 10px solid #232323;
    padding: 70px 0px;

}
.footer a{
    color: #B3B3B3;
    font-size: 14px;
    text-transform: capitalize;
    line-height: 20px;
}
.footer-call{
    color: #B3B3B3;

}




