
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@600&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:wght@200;400&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: max(1200,100vw);
    overflow-x: hidden;
    background: radial-gradient(ellipse at top, rgba(31, 1, 54, 0.4), rgba(0, 0, 0, 0.9));
    z-index: -1;
}

.navbar {
    display: grid;
    grid-template-columns: 1fr auto auto; 
    height: 80px;
    width: 100vw;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
}

#img-container {
    width: 200px;
    height: 80px;
    background-image: url('Assests/Netflix_Logo_RGB.png');
    background-size: contain;
}

.language {
    justify-self: end;
    position: relative; 
}
.language button {
    height: 32px;
    width: 124px;
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 1px solid rgb(232, 227, 227);
    border-radius: 16px;
    padding: 0 10px;
    cursor: pointer; 
}

.language img {
    height: 20px;
}

.language p {
    font-size: 16px;
    color: white;
    margin-left: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 40px; 
    left: 0;
    width: 124px;
    background-color: rgba(0, 0, 0, 0.9); 
    border-radius: 8px;
    border: 1px solid rgb(232, 227, 227);
    overflow: hidden;
    z-index: 10;
}

.dropdown-item {
    padding: 8px 10px;
    text-align: center;
    font-size: 14px;
    color: white;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
}


#signin {
    justify-self: end;
    height: 32px;
    width: 77px;
    border: 1px solid white;
    border-radius: 16px;
    background-color: aliceblue;
}

#signin p {
    font-size: 16px;
    color: black;
    font-weight: bold;
}


.backgroundimg{
    height: 520px;
    width: 92%;
    margin: 0 auto;
    background-image: url('Assests/backg.png') ;
    background-position: center center;
    background-color: rgba(0,0,0);
    border: 1px solid #444a50;
    object-fit: cover;
    border-radius: 30px;
}
.background-details{
    height: 480px;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
    
}
#heading1 {
    position: relative;
    top: 28% ;
    font-size: 25px;
    color: white;
    font-family: "Montserrat", sans-serif;
}
#para{
    font-family: "Montserrat", sans-serif;
    position: relative;
    top: 32% ;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
#heading3 {
    font-family: "Montserrat", sans-serif;
    position: relative;
    top: 38% ;
    font-size: 12px;
    color: white;
}
.register{
    display: flex;
    position: relative;
    top: 35% ;
    padding: 16px 0 0 0;
    align-items: center;
    justify-content: center;
}
.register button{
    cursor: pointer;
    height: 56px;
    width: 230px;
    border: 1px solid transparent;
    border-radius: 28px;
    background: rgb(229, 9, 20);
    font-size: 25px;
    font-weight: 700;
    color: white;
}
.register img{
    height: 25px;
    font-weight: 500;
    margin-top: 5px;
}
.register input{
    height: 56px;
    width: 345px;
    border: 1px solid #aea6a6;
    border-radius: 28px;
    margin-right: 10px;
    background-color: #aea6a690;
}
.register input::placeholder{
    color: aliceblue;
}
.register input:valid{
    font-size: 15px;
    padding-left: 20px;
}
.register input:focus {
    outline: none;
}


#trendingnow{
    position: relative;
    height: 350px;
    width: 80%;
    margin: auto;
    margin-top: 30px;
}
#trending{
    position: relative;
    top: 30px;
    margin-top: 20px;
}
#trending h1{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff80;
}
.movies{
    display: flex;
    gap: 40px;
    overflow-x: auto;
    margin: 5%;
    
}
.movies img {
    width: 120px;
    border-radius: 10px;
}

