/*
Theme Name: Shahid4u
Theme URI: https://Themesx.com/
Author: ThemesXCom
Author URI: https://Themesx.com/
Description: قالب سينمائي متخصص لعرض الأفلام والمسلسلات بتصميم عصري وسريع الاستجابة.
Version: 1.0
Text Domain: ThemeX
Tags: cinema, movies, responsive, dark, entertainment
Requires at least: 5.0
Requires PHP: 7.4
Note: يتطلب القالب تثبيت  : ioncube.
This Theme Designed By ThemeX
*/
:root {
    --main-bg-color: #080b0d;
    --light-color: #8f8d8d;
    --red-color: #d41616;
    --red-color2: #aa0c0c;
    --yellow-color: #fbbd48;
    --red-color_: var(--blue-color);
    --bg-white: #fafafa;
    --blue-color: #ed3c3c;
}

textarea:focus, input:focus{
    outline: none;
}
body {
    background:var(--main-bg-color) !important; 
   font-family: 'ThemeX', sans-serif,Arial !important;
    font-size:13px !important;
    line-height:22px;
    color:#fff;
    padding:0 ;
    margin:0 ;
}
body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('<?= UI_URL ?>/Assets/img/bg_new.png');
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    opacity: 1;
    z-index: -1;
}

* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    outline: 0;
    font-family: 'ThemeX', sans-serif,Arial !important;
}
em {
    font-style: normal;
}
input,
textarea,
button,
select {
    font-family: inherit;
    border: 0;
    outline: 0;
    outline: 0;
}
ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: inherit;
}
*::-webkit-scrollbar {
    width: 10px;
}
*::-webkit-scrollbar-track {
    border: 1px solid #0c0f21;
    padding: 2px 0;
    background-color: #0c0f21;
}
*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ed3c3c;
}
:before,
:after {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.ThemeXCom_Main {
        margin-top: 3rem!important;
}
.filterTabs.series {
        overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}
.SingleContent {
    display: none;
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1350px) {
    .container,
    .MasterArchiveSection {
        padding: 0;
        margin: 0 auto;
        width: 1320px;
    }
}
header {
    position: relative;
    z-index: 103;
    color: #fff;
    transition: .4s all ease;
    background: #33365a;
    background-color: #212139 !important;
    box-shadow: 0 7px 4px #000000a3;
    border-bottom: 1px rgb(255 255 255 / 30%) solid;
}

.bottom-navigation {
    background: #ed3c3c;
    box-shadow: 0 3px 3px #0000009e;
    position: relative;
    width: 100%;
    z-index: 9999;
    min-height: 3.75rem;
}
	        .logo--area:hover .ar-text span:nth-child(1),
.logo--area:hover .ar-text span:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}

.logo--area:hover .en-text span:nth-child(3) {
    transform: translateX(-50px);
    opacity: 0;
}

.logo--area:hover .en-text span:nth-child(2) {
    transform: translateY(-50px);
    opacity: 0;
}

.logo--area:hover .en-text span:nth-child(1) {
    transform: translateX(50px);
    opacity: 0;
}

.ar-text span:nth-child(2) {
    transform: translateX(-50px);
    color: #ed3c3c;
    opacity: 0;
}

.ar-text span:nth-child(1) {
    transform: translateX(50px);
    opacity: 0;
}

.ar-text span {
    display: inline-block;
    transition: 0.4s;
    height: 100%;
}

.logo--area .en-text span:nth-child(3) {
    color: #fff;
    transform: rotate(0deg);
    text-transform: lowercase;
}
.logo--area a {
        font-weight: 300;
}

.logo--area .en-text span:nth-child(2) {
    font-size: 50px;
    color: #ed3c3c;
    text-shadow:
        0 1px,
        0 2px,
        0 3px;
    border-radius: 5px;
    line-height: 50px;
    margin: 0px 1px;
    transform: rotate(0deg);
}

.logo--area .en-text,
.logo--area .ar-text {
    text-align: center;
}

.logo--area {
    max-width: 295px;
    min-width: 280px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
    direction: ltr;
    float: right;
}

.ar-text {
    text-align: center;
    font-size: 45px;
    color: #fff;
    direction: rtl;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
    line-height: 1.7;
}

.logo--area .en-text span {
    display: inline-block;
    text-transform: capitalize;
    line-height: 74px;
    vertical-align: middle;
    color: #fff;
    transition: 0.3s;
    font-size: 50px;
    font-weight: bolder;
}
.bottom-navigation .container {
    padding: 0 !important;
}
header.header .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.container.header_themeXCom {
        padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.SearchHead {
    display: flex;
    top: 6px;
    align-items: center;
    width: 42%;
    flex-wrap: wrap;
    margin-right: auto;
}

.SearchHead form {
    max-width: 400px;
    width: 100%;
    position: relative;
    margin-right: auto;
}


.SearchHead form input[type="text"] {
    display: block;
    width: 100%;
    border-radius: 45px;
    border: 0;
    color: #ffffff;
    background: rgba(0, 0, 0, .75);
    padding: 11px 38px 11px 17px;
    transition: .4s all ease;
}

.SearchHead button {
    position: absolute;
    top: 0;
    padding: 9px 16px;
    border: 0;
    border-radius: 25px;
    background: transparent;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
.SearchHead button.icon {
        right: 0;
}
.SearchHead button.text {
        left: 0;
}
.SearchHead button i {
        font-weight: bold;
}


.SearchHead input.btn.rounded {
    height: 30px;
    line-height: 30px;
    color: #ed3c3c;
    background: #fff;
    display: inline-block;
    padding: 0 1.263rem;
    border-radius: 100px;
    margin-right: 15px;
    cursor: pointer;
    font-family: 'ThemeX';
    font-size: 15px;
}
.SearchHead button.text {
    left: 0;
    padding: 8px 11px;
}
.sociaLinks {
    background: #343a40d1;
    border-radius: 21px;
    padding: 0px 10px;
    z-index: 98;
    left: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    height: 40px;
}
.sociaLinks i.fab.fa-facebook-f {
    color: #fff;
    border-radius: 50%;
    padding: 9px;
    width: 30px;
    text-align: center
}

.sociaLinks h2 {
    font-size: 14px;
    display: inline-block
}

.sociaLinks i.fab.fa-twitter {
    color: #fff;
    border-radius: 50%;
    padding: 9px;
    width: 30px;
    text-align: center
}

.sociaLinks i.fab.fa-telegram {
    color: #fff;
    border-radius: 50%;
    padding: 9px;
    width: 32px;
    text-align: center
}

.sociaLinks i.fab.fa-facebook-f:hover {
    background: #3b5999
}

.sociaLinks i.fab.fa-twitter:hover {
    background: #55acee
}

.sociaLinks i.fab.fa-telegram:hover {
    background: #1e8ee2
}
.headerMenu li{
transition: .4s all ease;
    
}
.headerMenu li:hover{
        background: #212139;
}

.btns {
    display: flex;
    align-items: center;
    gap: 0.5vw;
    margin-right: 8px;
}
.btns .btn.dark.rounded {
    line-height: 34px;
    height: 36px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: #ed3c3c;
    color: #fff;
    display: inline-block;
    padding: 0 1.563rem;
    font-size: .9375rem;
    border-radius: 100px;
}
.btns .btn.dark.rounded i {
	    padding-left: 4px;
}
    #toggle-menu {
    display: inline-block;
    padding: 0 25px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    margin-right: 7px;
    height: 38px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    background: 0 0;
    color: #f1f8ff;
    border: 1px solid #ffffff;
    line-height: 37px;
    }
   #menu::before {
    content: '';
    position: absolute;
    bottom: 100%;
    margin-bottom: 1px;
    right: 12px;
    border: 7px solid #ffffff00;
    border-bottom-color: rgb(255 255 255);
    right: auto;
    left: 12px;
}
    #toggle-menu:hover {
        background-color: #f2f2f242;
    }
    
    #menu {
    list-style: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    background: #fff;
    width: 14.38rem;
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, .1);
    }
    
    #menu li {
    font-size: .875rem;
    font-weight: 700;
    padding: .625rem .9375rem;
    border-bottom: 1px solid rgba(0,0,0,.1);
    }
    #menu li:last-child{
            border-color: #0000;
    }
    #menu a {
    text-decoration: none;
    font-weight: bold;
    color: #868e96;
    }
    
    #menu a:hover {
        color: #ed3c3c;
    }
    #menu a i {
        padding-left: 4px;
    }
.Block--Item .playIcon {
        position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    font-size: 50px;
    transform: translate(-50%,-50%);
    color: #dfcece;
    -webkit-transition: all .3s linear;
    transition: all .2s linear;
    opacity: 0;
}
.Block--Item a:hover .playIcon {
    transform: translate(-50%,-50%);
        opacity: 1;
}

/*****************/
.advanced-search {
    background: #212139;
    border-radius: 6px;
    color: #fff;
    text-align: right;
    z-index: 101;
    margin: 1em 0;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}

.select-menu {
    position: relative;
    width: calc(100% / 4);
}

