.EGBMain {margin-right:1.5em;
   
}
.EGBred {margin-right:0.1em;
    margin-left: 0.1em;
    color: #ff0000;
}

.EGBGreenBg
{
    background-color: #509300;
}

.EGBMainBR
{
    background-color: #ff4800;
}

.AGredbg {
    background-color: #ff0000;
}


.AGredtext {
    background-color: #ff0000;
}

.AGCatMenu ol, ul {
  margin : 18px 0px 18px 70px;
  font-size:16px;
}

.AGCatMenu ul {

}
.AGCatMenu  {


}
.AGCatMenu li {
display: block;
border-top: 0px;
  margin : 10px 0px 10px 0px;
  

}

.AGCatMenu li:first-child {
}

.AGCatMenu a {
display:block;
padding:3px;
text-decoration:none;
}

.AGCatMenu a:hover {
background-color:#ff0000;
}
.StickySlider,
.StickySlider .swiper-wrapper {
	overflow: visible !important;
}

.StickySlider .swiper-slide {
	position: relative;
	z-index: 1;
	transition:
		transform 0.35s cubic-bezier(.22,.61,.36,1),
		box-shadow 0.35s ease;
}

.StickySlider .swiper-slide:hover {
	transform: translateY(-8px) scale(1.03);
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.35);
	z-index: 20;
}

/* =========================
   الأسهم الجانبية – ضخمة جدًا
   ========================= */
.StickySlider .swiper-button-next,
.StickySlider .swiper-button-prev {
	width: 190px;              /* ⬅️ أكبر بوضوح */
	height: 190px;
	background: rgba(0, 0, 0, 0.78);
	border-radius: 50%;
	color: #fff;
	box-shadow:
		0 18px 45px rgba(0,0,0,.6),
		inset 0 0 0 2px rgba(255,255,255,.08);
	transition: all 0.3s ease;
}

/* الأيقونة نفسها – ضخمة وواضحة */
.StickySlider .swiper-button-next::after,
.StickySlider .swiper-button-prev::after {
	font-size: 90px;           /* ⬅️ فرق ضخم */
	font-weight: 800;
}

/* Hover – أحمر egBest قوي */
.StickySlider .swiper-button-next:hover,
.StickySlider .swiper-button-prev:hover {
	background: #e50914;
	box-shadow:
		0 20px 55px rgba(229, 9, 20, 0.75),
		inset 0 0 0 2px rgba(255,255,255,.15);
	transform: scale(1.18);
}

/* رفع الأسهم فوق أي محتوى */
.StickySlider .swiper-button-next,
.StickySlider .swiper-button-prev {
	z-index: 100;
}

