@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Medium.woff2") format("woff2"),
    url("../fonts/Inter-Medium.woff") format("woff"),
    url("../fonts/Inter-Medium.ttf") format("truetype"),
    url("../fonts/Inter-Medium.svg#Inter-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Bold.woff2") format("woff2"),
    url("../fonts/Inter-Bold.woff") format("woff"),
    url("../fonts/Inter-Bold.ttf") format("truetype"),
    url("../fonts/Inter-Bold.svg#Inter-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Inter-Regular.woff2") format("woff2"),
    url("../fonts/Inter-Regular.woff") format("woff"),
    url("../fonts/Inter-Regular.ttf") format("truetype"),
    url("../fonts/Inter-Regular.svg#Inter-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

:root {
  --primaryFont: "Inter";
  --colorPrimary: #c136bd;
  --colorSecondary: #f45575;
  --bgColor: #131313;
  --colorBlack: #000;
  --colorWhite: #fff;
  --colorGray: #424242;
}

body {
  font-family: "Inter";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--colorWhite);
  /* background-color: var(--bgColor); */
  background-attachment: fixed !important;
  overflow-x: hidden;
  background: radial-gradient(circle at 28.03% 25.12%, rgb(4 163 77 / 65%), transparent 26%), radial-gradient(circle at 75.66% 48.77%, rgb(123 0 118), transparent 24%), radial-gradient(circle at 20.96% 80.96%, rgb(0 104 120), transparent 21%), radial-gradient(circle at 78.52% 79.27%, rgb(0, 0, 0), transparent 100%), radial-gradient(circle at 23.31% 28.42%, rgb(0, 0, 0), transparent 100%), radial-gradient(circle at 23.44% 69.36%, rgb(0, 0, 0), transparent 100%), radial-gradient(circle at 78.39% 24.64%, rgb(0, 0, 0), transparent 100%), radial-gradient(circle at 50% 50%, rgb(255, 255, 255), rgb(255, 255, 255) 100%);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

.app-header {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--bgColor);
  padding: 15px 20px;
  border-top: 1px solid #282828;
  left: 0;
  z-index: 99;
}

.navigation {
  display: flex;
  align-items: center;
}

.navigation .nav-item {
  flex: 1;
  list-style: none;
  font-size: 26px;
  text-align: center;
  color: var(--colorGray);
  padding: 0 10px;
}

.navigation .nav-item a {
  color: var(--colorGray);
}

.navigation .nav-item a:active,
.navigation .nav-item a.active {
  color: var(--colorPrimary);
}

.app-main {
  overflow-x: hidden;
  padding-bottom: 70px;
  min-height: 100vh;
}

.container {
  max-width: 500px;
  margin: 0 auto;
  padding: 5px 10px;
  position: relative;
}

.privacy-policy-box {
  background: linear-gradient(90deg,
      rgba(244, 85, 117, 1) 0%,
      rgba(193, 54, 189, 1) 100%);
  /* opacity: 0.95; */
  border: 1px solid #ddd;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 99;
  border-radius: 10px;
  /* position: fixed; */
}

@media only screen and (max-width: 450px) {
  .privacy-policy-box {
    top: 50%;
    left: 8%;
    right: 8%;
  }
}

.privacy-policy-box h3 {
  margin-top: 0;
  color: black;
  opacity: 0.88;
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.privacy-policy-box p {
  color: white;
  text-align: justify;
  opacity: 0.55;
  line-height: 1.5;
}

.privacy-policy-box .read-more {
  display: inline-block;
  background-color: black;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  margin-top: 10px;
  transition: background-color 0.3s ease;
}

.privacy-policy-box .read-more:hover {
  background-color: black;
  opacity: 0.55;
}

.section {
  padding: 10px;
}

.feature-slide .feature-movie {
  display: block;
  height: 110vw;
  max-height: 500px;
}

.feature-slide .feature-movie img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.feature-movie-slider {
  border-radius: 10px;
  border: 3px solid var(--colorSecondary);
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  list-style: none;
  bottom: 20px;
}

.slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  height: 12px;
  width: 12px;
  padding: 0;
  border: none;
  border-radius: 50%;
}

