* {
    margin: 0;
    padding: 0;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif !important
}

/* MEDIA QUERY (>1300PX) */
@media screen and (min-width: 1300px) {
    .hero {
        margin-top: -60px;
    }

    .hero h1 {
        width: 45%;
        font-size: 3.3rem;
        font-weight: 800;
        word-spacing: -0.5rem;
        line-height: 1.2;
    }

}

/* MEDIA QUERY (<1300PX) */
@media only screen and (max-width: 1299px) {

    .hero {
        margin-top: -70px;
    }

    .hero h1 {
        width: 50%;
        font-size: 3.2rem;
        font-weight: 800;

    }

}

/* MEDIA QUERY (960PX) */
@media only screen and (max-width: 960px) {
    .hero {
        margin-top: -90px;
    }

    .hero>h1 {
        width: 70%;
        font-size: 2.9rem;
        font-weight: 700;

    }
    .secondlogin div{
        margin: 0 35px !important;
        flex-direction: row !important;
        
    }
    .footer-1 p{
        font-size: 1.1rem !important;
    }
    .footer-2 ul li{
        flex: 0 0 50% !important;

    }

}

/* MEDIA QUERY (600PX) */
@media only screen and (max-width: 610px) {
    .netflix-logo{
        margin-top: -15px;
        margin-left: -15px;
        height: 2.1rem !important;
        width: 6.5rem !important;

    }
    .nav-btn {
        margin-right: 5px !important;
        margin-top: -20px;
        height: 1.5rem !important;
        width: 4.5rem !important;
        font-size: 0.7rem !important;
        
    }
    .nav-red-btn{
        margin-top: -20px;
        height: 1.5rem !important;
        width: 3.8rem !important;
        font-size: 0.7rem !important;
        
    }
    .nav-first-svg{
        width: 19px;
        height: 12px;
        margin: -23px -11px !important;

    }
    .nav-second-svg{
        height: 12px;
        width: 12px;
        margin: -13px 56px !important;
    }

    .hero {
        margin-top: -130px;
        gap: 25px 0px !important;
    }

    .hero h1 {
        word-spacing: -6px;
        width: 95%;
        font-size: 2.1rem;
        font-weight: 700;

    }

    .hero-btn {
        flex-direction: column;
        gap: 20px !important;
        margin-top: 10px !important;
    }

    .hero-input {
        width: 300px !important;
        height: 45px !important;
    }

    .red-btn {
        height: 40px !important;
        width: 160px !important;
        font-weight: 500 !important;
        font-size: 1.2rem !important;
    }
    
    .hero p{
        margin-bottom: 0 !important;
        font-weight: 500 !important;
        font-size: 1rem !important;

    }
    #para2{
        font-weight: 500 !important;
        font-size: 1rem !important;
        margin-bottom: -20px !important;

    }

    .curve{
        top: 42rem !important;
    }
    .curve-container{
        width: 200% !important;
        left: -48% !important;
        /* right: -20% !important; */
    }

    .faq h2{
        font-weight: 500 !important;
        font-size: 1.35rem !important;
    }
    .faq-boxes ul li h3 button {
        padding: 1rem !important;
        font-weight: 500 !important;
        font-size: 1rem !important;
    }
    .faq-boxes ul li h3 button svg{
        height: 30px !important;
        width: 30px !important;
    }
    .secondlogin p{
        margin: 15px 10% !important;
        text-align: start !important;
        font-weight: 400 !important;
        font-size: 1rem !important;
    }
    .secondlogin div{
        margin: 0 10% !important;
        flex-direction: column !important;
        
    }
    .footer-1 p{
        font-size: 1.1rem !important;
    }
    .footer-2 ul{
        flex: 0 0 25% !important;
        flex-direction: column !important;
    }
    .footer-2 ul{
        flex: 0 0 25% !important;
    }
}


/* BODY START  */

.whole-content {
    max-width: 1590px;
    height: fit-content;
    box-sizing: border-box;
    margin: auto;
    box-shadow: solid 2px 2px white;

}

body {
    justify-content: center;
    background-color: black;
    scroll-behavior: smooth;
}

/* BODY END  */
/* NETFLIX BACKGROUND */