.homepage__bg {
}
.homepage__bg, .popSearch, header.Main--Header {
    position: fixed;
    right: 0;
}
.homepage__bg, body .body {
    z-index: -1;
    background-size: cover;
    height: 100%;
    left: 0;
    top: 0;
}
.homepage__bg::after {
    content: '';
    
}
* {
    position: relative;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    outline: 0;
    color:var(--menu-prime-color);
}
em {
    font-style: normal;
}
input,
textarea,
button,
select {
    font-family: inherit;
    border: 0;
    outline: 0;
    outline: 0;
}
ul,
ol,
li {
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: inherit;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    border: 1px solid #0e1116;
    padding: 2px 0;
    background-color: #0e1116;
}
*::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e20000;
    border: 1px solid #0e1116;
}
:before,
:after {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
header.header .container{

    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.container {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}



.SlideItem {
    display: block;
    margin: 0px 0 20px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 15px 0 rgba(0, 0, 0, 0.08), 0 5px 10px -1px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    float: right;
    width: 100%;
    margin-left: 15px;
	transition: all 0.5s ease 0s;
}
.SlideItem:nth-child(5n + 0) {
    margin-left: 0;
}
.SlideItem a {
    display: block;
    width: 100%;
}
.SlideItem a .poster {
    position: relative;
    display: block;
    padding-bottom: 156%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 380px;
    max-width: 244px;
    object-fit: cover;
    border-radius: 6px;
}
.owl-item {
    float: right;
}
.SliderHome {
	/*height:0px;
	    opacity: 0;
    visibility: hidden;
	overflow: hidden;*/
}
.SliderHome .SliderHolder {
    overflow: hidden;
}
.SliderHome .SliderHolder .owl-nav.disabled {
    display: none;
}
.SliderHome .SliderHolder .owl-dots.disabled {
    display: none;
}

/*.delayed-load {
  animation: slide-delayed 0s linear 0.4s forwards;
}

@keyframes slide-delayed {
  to {
	  	height:auto;

    opacity: 1;
    visibility: visible;
  }
}*/
.SlideItem a .poster:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 90%;
    background: linear-gradient(180deg,#1d1d1d00,#000 70%);
}
.PageMenu > li {
    float: right;
    margin-left: 10px;
}
.PageMenu > li:first-child {
    border-bottom: 1px solid var(--blue-color);
    padding: 0px 0 5px;
    padding-right: 10px;
}
.PageMenu > li > a {
    display: block;
    transition: 0.35s all ease;
    padding: 6px 14px;
      
    z-index: 9;
 /*   overflow: hidden !important;*/
    width: 100%;
    height: 100%;
}
.PageMenu > li > a i {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    float: right;
    margin: auto;
    font-size: 16px;
    line-height: 35px;
    z-index: 7;
}
.PageMenu > li > a span {
    float: right;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    z-index: 6;
}


.PageMenu > li:first-child > a:after,
.PageMenu > li:first-child > a:before {
    margin: 2px -3px 0 0;
}

.PageMenu > li:first-child > a:before {
    content: '';
    border: 2px solid var(--blue-color);
    -webkit-border-radius: 30px;
    height: 12px;
    width: 12px;
    position: absolute;
    right: -2px;
    top: 14px;
    -webkit-animation: .8s ease-out infinite pulse;
    opacity: 0;
}

.PageMenu > li:first-child > a:after {
    content: '';
    background-color: var(--blue-color);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: -1px;
    width: 10px;
    height: 10px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    60% {
        transform: scale(1.3);
        opacity: 0.4;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}


/*.PageMenu > li > a:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff3b;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
.PageMenu > li:hover > a:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}*/
.SearchHead {
    float: left;
    width: 320px;
    margin: 0 0 0 0;
		z-index: 1;
}
.SearchHead form input[type="text"] {
    display: block;
    width: 100%;
    border-radius: 45px;
    border: 0;
	color: #fff;
    background: #ffffff14;
    padding: 11px 20px;
    transition: .4s all ease;
}
.SearchHead button {
    position: absolute;
    top: 5px;
    left: 0;
    padding: 7px 16px;
    border: 0;
    border-radius: 25px;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}
header.header .SearchHead.Active {}
header.header .SearchHead.Active input[type="text"] {background: #FFF;color: #02020F;border-radius: 15px 15px 0 0;z-index: 9999;}
.SearchHead.Active button {
    color: #000;
	z-index: 9999;
}
.elshaikh a img {
    display: inline-block;
    width: 100px;
    float: left;
}
.BreakNews {
    border-radius: 25px;
    padding: 7px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.BreakNewsBa {
    background: linear-gradient(45deg,#ffffff00 0,#ffffff14 100%);
    border-radius: 25px;
    padding: 7px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;
    flex: 1;
}
.BreakNews .BreakNewsTitle {
    float: right;
    padding: 5px 20px;
    display: block;
    width: 100px;
      
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    background: #e20000;
}
.SlideItem a span.categorySpan {
    position: absolute;
    top: 12px;
    list-style: none;
    background: var(--blue-color);
    right: 10px;
    border-radius: 50px;
    line-height: 30px;
    box-shadow: 0px 3px 0px 0px #17162561;
    font-weight: bold;
    padding: 0 18px;
    font-size: 13px;
}
.SlideItem a .title {
    position: absolute;
    bottom: 0px;
    right: 0;
    width: 100%;
    padding: 0 13px 15px;
    color: white;
    font-size: 15px;
      
    font-weight: bold;
    line-height: 24px;
}
.filterTabs {
    margin: 0px 0 20px;
}
.filterTabs ul {
    float: left;
}
.filterTabs li {
    font-weight: 700;
    color: #fff;
    transition: 0.2s all ease;
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e3e7f92b;
    padding: 5px 20px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #ffffff0d;
}
.filterTabs li i {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: auto;
    font-size: 30px;
    line-height: 35px;
    margin-left: 9px;
    display: table;
      
    margin: 0 auto;
}
.filterTabs li span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
      
}
.filterTabs li:last-child {
    margin-left: 0;
}
.filterTabs li div {
    display: table;
    margin: 0 auto;
    z-index: 9;
}
.filterTabs li.active {
    border-color: var(--blue-color);
}
.filterTabs li.active:before {
    opacity: 1;
}
.filterTabs li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff42;
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
.filterTabs li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--blue-color);
    transform-origin: 90% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
.filterTabs li:hover:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}
.BlocksHolder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    row-gap: 10px;
    padding-bottom: 10px;
}
.MovieItem {
    flex: 1;
    min-width: 240px;
    margin: 0 10px 20px;
    position: relative;
    max-width: 245px;
    max-height: 381px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 15px 0 rgba(0, 0, 0, 0.08), 0 5px 10px -1px rgba(0, 0, 0, 0.11);
    overflow: hidden;
    transition: 0.4s all ease;
}
.MovieItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.MovieItem a .poster {
    position: relative;
    display: block;
    padding-bottom: 156%;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    transition: 0.3s all ease;
    z-index: 4;
}
.MovieItem a span.categorySpan {
    position: absolute;
    top: 15px;
    list-style: none;
    background: var(--blue-color);
    right: 15px;
    border-radius: 50px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 18px;
    font-size: 13px;
    transition: 0.4s all ease;
}
.MovieItem a .title {
    position: absolute;
   bottom: 0px;
    right: 0;
    width: 100%;
    padding: 0 13px 21px;
    color: white;
    font-size: 15px;
      
    font-weight: bold;
    line-height: 24px;
}
.MovieItem:hover a .poster {
    opacity: 0.4;
}
.MovieItem a .over {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg,#1d1d1d00,#000 70%);
    padding: 70px 8px 10px;
    transition: .3s .1s;
    opacity: 0;
    transform: translate(0) scale(1);
    opacity: 1;
}
.MovieItem a > * {
    z-index: 9;
}
.owl-nav,
.owl-dots {
    display: none;
}
.pagination {
      
    display: table;
    margin: 0px auto 20px;
}
.pagination li {
    display: inline-block;
    height: 35px;
    margin: 0 3px;
    font-weight: 700;
    direction: ltr;
    float: right;
}
.pagination > ul > li > * {
    display: block;
    height: 40px;
    background: #ffffff0d;
    color: #ffffff;
    padding: 0 15px;
    transition: 0.2s all ease;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 8px;
}
.pagination > ul > li > span.current {
    background: #e20000 !important;
}
@media only screen and (min-width: 1024px) {
.secTop .content, .owl-prev, .owl-next {
    display: none !important;
}

}
@media only screen and (min-width: 900px) {
    .MovieItem:nth-child(5n + 0) {
        margin-left: 0;
    }
}
.MovieItem a .imdbRating {
    font-weight: bold;
    display: block;
    padding: 6px 0px 5px 10px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 12px;
    position: absolute;
    z-index: 99;
    top: 50px;
    transition: 0.4s 0s all ease;
    right: 15px;
}
.MovieItem a .title h4 {
    font-weight: bold;
    font-size: 15px;
    transition: 0.3s all ease;
    padding-top: 10px;
    border: 1px solid transparent;
}
.MovieItem a .imdbRating > strong {
    font-size: 14px;
    vertical-align: middle;
    margin-left: 10px;
    background: #f5c518;
    padding: 2px 13px;
    font-family: Righteous;
    font-weight: 400;
    border-radius: 12px;
    color: #0f0e19;
    position: relative;
    box-shadow: 0 0 5px #00000057;
}
.MovieItem a .imdbRating > strong:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: #0000 #f5c518 #0000 #f5c51800;
    content: "";
    position: absolute;
    right: 99%;
    top: 8px;
    margin-left: -1px;
}
.MovieItem a .imdbRating span {
    float: left;
    font-family: Righteous;
    font-size: 20px;
    text-shadow: 0 0 10px #000;
}
.advFilter ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.advFilter {
    min-height: 60px;
    position: relative;
    z-index: 100;
    margin-bottom: 20px!important;
}
.advFilter .dropdown-button {
    margin-left: 9px;
    color: #8c9bb8;
    width: calc(100% / 8);
    perspective: 500px;
    z-index: 9999;
    font-size: 13px;
    display: inline-block;
    height: 35px;
    background: #ffffff0d;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333131 !important;align-content
	margin-bottom: 10px;
}
.advFilter .dropdown-button h6 {
    margin-bottom: 5px;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: bold;
    display: none;
}
.advFilter .dropdown-button span {
    display: block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 15px;
    line-height: 35px;
}
.advFilter .dropdown-button .ListDroped {
    right: 0;
    background: #332a46;
    transform: rotateX(-90deg);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    overflow: auto;
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    list-style-type: none;
    text-align: right;
    font-size: 13px;
    background-color: #fff;
    width: calc(100% + 8px);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 5px -1px #9d9d9d;
    max-height: 300px;
    overflow-y: auto;
}
.advFilter ul button {
    cursor: pointer;
    background: var(--blue-color);
    font-weight: bold;
      
    position: relative;
    top: 0;
    float: left;
    transition: 0.4s all ease;
    border: 0;
    width: 170px;
    height: 37px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}
.advFilter .dropdown-button span i {
    font-size: 15px;
    float: left;
    position: absolute;
    left: 12px;
    top: 10px;
}
.advFilter .dropdown-button:hover > div.ListDroped {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    z-index: 99999999;
}
.advFilter .dropdown-button .ListDroped li {
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    width: 100%;
    line-height: 26px;
    font-weight: bold;
    display: list-item;
    font-size: 13px;
    color: #000;
    padding: 0.5em 1em;
    user-select: none;
    border-bottom: 1px solid #ebedef;
}
.advFilter .dropdown-button .ListDroped li i {
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 1.38);
    width: 23px;
    height: 23px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 13px;
      
    overflow: hidden;
    float: right;
    line-height: 22px;
}
.advFilter .dropdown-button .ListDroped li i:before {
    transition: 0.3s all ease;
    opacity: 0;
}
.advFilter .dropdown-button .ListDroped li.active i:before {
    opacity: 1;
    display: block;
    transform: scale(2.2);
}
.advFilter .dropdown-button .ListDroped li:last-child {
    border: 0;
}
.MovieItem a .platIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.5);
    z-index: 999;
    width: 60px;
    height: 45px;
    background: var(--blue-color);
    box-shadow: 0px 3px 0px 0px #17162561;
    border-radius: 10px;
      
    line-height: 45px;
    font-size: 20px;
    transition: 0.4s all ease;
    opacity: 0;
    visibility: hidden;
}
.MovieItem:hover a .platIcon {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 1;
    visibility: visible;
}
.MovieItem a .Episode,.SlideItem .Episode {
    position: absolute;
    top: 85px;
    right: 15px;
    z-index: 10;
    background: #f9cb24;
    border-radius: 5px;
      
    line-height: 14px;
    font-weight: 700;
    color: #171201;
    box-shadow: 0 2px #f5c51875;
    transition: 0.4s all ease;
    padding: 7px 9px;
}
.MovieItem a .Episode span ,.SlideItem .Episode span{
    font-style: normal;
      
    font-weight: 700;
    color: #000;
    font-size: 15px;
    line-height: 100%;
    float: right;
    margin-left: 6px;
}
.MovieItem a .Episode em,.SlideItem .Episode em {
    color: #3e3f44;
    font-family: Righteous;
    font-weight: 400;
    font-style: normal;
    float: left;
    font-size: 20px;
}
.MovieItem:hover a .Episode {
    transform: translate(0px, -120px);
    opacity: 0;
}
.MovieItem:hover a span.categorySpan {
    transform: translate(210px, 0px);
    opacity: 0;
}
.MovieItem:hover a .imdbRating {
    transform: translate(260px, 0px);
    transition-delay: 0.15s;
    opacity: 0;
}
.MovieItem a:after {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 50%;
    pointer-events: none;
    right: 50%;
    margin: -2.5px;
    background: #ffffff96;
    transform: scale(0);
}
.MovieItem:hover a:after {
    transform: scale(110);
    opacity: 0;
    transition: 0.5s all ease;
}
.MovieItem a .title p {
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 10px;
    transition: 0.4s all ease;
    transform-origin: center;
    transform: scale(1.5);
    opacity: 0;
    font-weight: bold;
    color: #ddd;
}
.MovieItem:hover a .title p {
    opacity: 1;
    transform: scale(1);
}
.MovieItem a span.release-year {
    position: absolute;
    top: 55px;
    right: 15px;
    border-radius: 9px;
    line-height: 30px;
    padding: 0 13px;
    font-size: 13px;
    background: #141123;
    font-family: Righteous;
    transition: 0.4s all ease;
    transition-delay: 0s;
}
.MovieItem a .Episode + .release-year {
    top: 80px;
}
.MovieItem:hover a span.release-year {
    top: -85px;
    background: #f9cb24;
    color: #333;
    opacity: 0;
    /* visibility: hidden; */
    transition-delay: 0s;
}
.MovieItem a span.genre {
    position: absolute;
    top: 15px;
    list-style: none;
    background: var(--blue-color);
    right: 15px;
    border-radius: 9px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 18px;
    font-size: 13px;
    transition: 0.4s 0.1s all ease;
    transform: translate(0px, -90px);
    opacity: 0;
}
.MovieItem:hover a span.genre {
    transform: translate(0);
    opacity: 1;
}
.leftFooter {
    position: relative;
    float: left;
    color: #ffffff;
    z-index: 9999;
    margin: 20px 0 0 50px;
		z-index: 1;
    display: inline-block;
}
.leftFooter li {
    transition: 0.35s all ease;
    position: relative;
    font-size: 14px;
    color: #dedede;
    display: inline-block;
    width: 40px;
    margin-left: 2px;
    border: 0;
    border-radius: 5px;
}
.leftFooter li a {
    display: block;
    color: #fff;
      
    line-height: 40px;
    font-size: 19px;
}
.MovieItem a span.quality {
    position: absolute;
    top: 55px;
    list-style: none;
    background: #454a6d;
    right: 15px;
    border-radius: 9px;
    line-height: 30px;
    font-weight: bold;
    padding: 0 18px;
    font-size: 13px;
    transition: 0.4s 0.1s all ease;
    transform: translate(0px, 160px);
    opacity: 0;
}
.MovieItem:hover a span.quality {
    transform: translate(0);
    opacity: 1;
}
.titleArea {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    padding: 0 0 0 11px;
    float: right;
}
.titleArea:after {
    position: absolute;
  /*  background: linear-gradient(-90deg, #ffffff24, #ffffff05);*/
    top: 7px;
    bottom: 0;
    content: "";
    right: 20px;
    border-radius: 0px;
    padding-left: 360%;
}
.titleArea .icon {
    top: 0;
    width: 65px;
    display: inline-block;
    right: 0;
    height: 65px;
    z-index: 55;
    border-radius: 30%;
    border: 1px solid #ffffff36;
    box-shadow: 0px 1px 19px #00000085;
    overflow: hidden;
    float: right;
    margin-left: 16px;
    background: #1a1c20;
	display:none;
}
.titleArea .icon i {
    font-size: 34px;
    position: relative;
    display: block;
    width: 100%;
      
    line-height: 64px;
}
.titleArea span {
    float: right;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 5;
    line-height: normal;
    padding: 8px 0;
}
.TitleBox.Small h2:after , .titleArea span:after, .EpisodesArea > div > h3:after {
    content: "";
    position: absolute;
    right: 63px;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #e20000;
    box-shadow: 9px 0 0 0 #e20000, 18px 0 0 0 #e20000;
    top: 100%;
}
.TitleBox.Small h2:before ,.titleArea span:before, .EpisodesArea > div > h3:before{
    content: "";
    height: 4px;
    width: 40px;
    background: #e20000;
    border-radius: 2px;
    display: block;
    top: 100%;
    position: absolute;
}
.filterTabs li.active:before {
    transform: scale(200);
    opacity: 1;
    visibility: visible;
    transition: 1s all ease;
}
.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}
.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both;
}
.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}
.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}
@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}
@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%,
    0% {
        transform: scale(1);
    }
}
#MainFiltar .loader {
    display: table;
    margin: 120px auto;
    transform: scale(1.4);
}
.BreakNewsContent {
    float: right;
    font-weight: bold;
    color: #d8d8d8;
    width: 100%;
    flex: 1;
    border-radius: 25px;
    overflow: hidden;
    padding: 6px;
    display: flex;
}
.BreakNews .BreakNewsTitle:after {
    content: "";
    background: linear-gradient(45deg,#ffffff00 0%,#ffffff10 100%);
    position: absolute;
    top: 0;
    right: 100%;
    left: 0;
    width: 80px;
    height: 35px;
    z-index: 9;
    margin-right: 5px;
}
.BreakNewsContent marquee {
    display: block;
    width: 100%;
    direction: ltr;
}
.Left--Anchors a.PremiumUser {
    background: #e20000;
    color: #222;
}
.Left--Anchors a {
    font-weight: 500;
    padding: 0px 30px;
    border-radius: 29px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.Content--Wrapper {
   /* display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    overflow: hidden;*/
}
.advFilter ul button:hover {
    /*background: transparent;
    border: 2px solid var(--blue-color);*/
}
h3.NotFound {
    display: table;
    margin: 90px auto !important;
    font-size: 40px;
    font-weight: bold;
}
a.ShowMoreFromTab {
    margin: 10px auto 10px;
    background: #261f33;
    height: 50px;
    line-height: 48px;
    border: 3px solid #261f33;
    font-size: 18px;
    padding: 0 22px;
    clear: both;
    flex: 1;
    border-radius: 4px;
    transition: 0.3s all ease;
    min-width: 100%;
      
    width: 150px;
    overflow: hidden;
    max-width: 150px;
    display: table;
    font-weight: bold;
}
.BlocksHolder > *:not(.MovieItem) {
 /*   margin-right: 10px;*/
}
a.ShowMoreFromTab i {
    font-size: 21px;
    display: none;
}
a.ShowMoreFromTab:hover {
    border: 3px solid var(--blue-color);
    background: transparent;
}
section.singleCover {
    width: 100%;
    display: block;
    height: 280px;
    position: relative;
}
section.singleCover > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    opacity: 0.5;
}
.SinglePost {
    width: 100%;
    margin-top: -260px;
}
.SinglePost .Poster {
    width: 300px;
    float: right;
    position: relative;
    z-index: 9;
}
.SinglePost .Poster .InnerPoster {
    display: block;
    width: 100%;
    height: 420px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0px 23px #0000006e;
}
.SinglePost .Poster .InnerPoster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    transition: 0.4s all ease;
    z-index: 10;
}
.SecondPart {
    width: calc(100% - 315px);
    float: left;
    position: relative;
}
.SecondPart div#my-breadcrumbs {
    display: table;
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
}
.SecondPart div#my-breadcrumbs span {
    display: inline-block;
    float: right;
    line-height: 10px;
    font-weight: bold;
    font-size: 12px;
}
.SecondPart div#my-breadcrumbs i {
    margin: 0 6px;
    float: right;
    line-height: 10px;
}
.postSingle .SecondPart div#my-breadcrumbs span:hover , div#my-breadcrumbs span:hover {
}
.SecondPart h1.PostTitle {
    font-weight: bold;
    font-size: 21px;
    text-align: right;
}
.postSingle .SecondPart div#my-breadcrumbs span {
    margin: 0 5px;
    color: #7f7f7f;
    font-size: 10px;
    float: right;
    transition: .3s;
    margin-bottom: 5px;
}
.postSingle .SecondPart div#my-breadcrumbs {
	margin-top: 15px;
}
.SecondPart h1.PostTitle a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    display: block;
}
a.goWatch {
    margin-top: 10px;
    padding: 4px 14px;
    background: var(--blue-color);
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    transition: 0.35s ease;
      
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
    width: 100%;
    display: table;
}
a.goWatch i {
    float: right;
    font-size: 30px;
    padding: 8px 13px 0 0;
    z-index: 10;
}
a.goWatch span {
    display: block;
      
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    z-index: 9;
    float: right;
    padding: 0 20px;
    width: calc(100% - 32px);
}
.SecondPart .Right {
    width: calc(100% - 260px);
    overflow: hidden;
    display: inline-block;
}
.SecondPart .Left {
    width: 255px;
    vertical-align: top;
    display: inline-block;
    float: left;
    min-height: 100px;
}
.SecondPart .Right .SingleContent {
    max-height: 110px;
    overflow: auto;
    padding: 0 0 0 25px;
    z-index: 2;
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    border-bottom: 1px solid #0000000d;
}
.SecondPart .TaxContent {
    display: table;
    width: 100%;
    margin-top: 15px;
}
.SingleContent {
    margin: 10px 0 5px;
    font-size: 13px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff0f;
    padding-bottom: 10px;
}
.MovieItem:hover a .title h4 {
    border-top: 1px solid #dddddd26;
}
.PageMenu > li > ul {
    background: #fff;
    list-style: none;
    visibility: hidden;
    width: 100% !important;
    box-shadow: 0 0px 17px #00000047;
    position: absolute;
    min-width: 200px;
    opacity: 0;
    transform-origin: top;
    transition: 0.3s all ease;
    transform: translate(20%, 0) rotateX(0deg);
    border-radius: 5px;
	top:100%;
}
.PageMenu > li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.headerMenu li.menu-item ul.sub-menu {
    display: none;
    min-width: 180px;
    margin: 0;
    padding: 0;
    transition: .35s all ease;
    z-index: 9999999;
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%);
    width: 180px;
      
    box-shadow: 0 11px 20px #0c2b4536;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.headerMenu li.menu-item.open ul.sub-menu {
    display: block;
}
.headerMenu li ul.sub-menu a {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
      
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #000 !important;
}
ul.sub-menu li {
    transition: .3s;
    display: block;
    padding: 2px 6px;
}
ul.sub-menu li:hover {
background: #dddddd9c;
}
ul.sub-menu li:last-child a {
    border: 0;
}
.PageMenu > li > ul > li > ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #0000 #0000 #fff #0000;
    position: absolute;
    right: -10px;
    transform: rotate(90deg);
    top: 19px;
}
.PageMenu > li > ul:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 8px;
    border-color: #0000 #0000 #fff #0000;
    position: absolute;
    right: 50%;
    transform: translate(50%,0);
    bottom: 100%;
}
.PageMenu > li > a:hover {
   /* overflow: hidden;*/
}
.PostStory {
    margin-top: 20px;
    overflow: hidden;
    border-radius: 5px;
    background: linear-gradient(90deg, #57769200, #ffffff17 60%);
    font-weight: bold;
    font-size: 13px;
}
.PostStory:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    background: #ffffff1c;
    border-radius: 35px 00 0 35px;
    z-index: 3;
}
.PostStory > i {
    float: right;
    font-size: 32px;
    margin-left: 34px;
    color: #fff;
    font-weight: 200;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: revert;
      
    line-height: 100%;
    width: 50px;
}
.PostStory > i:after {
    position: absolute;
    content: "";
    transform-origin: center;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    background: #ffffff05;
    border-radius: 35px 00 0 35px;
    z-index: 1;
    display: block;
}
.PostStory > i:before {
    z-index: 99;
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 50%;
    font-size: 38px;
}
.Story {
}
.PostStory .Story {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px 70px 10px 10px;
    line-height: 20px;
}
.SecondPart .imdbRBox {
    display: inline-block;
    height: 60px;
    line-height: 47px;
    border-radius: 6px;
    padding: 0 20px;
    color: #000;
    font-size: 37px;
    background: #eac13b;
    position: absolute;
    left: 0;
    z-index: 99;
    top: 0;
    padding: 10px;
    box-shadow: 0 0 20px #0000009e;
}
.SecondPart .imdbRBox strong {
    float: right;
    font-weight: bold;
    font-size: 31px;
    line-height: 41px;
    padding-left: 11px;
}
.SecondPart .imdbRBox span {
    color: #eac13b;
    float: left;
    font-family: Righteous;
    height: 40px;
    background: #111;
    font-size: 36px;
    border-radius: 45px;
    padding: 0 17px;
    line-height: 40px;
}
.SearchListResult {
    position: absolute;
    top: 100%;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0.29, 1.4);
    width: 320px;
    height: 320px;
    z-index: 99998;
    background: #19202f;
    left: 0;
    padding: 5px 15px;
    transform: scale(0);
    opacity: 0;
    transform-origin: top left;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.SearchListResult h5 {
    font-size: 16px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDD;
    height: 40px;
    padding: 5px 18px;
    text-align: right;
    font-weight: bold;
}
.SearchListResult a {
}
.SearchListResult .SearchInnerList {
    height: calc(100% - 100px);
    overflow: auto;
    margin-left: -6px;
    padding-left: 4px;
    margin-bottom: 10px;
    position: relative;
}
a.SearchListMoreButton {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 2px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: bold;
      
    justify-content: center;
    line-height: 37px;
    border-radius: 4px;
}
.SearchListResult.show {
    transform: translate(0) scale(1);
    opacity: 1;
}
a.SearchListMoreButton i {
    float: left;
    font-size: 33px;
    padding-top: 5px;
    line-height: 33px;
}
.SearchListResult h5 em {
    font-style: normal;
    color: var(--blue-color);
}
.SearchInnerList > li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
}
img {
    max-width: 100%;
}
.SearchInnerList > li .SearchThumb {
    width: 60px;
    height: 70px;
    float: right;
    overflow: hidden;
    border: 1px solid #fff;
    box-shadow: 0 2px 12px #282f3d;
}
.SearchInnerList > li .SearchThumb img {
    height: auto;
    min-height: 100%;
}
.SearchInnerList > li .SearchResultInner {
    float: left;
    width: calc(100% - 75px);
}
.SearchInnerList > li .SearchResultInner .Stars {
    font-size: 10px;
    margin-bottom: 3px;
    position: relative;
    color: #ff8a00;
}
.SearchInnerList > li .SearchResultInner .Stars .Front {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #ff8a00;
}
.SearchInnerList > li .SearchResultInner > h1 {
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: bold;
}
.SearchInnerList > li .SearchResultInner > ul {
    list-style: none;
}
.SearchInnerList > li .SearchResultInner > ul > li {
    font-size: 11px;
    font-weight: 700;
    float: right;
   /* background: linear-gradient(to left, #473b61, transparent);*/
    margin-left: 10px;
    height: 20px;
    padding: 5px 8px;
    border-radius: 3px;
    line-height: 14px;
}
.SearchInnerList > li .SearchResultInner > ul > li > span {
    font-weight: 700;
    display: inline-block;
    float: right;
    margin-left: 8px;
    line-height: 100%;
}
.SearchInnerList > li .SearchResultInner > ul > li a {
    color: #ff0000;
    font-size: 12px;
    display: inline-block;
    line-height: 8px;
    position: relative;
    bottom: 1px;
}
.NoSearchResults {
    display: table;
    margin: 103px auto;
    font-size: 14px;
    font-weight: bold;
}
.TeamLine {
    display: table;
    width: 100%;
}
.TeamLine > span {
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
    line-height: 36px;
}
.TeamLine ul {
    float: left;
    width: calc(100% - 120px);
    overflow: hidden;
    height: 40px;
}
.TeamLine ul li {
    width: 203px;
    min-width: 200px;
    direction: rtl !important;
    margin: 0 3px;
    display: inline-block;
    background: #53456e;
    overflow: hidden;
    border-radius: 3px;
}
.TeamLine ul li a {
    width: 100%;
    display: block;
    padding-left: 10px;
    border-radius: 3px;
    overflow: hidden;
    transition: 0.2s all ease;
    direction: rtl;
    z-index: 9;
    padding: 5px 10px;
}
.TeamLine ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff29;
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
.TeamLine ul li:hover:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}
.TeamLine ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--blue-color);
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
.TeamLine ul li:hover:before {
    transform: scale(200);
    transition: 1s 0.2s all ease;
}
.TeamLine ul li a .icon {
    width: 60px;
    height: 60px;
    background: #ffffff14;
    margin-left: 12px;
      
    font-size: 30px;
    transition: 0.3s all ease;
    color: #e4e4e4;
    line-height: 63px;
    float: right;
      
}
.TeamLine ul marquee {
    direction: ltr;
}
.TeamLine ul li:hover .icon,
.TeamLine ul li:hover .det p {
    color: #fff;
}
.TeamLine ul li a .det {
    font-weight: 700;
    font-size: 14px;
    width: 100%;
    transition: 0.3s all ease;
      
}
.TeamLine ul li a .det span {
    display: block;
}
.TeamLine ul li a .det p {
    display: block;
    color: #c1c1c1;
    font-size: 13px;
}
.TeamLine ul li:hover a .icon {
    box-shadow: 0px 0px 10px #000000ad;
}
.TeamLine ul li:hover a .det {
    padding-right: 6px;
}
.Others {
    margin-top: 10px;
}
.StoryArea {
    display: table;
    width: 100%;
}
.StoryArea span {
    display: block;
    font-weight: bold;
    color: #ff0000;
    font-size: 16px;
}
.StoryArea p {
    font-size: 14px;
    font-weight: 500;
    font-weight: 600;
}
.WatchArea {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
}
.WatchArea.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin: 6px 0;
}
.WatchArea .loader {
    display: table;
    margin: 160px auto;
    transform: scale(1.8);
}
.WatchHead {
    display: table;
    width: 100%;
    margin-bottom: 25px;
}



