*{
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: black;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    background-image: url(images/netflixLogo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

#back {
    background-color: rgba(0, 0, 0, 0.603);
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 8%;
}

nav>#left>img {
    width: 20%
}

nav>#right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
}

nav>#right>div>select {
    background-color: rgba(0, 0, 0, 0.534);
    color: white;
    padding: 10px 15px;
    padding-left: 30px;
    border: 1px solid rgba(255, 255, 255, 0.595);
    border-radius: 5px;
}

#icon {
    position: relative;
}

.fa-solid {
    position: absolute;
    color: white;
    width: 1%;
    z-index: 2;
    top: 30%;
    left: 6%;
}

nav>#right>div>select>option {
    color: black;
    background-color: white;
}

nav>#right>button {
    background-color: red;
    color: white;
    border-radius: 5px;
    border: none;
    padding: 10px 22px;
    font-weight: 600;
}

nav>#right>button:hover {
    background-color: rgb(206, 2, 2);
}

nav>#right>button:active {
    background-color: rgb(179, 2, 2);
}

#unlimited-cont {
    /* background-color: skyblue; */
    color: white;
    text-align: center;
    margin: auto;
    padding-top: 10rem;
    width: 70%;
    padding-bottom: 19rem;
}

#unlimited-cont>h2 {
    font-size: 3.3rem;
    font-weight: 900;
    margin-bottom: 10px;
}

#unlimited-cont>p {
    font-size: 1.4rem;
}

#unlimited-cont>#email-cont>input {
    background-color: rgba(0, 0, 0, 0.403);
    color: gray;
    border: 1px solid gray;
    padding-left: 20px;
    border-radius: 5px;
    height: 3rem;
    width: 35%;
}

#email-cont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

#unlimited-cont>#email-cont>button {
    background-color: red;
    color: white;
    border: none;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 5px;
    height: 3rem;
    width: 15%;
}

#unlimited-cont>#email-cont>button:hover {
    background-color: rgb(206, 2, 2);
}

#unlimited-cont>#email-cont>button:active {
    background-color: rgb(179, 2, 2);
}

#tv-cont {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 1% 10%;
    border-bottom: 10px solid rgb(68, 67, 67);
    border-top: 10px solid rgb(68, 67, 67);
}

#enjoy {
    /* background-color: blue; */
    width: 48%;
    color: white;
    /* margin-left: 0%; */

}

#enjoy>h2 {
    font-size: 3rem;
    font-weight: 900;
}

#enjoy>p {
    font-size: 1.5rem;
}

#tv {
    /* background-color: yellow; */
    width: 48%;
    position: relative;
}

#tv>img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#tv>video {
    position: absolute;
    top: 20.6%;
    left: 13%;
    width: 73.1%;
    z-index: 1;
}

#mobile-cont {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 1% 10%;
    border-bottom: 10px solid rgb(68, 67, 67);
}

#mobile {
    /* background-color: blue; */
    width: 45%;
    position: relative;
}

#str {
    background-color: rgb(0, 0, 0);
    border: 2px solid rgba(255, 255, 255, 0.485);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 2%;
    height: 5rem;
    position: absolute;
    width: 60%;
    top: 70%;
    left: 26%;
}

#str>#img1 {
    height: 4.9rem;
    padding-left: 5px;
}

#substr {
    width: 61%;
    margin: 0;
    padding: 0;

}

#str>#img2 {
    height: 2rem;
}

#substr>h2 {
    color: white;
    font-size: 1.5rem;
    margin: 0%;
}

#substr>p {
    color: rgb(0, 38, 255);
    font-size: 1rem;
    margin: 0;
}

#download {
    /* background-color: yellow; */
    width: 45%;
}

#download>h2 {
    color: white;
    font-size: 3rem;
    font-weight: 900;
}

#download>p {
    color: white;
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}

#pc-cont {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 1% 10%;
    border-bottom: 10px solid rgb(68, 67, 67);
}

#watch {
    /* background-color: skyblue; */
    width: 48%;
}

#watch>h2 {
    color: white;
    font-size: 3rem;
}

#watch>p {
    color: white;
    font-size: 1.5rem;
}

#pc {
    width: 48%;
    position: relative;
}

#pc>img {
    width: 100%;
    position: relative;
    z-index: 2;
}

#pc>video {
    position: absolute;
    top: 10.2%;
    left: 18.7%;
    width: 62%;
    z-index: 1;
}

#child-cont {
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: auto;
    padding: 1% 10%;
    border-bottom: 10px solid rgb(68, 67, 67);
}

#child {
    /* background-color: skyblue; */
    width: 45%;
}

#create {
    /* background-color: yellow; */
    width: 45%;
}

#create>h2 {
    color: white;
    font-size: 3rem;
    font-weight: 900;
}

#create>p {
    color: white;
    font-size: 1.5rem;
}

#frequency {
    color: white;
    width: 100%;
}

#frequency>h2 {
    text-align: center;
    font-size: 3rem;
}