.main {
    background-image: url("ASSESTS/Images/bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    width: 100%;
    position: relative;

}

/* NAVBAR START */

.main section {
    z-index: 10;
    width: 100%;
    /* border: 2px solid white; */
    /* max-width: 2200px; */
    box-sizing: border-box;
    position: relative;
}

nav {
    box-sizing: border-box;
    margin: 0 9%;
    /* width: 100%; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 2px solid white; */
    height: 80px;

}

/* nav img {
    position: relative;
    width: 200px;

} */

.netflix-logo {
    /* border: 2px solid white; */
    position: relative;
    opacity: 1;
    width: 9.25rem;
    height: 2.5rem;

}

.netflix-logo svg {
    z-index: 10;
    opacity: 1;
    color: rgb(255, 9, 13);
    filter: brightness(100%);
    fill: currentColor;
    display: block;
}

nav div {
    display: flex;
    flex-direction: row;
    color: white;
    position: relative;
    z-index: 1;
}

.nav-first-svg {
    position: absolute;
    padding: 9px 12px;
}

.nav-second-svg {
    margin: 10px 95px;
    position: absolute;
}

.nav-btn {
    appearance: none;
    align-items: center;
    height: 2.1rem;
    width: 7.7rem;
    color: white;
    border: 1.5px solid rgb(118, 118, 118);
    background-color: rgba(18, 17, 17, 0.584);
    padding: 0px 10px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    margin-right: 10px;
}

.nav-red-btn {
    font-size: 1rem;
    height: 2.1rem;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: rgba(255, 0, 0, 0.95);
    cursor: pointer;
    font-weight: 600;
    width: 80px;
    border: none;
    border-radius: 5px;
}

.nav-red-btn:hover {
    opacity: 0.9;
    font-size: 1.01rem;
}

/* NAVBAR END */

/* CONTENT PART-1 START */
.red-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    /* padding: auto; */
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.5rem;
    background-color: red;
    color: white;
    width: 210px;
    height: 55px;
    cursor: pointer;
    border: none;
}

.red-btn:hover {
    opacity: 0.9;
    font-size: 1.51rem;

}

.hero-input {
    color: rgba(255, 255, 255, 0.7);
    /* color: white; */
    width: 360px;
    height: 53px;
    background-color: rgba(16, 16, 16, 0.76);
    font-size: 1rem;
    font-weight: 600;
    border: 1.2px solid #5f5e5e;
    border-radius: 4px;
    padding-left: 10px;
    opacity: 1;
}

.hero-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.main .box {
    height: 750px;
    width: 100%;
    background-color: black;
    opacity: 0.75;
    position: absolute;
    top: 0;
    /* border :5px solid white; */


}

.hero {
    /* border :2px solid white; */
    display: flex;
    height: 100%;
    align-content: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    font-family: sans-serif;
    gap: 15px;
    position: relative;
    /* margin-top: -60px; */
    padding: 30px;
    flex-wrap: wrap;

}

.hero h1 {
    text-wrap: wrap;
    align-self: center;
    color: white;
    position: relative;
    justify-content: center;
    text-align: center;
    /* border: 2px solid white; */
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.hero p {
    /* border: 2px solid white; */
    color: white;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-align: center;
}

#para2 {
    margin-bottom: 0.01rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.06rem;

}

/* CONTENT PART-1 END */

/* CURVE CONTAINER START */

.curve {
    border: 0px solid transparent;
    max-width: 100%;
    position: absolute;
    top: 44.57rem;
    left: 0px;
    right: 0px;
    overflow: hidden;


}

.curve-container {
    width: 130%;
    height: 80px;
    border-top-left-radius: 50% 100%;
    border-top-right-radius: 50% 100%;
    position: relative;
    top: 0px;
    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%);
    overflow: hidden;
    border: 3.5px solid transparent;
    border-bottom: none;
    box-sizing: border-box;
    z-index: 1;
    border-left: none;
    border-right: none;
    left: -15%;
    right: -10%;
}

.curve-container:before {
    border: 0px solid transparent;
    border-top-left-radius: 100% 100%;
    border-top-right-radius: 100% 100%;
    border-bottom: none;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 100%;
    height: 150px;
    background: radial-gradient(65% 480% at 50% -420%,
            rgba(64, 97, 231, 0.4) 80%,
            rgba(0, 0, 0, 0.1) 100%), black;
}

/* CUVRVE CONTAINER END */

/* CONTENT PART-2 START */

.trending {
    position: relative;
    top: 0px;
}

.trending h2 {
    color: white;
    margin-left: 10%;
    margin-bottom: 25px;
    margin-top: -2rem;
}

.trending-button {
    display: inline-block;
    /* gap: 24px; */
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10px;
}

.trend-1svg {
    position: absolute;
    fill: currentColor;
    color: white;
    /* border: 2px solid white; */
    padding-top: 4px;
    box-sizing: border-box;
    margin-left: 4rem;
    margin-top: 0.5rem;
    width: 20px;
    height: 20px;

}

.trend-2svg {
    margin-left: 6.8rem;
    margin-top: 0.8rem;
    align-self: center;
    position: absolute;
    fill: currentColor;
    color: white;
    /* border: 2px solid white; */
}

