@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}
body
{
    background-color: black;
}

.first
{
    /* border: 1px solid red; */
    
    width: 100%;
    height: 700px;
    /* height: 100svh; */
    max-width: 1900px;
    margin: auto;

    background-image: url(file/Netflixbg.jpg);
    
    /* background-attachment: fill; */
    
    background-size:cover;
    /* background-blend-mode: darken; */
    background-position: center center;
    
    background-repeat:no-repeat;
    

    display: flex;
    

    position: relative;
    
    box-shadow: 0 0 200px rgb(142, 0, 0);
    
    flex-direction: column;

    justify-content: space-between;


}

.opacity
{
    /* background-color: black; */
    background: linear-gradient(rgba(0, 0, 0, 0.85),rgba(0, 0, 0, 0.6) 50%,rgba(0, 0, 0, 0.85) 80%);
    
    max-width: 1900px;
    margin: auto;
    opacity: 1;
    width: 100%;
    /* height: 100%; */
    /* width: 100vw; */
    height: 100%;
    position: absolute;
    z-index: 1;
    box-shadow: 0 0 50px black inset;


}

.navbar
{
    z-index: 2;

    /* border: 2px solid; */

    padding: 10px 20px;

    

    color: red;

    display: flex;

    justify-content: space-between;

    align-items: center;

    
}

