/*
Theme Name: MovizlanD
Theme URL: https://movizlands.com/
Version: 3.0
Author: Mita
Author URI: https://movizlands.com/
Text Domain: Mita
This Theme Designed By Mita
Description: MovizlanD
*/
/****** Reset *******/
@font-face{font-family:"Anton";font-weight:400;src:url("<?= get_template_directory_uri() ?>/UI/Assets/fonts/Anton.ttf")}
@font-face{font-family:"MainFont";font-weight:bold;src:url("<?= get_template_directory_uri() ?>/UI/Assets/fonts/Bahij_TheSansArabic-Black.ttf")}
@font-face{font-family:"MainFont";font-weight:400;src:url("<?= get_template_directory_uri() ?>/UI/Assets/fonts/Bahij_TheSansArabic-Bold.ttf")}

*::-webkit-scrollbar {
    width: 3px;
}
*::-webkit-scrollbar-track {
    background: #33333354;
}
*::-webkit-scrollbar-thumb {
    background-color: #fa921e;
}
* {
    outline: 0px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
}
li, ol , ul{
list-style: none;padding: 0;margin: 0;}
h4, h5, h6, h1, h2, h3, ul, li{
    margin: 0px;
    font-family: "MainFont";
}
a{
    text-decoration: none;
    color: inherit;
    font-family: "MainFont";
}
a:focus, a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
button , input {
    font-family: "MainFont";
}
body {
    font-family: "MainFont";
    direction: rtl;
    font-size: 14px;
    background-color: #0e1116;
    color: #fff;
    padding: 0;
    margin: 0;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
@media(min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
body .body {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .2;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1
}
.Content--Wrapper {
    margin: 0 auto;
    max-width: 1300px;
    width: 97%;
}
.homepage__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-position: center;
    z-index: -1;
    opacity: .05;
    background-size: cover;
    transition: .3s all ease;
}
.homepage__bg::after {
    content: '';
    background: linear-gradient(180deg,#1d1d1d14,#02020f 88%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
}
header.Main--Header {z-index: 9999;position: fixed;top: 0;right: 0;left: 0;transition: .35s all ease;border-bottom: 2px solid transparent;}
header.Main--Header .Content--Wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 0 20px;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
header.Main--Header nav.Menu--Contents {
    flex: 1;
}
header.Main--Header nav.Menu--Contents > ul {
    display: flex;
    gap: 25px;
}
header.Main--Header nav.Menu--Contents > ul > li {
    color: #FFF;
}
.Logo--Area {
    display: flex;
    align-items: center;
    transition: .3s all ease;
}
.Logo--Area h1 {
    font-family: "Anton";
    font-weight: 400;
    font-size: 35px;
    color: #fa921e;
    line-height: 55px;
}
.Logo--Area h1 em {
    font-family: "MainFont";
    font-style: normal;
    display: block;
    font-size: 18px;
    line-height: 10px;
    color: #FFF;
    font-weight: 900;
    text-align: center;
}
.Logo--Area h1 span {
    color: #fff;
}
header.Main--Header nav.Menu--Contents > ul > li > a {
    display: block;
    padding: 8px 0 5px;
    font-size: 16px;
    /* font-weight: bold; */
}
header.Main--Header nav.Menu--Contents > ul > li > ul {
    position: absolute;
    top: 100%;
    right: 50%;
    transform: translate(50%);
    width: 180px;
    text-align: center;
    box-shadow: 0 11px 20px #0c2b4536;
    background: #FFF;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    transition: .1s all ease;
    visibility: hidden;
    z-index: -99;
    height: 0;
}
header.Main--Header nav.Menu--Contents > ul > li > ul > li {
    color: #FFF;
    border-bottom: 1px solid #DDD;
    transition: .3s all ease;
}
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently i {
    color: #fa921e;
    padding-left: 10px;
    font-size: 23px;
    float: right;
}
header.Main--Header .Header--Search {
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #ffffff1f;
    border-radius: 38px;
    cursor: pointer;
    margin-right: 10px;
    background: #fa921e;
}
.popSearch {
    position: fixed;
    top: 110px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #0e1116;
    padding: 30px 0;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    border-top: 5px solid #ffffff0f;
}
.SearchPopForm {
    display: flex;
    margin-bottom: 20px;
}
.SearchPopForm form.Header--Search-Form {
    flex: 1;
    overflow: hidden;
    display: flex;
}
.SearchPopForm form.Header--Search-Form input[type="text"] {
    display: block;
    border-radius: 38px;
    width: 100%;
    height: 45px;
    border: 0;
    padding: 1px 60px;
}
.SearchPopForm form.Header--Search-Form i {
    position: absolute;
    top: 0;
    width: 60px;
    text-align: center;
    line-height: 45px;
    color: #222;
    z-index: 5;
    font-size: 20px;
}
.SearchPopForm button#search--close {
    border-radius: 25px;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    font-size: 15px;
    font-weight: bold;
    gap: 10px;
    color: #FFF;
    background: #ffffff0d;
    cursor: pointer;
}
header.Main--Header .Header--Search input {
    display: block;
    width: 100%;
    border-radius: 45px;
    border: 0;
    background: #ffffff14;
    padding: 11px 20px;
transition: .4s all ease;}
header.Main--Header .Header--Search button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 8px 15px;
    border: 0;
    border-radius: 25px;
    background: transparent;
    color: #fa921e;
    font-size: 20px;
    cursor: pointer;
}
header.Main--Header nav.Menu--Contents > ul > li > ul > li > a {
    color: #222;
    display: block;
    padding: 11px 6px;
}
header.Main--Header nav.Menu--Contents > ul > li > ul > li:last-child {
    border: 0;
}
header.Main--Header nav.Menu--Contents > ul > li.menu-item-has-children > a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f107";
    margin-right: 8px;
}
header.Main--Header nav.Menu--Contents > ul > li > ul > li:hover {
    background: #dddddd9c;
}
header.Main--Header nav.Menu--Contents > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: .3s all ease;
    z-index: 99;
    height: auto;
}
header.Main--Header .Header--Social {
    display: flex;
}
header.Main--Header .Header--Social > a {
    display: inline-flex;
    font-size: 20px;
    margin-right: 13px;
}
.News--Bar {margin: 0 0 15px;}
.News--Bar .Content--Wrapper {display: flex;flex-wrap: wrap;align-items: center;}
.News--Bar .News--Content {flex: 1;background: #ffffff14;margin-left: 20px;border-radius: 25px;overflow: hidden;padding: 6px;background: linear-gradient(45deg,#ffffff00 0%,#ffffff14 100%);display: flex;}
.News--Bar .News--Content > span {font-weight: 500;
    padding: 5px 20px;
    border-radius: 30px;display: inline-block;background: #fa921e;}
.News--Bar .Left--Anchors {
    display: flex;
    gap: 10px;
}
.News--Bar .Left--Anchors a {
    font-weight: 500;
    padding: 0px 30px;
    border-radius: 29px;
    display: flex;
    height: 35px;
    line-height: 35px;
    align-items: center;
    gap: 9px;
    justify-content: center;
    font-weight: bold;
    }
.News--Bar .Left--Anchors a.Explore {background: #fa921e;}
.News--Bar .Left--Anchors a.PremiumUser {background: #FFD423;color: #222;}
section.Footer--Filter {display: flex;padding: 8px 3px;border-radius: 8px;flex-wrap: wrap;overflow: hidden;}
section.Footer--Filter .Dropdown--Button {flex: 1;margin: 0 5px;border-radius: 8px;}
section.Footer--Filter .Dropdown--Button >span {display: block;width: 100%;border: 1px solid #484f67;height: 100%;border-radius: 8px;overflow: hidden;cursor: pointer;padding: 13px 14px;text-align: center;font-size: 14px;color: #484f67;font-size: 15px;font-weight: bold;}
.TaxFilter {}
section.Footer--Filter .Dropdown--Button .Taxonomy--Items {position: absolute;opacity: 0;visibility: hidden;max-height: 170px;}
section.Footer--Filter .Dropdown--Button> i {position: absolute;top: 0;left: 0;opacity: 0;}
.Slides--Main {overflow: hidden;direction: ltr;}
.owl-item {
    float: right;
}
.owl-nav , .owl-dots {
    display: none;
}
.Slider--Inner .Arrow--Right , .Slider--Inner .Arrow--Left {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;
    color: #fa921e;
    cursor: pointer;
    font-size: 60px;
}
.Slider--Inner .Arrow--Left {
    left: -40px;
}
.Slider--Outer {margin: 20px 0;height: 0;overflow: hidden;transition: .4s all ease;}
.Slider--Inner .Arrow--Right {right: -40px;}
section.Single--Container {
    margin: 40px auto 10px;
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 0 solid #ffffff2b;
    }
.MainSingle {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    z-index: 9;
    display: flex;
    gap: 25px;
    align-items: center;
}
.MainSingle .left {
    position: relative;
    z-index: 9;
    flex: 0 0 280px;
}
.MainSingle .left .image {
    display: block;
    width: 100%;
    position: relative;
    border-width: 5px;
    padding-bottom: 150%;
}
.MainSingle .left .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.MainSingle .left .image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 15px;
}
.reboon {
    position: absolute;
    width: 150px;
    height: 28px;
    background: #ff2e2e;
    box-shadow: 0 2px 5px #ff2e2e;
    color: #f9f9f9;
    top: 23px;
    left: -38px;
    text-align: center;
    z-index: 99;
    transform: rotate(-44deg);
    line-height: 26px;
    font-size: 14px;
}
.Single--Container .left img {
    width: 100%;
    height: 100%;
}
.somesingleinfo {
    display: flex;
}
.somInfo div:not(.haveToRegister) {
    display: inline-block;
    height: 50px;
    line-height: 47px;
    width: 49%;
    border-radius: 3px;
    margin-left: 3px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}
.haveToRegister, .haveToRegister2 {
    position: absolute;
    white-space: nowrap;
    top: -30px;
    right: 0;
    width: 170px;
    line-height: 21px;
    font-size: 13px;
    display: none;
    padding: 4px;
    background: #f0f0f0;
    border-radius: 3px;
    text-align: center;
    color: #000;
}
.somInfo div i {
    margin-left: 4px;
    opacity: 1;
    color: #fff;
}
.imdbBox {
    color: #000;
    font-size: 27px!important;
    width: 49%;
    background: #eac13b;
}
.imdbBox i {
    color: #000!important;
}
.imdbBox i {
    font-size: 14px;
}
.imdbBox span {
    font-size: 14px;
    margin-right: 5px;
}
.MasterSingleMeta {
}
.MasterSingleMeta {flex: 1;}
h1.post-title {
    font-size: 21px;
    text-align: right;
}
.breadcrumbs {
    color: #b5b5b5;
    font-size: 13px;
    font-weight: 400;
    position: relative;
    line-height: 38px;
display: table;}
.breadcrumbs span {
    display: inline-block;
    margin: 0 5px;
    color: #7f7f7f;
    font-size: 10px;
    float: right;
    vertical-align: middle;
    transition: .3s all ease;
}
.breadcrumbs i {
    font-size: 11px;
    float: right;
    position: relative;
    top: 13px;
}
.fa-chevron-left:before {
    color: #fa921e;
    text-shadow: 0 0 15px rgb(51 91 251);
}
.story {
    margin-top: 8px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #ffffff0d;
    padding: 10px 13px;
    border-radius: 8px;
}
.story p {
    color: #c1bfbf;
    font-size: 13px;
}
.MediaQueryRight {
    width: 100%;
    display: flex;
    gap: 25px;
}
.catssection {
    margin: 0px 0 20px;
}
.catssection li {
    display: inline-block;
}
.catssection li span {
    display: none;
}
.catssection li a {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 13px;
    border-radius: 8px;
    color: #e2b32f;
    border: 1px solid;
    padding: 2px 15px;
    transition: .35s ease;
}
.catssection li a:hover{
    color: #FFF
}
ul.RightTaxContent {
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
    font-size: 12px;
    margin-top: 0px;
    display: flex;
}
ul.RightTaxContent>li {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border-bottom: 1px solid #ffffff1f;
    flex: 0 0 calc(100% / 2);
    line-height: 25px;
}
ul.RightTaxContent>li.actor{
    width: 100%;
    flex: 0 0 100%;
}
ul.RightTaxContent>li i {
    font-size: 12px;
    color: #fa921e;
    height: 20px;
    line-height: 38px;
    text-align: center;
    margin-left: 5px;
    border-radius: 10px;
    /* overflow: hidden; */
    line-height: 22px;
    padding-top: 5px;
}
ul.RightTaxContent>li span {
    position: relative;
    font-size: 13px;
    color: #fa921e;
}
ul.RightTaxContent>li>a {
    transition: .35s all ease;
    display: inline-block;
    color: #e6e6e6;
    padding: 2px 3px 0;
    font-size: 13px;
    font-weight: 400;
}
.MediaQueryLeft {margin-top: 10px;}
.MediaQueryLeft .right {
    width: 100%;
    position: relative;
    margin-top: 5px;
    display: flex;
    justify-content: end;
}
a.watchAndDownlaod, .trl {
    width: 230px;
    font-size: 18px;
    background: linear-gradient(to right,#0550bf,#5297ff);
    line-height: 60px;
    display: inline-flex;
    position: relative;
    align-items: center;
    cursor: pointer;
    text-align: center;
    font-weight: bold;border-radius: 5px;
}
a.watchAndDownlaod i, .trl i {
    font-size: 38px;
    margin-right: 10px;
}
a.watchAndDownlaod span, .trl span {
    width: 100%;
    display: block;
}
.trl {
    background: #fa921e0f;
    margin: 0 10px;
}
.MainSingle article {
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    position: relative;
    width: 100%;
    padding-bottom: 5px;
    padding-left: 7px;
    margin-top: -5px;
}
.MainSingle article>.ContentContent {
    overflow: auto;
    z-index: 2;
    font-size: 12px;
    margin: 10px 0;
    color: #3f3f50;
    position: relative;
}
ul.tags {
    position: relative;
    padding-right: 10px;
    font-size: 11px;
    color: #999;
}
ul.tags:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 15px;
    background: #181821;
    border-radius: 5px;
    right: 0;
    top: 4px;
}
.tags span {
    color: #454e67;
    margin-left: 9px;
    font-size: 13px;
}
ul.tags a {
    display: inline-block;
    margin: 2px;
    font-size: 11px;
    border-radius: 8px;
    color: #484f67;
    border: 1px solid;
    padding: 2px 8px;
    transition: .35s ease;
}
.Two--Items .Wide--Contents {
    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;
}
.Two--Items .Content--Wrapper {
    display: flex;
    flex-wrap: wrap;
}
.Two--Items .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;
}
ul.Blocks--List {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 15px;
}
.Block--Item {display: inline-block;
    vertical-align: top;
    position: relative;
    min-width: 221px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 6px 15px;
    max-width: 260px;
    overflow: hidden;
    border-radius: 10px;
}
.Block--Item a , .Block--Item a .Poster--Block {
    display: block;
    width: 100%;
    height: 100%;
}
.Block--Item a .Poster--Block img {display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
    position: absolute;
    top: 0;
    right: 0;
    transition: .3s all ease;
}
.Block--Item a .Block--Info {position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(180deg,#1d1d1d00,#000000 70%);
    padding: 70px 8px 10px;
    transition: 0.3s .1s all ease;
    transform: translate(0px, 300px) scale(.9);
    opacity: 0;
}
.Block--Item a .Block--Info ul.Genres li {
    display: inline-block;
    background: #ffdd35;
    /* box-shadow: 0 0 10px #121212; */
    padding: 2px 8px;
    border-radius: 50px;
    margin: 1px 3px;
    color: #020202;
    font-size: 12px;
    font-weight: 800;
}
.Block--Item a .Block--Info ul.Genres {text-align: center;margin-bottom: 6px;transform: translate(0,130px);opacity: 0;transition: .3s all ease;}
.Block--Item:hover a .Block--Info ul.Genres {
    transform: translate(0,0);
    opacity: 1
}
.Block--Item a .Block--Info h3 {font-size: 14px;text-align: center;direction: rtl;font-weight: 200;}
.Block--Item a .Poster--Block {padding-bottom: 150%;}
.Block--Item a .Block--Info {transform: translate(0) scale(1);opacity: 1;}
.Block--Item a:hover .Poster--Block img {transform: scale(1.1);}
.archiveTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #8888886b;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Search--History {position: absolute;top: 100%;right: 0;z-index: 999;left: 0;background: #FFF;border-radius: 0 0 15px 15px;color: #222;height: 250px;overflow: auto;padding: 5px 0;box-shadow: 0 6px 20px #0000004a;display: none;}
.Search--History li {padding: 5px 13px;}
.Search--History li i {color: #fa921e80;padding-left: 5px;}
header.Main--Header .Header--Search.Active {}
header.Main--Header .Header--Search.Active input[type="text"] {background: #FFF;border-radius: 15px 15px 0 0;z-index: 9999;}
header.Main--Header .Header--Search.Active .Search--History {display: block;}
section.Footer--Filter .Content--Wrapper {display: flex;}
section.Footer--Filter .Dropdown--Button >span i {vertical-align: top;font-size: 23px;padding-left: 10px;position: absolute;top: 10px;right: 40px;transform: scale(1.5) rotate(395deg);font-size: 30px;opacity: .2;}
.pagination {width: 100%;
    text-align: center;
    margin: 30px 0;}
.pagination ul {list-style: none;
    margin: 0;
    display: flex;
    margin: auto;
    justify-content: center;}
.pagination ul li a , .pagination ul li span {display: block;
    padding: 5px 10px;
    min-width: 50px;
    font-size: 20px;
    border: 1px solid #ffffff36;
    margin: 0 4px;
    border-radius: 5px;}
section.Netflix--Back {
    position: relative;
    height: 540px;
    pointer-events: none;
    }
.vidCont > h3 {position: absolute;
    bottom: 90px;
    text-align: revert;
    width: 1200px;
    right: calc(50% - 600px);
    font-size: 28px;
    z-index: 999;}
.Som--Info {position: absolute;
    bottom: 0;
    z-index: 99999;
    width: 1200px;
    right: calc(50% - 600px);}
.Som--Info .Watch--Movie {float: left;
    background: linear-gradient(180deg,#e50913,#cc060f);
    font-size: 18px;
    line-height: 70px;
    height: 70px;
    position: relative;
    top: -12px;
    border-radius: 5px;}
.Som--Info .Watch--Movie a {display: block;width: 100%;height: 100%;padding-right: 60px;padding-left: 15px;font-weight: bold;}
.Som--Info .Watch--Movie a i {position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    border-left: 1px solid #0000003d;
    line-height: 70px;
    text-align: center;font-size: 29px;}
section.tabs ul {
    border-bottom: 2px solid #ffffff3b;
    display: flex;
    flex-wrap: wrap;
}
section.tabs ul li {
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
}
section.tabs ul li.active, section.tabs ul li:hover {
    color: #fa921e;
}
section.tabs ul li.active:after, section.tabs ul li:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -2px;
    background: #fa921e;
    height: 2px;
}
section.tabContents {
    min-height: 310px;
    padding: 20px 10px;
}
section.allepcont {
    margin: 20px 0;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
    gap: 10px;
    padding: 0 12px;
}
.row>a {
    display: block;
    padding: 0;
    transition: .3s;
    position: relative;
    width: 227px;
    overflow: hidden;
}
.row a .image {
    width: 100%;
    height: 140px;
    background: #11111b;
    overflow: hidden;
    border-radius: 20px;
}
.image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row a .image img {
    transition: .5s ease-in-out;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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: #fa921e;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 30px;
    z-index: 99;
}
.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;
}
.Header--Onscroll {
    transform: translate(0px, -200px);
    opacity: 0;
}
.admin-bar header.Main--Header {
    top: 32px;
}
header.Main--Header.Fixed--Head {
    backdrop-filter: blur(8px);
    box-shadow: 0 0 30px #00000040;
    background: #00000057;
    border-color: #3c83ed0d;
}
header.Main--Header.Fixed--Head .Content--Wrapper {
    padding: 2px 0;
}
span.title {
    display: block;
    max-width: 1200px;
    margin: auto;
    font-size: 24px;
    text-align: center;
    color: #06f;
    margin-bottom: 20px;
    font-weight: bold;
}
ul.SlidesList .owl-item {
    float: left;
    transition: .3s ease;
    position: relative;
}
.HomeSlider {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    margin-bottom: 10px;
}
.sliderCont {
    position: relative;
    margin: auto;
    overflow: hidden;
}
ul.SlidesList {
    position: relative;
    direction: ltr;
    overflow: hidden;
    height: 400px;
    display: flex;
}
ul.SlidesList .owl-item {
    float: left;
    transition: .3s ease;
    position: relative;
}
ul.SlidesList .owl-item>li {
    position: relative;
    width: 192px;
    height: 400px;
    display: inline-block;
    margin: 0 3px;
    overflow: hidden;
    background: #ffffff12;
    transition: 200ms all ease;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeholder;
    animation-timing-function: linear;
    background: linear-gradient(to right,#181821 8%,#19192b 18%,#00000069 33%);
    background-size: 1200px 100px;
    border-radius: 4px;
}
ul.SlidesList .owl-item>li:before {
    opacity: 0;
    content: '';
    position: absolute;
    top: -4px;
    margin-left: 5px;
    left: 100%;
    width: 120px;
    transition: .3s .3s all ease;
    height: calc(100% + 9px);
    background: linear-gradient(to right,#05080e,transparent);
}
.owl-stage-outer {
    display: block;
}
ul.SlidesList .owl-item>li a {
    display: block;
    width: 100%;
    height: 100%;
}
ul.SlidesList .owl-item.active>li a:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    z-index: 2;
}
.imdbS {
    position: absolute;
    width: auto;
    box-shadow: 0 1px 5px #181821;
    right: 10px;
    height: 20px;
    top: 12px;
    line-height: 22px;
    z-index: 9999999;
    color: #1e1e1e;
    padding: 0 5px;
    text-align: center;
    border-radius: 4px;
    transition: .35s all ease;
    background: #ffee1e;
    border-radius: 20px;
}
.cat {
    position: absolute;
    top: 33px;
    right: 5px;
    left: 5px;
    text-align: right;
    z-index: 9999;
}
.cat strong {
    display: inline-block;
    background: #000000bf;
    color: #fff;
    box-shadow: 0 0 3px #000;
    border-radius: 20px;
    padding: 0 5px;
    transition: .35s ease;
    font-size: 12px;
    opacity: 0;
}
.imdbS span {
    font-size: 14px;
    position: relative;
    margin-right: 3px;
}
.imdbS strong {
    font-size: 16px;
    display: inline-block;
}
.qualityPase {
    position: absolute;
    width: auto;
    background: #1467e4;
    box-shadow: 0 2px 5px #00000052;
    left: 10px;
    height: 24px;
    top: 10px;
    z-index: 9999999;
    color: #fff;
    padding: 0 5px;
    text-align: center;
    display: inline-block;
    border-radius: 24px;
    font-weight: 700;
    font-size: 14px;
    transition: .35s all ease;
}
.PosterBG {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    transition: .35s all ease;
    border-radius: 6px;
}
.PosterBG img{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
ul.SlidesList .owl-item>li .TitleItem {
    position: absolute;
    width: 100%;
    font-size: 14px;
    transition: .3s all ease;
    font-weight: 700;
    transition-delay: .3s;
    line-height: 19px;
    color: #fff;
    bottom: 0;
    right: 0;
    padding: 15px;
    text-align: center;
    z-index: 3;
    transform: translateY(100%);
}
ul.SlidesList .owl-item>li:after {
    content: '';
    position: absolute;
    top: 0;
    margin-right: 5px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s all ease;
    opacity: 0;
    background: linear-gradient(to top,#02020F,transparent);
}
ul.SlidesList .owl-item>li .TitleItem h1 {
    font-size: 16px;
    direction: rtl;
}
ul.cats {
    margin-bottom: 10px;
}
ul.cats li {
    display: inline-block;
    background: #ffee1e;
    box-shadow: 0 0 10px #ffee1e;
    padding: 2px 8px;
    border-radius: 50px;
    margin: 1px 2px;
    font-size: 13px;
    color: #181821;
}
ul.SlidesList .owl-item>li:hover {
    width: 270px;
}
li:hover .imdbS {
    opacity: 0;
}
ul.SlidesList .owl-item:hover .imdbS {
    top: 10px;
}
ul.SlidesList .owl-item:hover .qualityPase {
    top: 10px;
    opacity: 0;
}
ul.SlidesList .owl-item:hover>li .TitleItem {
    transform: translateY(0);
}
ul.SlidesList .owl-item:hover>li:after {
    opacity: 1;
}
.HomeSlider span.next, .HomeSlider span.prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    font-weight: 700;
    font-size: 77px;
    color: #fff;
    cursor: pointer;
    text-shadow: 4px 0 3px #000;
    z-index: 999;
    left: 0;
    line-height: 60px;
    transform: translateY(-50%);
}
.HomeSlider span.next {
    right: 0;
}
.HomeSlider:before {
    content: '';
    position: absolute;
    width: 190px;
    bottom: 25px;
    right: 0;
    background: linear-gradient(to right,#02020f00,#02020f66,#02020F);
    z-index: 9;
    top: 87px;
}
.HomeSlider:after {
    content: '';
    position: absolute;
    width: 190px;
    bottom: 0;
    top: 87px;
    left: 0;
    background: linear-gradient(to left,#02020f00,#02020f66,#02020F);
    z-index: 9;
    bottom: 25px;
}
.fa-chevron-right:before {
    color: #fa921e;
    text-shadow: 0 0 15px rgb(51 91 251);
}
.AdIsSkiped, .DownloadSection {
    height: auto;
    overflow: hidden;
    transition: .35s all ease;
    display: inline-block;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: 9;
}
.WatchServersMain {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.serverCont {
    overflow: hidden;
    margin: 0 auto;
}
section.rightmaininfo {
    width: 285px;
    float: right;
    padding: 9px;
    height: calc(100vh - 90px);
    overflow: auto;
    border-left: 1px solid #00000036;
    overflow-x: hidden;
}
.list {
    display: flex;
    margin: 0;
}
.list>div {
    flex: 1;
    padding: 5px 10px;
    text-align: center;
    background: #11111b;
    margin: 0 2px;
    border-radius: 7px;
    cursor: pointer;
    transition: .4s ease;
    box-shadow: 0 0 5px #0003;
}
element.style {
}
.list>div.active {
    background: #fa921e;
    color: #fff box-shadow:0 0 10px #fa921e;
}
.list>div i {
    display: block;
    font-size: 25px;
    margin-bottom: 2px;
}
.DownloadContents, ul.WatchServers {
    color: #fff;
    padding: 10px 5px;
    text-align: center;
}
ul.WatchServers>li {
    user-select: none;
    text-align: right;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border-bottom: 2px solid #ffffff1f;
    font-size: 17px;
    display: block;
    margin-bottom: 8px;
    padding: 6px 8px;
    text-transform: uppercase;
    transition: .35s ease;
}
ul.WatchServers>li.active, ul.WatchServers>li:hover {
    color: #fff;
    font-size: 20px;
}
ul.WatchServers>li.active {
    background: #fa921e;
    border-radius: 20px 0 0 20px;
    border-right: 3px solid #fa921e;
}
ul.WatchServers>li img,
ul.WatchServers>li i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 20px;
    filter: grayscale(1);
    opacity: .5;
    transition: .3s ease-in-out;
}
ul.WatchServers>li.active img, ul.WatchServers>li:hover img {
    filter: grayscale(0);
    opacity: 1;
}
div#dwn, div#ede {
    padding: 20px 0;
    display: none;
}
.specialDownload {
    text-align: center;
}
.specialDownload a {
    background: #eac13b;
    display: block;
    padding: 3px 40px;
    border-radius: 5px;
    margin-bottom: 4px;
    position: relative;
    height: 50px;
}
.specialDownload a i {
    animation: 2s linear rot infinite alternate;
    position: absolute;
    color: #2853fc;
    font-size: 20px;
    float: right;
    vertical-align: text-bottom;
    display: inline-block;
    line-height: 37px;
    margin-left: 5px;
    right: 5px;
}
.specialDownload a span:nth-of-type(1) {
    font-size: 17px;
    color: #000;
}
.specialDownload a span:nth-of-type(2) {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #000;
    font-size: 11px;
    width: 100%;
}
div#dwn>div>a {
    display: block;
    border-bottom: 1px solid #ffffff1f;
    font-size: 20px;
    color: #e8e8e8;
    font-weight: 500;
    padding: 5px;
    transition: .3s ease-in-out;
}
div#dwn>div>a i {
    margin-left: 10px;
    font-size: 32px;
    display: inline-block;
    color: #333;
    vertical-align: middle;
}
div#EmbedCode {
    overflow: hidden;
    position: relative;
    margin: 0 10px;
    padding: 10px;
    width: calc(100% - 285px);
    border-radius: 10px;
}
.iframeHolder {
    width: 100%;
    height: 550px;
    display: inline-block;
    background-size: cover;
    background: #08080845;
    border: 5px solid #11111b;
    transition: .1s ease-in-out;
}
.iframeHolder.maxH {
    height: 100vh;
}
div#EmbedCode iframe {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.Two--Items .Title--Box {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #ffffff08;
    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 img {
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #00000080;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ffffff08;
}
.Two--Items .Title--Box .Right h3 {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 400;
}
.Two--Items .Title--Box > a {
    border: 2px solid #ffffff08;
    font-weight: 400;
    padding: 5px 9px;
    border-radius: 8px;
    transition: .3s all ease;
}
.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.SixInRow > div {
    flex: 0 0 calc(100% / 6);
}
.Small--Box {
    flex: 0 0 calc(100% / 5);
    overflow: hidden;
    padding: 0 5px;
}
.Small--Box a {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    overflow: hidden;
}
.Small--Box a .Poster {
    display: block;
    padding-bottom: 150%;
    width: 100%;
    transition: .3s all ease;
}
.Small--Box a .Poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 9px;
}
.Small--Box a h3.title {font-size: 13px;position: absolute;bottom: 0;background: linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);padding: 195px 10px 10px;font-weight: 400;width: 100%;text-align: center;}
section.Two--Items {
    margin: 30px 0;
}
.Small--Box a ul.liList {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 9;
}
.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: 13px;
    font-weight: 500;
    line-height: 1;
    transition: .3s all ease;
}
.Small--Box a ul.liList li:nth-child(1) {
    background: #ffcb17;
    color: #000;
}
.Small--Box a:hover .Poster {
    opacity: .2;
}
.Aside--Posts {}
.Aside--Posts ul {}
.AsidePost {
}
.AsidePost a {
    display: flex;
    margin-bottom: 10px;
}
.AsidePost a .Poster {
    min-width: 100px;
    height: 62px;
    overflow: hidden;
    max-width: 110px;
    border-radius: 8px;
    margin-left: 13px;
}
.AsidePost a .Poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.AsidePost a .Info {
    flex: 1;
}
.AsidePost a .Info h3 {
    font-size: 13px;
    font-weight: 400;
}
.AsidePost:last-child {
    margin-bottom: 0;
}
.Two--Items .Wide--Contents.Reverse {
    margin-left: 0;
    margin-right: 1%;
}
.Wide--Contents.Reverse.OneBox {
    margin: 0;
    flex: 1;
}
.Small--Box a ul.liList li.imdbRating {
    color: #eac13b;
}
.Two--Items .Title--Box > a:hover {
    background: #ffcb17;
    color: #222;
}
ul.Blocks--List.Centered {
    justify-content: center;
}
.watch--area {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
}
.watch--servers--list {
    flex: 0 0 200px;
}
.player--iframe {
    flex: 1;
    background: #08080845;
    border: 2px solid #fa921e14;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 40%;
}
.watch--area.is--series .player--iframe {
}
.watch--area.is--series .player--iframe {
}
.watch--servers--list>span {
    background: #fa921e;
    display: block;
    width: 100%;
    padding: 5px 10px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    height: 50px;
    padding-top: 9px;
    border-radius: 5px;
    margin-bottom: 17px;
}
.watch--servers--list ul {
    display: block;
    overflow: auto;
    max-height: calc(50px * 10);
    overflow: auto;
}
element.style {
}
.watch--servers--list li.server--item.active,.watch--servers--list li.server--item:hover {
    background: #fa921e;
    color: #ffffff;
}
.watch--servers--list li.server--item {
    user-select: none;
    text-align: right;
    color: #ddd;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 21px;
    text-transform: capitalize;
    display: flex;
    transition: .35s ease;
    border-radius: 8px;
    width: 100%;
    background: #ffffff0d;
    color: #fff;
    text-align: center;
    padding: 7px 6px;
    gap: 10px;
}
.watch--servers--list li.server--item:last-child{
    margin-bottom: 0
}
.watch--servers--list li.server--item span {
    font-size: 16px;
    display: block;
    text-align: center;
}
.downloadBTN {
    padding: 9px 20px;
    text-align: right;
    background: linear-gradient(to right,#138c00,#29BF12);
    border-radius: 7px;
    cursor: pointer;
    transition: .4s ease;
    box-shadow: 0 0 5px #0003;
    display: table;
    width: 100%;
    margin: 10px 0;
}
.downloadBTN i.fa-download {
    float: right;
    font-size: 30px;
    margin-left: 10px;
}
.downloadBTN span {
    line-height: 30px;
    font-size: 18px;
}
.downloadBTN .fa-angle-down {
    float: left;
    line-height: 30px;
    font-size: 20px;
}
.downloads a.download--item {
    padding: 9px 20px;
    text-align: right;
    background: #232a34;
    border-radius: 7px;
    cursor: pointer;
    transition: .4s ease;
    box-shadow: 0 0 5px #0003;
    display: table;
    width: 100%;
    margin: 10px 0;
}
.downloads a.download--item i {
    float: right;
    font-size: 20px;
    padding-left: 13px;
}
.downloads a.download--item span {
    float: right;
    padding-top: 5px;
}
.downloads a.download--item em {
    float: left;
    font-size: 12px;
    font-style: normal;
    padding-top: 5px;
}
.watch--servers--list li.server--item:nth-child(2n+0) {
}
.downloads {
    display: none;
}
.episodes--side--list {
    float: left;
    width: 280px;
}
.seasons--toggler {
    margin-bottom: 15px;
}
.seasons--toggler h3 {
    display: block;
    width: 100%;
    height: 45px;
    background: #ffffff0d;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
    line-height: 45px;
    cursor: pointer;
    transition: .4s all ease;
}
.seasons--toggler h3 i {
    float: left;
    font-size: 25px;
    line-height: 48px;
    transition: .3s all ease;
}
.seasons--toggler ul {
    background: #ffffff0f;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    display: none;
}
.episodes--list--side {
    width: 100%;
    max-height: calc(100vh - 180px);
    overflow: auto;
}
.episodes--list--side a {
    float: right;
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
    height: 40px;
    background: #ffffff0d;
    color: #fff;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 44px;
    overflow: hidden;
    transition: .3s all ease;
    padding: 0 14px;
}
.episodes--list--side a.active,.episodes--list--side a:hover {
    background: #fa921e;
}
.episodes--list--side a.active,.episodes--list--side a:hover {
    background: #fa921e;
}
.episodes--list--side a:nth-child(2n+0) {
    margin-left: 0;
}
.episodes--list--side a em {
    font-family: 'Righteous';
    font-style: normal;
    padding-right: 9px;
    float: left;
    font-size: 20px;
    line-height: 40px;
}
li.Slides--Item {}
li.Slides--Item .Block--Item {
    width: 100%;
    margin: 0;
}
section.Channels--Tv {
    margin: 50px 0;
}
ul.Channels--List {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
ul.Channels--List .Channel--Item {
    max-width: 220px;
    margin: 0 15px;
    min-width: 200px;
}
ul.Channels--List .Channel--Item a {
    display: block;
    width: 100%;
}
ul.Channels--List .Channel--Item a img {
    display: block;
    width: 100%;
    transition: .3s all ease;
}
ul.Channels--List .Channel--Item a h3 {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translate(0%,-50%);
    font-size: 23px;
    opacity: 0;
    transition: .3s all ease;
    text-align: center;
    font-weight: 400;
}
ul.Channels--List .Channel--Item:hover h3 {
    opacity: 1;
}
ul.Channels--List .Channel--Item:hover a img {
    opacity: .3;
    filter: blur(4px) grayscale(1);
    transform: scale(1.1);
}
section.Alert--Box {}
section.Alert--Box h2 {
    margin-top: 10px;
    padding: 5px;
    color: #515161;
    font-size: 14px;
    text-align: center;
    border: 2px solid #11111b;
    border-radius: 7px;
    margin-bottom: 50px;
    margin-top: 30px;
}
.trailer--popup {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 99999999;
    background: #12181fd9;
    transition: .4s all ease;
    opacity: 0;
    visibility: hidden;
}
.pop--iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    height: 60%;
}
.pop--iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.close--pop {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 40px;
    color: #DDD;
    cursor: pointer;
}
.trailer--popup.active {
    opacity: 1;
    visibility: visible;
}
.gtop {
    display: block;
    width: 160px;
    background: #fa921e;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    border-radius: 18px 18px 0 0;
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 999999;
    -webkit-box-shadow: 0 0 20px #00000045;
    box-shadow: 0 0 20px #00000045;
    font-weight: bold;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.gtop.show {
    opacity: 1;
    visibility: visible;
}
footer {
    background: #ffffff05;
    /* margin-top: 30px; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* padding: 10px; */
    /* border-radius: 8px; */
    /* margin-bottom: 20px; */
}
footer .Content--Wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.WebsiteCopyrights {}
.AboElsheyo5 {}
.AboElsheyo5 a img {
    width: 160px;
}
.AboElsheyo5 a {
    display: block;
}
.openChat {
    width: 110px;
    text-align: center;
    background: #ffffff08;
    border-radius: 8px;
    padding: 3px 0;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 0 7px #00000038;
    transition: .3s all ease;
}
.openChat:hover {
    background: #1e64d7;
}
.Two--Items .Title--Box .Right img:hover {
    box-shadow: 0 0 3px #fa921e;
}
.openChat:hover {
    box-shadow: 0 0 3px #fa921e;
}
a.download--direct {
    display: block;
    background: #43a047;
    margin-bottom: 10px;
    border-radius: 8px;
    padding: 4px 10px 5px;
    padding-right: 60px;
}
a.download--direct i {
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    float: right;
    position: absolute;
    top: 13px;
    right: 20px;
}
a.download--direct span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
}
a.download--direct em {
    font-style: normal;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: bold;
}
.Advanced--Filter .Content--Wrapper .Advanced--Filter--List {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
}
.List--Of--Terms {
    flex: 1;
    margin-left: 8px;
    max-height: 333px;
    overflow: auto;
    border-radius: 7px;
}
.List--Of--Terms li {
    color: #999;
    border-bottom: 2px solid #ffffff0d;
    padding: 3px 26px 3px 4px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    transition: .35s ease;
}
.List--Of--Terms li span {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #c7c7c729;
    right: 4px;
    top: 9px;
    border-radius: 4px;
    line-height: 15px;
    color: #000;
}
.List--Of--Terms li span i {
    display: none;
    font-size: 15px;
    width: 15px;
    text-align: center;
    height: 25px;
    line-height: 15px;
}
.List--Of--Terms li:hover {
    background: #ffffff14;
    color: #fff;
}
.Advanced--Filter input[type="submit"] {
    margin: 20px auto 0;
    background: #3f6af4;
    padding: 2px;
    text-align: center;
    display: block!important;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
    transition: .35s ease;
    display: block;
    width: 100%;
    color: #FFF;
}
.Advanced--Filter input[type="submit"]:hover {
    background: #ffffff21;
}
.Advanced--Filter {
    display: none;
}
.List--Of--Terms li.active {
    background: linear-gradient(0deg,#2e499a,#3a5ed0);
    color: #fff;
}
.List--Of--Terms li.active span i {
    display: block;
    color: #FFF;
}
.chatBox {
    position: absolute;
    width: 300px;
    left: 0px;
    background: #0084ef;
    z-index: 99999;
    bottom: 27px;
    border-radius: 13px;
    transition: .45s cubic-bezier(.29,-.12,.67,1.43);
    height: 400px;
    opacity: 0;
    box-shadow: 0 0 10px #0000007d;
    visibility: hidden;
    padding: 10px;
}
.chatBox.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.alertdownfullseries {
    display: flex;
    color: #fff;
    text-align: center;
    padding: 10px 19px;
    font-size: 16px;
    border-radius: 4px;
    background: #eac13b;
    font-weight: 900;
    align-items: center;
}
.alertdownfullseries a {
    color: #000;
}
h2.choose-link {
    padding: 13px;
}
h2.choose-link i {
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    background: #778d00;
    margin-left: 10px;
    color: #000;
}
.links {
    text-align: center;
}
.links a {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #778d00;
    color: #778d00;
    margin: 2px;
    font-size: 15px;
}
.links a i {
    margin-left: 5px;
}
.fa-cloud-download:before {
    color: #f4f8ff;
}
.pagination span.page-numbers.current {
    background: #fa921e;
    border-color: #0b53bf;
}
#lastnews .vticker {
    color: #fff;
    line-height: 30px;
    cursor: pointer;
}
#lastnews .vticker a{
    color: #fff;
}
#lastnews .vticker li {
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
    color: #fff;
}
.vticker ul {
    display: list-item;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.News--Bar .News--Content .newsContent {
    flex: 1;
    margin-right: 10px;
}
.seasons--toggler ul li a {
    display: block;
    font-size: 14px;
    padding: 11px 25px;
}
.seasons--toggler.active h3 {
    border-radius: 10px 10px 0 0;
}
.archiveTitle h1 {
    float: right;
    font-size: 22px;
    font-weight: 400;
}
.archiveTitle ul {
    float: left;
}
.archiveTitle h1 img {
    width: 40px;
    box-shadow: 0 0 10px #00000080;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid #ffffff08;
    margin-left: 10px;
}
.archiveTitle ul a {
    display: inline-block;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 8px;
    border: 2px solid;
    transition: .35s ease;
    color: #484f67;
    font-size: 15px;
    position: relative;
    margin-right: 9px;
}
.archiveTitle ul a.active {
    color: #FFF;
}
div#lastnews {
    display: flex;
}
.Explore--Title {
    text-align: center;
    margin: 30px auto;
    width: 100%;
}
.Explore--Title h1 {
    font-size: 29px;
}
.Explore--Title h2 {
    color: #d1af25;
}
.mobile--bars {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 32px;
    cursor: pointer;
    display: none;
}
.mobile--search {
    display: none;
    position: absolute;
    left: 20px;
    top: 22px;
    font-size: 26px;
    cursor: pointer;
}
.searchPopOn .homepage__bg {
    opacity: 0;
}
.searchPopOn {
    overflow: hidden;
}
.searchPopOn .popSearch {
    opacity: 1;
    visibility: visible;
}
.TitleBox {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 10px 0;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
}
.TitleBox > h2::before {
    content: "";
    height: 4px;
    width: 40px;
    background: #fa921e;
    border-radius: 2px;
    display: block;
    top: 100%;
    position: absolute
}
.TitleBox > h2::after {
    content: "";
    position: absolute;
    right: 63px;
    display: inline-block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #fa921e;
    box-shadow: 9px 0 0 0 #fa921e,18px 0 0 0 #fa921e;
    top: 100%
}
.TitleBox h2 {
    padding-bottom: 5px;
}
.page--contents {
    margin: 0 0 30px;
}
.Small--Box a .playIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
    font-size: 50px;
    transform: translate(-50%,-50%) rotate(360deg);
    color: #dfcece;
    transition: .3s all ease;
    opacity: 0;
}
.Small--Box a:hover .playIcon {
    transform: translate(-50%,-50%) rotate(0deg);
    opacity: 1;
}
ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.paginate {
    margin: 20px 0;
}
ul.page-numbers li a,ul.page-numbers li span {
    display: flex;
    padding: 5px 5px;
    background: #ffffff0d;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
ul.page-numbers li.active a {
    background: #fa921e;
}
.Fixed--Head .Logo--Area {
    transform: scale(.7);
}
.Small--Box a.recent--block {}
.Small--Box a.recent--block ul.liList li {
    transform: translate(40px, 0);
    opacity: 0;
}
.Small--Box a.recent--block:hover ul.liList li {
    transform: translate(0, 0);
    opacity: 1;
}
.Small--Box a.recent--block:hover ul.liList li:nth-child(2){
    transition: .3s .1s all ease
}
.Small--Box a.recent--block:hover ul.liList li:nth-child(3){
    transition: .3s .1s all ease
}
.Small--Box a .number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #00000094;
    z-index: 9;
    text-align: center;
    padding: 4px 12px;
    border-radius: 8px;
    transition: .3s .1s all ease;
    font-size: 17px;
    line-height: 20px;
}
.Small--Box a .number span {
    display: block;
    font-weight: bold;
    font-size: 14px;
}
.Small--Box a.recent--block:hover .number {
    transform: translate(0px, 100px);
    opacity: 0;
    transition: .3s 0s all ease;
}
.Small--Box a.recent--block:hover .ribbon {
    opacity: 0;
}
.TitleBox.Small h2 {
    font-size: 17px;
    font-weight: 400;
}
.TitleBox.Small {
    margin-bottom: 0;
}
.TitleBox.Small h2 i {
    padding-left: 7px;
    color: #fa921e;
}
.UnderPoster > div.ShowTrailerSingle {
    background: #ffffff0d;
    cursor: pointer;
}
.UnderPoster {
    display: flex;
    gap: 10px;
}
.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.imdbR {
    color: #222;
    background: #eac13b;
    font-weight: bold;
}
.UnderPoster > div.imdbR em {
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
}
.UnderPoster > div.imdbR span {
    font-size: 22px;
    line-height: 20px;
}
.UnderPoster > div i {
    font-size: 13px;
}
.BTNSDownWatch {}
.BTNSDownWatch a {
    text-align: center;
    width: 190px;
    font-size: 20px;
    border-radius: 8px;
    background: #ffffff0d;
    display: block;
    padding: 10px 0px;
    background: #ffffff0d;
    transition: .3s all ease;
}
.BTNSDownWatch a.watch {
    margin-bottom: 15px;
}
.BTNSDownWatch a.watch:hover {
    background: #fa921e;
}
.BTNSDownWatch a i {
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
}
.BTNSDownWatch a.download:hover{
    background: #31a24c;
}
.BTNSDownWatch a.download:hover p,
.BTNSDownWatch a.watch:hover p{
    color: #FFF
}
.BTNSDownWatch a span {
    display: block;
    color: #FFF;
    font-size: 18px;
}
.infoAndWatch {
    display: flex;
    gap: 15px;
}
.BTNSDownWatch a p {
    font-size: 12px;
    color: #AAA;
    transition: .3s all ease;
}
.BTNSDownWatch a.watch svg {
    width: 40px;
    fill: #fa921e;
    transition: .3s all ease;
}
.breadcrumbs span:hover {
    color: #FFF;
}
.BTNSDownWatch a.download i {
    color: #31a24c;
}
.BTNSDownWatch a.watch:hover svg {
    fill: #FFF;
}
.BTNSDownWatch a.download:hover i {
    color: #FFF;
}
.PreWidth .Small--Box {
    flex: 0 0 240px;
}
.shortlink {
    display: table;
    position: relative;
    padding: 3px 15px;
    border-radius: 7px;
    padding: 3px 12px;
    background: #ffffff0d;
    height: 34px;
    margin-top: 15px;
}
.shortlink span {
    display: inline-block;
    font-size: 12px;
}
.shortlink input[type="url"] {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
}
.shortlink span:nth-child(2) {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 8px;
}
.shortlink button {
    padding: 0;
    border: none;
    color: #fff;
    background: rgba(0,0,0,.3);
    border-radius: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    margin-right: 8px;
}
.shortlink button i {
    display: block;
    line-height: 26px;
    width: 26px;
    height: 26px;
}
.player--iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.watch--servers--list .TitleBox {
    margin-top: 0;
    padding-top: 0;
}
ul.RightTaxContent>li strong {
    font-weight: 400;
    font-size: 13px;
}
h2.watch--servers-title {
    display: block;
    width: 100%;
    height: 45px;
    background: #fa921e;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 5px;
    line-height: 45px;
    cursor: pointer;
    transition: .4s all ease;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}
