/* Main Color */
:root {
  --main_color: #35b5e6;
  --main_background: #f1f1f1;
  --heading_color: #c0c0c0;
  --hover_color: #fff;
  --download_color: #08d4c3;
  --sidebar_color: #202b34;
  --infoposters_background : #0000003b;

  --light-hover-color: #e3f9ff;

  --bs-dark-rgb: 0,67,85;
  --bs-link-color: #33c4fb;
  --bs-link-hover-color: #fff;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  position: relative;
}

video,
.plyr {
  width: 100%;
  height: 100%;
  object-fit: contain; /* or cover, if you want cropped fit */
}

.movie-thumb .thumb-overlay .poster {
    width: 100%;
    height: 280px; /* adjust height as needed */
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}

.movie-thumb .thumb-overlay .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: inherit;
}

/* Fix poster image sizing inside the slider */
#slidernew .poster {
    width: 100%;
    height: 280px; /* or whatever height suits your layout */
    overflow: hidden;
    position: relative;
}

#slidernew .poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

/* Of Canvas Color */
body.bg-dark .offcanvas, 
body.bg-dark .offcanvas-lg,
body.bg-dark .offcanvas-md,
body.bg-dark .offcanvas-sm,
body.bg-dark .offcanvas-xl,
body.bg-dark .offcanvas-xxl {
  --bs-offcanvas-bg: #004355;
}

body.bg-light .offcanvas, 
body.bg-light .offcanvas-lg,
body.bg-light .offcanvas-md,
body.bg-light .offcanvas-sm,
body.bg-light .offcanvas-xl,
body.bg-light .offcanvas-xxl {
  --bs-offcanvas-bg: #ffffff;
}

body.bg-black .offcanvas, 
body.bg-black .offcanvas-lg,
body.bg-black .offcanvas-md,
body.bg-black .offcanvas-sm,
body.bg-black .offcanvas-xl,
body.bg-black .offcanvas-xxl {
  --bs-offcanvas-bg: #000000;
}

body.bg-light {
  --c-text-secondary: #737374;
  --c-bg-secondary: #d4d8dd;
  --c-bg-button: #fff;
  --slider-shadow: inset 0 1px 1px #ddd, 0 2px 3px #ccc;
}

body.bg-dark {
  --c-text-secondary: #d3d5db;
  --c-bg-secondary: #003442;
  --c-bg-button: #004b5f;
  --slider-shadow: inset 0 1px 1px #1d6477;
}

body.bg-black {
  --c-text-secondary: #d4d7e1;
  --c-bg-secondary: #191919;
  --c-bg-button: #343844;
  --slider-shadow: inset 0 1px 1px #555;
}

body.bg-black .cluetip-default,
body.bg-black .cluetip-default
body.bg-black .cluetip-outer {
  background-color: #000;
  border: 1px solid #262626;
  color: #fff;
}

body.bg-dark .cluetip-default,
body.bg-dark .cluetip-default
body.bg-dark .cluetip-outer {
  color: #000;
}

body.bg-black .cluetip-default,
body.bg-black .cluetip-default .cluetip-outer {
  background-color: #000;
}

body.bg-black  .cluetip-default .ui-cluetip-header {
  background-color: #000;
}

body.bg-black .jtip-top {
  background: #262626;
  color: #fff;
}

body.bg-black .f-desc {
  color: #fff;
}

/* Primary Button */
.btn-outline-primary {
  --bs-btn-color: var(--main_color);
  --bs-btn-border-color: var(--main_color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--main_color);
  --bs-btn-hover-border-color: var(--main_color);
  --bs-btn-focus-shadow-rgb: 13,110,253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--main_color);
  --bs-btn-active-border-color: var(--main_color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--main_color);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--main_color);
  --bs-gradient: none;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--main_color);
}

body {
  font-family: 'poppins';
  -webkit-font-smoothing: antialiased;
  
  background-size: 1920px 1080px;
  background-repeat: no-repeat;
}

@media (max-width: 1440px) {
  body {
    background-size: 1920px 1079px;
  }
}

header {
  transition: 0.3s;
 }

a {
   text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
}

body.text-light .post-title {
  color: #fff;
}

body.text-light .post-title:hover {
  color: var(--light-hover-color);
}

body.text-dark .post-title:hover {
  color: #000;
}


footer {
  background: linear-gradient(180deg, rgb(0 0 0 / 18%) 0%, rgba(0,0,0,0) 100%);
  border-top: solid 2px rgb(23, 89, 104);
}

.form-control {
  border-radius: 0;
}