.button
{
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.logo
{
    height: 25px;
}



.btn1
{
    height: 35px;
    background-color: transparent;
    color: white;
    width: 100px;
    
    font-size: 1rem;
    margin: 5px;
    border-radius: 5px;
    border: 1px solid gray;
    font-weight: 600;



}

.btn2
{
    height: 35px;
    background-color: red;
    color: white;
    width: 85px;
    font-size: 1rem;
    margin-right: 10px;
        border-radius: 5px;
    font-weight: 600;


}

.main
{
 
    width: 100%;
    
    color: white;
    display: flex;

    flex-direction: column;


    padding: 20px;
    
    justify-content: center;
    align-items: center;

    z-index: 5;

    row-gap: 10px;
    
}

.main div:first-child 
{
    text-align: center;
    max-width: 500px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 40px;
    font-style: normal;
    margin-top: 20px;
    padding: 20px;
    padding-bottom: 0px;
    
}



.main div:nth-child(2)
{
    
    text-align: center;
    font-size: 0.9rem;
    font-weight: 350;
    padding-bottom: 2px;

}

.main div:nth-child(3)
{
    font-weight: 350;
    font-size: 0.9rem;
    
    text-align: center;  
    max-width: 500px;
    padding:0px 40px;


}



.mainbtn
{
    width: 100%;
    max-width: 500px;
    
    /* border: 2px solid; */
    display: flex;
    column-gap: 5px;
    row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
   

    /* margin: px; */
    
}

.mainbtn input
{
    width:100%;
    height: 50px;
    background-color: transparent;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding-left: 10px;
    color: white;
    box-sizing: content-box;
    font-size: 16px;



}





main input:focus
{
    /* box-shadow: 0 0 5px white; */
    outline: 1px solid;
}

.mainbtn button
{
    border-radius: 5px;
    
    width: 140px;
    
    padding-left: 5px;

    height: 50px;
    background-color: red;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    
}

/* .mainbtn button>svg{
    
    font-weight: 900;
} */

.foot
{


    height: 80px;
    width: 100%;

    border-top: 5px solid rgb(255, 0, 85);
    /* grid-row: 3/4;
    grid-column: 1/4; */
    border-top-left-radius: 100% 70%;
    border-top-right-radius:  100%  70%;

    z-index: 5;
    /* background-color:; */
    background-image: linear-gradient( rgb(0, 0, 150) 0%, black 75%);

    box-shadow: 0 0 50px black inset;
    
    display: flex;
    align-items: end;
}

.foot div
{

    font-size: 22px;
    font-weight: 500;
    color: white;
    /* color: white;
    font-size: 1.2rem; */
    margin: auto;
    bottom: 5px;
    width: 850px ;
    /* padding-left: 40px; */
    /* left: 150px; */
    /* font-weight:400; */
    /* border: 2px solid; */
    padding-left: 15px;
}



.second
{
    /* background-color: rgb(255, 0, 0); */

    /* width: 100vw; */

    /* width: 1900px ; */
    box-shadow: 0 0 200px black;



    position: relative;
    
    height: fit-content;
    margin: auto;
    
    
    justify-content: center;



}



.supscroll
{
    border:2px solid;
    background-color: black;
    /* z-index: 5; */

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
    padding-bottom: 30px;
    gap: 5px;

}

.supscroll > div:nth-child(odd)
{
    height: 100px;
    width: 30px;
    background-color: rgb(50, 50, 50);
    color: rgba(255, 255, 255, 0.5);

    border-radius: 8px;
    display: flex;
    align-items: center;

    
}

.scroll
{
    
    /* border: 2px solid; */
    max-width: 1200px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 30px;
    /* padding-top: 12px; */

    padding-left: 15px;
    padding-bottom: 10px;

    
    

    


}

.card
{
    height: 180px;
    /* height: 250px; */
    min-width: 130px;

    border-radius: 10px;
    /* background-color: red; */
    position: relative;
    background-size: cover;
    transition: 200ms;



}

.card:hover
{
    height: 200px;
    min-width:  150px;
}




.card div
{
    position: absolute;

    font-size: 4.5rem;
    font-weight: 900;
    -webkit-text-stroke:2px white;
    top: 100px;
    left: -15px;

}



.card1
{
    background-image: url(https://occ-0-7279-2186.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABXMlNt8lRlEH5nkoYUHkzaYFsKJJvQq-3wQ4-DyYWQmKlxu9qrynyD5cNZEHPowiQL9IPEPbTSBM9B-id8nR8QPVfL1P_CQjPOqe5ZsDbekwH5AVJbhS3v4gSBXhZb4qdcE6.webp?r=e8a);
}

.card2
{
    background-image: url(https://occ-0-7279-2186.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABTk_B0l_BvDJ7CQuWOAax9ZKSAe65vFGUMjAee8pcvuYXDFDvcnFaF8nOEuwxBg-TFKzHTqhdD3D7zlMsXSpA_BQTHf-ouBVNdwJIJvNQzUGje4WVrnptKL5Ywqu9hV7pg3A.webp?r=f34);
}

.card3
{
    background-image: url(https://occ-0-7279-2186.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABVeIHiYaDJJIysNwDA2dgsHF3DpeFf1lXUwfmyaYJGvJxptKGrreOWRiosLCEviE_yZybYWhxEPSmyxoSVNhCycRblBIR_sH38c.webp?r=902);
}

.card4
{
    background-image: url(https://occ-0-7279-2186.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABRyZw5hVzYNlj5cnTUlbq5EqtdSdsAsspntVAHNzTW-VaxaTK4A5d_0pDxPjmoxcs7O51dpWAhCpvB-1r6tBUotO4OHGYteFQzA.webp?r=32c);
}

.card5
{
    background-image: url(https://occ-0-7279-2186.1.nflxso.net/dnm/api/v6/mAcAr9TxZIVbINe88xb3Teg5_OA/AAAABd-hr2-TdXUEamf_D6vpIxJwKZnueEgjHxa05fdGIYTOXwYvXtkrUhfvtySeRKLFhR7MDZG5cNAtmb52qROa-ZKOftFckYIuFKo.webp?r=4a4);
}

.midtext
{
    
    display: flex;
    align-items: end;
    justify-content: flex-start;
    padding-left: 15px;
    font-size: 22px;
    font-weight: 500;
    color: white;
}




.content
{
    
    
    display: grid;
    /* background-color: aqua; */
    column-gap: 10px;
    row-gap: 10px;
    
    grid-template-rows: repeat(4,200px);
    
    padding-top: 20px;

    /* border: 10px solid gray; */

}

@media (width > 1024px) {

    .content
    {
        grid-template-columns: repeat(2,1fr);
        grid-template-rows: repeat(2,200px);

    }
    
}

@media (width>1250px) {


    .first
    {

    }

    .content
    {
        grid-template-rows:auto;
        grid-template-columns: repeat(4,1fr);
    }
    
}


.box
{
    /* background-color: red; */
    
    background-image: linear-gradient(rgb(72, 70, 70,0.3),rgba(0, 0, 255, 0.5) ,rgb(72, 70, 70,0.3));
    
    border-radius: 10px;
    position: relative;

    box-shadow: 0 0 90px rgb(16, 16, 16) inset;
    color: white;
    padding: 20px;

    

    padding-bottom: 80px;
}

.box svg
{
    position: absolute;
    right: 10px;
    bottom: 20px;
    /* z-index: 2; */
}

.box div:first-child
{
    font-size: 21.2px;
    
    font-weight: 700;

    margin-bottom: 10px;
}

.box div:nth-child(2)
{
    font-size: .8rem;
    line-height: 14px;
}
.faq
{
    margin: 20px;
    min-width:  20px;
    max-width: 850px ;
    
    /* border:10px solid red; */
    /* height: 90vh; */
    /* width: 100%; */
    display: grid;
    
    grid-template-rows: 100px 1fr 1fr 1fr 1fr 1fr 1fr;
    color: white; 
    



}



.faq svg
{
    height: 40px;
    position: relative;
    left: 20px;
}


.faq > div:first-child

{
    
    font-size: 1.5rem;
    font-weight: 500;
    display: flex;
    align-items: flex-end;
    padding-bottom: 10px;
}

.faq div:nth-child(n+2)
{
    color: white;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    padding: 20px;
    background-image:linear-gradient(black 0%,rgb(43, 43, 43) 5%,rgb(43, 43, 43) 95%,black 80%);
}

.mid 
{
    color: white;
    text-align: center;
    position: relative;
    margin: 20px;
}

.mid + .mainbtn
{
    margin: auto;
    width: 70%;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 10px;
    
}

.mid + .mainbtn input
{
    width: 60%;
}

/* .mid + .mainbtn button
{
    width: 20%;
} */

footer
{
    color: #d3d3d3;
        min-width: 20px;
    max-width: 850px;
    /* border: 2px solid; */
    margin: 20px;
    display: grid;
    row-gap: 20px;
    
}

footer>div:first-child
{
    grid-row: 1/2;
    display: flex;
    
    align-items: center;

}

footer>div:nth-child(2)
{
    /* align-self: center; */
    /* margin: auto; */
    /* width: 1000px; */
    grid-row: 2/3;

    display: flex;
    column-gap: 10px;
    align-items: center;
    font-size: 0.8rem;
    flex-wrap: wrap;
    font-weight: 200;
    text-decoration: underline;
    
    /* justify-content: flex-start; */
    
}

footer>div:nth-child(2) div
{

    width: 200px;
    /* grid-row: 2/3;
    grid-column: 2/3;
    display: flex;
    column-gap: 200px; 
    flex-wrap: wrap; */
    /* justify-content: flex-start; */
    /* justify-content: space-between; */
}


footer>div:last-child
{
    grid-row: 3/4;


    display: flex;

    flex-direction: column;

    justify-content: space-around;

    font-size: 0.8rem;

}

footer>div:last-child *{

    margin: 10px 0px;

}

footer>div:last-child .btn1
{
    margin: 20px 0px;
}


.controller1
{
    /* border: 1px solid red; */
    
    max-width: 850px ;

    /* background-color: sienna; */
    /* height: fit-content; */
    min-height: fit-content;
    margin: 20px;

}

@media (width > 850px) {

    .faq
    {
        margin:auto;
    }

    .controller1
    {

        margin: auto;

    }

    footer 
    {
        margin: auto;

    }
    
}




@media screen and (width>500px) {


    
    .main div:first-child
    {
        /* margin-top: 50px; */
        max-width: 800px;
        font-size: 3.5rem;
        line-height: 70px;

        font-weight: 700;
    }

    .main div:nth-child(3)
    {
        padding: 0px;
        
        

    }

    .main input 
    {
        width: 300px; 

    }

    
    .first
    {

        height: 100svh;
    }

    .opacity
    {
        height: 100svh;
    }
    
}