<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.category-head span,
.social a:hover,
.play i,
.movie-info,
.movie-info .secondary-info,
.movie-info .secondary-info .info-right,
.movie-optional .options i,
.movie-optional .options .imdb,
.sort-active,
.dot,
.search-suggest ul li a:hover
{
	color: #5ad2f3;
	font-weight: 550;
}

.movie-info .secondary-info a{
	color: #ffffff !important;
}

.movie-len {
	color: #ffffff !important;
	}


.report-popup .report-form .form a,
.suggest-popup .suggest-form .form a {
  background: var(--main_color);
}

.pagination ul li:hover {
	background: var(--main_color);
}

.nav-active
{
  background: var(--main_color) !important;
}


.movie-optional .synopsis {
	border-top: 2px solid var(--main_color);
	border-bottom: 2px solid var(--main_color);
}

.watch-links ul a li {
	border: 1px solid var(--main_color);
}

.sidebar .categories ul li:hover {
  border-left: 3px solid var(--main_color);
}

.search input[type=text]:focus {
  border-bottom: 1px solid var(--main_color);
}

.search-suggest ul li:hover {
  border-left: 2px solid var(--main_color);
}

.new-entry .triangle {
	border-top: 45px solid var(--main_color);
}


/* Hover Shiko */
.movie-optional .options .trailer:hover span,
.movie-optional .options .trailer:hover i,
.movie-optional .options .suggest:hover span,
.movie-optional .options .suggest:hover i,
.movie-optional .options .report:hover span,
.movie-optional .options .report:hover i
{
  color: var(--main_color);
}

.watch-links ul a li:hover {
  background: var(--main_color);
}


/* Download Button */
.download-links ul a li p {
	color : #3fe5b7;
	overflow: hidden;
    text-overflow: ellipsis;
}

.download-links ul a li {
	border: 2px solid #3fe5b7;
	border-radius: 50px;
}
.download-links ul a li:hover {
  background: #3fe5b7;
}

/* Background */

body, .head {
/*background: rgb(0,76,91) !important; 
background: -moz-linear-gradient(90deg, rgba(0,76,91,1) 0%, rgba(0,58,78,1) 100%) !important; 
background: -webkit-linear-gradient(90deg, rgba(0,76,91,1) 0%, rgba(0,58,78,1) 100%) !important; 
background: linear-gradient(90deg, rgba(0,76,91,1) 0%, rgba(0,58,78,1) 100%) !important; 
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c5b",endColorstr="#003a4e",GradientType=1) !important; */
}



/* Head Color */

.sidebar .logo {
  background: transparent !important; /* Old browsers */
  position: absolute;	
}

.toggle6 
{
	color : var(--main_color) !important;;
}

.sidebar {
	/*background: #202b34 !important;*/
	background: #0d3a4a !important;
	border-right: 0px solid #2F3B42;
}

/* Side Bar */
.rights {
	display: none;
}

/* Search More Link */
.search-more {
  background:#32434e;
}
.search-more p i {
  font-size:18px;
  margin-right:5px;
  color: #08a4c8;
}
.search-suggest ul li.search-more {
  border-bottom: #08a4c8 2px solid;
}
.search-more p {
  color:#c9cacb;
}
.search-more p:hover {
	color:#08a4c8;
}
/* No Search Results */
.search-suggest ul li.no-search-results p {
  padding: 14px 0 14px 0;
  margin-left: 20px;
  font-size: 15px;
  color: #8a6d3b;
}
.search-suggest ul li.no-search-results i {
  color: #8a6d3b;
  opacity: 0.8;
  font-size: 18px;
  margin-right: 5px;
}
.search-suggest ul li.no-search-results:hover {
  border-left:2px solid #8a6d3b;
}

/* Misc */
.movie-grid {
	overflow: hidden;
	padding: 0px;
}

/* Bottom Ads */
.adrek-space.bottom{
/* margin-top:15px;
margin-bottom:10px;*/
text-align: center;
}
.adrek-space.bottom p {
display:none;
}
.adrek-space {
background-color:transparent;
}

/* Pagination */
.pagination-ground {
position:relative;
margin:15px 0;
}

.wp-pagenavi .current {
    display: inline;
    background: #35b5e6;
    margin-left: 3px;
    padding: 10px 20px;
    color: #ffffff;
    font-weight: 600;
}