.dropdown-btn {
    padding: 8px 12px;
    display: block;
    text-align: right;
    cursor: pointer;
    border-radius: 50rem;
    background-color: #08080e;
    outline-color: #212139;
    border-color: #212139;
    color: white;
}

.dropdown-list {
    position: absolute;
    background: #08080e;
    border-radius: 4px;
    padding: 10px;
    max-height: 456px;
    overflow: auto;
    box-shadow: 0 0 20px #000;
    margin-top: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden;
    right: 0;
    left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow-x: hidden;
    z-index: 999;
    
}

.select-menu.active .dropdown-list {
    transform: scale(1);
    opacity: 1;
    visibility: visible;


}

label.checkbox.filters-li {
    cursor: pointer;
}


.dropdown-list li {
    cursor: pointer;
    color: #fff;
    width: calc(108% / 1);
    border: 5px;
    padding: 8px;
    font-size: 12px;
    background: #212139;
    margin: 1px 1px;
    border-radius: 4px;
    text-align: center;
}
.dropdown-list li input[type="radio"] {
    float: right;
}
form.form-ui.small.col-12.col-m-12.row.gutter-small.margin-fix {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2.3vw;
}
.container.filter_cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
}
i.fa-sharp.fa-solid.fa-chart-simple {
    transform: scaleX(-1);
}

.fa-duotone.fa-display:after, .fad.fa-display:after {
    content: "\e163" !important;
}


.title_box i {
    font-size: 15px;
    margin-left: 5px;
    color: #ed3c3c;
}
.title_box em {
    font-size: 15px;
}

.dropdown-btn i {
    float: left;
    line-height: inherit;
}

/* إخفاء التشيك بوكس الافتراضي */
.checkbox input[type="radio"] {
    display: none;
}

/* تصميم المربع الخارجي */
.checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

/* المربع المخصص */
.checkbox::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}

/* عند تحديد الراديو */
.checkbox input[type="radio"]:checked + span::before {
    content: "✔";
    color: #21c128;
    font-size: 22px;
    text-align: center;
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    float: right;
    right: -28px;
}

.dropdown-list::-webkit-scrollbar {
    width: 4px;
}
.dropdown-btn:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    float: left;
}
h3.NoPosts {
    text-align: center;
    font-size: 23px;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 1.5vw;
    align-items: center;
    flex-direction: column;
}
h3.NoPosts i {
    margin-left: 6px;
    color: #ed3c3c;
    font-size: 50px;
}
/*****************/


.filterTabs i.far.fa-tv-retro {
    display: none;
}

nav {
    background: #292929;
    height: 55px;
    border-bottom: 1px solid #3c3c3c; /* box-shadow: 0 3px 3px #0000003d; */
}


.search-widget {
    width: 310px;
    float: left;
    position: relative;
    padding: 10px 10px 10px 0;
}
.search-widget input#searchWidgetInput {
    width: 100%;
    height: 35px;
    transition: 0.3s all ease;
    border-radius: 47px;
    border: 1px solid transparent;
    padding: 0px 20px;
    background: #eeedf2;
    color: #13245a;
    font-size: 12px;
    font-weight: bold;
}
.search-widget button {
    position: absolute;
    border: 0;
    top: 9px;
    left: 14px;
    width: 18px;
    color: #818284;
    cursor: pointer;
    background-image: linear-gradient(45deg, #4872ff, #7a4dff);
    -webkit-background-clip: text;
    background-clip: text;
}
footer {
    position: relative;
    overflow: hidden;
    background: #ed3c3c;
    width: 100%;
    z-index: 99;
}

main.site-inner {
    min-height: 100vh;
}

header .menu-header {
    float: right;
    height: 55px;
    padding-right: 15px;
    position: relative;
}
header .menu-header > ul > li {
    cursor: pointer;
    position: relative;
    float: right;
    font-weight: bold;
}
header .menu-header > ul > li > a {
    display: block;
    padding: 17px 17px;
    font-size: 15px;
    position: relative;
    transition: 0.3s all ease;
}
.PageMenu {
    display: block;
    position: relative;
    float: right;
}
header:after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%; /* background: linear-gradient( #14112300, #141123); */
    right: 0;
    left: 0;
    padding-top: 8%;
}
header .container {
    z-index: 9;
}
header .RigtHeader {
 /*   position: relative;
    margin: 0 70px 0 20px;
    float: right;
    text-align: right;
    transition: .35s;
	z-index: 1;*/
}
header .RigtHeader > a {
    display: block;
    width: 100%;
    height: 100%;
}
header .RigtHeader > a .LogoContent {
    display: block;
}
header .RigtHeader > a .LogoContent h4 {
    font-family: Righteous;
    font-size: 60px;
    line-height: 50px;
    text-align: left;
}
header .RigtHeader > a .LogoContent h4 em {
    float: right;
    font-style: normal;
    line-height: 50px;
}
header .RigtHeader > a .LogoContent h4 > i {
    position: absolute;
    font-size: 20px;
    right: 99px;
    top: 16px;
}
.elshaikh a:before {
    content: "";
    margin-left: 4px;
    color: #fff;
    height: 20px;
    width: 2px;
    background: #ffffff24;
    display: inline-block;
    margin-right: 6px;
    margin-top: 11px;
}
.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;
    text-align: center;
    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;
    }
}

header.header .SearchHead.Active {}
header.header .SearchHead.Active input[type="text"] {border-radius: 15px 15px 0 0;z-index: 9999;}
.SearchHead.Active button {
	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;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    background: #ed3c3c;
}
.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;
    text-align: center;
    font-weight: bold;
    line-height: 24px;
}
.container.filter_cont .filterTabs ul {
    float: left;
}
.filterTabs li {
    background: #1d1d30;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10rem 50rem 50rem 10rem;
    margin: 10px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: calc(100% / 6);
    max-width: 186px;
}
.filterTabs li i {
    width: 27px;
    height: 35px;
    vertical-align: middle;
    font-size: 25px;
    line-height: 35px;
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 5px;
}
.filterTabs li span {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
}
.filterTabs li:last-child {
    margin-left: 0;
}
.filterTabs li .icon {
    padding: 3px;
        color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}
.filterTabs li.active {
    color: #fff;
    background: #ed3c3c;
}
.filterTabs li:hover {
    background: #ed3c3c;
}


.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;
    text-align: center;
    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 {
    text-align: center;
    display: table;
    margin: 20px 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: #343333;
    color: #ffffff;
    padding: 0 15px;
    transition: 0.2s all ease;
    font-size: 19px;
    font-weight: 700;
    line-height: 40px;
    border-radius: 1px;
}
.pagination > ul > li > span.current {
    background: #ed3c3c !important;
}
.pagination > ul > li > a:hover{
        background: #ed3c3c !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;
    align-items: center;
    justify-content: space-between;
}
.advFilter {
    min-height: 60px;
    position: relative;
    z-index: 100;
    width: 76%;
    padding-top: 10px;
    float: left;
}
.advFilter .dropdown-button {
    color: #8c9bb8;
    width: calc(100% / 3);
    perspective: 500px;
    z-index: 9999;
    font-size: 13px;
    display: inline-block;
    position: relative;
    max-width: 280px;
    text-align: right;
    cursor: pointer;
    border-radius: 50rem;
    background-color: #08080e;
    outline-color: #212139;
    border-color: #212139;
}
.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: #08080e;
    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: #08080e;
    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;
    text-align: center;
    position: relative;
    top: 0;
    float: left;
    transition: 0.4s all ease;
    border: 0;
    width: 100px;
    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: 12px;
    background: #212139;
    color: #ffffff;
    padding: 0.4em 0.4em;
    user-select: none;
    border-bottom: 1px solid #64647596;
}
.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 rgb(255 255 255 / 20%);
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 13px;
    text-align: center;
    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;
    text-align: center;
    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;
    text-align: center;
    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;
    text-align: center;
    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;
}
.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;
    flex: 1;
}
.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 {
    display: inline-block;
    z-index: 55;
    overflow: hidden;
    float: right;
    margin-left: 12px;
}
.titleArea .icon i {
    font-size: 21px;
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 52px;
}
.head_ThemeXCOM {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important;
    background-color: #212139;
    align-items: center;
}
.titleArea span {
    float: right;
    font-size: 20px;
    border-radius: 20px;
    font-weight: bold;
    z-index: 5;
    line-height: normal;
    padding: 8px 0;
	color:#fff;
}
/*.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: #ed3c3c;
    box-shadow: 9px 0 0 0 #ed3c3c, 18px 0 0 0 #ed3c3c;
    top: 100%;
}
.TitleBox.Small h2:before ,.titleArea span:before, .EpisodesArea > div > h3:before{
    content: "";
    height: 4px;
    width: 40px;
    background: #ed3c3c;
    border-radius: 2px;
    display: block;
    top: 100%;
    position: absolute;
}
*/