#frequency>div {
    width: 80%;
    margin: auto;
}

#frequency>div>ul {
    list-style-type: none;
    padding: 0;
}

#frequency>div>ul>li>a {
    text-decoration: none;
    background-color: #2d2d2d;
    padding: 0 20px;
    margin-bottom: 2px;
    margin-top: 10px;
    width: 96.7%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
}

#frequency>div>ul>li>a>p {
    /* text-decoration: none; */
    color: white;
    font-size: 1.5rem;
}

#frequency>div>ul>li>a>img {
    width: 3%;
    /* transition: 2s; */
}

#faq1 a:hover {
    background-color: #363636;
}

#faq1 a:hover img {
    transform: rotate(45deg);
}

#faq11>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq11 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq1:hover #faq11 {
    display: block;
}

#faq2 a:hover {
    background-color: #363636;
}

#faq2 a:hover img {
    transform: rotate(45deg);
}

#faq21>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq21 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq2:hover #faq21 {
    display: block;
}

#faq3 a:hover {
    background-color: #363636;
}

#faq3 a:hover img {
    transform: rotate(45deg);
}

#faq31>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq31 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq3:hover #faq31 {
    display: block;
}

#faq4 a:hover {
    background-color: #363636;
}

#faq4 a:hover img {
    transform: rotate(45deg);
}

#faq41>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq41 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq4:hover #faq41 {
    display: block;
}

#faq5 a:hover {
    background-color: #363636;
}

#faq5 a:hover img {
    transform: rotate(45deg);
}

#faq51>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq51 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq5:hover #faq51 {
    display: block;
}

#faq6 a:hover {
    background-color: #363636;
}

#faq6 a:hover img {
    transform: rotate(45deg);
}

#faq61>li {
    padding: 10px 0;
    /* background-color: red; */
}

#faq61 {
    list-style-type: none;
    background-color: #2d2d2d;
    font-size: 1.5rem;
    padding: 0px 20px;
    display: none;
    position: relative;
    transition: 2s;
}

#faq6:hover #faq61 {
    display: block;
}

#signup {
    text-align: center;
    padding-bottom: 4rem;
}

#signup>h2 {
    font-size: 1.5rem;
    font-weight: 400;
}

#signup>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

#signup>div>input {
    background-color: rgba(0, 0, 0, 0.403);
    color: gray;
    border: 1px solid gray;
    padding-left: 20px;
    border-radius: 5px;
    height: 3rem;
    width: 35%;
}

#signup>div>button {
    background-color: red;
    color: white;
    border: none;
    padding: 0;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 5px;
    height: 3rem;
    width: 15%;
}

#signup>div>button:hover {
    background-color: rgb(206, 2, 2);
}

#signup>div>button:active {
    background-color: rgb(179, 2, 2);
}

footer {
    color: #a7adaf;
    margin: auto;
    width: 80%;
    padding: 0 10%;
    border-top: 10px solid rgb(68, 67, 67);
    padding-bottom: 5%;
}

#fd1 {
    padding-top: 3rem;
    font-size: 0.7rem;
}

#fd1>h2>a {
    color: #a7adaf;
}

#fd2 {
    display: flex;
    justify-content: space-between;
}

#fd21 {
    display: none
}

#fd2>ul {
    list-style-type: none;
    padding: 0;
}

#fd2>ul>li {
    padding: 5px 0px;
}

#fd2>ul>li>a {
    color: #a7adaf;
}

#fd3>div>select {
    background-color: transparent;
    color: white;
    padding: 10px;
    padding-left: 30px;
    border: 2px solid #2d2d2d;
    border-radius: 5px;
}

#fd3>div>select>option {
    color: black;
}

#fd3 {
    font-size: 0.6rem;
    position: relative;
    font-weight: 100;
    /* margin: 0; */
}

#fd3 .fa-language {
    position: absolute;
    font-size: 1rem;
    top: 17%;
    left: 0.7%;
}