div#WatchList .WatchIframe {
    padding: 10px;
    height: 1110px;
    background: #08080845;
    border: 2px solid #4374ff14;
    border-radius: 8px;
    overflow: hidden;
}
div#WatchList .WatchIframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
div#WatchList ul#watch li.ISActive span {
    background: #efce40;
    color: #222;
}
.ServersList.Download ul li {
    flex: 0 0 calc(90% / 4);
    overflow: hidden;
    border-radius: 8px;
    margin-left: 10px;
}
.ServersList.Download ul li a {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    border-radius: 8px;
    gap: 15px;
    transition: .3s;
}






.ServersList.Download ul li a svg {
    float: right;
    width: 30px;
    fill: #709e00;
    z-index: 5;
}
.ServersList.Download {
}
.ServersList.Download ul {
    display: flex;
    margin: 0 -10px;
    row-gap: 20px;
}
.ServersList.Download ul li a em {
    float: right;
    line-height: 40px;
    z-index: 9;
    margin-right: 55px; 
    font-size: 19px;
}
.ServersList.Download ul li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ad0000;
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
=    z-index: 1;
}
.ServersList.Download ul li:hover:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}
.ServersList.Download ul li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #709e00;
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
.ServersList.Download ul li:hover:before {
    transform: scale(200);
    transition: 1s 0.2s all ease;
}
.ServersList.Download ul li:hover a svg {
    fill: #fff;
}
div#WatchList ul#watch li:nth-child(1) {
}
.catBrea {
    background: linear-gradient(45deg,#ffffff00 0,#ffffff14 100%);
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.catBrea span {
    display: inline-block;
    font-weight: bold;
}
a {
}
.catBrea i {
    margin: 0 10px 0 8px;
}
.postSingle .advFilter {


}
@media only screen and (max-width: 900px) {
    .SlideItem:nth-child(4n + 0) {
        margin-left: 15px;
    }
    .SlideItem {
        width: calc((100% - 15px) / 2);
    }
    .SlideItem:nth-child(2n + 0) {
        margin-left: 0;
    }
    .titleArea {
        float: none;
        display: block;
    }
    .filterTabs ul {
        float: none;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        flex-direction: row;
        margin-top: 20px;
    }
    .MovieItem a .Episode {
        top: 80px;
        left: auto;
        right: 15px;
    }
    .filterTabs ul li {
        display: inline-block;
        float: none;
    }
    .titleArea:after {
        padding-left: 90%;
    }
    .filterTabs ul::-webkit-scrollbar {
        height: 3px;
    }
    .filterTabs {
    }
    .filterTabs ul::-webkit-scrollbar-track {
        background: #584a75;
    }
    .filterTabs ul::-webkit-scrollbar-thumb {
        background-color: #ad0000;
    }
    .MovieItem {
        max-width: 270px;
        min-width: 170px;
        height: auto;
    }
    .advFilter ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .advFilter ul > div.dropdown-button,
    .advFilter ul > button {
        float: right;
        width: calc(50% - 9px);
        margin-bottom: 10px;
    }
    .advFilter ul > div.dropdown-button:hover {
        z-index: 99999;
    }
    .SearchHead,
    header .PageMenu,
    header .RigtHeader {
        float: none;
        display: table;
        width: 100%;
    }
    header {
      
    }
	.SliderHome {
    display: none;
}
	.Logo--Area {

    position: relative;
    margin: 0px auto;
    direction: ltr;
    float: none;
    overflow: hidden;
      
    max-width: 270px;

}
    body {
        padding: 0;
    }
    header .RigtHeader {
        display: table;
        width: 240px;
        margin: 0px auto 20px;
    }
    header .PageMenu {
        display: flex;
        flex-wrap: wrap;
    }
    header .PageMenu li {
        flex: 1;
        border: 1px solid #ffffff4a;
        float: none;
        margin-bottom: 10px;
        min-width: 160px;
          
        justify-content: center;
        align-items: center;
    }
    header .PageMenu li a {
        width: auto;
        display: inline-block;
        border: 0;
        padding: 9px 0 0;
    }
    .SearchHead form input[type="text"] {
        width: 100%;
    }
    .SinglePost .Poster {
        display: table;
        max-width: 70%;
        float: none;
        margin: 0 auto 20px;
        height: auto;
        width: auto;
    }
    .SinglePost .Poster .InnerPoster,
    .SinglePost .Poster .InnerPoster img {
        width: auto;
        height: auto;
    }
    .SecondPart {
        float: none;
        width: 100%;
    }
    .PageMenu > li > ul > li > ul {
        display: none;
    }
    .SecondPart .TaxContent li {
        float: none;
        display: table;
        width: 100%;
    }
    .leftFooter,
    .elshaikh {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .elshaikh {
        margin-top: 20px;
    }
    .SearchListResult {
    width: 100%;
    left: 0%;
    transform: translate(-50%) scale(0);
    transform-origin: center;
    }
    .SecondPart .imdbRBox {
        position: relative;
        display: table;
        margin: 0 auto 20px;
    }
    .TeamLine > span {
        float: none;
        display: table;
        margin: 0 auto;
    }
    .TeamLine ul {
        display: block;
        width: 100%;
        float: none;
    }
 

    .SlideItem:nth-child(5n + 0) {
        width: 50%;
        margin: 0 auto 14px;
        float: none;
    }
}
.btnsSingle {
    margin-top: 5px;
}
a.goWatch.Download {
    background: #4eaf59;
}
a.goWatch:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 5px;
    height: 5px;
    background: #ffffff2b;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
a.goWatch:before {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 5px;
    height: 5px;
    background: #e20000;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
a.goWatch:hover:before {
    transform: scale(200);
    transition: 1s 0.4s all ease;
}
a.goWatch:hover:after {
    transform: scale(100);
    opacity: 0;
    transition: 1s all ease;
}
a.showMoreTeam {
    display: table;
    margin: 10px auto 0;
    font-weight: bold;
}
.TeamLine ul.active {
    height: auto;
}
.SecondPart .stars {
    position: absolute;
    top: -32px;
    left: 31px;
    width: 134px;
    line-height: 20px;
    color: #ffffff;
    overflow: hidden;
    height: 20px;
    z-index: 9;
    cursor: pointer;
    font-size: 20px;
}
.stars .Front {
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
    color: #ffbe00;
    overflow: hidden;
}
.stars .Back .active {
    color: #eac13b;
    cursor: pointer;
}
.alist {
    float: left;
    padding: 16px 0 0;
}
.alist a.goBack {
    display: inline-block;
    font-weight: bold;
    height: 35px;
    border: 1px solid #ffffff3d;
    line-height: 35px;
    padding: 0 20px;
    border-radius: 10px;
    margin-right: 5px;
}
.EpisodesArea {
    padding: 0px 0 10px;
    overflow: ;
}
.EpisodesArea > div > h3 {
      
    margin-bottom: 20px;
    font-size: 22px;
    padding: 10px;
    display: table;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
	color:#fff;
}
.EpisodesList {
      
    display: flex !important;
    justify-content: right;
    align-items: center;
    margin: 0 auto;
    width: auto !important;
    flex-wrap: wrap;
}
.EpisodesList > a.active {
    background: var(--blue-color);
}
.EpisodesList > a {
    flex: 1;
    margin: 0 5px 10px;
    white-space: nowrap;
    max-height: 40px;
    border: 1px solid #1c1e32;
    vertical-align: top;
    background: #ffffff0d;
    padding: 11px 10px 7px;
    height: 40px;
    overflow: hidden;
    min-width: 130px;
    transition: 0.2s all ease;
    font-weight: bold;
    text-align: right;
    border-radius: 5px;
    width: auto;
    max-width: 160px;
}
.SeasonsList > ul li {
      
    background: #51436b;
    height: 50px;
    border-radius: 5px;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 10px;
}
.SeasonsList > ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: bold;
}
.EpisodesList > a > em {
    float: left;
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
    margin-top: -5px;
    font-family: Righteous;
}
.SeasonsList > ul {
      
    display: flex;
    justify-content: right;
    margin: 0 auto;
    width: auto;
    flex-wrap: wrap;
}
.SeasonsList > ul li.active {
    background: var(--blue-color);
}
.SeasonsList {
    width: 240px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff0a;
    padding-bottom: 5px;
}
.EpisodesList .loader {
    display: table;
    margin: 51px auto;
    transform: scale(1.5);
}
.TrilerOverlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    height: 100%;
    transform: scale(0);
    transition: 0.35s all ease;
    visibility: hidden;
    opacity: 0;
}
.TrilerOverlay.active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.overlayClosse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
}
.closseTriller {
    position: absolute;
    color: #fff;
    transform: translateX(-50%);
    top: 70px;
    font-size: 30px;
    right: 10px;
}
.MasterTriller {
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 75%;
    top: 50%;
    box-shadow: 0 0 50px #000000cc;
    border: 3px dotted #000;
    background: #202121;
}
.MasterTriller > * {
    width: 100%;
    height: 100%;
}
.TrillerOpenBtn {
    width: 50px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-top: -153px;
    padding: 0 0;
     
    border-radius: 25px;
    border: 2px solid #ffffff1c;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 1px 5px #00000026;
    background: #000000a3;
    position: absolute;
    z-index: 99;
    top: calc(50% - 200px);
    left: 50%;
    height: 50px;
    transform: translate(-50%);
    transition: 0.35s all ease;
    line-height: 53px;
}
.TrillerOpenBtn > span {
    position: absolute;
    visibility: hidden;
    width: 110px;
    background: #d12c33;
    padding: 5px;
    border-radius: 15px;
    top: -45px;
    transform: translate(-50%, 30px);
    left: 50%;
    transition: 0.45s all ease;
    opacity: 0;
    box-shadow: 0 0 10px #000;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}
.TrillerOpenBtn > i {
    font-size: 21px;
    right: 12px;
}
.TrillerOpenBtn > span:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 8px 0 9px;
    border-color: #d12c33 transparent transparent #fff0;
    bottom: -10px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.TrillerOpenBtn:hover > span {
    opacity: 1;
    visibility: visible;
    top: -70px;
}
.EpisAs {
    display: flex;
    margin: 10px 0 0px;
    justify-content: right;
}
.EpisAs div {
    flex: 1;
    max-width: 50%;
}
.EpisAs div a {
    transition: 0.3s all ease;
    display: block;
    width: 100%;
      
    padding: 8px 10px;
    background: #ffffff0d;
    font-weight: bold;
    border-radius: 7px;
}
.EpisAs div.PrevEpi {
    margin-left: 12px;
}
.EpisAs div a:hover {
    background: var(--blue-color);
}
.SlideItem {
}


.SliderHome .owl-next {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 50px;
    right: 40px;
    font-size: 40px;
    background: #802865;
      
    border-radius: 3px;
    padding-top: 5px;
    box-shadow: 0px 1px 4px 1px #00000096;
}

button.owl-prev,.owl-nav {
    position: inherit;
}

a.SlidesNext,a.SlidesPrev {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
    color: var(--blue-color);
    cursor: pointer;
    font-size: 80px;
}
.Slides.owl-rtl.owl-loaded {
    overflow: hidden;
}
a.SlidesPrev {
    right: -40px;
}
a.SlidesNext {
    left: -40px;
}
.PageMenu > li > ul > li > ul {
    background: #fff;
    list-style: none;
    visibility: hidden;
    width: 100% !important;
    box-shadow: 0 0px 17px #00000047;
    position: absolute;
    min-width: 200px;
    opacity: 0;
    transition: 0.3s all ease;
    right: 100%;
    border-radius: 5px;
    top: 0;
}

.PageMenu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}

.MovieItem a span.release-year + .Episode {
    top: 93px;
    left: auto;
    right: 15px;
}

.ribbon {
    position: absolute;
    top: 23px;
    left: -61px;
    width: 200px;
    height: 30px;
    background: var(--blue-color);
      
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 9;
    font-weight: bold;
    transition: .4s all ease;
}

.MovieItem a:hover .ribbon {
    opacity: 0;
}

.MovieItem a:hover span.release-year {
    opacity: 1;
}
@media only screen and (max-width: 900px) {
    .SeasonsList > ul li {
        max-width: 100%;
    }
    .SeasonsList > ul {
        width: 100%;
        display: table;
    }
}

@media only screen and (max-width: 400px) {
    .PageMenu > li > ul {
        width: 100% !important;
    }
    header .RigtHeader > a .LogoContent h4 {
        font-size: 50px;
    }
    header .RigtHeader {
        padding: 0;
        width: 200px;
        overflow: hidden;
    }
    .PageMenu > li > ul > li > ul {
        display: none;
    }
}

.SlideItem .Episode {
    top: 55px;
    left: auto;
    right: 15px;
}

.subCats {
    display: table;
    margin: 0 auto 15px;
}

.subCats a {
    color: #ffffff;
    cursor: pointer;
    transition: 0.35s all ease;
    margin: 0 4px;
    font-weight: bold;
    border: 1px solid #b1b1b126;
    padding: 4px 25px;
    border-radius: 60px;
    float: right;
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 8px;
}


.SeasonsList + .EpisodesList {}

.SeasonsList + .EpisodesList {
    width: calc(100% - 250px) !important;
    float: left;
}


.headerMenu  .ul-base {
  margin: 10px 10px  0 0;
  padding: 0;
  list-style: none;
}


/* -----------------------------------------------------
   Dropdown Menu
-------------------------------------------------------- */
.headerMenu {
    display: block;
    position: relative;
    float: right;
}
.headerMenu li {
  display: inline-block;
  position: relative;
}
.headerMenu li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    line-height: 54px;
    text-decoration: none;
    z-index: 9999;
}
.headerMenu li a i {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 8px;
    font-weight: 400;
}
.headerMenu li.newly a{
    border-bottom: 1.5px solid var(--blue-color);
}