.watch--servers--list li.server--item i {
    font-size: 12px;
    border-radius: 35px;
    width: 25px;
    height: 25px;
    line-height: 25px;
}
.watch--servers--list li.server--item.active i {
    background: #00000026 !important;
}
.WatchBar {
    display: flex;
    justify-content: space-between;
    padding: 7px 7px;
    background: #ffffff0d;
    border-radius: 8px;
    margin: 10px 0 15px;
}
.WatchBar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}
.WatchBar a.back {
    background: #FFD423;
    color: #222;
}
.WatchBar a.download {
    background: #31a24c;
}
.WatchBar a i {
    font-size: 19px;
}
.episodes--buttons {display: flex;padding-right: 210px;padding-left: 290px;gap: 15px;}
.episodes--buttons>* {
    flex: 1;
    height: 50px;
    position: relative;
    white-space: nowrap;
    color: #b5b5b5;
    background: #ffffff0d;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    font-weight: bold;
}
.watch--area.is--series .episodes--buttons {
    left: 300px;
}
.episodes--buttons >a span {
    font-size: 17px;
}
.episodes--buttons >a b {
    font-size: 15px;
    float: right;
    margin-top: 29px;
    margin-right: 20px;
}
.episodes--buttons >a strong {
    font-family: 'Righteous';
    font-weight: 400;
    font-size: 30px;
}
.episodes--buttons >a.next b {
    float: left;
    margin-left: 20px;
}
.episodes--buttons >a:hover {
    color: #FFF;
}
.episodes--buttons .current span {
    display: inline-block;
    margin-left: 10px;
    font-size: 21px;
    font-weight: bold;
}
.episodes--buttons .current em {
    font-family: 'Righteous';
    vertical-align: top;
    font-size: 28px;
    padding-right: 9px;
    font-style: normal;
    line-height: 40px;
}
.episodes--buttons >a:hover {
    color: #333;
    background: #FFD423;
}
.episodes--buttons>.current {
    background: #FFD423;
    color: #222;
}
.WatchBar a.watch {
    background: #fa921e;
}
.TitleBox i {
    padding-left: 10px;
    font-size: 28px;
}
ul.download-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    row-gap: 20px;
}
ul.download-items li {
    flex: 0 0 calc(100% / 5);
    padding: 0 10px;
    overflow: hidden;
}
a.downloadsLink {
    display: flex;
    align-items: center;
    padding: 6px 20px;
    background: #ffffff0d;
    border-radius: 8px;
    gap: 15px;
    transition: .3s all ease;
}
a.downloadsLink i {
    font-size: 26px;
}
.DownloadBlock {
    margin-bottom: 20px;
}
a.downloadsLink .text {
    flex: 1;
}
a.downloadsLink .text p {
    font-size: 13px;
}
a.downloadsLink .text span {
    font-size: 19px;
}
a.downloadsLink.green {
    background: #31a24c;
}
a.downloadsLink:hover {
    background:#31a24c
}
.episodes--buttons.download {
    padding: 0 240px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.DownloadBox {
    background: #ffffff0d;
    padding: 10px 20px;
}
.DownloadBlock .TitleBox h2 span {
    color: #FFD423;
    font-weight: bold;
}
.DownloadBlock .TitleBox h2 {
    font-weight: 400;
    font-size: 23px;
}
.proServer {
    display: table;
    margin-bottom: 10px;
}
h2.download-title {
    display: table;
    height: 45px;
    background: linear-gradient(-90deg,#ffffff0d 15%,#ffffff00);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
    line-height: 45px;
    cursor: pointer;
    transition: .4s all ease;
    font-weight: 400;
    width: 100%;
    margin-bottom: 20px;
}
h2.download-title span {
    font-weight: bold;
    color: #FFD423;
}
h2.download-title i {
    padding-left: 10px;
}
.BTNSDownWatch a.downloadFullSeason {
    background: #eac13b;
    color: #222;
    font-size: 13px;
    font-weight: bold;
}
.Small--Box .number.Collection {
    padding: 3px 10px;
}
.TitleBox > ul {
    display: flex;
    align-items: center;
    gap: 10px;
}
.TitleBox ul li a {
    display: block;
    background: #ffffff0d;
    padding: 3px 18px;
    border-radius: 35px;
    font-weight: 400;
    font-size: 14px;
    transition: .3s all ease;
}
.TitleBox ul li a.active,.TitleBox ul li a:hover {
    background: #fa921e;
}
.TitleBox ul  >span {
    background: #ffcb17;
    color: #222;
    border-radius: 25px;
    font-size: 13px;
    padding: 5px 21px;
    font-weight: bold;
}
.TitleBox ul span i {
    font-size: 15px;
}
h3.notFound {
    flex: 1;
    text-align: center;
    padding: 50px 0;
    font-size: 20px;
    color: #ffcb17;
}
.filterPosts #filterForm {
    display: flex;
    align-items: center;
    flex: 1;
    width: 100%;
}
.filterPosts #filterForm > ul {
    display: flex;
    gap: 15px;
    width: 100%;
}
.filterPosts #filterForm > ul > li {
    flex: 1;
}
.filterPosts #filterForm > ul > li > span.current {
    display: block;
    background: #ffffff0d;
    border-radius: 25px;
    padding: 7px 20px 7px 36px;
    font-weight: 400;
    cursor: pointer;
    color: #FFF;
    font-size: 13px;
}
.filterPosts #filterForm > ul > li > ul {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background: #1c222c;
    width: 100%;
    color: #fff;
    font-weight: bold;
    max-height: 350px;
    overflow: auto;
    border-radius: 8px;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.filterPosts #filterForm > ul > li > i {
    position: absolute;
    top: 10px;
    left: 15px;
    font-size: 17px;
    padding: 0;
}
.filterPosts #filterForm > ul > li:last-child > ul {
    right: auto;
    left: 0;
}
.filterPosts #filterForm > ul > li > ul > li {
    padding: 5px 20px;
    cursor: pointer;
    border-bottom: 1px solid #dddddd08;
    transition: .3s all ease;
}
.filterPosts #filterForm > ul > li > ul > li:last-child {
    border-bottom:0;
}
.filterPosts #filterForm > ul > li.active > ul {
    opacity: 1;
    visibility: visible;
}
.filterPosts.seriesFilter {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 2px solid #ffffff12;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.filterPosts.seriesFilter ul {
    flex: 1;
}
.filterPosts.seriesFilter #filterForm > ul >li {
    flex: 1;
}
.filterPosts #filterForm > ul input[type="submit"] {
    background: #fa921e;
    color: #FFF;
    border: 0;
    padding: 0 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
}
.filterPosts.seriesFilter > span {
    color: #FFD423;
    font-size: 16px;
}
.filterPosts #filterForm > ul > li > ul > li.active {
    background: #ffffff0f;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fa921e;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
