* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
 :root {
    --vh: 100vh; /* fallback */
  }

  .full-height {
    height: calc(var(--vh, 1vh) * 100);
  }

@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2:wght@400..800&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');

body {
    background-color: black;
    font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.main {
    background-image: url("background netflix.png");
    min-height: 74vh;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.box {
    height: 100%;
    width: 100%;
    opacity: 0.69;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    padding: 0 16px;
    margin-left: 80px ;
    height: 62px;
}

.img {
    position: relative;
    z-index: 10;
    color: red;
    width: 114px;
    height: auto;
}

.button {
    position: relative;
    z-index: 10;
    cursor: pointer;
    gap: 8px;
}

.text {
    font-family: "Poppins", sans-serif;
    min-height: 80%;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
    gap: 15px;
    padding: 15px 23px;
    text-align: center;
}

h1 {
    font-size: clamp(24px, 4vw, 40px);
    font-weight: 800;
}

p {
    font-weight: 400;
    font-size: clamp(14px, 2.2vw, 18px);
}

.input {
    background-color: rgba(23, 23, 23, 0.2);
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    border: 1px solid rgba(255,255,255,0.2);
    width: min(500px, 80vw);
}

.line {
    height: 3px;
    background-color: rgb(145, 138, 138);
    position: relative;
    z-index: 10;
    
}
/* Keep the divider pinned to bottom of hero */
.divider {
    margin-top: auto;
}
.btn{
    padding:  3px 8px;
    font-weight: bold;
    background-color: rgba(17, 16, 16, 0.2);
    color: white;
   cursor: pointer;
   
}


.red{
    background-color: red;
    color: white;
}
.get{
    padding: 8px 28px;
    font-size: 20px;
    border-radius: 4px;
}
.eng{
    padding: 4px 18px;
    border-radius: 3px;
}
.img2{
    padding: 30px 3px;
    position: relative;
    max-width: 560px;
}
section{
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 24px;
    padding: 24px 16px;
}


@media screen and ( max-width: 800px){
    section{
        flex-direction: column;
        text-align: center;
    }
}
@media screen and (max-width: 480px){
    nav { padding: 0 12px; }
    .img { width: 90px; }
    .btn { padding: 2px 6px; font-size: 12px; }
}
.first{
    color: white;
}
.video{
    position: absolute;
    right: 3px;
    top: 25px;
    height: 100%;
    width: 100%;
    max-width: 355px;
    max-height: 205px;
}
.img2 img{
    position: relative;
    top: 0;
    height: auto;
    width: min(100%, 360px);
}
 .faq {
    max-width: 800px;
    margin: 60px auto 40px auto;
    color: #fff;
    text-align: center;
}

.faq h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    font-weight: 700;
}
.faqbox {
    cursor: pointer;
    background: #2d2d2d;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    transition: background 0.2s;
    position: relative;
    text-align: left;
}
.faqbox svg {
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
    pointer-events: none;
}
.faqbox.open svg {
    transform: translateY(-50%) rotate(45deg);
}
.faqbox > div:first-child {
    padding: 24px 48px 24px 24px;
    font-size: 1.3rem;
    font-weight: 500;
    display: inline-block;
    width: calc(100% - 48px);
    vertical-align: middle;
}
.faqbox .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4,0,0.2,1), padding 0.4s;
    padding: 0 24px;
    background: #2d2d2d;
    color: #fff;
    font-size: 1.1rem;
}
.faqbox.open .faq-answer {
    padding: 24px;
    max-height: 300px;
}
.faqbox:hover, .faqbox.open {
    background: #414141;
}
.faq{
    padding: 33px 16px;
}
 
    

.container{
display: flex;
    margin: 0 auto;
    color: white;
    align-items: center;
    justify-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    max-width: 900px;
}
.inp input{
    padding: 12px 10px;
    width: min(600px, 70vw);
     border-radius: 4px;
     background-color: rgba(15, 15, 15, 1);
     color: white;
     border: 1px solid rgba(255,255,255,0.2);
}
button .red{
    padding: 7px;
}
.in{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
}
div .btn{
    border-radius: 7px;
}
.button .btn{
    border-radius: 7px;
}
    .in div{
        padding: 0;
        
    }

@media screen and (max-width: 600px){
    .in{ flex-direction: column; align-items: stretch; }
    .inp input{ width: 100%; }
    .kk{ width: 100%; }
}
.kk{
    padding: 10px 28px;
    border-radius: 4px;
    background-color: red;
    color: white;
    
    font-size: 16px;
}
.footer{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    color: white;
    gap: 16px;
  
}
@media screen and (max-width: 800px){
    .footer{
    grid-template-columns: 1fr 1fr;
    }
}
.flex{
    display: flex;
    flex-direction: column;
    margin-top: 60px;
    gap: 20px;
   
}

 .tex{
    margin-left: 30px; 

}

    footer{
        color: white;
        max-width: 1200px;
        padding: 0 16px;
        margin: 50px auto 0 auto;
    }
    .flex a{
        font-size: 13px;
        color: rgb(158, 149, 149);
        font-weight: none;
    }
 .end{
    display: flex;
    flex-direction: column;
    color: white;
    
    list-style: none;
    justify-content: center;
    margin-left: 0;
    gap: 16px;
}
ul{
    margin-top: 55px;
    height: auto;
}
.end li{
 font-size: 13px;
}
li .endb button{
    background-color: rgb(15, 15, 1);
}
.faqbox .faq-question-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 48px 24px 24px;
    font-size: 1.3rem;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.faqbox .faq-question-row svg {
    position: static;
    right: unset;
    top: unset;
    transform: none;
    margin-left: 16px;
    transition: transform 0.3s;
    pointer-events: none;
    flex-shrink: 0;
}

.faqbox.open .faq-question-row svg {
    transform: rotate(45deg);
}