.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: 80px auto;
    transform: scale(1);
}
.SearchListResult  .loader {
    display: table;
    margin: 120px auto;
    transform: scale(1);
}
.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: #FFD423;
    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: #212139;
    height: 50px;
    line-height: 48px;
    border: 3px solid #212139;
    font-size: 18px;
    padding: 0 22px;
    clear: both;
    border-radius: 4px;
    transition: 0.3s all ease;
    min-width: 100%;
    text-align: center;
    width: 150px;
    overflow: hidden;
    max-width: 150px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 calc(100% / 1) !important;
}
.loader10 {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 12px;
    -webkit-animation: loader10m 3s ease-in-out infinite;
    animation: loader10m 2s ease-in-out infinite;
    transition: .3s all ease;
    display: block;
    z-index: 99;
    left: -53px;
}
.loader10:before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  height: 10px;
  width: 10px;
  border-radius: 12px;
  animation: loader10g 2s ease-in-out infinite;
}
.loader10:after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 10px;
  width: 10px;
  border-radius: 10px;
  -webkit-animation: loader10d 3s ease-in-out infinite;
  animation: loader10d 2s ease-in-out infinite;
}
@keyframes loader10g {
  0% {
    background-color: rgba(0, 0, 0, .2)
  }
  25% {
    background-color: #fdfdfd
  }
  50% {
    background-color: rgba(0, 0, 0, .2)
  }
  75% {
    background-color: rgba(0, 0, 0, .2)
  }
  100% {
    background-color: rgba(0, 0, 0, .2)
  }
}
@keyframes loader10m {
  0% {
    background-color: rgba(0, 0, 0, .2)
  }
  25% {
    background-color: rgba(0, 0, 0, .2)
  }
  50% {
    background-color: #fff
  }
  75% {
    background-color: rgba(0, 0, 0, .2)
  }
  100% {
    background-color: rgba(0, 0, 0, .2)
  }
}
@keyframes loader10d {
  0% {
    background-color: rgba(0, 0, 0, .2)
  }
  25% {
    background-color: rgba(0, 0, 0, .2)
  }
  50% {
    background-color: rgba(0, 0, 0, .2)
  }
  75% {
    background-color: #fff
  }
  100% {
    background-color: rgba(0, 0, 0, .2)
  }
}
.BlocksHolder > *:not(.MovieItem) {
 /*   margin-right: 10px;*/
}
a.ShowMoreFromTab i {
    font-size: 21px;
    padding-right: 10px;
}
a.ShowMoreFromTab:hover {
    border: 3px solid #3d4576;
    background: #ffffff14;
}
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-bottom: 40px;
}
.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% - 280px);
    float: left;
    position: relative;
    border-radius: 10px;
    padding: 0px 15px 15px 15px;
}
div#my-breadcrumbs {
    display: table;
    width: 100%;
    font-size: 12px;
    padding: 12px  0px  3px;
}
.SinglePost  div#my-breadcrumbs {
    display: flex;
    width: 100%;
    font-size: 12px;
    padding: 30px  0px  10px;
    flex-wrap: wrap;
    align-items: center;
}
.SinglePost div#my-breadcrumbs {
    margin: 0;
}
 div#my-breadcrumbs span {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    margin: 0 5px;
    color: #ffffff;
    float: right;
    transition: .3s;
    font-weight: 400;
}
div#my-breadcrumbs {
    margin: 30px 0 15px;
}
 div#my-breadcrumbs i {
    margin: 0 6px;
    float: right;
    line-height: 10px;
    color: #ed3c3c;
}
 div#my-breadcrumbs span:hover , div#my-breadcrumbs span:hover {
    color: #ed3c3c;
}
.SecondPart h1.PostTitle {
    font-weight: bold;
    color: #fff;
    font-size: 21px;
    text-align: right;
    line-height: 30px;
}

/***************/


section.tabs ul {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    justify-content: flex-start;
}

section.tabs ul li {
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
    transition: 0.3s all;
    color: #ccc;
}

section.tabs ul li.active,
section.tabs ul li:hover {
	color: var(--blue-color);
}

section.tabs ul li.active:after,
section.tabs ul li:hover:after {
    content: "";
    height: 2px;
    width: 0;
    transition: .3s all;
    background: #ed3c3c;
    position: absolute;
    bottom: -1px;
    right: 0;
    border-radius: 415px;
}

section.tabs ul li.active:after,
section.tabs ul li.active:after {
	width: 100%;
}

section.tabContents {
	min-height: 310px;
	padding: 20px 0;
}

section.allepcont {
	margin: 20px 0;
	width: 100%;
}
.TrillerOpenBtn>i {
    font-size: 21px;
    right: -2px;
}
.TrillerOpenBtn {
    background: #90909029;
    color: #ffffff;
    cursor: pointer;
}

section .row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	padding: 0 12px;
}

.row>a {
	display: block;
	padding: 0;
	transition: .3s;
	position: relative;
	width: 230px;
	overflow: hidden;
	    height: 160px;
}

.row a .image {
	width: 100%;
	height: 160px;
	background: #11111b;
	overflow: hidden;
	border-radius: 8px;
}

.image>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.row a .image img {
	transition: .5s ease-in-out;
	border-radius: 8px;
}

.ep-info {
	padding: 10px;
	position: absolute;
	bottom: 0;
	transition: .3s ease;
	right: 0;
	width: 100%;
	transform: translateY(100%);
}

.ep-info h2 {
	font-size: 14px;
	font-weight: 500;
	transition: .35s ease;
	line-height: 22px;
}

.epnum {
	position: absolute;
	top: 10px;
	right: 10px;
	background: var(--blue-color);
	line-height: 30px;
	padding: 0 5px;
	border-radius: 5px;
	font-size: 30px;
	z-index: 9;
}

.epnum span {
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}

.row a:hover .ep-info {
	transform: translateY(0);
}

.row a:hover img {
	object-position: bottom;
	opacity: .3;
}

.otherser .BlocksHolder>*:not(.MovieItem) {
	flex: 0 0 240px;
}

.otherser .BlocksHolder {
	justify-content: center;
}

.PreWidth .Small--Box {
	flex: 0 0 240px;
}

ul.Blocks--List.Centered {
	justify-content: center;
}

ul.Blocks--List {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 15px;
}
section.tabs {
    border-bottom: 2px solid #272525;
    
}


@media only screen and (max-width: 970px) {


	.PreWidth .Small--Box,
	.Small--Box,
	.row>a,
	ul.Posts--List.SixInRow>div {
		flex: 0 0 calc(100% / 3);
		min-width: auto;
		width: auto;
		max-width: initial;
	}
}

@media only screen and (max-width: 450px) {

	.PreWidth .Small--Box,
	.Small--Box,
	.row>a,
	ul.Posts--List.SixInRow>div {
		flex: 0 0 50%;
		width: auto;
	}
}

@media only screen and (max-width: 700px) {
	.Block--Item a .Poster--Block {
		padding-bottom: 116%;
	}

	.Block--Item {
		min-width: auto;
		flex: 0 0 31%;
	}

	section.tabs ul li {
		font-size: 14px;
		flex: 1;
		text-align: center;
		padding: 0;
	}
}

@media only screen and (max-width: 480px) {
	.row>a {
		flex: 0 0 48%;
	}

	.Block--Item {
		flex: 0 0 47%;
		margin: 0 1% 10px;
	}
}

.SearchHead button.text {
    left: 0;
    padding: 5px 9px;
}


















/***************/
.SecondPart h1.PostTitle a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    display: block;
    font-weight: 400;
}
a.goWatch {
    text-align: center;
    border-radius: 8px;
    display: block;
    padding: 10px 0;
    transition: .3s;
    background: #eac13b;
    color: #222;
    font-size: 13px;
    font-weight: 700;
    margin: 0 auto;
    margin-top: 20px;
}
a.goWatch i {
    float: right;
    font-size: 30px;
    padding: 8px 13px 0 0;
    z-index: 10;
}
a.goWatch span {
    display: block;
    text-align: center;
    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%;
    color: #fff;
    border-bottom: 1px solid #0000000d;
}
.SecondPart .TaxContent {
    display: table;
    width: 100%;
    margin-top: 15px;
}
.SingleContent {
    margin: 10px 0 5px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffffa1;
}
.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;
    text-align: center;
    box-shadow: 0 11px 20px #0c2b4536;
    background: #212139;
    border-radius: 8px;
    overflow: hidden;
    color: #fff;
    display: block;
    width: 220px;
    display: none;
    position: absolute;
    top: 100%;
    border: 1px solid rgba(0,0,0,.15);
    right: 0;
    border-radius: 0;
}
.headerMenu li.menu-item.open ul.sub-menu {
    display: block;
}
.headerMenu li ul.sub-menu a {
    display: block;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-align: right;
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #ffffff !important;
}
ul.sub-menu li {
    position: relative;
    font-weight: 400;
    padding: 0 10px;
    font-size: 13px;
    line-height: 40px;
    color: #fff;
    border-radius: 10 !important;
}

.mobile--menu .menu-item:not(:has(.sub-menu)) {
    background: #91919126 ;
    width: 100%;
    border-radius: 10px ;
	
}
ul.sub-menu li {
        border-radius: 0px !important;
}