.headerMenu li.newly a:after, 
.headerMenu li.newly a:before {
margin: 5px 0  0 0;
}

.headerMenu li.newly a:before {
    content: '';
   border: 3px solid var(--blue-color);
    -webkit-border-radius: 30px;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -14px;
    top: 10px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.0
}

.headerMenu li.newly a:after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--blue-color);
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: -9px;
}
@-webkit-keyframes pulsate {
    0% {-webkit-transform: scale(0.1, 0.1); opacity: 0.0;}
    50% {opacity: 1.0;}
    100% {-webkit-transform: scale(1.2, 1.2); opacity: 0.0;}
}


 


.secTop{position: relative;overflow: hidden;margin:0 0 15px}
.secTop .wrap{display: flex;flex-wrap: wrap;align-items: center;position: relative;overflow: hidden;}
.secTop .content{width: 100%;flex:1;border-radius:25px;overflow:hidden;padding:6px;background:linear-gradient(45deg,#ffffff00 0,#ffffff14 100%);display:flex}
.secTop .content>span{color: #fff;font-weight:500;padding:5px 20px;border-radius:30px;display:inline-block;background:var(--blue-color)}
.secTop .lBtns{
    display: flex;
    gap: 10px;
    margin: 0 auto;
}
.secTop .lBtns a{padding:0 30px;border-radius:29px;display:flex;height:35px;line-height:35px;align-items:center;gap:9px;justify-content:center;font-weight:700}
.secTop .lBtns a.newly{background:var(--blue-color)}
.secTop .lBtns a.user{background:#e20000;color:#222 !important}
.secTop .inner{display: flex}
.typed {
color: #fff;
line-height: 30px;
cursor: pointer;
font-size: 14px;
padding-right: 10px;
}
.typed-cursor {
opacity: 1;
color: #fff;
line-height: 30px;
}

.headerMenu li .dropdown-menu {
    display: none;
    overflow: hidden;
    position: absolute;
    top: 100%;
    right: 0px;
    min-width: 200px;
    margin: 0;
    padding: 0;
    text-align: right;
    border-radius: 8px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 11px 20px #0c2b4536;
    transition: .35s all ease;
}
.headerMenu li .dropdown-menu li {
  display: block;
}
.headerMenu li .dropdown-menu li a {
    display: block;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: right;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #000 !important
}
.headerMenu li .dropdown-menu li:hover a {
   color: #000 !important
}
.headerMenu li.dropdown.open .dropdown-menu {
  display: block;
}
/*    section     */
section.Two--Items {
    margin: auto;
}
.Two--Items .Content--Wrapper {
    display: flex;
    flex-wrap: wrap;
}

.Content--Wrapper {
    margin: 0 auto;
    width: 90%;
}
.Two--Items .Wide--Contents {
    flex: 0 0 100%;
    padding: 20px 30px 20px 30px;
	    margin: 4px 2px 10px 15px;
    background: linear-gradient(180deg,rgb(255 255 255 / 2%) 0,rgb(255 255 255 / 5%) 100%);
    border-radius: 8px;
    overflow: hidden;
}
.Two--Items .Title--Box {
    display: flex;
    width: 100%;
    border-bottom: 2px solid rgb(0 0 0 / 5%);
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Two--Items .Title--Box .Right {
    float: right;
    display: flex;
    align-items: center;
}
.Two--Items .Title--Box .Right h3 {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.Two--Items .Title--Box .Right i {
    padding: 10px;
    font-size: 20px;
    box-shadow: 0 0 10px #00000080;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ffffff08;
}
.Two--Items .Title--Box > a {
    border: 2px solid #ffffff08;
    font-weight: 400;
    padding: 5px 15px;
    border-radius: 8px;
    transition: .3s all ease;
}
.Two--Items .Title--Box > a:hover{
    background: #e20000;
}
.Two--Items .Wide--Contents .Box--Contents {
    padding-bottom: 15px;
}
.Two--Items .Wide--Contents .Box--Contents ul.Posts--List {
    display: flex;
    flex-wrap: wrap;
    margin-left: 8px;
    row-gap: 10px;
    padding-bottom: 10px;
}
ul.Posts--List .Small--Box {
    flex: 0 0 calc(100% / 6);
    overflow: hidden;
    padding: 0 5px;
}
.Wide--Contents.colRight ul.Posts--List .Small--Box {
    flex: 0 0 calc(100% / 6);
    overflow: hidden;
    padding: 0 5px;
}
ul.Posts--List .Small--Box a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}
ul.Posts--List .Small--Box a .Poster {
    display: block;
    padding-bottom: 150%;
    width: 100%;
    transition: .3s all ease;
}
ul.Posts--List .Small--Box a:hover .Poster {
    opacity: .2;
}
ul.Posts--List .Small--Box a .Poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
ul.Posts--List .Small--Box a ul.liList {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
ul.Posts--List .Small--Box a ul.liList li:nth-child(1) {
    background: #ffcb17;
    color: #000;
}

ul.Posts--List .Small--Box a ul.liList li {
    display: table;
    background: rgba(0,0,0,.5);
    color: #fff;
    font-size: 12px;
    margin: 0 0 4px;
    border-radius: 30px;
    padding: 3px 8px 2px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}
.Small--Box a ul.liList li.imdbRating {
    color: #eac13b !important;
}
ul.Posts--List .Small--Box a h3.title {
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
    padding: 195px 10px 10px;
    font-weight: 400;
    width: 100%;
      
    line-height: 20px;
}
.Wide--Contents.colRight {
    flex: 0 0 69%;
    margin-left: 1%;
    padding: 10px 10px 5px;
    background: linear-gradient(180deg,rgb(255 255 255 / 2%) 0,rgb(255 255 255 / 5%) 100%);
    border-radius: 8px;
    overflow: hidden;
}
.mobile--search {
    display: none;
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 26px;
    cursor: pointer;
	color:#fff;

}
@media only screen and (max-width: 970px){
    .Two--Items .Wide--Contents , .Two--Items .Aside--Contents{
        flex: 0 0 100%;
        margin: 0 0 10px;
    }
    ul.Posts--List .Small--Box{
        flex: 0 0 31%;
        min-width: auto;
        max-width: initial;
        margin: 0 1% 15px;
    }
	
	.Wide--Contents.colRight ul.Posts--List .Small--Box {
    flex: 0 0 31%;
    row-gap: 20px;
    padding: 0 5px;
}

}
@media only screen and (max-width: 500px){
    ul.Posts--List .Small--Box{
        flex: 0 0 48%;
    }
		.Wide--Contents.colRight ul.Posts--List .Small--Box {
    flex: 0 0 48%;

}
	.Two--Items .Title--Box .Right h3 {
    font-size: 16px;

}
	.Two--Items .Title--Box > a{
	border: 2px solid #ffffff08;
    font-weight: 400;
    padding: 5px 9px;
    border-radius: 8px;
    transition: .3s;
    font-size: 13px;
}
}
@media only screen and (max-width: 420px){
    ul.Posts--List .Small--Box{
        flex: 0 0 48%;
    }
		.Wide--Contents.colRight ul.Posts--List .Small--Box {
    flex: 0 0 48%;

}
	.Two--Items .Title--Box .Right h3 {
    font-size: 16px;

}
	.Two--Items .Title--Box > a{
	border: 2px solid #ffffff08;
    font-weight: 400;
    padding: 5px 9px;
    border-radius: 8px;
    transition: .3s;
    font-size: 13px;
}
}
/*//////////////////////*/
 aside.Aside--Contents {
    flex: 0 0 30%;
    padding: 10px 10px 0;
    background: linear-gradient(0deg,rgb(255 255 255 / 2%) 0,rgb(255 255 255 / 5%) 100%);
    border-radius: 8px;
}
.Title--Box {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #ffffff08;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.Right {
    float: left;
}
.Right img {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #00000080;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ffffff08;
}
.Title--Box a {
    border: 2px solid #ffffff08;
    font-weight: 400;
    padding: 5px 9px;
    border-radius: 8px;
    transition: .3s;
}
.AsidePost a {
    display: flex;
    margin-bottom: 10px;
}
.AsidePost .Poster {
    min-width: 100px;
    height: 62px;
    overflow: hidden;
    max-width: 110px;
    border-radius: 8px;
    margin-left: 13px;
}
.AsidePost img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.Info {
    flex: 1;
}
.Info h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
}
/* slider */
.Slider--Outer {
    margin: 20px 0 0 0;
    height: 0;
    overflow: hidden;
    transition: .4s all ease;
}
.Slider--Inner .Arrow--Right {
    right: -5px;
	left: auto;
}
.Slider--Inner .Arrow--Left {
    left: -5px;
	right: auto;
}
.Slider--Inner .Arrow--Right, .Slider--Inner .Arrow--Left {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
    color: #e20000;
    cursor: pointer;
    font-size: 60px;
    transition: .3s ease;
}
.Slides--Main {
    overflow: hidden;
}
.owl-stage-outer {
    display: block;
}
li.Slides--Item .Block--Item {
    width: 100%;
    margin: 0;
}

.Block--Item {
   display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 221px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 15px;
    max-width: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.Block--Item a, .Block--Item a .Poster--Block {
    display: block;
    width: 100%;
    height: 100%;
}
.Block--Item a .Poster--Block {
    padding-bottom: 150%;
}

.Block--Item a, .Block--Item a .Poster--Block {
    display: block;
    width: 100%;
    height: 100%;
}
.Block--Item a .Poster--Block img {
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
}
.Block--Item a .Block--Info {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg,#1d1d1d00,#000 70%);
    padding: 70px 8px 10px;
    transition: .3s .1s;
    opacity: 0;
    transform: translate(0) scale(1);
    opacity: 1;
}
.Block--Item a .Block--Info ul.Genres {
      
    margin-bottom: 6px;
    transform: translate(0,130px);
    opacity: 0;
    transition: .3s;
}

.Block--Item a:hover .Poster--Block img {
    transform: scale(1.1);
}
.Block--Item:hover a .Block--Info ul.Genres {
    transform: translate(0,0);
    opacity: 1;
}
.Block--Item a .Block--Info ul.Genres li {
    display: inline-block;
    background: #ffdd35;
    /* box-shadow: 0 0 10px #121212; */
    padding: 2px 8px;
    border-radius: 50px;
    margin: 1px 3px;
    color: #020202;
    font-size: 12px;
    font-weight: 800;
}
.Block--Item a .Block--Info h3 {
    font-size: 14px;
      
    direction: rtl;
    font-weight: 200;
}
/******/
.mobile--bars {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    cursor: pointer;
    display: none;
	color:#fff;
}
.mobile--menu ul#main-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 250px;
    padding: 20px !important;
    height: 100%;
    background: #1f252eba;
    transition: .3s all cubic-bezier(1,0.05,0,0.98);
    transform: translate(140%,0%);
    overflow: hidden;
    z-index: 99999999999;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.MenuOn .mobile--menu ul#main-menu {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
    overflow: auto;
}
.MenuOn .mobile--menu {
    opacity: 1;
    visibility: visible;
}
.mobile--menu ul#main-menu {
}
.mobile--menu ul#main-menu > li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
.mobile--menu ul#main-menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    right: 0;
    background: #ffffff08;
    width: 100%;
    color: #FFF;
}
.mobile--menu ul#main-menu > li > ul > li {
}
.mobile--menu ul#main-menu > li > ul > li > a {
        display: block;
    padding: 10px 20px;
    font-size: 13px;
}
.mobile--menu ul#main-menu > li > a{
    padding: 0 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
}
.mobile--menu ul#main-menu > li.Added--Recently {
    color: #e20000;
      
    border: 1px solid #ffffff2e;
    border-radius: 8px;
    overflow: hidden;
}
.mobile--menu ul#main-menu > li.Added--Recently i {
    padding-left: 10px;
}
.mobile--menu ul#main-menu > li.Added--Recently a {
    line-height: initial;
    padding: 8px 0;
    display: block;
}
@media only screen and (max-width: 1080px) {
.headerMenu{
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    padding: 20px!important;
    height: 100%;
    background: #1f252eba;
    transition: .3s cubic-bezier(1,.05,0,.98);
    transform: translate(140%,0);
    overflow: hidden;
    z-index: 99999999999;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
	    .leftFooter {
        float: none;
        display: table;
        margin: 0 auto;
    }
		a.user ,a.newly{
		    flex: 1;
	}
		    .mobile--search , .mobile--bars {
        display: block
    }
	.BreakNewsBa {

    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
		.SearchHead {
    position: absolute;
    top: 80px;
    left: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
    background: #02020F;
    width: calc(100% + 6%);
    padding: 0 25px;
    z-index: 999;
    padding: 9px 20px 9px 15px;
}
	.searchOn .SearchHead {
    opacity: 1;
    visibility: visible;
}

	.mobile--bars {

    display: block;
}
		.Slider--Outer {

    display: none;
}
	.Logo--Area {
    position: relative;
    margin: 0px auto;
    direction: ltr;
    float: none;
    overflow: hidden;
      
    max-width: 270px;
}
}
.MainMenuOverlay {
    position: fixed;
    top: 0;
    opacity: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #060b15d9;
    transition: .2s all ease;
}
body.MenuOn .MainMenuOverlay {
    visibility: visible;
    opacity: 1;
}
.mobile--menu ul#main-menu>li.Added--Recently a {
    line-height: initial;
    padding: 8px 0;
    display: block;
    color: #e20000;
}
.mobile--menu ul#main-menu>li.Added--Recently {

      
    border: 1px solid #ffffff2e;
    border-radius: 8px;
    overflow: hidden;
}
header div.headerMenu>ul>li.menu-item-has-children>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f078";
    margin-right: 8px;
}
/*block*/
.BlocksHolder > *:not(.MovieItem) {
    flex: 0 0 calc(100% / 8);
}