@media (max-width:600px) {
    body {
        background-size: 262%;
        background-position-x: center;
    }

    #back {
        background-color: rgba(0, 0, 0, 0.603);
        width: 100%;
        overflow-x: hidden;
    }

    nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4% 5%;
    }

    nav>#left {
        width: 120px;
    }

    nav>#left>img {
        width: 100%;
    }

    nav>#right {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: auto;
        gap: 5px;
    }

    nav>#right>div>select {
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        font-size: 0.75rem;
        padding: 5px 2px;
        padding-left: 18px;
        border-radius: 4px;
    }

    nav>#right>button {
        font-size: 0.75rem;
        padding: 5px 10px;
        font-weight: 500;
        white-space: nowrap;
    }

    .fa-solid {
        position: absolute;
        color: white;
        width: auto;
        font-size: 0.8rem;
        z-index: 2;
        top: 30%;
        left: 6px;
    }

    nav>#right>div>select>option {
        background-color: white;
        color: black;
    }

    #unlimited-cont {
        padding-top: 4rem;
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-bottom: 2rem;
    }

    #unlimited-cont>h2 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.1;
    }

    #unlimited-cont>p {
        font-size: 0.95rem;
        margin: 8px 0;
        line-height: 1.3;
    }

    #email-cont {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px
    }

    #unlimited-cont>#email-cont>input {
        border-radius: 4px;
        height: 3.5rem;
        width: 100%;
        max-width: 400px;
        margin-top: 1rem;
    }

    #unlimited-cont>#email-cont>button {
        height: 3.5rem;
        width: auto;
        padding: 0 25px;
        margin-top: 1rem;
        margin-bottom: 2rem;
        font-size: 1.2rem;
    }

    #tv-cont {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 50px 5%;
        border-bottom: 8px solid #222;
        border-top: 8px solid #222;
    }

    #enjoy {
        width: 100%;
        text-align: center;
    }

    #enjoy>h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #enjoy>p {
        font-size: 1.1rem;
    }

    #tv {
        width: 100%;
    }

    #mobile-cont {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        width: 100%;
        padding: 50px 5%;
        border-bottom: 8px solid #222;
    }

    #mobile {
        width: 100%;
    }

    #mobile>img {
        width: 100%;
    }

    #str {
        border-radius: 12px;
        padding: 10px;
        height: auto;
        position: absolute;
        width: 70%;
        min-width: 250px;
        bottom: 10%;
        left: 50%;
        transform: translateX(-50%);
        top: auto;
    }

    #str>#img1 {
        height: 2.5rem;
    }

    #substr {
        width: 61%;
    }

    #str>#img2 {
        height: 2rem;
    }

    #substr>h2 {
        font-size: 1rem;
    }

    #substr>p {
        font-size: 0.8rem;
    }

    #download {
        text-align: center;
        width: 100%;
    }

    #download>h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #download>p {
        font-size: 1.1rem;
    }

    #pc-cont {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 50px 5%;
        border-bottom: 8px solid #222;
    }

    #watch {
        /* background-color: skyblue; */
        text-align: center;
        width: 100%;
    }

    #watch>h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #watch>p {
        font-size: 1.1rem;
    }

    #pc {
        width: 100%;
        position: relative;
    }

    #child-cont {
        display: flex;
        flex-direction: column-reverse;
        width: 100%;
        padding: 50px 5%;
        border-bottom: 8px solid #222;
    }

    #child {
        width: 100%;
    }

    #child>img {
        width: 100%;
    }

    #create {
        text-align: center;
        width: 100%;
    }

    #create>h2 {
        font-size: 1.8rem;
        font-weight: 700;
        margin-bottom: 10px;
    }

    #create>p {
        font-size: 1.1rem;
    }

    #frequency {
        margin: 0;
        padding: 50px 5%;
    }

    #frequency>div {
        width: 100%;
        margin: auto;
    }

    #frequency>h2 {
        font-size: 1.8rem;
        padding-left: 0;
        text-align: center;
        margin-bottom: 2rem;
    }

    #frequency>div>ul>li>a {
        width: 100%;
        padding: 15px;
    }

    #frequency>div>ul>li>a>p {
        font-size: 1.1rem;
    }

    #frequency>div>ul>li>a>img {
        width: 20px;
    }

    #signup {
        text-align: center;
        padding-bottom: 3rem;
        padding-left: 5%;
        padding-right: 5%;
    }

    #signup>h2 {
        font-size: 1.1rem;
        padding-left: 0;
        font-weight: 400;
        margin-bottom: 1rem;
    }

    #signup>div {
        display: block;
        gap: 0px;
    }

    #signup>div>input {
        background-color: rgba(0, 0, 0, 0.403);
        color: gray;
        width: 100%;
        max-width: 400px;
        border: 1px solid gray;
        padding-left: 20px;
        border-radius: 4px;
        height: 3.5rem;
    }

    #signup>div>button {
        background-color: red;
        color: white;
        border: none;
        padding: 0 25px;
        font-size: 1.1rem;
        font-weight: 700;
        border-radius: 4px;
        height: 3.5rem;
        width: auto;
        margin-top: 10px;
    }

    footer {
        color: #a7adaf;
        width: 100%;
        padding: 0 5%;
        border-top: 8px solid #222;
        padding-bottom: 50px;
    }

    #fd1 {
        padding-top: 1rem;
        font-size: 0.rem;
    }

    #fd1>h2>a {
        color: #a7adaf;
    }

    #fd2 {
        display: none;
    }

    #fd21 {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    #fd21>ul {
        list-style-type: none;
        padding: 0;
    }

    #fd21>ul>li {
        padding: 5px 0px;
    }

    #fd21>ul>li>a {
        font-size: 1rem;
        color: #a7adaf;
    }



    #fd3 .fa-language {
        position: absolute;
        font-size: 1rem;
        top: 17%;
        left: 1.7%;
    }
}