
body{
    position: relative;
    overflow-x: hidden;
    background-color: rgba(9, 9, 9, 0.925);
    /* height: 300vh; */
}

.logo{
  position: fixed;
  top: 10px;
  left: -10px;
  z-index: 99999;
  transition: all 1s;
  pointer-events: none;
}

.logo img{
  width: 70px;
  transition: all 1s;
  transform-origin: left;
}

.side{
    position: fixed;
    left: 0;
    top: calc(50% - 50vh);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.053));
    width: 50px;
    overflow: hidden;
    text-wrap: nowrap;
    transition: all 1s;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: netli, sans-serif;
    z-index: 9999;
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
}

.side li{
    padding: 10px 5px;
    transform-origin: left;
    transition: all .5s;
    border-radius: 50%;
    width: 80%;
}

.side li a{
    width: 100%;
    position: relative;
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.79);
}

.side li a span{
    scale: 0;
    position: absolute;
    left: -10px;
    transition: all 1s;
}

.side:hover li a span{
    padding: 0 40px 0 0;
    left: 40px;
    scale: 1.0;
}

.side li:hover{
    color: var(--txtcolor);
    scale: 1.2;
}

.side li:hover i, .side:hover .active i{
    box-shadow: 40px 1px 50px 15px rgba(255, 255, 255, 0.38);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 60%;
}

.side li:hover span{
    color: var(--txtcolor);
    border-radius: 50%;
    /* box-shadow: 5px 7px 100px rgba(255, 255, 255, 0.501); */
}

.side li:hover a{
    color: aliceblue;
}

.side .active a i{
    color: var(--txtcolor);
    border-radius: 60%;
    scale: 1.2;
    /* box-shadow: 1px 1px 100px rgb(255 255 255 / 33%), -1px -1px 100px #ffffff38; */
}

.search{
  position: fixed;
  z-index: 99;
  width: 360px;
  height: 50px;
  isolation: isolate;
  top: calc(38vh);
  left: -180px;
  /* scale: 0; */
  transform: rotatey(-90deg);
  transition: all .8s;
  /* border: 2px solid red; */
  padding: 5px;
}

.search form{
  width: inherit;
  height: inherit;
}

.search form input[type="text"]{
  width: 70%;
  height: 80%;
  background-color: rgba(255, 255, 255, 0.248);
  border-bottom: 3px solid black;
  box-shadow: 1px 1px 7px black;
}

.search form input[type="button"]{
  width: 25%;
  height: 80%;
  box-shadow: 1px 1px 7px black;
}
.search form input{
  border-radius: 5px;
  border: none;
  outline: none;
  background-color: var(--netred);
  padding: 10px;
  color: var(--txtcolor);
}
/* menu end */
main .trailer{
    height: 100vh;
    width: 100vw;
    position: relative;
}

main .trailer video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.6)
}

main .trailer .trailer-content{
    max-width: 1920px;
    margin: 0 auto;
    z-index: 2;
    color: var(--txtcolor);
    font-family: netli;

}

.trailer .trailer-content h1{
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-size: 36px;
    width: 850px;
    letter-spacing: .5px;
}

.trailer .trailer-content .sub-con{
    position: absolute;
    left: 4%;
    bottom: 14%;
    width: 400px;
    transition: all 1s;
    /* border: 2px solid blue; */
}

.trailer .trailer-content .sub-con h2{
    font-size: 28px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    /* text-align: left; */
}

.trailer .trailer-content .sub-con p{
    font-size: 14px;
    letter-spacing: .8px;
    /* text-align: left; */
}

.trailer .trailer-content .sub-con button{
    margin-top: 20px;
    border: none;
    /* transform: translateX(80%); */
    background-color: var(--netred);
    padding: 10px 25px;
    color: var(--txtcolor);
    letter-spacing: 1.2px;
    font-size: 16px;
    cursor: pointer;
}

  .unmute{
    position: absolute;
    right: 5%;
    bottom: 5%;
    background-color: transparent;
    color: var(--txtcolor);
    border-radius: 50%;
    padding: 10px;
    border: 1px solid var(--txtcolor);
  }

  
 .swiper {
  width: 100vw;
  /* height: 100%; */
  /* margin-top: 100px; */
  padding: 60px 20px 20px 70px;
  position: relative;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.233) ;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid white;
  height: 340px;
  /* min-width: 260px; */
  max-width: 260px;
  padding: 5px;
  /* object-fit: cover; */
}
.swiper-slide img {
  /* object-fit: contain; */
  height: 100%;
  width: 100%;
  filter: brightness(.7);
  transition: filter .4s;
}

.swiper-slide img:hover{
  filter: brightness(1);
}


.swiper-button-next {
  right: 40px;
  /* transform: rotate(90deg); */
}
.swiper-button-prev {
  left: 70px;
  /* transform: rotate(90deg); */
}

