@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/*
Template: XPlayer - Watch Movies & TV Shows Free Online in HD
Version: 1.0.0
Author: potenzaglobalsolutions

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/
/*==============================================
[  Table of contents  ]
================================================
:: Helpers
:: Typography 
:: Shortcodes
	- Accordion
	- Blog
	- Button
	- Countdown
	- Counter
	- Datetimepicker
	- Feature Info
	- Movie
	- My Account
	- Owl Carousel
	- Pagination
	- Pie Chart
	- Pricing Table
	- Sidebar
	- Tabs
	- Team
	- Testimonial
:: Header
  - Header
  - Header Style 01
  - Header Style 02
  - Header transparent
:: Banner
  - Banner 01
  - Banner 02
  - Movie Banner
  - Tv Banner
  - Web Series Banner
  - Home Landing
:: Layout
  - Section Title
  - Share Box
  - Form
  - Search
  - Callout
  - Back To Top
  - List
:: Footer
  - Footer
  - Footer Style 02



======================================
[ End table content ]
======================================*/
/*****************************
    Helper Classes
*****************************/
/*color*/
.text-primary {
  color: #f6be00 !important; }

.text-secondary {
  color: #070709 !important; }

.text-white {
  color: #ffffff; }

.text-dark {
  color: #0b0b0d !important; }

.text-yellow {
  color: #f8b500 !important; }

/*background*/
.bg-primary {
  background: #f6be00 !important; }

.bg-dark {
  background: #0b0b0d !important; }

.bg-black {
  background: #000000 !important; }

.bg-secondary {
  background: #070709 !important; }

/*img holder*/
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

.bg-holder-bottom {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%; }

/*Background overlay*/
.bg-overlay-half-bottom {
  position: relative; }

.bg-overlay-black-1 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-1:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-2 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-2:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-3:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-4:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-5 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-5:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-6 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-6:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-7 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-7:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-8 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-8:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-9:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-1 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-1:before {
    background: rgba(7, 7, 9, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-2 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-2:before {
    background: rgba(7, 7, 9, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-3:before {
    background: rgba(7, 7, 9, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-4:before {
    background: rgba(7, 7, 9, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-5 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-5:before {
    background: rgba(7, 7, 9, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-6 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-6:before {
    background: rgba(7, 7, 9, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-7 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-7:before {
    background: rgba(7, 7, 9, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-8 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-8:before {
    background: rgba(7, 7, 9, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-9:before {
    background: rgba(7, 7, 9, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-95 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-95:before {
    background: rgba(7, 7, 9, 0.95);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-secondary-98 {
  position: relative;
  z-index: 1; }
  .bg-overlay-secondary-98:before {
    background: rgba(7, 7, 9, 0.98);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

/*bg-overlay-dark*/
.bg-overlay-dark-1 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-1:before {
    background: rgba(11, 11, 13, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-2 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-2:before {
    background: rgba(11, 11, 13, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-3 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-3:before {
    background: rgba(11, 11, 13, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-4 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-4:before {
    background: rgba(11, 11, 13, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-5 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-5:before {
    background: rgba(11, 11, 13, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-6 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-6:before {
    background: rgba(11, 11, 13, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-7 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-7:before {
    background: rgba(11, 11, 13, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-8 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-8:before {
    background: rgba(11, 11, 13, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-9 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-9:before {
    background: rgba(11, 11, 13, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-dark-99 {
  position: relative;
  z-index: 1; }
  .bg-overlay-dark-99:before {
    background: rgba(11, 11, 13, 0.99);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

/*Page section margin padding*/
.space-ptb {
  padding: 100px 0; }

.space-pt {
  padding: 100px 0 0; }

.space-pb {
  padding: 0 0 100px; }

.space-md-ptb {
  padding: 80px 0; }

.space-md-pt {
  padding: 80px 0 0; }

.space-md-pb {
  padding: 0 0 80px; }

.space-sm-ptb {
  padding: 60px 0; }

.space-sm-pt {
  padding: 60px 0 0; }

.space-sm-pb {
  padding: 0 0 60px; }

.h-100vh {
  height: 100vh !important; }

/* Sticky column */
.is-sticky {
  position: sticky;
  top: 100px; }

/*font size*/
.font-sm {
  font-size: 13px; }

.grayscale, .img-grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.grayscale:hover {
  -webkit-filter: inherit;
          filter: inherit; }

@media (min-width: 992px) {
  .container-fluid {
    padding: 0px 30px; } }

@media (min-width: 1200px) {
  .container-fluid {
    padding: 0px 50px; } }

@media (min-width: 1500px) {
  .container {
    max-width: 1400px; }
  .container-fluid {
    padding: 0px 100px; } }

@media (max-width: 1200px) {
  .space-ptb {
    padding: 80px 0; }
  .space-pt {
    padding: 80px 0 0; }
  .space-pb {
    padding: 0 0 80px; } }

@media (max-width: 991px) {
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding: 60px 0 0; }
  .space-pb {
    padding: 0 0 60px; }
  .space-md-ptb {
    padding: 60px 0; }
  .space-md-pt {
    padding: 60px 0 0; }
  .space-md-pb {
    padding: 0 0 60px; } }

@media (max-width: 767px) {
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding: 50px 0 0; }
  .space-pb {
    padding: 0 0 50px; }
  .space-md-ptb {
    padding: 50px 0; }
  .space-md-pt {
    padding: 50px 0 0; }
  .space-md-pb {
    padding: 0 0 50px; }
  .space-sm-ptb {
    padding: 50px 0; }
  .space-sm-pt {
    padding: 50px 0 0; }
  .space-sm-pb {
    padding: 0 0 50px; } }

@media (max-width: 575px) {
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding: 40px 0 0; }
  .space-pb {
    padding: 0 0 40px; }
  .space-md-ptb {
    padding: 40px 0; }
  .space-md-pt {
    padding: 40px 0 0; }
  .space-md-pb {
    padding: 0 0 40px; }
  .space-sm-ptb {
    padding: 40px 0; }
  .space-sm-pt {
    padding: 40px 0 0; }
  .space-sm-pb {
    padding: 0 0 40px; } }

/*****************************
    Typography
*****************************/
body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5;
  color: #ffffff;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #f6be00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none !important; }
  a:focus {
    color: #f6be00;
    text-decoration: none !important; }
  a:hover {
    color: #f6be00;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #f6be00; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin-top: 0px;
  font-weight: 400;
  margin-bottom: 0; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit; }

label {
  font-weight: normal; }

h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; }

h2 {
  font-size: 34px;
  font-weight: 600; }

h3 {
  font-size: 30px;
  font-weight: 600; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 22px; }

h6 {
  font-size: 20px; }

p {
  font-weight: normal;
  line-height: 1.5; }

*::-moz-selection {
  background: #f6be00;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #f6be00;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #f6be00;
  color: #ffffff;
  text-shadow: none; }

.fw-medium {
  font-weight: 500; }

.fw-600 {
  font-weight: 600; }

/* form-control */
.form-control, .form-select {
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 60px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  font-weight: 500;
  color: #0b0b0d;
  background-clip: inherit !important; }
  .form-control:focus, .form-select:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #f6be00; }

.avatar-lg {
  min-width: 80px;
  width: 80px; }

.border-right-0 {
  border-right: inherit !important; }

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 0.1); }

.border-left-0 {
  border-left: inherit !important; }

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }

.form-control::-moz-placeholder {
  color: #ffffff; }

.form-control::-ms-input-placeholder {
  color: #ffffff; }

.form-control::-webkit-input-placeholder {
  color: #ffffff; }

textarea.form-control {
  height: auto; }

.input-group.date .input-group-text {
  height: 100%;
  border-radius: inherit;
  border: none;
  background-color: #070709; }
  .input-group.date .input-group-text i {
    color: #f6be00; }

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

/* file-upload */
.input-group.file-upload {
  height: 50px; }
  .input-group.file-upload .form-control {
    height: 50px;
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
    opacity: 0; }

@media (max-width: 991px) {
  h2 {
    font-size: 32px; }
  h3 {
    font-size: 24px; }
  h4 {
    font-size: 22px; }
  h5 {
    font-size: 20px; } }

@media (max-width: 767px) {
  h2 {
    font-size: 30px; }
  h3 {
    font-size: 26px; }
  h4 {
    font-size: 24px; }
  h5 {
    font-size: 20px; } }

@media (max-width: 575px) {
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 22px; }
  h4 {
    font-size: 20px; }
  h5 {
    font-size: 18px; }
  h6 {
    font-size: 18px; } }

/*Section Title*/
.section-title {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .section-title:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100px;
    background-color: #f6be00;
    left: 0;
    bottom: -2px; }
  .section-title .title {
    color: #f6be00;
    font-weight: 500;
    margin-right: 15px; }
  .section-title .btn-link {
    margin-left: auto;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
    .section-title .btn-link:hover {
      color: #f6be00; }

.section-title.text-center {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .section-title.text-center:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .section-title.text-center .title {
    margin-right: 0px; }

/* Share Box */
.share-box {
  position: relative; }
  .share-box .share-box-social {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50%;
    bottom: 100%;
    display: inline-block;
    background: #f6be00;
    padding: 5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px); }
    .share-box .share-box-social li a {
      padding: 6px 0px;
      color: #ffffff;
      font-size: 13px;
      line-height: 1;
      display: block; }
      .share-box .share-box-social li a:hover {
        color: #070709; }
    .share-box .share-box-social:before {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 6px 0 6px;
      border-color: #f6be00 transparent transparent transparent;
      content: "";
      position: absolute;
      left: 50%;
      bottom: -6px;
      z-index: 99;
      -webkit-transform: translate(-50%, 0px);
              transform: translate(-50%, 0px); }
  .share-box:hover .share-box-social {
    opacity: 1;
    visibility: visible;
    margin-bottom: 6px; }
  .share-box a {
    color: #ffffff; }
    .share-box a:hover {
      color: #f6be00; }

.like {
  position: relative; }
  .like:before {
    content: '\f004';
    font-family: "Font Awesome 6 Free";
    font-weight: 400; }

.like.active:before {
  content: '\f004';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #f6be00; }

.add-icon {
  position: relative; }
  .add-icon:before {
    content: '\2b';
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    font-size: 16px; }

.add-icon.active:before {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #f6be00; }

.bookmark {
  position: relative; }
  .bookmark:before {
    content: '\f02e';
    font-family: "Font Awesome 6 Free";
    font-weight: 400; }

.bookmark.active:before {
  content: '\f02e';
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #f6be00; }

/* Form */
.form-control {
  padding: 14px 20px;
  height: 50px;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  border-color: #070709;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff;
  background-color: #070709;
  border-radius: inherit !important; }
  .form-control:focus {
    color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #070709;
    background-color: #070709; }

.form-check .form-check-input {
  border: 1px solid #f6be00;
  background-color: transparent;
  border-radius: inherit;
  outline: none; }
  .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.form-check .form-check-input:checked {
  border: 1px solid #f6be00;
  background-color: #f6be00;
  -webkit-box-shadow: none;
          box-shadow: none; }

/*Search*/
.search ul li a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .search ul li a:hover {
    color: #f6be00; }

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #0b0b0d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9999; }

#search.open {
  opacity: 1;
  visibility: visible; }

#search input[type="search"] {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 50%;
  color: #ffffff;
  background: #070709;
  font-size: 18px;
  height: 60px;
  font-weight: 300;
  text-align: center;
  border: rgba(255, 255, 255, 0.1);
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  text-transform: capitalize; }

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 40px;
  margin-left: -45px; }

#search .close {
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
  background-color: #070709;
  color: #ffffff;
  opacity: 1;
  display: inline-block;
  height: 50px;
  width: 50px;
  font-size: 18px;
  border: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  #search .close:hover {
    background-color: #f6be00; }
  #search .close i {
    position: relative;
    z-index: -1; }

.social-icon ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-icon ul li {
    margin-right: 15px;
    display: inline-block; }
    .social-icon ul li a {
      color: #ffffff;
      font-size: 14px;
      line-height: 1;
      width: 30px;
      height: 30px;
      background-color: #f6be00;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50px; }
      .social-icon ul li a:hover {
        background-color: #ffffff;
        color: #f6be00; }
    .social-icon ul li:last-child {
      margin-right: 0; }

/*Callout*/
.callout {
  background-color: #0b0b0d;
  padding: 80px 50px;
  text-align: center; }
  .callout h4 {
    margin-bottom: 15px;
    font-weight: 500; }
  .callout p {
    margin-bottom: 25px; }

/* Back To Top */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #f6be00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999; }
  .back-to-top a:hover {
    background: #ffffff;
    color: #f6be00; }
  .back-to-top a:focus {
    background: #ffffff;
    color: #f6be00; }

/*inner-banner*/
.inner-banner .header-inner-title {
  padding: 160px 0px;
  text-align: center; }
  .inner-banner .header-inner-title .title {
    text-transform: uppercase; }

/* List */
ul.list {
  padding: 0;
  margin: 0; }
  ul.list li {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start; }
    ul.list li i {
      margin-right: 10px;
      color: #ffffff;
      background-color: #f6be00;
      border-radius: 50%;
      height: 10px;
      width: 10px;
      padding: 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 10px;
      margin-top: 5px; }
    ul.list li:last-child {
      margin-bottom: 0; }

ul.list.list-circle li i {
  font-size: 6px; }

/*About Section*/
.about-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  background-color: #0b0b0d;
  padding: 100px 50px 70px 70px;
  margin-top: 80px; }
  .about-section .about-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    position: relative;
    margin-top: -160px; }
  .about-section .about-info {
    padding-left: 50px; }
    .about-section .about-info .about-title {
      margin-bottom: 20px;
      font-weight: 500; }
    .about-section .about-info .about-content {
      margin-bottom: 30px; }
      .about-section .about-info .about-content .counter.counter-02 {
        padding-right: 30px;
        border-right: 1px solid #f6be00;
        display: inline-block;
        margin-right: 30px; }
    .about-section .about-info .about-counter {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .about-section .about-info .about-counter .counter.counter-02 {
        border-right: 1px solid #f6be00;
        padding-right: 30px;
        margin-right: 30px; }

/*Map*/
.map {
  height: 685px; }
  .map iframe {
    -webkit-filter: grayscale(100%) invert(100%) contrast(100%);
            filter: grayscale(100%) invert(100%) contrast(100%); }

/*Contact Form*/
.contact-section {
  position: relative; }
  .contact-section .contact-form {
    position: absolute;
    top: 50px;
    width: 570px;
    background-color: #0b0b0d;
    padding: 50px;
    z-index: 1; }
    .contact-section .contact-form form .form-control {
      margin-bottom: 20px; }

/*Contact Info*/
.contact-info {
  padding: 0 30px;
  text-align: center; }
  .contact-info .contact-info-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    width: 80px;
    background-color: #f6be00;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto; }
    .contact-info .contact-info-icon i {
      font-size: 36px;
      color: #ffffff; }
  .contact-info .contact-info-title {
    margin-top: 22px;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 25px; }
  .contact-info p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0px; }
  .contact-info .contact-detail > span {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px; }
  .contact-info .contact-detail .mail {
    margin-bottom: 0px; }

/*login*/
.login-tabs {
  padding: 50px; }

.login-social-media {
  padding: 40px 30px; }

/*Error-404*/
.error-404 h2 {
  font-size: 42px;
  line-height: 50px;
  color: #ffffff;
  margin-bottom: 25px;
  margin-top: 40px; }

.error-404 p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 35px; }

@media (max-width: 1199px) {
  .about-section {
    padding: 50px 30px 50px 50px;
    margin-top: 0px; }
    .about-section .about-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 370px;
              flex: 0 0 370px;
      margin-top: 0px; } }

@media (max-width: 991px) {
  .about-section {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 30px; }
    .about-section .about-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 270px;
              flex: 0 0 270px; }
    .about-section .about-info {
      padding-left: 30px; }
  .contact-info {
    padding: 0px; } }

@media (max-width: 767px) {
  .callout {
    padding: 60px 30px; }
  .about-section {
    display: block; }
    .about-section .about-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 30px; }
    .about-section .about-info {
      padding-left: 0px; }
  .inner-banner .header-inner-title {
    padding: 100px 0px; }
  .contact-section .contact-form {
    position: inherit;
    top: 0;
    width: 100%;
    padding: 30px; }
  .map {
    height: 450px; } }

@media (max-width: 575px) {
  .callout {
    padding: 40px 20px; }
  .about-section {
    padding: 30px 15px; }
    .about-section .about-info {
      padding-left: 0px; }
      .about-section .about-info .about-counter .counter.counter-02 {
        padding-right: 20px;
        margin-right: 20px; }
  .inner-banner .header-inner-title {
    padding: 70px 0px; }
  .map {
    height: 300px; }
  .login-tabs {
    padding: 20px; }
  .login-social-media {
    padding: 20px 15px; } }

/*****************************
  Accordion
*****************************/
.accordion .accordion-item {
  background-color: inherit;
  border: none;
  padding: 0 0px;
  margin-bottom: 30px; }
  .accordion .accordion-item .accordion-header {
    font-family: "Barlow Semi Condensed", sans-serif;
    background: inherit;
    padding: 0;
    margin-bottom: 0;
    border: none; }
    .accordion .accordion-item .accordion-header:before {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .accordion .accordion-item .accordion-header .accordion-button {
      position: relative;
      font-size: 20px;
      line-height: 30px;
      font-weight: normal;
      color: #0b0b0d;
      padding: 15px 60px 15px 30px;
      width: 100%;
      text-align: left;
      border: none;
      border-radius: inherit; }
      .accordion .accordion-item .accordion-header .accordion-button:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
      .accordion .accordion-item .accordion-header .accordion-button:before {
        font-size: 18px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 30px;
        content: "\f063";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        z-index: 9;
        text-align: center; }
      .accordion .accordion-item .accordion-header .accordion-button:after {
        display: none; }
    .accordion .accordion-item .accordion-header .accordion-button.collapsed {
      color: #ffffff;
      background-color: #0b0b0d; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):before {
      content: "\f062"; }
  .accordion .accordion-item .accordion-collapse {
    border: none; }
    .accordion .accordion-item .accordion-collapse .accordion-body {
      padding: 20px 30px 0px;
      border: none;
      color: #ffffff; }
  .accordion .accordion-item:last-child {
    margin-bottom: 0; }

.accordion-button:not(.collapsed) {
  background-color: #f6be00;
  color: #ffffff;
  -webkit-box-shadow: inherit;
          box-shadow: inherit; }

@media (max-width: 575px) {
  .accordion .accordion-item {
    margin-bottom: 20px; } }

/*****************************
  Blog Post
*****************************/
.blog-post {
  margin-bottom: 30px; }
  .blog-post .blog-post-details {
    padding: 50px 40px;
    background-color: #0b0b0d; }
    .blog-post .blog-post-details .blog-title {
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 25px;
      display: block; }
    .blog-post .blog-post-details .blog-post-meta {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px; }
      .blog-post .blog-post-details .blog-post-meta > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 25px; }
        .blog-post .blog-post-details .blog-post-meta > div a {
          color: #ffffff; }
          .blog-post .blog-post-details .blog-post-meta > div a i {
            margin-right: 5px;
            color: #f6be00; }
          .blog-post .blog-post-details .blog-post-meta > div a span {
            margin-right: 5px; }
          .blog-post .blog-post-details .blog-post-meta > div a:hover {
            color: #f6be00; }
    .blog-post .blog-post-details .blog-post-content {
      margin-bottom: 40px;
      line-height: 26px; }

/*Blog Post Style 02*/
.blog-post.blog-post-style-02 {
  position: relative;
  margin-bottom: 0px; }
  .blog-post.blog-post-style-02 .blog-post-details {
    position: absolute;
    z-index: 3;
    width: 100%;
    padding: 20px;
    bottom: 0;
    background-color: transparent; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-title {
      margin-bottom: 15px; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta {
      margin-bottom: 0px; }
      .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta > div {
        margin-right: 20px; }
      .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta .blog-post-comment {
        margin-right: 0px; }
    .blog-post.blog-post-style-02 .blog-post-details .content p {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
  .blog-post.blog-post-style-02:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%); }

/*blog-post-single*/
.blog-post.blog-post-single {
  margin-bottom: 0px; }
  .blog-post.blog-post-single .blockquote {
    position: relative;
    padding: 40px 30px 40px 50px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
    background-color: #070709;
    z-index: 2; }
    .blog-post.blog-post-single .blockquote .quote {
      position: absolute;
      left: 20px;
      top: 25px;
      z-index: -1; }
  .blog-post.blog-post-single .navigation.post-navigation {
    padding-top: 24px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .blog-post.blog-post-single .navigation.post-navigation .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .blog-post.blog-post-single .navigation.post-navigation .nav-links > div {
        background-color: #070709;
        border-radius: 50px;
        padding: 3px;
        width: calc(50% - 10px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .blog-post.blog-post-single .navigation.post-navigation .nav-links > div a {
          color: #ffffff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; }
          .blog-post.blog-post-single .navigation.post-navigation .nav-links > div a .nav-title {
            display: inline-block;
            max-width: 100%;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            text-overflow: ellipsis;
            vertical-align: bottom;
            white-space: nowrap; }
          .blog-post.blog-post-single .navigation.post-navigation .nav-links > div a:hover {
            color: #f6be00; }
            .blog-post.blog-post-single .navigation.post-navigation .nav-links > div a:hover .btn {
              color: #ffffff; }
              .blog-post.blog-post-single .navigation.post-navigation .nav-links > div a:hover .btn:after {
                background-color: #7c48ff;
                left: 0;
                width: 100%; }
      .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-previous {
        padding-right: 20px; }
        .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-previous a .nav-title {
          padding-left: 15px; }
      .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-next {
        padding-left: 20px; }
        .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-next a {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: end; }
          .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-next a .nav-title {
            padding-right: 15px; }
  .blog-post.blog-post-single .related-post {
    margin-bottom: 40px; }
  .blog-post.blog-post-single .leave-reply {
    margin-top: 40px; }
    .blog-post.blog-post-single .leave-reply .reply-form .form-control {
      margin-bottom: 15px;
      border: 1px solid #070709;
      background-color: #070709;
      color: #ffffff; }
    .blog-post.blog-post-single .leave-reply .reply-form .form-control::-moz-placeholder {
      color: #ffffff; }
    .blog-post.blog-post-single .leave-reply .reply-form .form-control::-ms-input-placeholder {
      color: #ffffff; }
    .blog-post.blog-post-single .leave-reply .reply-form .form-control::-webkit-input-placeholder {
      color: #ffffff; }
    .blog-post.blog-post-single .leave-reply .reply-form textarea.form-control {
      border-radius: 30px; }

/* Responsive */
@media (max-width: 575px) {
  .blog-post .blog-post-details {
    padding: 30px 15px; }
    .blog-post .blog-post-details .blog-title {
      margin-bottom: 15px; }
    .blog-post .blog-post-details .blog-post-meta {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 15px; }
      .blog-post .blog-post-details .blog-post-meta > div {
        margin-right: 15px;
        margin-bottom: 10px; }
    .blog-post .blog-post-details .blog-post-content {
      margin-bottom: 20px; }
  .blog-post.blog-post-single .navigation.post-navigation .nav-links {
    display: block; }
    .blog-post.blog-post-single .navigation.post-navigation .nav-links > div {
      width: calc(100% - 0px); }
    .blog-post.blog-post-single .navigation.post-navigation .nav-links .nav-previous {
      margin-bottom: 15px; }
  .blog-post.blog-post-single .blockquote {
    padding: 30px; }
  .blog-post.blog-post-style-02 .blog-post-details {
    padding: 15px; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-title {
      margin-bottom: 5px;
      font-size: 22px; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta > div {
      margin-bottom: 5px;
      margin-right: 10px; }
  .blog-post.blog-post-style-02 .blog-post-img img {
    height: 250px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; } }

@media (max-width: 479px) {
  .blog-post.blog-post-style-02 .blog-post-details {
    padding: 10px; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-title {
      font-size: 20px; }
    .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta {
      font-size: 13px; }
      .blog-post.blog-post-style-02 .blog-post-details .blog-post-meta > div {
        margin-bottom: 5px;
        margin-right: 5px; } }

/*****************************
  Button
*****************************/
/* btn */
.btn {
  z-index: 1;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 40px;
  overflow: hidden;
  border-radius: 50px;
  border: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #f6be00;
  background-color: #ffffff; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    background-color: #f6be00;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff;
    background-color: #f6be00; }
  .btn i {
    padding-right: 10px; }
  .btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #f6be00;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px; }
  .btn:hover {
    color: #ffffff;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
    .btn:hover:after {
      left: 0;
      width: 100%; }

.btn.btn-sm {
  padding: 8px 20px;
  font-size: 14px; }

.btn.btn-md {
  padding: 10px 30px;
  font-size: 14px; }

.btn.btn-lg {
  padding: 14px 40px;
  font-size: 18px; }

.btn.btn-xl {
  padding: 18px 45px;
  font-size: 18px; }

.btn-link {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #f6be00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 18px; }
  .btn-link i {
    padding-left: 5px; }
  .btn-link:after {
    display: none;
    content: inherit; }
  .btn-link:focus {
    color: #f6be00;
    text-decoration: underline !important; }
  .btn-link:hover {
    color: #f6be00; }

.btn.btn-link {
  background-color: inherit !important;
  color: #f6be00;
  padding: 0px;
  border-radius: 0px; }

button {
  outline: medium none !important;
  color: #f6be00; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.show > .btn-primary.dropdown-toggle {
  background: #f6be00;
  border-color: #f6be00; }

.btn.btn-secondary {
  background-color: #070709;
  color: #ffffff; }
  .btn.btn-secondary:focus {
    color: #ffffff;
    background-color: #f6be00; }
  .btn.btn-secondary:active {
    color: #ffffff;
    background-color: #f6be00; }
  .btn.btn-secondary:after {
    background-color: #f6be00; }
  .btn.btn-secondary:hover {
    color: #ffffff;
    background-color: #070709; }

.btn.btn-dark {
  background-color: #0b0b0d;
  color: #ffffff; }
  .btn.btn-dark:focus {
    color: #ffffff;
    background-color: #f6be00; }
  .btn.btn-dark:active {
    color: #ffffff;
    background-color: #f6be00; }
  .btn.btn-dark:after {
    background-color: #f6be00; }
  .btn.btn-dark:hover {
    color: #ffffff;
    background-color: #0b0b0d; }

.bg-primary .btn:hover {
  color: #ffffff;
  background-color: #ffffff; }

.bg-primary .btn:after {
  background-color: #070709; }

.bg-primary .btn.btn-link {
  color: #070709; }
  .bg-primary .btn.btn-link:hover {
    color: #070709; }

.bg-primary .btn.btn-secondary {
  background-color: #070709;
  color: #ffffff; }
  .bg-primary .btn.btn-secondary:hover {
    color: #070709;
    background-color: #070709; }
  .bg-primary .btn.btn-secondary:focus {
    color: #070709;
    background-color: #ffffff; }
  .bg-primary .btn.btn-secondary:active {
    color: #070709;
    background-color: #ffffff; }
  .bg-primary .btn.btn-secondary:after {
    background-color: #ffffff; }

.bg-secondary .btn.btn-primary {
  background-color: #f6be00;
  color: #0b0b0d; }
  .bg-secondary .btn.btn-primary:hover {
    color: #0b0b0d;
    background-color: #f6be00; }
  .bg-secondary .btn.btn-primary:focus {
    color: #0b0b0d;
    background-color: #ffffff; }
  .bg-secondary .btn.btn-primary:active {
    color: #0b0b0d;
    background-color: #ffffff; }
  .bg-secondary .btn.btn-primary:after {
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50px; }

.bg-secondary .btn.btn-link {
  color: #f6be00; }
  .bg-secondary .btn.btn-link:hover {
    color: #f6be00; }

.btn.btn-light {
  color: #0b0b0d; }

.btn.btn-primary {
  background-color: #f6be00;
  color: #0b0b0d; }
  .btn.btn-primary:hover {
    color: #0b0b0d;
    background-color: #f6be00; }
  .btn.btn-primary:focus {
    color: #0b0b0d;
    background-color: #f6be00; }
  .btn.btn-primary:active {
    color: #0b0b0d;
    background-color: #f6be00; }
  .btn.btn-primary:after {
    background-color: #ffffff; }

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn.btn-outline {
  border: 2px solid #ffffff;
  color: #ffffff;
  background-color: transparent; }
  .btn.btn-outline:hover {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #f6be00; }
  .btn.btn-outline:focus {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff; }
  .btn.btn-outline:active {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff; }
  .btn.btn-outline:active:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }

.btn.btn-outline.primary {
  border: 2px solid #f6be00;
  color: #f6be00; }
  .btn.btn-outline.primary:hover {
    color: #f6be00;
    border: 2px solid #ffffff; }
  .btn.btn-outline.primary:focus {
    color: #f6be00;
    border: 2px solid #f6be00; }
  .btn.btn-outline.primary:active {
    color: #f6be00;
    border: 2px solid #f6be00; }
  .btn.btn-outline.primary:active:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .btn.btn-outline.primary:after {
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px; }

.btn.btn-outline.secondary {
  border: 2px solid #070709;
  color: #070709; }
  .btn.btn-outline.secondary:hover {
    color: #070709;
    border: 2px solid #ffffff; }
  .btn.btn-outline.secondary:focus {
    color: #070709;
    border: 2px solid #070709; }
  .btn.btn-outline.secondary:active {
    color: #070709;
    border: 2px solid #070709; }
  .btn.btn-outline.secondary:active:focus {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .btn.btn-outline.secondary:after {
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 2px; }

.btn-sm:after {
  border-radius: 50px !important; }

.btn.btn-outline-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
  color: #ffffff;
  border: 2px solid #f6be00; }

.video-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  height: 66px;
  z-index: 9;
  text-align: center;
  background: #f6be00;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #0b0b0d; }
  .video-btn:hover {
    color: #ffffff; }
  .video-btn:focus {
    color: #ffffff; }

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  display: block;
  width: 66px;
  height: 66px;
  background: #f6be00;
  border-radius: 50px;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite; }

/* keyframes */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

@keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

@media (max-width: 575px) {
  .btn {
    padding: 12px 25px; } }

/*****************************
  Countdown
*****************************/
.coming-soon-section p {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 0; }

.coming-soon-section h1 {
  font-size: 120px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 30px; }

.coming-soon-section .countdown-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .coming-soon-section .countdown-box .countdown {
    padding: 0 30px; }
    .coming-soon-section .countdown-box .countdown span {
      font-size: 60px;
      color: transparent;
      font-weight: bold;
      font-family: "Barlow Semi Condensed", sans-serif;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #ffffff; }
    .coming-soon-section .countdown-box .countdown p {
      font-size: 24px;
      font-family: "Barlow Semi Condensed", sans-serif; }

.coming-soon-section a {
  margin: 45px 0px;
  display: block;
  color: #ffffff; }
  .coming-soon-section a:hover {
    color: #f6be00; }

.coming-soon-section .form-inline {
  position: relative; }
  .coming-soon-section .form-inline .form-control {
    height: 60px;
    color: #0b0b0d;
    background-color: #ffffff;
    padding-right: 120px;
    padding-left: 30px;
    border-radius: 50px !important; }
  .coming-soon-section .form-inline .form-control::-moz-placeholder {
    color: #070709; }
  .coming-soon-section .form-inline .form-control::-ms-input-placeholder {
    color: #070709; }
  .coming-soon-section .form-inline .form-control::-webkit-input-placeholder {
    color: #070709; }
  .coming-soon-section .form-inline .btn {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 13px 25px; }
    .coming-soon-section .form-inline .btn:hover {
      color: #ffffff;
      background-color: #f6be00; }
    .coming-soon-section .form-inline .btn:after {
      background-color: #070709; }

@media (max-width: 1200px) {
  .coming-soon-section h1 {
    font-size: 70px; }
  .coming-soon-section .countdown-box .countdown span {
    font-size: 40px; } }

@media (max-width: 991px) {
  .coming-soon-section h1 {
    font-size: 60px; } }

@media (max-width: 767px) {
  .coming-soon-section h1 {
    font-size: 46px; }
  .coming-soon-section .countdown-box .countdown span {
    font-size: 30px; } }

@media (max-width: 575px) {
  .coming-soon-section h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 20px; }
  .coming-soon-section .countdown-box .countdown {
    padding: 0px 10px; }
    .coming-soon-section .countdown-box .countdown p {
      font-size: 18px; }
  .coming-soon-section a {
    margin: 20px 0px; } }

/*****************************
  counter
*****************************/
.counter {
  position: relative;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.03);
  padding: 45px; }
  .counter .counter-icon {
    margin-bottom: 15px; }
  .counter .counter-content span {
    font-size: 56px;
    line-height: 1;
    color: transparent;
    font-weight: bold;
    font-family: "Barlow Semi Condensed", sans-serif;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ffffff; }
  .counter .counter-content .plus {
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 0; }
  .counter .counter-content label {
    display: block;
    color: #ffffff;
    margin-top: 20px;
    font-size: 24px;
    font-family: "Barlow Semi Condensed", sans-serif; }

/*counter-02*/
.counter.counter-02 {
  text-align: left;
  border: none;
  padding: 0; }
  .counter.counter-02 .counter-content span {
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    font-family: "Barlow Semi Condensed", sans-serif;
    -webkit-text-stroke-width: none;
    -webkit-text-stroke-color: none; }
  .counter.counter-02 .counter-content .plus {
    margin-right: 0px; }
  .counter.counter-02 .counter-content label {
    display: block;
    color: #ffffff;
    margin-top: 5px;
    font-size: 16px;
    font-family: "Open Sans", sans-serif; }

@media (max-width: 991px) {
  .counter {
    padding: 45px 15px; }
    .counter .counter-content span {
      font-size: 42px; } }

/*****************************
  Date time Picker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #f6be00; }
  .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #f6be00; }

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
  border-radius: inherit; }
  .bootstrap-datetimepicker-widget table td.day:hover {
    color: #ffffff;
    background: #f6be00; }

.bootstrap-datetimepicker-widget table th {
  font-size: 14px; }

.bootstrap-datetimepicker-widget table td span.active {
  background: #f6be00; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
  z-index: 9; }
  .bootstrap-datetimepicker-widget.dropdown-menu th {
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    color: #070709;
    font-weight: 500; }

.datetimepickers.time .bootstrap-datetimepicker-widget table td {
  padding: 0px; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td a.btn {
    background-color: transparent;
    color: #070709; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td span {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .datetimepickers.time .bootstrap-datetimepicker-widget table td span:hover {
      background-color: #f6be00;
      color: #ffffff; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td:hover {
    background-color: transparent;
    color: #070709; }
  .datetimepickers.time .bootstrap-datetimepicker-widget table td .btn-primary:hover {
    background-color: #070709; }

@media (max-width: 575px) {
  .bootstrap-datetimepicker-widget {
    width: 300px !important;
    overflow-x: auto !important; } }

@media (max-width: 375px) {
  .bootstrap-datetimepicker-widget {
    width: 260px !important;
    overflow-x: auto !important; } }

/*****************************
  Feature Info
*****************************/
.sticky {
  position: sticky;
  top: 20px;
  z-index: 9; }

.feature-section .feature-info.feature-sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 140px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #070709;
  border: 1px solid rgba(255, 255, 255, 0.03);
  margin-bottom: 25px; }
  .feature-section .feature-info.feature-sticky .constant {
    padding: 90px 80px; }
    .feature-section .feature-info.feature-sticky .constant img {
      width: 60px; }
    .feature-section .feature-info.feature-sticky .constant .title {
      font-size: 32px;
      margin: 20px 0 30px;
      text-transform: capitalize; }
    .feature-section .feature-info.feature-sticky .constant p {
      margin-bottom: 0; }
  .feature-section .feature-info.feature-sticky .feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }

.space-ptb.feature-section {
  padding-bottom: 75px; }

.counter-icon img {
  /*transform-style*/
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*perspective*/
  -webkit-perspective: 1000px;
  -ms-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000px;
  /*Webkit*/
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  /*mozilla*/
  -moz-animation-name: rotate;
  -moz-animation-duration: 3s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  /*Opera*/
  -o-animation-name: rotate;
  -o-animation-duration: 3s;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  /*IE 10*/
  -ms-animation-name: rotate;
  -ms-animation-duration: 3s;
  -ms-animation-timing-function: linear;
  -ms-animation-iteration-count: infinite;
  -ms-animation-fill-mode: both;
  /*Default*/
  animation-name: rotate;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
  color: #25405D;
  margin: 30px; }

@-webkit-keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #CCC;
    -webkit-transform: rotateY(0deg); }
  25% {
    text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
 -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
 -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
 -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC;
    -webkit-transform: rotateY(40deg); }
  50% {
    text-shadow: 0px 0px 0px #CCC;
    -webkit-transform: rotateY(0deg); }
  75% {
    text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
 5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
 11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
 17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC;
    -webkit-transform: rotateY(-40deg); }
  100% {
    text-shadow: 1px 1px 1px #CCC;
    -webkit-transform: rotateY(0deg); } }

@keyframes rotate {
  0% {
    text-shadow: 1px 1px 1px #CCC;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  25% {
    text-shadow: 1px 1px 1px #CCC, -2px 1px 1px #CCC, -3px 1px 1px #CCC, -4px 1px 1px #CCC,-4px 1px 1px #CCC,
 -5px 1px 1px #CCC,-6px 1px 1px #CCC,-7px 1px 1px #CCC,-8px 1px 1px #CCC,-9px 1px 1px #CCC,-10px 1px 1px #CCC,
 -11px 1px 1px #CCC,-12px 1px 1px #CCC,-13px 1px 1px #CCC,-14px 1px 1px #CCC,-15px 1px 1px #CCC,-16px 1px 1px #CCC,
 -17px 1px 1px #CCC,-18px 1px 1px #CCC,-19px 1px 1px #CCC,-20px 1px 1px #CCC;
    -webkit-transform: rotateY(40deg);
            transform: rotateY(40deg); }
  50% {
    text-shadow: 0px 0px 0px #CCC;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); }
  75% {
    text-shadow: 1px 1px 1px #CCC, 2px 1px 1px #CCC, 3px 1px 1px #CCC, 4px 1px 1px #CCC,4px 1px 1px #CCC,
 5px 1px 1px #CCC,6px 1px 1px #CCC,7px 1px 1px #CCC,8px 1px 1px #CCC,9px 1px 1px #CCC,10px 1px 1px #CCC,
 11px 1px 1px #CCC,12px 1px 1px #CCC,13px 1px 1px #CCC,14px 1px 1px #CCC,15px 1px 1px #CCC,16px 1px 1px #CCC,
 17px 1px 1px #CCC,18px 1px 1px #CCC,19px 1px 1px #CCC,20px 1px 1px #CCC;
    -webkit-transform: rotateY(-40deg);
            transform: rotateY(-40deg); }
  100% {
    text-shadow: 1px 1px 1px #CCC;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg); } }

.counter-icon.videos img {
  -webkit-animation-duration: 6s;
          animation-duration: 6s; }

.counter-icon.subscribers img {
  -webkit-animation-duration: 8s;
          animation-duration: 8s; }

.counter-icon.awards img {
  -webkit-animation-duration: 12s;
          animation-duration: 12s; }

@media (max-width: 1199px) {
  .feature-section .feature-info.feature-sticky .constant {
    padding: 80px 40px; }
  .space-ptb.feature-section {
    padding-bottom: 65px; } }

@media (max-width: 991px) {
  .feature-section .feature-info.feature-sticky .constant {
    padding: 50px 30px; }
    .feature-section .feature-info.feature-sticky .constant .title {
      margin: 20px 0; }
  .feature-section .feature-info.feature-sticky .feature-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%; }
  .space-ptb.feature-section {
    padding-bottom: 35px; } }

@media (max-width: 767px) {
  .feature-section .feature-info.feature-sticky {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .feature-section .feature-info.feature-sticky .feature-img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .feature-section .feature-info.feature-sticky .constant .title {
      font-size: 26px; }
  .space-ptb.feature-section {
    padding-bottom: 15px; } }

/*****************************
  Movie
*****************************/
.movies-categories {
  position: relative;
  overflow: hidden; }
  .movies-categories .movies-img {
    position: relative; }
    .movies-categories .movies-img img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .movies-categories .movies-img .info-top {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2; }
      .movies-categories .movies-img .info-top a.tag {
        padding: 4px 6px;
        background: #f6be00;
        color: #0b0b0d;
        font-size: 14px;
        line-height: 1;
        font-family: "Barlow Semi Condensed", sans-serif; }
        .movies-categories .movies-img .info-top a.tag:hover {
          background: #ffffff;
          color: #f6be00; }
      .movies-categories .movies-img .info-top .like {
        color: #ffffff;
        font-size: 14px;
        line-height: 1;
        margin-right: 10px; }
        .movies-categories .movies-img .info-top .like:hover {
          color: #f6be00; }
      .movies-categories .movies-img .info-top .views {
        color: #ffffff;
        font-size: 14px;
        line-height: 1; }
        .movies-categories .movies-img .info-top .views i {
          margin-right: 2px; }
        .movies-categories .movies-img .info-top .views:hover {
          color: #f6be00; }
  .movies-categories .movies-info {
    position: absolute;
    bottom: 0;
    padding: 0 20px 20px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2; }
    .movies-categories .movies-info a.play-btn {
      color: #0b0b0d;
      font-size: 12px;
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25px;
              flex: 0 0 25px;
      margin-right: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #ffffff;
      border-radius: 50px; }
      .movies-categories .movies-info a.play-btn:hover {
        color: #ffffff;
        background: #f6be00; }
    .movies-categories .movies-info .content {
      width: 100%; }
      .movies-categories .movies-info .content .time {
        font-size: 14px;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 8px; }
        .movies-categories .movies-info .content .time i {
          margin-right: 10px; }
        .movies-categories .movies-info .content .time:hover {
          color: #f6be00; }
      .movies-categories .movies-info .content .info-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .movies-categories .movies-info .content .info-content .movies-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
      .movies-categories .movies-info .content .share-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: end;
        margin-left: 10px; }
        .movies-categories .movies-info .content .share-info .add-icon {
          color: #ffffff;
          margin-right: 10px; }
          .movies-categories .movies-info .content .share-info .add-icon:hover {
            color: #f6be00; }
      .movies-categories .movies-info .content .title {
        margin-top: 6px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
  .movies-categories:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: "";
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%); }
  .movies-categories:hover .movies-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.categories-slider {
  overflow: hidden;
  margin-right: -350px; }

.categories-slider.episode {
  margin-right: -280px; }

/*Movies Style 1*/
.movies-categories.movies-style-1 .info-top {
  top: -10%;
  right: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.movies-categories.movies-style-1 .movies-info {
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  bottom: -10%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .movies-categories.movies-style-1 .movies-info .content .title {
    margin-top: 0;
    margin-bottom: 8px; }
  .movies-categories.movies-style-1 .movies-info .content .time {
    margin-bottom: 0; }
  .movies-categories.movies-style-1 .movies-info a.play-btn {
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    font-size: 14px;
    margin-right: 0;
    margin-left: 15px;
    color: #0b0b0d;
    background: #ffffff; }
    .movies-categories.movies-style-1 .movies-info a.play-btn:hover {
      color: #ffffff;
      background: #f6be00; }

.movies-categories.movies-style-1:before {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.movies-categories.movies-style-1:hover .info-top {
  top: 15px;
  opacity: 1; }

.movies-categories.movies-style-1:hover .movies-info {
  opacity: 1;
  bottom: 0; }

.movies-categories.movies-style-1:hover:before {
  opacity: 1; }

/*Movies Style 3*/
.movies-categories.movies-style-3 .movies-info {
  display: block;
  padding: 45px 30px; }
  .movies-categories.movies-style-3 .movies-info .title {
    margin-bottom: 20px;
    display: block; }
  .movies-categories.movies-style-3 .movies-info .content .share-info {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-left: 0; }
    .movies-categories.movies-style-3 .movies-info .content .share-info .imdb {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 8px; }
      .movies-categories.movies-style-3 .movies-info .content .share-info .imdb img {
        height: 15px;
        margin-right: 8px; }
    .movies-categories.movies-style-3 .movies-info .content .share-info .add-icon {
      font-size: 16px; }
      .movies-categories.movies-style-3 .movies-info .content .share-info .add-icon:before {
        content: "\f055";
        font-size: 14px;
        margin-right: 8px; }
    .movies-categories.movies-style-3 .movies-info .content .share-info .add-icon.active:before {
      content: "\f058"; }
    .movies-categories.movies-style-3 .movies-info .content .share-info .share-box .share-icon i {
      font-size: 14px;
      margin-right: 8px; }
  .movies-categories.movies-style-3 .movies-info a.play-btn {
    margin-top: 20px;
    width: auto;
    height: auto;
    background: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 16px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #ffffff; }
    .movies-categories.movies-style-3 .movies-info a.play-btn i {
      color: #000000;
      font-size: 12px;
      width: 35px;
      height: 35px;
      line-height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 35px;
              flex: 0 0 35px;
      margin-right: 10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #ffffff;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .movies-categories.movies-style-3 .movies-info a.play-btn:hover {
      color: #f6be00; }
      .movies-categories.movies-style-3 .movies-info a.play-btn:hover i {
        background: #f6be00; }

.movies-categories.movies-style-3:hover .movies-img img {
  -webkit-transform: scale(1);
          transform: scale(1); }

/*single-categories*/
.single-categories {
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  .single-categories .container-fluid {
    padding: 0; }
  .single-categories .single-slide .swiper-slide {
    padding: 100px 0 310px;
    background-position: bottom; }
  .single-categories .single-slide-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden; }
    .single-categories .single-slide-thumb .movies-categories.movies-style-2 .movies-info .content {
      text-align: left; }
      .single-categories .single-slide-thumb .movies-categories.movies-style-2 .movies-info .content .title {
        margin: 0 0 10px;
        color: #ffffff; }
        .single-categories .single-slide-thumb .movies-categories.movies-style-2 .movies-info .content .title:hover {
          color: #f6be00; }
      .single-categories .single-slide-thumb .movies-categories.movies-style-2 .movies-info .content .time {
        color: #ffffff;
        margin-bottom: 0; }
    .single-categories .single-slide-thumb .movies-categories.movies-style-2:before {
      opacity: 1;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%); }
    .single-categories .single-slide-thumb:slider {
      width: 100%;
      height: auto; }
      .single-categories .single-slide-thumb:slider .swiper-slide {
        width: auto; }
        .single-categories .single-slide-thumb:slider .swiper-slide img {
          display: block;
          width: auto;
          margin: 0 auto; }
    .single-categories .single-slide-thumb:thumbs {
      width: 100%; }
      .single-categories .single-slide-thumb:thumbs .swiper-slide {
        text-align: center;
        overflow: hidden; }
        .single-categories .single-slide-thumb:thumbs .swiper-slide img {
          width: auto; }
    .single-categories .single-slide-thumb .swiper-button-prev {
      left: 0;
      margin: 0;
      opacity: 0;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #f6be00;
      background-image: inherit;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .single-categories .single-slide-thumb .swiper-button-prev:hover {
        background-color: #ffffff;
        color: #f6be00; }
    .single-categories .single-slide-thumb .swiper-button-next {
      right: 0;
      margin: 0;
      opacity: 0;
      width: 35px;
      height: 35px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #f6be00;
      background-image: inherit;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .single-categories .single-slide-thumb .swiper-button-next:hover {
        background-color: #ffffff;
        color: #f6be00; }
  .single-categories:hover .swiper-container.gallery-thumbs .swiper-button-prev {
    left: 10px;
    opacity: 1; }
  .single-categories:hover .swiper-container.gallery-thumbs .swiper-button-next {
    right: 10px;
    opacity: 1; }

.single-categories.single-categories-style-2 .single-slide .swiper-slide {
  padding: 240px 0 305px; }

.swiper-pagination {
  bottom: 24px;
  left: 0;
  width: 100%;
  opacity: 1; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin-left: 15px;
    border-radius: 0px; }
    .swiper-pagination .swiper-pagination-bullet:first-child {
      margin-left: 0px; }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #f6be00; }

/*Movie Details*/
.movie-details .movie-info .title {
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px; }

.movie-details .movie-info p {
  margin-bottom: 0;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.movie-details .movie-info .movies-language {
  margin-bottom: 10px; }
  .movie-details .movie-info .movies-language a:hover {
    color: #ffffff; }

.movie-details .movie-info .movies-genre {
  margin-bottom: 10px; }
  .movie-details .movie-info .movies-genre a:hover {
    color: #ffffff; }

.movie-details .movie-info .views {
  margin: 0 10px 10px 0;
  display: inline-block;
  color: #ffffff; }
  .movie-details .movie-info .views:hover {
    color: #f6be00; }

.movie-details .movie-info .rating {
  color: #f8b500; }

.movie-details .movie-info .time {
  color: #ffffff;
  padding: 0 15px; }
  .movie-details .movie-info .time:hover {
    color: #f6be00; }

.movie-details .movie-info .add-icon {
  color: #ffffff; }
  .movie-details .movie-info .add-icon:hover {
    color: #f6be00; }

.movie-details .movie-info .btn.btn-link {
  color: #ffffff; }
  .movie-details .movie-info .btn.btn-link:hover {
    color: #f6be00; }

.movie-details .movie-info .quality a:hover {
  color: #ffffff; }

/*Movie Details Info*/
.movie-details-info.movies-info .title {
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 12px; }

.movie-details-info.movies-info .year {
  font-weight: bold;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.movie-details-info.movies-info .time {
  font-weight: bold;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-right: 5px;
  text-transform: uppercase;
  letter-spacing: 2px; }

.movie-details-info.movies-info .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0; }
  .movie-details-info.movies-info .features span {
    cursor: pointer;
    margin-right: 10px;
    background-color: #303030;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: bold;
    width: 30px;
    height: 30px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50px; }
  .movie-details-info.movies-info .features .review {
    font-size: 20px;
    border-radius: inherit; }
  .movie-details-info.movies-info .features .imdb {
    width: auto;
    padding: 0 15px;
    border-radius: inherit; }
    .movie-details-info.movies-info .features .imdb img {
      height: 15px;
      margin-right: 8px; }

.movie-details-info.movies-info .author-info {
  margin-bottom: 30px; }
  .movie-details-info.movies-info .author-info .author-details {
    font-size: 16px;
    font-weight: normal;
    font-family: "Barlow Semi Condensed", sans-serif;
    margin-bottom: 10px; }
    .movie-details-info.movies-info .author-info .author-details .author-designation {
      font-size: 18px;
      font-weight: bold;
      min-width: 130px;
      display: inline-block; }

.movie-details-info.movies-info p {
  margin-bottom: 25px; }

/*Movies Categories Style 2*/
.movies-categories-style-2 {
  position: relative; }
  .movies-categories-style-2 .movie-image {
    position: relative;
    transition: transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93), -webkit-transform 0.25s cubic-bezier(0.33, 0.04, 0.63, 0.93); }
    .movies-categories-style-2 .movie-image .info-top {
      position: absolute;
      top: 5px;
      right: 15px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .movies-categories-style-2 .movie-image .info-top .like {
        color: #ffffff;
        font-size: calc(14px / 1.3);
        margin-right: 10px; }
      .movies-categories-style-2 .movie-image .info-top .views {
        color: #ffffff;
        font-size: calc(14px / 1.3); }
        .movies-categories-style-2 .movie-image .info-top .views:hover {
          color: #f6be00; }
    .movies-categories-style-2 .movie-image .movie-info-content {
      position: absolute;
      bottom: 0;
      opacity: 0;
      width: 100%;
      padding: 20px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      z-index: 99; }
      .movies-categories-style-2 .movie-image .movie-info-content .movies-tag {
        margin-right: 10px;
        display: inline-block; }
        .movies-categories-style-2 .movie-image .movie-info-content .movies-tag a {
          font-size: calc(14px / 1.3);
          color: #ffffff; }
          .movies-categories-style-2 .movie-image .movie-info-content .movies-tag a:hover {
            color: #f6be00; }
      .movies-categories-style-2 .movie-image .movie-info-content .time {
        color: #ffffff;
        font-size: calc(14px / 1.3); }
        .movies-categories-style-2 .movie-image .movie-info-content .time:hover {
          color: #f6be00; }
      .movies-categories-style-2 .movie-image .movie-info-content .title {
        color: #ffffff;
        display: inline-block;
        margin: 5px 0px;
        font-weight: 500;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: calc(22px / 1.3); }
        .movies-categories-style-2 .movie-image .movie-info-content .title:hover {
          color: #f6be00; }
      .movies-categories-style-2 .movie-image .movie-info-content a.btn-link {
        font-size: calc(16px / 1.3);
        color: #ffffff; }
        .movies-categories-style-2 .movie-image .movie-info-content a.btn-link i {
          padding-right: 5px; }
        .movies-categories-style-2 .movie-image .movie-info-content a.btn-link:hover {
          color: #f6be00; }
      .movies-categories-style-2 .movie-image .movie-info-content .add-icon {
        color: #ffffff;
        font-size: calc(16px / 1.3); }
        .movies-categories-style-2 .movie-image .movie-info-content .add-icon:before {
          font-size: calc(16px / 1.3);
          content: '\f055';
          margin-right: 4px; }
      .movies-categories-style-2 .movie-image .movie-info-content .add-icon.active {
        color: #f6be00; }
        .movies-categories-style-2 .movie-image .movie-info-content .add-icon.active:before {
          color: #f6be00;
          content: '\f058'; }
      .movies-categories-style-2 .movie-image .movie-info-content p {
        color: #ffffff;
        max-width: 100%;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        font-size: calc(16px / 1.3); }
    .movies-categories-style-2 .movie-image:before {
      opacity: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 60%;
      content: "";
      z-index: 1;
      margin: 0 auto;
      position: absolute;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%); }
  .movies-categories-style-2:hover .movie-image {
    z-index: 99;
    -webkit-transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px);
            transform: scale3d(1.3, 1.3, 1) translate3d(0, 0, 0) perspective(500px); }
    .movies-categories-style-2:hover .movie-image .movie-info-content {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      opacity: 1; }
    .movies-categories-style-2:hover .movie-image:before {
      opacity: 1; }

/*Movies Categories Style 3*/
.movies-categories-style-3 .movie-image {
  position: relative;
  overflow: hidden; }
  .movies-categories-style-3 .movie-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.movies-categories-style-3 .movie-info-content {
  padding: 20px 0; }
  .movies-categories-style-3 .movie-info-content .title {
    margin-bottom: 15px;
    display: block; }
  .movies-categories-style-3 .movie-info-content .movie-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .movies-categories-style-3 .movie-info-content .movie-info .rating {
      color: #f8b500; }
    .movies-categories-style-3 .movie-info-content .movie-info a.time {
      color: #ffffff;
      margin: 0 15px 0 8px; }
      .movies-categories-style-3 .movie-info-content .movie-info a.time:hover {
        color: #f6be00; }
    .movies-categories-style-3 .movie-info-content .movie-info a.views {
      color: #ffffff; }
      .movies-categories-style-3 .movie-info-content .movie-info a.views:hover {
        color: #f6be00; }
    .movies-categories-style-3 .movie-info-content .movie-info a.like {
      color: #ffffff;
      margin: 0 5px; }
      .movies-categories-style-3 .movie-info-content .movie-info a.like:hover {
        color: #f6be00; }

.movies-categories-style-3:hover .movie-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1); }

/*Movies Categories Iteam*/
.movies-categories-iteam {
  position: relative;
  cursor: pointer;
  overflow: hidden; }
  .movies-categories-iteam .categories-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .movies-categories-iteam .categories-img .title {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    font-size: 26px;
    font-weight: 500;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .movies-categories-iteam .categories-img .categories-content {
    z-index: 9;
    position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 0;
    margin: auto;
    width: 85%;
    height: 85%;
    background-color: #070709;
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    opacity: 0; }
    .movies-categories-iteam .categories-img .categories-content .icon img {
      width: 60px;
      margin-bottom: 15px; }
    .movies-categories-iteam .categories-img .categories-content .categories-title {
      font-size: 26px;
      font-weight: 500;
      margin-top: 10px;
      position: relative; }
      .movies-categories-iteam .categories-img .categories-content .categories-title a {
        color: #f6be00; }
  .movies-categories-iteam .overlay-new {
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    background: none;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
    .movies-categories-iteam .overlay-new:before, .movies-categories-iteam .overlay-new:after {
      content: "";
      position: absolute;
      background: #f6be00;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .movies-categories-iteam .overlay-new:before {
      left: 0;
      top: 0;
      width: 0;
      height: 2px; }
    .movies-categories-iteam .overlay-new:after {
      right: 0;
      bottom: 0;
      width: 0;
      height: 2px; }
    .movies-categories-iteam .overlay-new .categories-content-inner:before, .movies-categories-iteam .overlay-new .categories-content-inner:after {
      content: "";
      position: absolute;
      background: #f6be00;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .movies-categories-iteam .overlay-new .categories-content-inner:before {
      left: 0;
      bottom: 0;
      width: 2px;
      height: 0; }
    .movies-categories-iteam .overlay-new .categories-content-inner:after {
      right: 0;
      top: 0;
      width: 2px;
      height: 0; }
  .movies-categories-iteam:hover .categories-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .movies-categories-iteam:hover .title {
    opacity: 0; }
  .movies-categories-iteam:hover .categories-content {
    opacity: 1; }
  .movies-categories-iteam:hover .overlay-new {
    background: #070709; }
    .movies-categories-iteam:hover .overlay-new:before, .movies-categories-iteam:hover .overlay-new:after {
      width: 100%; }
    .movies-categories-iteam:hover .overlay-new .categories-content-inner:before, .movies-categories-iteam:hover .overlay-new .categories-content-inner:after {
      height: 100%; }

/*---------------------------------------*/
/*single-movie-details*/
.single-movie-details {
  padding-top: 102px; }
  .single-movie-details hr {
    margin: 60px 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }

/*author*/
.author-title {
  margin-bottom: 30px; }

.movie-details-bg {
  padding-bottom: 65px;
  padding-top: 200px;
  background: url(../images/bg/details.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .movie-details-bg .row {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .movie-details-bg .movie-details {
    padding-left: 70px; }
    .movie-details-bg .movie-details .movie-info .title {
      text-transform: capitalize;
      font-size: 42px;
      line-height: 52px;
      font-weight: 500;
      margin-bottom: 20px; }
  .movie-details-bg .movie-video-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 70px; }
    .movie-details-bg .movie-video-btn h6 {
      margin-top: 10px; }

.movie-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #070709;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  margin-bottom: 10px; }
  .movie-author .author-img {
    height: 50px;
    width: 50px;
    border-radius: 100px;
    margin-right: 15px; }
    .movie-author .author-img img {
      border-radius: 100px; }
  .movie-author .author-details .author-name {
    font-size: 16px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif; }
  .movie-author .author-details .author-designation {
    font-size: 14px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif; }
  .movie-author:hover {
    background-color: #000000; }

/*commentlist*/
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }
  .commentlist .comment-author {
    width: 70px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px; }
  .commentlist .comment-content {
    position: relative;
    background-color: #070709;
    padding: 20px;
    margin-left: 20px;
    width: 100%; }
    .commentlist .comment-content p {
      margin-bottom: 0px; }
    .commentlist .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .commentlist .comment-content .reviews .meta {
        color: #ffffff; }
        .commentlist .comment-content .reviews .meta strong {
          color: #f6be00;
          margin-right: 10px; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #303030; }
    .commentlist .comment-content .author-title {
      margin-bottom: 20px;
      font-size: 20px;
      font-weight: 500;
      font-family: "Barlow Semi Condensed", sans-serif; }
    .commentlist .comment-content .reply {
      position: absolute;
      top: 20px;
      right: 20px; }
      .commentlist .comment-content .reply a i {
        padding-right: 6px; }

.commentlist.comment-reply {
  margin-left: 70px; }

/*TV Episode*/
.episode-item {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .episode-item img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .episode-item .episode-info {
    left: 15px;
    z-index: 9;
    bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .episode-item .episode-info .play-btn {
      color: #0b0b0d;
      font-size: 12px;
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25px;
              flex: 0 0 25px;
      background: #ffffff;
      margin-right: 15px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .episode-item .episode-info .title {
      margin-right: 5px; }
    .episode-item .episode-info .date {
      text-transform: uppercase;
      color: #ffffff; }
  .episode-item:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 100%); }
  .episode-item:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .episode-item:hover .episode-info .play-btn {
    background-color: #f6be00;
    color: #0b0b0d; }

@media (max-width: 1399px) {
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 100px 0 260px; }
  .single-categories.single-categories-style-2 .single-slide .swiper-slide {
    padding: 150px 0 260px; } }

@media (max-width: 1499px) {
  .categories-slider {
    margin-right: -285px; }
  .categories-slider.episode {
    margin-right: -270px; } }

@media (max-width: 1199px) {
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 100px 0 270px; }
  .single-categories.single-categories-style-2 .single-slide .swiper-slide {
    padding: 120px 0 225px; }
  .single-categories .single-slide .swiper-slide {
    padding: 80px 0 220px; } }

@media (max-width: 1399px) {
  .categories-slider.episode {
    margin-right: -290px; } }

@media (max-width: 1199px) {
  .categories-slider.episode {
    margin-right: -323px; } }

@media (max-width: 991px) {
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 100px 0 235px; }
  .single-categories .swiper-container.gallery-thumbs .movies-categories.movies-style-2 .movies-info {
    padding: 0 15px 15px; }
    .single-categories .swiper-container.gallery-thumbs .movies-categories.movies-style-2 .movies-info .content .title {
      font-size: 20px;
      margin-bottom: 5px; }
    .single-categories .swiper-container.gallery-thumbs .movies-categories.movies-style-2 .movies-info .content .time {
      font-size: 14px; }
  .movie-details .movie-info .title {
    font-size: 48px; }
  .single-movie-details {
    padding-top: 85px; }
    .single-movie-details .movie-details-bg {
      padding-top: 70px; }
      .single-movie-details .movie-details-bg .movie-details {
        padding-left: 40px; }
      .single-movie-details .movie-details-bg .movie-video-btn {
        margin-left: 0; }
  .categories-slider.episode {
    margin-right: -362px; }
  .movies-categories-style-2:hover .movie-image {
    -webkit-transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px);
            transform: scale3d(1.1, 1.1, 1) translate3d(0, 0, 0) perspective(500px); } }

@media (max-width: 767px) {
  .movies-categories-style-2 .movies-categories-inner .movie-info-content .movies-tag {
    display: inherit; }
  .movies-categories-style-2 .movies-categories-inner .movie-info-content .add-icon {
    margin: 0 6px !important; }
  .movies-categories-style-2 .movies-categories-inner .movie-hover-bg {
    margin-bottom: -204px; }
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 80px 0 400px; }
  .single-movie-details .movie-details-bg {
    padding-top: 50px;
    padding-bottom: 50px; }
    .single-movie-details .movie-details-bg .movie-details {
      padding-left: 30px;
      padding-right: 30px; }
    .single-movie-details .movie-details-bg .movie-video-btn {
      margin-left: 40px; }
  .single-movie-details hr {
    margin: 50px 0px; }
  .movies-categories.movies-style-3 .movies-info {
    display: block;
    padding: 20px 20px; }
    .movies-categories.movies-style-3 .movies-info .title {
      margin-bottom: 8px; }
    .movies-categories.movies-style-3 .movies-info a.play-btn {
      margin-top: 8px; } }

@media (max-width: 575px) {
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 60px 0 405px; }
  .movie-details .movie-info .title {
    font-size: 32px;
    margin-bottom: 15px; }
  .single-movie-details {
    padding-top: 70px; }
    .single-movie-details .movie-details-bg {
      padding-top: 40px;
      padding-bottom: 40px; }
      .single-movie-details .movie-details-bg .movie-details {
        padding-left: 20px;
        padding-right: 20px; }
      .single-movie-details .movie-details-bg .movie-video-btn {
        margin-left: 20px; }
    .single-movie-details hr {
      margin: 40px 0px; }
  .commentlist .comment-content .reviews {
    display: block; }
  .commentlist.comment-reply {
    margin-left: 20px; }
  .single-categories.single-categories-style-2 .single-slide .swiper-slide {
    padding: 15% 0 78%; }
  .single-categories .single-slide .swiper-slide {
    padding: 10% 0 70%; }
  .movies-categories-style-2 {
    padding: 0 10px; } }

@media (max-width: 479px) {
  .categories-slider {
    margin-right: 0px; }
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 60px 0 350px; }
  .movie-details-bg .movie-details .movie-info .title {
    font-size: 36px;
    line-height: 46px; }
  .single-movie-details hr {
    margin: 30px 0px; }
  .commentlist {
    display: block; }
    .commentlist .comment-author {
      margin-bottom: 15px; }
    .commentlist .comment-content {
      padding: 20px;
      margin-left: 0px; } }

@media (max-width: 375px) {
  .single-categories .swiper-container.single-slider .swiper-slide {
    padding: 60px 0 270px; }
  .movies-categories.movies-style-3 .movies-info {
    padding: 15px 10px; }
    .movies-categories.movies-style-3 .movies-info .title {
      font-size: 16px;
      margin-bottom: 5px; }
    .movies-categories.movies-style-3 .movies-info a.play-btn {
      margin-top: 5px; }
      .movies-categories.movies-style-3 .movies-info a.play-btn i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20px;
                flex: 0 0 20px;
        height: 20px;
        width: 20px;
        font-size: 10px; } }

/*****************************
  My Account
*****************************/
.my-account {
  padding: 50px;
  background: #0b0b0d; }
  .my-account .profile-side-bar {
    padding-right: 30px; }
    .my-account .profile-side-bar .profile-info {
      padding-bottom: 40px;
      border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
      .my-account .profile-side-bar .profile-info .profile-avatar {
        padding: 7px;
        width: 140px;
        height: 140px;
        background: #0b0b0d;
        position: relative;
        border: 4px solid #f6be00;
        border-radius: 100px; }
        .my-account .profile-side-bar .profile-info .profile-avatar img {
          border-radius: 100px; }
        .my-account .profile-side-bar .profile-info .profile-avatar i {
          width: 30px;
          height: 30px;
          top: 20px;
          right: -8px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          color: #0b0b0d;
          font-size: 14px;
          cursor: pointer;
          position: absolute;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          border: 1px solid #0b0b0d;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          background: #f6be00;
          border-radius: 100px; }
      .my-account .profile-side-bar .profile-info .title {
        font-size: 20px;
        font-weight: 700;
        margin: 20px 0 10px; }
      .my-account .profile-side-bar .profile-info span {
        font-size: 14px; }
    .my-account .profile-side-bar .profile-tabs {
      margin-top: 30px; }
      .my-account .profile-side-bar .profile-tabs .nav .nav-item {
        margin: 0 0 15px; }
        .my-account .profile-side-bar .profile-tabs .nav .nav-item .nav-link {
          text-align: left;
          background: #0b0b0d;
          width: 100%; }
          .my-account .profile-side-bar .profile-tabs .nav .nav-item .nav-link i {
            margin-right: 15px; }
          .my-account .profile-side-bar .profile-tabs .nav .nav-item .nav-link:hover {
            background: #f6be00; }
        .my-account .profile-side-bar .profile-tabs .nav .nav-item .nav-link.active {
          background: #f6be00; }

.subscriptions-info {
  height: 100%;
  padding: 50px;
  margin-left: 40px;
  background: #070709; }
  .subscriptions-info table.subscriptions-info-table {
    margin: 40px 0 0; }
    .subscriptions-info table.subscriptions-info-table tbody tr {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      background-color: transparent; }
      .subscriptions-info table.subscriptions-info-table tbody tr td {
        padding: 25px;
        background-color: transparent; }
    .subscriptions-info table.subscriptions-info-table tbody tr.table-active {
      background-color: #0b0b0d;
      --bs-table-accent-bg: transparent ; }
      .subscriptions-info table.subscriptions-info-table tbody tr.table-active td {
        background-color: #0b0b0d; }

.edit-form form .form-control {
  background: #0b0b0d;
  color: #ffffff; }

.payment-info {
  padding: 20px;
  background: #0b0b0d; }
  .payment-info .payment-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .payment-info .payment-header h6 {
      margin-right: 10px; }
    .payment-info .payment-header .payment-card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: auto; }
      .payment-info .payment-header .payment-card img {
        margin-left: 5px; }

@media (max-width: 991px) {
  .my-account {
    padding: 30px; }
    .my-account .profile-side-bar {
      padding-right: 20px; }
    .my-account .profile-tabs.tabs .nav .nav-item .nav-link {
      padding: 11px 20px; }
  .subscriptions-info {
    margin-left: 20px;
    padding: 25px; }
    .subscriptions-info table.subscriptions-info-table tbody tr td {
      padding: 15px; } }

@media (max-width: 767px) {
  .my-account .subscriptions-info {
    margin-top: 30px;
    margin-left: 0;
    height: auto; }
  .my-account .profile-side-bar {
    padding-right: 0; }
  .my-account .border-left {
    border-left: inherit; } }

@media (max-width: 575px) {
  .payment-info .payment-header {
    display: block; }
    .payment-info .payment-header h6 {
      margin-right: 0;
      margin-bottom: 10px; } }

/*****************************
  Owl carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 25px; }
  .owl-carousel .owl-dots .owl-dot span {
    height: 10px;
    width: 10px;
    background-color: #ffffff;
    border-radius: 50px;
    margin-right: 5px;
    display: block; }
  .owl-carousel .owl-dots .owl-dot:last-child {
    margin-right: 0; }
  .owl-carousel .owl-dots .owl-dot:hover span {
    background-color: #f6be00; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #f6be00; }

.owl-carousel.owl-nav-center .owl-nav button {
  width: 35px;
  height: 35px;
  background: #f6be00;
  opacity: 0; }
  .owl-carousel.owl-nav-center .owl-nav button:hover {
    background: #ffffff;
    color: #f6be00; }

.owl-carousel.owl-nav-center .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-carousel.owl-nav-center .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.owl-carousel.owl-nav-center:hover .owl-nav button {
  opacity: 1; }

.owl-carousel.owl-nav-center:hover .owl-nav .owl-prev {
  left: 10px; }

.owl-carousel.owl-nav-center:hover .owl-nav .owl-next {
  right: 10px; }

.categories-slider .owl-carousel.owl-nav-center .owl-nav .owl-next {
  right: 360px; }

.categories-slider .owl-carousel.owl-nav-center:hover .owl-nav .owl-next {
  right: 360px; }

.owl-carousel.owl-nav-center.arrow-center .owl-nav button {
  background-color: inherit;
  font-size: 50px;
  width: inherit;
  height: inherit; }

.owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-prev {
  left: -90px; }

.owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-next {
  right: -90px; }

.owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-prev {
  left: -80px; }

.owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-next {
  right: -80px; }

.categories-slider.episode .owl-carousel.owl-nav-center .owl-nav .owl-next {
  right: 280px; }

.categories-slider.episode .owl-carousel.owl-nav-center:hover .owl-nav .owl-next {
  right: 290px; }

@media (max-width: 1600px) {
  .owl-carousel.owl-nav-center.arrow-center .owl-nav button {
    font-size: 30px; }
  .owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-prev {
    left: -40px; }
  .owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-next {
    right: -40px; }
  .owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-prev {
    left: -30px; }
  .owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-next {
    right: -30px; } }

@media (max-width: 1199px) {
  .owl-carousel.owl-nav-center.arrow-center .owl-nav button {
    font-size: 30px; }
  .owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-prev {
    left: -20px; }
  .owl-carousel.owl-nav-center.arrow-center .owl-nav .owl-next {
    right: -20px; }
  .owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-prev {
    left: -15px; }
  .owl-carousel.owl-nav-center.arrow-center:hover .owl-nav .owl-next {
    right: -15px; }
  .categories-slider.episode .owl-carousel.owl-nav-center .owl-nav .owl-next {
    right: 320px; }
  .categories-slider.episode .owl-carousel.owl-nav-center:hover .owl-nav .owl-next {
    right: 330px; } }

@media (max-width: 991px) {
  .categories-slider.episode .owl-carousel.owl-nav-center .owl-nav .owl-next {
    right: 360px; }
  .categories-slider.episode .owl-carousel.owl-nav-center:hover .owl-nav .owl-next {
    right: 370px; } }

@media (max-width: 767px) {
  .owl-carousel .owl-dots {
    margin-top: 20px; }
  .owl-carousel.owl-nav-center .owl-nav .owl-prev {
    display: none; }
  .owl-carousel.owl-nav-center .owl-nav .owl-next {
    display: none; } }

@media (max-width: 479px) {
  .owl-carousel .owl-dots {
    margin-top: 0px;
    bottom: 8px; } }

/*****************************
  pagination
*****************************/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px; }
  .pagination .page-item {
    margin: 0 5px;
    font-size: 18px;
    font-weight: 500; }
    .pagination .page-item .page-link {
      padding: 4px 12px;
      border-radius: 0px;
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      font-family: "Barlow Semi Condensed", sans-serif;
      border: none;
      color: #f6be00;
      background: transparent;
      border: 1px solid #f6be00;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .pagination .page-item .page-link:focus {
        -webkit-box-shadow: inherit;
                box-shadow: inherit; }
      .pagination .page-item .page-link i {
        color: #ffffff;
        font-weight: 600; }
      .pagination .page-item .page-link:hover {
        color: #ffffff;
        background-color: #f6be00; }
  .pagination .page-item.active .page-link {
    color: #ffffff;
    background-color: #f6be00; }

@media (max-width: 399px) {
  .pagination .page-item {
    margin: 0 7px;
    font-size: 16px; }
    .pagination .page-item .page-link {
      padding: 8px 12px;
      font-size: 16px; } }

/*****************************
	Pie Chart
*****************************/
.pie-chart.pie-chart-percentage .round-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: center; }
  .pie-chart.pie-chart-percentage .round-chart span {
    display: inline-block;
    font-size: 28px;
    color: #ffffff;
    z-index: 2;
    font-weight: 600;
    position: absolute; }
  .pie-chart.pie-chart-percentage .round-chart .percent:after {
    content: "%"; }

.pie-chart.pie-chart-percentage .chart-title {
  font-size: 22px;
  font-weight: 600;
  margin-left: 15px; }

/*****************************
  Pricing Table
*****************************/
.pricing-header {
  text-align: center; }
  .pricing-header .pricing-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px; }
  .pricing-header .pricing-price {
    font-size: 18px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #070709;
    background: #ffffff;
    font-weight: 500;
    padding: 8px 10px; }
    .pricing-header .pricing-price span {
      font-size: 24px;
      padding-right: 5px; }
    .pricing-header .pricing-price .monthly-price,
    .pricing-header .pricing-price .yearly-price {
      text-transform: capitalize; }
    .pricing-header .pricing-price .yearly-price {
      display: none; }
    .pricing-header .pricing-price .monthly-price {
      display: block; }
  .pricing-header .pricing-price.change-pricing-price .yearly-price {
    display: block; }
  .pricing-header .pricing-price.change-pricing-price .monthly-price {
    display: none; }

.pricing-tab span {
  vertical-align: middle; }

.pricing-tab .monthly-tab {
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase; }

.pricing-tab .yearly-tab {
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase; }

.pricing-tab .pricing-tab-switcher {
  height: 26px;
  width: 54px;
  background: #f6be00;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 10px;
  border: 1px solid #f6be00;
  cursor: pointer; }
  .pricing-tab .pricing-tab-switcher:before {
    content: '';
    position: absolute;
    left: -2px;
    top: -4px;
    background: #ffffff;
    width: 31px;
    height: 31px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }

.pricing-tab .pricing-tab-switcher.active:before {
  left: calc(100% - 29px); }

.switch {
  display: inline-block;
  width: 60px;
  height: 30px;
  margin: 0px 15px;
  position: relative; }
  .switch .switch-btn {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .switch .switch-btn span {
      font-size: 18px;
      color: #ffffff;
      font-weight: 600; }
  .switch input {
    display: none; }

.pricing .pricing-header {
  padding: 50px 30px 20px; }

.pricing .pricing-header.pricing-titel-header {
  padding: 68px 40px 68px;
  text-align: left; }

.pricing .pricing-body ul {
  margin-bottom: 0px; }
  .pricing .pricing-body ul li {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 24px;
    color: #ffffff;
    font-family: "Barlow Semi Condensed", sans-serif;
    padding: 12px 20px; }

.pricing .pricing-body .pricing-titel-list li {
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  padding: 16px 40px; }

.pricing .pricing-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px 20px;
  text-align: center; }
  .pricing .pricing-footer .btn {
    background-color: #070709;
    color: #ffffff;
    font-weight: 500; }
    .pricing .pricing-footer .btn:hover {
      background-color: #070709;
      color: #0b0b0d; }
  .pricing .pricing-footer .btn-dark.btn {
    background-color: #0b0b0d;
    color: #ffffff; }
    .pricing .pricing-footer .btn-dark.btn i {
      padding-right: 0;
      padding-left: 10px; }
    .pricing .pricing-footer .btn-dark.btn:hover {
      color: #0b0b0d; }

.pricing .pricing-footer.pricing-titel-footer {
  text-align: left;
  padding: 40px 40px; }
  .pricing .pricing-footer.pricing-titel-footer .btn {
    text-transform: uppercase;
    font-weight: 500; }

.pricing.active {
  background-color: #070709; }
  .pricing.active .pricing-footer .btn {
    background-color: #f6be00;
    color: #070709; }
    .pricing.active .pricing-footer .btn:hover {
      color: #070709;
      background-color: #f6be00; }
    .pricing.active .pricing-footer .btn:after {
      background-color: #ffffff; }

@media (max-width: 1399px) {
  .pricing .pricing-header.pricing-titel-header {
    padding: 54px 20px; }
    .pricing .pricing-header.pricing-titel-header .pricing-tab .yearly-tab {
      line-height: 29px; }
  .pricing .pricing-body .pricing-titel-list li {
    padding: 16px 20px; }
  .pricing .pricing-footer .btn-dark.btn {
    padding: 13px 30px; }
  .pricing .pricing-footer.pricing-titel-footer {
    padding: 40px 20px; } }

@media (max-width: 1199px) {
  .pricing .pricing-header {
    padding: 30px 20px 20px; }
    .pricing .pricing-header .pricing-title {
      font-size: 22px;
      margin-bottom: 18px; }
  .pricing .pricing-header.pricing-titel-header {
    padding: 44px 20px 44px; }
  .pricing .pricing-footer {
    padding: 20px 20px; }
  .pricing .pricing-footer.pricing-titel-footer {
    padding: 20px 20px; }
    .pricing .pricing-footer.pricing-titel-footer .btn-dark.btn {
      padding: 13px 15px; }
      .pricing .pricing-footer.pricing-titel-footer .btn-dark.btn i {
        padding-left: 5px; } }

@media (max-width: 991px) {
  .pricing {
    border: 1px solid rgba(255, 255, 255, 0.1); }
    .pricing .pricing-header {
      padding: 25px 20px; }
    .pricing .pricing-header.pricing-titel-header {
      padding: 25px 20px;
      text-align: center; }
    .pricing .pricing-body ul li {
      position: relative;
      text-align: right; }
      .pricing .pricing-body ul li:before {
        content: attr(data-label);
        position: absolute;
        left: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        float: left;
        font-size: 18px;
        font-weight: normal;
        color: #ffffff;
        text-transform: uppercase; }
    .pricing .pricing-footer.pricing-titel-footer {
      padding: 30px; } }

@media (max-width: 767px) {
  .pricing .pricing-header.pricing-titel-header {
    text-align: center; }
  .pricing .pricing-footer.pricing-titel-footer {
    text-align: center; } }

@media (max-width: 479px) {
  .pricing-tab .monthly-tab {
    font-size: 14px; }
  .pricing-tab .pricing-tab-switcher {
    height: 20px;
    width: 40px;
    margin: 0 8px; }
    .pricing-tab .pricing-tab-switcher:before {
      width: 25px;
      height: 25px; }
  .pricing-tab .pricing-tab-switcher.active:before {
    left: calc(100% - 23px); }
  .pricing-tab .yearly-tab {
    font-size: 14px; } }

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  background-color: #0b0b0d;
  padding: 30px 25px;
  margin-bottom: 30px; }
  .sidebar .widget .widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase; }
  .sidebar .widget ul {
    margin-bottom: 0;
    list-style-type: none; }
  .sidebar .widget textarea.form-control {
    border-radius: 30px; }
  .sidebar .widget .form-check {
    margin-bottom: 5px; }
  .sidebar .widget .movies-year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0; }
    .sidebar .widget .movies-year li {
      margin-bottom: 15px;
      margin-right: 15px; }
      .sidebar .widget .movies-year li a {
        font-size: 14px;
        background-color: #070709;
        color: #ffffff;
        padding: 5px 15px;
        display: inline-block; }
        .sidebar .widget .movies-year li a:hover {
          background-color: #f6be00; }
  .sidebar .widget .recent-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px; }
    .sidebar .widget .recent-post .post-img {
      width: 80px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 80px;
              flex: 0 0 80px;
      margin-right: 10px; }
    .sidebar .widget .recent-post .post-info .post-date {
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
      .sidebar .widget .recent-post .post-info .post-date i {
        margin-right: 8px; }
    .sidebar .widget .recent-post .post-info a {
      display: block;
      margin-top: 6px; }
      .sidebar .widget .recent-post .post-info a .post-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 26px;
        color: #ffffff;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .sidebar .widget .recent-post .post-info a:hover .post-title {
        color: #f6be00; }

.sidebar .social-widget ul li {
  padding: 10px;
  background-color: #070709;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .sidebar .social-widget ul li a {
    color: #ffffff;
    text-transform: capitalize; }
    .sidebar .social-widget ul li a i {
      margin-right: 15px; }
  .sidebar .social-widget ul li .follow {
    background-color: rgba(255, 255, 255, 0.04);
    padding: 5px 10px;
    color: #ffffff; }
  .sidebar .social-widget ul li:last-child {
    margin-bottom: 0px; }

.sidebar .social-widget ul .facebook:hover {
  background-color: #466ca9; }
  .sidebar .social-widget ul .facebook:hover .follow {
    background-color: rgba(255, 255, 255, 0.1); }

.sidebar .social-widget ul .twitter:hover {
  background-color: #20b5e6; }
  .sidebar .social-widget ul .twitter:hover .follow {
    background-color: rgba(255, 255, 255, 0.1); }

.sidebar .social-widget ul .youtube:hover {
  background-color: #d92c20; }
  .sidebar .social-widget ul .youtube:hover .follow {
    background-color: rgba(255, 255, 255, 0.1); }

.sidebar .social-widget ul .instagram:hover {
  background-color: #091c3a; }
  .sidebar .social-widget ul .instagram:hover .follow {
    background-color: rgba(255, 255, 255, 0.1); }

.sidebar .movies-year-widget {
  padding-bottom: 15px; }

.sidebar .search-widget .search {
  position: relative; }
  .sidebar .search-widget .search .form-control {
    background-color: #ffffff;
    height: 65px;
    color: #000000;
    padding-right: 135px; }
  .sidebar .search-widget .search .form-control::-moz-placeholder {
    color: #000000; }
  .sidebar .search-widget .search .form-control::-ms-input-placeholder {
    color: #000000; }
  .sidebar .search-widget .search .form-control::-webkit-input-placeholder {
    color: #000000; }
  .sidebar .search-widget .search .search-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 18px;
    font-family: "Barlow Semi Condensed", sans-serif;
    color: #0b0b0d;
    background-color: #f6be00;
    padding: 14px 20px;
    border-radius: inherit;
    border: none; }
    .sidebar .search-widget .search .search-btn #Icons {
      width: 22px;
      margin-right: 10px; }

.sidebar .tags-widget {
  padding-bottom: 10px; }
  .sidebar .tags-widget ul li {
    margin-bottom: 20px;
    /*margin-right: 15px;*/
    display: inline-block; }
    .sidebar .tags-widget ul li a {
      color: #ffffff;
      padding: 10px 30px;
      display: block;
      border: 1px solid #070709;
      background-color: #070709; }
      .sidebar .tags-widget ul li a:hover {
        color: #f6be00;
        border: 1px solid #f6be00; }

.sidebar .comments-widget .commentlist .comment-content {
  border: none;
  padding: 0;
  margin-left: 0; }
  .sidebar .comments-widget .commentlist .comment-content .reviews {
    margin-bottom: 10px; }
    .sidebar .comments-widget .commentlist .comment-content .reviews .meta strong {
      color: #ffffff;
      font-size: 14px;
      font-weight: normal; }

@media (max-width: 391px) {
  .sidebar .widget .recent-post {
    display: block; }
    .sidebar .widget .recent-post .post-img {
      margin-bottom: 15px;
      margin-right: 0; } }

/*****************************
	Tabs
*****************************/
.tabs {
  position: relative; }
  .tabs .nav {
    border-bottom: 0px; }
    .tabs .nav .nav-item {
      margin-right: 10px; }
      .tabs .nav .nav-item .nav-link {
        position: relative;
        color: #ffffff;
        outline: none;
        padding: 11px 40px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 26px;
        font-weight: normal;
        border: 1px solid #0b0b0d;
        text-transform: capitalize;
        font-family: "Barlow Semi Condensed", sans-serif;
        background-color: #070709;
        border-radius: 50px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        min-width: 110px; }
        .tabs .nav .nav-item .nav-link:focus {
          color: #ffffff; }
        .tabs .nav .nav-item .nav-link:focus-visible {
          outline: none; }
        .tabs .nav .nav-item .nav-link:hover {
          color: #0b0b0d;
          background-color: #f6be00;
          -webkit-box-shadow: none;
                  box-shadow: none;
          outline: none; }
      .tabs .nav .nav-item .nav-link.active {
        background-color: #f6be00;
        color: #070709; }
      .tabs .nav .nav-item:last-child {
        margin-right: 0px; }

.categories-tabs {
  position: relative; }
  .categories-tabs .tabs {
    position: absolute;
    right: 0;
    top: 0; }
    .categories-tabs .tabs .nav .nav-item .nav-link {
      padding: 11px 30px; }

/* Responsive */
@media (max-width: 991px) {
  .categories-tabs.tabs .section-title.tabs-title .title {
    width: 45%; }
  .categories-tabs.tabs .section-title.tabs-title .nav .nav-item .nav-link {
    padding: 8px 30px; }
  .nav.nav-tabs.nav-pills .nav-item {
    margin-bottom: 5px; } }

@media (max-width: 768px) {
  .categories-tabs .tabs {
    position: inherit;
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .tabs .nav .nav-item .nav-link {
    padding: 8px 30px; } }

/*****************************
  Team
*****************************/
.team {
  position: relative; }
  .team .team-img {
    overflow: hidden;
    position: relative; }
    .team .team-img img {
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      transition: transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .team .team-img .team-info {
      position: absolute;
      bottom: 20px;
      left: 20px;
      right: 20px;
      text-align: center;
      padding: 15px;
      z-index: 9;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .team .team-img .team-info .title {
        margin-bottom: 10px; }
        .team .team-img .team-info .title:hover a {
          color: #f6be00; }
      .team .team-img .team-info a.team-designation {
        color: #ffffff;
        display: inline-block;
        margin-bottom: 10px; }
        .team .team-img .team-info a.team-designation:hover {
          color: #f6be00; }
      .team .team-img .team-info ul {
        margin-bottom: 0; }
        .team .team-img .team-info ul li {
          display: inline-block;
          margin-right: 10px; }
          .team .team-img .team-info ul li a {
            color: #ffffff; }
            .team .team-img .team-info ul li a:hover {
              color: #f6be00; }
  .team:hover .team-img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .team:hover .team-img .team-info {
    background-color: #0b0b0d; }
  .team:before {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: "";
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(0, 0, 0, 0)), color-stop(140%, black));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, black 140%); }

@media (max-width: 991px) {
  .team .team-img .team-info a.team-designation {
    font-size: 14px; } }

/*****************************
  Testimonial
*****************************/
.testimonial {
  background-color: #0b0b0d;
  padding: 40px;
  position: relative; }
  .testimonial .testimonial-quote {
    position: absolute;
    top: 30px;
    right: 30px; }
  .testimonial .testimonial-ratings {
    margin-bottom: 22px; }
    .testimonial .testimonial-ratings i {
      font-size: 20px;
      color: #27292d;
      margin-right: 2px; }
  .testimonial .testimonial-content i {
    padding-right: 15px; }
  .testimonial .testimonial-author {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .testimonial .testimonial-author .testimonial-avatar {
      display: inline-block;
      height: 55px;
      width: 55px;
      border-radius: 100px;
      border: 3px solid #ffffff;
      margin-right: 30px; }
      .testimonial .testimonial-author .testimonial-avatar img {
        border-radius: 100px; }
    .testimonial .testimonial-author .testimonial-name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      font-size: 14px; }
      .testimonial .testimonial-author .testimonial-name .author-tittle {
        font-size: 16px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.5);
        margin-right: 10px; }

/*Movies Categories Center*/
.movies-categories-center {
  overflow: hidden; }
  .movies-categories-center .movies-categories-slider .owl-stage-outer {
    overflow: visible; }
    .movies-categories-center .movies-categories-slider .owl-stage-outer .owl-item {
      opacity: 0.1; }
    .movies-categories-center .movies-categories-slider .owl-stage-outer .owl-item.active {
      opacity: 1; }

/*****************************
  Header
*****************************/
.header {
  z-index: 999; }
  .header .navbar {
    padding: 0; }
    .header .navbar .navbar-brand {
      padding: 34px 0;
      font-size: 0; }
    .header .navbar .navbar-nav .nav-item {
      margin-right: 34px;
      position: relative; }
      .header .navbar .navbar-nav .nav-item:last-child {
        margin-right: 0; }
    .header .navbar .navbar-nav .nav-link {
      color: #ffffff;
      font-family: "Barlow Semi Condensed", sans-serif;
      font-weight: 500;
      font-size: 18px;
      text-transform: uppercase;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      padding: 30px 5px;
      outline: none; }
      .header .navbar .navbar-nav .nav-link:hover {
        color: #f6be00; }
      .header .navbar .navbar-nav .nav-link i {
        margin-left: 8px; }
    .header .navbar .navbar-nav li.active > a {
      color: #f6be00; }
    .header .navbar .navbar-nav .dropdown-menu .nav-title {
      font-size: 22px;
      font-family: "Barlow Semi Condensed", sans-serif;
      display: inline-block;
      margin-bottom: 10px; }
    .header .navbar .navbar-nav .dropdown-menu li.active > a {
      background: rgba(246, 190, 0, 0.07);
      color: #f6be00;
      padding-left: 10px;
      border-radius: 0; }
    .header .navbar .navbar-nav .dropdown-menu li:hover > a {
      background: rgba(246, 190, 0, 0.07);
      color: #f6be00;
      padding-left: 10px;
      border-radius: 0; }
    .header .navbar .navbar-nav .dropdown-menu li .dropdown-item {
      font-family: "Barlow Semi Condensed", sans-serif;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .navbar .navbar-nav .dropdown-menu li .dropdown-item:hover {
        background: rgba(246, 190, 0, 0.07);
        color: #f6be00;
        padding-left: 10px;
        border-radius: 0; }
    .header .navbar .navbar-nav .dropdown-menu li .dropdown-submenu {
      font-family: "Barlow Semi Condensed", sans-serif;
      outline: none;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .navbar .navbar-nav .dropdown-menu li .dropdown-submenu:hover {
        background: rgba(246, 190, 0, 0.07);
        color: #f6be00;
        padding-left: 10px;
        border-radius: 0; }

/*Header Style 01*/
.header.header-style-01 {
  position: absolute;
  width: 100%; }
  .header.header-style-01 .add-listing ul li a:hover {
    color: #070709; }

.header.header-style-01.is-sticky .add-listing ul li a:hover {
  color: #f6be00; }

/*Header Style 02*/
.header.header-style-02 {
  position: absolute;
  width: 100%; }
  .header.header-style-02 .add-listing.login-listing .dropdown .dropdown-toggle:hover {
    color: #f6be00; }
  .header.header-style-02 .add-listing.login-listing .login a:hover {
    color: #f6be00; }

.add-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .add-listing ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    margin: 0; }
    .add-listing ul li {
      list-style-type: none;
      margin-left: 30px; }
      .add-listing ul li a {
        color: #ffffff;
        font-size: 16px; }
        .add-listing ul li a:hover {
          color: #f6be00; }
      .add-listing ul li .notifications {
        position: relative; }
        .add-listing ul li .notifications .count {
          position: absolute;
          top: -5px;
          right: -10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 15px;
                  flex: 0 0 15px;
          width: 15px;
          height: 15px;
          background-color: #ffffff;
          border-radius: 100%;
          color: #070709;
          font-size: 10px; }
        .add-listing ul li .notifications:after {
          content: inherit; }
      .add-listing ul li:first-child {
        margin-left: 0px; }

/*notifications-list*/
.header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu {
  min-width: 350px;
  padding: 0;
  left: inherit;
  right: 0;
  top: 50px;
  background-color: #0b0b0d; }
  .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-title {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 20px; }
  .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list {
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 20px; }
    .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .notifications-author {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-right: 20px;
        border-radius: 100px; }
        .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .notifications-author img {
          border-radius: 100px; }
      .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .notifications-details {
        margin-right: 10px; }
        .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .notifications-details p {
          font-size: 14px;
          color: #ffffff;
          line-height: 20px;
          margin-bottom: 5px;
          text-transform: capitalize;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          display: inline-block;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .notifications-details p:hover {
            color: #f6be00; }
      .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list .notifications-info .movie-img {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40px;
                flex: 0 0 40px;
        width: 40px;
        height: 40px;
        margin-left: 20px; }
    .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list:hover {
      background-color: #070709; }
    .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu .notifications-list:last-child {
      margin-bottom: 0px; }

.header.landing-header .add-listing.login-listing a:hover {
  color: #f6be00; }

/*megamenu*/
.megamenu {
  padding: 20px 20px;
  width: 100%; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #0b0b0d;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #0b0b0d;
          background-color: #0b0b0d; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #0b0b0d;
          background-color: #0b0b0d; }
  .megamenu .card {
    outline: none; }
    .megamenu .card:hover {
      outline: 1px solid #000000; }
    .megamenu .card:focus {
      outline: 1px solid #000000; }

.megamenu.disabled > a {
  color: #0b0b0d; }
  .megamenu.disabled > a:hover {
    color: #0b0b0d;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }
  .megamenu.disabled > a:focus {
    color: #0b0b0d;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed; }

.megamenu.dropdown-header {
  color: #f6be00;
  font-size: 18px; }

.dropdown-submenu {
  position: relative;
  padding: 7px 0 7px 0;
  display: block;
  color: #070709; }

/*Header transparent*/
.header.header-transparent {
  position: absolute;
  width: 100%;
  background: none; }

/*Header Sticky*/
.header.is-sticky {
  position: fixed !important;
  width: 100%;
  background: #070709;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(7, 7, 9, 0.1);
          box-shadow: 1px 1px 5px 1px rgba(7, 7, 9, 0.1);
  top: 0;
  z-index: 999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both; }
  .header.is-sticky .navbar .navbar-brand {
    padding: 25px 0; }
  .header.is-sticky .navbar .navbar-nav .nav-link {
    padding: 20px 5px; }

@-webkit-keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

/*header-search*/
.header-search .search-form {
  position: relative;
  width: 300px; }
  .header-search .search-form .form-control {
    background-color: inherit;
    border-color: #ffffff;
    color: #ffffff;
    height: 44px;
    padding-right: 120px;
    font-family: "Barlow Semi Condensed", sans-serif; }
  .header-search .search-form .search-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 50px;
    line-height: normal;
    background-color: #ffffff;
    color: #f6be00;
    font-size: 18px;
    padding: 8px 12px;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header-search .search-form .search-btn svg {
      height: 20px;
      width: 20px;
      margin-right: 10px; }

.add-listing.login-listing .login a {
  font-size: 18px;
  color: #ffffff; }
  .add-listing.login-listing .login a:hover {
    color: #0b0b0d; }
  .add-listing.login-listing .login a i {
    margin-right: 10px; }

.add-listing.login-listing .dropdown .dropdown-toggle {
  font-size: 18px;
  color: #ffffff; }
  .add-listing.login-listing .dropdown .dropdown-toggle:hover {
    color: #0b0b0d; }
  .add-listing.login-listing .dropdown .dropdown-toggle:after {
    display: none; }
  .add-listing.login-listing .dropdown .dropdown-toggle i {
    font-size: 15px; }

.add-listing.login-listing .dropdown .dropdown-menu {
  min-width: 9rem;
  padding: 10px;
  background: #ffffff;
  margin-top: 10px !important; }
  .add-listing.login-listing .dropdown .dropdown-menu .dropdown-item {
    padding: 7px 0;
    font-size: 14px;
    color: #0b0b0d; }
    .add-listing.login-listing .dropdown .dropdown-menu .dropdown-item .country-flag {
      margin-right: 10px;
      width: 25px; }
    .add-listing.login-listing .dropdown .dropdown-menu .dropdown-item:hover {
      padding: 7px;
      background-color: rgba(246, 190, 0, 0.1); }

.landing-header.is-sticky .add-listing .dropdown .dropdown-toggle:hover {
  color: #f6be00; }

.landing-header.is-sticky .add-listing .login a:hover {
  color: #f6be00; }

@media (min-width: 992px) {
  .header .navbar .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 420px; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    min-width: 200px;
    font-size: 16px;
    border-radius: 0;
    padding: 20px;
    border-color: transparent;
    left: 0;
    -webkit-transform: translate3d(-10px, 15px, 0);
            transform: translate3d(-10px, 15px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      -webkit-transform: translate3d(0, 10px, 0);
              transform: translate3d(0, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(-15px, 10px, 0);
              transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: -170px; }
  .header .navbar .dropdown-menu.megamenu.megamenu-fullwidth {
    width: calc(100% - 20px);
    left: 20px; }
  .header .navbar .dropdown > .dropdown-menu {
    top: 100%;
    margin-top: 0px; }
  .header .navbar .dropdown > .dropdown-menu.megamenu {
    top: 100%; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-10px, 0px, 0);
            transform: translate3d(-10px, 0px, 0);
    visibility: visible;
    opacity: 1; }
  .navbar-nav .dropdown-menu.dropdown-menu-lg {
    min-width: 630px; }
  .navbar-nav .dropdown-menu.dropdown-menu-md {
    min-width: 450px; }
  .navbar-nav .mega-menu {
    position: static; }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative;
    padding: 7px 0 7px 0;
    display: block;
    color: #070709;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .dropdown-submenu:hover {
      background: rgba(246, 190, 0, 0.07);
      color: #f6be00;
      padding-left: 10px;
      border-radius: 6px; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
  .dropdown-menu .dropdown-item {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 7px 0 7px 0; }
    .dropdown-menu .dropdown-item:focus {
      background-color: transparent; } }

@media (max-width: 1199px) {
  .header-search .search-form {
    width: 250px; }
  .header.header-style-02 .navbar .navbar-nav .nav-item {
    margin-right: 15px; }
  .header.header-style-02 .add-listing ul li {
    margin-left: 15px; } }

@media (max-width: 991px) {
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #0b0b0d;
    width: 100%;
    max-height: 350px;
    overflow: auto;
    left: 0;
    margin-top: -1px;
    margin-left: 0px; }
  .header .navbar .navbar-brand {
    padding: 25px 0px; }
  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
    .header .navbar .navbar-nav .nav-link {
      color: #ffffff;
      padding: 10px 20px; }
      .header .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px; }
    .header .navbar .navbar-nav .nav-item {
      margin-right: 0; }
    .header .navbar .navbar-nav .dropdown.mega-menu .megamenu {
      width: 95%;
      margin: 0 auto; }
  .header .navbar .dropdown-menu {
    margin: 0px 15px;
    font-size: 16px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #070709;
    padding: 15px;
    border-radius: 0; }
    .header .navbar .dropdown-menu .dropdown-item {
      padding: 10px 0px;
      color: #ffffff; }
    .header .navbar .dropdown-menu .nav-title {
      color: #ffffff; }
    .header .navbar .dropdown-menu .dropdown-submenu {
      color: #ffffff;
      font-size: 16px;
      text-decoration: none; }
      .header .navbar .dropdown-menu .dropdown-submenu:hover {
        background: rgba(246, 190, 0, 0.07);
        color: #f6be00;
        padding-left: 10px;
        border-radius: 6px; }
  .header .navbar .nav-title {
    margin-top: 0px; }
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 12px;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #f6be00;
    color: #ffffff;
    padding: 15px;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    width: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header .navbar .add-listing {
    padding-right: 70px; }
    .header .navbar .add-listing .menu-btn {
      display: none; }
  .header.is-sticky .navbar .navbar-nav .nav-link {
    padding: 10px 20px; }
  .landing-header .add-listing {
    padding-right: 0px !important; }
  .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu {
    top: 50px; } }

@media (max-width: 575px) {
  .header .navbar .navbar-brand img {
    height: 20px; }
  .header .navbar .add-listing ul .dropdown .dropdown-menu.notifications-menu {
    min-width: 270px;
    right: -85px;
    top: 47px; }
  .add-listing ul li {
    margin-left: 20px; }
  .landing-header .add-listing .login a {
    font-size: 16px; }
  .landing-header .add-listing .dropdown .dropdown-toggle {
    font-size: 16px; }
  .header.header-style-01 .add-listing ul li a:hover {
    color: #f6be00; } }

@media (max-width: 479px) {
  .header-style-02 .navbar .add-listing {
    padding-right: 70px; }
    .header-style-02 .navbar .add-listing .login a {
      font-size: 0; }
      .header-style-02 .navbar .add-listing .login a i {
        font-size: 18px; } }

/*****************************
    Banner
*****************************/
/*Banner 01*/
.banner.banner-1 {
  background-color: #070709;
  padding-top: 100px; }
  .banner.banner-1 .shape-01 {
    position: absolute;
    bottom: 25%;
    left: 10px; }
  .banner.banner-1 .shape-02 {
    position: absolute;
    top: 100px;
    right: 10px; }
  .banner.banner-1:before {
    position: absolute;
    background-color: #f6be00;
    top: 0;
    right: 0;
    content: "";
    width: 500px;
    height: 100%; }
  .banner.banner-1 .banner-img {
    z-index: 9;
    height: 618px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-size: cover;
    background-position: -12px 0;
    background-repeat: no-repeat; }
    .banner.banner-1 .banner-img .movie-details-info.movies-info .title {
      letter-spacing: 4px;
      font-size: 66px; }
    .banner.banner-1 .banner-img .movie-details-info.movies-info .btn.btn-primary {
      color: #0b0b0d; }
  .banner.banner-1 .btn.btn-link {
    font-weight: 600; }

/*Banner 02*/
.banner.banner-2 {
  height: 900px;
  padding-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden; }
  .banner.banner-2 .movie-details-info {
    z-index: 9;
    position: relative; }
  .banner.banner-2:before {
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    content: "";
    z-index: 1;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: url("../images/banner/home-02/02.png") repeat 0 0;
    background-repeat: repeat;
    -webkit-animation: bg-animation .4s infinite;
            animation: bg-animation .4s infinite; }
  .banner.banner-2 .movie-details-info.movies-info .title {
    letter-spacing: 3px; }
  .banner.banner-2 .movie-details-info.movies-info .features {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 35px 0px; }
    .banner.banner-2 .movie-details-info.movies-info .features .user-score {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: bold;
      margin-right: 15px; }
      .banner.banner-2 .movie-details-info.movies-info .features .user-score span {
        width: 60px;
        height: 60px;
        font-size: 22px;
        background: transparent; }
    .banner.banner-2 .movie-details-info.movies-info .features span {
      width: 46px;
      height: 46px;
      background-color: #070709;
      font-size: 18px;
      margin-right: 15px; }
      .banner.banner-2 .movie-details-info.movies-info .features span:last-child {
        margin-right: 0; }
  .banner.banner-2 .movie-details-info.movies-info h3 {
    font-size: 28px;
    font-weight: 700; }
  .banner.banner-2 .movie-details-info.movies-info .author-info .author-details .author-designation {
    display: inline-grid;
    min-width: 200px;
    font-size: 20px;
    font-weight: 700; }
    .banner.banner-2 .movie-details-info.movies-info .author-info .author-details .author-designation span {
      font-size: 16px;
      font-weight: normal; }
  .banner.banner-2 .movie-details-info.movies-info .link-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .banner.banner-2 .movie-details-info.movies-info .link-btn .btn {
      color: #ffffff;
      font-size: 24px;
      font-weight: normal; }
      .banner.banner-2 .movie-details-info.movies-info .link-btn .btn i {
        padding-right: 15px;
        padding-left: 0; }
      .banner.banner-2 .movie-details-info.movies-info .link-btn .btn:hover {
        color: #f6be00; }
    .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon {
      margin-left: 40px;
      color: #ffffff;
      font-size: 24px;
      font-weight: normal; }
      .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon:before {
        margin-right: 15px;
        font-size: 24px; }
      .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon:hover {
        color: #f6be00; }
    .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon.active {
      color: #f6be00; }
  .banner.banner-2 .movie-details-info.movies-info ul {
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .banner.banner-2 .movie-details-info.movies-info ul li {
      list-style: disc;
      margin-left: 25px; }
      .banner.banner-2 .movie-details-info.movies-info ul li:first-child {
        list-style: none;
        margin-left: 0; }
    .banner.banner-2 .movie-details-info.movies-info ul .year {
      font-weight: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      margin: 0; }
    .banner.banner-2 .movie-details-info.movies-info ul .tag {
      font-weight: normal;
      text-transform: uppercase; }
      .banner.banner-2 .movie-details-info.movies-info ul .tag a {
        color: #ffffff;
        letter-spacing: 2px; }
        .banner.banner-2 .movie-details-info.movies-info ul .tag a:hover {
          color: #f6be00; }
    .banner.banner-2 .movie-details-info.movies-info ul .time {
      font-weight: normal;
      font-size: 16px;
      font-family: "Open Sans", sans-serif; }
  .banner.banner-2 .movie-details-info.movies-info p {
    margin-bottom: 30px; }

.single-banner-info .title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: 6px;
  text-transform: uppercase; }

.single-banner-info .imdb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0; }
  .single-banner-info .imdb img {
    height: 30px; }
  .single-banner-info .imdb span {
    font-size: 22px;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: bold;
    padding: 5px 10px;
    background-color: #0b0b0d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .single-banner-info .imdb span i {
      color: #f6be00;
      line-height: 1;
      font-size: 16px;
      margin-right: 8px; }

.single-banner-info .add-icon {
  display: inline-grid;
  font-size: 20px;
  color: #ffffff; }
  .single-banner-info .add-icon:before {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px; }

.single-banner-info .add-icon:hover {
  color: #f6be00; }

.single-banner-info .add-icon.active {
  color: #f6be00; }

.single-banner-info .share-box a {
  display: inline-grid;
  font-size: 20px; }
  .single-banner-info .share-box a i {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 5px; }

.single-banner-info .share-box .share-box-social a i {
  font-size: 16px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .single-banner-info .share-box .share-box-social a i:hover {
    color: #0b0b0d; }

/*Movie Banner*/
.movie-banner {
  padding: 0 100px 50px; }
  .movie-banner #main-slider {
    position: relative; }
  .movie-banner .swiper-slide {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
    .movie-banner .swiper-slide .banner-title {
      text-transform: uppercase;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: 6px;
      position: absolute;
      top: 30px;
      right: 40px; }

/*Tv Banner*/
.tv-banner {
  padding-bottom: 50px; }
  .tv-banner .owl-carousel .owl-stage-outer {
    overflow: visible; }
    .tv-banner .owl-carousel .owl-stage-outer .owl-item {
      opacity: 0.30; }
    .tv-banner .owl-carousel .owl-stage-outer .owl-item.active {
      opacity: 1; }
  .tv-banner .tv-slider {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: relative; }
    .tv-banner .tv-slider .single-banner-info {
      width: 100%;
      padding-bottom: 50px;
      margin-top: auto; }
      .tv-banner .tv-slider .single-banner-info .title {
        margin-bottom: 30px;
        color: #f6be00; }
      .tv-banner .tv-slider .single-banner-info .imdb {
        top: 0;
        left: 30px;
        position: absolute; }
      .tv-banner .tv-slider .single-banner-info .show-title {
        top: 23px;
        right: 30px;
        line-height: 1;
        font-size: 50px;
        position: absolute;
        letter-spacing: 6px;
        text-transform: uppercase; }

/*Web Series Banner*/
.web-series-banner {
  padding: 0 100px 50px; }
  .web-series-banner #main-slider {
    position: relative; }
  .web-series-banner .swiper-slide {
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left; }
    .web-series-banner .swiper-slide .banner-title {
      text-transform: uppercase;
      font-size: 60px;
      font-weight: 700;
      letter-spacing: 6px;
      position: absolute;
      top: 30px;
      right: 40px; }
    .web-series-banner .swiper-slide .title {
      color: #f6be00; }
    .web-series-banner .swiper-slide .features {
      margin-bottom: 40px; }
      .web-series-banner .swiper-slide .features .imdb {
        margin: 0px;
        margin-right: 10px; }
    .web-series-banner .swiper-slide .container-fluid {
      margin-top: auto; }
  .web-series-banner .single-banner-info {
    margin-bottom: 50px; }
    .web-series-banner .single-banner-info .add-icon {
      text-align: center; }
    .web-series-banner .single-banner-info .share-box {
      text-align: center; }
  .web-series-banner .swiper-pagination {
    text-align: right;
    left: inherit;
    right: 40px;
    width: auto; }
    .web-series-banner .swiper-pagination .swiper-pagination-bullet {
      width: 150px;
      height: 100px;
      background-image: url(../images/banner/web-series/pagination-02.jpg);
      background-size: cover;
      background-position: center; }
      .web-series-banner .swiper-pagination .swiper-pagination-bullet:first-child {
        background-image: url(../images/banner/web-series/pagination-01.jpg); }
      .web-series-banner .swiper-pagination .swiper-pagination-bullet:last-child {
        background-image: url(../images/banner/web-series/pagination-03.jpg); }
    .web-series-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border: 5px solid rgba(255, 255, 255, 0.5); }

/*Home Landing*/
.banner.home-landing {
  height: 100vh;
  padding-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: inset 140px 130px 90px 15px rgba(0, 0, 0, 0.9);
          box-shadow: inset 140px 130px 90px 15px rgba(0, 0, 0, 0.9); }
  .banner.home-landing .banner-info {
    position: relative;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9; }
    .banner.home-landing .banner-info .banner-content .title {
      margin-bottom: 30px;
      font-size: 84px;
      color: #ffffff;
      line-height: 100px; }
      .banner.home-landing .banner-info .banner-content .title span {
        color: transparent;
        -webkit-text-stroke-width: 3px;
        -webkit-text-stroke-color: #ffffff;
        letter-spacing: 5px; }
    .banner.home-landing .banner-info .banner-content p {
      font-size: 20px;
      line-height: 30px;
      font-weight: normal;
      font-family: "Barlow Semi Condensed", sans-serif; }
    .banner.home-landing .banner-info .banner-content .form-group {
      position: relative;
      margin-top: 50px; }
      .banner.home-landing .banner-info .banner-content .form-group .form-control {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #070709;
        height: 60px;
        padding-right: 165px;
        padding-left: 30px;
        border-radius: 50px !important; }
      .banner.home-landing .banner-info .banner-content .form-group input::-webkit-input-placeholder {
        color: #070709; }
      .banner.home-landing .banner-info .banner-content .form-group input::-moz-placeholder {
        color: #070709; }
      .banner.home-landing .banner-info .banner-content .form-group input:-ms-input-placeholder {
        color: #070709; }
      .banner.home-landing .banner-info .banner-content .form-group input::-ms-input-placeholder {
        color: #070709; }
      .banner.home-landing .banner-info .banner-content .form-group input::placeholder {
        color: #070709; }
      .banner.home-landing .banner-info .banner-content .form-group .btn.btn-primary {
        position: absolute;
        top: 50%;
        right: 6px;
        -webkit-transform: translate(0, -50%);
                transform: translate(0, -50%);
        color: #0b0b0d; }
        .banner.home-landing .banner-info .banner-content .form-group .btn.btn-primary:hover {
          color: #ffffff;
          background-color: #f6be00; }
        .banner.home-landing .banner-info .banner-content .form-group .btn.btn-primary:focus {
          color: #ffffff;
          background-color: #f6be00; }
        .banner.home-landing .banner-info .banner-content .form-group .btn.btn-primary:active {
          color: #ffffff;
          background-color: #f6be00; }
        .banner.home-landing .banner-info .banner-content .form-group .btn.btn-primary:after {
          background-color: #0b0b0d;
          -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
          border-radius: 50px; }

@-webkit-keyframes bg-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%); }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%); }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%); }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%); }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%); }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0); }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0); }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%); }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0); } }

@keyframes bg-animation {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  10% {
    -webkit-transform: translate(-5%, -5%);
            transform: translate(-5%, -5%); }
  20% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%); }
  30% {
    -webkit-transform: translate(5%, -10%);
            transform: translate(5%, -10%); }
  40% {
    -webkit-transform: translate(-5%, 15%);
            transform: translate(-5%, 15%); }
  50% {
    -webkit-transform: translate(-10%, 5%);
            transform: translate(-10%, 5%); }
  60% {
    -webkit-transform: translate(15%, 0);
            transform: translate(15%, 0); }
  70% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%); }
  80% {
    -webkit-transform: translate(-15%, 0);
            transform: translate(-15%, 0); }
  90% {
    -webkit-transform: translate(10%, 5%);
            transform: translate(10%, 5%); }
  100% {
    -webkit-transform: translate(5%, 0);
            transform: translate(5%, 0); } }

@media (max-width: 1600px) {
  .banner.banner-1:before {
    width: 400px; } }

@media (max-width: 1400px) {
  .banner.banner-1:before {
    width: 330px; } }

@media (max-width: 1299px) {
  .banner.banner-1:before {
    width: 280px; } }

@media (max-width: 1199px) {
  .banner.banner-1 .banner-img {
    height: 550px;
    background-position: center right; }
  .banner.banner-1:before {
    width: 250px; }
  .banner.home-landing .banner-info .banner-content .title {
    font-size: 65px;
    line-height: 80px; }
  .web-series-banner {
    padding: 0 30px 40px; }
    .web-series-banner .swiper-pagination .swiper-pagination-bullet {
      width: 100px;
      height: 70px; } }

@media (max-width: 1100px) {
  .banner.banner-1:before {
    width: 220px; } }

@media (max-width: 1024px) {
  .banner.banner-1:before {
    width: 180px; } }

@media (max-width: 991px) {
  .banner.banner-1 {
    padding-top: 70px; }
    .banner.banner-1 .banner-img {
      height: 500px;
      background-position: 80px; }
      .banner.banner-1 .banner-img .movies-info .title {
        font-size: 48px !important; }
      .banner.banner-1 .banner-img .movies-info .author-info {
        margin-bottom: 20px; }
        .banner.banner-1 .banner-img .movies-info .author-info .author-details {
          margin-bottom: 10px; }
      .banner.banner-1 .banner-img .movies-info p {
        margin-bottom: 10px; }
    .banner.banner-1:before {
      width: 350px; }
  .banner.home-landing {
    padding-top: 85px; }
    .banner.home-landing .banner-info .banner-content .title {
      font-size: 60px;
      line-height: 75px;
      margin-bottom: 20px; }
    .banner.home-landing .banner-info .banner-content .form-group {
      margin-top: 30px; }
  .banner.banner-2 {
    height: 730px; }
    .banner.banner-2 .movie-details-info.movies-info .title {
      font-size: 40px; }
  .single-banner-info .show-title {
    font-size: 36px !important; }
  .single-banner-info .title {
    font-size: 50px !important;
    letter-spacing: 4px; }
  .tv-banner .tv-slider {
    height: 460px; }
  .web-series-banner .swiper-slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .web-series-banner .single-banner-info {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .banner.banner-1 {
    padding-top: 100px; }
    .banner.banner-1 .banner-img {
      background-image: none !important; }
      .banner.banner-1 .banner-img .movies-info {
        margin-bottom: 30px; }
        .banner.banner-1 .banner-img .movies-info .title {
          font-size: 36px !important;
          letter-spacing: 2px !important; }
    .banner.banner-1:before {
      width: 45%; }
  .banner.banner-2 {
    height: 550px; }
    .banner.banner-2 .movie-details-info.movies-info .title {
      font-size: 34px; }
    .banner.banner-2 .movie-details-info.movies-info p {
      display: none; }
    .banner.banner-2 .movie-details-info.movies-info .overview {
      display: none; }
  .banner.home-landing {
    padding: 140px 0 100px;
    height: inherit; }
    .banner.home-landing .banner-info .banner-content .title span {
      -webkit-text-stroke-width: 2px;
      letter-spacing: 3px; }
  .single-banner-info .show-title {
    font-size: 30px !important;
    letter-spacing: 3px !important; }
  .single-banner-info .title {
    font-size: 36px !important;
    letter-spacing: 3px !important; }
  .tv-banner .tv-slider {
    height: 400px; }
    .tv-banner .tv-slider .single-banner-info {
      padding-bottom: 30px; }
  .movie-banner {
    padding: 0 12px; }
    .movie-banner .swiper-slide {
      height: 400px; }
      .movie-banner .swiper-slide .banner-title {
        font-size: 36px;
        letter-spacing: 3px; }
  .web-series-banner .swiper-slide {
    height: 450px; }
    .web-series-banner .swiper-slide .banner-title {
      font-size: 36px;
      letter-spacing: 3px;
      top: 20px;
      right: 20px; }
    .web-series-banner .swiper-slide .features {
      margin-bottom: 20px; }
  .web-series-banner .swiper-pagination {
    right: 20px;
    bottom: 15px; } }

@media (max-width: 575px) {
  .banner.banner-1:before {
    display: none; }
  .banner.banner-1 .btn-link.text-dark {
    color: #ffffff !important; }
    .banner.banner-1 .btn-link.text-dark:hover {
      color: #f6be00 !important; }
  .banner.home-landing .banner-info .banner-content .title {
    font-size: 42px;
    line-height: 57px; }
  .banner.banner-2 .movie-details-info.movies-info .title {
    font-size: 26px;
    line-height: 36px; }
  .banner.banner-2 .movie-details-info.movies-info .features {
    margin: 15px 0px; }
    .banner.banner-2 .movie-details-info.movies-info .features span {
      margin-right: 6px; }
  .banner.banner-2 .movie-details-info.movies-info .author-info .author-details .author-designation {
    min-width: 130px; }
  .banner.banner-2 .movie-details-info.movies-info .link-btn {
    margin-bottom: 10px; }
    .banner.banner-2 .movie-details-info.movies-info .link-btn .btn {
      font-size: 18px; }
    .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon {
      font-size: 18px; }
      .banner.banner-2 .movie-details-info.movies-info .link-btn a.add-icon:before {
        font-size: 18px; }
  .banner.banner-2 .movie-details-info.movies-info ul li {
    margin-left: 20px; }
    .banner.banner-2 .movie-details-info.movies-info ul li:first-child {
      list-style: disc;
      margin-left: 20px; }
  .banner.banner-2 .movie-details-info.movies-info p {
    margin-bottom: 15px; }
  .banner.home-landing {
    padding: 120px 0 80px;
    height: inherit; } }

@media (max-width: 479px) {
  .single-banner-info .show-title {
    font-size: 24px !important;
    right: 20px !important; }
  .single-banner-info .title {
    font-size: 30px !important;
    margin-bottom: 20px !important; }
  .single-banner-info .share-box a {
    font-size: 14px; }
    .single-banner-info .share-box a i {
      font-size: 14px; }
  .single-banner-info .add-icon {
    font-size: 14px; }
    .single-banner-info .add-icon::before {
      font-size: 14px; }
  .tv-banner .tv-slider {
    height: 320px; }
    .tv-banner .tv-slider .single-banner-info .imdb {
      margin-top: 20px;
      left: 20px; }
  .movie-banner {
    padding: 0 12px; }
    .movie-banner .swiper-slide {
      height: 320px; }
      .movie-banner .swiper-slide .banner-title {
        font-size: 30px;
        letter-spacing: 2px;
        top: 10px;
        right: 10px; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 40px; }
  .web-series-banner {
    padding: 0 12px 30px; }
    .web-series-banner .swiper-slide {
      height: 350px; }
      .web-series-banner .swiper-slide .banner-title {
        font-size: 30px;
        letter-spacing: 2px;
        top: 10px;
        right: 10px; }
    .web-series-banner .single-banner-info .add-icon:before {
      font-size: 16px; }
    .web-series-banner .single-banner-info .btn {
      padding: 12px 20px; }
    .web-series-banner .swiper-pagination .swiper-pagination-bullet {
      width: 75px;
      height: 45px; } }

/*****************************
    Footer
*****************************/
.footer .footer-bottom {
  padding: 20px 0; }
  .footer .footer-bottom p a {
    color: #ffffff; }
    .footer .footer-bottom p a:hover {
      color: #f6be00; }

.footer .min-footer {
  padding-top: 50px;
  padding-bottom: 30px; }
  .footer .min-footer .footer-hr {
    margin-top: 50px;
    margin-bottom: 30px; }
  .footer .min-footer .footer-link ul li {
    margin-bottom: 15px; }
    .footer .min-footer .footer-link ul li a {
      color: #ffffff; }
      .footer .min-footer .footer-link ul li a:hover {
        color: #f6be00; }
    .footer .min-footer .footer-link ul li:last-child {
      margin-bottom: 0; }
  .footer .min-footer .footer-link .footer-menu ul {
    margin-right: 100px; }
    .footer .min-footer .footer-link .footer-menu ul:last-child {
      margin-right: 0px; }
  .footer .min-footer .footer-title {
    margin-bottom: 25px;
    font-weight: 500; }
  .footer .min-footer .client-logo .item img {
    opacity: 0.50;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .footer .min-footer .client-logo .item img:hover {
      opacity: 1; }
  .footer .min-footer hr {
    opacity: 0.10; }
  .footer .min-footer .social-icon ul li a {
    background-color: #303030; }
    .footer .min-footer .social-icon ul li a:hover {
      background-color: #f6be00;
      color: #ffffff; }

.footer.bg-secondary .min-footer .social-icon ul li a {
  background-color: #303030; }
  .footer.bg-secondary .min-footer .social-icon ul li a:hover {
    background-color: #f6be00; }

/*Footer Style 02*/
.footer.footer-style-02 .footer-logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  display: inline-block; }
  .footer.footer-style-02 .footer-logo img {
    height: 24px; }

.footer.footer-style-02 .footer-menu {
  margin-top: 22px;
  margin-bottom: 20px; }
  .footer.footer-style-02 .footer-menu ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style-type: none; }
    .footer.footer-style-02 .footer-menu ul li a {
      padding: 12px 20px;
      margin-bottom: 0px;
      display: block;
      color: #ffffff; }
      .footer.footer-style-02 .footer-menu ul li a:hover {
        color: #f6be00; }

.footer.footer-style-02 .social-icon.social-rounded ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .footer.footer-style-02 .social-icon.social-rounded ul li {
    margin-right: 0px; }
    .footer.footer-style-02 .social-icon.social-rounded ul li a {
      margin-left: 25px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50px;
              flex: 0 0 50px;
      height: 50px;
      width: 50px;
      border-radius: 100px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #ffffff;
      font-size: 18px;
      background-color: transparent;
      color: #ffffff; }
      .footer.footer-style-02 .social-icon.social-rounded ul li a:hover {
        border: 1px solid #f6be00;
        background-color: #f6be00; }
    .footer.footer-style-02 .social-icon.social-rounded ul li:first-child a {
      margin-left: 0px; }

.footer.footer-style-02 .footer-bottom {
  background-color: #070709;
  padding: 20px 0px; }
  .footer.footer-style-02 .footer-bottom .copyright p {
    font-size: 14px; }
    .footer.footer-style-02 .footer-bottom .copyright p a {
      font-size: 14px;
      color: #ffffff; }
      .footer.footer-style-02 .footer-bottom .copyright p a:hover {
        color: #f6be00; }

.footer.footer-style-02 hr {
  opacity: 0.1; }

@media (max-width: 1199px) {
  .footer .min-footer .footer-link .footer-menu ul {
    margin-right: 60px; } }

@media (max-width: 991px) {
  .footer .min-footer .footer-link .footer-menu ul {
    margin-right: 50px; } }

@media (max-width: 767px) {
  .footer .min-footer .footer-link .footer-menu ul {
    margin-right: 50px; }
  .footer .min-footer .footer-link .footer-title {
    margin-bottom: 30px; } }

@media (max-width: 575px) {
  .footer.footer-style-02 .footer-menu ul li a {
    padding: 12px 10px; }
  .footer.footer-style-02 .social-icon.social-rounded ul li a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    height: 40px;
    width: 40px;
    font-size: 16px;
    margin-left: 10px; } }

/*# sourceMappingURL=../css/style.css.map */


/* =========================
   XPlayer Homepage Hero
========================= */

.xplayer-hero {
  min-height: 540px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(114, 75, 255, 0.12), transparent 40%),
    #050505;
  padding: 100px 20px 70px;
}

.xplayer-hero-content {
  max-width: 1320px;
  margin: 0 auto;
}

.xplayer-badge {
  display: inline-block;
  padding: 8px 16px;
  border: 1px solid rgba(123, 92, 255, 0.35);
  border-radius: 999px;
  color: #9a7cff;
  background: rgba(123, 92, 255, 0.08);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.xplayer-heading {
  color: #fff;
  font-size: 64px;
  line-height: 1.05;
  font-weight: 800;
  margin-bottom: 24px;
}

.xplayer-heading span {
  display: block;
  color: #8b63ff;
}

.xplayer-subtitle {
  color: #9c9ca6;
  font-size: 18px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto 38px;
}

.xplayer-search {
  max-width: 620px;
  margin: 0 auto;
  position: relative;
}

.xplayer-search i {
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b63ff;
  font-size: 18px;
}

.xplayer-search input {
  width: 100%;
  height: 58px;
  padding: 0 24px 0 54px;
  border-radius: 16px;
  border: 1px solid #302b46;
  background: #111113;
  color: #fff;
  font-size: 16px;
  outline: none;
}

.xplayer-search input::placeholder {
  color: #747480;
}

.xplayer-search input:focus {
  border-color: #7d5cff;
  box-shadow: 0 0 0 3px rgba(125, 92, 255, 0.12);
}

@media (max-width: 768px) {
  .xplayer-heading {
    font-size: 42px;
  }

  .xplayer-hero {
    min-height: 460px;
    padding-top: 80px;
  }
}

/* =========================
   XPlayer Live Search Results
========================= */

#xplayer-search-results {
  width: 100%;
  max-width: 1320px;
  margin: 35px auto 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 190px));
  justify-content: center;
  gap: 18px;
  text-align: left;
}

.xplayer-result-card {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.xplayer-result-card:hover {
  transform: translateY(-4px);
}

.xplayer-result-card img {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.xplayer-result-title {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-top: 8px;
}

.xplayer-result-type {
  color: #777783;
  font-size: 11px;
  margin-top: 2px;
}

@media (max-width: 1100px) {
  #xplayer-search-results {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 750px) {
  #xplayer-search-results {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 520px) {
  #xplayer-search-results {
    grid-template-columns: repeat(2, 1fr);
  }
}



.xplayer-search-loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 35px 0;
  color: #8b63ff;
}

.xplayer-spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 12px;
  border: 4px solid rgba(139, 99, 255, 0.18);
  border-top-color: #8b63ff;
  border-radius: 50%;
  animation: xplayer-spin 0.8s linear infinite;
}

@keyframes xplayer-spin {
  to {
    transform: rotate(360deg);
  }
}

.xplayer-search-loading p {
  margin: 0;
  color: #8a8a96;
  font-size: 14px;
}

.xplayer-result-card {
  cursor: pointer;
  opacity: 0;
  transform: translateY(15px);
  animation: xplayer-card-in 0.4s ease forwards;
  transition: transform 0.2s ease;
}

@keyframes xplayer-card-in {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.xplayer-result-card:hover {
  transform: translateY(-4px);
}

/* =========================
   XPlayer Details Hero
========================= */

.xplayer-details-hero {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 0 0 80px 42px;
  overflow: hidden;
  background-color: #000;
}

.xplayer-details-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.95) 18%,
      rgba(0, 0, 0, 0.72) 42%,
      rgba(0, 0, 0, 0.28) 72%,
      rgba(0, 0, 0, 0.15) 100%
    ),
    linear-gradient(
      to right,
      rgba(0, 0, 0, 0.82) 0%,
      rgba(0, 0, 0, 0.38) 38%,
      rgba(0, 0, 0, 0.08) 70%
    );
  z-index: 1;
}

.xplayer-details-content {
  position: relative;
  z-index: 2;
  max-width: 610px;
}

.xplayer-details-content h1 {
  color: #fff;
  font-size: 62px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 18px;
}

.xplayer-details-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  color: #d8d8de;
  font-size: 15px;
}

.xplayer-match {
  padding: 7px 11px;
  border: 1px solid rgba(139, 99, 255, 0.45);
  border-radius: 8px;
  color: #a789ff;
  background: rgba(139, 99, 255, 0.08);
  font-weight: 600;
}

.xplayer-meta-badge {
  padding: 4px 7px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 12px;
}

.xplayer-details-content p {
  color: #e0e0e5;
  font-size: 16px;
  line-height: 1.55;
  max-width: 600px;
  margin-bottom: 26px;
  font-weight: 500;
}

.xplayer-details-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
}

.xplayer-play-btn,
.xplayer-trailer-btn,
.xplayer-add-btn {
  border: 0;
  border-radius: 10px;
  height: 50px;
  font-weight: 600;
  cursor: pointer;
}

.xplayer-play-btn {
  padding: 0 26px;
  background: #fff;
  color: #000;
}

.xplayer-trailer-btn {
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.xplayer-add-btn {
  width: 50px;
  border-radius: 50%;
  background: transparent;
  color: #fff;
  border: 1px solid #8a8a95;
}

.xplayer-play-btn i,
.xplayer-trailer-btn i {
  margin-right: 8px;
}

@media (max-width: 768px) {
  .xplayer-details-hero {
    min-height: 620px;
    padding: 50px 20px;
  }

  .xplayer-details-content h1 {
    font-size: 42px;
  }

  .xplayer-details-content p {
    font-size: 15px;
  }
}

/* =========================
   XPlayer Cast + Episodes
========================= */

.xplayer-cast-section,
.xplayer-episodes-section {
  background: #000;
  color: #fff;
}

.xplayer-cast-section {
  padding: 55px 0 30px;
}

.xplayer-episodes-section {
  padding: 25px 0 80px;
}

.xplayer-section-inner {
  width: min(1200px, calc(100% - 80px));
  margin: 0 auto;
}

.xplayer-section-title {
  color: #fff;
  font-size: 27px;
  font-weight: 700;
  margin: 0 0 22px;
}

.xplayer-cast-grid {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 14px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}

.xplayer-cast-grid::-webkit-scrollbar {
  height: 6px;
}

.xplayer-cast-grid::-webkit-scrollbar-track {
  background: #080808;
}

.xplayer-cast-grid::-webkit-scrollbar-thumb {
  background: #34303f;
  border-radius: 20px;
}

.xplayer-cast-card {
  flex: 0 0 155px;
  scroll-snap-align: start;
}

.xplayer-cast-card img {
  width: 155px;
  height: 215px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.xplayer-cast-name {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-top: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xplayer-cast-character {
  color: #888b96;
  font-size: 11px;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xplayer-loading-text {
  color: #888b96;
}

/* Episodes */

.xplayer-episodes-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.xplayer-episodes-header .xplayer-section-title {
  margin: 0;
}

.xplayer-season-select {
  background: #171a21;
  color: #fff;
  border: 1px solid #343846;
  border-radius: 8px;
  padding: 10px 38px 10px 14px;
  outline: none;
}

.xplayer-episode-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.xplayer-episode-card {
  display: grid;
  grid-template-columns: 35px 170px 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 14px 16px;
  background: #070708;
  border: 1px solid transparent;
  border-radius: 10px;
}

.xplayer-episode-card:hover {
  border-color: #7657ff;
}

.xplayer-episode-number {
  color: #b9bbc4;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.xplayer-episode-image {
  width: 170px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 7px;
  background: #16171c;
}

.xplayer-episode-title {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
}

.xplayer-episode-overview {
  color: #8d909b;
  font-size: 13px;
  line-height: 1.5;
}

.xplayer-episode-runtime {
  color: #a7aab4;
  background: #171b25;
  border-radius: 6px;
  padding: 5px 8px;
  font-size: 12px;
}

@media (max-width: 900px) {
  .xplayer-section-inner {
    width: calc(100% - 40px);
  }

  .xplayer-cast-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xplayer-episode-card {
    grid-template-columns: 30px 120px 1fr;
  }

  .xplayer-episode-image {
    width: 120px;
  }

  .xplayer-episode-runtime {
    display: none;
  }
}

/* =====================================================
   XPLAYER EPISODES SECTION
   ===================================================== */

/* Make the entire area black */
#episodes-section {
    background: #000 !important;
    color: #fff;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 50px 40px 80px;
    box-sizing: border-box;
}


/* =====================================================
   EPISODES HEADER
   ===================================================== */

.xplayer-episodes-header {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 22px;
}

.xplayer-episodes-header h2 {
    color: #fff;
    font-size: 38px;
    font-weight: 800;
    line-height: 1;
    margin: 0;
}


/* =====================================================
   SEASON SELECT
   ===================================================== */

#season-select {
    background: #15151d;
    color: #fff;

    border: 1px solid #8247ff;
    border-radius: 12px;

    min-width: 215px;
    height: 58px;

    padding: 0 22px;

    font-size: 18px;
    font-weight: 700;

    cursor: pointer;
    outline: none;
}


/* =====================================================
   EPISODE LIST
   ===================================================== */

#episode-list {
    width: 100%;

    display: flex;
    flex-direction: column;

    gap: 14px;
}


/* =====================================================
   EPISODE CARD
   ===================================================== */

.xplayer-episode,
.xplayer-episode-card {
    position: relative;

    width: 100%;
    min-height: 165px;

    display: grid;

    grid-template-columns:
        55px
        230px
        minmax(0, 1fr);

    align-items: center;

    gap: 24px;

    padding: 18px 24px;

    box-sizing: border-box;

    background: #050506;

    border: 1px solid #24242c;
    border-radius: 14px;

    transition:
        border-color 0.2s ease,
        transform 0.2s ease,
        background 0.2s ease;
}


/* First / selected episode */


.xplayer-episode.active,
.xplayer-episode-card.active {
    border-color: #8c42ff;

    box-shadow:
        0 0 20px rgba(140, 66, 255, 0.08);
}


/* Hover */

.xplayer-episode:hover,
.xplayer-episode-card:hover {
    border-color: #8247ff;

    background: #08080a;

    transform: translateY(-1px);
}


/* =====================================================
   EPISODE NUMBER
   ===================================================== */

.xplayer-episode-number {
    color: #fff;

    font-size: 34px;
    font-weight: 800;

    text-align: center;

    line-height: 1;
}


/* Purple number on selected episode */


.xplayer-episode.active .xplayer-episode-number,
.xplayer-episode-card.active .xplayer-episode-number {
    color: #994cff;
}


/* =====================================================
   EPISODE IMAGE
   ===================================================== */

.xplayer-episode img,
.xplayer-episode-image {
    width: 230px;
    height: 130px;

    object-fit: cover;

    border-radius: 9px;

    display: block;
}


/* =====================================================
   EPISODE INFORMATION
   ===================================================== */

.xplayer-episode-info {
    min-width: 0;

    /* leave room for runtime badge */
    padding-right: 105px;
}


/* Episode title */

.xplayer-episode-info h3,
.xplayer-episode-title {
    color: #fff;

    font-size: 20px;
    font-weight: 800;

    line-height: 1.25;

    margin: 0 0 8px;
}


/* Episode description */

.xplayer-episode-info p,
.xplayer-episode-overview {
    color: #aaaab5;

    font-size: 15px;
    font-weight: 400;

    line-height: 1.55;

    margin: 0;

    max-width: 900px;
}


/* =====================================================
   RUNTIME
   ===================================================== */

.xplayer-episode-runtime {
    position: absolute;

    top: 18px;
    right: 18px;

    background: #141321;

    color: #a66cff;

    padding: 8px 13px;

    border-radius: 8px;

    font-size: 14px;
    font-weight: 700;

    white-space: nowrap;
}


/* =====================================================
   TABLET
   ===================================================== */

@media (max-width: 1000px) {

    #episodes-section {
        padding: 40px 25px 70px;
    }

    .xplayer-episode,
    .xplayer-episode-card {

        grid-template-columns:
            45px
            180px
            minmax(0, 1fr);

        gap: 18px;

        min-height: 140px;
    }

    .xplayer-episode img,
    .xplayer-episode-image {

        width: 180px;
        height: 105px;
    }

    .xplayer-episode-info h3,
    .xplayer-episode-title {

        font-size: 18px;
    }

    .xplayer-episode-info p,
    .xplayer-episode-overview {

        font-size: 14px;
    }
}


/* =====================================================
   MOBILE
   ===================================================== */

@media (max-width: 768px) {

    #episodes-section {
        padding: 35px 18px 60px;
    }


    /* Header */

    .xplayer-episodes-header {
        flex-wrap: wrap;

        gap: 15px;

        margin-bottom: 20px;
    }

    .xplayer-episodes-header h2 {
        font-size: 30px;
    }


    /* Season selector */

    #season-select {
        min-width: 170px;
        height: 50px;

        font-size: 16px;
    }


    /* Episode card */

    .xplayer-episode,
    .xplayer-episode-card {

        grid-template-columns:
            35px
            120px
            minmax(0, 1fr);

        gap: 12px;

        min-height: 110px;

        padding: 12px;
    }


    /* Episode number */

    .xplayer-episode-number {
        font-size: 25px;
    }


    /* Image */

    .xplayer-episode img,
    .xplayer-episode-image {

        width: 120px;
        height: 80px;

        border-radius: 7px;
    }


    /* Information */

    .xplayer-episode-info {
        padding-right: 0;
    }

    .xplayer-episode-info h3,
    .xplayer-episode-title {

        font-size: 16px;

        margin-bottom: 5px;
    }

    .xplayer-episode-info p,
    .xplayer-episode-overview {

        font-size: 12px;

        line-height: 1.4;

        display: -webkit-box;

        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

        overflow: hidden;
    }


    /* Hide runtime on small screens */

    .xplayer-episode-runtime {
        display: none;
    }
}

/* FIX WHITE BACKGROUND AROUND EPISODES */

html,
body {
    background: #000 !important;
}

#episodes-section,
#episodes-section .container,
#episodes-section .row,
#episodes-section .col-md-12,
#episodes-section .col-12 {
    background: #000 !important;
}

/* Old template wrappers surrounding episodes */
.movie-details-tabs,
.single-movie-details,
.single-movie-details-space {
    background: #000 !important;
}

/* ========================================
   XPLAYER INLINE WATCH PAGE
======================================== */

.xplayer-inline-watch {
    width: 100%;
    background: #000;
    padding: 95px 0 55px;
}

.xplayer-inline-watch-inner {
    width: min(1400px, calc(100% - 60px));
    margin: 0 auto;
}

/* Top row */
.xplayer-watch-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #202020;
}

.xplayer-watch-topbar h2 {
    margin: 0;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
}

.xplayer-watch-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Server selector */
#inline-server-select {
    width: 200px;
    height: 46px;
    padding: 0 16px;

    background: #151722;
    color: #fff;

    border: 1px solid #35394a;
    border-radius: 10px;

    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    outline: none;
}

#inline-server-select:focus {
    border-color: #8247ff;
}

/* Back to details button */
#close-inline-player {
    height: 46px;
    padding: 0 22px;

    background: #080808;
    color: #fff;

    border: 1px solid #333;
    border-radius: 23px;

    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

#close-inline-player:hover {
    background: #151515;
}

/* Server warning */
.xplayer-player-notice {
    width: 100%;
    padding: 14px 18px;
    margin-bottom: 16px;

    color: #f5d98c;
    background: #1c1500;

    border: 1px solid #5b4200;
    border-radius: 10px;

    font-size: 13px;
    font-weight: 600;
}

/* Player */
.xplayer-inline-player-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;

    background: #080808;
    border: 1px solid #252525;
    border-radius: 12px;

    overflow: hidden;
}

.xplayer-inline-player-wrap iframe {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    border: 0;
    display: block;
}

/* Mobile */
@media (max-width: 768px) {

    .xplayer-inline-watch {
        padding: 25px 0 35px;
    }

    .xplayer-inline-watch-inner {
        width: calc(100% - 24px);
    }

    .xplayer-watch-topbar {
        align-items: flex-start;
        flex-direction: column;
    }

    .xplayer-watch-controls {
        width: 100%;
    }

    #inline-server-select {
        flex: 1;
        width: auto;
    }

    .xplayer-watch-topbar h2 {
        font-size: 23px;
    }
}

/* =========================
   XPlayer Page Loader
========================= */

#page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 100%;

  background: #000;

  opacity: 1;
  visibility: visible;

  transition:
    opacity 0.35s ease,
    visibility 0.35s ease;
}

#page-loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.page-loader-spinner {
  width: 42px;
  height: 42px;

  border: 4px solid rgba(123, 92, 255, 0.18);
  border-top-color: #7657ff;
  border-radius: 50%;

  animation: xplayer-page-spin 0.8s linear infinite;
}

.page-loader-text {
  margin-top: 18px;
  color: #b9b9c3;
  font-size: 16px;
  font-weight: 600;
}

@keyframes xplayer-page-spin {
  to {
    transform: rotate(360deg);
  }
}

/* =====================================================
   XPLAYER PERSON DETAILS PAGE
===================================================== */

.xplayer-person-page {
  min-height: 100vh;
  background: #050505;
  color: #fff;
  padding: 40px 20px 80px;
}

.xplayer-person-inner {
  width: min(1400px, 100%);
  margin: 0 auto;
}

.xplayer-person-back {
  background: transparent;
  border: 1px solid #333;
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  margin-bottom: 35px;
  cursor: pointer;
  font-size: 14px;
}

.xplayer-person-back:hover {
  border-color: #6c4cff;
}

/* Profile */

.xplayer-person-profile {
  display: flex;
  gap: 45px;
  align-items: flex-start;
  padding-bottom: 45px;
  border-bottom: 1px solid #222;
}

.xplayer-person-photo-wrap {
  flex: 0 0 230px;
}

.xplayer-person-photo {
  width: 230px;
  height: 345px;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  background: #151515;
}

.xplayer-person-info {
  flex: 1;
  padding-top: 5px;
}

.xplayer-person-info h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 12px;
  color: #fff;
}

.xplayer-person-known-for {
  color: #7c5cff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 24px;
}

.xplayer-person-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 25px;
}

.xplayer-person-meta span {
  border: 1px solid #333;
  background: #101010;
  padding: 9px 14px;
  border-radius: 30px;
  color: #bbb;
  font-size: 14px;
}

#person-biography {
  max-width: 900px;
  color: #bbb;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

/* Filmography */

.xplayer-person-filmography {
  padding-top: 40px;
}

.xplayer-person-filmography h2 {
  font-size: 30px;
  margin: 0 0 25px;
  color: #fff;
}

.xplayer-person-filters {
  display: flex;
  gap: 10px;
  margin-bottom: 25px;
}

.person-filter {
  background: #101010;
  color: #bbb;
  border: 1px solid #333;
  border-radius: 30px;
  padding: 9px 18px;
  cursor: pointer;
}

.person-filter:hover,
.person-filter.active {
  background: #6c4cff;
  border-color: #6c4cff;
  color: #fff;
}

/* Filmography cards */

.xplayer-person-filmography-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 20px;
}

.xplayer-person-credit-card {
  min-width: 0;
  cursor: pointer;
}

.xplayer-person-credit-poster {
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  border-radius: 12px;
  background: #151515;
  display: block;
  transition: transform 0.2s ease;
}

.xplayer-person-credit-card:hover .xplayer-person-credit-poster {
  transform: translateY(-5px);
}

.xplayer-person-credit-title {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
}

.xplayer-person-credit-year {
  color: #777;
  font-size: 13px;
  margin-top: 3px;
}

/* Responsive */

@media (max-width: 1100px) {
  .xplayer-person-filmography-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .xplayer-person-page {
    padding: 25px 15px 60px;
  }

  .xplayer-person-profile {
    flex-direction: column;
    gap: 25px;
  }

  .xplayer-person-photo-wrap {
    flex: none;
  }

  .xplayer-person-info h1 {
    font-size: 36px;
  }

  .xplayer-person-filmography-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
  }
}

.xplayer-cast-card {
  cursor: pointer;
}

.xplayer-biography-wrap {
  max-width: 900px;
}

#person-biography {
  color: #bbb;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

#person-biography.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#biography-toggle {
  margin-top: 10px;
  padding: 0;
  background: transparent;
  border: 0;
  color: #7c5cff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}

#biography-toggle:hover {
  text-decoration: underline;
}

/* ========================================
   XPLAYER TOP NAVBAR
======================================== */

.xplayer-navbar {
  position: relative;
  top: 0;
  z-index: 1000;
  width: 100%;
  padding: 16px 18px;

  margin-bottom: -100px;
}

.xplayer-navbar-inner {
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;

  display: flex;
  align-items: center;

  padding: 0 24px;

  background: rgba(7, 7, 9, 0.95);
  border: 1px solid #26262d;
  border-radius: 30px;
}

/* Logo */

.xplayer-logo {
  flex: 0 0 auto;
  margin-right: 38px;
}

.xplayer-logo img {
  display: block;
  height: 26px;
  width: auto;
}

/* Main navigation */

.xplayer-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

.xplayer-nav-links a {
  color: #9c9ca7;
  text-decoration: none;

  font-size: 14px;
  font-weight: 600;

  transition: color 0.2s ease;
}

.xplayer-nav-links a:hover,
.xplayer-nav-links a.active {
  color: #fff;
}

/* Search */

.xplayer-nav-search {
  margin-left: 0;
  width: 270px;
  height: 38px;

  display: flex;
  align-items: center;

  padding: 0 15px;

  background: #050505;
  border: 1px solid #2a2a31;
  border-radius: 22px;

  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.xplayer-nav-search:focus-within {
  border-color: #6f4cff;
  background: #090909;
}

.xplayer-nav-search span,
.xplayer-nav-search i {
  color: #8d8f99;
  font-size: 14px;
  margin-right: 10px;
  flex-shrink: 0;
}

.xplayer-nav-search input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;

  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

.xplayer-nav-search input::placeholder {
  color: #7f818b;
}

/* Right icons */

.xplayer-nav-icons {
  display: flex;
  align-items: center;
  gap: 10px;

  margin-left: 18px;
}

.xplayer-nav-icon {
  width: 30px;
  height: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  background: transparent;
  border: 0;

  color: #e9e9ec;
  text-decoration: none;

  cursor: pointer;
  border-radius: 50%;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.xplayer-nav-icon:hover {
  background: #17171c;
  color: #8d61ff;
}

/* Responsive */

@media (max-width: 1100px) {
  .xplayer-nav-links {
    gap: 18px;
  }

  .xplayer-nav-search {
    width: 190px;
  }
}

@media (max-width: 850px) {
  .xplayer-nav-links {
    display: none;
  }

  .xplayer-nav-search {
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .xplayer-navbar {
    padding: 10px;
  }

  .xplayer-navbar-inner {
    height: 52px;
    padding: 0 14px;
  }

  .xplayer-logo {
    margin-right: 15px;
  }

  .xplayer-nav-search {
    display: none;
  }

  .xplayer-nav-icons {
    margin-left: auto;
    gap: 5px;
  }
}

.xplayer-nav-search-wrap {
  position: relative;
  margin-left: auto;
}

/* ========================================
   NAVBAR SEARCH DROPDOWN
======================================== */

.xplayer-nav-search-wrap {
  position: relative;
  margin-left: auto;
}

/* Results dropdown */
#navbar-search-results {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;

  width: 340px;
  max-height: 430px;

  overflow-y: auto;

  background: rgba(12, 13, 20, 0.98);

  border: 1px solid rgba(124, 92, 255, 0.35);
  border-radius: 14px;

  box-shadow: none;

  padding: 8px;

  z-index: 5000;

  display: none;
}

/* Show dropdown when search is active */
#navbar-search-results.show {
  display: block;
}

/* Individual result */
.navbar-search-result {
  display: flex;
  align-items: center;
  gap: 12px;

  padding: 9px;

  border-radius: 10px;

  cursor: pointer;

  transition: background 0.2s ease;
}

.navbar-search-result:hover {
  background: rgba(124, 92, 255, 0.12);
}

/* Poster */
.navbar-search-result img {
  width: 52px;
  height: 76px;

  object-fit: cover;

  border-radius: 7px;

  flex-shrink: 0;
}

/* Information */
.navbar-search-result-info {
  min-width: 0;
  flex: 1;
}

.navbar-search-result-title {
  color: #fff;

  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  margin-bottom: 3px;
}

.navbar-search-result-type {
  color: #858896;

  font-size: 11px;
  font-weight: 600;

  text-transform: uppercase;

  margin-bottom: 5px;
}

.navbar-search-result-rating {
  color: #35e6b4;

  font-size: 12px;
  font-weight: 700;
}

/* Searching / empty states */
.navbar-search-loading,
.navbar-search-empty {
  padding: 18px;

  color: #9295a2;

  font-size: 13px;

  text-align: center;
}

/* Scrollbar */
#navbar-search-results::-webkit-scrollbar {
  width: 6px;
}

#navbar-search-results::-webkit-scrollbar-track {
  background: transparent;
}

#navbar-search-results::-webkit-scrollbar-thumb {
  background: #7c5cff;
  border-radius: 10px;
}

/* ========================================
   XPLAYER LIGHT MODE
======================================== */

.xplayer-light-mode body,
.xplayer-light-mode .xplayer-person-page {
  background: #f4f4f6 !important;
  color: #111 !important;
}

.xplayer-light-mode .xplayer-navbar-inner {
  background: rgba(255, 255, 255, 0.96);
  border-color: #d8d8de;
}

.xplayer-light-mode .xplayer-nav-links a {
  color: #5d5d66;
}

.xplayer-light-mode .xplayer-nav-links a:hover,
.xplayer-light-mode .xplayer-nav-links a.active {
  color: #111;
}

.xplayer-light-mode .xplayer-nav-search {
  background: #ffffff;
  border-color: #d7d7dd;
}

.xplayer-light-mode .xplayer-nav-search input {
  color: #111;
}

.xplayer-light-mode .xplayer-nav-search input::placeholder {
  color: #888;
}

.xplayer-light-mode .xplayer-nav-search i {
  color: #666;
}

.xplayer-light-mode .xplayer-nav-icon {
  color: #222;
}

.xplayer-light-mode .xplayer-nav-icon:hover {
  background: #eeeeF3;
  color: #7c5cff;
}

/* Person page */

.xplayer-light-mode .xplayer-person-info h1,
.xplayer-light-mode .xplayer-person-filmography h2,
.xplayer-light-mode .xplayer-person-credit-title {
  color: #111;
}

.xplayer-light-mode #person-biography,
.xplayer-light-mode .xplayer-person-meta span,
.xplayer-light-mode .xplayer-person-credit-year {
  color: #555;
}

.xplayer-light-mode .xplayer-person-meta span {
  background: #fff;
  border-color: #d8d8de;
}

.xplayer-light-mode .xplayer-person-profile {
  border-color: #d9d9df;
}

.xplayer-light-mode .person-filter {
  background: #fff;
  border-color: #d3d3d9;
  color: #555;
}

.xplayer-light-mode .person-filter.active,
.xplayer-light-mode .person-filter:hover {
  background: #7c5cff;
  border-color: #7c5cff;
  color: #fff;
}

/* Navbar search dropdown */

.xplayer-light-mode #navbar-search-results {
  background: rgba(255, 255, 255, 0.98);
  border-color: rgba(124, 92, 255, 0.35);
}

.xplayer-light-mode .navbar-search-result:hover {
  background: rgba(124, 92, 255, 0.10);
}

.xplayer-light-mode .navbar-search-result-title {
  color: #111;
}

.xplayer-light-mode .navbar-search-result-type {
  color: #777;
}

.xplayer-light-mode .navbar-search-loading,
.xplayer-light-mode .navbar-search-empty {
  color: #666;
}

.xplayer-light-mode .xplayer-person-back {
  color: #222 !important;
  background: #fff;
  border-color: #cfcfd6;
}

.xplayer-light-mode .xplayer-person-back:hover {
  color: #7c5cff !important;
  border-color: #7c5cff;
  background: #fff;
}

/* Smooth light/dark mode transition */

body,
.xplayer-person-page,
.xplayer-navbar-inner,
.xplayer-nav-search,
.xplayer-nav-icon,
.xplayer-nav-links a,
.xplayer-person-back,
.xplayer-person-meta span,
.person-filter,
#navbar-search-results,
.navbar-search-result {
  transition:
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease;
}

/* ========================================
   XPLAYER DEFAULT SERVER MODAL
======================================== */

#xplayer-server-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 20px;

  background: rgba(0, 0, 0, 0.72);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

#xplayer-server-modal.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.xplayer-server-modal-card {
  width: min(500px, 100%);

  background: #0d0d12;
  border: 1px solid #2b2b34;
  border-radius: 18px;

  padding: 24px;

  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.55);
}

.xplayer-server-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 20px;
}

.xplayer-server-modal-header h2 {
  margin: 0 0 5px;

  color: #fff;
  font-size: 24px;
  font-weight: 800;
}

.xplayer-server-modal-header p {
  margin: 0;

  color: #8e8e99;
  font-size: 13px;
}

.xplayer-server-modal-close {
  width: 36px;
  height: 36px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: #17171d;
  border: 1px solid #2e2e38;
  border-radius: 50%;

  color: #fff;

  cursor: pointer;
}

.xplayer-server-info {
  padding: 14px 16px;
  margin-bottom: 20px;

  background: rgba(124, 92, 255, 0.08);
  border: 1px solid rgba(124, 92, 255, 0.28);
  border-radius: 12px;

  color: #b5b5c0;
  font-size: 13px;
  line-height: 1.55;
}

.xplayer-server-options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

  gap: 12px;

  margin-bottom: 20px;
}

.xplayer-default-server {
  min-height: 52px;

  background: #15151b;
  border: 1px solid #2f2f38;
  border-radius: 12px;

  color: #d8d8df;

  font-size: 14px;
  font-weight: 700;

  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.xplayer-default-server:hover {
  border-color: #7c5cff;
}

.xplayer-default-server.active {
  background: rgba(124, 92, 255, 0.16);
  border-color: #7c5cff;
  color: #fff;
}

.xplayer-server-modal-done {
  width: 100%;
  height: 48px;

  background: #7c5cff;
  border: 0;
  border-radius: 12px;

  color: #fff;

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}

.xplayer-server-modal-done:hover {
  background: #6e4ef0;
}

/* ========================================
   XPLAYER TOAST
======================================== */

/* ========================================
   XPLAYER TOAST NOTIFICATIONS
======================================== */

#xplayer-toast-container {
  position: fixed;
  top: 24px;
  right: 24px;

  width: 360px;
  height: 100px;

  z-index: 100000;
  pointer-events: none;
}


/* Base toast */

.xplayer-toast {
  position: absolute;
  top: 0;
  right: 0;

  width: 100%;
  min-height: 54px;

  display: flex;
  align-items: center;
  gap: 10px;

  padding: 14px 16px;

  background: #052d17;
  border: 1px solid #0e6b36;
  border-radius: 10px;

  color: #67f5a3;

  font-size: 14px;
  font-weight: 700;

  box-sizing: border-box;

  opacity: 0;

  transform:
    translateY(45px)
    scale(0.96);

  transform-origin: top center;

  transition:
  transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
  opacity 0.25s ease;
}


/* Newest toast */

.xplayer-toast[data-position="0"] {
  transform:
    translateY(28px)
    scale(1);

  opacity: 1;

  z-index: 3;
}


/* One behind */

.xplayer-toast[data-position="1"] {
  transform:
    translateY(17px)
    scale(0.96);

  opacity: 0.8;

  z-index: 2;
}


/* Furthest behind */

.xplayer-toast[data-position="2"] {
  transform:
    translateY(7px)
    scale(0.92);

  opacity: 0.55;

  z-index: 1;
}


/* Toast leaving */

.xplayer-toast.removing {
  opacity: 0;

  transform:
    translateY(-4px)
    scale(0.9);
}


/* Success icon */

.xplayer-toast i {
  flex-shrink: 0;

  font-size: 16px;
  color: #67f5a3;
}

#xplayer-navbar-slot {
  position: sticky;
  top: 0;
  z-index: 10000;

  background: transparent;
}

/* Let shared navbar sit over the page background */
#xplayer-navbar-slot {
  background: transparent;
}

.xplayer-navbar {
  background: transparent;
}

.xplayer-person-page {
  padding-top: 120px;
}

.xplayer-hero-content {
  transform: translateY(30px);
}

/* =====================================================
   SHARED XPLAYER NAVBAR — CONSISTENT ACROSS ALL PAGES
===================================================== */

#xplayer-navbar-slot .xplayer-navbar {
  width: 100%;
  padding: 16px 18px;
  margin-bottom: -100px;
  box-sizing: border-box;
}

#xplayer-navbar-slot .xplayer-navbar-inner {
  width: 100%;
  max-width: 1280px;
  height: 68px;
  margin: 0 auto;

  display: flex;
  align-items: center;

  padding: 0 24px;
  box-sizing: border-box;

  background: rgba(7, 7, 9, 0.95);
  border: 1px solid #26262d;
  border-radius: 30px;
}

#xplayer-navbar-slot .xplayer-logo {
  flex: 0 0 auto;
  margin-right: 38px;
}

#xplayer-navbar-slot .xplayer-logo img {
  display: block;
  width: auto;
  height: 26px;
  max-width: none;
}

#xplayer-navbar-slot .xplayer-nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
}

#xplayer-navbar-slot .xplayer-nav-links a {
  padding: 0;
  margin: 0;

  color: #9c9ca7;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;

  text-decoration: none;
}

#xplayer-navbar-slot .xplayer-nav-search-wrap {
  position: relative;
  margin-left: auto;
}

#xplayer-navbar-slot .xplayer-nav-search {
  width: 270px;
  height: 38px;
  margin: 0;

  display: flex;
  align-items: center;

  padding: 0 15px;
  box-sizing: border-box;

  background: #050505;
  border: 1px solid #2a2a31;
  border-radius: 22px;
}

#xplayer-navbar-slot .xplayer-nav-search input {
  width: 100%;
  height: auto;

  padding: 0;
  margin: 0;

  border: 0;
  outline: 0;
  box-shadow: none;

  background: transparent;

  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

#xplayer-navbar-slot .xplayer-nav-icons {
  display: flex;
  align-items: center;

  gap: 10px;
  margin-left: 18px;
}

#xplayer-navbar-slot .xplayer-nav-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;
  margin: 0;

  background: transparent;
  border: 0;
  box-shadow: none;

  color: #e9e9ec;
  font-size: 14px;
  line-height: 1;

  text-decoration: none;
  border-radius: 50%;
}

/* ========================================
   SHARED NAVBAR HOVER STATES
======================================== */

#xplayer-navbar-slot .xplayer-nav-links a {
  transition:
    color 0.2s ease,
    opacity 0.2s ease;
}

#xplayer-navbar-slot .xplayer-nav-links a:hover,
#xplayer-navbar-slot .xplayer-nav-links a.active {
  color: #ffffff;
}

#xplayer-navbar-slot .xplayer-nav-icon {
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

#xplayer-navbar-slot .xplayer-nav-icon:hover {
  background: rgba(124, 92, 255, 0.14);
  color: #8d61ff;
  transform: translateY(-1px);
}

#xplayer-navbar-slot .xplayer-nav-search {
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease;
}

#xplayer-navbar-slot .xplayer-nav-search:focus-within {
  border-color: #7c5cff;
  background: #090909;
}

/* Hide navbar search on homepage and Anime pages */

.xplayer-home-page #xplayer-navbar-slot .xplayer-nav-search-wrap,
.xplayer-anime-page #xplayer-navbar-slot .xplayer-nav-search-wrap {
  display: none;
}

/* Keep navbar icons on the right when search is hidden */

.xplayer-home-page #xplayer-navbar-slot .xplayer-nav-icons,
.xplayer-anime-page #xplayer-navbar-slot .xplayer-nav-icons {
  margin-left: auto;
}

/* ========================================
   MOVIE / TV DETAILS LIGHT MODE
======================================== */

.xplayer-light-mode body {
  background: #f4f4f6 !important;
  color: #111 !important;
}

.xplayer-light-mode .xplayer-cast-section,
.xplayer-light-mode .xplayer-episodes-section,
.xplayer-light-mode .xplayer-section-inner {
  background: #f4f4f6 !important;
}

.xplayer-light-mode .xplayer-section-title,
.xplayer-light-mode .xplayer-cast-name,
.xplayer-light-mode .xplayer-episode-title,
.xplayer-light-mode .xplayer-episode-number {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-cast-character,
.xplayer-light-mode .xplayer-episode-overview,
.xplayer-light-mode .xplayer-episode-runtime {
  color: #666 !important;
}

.xplayer-light-mode .xplayer-episode-card {
  background: #fff !important;
  border-color: #d8d8de !important;
}

.xplayer-light-mode #season-select {
  background: #fff !important;
  color: #111 !important;
  border-color: #7c5cff !important;
}

/* ========================================
   SHARED NAVBAR LIGHT MODE OVERRIDE
======================================== */

.xplayer-light-mode #xplayer-navbar-slot .xplayer-navbar-inner {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: #d8d8de !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-links a {
  color: #5d5d66 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-links a:hover,
.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-links a.active {
  color: #111 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-search {
  background: #fff !important;
  border-color: #d7d7dd !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-search input {
  color: #111 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-search input::placeholder {
  color: #888 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-search i {
  color: #666 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-icon {
  color: #222 !important;
}

.xplayer-light-mode #xplayer-navbar-slot .xplayer-nav-icon:hover {
  background: rgba(124, 92, 255, 0.10) !important;
  color: #7c5cff !important;
}

/* ========================================
   FINAL MOVIE / TV LIGHT MODE FIX
======================================== */

/* Episodes outer area */
.xplayer-light-mode #episodes-section {
  background: #f4f4f6 !important;
  color: #111 !important;
}

/* Episodes inner area */
.xplayer-light-mode #episodes-section .xplayer-section-inner {
  background: #f4f4f6 !important;
}

/* Inline player / watch area */
.xplayer-light-mode .xplayer-inline-watch {
  background: #f4f4f6 !important;
  color: #111 !important;
}

.xplayer-light-mode .xplayer-inline-watch-inner {
  background: #f4f4f6 !important;
}

.xplayer-light-mode .xplayer-watch-topbar h2 {
  color: #111 !important;
}

.xplayer-light-mode #close-inline-player {
  background: #fff !important;
  color: #111 !important;
  border-color: #d0d0d6 !important;
}

.xplayer-light-mode #inline-server-select {
  background: #fff !important;
  color: #111 !important;
  border-color: #7c5cff !important;
}

/* ========================================
   MOVIE / TV HERO LIGHT MODE
======================================== */

.xplayer-light-mode .xplayer-details-hero {
  background-color: #f4f4f6 !important;
}

.xplayer-light-mode .xplayer-details-overlay {
  background:
    linear-gradient(
      to bottom,
      rgba(244, 244, 246, 0.10) 0%,
      rgba(244, 244, 246, 0.35) 45%,
      rgba(244, 244, 246, 0.88) 82%,
      #f4f4f6 100%
    ) !important;
}

.xplayer-light-mode .xplayer-details-content {
  color: #111 !important;
}

.xplayer-light-mode #details-title {
  color: #111 !important;
}

.xplayer-light-mode #details-year,
.xplayer-light-mode #details-seasons,
.xplayer-light-mode #details-overview {
  color: #273042 !important;
}

.xplayer-light-mode .xplayer-meta-badge {
  background: #eef0f5 !important;
  border-color: #d2d6df !important;
  color: #273042 !important;
}

.xplayer-light-mode .xplayer-trailer-btn,
.xplayer-light-mode .xplayer-add-btn {
  background: rgba(255, 255, 255, 0.88) !important;
  border-color: #cfd4df !important;
  color: #182033 !important;
}

.xplayer-light-mode .xplayer-play-btn {
  background: #6c3cff !important;
  color: #fff !important;
}

/* ========================================
   EPISODE PURPLE ACCENTS IN LIGHT MODE
======================================== */

.xplayer-light-mode .xplayer-episode-card:hover {
  border-color: #7c5cff !important;
  box-shadow: 0 0 0 1px rgba(124, 92, 255, 0.15);
}

.xplayer-light-mode .xplayer-episode-runtime {
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-episode-card:hover .xplayer-episode-runtime {
  color: #8d6cff !important;
}

/* ========================================
   SERVER MODAL LIGHT MODE
======================================== */

.xplayer-light-mode .xplayer-server-modal-card {
  background: #f7f7f9 !important;
  border-color: #d7d7df !important;
  color: #111 !important;
}

.xplayer-light-mode .xplayer-server-modal-header h2 {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-server-modal-header p,
.xplayer-light-mode .xplayer-server-info {
  color: #666 !important;
}

.xplayer-light-mode .xplayer-server-modal-close {
  color: #555 !important;
}

.xplayer-light-mode .xplayer-server-modal-close:hover {
  background: #e9e9ee !important;
  color: #7c5cff !important;
}

/* Server choices */
.xplayer-light-mode .xplayer-default-server {
  background: #fff !important;
  border-color: #d7d7df !important;
  color: #222 !important;
}

.xplayer-light-mode .xplayer-default-server:hover {
  border-color: #7c5cff !important;
  background: #f4f1ff !important;
}

/* Currently selected server */
.xplayer-light-mode .xplayer-default-server.active {
  background: rgba(124, 92, 255, 0.12) !important;
  border-color: #7c5cff !important;
  color: #6c3cff !important;
}

/* Done button */
.xplayer-light-mode .xplayer-server-modal-done {
  background: #6c3cff !important;
  color: #fff !important;
}

/* ========================================
   XPLAYER CONTINUE WATCHING
======================================== */

.xplayer-home-section {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 24px 20px;
}

.xplayer-home-section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;

  margin-bottom: 18px;
}

.xplayer-home-section-header h2 {
  margin: 0;

  display: flex;
  align-items: center;
  gap: 10px;

  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

.xplayer-home-section-header h2 i {
  color: #7c5cff;
  font-size: 22px;
}

.xplayer-home-section-link {
  color: #8d6cff;
  text-decoration: none;

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.xplayer-home-section-link:hover {
  color: #a58cff;
}


/* Row */

.xplayer-continue-row {
  display: flex;
  gap: 16px;
  justify-content: flex-start;

  overflow: hidden;

  padding-top: 8px;
  padding-bottom: 8px;
}


/* Card */

.xplayer-continue-card {
  flex: 0 0 245px;

  cursor: pointer;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}


.xplayer-continue-card:hover {
  transform: translateY(-4px);
}


/* Backdrop */

.xplayer-continue-image {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 9;

  background-size: cover;
  background-position: center;

  border: 1px solid #272733;
  border-radius: 12px;

  overflow: hidden;
}

.xplayer-continue-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.38),
      transparent 60%
    );
}


/* Season / movie badge */

.xplayer-continue-badge {
  position: absolute;
  right: 8px;
  bottom: 8px;

  z-index: 2;

  padding: 4px 7px;

  background: #6c3cff;
  border-radius: 6px;

  color: #fff;

  font-size: 10px;
  font-weight: 800;
}


/* Title */

.xplayer-continue-title {
  margin-top: 8px;

  color: #fff;

  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Continue Watching hover controls */

.xplayer-continue-image {
  transition:
    border-color 0.2s ease,
    transform 0.2s ease;
}

.xplayer-continue-card:hover .xplayer-continue-image {
  border-color: #7c5cff;
}

.xplayer-continue-play {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  z-index: 2;

  opacity: 0;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;

  pointer-events: none;
}

.xplayer-continue-play i {
  width: 42px;
  height: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;

  color: #7c5cff;
  font-size: 16px;

  padding-left: 2px;
}

.xplayer-continue-card:hover .xplayer-continue-play {
  opacity: 1;
}

.xplayer-continue-remove {
  position: absolute;
  top: 8px;
  right: 8px;

  z-index: 4;

  width: 26px;
  height: 26px;

  display: grid;
  place-items: center;

  padding: 0;

  background: rgba(25, 25, 32, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;

  color: #fff;
  font-size: 18px;
  font-family: Arial, sans-serif;
  line-height: 1;

  cursor: pointer;

  opacity: 0;
  transform: scale(0.9);

  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    background 0.2s ease;
}

.xplayer-continue-card:hover .xplayer-continue-remove {
  opacity: 1;
  transform: scale(1);
}

.xplayer-continue-remove:hover {
  background: #7c5cff;
}

.xplayer-continue-title {
  transition: color 0.2s ease;
}

.xplayer-continue-card:hover .xplayer-continue-title {
  color: #7c5cff;
}

.xplayer-continue-meta {
  margin-top: 4px;

  display: flex;
  align-items: center;
  gap: 6px;

  color: #777b88;
  font-size: 11px;
  font-weight: 500;
}

.xplayer-continue-meta i {
  font-size: 10px;
}

.xplayer-continue-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 3px;

  background: rgba(255, 255, 255, 0.12);

  z-index: 3;
}

.xplayer-continue-progress-bar {
  height: 100%;
  width: 35%;

  background: #7c5cff;
  border-radius: 0 3px 3px 0;
}

/* ========================================
   CONTINUE WATCHING FINAL POLISH
======================================== */

.xplayer-continue-card {
  flex: 0 0 250px;
}

.xplayer-continue-title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}

.xplayer-continue-meta {
  margin-top: 5px;
  color: #7c7f8a;
  font-size: 11px;
}

.xplayer-continue-progress {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;

  height: 3px;

  background: rgba(255, 255, 255, 0.16);

  z-index: 3;
}

.xplayer-continue-progress-bar {
  height: 100%;
  width: 35%;

  background: #7c5cff;
  border-radius: 0 3px 3px 0;
}

.xplayer-continue-card:hover .xplayer-continue-title {
  color: #7c5cff;
}

/* ========================================
   CONTINUE WATCHING PAGE
======================================== */

.xplayer-watch-history-page {
  max-width: 1280px;
  margin: 0 auto;
  padding: 130px 24px 80px;
}

.xplayer-watch-history-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;

  margin-bottom: 28px;
}

.xplayer-watch-history-header h1 {
  margin: 0 0 6px;

  color: #fff;
  font-size: 42px;
  font-weight: 800;
}

.xplayer-watch-history-header p {
  margin: 0;

  color: #8d909b;
  font-size: 15px;
}

.xplayer-clear-history {
  display: flex;
  align-items: center;
  gap: 8px;

  padding: 11px 16px;

  background: transparent;
  border: 1px solid rgba(255, 74, 74, 0.45);
  border-radius: 999px;

  color: #ff6262;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;

  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}

.xplayer-clear-history:hover {
  background: rgba(255, 74, 74, 0.10);
  border-color: #ff6262;
}


/* Grid */

.xplayer-watch-history-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}


/* Card */

.xplayer-history-card {
  background: #0c0c10;
  border: 1px solid #24242d;
  border-radius: 14px;

  overflow: hidden;
  cursor: pointer;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.xplayer-history-card:hover {
  transform: translateY(-4px);
  border-color: #7c5cff;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.28);
}


/* Image */

.xplayer-history-image {
  position: relative;

  width: 100%;
  aspect-ratio: 16 / 9;

  background-size: cover;
  background-position: center;
}

.xplayer-history-image::after {
  content: "";

  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      to top,
      rgba(0, 0, 0, 0.38),
      transparent 55%
    );
}


/* Type badge */

.xplayer-history-type,
.xplayer-history-episode {
  position: absolute;
  top: 9px;

  z-index: 3;

  padding: 4px 7px;

  border-radius: 6px;

  color: #fff;
  font-size: 10px;
  font-weight: 800;
}

.xplayer-history-type {
  left: 9px;
  background: #248bd6;
}

.xplayer-history-episode {
  right: 9px;
  background: #7c5cff;
}


/* Hover play */

.xplayer-history-play {
  position: absolute;
  inset: 0;

  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.xplayer-history-play i {
  width: 48px;
  height: 48px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding-left: 3px;

  background: rgba(255, 255, 255, 0.94);
  border-radius: 50%;

  color: #7c5cff;
  font-size: 18px;
}

.xplayer-history-card:hover .xplayer-history-play {
  opacity: 1;
}


/* Bottom info */

.xplayer-history-card-info {
  padding: 12px 14px 14px;
}

.xplayer-history-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.xplayer-history-title {
  min-width: 0;

  color: #fff;
  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: color 0.2s ease;
}

.xplayer-history-card:hover .xplayer-history-title {
  color: #7c5cff;
}


/* Remove button */

.xplayer-history-remove {
  flex-shrink: 0;

  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  padding: 0;

  background: transparent;
  border: 0;
  border-radius: 50%;

  color: #686b76;

  cursor: pointer;

  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.xplayer-history-remove:hover {
  background: rgba(255, 74, 74, 0.10);
  color: #ff6262;
}


/* Date */

.xplayer-history-meta {
  margin-top: 6px;

  display: flex;
  align-items: center;
  gap: 6px;

  color: #777b87;
  font-size: 11px;
}


/* Empty state */

.xplayer-watch-history-empty {
  padding: 70px 20px;

  color: #777b87;

  text-align: center;
  font-size: 15px;
}


/* Responsive */

@media (max-width: 1000px) {
  .xplayer-watch-history-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 750px) {
  .xplayer-watch-history-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xplayer-watch-history-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .xplayer-watch-history-header h1 {
    font-size: 34px;
  }
}

@media (max-width: 480px) {
  .xplayer-watch-history-grid {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   XPLAYER MEDIA ROW / NEW RELEASES
======================================== */

.xplayer-media-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px;
}

.xplayer-media-card {
  min-width: 0;
  cursor: pointer;

  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.xplayer-media-card:hover {
  transform: translateY(-4px);
}

.xplayer-media-poster-wrap {
  position: relative;

  width: 100%;
  aspect-ratio: 2 / 3;

  border: 1px solid #262631;
  border-radius: 12px;

  overflow: hidden;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.xplayer-media-card:hover .xplayer-media-poster-wrap {
  border-color: #7c5cff;

  box-shadow:
    0 8px 28px rgba(0, 0, 0, 0.28);
}

.xplayer-media-poster {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.xplayer-media-rating {
  position: absolute;
  top: 8px;
  right: 8px;

  display: flex;
  align-items: center;
  gap: 4px;

  padding: 5px 7px;

  background: rgba(8, 8, 12, 0.88);
  border-radius: 7px;

  color: #fff;

  font-size: 11px;
  font-weight: 700;
}

.xplayer-media-rating i {
  color: #7c5cff;
  font-size: 10px;
}

.xplayer-media-title {
  margin-top: 9px;

  color: #fff;

  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: color 0.2s ease;
}

.xplayer-media-card:hover .xplayer-media-title {
  color: #7c5cff;
}

.xplayer-media-year {
  margin-top: 3px;

  color: #777b87;

  font-size: 11px;
  font-weight: 500;
}


/* Light mode */

.xplayer-light-mode .xplayer-media-poster-wrap {
  border-color: #d8d8df;
}

.xplayer-light-mode .xplayer-media-title {
  color: #111;
}

.xplayer-light-mode .xplayer-media-year {
  color: #666;
}


/* Responsive */

@media (max-width: 1100px) {
  .xplayer-media-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 750px) {
  .xplayer-media-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 520px) {
  .xplayer-media-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Trending media type badge */

.xplayer-media-type {
  position: absolute;
  top: 8px;
  left: 8px;

  z-index: 2;

  padding: 5px 8px;

  background: rgba(124, 92, 255, 0.92);
  border-radius: 7px;

  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
}

.xplayer-home-page {
  background:
    radial-gradient(
      ellipse at 50% 12%,
      rgba(124, 72, 255, 0.20) 0%,
      rgba(102, 52, 220, 0.12) 20%,
      rgba(60, 30, 130, 0.07) 38%,
      rgba(20, 10, 45, 0.035) 58%,
      rgba(0, 0, 0, 0) 78%
    ),
    #000 !important;

  background-attachment: fixed;
}

.xplayer-home-page .xplayer-hero,
.xplayer-home-page .xplayer-home-section {
  background: transparent !important;
}

/* Tighter homepage section spacing */

/* Compact homepage section spacing */

.xplayer-hero {
  padding-bottom: 25px !important;
}

.xplayer-home-section {
  padding-top: 20px !important;
  padding-bottom: 16px !important;
}

#xplayer-continue-section {
  padding-top: 16px !important;
  padding-bottom: 10px !important;
}

/* ========================================
   HOMEPAGE LIGHT MODE
======================================== */

.xplayer-light-mode.xplayer-home-page {
  background:
    radial-gradient(
      ellipse at 50% 12%,
      rgba(124, 72, 255, 0.08) 0%,
      rgba(102, 52, 220, 0.045) 22%,
      rgba(255, 255, 255, 0) 60%
    ),
    #f4f4f6 !important;
}


/* Hero */

.xplayer-light-mode .xplayer-heading {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-heading span {
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-subtitle {
  color: #707481 !important;
}

.xplayer-light-mode .xplayer-badge {
  background: rgba(124, 92, 255, 0.08) !important;
  border-color: rgba(124, 92, 255, 0.30) !important;
  color: #7c5cff !important;
}


/* Hero search */

.xplayer-light-mode .xplayer-search {
  background: #fff !important;
  border-color: #d5d7df !important;
}

.xplayer-light-mode .xplayer-search input {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-search input::placeholder {
  color: #888c98 !important;
}

.xplayer-light-mode .xplayer-search i {
  color: #7c5cff !important;
}


/* Homepage sections */

.xplayer-light-mode .xplayer-home-section {
  background: transparent !important;
}

.xplayer-light-mode .xplayer-home-section-header h2 {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-home-section-header h2 i {
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-home-section-link {
  color: #7c5cff !important;
}


/* Continue Watching */

.xplayer-light-mode .xplayer-continue-title {
  color: #18181d !important;
}

.xplayer-light-mode .xplayer-continue-meta {
  color: #777b87 !important;
}

.xplayer-light-mode .xplayer-continue-card:hover .xplayer-continue-title {
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-continue-image {
  border-color: #d4d6de !important;
}

.xplayer-light-mode .xplayer-continue-card:hover .xplayer-continue-image {
  border-color: #7c5cff !important;
}


/* New Releases / Trending */

.xplayer-light-mode .xplayer-media-title {
  color: #18181d !important;
}

.xplayer-light-mode .xplayer-media-year {
  color: #727681 !important;
}

.xplayer-light-mode .xplayer-media-card:hover .xplayer-media-title {
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-media-poster-wrap {
  border-color: #d4d6de !important;
}

.xplayer-light-mode .xplayer-media-card:hover .xplayer-media-poster-wrap {
  border-color: #7c5cff !important;
}

/* Force homepage hero search into light mode */
html.xplayer-light-mode body.xplayer-home-page .xplayer-hero .xplayer-search {
  background: #ffffff !important;
  border-color: #d5d7df !important;
}

html.xplayer-light-mode body.xplayer-home-page .xplayer-hero .xplayer-search input {
  background: transparent !important;
  color: #111111 !important;
}

html.xplayer-light-mode body.xplayer-home-page .xplayer-hero .xplayer-search input::placeholder {
  color: #858995 !important;
}

html.xplayer-light-mode body.xplayer-home-page .xplayer-hero .xplayer-search i {
  color: #7c5cff !important;
}

/* Homepage search results - light mode */

.xplayer-light-mode #xplayer-search-results .xplayer-result-title {
  color: #111 !important;
}

.xplayer-light-mode #xplayer-search-results .xplayer-result-type {
  color: #6f7380 !important;
}

/* XPlayer Global Font */

body,
button,
input,
select,
textarea {
  font-family: 'Poppins', sans-serif !important;
}

/* Larger XPlayer homepage hero */

.xplayer-heading {
  font-size: 78px !important;
  line-height: 1.03 !important;
  letter-spacing: -2px;
}

.xplayer-subtitle {
  font-size: 20px !important;
  margin-top: 24px !important;
}

.xplayer-search {
  max-width: 720px !important;
  min-height: 64px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.xplayer-search input {
  font-size: 17px !important;
}

.xplayer-search i {
  font-size: 20px !important;
}

/* Stronger homepage section heading sizing */

.xplayer-home-page .xplayer-home-section-header h2 {
  font-size: 36px !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
}

.xplayer-home-page .xplayer-home-section-header h2 i {
  font-size: 30px !important;
  margin-right: 8px !important;
}

.xplayer-home-page .xplayer-home-section-link {
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* ========================================
   XPLAYER MOVIES PAGE
======================================== */

.xplayer-movies-page,
.xplayer-tv-page {
  background:
    radial-gradient(
      ellipse at 50% 12%,
      rgba(124, 72, 255, 0.20) 0%,
      rgba(102, 52, 220, 0.12) 20%,
      rgba(60, 30, 130, 0.07) 38%,
      rgba(20, 10, 45, 0.035) 58%,
      rgba(0, 0, 0, 0) 78%
    ),
    #000 !important;

  background-attachment: fixed;
  min-height: 100vh;
}

.xplayer-movies-main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 120px 24px 70px;
}

.xplayer-movies-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}

.xplayer-movies-title-wrap h1 {
  margin: 0;
  color: #fff;
  font-size: 46px;
  font-weight: 800;
}

.xplayer-movies-title-wrap p {
  margin: 7px 0 0;
  color: #8b8f9c;
  font-size: 15px;
}

.xplayer-movies-top-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.xplayer-movie-year-filter {
  min-width: 145px;
  height: 42px;
  padding: 0 14px;

  background: #12131a;
  border: 1px solid #2c2f3a;
  border-radius: 10px;

  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.xplayer-movie-sort-group {
  display: flex;
  gap: 8px;
}

.xplayer-movie-sort {
  height: 42px;
  padding: 0 16px;

  background: transparent;
  border: 1px solid #2c2f3a;
  border-radius: 999px;

  color: #9a9dab;
  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

.xplayer-movie-sort.active {
  background: #7c5cff;
  border-color: #7c5cff;
  color: #fff;
}

.xplayer-movie-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 28px;
}

.xplayer-genre-filter {
  padding: 8px 14px;

  background: transparent;
  border: 1px solid #2b2d36;
  border-radius: 999px;

  color: #9b9eaa;
  font-size: 13px;
  font-weight: 600;

  cursor: pointer;
}

.xplayer-genre-filter:hover {
  border-color: #7c5cff;
  color: #fff;
}

.xplayer-genre-filter.active {
  background: #7c5cff;
  border-color: #7c5cff;
  color: #fff;
}

.xplayer-movies-grid {
  margin-top: 6px;
}

.xplayer-movies-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  margin-top: 42px;
}

.xplayer-page-btn {
  padding: 9px 14px;

  background: transparent;
  border: 1px solid #2c2f3a;
  border-radius: 9px;

  color: #b5b8c3;
  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

.xplayer-page-btn:hover {
  border-color: #7c5cff;
  color: #fff;
}

#movies-page-number {
  color: #7f838f;
  font-size: 12px;
  font-weight: 600;
}


/* ========================================
   MOVIES PAGE LIGHT MODE
======================================== */

html.xplayer-light-mode body.xplayer-movies-page {
  background:
    radial-gradient(
      ellipse at 50% 12%,
      rgba(124, 72, 255, 0.09) 0%,
      rgba(102, 52, 220, 0.05) 22%,
      rgba(124, 72, 255, 0.025) 42%,
      rgba(255, 255, 255, 0) 70%
    ),
    #f4f4f6 !important;

  background-attachment: fixed;
}

.xplayer-light-mode .xplayer-movies-title-wrap h1 {
  color: #111 !important;
}

.xplayer-light-mode .xplayer-movies-title-wrap p {
  color: #707481 !important;
}

/* Year dropdown */

.xplayer-light-mode .xplayer-movie-year-filter {
  background: #fff !important;
  border-color: #d6d8df !important;
  color: #18181d !important;
}

/* Popular / Top Rated */

.xplayer-light-mode .xplayer-movie-sort {
  background: transparent !important;
  border-color: #d6d8df !important;
  color: #626670 !important;
}

.xplayer-light-mode .xplayer-movie-sort:hover {
  border-color: #7c5cff !important;
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-movie-sort.active {
  background: #7c5cff !important;
  border-color: #7c5cff !important;
  color: #fff !important;
}

/* Genres */

.xplayer-light-mode .xplayer-genre-filter {
  background: transparent !important;
  border-color: #d6d8df !important;
  color: #626670 !important;
}

.xplayer-light-mode .xplayer-genre-filter:hover {
  border-color: #7c5cff !important;
  color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-genre-filter.active {
  background: #7c5cff !important;
  border-color: #7c5cff !important;
  color: #fff !important;
}

/* Movie cards */

.xplayer-light-mode .xplayer-movies-grid .xplayer-media-title {
  color: #18181d !important;
}

.xplayer-light-mode .xplayer-movies-grid .xplayer-media-year {
  color: #737782 !important;
}

.xplayer-light-mode .xplayer-movies-grid .xplayer-media-poster-wrap {
  border-color: #d4d6de !important;
}

.xplayer-light-mode .xplayer-movies-grid .xplayer-media-card:hover .xplayer-media-poster-wrap {
  border-color: #7c5cff !important;
}

.xplayer-light-mode .xplayer-movies-grid .xplayer-media-card:hover .xplayer-media-title {
  color: #7c5cff !important;
}

/* Pagination */

.xplayer-light-mode .xplayer-page-btn {
  background: #fff !important;
  border-color: #d6d8df !important;
  color: #60646f !important;
}

.xplayer-light-mode .xplayer-page-btn:hover {
  border-color: #7c5cff !important;
  color: #7c5cff !important;
}

.xplayer-light-mode #movies-page-number {
  color: #6d717c !important;
}


/* Responsive */

@media (max-width: 850px) {
  .xplayer-movies-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .xplayer-movies-top-controls {
    width: 100%;
    flex-wrap: wrap;
  }
}

@media (max-width: 600px) {
  .xplayer-movies-title-wrap h1 {
    font-size: 38px;
  }

  .xplayer-movies-main {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ========================================
   MOVIES PAGE POLISH
======================================== */

.xplayer-movies-loading {
  grid-column: 1 / -1;

  padding: 50px 0;

  color: #8b8f9c;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.xplayer-page-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}

.xplayer-movies-grid .xplayer-media-card {
  opacity: 0;
  animation: xplayerMovieFadeIn 0.4s ease forwards;
}

@keyframes xplayerMovieFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.xplayer-light-mode .xplayer-movie-sort.active,
.xplayer-light-mode .xplayer-genre-filter.active {
  background: #7c5cff !important;
  border-color: #7c5cff !important;
  color: #fff !important;
}

.xplayer-light-mode .xplayer-movie-sort:hover,
.xplayer-light-mode .xplayer-genre-filter:hover,
.xplayer-light-mode .xplayer-page-btn:hover {
  border-color: #7c5cff !important;
  color: #7c5cff !important;
}

.xplayer-light-mode #movies-page-number {
  color: #676b76;
}

#xplayer-page-content {
  opacity: 1;
  transition: opacity 0.12s ease;
}

#xplayer-page-content.xplayer-page-leaving {
  opacity: 0;
}

/* XPlayer Movie / TV card hover play button */

.xplayer-media-poster-wrap {
  position: relative;
  overflow: hidden;
}

.xplayer-card-play {
  position: absolute;
  top: 50%;
  left: 50%;

  width: 54px;
  height: 54px;

  background: #fff;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  transform: translate(-50%, -50%) scale(0.85);
  opacity: 0;

  pointer-events: none;
  z-index: 10;

  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.xplayer-card-play i {
  color: #7c48ff;
  font-size: 18px;
  margin-left: 3px;
}

.xplayer-media-card:hover .xplayer-card-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

/* Homepage search result hover */

.xplayer-result-card {
  position: relative;
  cursor: pointer;
}

.xplayer-result-card img {
  transition: transform 0.2s ease;
}

.xplayer-result-card:hover img {
  transform: scale(1.02);
  filter: none;
}

.xplayer-result-card:hover .xplayer-result-title {
  color: #7c48ff !important;
}

/* Play button only over poster area */

.xplayer-result-card .xplayer-card-play {
  top: 42%;
}

.xplayer-result-card:hover .xplayer-card-play {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.xplayer-result-card img {
  border: 1px solid transparent;
  border-radius: 10px;
}

.xplayer-result-card:hover img {
  border-color: #7c48ff;
}

/* Active navbar section */
#xplayer-navbar-slot a.active {
  color: #FFFFFF !important;
}






.xplayer-anime-page {
  background:
    radial-gradient(
      ellipse at 50% 12%,
      rgba(124, 72, 255, 0.20) 0%,
      rgba(102, 52, 220, 0.12) 20%,
      rgba(60, 30, 130, 0.07) 38%,
      rgba(20, 10, 45, 0.035) 58%,
      rgba(0, 0, 0, 0) 78%
    ),
    #000 !important;

  background-attachment: fixed;
  min-height: 100vh;
}

.xplayer-anime-main {
  max-width: 1280px;
  width: 100%;

  margin: 0 auto;
  padding: 120px 24px 70px;
}

.xplayer-anime-page .xplayer-movies-title-wrap {
  min-width: 330px;
}

.xplayer-anime-page .xplayer-movies-top-controls {
  margin-left: auto;
}

.xplayer-anime-header h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 800;
  margin-bottom: 8px;
}

.xplayer-anime-header p {
  color: #9a9a9f;
  margin: 0;
}

.xplayer-anime-search {
  position: relative;
  width: 100%;
  max-width: 700px;
  margin: 30px auto;
}

.xplayer-anime-search i {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d8d95;
}

.xplayer-anime-search input {
  width: 100%;
  height: 52px;
  padding: 0 20px 0 48px;

  background: rgba(20, 20, 24, 0.9);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;

  color: #fff;
  outline: none;
}

.xplayer-anime-search input:focus {
  border-color: #7c48ff;
}

.xplayer-anime-grid {
  display: grid;
  grid-template-columns: repeat(6, 190px);
  justify-content: center;
  gap: 26px 18px;
}

.xplayer-anime-card {
  cursor: pointer;
}

.xplayer-anime-poster-wrap {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.xplayer-anime-poster {
  display: block;
  width: 100%;
  aspect-ratio: 2 / 3;
  object-fit: cover;

  transition:
    transform 0.2s ease,
    border-color 0.2s ease;
}

.xplayer-anime-card:hover .xplayer-anime-poster {
  transform: scale(1.025);
}

.xplayer-anime-rating {
  position: absolute;
  top: 10px;
  right: 10px;

  padding: 5px 8px;
  border-radius: 7px;

  background: rgba(0,0,0,0.75);
  color: #fff;

  font-size: 12px;
  font-weight: 700;
}

.xplayer-anime-rating i {
  color: #f5c518;
}

.xplayer-anime-title {
  margin-top: 11px;

  color: #fff;
  font-size: 15px;
  font-weight: 700;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  transition: color 0.2s ease;
}

.xplayer-anime-card:hover .xplayer-anime-title {
  color: #7c48ff;
}

.xplayer-anime-year {
  margin-top: 3px;
  color: #85858b;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .xplayer-anime-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .xplayer-anime-main {
    width: min(100% - 28px, 1500px);
  }

  .xplayer-anime-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Anime card red theme */
.xplayer-anime-page .xplayer-media-type {
  background: #e50914;
}

.xplayer-anime-page .xplayer-media-rating i {
  color: #e50914;
}

.xplayer-anime-page .xplayer-media-card:hover .xplayer-media-poster-wrap {
  border-color: #e50914;
}

.xplayer-anime-page .xplayer-media-card:hover .xplayer-media-title {
  color: #e50914;
}

.xplayer-anime-page .xplayer-card-play i {
  color: #e50914;
}

.xplayer-anime-page .xplayer-anime-search input:focus {
  border-color: #e50914 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-media-card:hover
.xplayer-media-title {
  color: #e50914 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-media-card:hover
.xplayer-media-poster-wrap {
  border-color: #e50914 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-card-play i {
  color: #e50914 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-search input {
  background: #ffffff !important;
  color: #18181d !important;
  border-color: #d4d6de !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-search input::placeholder {
  color: #727681 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-search input:focus {
  border-color: #e50914 !important;
}

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-search i {
  color: #e50914 !important;
}


/* Anime details hero */

.xplayer-anime-details-content {
  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 750px;
}

.xplayer-anime-details-overlay {
  position: absolute;
  inset: 0;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.88) 0%,
      rgba(0, 0, 0, 0.62) 38%,
      rgba(0, 0, 0, 0.18) 68%,
      rgba(0, 0, 0, 0.05) 100%
    ),
   linear-gradient(
  0deg,
  #000000 0%,
  rgba(0, 0, 0, 0.92) 12%,
  rgba(0, 0, 0, 0.55) 28%,
  rgba(0, 0, 0, 0.16) 52%,
  rgba(0, 0, 0, 0.10) 100%
);

  z-index: 1;
}

.xplayer-anime-details-content h1 {
  color: #ffffff;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 18px;
}

.xplayer-anime-details-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;

  margin-bottom: 20px;

  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
}

#anime-details-rating {
  color: #e50914;
  font-weight: 700;
}

.xplayer-anime-details-content #anime-details-description {
  max-width: 680px;
  margin: 0;

  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.7;
}

.xplayer-anime-details-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.xplayer-anime-match {
  color: #e50914 !important;
  border-color: #e50914 !important;
}

.xplayer-anime-genres {
  margin: 16px 0 6px;

  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 600;
}

.xplayer-anime-page .xplayer-episode-card.active {
  border-color: #e50914 !important;
  background: rgba(229, 9, 20, 0.08);
}

.xplayer-anime-page .xplayer-episode-card.active .xplayer-episode-number,
.xplayer-anime-page .xplayer-episode-card.active .xplayer-episode-title {
  color: #e50914;
}

.xplayer-anime-page .xplayer-episode-card:hover {
  border-color: #e50914 !important;
}

.xplayer-anime-page .xplayer-episode-card:hover .xplayer-episode-title {
  color: #e50914 !important;
}

.xplayer-anime-page .xplayer-episode-card.active {
  border-color: #e50914 !important;
  background: rgba(229, 9, 20, 0.08);
}

.xplayer-anime-page .xplayer-episode-card.active .xplayer-episode-title,
.xplayer-anime-page .xplayer-episode-card.active .xplayer-episode-number {
  color: #e50914 !important;
}

/* =========================================
   ANIME PLAYER CONTROLS
   ========================================= */

.xplayer-anime-page .xplayer-watch-controls {
  display: flex;
  align-items: center;
  gap: 10px;
}


/* SERVER + SUB/DUB DROPDOWNS */

.xplayer-anime-page #anime-server-select,
.xplayer-anime-page #anime-language-select {
  height: 46px;
  min-width: 140px;

  padding: 0 42px 0 18px;

  background-color: #17171f;
  color: #ffffff;

  border: 1px solid #30303a;
  border-radius: 10px;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;

  cursor: pointer;
  outline: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}


/* SUB/DUB CAN BE SMALLER */

.xplayer-anime-page #anime-language-select {
  min-width: 110px;
}


/* RED WHEN DROPDOWN IS SELECTED/FOCUSED */

.xplayer-anime-page #anime-server-select:focus,
.xplayer-anime-page #anime-language-select:focus {
  border-color: #e50914;
  box-shadow: 0 0 0 1px #e50914;
}


/* Anime back to details button - same as movie/TV */
#close-anime-player {
    height: 46px;
    padding: 0 22px;

    background: #080808;
    color: #fff;

    border: 1px solid #333;
    border-radius: 23px;

    font-size: 14px;
    font-weight: 700;
    cursor: pointer;

    white-space: nowrap;
flex-shrink: 0;
}



/* =========================================
   ANIME TRAILER POPUP
   ========================================= */

.anime-trailer-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;

    display: none;
    align-items: center;
    justify-content: center;
}

.anime-trailer-modal.active {
    display: flex;
}

.anime-trailer-backdrop {
    position: absolute;
    inset: 0;

    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
}

.anime-trailer-box {
    position: relative;
    z-index: 1;

    width: min(900px, 85vw);
    aspect-ratio: 16 / 9;

    background: #000;
    border: 1px solid #2c2c32;
    border-radius: 16px;

    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.65);
}

.anime-trailer-box iframe {
    width: 100%;
    height: 100%;
    display: block;
}

.anime-trailer-close {
    position: absolute;
    top: 12px;
    right: 12px;

    width: 38px;
    height: 38px;

    z-index: 5;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(0, 0, 0, 0.75);
    color: #fff;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    font-size: 24px;
    line-height: 1;

    cursor: pointer;
}

.anime-trailer-close:hover {
    background: #e50914;
    border-color: #e50914;
}


/* =========================================
   ANIME SINGLE - LIGHT MODE
   ========================================= */

/* Hero text */
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-details-content h1,
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-details-meta,
html.xplayer-light-mode body.xplayer-anime-page
#anime-details-description,
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-genres {
  color: #18181d !important;
}


/* Anime match badge stays red */
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-match {
  color: #e50914 !important;
  border-color: #e50914 !important;
}


/* Server + Sub/Dub dropdowns */
html.xplayer-light-mode body.xplayer-anime-page
#anime-server-select,
html.xplayer-light-mode body.xplayer-anime-page
#anime-language-select {
  background: #ffffff !important;
  color: #18181d !important;

  border-color: #d4d6de !important;
}


/* Red focus on dropdowns */
html.xplayer-light-mode body.xplayer-anime-page
#anime-server-select:focus,
html.xplayer-light-mode body.xplayer-anime-page
#anime-language-select:focus {
  border-color: #e50914 !important;
  box-shadow: 0 0 0 1px #e50914 !important;
}


/* Back to Details */
html.xplayer-light-mode body.xplayer-anime-page
#close-anime-player {
  background: #ffffff !important;
  color: #18181d !important;

  border-color: #d4d6de !important;
}


/* Back to Details hover */
html.xplayer-light-mode body.xplayer-anime-page
#close-anime-player:hover {
  color: #e50914 !important;
  border-color: #e50914 !important;
}

.xplayer-anime-loading {
  grid-column: 1 / -1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  min-height: 260px;
  gap: 12px;

  text-align: center;
}



.xplayer-anime-page .xplayer-media-card {
  opacity: 0;
  transform: translateY(12px);

  animation:
    xplayerAnimeCardIn 0.45s ease forwards;
}

@keyframes xplayerAnimeCardIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================
   ANIME FILTER CONTROLS - RED THEME
======================================== */

.xplayer-anime-page .anime-sort.active {
  background: #e50914 !important;
  border-color: #e50914 !important;
  color: #ffffff !important;
}

.xplayer-anime-page .anime-sort:hover {
  border-color: #e50914 !important;
  color: #ffffff !important;
}

.xplayer-anime-page #anime-year-filter:hover,
.xplayer-anime-page #anime-year-filter:focus {
  border-color: #e50914 !important;
}

/* Anime genre filters - red theme */

.xplayer-anime-page .anime-genre.active {
  background: #e50914 !important;
  border-color: #e50914 !important;
  color: #ffffff !important;
}

.xplayer-anime-page .anime-genre:hover {
  border-color: #e50914 !important;
  color: #ffffff !important;
}


/* Anime spinner - red */
.xplayer-anime-page .xplayer-spinner {
  border-color: rgba(229, 9, 20, 0.22) !important;
  border-top-color: #e50914 !important;
}

/* Anime pagination hover - red */
.xplayer-anime-page .xplayer-page-btn:hover {
  border-color: #e50914 !important;
  color: #ffffff !important;
}

/* Anime card year - match Movies/TV */
.xplayer-anime-page .xplayer-media-meta {
  font-size: 12px;
  font-weight: 400;
  color: #8b8b98;
  line-height: 1.4;
  margin-top: 3px;
}

/* Anime - light mode unselected hover */
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-genre-filter:not(.active):hover,

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-movie-sort:not(.active):hover,

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-page-btn:hover {
  border-color: #e50914 !important;
  color: #e50914 !important;
}


/* Anime - selected buttons keep white text on hover */
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-genre-filter.active:hover,

html.xplayer-light-mode body.xplayer-anime-page
.xplayer-movie-sort.active:hover {
  color: #ffffff !important;
}

/* ========================================
   MOVIES + TV - LIGHT MODE BUTTON HOVER FIX
======================================== */

/* Unselected buttons - purple text + outline on hover */
html.xplayer-light-mode body.xplayer-movies-page
.xplayer-genre-filter:not(.active):hover,

html.xplayer-light-mode body.xplayer-movies-page
.xplayer-movie-sort:not(.active):hover,

html.xplayer-light-mode body.xplayer-tv-page
.xplayer-genre-filter:not(.active):hover,

html.xplayer-light-mode body.xplayer-tv-page
.xplayer-movie-sort:not(.active):hover {
  border-color: #7c3aed !important;
  color: #7c3aed !important;
}


/* Selected buttons - KEEP white text when hovered */
html.xplayer-light-mode body.xplayer-movies-page
.xplayer-genre-filter.active:hover,

html.xplayer-light-mode body.xplayer-movies-page
.xplayer-movie-sort.active:hover,

html.xplayer-light-mode body.xplayer-tv-page
.xplayer-genre-filter.active:hover,

html.xplayer-light-mode body.xplayer-tv-page
.xplayer-movie-sort.active:hover {
  color: #ffffff !important;
}


/* ========================================
   ANIME - COMPACT EPISODE LIST
======================================== */

.xplayer-anime-page .xplayer-episode-card {
  min-height: 105px !important;

  grid-template-columns:
    42px
    150px
    minmax(0, 1fr) !important;

  gap: 16px !important;
  padding: 10px 16px !important;
}


/* Episode number */
.xplayer-anime-page .xplayer-episode-number {
  font-size: 26px !important;
}


/* Episode thumbnail */
.xplayer-anime-page .xplayer-episode-image,
.xplayer-anime-page .xplayer-episode-card img {
  width: 150px !important;
  height: 84px !important;

  object-fit: cover;
  border-radius: 8px;
}


/* Episode title */
.xplayer-anime-page .xplayer-episode-title {
  font-size: 16px !important;
  margin-bottom: 4px !important;
}


/* Episode description / Sub & Dub text */
.xplayer-anime-page .xplayer-episode-overview {
  font-size: 13px !important;
  line-height: 1.4 !important;
}


/* Slightly reduce spacing between episodes */
.xplayer-anime-page .xplayer-episode-list {
  gap: 10px !important;
}


/* Anime description - collapsed */
.xplayer-anime-description.collapsed {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* Read more / show less */
.xplayer-anime-description-toggle {
  margin-top: 8px;
  padding: 0;

  background: transparent;
  border: 0;

  color: #e50914;

  font-family: inherit;
  font-size: 14px;
  font-weight: 700;

  cursor: pointer;
}

.xplayer-anime-description-toggle:hover {
  text-decoration: underline;
}

.xplayer-anime-details-content
.xplayer-anime-genres {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.xplayer-anime-details-content
.xplayer-anime-genres span {
  display: inline-flex;
  align-items: center;

  padding: 5px 10px;

  background: rgba(229, 9, 20, 0.10);
  border: 1px solid rgba(229, 9, 20, 0.35);
  border-radius: 999px;

  color: #ff4d57;

  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}

/* Anime genre pills - light mode */
html.xplayer-light-mode body.xplayer-anime-page
.xplayer-anime-details-content .xplayer-anime-genres span {
  background: #ffffff !important;
  color: #e50914 !important;
  border-color: rgba(229, 9, 20, 0.55) !important;
}

/* Anime episode pagination */

.xplayer-anime-episode-pagination {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 26px;
  margin-top: 28px;
}

.xplayer-anime-episode-pagination button {
  background: transparent;
  border: 0;

  color: #8b8e99;

  font-family: inherit;
  font-size: 13px;
  font-weight: 700;

  cursor: pointer;
}

.xplayer-anime-episode-pagination button:hover {
  color: #e50914;
}

.xplayer-anime-episode-pagination button:disabled {
  opacity: 0.35;
  cursor: default;
}

#anime-episode-page-number {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
}

/* Anime episode page number - light mode */
html.xplayer-light-mode body.xplayer-anime-page
#anime-episode-page-number {
  color: #17171c !important;
}

html {
  scrollbar-gutter: stable;
}

.xplayer-section-description {
  margin: 3px 0 26px;
  font-size: 15px;
  font-weight: 600;
  color: #8d8a9b;
  line-height: 1.4;
}


/* ========================================
   XPLAYER TV WATCH HEADER
======================================== */

.xplayer-watch-title-group {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.xplayer-watch-title-group h2 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.05;
}

#watch-episode-info {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;

  color: #a7a9b3;
  font-size: 16px;
  font-weight: 600;
}

.xplayer-watch-episode-badge {
  display: inline-flex;
  align-items: center;

  padding: 4px 8px;

  background: #7c3aed;
  color: #ffffff;

  border-radius: 5px;

  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.xplayer-watch-dot {
  color: #767985;
}

.xplayer-watch-episode-name {
  color: #a7a9b3;
}

/* Gap between navbar and watch content */

.xplayer-inline-watch-inner {
  padding-top: 28px;
}

.xplayer-watch-controls {
  transform: translateY(16px);
}


/* Anime watch header */

#anime-watch-episode-info {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 4px;

  color: #a7a9b3;
  font-size: 16px;
  font-weight: 600;
}

.xplayer-anime-page
#anime-watch-episode-info
.xplayer-watch-episode-badge {
  background: #e50914;
  color: #ffffff;
}

.xplayer-anime-page
#anime-watch-episode-info
.xplayer-watch-episode-name {
  color: #a7a9b3;
}

/* ========================================
   MOVIE / TV TRAILER MODAL
======================================== */

.details-trailer-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;

  display: none;
  align-items: center;
  justify-content: center;
}

.details-trailer-modal.active {
  display: flex;
}

.details-trailer-backdrop {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.78);

  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

.details-trailer-box {
  position: relative;
  z-index: 1;

  width: min(900px, 85vw);
  aspect-ratio: 16 / 9;

  background: #000;

  border: 1px solid #2c2c32;
  border-radius: 16px;

  overflow: hidden;

  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.65);
}

.details-trailer-box iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.details-trailer-close {
  position: absolute;

  top: 12px;
  right: 12px;

  width: 38px;
  height: 38px;

  z-index: 5;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.75);
  color: #ffffff;

  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;

  font-size: 24px;
  line-height: 1;

  cursor: pointer;
}

.details-trailer-close:hover {
  background: #7c3aed;
  border-color: #7c3aed;
}

/* ========================================
   DETAILS BUTTON HOVER EFFECT
======================================== */

.xplayer-play-btn,
.xplayer-trailer-btn,
.xplayer-add-btn {
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.xplayer-play-btn:hover,
.xplayer-trailer-btn:hover,
.xplayer-add-btn:hover {
  transform: scale(1.07);
}

.xplayer-add-btn:hover {
  background: rgba(255, 255, 255, 0.12);
}


/* ========================================
   CONTINUE WATCHING - XPLAYER ACCENTS
======================================== */

.xplayer-history-type,
.xplayer-history-episode {
  background: #7c3aed !important;
  color: #ffffff !important;
  border-color: #7c3aed !important;
}



/* Continue Watching page background */

body.xplayer-watch-history-body {
  min-height: 100vh;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.16) 0%,
      rgba(75, 30, 130, 0.08) 24%,
      transparent 52%
    ),
    #000000;
}

.xplayer-watch-history-page {
  min-height: 100vh;
}


/* Continue Watching - light mode */

html.xplayer-light-mode
body.xplayer-watch-history-body {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.10) 0%,
      rgba(124, 58, 237, 0.03) 30%,
      transparent 55%
    ),
    #f6f6f8;
}

html.xplayer-light-mode
.xplayer-watch-history-header h1 {
  color: #17171c !important;
}

html.xplayer-light-mode
.xplayer-watch-history-header p {
  color: #777985 !important;
}

html.xplayer-light-mode
.xplayer-history-card {
  background: #ffffff !important;
  border-color: #dedee5 !important;
}

html.xplayer-light-mode
.xplayer-history-title {
  color: #17171c !important;
}

html.xplayer-light-mode
.xplayer-history-meta {
  color: #777985 !important;
}

html.xplayer-light-mode
.xplayer-history-remove {
  color: #777985 !important;
}

html.xplayer-light-mode
.xplayer-history-remove:hover {
  color: #e50914 !important;
}

/* ========================================
   CONTINUE WATCHING PAGE BACKGROUND
======================================== */

.xplayer-watch-history-page {
  min-height: 100vh;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.18) 0%,
      rgba(75, 30, 130, 0.10) 28%,
      transparent 58%
    ),
    #000000 !important;
}

html.xplayer-light-mode
.xplayer-watch-history-page {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.10) 0%,
      rgba(124, 58, 237, 0.03) 30%,
      transparent 55%
    ),
    #f6f6f8 !important;
}


/* Instant page-level theme switching */

html,
body,
#xplayer-page-content,
.xplayer-watch-history-page {
  transition: none !important;
}


/* ========================================
   XPLAYER - MY LISTS PAGE
======================================== */

.xplayer-my-lists-main {
  width: min(1280px, calc(100% - 48px));

  min-height: 100vh;

  margin: 0 auto;

  padding:
    115px
    0
    80px;

  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.16) 0%,
      rgba(75, 30, 130, 0.08) 28%,
      transparent 58%
    );
}


/* ========================================
   HEADER
======================================== */

.xplayer-my-lists-header {
  display: flex;

  align-items: flex-end;
  justify-content: space-between;

  gap: 30px;

  margin-bottom: 34px;
}


.xplayer-my-lists-header h1 {
  margin: 0;

  color: #ffffff;

  font-size: 46px;
  line-height: 1;

  font-weight: 800;
}


.xplayer-my-lists-header p {
  margin:
    10px
    0
    0;

  color: #8d909c;

  font-size: 14px;
  font-weight: 500;
}


/* Create Watchlist */

.xplayer-create-watchlist-btn {
  display: flex;

  align-items: center;
  justify-content: center;

  gap: 10px;

  padding:
    13px
    23px;

  background: #703cff;

  border: 0;
  border-radius: 30px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  cursor: pointer;

  box-shadow:
    0 8px 24px
    rgba(112, 60, 255, 0.24);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}


.xplayer-create-watchlist-btn:hover {
  transform: scale(1.04);

  background: #7c48ff;

  box-shadow:
    0 10px 30px
    rgba(112, 60, 255, 0.35);
}


/* ========================================
   LIST TAB BAR
======================================== */

.xplayer-list-tabs-wrap {
  width: 100%;

  padding: 6px;

  background: #101012;

  border:
    1px solid
    #29292f;

  border-radius: 15px;

  margin-bottom: 34px;
}


.xplayer-list-tabs {
  display: flex;

  align-items: center;

  gap: 6px;

  overflow-x: auto;
}


.xplayer-list-tab {
  flex-shrink: 0;

  display: flex;

  align-items: center;

  gap: 8px;

  padding:
    11px
    17px;

  background: transparent;

  border: 0;
  border-radius: 11px;

  color: #9699a5;

  font-size: 14px;
  font-weight: 700;

  cursor: pointer;

  transition:
    background 0.18s ease,
    color 0.18s ease,
    transform 0.18s ease;
}


.xplayer-list-tab:hover {
  color: #ffffff;

  background:
    rgba(
      255,
      255,
      255,
      0.06
    );
}


.xplayer-list-tab.active {
  background: #29292e;

  color: #ffffff;
}


.xplayer-list-count {
  color: inherit;
}


/* ========================================
   CURRENT LIST HEADER
======================================== */

.xplayer-current-list-header {
  display: flex;

  justify-content: space-between;
  align-items: center;

  margin-bottom: 24px;
}


.xplayer-current-list-header h2 {
  color: #ffffff;

  font-size: 26px;
  font-weight: 800;
}


/* Delete List */

.xplayer-delete-watchlist-btn {
  display: flex;

  align-items: center;

  gap: 9px;

  padding:
    10px
    17px;

  background:
    rgba(
      229,
      9,
      20,
      0.06
    );

  border:
    1px solid
    rgba(
      229,
      9,
      20,
      0.55
    );

  border-radius: 22px;

  color: #ff4d56;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease;
}


.xplayer-delete-watchlist-btn:hover {
  transform: scale(1.04);

  background:
    rgba(
      229,
      9,
      20,
      0.14
    );
}


/* ========================================
   LIST GRID
======================================== */

.xplayer-list-grid {
  display: grid;

  grid-template-columns:
    repeat(
      6,
      minmax(0, 1fr)
    );

  gap:
    26px
    18px;
}


/* ========================================
   EMPTY STATE
======================================== */

.xplayer-list-empty {
  min-height: 470px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  text-align: center;
}


.xplayer-list-empty-icon {
  position: relative;

  width: 86px;
  height: 86px;

  display: flex;

  align-items: center;
  justify-content: center;

  margin-bottom: 23px;

  background: #101012;

  border-radius: 50%;

  color: #777b89;

  font-size: 26px;
}


.xplayer-list-empty-icon
.fa-play {
  position: absolute;

  right: 23px;
  bottom: 25px;

  color: #777b89;

  font-size: 11px;
}


.xplayer-list-empty h2 {
  margin-bottom: 10px;

  color: #ffffff;

  font-size: 24px;
  font-weight: 800;
}


.xplayer-list-empty p {
  max-width: 420px;

  margin:
    0
    auto
    20px;

  color: #8c8f9b;

  font-size: 14px;

  line-height: 1.7;
}


.xplayer-list-empty-actions {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 10px;
}


.xplayer-list-browse {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 40px;

  padding:
    0
    19px;

  background: #101012;

  border:
    1px solid
    #303037;

  border-radius: 22px;

  color: #ffffff !important;

  font-size: 13px;
  font-weight: 700;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}


.xplayer-list-browse:hover {
  transform: scale(1.04);

  border-color: #7c48ff;
}


.xplayer-list-browse.primary {
  background: #703cff;

  border-color: #703cff;
}


/* ========================================
   MY LISTS - LIGHT MODE
======================================== */

html.xplayer-light-mode
.xplayer-my-lists-main {
  background:
    radial-gradient(
      circle at 50% 0%,
      rgba(124, 58, 237, 0.10) 0%,
      rgba(124, 58, 237, 0.03) 30%,
      transparent 58%
    );
}


html.xplayer-light-mode
.xplayer-my-lists-header h1,
html.xplayer-light-mode
.xplayer-current-list-header h2,
html.xplayer-light-mode
.xplayer-list-empty h2 {
  color: #17171c !important;
}


html.xplayer-light-mode
.xplayer-my-lists-header p,
html.xplayer-light-mode
.xplayer-list-empty p {
  color: #727681 !important;
}


html.xplayer-light-mode
.xplayer-list-tabs-wrap {
  background: #ffffff !important;

  border-color: #dcdde4 !important;
}


html.xplayer-light-mode
.xplayer-list-tab {
  color: #747782;
}


html.xplayer-light-mode
.xplayer-list-tab:hover {
  color: #17171c;

  background: #f0f0f3;
}


html.xplayer-light-mode
.xplayer-list-tab.active {
  background: #e8e8ed;

  color: #17171c;
}


html.xplayer-light-mode
.xplayer-list-empty-icon {
  background: #e9e9ed;

  color: #6e7280;
}


html.xplayer-light-mode
.xplayer-list-empty-icon
.fa-play {
  color: #6e7280;
}


html.xplayer-light-mode
.xplayer-list-browse {
  background: #ffffff;

  border-color: #d5d6dd;

  color: #17171c !important;
}


html.xplayer-light-mode
.xplayer-list-browse.primary {
  background: #703cff;

  border-color: #703cff;

  color: #ffffff !important;
}


/* ========================================
   RESPONSIVE
======================================== */

@media (max-width: 800px) {

  .xplayer-my-lists-main {
    width:
      calc(
        100% - 30px
      );
  }


  .xplayer-my-lists-header {
    align-items: flex-start;

    flex-direction: column;
  }


  .xplayer-list-grid {
    grid-template-columns:
      repeat(
        3,
        minmax(0, 1fr)
      );
  }

}


@media (max-width: 500px) {

  .xplayer-my-lists-header h1 {
    font-size: 38px;
  }


  .xplayer-list-grid {
    grid-template-columns:
      repeat(
        2,
        minmax(0, 1fr)
      );
  }

}


/* ========================================
   DETAILS - ADD TO LIST MENU
======================================== */

.xplayer-add-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Dropdown anchored directly to + button */

.xplayer-add-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

/* Dropdown anchored directly to + button */

.xplayer-details-list-menu {
  position: absolute;

  top: auto;
  bottom: calc(100% + 10px);

  left: 260%;

  transform: translateX(-50%);

  width: 260px;

  padding: 8px 0 0;

  background: #111728;

  border: 1px solid #30384b;
  border-radius: 16px;

  overflow: hidden;

  z-index: 9999;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45);
}


.xplayer-details-list-option {
  width: 100%;

  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 12px;

  padding: 0 16px;

  background: transparent;

  border: 0;

  color: #ffffff;

  cursor: pointer;

  text-align: left;
}


.xplayer-details-list-option:hover {
  background: rgba(124, 72, 255, 0.12);
}


.xplayer-details-list-option-name {
  display: flex;
  align-items: center;

  gap: 10px;

  font-size: 14px;
  font-weight: 700;
}


.xplayer-details-list-option-name i {
  color: #8d94a5;
}


.xplayer-details-list-added {
  color: #7c48ff;

  font-size: 11px;
  font-weight: 800;
}


.xplayer-details-create-list {
  width: 100%;

  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 5px;

  background:
    rgba(124, 72, 255, 0.13);

  border: 0;

  color: #9c7cff;

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}


.xplayer-details-create-list:hover {
  background:
    rgba(124, 72, 255, 0.21);
}


/* Light mode */

html.xplayer-light-mode
.xplayer-details-list-menu {
  background: #ffffff;

  border-color: #d7d9e0;
}


html.xplayer-light-mode
.xplayer-details-list-option {
  color: #17171c;
}


html.xplayer-light-mode
.xplayer-details-list-option-name i {
  color: #747985;
}


/* ========================================
   CREATE WATCHLIST MODAL
======================================== */

.xplayer-create-watchlist-modal {
  position: fixed;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  visibility: hidden;
  opacity: 0;

  z-index: 10000;

  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

.xplayer-create-watchlist-modal.show {
  visibility: visible;
  opacity: 1;
}


.xplayer-create-watchlist-backdrop {
  position: absolute;
  inset: 0;

  background: rgba(0, 0, 0, 0.72);

  backdrop-filter: blur(7px);
}


.xplayer-create-watchlist-box {
  position: relative;

  width: min(440px, calc(100vw - 32px));

  background: #111728;

  border: 1px solid #30384b;
  border-radius: 16px;

  overflow: hidden;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.55);

  transform: scale(0.96);

  transition: transform 0.18s ease;
}


.xplayer-create-watchlist-modal.show
.xplayer-create-watchlist-box {
  transform: scale(1);
}


.xplayer-create-watchlist-header {
  min-height: 58px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 18px;

  border-bottom: 1px solid #30384b;
}


.xplayer-create-watchlist-header h3 {
  margin: 0;

  color: #ffffff;

  font-size: 18px;
  font-weight: 800;
}


.xplayer-create-watchlist-close {
  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 0;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.06);

  color: #9ca3b5;

  cursor: pointer;
}


.xplayer-create-watchlist-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}


.xplayer-create-watchlist-content {
  padding: 18px;
}


.xplayer-create-watchlist-content p {
  margin: 0 0 16px;

  color: #9ca3b5;

  font-size: 13px;
  line-height: 1.5;
}


#details-create-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #6847ff;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}


#details-create-watchlist-name::placeholder {
  color: #777d8c;
}


#details-create-watchlist-name:focus {
  border-color: #825cff;

  box-shadow:
    0 0 0 2px rgba(124, 72, 255, 0.12);
}


.xplayer-create-watchlist-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 12px;

  margin-top: 16px;
}


.xplayer-create-watchlist-cancel,
.xplayer-create-watchlist-confirm {
  min-height: 40px;

  padding: 0 18px;

  border: 0;
  border-radius: 10px;

  font-size: 13px;
  font-weight: 800;

  cursor: pointer;
}


.xplayer-create-watchlist-cancel {
  background: transparent;
  color: #ffffff;
}


.xplayer-create-watchlist-confirm {
  background:
    linear-gradient(
      135deg,
      #6847ff,
      #7c2cff
    );

  color: #ffffff;
}


.xplayer-create-watchlist-confirm:hover {
  transform: scale(1.03);
}


/* LIGHT MODE */

html.xplayer-light-mode
.xplayer-create-watchlist-box {
  background: #ffffff;
  border-color: #d8dbe3;
}


html.xplayer-light-mode
.xplayer-create-watchlist-header {
  border-color: #e1e3e8;
}


html.xplayer-light-mode
.xplayer-create-watchlist-header h3 {
  color: #17171c;
}


html.xplayer-light-mode
.xplayer-create-watchlist-content p {
  color: #666b76;
}


html.xplayer-light-mode
#details-create-watchlist-name {
  background: #f7f7fa;
  color: #17171c;
}


html.xplayer-light-mode
.xplayer-create-watchlist-cancel {
  color: #17171c;
}


/* ========================================
   ANIME - ADD TO LIST MENU
======================================== */

.anime-add-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.anime-details-list-menu {
  position: absolute;

  top: auto;
  bottom: calc(100% + 10px);

  left: 260%;
  transform: translateX(-50%);

  width: 260px;

  padding: 8px 0 0;

  background: #111728;

  border: 1px solid #30384b;
  border-radius: 16px;

  overflow: hidden;

  z-index: 9999;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45);
}

.anime-details-list-option {
  width: 100%;
  min-height: 48px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 12px;

  padding: 0 16px;

  background: transparent;
  border: 0;

  color: #ffffff;

  cursor: pointer;
  text-align: left;
}

.anime-details-list-option:hover {
  background: rgba(229, 9, 20, 0.12);
}

.anime-details-list-option-name {
  display: flex;
  align-items: center;

  gap: 10px;

  font-size: 14px;
  font-weight: 700;
}

.anime-details-list-option-name i {
  color: #8d94a5;
}

.anime-details-list-added {
  color: #e50914;

  font-size: 11px;
  font-weight: 800;
}

.anime-details-create-list {
  width: 100%;
  min-height: 46px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;

  margin-top: 5px;

  background: rgba(229, 9, 20, 0.13);

  border: 0;

  color: #ff4a53;

  font-size: 14px;
  font-weight: 800;

  cursor: pointer;
}

.anime-details-create-list:hover {
  background: rgba(229, 9, 20, 0.22);
}


/* ========================================
   ANIME - CREATE WATCHLIST MODAL ACCENT
======================================== */

.anime-create-watchlist-modal
#anime-create-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #e50914;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}

.anime-create-watchlist-modal
#anime-create-watchlist-name:focus {
  border-color: #ff3340;

  box-shadow:
    0 0 0 2px rgba(229, 9, 20, 0.14);
}

.anime-create-watchlist-modal
.xplayer-create-watchlist-confirm {
  background:
    linear-gradient(
      135deg,
      #e50914,
      #ff2633
    );

  color: #ffffff;
}


/* Anime + button check state */

.xplayer-anime-page
#anime-details-add:has(.fa-check) {
  background: rgba(229, 9, 20, 0.16);
  border-color: #e50914;
}

.xplayer-anime-page
#anime-details-add:has(.fa-check) i {
  color: #e50914;
}


/* ========================================
   ANIME LIST MENU - LIGHT MODE
======================================== */

html.xplayer-light-mode
.anime-details-list-menu {
  background: #ffffff;
  border-color: #d7d9e0;
}

html.xplayer-light-mode
.anime-details-list-option {
  color: #17171c;
}

html.xplayer-light-mode
.anime-details-list-option-name i {
  color: #747985;
}

html.xplayer-light-mode
.anime-create-watchlist-modal
#anime-create-watchlist-name {
  background: #f7f7fa;
  color: #17171c;
}

/* ========================================
   MY LISTS - SAVED CARDS
======================================== */

.xplayer-my-list-card {
  min-width: 0;
  cursor: pointer;
}

.xplayer-my-list-poster-wrap {
  position: relative;

  overflow: hidden;

  border: 1px solid #292931;
  border-radius: 12px;

  background: #0b0b0f;

  aspect-ratio: 2 / 3;

  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.xplayer-my-list-card:hover
.xplayer-my-list-poster-wrap {
  transform: translateY(-4px);

  border-color: #7c48ff;

  box-shadow:
    0 14px 32px
    rgba(0, 0, 0, 0.32);
}

.xplayer-my-list-poster {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;
}

.xplayer-my-list-type {
  position: absolute;

  top: 9px;
  left: 9px;

  z-index: 3;

  padding: 4px 7px;

  background: #7c48ff;

  border-radius: 6px;

  color: #ffffff;

  font-size: 10px;
  font-weight: 800;
}

.xplayer-my-list-remove {
  position: absolute;

  top: 8px;
  right: 8px;

  z-index: 5;

  width: 28px;
  height: 28px;

  display: grid;
  place-items: center;

  padding: 0;

  background: rgba(0, 0, 0, 0.72);

  border: 1px solid rgba(255,255,255,0.20);
  border-radius: 50%;

  color: #ffffff;

  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease;
}

.xplayer-my-list-remove:hover {
  transform: scale(1.08);

  background: #e50914;
}

.xplayer-my-list-play {
  position: absolute;
  inset: 0;

  z-index: 2;

  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;

  background:
    rgba(0, 0, 0, 0.20);

  pointer-events: none;

  transition:
    opacity 0.18s ease;
}

.xplayer-my-list-card:hover
.xplayer-my-list-play {
  opacity: 1;
}

.xplayer-my-list-play i {
  width: 48px;
  height: 48px;

  display: grid;
  place-items: center;

  padding-left: 3px;

  background: rgba(255,255,255,0.95);

  border-radius: 50%;

  color: #7c48ff;

  font-size: 17px;
}

.xplayer-my-list-info {
  padding-top: 10px;
}

.xplayer-my-list-title {
  overflow: hidden;

  color: #ffffff;

  font-size: 14px;
  font-weight: 700;

  white-space: nowrap;
  text-overflow: ellipsis;
}

.xplayer-my-list-meta {
  display: flex;
  align-items: center;

  gap: 10px;

  margin-top: 4px;

  color: #858995;

  font-size: 12px;
}

.xplayer-my-list-meta i {
  color: #f5c518;
}


/* Anime cards use red accent */

.xplayer-my-list-card:has(
  .xplayer-my-list-type
)
.xplayer-my-list-type {
  background: #7c48ff;
}


/* ========================================
   MY LISTS - LIGHT MODE CARDS
======================================== */

html.xplayer-light-mode
.xplayer-my-list-poster-wrap {
  background: #ffffff;

  border-color: #d8dae1;
}

html.xplayer-light-mode
.xplayer-my-list-title {
  color: #17171c;
}

html.xplayer-light-mode
.xplayer-my-list-meta {
  color: #737782;
}



.xplayer-list-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}


.xplayer-rename-watchlist-btn {
  display: flex;
  align-items: center;

  gap: 9px;

  padding: 10px 17px;

  background: rgba(255, 255, 255, 0.04);

  border: 1px solid #34343c;
  border-radius: 22px;

  color: #c5c7cf;

  font-size: 13px;
  font-weight: 700;

  cursor: pointer;

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease,
    color 0.18s ease;
}


.xplayer-rename-watchlist-btn:hover {
  transform: scale(1.04);

  background: rgba(124, 72, 255, 0.10);

  border-color: #7c48ff;

  color: #ffffff;
}


html.xplayer-light-mode
.xplayer-rename-watchlist-btn {
  background: #ffffff;

  border-color: #d5d7de;

  color: #555963;
}


html.xplayer-light-mode
.xplayer-rename-watchlist-btn:hover {
  background: #f5f2ff;

  border-color: #7c48ff;

  color: #17171c;
}


#rename-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #6847ff;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}

#rename-watchlist-name:focus {
  border-color: #825cff;

  box-shadow:
    0 0 0 2px
    rgba(124, 72, 255, 0.12);
}

html.xplayer-light-mode
#rename-watchlist-name {
  background: #f7f7fa;
  color: #17171c;
}

/* My Lists - selected tab accent in light mode */

html.xplayer-light-mode
.xplayer-list-tab.active {
  color: #7c48ff;
}

html.xplayer-light-mode
.xplayer-list-tab.active i,
html.xplayer-light-mode
.xplayer-list-tab.active .xplayer-list-count {
  color: #7c48ff;
}


#create-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #6847ff;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}

#create-watchlist-name:focus {
  border-color: #825cff;

  box-shadow:
    0 0 0 2px rgba(124, 72, 255, 0.12);
}

html.xplayer-light-mode
#create-watchlist-name {
  background: #f7f7fa;
  color: #17171c;
}



@keyframes xplayerHeaderFloatIn {
  from {
    opacity: 0;
    transform: translateY(-18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes xplayerHeaderControlsFloatIn {
  from {
    opacity: 0;
    transform: translateY(-14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.xplayer-page-header-animate {
  animation:
    xplayerHeaderFloatIn
    850ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

.xplayer-page-header-controls-animate {
  animation:
    xplayerHeaderControlsFloatIn
    850ms
    cubic-bezier(0.22, 1, 0.36, 1)
    0ms
    both;
}




/* ========================================
   HOMEPAGE HERO - FLOAT DOWN + BLUR
======================================== */

@keyframes xplayerHomeHeroDown {
  from {
    opacity: 0;
    transform: translateY(-22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes xplayerHomeHeadlineBlur {
  from {
    filter: blur(10px);
  }

  to {
    filter: blur(0);
  }
}

.xplayer-home-hero-down {
  opacity: 0;
}

.xplayer-home-hero-down.xplayer-home-animate {
  animation:
    xplayerHomeHeroDown
    1450ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}

.xplayer-home-hero-down.xplayer-home-animate
.xplayer-heading {
  animation:
    xplayerHomeHeadlineBlur
    1450ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}



/* ========================================
   HOMEPAGE HERO - FLOAT UP
======================================== */

@keyframes xplayerHomeHeroUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.xplayer-home-hero-up {
  opacity: 0;
}

.xplayer-home-hero-up.xplayer-home-animate {
  animation:
    xplayerHomeHeroUp
    1450ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}


/* ========================================
   HOMEPAGE CONTENT - FLOAT UP
======================================== */

.xplayer-home-content-up {
  opacity: 0;
}

.xplayer-home-content-up.xplayer-home-animate {
  animation:
    xplayerHomeHeroUp
    1450ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}


.xplayer-home-section {
  opacity: 0;
  transform: translateY(22px);
}

.xplayer-home-section.xplayer-home-section-ready {
  animation:
    xplayerHomeHeroUp
    1450ms
    cubic-bezier(0.22, 1, 0.36, 1)
    both;
}


/* ========================================
   MOVIE / TV CARD - ADD TO LIST BUTTON
======================================== */

.xplayer-card-list-btn {
  position: absolute;

  right: 10px;
  bottom: 10px;

  z-index: 5;

  width: 34px;
  height: 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  padding: 0;

  background: rgba(18, 18, 24, 0.38);

  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;

  color: #ffffff;

  font-size: 13px;

  cursor: pointer;

  backdrop-filter: blur(8px);

  transition:
    transform 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.xplayer-card-list-btn:hover {
  transform: scale(1.07);

  background: rgba(124, 72, 255, 0.78);

  border-color: #7c48ff;
}

html.xplayer-light-mode
.xplayer-card-list-btn {
  background: rgba(255, 255, 255, 0.88);

  border-color: rgba(0, 0, 0, 0.14);

  color: #17171c;
}

html.xplayer-light-mode
.xplayer-card-list-btn:hover {
  background: #7c48ff;

  border-color: #7c48ff;

  color: #ffffff;
}


/* ========================================
   MOVIE / TV CARD - WATCHLIST MENU
======================================== */

.xplayer-media-poster-wrap {
  position: relative;
}

.xplayer-card-list-menu {
  position: absolute;

  right: -185px;
bottom: 100px;

  width: 230px;

  padding: 8px 0 0;

  background: #111728;

  border: 1px solid #30384b;
  border-radius: 14px;

  overflow: hidden;

  z-index: 20;

  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.45);
}

.xplayer-card-list-option {
  width: 100%;
  min-height: 44px;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 10px;

  padding: 0 14px;

  background: transparent;

  border: 0;

  color: #ffffff;

  cursor: pointer;

  text-align: left;
}

.xplayer-card-list-option:hover {
  background: rgba(124, 72, 255, 0.12);
}

.xplayer-card-list-option-name {
  display: flex;
  align-items: center;

  gap: 9px;

  font-size: 13px;
  font-weight: 700;
}

.xplayer-card-list-option-name i {
  color: #8d94a5;
}

.xplayer-card-list-added {
  color: #7c48ff;

  font-size: 10px;
  font-weight: 800;
}

.xplayer-card-create-list {
  width: 100%;
  min-height: 43px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 9px;

  margin-top: 4px;

  background: rgba(124, 72, 255, 0.13);

  border: 0;

  color: #9c7cff;

  font-size: 13px;
  font-weight: 800;

  cursor: pointer;
}

.xplayer-card-create-list:hover {
  background: rgba(124, 72, 255, 0.22);
}


/* Light mode */

html.xplayer-light-mode
.xplayer-card-list-menu {
  background: #ffffff;
  border-color: #d7d9e0;
}

html.xplayer-light-mode
.xplayer-card-list-option {
  color: #17171c;
}

html.xplayer-light-mode
.xplayer-card-list-option-name i {
  color: #747985;
}


.xplayer-media-card {
  position: relative;
}

.xplayer-media-card:has(
  .xplayer-card-list-menu[style*="block"]
) {
  z-index: 100;
}

.xplayer-card-list-menu {
  z-index: 999;
}


#card-create-watchlist-name,
#tv-card-create-watchlist-name,
#anime-card-create-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #6847ff;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}

#card-create-watchlist-name::placeholder,
#tv-card-create-watchlist-name::placeholder,
#anime-card-create-watchlist-name::placeholder {
  color: #777d8c;
}

#card-create-watchlist-name:focus,
#tv-card-create-watchlist-name:focus,
#anime-card-create-watchlist-name:focus {
  border-color: #825cff;

  box-shadow:
    0 0 0 2px rgba(124, 72, 255, 0.12);
}

html.xplayer-light-mode
#card-create-watchlist-name,
html.xplayer-light-mode
#tv-card-create-watchlist-name,
html.xplayer-light-mode
#anime-card-create-watchlist-name {
  background: #f7f7fa;
  color: #17171c;
}



.xplayer-card-list-btn.is-added {
  background: rgba(124, 72, 255, 0.82);
  border-color: #7c48ff;
  color: #ffffff;
}

.xplayer-card-list-btn.is-added:hover {
  background: rgba(124, 72, 255, 0.95);
  border-color: #7c48ff;
  color: #ffffff;
}

html.xplayer-light-mode
.xplayer-card-list-btn.is-added {
  background: rgba(124, 72, 255, 0.82);
  border-color: #7c48ff;
  color: #ffffff;
}


/* ========================================
   ANIME CARD WATCHLIST - FINAL
   Matches Anime hero watchlist styling
======================================== */


/* ----------------------------------------
   NORMAL + BUTTON
---------------------------------------- */

body.xplayer-anime-page
.xplayer-card-list-btn {
  background: rgba(18, 18, 24, 0.38);

  border-color: rgba(255, 255, 255, 0.22);

  color: #ffffff;
}


/* Hovering normal + button */

body.xplayer-anime-page
.xplayer-card-list-btn:not(.is-added):hover {
  background: #e50914;

  border-color: #e50914;

  color: #ffffff;
}

body.xplayer-anime-page
.xplayer-card-list-btn:not(.is-added):hover i {
  color: #ffffff;
}


/* ----------------------------------------
   SAVED / CHECKMARK STATE
---------------------------------------- */

body.xplayer-anime-page
.xplayer-card-list-btn.is-added {
  background: #e50914 !important;

  border-color: #e50914 !important;

  color: #ffffff !important;
}

body.xplayer-anime-page
.xplayer-card-list-btn.is-added i {
  color: #ffffff !important;
}


/* Saved button hover stays SOLID */

body.xplayer-anime-page
.xplayer-card-list-btn.is-added:hover {
  background: #ff2633 !important;

  border-color: #ff2633 !important;

  color: #ffffff !important;
}

body.xplayer-anime-page
.xplayer-card-list-btn.is-added:hover i {
  color: #ffffff !important;
}


/* ----------------------------------------
   PICKER
---------------------------------------- */

body.xplayer-anime-page
.xplayer-card-list-menu {
  background: #111728;

  border-color: #30384b;
}


/* Picker rows */

body.xplayer-anime-page
.xplayer-card-list-option {
  color: #ffffff;
}

body.xplayer-anime-page
.xplayer-card-list-option:hover {
  background: rgba(229, 9, 20, 0.12);
}


/* List icon */

body.xplayer-anime-page
.xplayer-card-list-option-name i {
  color: #8d94a5;
}


/* ADDED text */

body.xplayer-anime-page
.xplayer-card-list-added {
  color: #e50914;
}


/* ----------------------------------------
   CREATE NEW INSIDE PICKER
---------------------------------------- */

body.xplayer-anime-page
.xplayer-card-create-list {
  background: rgba(229, 9, 20, 0.13);

  color: #ff4a53;
}

body.xplayer-anime-page
.xplayer-card-create-list:hover {
  background: rgba(229, 9, 20, 0.22);

  color: #ff4a53;
}


/* ----------------------------------------
   CREATE & ADD MODAL INPUT
---------------------------------------- */

body.xplayer-anime-page
#anime-card-create-watchlist-name {
  width: 100%;
  height: 46px;

  padding: 0 14px;

  background: #090d16;

  border: 1px solid #e50914;
  border-radius: 12px;

  outline: none;

  color: #ffffff;

  font-size: 14px;

  box-sizing: border-box;
}

body.xplayer-anime-page
#anime-card-create-watchlist-name::placeholder {
  color: #777d8c;
}

body.xplayer-anime-page
#anime-card-create-watchlist-name:focus {
  border-color: #ff3340;

  box-shadow:
    0 0 0 2px rgba(229, 9, 20, 0.14);
}


/* ----------------------------------------
   CREATE & ADD BUTTON
---------------------------------------- */

body.xplayer-anime-page
#anime-card-create-watchlist-confirm {
  background:
    linear-gradient(
      135deg,
      #e50914,
      #ff2633
    );

  color: #ffffff;
}

body.xplayer-anime-page
#anime-card-create-watchlist-confirm:hover {
  background:
    linear-gradient(
      135deg,
      #ff1824,
      #ff3b46
    );

  color: #ffffff;
}


/* ----------------------------------------
   LIGHT MODE
---------------------------------------- */

html.xplayer-light-mode
body.xplayer-anime-page
.xplayer-card-list-menu {
  background: #ffffff;

  border-color: #d7d9e0;
}

html.xplayer-light-mode
body.xplayer-anime-page
.xplayer-card-list-option {
  color: #17171c;
}

html.xplayer-light-mode
body.xplayer-anime-page
.xplayer-card-list-option-name i {
  color: #747985;
}

html.xplayer-light-mode
body.xplayer-anime-page
#anime-card-create-watchlist-name {
  background: #f7f7fa;

  color: #17171c;
}



/* ========================================
   MOVIE + TV HERO - SAVED CHECK STATE
======================================== */

/* Movie hero */
.xplayer-movie-details-page
.xplayer-add-btn:has(.fa-check),

/* TV hero */
.xplayer-tv-details-page
.xplayer-add-btn:has(.fa-check) {
  background: rgba(124, 58, 237, 0.16);

  border-color: #7c3aed;

  color: #7c3aed;
}

.xplayer-movie-details-page
.xplayer-add-btn:has(.fa-check) i,

.xplayer-tv-details-page
.xplayer-add-btn:has(.fa-check) i {
  color: #7c3aed;
}


/* ========================================
   MOVIE + TV HERO - SAVED CHECK STATE
======================================== */

#details-add:has(.fa-check) {
  background: rgba(124, 72, 255, 0.16) !important;
  border-color: #7c48ff !important;
}

#details-add:has(.fa-check) i {
  color: #7c48ff !important;
}

#details-add:has(.fa-check):hover {
  background: rgba(124, 72, 255, 0.24) !important;
  border-color: #8b68ff !important;
}

#details-add:has(.fa-check):hover i {
  color: #8b68ff !important;
}


/* Anime hero ✓ state in LIGHT MODE */

html.xplayer-light-mode body.xplayer-anime-page
#anime-details-add:has(.fa-check) {
  background: rgba(229, 9, 20, 0.16) !important;
  border-color: #e50914 !important;
  color: #e50914 !important;
  box-shadow: none !important;
}

html.xplayer-light-mode body.xplayer-anime-page
#anime-details-add:has(.fa-check) i {
  color: #e50914 !important;
}



/* ========================================
   HOMEPAGE HERO ALIGNMENT LOCK
======================================== */

body.xplayer-home-page .xplayer-hero-content {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}

body.xplayer-home-page .xplayer-home-hero-down,
body.xplayer-home-page .xplayer-home-hero-up {
  width: 100%;
  text-align: center !important;
}

body.xplayer-home-page .xplayer-heading {
  width: 100%;
  text-align: center !important;
}

body.xplayer-home-page .xplayer-subtitle {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

body.xplayer-home-page .xplayer-search {
  margin-left: auto !important;
  margin-right: auto !important;
}



/* ========================================
   DEFAULT SERVER GROUPS
======================================== */

.xplayer-server-group {
  margin-bottom: 22px;
}

.xplayer-server-group:last-of-type {
  margin-bottom: 18px;
}

.xplayer-server-group-title {
  display: flex;
  align-items: center;
  gap: 9px;

  margin: 0 0 12px;

  color: #f2f2f5;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.xplayer-server-group-title i {
  color: #7c5cff;
}

.xplayer-anime-server-title i {
  color: #e50914;
}

/* Make the server buttons a little more compact */
.xplayer-server-options {
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.xplayer-default-server {
  min-height: 44px;
}

/* Light mode headings */
.xplayer-light-mode .xplayer-server-group-title {
  color: #1a1a1f;
}




/* ========================================
   XPLAYER NAVBAR BRAND
======================================== */

#xplayer-navbar-slot .xplayer-logo {
  display: flex;
  align-items: center;
  gap: 1px;

  flex: 0 0 auto;
  margin-right: 38px;

  text-decoration: none;
}

#xplayer-navbar-slot .xplayer-logo-mark {
  width: 23px !important;
  height: 23px !important;
  object-fit: contain;
}

#xplayer-navbar-slot .xplayer-logo-text {
  color: #ffffff;

  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.5px;

  transition: color 0.35s ease;
}

/* Light mode */
html.xplayer-light-mode
#xplayer-navbar-slot
.xplayer-logo-text {
  color: #111111;
}




















