*{
    margin:0;
    padding:0;
}
body {
    margin: 0;
    /* overflow: hidden; */
    overflow-x: hidden;
    /* background-color: gray; */
   font-family:sans-serif,Arial, Helvetica, sans-serif,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;

  }
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    mix-blend-mode: multiply;
  }

#lang{
    width:70px;
    height:30px;
    margin-top: 2.1rem;
    border:2px solid whitesmoke;
    border-radius: 6px;
    color:white;
    background-color: black;
    mix-blend-mode: hard-light;
}
.navbar{
    display: flex;
    justify-content:space-between;
    position: relative;
    width: 100%;
}
.topsign{
    color:white;
    background-color: red;
    border:2px solid red;
    height:32px;
    width:77px;
    margin-top: 2.1rem;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 1.1px;
    word-spacing: 1.1px;
    mix-blend-mode:hard-light;
    left:100%;
}
.topsign:hover{
    border:2px solid white;
}

header{
    width:451px;
    height:40px;
}
.box1{
    margin-top: 270px;
    color:white;
    text-align: center;
   font-family:sans-serif,Arial, Helvetica, sans-serif,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;


}
.firstpage{
    position: relative;
  
    height:725px;
    width:100%;
    background-image: url("first.jpg");
    background-size: cover;
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%); */
    mix-blend-mode: multiply;
   font-family:sans-serif,Arial, Helvetica, sans-serif,system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
 
}
.firstpage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.8) 100%);
    mix-blend-mode: multiply;
  }
  .navicon{
    height:50px;
    width:100px;
}
.iconimg{
    background: url("netflix.png");
    background-size: cover;
    height:90px;
    width:100%;
    mix-blend-mode:exclusion;
    margin-left: 25px;
    order: -1;
}
.firsthead{
    font-size: 1.8rem;
    font-weight:900;
    margin-bottom: 10px;
}
.secondhead{
    margin-top: 15px;

    font-size: 30px;
    font-weight: 800;
}
.subhead{
    margin-top: 25px;
    font-size:25px;
    font-weight: 500;
    font-weight: 800;

}
.mailinput{
    margin-top: 20px;
    background-color: black;
    color:grey;
    height:45px;
    width:30%;
    border:2px solid whitesmoke;
    border-radius: 7px;
    font-size: 15px;
    padding-left: 10px;
}
.mailinput:hover ,.start:hover{
    color:white;
    border:3px solid white;
}
.start{
    margin-top: 20px;
    height: 45px;
    width:20%;
    background-color: red;
    color:white;
    font-weight: 600;
    border-radius: 7px;
    border:2px solid white;
    margin-left: 3px;

}
.border{
    margin-top: 5px;
    background-color: black;
    width:100%;
    height:600px;
    color:white;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-top: 5px solid gray;
   margin-top: -2px;
   padding:
    
}
.box2title{

    margin-top: 50px;
    text-align: center;
    font-weight: 600;
    
   
}
.b2sub{
    margin-top: 30px;
    font-weight: 500;
    }
.faqhead h1,section{
   
   width:100%
    margin: auto;
    padding: 20px;
    /* line-height: ; */
    color:white;
    background: black;
    font-weight:700;
}
.faqhead{
    height: 510px;
    background:black;
    display:flex;
    flex-direction: column;
    align-items: center;
    width:100%;
    justify-content: center;
    overflow-x: hidden;
    margin-top: 5px solid gray;
   

}
.faqhead input{
    display:none;
}
.faqhead h2{
    
    cursor:pointer;
    border:2px solid transparent;
    background-color:#414a43c4;
    line-height: 0.1;
    padding-left:10px;
    width:75%;
    border:border-box;
    text-align: center;
    margin-left: 150px;
    height:10px;
    padding:20px;
    text-align: left;
    font-weight: 400;
}
.faqhead h2:hover{
    background-color: #4e5d51c4;
}
.faqhead   p {
     
    line-height: 1.;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    /* border:2px solid transparent; */
    background-color:#414a43;
    text-align: justify;
    width:78%;
    margin-left: 150px;
    font-weight: 300;
    letter-spacing: 1.3;
   

}
.faqhead input:checked + h2 + p {
    max-height: 1000px; /* Adjust to a sufficiently large value */
}
.smallfoot{
    margin-top: -40px;
    background-color: black;
    text-align: center;
    /* margin-bottom: 10px;; */
    /* border-top: 5px solid gray; */
    font-weight: 800;
    padding:20px;
    
}
.smallfoot button{
    margin-left: 10px;
}
footer{
    border-top: 5px solid gray;
    /* margin-top: 1px; */
    background: black;
    color:white;
    line-height: 1.6;
    font-weight: 600;
    padding:20px;
    padding-top: 40px;
    display: flex;
    justify-content: space-evenly;
}
.items2{
    padding-top: 52px;
}
.end{
    border-top: 5px solid gray;
    color:white;
    background:black;
    line-height: 2.5;
    padding:10px;
}
/* Add these lines at the end of your existing CSS file */

/* For small screens (phones) */
@media only screen and (max-width: 600px) {
    .navbar {
        flex-direction: column;
        align-items: center;
    }
    .topsign {
        margin-top: 10px;
    }
    .box1 {
        margin-top: 200px;
    }
    .mailinput {
        width: 80%;
    }
    .start {
        width: 70%;
    }
    .border {
        height: auto;
    }
    .faqhead h2 {
        width: 95%;
        margin-left: 5px;
    }
    .faqhead p {
        width: 95%;
        margin-left: 5px;
    }
}

/* For medium screens (tablets) */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    /* Add your adjustments for medium-sized screens here */
}

/* For large screens (desktops) */
@media only screen and (min-width: 1025px) {
    /* Add your adjustments for larger screens here */
}