.slick-dots .slick-active button {
  background-color: var(--colorPrimary);
}

.section-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.thumb-slide a {
  padding-bottom: 110%;
  position: relative;
  display: block;
  margin-left: 6px;
  margin-right: 6px;
  border-radius: 5px;
  border: 2px solid var(--colorSecondary);
}

.thumb-slide a img {
  position: absolute;
  left: 0;
  width: calc(100%);
  height: 100%;
  object-fit: cover;
}

.movie-thumb-slider .thumb-slide a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(61, 0, 89, 1) 100%);
  z-index: 1;
}

.movie-thumb-slider .thumb-slide:nth-child(2) a::before {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(97, 150, 0, 1) 100%);
}

.movie-thumb-slider .thumb-slide:nth-child(3) a::before {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(162, 0, 115, 1) 100%);
}

.movie-thumb-slider .thumb-slide:nth-child(4) a::before {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(44, 190, 255, 1) 100%);
}

.movie-thumb-slider .thumb-slide:nth-child(5) a::before {
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(0, 61, 179, 1) 100%);
}

.movie-thumb-slider .slick-dots,
.watching-thumb-slider .slick-dots {
  display: none !important;
}

.category-tag {
  position: absolute;
  bottom: 10px;
  padding: 4px 10px;
  display: block;
  z-index: 1;
  background-color: #fff;
  border-radius: 5px;
  font-size: 12px;
  color: rgba(61, 0, 89, 1);
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
}

.movie-thumb-slider .thumb-slide:nth-child(2) .category-tag {
  color: rgba(97, 150, 0, 1);
}

.movie-thumb-slider .thumb-slide:nth-child(3) .category-tag {
  color: rgba(162, 0, 115, 1);
}

.movie-thumb-slider .thumb-slide:nth-child(4) .category-tag {
  color: rgba(44, 190, 255, 1);
}

.movie-thumb-slider .thumb-slide:nth-child(5) .category-tag {
  color: rgba(0, 61, 179, 1);
}

.watching-thumb-slider .thumb-slide a {
  padding-bottom: 54%;
  margin-bottom: 50px;
}

.thumb-slide .movie-name {
  position: absolute;
  top: 100%;
  padding: 6px 0;
  display: block;
  font-size: 14px;
  color: var(--colorWhite);
}

.series-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px;
}

.series-listing .series-single {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 6px;
  margin-bottom: 12px;
}

.series-single .series-inner {}

.series-inner .image-wrap {
  padding-bottom: 60%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 5px;
  border: 2px solid var(--colorSecondary);
}

.series-inner .image-wrap img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.series-inner .movie-name {
  display: block;
  font-size: 14px;
  color: var(--colorWhite);
}

.series-inner a {
  text-decoration: none;
}

.premium-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  height: 25px;
  border-radius: 50%;
  width: 25px;
  background-color: #ea9c00;
  font-size: 11px;
  color: #ffaa00;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-tag i {
  z-index: 1;
}

.premium-tag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffe8ba;
  height: 17px;
  width: 17px;
  border-radius: 50%;
}

.series-inner {
  position: relative;
}

.top-header-wrap {
  padding: 10px 0;
}

.top-header-wrap .nav {
  position: relative;
}

.top-header-wrap .back-btn-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.top-header-wrap .back-btn {
  height: 30px;
  width: 30px;
  font-size: 22px;
  background-color: transparent;
  color: #fff;
  border: none;
}

.top-header-wrap .page-title {
  text-align: center;
  padding: 0 40px;
  font-weight: 700;
  font-size: 15px;
}

.search-wrapper .search-input {
  position: relative;
  margin-bottom: 30px;
}