ul.Posts--List.isLoading {
    align-items: center;
    justify-content: center;
    padding: 160px 0;
}
ul.Posts--List.SixInRow > div.loader {
    flex: 1;
    align-items: center;
    justify-content: center;
    display: flex;
}
.filterPosts #filterForm > ul >li.category {
    flex: 0 0 180px;
}
.filterPosts {
    min-width: 81%;
    display: flex;
}
.ribbon {
    position: absolute;
    top: 30px;
    left: -61px;
    width: 200px;
    height: 27px;
    background: #fa921e;
    text-align: center;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    transform: rotate(-45deg);
    z-index: 9;
    transition: .4s all ease;
    box-shadow: 0 0 3px #fa921e;
}
@media(max-width: 720px){
    .breadcrumbs i{
        top: 3px;
    }
}
.MainMenuOverlay {
    position: fixed;
    top: 0;
    opacity: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #150606d9;
    transition: .2s all ease;
}
body.MenuOn .MainMenuOverlay {
    visibility: visible;
    opacity: 1;
}
.mobile--menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    transition: .3s all ease;
}
.mobile--menu ul#main-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 11;
    width: 250px;
    padding: 20px !important;
    height: 100%;
    background: #1f252eba;
    transition: .3s all cubic-bezier(1,0.05,0,0.98);
    transform: translate(140%,0%);
    overflow: hidden;
    z-index: 99999999999;
    opacity: 0;
    visibility: hidden;
    margin: 0;
}
.MenuOn .mobile--menu ul#main-menu {
    opacity: 1;
    transform: translate(0);
    visibility: visible;
    overflow: auto;
}
.MenuOn .mobile--menu {
    opacity: 1;
    visibility: visible;
}
.mobile--menu ul#main-menu {
}
.mobile--menu ul#main-menu > li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
}
.mobile--menu ul#main-menu > li > ul {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translate(0);
    right: 0;
    background: #ffffff08;
    width: 100%;
    color: #FFF;
}
.mobile--menu ul#main-menu > li > ul > li {
}
.mobile--menu ul#main-menu > li > ul > li > a {
        display: block;
    padding: 10px 20px;
    font-size: 13px;
}
.mobile--menu ul#main-menu > li > a{
    padding: 0 10px;
    font-weight: bold;
    font-size: 15px;
    line-height: 50px;
}
.mobile--menu ul#main-menu > li.Added--Recently {
    color: #fa921e;
    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;
}
header.Main--Header.Fixed--Head {
    padding-bottom: 0;
    background: #13161c;
}

