* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: 'Netflix Sans';
}

:root {
    --color-primary: #e50914;
    --color-white: #ffffff;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

[class="col-"] {
    padding: 0 20px;
}

.first-page {
    background-image: url(../images/hero-bg/hero-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.705);
}

.container-hero {
    max-width: 1320px;
    margin: auto;
    position: relative;
    padding: 30px 0px 0px 0px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.justify-between {
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.all-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.z-2 {
    z-index: 2;
}

.gap-20 {
    gap: 20px;
}


/************ Hero Section Style ************/

.logo {
    width: 9.25rem;
    height: 2.5rem;
    color: var(--color-primary);
    fill: currentColor;
    display: block;
}

.language-svg {
    position: relative;
}

.language-svg svg {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--color-white);
}

nav select {
    padding: 10px 36px 10px 34px;
    border: none;
    border-radius: 3px;
    background-color: #121010;
    border: 1px solid dimgray;
    color: var(--color-white);
    font-weight: 400;
    font-size: 15px;
    appearance: none; 
}

.sign-in-btn button {
    padding: 10px 20px;
    background-color: var(--color-primary);
    border: 1px solid dimgray;
    color: var(--color-white);
    font-weight: 500;
    letter-spacing: normal;
    line-height: 1;
    border-radius: 3px;
    cursor: pointer;
}

.hero {
    min-height: 720px;
}

.content {
    width: 588px;
    margin: auto;
    text-align: center;
    padding-top: 150px;
}

.content h1 {
    font-size: 56px;
    color: var(--color-white);
    margin-bottom: 16px;
}

.content p {
    font-size: 20px;
    color: var(--color-white);
    margin-bottom: 32px;
}

.content h3 {
    font-size: 16px;
    color: var(--color-white);
    font-weight: 400;
}

.get-started {

    padding-top: 20px;
}

.get-started-mail {
    padding-right: 10px;
}

.get-started-mail input {
    padding: 11.5px 16px;
    line-height: 1.5;
    width: 100%;
    background-color: #0f0f0f;
    border: 1px solid dimgray;
    font-size: 18px;
    border-radius: 5px;
    color: var(--color-white);
}

.get-started-btn button {
    padding: 11px 16px;
    font-size: 24px;
    font-weight: 500;
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 5px;
    cursor: pointer;
}

.curve-container-parent {
    position: relative;
    height: 100px;
}

.curve-container {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(50% 500% at 50% -420%, rgba(64, 97, 231, 0.4) 80%, rgba(0, 0, 0, 0.1) 100%), black;
}


.curve-container::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    border-radius: inherit;
    background: linear-gradient(to right, rgba(33, 13, 22, 1) 16%, rgba(184, 40, 105, 1), rgba(229, 9, 20, 1), rgba(184, 40, 105, 1), rgba(33, 13, 22, 1) 84%);
}

/************ Trending Movies Section Style ************/

.trending-now {
    background-color: #000000;
}

.container-trending-now {
    max-width: 1320px;
    margin: auto;
}

.trending-now h2 {
    color: var(--color-white);
    font-size: 32px;
    margin-bottom: 30px;
}


.trending-movies-list ul {
    display: flex;
    justify-content: center;
    gap: 50px;
}

.trending-movies-list ul button {
    border: none;
    position: relative;
    border-radius: 10px;
    transition: all 0.2s ease-in-out;
}

.trending-movies-list ul button img {
    display: block;
    border-radius: 10px;
}

.trending-no {
    position: absolute;
    bottom: 0;
    left: -25px;
    font-size: 100px;
    font-weight: 900;
    color: #000000;
    -webkit-text-stroke: 2px rgb(255, 255, 255);
    text-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.5);
}

.trending-movies-list ul button:hover {
    transform: scale(1.050);
    border: none;
    cursor: pointer;
}

.reason-join-title h2 {
    color: var(--color-white);
    font-size: 32px;
    margin: 80px 0px 20px 0px;
}

.reason-box {
    padding: 24px 24px 170px;
    background: linear-gradient(149deg, #192247 0%, #210e17 96.86%);
    border-radius: 15px;
    position: relative;
    height: 100%;
}

.reason-box h3 {
    font-size: 24px;
    color: var(--color-white);
}

.reason-box p {
    color: #ffffffb3;
    margin-top: 1rem;
}

.col-3 {
    padding: 0 10px;
}

.reason-box svg {
    position: absolute;
    bottom: 10px;
    right: 24px;
}

.Frequently-Qustions-Title h2 {
    color: var(--color-white);
    font-size: 32px;
    margin: 80px 0px 20px 0px;
}

.frequently-qustions-btn ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.frequently-qustions-btn button {
    font-size: 24px;
    color: var(--color-white);
    background-color: #2d2d2d;
    width: 100%;
    text-align: left;
    padding: 24px;
    border: none;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}

.frequently-qustions-btn button:hover {
    background-color: rgb(65, 65, 65);
}

.footer-sign-up {
    padding: 50px 0;
    background-color: #000000;
}

.container-footer-sign-up {
    max-width: 1320px;
    margin: auto;
}

.footer-sign-up-content {
    margin: auto;
    margin-top: 30px;
    max-width: 783px;
}

.footer-sign-up-para p {
    font-size: 17px;
    color: var(--color-white);
    text-align: center;
}

.footer-sign-up-fild {
    width: 100%;
    margin-top: 30px;
}

.footer-sign-up-email {
    width: 75%;
}

.footer-sign-up-btn {
    width: 25%;
}

.footer-sign-up-email {
    padding-right: 10px;
}

.footer-sign-up-email input {
    padding: 11.5px 16px;
    line-height: 1.5;
    width: 100%;
    background-color: #0f0f0f;
    border: 1px solid dimgray;
    font-size: 18px;
    border-radius: 5px;
    color: var(--color-white);
}

.footer-sign-up-btn button {
    padding: 11px 16px;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    border: none;
    background-color: var(--color-primary);
    color: var(--color-white);
    border-radius: 5px;
    cursor: pointer;
}

/************ Footer Section Style ************/

.footer {
    background-color: #000000;
}

.container-footer {
    max-width: 1320px;
    margin: auto;
    padding: 50px 0px 100px 0px;
}

.questions-call {
    color: #ffffffb3;
    margin-bottom: 50px;
}

a {
    color: #ffffffb3;
    text-decoration: underline;
}

.about-list li {
    padding: 10px 0px;
    font-size: 14px;
}

.about-list {
    margin-bottom: 50px;
}

.language-svg-footer {
    position: relative;
}

.language-btn-footer:last-child {
    color: #ffffff80;
    font-size: 13px;
}
.language-btn-footer:last-child a{
    color: #448ef4;
}

.Netflix-India {
    font-size: 14px;
    padding: 30px 0px;
    color: #ffffffb3;
}

.language-svg-footer svg {
    position: absolute;
    top: 10px;
    left: 10px;
    color: var(--color-white);
}

.language-btn-footer select {
    padding: 6px 36px 6px 34px;
    border: none;
    border-radius: 3px;
    background-color: #121010;
    border: 1px solid dimgray;
    color: var(--color-white);
    font-weight: 400;
    font-size: 15px;
    appearance: none; 
}

.language-select {
    position: relative;
}

.down-icon i {
    position: absolute;
    left: 100px;
    top: 10px;
    pointer-events: none;
    color: #ffffffb3;
}
