* {
    margin: 0;
    padding: 0;


}

body {
    background-color: rgb(0, 0, 0);
    margin: auto;
    overflow-x: hidden;
}

header {

    position: relative;

    height: 90vh;


}

.box {
    background-color: black;
    filter: opacity(0.7);
    height: 90vh;
    width: 100%;
    position: absolute;



}

.background-image {
    background-image: url("/assets/backg.jpg");
    background-repeat: no-repeat;
    height: 90%;
    position: relative;
    background-size: cover;

    background-position: center center;
    margin: 0;

}

nav {

    top: 0;
    margin: auto 20vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
}

.netflix {
    color: red;

    height: 10vh;
    filter: none;
    opacity: 1;

    position: relative;
    z-index: 10;


}

.header-button {
    justify-content: space-between;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: end;


}

.English {
    color: white;
    background-color: black;
    padding: 5px;
    border-radius: 3px;
    outline: 1px solid white;
    width: 80px;
    margin: 7px;
    font-weight: bolder;
    cursor: pointer;

}

.Sign-in {
    color: white;
    background-color: black;
    padding: 7px;
    border-radius: 7px;
    outline: 1px solid white;
    width: 80px;
    margin: 7px;
    background-color: red;
    outline: none;
    font-weight: bolder;
    cursor: pointer;


}

.text-of-header {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    position: relative;
    z-index: 10;

}