@media only screen and (max-width: 1390px){
        .Slider--Inner .Arrow--Right{
        right: 0px;
        text-shadow: -1px 4px 0px #000;
    }
    .Slider--Inner .Arrow--Left{
        left: 0;
        text-shadow: -1px 4px 0px #000;
    }
}
@media only screen and (max-width: 1024px){
    .TitleBox{
        display: table;
    }
    .TitleBox h2{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .TitleBox > ul, .filterPosts #filterForm, .filterPosts.seriesFilter,.filterPosts #filterForm > ul{
        flex-wrap: wrap;
    }
    .TitleBox ul > li {
        flex: 1;
        min-width: 48%;
        text-align: center;
    }
     .TitleBox ul >span{
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .filterPosts #filterForm,
    .filterPosts.seriesFilter > span{
        flex: 0 0 100%;
    }
    .Block--Item a .Poster--Block{
        padding-bottom: 130%;
    }

    .MainSingle {
    }
    header.Main--Header .Header--Search{
        position: absolute;
        top: 80px;
        left: -15px;
        right: -15px;
        opacity: 0;
        visibility: hidden;
        transition: .4s all ease;
        background: #02020F;
        width: calc(100% + 6%);
        padding: 0 25px;
        z-index: 999;
        padding: 9px 20px 9px 15px;
    }
    header.Main--Header .Header--Search input {
        padding: 5px 20px;
    }
    header.Main--Header .Header--Search button{
        padding: 3px 10px;
    }
    .searchOn header.Main--Header .Header--Search{
        opacity: 1;
        visibility: visible;
    }
    header.Main--Header{
        padding-bottom: 20px;
    }
    header.Main--Header nav.Menu--Contents{
        position: fixed;
        top: 0;
        right: 0;
        z-index: 11;
        width: 250px;
        padding: 20px !important;
        height: 100%;
        background: #1f252eba;
        transition: .3s all cubic-bezier(1,0.05,0,0.98);
        transform: translate(140%,0%);
        overflow: hidden;
        z-index: 99999999999;
        opacity: 0;
        visibility: hidden;
        margin: 0;
    }
    .mobile--search , .mobile--bars {
        display: block
    }
    header.Main--Header .Header--Social{
        width:100%
    ;
        text-align: center;
        align-items: center;
        justify-content: center;
        margin-top: 11px;
    }
}
@media only screen and (max-width: 970px){
    .filterPosts #filterForm > ul >li , .filterPosts.seriesFilter #filterForm > ul >li{
        flex: 0 0 48%;
    }
    .filterPosts #filterForm > ul input[type="submit"]{
        flex: 0 0 100%;
        padding: 8px;
    }
    .Two--Items .Wide--Contents, .Two--Items .Aside--Contents , .Two--Items .Wide--Contents.Reverse{
        flex: 0 0 100%;
        margin: 0 0 10px;
        margin-right: 0;
    }
    section.Two--Items.Movies .Content--Wrapper aside.Aside--Contents {
        order: 2;
    }
    section.Footer--Filter .Content--Wrapper{
        flex-wrap: wrap;
    }
    section.Footer--Filter .Dropdown--Button{
        flex: 0 0 47%;
        margin-bottom: 15px;
    }
    .MainSingle .left {
        float: none;
    }
    .MasterSingleMeta {
        width: 100%;
    }
    .MediaQueryLeft .right{
        flex-wrap:wrap;
    }
    a.watchAndDownlaod, .trl{
        width:100%;
        margin:5px 0
    }
    .breadcrumbs {
        width: auto;
        height: auto;
        float: none;
        line-height: initial;
        margin: 6px;
        display: table;
        margin: 10px auto;
    }
    .catssection{
        display: table;
        margin: 0 auto 20px;
    }
    .story{
        text-align: center;
    }
    .HomeSlider:before,.HomeSlider:after{
        display: none;
    }
    .Small--Box, ul.Posts--List.SixInRow > div, .PreWidth .Small--Box , .row>a{
        flex: 0 0 calc(100% / 3);
        min-width: auto;
        width: auto;
        max-width: initial;
    }
    .row>a{
        flex: 0 0 31%;
    }
    .MainSingle{
        display: table;
        margin: 0 auto;
    }
    .MainSingle .left{
        width: 89%;
        margin: 0 auto;
        max-width: 400px;
    }
    .infoAndWatch{
        display: table;
        margin: 0 auto;
    }
    .BTNSDownWatch{
        display: flex;
        gap: 10px;
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .BTNSDownWatch a.watch{
        margin: 0;
    }
    .BTNSDownWatch a{
        flex: 1;
    }
    .episodes--buttons , .episodes--buttons.download{
        padding: 0;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 700px){
    ul.download-items li{
        flex: 0 0 calc(100% / 3)
    }
    .BTNSDownWatch a.downloadFullSeason{
        flex: 0 0 100%;
        margin-top: 0px !important;
    }
    .Block--Item a .Poster--Block{
        padding-bottom: 110%;
    }
    .List--Of--Terms{
        flex: 0 0 48%;
        margin: 0 1% 10px;
    }
    .Block--Item{
        min-width: auto;
        flex: 0 0 31%;
    }
    .chatBox{
        transform: translate(0);
    }
    .gtop{
        font-size: 13px;
        font-weight: 400;
        width: auto;
        padding: 0 10px;
        height: auto;
        line-height: 35px;
    }
    footer .Content--Wrapper{
        display: block;
    }
    footer .Content--Wrapper > div{
        display: table;
        margin: 0 auto;
        text-align: center;
    }
    footer .Content--Wrapper .AboElsheyo5{
        margin:10px auto
    }
    .News--Bar .News--Content{
        width: 100%;
        flex: 0 0 100%;
    }
    .News--Bar .Left--Anchors{
        display: flex;
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
        text-align: center;
    }
    .News--Bar .Left--Anchors a{
        flex:1
    }
    .MainSingle .left {
        float: none;
        margin: 0 auto 10px;
    }
    h1.post-title a{
        display: block;
        text-align: center;
    }
    .MasterSingleMeta {
        width: 100%;
    }
    .somInfo, .vidCont h1 {
        bottom: 0;
    }
    .somInfo {
        flex-wrap: wrap;
    }
    .somInfo, .vidCont h1 {
        right: 0;
        width: 100%;
        padding: 0 10px;
        text-align: center;
        margin-bottom: 20px;
    }
    .somInfo div:not(.haveToRegister) {
        padding: 0 5px;
        border: 1px solid #ffffff40;
        font-size: 15px;
        height: 35px;
        line-height: 29px;
        margin-top: 12px;
        width: 100%;
        min-width: 100%;
    }
    .MediaQueryLeft, .MediaQueryRight {
        width: 100%;
        margin: 0;
        padding-right: 0;
    }
    ul.RightTaxContent>li {
        width: 100%;
        flex: 0 0 100%;
    }
    .MediaQueryLeft .right {
        display: block;
    }
    a.watchAndDownlaod, .trl {
        width: calc(100% - 0px);
        margin: 5px auto;
    }
    .alertdownfullseries{
        text-align: center;
        display: block;
        margin-top: 6px;
    }
    section.tabs ul{
    }
    section.tabs ul li{
        font-size: 14px;
        flex: 1;
        text-align: center;
        padding: 0;
    }
}
@media only screen and (max-width: 480px){
     ul.download-items li{
        flex: 0 0 calc(100% / 2);
         padding: 0 5px;
    }
    a.downloadsLink .text span{
        font-size: 16px;
    }
    ul.download-items{
         margin: 0 -5px
    }
    .Block--Item{
        flex: 0 0 47%;
        margin: 0 1% 10px;
    }
    .MainSingle .left {
        width: 260px;
        float: none;
        margin: 0 auto 20px;
    }
    .MasterSingleMeta {
        width: 100%;
    }
}
@media (max-width: 767px){
    .watch--area {
        float: none;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .player--iframe {
        float: none;
        width: 100%;
        height: 310px;
    }
    .watch--servers--list li.server--item .icon--server {
        width: 50px;
        margin-top: -4px;
        height: 30px;
    }
    .watch--servers--list li.server--item .icon--server i {
        font-size: 25px;
    }
    .watch--servers--list {
        width: 100%;
        display: inline-block;
        height: auto;
        padding: 0;
        float: none;
        flex: 0 0 100%;
    }
    .episodes--side--list {
        float: none;
        width: 100%;
        display: inline-block;
    }
    .episodes--buttons .current , .episodes--buttons >a {width: 100%;position: relative;float: none;right: 0;top: 0;margin-top: 0;flex: 0 0 100%;}
    .watch--area.is--series .player--iframe {
        float: none;
        width: 100%;
        display: inline-block;
        margin: 0
    }
    .watch--servers--list li.server--item {
        float: right;
        width: calc((100% / 2) - 5px);
        height: 37px;
        padding-top: 4px;
    }
    .watch--servers--list li.server--item:nth-child(2n+0){
        margin-right:10px
    }
    .watch--servers--list li.server--item span {
        font-size: 15px;
        line-height: 34px;
    }
    .single--buttons > a {
        width: 100%;
        display: table;
        text-align: center;
        align-items: center;
        margin: 0 0 15px;
    }
}
@media only screen and (max-width: 450px){
    .Small--Box, ul.Posts--List.SixInRow > div, .PreWidth .Small--Box , .row>a{
        flex: 0 0 50%;
        width: auto;
    }
    .row>a{
        flex: 0 0 48%;
    }
}
header.Main--Header nav.Menu--Contents > ul > li.full-packs a {font-size: 14px;padding: 11px 15px;}
header.Main--Header nav.Menu--Contents > ul > li.full-packs a i {
    padding-left: 5px;
}
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently > a:before {
    content: '';
    border: 2px solid #fa921e;
    -webkit-border-radius: 30px;
    height: 12px;
    width: 12px;
    position: absolute;
    right: -4px;
    top: 12px;
    -webkit-animation: pulsate .8s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0;
}
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently > a:after {
    content: '';
    background-color: #fa921e;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    right: -1px;
    width: 10px;
    height: 10px;
}
@-webkit-keyframes pulsate {
    0%{-webkit-transform:scale(0.1,0.1);opacity:0}
    50%{opacity:1}
    100%{-webkit-transform:scale(1.2,1.2);opacity:0}
}
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently > a:before,
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently > a:after {
    margin: 0 3px 0 0;
}
header.Main--Header nav.Menu--Contents > ul > li.Added--Recently > a{padding-right: 20px;border-bottom: 1px solid #fa921e;}
.PopupTrailer {
  z-index: 99999999;
  background-color: rgb(31 37 46 / 68%);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
}
.PopupTrailer.Opened {
  opacity: 1;
  visibility: visible;
}
.trailerIFrame {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #28303e;
  -webkit-box-shadow: 0 0 30px 0px #00000061;
  box-shadow: 0 0 30px 0px #00000061;
  width: 900px;
  height: 510px;
  position: relative;
}
.trailerIFrame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.trailerIFrame .CloseTrailer {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: -40px;
  height: 40px;
  background: #313a4a;
  border-radius: 15px 15px 0 0;
  padding: 0 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0px #00000061;
  box-shadow: 0 0 30px 0px #00000061;
}
.trailerIFrame .CloseTrailer i {
  vertical-align: top;
  font-size: 20px;
  padding-left: 10px;
  line-height: 40px;
  color: #FFF;
}
.trailerIFrame .CloseTrailer em {
  line-height: 40px;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.addsArea {
    display: table;
    margin: 25px auto;
    width: 95%;
    max-width: 728px;
}
.addsArea img {
    max-width: 100%;
}
@media(max-width: 720px){
    .addsArea {
        width: 95%;
    }
}
.SearchResults .loader {
    display: table;
    margin: 140px auto 0;
}
.SearchPopForm form.Header--Search-Form select#types {
    border: 0;
    border-radius: 35px;
    font-family: "MainFont";
    background: #ffffff0d;
    color: #FFF;
    padding: 0 16px;
    font-size: 15px;
    margin: 0 10px;
    width: 150px;
}
.SearchPopForm form.Header--Search-Form select#types option {
    color: #222;
}
.owl-rtl {
    direction: rtl;
}
/*
Theme Name: Top MitaTag
Theme URL: https://mitatag.com/
Version: 2.1
Author: MitaTag
Author URI: https://mitatag.com/
Text Domain: MitaTag
This Theme Designed By MitaTag
*/

/*
Theme Name: Top MitaTag
Version: 2.0
*/

:root {
    --main-bg-color: #0c0f21;
    --light-color: #8f8d8d;
    --red-color: #d41616;
    --red-color2: #aa0c0c;
    --yellow-color: #fbbd48;
    --red-color_: var(--blue-color);
    --bg-white: #fafafa;
    --blue-color: #fa921e;
}

textarea:focus, input:focus{
    outline: none;
}
body {
    background: #0e1116 !important;
   font-family: 'MainFont', sans-serif,Arial !important;
    font-size:13px !important;
    line-height:22px;
    color: #fff;
    padding:0 ;
    margin:0 ;
}

.homepage__bg::after {
    content: '';
    background: linear-gradient(180deg,#1d1d1d14,#02020f 88%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
}
* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    outline: 0;
    font-family: 'MainFont', 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: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #fa921e;
    border: 1px solid #0c0f21;
}
:before,
:after {
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


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



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

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

    opacity: 1;
    visibility: visible;
  }
}*/



.filterTabs {
    margin: 0px 0 20px;
}
.filterTabs ul {
    float: left;
}
.filterTabs li {
    font-weight: 700;
    color: #fff;
    transition: 0.2s all ease;
    float: right;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    border: 1px solid #e3e7f92b;
    padding: 5px 20px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    width: auto;
    background: #ffffff0d;
}
.filterTabs li i {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: auto;
    font-size: 30px;
    line-height: 35px;
    margin-left: 9px;
    display: table;
    text-align: center;
    margin: 0 auto;
}
.filterTabs li span {
    font-size: 14px;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    text-align: center;
}
.filterTabs li:last-child {
    margin-left: 0;
}
.filterTabs li div {
    display: table;
    margin: 0 auto;
    z-index: 9;
}
.filterTabs li.active {
    border-color: var(--blue-color);
}
.filterTabs li.active:before {
    opacity: 1;
}
.filterTabs li:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff42;
    transform-origin: 50% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
.filterTabs li:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--blue-color);
    transform-origin: 90% 40%;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
}
.filterTabs li:hover:after {
    transform: scale(200);
    opacity: 0;
    transition: 1s all ease;
}