.quality-poster {
	position: absolute;
    text-transform: uppercase;
    top: 0px;
    right: 0px;
    z-index: 4;
    padding: 0px 4px;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
	
}
.imdb-poster {
	position: absolute;
    top: 16px;
    right: 0px;
    z-index: 4;
    padding: 1px 3px;
    color: #fff;
    font-weight: 600;
    font-size: .8rem;
	
}

/* Logo Shine */
.hover14 figure {
	position: absolute;
	left: 50%;
	margin-left: -85px;
	margin-top: 10px;
}
.hover14 figure::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 70%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.hover14 figure:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}

/* Sort */
.sort-active{
	background:transparent;
	font-weight: 600 !important;
    border-bottom: 2px solid #35b5e6;
}
.sort ul a li:hover{
	background: #08a4c8;
    color: #ffffff;
    font-weight: 600;
	box-shadow: 0 0 20px #08a4c8;
}
.sort ul a li{
	-webkit-border-radius: 35px;
    	-khtml-border-radius: 35px;
    	-moz-border-radius: 35px;
    	-ms-border-radius: 35px;
   	 -o-border-radius: 35px;
    	border-radius: 35px;
}

.title-home {
    font-size: 18px;
    border-radius: 5px;
    padding: 7px 9px;
    color: #ffffff;
	top: 0;
	font-family: "Roboto", arial, sans-serif;
	font-weight: 600;	
}

.title-home.right {
    right: 10px;
	top: 8px;
    position: absolute;
}

.title-home a {
    color: #eaeaea;
}

.title-home a:hover {
    color: #4ab0c8;
}

.trailer-player {
    width: 100% !important;
    margin: 0 !important;
}

.trailer-head {
    margin-top: 0 !important;
    padding-top:  20px;
   /* background-color: #4ab0c8;
	border-bottom: 3px solid #BFD5DB !important; */
}

.trailer-popup .trailer-placeholder .trailer-head span {
    /*color:  #ffffff;*/
}

a.trailer-popup .trailer-placeholder .trailer-head {
    color: #ffffff;
}

.trailer-placeholder {
    background: transparent !important;
}

i#remove-trailer {
    color: #ffffff;
}

.player {
    background:  transparent;
}

/* Hide paragraphs in .adrek-space */
.adrek-space p {
    display: none;
}

.head-menu a:hover {
	color: #ffffff;
	font-weight:600;
	transition: 0.3s;
	background: #08a4c8;
	box-shadow: 0 0 20px #08a4c8;
}


/* TURN LIGHTS ON AND OFF */

