*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
     font-family: 'Netflix Sans';
}
body{
    background-color: black;
    height: auto;
    margin-bottom: 105px;;


}

.main{
    background-image: url("bg.jpg" ) ;
    height: 80vh;
    position:relative;
    background-position:center center;
    background-size:cover;
    background-repeat: no-repeat;
}
.main .box{ 
  background-color: black;
    width:100%;
    height: 80vh;
    opacity:0.7;
    position:absolute;  
}
nav{
    margin-top: 5px;
    max-width: 80vw;
    margin:auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    height:62px;
}
nav img{
    color:red;
    width:148px;
    height:40px;
    position:relative;
    font-size: large;
}
.tab{
    height:32px; 
    margin-left:10px;
    position:relative;
    font-family: sans-serif;
}
.language{
    display:flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.598);
    border:  0.5px solid white;
    border-radius: 4px;
    padding:4px 10px; 
    width:120px;   
}

.signin{
    font-family: sans-serif;
    border:2px red;
   width:80px;
   background-color: red;
   color:white;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
}
.langsignin{
    display:flex;
    align-items: center;  
}
.language-select{
    background: transparent;
    color:white;
    border:none;
    outline:none;
    font-size:14px;
    appearance: none;
    font-weight: 500;  
    font-size: large;
}

h1{
    color:white;
    position:relative;
    margin:auto;
    text-align: center;
    margin-top:141px;
    font-size:60px; 
    font-weight: 900;
    margin-bottom: 15px;
    font-family: 'Netflix Sans';
    src :url('https://fontiko.com/fonts/5/netflix-sans-font/#google_vignette')
}
h3{
    color:white;
    position:relative;
    text-align: center;
    font-weight: 200;
    margin-bottom: 15px;
    font-family: 'Netflix Sans';
    src :url('https://fontiko.com/fonts/5/netflix-sans-font/#google_vignette')
}
input{
    position:relative;
        width: 411px;
    height: 55px;
    border-radius: 5px;
    border:0.25px solid white;
    background-color: rgba(0, 0, 0, 0.437);
    font-size: large;
}
  button{
    position:relative;
    border-radius: 5px;
    border:2px solid red;
}
.start{
    padding-left: 40px;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position:relative;
    background-color: red;
    color:white;
    width:250px;
     height: 55px;
    font-size:24px;
    font-weight:600 ;
     font-family:sans-serif;
    cursor: pointer;
}
.start:hover{
     filter:contrast(80%);
}
 .align{
    display:flex;
    justify-content: center;
    gap:8px; 
    font-family: sans-serif;

}

.icon1{
    width:20px;
    height:20px;
}
.icon2{
    color:white;
}
.icon3{
    height: 35px;
}

.greyline{
    background-color: rgb(149, 57, 57);
    width:100vw;
    height:5px;
 box-shadow:  8px 10px 100px 18px blue;

}
h2{
    margin-top:30px; 
    font-family: sans-serif;
}
    
.movies{
     width:196px;
    height:290px;
    font-family: sans-serif;
     border-radius: 15px;
     background-size:cover;
     background-position: center;
    flex-shrink: 0;
    display: inline-block;
    cursor: pointer; 
    position: relative; 
    transition: transform 0.3s ease,z-index  0.3s ease;
}
.movies:hover{
    transform: scale(1.1);
    z-index:10;
}
.movie{
    width:100vw;
    height:320px;
    margin-top: 17px;
    display: flex;
    gap:50px;
    overflow-x: scroll;
    scroll-behavior: smooth;
    font-family: sans-serif;
}
.movie::-webkit-scrollbar{
    display:none;
}
.more{
    margin-top: 70px;
    font-family: sans-serif;
}
.box{
     display:flow-root;
}
.boxes{
    
    border: 2px;
    margin: auto;
    margin-bottom: 25px;;
    background-color:rgb(41, 15, 41);
    border:34px;
    border-radius: 18px;
    width:80vw;
   height: 260px;
    color:white;
    padding-left: 10px;
    padding-top: 25px;
    font-family: sans-serif;
    font-size:19px; 
    display:flow-root;
    filter:drop-shadow(13px 10px 12px rgb(101, 28, 101));
   box-shadow: inset 7px 7px 20px 5px rgb(101, 28, 101);
   cursor: pointer;
   
    
}
.boxes:hover {
     transition: 0.3s ease-out; 
     transform: scale(1.1);
    z-index:2;
}

