:root {
    --red: #e50914;
    --white: #ffffff;
    --black: #000;
    --font-size-h1: 70px;
    --font-size-h2: 26px;
    --font-size-h3: 19px;

    --gray: #303030;
    --text-gray: #757575;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: sans-serif; */
    text-align: center;
    line-height: normal;
    color: var(--white);
    font-family: 'Helvetica', sans-serif;
}


html,
body {
    height: 100%;
    width: 100%;
}

body {
    background-color: #333333;
}

a {
    text-decoration: none;
    border-radius: 0.25rem;
}

.link {
    background: var(--red);
    padding: 0.5em 1.25em;
    font-size: 16px;
    font-weight: 400;
}

img {
    width: 500px;
}

ul {
    list-style: none;
}

/* Header start */
header {
    background: linear-gradient(#000000df, #0000006e, #000000df), url(../images/background.jpg) no-repeat center center/cover;
    height: 99vh;
}

.logo-link {
    margin-right: auto;
}

#netflix-icon {
    width: 180px;
    height: 45px;
    fill: var(--red);

}

.header-top {
    width: 90%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 2em 0;
    margin-left: 3.1rem;


}


#header-content-title {
    font-size: 64px;
    line-height: 70px;
    margin-top: 2.5em;
    margin-bottom: 0.25em;
    font-weight: 700;
}

#header-content-subtitle {
    font-size: var(--font-size-h2);
    padding: 0.2em;
    padding-bottom: 1em;
    font-weight: 400;
}

.email-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#email-form-title {
    font-size: var(--font-size-h3);
    padding: 0.5em;
    padding-bottom: 1.5em;
    font-weight: 400;
}

.email-form-input {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: center;

}

.email-form-input input {
    width: 70%;
    text-align: left;
    padding: 1em;
    font-size: 20px;
    color: #000000;
}

.email-form-input a {
    border-radius: 0;
    width: 30%;
    font-size: 26px;
    padding: auto;
}


/* Header end */

/* Section Jumbotron */

.jumbotron-element {
    margin-top: 0.5em;
    background-color: black;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2em;
}

.jumbotron-element .jumbotron-element-title {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 55px;
}

.jumbotron-element .jumbotron-element-subtitle {
    font-family: 'Helvetica';
    font-weight: 400;
    font-size: 26px;
}



.jumbotron-image .our-story-card-img-container {
    flex-basis: 45%;
}

.jumbotron-image .our-story-card-animation-container {
    position: relative;
    height: 100%;
    width: 100%;
}

.jumbotron-image .our-story-card-animation {
    width: 100%;
    height: 100%;
    max-width: 73%;
    max-height: 54%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.jumbotron-image .our-story-card-img {
    position: relative;
    /* z-index: 100; */
    max-width: 100%;
    height: auto;
}

.jumbotron-image .our-story-card-video {
    width: 100%;
    height: 100%;
    margin-top: 0.5rem;
}

.jumbotron-image .our-story-card-img-tv {
    position: relative;
    max-width: 100%;
    height: auto;
    padding-top: 6rem;
}



.jumbotron-image .our-story-card-animation .our-story-card-video-watch {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding-left: 2rem;
    padding-right: 2rem;

}

.downloadAndWatch .our-story-card-animation {
    position: absolute;
    left: 50%;
    bottom: 8%;
    top: 283px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    margin: 0 auto;
    background: var(--black);
    display: flex;
    align-items: center;
    width: 60%;
    height: 96px;
    min-width: 15em;
    padding: .25em.0.65em;
    border-radius: 0.75em;
    -webkit-border-radius: 0.75em;
    -moz-border-radius: 0.75em;
    -ms-border-radius: 0.75em;
    -o-border-radius: 0.75em;
    border: 2px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 0 2em 0 #000;
}

.downloadAndWatch .our-story-card-animation-container {
    position: relative;
    overflow: hidden;
}

.our-story-card-animation-image {
    height: 4.5em;
    width: 4.5em;
    margin-right: 1rem;
}

.our-story-card-animation-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-0 {
    color: var(--white);
    font-weight: 600;
    font-size: 0.9em;
}

.text-1 {
    color: #0071eb;
    font-weight: 400;
    font-size: 0.9em;
    margin-right: 1.5rem;
}

.downloadAndWatch .our-story-card-animation::after {
    width: 3em;
    margin-left: auto;
    height: 3em;
    outline: 2px solid #000;
    outline-offset: -2px;
    display: block;
    background: url(../images/download-icon.gif) center center no-repeat;
    background-size: 100%;
    content: "";
    flex-grow: 0;
    flex-shrink: 0;

}

.jumbotron-element-text-container {
    width: 40%;
    max-width: 600px;
}

.jumbotron-element-text-container * {
    text-align: left;
    margin: 0 2em;
}

.jumbotron-element-title {
    font-size: 50px;
    margin: 1em;
    margin-bottom: 0.2em;
}

.jumbotron-element-subtitle {
    font-size: 26px;
    line-height: 1.5em;
}

/* Section Jumbotron end */

/* Section FAQ start */
#faq {
    background: black;
    margin-top: 0.5em;
    padding: 70px 45px;
}