.night-holder {
  background:  #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1020;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.light {
  height: 40px;
  margin: 10px auto;
  margin-left: 10px;
  font-size: 21px;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
  background: transparent;
  border: none;
  color: #CCC; /* old browsers */
  color: rgba(0,0,0,0.1);
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.light:hover {
  background: transparent;
  color: #BBB; /* old browsers */
  color: rgba(0,0,0,0.1);
  color: #DDEEFF;  
}

.light { 
  background: transparent; 
  color: #FFEE00;
  position: relative;
  float: right;
  bottom: 40px;
}

span.btn-day.fa.fa-sun-o {
  display: none;
}

.light.off span.btn-night.fa.fa-moon-o {
  display: none;
}

.light.off span.btn-day.fa.fa-sun-o {
  display: block;
}

/* Hides the player and button from darkness */
.player {
	z-index: 100;
}

/* Expand Player */
.player.wide {
    width:  100%!important;
	transition:  width 0.3s ease-in-out;
}

.player.wide iframe {
    height: 664px;
	transition:  height 0.3s ease-in-out;
}

.widgets.wide {
    top: 1139px;
	transition:  all 0.3s ease-in-out;
}
.player {
	transition:  width 0.3s ease-in-out;
}
.player iframe {
	height: 484px;
	transition:  height 0.3s ease-in-out;
}

.expand {
  height: 40px;
  margin: 10px auto;
  margin-left:10px;
  right: 5px;
  font-size: 21px;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.4s ease-in-out;
  background: transparent; 
  color: #23bd68;
  position: relative;
  float: right;
  bottom: 40px; 
}

.expand:hover {
  color: #BBB; /* old browsers */
  color: rgba(0,0,0,0.1);
  color: #DDEEFF;
  background: transparent;
}



.light {
	color: #23bd68;
}

.trailer-btn {
  height: 40px;
  margin: 10px auto;
  font-size: 16px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: transparent;
  padding:  0 15px;
  color: #23bd68;
  position: relative;
  float: right;
  bottom: 40px;
}

.trailer-btn:hover {
  color: #BBB; /* old browsers */
  color: rgba(0,0,0,0.1);
  color: #DDEEFF;
  background: transparent;
}

.plbtns {
    position:  absolute;
    right:  0;
}

.widgets {
    box-shadow:  none;
}

.synopsis .syn-wrapper p {
    height:  80px;
}

.recommended.related {
	background: transparent !important;
}

.head-center {
    left:  50%;
    margin-left:  -500px;
    position:  relative;
}

html {
    margin-top: 0 !important;
}

.sidebar {
    display:  none;
}

.toggle1 {
    display: block;
}

.toggle2 {
    left: 100px !important;
}

.movies {
    margin: 0 auto;
    left: 0;
}

.watch-movie {
	left: 0;
	padding-top: 90px;
}
.footer-info {
    margin: 27px auto;
    left: 0 !important;
    width: 1300px !important;
}

.ham {
    display: block;
}

/* REMOVE BLANK SPACE ABOVE TABOOLA */
.trc_related_container {
	clear: inherit!important;
}

/* NEW HEADER */
.logo {
    position:  relative;
    width:  165px;
    left:  54px;
    bottom: -16px;
	transition: transform 0.5s;
}
.lightmode {
	display: none;
}
.logo:hover {
   transform: scale(1.05);
}

.head-container {
    width:  1300px !important;
    margin: 0 auto;
	top: 5px;
	position: relative;
}

.head-menu {
    position:  relative;
    bottom: 25px;
    left: 275px;
	font-size: 16px;
}
.head-menu a img {
  /* top: 3px; */
  position:  relative;
	width: 14px;
}
.head-categories {
	float: left;
	bottom: 0;
	position: relative;
}
.head-categories img {
	}
.head-menu a {
    padding:  10px;
    color: #ffffff;
    float: left;
	font-weight: 600;
	border-radius : 25px;
}
.movies {top: 80px;}
.search {
    margin-left: unset;
    position:  relative;
    float:  right;
    right:  40px;
	bottom: 30px;
}

.search2 {
    margin-left: unset;
    position:  relative;
    float:  right;
    right:  84px;
    bottom: 28px;
}

/* NEW CATEGORIES MENU */
.head-categories:hover .menu-main  {
  display: flex;
	line-height: 0;
}
.menu-main {
	flex-wrap: wrap;
  left: -180px;
	font-size: 14px;
  margin:  0;
  width: 450px;
  padding: 20px;
  background: #0a687ffa;
  z-index: 999;
	/* border-bottom: 2px solid #4ab1c9;
	border-top: 2px solid #4ab1c9;
  box-shadow: 0 0 2px #4ab1c9; */
}

li.menu-item {
  float: left;
  width: 33.333%;
	padding: 10px;
	text-align: center;
}

li.menu-item a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
}

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

.mobile-main-menu li.menu-item {
  float: left;
  width: 50%;
	padding: 10px;
	text-align: center;
  font-size: 26px;
}

.nav a:hover {
  color: #ffffff;
  transition: 0.3s;
}

/* NEW SEARCH FORM */
.sinput{
  width: 40px;
  height: 40px;
  background: none;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  outline: none;
  transition: width 0.2s ease-in-out,
              border-radius 0.4s ease-in-out,
              padding 0.2s;
  transition-delay: 0.2s;
  color: white;
  font-size: 18px;
}
.inclicked{
  width: 269px;
  border-radius: 20px;
  padding: 0 15px;
  padding-right: 40px;
  background: #ffffff12 !important;
  backdrop-filter: blur(5px);
}
.sbtn{
  position: absolute;
  width: 40px;
  height: 40px;
  top: 2px;
  right: -9px;
  box-sizing: border-box;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
}
.sbtn::before{
  content: "";
  width: 4px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  transform: rotate(-45deg);
  bottom: -9px;
  right: 3px;
  transition: 0.3s;
}
.close::before,.close::after{
  content: "";
  width: 4px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  bottom: 12px;
  right: 28px;
}
.close::before{
    transform: rotate(-45deg);
}
.close::after{
    transform: rotate(45deg);
}