.mobile--menu ul#main-menu > li > ul > li > a {
    background: 00 !important;
}

ul.sub-menu li:hover {
    background: rgb(0 0 0 / 39%);
}
ul.sub-menu li:first-child {
        border-radius: 10px 10px 0 0 !important;
}

ul.sub-menu li:last-child {
        border-radius: 0px 0px 10px 10px !important;
}
.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;
    text-align: center;
    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: 400px;
    height: 320px;
    z-index: 99998;
    background: #0a0c0e;
    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;
    color: #fff;
    border-bottom: 1px solid #212139;
    height: 40px;
    padding: 5px 18px;
    text-align: right;
    font-weight: bold;
}
.SearchListResult a {
    color: #fff;
}
.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;
    text-align: center;
    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: 2px solid #ed3c3c;
    box-shadow: 0 2px 12px #0000005c;
}
.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: #00000033;
}
.SearchInnerList > li .SearchResultInner .Stars .Front {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #ffb659;
}
.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, #ed3c3c, transparent);
    margin-left: 10px;
    height: 20px;
    padding: 5px 8px;
    border-radius: 3px;
    line-height: 14px;
}
.SearchInnerList > li .SearchResultInner > ul > li > span {
    font-weight: 700;
    color: #fff;
    display: inline-block;
    float: right;
    margin-left: 8px;
    line-height: 100%;
}
.SearchInnerList > li .SearchResultInner > ul > li a {
    color: #FFC107;
    font-size: 12px;
    display: inline-block;
    line-height: 8px;
    position: relative;
    bottom: 1px;
}
.NoSearchResults {
    display: table;
    margin: 103px auto;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.TeamLine {
    display: table;
    width: 100%;
}
.TeamLine > span {
    float: right;
    font-size: 20px;
    font-weight: bold;
    width: 120px;
    line-height: 36px;
	color:#fff;
}
.TeamLine ul {
    float: left;
    width: calc(100% - 120px);
    overflow: hidden;
    height: 40px;
}
.TeamLine ul li {
    width: 150px;
    min-width: 150px;
    direction: rtl !important;
    margin: 0 auto;
    display: inline-block;
    background: #ffffff14;
    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;
    text-align: center;
    font-size: 30px;
    transition: 0.3s all ease;
    color: #e4e4e4;
    line-height: 63px;
    float: right;
    text-align: center;
}
.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;
    text-align: center;
}
.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 {
    background: #55555538;
    padding: 10px;
    border-radius: 5px;
}
.StoryArea em {
    color: #FFC107;
    display: block;
}
.StoryArea span {
    display: block;
    font-weight: bold;
    color: #d4d406;
    font-size: 16px;
}
.StoryArea p {
    font-size: 13px;
    font-weight: 500;
    color: #e8e8e8;
    font-weight: 500;
}
/***********************/
.ThemeX_WorkTeam {
    display: flex
;
    gap: 10px;
}
.WorkTeam {
    width: 100%;
    max-width: 271px;
    margin-top: 8px;
}
.WorkTeam h3 {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    background: #ed3c3c;
    color: #fff;
    border-radius: 0;
    padding: 0px 10px;
    font-weight: 400;
}
ul.TeamUL {
    display: flex;
    font-size: 15px;
    line-height: 36px;
    font-weight: 600;
    max-height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0 0 5px 5px;
    flex-direction: column;
}
ul.TeamUL li {
    width: calc(100% / 1);
    padding: 5px 10px;
    border-bottom: 1px solid #979bc647;
    background: #08080e;
}
ul.TeamUL li a {
    display: flex
;
    flex-wrap: wrap;
    gap: 0.4vw;
    font-size: 18px;
    align-items: center;
}
ul.TeamUL li a i {
    font-size: 14px;
    background: #212139;
    padding: 8px 9px;
    width: 30px;
    HEIGHT: 30PX;
    object-fit: cover;
    border-radius: 50%;
    margin-inline-end: 5px;
}
ul.TeamUL li a h6 {
    font-size: 15px;
}
ul.TeamUL::-webkit-scrollbar {
    width: 4px;
}

/***********************/

.WatchArea {
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s all ease;
}
.WatchArea.active {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin: 30px 0;
}
.WatchArea .loader {
    display: table;
    margin: 160px auto;
    transform: scale(1.8);
}
.WatchHead {
    display: table;
	
    width: 100%;
    margin-bottom: 5px;
}
h2.watch--servers-title.left {
    margin: 0;
}
.DownloadArea {
    margin-top: -30px;
    margin-bottom: 30px;
}
.WatchBar {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
    margin: 0px 0px 10px 0px;
    align-items: center;
    border-radius: 5px;
}
.WatchBar, .episodes--buttons>*, a.downloadsLink {
    background: #212139;
    
}
.WatchBar span {
    float: right;
    font-size: 18px;
    border-radius: 20px;
    font-weight: 500;
    z-index: 5;
    line-height: normal;
    color: #ffffff;
}
.WatchBar a.back {
    background: #ffd423;
    color: #222;
}
.WatchBar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    border-radius: 8px;
    font-weight: 700;
    background: #ed3c3c;
    font-size: 14px;
}
.WatchBar .download {
    background: #4CAF50 !important;
}
.WatchBar a i {
    font-size: 19px;
}
div#WatchList {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    background-color: #08080e;
    margin-block: 30px;
    max-height: 560px;
    overflow: hidden;
}
.watch--servers--list {
    flex: 0 0 200px;
}
h2.watch--servers-title {
    background-color: #212139;
    color: white;
    font-size: 14px;
    padding-block: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
div#WatchList ul#watch {
    height: 510px;
    overflow: auto;
    padding-right: .5rem!important;
    padding-left: .5rem!important;
    direction: ltr;
}