#faq h2 {
    font-size: 50px;
    margin-bottom: 0.75em;
    color: var(--white);
    text-align: center;
}

#faq h3 {
    font-size: 1.62rem;
    color: var(--white);
    font-family: 'Netflix Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.plus {
    transition: 0.2s;
    fill: white;
    width: 30px;
}

.close.plus {
    transition: transform 0.2s;
    transform: rotate(45deg);
}

.faq-element {
    width: 55%;
    max-width: 900px;
    min-width: 800px;
    margin: 0 auto;
    margin-bottom: 0.75em;

    padding: 1em;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--gray);
}

.faq-element-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    padding: 1.2em;
    border-bottom: 1px solid black;

}

.faq-element-body {
    display: none;
}

.open {
    padding: 1.2em;
    padding-bottom: 1.5em;
    display: block;
}

.faq-element-body h3 {
    text-align: left;
}



/* Section FAQ end */

.global-faq-search .caption p {
    text-align: center;
    margin-top: 2rem;
    font-size: 1.2rem;
    font-weight: 400;
    color: var(--white);
}

.global-faq-search .global-search input {
    padding: 10px 10px 0 10px;
    outline: none;
    font-size: 16px;
    border: 1px solid #8c8c8c;
    color: --var(black);
    min-width: 400px;
    margin-top: 2rem;
    height: 60px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    align-items: center;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

.global-faq-search .global-search .getstarted {
    border: none;
    text-transform: none;
    color: var(--white);
    outline: none;
    letter-spacing: 0.1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: var(--red);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.45);
    font-size: 1.625rem;
    padding: 0 30px;
    line-height: 60px;
    min-width: 310px;
    cursor: pointer;
    margin-top: 2rem;
}



/* Footer start */
footer {
    margin-top: 0.5em;
    padding: 3em 5em;
    background-color: black;
    padding-left: 15rem;
}

.footer-title,
.footer-title-link {
    color: var(--text-gray);
}

.footer-title {
    margin-bottom: 2em;
}

.footer-title-link:hover {
    text-decoration: underline;
}

.footer-links-container {
    width: 90%;
    margin: auto;

    display: flex;
    flex-direction: column;

    align-items: flex-start;
}

.footer-links-container * {
    text-align: left;
    color: var(--text-gray);
}

.footer-links-container h3 {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
}

.footer-body {
    width: 80%;

    min-width: 600px;
    display: flex;
    justify-content: space-between;
}

.footer-list-item {
    margin-bottom: 1em;
    padding-right: 0.75em;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.footer-list-item a:hover {
    text-decoration: underline;
}

.footer-title-link .footer-country:hover {
    text-decoration: none;
}

/* Footer end */

/* Media Queries start */
@media only screen and (max-width: 949px) {

    :root {
        --font-size-h1: 50px;
        --font-size-h2: 26px;
        --font-size-h3: px;
    }

    .link {
        padding: 0.5em 1em;
    }

    img {
        width: 500px;
        /* <--------------- */
    }

    /* Header start */
    header {
        height: 150vh;
    }

    #netflix-icon {
        width: 108px;
        height: 32px;




    }


    .header-top {
        width: 90%;
        margin: 0 auto;

        display: flex;
        align-items: center;

        padding: 2em 0;
        padding-top: 1.5em;
    }

    #header-content-title {
        line-height: 1em;
        margin-top: 1.5em;
        margin-bottom: 0.25em;
    }

    #header-content-subtitle {
        padding: 0.2em;
        padding-bottom: 1em;
    }

    .email-form {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #email-form-title {
        padding: 0.5em;
        padding-bottom: 1.5em;
    }

    .email-form-input {
        width: 70%;
        min-width: 200px;
    }

    .email-form-input input {
        width: 60%;
        padding: 0em 0.5em;
        font-size: 16px;
    }

    .email-form-input a {
        width: 20%;
        font-size: 16px;
    }

    /* Header end */

    /* Section Jumbotron */

    .jumbotron-element {
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 2.5em;
    }

    .jumbotron-element-text-container {
        width: 100%;
        max-width: 600px;
        min-width: 200px;
        padding-bottom: 2em;
    }

    .jumbotron-element-text-container * {
        text-align: center;
    }

    .jumbotron-element-title {
        font-size: 40px;
        margin: 0.2em;
    }

    .jumbotron-element-subtitle {
        font-size: 20px;
        line-height: 1.75em;
    }

    .jumbotron-image {
        order: -1;
    }

    /* Section Jumbotron end */


    /* Section FAQ start */
    #faq {
        margin-top: 0.5em;
        padding: 0.25em;
        padding-bottom: 2em;
    }

    #faq h2 {
        font-size: 40px;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
    }

    #faq h3 {
        font-size: 24px;
    }

    .plus {
        width: 15px;
    }

    .faq-element {
        width: 70%;
        max-width: 900px;
        min-width: 460px;
        margin: 0 auto;
        margin-bottom: 0.75em;

        padding: 1em;
        padding-bottom: 0;
    }

    .faq-element-head {
        width: 100%;
        padding: 1.2em;
    }

    .open {
        padding: 1.2em;
        padding-bottom: 1.5em;
    }

    /* Section FAQ end */

    /* Footer start */
    footer {
        margin-top: 0.5em;
        padding: 3em 5em;
        background-color: black;
    }

    .footer-title {
        margin-bottom: 1.5em;
    }

    .footer-body {
        justify-content: space-between;
    }

    .footer-list-item {
        margin-bottom: 1em;
        padding-right: 0.75em;
    }

    /* Footer end */
}