.advFilter ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.advFilter {
    min-height: 60px;
    position: relative;
    z-index: 100;
    margin-bottom: 20px!important;
}
.advFilter .dropdown-button {
    margin-left: 9px;
    color: #8c9bb8;
    width: calc(100% / 6);
    perspective: 500px;
    z-index: 9999;
    font-size: 13px;
    display: inline-block;
    height: 35px;
    background: #ffffff0d;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    border: 1px solid #333131 !important;align-content
	margin-bottom: 10px;
}
.advFilter .dropdown-button h6 {
    margin-bottom: 5px;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: bold;
    display: none;
}
.advFilter .dropdown-button span {
    display: block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 15px;
    line-height: 35px;
}
.advFilter .dropdown-button .ListDroped {
    right: 0;
    background: #332a46;
    transform: rotateX(-90deg);
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
    overflow: auto;
    position: absolute;
    top: calc(100% + 4px);
    left: -4px;
    list-style-type: none;
    text-align: right;
    font-size: 13px;
    background-color: #fff;
    width: calc(100% + 8px);
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 5px -1px #9d9d9d;
    max-height: 300px;
    overflow-y: auto;
}
.advFilter ul button {
    cursor: pointer;
    background: var(--blue-color);
    font-weight: bold;
    text-align: center;
    position: relative;
    top: 0;
    float: left;
    transition: 0.4s all ease;
    border: 0;
    width: 170px;
    height: 37px;
    border-radius: 25px;
    font-size: 14px;
    color: #fff;
}
.advFilter .dropdown-button span i {
    font-size: 15px;
    float: left;
    position: absolute;
    left: 12px;
    top: 10px;
}
.advFilter .dropdown-button:hover > div.ListDroped {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0);
    z-index: 99999999;
}
.advFilter .dropdown-button .ListDroped li {
    cursor: pointer;
    position: relative;
    transition: 0.3s ease;
    width: 100%;
    line-height: 26px;
    font-weight: bold;
    display: list-item;
    font-size: 13px;
    color: #000;
    padding: 0.5em 1em;
    user-select: none;
    border-bottom: 1px solid #ebedef;
}
.advFilter .dropdown-button .ListDroped li i {
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 1.38);
    width: 23px;
    height: 23px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 9px;
    margin-left: 13px;
    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;
}