.trend1btn {
    appearance: none;
    background-color: rgb(18, 17, 17);
    border: 1.5px solid rgb(118, 118, 118);
    border-radius: 3px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    height: 40px;
    width: 95px;
    padding: 0px 10px;
    align-items: center;

}

.trend2btn {
    appearance: none;
    background-color: rgb(18, 17, 17);
    border: 1.5px solid rgb(118, 118, 118);
    border-radius: 3px;
    color: white;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
    height: 40px;
    width: 115px;
    padding: 0px 10px;
    align-items: center;
    margin-left: 1.5rem;

}

/* MOVIES SLIDER START */

.slider {
    /* display: flex; */
    justify-content: center;
    /* border: 3px solid white; */
    /* padding: 2px; */
    width: 92%;
    margin: auto auto;
    margin-bottom: 3rem;
}

.movies-slider {
    display: flex;
    position: relative;
    /* border: 2px solid white; */
    overflow-y: hidden;
    overflow-x: scroll;
    scroll-behavior: smooth;
    padding: 10px 20px;
    scrollbar-width: none;

}

.movies-slider ul {

    margin: 0px;
    display: flex;
    position: relative;
    /* border: 2px solid white; */
    /* height: 280px; */


}

.movies-slider ul li {
    width: 190px;
    height: 280px;
    /* border: 2px solid white; */
    margin: auto 20px;
    border-radius: 15px;
    list-style: none;
    cursor: pointer;


}

.movies-slider ul li:hover {
    transform: scale(1.03);
    opacity: 0.8;
    transform-style: smooth;
}

.movies-slider ul li span {
    background-size: cover/cover;
    background-repeat: no-repeat;
    width: 190px;
    position: absolute;
    height: 275px;
    border-radius: 10px;
    z-index: -1;
    /* border: 1px solid white; */
}


.movies-slider ul li h2 {
    display: inline-block;
    margin-top: 150px;
    font-weight: 900px;
    font-size: 100px;
    margin-left: -20px;
    text-shadow: 0 0 1.5rem rgb(0, 0, 0);
    color: rgb(20, 20, 20);
    -webkit-text-stroke: 0.1rem rgb(255, 255, 255);
}

/* MOVIES SLIDER END */
/* CONTENT PART-2 END */

/* CONTENT PART-3 START */

.join-template {

    position: relative;
    top: 0px;
    /* border: 2px solid white; */
    height: fit-content;

}

.template-heading {
    /* border: 2px solid white; */
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10%;
}

.template-heading h2 {
    /* border: 2px solid rgb(233, 69, 69); */
    color: white;
    margin-bottom: 15px;
    font-size: 1.6rem;
}

.layout {
    display: grid;
    gap: 10px;
    padding: 10px 7%;
    /* border: 2px solid white; */
    box-sizing: border-box;
    /* justify-content: center; */

}

.layout main {
    margin: auto;
    box-sizing: border-box;
    /* border: 2px solid white; */
    /* margin: 0 auto; */
    width: 100%;
}

.tiles-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-auto-rows: minmax(280px, auto);
    gap: 13px;
    /* border: 2px solid rgb(224, 17, 17); */
}