.blur-20 {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.blur-5 {
  backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

.navbar-brand {
  width: 165px;
  height: 45px;
  transition: transform 0.5s;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: 165px;
  background-repeat: no-repeat;
}

.navbar-brand:hover {
  transform: scale(1.05);
}

/* Scroll to top */
.top-scroll {
	position: fixed;
	bottom: 100px;
	right: 2%;
	z-index: 100;
	width: 50px;
	height: 50px;
	line-height:50px;
	font-size: 30px;
	color: #08a4c8;
	text-align: center;
	/* border: 3px solid #08a4c8; */
	background-color:rgba(0, 0, 0, 0.5);
	cursor: pointer;
	opacity:0.5;
	filter: alpha(opacity=50);
	font-weight:bold;
	border-radius:35px; 
	display:none;
	}
.top-scroll:hover {opacity:1; filter: alpha(opacity=100);}
@media (max-width: 767px) {.top-scroll {display:none !important; visibility:hidden !important}}

/* SearchBar */
.search-form {
  position: relative;
}
.search-form .search-bar:focus {
  width: 230px;
}

.search-bar::-webkit-input-placeholder {
  color:transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-bar::-moz-placeholder {
  color:transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.search-bar:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.search-bar {
  border: none;
  outline: none;
  position: absolute;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
  color: #ffffff;
  padding: 10px 0 10px 10px;
}

.search-bar:focus:hover {
  border-bottom: 1px solid #94b0b8;
}

.search-bar:focus {
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #94b0b8;
  cursor: text;
  transition: 0.3s;
}

.search-bar:focus::-webkit-input-placeholder  { color: #ffffff; }
.search-bar:focus::-moz-placeholder   { color: #ffffff; }
.search-bar:-moz-placeholder   { color: #ffffff; }

.sidebar::-webkit-scrollbar {
  display: none;
}

.main-menu {
  background: #0a687ffa;
}

.main-menu .dropdown-item {
  color: #ffffff;
}

.main-menu .dropdown-item:hover {
  background: #175968;
  font-weight: 600;
  transition: 0.3s;
}

.sidebar {
  position: fixed;
  z-index: 998;
  float: left;
  width: 210px;
  height: 100%;
  background: #1f282d;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar .logo {
  width: 210px;
  height: 60px;
  background: #f25459; /* Old browsers */
  z-index: 999;
  position: fixed;
}
.sidebar .logo span {
  position: absolute;
  left: 50%;
  margin-left: -85px;
  margin-top: 10px;
}
.sidebar .categories {
  width: 100%;
}
.sidebar .categories .main_menu {
  margin-top: 65px;
}
.sidebar .categories ul li {
  height: 37px;
  width: 100%;
}

.sidebar .categories hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 2px solid #175968;
    margin: 1em 0;
    padding: 0;
}

.sidebar .categories ul li:hover {
  background:#141b1e;
  border-left: 3px solid #f34d53;
  transition: 0.2s;
}
.sidebar .categories ul li:hover span {
  color: #BFD5DB;
}
.sidebar .categories ul li a {
  color: #BFD5DB;
  font-weight: 600;
  display: block;
  height: 100%;
}
.sidebar .categories ul li span {
  color: #BFD5DB;
  position: relative;
  top: 5px;
  left: 50%;
  margin-left: -60px;
  width: 100%;
  height: 50px;
}
.head {
  position: fixed;
  z-index: 99;
  width: 100%;
  min-width:960px;
  height: 60px;
  height: 80px;
  background: transparent;
}

.pop-block {
  display: block !important;
}
.nav-up {
  top: -80px;
  transition: 0.3s;
  background: #ffffff12 !important;
  backdrop-filter: blur(30px) !important; 
}
.nav-down {
  top: 0px;
  transition: 0.3s;
  background: #ffffff12 !important;
  backdrop-filter: blur(30px) !important; 
}


.ham {
  font-weight: 100;
  color: #f00;
  float: left;
  top: 18px;
  position: relative;
  margin-left: 30px;
  display: none;
}
.ham a {
  color: #7f7f86;
}
.ham span {
  font-size: 24px;
}
.social {
  position: absolute;
  float: right;
  margin-right: 50px;
  top: 20px;
  right: 0px;
}
.social ul li {
  display: inline;
  font-size: 23px;
  margin-left: 30px;
}
.social a {
  color: #bcbcc6;
}
.social a:hover {
  color: #8a8a94;
  transition: 0.5s;
}
.search {
  margin-left: 250px;
}
.search i {
  color: #cdcdcd;
  font-size: 20px;
}
.search input[type=text] {
  border: none;
  height: 57px;
  width: 300px;
  background: transparent;
  padding-left: 15px;
  font-size: 14px;
  font-weight: 600;
}
.search input[type=text]:focus {
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ffa3a8;
  color: #57575e;
}
.search-suggest {
  width: 300px;
  overflow: hidden;
  background: #BFD5DB;
  margin-left: 30px;
  box-shadow: 1px 71px 155px -40px;
  display: none;
}
/*@media (max-width: 600px) {*/
/*  .search-suggest {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    left: 0px;*/
/*    margin-left: 0px;*/
/*  }*/
/*}*/
.search-suggest ul li {
  position: relative;
  border-bottom: 1px solid #eeeef8;
}
.search-suggest ul li:hover {
  border-left: 2px solid #f73f46;
  transition: 0.1s;
}
.search-suggest ul li a {
  color: #616168;
}
.search-suggest ul li a:hover {
  color: #f73f46;
  transition: 0.3s;
}
.search-suggest ul li a p {
  padding: 14px 0 14px 0;
  margin-left: 20px;
  font-size: 15px;
}
.slot {
  position: relative;
}

.category-head {
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
}
.sort {
  height: 25px;
}
/*@media (max-width: 630px) {*/
/*  .sort {*/
/*    height: 150px;*/
/*  }*/
/*}*/
.sort ul {
  float: right;
}
/*@media (max-width: 630px) {*/
/*  .sort ul {*/
/*    float: none;*/
/*  }*/
/*}*/
.sort ul a {
  color: #ffffff;
}
/*@media (max-width: 630px) {*/
/*  .sort ul a {*/
/*    text-align: center;*/
/*  }*/
/*}*/
.sort ul a li {
  display: inline;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 15px;
}
/*@media (max-width: 630px) {*/
/*  .sort ul a li {*/
/*    font-size: 14px;*/
/*    padding: 3px 5px;*/
/*    display: block;*/
/*    line-height: 40px;*/
/*  }*/
/*}*/
.sort ul a li:hover {
  background: #BFD5DB;
  transition: 0.3s;
  color: #f64349;
}
.sort ul a li:active {
  background: #BFD5DB;
  transition: 0.3s;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  color: #f64349;
}
.sort-active {
  background: #BFD5DB;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  color: #f64349;
}




.movies {
  position: relative;
  width: 1080px;
  left: 280px;
  top: 80px;
}
.movie-grid {
  overflow: auto;
}

.movie-thumb {
  width: 20%;
  margin-bottom: 0.75rem;
}

.movie-thumb.col-10 {
  width: 10%;
}

.movie-thumb.col-8 {
  width: 12.5%;
}

.movie-thumb.col-6 {
  width: 16.666%;
}

.movie-thumb.col-4 {
  width: 24%;
}

.movie-thumb.col-3 {
  width: 33.333%;
}

.movie-thumb img.thumb {
  width: 100%;
  height: 100%;
  background-position: 50% 25%;
  background-size: cover;
  display: inline-block;
}

.under-thumb h4 {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;	
	font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
    color: white;
}

.under-thumb li {
  display: inline;
  color: #7dd2f3;
  font-weight: 600;
  font-size: 12px;
  margin-right: 5px;

}
.under-thumb li:hover {
  color: #ffffff;
  transition: 0.3s;
  font-weight: 600;
}
.movie-thumb:hover {
  -webkit-box-shadow: 5px 10px 33px -4px rgba(0,0,0,0);
}
.movie-thumb .thumb-overlay:hover span {
  opacity: 1;
  transition: 0.8s;
}
.movie-thumb:hover .bottom-movie {
  bottom: 45px;
  transition: 0.3s;
}
.movie-thumb:hover .m-views {
  display: block;
  animation-name: opaq;
  animation-duration: 1.3s;
  transition: 1.3s;
}
.movie-thumb span {
  font-size: 15px;
}
.thumb-overlay {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0px;
 transition: all 400ms ease-in-out;
}

.thumb-overlay:hover {
    transition: all 400ms ease-in-out;
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.movie-thumb .thumb-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.movie-thumb .thumb-overlay:before {
  transition: all 400ms ease-in-out;
  z-index: 4;
}

.movie-thumb .thumb-overlay:hover:before {
  opacity: 1;
}

body.text-dark .under-thumb h4 {
  color: #000;
}

body.text-dark .under-thumb li a:hover {
  color: #000;
}

body.text-dark .btn-default {
  color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity));
}

body.text-dark .btn-default:hover {
  color: #000;
}

body.text-dark .movie-categories a:hover {
  color: #4ab1c9;
}

body.text-dark .slider-header {color: #000;}

body.text-dark .ul.list-unstyled ul li a {color: #17b8c5!important;}

.list-unstyled{overflow: hidden;text-overflow: ellipsis;}

.player-controller i{
  font-size: 24px;
}



.new-entry {
  width: 100%;
  height: 40%;
  position: absolute;
  opacity: 1 !important;
}
.new-entry p {
  color: #ffffff;
  float: right;
  z-index: 50;
  position: relative;
  padding-right: 8px;
  padding-top: 7px;
  font-weight: 800;
  font-size: 13px;
}
.new-entry .triangle {
  z-index: 40;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 1px;
  height: 1px;
  border-top: 45px solid #f74047;
  border-left: 70px solid transparent;
}
.bottom-movie {
  position: absolute;
  height: 0px;
  width: 86%;
  bottom: 10px;
  left: 50%;
  margin-left: -43%;
}
.bottom-movie h4 {
  position: relative;
  color: #BFD5DB;
  font-weight: 600;
  font-size: 18px;
  bottom: 25px;
  line-height: 30px;
}
.bottom-movie .tags {
  position: relative;
  bottom: 5px;
  display: inline;
}
.bottom-movie .tags li {
  display: inline;
  color: #4697aa;
  font-weight: 600;
  font-size: 12px;
  margin-right: 4px;
}
.bottom-movie .tags li:hover {
  color: #f25459;
  transition: 0.5s;
}
.bottom-movie .m-views {
  display: none;
  bottom: -125px;
  position: absolute;
  width: 65px;
}
.bottom-movie .m-views i {
  color: #f1f1f1;
  float: left;
}
.bottom-movie .m-views p {
  padding-top: 2px;
  color: #f1f1f1;
  font-size: 13px;
  margin-left:25px;
}


.watch-movie {
  position: relative;
  width: 1180px;
  margin: 0 auto;
  left: 105px;
  padding-top: 76px;
  transition: 0.2s;
}

.player .episode-picker {
  position: relative;
  height: 50px;
  width: 800px;
  background: #BFD5DB;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
}
.player .movie-player {
  position: relative;
  height: 100%;
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.player .movie-player .player-placeholder {
  position: relative;
  width: 800px;
  height: 480px;
  background: #000;
}
.dropdowns {
  position: relative;
  margin-left: 20px;
  padding-top: 15px;
}
.dropdowns label {
  color: #75757c;
  font-size: 16px;
  margin-right: 5px;
}
.season {
  display: inline;
  margin-right: 20px;
}
.episode {
  display: inline;
}
select {
  border: none;
  -webkit-border-radius: 0px;
  background: #f4f4f9;
  width: 100px;
  height: 20px;
}
.movie-info {
  margin-top: 4px;
  height: 99px;
  width: 860px;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
}
.movie-info .main-info {
  position: relative;
  height: 39%;
  width: 99%;
  margin: 0 auto;
  /*border-bottom: 1px solid #4ab1c9;*/
}
.movie-info .main-info .title {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
  padding-top: 8px;
}
.movie-info .main-info .views-likes {
  float: right;
  margin-top: -18px;
  color: #BFD5DB;
  font-weight: 600;
}
.movie-info .main-info .views-likes .likes {
  display: inline;
  margin-left: 20px;
}
.movie-info .main-info .views-likes .likes span {
  margin-right: 8px;
}
.movie-info .main-info .views-likes .likes span a {
  color: #7f7f86;
}
.movie-info .main-info .views-likes .likes span a:visited,
.movie-info .main-info .views-likes .likes span a:hover {
  color: #f34f54;
  transition: 0.3s;
}
.movie-info .main-info .views-likes .views {
  display: inline;
  margin-left: 20px;
}
.movie-info .main-info .views-likes .views span {
  margin-right: 5px;
}
.movie-info .secondary-info {
  position: relative;
  width: 99%;
  margin: 0 auto;
  margin-top: 5px;
}
.movie-info .secondary-info .info-left {
  float: left;
  margin-left: -6 px;
}
.movie-info .secondary-info .info-left span {
  display: inline;
  color: #4293a6;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 600;
  font-style: italic;
}
.movie-info .secondary-info .info-left ul {
  display: inline;
}
.movie-info .secondary-info .info-left ul li {
  display: inline;
  margin-right: 8px;
}
.movie-info .secondary-info .info-left ul li a {
  color: #5ad2f3;
  font-size: 15px;
  font-weight: 550;
}
.movie-info .secondary-info .info-right {
  float: right;
}
.movie-info .secondary-info .info-right .rel-date {
  color: #4293a6;
  font-size: 15px;
  font-weight: 550;
}
.movie-info .secondary-info .info-right .quality-label {
  color: #4293a6;
  margin-left: 15px;
  font-weight: 550;
  font-size: 14px;
}
.movie-info .secondary-info .info-right .quality {
  font-weight: 550;
  color: #ffffff;
  /*margin-left: 8px;*/
}
.movie-optional .synopsis {
  width: 545px;
  height: 180px;
  background: #BFD5DB;
  float: left;
  /*border-left: 2px solid #ff7176;*/
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  border-radius: 0px;
}
.movie-optional .synopsis .syn-wrapper {
  width: 100%;
  height: 100%;
  margin-left: 25px;
}
.movie-optional .synopsis .syn-wrapper h4 {
  font-size: 18px;
  color: #57575e;
  font-weight: 600;
  margin-top: 25px;
}
.movie-optional .synopsis .syn-wrapper p {
  color: #75757c;
  font-size: 17px;
  font-weight: 500;
  width: 95%;
  line-height: 20px;
  margin-top: 12px;
  overflow-y: auto;
  max-height: 113px;

}



.movie-optional .options {
  width: 240px;
  height: 180px;
  background: #BFD5DB;
  float: right;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
}
.movie-optional .options span {
  color: #6b6b72;
  font-size: 14px;
}
.movie-optional .options i {
  color: #ff7176;
  font-size: 18px;
}

.movie-optional .options .trailer {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eeeef8;
}
.movie-optional .options .trailer:hover span {
  color: #fc5d62;
  transition: 0.3s;
}
.movie-optional .options .trailer:hover i {
  color: #f25358;
  transition: 0.3s;
}
.movie-optional .options .suggest {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eeeef8;
}
.movie-optional .options .suggest:hover span {
  color: #fc5d62;
  transition: 0.3s;
}
.movie-optional .options .suggest:hover i {
  color: #f25358;
  transition: 0.3s;
}
.movie-optional .options .report {
  position: relative;
  width: 100%;
  height: 60px;
}
.movie-optional .options .report:hover span {
  color: #fc5d62;
  transition: 0.3s;
}
.movie-optional .options .report:hover i {
  color: #f25358;
  transition: 0.3s;
}
.option-wrapper {
  text-align: left;
  padding-top: 23px;
  padding-left: 28px;
}
.trailer-link {
  margin-left: 20px;
}
.watch-links h4 {
  font-size: 16px;
  color: #57575e;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 24px;
}
.watch-links ul {
  position: relative;
  width: 94%;
  margin: 0 auto;
  overflow:auto;
}
.watch-links ul li {
  height: 35px;
  width: 125px;
  zoom: 1;
  float: left;
  margin: 20px 2.5% 30px 0;
}

.watch-links ul li a:hover {
  background: #f25358;
  transition: 0.3s;
}
.watch-links ul li a:hover p {
  color: #ffffff;
}
.watch-links ul li a p {
  color: #f25358;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
}
.download-links h4 {
  font-size: 16px;
  color: #57575e;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 24px;
}
.download-links ul {
  position: relative;
  width: 94%;
  margin: 0 auto;
  overflow:auto;
}
.download-links ul a {
  height: 35px;
  width: 125px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.919999999999998%;
  margin-left: 0%;
  margin-right: 2.5%;
  margin-top: 20px;
  margin-bottom:30px;
}
.download-links ul a:before,
.download-links ul a:after {
  content: '';
  display: table;
}
.download-links ul a:after {
  clear: both;
}
.download-links ul a li {
  border: 1px solid #5489ef;
  height: 38px;
}
.download-links ul a li:hover {
  background: #6d9af1;
  transition: 0.3s;
}
.download-links ul a li:hover p {
  color: #ffffff;
}
.download-links ul a li p {
  color: #5489ef;
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
}
.adrek-space {
  /*  width: 860px; 
  margin-top: 10px;*/
  background: #BFD5DB;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
}
.adrek-space p {
  position: relative;
  text-align: center;
  padding-top: 80px;
  color: #93939a;
}
.recommended {
  width: 860px;
  height: 270px;
  margin-top: 10px;
  background: #BFD5DB;
  -webkit-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  -moz-box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
  box-shadow: 0px 1px 13px -4px rgba(0,0,0,0);
}

.recommended h4 {
  font-size: 18px;
  color: #57575e;
  font-weight: 600;
  padding-top: 10px;
  padding-left: 10px;
}
.recommended .r-movies {
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.recommended .r-movies .single-movie {
  width: 150px;
  height: 200px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 17.6%;
  margin-left: 0%;
  margin-right: 3%;
}
.recommended .r-movies .single-movie:before,
.recommended .r-movies .single-movie:after {
  content: '';
  display: table;
}
.recommended .r-movies .single-movie:after {
  clear: both;
}
.recommended .r-movies .single-movie:last-child {
  margin-right: 0%;
}
.recommended .r-movies .single-movie .bottom-movie h4 {
  font-size: 15px;
  color: #BFD5DB;
  padding: 0;
  bottom: 5px;
  line-height: 20px;
  position:absolute;
}
.pagination {
  height: 40px;
}
.pagination ul li {
  display: inline;
  background: #BFD5DB;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 3px;
}
.pagination ul li:hover {
  background: #f44d53;
  transition: 0.3s;
}
.pagination ul li a {
  color: #57575e;
  padding: 10px 15px;
}
.pagination ul li a:active,
.pagination ul li a:hover {
  color: #BFD5DB;
  transition: 0.2s;
}

.pagination ul li span{
  color: #BFD5DB;
  padding: 10px 15px;
}

.pagination ul span {
  padding-left: 10px;
  padding-right: 8px;
  color: #6b6b72;
}

.wp-pagenavi .pages {
  padding-left: 10px;
  padding-right: 8px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}


.wp-pagenavi a {
   background: #BFD5DB;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 3px;
    padding: 10px 20px;
    color: #224d5d;
    font-weight: 600;
}

.wp-pagenavi a:hover {
  background-color: var(--main_color);
  color: #FFFFFF;
 }

.wp-pagenavi .extend{
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 3px;
  padding: 5px 7px;
}


.nav-active {
  background: #f44d53 !important;
}
.nav-active a {
  color: #BFD5DB !important;
}

.footer .footer-info {
  position: relative;
  margin-top: 27px;
  left: 260px;
  width: 80%;
  font-size: 14px;
  color: #BFD5DB;
}

.sitemaps{
  
  float:right;
}


.footer .footer-info span a{
  
  color:#BFD5DB;
  font-size:13px;
}
.footer .footer-info span a:hover{
  
  color:#F25358;
  
}

.footer .footer-info span {
  margin-left: 30px;
  line-height: 25px;
}

.footer .footer-info .rights {
  font-size: 13px;
  float: right;
  color: #f25358;
}


.dark-layer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.97;
}
.trailer-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  top:0px;
}
.trailer-popup .trailer-placeholder {
  z-index: 999;
  position: absolute;
  width: 800px;
  height: 500px;
  /*background: #BFD5DB;*/
  left: 50%;
  margin-left: -401px;
  margin-top: 8%;
}
.trailer-popup .trailer-placeholder .trailer-head {
  width: 104%;
  height: 40px;
  /*margin-top: 20px;
  border-bottom: 1px solid #dadae4;*/
}
.trailer-popup .trailer-placeholder .trailer-head span {
  text-align: center;
  color: white;
  font-size: 25px;
  font-weight: 600;
}
.trailer-popup .trailer-placeholder .trailer-head i {
  color: #a8a8b2;
  float: right;
  margin-right: 30px;
  font-size: 64px;
  margin-top: -35px;
}
.trailer-popup .trailer-placeholder .trailer-player {
  width: 96%;
  height: 400px;
  background: #57575e;
  position: relative;
  margin: 25px auto 0px auto;
}


.suggest-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  top:0px;
}
.suggest-popup .suggest-form {
  z-index: 999;
  position: absolute;
  width: 700px;
  height: 500px;
  background: #BFD5DB;
  left: 50%;
  margin-left: -350px;
  margin-top: 5%;
}
/*@media (max-width: 700px) {*/
/*  .suggest-popup .suggest-form {*/
/*    width: 100%;*/
/*    left: 0px;*/
/*    margin-left: 0px;*/
    
/*  }*/
/*}*/
.suggest-popup .suggest-form .suggest-head {
  width: 100%;
  height: 40px;
  margin-top: 15px;
  margin-top:40px;
}
.suggest-popup .suggest-form .suggest-head p {
  color: #57575e;
  /*margin-left: 50px;*/
  font-size: 18px;
  margin:0 auto;
  text-align:center;
  line-height:13px;
}
.suggest-popup .suggest-form .suggest-head i {
  color: #a8a8b2;
  float: right;
  margin-right: 20px;
  margin-top: -40px;
  font-size: 18px;
}
.suggest-popup .suggest-form .form {
  width: 50%;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-top:30px;
}
.suggest-popup .suggest-form .form button {
  color: #BFD5DB;
  border-radius: 0px;
  height: 30px;
  background: #4ab1c9;
  padding: 8px 15px;
  border: none;
}

.suggest-popup .suggest-form input
{
  height: 35px;
  width: 300px;
  font-size: 14px;
  padding-left: 11px;
  margin-bottom: 20px;
}

.suggest-popup .suggest-form textarea
{
  width: 300px;
  font-size: 14px;
  padding: 11px;
  margin-bottom: 20px;
}

.suggest-popup .dark-layer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.95;
}



.report-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
}
.report-popup .report-form {
  z-index: 999;
  position: absolute;
  width: 700px;
  height: 260px;
  background: #BFD5DB;
  left: 50%;
  margin-left: -350px;
  margin-top: 200px;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form {*/
/*    width: 100%;*/
/*    left: 0px;*/
/*    margin-left: 0px;*/
/*  }*/
/*}*/
.report-popup .report-form .report-head {
  width: 100%;
  height: 40px;
  margin-top: 55px;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form .report-head {*/
/*    margin-top: 24px;*/
/*  }*/
/*}*/
.report-popup .report-form .report-head p {
  color: #57575e;
  margin-left: 50px;
  font-size: 14px;
  line-height: 30px;
  max-width: 80%;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form .report-head p {*/
/*    font-size: 16px;*/
/*    margin-left: 10px;*/
/*  }*/
/*}*/
.report-popup .report-form .report-head i {
  color: #a8a8b2;
  float: right;
  margin-right: 20px;
  margin-top: -90px;
  font-size: 18px;
}
.report-popup .report-form .form {
  width: 85%;
  height: 100px;
  position: relative;
  margin: 0 auto;
  margin-top: 60px;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form .form {*/
/*    margin: 70px 0px 0px 15px;*/
/*  }*/
/*}*/
.report-popup .report-form .form a {
  color: #BFD5DB;
  border-radius: 0px;
  height: 30px;
  width: 130px;
  background: #f25459;
  padding: 8px 15px;
  margin-left: 25px;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form .form a {*/
/*    margin-left: 0px;*/
/*  }*/
/*}*/
.report-popup .report-form .form input[type=text] {
  height: 35px;
  width: 300px;
  font-size: 16px;
  padding-left: 11px;
}
/*@media (max-width: 700px) {*/
/*  .report-popup .report-form .form input[type=text] {*/
/*    margin-bottom: 23px;*/
/*    margin-left: 0px;*/
/*  }*/
/*}*/
.report-popup .dark-layer {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
}







@-moz-keyframes opaq {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes opaq {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes opaq {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}
@keyframes opaq {
  from {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}


.page-text{
  text-align: center;
}

.page-text h2 {
  font-size: 24px;
}

.page-content{
  margin-top: 10px;
}

.rights {
	display: none;
}

@media screen and (max-width:991px) {
  #cluetip-1,
  #cluetip {
      display: none !important
  }
}

@media (max-width: 1200px) {
	.recommended .r-movies .single-movie {
		height: 163px;
	}
}
.movie-details {
  font-weight: 550;
}

body.text-light .btn-default {
  color: #ffffff;
  font-weight: 500;
}

body.text-light .btn-default:hover {
  color: #a4e6ff;
}


.btn .icon {
  line-height: 15px;
  vertical-align: middle;
}

.btn .icon.icon-left {
  margin-right: 1px;
}

.whatsapp-share i {
  color: #5cf978;
}

.widget-heading {
  font-size: var(--wp--preset--font-size--normal);
  font-weight: 500;
    font-family: 'Poppins';
}

@media (min-width: 992px)
.d-lg-inline {
   font-weight: 500 !important;
   font-size: 18px !important;
}

.btn-group .btn-default {
  font-size: 18px;
    font-weight: 500;
    background-color: #00000029;
    border-radius: 0;
    padding: 12px 0;
}

.btn-group .btn-default:hover {
    background-color: #00000050;
   }


.btn-group .btn-default.active {
  border: 0;
  background-color: var(--bs-btn-hover-bg);
}

.movie-intro {
    font-size: 16px;
    border-top: 1px solid var(--main_color);
    border-bottom: 1px solid var(--main_color);
    background: rgba(0,0,0,0.05);
    width: 100%;
    padding: 20px;
}

.movie-links h4 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
}

.movie-links li {
  color: #65d5ff;
    border: 1px solid #65d5ff;
    border-radius: 0px;
    height: 35px;
    margin-top: 10px;
}

.movie-links li:hover {
  background: #00b9ff;
  color: #ffffff;
}

.movie-links li.download {
  border-color:#1affc0;
  color: #1affc0;
}

.movie-links li.download:hover {
  background: #1affc0;
  color: #ffffff;
}

.movie-links li a {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 12px;
    color: inherit;
}

.divider {
  border-color: 2px solid var(--main_color);
}

.owl-carousel.loading {
  height: 265px;
  overflow-y: hidden;
}

.owl-carousel.loading .slider-item {
  float: left;
  margin-left: 15px;
}

.owl-carousel.loading .slider-item img{
  width: 180px;
  height: auto;
}

.slider-item {
  position: relative;
}

.slider-item .button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 12;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.slider-item .button .play-video {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 10;

  -webkit-transition: all .5s ease;
  transition: all .5s ease
}


.slider-item:hover .button .play-video {
  opacity: 1;
  background-color: var(--main_color);
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 0 10px rgb(147 82 179 / 0%);
  -moz-box-shadow: 0 0 0 10px rgba(147,82,179,0);
  box-shadow: 0 0 0 10px rgb(147 82 179 / 0%);
}

.slider-item:hover .button .play-video:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-box-shadow: 0 0 0 8px rgb(49 161 204 / 50%);
  -moz-box-shadow: 0 0 0 8px rgba(49, 161, 204, 0.5);
  box-shadow: 0 0 0 8px rgb(49 161 204 / 50%);
}

.slider-item .movie-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-sort li {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; 
	
}

.nav-sort li:hover {
   border-bottom: 2px solid #ffffff;
}

.nav-sort li a {
  display: block;
  transition: 0.3s;
  width: 100%;
  text-align: center;
  clear: both;
  padding: 7px 15px;
}

.panel {
  margin-bottom: 18px;
  background-color: rgba(0,0,0,0.05);
  border: 1px solid transparent;  
}

.panel-heading {
  padding: 20px 20px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}

.panel-default > .panel-heading {
  color: #ffffff;
  background-color: transparent;
  border-color: 2px solid var(--main_color);
}

.panel-body {
  padding: 15px 20px 20px;
}

.panel-subtitle {
  display: block;
  font-size: 13px;
  color: #707070;
  margin-bottom: 6px;
}

.panel-heading .tools {
  float: right;
  font-size: 0;
}

.panel-heading .tools .icon {
  display: inline-block;
  font-size: 20px;
  line-height: 25px;
  vertical-align: middle;
  cursor: pointer;
  color: #bababa;
  min-width: 20px;
  text-align: center;
}

.panel-border-color {
  border-top: 3px solid #c9c9c9;
}

.panel-border-color-dark {
  border-top-color: #3d3c3c;
}

.panel-full-dark {
  background-color: #333333;
  color: #ffffff;
}

.panel-full-transparent {
  background-color: transparent;
  color: #fff;
}

.panel-contrast .panel-header-contrast {
  background-color: rgba( 0, 0, 0, 0.09);
}

/* ---- */
.panel-heading {
  font-size: 18px;
  font-weight: 300;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  border-bottom-width: 0;
  border-radius: 3px 3px 0 0;
}

.panel-heading-divider {
  border-bottom: 3px solid #4ab1c9;
  margin: 0 20px 8px;
  padding-left: 0;
  padding-right: 0;
}

.panel-body::before {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.slider-header {
  /*border-bottom: 1px solid var(--main_color);*/
  color: #ffffff;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-top: 8px !important;
  margin: 10px 0;
  position: relative;
  height: 46px !important;
}


@media (max-width: 990px) {
  .wp-pagenavi span.pages {
    display: block;
    margin: 0 0 10px;
  }
  
  .movie-thumb span {
    font-size: 17px !important;
}

  .widget-heading {
    font-size: 14px;
  }

  .slider-header {
    font-size: 14px;
  }
  .movie-thumb {
    width: 25%!important;
    margin: 0;
    padding: 0 5px;
  }

  .movie-thumb h4 {
    font-size: 12px;
  }

  .movie-thumb li {
    font-size: 10px;
  }

  .servers-list a {
    font-size: 14px;
  }

  .player-controller h2{
    font-size: 20px;
    line-height: 30px;
  }

  .player-controller button{
    padding: 0.1rem;
  }

  .player-controller i{
    font-size: 20px;
  }

 .movie-links h4 {
    font-size: 17px;
    font-weight: 500;
    text-align: center;
}

  .movie-links li a {
    padding: 10px;
    font-size: 20px;
  }
}


/* Player */
#plx {
  width: 100%;
  height: 100%;
  position: relative;
}
#imgad,
#vidad {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  cursor: pointer;
  top: 0;
}

a#vidadlink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
#passtovidad {
  position: absolute;
  width: 180px;
  height: 45px;
  right: 30px;
  bottom: 58px;
  border-radius: 0px;
  font-style: normal;
  font-variant-caps: normal;
  font-weight: bold;
  font-stretch: normal;
  font-size: 16px;
  font-family: arial;
  line-height: 44px;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  text-align: center;
  text-indent: 2px;
  background-position: initial initial;
  background-repeat: initial initial;
}
#passtovidad b {
  color: #08d4c3;
}
#passtoimgad {
  width: 200px;
  height: 40px;
  line-height: 40px;
  background-color: transparent;
  border: 1px solid #08d4c3;
  color: #08d4c3;
  cursor: pointer;
  text-align: center;
  margin: 50px auto 20px;
}
#i300250imgad {
  width: 300px;
  height: 250px;
  margin: 0 auto;
  background-color: #08d4c3;
}
iframe#bastplayer {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

#unmutedbutton,
#mutedbutton {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 15;
}
#unmutedbutton {
  display: none;
}

.scrolled-down{
  transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
  transform:translateY(0); transition: all 0.3s ease-in-out;
}

.theme-switcher {
  background-color: var(--c-bg-secondary);
  border-radius: 10px;
  display: flex;
  padding: 0 3px;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.theme-switcher .theme-slider {
  display: block;
  position: absolute;
  z-index: 1;
  width: calc((100% - 6px) / 3);
  top: 3px;
  transform: translatex(-110%);
  bottom: 3px;
  border-radius: 6px;
  transition: 0.15s ease, transform 0.25s ease-out;
  background-color: var(--c-bg-button);
  box-shadow: var(--slider-shadow);
}
.theme-switcher input {
  display: none;
}
.theme-switcher input:nth-of-type(1):checked ~ .theme-slider {
  transform: translateX(0);
}
.theme-switcher input:nth-of-type(2):checked ~ .theme-slider {
  transform: translateX(100%);
}
.theme-switcher input:nth-of-type(3):checked ~ .theme-slider {
  transform: translateX(200%);
}
.theme-switcher label {
  position: relative;
  z-index: 2;
  width: calc(100% / 3);
  color: var(--c-text-secondary);
}
.theme-switcher label span {
  padding: 8px 0;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}
.theme-switcher label svg {
  display: inline-block;
  margin-right: 0.5rem;
  width: 20px;
}