.Small--Box {
    flex: 0 0 calc(100% / 6);
    overflow: hidden;
    padding: 0 5px;
}
.Small--Box a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}
.Small--Box a .number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00000094;
    z-index: 9;
      
    padding: 4px 12px;
    border-radius: 8px;
    transition: .3s .1s;
    font-size: 17px;
    line-height: 20px;
}
.Small--Box a .number span {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
.Small--Box a .Poster {
    display: block;
    padding-bottom: 150%;
    width: 100%;
    transition: .3s;
}
.Small--Box a .Poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}
.Small--Box a .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    font-size: 50px;
    transform: translate(-50%,-50%) rotate(360deg);
    color: #dfcece;
    transition: .3s;
    opacity: 0;
}
.Small--Box a ul.liList {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
.Small--Box a.recent--block ul.liList li {
    transform: translate(40px,0);
    opacity: 0;
}
.Small--Box a ul.liList li:first-child {
    background: #ffcb17;
    color: #000;
}
.Small--Box a ul.liList li {
    display: table;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin: 0 0 4px;
    border-radius: 30px;
    padding: 3px 8px 2px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: .3s;
}
.Small--Box a h3.title {
    font-size: 13px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(180deg,rgba(0,0,0,0) 0,#000 100%);
    padding: 195px 10px 10px;
    font-weight: 400;
    width: 100%;
      
}
.Small--Box a.recent--block:hover .number {
    transform: translate(0,100px);
    opacity: 0;
    transition: .3s;
}
.Small--Box a:hover .Poster {
    opacity: .2;
}
.Small--Box a:hover .playIcon {
    transform: translate(-50%,-50%) rotate(0);
    opacity: 1;
}
.Small--Box a.recent--block:hover ul.liList li {
    transform: translate(0,0);
    opacity: 1;
}
@media only screen and (max-width: 1349) {


}
@media only screen and (max-width: 970px) {
.BlocksHolder > *:not(.MovieItem) {
    flex: 0 0 calc(100% / 3);
    min-width: auto;
    width: auto;
    max-width: initial;
}
}
@media only screen and (max-width: 450px) {
.BlocksHolder > *:not(.MovieItem) {
    flex: 0 0 50%;
    width: auto;
}
}
/*single */

.MainSingle {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    z-index: 9;
    display: flex;
    gap: 25px;
}
.MainSingle .left {
    position: relative;
    z-index: 9;
    flex: 0 0 280px;
}
.MainSingle .left .image {
    display: block;
    width: 100%;
    position: relative;
    border-width: 5px;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 8px;
}
.MainSingle .left .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.UnderPoster {
    display: flex;
    gap: 10px;
}
.UnderPoster>div.imdbR {
    color: #222;
    background: #eac13b;
    font-weight: 700;
}

.UnderPoster>div {
    flex: 1;
      
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 8px;
    font-size: 12px;
    gap: 6px;
    font-weight: 400;
}
.UnderPoster>div i, a.downloadsLink .text p {
    font-size: 13px;
}
.UnderPoster>div.imdbR span {
    font-size: 22px;
    line-height: 20px;
}
.AsidePost:last-child, .TitleBox.Small, .watch--servers--list li.server--item:last-child {
    margin-bottom: 0;
}

.TitleBox {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.TitleBox.Small{
    margin-bottom: 0;
}
.TitleBox.Small h2 {
    font-size: 17px;
    font-weight: 400;
}

.TitleBox h2 {
    padding-bottom: 5px;
}
.TitleBox.Small h2 i {
    padding-left: 7px;
}
.TitleBox i {
    padding-left: 10px;
    font-size: 28px;
}
.SecondPart .TaxContent {
    width: 100%;
    display: flex;
    gap: 25px;
}
ul.RightTaxContent {
    flex-wrap: wrap;
    width: 100%;
    font-size: 12px;
    padding : 0;
}
ul.RightTaxContent>li {
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ffffff1f;
    flex: 0 0 calc(100% / 2);
    line-height: 25px;
}
ul.RightTaxContent>li i {
    font-size: 12px;
    height: 20px;
      
    margin-left: 5px;
    border-radius: 10px;
    line-height: 22px;
    padding-top: 5px;
}
ul.RightTaxContent>li span {
    position: relative;
    font-size: 13px;
}
ul.RightTaxContent>li>a {
    transition: .35s;
    padding: 2px 3px 0;
    font-size: 13px;
    font-weight: 400;
}
.infoAndWatch {
    display: flex;
    gap: 15px;
}
.breadcrumbs span, .catssection li, .catssection li a, ul.RightTaxContent>li>a {
    display: inline-block;
}
.BTNSDownWatch a.watch, .seasons--toggler {
    margin-bottom: 15px;
}

.BTNSDownWatch a {
      
    width: 190px;
    font-size: 20px;
    border-radius: 8px;
    display: block;
    padding: 10px 0;
    transition: .3s;
}
.BTNSDownWatch a, .UnderPoster>div.ShowTrailerSingle, .shortlink {
    background: #ffffff0d;
    background: #ffffff0d;
}
.BTNSDownWatch a.watch svg {
    width: 40px;
    fill: #e20000;
    transition: .3s;
}
.BTNSDownWatch a span {
    display: block;
    font-size: 18px;
}
.BTNSDownWatch a p {
    font-size: 12px;
    color: #aaa;
    transition: .3s;
}
.BTNSDownWatch a.download i {
    color: #31a24c;
}
.BTNSDownWatch a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.BTNSDownWatch a.watch:hover{
    background: #e20000;
}
.BTNSDownWatch a.watch:hover svg {
    fill: #FFF;
}
.BTNSDownWatch a.download:hover i, .BTNSDownWatch a.download:hover p, .BTNSDownWatch a.watch:hover p{
    color: #fff;
}
.BTNSDownWatch a.download:hover{
    background: #31a24c;
}
ul.RightTaxContent>li.actor {
    width: 100%;
    flex: 0 0 100%;
}
@media only screen and (max-width: 1024) {

.TitleBox {
    display: table;
}
		
}
@media only screen and (max-width: 970px) {
.MainSingle, .infoAndWatch {
    display: table;
    margin: 0 auto;
}
	.MainSingle .left {
    float: none;
    width: 89%;
    margin: 0 auto;
    max-width: 400px;
}
	.SecondPart {
    float: none;
    width: 100%;
}
	.MainSingle, .infoAndWatch {
    display: table;
    margin: 0 auto;
}
	.BTNSDownWatch {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
	.BTNSDownWatch a {
    flex: 1;
}
	.BTNSDownWatch a.watch {
    margin: 0;
}
}
@media only screen and (max-width: 700px) {
.MainSingle .left {
    float: none;
    margin: 0 auto 10px;
}
	.SecondPart .TaxContent {
    width: 100%;
    margin: 0;
    padding-right: 0;
}
ul.RightTaxContent>li {
    width: 100%;
    flex: 0 0 100%;
}
	.ServersList.Download ul li {
    flex: 0 0 calc(100% / 3);
}
}
@media only screen and (max-width: 480px) {
.MainSingle .left {
    width: 260px;
    float: none;
    margin: 0 auto 20px;
}
	.ServersList.Download ul li {
    flex: 0 0 calc(100% / 1);
    padding: 0 5px;
}	
	ul.download-items {
    margin: 0 -5px;
}
}


.seo-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}















































































header.PageHead {
    height: auto;
    background: #FFF;
    box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.3);
    z-index: 999999;
      
    padding-bottom: 13px;
}
header.PageHead::after {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%) rotate(45deg);
    width: 110px;
    height: 110px;
    background: #FFF;
    content: '';
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);
    border-radius: 15px;
    z-index: -1;
}
header.PageHead .LogoArea {
    display: table;
    width: 300px;
    margin: 0 auto;
    z-index: 55;
}
header.PageHead .LogoArea > a {
    display: block;
    color: #222;
    font-weight: bold;
}
header.PageHead .LogoArea > a .LogoRight {
    float: right;
    width: 125px;
    height: 65px;
    overflow: hidden;
}
header.PageHead .LogoArea > a .LogoLeft {
    float: left;
    width: 125px;
    height: 65px;
    overflow: hidden;
}
header.PageHead .LogoArea > a em.Two {
    float: right;
    font-size: 80px;
    font-family: Righteous;
    color: #ad0000;
    font-weight: 400;
    font-style: normal;
    line-height: 80px;
    transition: .3s all cubic-bezier(0.81, -0.19, 0, 1.21);
}
.PageHead .container {
    background: #FFF;
    height: 100%;
    width: 97%;
}
header.PageHead .LogoArea > a .LogoRight span.enDay {
    display: block;
    font-size: 50px;
    direction: ltr;
    padding-left: 3px;
    color: #333;
}
header.PageHead .LogoArea > a .LogoRight span.arCima {
}
header.PageHead .LogoArea > a span[class^=en] {
    font-family: Righteous;
    font-weight: 400;
}
header.PageHead .LogoArea > a span[class^=en] em {
    float: left;
    font-style: normal;
}
header.PageHead .LogoArea > a .LogoLeft span.enCima {
    display: block;
    font-size: 50px;
    direction: ltr;
    padding-left: 9px;
    color: #333;
}
header.PageHead .LogoArea > a .LogoRight span.enDay em:nth-child(1), header.PageHead .LogoArea > a .LogoLeft span.enCima em:nth-child(1) {
    text-transform: capitalize;
}
header.PageHead .LogoArea:hover > a .LogoLeft span.enCima em {
    transform: translate(0,60px);
    opacity: 0;
}
header.PageHead .LogoArea:hover > a .LogoRight span.enDay em {
    transform: translate(0,-60px);
    opacity: 0;
}
header.PageHead .LogoArea > a * {
    transition: .3s all ease;
}
header.PageHead .LogoArea:hover > a .LogoLeft span.enCima em:nth-child(2) {
  transition: .3s .1s all ease;
}
header.PageHead .LogoArea:hover > a .LogoLeft span.enCima em:nth-child(3) {
  transition: .3s .2s all ease;
}
header.PageHead .LogoArea:hover > a .LogoLeft span.enCima em:nth-child(4) {
  transition: .3s .3s all ease;
}
header.PageHead .LogoArea:hover > a .LogoRight span.enDay em:nth-child(2) {
  transition: .3s .1s all ease;
}
header.PageHead .LogoArea:hover > a .LogoRight span.enDay em:nth-child(3) {
  transition: .3s .2s all ease;
}
header.PageHead .LogoArea > a .LogoLeft span.arDay {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    line-height: 57px;
    transform: translate(0,-60px);
    opacity: 0;
}
header.PageHead .LogoArea > a .LogoRight span.arCima {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 48px;
    line-height: 57px;
    transform: translate(0,60px);
    opacity: 0;
}
header.PageHead .LogoArea:hover > a .LogoLeft span.arDay {
    transform: translate(0,0px);
    opacity: 1;
    transition: .3s .4s all ease;
}
header.PageHead .LogoArea:hover > a .LogoRight span.arCima {
    transform: translate(0,0px);
    opacity: 1;
    transition: .3s .3s all ease;
}
header.PageHead .LogoArea:hover > a em.Two {
  animation-name: example;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-direction: alternate;
}
@keyframes example {
  0% {
    transform: scale(1.7);
}
50% {
    transform: scale(.5)
}
100% {
    transform: scale(1)
}
}
header.PageHead .RightMenu {
    z-index: 99;
    height: auto;
    width: 100%;
}
header.PageHead .LeftMenu {
    display: block;
    z-index: 99;
    height: auto;
    width: 100%;
}
header.PageHead .RightMenu ul {}
header.PageHead .LefttMenu ul {
    float: revert;
}
header.PageHead > div > div > ul > li {
    float: right;
    width: 50%;
}
header.PageHead > div > div > ul > li > a {
    display: block;
    color: #222;
    font-weight: bold;
    line-height: 65px;
    font-size: 15px;
}
header.PageHead > div > div > ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 11px;
    height: 4px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    background-color: transparent;
    -webkit-transition: all 0.4s cubic-bezier(0.075,0.82,0.165,1);
    -moz-transition: all 0.4s cubic-bezier(0.075,0.82,0.165,1);
    -ms-transition: all 0.4s cubic-bezier(0.075,0.82,0.165,1);
    -o-transition: all 0.4s cubic-bezier(0.075,0.82,0.165,1);
    transition: all 0.4s cubic-bezier(0.075,0.82,0.165,1);
    -webkit-border-radius: 50px;
    border-radius: 50px;
}
header.PageHead > div > div > ul > li:hover > a::after {
    width: 60%;
    background: #ad0000;
}
.IndexSlider {
    display: block;
    width: 100%;
    min-height: 400px;
    padding: 25px 30px 0px;
    overflow: hidden;
    position: relative;
    z-index: 99;
}
section.SectionClass {
    min-height: 400px;
    background: #1b242d;
    padding: 10px 0 5px;
}
section.SectionClass.Light:after {
  position: absolute;
  left: 50%;
  top: -81px;
  transform: translate(-50%) rotate(45deg);
  width: 110px;
  height: 110px;
  background: #141b22;
  content: '';
  border-radius: 15px;
}
section.SectionClass.Dark:after {
  position: absolute;
  left: 50%;
  top: -81px;
  transform: translate(-50%) rotate(45deg);
  width: 110px;
  height: 110px;
  background: #1b242d;
  content: '';
  border-radius: 15px;
}
section.SectionClass.Dark {
    background: #141b22;
}
section.SectionClass.Light {}
nav.BreakNews {
    height: 45px;
    overflow: hidden;
    padding: 3px 10px 10px 0;
    /* border-bottom: 1px solid #232f3a; */
    margin: 15px -25px 0px;
}
nav.BreakNews > div.BreakNewsTitle {
    float: right;
    padding-left: 15px;
}
nav.BreakNews > div.BreakNewsTitle > span {
    background: #ad0000;
    font-weight: bold;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    padding: 0 30px;
    border-radius: 45px;
}
nav.BreakNews > div.BreakNewsTitle::after {
    content: '';
    position: absolute;
    top: 0;
    left: 7px;
    bottom: 0;
    background: #e43d3d;
    width: 3px;
    border-radius: 30px;
}
nav.BreakNews > div.BreakNewsTitle::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    bottom: 5px;
    background: #d6d6d6;
    width: 3px;
    border-radius: 30px;
}
nav.BreakNews > .BreakNewsContent {
    float: right;
    width: calc(100% - 180px);
    margin-right: 20px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    left: -17px;
}
nav.BreakNews > .BreakNewsContent:after {
    content: '';
    background: linear-gradient(to left, #141b22, transparent);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 80px;
    height: 30px;
}
marquee {
    direction: ltr;
}
.SliderClass .owl-item {
    float: right;
}
.SliderClass .owl-item .SlideItem {
    margin: 0;
    min-width: 100%;
    height: 490px;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 0px 17px #0000004f;
    background: #1b242d;
    overflow: hidden;
}
.SliderClass .owl-item .SlideItem > a {
    display: block;
    width: 100%;
    height: 100%;
}
.SliderClass .owl-item .SlideItem > a > .Poster {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 14px;
    overflow: hidden;
    z-index: 1;
}
.SliderClass .owl-item .SlideItem > a > .Poster .IndsidePoster {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.SliderClass .owl-item .SlideItem > a .InfoBox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 5;
    padding: 150px 15px 15px;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .Title {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    margin-bottom: 3px;
    transition: .4s all ease;
    margin-top: 10px;
}
.SliderClass .owl-item .SlideItem > a .IMDBRate {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background: #ffce1e;
    border-radius: 5px;
      
    line-height: 14px;
    font-weight: 700;
    color: #171201;
    padding-bottom: 10px;
    font-size: 20px;
    box-shadow: 0 3px #f5c51875;
    transition: .3s all ease;
    padding: 12px 6px;
}
.SliderClass .owl-item .SlideItem > a .IMDBRate em {
    font-family: Righteous;
    font-style: normal;
    color: #444;
    font-size: 20px;
    line-height: 10px;
}
.SliderClass .owl-item .SlideItem > a .IMDBRate span {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .Descrip {
    font-size: 13px;
    font-weight: bold;
    color: #ddd;
    line-height: 20px;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .SlideBTNS {
    display: flex;
    width: 100%;
    transition: .3s all ease;
    height: 0;
    overflow: hidden;
    opacity: 0;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .SlideBTNS > span {
    flex: 1;
    height: 32px;
    font-size: 13px;
    border-radius: 12px;
    font-weight: bold;
      
    line-height: 32px;
    box-shadow: 0 0 5px #0000003b;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .SlideBTNS > span.addToWatched {
    background: #304050;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .SlideBTNS > span.addToFav {
    background: #c52121;
    margin-right: 10px;
}
.SliderClass .owl-item .SlideItem > a .InfoBox .SlideBTNS > span em {
  font-style: normal;padding-right: 5px
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox .SlideBTNS {
    height: 33px;
    overflow: visible;
    margin: 10px 0 0;
    opacity: 1;
}
.SliderClass .owl-item .SlideItem > a:after {
    background: linear-gradient(to top,#1b242d 30%,#1b242d00);
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 140%;
    z-index: 2;
}
.IndexSlider a.SlidesPrev, .IndexSlider  a.SlidesNext {
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 40px;
    transform: translate(0,-50%);
    background: #24313e;
    width: 54px;
    box-shadow: 0 2px 5px #0000005c;
    border-radius: 10px;
    height: 80px;
      
    line-height: 84px;
    z-index: 99;
    cursor: pointer;
}
.IndexSlider a.SlidesPrev {
    left: 20px;
    right: auto;
}
.SliderClass .owl-item .SlideItem > a .InfoBox > ul > li {
    float: right;
    font-size: 13px;
    color: #d0d0d0;
    line-height: 16px;
    font-weight: bold;
    padding: 5px 9px;
    border-radius: 7px;
    transition: .4s all ease;
    transition-delay: 0s;
    position: relative;
    background: #304050;
    float: right;
    box-shadow: 0 0 10px #00000059;
    flex: 1;
      
    min-width: calc((100% / 3) - 20px);
    margin-bottom: 10px;
    overflow: hidden;
    transform: scale(0);
    height: 26px;
    opacity: 0;
    border: 1px solid #ffffff12;
    visibility: hidden;
}
.SliderClass .owl-item .SlideItem > a .InfoBox ul {
    width: 100%;
    transition: .3s all ease;
    display: flex;
    opacity: 1;
    flex-wrap: wrap;
}
.SliderClass .owl-item .SlideItem > a .InfoBox > ul > li:nth-child(1) {
    background: #ad0000;
    color: #FFf;
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox ul {
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox .Title {
}
.owl-nav,.owl-dots {
  display: none;
}
header.PageHead > div > div > ul > li > ul {
    background: #fff;
    list-style: none;
    visibility: hidden;
    width: 100%!important;
    border-radius: 5px;
    box-shadow: 0 2px 7px #0000005e;
    position: absolute;
    opacity: 0;
    transition: .3s all ease;
    right: 0;
    width: 100%;
}
header.PageHead > div > div > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
}
header.PageHead > div > div > ul > li > ul > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    border-bottom: 1px solid #f1f1f1;
    color: #272448;
    font-weight: bold;
    transition: .3s all ease;
}
header.PageHead > div > div > ul > li > ul > li:last-child > a {border: 0;}
header.PageHead > div > div > ul > li > ul > li > a:hover {
    background: #f1f1f1;
}
header.PageHead > div > div > ul > li > a > i {
    font-size: 19px;
    line-height: 65px;
    transition: .4s all ease;
    float: left;
    margin-right: 7px;
    font-weight: bold;
}
.SliderClass {
    width: 310px;
    margin: 0 auto;
}
.SliderClass .owl-item .SlideItem a .numberEpisode {
    position: absolute;
    transform-origin: top left;
    top: 80px;
    line-height: 100%;
      
    left: 15px;
    color: #282b4c;
    transition: .3s all ease;
    z-index: 7;
    background: #ffffff;
    padding: 7px 7px 10px;
    border-radius: 6px;
    box-shadow: 0 3px #ffffff75;
    font-weight: bold;
    font-size: 16px;
    min-width: 55px;
      
}
.SlideItem a {
    display: block;
    width: 100%;
    height: 100%;
}
.SliderClass .owl-item .SlideItem a .numberEpisode em {
    font-family: Righteous;
    display: block;
    font-size: 22px;
    font-style: normal;
    padding-top: 6px;
    font-weight: 400;
}
.SliderClass .owl-item .SlideItem > a .InfoBox > ul > li:nth-child(4),.SliderClass .owl-item .SlideItem > a .InfoBox > ul > li:nth-child(5) {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox > ul > li:nth-child(2){
  transition: .3s .1s all ease
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox > ul > li:nth-child(3){
  transition: .3s .2s all ease
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox > ul > li:nth-child(4){
  transition: .3s .3s all ease
}
.SliderClass .owl-item .SlideItem:hover > a .InfoBox > ul > li {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.SliderClass .owl-item .SlideItem > a .InfoBox > ul > li:nth-child(2n+0) {
    margin: 0 10px;
}

.SliderClass .owl-item .SlideItem > a span.qualitySpan {
    position: absolute;
    top: 50px;
    right: 15px;
    padding: 5px 15px;
    background: #304050;
    border-radius: 40px;
    box-shadow: 0 0 10px #0000003d;
    font-weight: bold;
    font-size: 13px;
    z-index: 99999;
    transition: .3s all ease;
}
.SliderClass .owl-item .SlideItem:hover > a .IMDBRate {
    transform: translate(0px, -90px);
    opacity: 0;
}
.SliderClass .owl-item .SlideItem > a span.categorySpan {
    position: absolute;
    top: 15px;
    transition: .3s all ease;
    right: 15px;
    padding: 5px 15px;
    background: #ad0000;
    border-radius: 40px;
    box-shadow: 0 0 10px #0000003d;
    font-weight: bold;
    font-size: 13px;
    z-index: 99999;
}
.SliderClass .owl-item .SlideItem:hover a .numberEpisode {
    transform: translate(-100px, 0px);
    opacity: 0;
}
.SliderClass .owl-item .SlideItem:hover > a span.categorySpan,.SliderClass .owl-item .SlideItem:hover > a span.qualitySpan {
    transform: translate(100px, 0px);
    opacity: 0;
}
.SliderClass .owl-item .SlideItem:hover > a span.qualitySpan {
 transition: .3s .15s all ease 
}
header.PageHead .SearchBTn {
    width: 50px;
    z-index: 555;
    color: #555;
    font-size: 29px;
    border: 1px solid #DDD;
    border-radius: 50%;
      
    line-height: 47px;
    overflow: hidden;
    cursor: pointer;
    background: #efefef;
    display: inline-block;
    height: 47px;
    margin-left: 13px;
}
.clearfix {
    clear: both;
}
.SectionTitle {
    display: inline-block;
    width: 100%;
    height: auto;
    /* border-bottom: 1px solid #00000026; */
    z-index: 999;
      
}
.SectionTitle > h2 {
    display: table;
    margin: 0 auto;
}
.SectionTitle > h2 > a {
    display: block;
    width: 100%;
}
.SectionTitle > h2 > a > i {
    float: right;
    height: 65px;
    font-size: 52px;
    line-height: 65px;
    margin-left: 10px;
}
.SectionTitle > h2 > a > span {
    float: right;
    font-size: 21px;
    font-weight: bold;
    padding-top: 6px;
}
.SectionTitle > h2 > a > p {
    display: block;
    font-size: 12px;
    font-weight: bold;
}
footer {
}
.DivHardNet {
    display: table;
    overflow: hidden;
    padding: 8px 0;
    margin: 0 auto;
}
.DivHardNet > a {
    display: block;
    width: 100%;
}
.DivHardNet > a > img {
    float: left;
    width: 100px;
}
.DivHardNet > a > span {
    float: right;
    font-weight: bold;
    font-size: 16px;
    padding-left: 7px;
    padding-top: 10px;
}
.SectionTitle a.seeMore {
    font-size: 16px;
    font-weight: bold;
    background: #141b22;
    color: #fff;
    transition: .4s all ease;
    width: 170px;
    height: 44px;
      
    border-radius: 25px;
    box-shadow: 0 1px 10px #00000021;
    overflow: hidden;
    display: table;
    margin: 10px  auto 10px;
    line-height: 44px;
}
.filterBar {
    display: inline-block;
    width: 100%;
    height: auto;
    z-index: 9999;
    margin-top: 15px;
}
.filterBar > div >h2 {
    display: table;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
    color: #ffce1e;
    margin: 0 auto;
}
.filterBar > div >h2>i {
    float: right;
    font-size: 43px;
    line-height: 52px;
    padding-left: 11px;
}
.filterBar .filtersContainer > ul > div.dropdown-button .ListDroped li {
    line-height: 23px;
    font-size: 14px;
    border: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #00000008;
    background: #1b242d66;
    margin-bottom: 7px;
    border-radius: 5px;
}
.filterBar .filtersContainer {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.filterBar .filtersContainer > ul {
}
.filterBar .filtersContainer > ul > div.dropdown-button {margin-bottom: 10px;}
.filterBar .filtersContainer > ul .dropdown-button > span {
    font-size: 15px;
    line-height: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    height: 44px;
    display: block;
    width: 100%;
    background: #1b242d;
    border-radius: 7px;
    font-weight: bold;
}
.filterBar .filtersContainer > ul > div.dropdown-button .ListDroped {
    position: absolute;
    width: 100%;
    right: 0;
    top: 100%;
    background: #304050;
    box-shadow: 0 12px 15px #0000001f;
    border-top: 0;
    z-index: 100;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    border-radius: 5px;
    transition: .35s all ease;
}
.filterBar .filtersContainer > ul .dropdown-button > span > i {
    display: block;
    float: right;
    margin-left: 14px;
    font-size: 19px;
    position: relative;
    z-index: 1;
    line-height: 44px;
    height: 44px;
    width: 45px;
      
    overflow: hidden;
    z-index: 5;
}
.filterBar .filtersContainer > ul > div.dropdown-button i.fal.fa-angle-down {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 29px;
    cursor: pointer;
}
.filterBar .filtersContainer > ul > div.dropdown-button .ListDroped li a {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 13px;
}
.filterBar .filtersContainer > ul > div.dropdown-button .ListDroped li span.dot {
    float: right;
    width: 7px;
    height: 7px;
    background: #3a4d61;
    border-radius: 15px;
    margin: 8px;
    margin-right: 0;
}
.filterBar .filtersContainer > ul > div.dropdown-button .ListDroped .InnerDroped {
    height: 250px;
    overflow: auto;
    padding: 8px;
}
.InnerDroped::-webkit-scrollbar {
  width: 3px;
}
.InnerDroped::-webkit-scrollbar-track {
  background: #283442;
}
.InnerDroped::-webkit-scrollbar-thumb {
  background-color: #98a0a9;
}
.filterBar .filtersContainer > ul .startFilter {
    background: #ad0000;
    height: 44px;
    border-radius: 7px;
    box-shadow: 0 1px 3px #00000014;
    border: 1px solid #0000001c;
    cursor: pointer;
    padding: 4px 16px;
      
}
.filterBar .filtersContainer > ul .startFilter span {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -4px;
    font-size: 16px;
    font-weight: bold;
}
.filterBar .filtersContainer > ul .startFilter i {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}
.filterBar .filtersContainer > ul .dropdown-button > span:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: #1b242d;
    border-radius: 40px 0 0 40px;
    z-index: 2;
}
.filterBar .filtersContainer > ul .dropdown-button > span:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 55px;
    background: #141b22;
    border-radius: 40px 0 0 40px;
    z-index: 1;
}
.filterBar .filtersContainer > ul .dropdown-button > span em {
    float: right;
    font-style: normal;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}
a.seeMore:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff1c;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
a.seeMore:hover:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}
.filterBar .filtersContainer > ul > div.dropdown-button.active .ListDroped {
    opacity: 1;
    visibility: visible;
    height: 250px;
}
.BlocksMaster {
    z-index: 999;
    margin: 0 auto;
    transition: .3s all ease;
      
}
.BlockMovie {
    margin: 6px;
    position: relative;
    display: inline-block;
    transition: all .1s ease 0s;
    float: none;
    width: 253px;
    height: 410px;
    overflow: hidden;
    border-radius: 11px;
    box-shadow: 0 0px 5px #00000080;
}
.BlockMovie>a {
    display: block;
    width: 100%;
    height: 100%;
}
.BlockMovie>a >.Poster {
    width: 100%;
    position: relative;
    height: 320px;
}
.BlockMovie>a >.Poster > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    border-radius: 15px 15px 0 0;
    transition: .4s all ease;
    z-index: 10;
}
.BlockMovie>a .BlockInfo {
  position: absolute;
  bottom: 0;
  padding: 0 10px 7px;
  right: 0;
  display: inline-block;
  background: linear-gradient(0deg,#141b22,#141b22);
  height: auto;
  transition: .4s all ease;
  width: 100%;
  z-index: 15;
  height: 90px;
}
.BlockMovie>a >.Poster:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 240px;
    z-index: 3;
    background: linear-gradient(0deg,#141b22 7%,#081d4600);
    pointer-events: none;
    transition: .4s all ease;
    z-index: 11;
}
.BlockMovie>a .BlockInfo>ul {
    display: table;
    margin: 0 auto 7px;
}
.BlockMovie>a .BlockInfo>ul >li {
    display: inline-block;
    font-size: 12px;
    color: #b1b1b1;
    margin-left: 3px;
    line-height: 17px;
    padding: 3px 8px;
    border-radius: 7px;
    transition: .35s ease;
    border: 1px solid #ffffff0f;
    position: relative;
}
.BlockMovie>a .BlockInfo h4.Title {
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-weight: bold;
    height: 49px;
}
.BlockMovie>a .BlockInfo p.content {
    color: #d0d0d0;
    display: block;
    font-weight: bold;
    transition: .4s all ease;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}
.BlockMovie:hover>a .BlockInfo p.content {
    height: 66px;
    opacity: 1;
    visibility: visible;
}
.BlockMovie:hover>a .BlockInfo {
    height: 150px;
}
.BlockMovie:hover>a >.Poster:before {
    bottom: 60px;
}
.BlockMovie>a .BlockInfo>ul >li:nth-child(1) {
    background: #ad0000;
    color: #FFF;
    border-color: #ad0000;
}
.BlockMovie .PosterBTNs {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999;
}
.PosterBTNs > span {
      
    color: #FFF;
    width: 40px;
    background: #121f3c;
    height: 40px;
    border-radius: 5px;
    opacity: 0;
    line-height: 40px;
    font-size: 20px;
    box-shadow: 0 0 4px #00000085;
    transition: .4s all ease;
    display: block;
    transform: translate(0px, -130px);
    transform-origin: top;
    cursor: pointer;
}
.PosterBTNs > span.AddFevorite {
    background: #ad0000;
}
.PosterBTNs > span.watch-later {
    background: #ffbe28;
    color: #222;
    margin-top: 8px;
}
.PosterBTNs > span.watch-later:after {
  color:#fff
}
.BlockMovie:hover>a >.Poster > img {
    transform: scale(1.2);
}
.BlockMovie .PosterBTNs >span:after {
  content: attr(data-title);
  position: absolute;
  top: 5px;
  left: 40px;
  bottom: 5px;
  font-size: 12px;
  width: 100px;
  visibility: hidden;
  background: #304050;
  box-shadow: 0 0 4px #00000047;
  z-index: 999;
  border-radius: 5px;
  opacity: 0;
  transition: .4s all ease;
  font-weight: 600;
  line-height: 30px;
}
.BlockMovie .PosterBTNs >span:hover:after {
  opacity: 1;
  visibility: visible
}
.BlockMovie:hover .PosterBTNs > span {
    transform: translate(0);
    opacity: 1
}
.BlockMovie:hover .PosterBTNs > span:nth-child(1) {
  transition-delay: .2s
}
.BlockMovie>a .IMDBRate {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    background: #ffce1e;
    border-radius: 5px;
      
    line-height: 14px;
    font-weight: 700;
    color: #171201;
    padding-bottom: 10px;
    font-size: 20px;
    box-shadow: 0 3px #f5c51875;
    transition: .3s all ease;
    padding: 12px 6px;
}
.BlockMovie>a span {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 5px;
}
.BlockMovie>a em {
    font-family: Righteous;
    font-style: normal;
    color: #444;
    font-size: 20px;
    line-height: 10px;
}
.BlockMovie:hover>a .IMDBRate {
    opacity: 0;
}
section.SectionClass.Dark a.seeMore {
    background: #1d262f;
}
section.SectionClass.Dark .BlockMovie>a .BlockInfo {
    background: #1b242d;
}
section.SectionClass.Dark .BlockMovie>a >.Poster:before {
    background: linear-gradient(0deg,#1b242d 7%,#081d4600);
}
.pagination {
      
    display: table;
    margin: 0px auto 20px;
}
.pagination li {
    display: inline-block;
    height: 35px;
    margin: 0 3px;
    font-weight: 700;
    direction: ltr;
    float: right;
}
.pagination>ul>li>* {
    display: block;
    height: 40px;
    background: #ffffff0d;
    color: #ffffff;
    padding: 0 15px;
    transition: .2s all ease;
    font-size: 19px;
    font-weight: 700;
    border-radius: 3px;
    line-height: 40px;
}
.pagination>ul>li>span.current {
    background: #ad0000 !important;
}
.imgInit {
    opacity: 0;
    visibility: hidden;
    transition: .35s all ease;
}
.imgInit.Loaded {
    opacity: 1;
    visibility: visible;
}

.BlockMovie>a >.Poster:after {content: 'Loading...';position: absolute;width: 100%;height: 100%;right: 0;top: 0;font-size: 34px;font-family: Righteous;color: #ffffff1f;direction: ltr;padding-top: 58%;  z-index: 1;}

.SliderClass .owl-item .SlideItem > a > .Poster img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: relative;
    border-radius: 15px 15px 0 0;
    transition: .4s all ease;
    z-index: 9;
}

.SliderClass .owl-item .SlideItem > a > .Poster:after {content: 'Loading...';position: absolute;width: 100%;height: 100%;right: 0;top: 0;font-size: 34px;font-family: Righteous;color: #ffffff1f;direction: ltr;padding-top: 58%;  z-index: 1;}
.Ribbon {
    position: absolute;
    top: 23px;
    right: -61px;
    width: 200px;
    height: 30px;
    background: #ad0000;
      
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    transform: rotate(45deg);
    z-index: 9;
    font-weight: bold;
    transition: .4s all ease;
}


.SingleSection {
    position: relative;
    background: #1b242d;
    z-index: 1;
    padding: 26px 30px;
    overflow-x: hidden;
}
.SingleSection .PosterShape {
    position: absolute;
    top: 0;
    left: 0;
    width: 610px;
    z-index: -1;
    height: 460px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 100px 100px rgba(23,23,26,.6) inset;
}
.SingleSection > .Poster {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 3px;
    box-shadow: 0 0px 20px #0000007a;
    display: block;
}
.SingleSection > .Poster > img {
    height: auto;
    width: 100%;
    min-height: 100%;
}
.SingleSection .PosterShape:after {
    content: "";
    position: absolute;
    top: 60%;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1b242d;
    background: linear-gradient(to bottom,#18182900 0%,#1b242d 100%);
}
.SingleSection .PosterShape:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #1b242d;
    background: linear-gradient(to left,#1b242d 10%,#1b242d00 80%);
}

.ArcPage .elshaikh-breadcrumbs {display: block;width: 100%;height: 40px;background: #ffffff0d;margin-bottom: 15px;border-radius: 8px;font-weight: bold;font-size: 15px;padding: 8px 17px;margin-top: 20px;}

.SingleBreadCrumbs {
    display: block;
    width: 100%;
    height: auto;
    background: #ffffff0d;
    margin-bottom: 15px;
    box-shadow: 0 0 10px #0000002e;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    padding: 8px 17px;
}

.SingleBreadCrumbs span.seprator {
    margin: 0 6px;
}

.SingleContent {display: table;width: 100%;}

h1.SingleTitle {
    display: block;
    margin-bottom: 8px;
    font-size: 28px;
}

h1.SingleTitle > a {
    font-weight: 700;
    font-size: inherit;
}

.SingleContent .PostContent {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #c3c3c3;
}

.PostStory {
    font-size: 15px;
    line-height: 24px;
    color: #c7c7c7;
    padding: 15px 80px 15px 20px;
    position: relative;
    border-radius: 4px;
    margin-top: 15px;
    font-weight: bold;
    overflow: hidden;
}

.PostStory > i {
    position: absolute;
    bottom: 50%;
    right: 24px;
    font-size: 48px;
    margin-top: -1px;
    transform: translate(0,50%);
    z-index: 9;
}

.ULList {
    flex-wrap: wrap;
}

.ULList .TermsHolder {
    flex: 1;
    min-width: 100%;
    max-width: 40%;
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden;
    padding: 7px 14px;
    border-radius: 5px;
    background: #57769212;
}

.ULList .TermsHolder:nth-child(3n+0) {
    margin-left: 0;
    background: linear-gradient(90deg,#57769200 ,#57769212);
}

.ULList .TermsHolder > i {
    float: right;
    font-size: 32px;
    margin-left: 34px;
    color: #fff;
    font-weight: 200;
    line-height: 40px;
}

.ULList .TermsHolder > p {
    display: block;
    font-size: 13px;
    padding-top: 1px;
    margin-bottom: 0px;
    line-height: 100%;
    font-weight: bold;
}

.ULList .TermsHolder > a {
    display: inline-block;
    line-height: 100%;
    color: #fff;
    font-size: 14px;
    background: #0003;
      
    padding: 3px 12px;
    border-radius: 35px;
    margin-left: 6px;
}

.ULList .TermsHolder:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff2e;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}

.ULList .TermsHolder:hover:after {
    transform: scale(230);
    opacity: 0;
    transition: 1s all ease;
}

.ULList .TermsHolder > * {
    z-index: 9;
}

.ULList .TermsHolder:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    background: #25334080;
    border-radius: 35px 00 0 35px;
    z-index: 3;
}

.ULList .TermsHolder span.AfterBG {
    position: absolute;
    content: '';
    transform-origin: center;
    top: 0;
    right: 0;
    bottom: 0;
    width: 58px;
    background: #13191f;
    border-radius: 35px 00 0 35px;
    z-index: 1;
}


.SimilarPosts {
    width: 100%;
    height: 680px;
    overflow: hidden;
}

.SimilarPosts h1.Title {
    font-weight: bold;
    font-size: 24px;
    display: table;
    line-height: 37px;
    margin: 0 auto 10px;
}

.SimilarPosts ul {display: table;width: 100%;}

.SimilarPostsHead {
    background: #11171d;
    padding: 15px 0 0;
    color: #d0d0d0;
    font-weight: bold;
}

.SimilarPostsHead li {
    font-weight: 700;
    font-size: 15px;
    height: 44px;
    line-height: 44px;
    padding: 0 18px;
    cursor: pointer;
    margin-bottom: 5px;
    float: right;
    width: 50%;
}

.SimilarPostsHead ul li i {
    float: right;
    font-size: 22px;
    line-height: 44px;
    padding-left: 9px;
}

.SimilarPosts h1.Title em {
    font-style: normal;
}

.SimilarPosts h1.Title i {
    float: right;
    font-size: 34px;
    padding-left: 12px;
}


.SimilarPosts ul li.ISActive {
    background: #1b242d;
}

.SimilarPostsHead ul li.ISActive:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 23px 23px;
    border-color: #0000 #0000 #1b242d #0000;
    position: absolute;
    bottom: 50%;
    transform: translate(0,50%) rotate(-90deg);
    left: -33px;
    display: none;
}

.SimilarPosts ul li:last-child {
    margin-bottom: 0;
}

.SimilarPostsContent {
    display: table;
    width: 100%;
    overflow: hidden;
}

.SimilarPostsSlider  .owl-item {
    float: right;
    margin: 0 7px;
}

.SimilarPostsSlider {
  width: 253px;
    margin: 0 auto;
}

.owl-item .BlockMovie {
    float: none;
    display: block;
    width: 100%;
    direction: rtl;
      
}

.SimilarPostsRight {
    width: 100%;
    margin-bottom: -8px;
    z-index: 5;
    display: table;
    height: auto;
}

.SimilarPostsContent .title {
    display: block;
    width: 100%;
    background: #11171d;
    margin-bottom: 10px;
}

.SimilarPostsContent .title span {
    display: table;
    font-weight: bold;
    margin: 0 auto;
    color: #cecece;
    padding: 9px 0;
}

.SimilarPostsContent .title span i {
    float: right;
    font-size: 33px;
}

.SimilarPostsContent .title span em {
    float: right;
    font-style: normal;
    font-size: 20px;
    margin-right: 8px;
}

.BodySimailar {}

.BodySimailar a[class^=Smilar] {
    position: absolute;
    z-index: 5;
    top: 6px;
    height: 429px;
    font-size: 70px;
    padding-top: 170px;
    cursor: pointer;
}

.BodySimailar a.SmilarPrev {
    background: linear-gradient(90deg,#141b22 15%,#081d4600);
    padding-left: 30px;
    left: 0;
    text-align: left;
    padding-right: 150px;
}

.BodySimailar a.SmilarNext {
    background: linear-gradient(-90deg,#11171d 15%,#081d4600);
    padding-right: 30px;
    right: 0;
    text-align: left;
    padding-left: 90px;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}
.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}
.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}
.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}
@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px
    }
}
@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%,
    90% {
        stroke: #ffa700
    }
}
@keyframes color {
    100%,
    0% {
        stroke: #d62d20
    }
    40% {
        stroke: #0057e7
    }
    66% {
        stroke: #008744
    }
    80%,
    90% {
        stroke: #ffa700
    }
}
.showbox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%
}

.TeamLine > span {display: inline-block;vertical-align: middle;width: 116px;float: right;line-height: 50px;font-weight: bold;}

.TeamLine > ul {
    float: right;
    width: calc(100% - 116px);
    direction: rtl;
}

.TeamLine > ul li {
    display: inline-block;
    direction: rtl;
    margin: 0 5px;
    overflow: hidden;
    border-radius: 6px;
}

.TeamLine > ul marquee {
    display: block;
    width: 100%;
    direction: ltr;
}

.TeamLine > ul li a {
    display: block;
    width: 100%;
    background: #57769212;
    height: 50px;
    overflow: hidden;
    color: #c3c3c3;
    z-index: 5;
}

.TeamLine > ul li a i {
    float: right;
    font-size: 29px;
    line-height: 52px;
    width: 47px;
      
}

.TeamLine > ul li a span {
    float: right;
    font-weight: bold;
    line-height: 30px;
    padding: 0 20px;
}

.TeamLine {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}

.TeamLine > ul li:after {position: absolute;content: '';top: 0;right: 0;bottom: 0;width: 50px;background: #25334080;border-radius: 35px 00 0 35px;z-index: 3;}

.TeamLine > ul li:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff24;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}

.TeamLine > ul li:hover:before {
    transform: scale(230);
    opacity: 0;
    transition: 1s all ease;
}

.TeamLine > ul:after {
    content: '';
    background: linear-gradient(to left, #1b242d, #1b242d00);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 80px;
    bottom: 0;
}

.TeamLine > ul li a p {
    position: absolute;
    font-size: 11px;
    bottom: 10px;
    right: 69px;
}

.SingleBTNs {
    display: table;
    width: 100%;
    margin: 10px 0;
}

.SingleBTNs a.watchButton {
    height: 70px;
    color: #fff;
    background: #ad0000;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin-top: 10px;
}

.SingleBTNs a.watchButton > i {
    display: block;
    float: right;
    font-size: 40px;
    padding: 14px 20px;
}

.SingleBTNs a.watchButton > span {
    font-size: 19px;
    vertical-align: middle;
    display: block;
    margin-bottom: 4px;
    line-height: 100%;
    padding-top: 15px;
    font-weight: bold;
}

.SingleBTNs a.watchButton p {
    display: block;
    color: #e2e2e2;
    line-height: 100%;
}

.SingleBTNs a.watchButton:after {content: '';position: absolute;top: 0;bottom: 0;width: 50%;background: #d01010;right: 0;transition: .35s all ease;z-index: 1;transform: translate(200px, 0px);opacity: 0;}

.SingleBTNs a.watchButton > * {
    z-index: 5;
}

.SingleBTNs a.watchButton:hover:after {
    opacity: 1;
    transform: translate(0);
}

.SingleBTNs a.watchButton:before {content: '';position: absolute;top: 0;bottom: 0;width: 50%;background: #d01010;left: 0;transition: .35s all ease;z-index: 1;transform: translate(-200px, 0px);opacity: 0;}

.SingleBTNs a.watchButton:hover:before {
    opacity: 1;
    transform: translate(0);
}

.SingleBTNs a.watchButton:hover {
  border-color: #d01010
}

.Story {
    z-index: 9;
}

.PostStory:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  background: #0000001f;
}
.PostStory:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 20%;
  background: #0000001f;
  background: linear-gradient(90deg,#00000000,#0000001f);
}

.SingleBTNs .RightsSpans {
    display: block;
    width: 100%;
}

.SingleBTNs .RightsSpans > span {
    height: 60px;
    color: #fff;
    background: #ad0000;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: .3s all ease;
    margin-bottom: 10px;
    display: block;
}

.SingleBTNs .RightsSpans > span > i {
    display: block;
    float: right;
    font-size: 30px;
    padding: 15px 0px;
    margin-left: 13px;
    width: 50px;
      
}

.SingleBTNs .RightsSpans > span > em {
    font-size: 17px;
    vertical-align: middle;
    display: block;
    margin-bottom: 4px;
    line-height: 100%;
    padding-top: 13px;
    font-weight: bold;
    font-style: normal;
}

.SingleBTNs .RightsSpans > span > strong {
    display: block;
    color: #e2e2e2;
    line-height: 100%;
    font-size: 12px;
    font-weight: 400;
}

.SingleBTNs .RightsSpans > span.AddFevorite {
}

.SingleBTNs .RightsSpans > span:after {position: absolute;content: '';top: 0;right: 0;bottom: 0;transform-origin: center;width: 56px;background: #ffffff0f;border-radius: 35px 00 0 35px;z-index: 3;transition: .4s all ease;}

.SingleBTNs .RightsSpans > span > * {
    z-index: 9;
}

.SingleBTNs .RightsSpans > span.AddFevorite:hover:after {
    transform: scale(8);
    background: #d01010;
}

.SingleBTNs .RightsSpans > span.watch-later:hover:after {
    transform: scale(8);
    background: #ffbe28;
}

.SingleBTNs .RightsSpans > span.watch-later:hover * {
    color: #333;
}

.SocialShare {
    width: 100%;
    display: flex;
}

.SocialShare > li {
    flex: 1;
    border-radius: 4px;
}

.SocialShare > li.share-facebook {
    background: #3b5998;
}

.SocialShare > li.share-twitter {
    margin: 0 10px;
    background: #55acee;
}

.SocialShare > li.share-whats {
    background: #2c7c1f;
}

.SocialShare > li > a {
    display: block;
    font-weight: bold;
    height: 40px;
}

.SocialShare > li > a i {
    font-weight: 400;
    line-height: 40px;
    padding: 0 10px;
    font-size: 20px;
    float: right;
}

.SocialShare > li > a em {
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    float: right;
}

.SingleBTNs a.reportPost {
    height: 30px;
    background: #313f4e;
    box-shadow: 0px 2px #313f4ea6;
    color: #ffffff;
      
    line-height: 29px;
    font-weight: bold;
    font-size: 12px;
    display: block;
    width: 100%;
    margin-top: 10px;
}

.SingleBTNs a.reportPost i {
    padding-left: 6px;
}

a.LoveIt {
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 15px;
    left: 15px;
    background: #ad0000;
    border-radius: 50%;
      
    line-height: 58px;
    font-size: 35px;
    transform-origin: bottom left;
    transition: .2s all ease;
    color: #fff;
}

a.LoveIt:hover {
    transform: scale(1.2);
}

a.LoveIt:before {
    content: Attr(data-tooltip);
    position: absolute;
    top: 50%;
    left: 100%;
    background: #fff;
    font-size: 13px;
    height: 24px;
    border-radius: 30px;
    opacity: 0;
    width: 90px;
    font-weight: bold;
    pointer-events: none;
    visibility: hidden;
    color: #ad0000;
    transition: .2s all ease;
    padding: 0 14px;
    margin-left: 8px;
    text-shadow: 0 0 0;
    line-height: 23px;
    transform: translate(0,-50%);
    box-shadow: 0 1px 0 0 #0000005e;
}

a.LoveIt>em {
    position: absolute;
    font-style: normal;
    top: 0;
    right: -6px;
    font-size: 14px;
    line-height: 100%;
    color: #7d3434;
    background: #fff;
    height: 17px;
    padding: 2px 8px;
    border-radius: 50px;
    font-family: Righteous;
    font-weight: 400;
}

a.LoveIt:hover:before {
    opacity: 1;
    visibility: visible;
}

.WatchNow {
    height: 0;
    background: #11171d;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .35s all ease;
}

.WatchNow:after {
    position: absolute;
    left: 50%;
    top: -81px;
    transform: translate(-50%) rotate(45deg);
    width: 110px;
    height: 110px;
    background: #1b242d;
    content: '';
    border-radius: 15px;
}

.WatchNow.ISActive {
    border-bottom: 1px solid #dddddd0a;
    min-height: 400px;
    padding: 20px 0 10px;
    opacity: 1;
    visibility: visible;
    height: auto;
}

.ServersList.Download {
    display: block;
    width: 100%;
}

.ServersList.Download h4 {
    height: 50px;
    background: #1b242d;
    overflow: hidden;
    border-radius: 10px;
    padding: 0 13px;
}

.ServersList.Download h4 i {
    float: right;
    font-size: 30px;
    line-height: 50px;
    padding: 0 14px;
}

.ServersList.Download h4 em {
    float: right;
    font-style: normal;
    line-height: 50px;
    font-weight: bold;
}

.ServersList.Download li a {
    display: block;
    width: 100%;
    position: relative;
    padding: 7px 70px 5px 15px;
    color: #b3b3b3;
    height: 64px;
    transition: .35s all ease;
    z-index: 5;
}

.ServersList.Download ul {
    display: block;
    width: 100%;
    margin-top: 15px;
}

.ServersList.Download ul li {
      display: inline-block;
      min-width: 260px;
      margin-left: 10px;
      border-radius: 8px;
      transition: .35s all ease;
      margin-bottom: 10px;
      overflow: hidden;
      background: #ad0000;
}

.ServersList.Download ul li a svg {
    width: 36px;
    height: 42px;
    float: right;
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 10px;
    fill: #fafcfa;
}

.ServersList.Download ul li:after {position: absolute;content: '';top: 0;right: 0;bottom: 0;transform-origin: center;width: 70px;background: #ffffff0f;border-radius: 35px 00 0 35px;z-index: 3;transition: .4s all ease;}

.ServersList.Download ul li:hover:after {
    transform: scale(9);
    background: #4eae59;
}

.ServersList.Download li a em {
    font-family: Righteous;
    float: right;
    line-height: 50px;
    padding-right: 13px;
    font-size: 25px;
    font-style: normal;
    text-transform: capitalize;
    font-weight: 400;
}

.ServersList.Download li:hover a {
    color: #FFF;
}

div#WatchList {}

div#WatchList h4 {
    display: block;
    width: 100%;
    height: 63px;
    font-weight: bold;
    border-bottom: 1px solid #ffffff08;
}

div#WatchList h4 i {
    float: right;
    height: 60px;
    font-size: 36px;
    line-height: 60px;
    padding-left: 18px;
}

div#WatchList h4 p {
    font-size: 14px;
    font-weight: 400;
}

ul#watch {
    transform-origin: right top;
    width: 100%;
    list-style: none;
    transition: .1s background ease,.1s box-shadow ease;
      
    margin: 15px 0 10px;
}

ul#watch li {
    display: inline-block;
      
    margin-left: 10px;
    font-family: Righteous;
    vertical-align: top;
    height: 48px;
    box-shadow: 0 1px 5px 1px #0000001a;
    border-radius: 5px;
    border: 2px solid #e01c1c0f;
    color: #b3b1b1;
    transition: .35s all ease;
    position: relative;
    padding: 6px 13px;
    background: #1b242d;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer;
}

ul#watch li.ISActive,ul#watch li:hover {
    background: #e01c1c;
    color: #FFF;
}

.WatchIframe {
    background: #000;
    position: relative;
    height: 610px;
    border-radius: 9px;
    margin-bottom: 15px;
}

.WatchIframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.USerBTn {
    width: 50px;
    z-index: 555;
    color: #555;
    font-size: 29px;
    border: 1px solid #DDD;
    border-radius: 50%;
      
    line-height: 47px;
    overflow: hidden;
    cursor: pointer;
    background: #efefef;
    display: inline-block;
}

.SearchPanel {
    position: fixed;
    top: 0;
    width: 450px;
    height: 100%;
    z-index: 99999;
    transform: translateX(-100%);
    visibility: hidden;
    opacity: 0;
    left: 0;
    background: #141b22;
    overflow: auto;
    transition: all .35s ease 0s;
    padding: 0 20px;
    padding-top: 80px;
}

.SearchActive .SearchPanel {
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}

.OverSearch {content: '';position: fixed;top: 0;right: 0;left: 0;bottom: 0;z-index: 99999;background: #1b242da6;transition: .3s all ease;opacity: 0;visibility: hidden;}

body.SearchActive .OverSearch {
    opacity: 1;
    visibility: visible;
}

.SearchPanel a.clossIt {
    display: inline-block;
    position: relative;
      
    background: #ffffff14;
    right: 2px;
    padding: 4px 20px;
    color: #fff;
    border-radius: 7px;
    cursor: pointer;
    font-weight: bold;
}

.SearchPanel a.clossIt i {}

.SearchPanel a.clossIt em {
    font-style: normal;
    padding-right: 4px;
}

.SearchPanel .SearchForm {
    display: block;
    margin-top: 10px;
}

.SearchPanel .SearchForm input#searchAuto {
    box-shadow: 0 2px 10px #00000024;
    width: 100%;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 15px;
    margin-bottom: 10px;
    height: 44px;
    color: #fff;
    background: #1b252f;
    font-weight: bold;
}

#SearchInnerList .BlockMovie {
    float: right;
    width: calc((100% - 15px) / 2);
    margin-left: 0;
    margin-right: 0;
}

#SearchInnerList .BlockMovie:nth-child(2n+0) {
    margin-right: 15px;
}

#SearchInnerList .BlockMovie p.content {
    font-size: 11px;
}

#SearchInnerList .BlockMovie .BlockInfo {
    height: 112px;
}