div#WatchList ul#watch li {
    user-select: none;
    font-weight: 500;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 1rem;
    text-transform: capitalize;
    display: flex;
    transition: .35s;
    border-radius: 0.375rem;
    width: 100%;
    background: #273365;
    color: #fff;
    text-align: center;
    gap: 10px;
    align-items: center;
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    direction: rtl;
}
div#WatchList ul#watch li i {
    font-size: 15px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-inline-end: 5px;
}
div#WatchList ul#watch li.ISActive , div#WatchList ul#watch li:hover {
    background: var(--blue-color);
    color: #fff;
}
div#WatchList ul#watch li span {
    font-size: 16px;
    display: block;
    text-align: center;
}
div#WatchList .WatchIframe {
    flex: 1;
    background: #08080845;
    overflow: hidden;
    padding-bottom: 40%;
}
div#WatchList .WatchIframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
        border: 0;
}
div#WatchList ul#watch li.ISActive i {
    background: #ffffff !important;
    color: #ed3c3c;
}
.ServersList .EpisodesArea {
    float: left;
    width: 280px;
    margin: 0;
    border-radius: 0;
    background: 0;
}
.EpisodesList._themeXCom {
    overflow: auto;
    max-height: 560px;
}
.EpisodesList._themeXCom a {
    float: right;
    width: 100%;
    text-align: right;
    overflow: hidden;
    transition: .3s;
    padding: 10px 12px;
    background-color: #111522;
    color: white;
    border: 0;
    border-bottom: 1px solid #343843;
    font-size: 18px;
}
.EpisodesList._themeXCom a.active {
    background-color: #ed3c3c;
}
.ServersList.Download ul li {
    flex: 0 0 calc(100% / 5);
    padding: 0 10px;
    overflow: hidden;
}
.ServersList.Download ul li.proserver {
}
.ServersList.Download ul li a {
    align-items: center;
    text-align: justify;
    display: inline-block;
    transition: .3s all ease;
    background: #00000099;
    padding: 12px 60px 12px 13px;
    color: #ffffff;
    position: relative;
    height: 60px;
    width: 100%;
    margin-bottom: 7px;
    border-radius: 5px;
}
.ServersList.Download  ul:nth-child(2) > li > a , .ServersList.Download  ul:nth-child(2) > li > a .text p , .ServersList.Download  ul:nth-child(2) > li > a i{
    background: #f4bb0e;
    color: #333;
}
.ServersList.Download ul li a i {
    font-size: 35px;
    color: #bb2a2a;
    transition: .3s all ease;
    margin-left: 10px;
    position: absolute;
    top: 13px;
    right: 12px;
}
.ServersList.Download {
}
.ServersList.Download ul {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
body > header > .Content--Wrapper {
	    padding: 4px 0 12px;
}
.ServersList.Download ul li a em {
    display: flex;
    align-items: center;
    padding: 9px 20px;
    border-radius: 8px;
    gap: 15px;
    transition: .3s;
    background: #2b3156;
    text-align: justify;
    margin-bottom: 10px;
}
.ServersList.Download ul li a:hover {
    background: #f4bb0e;
    color: #000;
}
.ServersList.Download ul li a:hover , .ServersList.Download ul li a:hover .text p , .ServersList.Download ul li a:hover i {
    color: #000;
}
.ServersList.Download ul li a .text {
    flex: 1;
}
.ServersList.Download ul li a .text span {
    font-size: 19px;
        font-weight: 400;
}
.ServersList.Download ul li a .text p{
    font-size: 13px;
    color: #ccc;
    font-weight: 200;
}
.DownList {
    background: linear-gradient(180deg,rgba(41,50,60,0.5) 0%,rgb(72 85 99/10%) 100%);
    padding: 10px 10px;
}
h4.downTitle {
    display: table;
    transition: .4s;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: right;
    background-color: #ed3c3c;
    width: fit-content;
    padding: 5px 20px;
    margin: 20px auto;
    border-radius: 50rem;
}
h4.downTitle i {
    padding-left: 10px;
}
h4.downTitle span {
    font-weight: 700;
    color: #ffd423;
}
.catBrea {
    background: linear-gradient(45deg, #ffffff00 0, #212139 100%);
    border-radius: 7px;
    margin-bottom: 10px;
}
.catBrea span {
    display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}
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;
    }


    .MovieItem a .Episode {
        top: 80px;
        left: auto;
        right: 15px;
    }
    .titleArea:after {
        padding-left: 90%;
    }
    .filterTabs ul::-webkit-scrollbar {
        height: 3px;
    }
    .filterTabs {
    }
    .filterTabs ul::-webkit-scrollbar-track {
        background: #3d4576;
    }
    .filterTabs ul::-webkit-scrollbar-thumb {
        background-color: #ed3c3c;
    }
    .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;
    max-width: 100%;
        
    }
    .advFilter ul > div.dropdown-button:hover {
        z-index: 99999;
    }
    .SearchHead,
    header .PageMenu,
    header .RigtHeader {
        float: none;
        display: table;
        width: 100%;
    }
    header {
      
    }
	.SliderHome {
    display: none;
}

    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;
        text-align: center;
        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 .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;
    }
    div#WatchList ul#watch {
        height: auto;
        float: none;
        display: table;
        width: 100%;
    }
    div#WatchList ul#watch li {
        float: right;
        width: calc((100% - 15px) / 2);
        margin-left: 15px;
        border-radius: 5px;
    }
    div#WatchList ul#watch li:nth-child(2n + 0) {
        margin-left: 0;
    }
    div#WatchList .WatchIframe {
        padding: 0;
        padding-top: 60%;
        height: auto;
        width: 100%;
        float: none;
        margin-top: 15px;
        border-radius: 5px;
    }
    div#WatchList .WatchIframe iframe {
        position: absolute;
        top: 15px;
        width: calc(100% - 30px);
        right: 15px;
        bottom: 0;
        height: calc(100% - 30px);
    }
    .SlideItem:nth-child(5n + 0) {
        width: 50%;
        margin: 0 auto 14px;
        float: none;
    }
}
.btnsSingle {
    margin-top: 5px;
}


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;
    display: none;
}
.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 {
    background: #ed3c3c;
    margin: 20px auto;
    border-radius: 0.375rem;
}
.EpisodesArea > h3 {
    display: block;
    font-size: 1rem!important;
    margin-bottom: 1rem;
    color: white;
    border-color: #00000040 !important;
    align-items: center;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
    border-bottom: 1px solid;
    display: flex;
}
.EpisodesArea > h3 i {
        margin-left: .5rem!important;
}
.themeX__COm_single .EpisodesList {
    display: flex!important;
    flex-wrap: wrap!important;
    padding-right: 1rem!important;
    padding-left: 1rem!important;
    gap: .5rem!important;
    padding-top: .5rem!important;
    padding-bottom: .5rem!important;
}
.themeX__COm_single .EpisodesList > a.active {
    background: #08080e;
}
.themeX__COm_single .EpisodesList > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-block: 10px;
    transition: all 0.3s ease;
    background: #00000080;
    width: 88px;
    height: 88px;
    border-radius: 0.375rem;
    justify-content: space-around;
}
.SeasonsList > ul li {
    text-align: center;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.SeasonsList > ul li a {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 12px 20px;
    font-weight: bold;
}

.SeasonsList > ul {
    text-align: center;
    display: flex;
    justify-content: right;
    margin: 0 auto;
    width: auto;
    flex-wrap: wrap;
    background-color: #212139;
    transition: .3s;
}
.SeasonsList > ul li.active  a {
    color: var(--blue-color);
}
h3.NotFound {
    font-size: 28px;
}
.SeasonsList {
    overflow: hidden;
    width: 280px;
        display: block;
}
.SeasonToggle {
    display: block;
    width: 100%;
    height: 50px;
    padding: 1px 25px;
    line-height: 50px;
    transition: .3s;
    background-color: #212139;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.SeasonToggle i {
    float: left;
    font-size: 25px;
    line-height: 48px;
    transition: .3s;
}
span#activeSeasonText {
    font-size: 16px;
}
.EpisodesList .loader {
    display: table;
    margin: 51px auto;
    transform: scale(1.5);
}
.themeX__COm_single .EpisodesList > a > em {
    float: left;
    font-style: normal;
    font-size: 25px;
    font-weight: 400;
    margin-top: -5px;
    font-family: Righteous;
        font-size: 2rem!important;
}
.themeX__COm_single .EpisodesList > a > span{
        padding-right: .25rem!important;
    padding-left: .25rem!important;
    font-size: 1rem!important;
}

.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%;
}
.EpisAs {
    display: flex;
    margin: 10px 0 10px;
    justify-content: right;
}

.EpisAs div {
    flex: 1;
    max-width: 50%;
}
.EpisAs div a {
    transition: 0.3s all ease;
    display: block;
    width: 100%;
    text-align: center;
    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);
}
.NextEpi.here {
    padding-left: 20px;
}
.NextEpi.here a {
    background: #ed3c3c;
}
.NextEpi.here span {
    font-size: 18px;
}
.NextEpi.here em {
    font-size: 29px;
    line-height: 0;
    top: 5px;
    color: #fff;
    padding: 0 9px;
    border-radius: 80px;
    margin-right: 15px;
}
.NextEpi em, .PrevEpi em {
    font-size: 25px;
    line-height: 0;
    top: 3px;
    padding-right: 5px;
}
.SlideItem {
}


.SliderHome .owl-next {
    position: absolute;
    top: 50%;
    height: 70px;
    width: 50px;
    right: 40px;
    font-size: 40px;
    background: #802865;
    text-align: center;
    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 span:nth-of-type(1) {
    top: 30px;
    left: -61px;
    width: 200px;
    height: 27px;
    text-align: center;
    font-size: 13px;
    line-height: 27px;
    color: #ffffff;
    transform: rotate(-45deg);
    z-index: 9;
    box-shadow: 0 0 3px #563e7d;
    position: absolute;
    background: #563e7d;
}
.ribbon span:nth-of-type(2) {
    position: absolute;
    width: 220px;
    top: 45px;
    left: -42px;
    z-index: 5;
    line-height: 28px;
    text-align: center;
    background: #FFC107;
    color: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-45deg);
}
.Block--Item a:hover .ribbon span {
    opacity: 0;
}
.MovieItem a:hover .ribbon {
    opacity: 0;
}.Small--Box a:hover .ribbon {
    opacity: 0;
}

.MovieItem a:hover span.release-year {
    opacity: 1;
}

@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;
}




.headerMenu  .ul-base {
    padding: 0;
    list-style: none;
    display: flex;
}


/* -----------------------------------------------------
   Dropdown Menu
-------------------------------------------------------- */
.headerMenu {
    display: block;
    position: relative;
    float: right;
}
.headerMenu li {
  display: block;
  position: relative;
}
.headerMenu li a {
    display: block;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    line-height: 60px;
    text-decoration: none;
    z-index: 9999;
}
.headerMenu li a i {
    vertical-align: middle;
    font-size: 16px;
    margin-right: 8px;
    font-weight: 400;
}


 .filterTabs {
    margin-bottom: 10px;
}

.filterTabs ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filterTabs ul li .icon img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    border-radius: 50%;
    margin-left: 7px;
}

.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:#ffd423;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: 30px 0;
}
.Two--Items .Content--Wrapper {
    display: flex;
    flex-wrap: wrap;
}

.Content--Wrapper {
    margin: 0 auto;
    max-width: 1300px;
    width: 97%;
}
.Two--Items .Wide--Contents {
    flex: 0 0 100%;
    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;
}
.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;
    color: #fff;
}
.Two--Items .Title--Box .Right i {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    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: #ed3c3c;
}
.Two--Items .Wide--Contents .Box--Contents {
    padding-bottom: 15px;
}
.Two--Items .Wide--Contents .Box--Contents ul.Posts--List {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    row-gap: 10px;
    padding-bottom: 10px;
}
ul.Posts--List .Small--Box {
    flex: 0 0 calc(100% / 6);
    overflow: hidden;
    padding: 0 10px;
}
.card-overlay {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background: linear-gradient(to top, black, #000000eb, #000000b0, transparent);
    background-size: 100% 60%;
    background-position: bottom;
    background-repeat: no-repeat;
    border-radius: 0;
}
.Wide--Contents.colRight ul.Posts--List .Small--Box {
    flex: 0 0 calc(100% / 5);
    overflow: hidden;
    padding: 0 10px;
}
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;
}