.search-wrapper .search-input input {
  padding: 5px 10px;
  height: 42px;
  border-radius: 20px;
  width: 100%;
  border: none;
  background-color: #282828;
  color: #fff;
  font-size: 16px;
  outline: none;
  padding-left: 50px;
}

.search-wrapper .search-input i {
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 18px;
  transform: translateY(-50%);
  color: #757575;
}

.category-listing {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.category-listing .category-single {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 0 5px;
  margin-bottom: 10px;
}

.category-single .category-inner {
  padding-bottom: 130%;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #757575;
}

.category-single .category-inner a {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.category-single .category-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.movie-info-wrap .poster-image {
  position: absolute;
  left: -8px;
  right: -8px;
  top: 0;
  height: 100%;
}

.movie-info-wrap .poster-image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg,
      rgba(19, 19, 19, 0) 20%,
      rgba(19, 19, 19, 1) 80%);
}

.movie-info-wrap .poster-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.movie-info-wrap {
  position: relative;
  padding-bottom: 143%;
}

.movie-name-wrap {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 10px;
}

.movie-name-wrap .movie-name {
  font-size: 14px;
  text-transform: uppercase;
}

.movie-info-wrap {
  /* margin-bottom: 30px; */
}

.episode-single {
  margin-bottom: 20px;
}

.episode-single .episode-inner {
  padding-bottom: 52%;
  position: relative;
  border-radius: 12px;
  border: 2px solid var(--colorSecondary);
}

.episode-single .episode-inner .episode-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.episode-single .episode-inner .episode-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}

.episode-single .episode-inner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.episode-single .episode-inner .image-wrap {
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

.episode-title {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  padding: 0 15px;
  color: #fff;
  font-weight: 600;
}

.episode-single .download-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 5px;
  color: var(--colorWhite);
  background-color: var(--colorPrimary);
  display: block;
  line-height: 40px;
  text-align: center;
}

/* .modal{
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  max-width: 400px;
  margin: 0 auto;
  background: linear-gradient(
    90deg,
    rgba(244, 85, 117, 1) 0%,
    rgba(193, 54, 189, 1) 100%
  );
  opacity: 0.95;
  padding: 10px;
  transform: translate(-50%, -50%);
} */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #282828;
  width: 75%;
  padding: 20px;
  /* border: 1px solid #888; */
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  display: flex;
  flex-direction: column;
  align-items: center;
}

input[type="text"] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
  border: 1px solid #ccc;
  background-color: #282828;
  border-radius: 4px;
  opacity: 0.4;
  color: white;
}

input[type="text"]::placeholder {
  color: #ffff;
}

#submitBtn {
  background: linear-gradient(90deg,
      rgba(244, 85, 117, 1) 0%,
      rgba(193, 54, 189, 1) 100%);
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

#submitBtn:hover {
  background-color: #45a049;
}

/* .circle-main {
  position: relative;
  overflow: hidden;
}
.subscribe-section .circle {
  height: 100px;
  width: 100px;
  background-color: rgba(49, 22, 48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  top: 50px;
  /* left: -30%; */

/* .circle1 {
  height: 100px;
  width: 100px;
  background-color: rgba(49, 22, 48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  top: 0;
  right: 0;
}
.circle2 {
  height: 200px;
  width: 200px;
  background-color: rgb(49,22,48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  top: 25%;
  left: 50%;
}
.circle3 {
  height: 100px;
  width: 100px;
  background-color: rgb(49, 22, 48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  top: 40%;
  left: 0;
}
.circle4 {
  height: 300px;
  width: 300px;
  background-color: rgb(49, 22, 48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(50px);
  bottom: 50px;
  right: -30%;
}
.circle5 {
  height: 200px;
  width: 200px;
  background-color: rgb(49, 22, 48);
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  filter: blur(20px);
  bottom: 0;
  left: 0;
}  */

.subscribe-section .title-wrap {
  text-align: center;
  padding: 10px;
  font-size: 13px;
}

.subscribe-section .title-wrap p {
  line-height: 1.5;
}