#SearchInnerList .BlockMovie>a >.Poster:hover:before {
    bottom: 20px;
}

#SearchInnerList .BlockMovie>a >.Poster:before {
    bottom: 20px;
}

div#SearchInnerList {
    margin-bottom: 15px;
    overflow: hidden;
}

body.SearchActive {
    overflow: hidden;
}

a.moreFilter {
    background: #1b242d;
    height: 44px;
    border-radius: 7px;
    box-shadow: 0 1px 3px #00000014;
    border: 1px solid #0000001c;
    cursor: pointer;
    padding: 4px 16px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    z-index: 5;
}

a.moreFilter em {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -4px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}

a.moreFilter i {
    font-size: 30px;
    font-weight: 700;
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: 2px;
}

a.moreFilter:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    transform-origin: center;
    width: 40px;
    background: #ffffff0f;
    border-radius: 35px 00 0 35px;
    transition: .4s all ease;
    z-index: -1;
}

a.moreFilter:hover:after {
    transform: scale(8);
    background: #ad0000;
}

.FilteringArea {
    height: 0;
    overflow: hidden;
    transition: .3s all ease;
}

.ISFiltering .FilteringArea {
    height: auto;
    padding: 10px 0 20px;
}

h5.NoSearching {
    display: table;
    margin: 0 auto;
    font-weight: bold;
    font-size: 30px;
    padding: 20px 0;
    color: #DDD;
}