.swiper h2{
  color: var(--txtcolor);
  position: absolute;
  z-index: 99;
  transform: translateY(-120%);
  transition: all 1s;
  font-family: net;
  font-size: 28px;
  letter-spacing: 1px;
}


/* media */

@media(max-width:1000px){
  .trailer .trailer-content h1 {
      top: 35px;
      font-size: 22px;
      text-align: center;
    }
}

@media(max-width:660px){
  .trailer .trailer-content h1 {
      width: 60%;
    }
}

@media(max-width:450px){
  .trailer .trailer-content h1 {
      top: 35px;
      font-size: 18px;
      text-align: center;
    }
}
/* @media only screen and (max-width: 768px) {

  .logo {
    top: 10px;
    left: -10px;
    width: 60px;
  }

  .logo img {
    width: 60px;
  }

  .side {
    width: 40px;
    top: calc(50% - 45vh);
  }

  .side li {
    padding: 10px 5px;
  }

  .side li a {
    padding: 15px 10px;
  }

  .search {
    width: 250px;
    height: 40px;
    top: calc(35vh);
    left: -125px;
  }

  .search form input[type="text"] {
    width: 65%;
    height: 70%;
  }

  .search form input[type="button"] {
    width: 30%;
    height: 70%;
  }

  main .trailer {
    height: 100vh;
  }

  main .trailer .trailer-content {
    max-width: 1200px;
  }

  .trailer .trailer-content h1 {
    top: 25px;
    font-size: 28px;
    width: 80%;
  }

  .trailer .trailer-content .sub-con {
    left: 3%;
    bottom: 12%;
    width: 300px;
  }

  .trailer .trailer-content .sub-con h2 {
    font-size: 22px;
  }

  .trailer .trailer-content .sub-con p {
    font-size: 14px;
  }

  .trailer .trailer-content .sub-con button {
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .unmute {
    right: 3%;
    bottom: 3%;
    padding: 8px;
  }

  .swiper {
    padding: 30px 15px 15px 40px;
  }
} */


/* @media only screen and (max-width: 480px) {
  body {
    height: 150vh;
  }

  .logo {
    top: 5px;
    left: -5px;
    width: 50px;
  }

  .logo img {
    width: 50px;
  }

  .side {
    width: 30px;
    top: calc(50% - 40vh);
  }

  .side li {
    padding: 5px 2px;
  }

  .side li a {
    padding: 10px 5px;
  }

  .search {
    width: 200px;
    height: 30px;
    top: calc(30vh);
    left: -100px;
  }

  .search form input[type="text"] {
    width: 60%;
    height: 60%;
  }

  .search form input[type="button"] {
    width: 30%;
    height: 60%;
  }

  main .trailer {
    height: 100vh;
  }

  main .trailer .trailer-content {
    max-width: 100%;
  }

  .trailer .trailer-content h1 {
    top: 20px;
    font-size: 24px;
    width: 100%;
  }

  .trailer .trailer-content .sub-con {
    left: 2%;
    bottom: 10%;
    width: 250px;
  }

  .trailer .trailer-content .sub-con h2 {
    font-size: 20px;
  }

  .trailer .trailer-content .sub-con p {
    font-size: 12px;
  }

  .trailer .trailer-content .sub-con button {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 14px;
  }

  .unmute {
    right: 2%;
    bottom: 2%;
    padding: 5px;
  }

  .swiper {
    padding: 20px 10px 10px 30px;
  }

  .swiper-slide {
    height: 200px;
    max-width: 150px;
  }

  .swiper-button-next {
    right: 20px;
  }

  .swiper-button-prev {
    left: 30px;
  }

  .swiper h2 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {

  .logo {
    top: 10px;
    left: -10px;
    width: 60px;
  }

  .logo img {
    width: 60px;
  }

  .side {
    width: 40px;
    top: calc(50% - 45vh);
  }

  .side li {
    padding: 10px 5px;
  }

  .side li a {
    padding: 15px 10px;
  }

  .search {
    width: 250px;
    height: 40px;
    top: calc(35vh);
    left: -125px;
  }

  .search form input[type="text"] {
    width: 65%;
    height: 70%;
  }

  .search form input[type="button"] {
    width: 30%;
    height: 70%;
  }

  main .trailer {
    height: 100vh;
  }

  main .trailer .trailer-content {
    max-width: 1200px;
  }

  .trailer .trailer-content h1 {
    top: 25px;
    font-size: 28px;
    width: 80%;
  }

  .trailer .trailer-content .sub-con {
    left: 3%;
    bottom: 12%;
    width: 300px;
  }

  .trailer .trailer-content .sub-con h2 {
    font-size: 22px;
  }

  .trailer .trailer-content .sub-con p {
    font-size: 14px;
  }

  .trailer .trailer-content .sub-con button {
    margin-top: 18px;
    padding: 10px 20px;
    font-size: 16px;
  }

  .unmute {
    right: 3%;
    bottom: 3%;
    padding: 8px;
  }

  .swiper {
    padding: 30px 15px 15px 40px;
  }
} */