@media (max-width: 1680px){
	
	.search2 {
		right: 178px;
	}
	.logo {
		left: 77px;
	}
}

@media (max-width: 1500px){
	
	.search2 {
		right: 90px;
	}
	.logo {
		left: 66px;
	}
}

@media (max-width: 1400px){
	
	.sort {
		height: 35px;
	}
}

@media (max-width: 1380px){
	
	.search2 {
		right: 210px;
	}
	.head-menu {
		left: 378px;
	}
	.logo {
		left: 192px;
	}
}

@media (max-width: 1300px){
	
	.search2 {
		right: 85px;
	}
	.head-menu {
		left: 287px;
	}
	.logo {
		left: 55px;
	}
}


@media (max-width: 1200px){
    .movies {
        margin: 0 auto;
    }  
}
@media (max-width: 1380px){
    .movies {
        left: 0 !important;
    }
	.head-container {
		width: 100% !important;
	}
	.head-menu.hide {
		display: none;
	}	
}


@media (max-width: 1200px) {
	.player.wide iframe {
		height: 545px;
		transition:  height 0.3s ease-in-out;
	}
	.player iframe {
		height: 365px;
		transition:  height 0.3s ease-in-out;
	}
	.widgets {
	 position: absolute;
    top: 476px;
    right: 4px;
	transition:  all 0.3s ease-in-out;
	}
	
	.widgets.wide {
    margin-top: -128px;
    transition: all 0.3s ease-in-out;
}
	
	#container-8e303a298e7a43a2fb329d551bd4b86b .container-8e303a298e7a43a2fb329d551bd4b86b__stand {
	flex-flow: row !important;
	}
	
}

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}

.notfound .notfound-404 {
  height: 190px;
}

.notfound .notfound-404 h1 {
  font-family: 'Poppins';
  font-size: 146px;
  font-weight: 700;
  margin: 0px;
  color: #ffffff;
}

.notfound .notfound-404 h1&gt;span {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-image: url('../assets/img/emoji.png');
  background-size: cover;
  -webkit-transform: scale(1.4);
      -ms-transform: scale(1.4);
          transform: scale(1.4);
  z-index: -1;
}

.notfound h2 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
  color: #ffffff;
}

.notfound p {
  font-family: 'Poppins';
  color: #27d9f9;
  font-weight: 300;
}

.notfound a {
  font-family: 'Poppins';
  display: inline-block;
  padding: 12px 30px;
  font-weight: 700;
  background-color: #f99827;
  color: #fff;
  border-radius: 40px;
  text-decoration: none;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  opacity: 0.8;
}

/* LAJME */
.movies.lajme {
    background: #00000012;
    border-radius: 5px;  
	display: flex;	
	flex-flow: column;
	margin-top: 13px;
	color: #fff;
}

.movies.lajme.comments {
	margin-top: 20px;
}

.movies.lajme.archive {
	border-radius: 0;
	margin-bottom: 150px;
}

.in-movies {
    padding: 20px 50px;
}

.in-movies img {
    float: left;	
    margin-right: 30px;
	border-radius: 3px;
}

.lajme-post-heading {
    padding-bottom: 20px;
}

.lajme-archive-heading {
    padding-bottom: 20px;
	margin-top: 10px;
}

.content-here {
    line-height: 24px;
	font-size: 16px;
	margin-top: 7px;
}

.lajme-post-heading:after {
    content: '';
    position: absolute;
    border: 0;
    left: 0;
    width: 100px;
	height: 2px;
    background-color: #fff;
    opacity: 0.2;
}

.movies.lajme.archive hr {
    border: solid 1px #fff;
    opacity: 0.2;
    width: 100%;
	margin-left: 0;
	margin-bottom: 20px;
}

.lajme-tag {
    position: absolute;
    top: 0;
    right: 0;
    background: #096d8f;
    padding: 5px 5px 5px 9px;
    border-radius: 0 0 0 8px;
}