.layout main article {

    background: linear-gradient(149deg, #192247 0%, #210e17 99.08%);
    /* border: 2px solid white; */
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    padding-top: 15px;

}

.layout main article h3 {
    line-height: 31px;
    word-spacing: 1.1px;
    color: white;
    font-size: 1.5rem;
    padding: 10px 15px 20px 15px;
}

.layout main article p {
    word-spacing: 0.7px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    padding: 0px 15px 5px 15px;

}

.template-logo1 {
    display: flex;
    justify-content: end;
    margin-top: 70px;
    padding-right: 10px;
    /* height: 50px; */
    /* border: 2px solid white; */
}

.template-logo2 {
    padding-right: 8px;
    display: flex;
    justify-content: end;
    margin-top: 55px;
    height: 50px;
    /* border: 2px solid white; */
}

.template-logo3 {
    padding-right: 9px;
    display: flex;
    justify-content: end;
    margin-top: 70px;
    height: 50px;
    /* border: 2px solid white; */
}

.template-logo4 {
    padding-right: 10px;
    display: flex;
    justify-content: end;
    margin-top: 25px;
    height: 50px;
    /* border: 2px solid white; */
}

/* CONTENT PART-3 END */
/* CONTENT PART-4 START */
.faq {
    margin-top: 5rem;
    color: white;
    /* border: 2px solid white; */
    height: fit-content;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 4rem;
}

.faq>h2 {
    margin: 0 10%;
    font-size: 1.5rem;
    /* border: 2px solid white; */
}

.faq-boxes {
    margin: 0 10%;
    margin-top: 1.5rem;
    /* width: 100%; */
    flex-wrap: wrap;
    /* border: 1px solid white; */
    display: flex;
    flex-direction: column;
}

.faq-boxes ul {
    /* border: 3px solid rgb(10, 49, 240); */
    font-size: 1.5rem;
    font-weight: 400;
    color: white;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    list-style: none;
}

.faq-boxes ul li {
    /* border: 2px solid white; */
    font-weight: 400;
    font-size: 1.5rem;
    box-sizing: border-box;
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    width: inherit;
    list-style-type: none;
}

.faq-boxes ul li h3:hover {
    opacity: 0.9;
    background-color: #414141;
    transition: all 0.6s ease-out smooth;

}


.faq-boxes ul li h3 {
    box-sizing: border-box;
    list-style-type: none;
    display: flex;
    margin-bottom: 0;
    position: relative;
    background-color: rgb(45, 45, 45);
    color: rgb(255, 255, 255);
    transition-duration: 250ms;
    transition-property: background-color;
    transition-timing-function: cubic-bezier(0.9, 0, 0.51, 1);
}

.faq-boxes ul li h3 button {
    cursor: pointer;
    border: none;
    padding: 1.5rem;
    color: white;
    justify-content: space-between;
    width: 100%;
    display: inline-flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 400;
    /* border: 1px solid red; */
    box-sizing: content-box;
    appearance: none;
    background: none;
    text-decoration: none;
    box-sizing: content-box;
}

/* CONTENT PART-4 END */

/* CONTENT PART-5 START */

.secondlogin {
    /* border: 2px solid red; */
    /* justify-content: center; */
    display: flex;
    flex-direction: column;
    margin-bottom: 4rem;
}

.secondlogin p {
    /* border: 2px solid white; */
    color: white;
    margin-bottom: 1rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.1rem;
}

.secondlogin div {
    justify-content: center;
    /* border: 2px solid white; */
    display: flex;
    flex-direction: row;
    gap: 10px 10px;
}

.secondlogin div input {
    color: rgba(255, 255, 255, 0.7);
    /* color: white; */
    width: 510px;
    height: 55px;
    background-color: rgba(16, 16, 16, 0.76);
    font-size: 1rem;
    font-weight: 600;
    border: 1.2px solid #5f5e5e;
    border-radius: 4px;
    padding-left: 10px;
    opacity: 1;

}

.secondlogin div button {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.3rem;
    background-color: red;
    color: white;
    width: 210px;
    height: 55px;
    cursor: pointer;
    border: none;
}

/* CONTENT PART-5 END */


.footer {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    /* border: 2px solid white; */
    width: 100%;
    height: auto;
    color: rgba(255, 255, 255, 0.7);
    padding-bottom: 6rem;
}

.footer footer {
    /* border: 2px solid white; */
    width: fit-content;
    margin: 0px 10%;
    position: relative;
    text-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: column;
}

.footer footer div {
    margin-top: 35px;
    /* border: 2px solid yellowgreen; */
}


/* FOOTER-1 */

.footer-1 {
    width: fit-content;
}

.footer-1 p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 400;

}

.footer-1 p a {
    border-radius: 0.255rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 400;

}


/* FOOTER-2 */

.footer-2 {
    /* border: 2px solid yellow; */
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-bottom: 1rem;
}

.footer-2 ul {
    /* border: 2px solid red; */
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* height: inherit; */
    justify-content: flex-start;
    box-sizing: border-box;
    align-items: flex-start;
    width: 100%;
    line-height: 1.9rem;

}

.footer-2 ul li {
    flex: 0 0 25%;
    /* border: 2px solid white; */
    font-size: 0.9rem;
    font-weight: 400;
    box-sizing: border-box;
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;

}

.footer-2 ul li a {
    color: rgba(255, 255, 255, 0.7);
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    /* display: block; */
    user-select: text;
    text-decoration: 1px underline;
    cursor: pointer;

}

/* FOOTER-3 */
.footer-3 {
    /* border: 2px solid white; */
    color: white;

}

.footer-3 select {
    appearance: none;
    align-items: center;
    height: 2.2rem;
    width: 7.7rem;
    color: white;
    border: 1.5px solid rgb(118, 118, 118);
    background-color: rgba(18, 17, 17, 0.584);
    padding: 0px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 1rem;
    cursor: pointer;
    margin-right: 10px;
}

.footer-first-svg {
    color: white;
    position: absolute;
    padding: 10px 12px;

}

.footer-second-svg {
    color: white;
    margin: 11px -33px;
    position: absolute;
}


/* FOOTER-4 */

.footer-4 {
    /* border: 2px solid white; */
    width: fit-content;
    box-sizing: border-box;

}

.footer-4 p {
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1rem;
    font-weight: 400;
}
