*{
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: Netflix Sans,Helvetica Neue,Segoe UI,Roboto,Ubuntu,sans-serif;
}
main{
    /* border: 2px solid yellow; */
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('./assets/IN-en-20250505-TRIFECTA-perspective_03ae1a85-5dcf-4d20-a8a6-1e61f7ef73cb_small.png');
    background-size: cover;
    background-position: center;
    height: 750px;
}
nav{
    /* border: 2px solid red; */
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    background-color: transparent;
}
nav div{
    /* border: 2px solid green; */
    height: 37px;
    width: 830px;
}
nav svg{
    height: 40px;
    width: 220px;
    fill: red;
}
nav aside{
    /* border: 2px solid red; */
    height: 28px;
    width: 250px;
}
nav aside select{
    color: white;
    border-radius: 10%;
    background-color: rgb(19, 15, 15);
    height: 35px;
    width: 70px ;
    font-weight: 610;
    font-size: 14px;
}
nav button{
    color: white;
    background-color: red;
    border-radius: 5px;
    height: 35px;
    width: 70px ;
    font-weight: 610;
    font-size: 14px;
    border: none;
}

#d1{
    /* border: 2px solid blue;  */
    color: white;
   text-align: center;
}
main h1{
     /* border: 2px solid red; */
    height: 150px; 
    line-height: 70px;
    font-size: 56px; 
    font-weight: 900;
}
main h3{
    /* border: 2px solid yellow; */
   font-weight: 600;
   font-size: 20px;
}
#d2{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
#d2 input{
    display: inline-block;
    color: white;
    background-color: rgb(19, 15, 15);
    border-radius: 5px;
    height: 50px;
    width: 400px ;
    font-weight: 610;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 15px;
    box-sizing: border-box;
}
#d2 button{
    display: inline-block;
    color: white;
    background-color: red;
    border-radius: 5px;
    height: 50px;
    width: 200px ;
    font-weight: 610;
    font-size: 25px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

#d2-footer{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
#d2-footer input{
    display: inline-block;
    color: white;
    background-color: rgb(19, 15, 15);
    border-radius: 5px;
    height: 50px;
    width: 400px ;
    font-weight: 610;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 0 15px;
    box-sizing: border-box;
}
#d2-footer button{
    display: inline-block;
    color: white;
    background-color: red;
    border-radius: 5px;
    height: 50px;
    width: 200px ;
    font-weight: 610;
    font-size: 25px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
#sec1 h3{
    background-color: black;
    /* border: 2px solid red; */
    color: white;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    height: 100px;
    
}
#d3{
    border: 4px solid rgb(99, 6, 79);
    height: 80px;
    border-top-left-radius: 60% 100px;
    border-top-right-radius: 60% 100px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    background: radial-gradient(ellipse 100% 200% at 50% -100%,
    rgba(64, 97, 231, 0.6) 30%,
    rgba(32, 48, 115, 0.4) 60%,
    rgba(0,0,0,0.8) 90%,
    rgba(0,0,0,1) 100%),black;
    width: 100%;
    margin-top: -80px;
}

#sec1{
    background-color: black;
    position: relative;
    z-index: 5;
    padding-top: 20px;
}


#sec2 div img{
    border-radius: 5%;
    height: 250px;
    width: 150px;
    max-width: 100%;
    object-fit: cover;
}
#sec2{
    background-color: black;
    display: flex;
    /* border: 2px solid green; */
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    /* max-width: 1521px; */
    margin: 0 auto;
    gap: 8px;
    overflow-x: auto;
    padding: 40px 50px;
}

.trending-item {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    flex-shrink: 0;
    transform: translateY(-20px);
}

.trending-item img {
    height: 320px;
    width: 220px;
    border-radius: 12px;
    object-fit: cover;
    z-index: 1;
    position: relative;
    box-shadow: 0 8px 25px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
}

.trending-item img:hover {
    transform: scale(1.05);
}

.number {
    position: absolute;
    left: -25px;
    bottom: -1px;
    font-size: 100px;
    font-weight: 900;
    color: #000000;
    -webkit-text-stroke: 2px #ffffff;
    z-index: 2;
    font-family: Netflix Sans, Helvetica Neue, Segoe UI, Roboto, Ubuntu, sans-serif;
    line-height: 0.8;
    text-shadow: 3px 3px 8px rgba(0,0,0,0.8);
    pointer-events: none;
    filter: drop-shadow(0 0 10px rgba(255,255,255,0.3));
}

#sec3{
    background-color: black;
}
#sec3 h3{
    background-color: black;
    /* border: 2px solid red; */
    color: white;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32%;
    height: 100px;
}

#sid4{
    /* border: 2px solid green; */
    background-color: black;
    height: 260px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
}

#sid4 div{
    /* border: 2px solid blue; */
    border-radius: 5%;
    background:linear-gradient(rgb(26, 10, 50),rgb(26, 10, 50),rgb(105, 46, 137));
    height: 280px;
    width: 300px;
}

#sid4 div h3{
    color: white;
    /* border: 2px solid yellow; */
    font-size: 24px;
    font-weight: 600;
    width: 250px;
    height: 50px;
    padding-top: 20px;
}

#sid4 div p{
    color: white;
    text-align: start;
    padding: 10px;
}

