* {
    padding: 0px;
    margin: 0px;
}

body {
    background-color: black;
    width: 100%;
    overflow-x: hidden;
}

.main-header {
    height: 728px;
    /* background: rgba(0,0,0,.4); */
    border-bottom: 8px solid rgb(98, 95, 95);
    background-image: linear-gradient(rgba(0, 0, 0, 0.463), rgba(0, 0, 0, 0.737)), url("./IMAGES/IN-en-20220926-popsignuptwoweeks-perspective_alpha_website_large.jpg");

}

#main-navbar {
    float: right;
    /* width: 200px; */

}

.logointop {
    width: 642px;
    float: left;
}

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.netflixlogo {
    margin-left: 25px;
    height: 54px;
    margin-top: 20px;
}

.navbar {
    height: 50px;
}

.Unlimitedline{
    font-size: 64px;
    line-height: 1;
}
.Accordion {
    margin: 0 auto;
    max-width: 950px;
    padding: 75px 0;
    position: relative;
    top: 90px;
    text-align: center;
    width: 100%;
    /* z-index: 1; */
    
    }


#row {
    border-bottom: 8px solid rgb(88, 87, 87);
    background-color: black;
    height: 450px;
}

/* .relatedposts {
    box-sizing: border-box;
    position: relative;
    bottom: 50px;
} */

#accordion {
    margin: 100px auto;
    width: 800px;
    /* height: 450px; */
}

#accodian li {
    list-style: none;
    width: 100%;
    margin-bottom: 10px;
    background: black;
    padding: 10px;
}

#accordion li label {
    padding: 8px;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:24px;
    font-weight: 500;
    cursor: pointer;
    background-color: rgb(48, 48, 48);
    color: white;
    height: 70px;

}

#accordion li label span {
    /* transform: rotate(45deg); */
    font-size: 22px;
    color: rgb(254, 254, 254);
}

#accordion label+input[type="checkbox"] {
    display: none;
}

#accordion .content {
    padding: 0 10px;
    line-height: 25px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: rgb(48, 48, 48);
    color: white;
    font-size: 20px;
}


#accordion label+input[type="checkbox"]:checked+.content {
    max-height: 400px;
    margin: auto;

}

article {
    border-bottom: 8px solid rgb(88, 87, 87);

}

.inputbox2 {
    text-align: center;
    color: white;
    /* position: relative;
    bottom: 95px;
    left: 12px; */
    padding-bottom: 60px;
    margin-top: -53px;
    /* z-index: 1; */
}




footer{
    background-color: black;
}
.aakhrilines {
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-template-columns: repeat(4, 1fr);
    font-size: 16px;
    /* display: grid; */
    gap: 6px;
    /* width: 480px; */
    margin-left: 35%;
    padding-right: 10px;
    position: relative;
    right: 120px;
}

.elements {
    /* width: 50%; */
    text-align: center;
    display: flex;
    font-size: 16px;
    /* width: auto; */
    color: RGB(115, 115, 115);

}

.Frequently {
    font-size: 50px;

}



.call {
    padding-top: 40px;
    font-size: 16px;
    margin-left: 35%;
    color: RGB(115, 115, 115);
    position: relative;
    right: 120px;
}

.lastbtn{
    margin-top: 30px;
    margin-left: 35%;
    color: RGB(115, 115, 115);
}

.togglebtn{
    background-color: black;
    color: white;
    border: grey;
    padding: 0 5px;
    position: relative;
    right: 120px;
}
.togglebtn0{
    background-color: black;
    color: white;
    border: grey;
    padding: 0 10px;
}

.footerline{
    margin-bottom: 0;
    font-size: small;
    position: relative;
    right: 120px;
}

.carouseltext{
    font-size: 40px;
}



.bigimage{
    position: relative;
    left: 80px;
}

.fourthrow{
    position: relative;
    left    :260px;
}