a.goWatch {
    margin-top: 10px;
    padding: 4px 14px;
    background: var(--blue-color);
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    transition: 0.35s ease;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    height: 50px;
    width: 100%;
    display: table;
}
a.goWatch i {
    float: right;
    font-size: 30px;
    padding: 8px 13px 0 0;
    z-index: 10;
}
a.goWatch span {
    display: block;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
    z-index: 9;
    float: right;
    padding: 0 20px;
    width: calc(100% - 32px);
}

.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: 25px;
}
div#WatchList {
    olddisplay: table;
    oldwidth: 100%;
    oldborder-radius: 5px;
    oldoverflow: hidden;
        display: flex;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
           float: none;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
}
div#WatchList ul#watch {
    height: 510px;
    overflow: auto;
    float: right;
    width: 200px;
    background: #ffffff0d;
    border-radius: 0 5px 5px 0;
}
div#WatchList ul#watch li {
    /* padding: 5px 10px; */
    /* color: #c7c7c7; */
    /* display: table; */
    /* cursor: pointer; */
    /* width: 100%; */
    /* overflow: hidden; */
    /* border-bottom: 1px solid #ffffff0a; */
    /* font-family: Righteous; */
    /* line-height: 30px; */
    /* font-size: 16px; */
    user-select: none;
    font-weight: 500;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 19px;
    text-transform: capitalize;
    display: flex;
    transition: .35s;
    border-radius: 8px;
    width: 100%;
    background: #ffffff0d;
    color: #fff;
    text-align: center;
    padding: 7px 6px;
    gap: 10px;
}
div#WatchList ul#watch li.ISActive {
    background: var(--blue-color);
    color: #fff;
}
div#WatchList ul#watch li span {
    display: block;
    line-height: 20px;
    border-radius: 50%;
    padding: 6px 0;
    float: right;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.58);
    background: var(--blue-color);
    color: #fff;
    font-family: Righteous;
    width: 32px;
    text-align: center;
    margin-left: 9px;
}
div#WatchList .old.WatchIframe {
    float: left;
    width: calc(100% - 200px);
    padding: 10px;
    height: 510px;
    background: #08080845;
    border: 2px solid #4374ff14;
    border-radius: 8px;
    overflow: hidden;
}
div#WatchList .old.WatchIframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}
div#WatchList ul#watch li.ISActive span {
    background: #efce40;
    color: #222;
}
.ServersList.Download ul li {
    flex: 0 0 calc(100% / 5);
    padding: 0 10px;
    overflow: hidden;
    border-radius: 8px;
}