#sid4 header{
   padding-left: 200px;
   
   /* border: 2px solid green; */
   width: 230px;
   height: 100px;
}
#sec4{
    /* border: 2px solid yellow; */
    background-color: black;
    min-height: 650px;
}
#sec4 h1{
    /* border: 2px solid red; */
    color: white;
    padding-left: 140px;
    padding-top: 40px;
}
#sec4 div{
    /* border: 2px solid green; */
    min-height: 470px;
    padding-left: 50px;
    padding-right: 50px;
    
}
#sec4 div aside {
    /* border: 2px solid red; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}

#sec4 details{
    /* border: 2px solid blue; */
    background:rgb(45, 45, 45);
    border-bottom: 10px solid black;
    font-size: 24px;
}
#sec4 summary{
    list-style:none; 
    color: white;
    height: 80px;
    padding: 35px;
    font-weight: 400;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#sec4 summary:hover{
    cursor: pointer;
    background-color: rgb(75, 74, 74);   
    width: 100%;    
}

#sec4 font{
      font-size: 36px;
      font-weight: 100;
   }



#d2 button:hover{
    cursor: pointer;
}
#sec4 p{
      padding-left: 25px;
      padding-top: 25px;
      padding-right: 45px;
      font-size: 25px;
      line-height: 30px;
    background-color:rgb(69, 65, 65);
      color: white;
      border-bottom: 2px solid black;
      height: 100%;
}



#sec5{
    /* border: 2px solid red; */
    background-color: black;
    height: 200px;
    width: 100%;
    max-width: 1525px;
    margin: 0 auto;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}



footer{
    padding-left: 130px;
    line-height: 30px;
    padding-top: 20px;
    height: 600px;
    color: white;
    background-color: black;
    list-style: none;
}
footer aside{
    color: grey;
}


footer span{
    cursor: pointer;
    text-decoration: underline;
}
footer #d8 ol{
    /* border: 2px solid blue; */
    list-style: none;
    cursor: pointer;
    text-decoration: underline;
    line-height: 35px;
}

footer div{
    background-color: black;
    /* border: 2px solid red; */
    color: grey;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    height: 100px;
 
}
footer #v2{
    height: 20px;
    width: 850px;
    font-size: small;
    color: grey;
    display: flex;

}
footer #span2{
    color: blue;
}
footer select{
      color: white;
    border-radius: 10%;
    background-color: rgb(19, 15, 15);
    height: 35px;
    width: 70px ;
    font-weight: 610;
    font-size: 14px;
}

/* Mobile Responsive Styles */
@media screen and (max-width: 768px) {
    /* Main section */
    main {
        height: auto;
        min-height: 600px;
        padding: 20px;
    }
    
    /* Navigation */
    nav {
        flex-direction: column;
        height: auto;
        gap: 20px;
        padding: 20px;
    }
    
    nav div {
        width: 100%;
        height: auto;
    }
    
    nav svg {
        height: 30px;
        width: 150px;
    }
    
    nav aside {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    
    /* Main content */
    main h1 {
        font-size: 32px;
        height: auto;
        line-height: 1.2;
        padding: 20px;
    }
    
    main h3 {
        font-size: 18px;
        padding: 0 20px;
    }
    
    /* Input section */
    #d2 {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    
    #d2 input {
        width: 100%;
        max-width: 350px;
    }
    
    #d2 button {
        width: 100%;
        max-width: 200px;
    }
    
    #d2-footer {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    
    #d2-footer input {
        width: 100%;
        max-width: 350px;
    }
    
    #d2-footer button {
        width: 100%;
        max-width: 200px;
    }
    
    /* Trending section */
    #sec2 {
        flex-direction: row;
        overflow-x: auto;
        gap: 15px;
        padding: 0 10px;
        height: auto;
        min-height: 200px;
    }
    
    #sec2 div img {
        width: 120px;
        min-width: 120px;
    }
    
    .number {
        font-size: 80px;
        left: -15px;
        bottom: -5px;
    }
    
    /* FAQ section */
    #sec4 {
        padding: 20px;
    }
    
    #sec4 h1 {
        padding-left: 0;
        text-align: center;
        font-size: 28px;
    }
    
    #sec4 div {
        padding-left: 0;
    }
    
    #sec4 summary {
        font-size: 18px;
        padding: 20px;
        height: auto;
    }
    
    #sec4 p {
        font-size: 16px;
        padding: 20px;
    }
    
    /* Footer */
    footer {
        padding: 20px;
    }
    
    footer div {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    
    footer #d8 {
        flex-direction: column;
    }
    
    footer #d8 ol {
        margin-bottom: 20px;
    }
}

/* Additional responsive fixes for all screen sizes */
@media (max-width: 1200px) {
    #sec2 {
        padding: 20px 30px;
        gap: 5px;
    }
    
    .trending-item img {
        height: 280px;
        width: 190px;
    }
    
    .number {
        font-size: 80px;
        left: -20px;
    }
}

@media (max-width: 992px) {
    #sid4 {
        flex-direction: column;
        height: auto;
        padding: 30px 20px;
    }
    
    #sid4 div {
        height: 250px;
        width: 280px;
        margin-bottom: 20px;
    }
    
    .trending-item img {
        height: 240px;
        width: 160px;
    }
    
    .number {
        font-size: 70px;
        left: -18px;
    }
}

@media (max-width: 576px) {
    #sec2 {
        padding: 15px 10px;
        gap: 3px;
        overflow-x: scroll;
    }
    
    .trending-item {
        margin-right: 10px;
        transform: translateY(-10px);
    }
    
    .trending-item img {
        height: 200px;
        width: 130px;
    }
    
    .number {
        font-size: 50px;
        left: -15px;
        bottom: 0;
    }
    
    #sid4 div {
        height: 200px;
        width: 250px;
    }
    
    #sec4 div {
        padding-left: 10px;
        padding-right: 10px;
    }
}