.header-text-1 {
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-text-2 {
    font-size: 50px;
    font-family: sans-serif;
    font-weight: 900;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-text-3 {
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.header-text-4 {
    font-size: 20px;
    font-family: sans-serif;
    font-weight: 500;
    margin: 30px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    padding: 10px;
    margin: 8px;
    height: 100px;


}

.text-box1 input {
    font-size: 15px;
    background-color: black;
    padding: 10px;
    filter: opacity(0.6);
    margin: 5px;
    text-indent: 5px;
    text-decoration-color: aliceblue;
    border: 1px solid white;
    color: white;



}

.started {
    margin: 8px;
    background-color: red;
    padding: 10px;
    font-size: large;
    border-radius: 9px;
    outline-style: none;
    font-family: sans-serif;
    font-weight: 600;
    color: rgb(255, 255, 255);
    cursor: pointer;
}




.main1 {
    color: white;
    top: 0px;
    font-size: 20px;
    font-weight: 700;
    margin: 40px;
    display: inline-block;
    font-family: sans-serif;
}

.main2 {
    color: white;
    top: 0px;
    font-size: 20px;
    font-weight: 700;
    margin: 40px;
    display: inline-block;
    font-family: sans-serif;
}

.card2 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    gap: 20px;
    height: 300px;
    width: 100%;
    max-width: 1200px;
    color: aliceblue;
    margin: 0px auto;
    gap: 10px;
    background-position: center center;
    padding: 20px;




}


.c-1 {

    width: 190px;
    height: 250px;
    background-image: url(/assets/1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 22px;
    gap: 10px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.c-2 {

    width: 190px;
    height: 250px;
    background-image: url(/assets/2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 22px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.c-3 {

    width: 190px;
    height: 250px;
    background-image: url(/assets/3.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 22px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.c-4 {

    width: 190px;
    height: 250px;
    background-image: url(/assets/4.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 15px;
    padding: 22px;
    font-family: sans-serif;
    font-weight: 600;
    font-size: 25px;
}

.card-main-content {
    font-size: 17px;
    font-weight: bold;
    color: rgb(195, 197, 199);
    font-family: sans-serif;
    display: flex;
    margin: 12px 0px;
}

.Frequently-Asked-Question {
    color: white;

    padding: 12px;
    font-family: sans-serif;
}

.Frequently-part2 {
    color: white;
    display: flex;
    flex-direction: column;
    margin: 40px auto;
}

.Question {
    transition: all 1s ease-out;
    margin: 2px auto;
    padding: 10px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    width: 60vw;
    background-color: rgb(46, 46, 46);
    font-family: sans-serif;
}

.Question:hover {
    background-color: rgb(111, 112, 111);
    cursor: pointer;
}

.content-on-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: sans-serif;
    margin: 1px 8px;
}

.end1 {
    color: white;
    margin: 1px 8px;
}

.footer-link a {
    color: white;
    margin: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.footer-link {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 50px auto;
}

.end2 {
    color: white;
    font-family: sans-serif;
    margin: 9px;
}

.end3 {
    color: rgb(134, 134, 134);
    margin: 30px;
}






@media screen and (max-width:500px) {
    header {

        position: relative;

        height: 70vh;


    }

    .box {
        background-color: black;
        filter: opacity(0.7);
        height: 70vh;
        width: 100%;
        position: absolute;

    }

    nav {

        top: 0;
        margin: auto 0vw;

        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 10;
    }

    .netflix {
        color: red;

        height: 4vh;
        filter: none;
        opacity: 1;

        position: relative;
        z-index: 10;


    }

    .header-button {
        justify-content: space-between;
        position: relative;
        z-index: 10;
        display: flex;
        flex-direction: end;
        gap: 1px;
        align-items: center;
        justify-content: center;


    }

    .English {
        font-size: 8px;
        color: white;
        background-color: black;
        padding: auto;
        border-radius: 3px;
        outline: 1px solid white;
        width: 40px;
        height: 20px;
        margin: 15px auto;
        font-weight: bolder;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;

    }

    .Sign-in {
        font-size: 8px;
        color: white;
        background-color: black;
        padding: 7px;
        border-radius: 7px;
        outline: 1px solid white;
        width: 50px;
        height: 26px;
        margin: 15px;
        background-color: red;
        outline: none;
        font-weight: bolder;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;




    }

    .background-image {
        background-image: url("/assets/backg.jpg");
        background-repeat: no-repeat;
        height: 80%;
        position: relative;
        border: 2px solid;

        background-size: cover;

        background-position: center center;
        margin: 0;

    }

    .text-of-header {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        flex-direction: column;
        position: relative;
        z-index: 10;

    }

    .header-text-1 {
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header-text-2 {
        font-size: 30px;
        font-family: sans-serif;
        font-weight: 700;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header-text-3 {
        font-size: 15px;
        font-family: sans-serif;
        font-weight: 600;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .header-text-4 {
        font-size: 13px;
        font-family: sans-serif;
        font-weight: 500;
        margin: 30px;
        align-items: center;
        justify-content: center;
        text-align: center;

    }

    .text-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
        top: 0px;
        padding: 10px;
        margin: 8px;
        height: 100px;


    }

    .text-box1 input {
        font-size: 12px;
        background-color: black;
        padding: 10px;
        filter: opacity(0.6);
        margin: 5px;
        text-indent: 5px;
        text-decoration-color: aliceblue;
        border: 1px solid white;
        color: white;



    }

    .started {
        margin: 8px;
        background-color: red;
        padding: 8px;
        font-size: 15px;
        border-radius: 9px;
        outline-style: none;
        font-family: sans-serif;
        font-weight: 600;
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

    .main1 {
        color: white;
        top: 0px;
        font-size: 16px;
        font-weight: 700;
        margin: 20px;
        display: inline-block;
        font-family: sans-serif;
    }

    .main2 {
        color: white;
        top: 0px;
        font-size: 16px;
        font-weight: 700;
        margin: 20px;
        display: inline-block;
        font-family: sans-serif;
    }

    .card2 {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        align-items: center;
        justify-content: center;
        gap: 20px;
        height: 300px;
        width: 100%;
        max-width: 1200px;
        color: aliceblue;
        margin: 0px auto;
        gap: 10px;
        background-position: center center;
        padding: 20px;




    }


    .c-1 {

        width: 190px;
        height: 250px;
        background-image: url(/assets/1.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        padding: 22px;
        gap: 10px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 25px;
    }

    .c-2 {

        width: 190px;
        height: 250px;
        background-image: url(/assets/2.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        padding: 22px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 25px;
    }

    .c-3 {

        width: 190px;
        height: 250px;
        background-image: url(/assets/3.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        padding: 22px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 25px;
    }

    .c-4 {

        width: 190px;
        height: 250px;
        background-image: url(/assets/4.jpg);
        background-position: center;
        background-size: cover;
        border-radius: 15px;
        padding: 22px;
        font-family: sans-serif;
        font-weight: 600;
        font-size: 25px;
    }

    .card-main-content {
        font-size: 17px;
        font-weight: bold;
        color: rgb(195, 197, 199);
        font-family: sans-serif;
        display: flex;
        margin: 12px 0px;
    }

    .Frequently-Asked-Question {
        color: white;
        font-size: 10px;
        padding: 12px;
        font-family: sans-serif;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .Frequently-part2 {
        color: white;
        display: flex;
        flex-direction: column;

        margin: 40px auto;

    }

    .Question {

        margin: 2px auto;
        transition: all 1s ease-out;
        padding: 10px;
        font-size: 12px;
        display: flex;
        justify-content: space-between;
        max-width: 60vw;
        background-color: rgb(46, 46, 46);
        font-family: sans-serif;
    }

    .Question:hover {
        background-color: rgb(111, 112, 111);
        cursor: pointer;
    }

    .content-on-button {
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-family: sans-serif;
        font-size: small;
        margin: 1px 8px;
    }

    .end1 {
        color: white;
        font-size: small;
        margin: 1px 8px;
    }

    .footer-link a {
        color: white;
        margin: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .footer-link {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 50px auto;
        font-size: small;
    }

    .end2 {
        color: white;
        font-family: sans-serif;
        margin: 9px;

    }

    .end3 {
        color: rgb(134, 134, 134);
        margin: 30px;
        font-size: small;

    }
}