.Small--Box > a inner--title {
    position: absolute;
    bottom: 0px;
    z-index: 1;
    padding: 15px;
    display: block;
    padding-top: 100%;
    background: linear-gradient(0deg, #000, transparent);
    width: 100%;
    border-radius: 0;
    right: 0px;
    transition: .35s all ease;
    z-index: 8;
}
.Small--Box > a inner--title>h2 {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.Small--Box > a inner--title p {
    line-height: 20px;
    transition: .3s all ease;
    transform: rotate(0deg);
    transform-origin: 0 0;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.6;
    margin: 0;
    color: #bbb;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 0;
}
.Small--Box a:hover inner--title p {
    height: 40px;
    transform: rotate(0);
    opacity: 1;
}


ul.Posts--List .Small--Box: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: 10px;
}
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;
}
ul.Posts--List .Small--Box a h3.title {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    padding: 195px 10px 10px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    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;
}

@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 10px;
}

}
@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: 0px 0;
    height: 0;
    overflow: hidden;
    transition: .4s all ease;
    border-color: #ed3c3c !important;
    border-bottom: 3px solid;
}
.Slider--Outer .Content--Wrapper {
    max-width: 100%;
    width: 100%;
}
.Slider--Inner .Arrow--Right {
    right: 0px;
    left: auto;
    border-radius: 50px 0 0 50px;
}
.Slider--Inner .Arrow--Left {
    left: 0px;
	right: auto;
    border-radius: 0px 50px 50px 0px;
}
.Slider--Inner .Arrow--Right, .Slider--Inner .Arrow--Left {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
    background: #ed3c3c;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    transition: .3s ease;
    width: 50px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Slides--single {
    overflow: hidden;
    direction: ltr;
}
hr.my-4.text-white {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
        opacity: .25;
    color: rgba(255, 255, 255, 1) !important;
}
.ThemeXCom_single {
    background-color: #ed3c3c;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50rem 0 0 50rem;
    padding-left: 25px;
    padding-right: 10px;
    padding-block: 10px;
    font-weight: bold;
    color: white;
}
.ThemeXCom_single span{
    font-size: 1rem;
    font-weight: 500;
}
.arrows_cont {
    display: flex
;
    flex-direction: row-reverse;
}

.glide__arrow {
    position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: transparent;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 4px;
    box-shadow: 0 .25em .5em 0 rgba(0, 0, 0, .1);
    text-shadow: 0 .25em .5em rgba(0, 0, 0, .1);
    opacity: 1;
    cursor: pointer;
    transition: opacity 150msease, border 300msease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.glide__arrow--left {
    width: 48px;
    height: 48px;
    font-size: 17px;
    color: #fff;
    background: #ed3c3c;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 50rem 0 0 50rem;
    margin-right: 5px;
}

.glide__arrow {
    position: unset;
    transform: translateY(0);
}
.glide__arrow--left {
    left: 2em;
}
.glide__arrow--right {
    width: 48px;
    height: 48px;
    font-size: 17px;
    color: #fff;
    background: #ed3c3c;
    display: inline-block;
    text-align: center;
    border: none;
    border-radius: 0 50rem 50rem 0;
}
.glide__arrow--right {
    right: 2em;
}

.glide__arrows {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 25px;
}
.Slides--Main {
    overflow: hidden;
}
.owl-stage-outer {
    display: block;
}
li.Slides--Item .Block--Item {
    width: 100%;
    margin: 0;
}
li.Slides--Item .Small--Box {
    padding: 0;
}
li.Slides--Item  .Small--Box a .Poster img {
    border-radius: 0px;
}
.Block--Item a .number {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    transition: .3s .1s;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    background-color: rgb(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}
.Block--Item a .number span {
    display: block;
    font-weight: 700;
    font-size: 14px;
}
.Block--Item a:hover .number {
    transform: translate(0,100px);
    opacity: 0;
    transition: .3s;
}

.Block--Item {
   display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 15px;
    overflow: hidden;
}
.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;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s;
    width: 100%;
    height: 100%;
}
.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 {
    text-align: center;
    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: #eac13b;
    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;
    text-align: center;
    direction: rtl;
    font-weight: 200;
}
/******/
.mobile--bars {
    position: relative;
    font-size: 21px;
    cursor: pointer;
    display: none;
    padding: 8px 15px;
    color: #fff;
    background: #1e1e1e;
    border-radius: 100px;
    margin-left: 8px;
}
.mobile--menu ul#main-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: calc(100% - 80px);
    padding: 20px !important;
    height: 100%;
    background: #212139db;
    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;
    margin-bottom: 10px;
}
.mobile--menu ul#main-menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    right: 0;
    width: 100%;
    color: #FFF;
    border-radius: 10px !important;
}
.mobile--menu ul#main-menu > li > ul > li {
}
.mobile--menu ul#main-menu > li > ul > li > a {
    display: block;
    padding: 10px 0px;
    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: #ff434c;
    text-align: center;
    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;
}
.catBrea {
    display: none;
}

div.advanced-search > form > .dropdown.select-menu:last-child {
    max-width: 214px;
}

@media only screen and (max-width: 1080px) {
    
    #toggle-menu {

    line-height: 27px;
}
    .logo--area {
    float: none;
    margin: 0 auto;
}
.filterTabs li {
        background: #1d1d30;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10rem 50rem 50rem 10rem;
    margin: 10px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: calc(94% / 3);
    max-width: 100%;
}
.bottom-navigation {
    background: #ed3c3c;
    box-shadow: 0 3px 3px #0000009e;
    position: relative;
    width: 100%;
    z-index: 9999;
    min-height: 3.75rem;
    display: flex
;
    align-items: center;
    padding: 0 10px;
}
    div#WatchList ul#watch li.ISActive {
    background: #ed3c3c;
    margin-top: auto;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
}

.filterTabs.single li {
        display: inline-block !important;
    float: none !important;
}
.filterTabs.single .titleArea{
     height: 60px !important; 
     line-height: 60px !important; 
    }
.ThemeX_WorkTeam {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.WorkTeam {
    width: calc(95% / 2);
    max-width: 100%;
    margin-top: 8px;
}

    .MainSingle .left {
    float: none;
    margin: 0 auto 10px;
}

    .SecondPart .TaxContent {

        margin-top: 10px;
    }
    ul.RightTaxContent {

    gap: 0.8vw;
}
ul.RightTaxContent>ul {
    min-width: 220px;
}
    .advFilter {
    min-height: 60px;
    position: relative;
    z-index: 100;
    width: 100%;
    padding-top: 10px;
}
.advFilter ul button {
    cursor: pointer;
    background: var(--blue-color);
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 0;
    float: left;
    transition: 0.4s all ease;
    border: 0;
    width: 50% !important;
    height: 37px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}
    .btns {
    display: flex;
    gap: 5vw;
    align-items: center;
    top: 0rem;
    margin: 0 auto;
    margin-top: 10px;
}
#toggle-menu {
    padding: 5px 20px;

}

    .SearchListResult {
    width: 100%;
    left: 0%;
    transform: translate(-50%) scale(0);
    transform-origin: center;
    }
.SearchHead form {
    max-width: 100%;
    width: 100%;
}

.filterTabs {
        width: 100%;
        text-align: center;
    }

    .filterTabs ul li {
            margin: 10px 0px;
    }
    .title_box {
    width: 100%;
    margin-bottom: 10px;
}

.SearchHead form ,.sociaLinks {
    margin-right: auto;
    margin-left: 0;
}
.container.filter_cont {
    margin: 0px auto;
    display: flex
;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2vw;
}
form.form-ui.small.col-12.col-m-12.row.gutter-small.margin-fix {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    flex-wrap: wrap;
}
    .select-menu {
        position: relative;
        width: calc(100% / 1);
        padding: 4px 1px;
    }
div.advanced-search > form > .dropdown.select-menu:last-child {
    max-width: 100%;
}
.SearchHead {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1.4vw;
}
.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;
}
.select-menu .dropdown-list {
    width: auto;
}


.dropdown-list li {
    width: calc(100% / 1);
}

		a.user ,a.newly{
		    flex: 1;
	}
		     .mobile--bars {
        display: block
    }
	.BreakNewsBa {

    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
}
header.header .container {
    display: flex;
    padding-top: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

		.SearchHead {

    padding: 9px 20px 9px 15px;
}
	.searchOn .SearchHead {
    opacity: 1;
    visibility: visible;
}

	.mobile--bars {

    display: block;
}

}
.MainMenuOverlay {
    position: fixed;
    top: 0;
    opacity: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #1a1c3094;
    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: #ed3c3c;
}
.mobile--menu ul#main-menu>li.Added--Recently {

    text-align: center;
    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(.loader) {
    flex: 0 0 calc(100% / 5);
}