.upper-text{
    font-size:x-large;
    font-family:sans-serif;
    padding-bottom: 15px;
    font-weight:700;
}
.one{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    font-family:sans-serif;

}

  .icon4{
    margin-top: 29px;
    /* border-radius: 11px; */
    float: right;
    /* width: 146px; */
    height: 184px;
    margin-right: 39px;
       
 }
 .icon5{
    border-radius: 115px;
    
 }
 .same{
    color:white;
     font-size: 24px;
     margin-left:150px;
      margin-bottom:15px ;
       margin-top: 70px;
 }

.faq-box{
    width:80vw;
    margin: auto;
    margin-bottom: 9px;
}
.faq-box:hover{
  filter:contrast(80%);
}
 .faq-question{
    border-radius: 6px;
     font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    display:flex;
    align-items: center;
    background-color:rgb(45,45,45) ;
      color:white;
       font-size: 25px;
       padding:25px;
       cursor:pointer;
       position:relative;
 }
.faq-question::after{
    content:"+";
    position: absolute;
    right:20px;
    font-size:40px;
    animation: transform 0.1s ease;
}
input:checked + .faq-question::after{
      content:"×";
       font-size:30px;
}

 .faq-answer{
    max-height:0;
    overflow:hidden;
   background:rgb(57, 54, 54);
   color:white;
   animation:  0.4s ease;
}

 
input:checked + .faq-question + .faq-answer{
   max-height: 300px;
    padding:20px;
}

.end-heading{
    color:white;
    text-align: center;
    font-size:16px;
    margin-top:66px;
    display:flex;
    justify-content: center;
}
.new{
    margin-top: 10px;;
}
#mail{
    width:561px;
}
h4{
     color:rgba(255,255,255,0.7);
    margin-top: 70px;
    margin-left: 152px;
}
.grid{
     color:rgba(255,255,255,0.7);
     margin-top: 45px;
    display:grid;
    width:70vw;
    height:135px;
    grid-template-columns: repeat(4,1fr);
      margin-left: 152px;
}
.dabba{
     Cursor:pointer;
    color:rgba(255,255,255,0.7);
    border:2px ;
    align-content: center;
    text-decoration: underline;
    font-family: sans-serif;
   
}
.dabba:hover{
    color: rgb(42, 79, 182);
    text-decoration: none;
    transform: translateX(15px);
}

.margin{
        height: 33px;
    width: 145px;
     margin-top: 70px;
    margin-left: 152px;
}
#e{
    margin-top:34px;
     color:rgba(255,255,255,0.7);
    margin-left: 152px; 
}
h5{
     margin-top:34px;
     margin-left: 152px; 
    color:grey;
}


.p{
    float: right;
    display:flex;
   margin-right: 14px;
    margin-top: -25px;
 
}
.p:hover{
    transition: ease 3s; 
   
    
}
 .laptop{
    width: 304px;
    height: 238px;
     position: relative;
}
.video1{
  border-radius: 18px;
    z-index: 1;
    position: absolute;
    width: 246px;
    height: 122px;
    margin-left: 16px;
    margin-top: 31px;
}
.tv{
      margin-top: -51px; 
    width: 413px;
    float: right;
    position:absolute
}
.saiyara{
            margin-top: 24px;
    margin-left: 77px;
    position: relative;
    z-index: 2;
    width: 271px;
    float: right;
}
.q{
        margin-right: 46px;
    display: flex;
    height: 200px;
   
    float: right; 
}
.q:hover{
    transition: ease 3s; 
    
}
.r{
    display:flex;
   float:right;
     margin-right: 73px;
     width:323px;
    
}
.tv1{
        margin-left: -14px;
    margin-top: -30px;
    height: 349px;
    width: 430px;
}
.laptop1{
     margin-top: 20px;
     width:251px;
     height:230px;
     z-index: 10;
}
.tablet{
       margin-left: -114px;

    height: 294px;
    width: 278px;
    z-index: 2;
   
}
.phone{
       margin-right: 10px;
    margin-left: -252px;
    height: 134px;
    z-index: 2;
    margin-top: 93px;

}
.wallpaper{
    position: relative;
         width: 161px;
    height: 109px; 
    z-index: 2;
    margin-left: 10px;
    display:inline-flex;
    margin-bottom: 10px;
}
.kids{
    margin-top:10px;
}

   

   

    

   






   







 

 

 
  