.ServersList.Download {
}
.ServersList.Download ul {
    display: flex;
    margin: 0 -10px;
    row-gap: 20px;
}


.ServersList.Download ul li a:hover {
    background: #31a24c;
}
.ServersList.Download ul li:first-child a {
        background: #31a24c;
}
.ServersList.Download ul li a {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 8px;
    gap: 15px;
    transition: .3s;
    background: #ffffff0d;
}
.ServersList.Download ul li a i {
    font-size: 26px;
}
.ServersList.Download ul li a .text {
    flex: 1;
}
.ServersList.Download ul li a .text span {
    font-size: 19px;
}
.ServersList.Download ul li a .text p {
    font-size: 13px;
}

div#WatchList ul#watch li:nth-child(1) {
}
.DownList {
    background: #ffffff0d;
    padding: 10px 20px;
}
h4.downTitle {
    display: table;
    background: linear-gradient(-90deg, #ffffff0d 15%, #ffffff00);
    border-radius: 10px;
    padding: 0 25px;
    transition: .4s;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    color: #fff;
    font-size: 1.6em;
}
.downTitle span {
    font-weight: bolder;
    color: #ffd423;
    font-size: 20px;
}
.downTitle i {
    margin-left: 5px;
}
.catBrea {
    background: linear-gradient(45deg,#ffffff00 0,#ffffff14 100%);
    padding: 10px 15px;
    border-radius: 7px;
    margin-bottom: 10px;
}
.catBrea span {
    display: inline-block;
    font-weight: bold;
    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;
    }
  
    .filterTabs ul {
        float: none;
        width: 100%;
        white-space: nowrap;
        overflow: auto;
        flex-direction: row;
        margin-top: 20px;
    }

    .filterTabs ul li {
        display: inline-block;
        float: none;
    }
    .titleArea:after {
        padding-left: 90%;
    }
    .filterTabs ul::-webkit-scrollbar {
        height: 3px;
    }
    .filterTabs {
    }
    .filterTabs ul::-webkit-scrollbar-track {
        background: #584a75;
    }
    .filterTabs ul::-webkit-scrollbar-thumb {
        background-color: #f24141;
    }

    .advFilter ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .advFilter ul > div.dropdown-button,
    .advFilter ul > button {
        float: right;
        width: calc(50% - 9px);
        margin-bottom: 10px;
    }
    .advFilter ul > div.dropdown-button:hover {
        z-index: 99999;
    }
   

    div#WatchList ul#watch {
        height: auto;
        float: none;
        display: table;
        width: 100%;
        padding: 11px;
    }
    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 .old.WatchIframe {
        padding: 0;
        padding-top: 60%;
        height: auto;
        width: 100%;
        float: none;
        margin-top: 15px;
        border-radius: 5px;
    }
    div#WatchList .old.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.goWatch.Download {
    background: #4eaf59;
}
a.goWatch:after {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 5px;
    height: 5px;
    background: #ffffff2b;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
a.goWatch:before {
    content: "";
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 5px;
    height: 5px;
    background: #fa921e;
    transform-origin: center;
    border-radius: 50%;
    transform: scale(0);
    transition: 0s all ease;
    z-index: 1;
}
a.goWatch:hover:before {
    transform: scale(200);
    transition: 1s 0.4s all ease;
}
a.goWatch:hover:after {
    transform: scale(100);
    opacity: 0;
    transition: 1s all ease;
}

.EpisodesArea {
    padding: 0px 0 10px;
    overflow: ;
}
.EpisodesArea > div > h3 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 10px;
    display: table;
    margin: 0 auto;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
	color:#fff;
}
/*.EpisodesList {
    text-align: center;
    display: flex !important;
    justify-content: right;
    align-items: center;
    margin: 0 auto;
    width: auto !important;
    flex-wrap: wrap;
}
.EpisodesList > a.active {
    background: var(--blue-color);
}
.EpisodesList > a {
    flex: 1;
    margin: 0 5px 10px;
    white-space: nowrap;
    max-height: 40px;
    border: 1px solid #1c1e32;
    vertical-align: top;
    background: #ffffff0d;
    padding: 11px 10px 7px;
    height: 40px;
    overflow: hidden;
    min-width: 130px;
    transition: 0.2s all ease;
    font-weight: bold;
    text-align: right;
    border-radius: 5px;
    width: auto;
    max-width: 160px;
}*/

.SeasonsList > ul li.active {
    background: var(--blue-color);
}
.episodes--side--list {
    float: left;
    width: 280px;
}
.episodes--side--list .SeasonsList {
    overflow: hidden;
    margin-bottom: 15px;
}
.episodes--side--list .SeasonToggle {
    display: block;
    width: 100%;
    height: 45px;
    background: #ffffff0d;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
    line-height: 45px;
    cursor: pointer;
    transition: .4s;
    color: #fff;
    text-align: right;
    font-size: 1.17em;
}
.episodes--side--list .SeasonToggle i {
    float: left;
    font-size: 25px;
    line-height: 48px;
    transition: .3s;
}
.EpisodesArea .SeasonsList {
    width: 240px;
    display: inline-block;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ffffff0a;
    padding-bottom: 5px;
    overflow: hidden;
}

.EpisodesArea .SeasonToggle {
    width: 100%;
    cursor: pointer;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    background-color: #ffffff0d;
    color: white;
    border-radius: 10px;
}
button.SeasonToggle.active {
    border-radius: 10px 10px 0 0;
}
.EpisodesArea .SeasonToggle i {
    float: left;
    line-height: 28px;
    font-size: 25px;
}

.SeasonsList > ul {
    text-align: center;
    display: flex;
    justify-content: right;
    margin: 0 auto;
    width: auto;
    flex-wrap: wrap;
    background-color: #ffffff0d;
    transition: .4s;
	border-radius: 0 0 10px 10px;
}

.SeasonsList > ul li.active a {
    color: #fff;
}

.SeasonsList > ul li {
    text-align: center;
    height: 30px;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 23px 25px;
    line-height: 1px;
    margin-bottom: 10px;
}
.SeasonsList > ul li a {
    font-weight: bold;
}

.EpisodesList .loader {
    display: table;
    margin: 51px auto;
    transform: scale(1.5);
}
.TrilerOverlay {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    height: 100%;
    transform: scale(0);
    transition: 0.35s all ease;
    visibility: hidden;
    opacity: 0;
}
.TrilerOverlay.active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}
.overlayClosse {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000d4;
}
.closseTriller {
    position: absolute;
    color: #fff;
    transform: translateX(-50%);
    top: 70px;
    font-size: 30px;
    right: 10px;
}
.MasterTriller {
    position: absolute;
    width: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    height: 75%;
    top: 50%;
    box-shadow: 0 0 50px #000000cc;
    border: 3px dotted #000;
    background: #202121;
}
.MasterTriller > * {
    width: 100%;
    height: 100%;
}
.TrillerOpenBtn {
    width: 50px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 0 0;
    text-align: center;
    border-radius: 25px;
    border: 2px solid #ffffff1c;
    cursor: pointer;
    font-weight: 700;
    box-shadow: 0 1px 5px #00000026;
    background: #000000a3;
    position: absolute;
    z-index: 99;
    top: calc(50% - 25px);
    left: 50%;
    height: 50px;
    transform: translate(-50%);
    transition: 0.35s all ease;
    line-height: 53px;
}
.TrillerOpenBtn > span {
    position: absolute;
    visibility: hidden;
    width: 110px;
    background: #d12c33;
    padding: 5px;
    border-radius: 15px;
    top: -45px;
    transform: translate(-50%, 30px);
    left: 50%;
    transition: 0.45s all ease;
    opacity: 0;
    box-shadow: 0 0 10px #000;
    line-height: 20px;
    font-size: 12px;
    font-weight: 400;
}
.TrillerOpenBtn > i {
    font-size: 21px;
    right: -2px;
}
.TrillerOpenBtn > span:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 10px 8px 0 9px;
    border-color: #d12c33 transparent transparent #fff0;
    bottom: -10px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.TrillerOpenBtn:hover > span {
    opacity: 1;
    visibility: visible;
    top: -70px;
}
.EpisAs {
    display: flex;
    margin: 10px 0 0px;
    justify-content: right;
}
.EpisAs div {
    flex: 1;
    max-width: 50%;
}
.EpisAs div a {
    transition: 0.3s all ease;
    display: block;
    width: 100%;
    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: #fa921e;
}
.NextEpi.here span {
    font-size: 18px;
}
.NextEpi.here em {
    font-size: 29px;
    line-height: 0;
    top: 5px;
    color: #ffe500;
    padding: 0 9px;
    border-radius: 80px;
    margin-right: 15px;
}
.NextEpi em, .PrevEpi em {
    font-size: 25px;
    line-height: 0;
    top: 3px;
    padding-right: 5px;
}