.lajme-tag:hover {
    background: #096d8fd6;
}

.lajme-tag a {
    color: #fff;
}

.lajme-archive-title {
    background: #0000005c;
}

.lajme-archive-title h1 {
    left: 50px;
    position: relative;
    color: #ffffff;
	font-size: 1.7em;
}

.in-movies h5 {
    color: #4ab1c9;
    font-size: 12px;
    padding-top: 7px;
}

.in-movies a {
    text-decoration: underline;
}

.widget-header {font-size: 20px;font-weight: bold;padding-bottom: 10px;left: 10px;position: relative;}

.widget-lajme {
    background: #00394c85;
    padding: 20px;
    margin-top: 10px;
}

.lajmet-e-fundit li {
    padding-bottom: 5px;
    font-size: 16px;
    list-style: initial;
    left: 10px;
    position: relative;
}

.comment-section-here #disqus_thread {
    margin: 0 auto;
	width: 100%;
}

.actors {
    color: #5ad2f3;
    padding: 30px 0;
    line-height: 1.6;
	padding-top: 30 px;
	padding-left: 0px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.actors a {
    color: var(--bs-link-color);
    padding: 6px 7px;
     margin-right: 7px; 
    font-size: 15px;
    border: 1px solid var(--bs-link-color);
   }


.actors a:hover {
    color: #5ad2f3;
}

.actorline:last-of-type {
    display: none;
}

.actors {
    display: inline-block;
    padding: 10px 0;
}
.actors-section {
    width: 100%;
    display: inline-block;
	position: relative;
}

/* light switch button */
/* The switch - the box around the slider */
.switch {
  position: relative;
  width: 50px;
  height: 25px;
  margin-top: 5px;
  transform: scale(0.7); 
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: -5px;
  bottom: 0;
  background-color: #1da1f2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 17px;
  width: 17px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
  left: 3px;
}

input:checked + .slider {
  background-color: #052e3e00;
}

input:focus + .slider {
  /* box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
  border: 2px solid #ffffff;
}

.slider.round:before {
  border-radius: 50%;
}

/* WhatsApp share button 
.whatsappshare {
    position: fixed;
    bottom: 0;
    z-index: 9999999999;
    width: 100%;
    height: 100px;
    background: #004354;
    font-size: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.whatsappshare a {
    background: #25D366;
    padding: 20px 62px;
    margin-left: 40px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (orientation:landscape) {
	.whatsappshare {display: none;}
}*/

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 {
    height: 115px;
  }
  .notfound .notfound-404 h1 {
    font-size: 86px;
  }
  .notfound .notfound-404 h1&gt;span {
    width: 86px;
    height: 86px;
  }
  .widget-heading {
    font-size: 22px!important;
	}

	a {
    font-size: 18px;
	}

   .h4, h4 {
   zoom: 1.2!important;
   }
   
   .actors a {
    padding: 6px 7px;
    font-size: 18px;
    border: 1px solid var(--bs-link-color);
   }
  
}

@media only screen and (max-width: 1280px) {
  .mb-3 {
    margin-bottom: 0!important;
}
}

.njoftim {
  padding: 8px;
  background-color: #08a4c8;
  color: white;
  border-radius: 25px;
  margin: auto;
  font-size: 20px;
 }

.mbyllnjoftim {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 35px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.mbyllnjoftim:hover {
  color: black;
}

.ndihmese {
    padding: 8px;
    background-color: #2d717c8f;
    color: white;
    border-radius: 0px 0px 0 0;
    margin: auto;
    font-size: 17px;
 }

.mbyllndihmese {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 49px;
  line-height: 15px;
  cursor: pointer;
  transition: 0.1s;
}

.mbyllndihmese:hover {
  color: black;
}


.textwidget .iframe-container iframe {
    height: 300px;
}

/* EMBED TABS NEW */
.mgbox {
    background: transparent !important;
}

.mgheader {
    border-bottom: 0px solid #2b397b !important;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.widget{
	padding-top:10px;
	margin-bottom: 5px;
}

.css-1nzwh0k{
	color: rgb(29 161 242) !important;
}

#container-32f48e855cbaa44f85529aa880acc512 .container-32f48e855cbaa44f85529aa880acc512__stand {
    flex-flow: row !important;
}

#AdskeeperComposite1115290_0a2cf .mctitle a
{
	color: #ededed;
}


ul.nav.ml-auto.justify-content-end.ps-3.py-3.nav-sort
{margin-bottom: -24px!important;
	margin-top: -16px!important;}

.form-check-input {
  scale: 1.2;
}

.form-check-input:checked{
  background-color: transparent;
  border-color: var(--main_color);	
}

.a.nav-link{
	scale:0.8;
	border-bottom: none;
}

.nav-link{
	color: #ffffff;
	font-weight: 500;
	display: initial !important;
}

.nav-link:hover{
	transition: all 0.2s ease-in-out;
    border-bottom: 1px solid #ffffff;
}

.nav-link:focus, .nav-link:hover {
    color: #ffffff;
   	transition: all 0.2s ease-in-out;
}

a.mb-1{
	font-size:14px;
}

body.text-dark .navbar-toggler {
  color: #212529!important; 
}

body.text-light .navbar-toggler {
	color: #ffffff !important;
	border: transparent !important;
}

.navbar-toggler:focus{
	box-shadow: 0 !important;
}

.offcanvas.offcanvas-start {
  zoom: 1.1 !important;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 38%);
}