.plans{
    position: relative;
    height: 400px;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
#details-plan h1{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff80;
}
.plans-details{
    border: 1px solid black;
    border-radius: 1em;
    
}
#details{
    height: 250px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin: 20px;
}
.device {
    margin-top: 1em;
    margin-left: 1em;
    font-size: 23px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: white;
}
.quality{ 
    margin-left: 1.7em;
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffffb3;
}
#dscp{
    height: 40%;
    width: 80%;
    margin: 1.5em;
}
#dscp img{
    height: 20px;
}
#dscp p{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #ffffffb3;
}
#par{
    margin-top: -25px;
    margin-left: 25px;
}
#price {
    margin-left: 1.7em;
    font-size: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffff90;
}
#mobile{
    background: linear-gradient(to bottom right, #1A3B73, #000000);
    border-color: #1A3B73;
}
#basic{
    background: linear-gradient(to bottom right, #1F4B92, #09021B);
    border-color: #1F4B92;
}
#standard{
    background: linear-gradient(to bottom right, #4C1D95, #0A021D);
    border-color: #4C1D95;
}
#Premium{
    background: linear-gradient(to bottom right, #7A0C2E, #130320);
    border-color: #7A0C2E;
}
.more-reason{
    position: relative;
    height: 350px;
    width: 80%;
    margin: auto;
    margin-top: 50px;
}
#reasons h1{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}
#details2{
    height: 270px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin: 20px;
}
.under-details h3{
    margin-top: 5%;
    padding: 2% 5% 0 8%;
    font-size: 17px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}
.under-details p{
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    color: #ffffffb3;
    padding: 0 5% 0 8%;
}
#tv,#offline,#everywhere,#kids{
    height: 85%;
    border: 1px solid #495057;
    width: 90%;
    background-color: #2d2e2f; 
    border-radius: 20px;
}
#FAQ{
    height: 30px;
    width: 80%;
    margin: auto;
}
#FAQ h1{
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
}
.btn img{
    height: 25px;
}
.main-ques{
    position: relative;
    height: 80px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
    border-radius: 15px;
    border: 1px solid #ffffff1a; 
}
.main-ques button{
    font-size: 18px; 
    font-weight: bold;
    color: white;
    background-color: #2d2e2f; 
    border: none;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
}

.main-ques button:hover {
    background-color: #303030; 
}
.footer{
    height: 500px;
    width: 100%;
    padding: 0 10%;
    margin: auto;
    margin: 24px 0 0 0;
}
#footer-content{
    height: 400px;
    width: 100%;
    margin: auto;
    margin-top: 10%;
    display: grid;
    grid-template-rows: repeat(4,1fr);
}
#details-foot{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1em;
}
#call p{
    font-size: 17px;
    font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
    color: #ffffffb3;
}
.languages button {
    height: 32px;
    width: 124px;
    display: flex;
    align-items: center;
    background-color: transparent;
    justify-content: space-between;
    border: 1px solid rgb(232, 227, 227);
    border-radius: 16px;
    padding: 0 10px;
    margin-top: 5%;
}
#details-foot a{
    font-size: 15px;
    font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
    color: #ffffffb3;
}
.languages img {
    height: 20px;
}
.languages p {
    font-size: 16px;
    color: white;
}
#netInd p{
    margin-top: 3%;
    font-size: 15px;
    font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
    color: #ffffffb3;
}

/*  Making thing flrcxible */