.infoAndWatch {
    display: flex;
    gap: 15px;
}
.breadcrumbs span, .catssection li, .catssection li a, ul.RightTaxContent>li>a {
    display: inline-block;
}
.BTNSDownWatch a.watch, .seasons--toggler {
    margin-bottom: 15px;
}

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

.TitleBox {
    display: table;
}
		
}
@media only screen and (max-width: 970px) {
.MainSingle, .infoAndWatch {
    display: table;
    margin: 0 auto;
}
	.MainSingle .left {
    float: none;
    width: 89%;
    margin: 0 auto;
    max-width: 400px;
}
	.SecondPart {
    float: none;
    width: 100%;
}
	.MainSingle, .infoAndWatch {
    display: table;
    margin: 0 auto;
}
	.BTNSDownWatch {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}
	.BTNSDownWatch a {
    flex: 1;
    min-width: 180px;
}
	.BTNSDownWatch a.watch {
    margin: 0;
}
}
@media only screen and (max-width: 970px) {

	.ServersList.Download ul li {
    flex: 0 0 calc(100% / 4);
}
}
@media only screen and (max-width: 700px) {
.MainSingle .left {
    float: none;
    margin: 0 auto 10px;
}
	.SecondPart .TaxContent {
    width: 100%;
    margin: 0;
    padding-right: 0;
}
ul.RightTaxContent>li {
    width: 100%;
    flex: 0 0 100%;
}
	.ServersList.Download ul li {
    flex: 0 0 calc(100% / 2);
}
}
@media only screen and (max-width: 480px) {
.MainSingle .left {
    width: 260px;
    float: none;
    margin: 0 auto 20px;
}
	.BlocksHolder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    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;
}
}
section.tabs ul li.active, section.tabs ul li:hover {
    color: #8c39e3;
}section.tabs ul li {
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
}
* {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box;
}
section {
    display: block;
    unicode-bidi: isolate;
}
section.tabs ul {
    border-bottom: 2px solid #ffffff3b;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
section.allepcont {
    margin: 20px 0;
    width: 100%;
}
.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: 227px;
    overflow: hidden;
}
.row a .image {
    width: 100%;
    height: 140px;
    background: #11111b;
    overflow: hidden;
    border-radius: 20px;
}
.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;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    font-family: inherit;
}
.ep-info {
    padding: 10px;
    position: absolute;
    bottom: 0;
    transition: .3s ease;
    right: 0;
    width: 100%;
    transform: translateY(100%);
}
.epnum {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #8c39e3;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 30px;
    z-index: 10;
}
.epnum span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.epnum {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #8c39e3;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 30px;
    z-index: 10;
}
.row>a {
    display: block;
    padding: 0;
    transition: .3s;
    position: relative;
    width: 227px;
    overflow: hidden;
}

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

.row a .image img {
    transition: .5s ease-in-out;
    border-radius: 20px;
}
.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;
}
section.allepcont {
    margin: 20px 0;
    width: 100%;
}
section.tabs ul {
    border-bottom: 2px solid #ffffff3b;
    display: flex;
    flex-wrap: wrap;
}
section.tabs ul li {
    font-size: 20px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    font-weight: bold;
}
section.tabs ul li.active, section.tabs ul li:hover {
    color: #fa921e;
}
section.tabs ul li.active:after, section.tabs ul li:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -2px;
    background: #fa921e;
    height: 2px;
}
section.tabContents {
    min-height: 310px;
    padding: 20px 0;
}
section.allepcont {
    margin: 20px 0;
    width: 100%;
}
.row {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}
.row>a {
    display: block;
    padding: 5px;
    transition: .3s;
    position: relative;
    width: 300px;
    overflow: hidden;
}
.row a .image {
    width: 290px;
    height: 150px;
    background: #11111b;
    overflow: hidden;
    border-radius: 20px;
}
.image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.row a .image img {
    transition: .5s ease-in-out;
    border-radius: 20px;
}
.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: #fa921e;
    line-height: 30px;
    padding: 0 5px;
    border-radius: 5px;
    font-size: 30px;
}
.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;
}

h2.watch--servers-title {
    display: block;
    background: #fa921e;
    border-radius: 10px;
    padding: 0 5px;
    transition: .4s;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
        color: #fff;
}

h2.download-title, h2.watch--servers-title {
    height: 45px;
    line-height: 45px;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.WatchBar {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border-radius: 8px;
    margin: 10px 0 15px;
}
.News--Bar .Left--Anchors a.PremiumUser, .WatchBar a.back {
    background: #ffd423;
    color: #222;
}
.WatchBar a i, a.downloadsLink .text span {
    font-size: 19px;
}
.fa-solid, .fas {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.BTNSDownWatch a.download:hover, .WatchBar a.download, a.downloadsLink.green, a.downloadsLink:hover {
    background: #31a24c;
}
.DownloadBox, .TitleBox ul li a, .WatchBar, .episodes--buttons>*, a.downloadsLink {
    background: #ffffff0d;
}
.WatchBar {
    display: flex;
    justify-content: space-between;
    padding: 7px;
    border-radius: 8px;
    margin: 10px 0 15px;
}
.WatchBar a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    gap: 10px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}
.BTNSDownWatch a.watch:hover, .TitleBox ul li a.active, .TitleBox ul li a:hover, .WatchBar a.watch, ul.page-numbers li.active a {
    background: #fa921e;
}
.shortlink {
    display: table;
    position: relative;
    padding: 3px 12px;
    border-radius: 7px;
    height: 34px;
    margin-top: 15px;
}
.BTNSDownWatch a, .UnderPoster>div.ShowTrailerSingle, .shortlink {
    background: #ffffff0d;
    background: #ffffff0d;
}
.shortlink button i {
    display: block;
}
.shortlink button, .shortlink button i {
    line-height: 26px;
    width: 26px;
    height: 26px;
}
fa-regular, .far {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
}
.shortlink button {
    padding: 0;
    border: none;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
}
.shortlink button, .shortlink button i {
    line-height: 26px;
    width: 26px;
    height: 26px;
}
.shortlink span:nth-child(2) {
    font-size: 12px;
    margin-right: 8px;
}
.shortlink input[type=url], .shortlink span:nth-child(2) {
    padding: 0 10px;
    border-radius: 30px;
    background: rgba(0, 0, 0, .3);
}
.shortlink span {
    display: inline-block;
    font-size: 12px;
}
.shortlink button {
    padding: 0;
    border: none;
    color: #fff;
    background: rgba(0, 0, 0, .3);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    margin-right: 8px;
}
.shortlink input[type="url"] {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
}
.shortlink {
    display: table;
    position: relative;
    padding: 3px 15px;
    border-radius: 7px;
    padding: 3px 12px;
    background: rgba(255,255,255,.1);
    height: 34px;
    float: right;
}
.shortlink span {
    display: inline-block;
    font-size: 12px;
}
.shortlink input[type="url"] {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
}
.shortlink span:nth-child(2) {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 8px;
}
.shortlink button {
    padding: 0;
    border: none;
    color: #fff;
    background: rgba(0,0,0,.3);
    border-radius: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    margin-right: 8px;
}
.shortlink button i {
    display: block;
    line-height: 26px;
    width: 26px;
    height: 26px;
}
.player--iframe {
    flex: 1;
    background: #08080845;
    border: 2px solid #fa921e14;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 40%;
}
.player--iframe iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
        height: 510px;
    background: #08080845;
    border: 2px solid #4374ff14;
    border-radius: 8px;
    overflow: hidden;
}
.episodes--side--list {
    float: left;
    width: 280px;
}
.BTNSDownWatch a.watch, .seasons--toggler {
    margin-bottom: 15px;
}
.ArcPage {
    color: #fff;
    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;
}
.seasons--toggler h3 {
    display: block;
    width: 100%;
    height: 45px;
    background: #ffffff0d;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 25px;
    line-height: 45px;
    cursor: pointer;
    transition: .4s;
}
.player--iframe {
    flex: 1;
    background: #08080845;
    border: 2px solid #fa921e14;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 40%;
    
}
.BTNSDownWatch a.watch, .seasons--toggler {
    margin-bottom: 15px;
}
.episodes--list--side {
    width: 100%;
    max-height: calc(100vh - 180px);
    overflow: auto;
}
@media (max-width: 767px) {
    .watch--area.is--series .player--iframe {
        margin: 0;
    }
}
@media (max-width: 767px) {
    .episodes--side--list, .watch--area.is--series .player--iframe, .watch--servers--list {
        float: none;
        display: inline-block;
        width: 100%;
    }
}
.episodes--list--side a.active, .episodes--list--side a:hover {
    background: #fa921e;
}
.episodes--list--side a {
    float: right;
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
    height: 40px;
    background: #ffffff0d;
    color: #fff;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 44px;
    overflow: hidden;
    transition: .3s;
    padding: 0 14px;
}
.episodes--list--side a {
    float: right;
    width: calc((100% - 5px) / 2);
    margin-left: 5px;
    height: 40px;
    background: #ffffff0d;
    color: #fff;
    text-align: right;
    border-radius: 5px;
    margin-bottom: 5px;
    line-height: 44px;
    overflow: hidden;
    transition: .3s;
    padding: 0 14px;
}



/* لوجو أعلى الشمال على المشغّل */
.iframeHolder {
  position: relative; /* مهم */
}
.iframeHolder::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 120px;
  height: 40px;
  background-image: url("https://w.movizlands.com/wp-content/uploads/2025/09/watch-logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
  z-index: 999;
}

/* ===== Watch Logo Overlay من الـ Media Library ===== */
.WatchIframe:before,
.player--iframe:before,
.iframeHolder:before {
  content: "";
  position: absolute;
  top: 10px;     /* أو حسب ما يناسبك */
  left: 10px;
  width: 120px;
  height: 40px;
  background-image: url("https://w.movizlands.com/wp-content/uploads/2025/09/watch-logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  opacity: 0.9;
  pointer-events: none;
  z-index: 999;
}

/* تصغير للعرض على الموبايل */
@media (max-width: 767px) {
  .WatchIframe:before,
  .player--iframe:before,
  .iframeHolder:before {
    width: 90px;
    height: 30px;
    top: 8px;
    left: 8px;
  }
}









/* زر القائمة العائم */
.mobile-floating-menu {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 10000;
}

.mobile-floating-menu button {
  background: rgba(245,197,24,0.9);
  border: none;
  border-radius: 50px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  color: #111;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.mobile-floating-menu button i {
  color: #ff4500;
  transition: color 0.3s ease;
}

/* تأثير النار عند الـ Hover */
.mobile-floating-menu button:hover,
.mobile-floating-menu button:focus {
  animation: fireGlow 1.2s infinite alternate;
  color: #fff;
}

@keyframes fireGlow {
  from {
    box-shadow: 0 0 8px #ff6600, 0 0 18px #ff3300, 0 0 28px #ff0000;
  }
  to {
    box-shadow: 0 0 12px #ffcc00, 0 0 24px #ff6600, 0 0 36px #ff3300;
  }
}