.ui-cluetip-content .f-desc {
	font-size: 13px !important;
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
}

.btn{
	border-radius: 0px !important;
}

.h9 a {
	color:white !important;
}

@media only screen and (max-width: 990px){
		body {
    background-size: 1920px 1072px !important;
}	
	a {
    font-size: 17px;
}
	
    .movie-thumb h4 {
		font-size: 15px;}
	
.movie-thumb li {
    font-size: 13px;
}

.slider-header {
    font-size: 20px;
}

a{font-size: 15px;}


.wp-pagenavi span.pages {
	font-size: 22px;}
	
.a.mb-1 {
    font-size: 15px!important;
}	

	
.navbar-toggler:focus{box-shadow: 0 0 0 0!important;}
	
.row
{padding-bottom: 1.5rem!important;
padding-top: 0.5rem!important;}

.movie-thumb.col-6
{padding-bottom: 1.2rem!important;}

.col-12.text-center.mb-3
{padding-top: 0.5rem!important;}

.navbar-brand {
   /* zoom: 1.5; */
    transform: scale(1.8);
	}

.form.search-form{zoom:1.3!important;}

.form-check.form-switch.ms-3.my-auto{zoom: 1.3!important;margin-left: 1rem!important;}

.button.btn-close{zoom:2.0!important;}

.panel {zoom: 1.2!important;}

.h4, h4 {
	zoom: 1.3!important;
	margin-top: 5px;}

.player-controller button {
   margin-left: 15px;
    margin-right: 15px;
    transform: scale(1.5);}
	
	.movie-categories {
    transform: scale(1.2);
    transform-origin: center center;
		margin-left: 8.5%;  
    margin-right: 8.5%; 
}
	
.widget-heading {
    font-size: 22px!important;}

.movie-intro {
	font-size: 20px!important;	}
	
	.d-flex {zoom: 1.2!important;}	
	
	ul.justify-content-end.ml-auto.nav.nav-sort.ps-3.py-3{
		zoom: 0.84 !important;
	}
	
	.actors {
      margin-top: 10px;
}

.modal.show .modal-dialog {zoom: 1.9 !important;}


div.d-flex.player-controller {margin-top: 0px!important;}

}
	
	.modal-header{border-bottom: 0!important;}
	
	.modal {--bs-modal-border-radius: 0!important;}
	
	
.modal{background: rgb(0 0 0 / 90%) !important;}

.modal-content {background: transparent !important;}
	
.btn-close{zoom: 1.4;}

.modal.show .modal-dialog {zoom: 1.4;}

.btn-close:focus{box-shadow: 0 0 0 0 !important;}

.whatsapp-share {
    white-space: nowrap;
    color: #5eff72;
    border: 1px solid #5eff72;
    margin-top: 9px;
    line-height: 0.7;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
}

.infor {
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    color: var(--bs-link-color);
}

div.ms-auto.infor{
    font-size: 18px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    color: var(--bs-link-color);
}

.text-dark {
    --bs-text-opacity: 1;
    color: #33c4fb !important;
}
</pre></body></html>