.subscribe-section .page-title {
  font-size: 16px;
  color: var(--colorSecondary);
  font-weight: 500;
  margin-bottom: 10px;
}

.subscribe-single {
  margin-bottom: 20px;
}

.subscribe-inner {
  border-radius: 20px;
  overflow: hidden;
  background-color: #282828;
  padding: 20px;
  opacity: 0.8;
}

.subscribe-inner .days-text {
  text-align: center;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: var(--colorSecondary);
  margin-bottom: 10px;
}

.price-text-wrap {
  font-weight: 700;
  font-size: 14px;
}

.price-text-wrap .price-text {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}

.subscribe-btn {
  background: linear-gradient(90deg,
      rgba(244, 85, 117, 1) 0%,
      rgba(193, 54, 189, 1) 100%);
  padding: 4px 20px;
  border-radius: 20px;
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}

.subscribe-inner .content-text {
  position: relative;
  margin-bottom: 20px;
}

.subscribe-single:active .subscribe-inner {
  background-color: #242424;
}

.subscribe-inner .note-text {
  text-align: center;
  font-size: 13px;
  display: block;
  color: #c3c3c3;
}

video::-internal-media-controls-download-button {
  display: none;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}

video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
  /* Adjust as needed */
}

.video-player .video-js {
  height: 100vh;
  width: 100%;
}

.movie-player-app {
  padding-bottom: 0;
}

.back-button-wrap {
  position: absolute;
  top: 20px;
  left: 25px;
  z-index: 1;
}

.back-button-wrap button {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  height: 22px;
  width: 22px;
}

.play-icon {
  height: 42px;
  width: 42px;
  position: absolute;
  font-size: 40px;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgba(217, 217, 217, 0.933);
  pointer-events: none;
}

#loader {
  border: 0.2em solid currentcolor;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: 1s loader linear infinite;
  position: relative;
  height: 40px;
  width: 40px;
  position: fixed;
  left: 46%;
  top: 46%;
  transform: translate(-50%, -50%);
  z-index: 99;
  display: none;
}

#loader.show {
  display: block;
}

.page-change {
  overflow: hidden;
}

.page-change .app-main,
.page-change .app-header {
  filter: blur(6px);
}

.page-change .app-main::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.7);
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.vip-popup {
  width: 80%;
  margin: 0 auto;
  border-radius: 15px;
  overflow: hidden;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.vip-popup::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(244, 85, 117, 1) 0%,
      rgba(193, 54, 189, 1) 100%);
  opacity: 0.95;
}

.vip-popup .popup-inner {
  z-index: 1;
  position: relative;
  text-align: center;
}

.vip-popup .logo-wrap {
  height: 100px;
  margin-top: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.vip-popup .logo-wrap img {
  max-height: 100%;
  margin: 0 auto;
}

.vip-popup .popup-title {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 500;
}

.vip-popup span {
  margin-bottom: 20px;
  display: block;
  font-size: 14px;
}

.vip-popup .price-text {
  font-size: 12px;
}

.vip-wrapper {
  min-height: calc(100vh - 200px);
  display: flex;
  align-items: center;
}

/* loader */

/* .lds-hourglass,
.lds-hourglass:after {
  box-sizing: border-box;
}
.lds-hourglass {
  left: 42%;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  display: none;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
} */

.lds-hourglass {
  /* change color here */
  color: #c836bb;
}

.lds-hourglass,
.lds-hourglass:after {
  box-sizing: border-box;
}

.lds-hourglass {
  display: inline-block;
  padding-left: 43%;
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin: 8px;
  border-radius: 50%;
  border: 6.4px solid currentColor;
  border-color: currentColor transparent currentColor transparent;
  animation: lds-hourglass 1.2s linear infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.skeleton {
  /* opacity: .7; */
  animation: skeleton-loading 0.5s linear infinite alternate;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}


.suport-footer {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  color: white;
  font-size: 14px;
}

.suport-footer a{
  color: white;
  text-decoration: none;
}