@media (max-width:706px) {
    .footer-body {
        width: 80%;

        min-width: 0px;
        display: flex;
        justify-content: space-between;
    }
}

@media (max-width:502px) {
    :root {
        --font-size-h1: 28px;
        --font-size-h2: 18px;
        --font-size-h3: 18px;
    }

    .link {
        padding: 0.5em 1em;
    }

    img {
        width: 300px;
    }

    /* Header start */
    header {
        height: 150vh;
    }

    #netflix-icon {
        width: 90px;
        height: 45px;
    }

    header {
        height: 75vh;
    }


    .header-top {
        width: 90%;
        margin: 0 auto;

        display: flex;
        align-items: center;

        padding: 2em 0;
        padding-top: 1.5em;
    }

    #sign-in {
        width: 65px;
        height: 30px;
        font-size: 12.5px;
        font-weight: 500;
    }

    #header-content-title {
        line-height: 1em;
        margin-top: 2.5em;
        margin-bottom: 0.25em;
        font-size: 1.75rem;



    }

    #header-content-subtitle {
        padding: 0.2em;
        padding-bottom: 1em;
        font-size: 1.125rem;
    }

    #email-form-title {
        padding: 0.5em;
        padding-bottom: 1.5em;
    }

    .email-form-input {
        width: 100%;
    }

    .email-form-input input {
        width: 60%;
        padding: 0em 0.5em;
        font-size: 14px;
    }

    .email-form-input a {
        width: 30%;
        font-size: 16px;
    }

    /* Header end */

    /* Section Jumbotron */

    .jumbotron-element {
        flex-direction: column;
        justify-content: center;
        align-items: center;

        padding: 2.5em;
    }

    .jumbotron-element-text-container {
        width: 100%;
        max-width: 600px;
        min-width: 200px;
        padding-bottom: 2em;
    }

    .jumbotron-element-text-container * {
        text-align: center;
    }

    .jumbotron-element-text-container .jumbotron-element-title {
        font-size: 28px;
        font-family: 'Helvetica';
        margin: 0.2em;
        font-weight: 600;

    }

    .jumbotron-element-text-container .jumbotron-element-subtitle {
        font-size: 1.125rem;
        line-height: 1.75em;
        font-weight: 400;
    }

    .jumbotron-image {
        order: 1;
    }

    /* Section Jumbotron end */
    /* Section FAQ start */
    #faq {
        margin-top: 0.5em;
        padding: 0.25em;
        padding-bottom: 2em;
    }

    #faq h2 {
        font-size: 26px;
        margin-top: 1.5em;
        margin-bottom: 0.5em;
        text-align: center;
    }

    #faq h3 {
        font-size: 18px;
    }

    .plus {
        width: 15px;
    }

    #faq-container {
        margin: auto;
    }

    .faq-element {
        width: 100%;
        max-width: 900px;
        min-width: 0;
        margin: 0 auto;
        margin-bottom: 0.75em;

        padding: 0em;
    }

    .faq-element-head {
        width: 100%;
    }

    .open {
        padding: 1em;
        padding-bottom: 1.25em;
    }

    /* Section FAQ end */

    /* Footer start */
    footer {
        margin-top: 0.25em;
        padding: 0em 0.5em;


    }

    .footer-title {
        margin-bottom: 1.5em;
    }

    .footer-body {
        min-width: 0;
        justify-content: space-between;
    }

    .footer-body-item {
        width: 100%;

    }

    .footer-list-item {
        margin-bottom: 1em;
        padding-right: 0.75em;




    }

    /* Section FAQ end */

    /* Footer start */
    footer {
        margin-top: 0.5em;
        padding: 3em 0.5em;
        background-color: black;
    }

    .footer-title {
        margin-bottom: 1.5em;
    }

    .footer-body {
        justify-content: space-between;
        flex-direction: column;
    }

    .footer-list-item {
        margin-bottom: 1em;
        padding-right: 0.75em;

    }

    /* Footer end */

}

/* Media Queries end */