*{
    padding:0 ;
    margin: 0;
}
.main{
    background-image: url(image/image1.jpg);
    background-position: center center;
    background-size:max(1500px,180vw);
    height: 118vh;
    position: relative;
    background-repeat: no-repeat;
}
.main .box{
    height: 118vh;
    width: 100%;
    opacity: 0.7;
    /* background-color: rgb(0, 0, 0); */
    background: linear-gradient(to top,rgba(0, 0, 0,1) ,rgba(0,0,0,0.1) 10%,rgba(0,0,0,1) 0%);
    position: absolute;
    top: 0;
}
nav{
    max-width: 79.5vw;
    justify-content:space-between;
    margin: auto;
    display: flex;
    align-items: center;
    height: 92px;
}
nav{
    color: red;
    position: relative;
    z-index: 10;
}
.hero{
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 23px;;
    padding: 95px;
    margin-left: 18%;
    margin-right: 18%;
    text-align: center;
    width: auto;
}
.hero-buttons{
    display: flex;
    align-items: center;
    border-radius: 2mm;
    margin-left: -100px;
    margin-right: -100px;
}
.main input{
    padding: 18px 160px 23px 14px;
    font-weight: 700;
    font-size: 14px;
    border-radius: 1mm;
    border-width: 0.2mm;
    background-color: rgba(22,23,23,0.7);
    margin-right: 10px;
    border-style:double;
}
.curved-separator-container {
    background-color:rgba(0,0,0,0) 
    
}

.curved-separator {
    width: 100%;
    height: 50px; 
    background:radial-gradient(ellipse at center top, #1a1c43 0%, black 70%);
    border-top-left-radius: 100% 50px;
    border-top-right-radius: 100% 50px; 
    margin-top: 5px;
    border-top-style:solid;
    border-top-color: #ff0055 ;
    border-top-width: 5px;
    position: relative;
    border-inline-style:calc();
    padding-top: 30px;
}
.trending{
  color: white;
  padding: 30px; 
  font-family: 'poppins',sans-serif;
  padding-left: 150px;
  font-size: 150%;
}


  .movie-section {
      padding: 0 10%;
    }

    .movie-row {
      display: flex;
      overflow-x: auto;
      padding: 20px 0;
    }

    .movie-row::-webkit-scrollbar {
      display: none; /* hide scrollbar */
    }

    .movie1,.movie2,.movie3,.movie4,.movie5,.movie6,.movie7,.movie8,.movie9,.movie10{
      flex: 0 0  auto;
      margin-right: 10px;
      width: 14.5%;
      height: 250px;
      border-radius: 4mm;
      background-position: center;
      background-size: cover;
      transition: transform 0.3s;
      margin: 2%;
      position: relative;
    }
    .a11{
      margin-top: 140px;
      font-size: 500%;
      color: black;
      -webkit-text-stroke: 2px rgb(255, 255, 255);
      font-weight: 800;
      position:absolute;
    }
    .movie1:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie2:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie3:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie4:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie5:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie6:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie7:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie8:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie9:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    .movie10:hover {
      transform: scale(1.05);
      cursor: pointer;
    }
    
    .movie1{
        background-image: url(image/movie1.webp);
        border-radius: 2mm;
    }
    .movie2{
        background-image: url(image/movie2.webp);
        border-radius: 2mm;
    }
    .movie3{
        background-image: url(image/movie3.webp);
        border-radius: 2mm;
    }
    .movie4{
        background-image: url(image/movie4.webp);
        border-radius: 2mm;
    }
    .movie5{
        background-image: url(image/movie5.webp);
        border-radius: 2mm;
    }
    .movie6{
        background-image: url(image/movie6.webp);
        border-radius: 2mm;
    }
    .movie7{
        background-image: url(image/movie7.webp);
        border-radius: 2mm;
    }
    .movie8{
        background-image: url(image/movie8.webp);
        border-radius: 2mm;
    }
    .movie9{
        background-image: url(image/movie9.webp);
        border-radius: 2mm;
    }
    .movie10{
        background-image: url(image/movie10.webp);
        border-radius: 2mm;
    }
    .a11{
        font-family: 'poppins',sans-serif;
    }

     .more {
      padding: 0 135px;
      justify-content: center;
      overflow-x: auto;
      
    }

    .more-row {
      display: flex;
      padding: 20px 0;
    }

    .more-row::-webkit-scrollbar {
      display: none; /* hide scrollbar */
     }

    .more1,.more2,.more3,.more4{
      flex: 0 0  auto;
      width: 23%;
      height: 280px;
      border-radius: 4mm;
      background-position: center;
      background-size: cover;
      transition: transform 0.3s;
      position: relative;
      background: linear-gradient(to top left,rgba(29, 11, 30, 0.658),rgb(33, 28, 65));
      margin-left: 20px;
     }  






   
    .questions{
      display: flex;
      justify-content: space-between;
      background-color: rgb(42, 42, 42);
      color: white;
      padding: 25px;
      margin-left: 10%;
      margin-right: 10.6%;
      margin-top: 0.6%;
      font-size: 210%;
      cursor: pointer;
    }
   
    .question{
      font-size: 80%;
      font-family: 'poppins',sans-serif; 
    } 
    .questions:hover{
      background-color: rgb(84, 84, 84);
    }
    .content {
      display:none;
      padding: 20px;
      font-size: 1.1em;
      background-color: #2c2c2c;
      border-top: 1px solid #444;
      color: white;
      margin-left: 10%;
      margin-right: 10.6%;
      font-family: 'poppins',sans-serif;
    }
    .content p{
      padding-bottom: 20px;
    } 
     /* .faqs {
    font-family: 'Poppins', sans-serif;
    margin: 20px auto;
    width: 80%;
    max-width: 800px;
  }

  .faq-item {
    background-color: #2a2a2a;
    color: white;
    margin-bottom: 10px;
    padding: 20px;
    border-radius: 8px;
    cursor: pointer;
  }

  .questions {
    display: flex;
    align-items: center;
    font-size: 1.2em;
  }

  .icon {
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 15px;
    color: #ff0055;
  }

  .content {
    display: none;
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.5;
  } */







    .term{
      width: 25%;
      padding: 20px;
      padding-bottom: 1px;
      padding-top: 15px;
      justify-content: left;
      color: rgb(201, 201, 201);
      text-decoration: underline;
       font-family: 'poppins',sans-serif;
    }

.error-tooltip {
  display: none;
  background-color: white;
  color: black;
  font-size: 14px;
  padding: 2px;
  border-radius: 5px;
  position: absolute;
  top: 65px;
  left: 0;
  width: 570px;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  z-index: 100;
  margin-top: 408px;
  margin-left: 159px;
}

.body1{
  font-size: 52px;
  font-weight: 800;
  font-family: 'poppins',sans-serif;
}
.btn{
  font-family: 'poppins',sans-serif;
  font-weight:500; 
  font-size: 25px; 
  padding: 15px 32px 14px 20px;
  color:white;
  background-color: red;
  border-color: red; border-radius: 2mm;
  border-style: none;
}
.svg1{
  margin-left: 200px;
  margin-top:40px;
}
#svg1{
  margin-top:20px;
}