.ArcPage .elshaikh-breadcrumbs span.seprator {
    margin: 0 6px;
    display: inline-block;
}

ul.arcUL {
    min-height: calc(100vh - 100px);
    display: block;
    width: 100%;
    clear: both;
      
}

h2.arc-title {
    display: block;
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

.CopyRights {
    font-size: 14px;
    display: table;
    font-weight: bold;
    line-height: 40px;
    margin: 0 auto;
}

.CopyRights a {
    color: #fff363;
}

.LoginMaster {
    display: table;
    width: 400px;
    margin: 91px auto 70px;
    background: #1b242d;
    padding: 25px;
    border: 1px solid #dddddd0f;
    border-top: 5px solid #ad0000;
}

.form-ui h1.FormTitle {
    display: table;
    color: #ad0000;
    font-weight: bold;
    border-bottom: 1px solid #dddddd0f;
    padding-bottom: 8px;
    padding-left: 10px;
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 10px;
}

.form-ui label {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 6px;
}

.form-ui input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #DDD;
    margin-bottom: 10px;
}

button.LoginSubmit {
    display: block;
    width: 100%;
    height: 40px;
    background: #ad0000;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

a.register {
    display: table;
    margin: 11px auto 0;
    font-weight: bold;
    border: 1px solid #ffffff2e;
    padding: 6px 20px;
    border-radius: 45px;
}

form#login {
    display: table;
    width: 100%;
}

main.site-inner {}

ul#main-menu {
}

header.PageHead > div > div > ul > li:hover {
    z-index: 99999;
}