* {
    list-style: none;
}

.container {

    height: 100vh;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: fit-content;
    width: 100%;

}

img {
    width: 13.5cm;
    height: auto;
}

.first {
    display: flex;
    flex-direction: column;
    background-color: #1F2937;
}

.logo {
    font-size: 24px;
    color: #F9FAF8;
    margin: 20px;
    padding: 10px;
}
.anchor
{
    text-decoration: none;
    color: #F9FAF8;
}
.header {
    display: flex;
    justify-content: space-between;
}

.links {
    display: flex;
    color: #e5e7eb;
    margin: 25px;
    gap: 25px;
    font-size: 18px;
    padding: 10px;
}
.seasonal
{
    margin-left: 20px;
}

.rest {
    display: flex;
    font-size: 18px;
    justify-content: space-around;
    margin: 25px;
    color: #e5e7eb;
    gap: 8px;
    letter-spacing: 1.5px;
}

.aot {
    margin: 25px;
    font-size: 18px;
    overflow: hidden;
}

.heading {
    font-size: 48px;
    font-weight: bolder;
    color: #f9faf8;
    padding: 15px;
    width: fit-content;
    margin-left: 20px;
    margin-top: 20px;
}

.right,
.left {
    margin: 25px;
}

.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

button {
    width: fit-content;
    font-size:18px;
    background-color: #3882f6;
    color: #F9FAF8;
    padding: 10px;
    border-radius: 20px;
}

.Watchnow {
    margin: 25px;
}

.second {
    height: 100vh;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 25px;
    align-items: center;
    overflow: none;
}

.random {
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    color: #1F2937;
    margin: 20px;
    padding: 25px;
}

.list {
    display: flex;
    gap: 0px;
    justify-content:flex-start;
    width: 100%;
    padding: 30px;
}

.poster {
    width: 5cm;
    height: 8cm;
    margin: 15px;
    box-shadow: 2px 10px 20px black;
    border-radius: 10px;
}

.information {
    margin: 10px;
    padding: 10px;
}

.card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    letter-spacing: 1px;
    overflow: hidden;
    height: 70vh;
    width: 30cm;
    margin-right:15px ;
}

.third {
    width: 100%;
    height:20cm;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e5e7eb;
    gap: 30px;
    margin: 0;
}

.quote {
    width: 18cm;
    font-size: 25px;
    font-style: italic;
    color: #1F2937;
    font: weight 0;
    padding: 20px;
    margin-top: 25px;
}

.name {
    display: flex;
    flex-direction: column;
    width: 18cm;
    margin-bottom: 10px;
    text-align: end;
    font-size: 26px;
    font-weight: 900;
    color: #1F2937;
    padding: 5px;
}

.fourth {
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}

.block {

    margin: 40px;
    height: 30vh;
    width: 70%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #3882f6;
    border-radius: 30px;


}

.bold {

    width: fit-content;
    height: 30%;
    margin: 30px;
    padding: 17px;
    font-weight: 800;
    color: #f9faf8;
    margin-bottom: 15px;
}

.premium {
    padding: 17px;
    color: #e5e7eb;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    height:fit-content;
    width: 95%;
}

.signup {
    /*this border we dont need to remove after fixing up the website*/
    border: 2px solid white;
    border-radius: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4cm;
    height: fit-content;
    padding: 15px;
    font-size: 18px;
    margin-right: 100px;
    color: #f9faf8;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    padding: 15px;
    font-size: 24px;
    height: 80%;
    width: 18cm;
}
.fifth
{
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1F2937;
    color: #F9FAF8;
    font-size: 22px;
    padding: 0.5cm;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