.Small--Box {
    flex: 0 0 calc(100% / 5);
    overflow: hidden;
    padding: 0 10px;
}
.Small--Box a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
}
.Small--Box a .number {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
    transition: .3s .1s;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    background-color: rgb(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 700;
    margin-bottom: 5px;
}
.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: 10px;
}
.Small--Box .playicon {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 35%;
}

.Small--Box .playicon i {
    font-size: 50px;
    color: #fff;
    opacity: 0.7;
    transform: scale(0);
    transition: all 0.3s ease;
}

.Small--Box a:hover .playicon i {
    transform: scale(1);
    z-index: 9;
}

.Small--Box a ul.liList {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9;
}
.Small--Box a.recent--block ul.liList li {
    transform: translate(-80px,0);
    opacity: 0;
}
.Small--Box a ul.liList li.imdbRating{
    background: #ffcb17;
    color: #000;
    line-height: 1;
    padding: 4px 8px;
    border-radius: 2px;
    right: -1px;
}
.Small--Box a ul.liList li {
    display: table;
    background: #000000a8;
    color: #fff;
    margin: 0 0 4px;
    border-radius: 7px;
    padding: 10px 17px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s;
    visibility: hidden;
    margin-right: auto;
}
.Small--Box a h3.title {
    font-size: 13px;
    position: absolute;
    bottom: 0;
    padding: 15px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    z-index: 9;
}
.Small--Box a.recent--block:hover .number {
    transform: translate(0,100px);
    opacity: 0;
    transition: .3s;
}
.Small--Box a:hover .Poster {
}
.Small--Box a:hover .playIcon {
    opacity: 1;
    transform: translate(-50%,-50%) scale(1.1);
}
.Small--Box a.recent--block:hover ul.liList li {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
@media only screen and (max-width: 1349) {


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

.MainSingle {
    position: relative;
    width: 100%;
    display: inline-block;
    z-index: 9;
    display: flex;
    padding: 10px;
    justify-content: space-between;
}
.MainSingle .left {
    position: relative;
    z-index: 9;
    flex: 0 0 410px;
}
.MainSingle .left .image {
    display: block;
    width: 100%;
    position: relative;
    border-width: 5px;
    padding-bottom: 150%;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 15px;
}
.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;
    text-align: center;
    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;
	color:#fff;
}

.TitleBox h2 {
    padding-bottom: 5px;
}
.TitleBox.Small h2 i {
    padding-left: 7px;
    color: #ed3c3c;
}
.TitleBox i {
    padding-left: 10px;
    font-size: 28px;
}
.SecondPart .TaxContent {
    width: 100%;
    display: flex;
    gap: 25px;
}
ul.RightTaxContent {
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 0;
    display: flex;
}
ul.RightTaxContent>ul {
    flex: 0 0 calc(100% / 2);
}
.half-tags li {
    word-spacing: normal;
    display: inline-block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 5px;
    background: rgba(6,9,19,.7);
    border-radius: 5px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.half-tags li:nth-child(1) {
        background: #ed3c3c;

}
 .half-tags li:hover a {
         background-color: rgb(0, 0, 0, 0.3);
    color: #7c838b;
 }
/*****/
.SecondPart .info-btns {
    list-style: none;
    display: flex;
    background: #1a1a39;
    padding: 20px 30px 20px 0px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.themex_left {
        float: left;
}
.filterTabs.single {
    border-bottom: 1px solid #9497c299;
    margin-bottom: 15px;
}
.filterTabs.single .titleArea {
    height: auto;
    line-height: normal;
}
.filterTabs.single .titleArea span{
        color: #ed3c3c;
}
.filterTabs.single .TitleBox.Small h2:before, .filterTabs.single .titleArea span:before, .filterTabs.single .EpisodesArea > div > h3:before {

    height: 3px;
    width: 114px;

}

.filterTabs.single .TitleBox.Small h2:after, .filterTabs.single .EpisodesArea > div > h3:after {

    right: 138px;

    height: 3px;

}


.filterTabs.single .titleArea span:after {
    opacity: 0;
}
.SecondPart .info-btns .btn {
    font-weight: 700;
    max-width: 220px;
    float: left;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 5px #ed3c3c;
}

.SecondPart .info-btns .btn i {
    max-height: 35px;
    margin-left: 5px
}
.SecondPart .info-btns .btn span {
    background: #fff;
    width: 106%;
    position: absolute;
    right: -7px;
    bottom: 10px;
    display: block;
    color: #000;
    box-shadow: 0 5px 14px #000;
}
.SecondPart .info-btns .statistics-btn {
    float: right;
    flex: 1;
    min-width: 120px;
}

.SecondPart .info-btns .statistics-btn img,.SecondPart .info-btns .statistics-btn::before {
    max-height: 35px;
    font-size: 45px;
    margin-left: 5px
}

.SecondPart .info-btns .statistics-btn a{
    text-align: start;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 3px;
    margin-bottom: 0
}

.SecondPart .info-btns .statistics-btn h4 span {
    display: block;
    font-size: 12px;
    color: #a2a6d2;
}

.SecondPart .info-btns .statistics-btn h5 {
    text-align: start;
    font-size: .9rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 3px
}

.SecondPart .info-btns .statistics-btn h5 span {
    display: block;
    font-size: 11px
}
.statistics-btn i {
    padding-left: 11px;
    display: block;
    float: right;
    font-size: 31px;
    color: #fff;
}

/****/

ul.RightTaxContent>li i {
    font-size: 12px;
    color: #ed3c3c;
    height: 20px;
    text-align: center;
    margin-left: 5px;
    border-radius: 10px;
    line-height: 22px;
    padding-top: 5px;
}
ul.RightTaxContent>li span {
    position: relative;
    font-size: 13px;
    color: #ed3c3c;
}
ul.RightTaxContent>li>a {
    transition: .35s;
    color: #e6e6e6;
    padding: 2px 3px 0;
    font-size: 13px;
    font-weight: 400;
}
.infoAndWatch {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}
.breadcrumbs span, .catssection li, .catssection li a, ul.RightTaxContent>li>a {
    display: inline-block;
}
.BTNSDownWatch a.watch, .seasons--toggler {
    margin-bottom: 15px;
}

.BTNSDownWatch a.watch {
    width: 200px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 0 5px #ed3c3c;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    background: #ed3c3c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}
.BTNSDownWatch a.download {
    width: 200px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 0 5px #22b544;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    background: #22b544;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    flex-direction: column;
}
.UnderPoster>div.ShowTrailerSingle, .shortlink {
    background: #ffffff0d;
    background: #ffffff0d;
}
.BTNSDownWatch a.watch svg {
    width: 40px;
    fill: #fff;
    transition: .3s;
}
.BTNSDownWatch a span {
    font-size: 20px;
}
.BTNSDownWatch a p {
    font-size: 12px;
    color: #aaa;
    transition: .3s;
}
.BTNSDownWatch a.download i {
    color: #fff;
}
.BTNSDownWatch a.watch:hover {
    background: #d42222;
}

.BTNSDownWatch a i {
    display: block;
    font-size: 40px;
    margin-bottom: 0px;
}
.BTNSDownWatch a.watch:hover svg {
    fill: #FFF;
}

.BTNSDownWatch a.download:hover{
    background: #07930d;
}
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: 40px;
    margin-top: 10px;
    flex-wrap: wrap;
}
	.BTNSDownWatch a {
    flex: 1;
    min-width: 180px;
}
	.BTNSDownWatch a.watch {
    margin: 0;
}
}
@media only screen and (max-width: 700px) {

	.SecondPart .TaxContent {
    width: 100%;
    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) {
    div#my-breadcrumbs span {
    display: inline-block;
    line-height: 25px;
    font-size: 14px;
    color: #ffffff;
    float: right;
    transition: .3s;
    font-weight: 400;
}
    .filterTabs li {
            background: #1d1d30;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10rem 50rem 50rem 10rem;
    margin: 10px 5px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    width: calc(98% / 2);
    max-width: 100%;
    }
    .NextEpi.here {
    padding-left: 20px;
    display: none;
}
    
        .WorkTeam {
        width: calc(99% / 1);
    }
.BTNSDownWatch {
    display: flex;
    gap: 15px;
    margin-top: 10px;
    margin: 0 auto;
    max-width: 100%;
    flex-wrap: wrap;
    }
    .filterTabs.single li {

    padding: 2px 5.5px;

}

.filterTabs.single {
    border-bottom: 0px solid #9497c299;
}
    
    .SecondPart .info-btns .statistics-btn a {
    text-align: start;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    line-height: 1.4;
    padding-right: 3px;
    margin-bottom: 0;
}
.statistics-btn i {

    font-size: 23px;
}
.MainSingle .left {
    width: 260px;
    float: none;
    margin: 0 auto 20px;
}
.btns .btn.dark.rounded {
    line-height: 34px;
    height: 34px;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    background: #ed3c3c;
    color: #fff;
    display: inline-block;
    padding: 0 1.1rem;
    font-size: .8375rem;
    border-radius: 100px;
    overflow: hidden;
}
a.ShowMoreFromTab {
    flex: 0 0 100% !important;
}
.ribbon span:nth-of-type(1) {
    top: 15px;
    left: -66px;
    width: 188px;
    height: 27px;
    text-align: center;
    font-size: 10px;
    line-height: 27px;
    color: #ffffff;
    transform: rotate(-45deg);
    z-index: 9;
    box-shadow: 0 0 3px #563e7d;
    position: absolute;
    background: #563e7d;
}
    .Small--Box > a inner--title {
        padding: 1px 6px;
        padding-top: 100%;
    }
.Small--Box > a inner--title>h2 {
    font-size: 13px;
}
.Small--Box {
padding: 0 4px;
}
.Small--Box a .playIcon {
    width: 30px;
    height: 30px;
}
.Small--Box a ul.liList li {
    display: table;
    background: #1e2338a8;
    color: #fff;
    margin: 0 0 4px;
    border-radius: 7px;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    transition: 0.3s;
    visibility: hidden;
    margin-right: auto;
}
.Small--Box > a inner--title p {
    font-size: 10px;
    font-weight: 700; 
}
.mobile--bars {
    margin-left: 3px;
}

	.BlocksHolder {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
    padding-bottom: 10px;
    justify-content: space-around;
}
	.ServersList.Download ul li {
    flex: 0 0 calc(100% / 1);
    padding: 0 5px;
}	
	ul.download-items {
    margin: 0 -5px;
}
}

.filterTabs.single  li.active div {
    color:#fff;
}
.filterTabs.single li div {
    margin: 0 auto;
    z-index: 9;
    display: flex
;
    align-items: center;
    gap: 0.8vw;
}
.filterTabs.single  li {
    font-weight: 700;
    color: #8390de;
    transition: 0.2s all ease;
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    padding: 6px 17.5px;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #2b3156;
}
.filterTabs.single li:first-child {
    border-radius: 0px 5px 0px 0px;
}
.filterTabs.single li:last-child {
    border-radius: 5px 0px 0px 0px;
}
.WatchBar span i {
    padding-left: 4px;
}
@media only screen and (max-width: 970px) {
.ServersList.Download ul li {
    flex: 0 0 calc(100% / 4);
    padding: 0 3px;
}
.ServersList.Download ul li a .text span {
    font-size: 16px;
    font-weight: 400;
}
}
@media only screen and (max-width: 700px) {
.ServersList.Download ul li {
    flex: 0 0 calc(100% / 3);
}
}
@media only screen and (max-width: 480px) {
.ServersList.Download ul li {
    flex: 0 0 calc(100% / 2);
}
.ServersList.Download ul li a .text span {
    font-size: 14px;
    font-weight: 400;
}
}
/**/
.FormTitle {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 5px;
}
.subtitle {
    font-size: 13px;
    font-weight: 500;
    padding-left: 0.25em;
    color: rgb(255 255 255);
    padding-bottom: 10px;
    text-align: center;
}
.FormTitle:before {
    width: 38px;
    height: 5px;
    display: block;
    content: "";
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -14px;
    background-color: var(--blue-color);
}
.FormTitle:after {
    width: 140px;
    height: 1px;
    display: block;
    content: "";
    position: relative;
    margin-top: 25px;
    right: 50%;
    margin-right: -70px;
    background-color: var(--blue-color);
}
    /* تنسيق النموذج الرئيسي */
.RegisterMaster .form-ui , .LoginMaster .form-ui {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff14;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  text-align: right;
	margin-top: 20px;
}

.RegisterMaster .form-ui  h1, .LoginMaster .form-ui  h1 {
  font-size: 1.5em;
  color: var(--font-color);
  margin-bottom: 20px;
  text-align: center;
}

/* تنسيق الحقول */

.RegisterMaster .form-ui  label, .LoginMaster .form-ui  label {
  display: block;
  font-size: 0.9em;
  color: var(--font-color);
  margin-bottom: 5px;
}


.RegisterMaster .form-ui  input.rounded, .LoginMaster .form-ui  input.rounded {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.RegisterMaster .form-ui  input.rounded:focus, .LoginMaster .form-ui  input.rounded:focus {
  border-color: #007bff;
  box-shadow: 0px 0px 5px rgba(0, 123, 255, 0.2);
  outline: none;
}

/* تنسيق الرسائل */
.form-ui .msg-reg, .form-ui .user-msg {
    font-size: 1.2em;
    color: #d9534f;
    margin-bottom: 5px;
}

/* تنسيق الزر */
.form-ui button.btn {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  color: var(--font-color);
  background-color: var(--blue-color);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.form-ui button.btn:hover {
      opacity: 0.9;
}
.terms {
    display: flex;
    margin-bottom: 8px;
}
.terms label {
    margin-bottom: 0;
    margin-right: 5px;
}
label a {
    color: #007bff;
}
.userProfile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 15px;
}

.profile-content.right {
    width: 300px;
    margin-left: 20px;
}

.profile-content.left {
    flex: 1;
}

.RegisterMaster.EditProfile {
    padding: 0 15px;
    margin-bottom: 10px;
}

.RegisterMaster.EditProfile form {
    max-width: 1300px;
    margin-top: 20px;
}

.profile-content {
    position: relative;
    overflow: hidden;
    background: #ffffff14;
    border-radius: 4px;
    margin-top: 10px;
    padding: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.profile-content figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    border-radius: 50%;
    border: 3px solid #ddd;
}

.profile-content figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.username {
    font-size: 1.5em;
    color: var(--font-color);
    margin: 10px 0;
    text-align: center;
}

.dl-horizontal {
    display: flex;
    flex-direction: column;
}

.dl-horizontal dt {
    font-weight: bold;
    margin: 10px 0 5px;
    color: var(--font-color);
}

.dl-horizontal dd {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #dddddd1a;
    color: var(--font-color);
}

a.btn.btn-sm.info {
    display: inline-block;
    padding: 8px 15px;
    font-size: 0.9em;
    color: var(--font-color);
    background-color: red;
    border: none;
    width: 100%;
    text-align: center;
    border-radius: 5px;
    transition: background-color 0.3s;
}

a.btn.btn-sm.info.later {
    background-color: var(--blue-color);
    margin-bottom: 10px;
}

a.btn.btn-sm.info.fav {
    background-color: #f5c518;
    color: #000;
    margin-bottom: 10px;
}

.form-ui button.btn i {
    font-size: 19px;
    margin-left: 8px;
    top: 2px;
}
@media only screen and (max-width: 1080px) {
    ul.RightTaxContent>ul {
    flex: 0 0 calc(100% / 1);
}
.container {
         padding: 0 10px; 
}
    .ArcPage {
    padding: 20px 0;
}
    .SecondPart {
        float: none;
        width: 100%;
        padding: 0;
    }
}
@media only screen and (max-width: 480px) {
    .userProfile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0 15px;
        flex-direction: column;
    }

    .profile-content.right {
        width: auto;
        margin-left: 0px;
    }
    .singleFav {
            margin: 0 15px;
    }
}
.nolog{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-top: 25px;
}
.ArcPage {
    color: var(--font-color);
    background: #ffffff14;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 20px;
}
.arc-title {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.arc-title:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: var(--blue-color);
}
.arc-title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: var(--blue-color);
}
.content {
    margin-top: 20px;
}


.ThemeSXCom_BTns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    max-width: 340px;
}