@media screen and (max-width:1266px){
  .main{
    background-size:max(1800px,180vw);
    height: 90vh;
    position: relative;
    background-repeat: no-repeat;
}
  .main .box{
    height: 122vh;
  }
  .body1{
    font-size: 36px;
  }
  .body2{
    font-size:17px ;
  }
  .hero{
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 12px;;
    padding: 95px;
    margin-left: 21%;
    margin-right: 21%;
    text-align: center;
    width: auto;
  }   
  .curved-separator {
    width: 100%;
    height: 50px; 
    background:radial-gradient(ellipse at center top, #1a1c43 0%, black 70%);
    border-top-left-radius: 100% 50px;
    border-top-right-radius: 100% 50px; 
    margin-top: -45px;
  }
  .btn{
    font-size: 19px;
    padding: 18px;
    border-radius: 1mm;
    font-weight: 600;
    margin: auto;
  }
  .main input{
    padding: 18px 140px 23px 14px;
    font-size: 12px;
    margin-right: 10px;
    border-style:double;
  }
  .trending{
    padding-left: 80px;
  }
  .movie-row{
    padding: 10px 0;
  }
  .movie-section{
    padding: 0 6%;
  }
  .movie1,.movie2,.movie3,.movie4,.movie5,.movie6,.movie7,.movie8,.movie9,.movie10{
      margin-right: 10px;
      width: 140px;
      height: 190px;
      margin: 2%;
  }
   .a11{
      margin-top: 100px;
   }
}
@media screen and (max-width:1350px){
   .svg1{
    margin-top: 20px;
    margin-left: 100px;
   }
}
@media screen and (max-width:1450px){
  .more1,.more2,.more3,.more4{
    height: 320px;
   }
   .svg1{
    margin-left: 170px;
    margin-top:70px;
   }
}
@media screen and (max-width:1065px){
  .hero{
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    position: relative;
    gap: 12px;;
    padding: 95px;
    margin-left: 17%;
    margin-right: 17%;
    text-align: center;
    width: auto;
  } 
}
@media screen and (max-width:960px){
  .hero{
    height: 44%;
    margin-left: 14%;
    margin-right:14%;
  }
  .body1{
    font-size: 29px;
  }
  span img{
    width: 90px;
  }
  nav{
    margin-left: 32px;
    max-width: 90vw;
    margin-top: -2px;
  }
  .main input{
    padding: 18px 90px 23px 14px;
    font-size: 12px;
    margin-right: 10px;
    border-style:double;
}
.trending{
    padding-left: 30px;
    font-size: 116%;
  }
  .movie-row{
    padding: 1px 0;
  }
  .movie-section{
    padding: 0 4% 0 2%;
  }
  .movie1,.movie2,.movie3,.movie4,.movie5,.movie6,.movie7,.movie8,.movie9,.movie10{
      margin-right: 10px;
      width: 120px;
      height: 150px;
      margin: 1.2%;
  }
   .a11{
      margin-top: 65px;
      font-size: 400%;
   }
}
@media screen and (max-width:900px){
  .hero{
    height: 44%;
    margin-left: 10.2%;
    margin-right:10.2%;
  }
}
@media screen and (max-width:820px){
  .hero{
    height: 44%;
    margin-left: 8%;
    margin-right:8%;
  }
}
@media screen and (max-width:780px){
  .hero{
    height: 44%;
    margin-left: 4%;
    margin-right:4%;
  }
}
@media screen and (max-width:720px){
  .hero{
    height: 44%;
    margin-left: 3%;
    margin-right:3%;
  }
}
@media screen and (max-width:696px){
  .hero{
    height: 44%;
    margin-left: -1%;
    margin-right:-1%;
  }
}
@media screen and (max-width:645px){
  .hero{
    height: 44%;
    margin-left: -5%;
    margin-right:-5%;
  }
}
@media screen and (max-width:600px){
  .hero{
    height: 44%;
    margin-left: -7%;
    margin-right:-7%;
  }
}
@media screen and (max-width:575px){
  .hero{
    height: 44%;
    margin-left: -12%;
    margin-right:-12%;
  }
}
