*{
    margin:0;
    padding:0;
}
body{
    background-color: black;
}

.main{
    background-image: url("background.jpg");
    background-position: center center;
    background-size: max(1200px 100vw);
    background-repeat: no;
    height: 70vh;
    position: relative;
}
.main .box{
    height:70vh;
    width: 100%;
    opacity: 0.69;
    background-color: black;
    position: absolute;
    top: 0;

}
nav{
    display: flex;
    align-items: center;
    max-width: 80vw;
    margin: auto;
    justify-content: space-around;
    height: 62px;
}
nav img{
    color: red;
    width: 114px;
    position: relative;
    z-index: 10;
}
nav button{
    position: relative;
    z-index: 10;
}
.hero{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height:100%;
    display: flex;
   text-align: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;
    padding: 0 30px;

}
.hero> :first-child
{
    font-weight: 900;
    font-size: 48px;
    text-align: center;
}
.hero> :nth-child(2) {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
}
.hero> :nth-child(3){
    font-weight: 400;
    font-size: 20px;
    text-align: center;
}
.separation{
    height: 7px;
    background-color: gray;
}
.btn{
    padding: 30x 80x;
    font-weight: bold;
    background-color: white;
}
.btn-red{
    background-color: rgba(255, 0, 0, 0.826);
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
}
.btn-red-sm{
   background-color: red;
   color: white;
}
.main input{
   padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
    background-color: rgba(23,23,23,0.2);
} 

.container img{
    margin-top: 100px;
    flex-direction: column;
    gap: 23px;
    margin: 10px;
}
    
    .line{
    height: 7px;
    background-color: gray;
}
.container1{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.reason-section{
    padding: 80px 0;
    background-color:black;
}
.section-title{
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: left;
    color: #fff;
}
.feature-grid{
    display: grid;
    grid-template-columns: repeat(4 1fr);
    gap: 16px;
    margin-bottom: 80px;
}
.feature-card{
    background: linear-gradient(149deg, #192247 0%, #210e17 99%);
    border-radius: 16px;
    padding: 24px;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
}
.feature-card h3{
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #fff;
    line-height: 1.2;

}
.feature-card p{
    font-size: 1 rem;
    color: #ccc;
    line-height: 1.4;
    margin-bottom: auto;
}
.feature-icon{
     white-space: 72px;
     height: 72px;
     margin-top: auto;
     margin-bottom: 16px;
     border-radius: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
}
.tv-icon{
    background-image: url(tv.jpeg);
}
.download-icon{
    background-image: url(megha.jpeg);
    
} 

.rocket-icon{
    background-image: url(r.jpeg);
}  
.laptop-icon{
    background-image: url(app.jpeg);

}
.faq h2{
    text-align: center;
    font-size: 48px;
}
.faq{
    background-color: black;
    color: white;
    padding: 34px;
    font-size: 34px;
}
.faqbox{
    transition: all 1s ease-out;
    font-size: 24px;
    display: flex;
    background-color: grey;
    padding: 24px;
    max-width: 60vw;
    margin: 34px auto;
    justify-content: space-between;
    cursor: pointer;

}
.faq img{
    filter: invert(1);
}
.faqbox:hover{
    background-color: grey;

}
.mid{
    text-align: center;
    justify-content: center;
} 
.btn-red1{
    background-color: rgba(255, 0, 0, 0.826);
    color: white;
    padding: 3px 24px;
    font-size: 20px;
    border-radius: 4px;
} 
.decoration{
    text-align: center;
    justify-content: center;
}
.contact-info{
    text-align: center;
    margin-bottom: 40px;
}
.contact-text{
    color: #999;
    font-size: 16px;
    margin-bottom: 5px;
}
.phone-number{
    color: #fff;
    text-decoration: underline;
    font-size: 16px;
}
.footer-links{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
    gap: 30px;
    margin-bottom: 40px;
}
.footer-links a{
    color: #999;
    text-decoration: underline;
    font-size: 16px;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 15px;

}
.footer-links a:hover{
    color: #fff;
}
.bottom-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 1px solid #333;
    padding-top: 30px;
}
.language-selector{
    display: flex;
    align-items: center;
    row-gap: 10px;
}
.language-dropdown{
    background: rgba(255,255,255,0.1);
    border: 1px solid #333;
    color: #fff;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
}
.netflix-india{
    color: #999;
    font-size: 14px;
}
.recaptcha-notice{
    color: #999;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;

}
.learn-more-link{
    color: #0073e6;
    text-decoration: underline;
}
.footer-links{
    grid-template-columns: repeat(2 1fr);
    gap: 20px;
}
.bottom-section{
    flex-direction: column;
    text-align: center;
}