.likePost {
    width: calc(100% / 2);
    padding-left: 10px;
}
.likePost a {
    color: #ffff;
    cursor: pointer;
    background: #1a1a39;
    border-radius: 5px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    transition: .3s;
    width: 100%;
    justify-content: center;
}

a.AddFevorite {
    background: #ed3c3c;
}
a.userWatchLater {
    background: #c8c8c81a;
    color: #ffffff;
    border-radius: 8px;
}
.likePost a:hover {
    opacity: 0.9;
}

.likePost i {
    font-size: 19px !important;
    padding-left: 6px;
}
@media only screen and (max-width: 970px) {
    div#WatchList {
    display: flex
;
    width: 100%;
    margin-bottom: 20px;
    background-color: #08080e;
    margin-block: 30px;
    max-height: 100%;
    overflow: hidden;
    flex-direction: column;
}
.ServersList .EpisodesArea {
    float: left;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: 0;
}
.SeasonsList {
    overflow: hidden;
    width: 100%;
    display: block;
}
.ServersList .EpisodesArea {
    float: left;
    width: 100%;
    margin: 0;
    border-radius: 0;
    background: 0;
    margin-top: 15px;
}
.copyrights {

    text-align: center;
}

}
@media only screen and (max-width: 480px) {
    .WatchBar a {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding: 8px 10px;
    gap: 10px;
    border-radius: 8px;
    font-weight: 700;
    background: #ed3c3c;
    font-size: 12px;
}
#menu {

    width: 9.38rem;

}
    .SearchHead form input[type="text"] {
        font-size: 11px;
    }

}
    @media only screen and (max-width: 380px) {
    .ServersList.Download ul li {
        flex: 0 0 calc(100% / 1);
    }
}