@media screen and (max-width: 960px){
    #img-container {
        background-image: url('Assests/Netflix\ Symbol.png');
        background-repeat: no-repeat;
    }
    .plans{
        height: 1100px;
        width: 99%;
    }
    #details-plan h1{
        font-size: 20px;
        margin-left: 1em;
    }
    #details {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        gap: 5px;
        height: auto;

    }
    .plans-details {
        height: 195px;
        min-height: auto;
        width: 100%; 
        margin-bottom: 15px; 
        overflow: visible;
    }

    .device {
        margin-top: 1em;
        margin-left: 1.5em;
        font-size: 1.2em;
        font-weight: 600;
    }
    .quality{ 
        margin-left: 1.7em;
        font-size: 1.1rem;
        font-weight: 600;
        margin-top: -0.5em;
    }
    #dscp{
        height: 70px;
        margin-top: 0.5em;
    }
    #dscp img{
        margin-top: -1em;
        height: 20px;
    }
    #dscp p{
        font-size: 15px;
    }
    #par{
        margin-top: -25px;
        margin-left: 25px;
    }
    #price{
        margin-left: 25px; 
        margin-top: -40px;
        font-size: 1.2em;
        font-weight: 600;
    }
    #Premium {
        height: 240px ;
    }
    #premium #price{
        position: relative;
        top: 10px;
    }



    .more-reason{
        height: 590px;
        width: 100%;
    }
    #reasons h1{
        font-size: 20px;
        margin-left: 1.5em;
    }
    #details2 {
        display: flex;
        flex-direction: column; 
        align-items: center; 
        gap: 5px;
        height: auto;
        margin: 10px;
    }
    .under-details h3{
        margin-top: 0.1%;
        font-size: 17px;
        font-weight: 600;
        padding: 10px 0 10px 20px;
    }
    .under-details p{
        font-size: 15px;
        font-family: "Montserrat", sans-serif;
        color: #ffffffb3;
        padding: 0 0 10px 20px;
    }
    #tv,#offline,#everywhere,#kids{
        height: 105px;
        width: 95%;
        border-radius: 20px;
        margin-top: 0.5em;
    }
    #content{
        width: 95%;
        /* margin-left: 5px; */
    }
    
    #FAQ{
        height: 30px;
        width: 80%;
        margin: auto;
        margin-left: 3.5%;
    }
    #FAQ h1{
        font-size: 20px;
    }
    .btn img{
        height: 25px;
    }
    .main-ques{
        position: relative;
        height: 60px;
        width: 99%;
        margin-left: 3.5%;
    }



    .footer{
        height: 600px;
        padding: 0 5%;
    }
    #details-foot{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 1em;
        margin-top: 5%;
    }
    .languages button {
        height: 32px;
        width: 124px;
        display: flex;
        align-items: center;
        background-color: transparent;
        justify-content: space-between;
        border: 1px solid rgb(232, 227, 227);
        border-radius: 16px;
        padding: 0 10px;
        margin-top: 5%;
    }
    #details-foot a{
        font-size: 15px;
        font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
        color: #ffffffb3;
    }
    .languages img {
        height: 20px;
    }
    .languages p {
        font-size: 16px;
        color: white;
    }
    #netInd p{
        margin-top: 3%;
        font-size: 15px;
        font-family: "Netflix Sans", Arial, Helvetica, sans-serif;
        color: #ffffffb3;
    }





    .backgroundimg{
        height: 450px;
        width: 95%;
        border-radius: 20px;
    }
    #heading1 {
        font-size: 1em;
    }
    #para{
        top: 30% ;
        font-size: 1em;
    }
    #heading3 {
        top: 35% ;
        font-size: 10px;
        color: white;
    }


    #trendingnow{
        height: 280px;
        width: 95%;
    }
    #trending h1{
        font-size: 20px;
    }
    .movies{
        display: flex;
        gap: 40px;
        overflow-x: auto;
        margin: 5%;
        
    }
    #Nadaaniyan{
        opacity: 0.4;
    }
}
@media screen and (max-width:600px){
    #heading1 {
        font-size: 0.7em;
    }
    #para{
        top: 30% ;
        font-size: 0.7em;
    }
    #heading3 {
        top: 35% ;
        font-size: 8px;
        color: white;
    }
    .register{
        width: 400px;
        display: block;
        
    }
    .register input{
        width: 80%;
        margin-left: -5%;
    }
    .register button{
        width: 80%;
        margin-left: -8%;
        margin-top: 1em;
    } 

    .plans-details{
        height: 250px;
    }
    #mobile #price ,  #basic #price , #standard #price , #premium #price{
        margin-top: 10%;
    }
    #premium{
        height: 300px;
    }



    #trendingnow{
        height: 300px;
        width: 95%;
    }
    .movies{
        margin-top: 15%;
    }
    #trending h1{
        font-size: 20px;
        margin-left: 3%;
        margin-top: -9%;
    }
    #english{
        display: none;
    }
    .language button{
        width: 65px;
    }
}


@media screen and (max-width: 440px){
    .navbar .button{
        margin-right: 20%;
    }
    #img-container{
        width: 150px;
    }
    .register{
       padding-right:20% ;
    }


    #tv,#offline,#everywhere,#kids{
        height: auto;
    }

    .more-reason{
        height: 650px;
    }

    #FAQ h1{
        font-size: 0.9em;
    }
    .footer{
        height: 700px;
    }
    #details-foot{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 1.1em;
        margin-top: 15%;
    }
}