/*
Theme Name: CimaNow
Theme URL: https://themesx.com/
Author: ThemeX Team
Author URI: https://themesx.com/
Text Domain: ThemeX
This Theme Designed By ThemeX
Description: Best Theme In The Middle Eest To Display Movies , Serie , News , Shows , Games , Programes and Songs
*/
/****** Reset *******/
* {
    outline: 0;
    padding: 0;
    margin: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    -webkit-tap-highlight-color: transparent;
}
h4, h5, h6, h1, h2, h3, ul, li{
    margin: 0px;
    font-family: FontMedium;
}
a{
    text-decoration: none;
    color: #fff;
    font-family: FontMedium;
}
a:focus, a:hover {
    text-decoration: none;
}
img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}
button , input {
    font-family: FontMedium;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.container {
    margin: 0 auto;
    max-width: 1200px;
}
@media(min-width: 1440px){
    .container {
        max-width: 1400px;
    }
}
body {
    font-family: 'FontMedium';
    font-size: 1.2vw;
    color: #fff;
    background-color: rgb(19, 4, 56);
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.5vw 2.344vw;
    width: 100%;
    z-index: 10;
}
header img {
    width: 9.5124vw;
}
header i {
    font-size: 1.4952vw;
    padding: 0 1vw 0 0;
    cursor: pointer;
}
header ul {
    padding: 0 1.5vw;
}
header ul li {
    display: inline-block;
    padding: 0 0.8vw;
}
header ul li:hover a {
    color: #f44336
}
header form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    margin-right: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header form input {
    width: 0;
    padding: 0;
    border: 0;
    background: #fff8fa;
    font-family: 'FontMedium';
    font-size: 1.0vw;
    border-radius: 0.2457vw;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
header form.active input {
    width: 100%;
    padding: 0.25vw;
}
main-slider {
    display: block;
    direction: ltr;
    overflow: hidden;
    margin: 0 0 -12vw;
}
main-slider .owl-item {
    position: relative;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
main-slider .owl-item .item {
    position: relative;
    height: 55.781vw;
    direction: rtl;
}
main-slider .owl-item .item figure:not(ul figure)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(19, 4, 56, 0.65), rgba(24, 29, 37, 0) 10%, rgba(24, 17, 58, 0) 70%, rgb(19, 4, 56)), linear-gradient(90deg, rgba(24, 29, 37, 0), rgba(24, 17, 58, 0) 50%, rgba(19, 4, 56, 0.88));
}
main-slider .owl-item .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
main-slider .owl-item .item i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
    vertical-align: middle;
}
main-slider .owl-item .item article {
    width: 32vw;
    padding: 7.422vw 2.344vw;
    font-size: 0.99vw;
}
main-slider .owl-item .item article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main-slider .owl-item .item article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main-slider .owl-item .item article span[aria-label="comment"] {
    display: block;
    padding: 1.2vw 0 0 0;
    font-size: 1.2vw;
}
main-slider .owl-item .item article span[aria-label="comment"] em {
    border-right: 0.25vw solid #f44336;
    padding: 0 0.5vw;
}
main-slider .owl-item .item article ul li {
    display: inline-block;
}
main-slider .owl-item .item article ul li p {
    font-size: 0.938vw;
    text-align: justify;
    color: #d5caff;
    padding: 1.5vw 0;
}
main-slider .owl-item .item article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    cursor: pointer;
    border: 0.078vw solid rgb(244, 67, 54);
    background: rgb(244, 67, 54);
    overflow: hidden;
    border-radius: 100px;
}
main-slider .owl-item .item article ul:nth-of-type(3) li a {
    display: block;
    padding: 0.625vw 0;
}
main-slider .owl-item .item article ul:nth-of-type(3) li:last-child {
    padding: 0.625vw 0;
    margin: 0;
    background: #ffffff12;
    border: 0.078vw solid #ffffff;
    color: #FFFF;
}
main-slider .owl-item .item article ul:nth-of-type(3) li.remove {
    color: #130438;
    background: #ffffff;
}
main-slider .owl-item .item article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: rgb(169, 156, 196);
    border-radius: 100px;
}
main-slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: -16.8vw;
    padding: 0vw 5vw;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
}
main-slider .owl-dot {
    cursor: pointer;
}
main-slider .owl-dot img {
    max-width: 8.5vw;
    height: 3.7vw;
    -webkit-filter: drop-shadow(2px 4px 6px #00000024);
    filter: drop-shadow(2px 4px 6px #00000024);
}
main-slider .owl-dot:after {
    content: "";
    display: block;
    width: 0vw;
    height: 0.156vw;
    margin: 0 auto;
    background-color: #f44336;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
main-slider .owl-dot.active:after {
    width: 3.75vw;
}
section {
    position: relative;
    padding: 0 2.344vw 1.5vw;
    overflow: hidden;
}
section span:not([aria-label]) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 1vw 0;
    font-family: 'FontMedium';
    font-size: 1.5625vw;
}
section span em {
    color: #ffffff;
    font-size: 1.214vw;
    padding: 0vw 0.781vw;
    margin: 0 auto 0 0;
    border-radius: 3.906vw;
    background: #ffffff24;
}
section span em:not(:last-child) {
    color: #211456;
    padding: 0vw 0.938vw;
    margin-right: 0.391vw;
    line-height: 1.2;
    border-radius: 0.781vw 0vw;
    background: #FFC107;
}
section ul[aria-label="platforms"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
section ul[aria-label="platforms"] li {
    flex: 1;
    background: linear-gradient(0deg, #14141400,#141414 );
    height: 9.457vw;
    border-radius: 0.625vw 0.625vw 0;
    overflow: hidden;
}
section ul[aria-label="platforms"] li:not(:last-child) {
    margin: 0 0 0 0.5vw;
}
section ul[aria-label="platforms"] li a {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}
section .owl-item img {
        border-radius: 0.8vw;
}
section .owl-item {
    position: relative;
    display: inline-block;
    border-radius: .8vw;
    height: 22.457vw;
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
section .owl-item.active {
    opacity: 1;
}
section .owl-prev,
.owl-next {
    position: absolute;
    top: 2.5vw;
    bottom: 2.5vw;
    right: 0;
    color: #ffffff;
    cursor: pointer;
    padding: 0.5vw;
    font-size: 3.916vw;
    background: none;
    border: none;
}
section .owl-next {
    left: 0;
    right: unset;
}
section .owl-prev.disabled,
.owl-next.disabled {
    color: #ffffff4f;
}
.owl-nav.disabled {
    display: none;
}
section .owl-item:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
section .owl-item:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
section .owl-item:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
section .owl-item ul:not(:nth-of-type(1)) {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
section .owl-item ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #130438;
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: #ffffff;
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
section .owl-item li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: #f44336;
    border-radius: 2vw;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: #b1acc5;
    font-size: 1.001vw;
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 14.42vw;
    top: 1.6vw;
    left: -4.5vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: #7d4aff;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
li[aria-label="ribbon"]:first-child {
    top: 0.4vw !important;
}
li[aria-label="ribbon"] {
    --f: 10px;
    --r: 5px;
    position: absolute;
    padding-inline: 10px;
    border-bottom: var(--f) solid #0005;
    color: #fff;
    border-radius: 10px 0 0 0;
    left: -10.2px !important;
    border-right: var(--r) solid #0000;
    clip-path: polygon(100% 0, 0 0, 0 calc(100% - var(--f)), var(--f) 100%, var(--f) calc(100% - var(--f)), 100% calc(100% - var(--f)), calc(100% - var(--r)) calc(50% - var(--f) / 2));
    width: auto !important;
    transform: none !important;
}

section .owl-item li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: rgb(244, 67, 54);
    transform: rotate(-40deg);
}
section .owl-item li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    font-size: 2vw;
    text-align: center;
    background-image: linear-gradient(to right, rgba(19, 4, 56, 0), rgb(15, 1, 37));
}
section .owl-item li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background:  rgb(125, 74, 255);
    border-radius: 8px 0 0 8px;
    color: #fff;
}
section .owl-item li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: rgb(255, 17, 0);
}
section .owl-item li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: rgb(19, 4, 56);
    line-height: 1;
    border-radius: 5vw;
    background: rgb(255, 193, 7);
}
section[aria-label="posts"] {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr 1.0vw 1fr;
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 1.0vw;
    grid-row-gap: 1.5vw;
    padding: 0 2.344vw 1.5vw;
    overflow: visible;
}
ul[aria-label="pagination"] {
    padding: 2.344vw 1.5vw;
    text-align: center;
}
ul[aria-label="pagination"] li {
    display: inline-block;
}
ul[aria-label="pagination"] a,ul[aria-label="pagination"] span {
    color: #fff;
    padding: 0.50vw .825vw;
    margin: 0 0 0 0.5vw;
    font-size: 1.2vw;
    background: #ffffff1c;
    border-radius: 0.5vw;
}
ul[aria-label="pagination"] li.active a , ul[aria-label="pagination"] span.current {
    background: #f44336;
    color: #fff;
}
article[aria-label="post"] img {    border-radius: 0.8vw;}
article[aria-label="post"] {
    position: relative;
    height: 22.457vw;
    border-radius: .8vw;
    -webkit-transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    transition: opacity .75s linear, 0.5s, -webkit-transform .3s ease;
    -o-transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease;
    transition: opacity .75s linear, 0.5s, transform .3s ease, -webkit-transform .3s ease;
}
article[aria-label="post"]:hover {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}
main article ul.btns li:last-child i {
    padding: 0px;
    padding-right: 14px;
}
article[aria-label="post"]:hover img {
    -webkit-filter: brightness(0.5) opacity(0.8);
    filter: brightness(0.5) opacity(0.8);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
article[aria-label="post"]:hover ul {
    opacity: 0;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"]:hover ul:not(:nth-of-type(1)) {
    opacity: 1;
    -webkit-transition: opacity .75s linear, 0.5s;
    -o-transition: opacity .75s linear, 0.5s;
    transition: opacity .75s linear, 0.5s;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li:not([aria-label="title"],
[aria-label="play"]) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #130438;
    padding: 0.3vw;
    margin: 1.114vw 0.2vw 0;
    font-size: 0.8vw;
    line-height: 1;
    background: #ffffff;
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"],
li[aria-label="play"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    color: #ffffff;
    margin: 0;
    font-size: 1.5vw;
    text-align: center;
    background: none;
}
article[aria-label="post"] li i {
    width: 4vw;
    height: 4vw;
    font-size: 1.5vw;
    line-height: 4vw !important;
    background: #f44336;
    border-radius: 2vw;
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: #b1acc5;
    font-size: 1.001vw;
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    top: 1.6vw;
    left: -4.5vw;
    width: 14.42vw;
    line-height: 2vw;
    text-align: center;
    background: #7d4aff;
    z-index: 10;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 15.42vw;
    top: 3vw;
    left: -3vw;
    z-index: 10;
    line-height: 2vw;
    text-align: center;
    background: rgb(244, 67, 54);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="episode"] {
    position: absolute;
    bottom: 0;
    font-size: 2.0vw;
    text-align: center;
    z-index: 10;
    background-image: linear-gradient(to right, rgb(19 4 56 / 0%), rgb(19 4 56));
}
article[aria-label="post"] li[aria-label="episode"] em {
    display: block;
    padding: 3px 0.6vw;
    font-size: 1vw;
    background: #f44336;
    border-radius: 8px 0 0 8px;
    color: #fff;
}
article[aria-label="post"] li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 1.6vw;
    line-height: 1;
    padding: 0.3vw 0.5vw 0.18vw 0.2vw;
    border-radius: 0px 5vw 5vw 0px;
    background: rgb(255, 17, 0);
}
article[aria-label="post"] li[aria-label="year"] {
    position: absolute;
    top: 0.8vw;
    right: 0.5vw;
    z-index: 10;
    padding: 0.25vw 0.5vw 0vw;
    color: rgb(19, 4, 56);
    line-height: 1;
    border-radius: 5vw;
    background: rgb(255, 193, 7);
}
main figure {
    position: absolute;
    width: 100%;
    height: 55.781vw;
}
main figure img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -2;
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 0%)), color-stop(20%, #130438));
    -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 0%) 0%, #130438 20%);
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    object-fit: cover;
}
main figure:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(rgba(19, 4, 56, 0.65), rgba(24, 29, 37, 0) 10%, rgba(24, 17, 58, 0) 70%, rgb(19, 4, 56)), linear-gradient(90deg, rgba(24, 29, 37, 0), rgba(24, 17, 58, 0) 50%, rgba(19, 4, 56, 0.88));
}
main span {
    display: block;
    padding: 2vw 2.344vw 0 0;
}
main span em {
    border-right: 0.25vw solid #f44336;
    padding: 0 0.5vw;
}
span[aria-label="age"] em {
    border: 1px dashed #f44336;
    padding: 0;
    border-radius: 45px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}
main article {
    width: 30vw;
    padding: 7.422vw 2.344vw 0;
    font-size: 0.99vw;
}
main article li {
    position: relative;
    display: inline-block;
}
main article p {
    color: #d5caff;
    font-size: 0.938vw;
    text-align: justify;
    padding: 1.5vw 0;
}
main i {
    font-size: 1.563vw;
    padding: 0 0 0 0.5vw;
}
main article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 11.719vw;
    margin: 0 0 1.0vw 0;
}
main article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 2vw 0px 0px;
    text-align: center;
    gap: 0.8vw;
}
main article ul.btns li {
    position: relative;
    -webkit-box-flex: 1;
    cursor: pointer;
    border: 1px solid rgb(244, 67, 54);
    border-radius: 104px;
    background: rgb(244, 67, 54);
    overflow: hidden;
    width: 100%;
    font-size: 1.3vw;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    flex: 1 1 auto;
}
main article ul.btns li a {
    display: block;
    padding: 0.625vw 0px;
}
main article ul.btns li:last-child {
    display: block;
    padding: 0.65vw 0px;
    background: rgba(255, 255, 255, 0.2);
    width: 3vw;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 3vw;
    min-width: 3vw;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
main article ul.btns li:last-child i {
    padding: 0px;
}
main span {
    display: block;
    padding: 2vw 2.344vw 0px 0px;
}
.fa, .fal, .fas {
    vertical-align: middle;
}
main article ul:nth-of-type(4) li.remove {
    color: #130438;
    background: #ffffff;
}
main article ul li:not(:first-child):not(:last-child):after {
    content: "";
    display: inline-block;
    padding: 0.2em;
    margin: 0px 0.481vw;
    background: rgba(217, 205, 247, 0.73);
    border-radius: 50%;
}
main section[aria-label="details"] {
    padding: 3.2vw 2.344vw;
}
main section[aria-label="seasons"] {
    position: relative;
    padding: 2vw 2.344vw 0;
    overflow: visible;
    width: 30vw;
}
main span[aria-label="season-title"] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    padding: 0.521vw 0.8vw;
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(15px);
    border-radius: 100px;
}
main span[aria-label="season-title"] p {
    font-size: 1.0vw;
    padding: 0 0.5vw;
}
main span[aria-label="season-title"]:after {
    content: "";
    margin: 0 auto 0 0;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
    border-top: 0.4em solid rgb(255, 255, 255);
    -webkit-transition: -webkit-transform 0.2s linear 0s;
    transition: -webkit-transform 0.2s linear 0s;
    -o-transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s;
    transition: transform 0.2s linear 0s, -webkit-transform 0.2s linear 0s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
main span[aria-label="season-title"].active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
main section[aria-label="seasons"] em {
    color: #aca3cf;
    float: left;
}
main section[aria-label="seasons"] ul li.active em {
    color: #f44336;
}
main section[aria-label="seasons"] ul {
    display: none;
    position: absolute;
    left: 2.344vw;
    right: 2.344vw;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    margin: 0.5vw 0;
    border: 1px #ffffff solid;
    border-radius: 0.625vw;
    -webkit-backdrop-filter: blur(1.5vw);
    backdrop-filter: blur(1.5vw);
    z-index: 20;
}
main section[aria-label="seasons"] ul.active {
    display: block;
}
main section[aria-label="seasons"] ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0.6vw;
}
main section[aria-label="seasons"] ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
main section[aria-label="seasons"] ul li:hover {
    background: #ffffff0f;
}
main section[aria-label="seasons"] ul li.active a {
    color: #f44336;
}
main section[aria-label="details"] ul:not(.tabcontent) {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
main section[aria-label="details"] ul:not(.tabcontent):nth-of-type(1):after {
    content: '';
    position: absolute;
    bottom: 0.05vw;
    width: 100%;
    border-bottom: 0.15vw solid #ffffff5c;
    z-index: -1;
}
main section[aria-label="details"] ul:not(.tabcontent) li {
    color: rgb(169, 156, 196);
    cursor: pointer;
    padding: 0.625vw 0;
    margin: 0 0 0 2.344vw;
    font-size: 1.40625vw;
}
main section[aria-label="details"] ul:not(.tabcontent) li.active {
    color: #f44336 !important;
    border-bottom: .28vw solid #f44336 !important;
}
main section[aria-label="details"] ul:not(.tabcontent) li:not(.active):after {
    content: '';
    display: block;
    position: relative;
    top: 0.651vw;
    width: 0vw;
    height: 0.2vw;
    margin: auto;
    background: transparent;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    transition: width .5s ease, background-color .5s ease;
}
main section[aria-label="details"] li:not(.tabcontent):not(.active):hover:after {
    width: 100%;
    background: #908aa9;
}
ul.tabcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1vw 0 0;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}
ul#details {
    justify-content: flex-start;
}
#details li:first-child {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
}
#details li:not(:first-child) {
    margin: 2vw 0 0 5vw;
    text-align: justify;
}
#details strong {
    display: block;
    font-family: 'FontMedium';
}
#details a,
p {
    color: #d9cff9;
}
ul.tabcontent:not(.active) {
    display: none;
}
ul.tabcontent li:not(#details li,
#watch li,
#download li,
#episodes li) {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 0 0 23.9%;
    flex: 0 0 23.9%;
    height: 14vw;
    margin: 0.5vw;
}
ul.tabcontent li img[alt="logo"] {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    width: 30%;
    height: auto;
    z-index: 10;
    -webkit-mask-image: none;
}
em[aria-label="views"] {
    color: #130438 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.52vw;
    margin: 0.5vw auto;
    text-align: center;
    border-radius: 1vw;
    background: #ffffff;
}
ul.tabcontent li img {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgb(0 0 0 / 9%)), color-stop(50%, #130438));
    -webkit-mask-image: linear-gradient(to top, rgb(0 0 0 / 9%) 0%, #130438 50%);
    width: 100%;
    height: 100%;
}
ul.tabcontent li img {
    border-radius: 0.8vw;
}
ul.tabcontent li img:nth-child(2) {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
ul.tabcontent li i:not(#details i,
#download i) {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.tabcontent li b {
    position: absolute;
    right: 0.8vw;
    top: 0.8vw;
    z-index: 9;
    font-size: 15px;
    background: #dc382c;
    padding: 5px;
    color: #ffffff;
    line-height: .9;
    font-weight: 400;
}
ul.tabcontent li em {
    position: absolute;
    left: 0.8vw;
    bottom: 0.5vw;
    font-size: 3vw;
    font-family: 'Cima Now kufi';
}
ul.tabcontent li:hover img:nth-child(2) {
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
ul.tabcontent li:hover i {
    opacity: 1 !important;
    -webkit-transition: 0.5s !important;
    -o-transition: 0.5s !important;
    transition: 0.5s !important;
}
#watch li:not([aria-label="embed"]) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.5vw;
    margin: 0 0.3vw;
    cursor: pointer;
    font-family: cursive;
    text-align: center;
    background: #ffffff1a;
}
#watch li[aria-label="embed"] * {
    width: 100%
}
#watch li[aria-label="embed"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 800px;
    padding: 1vw 0;
    background: none;
}
#watch li.active {
    background: #f44336;
    color: #fff;
}
#download li[aria-label="quality"],
[aria-label="download"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 1.5vw 0;
    font-family: cursive;
    background: none;
}
#download li span {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0.2vw;
    margin: 0 0 0.5vw;
    font-family: 'FontMedium';
}
#download li[aria-label="quality"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.5vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: #4caf50;
}
#download li[aria-label="download"] a {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0.6vw 2.3vw;
    margin: 0 0 0 1vw;
    text-align: center;
    border-radius: 0.5vw;
    background: rgb(76, 175, 80);
}
#episodes li {
    width: 4vw;
    text-align: center;
    padding: 1vw 0;
    margin: 0 0 1vw 1vw;
    border-radius: 1vw;
    background: #00000063;
}
#episodes li.active {
    background: #f44336;
}
#episodes li:hover {
    background: #f44336;
}
#episodes li a {
    padding: 1vw;
}
#episodes li:hover a{
    color: #222;
}
span[aria-label="age"] {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    width: 6vw;
    padding: 0.2vw;
    border-radius: 0 2vw 2vw 0;
    background-color: #000000b0;
}
span[aria-label="age"] img {
    position: unset !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    z-index: auto !important;
}
.shine:hover:before {
    opacity: 0;
    -webkit-transform: scale(99) translate(-50%, -50%);
    -ms-transform: scale(99) translate(-50%, -50%);
    transform: scale(99) translate(-50%, -50%);
    -webkit-transition: .8s all ease;
    -o-transition: .8s all ease;
    transition: .8s all ease;
}
span[aria-label="titleAsm"] {
        display: block;
    padding: 0;
    text-align: center;
    margin: 0;
}
.shine:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.391vw;
    height: 0.391vw;
    background: #ffffff45;
    border-radius: 50%;
    z-index: 5;
    -webkit-transform: scale(0) translate(-50%, -50%);
    -ms-transform: scale(0) translate(-50%, -50%);
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: 0s all ease;
    -o-transition: 0s all ease;
    transition: 0s all ease;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.spinner {
    display: inline-block;
    width: 1.5vw;
    height: 1.5vw;
    padding: 0;
    border: 0.25vw solid currentColor;
    border-width: 0.234vw;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
#ad {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100% !important;
    height: 100%;
    padding: 0px !important;
    margin: 0px !important;
    z-index: 99;
}
.soon {
    background: rgb(92 79 123 / 71%) !important;
    border: 0.078vw solid #3e495b !important;
}
h1 {
    height: 11.719vw;
    font-size: 4.0vw;
    font-family: 'Cima Now Mada';
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(20%, #ffc107));
    background-image: -o-linear-gradient(#ffffff 50%, #ffc107 20%);
    background-image: linear-gradient(#ffffff 50%, #ffc107 20%);
}
h2 {
    grid-column: 1 / -1;
}
h2 label {
    color: #f44336;
}
h3 {
    position: absolute;
    right: 0.5vw;
    bottom: 1.0vw;
    height: auto;
    font-size: 1.5vw;
    font-family: 'Cima Now Mada';
    z-index: 10;
}
#watch li[aria-label="embed"] {
    background: 0;
}
.empty {
    grid-column: 1 / -1;
    padding: 20vw 0;
    text-align: center;
}
.empty i {
    display: block;
    margin-bottom: 2vw;
    color: #f44336;
    font-size: 15vw;
}
.tab.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0.5vw;
    margin-right: auto;
    background: #0000008f;
    border-radius: 7px;
}
.tab.social a {
    padding: 0 0.5vw 0 0;
}
.lds-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5vw !important;
    height: 5vw !important;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.lds-ripple div {
    position: absolute;
    opacity: 1;
    border: 4px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}
footer {
    padding: 1.563vw;
    text-align: center;
}
.foremedia-center1 {
    grid-column: 1/7 !important;
}
.foremedia-center3 {
    width: 94.3vw !important;
}
.fmsection {
    display: none;
}
li.episode {
    display: flex;
}
#watch li[aria-label="embed"] ul.episodeslist {
    flex: 0 0 300px;
    margin-left: 20px;
    height: 430px;
    overflow: auto;
    background: #0000006e;
    border-radius: 5px;
    display: block;
}
#watch li[aria-label="embed"] ul.episodeslist a {
    display: block;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #ffffff0f;
    height: 45px;
}
main section[aria-label="details"] ul.episodeslist:after {
    display:none
}
#watch li[aria-label="embed"] ul.episodeslist a:hover,#watch li[aria-label="embed"] ul.episodeslist a.active {
    color:#f44336 !important;
}
.nextprev {
    display: table;
    margin: 0 auto;
}
.nextprev a {
    float: right;
    background: #ffffff12;
    font-size: 24px;
    margin: 0 8px;
    padding: 7px 30px;
    border-radius: 11px;
    transition: .2s all ease;
}
.nextprev a:hover {
    background: #f44336;
    color: #222;
}
span[aria-label="age"] b {
    border: 1px dashed #ffffff75;
    font-size: 16px;
    border-radius: 45px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
section ul[aria-label="platforms"] li img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
    box-sizing: border-box;
}
h1.logo {
    font-family: Righteous;
    font-size: 2.3rem;
    line-height: 2rem;
    height: auto;
    background-image: unset;
    -webkit-text-fill-color: unset;
}
h1.logo span {}
h1.logo span {
    color: #f44336 !important;
    float: right;
}
/*********/
a#txlogo {
    color: #fff !important;
    font-size: 19px;
    font-weight: 400;
    font-family: 'FontMedium';
    text-decoration: none;
    transition: color 0.05s ease 0s;
    padding-right: 10px;
}
#tlogo {
    display: table;
    margin: 20px auto;
    border-radius: 8px;
    text-align: center;
    padding-bottom: 10px;
}
.themeX {
    display: inline-block;
    border: 1px solid #4f24bd;
    background: #4f24bd;
    padding: 10px 12px 8px;
    border-radius: 35px;
    vertical-align: middle;
    font-size: 14px;
    margin-bottom: 35px;
}
.themeX span {
    vertical-align: middle;
    color: #fff;
}
