/*
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: #ffffff;
    font-family: FontMedium;
}
a:focus, a:hover {
    text-decoration: none;
}
header i.fa-bars {
    margin-left: 0;
    display: 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: #130438;
    -webkit-animation: fadein 2s;
    animation: fadein 2s;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -ms-user-select: none;
}
*,
:after,
:before {
    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;
}

a {
    color: #fff;
    text-decoration: none;
}
ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.fa,
.fal,
.fas {
    vertical-align: middle;
}
body {
    font-family: 'FontMedium';
    font-size: 12px;
    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: flex;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    padding: 15px 20px 20px;
    width: 100%;
    z-index: 10;
    font-size: 10px;
    background: linear-gradient(rgb(19, 4, 56) 0%, rgba(33, 2, 80, 0) 100%);
}
header a {
    line-height: 0;
    margin-left: auto;
}
header i.fa-bars {
    margin-left: auto;
}
header i {
    font-size: 20px;
    cursor: pointer;
}
header ul {
    position: absolute;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 0;
    right: 0;
    left: 0;
    top: 60px;
    padding: 20px;
    text-align: center;
    background: rgb(19, 4, 56);
}
header ul.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
}
header ul li {
    padding: 10px;
    font-size: 13px;
    background: #ffffff08;
}
header ul li:hover a {
    color: rgb(244, 67, 54)
}
header form {
    opacity: 0;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    right: 20px;
    left: 20px;
    top: 60px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
header form input {
    width: 100%;
    height: 28px;
    padding: 0 10px;
    background: #fff8fa;
    font-size: 13px;
    font-family: 'FontMedium';
    border: 0;
    border-radius: 0.2457vw;
    background: #fff8fa;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
        border-radius: 0px 15px 15px 0px;

}
header form button {
    color: #ffffff;
    padding: 5px 20px;
    border: none;
    font-family: 'FontMedium';
    background: rgb(244, 67, 54);
    border-radius: 15px 0px 0px 15px;
}
header form.active {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0.2s;
    -o-transition: opacity 0.2s linear 0.2s;
    transition: opacity 0.2s linear 0.2s;
}
main-slider {
    display: block;
    margin: 0 0 20px 0;
    direction: ltr;
    overflow: hidden;
}
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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 590px;
    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(24, 29, 37, 0) 15%, rgb(19, 4, 56) 80%, rgb(19, 4, 56));
}
main-slider .owl-item .item img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -2;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgb(19, 4, 56) 20%);
    animation-name: fadeIn;
    object-fit: cover;
}
main-slider .owl-item .item i {
    padding: 0 0 0 5px;
    vertical-align: middle;
}
main-slider .owl-item .item article ul.btns li:last-child span:not(.spinner) {
    display: none !important;
}
main-slider .owl-item .item article {
    padding: 300px 20px 0px;
    font-size: 9.8564px;
    text-align: center;
}
main-slider .owl-item .item article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 20px 0px;
    text-align: center;
    gap: 10px;
}
main-slider .owl-item .item article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 95px;
    margin: 10px auto;
}
main-slider .owl-item .item article span[aria-label="comment"] {
    display: none;
    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 rgb(244, 67, 54);
    padding: 0 0.5vw;
}
main-slider .owl-item .item article ul li[aria-label="story"] {
    display: block;
}
main-slider .owl-item .item article ul li {
    display: inline-block;
}
main-slider .owl-item .item article ul li p {
    color: #d5caff;
    padding: 15px 0;
    font-size: 13.5874px;
}
main-slider .owl-item .item 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;
    flex-grow: 1;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 40px;
}
main-slider .owl-item .item article ul.btns li a {
    display: block;
    padding: 8px 0px;
    color: rgb(255, 255, 255);
}
main-slider .owl-item .item article ul.btns li:last-child {
    display: block;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
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: 3px;
    margin: 0px 5px;
    background: rgb(147, 140, 157);
    border-radius: 50%;
}
main-slider .owl-dots {
    display: none;
}
section {
    position: relative;
    padding: 0px 20px 32px;
    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 10px 0;
    font-size: 16.954px;
    font-family: 'FontMedium';
}
section span em {
    color: #ffffff;
    padding: 0 5px;
    margin: 0 auto 0 0;
    font-size: 15px;
    border-radius: 3.906vw;
    background: #ffffff24;
}
section span em:not(:last-child) {
    display: inline-block;
    padding: 1px 6px;
    margin-right: 5px;
    color: rgb(33, 20, 86);
    border-radius: 10px 0px;
    line-height: 1;
    background: rgb(255, 193, 7);
}
.platforms {
    margin-bottom: -10px;
    padding: 0px 20px 32px 0px;
}
section ul[aria-label="platforms"] {
    display: flex;
    gap: 10px;
    overflow-y: auto;
        max-height: fit-content!important;
            overflow-x: auto!important;
    overflow-y: hidden!important;
    max-height: unset;
    
}
section ul[aria-label="platforms"] li {
flex: 0 0 70% !important;
        height: 100%;
}
section ul[aria-label="platforms"] li img {
    height: 100%;
}
section ul[aria-label="platforms"] li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
section .owl-item img {
        border-radius: 10px;
    }
section .owl-item {
    position: relative;
    display: inline-block;
    height: 220px;
    margin-left: 0.5vw;
    border-radius: 5px;
    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;
}
.owl-nav.disabled,
.owl-nav {
    display: none;
}
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%;
    padding: 0.5vw;
    font-size: 0.9vw;
    opacity: 0;
    z-index: 10;
    -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;
}
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: 3px;
    margin: 10px 5px 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 10px;
    background: #ffffff;
}
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: 20px;
    text-align: center;
    background: none;
}
section .owl-item li i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px !important;
    border-radius: 50px;
    background: #f44336;
}
section .owl-item ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: #b1acc5;
    font-size: 12px;
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 120px;
    top: 16px;
    left: -31px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: rgb(125, 74, 255);
    transform: rotate(-40deg);
}
section .owl-item li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 177px;
    top: 33px;
    left: -41px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: rgb(244, 67, 54);
    transition: 0.3s;
    transform: rotate(-40deg);
}
    li[aria-label="ribbon"]:first-child {
        top: 5px !important;
    }

li[aria-label="ribbon"]:first-child {
    top: 0.4vw !important;
}
    li[aria-label="ribbon"] {
        left: -10px !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="episode"] {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    background: linear-gradient(-90deg, rgb(19, 4, 56), transparent);
}
section .owl-item li[aria-label="episode"] em {
    display: block;
    padding: 0px 5px;
    font-size: 10px;
    background: rgb(125, 74, 255);
    border-radius: 10px 0px 0px 10px;
}
section .owl-item li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 15px;
    line-height: 1;
    padding: 4px;
    border-radius: 0px 5vw 5vw 0px;
    background: rgb(255, 17, 0);
}
section .owl-item li[aria-label="year"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    color: rgb(19, 4, 56);
    line-height: 100%;
    border-radius: 10px;
    z-index: 10;
    background: rgb(255, 193, 7);
}
section[aria-label="posts"] {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 0 10px 10px;
    overflow: visible;
}
ul[aria-label="pagination"] {
    padding: 20px;
    padding-bottom: 100px;
    text-align: center;
}
ul[aria-label="pagination"] li {
    display: inline-block;
}
ul[aria-label="pagination"] li.active a {
    background: #ff1100;
}
ul[aria-label="pagination"] a,ul[aria-label="pagination"] span {
    color: #fff;
    padding: 10px 10px;
    margin: 0 0 0 5px;
    font-size: 15px;
    border-radius: 5px;
    background: #ffffff1c;
}
article[aria-label="post"] {
    position: relative;
    display: inline-block;
    height: 220px;
    margin-left: 0.5vw;
    border-radius: 5px;
    -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"] img {
    border-radius: 10px;
}
#related, #assemblies, #eps {
    gap: 10px;
    padding-bottom: 15px;
}
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;
    padding: 3px;
    margin: 10px 5px 0;
    color: #130438;
    font-size: 12px;
    line-height: 1;
    background: #ffffff;
    border-radius: 10px;
}
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%;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    background: none;
}
article[aria-label="post"] li i {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px !important;
    border-radius: 50px;
    background: rgb(244, 67, 54);
}
article[aria-label="post"] ul:not(:nth-of-type(1)) li[aria-label="title"] em {
    display: block;
    color: #b1acc5;
    font-size: 12px;
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(1) {
    position: absolute;
    width: 120px;
    top: 16px;
    left: -31px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: rgb(125, 74, 255);
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="ribbon"]:nth-of-type(2) {
    position: absolute;
    width: 177px;
    top: 33px;
    left: -41px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    background: rgb(244, 67, 54);
    transition: 0.3s;
    transform: rotate(-40deg);
}
article[aria-label="post"] li[aria-label="episode"] {
    position: absolute;
    bottom: 0px;
    font-size: 20px;
    text-align: center;
    z-index: 10;
    background: linear-gradient(-90deg, rgb(19, 4, 56), transparent);
}
article[aria-label="post"] li[aria-label="episode"] em {
    display: block;
    padding: 0px 5px;
    font-size: 10px;
    background: rgb(125, 74, 255);
    border-radius: 10px 0px 0px 10px;
}
article[aria-label="post"] li[aria-label="age"] {
    position: absolute;
    bottom: 0.8vw;
    left: 0px;
    z-index: 10;
    font-size: 15px;
    line-height: 1;
    padding: 4px;
    border-radius: 0px 5vw 5vw 0px;
    background: rgb(255, 17, 0);
}
article[aria-label="post"] li[aria-label="year"] {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 2px 5px;
    color: rgb(19, 4, 56);
    line-height: 100%;
    border-radius: 10px;
    z-index: 10;
    background: rgb(255, 193, 7);
}
main figure {
    position: absolute;
    width: 100%;
    height: 500px;
}
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;
}
main figure:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(180deg, rgb(19, 4, 56)99, rgb(19, 4, 56)00 10%, rgb(19, 4, 56)00 70%, rgb(19, 4, 56)91), linear-gradient(90deg, rgb(19, 4, 56)a3, #18113a00 50%, rgb(19, 4, 56));
}
main span {
    display: block;
    padding: 20px 10px 0 0;
}
main span em {
    border-right: 2px solid rgb(244, 67, 54);
    padding: 0 5px;
}
main article {
    padding: 280px 10px 0;
    font-size: 10.8564px;
    text-align: center;
}
main article li {
    position: relative;
    display: inline-block;
}
main article p {
    color: #d5caff;
    font-size: 12px;
    padding: 15px 0;
}
main i {
    font-size: 20px;
    padding: 0 0 0 10px;
}
main article ul img {
    position: unset;
    display: block;
    width: auto;
    max-width: 100%;
    height: 100px;
    margin: 20px auto;
}
main article ul.btns {
    display: flex
;
    -webkit-box-pack: justify;
    place-content: center space-between;
    padding: 24px 0px 0px;
    font-size: 15px;
    text-align: center;
    justify-items: center;
    gap: 10px;
}
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;
    flex-grow: 1;
    width: 100%;
    font-size: 18px;
    white-space: nowrap;
    line-height: 120%;
    margin: 0px;
    font-weight: 700;
    height: 40px;
}
main article ul.btns li a {
    display: block;
    padding: 8px 0px;
}
main article ul.btns li:last-child {
    display: block;
    padding: 10px 0px;
    background: rgba(255, 255, 255, 0.2);
    width: 40px;
    color: rgb(255, 255, 255);
    border-radius: 50%;
    line-height: 20px;
    margin: 0px;
    font-weight: 700;
    height: 40px;
    min-width: 40px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
main .owl-item .item article ul.btns li:last-child span:not(.spinner) {
    display: none !important;
}
main article ul:nth-of-type(4) li.remove {
    color: #130438;
    background: #ffffff;
}
 article > ul.btns > li.shine > i {
        padding: 0px;
}
body > main > article > ul.btns > li.shine > i {
        padding: 0px;
}
main article ul li:not(:first-child):not(:last-child):after {
    content: '';
    display: inline-block;
    padding: 3px;
    margin: 0 5px;
    background: #aca3cf;
    border-radius: 50%;
}
main section[aria-label="details"] {
    padding: 20px 10px;
}
main section[aria-label="seasons"] {
    position: relative;
    padding: 20px 10px;
    overflow: visible;
}
main span[aria-label="season-title"] {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 36px;
    padding: 7px 14px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
main span[aria-label="season-title"] p {
    font-size: 10px;
    padding: 0 5px;
}
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: rgb(244, 67, 54);
}
main section[aria-label="seasons"] ul {
    position: absolute;
    display: none;
    left: 20px;
    right: 20px;
    margin: 10px 0px;
    font-size: 14px;
    z-index: 20;
    background: rgb(66, 54, 95);
    animation: 1s ease 0s 1 normal none running fadeEffect;
    border-radius: 14px;
    padding: 5px 7px;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
section[aria-label="posts"] h2 {
    margin-bottom: 15px;
}
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: 5px;
}
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: rgb(244, 67, 54);
}
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: #ffffff47;
    cursor: pointer;
    padding: 5px 0;
    margin: 0 0 0 20px;
    font-size: 18px;
    font-family: 'FontMedium';
}
main section[aria-label="details"] ul:not(.tabcontent) li.active {
    color: rgb(244, 67, 54) !important;
    border-bottom: 2px solid rgb(244, 67, 54) !important;
}
main section[aria-label="details"] ul:not(.tabcontent) li:not(.active):after {
    content: '';
    display: block;
    position: relative;
    top: 5px;
    width: 0px;
    height: 2px;
    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;
}
span[aria-label="titleAsm"] {
        display: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
ul.tabcontent {
    display: flex;
    flex-wrap: wrap;
    margin: 22px 0px 0px;
    font-size: 15px;
    animation: 1s ease 0s 1 normal none running fadeEffect;
}
#details strong i {
    display: none;
}
#details a,#details p {
    color: rgb(147, 140, 157);
    font-family: "Cima Now Medium";
    font-size: 14px;
    max-width: calc(100% - 119px);
}
#related, #assemblies, #eps {
    gap: 10px;
}


#details li {
    flex: 1 1 100%;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 120%;
    margin: 0px;
    display: flex !important
;
    padding-bottom: 1rem !important;
}
#details li:not(:last-of-type) {
    border-bottom: 1px solid rgb(63, 51, 80);
}
#details strong {
    display: inline-block;
    font-family: 'FontMedium';
    color: rgb(255, 255, 255);
    width: 96px;
}
#details li:not(:first-child) {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
#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;
    flex: 1 1 40%;
    max-width: 48.8%;
    max-height: 125px;
}
ul.tabcontent li img[alt="logo"] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    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 5px;
    margin: 5px auto;
    text-align: center;
    border-radius: 1vw;
    background: #ffffff;
}
ul.tabcontent li img {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.16) 0%, rgb(19, 4, 56) 50%);
    width: 100%;
    height: 100%;
        border-radius: 10px!important;
}
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 em {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 22px;
    font-family: "Cima Now kufi";
}
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: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: 0 0 auto;
    min-width: 31%;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
    text-align: center;
    font-family: 'FontMedium';
    font-size: 17px;
    background: #ffffff1a;
}
#watch li[aria-label="embed"] * {
    height: 300px;
    width: 100%
}
#watch li[aria-label="embed"] {
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-height: 800px;
    padding: 20px 0;
    background: none;
}
#watch li.active {
    background: rgb(244, 67, 54);
}
#download li[aria-label="quality"],
[aria-label="download"] {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'FontMedium';
    background: none;
}
#download li[aria-label="quality"] {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
}
#download li span {
    grid-column: 1 / -1;
    padding: 5px;
    margin: 0;
    font-family: 'FontMedium';
}
#download li[aria-label="quality"] a {
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    background: #4caf50;
}
#download li[aria-label="download"] a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: -moz-fit-content;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    background: #4CAF50;
}
#episodes li {
    padding: 10px 0;
    margin: 0 0 0 5px;
    font-size: 12px;
    border-radius: 10px;
    background: #ffffff12;
}
#episodes li.active {
    background: rgb(244, 67, 54);
}
#episodes li:hover {
    background: rgb(244, 67, 54);
}
#episodes li a {
    padding: 10px;
}
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;
    top: 30%;
    width: 60px;
    padding: 2px;
    border-radius: 0 20px 20px 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;
}
.shine:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    z-index: 5;
    border-radius: 50%;
    background: #ffffff45;
    -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: 15px;
    height: 15px;
    padding: 0;
    border: 5px solid currentColor;
    border-width: 2px;
    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: 'FontMedium';
    -webkit-background-clip: text;
    -webkit-text-fill-color: #00000000;
    background-image: -o-linear-gradient(#ffffff 50%, #ffc107 20%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffffff), color-stop(20%, #ffc107));
    background-image: linear-gradient(#ffffff 50%, #ffc107 20%);
}
h2 {
    grid-column: 1 / -1;
    font-size: 20px;
    padding: 0 10px;
}
h2 label {
    color: rgb(244, 67, 54);
}
h3 {
    position: absolute;
    right: 10px;
    bottom: 10px;
    height: auto;
    font-size: 20px;
    font-family: 'FontMedium';
    z-index: 10;
}
.empty {
    grid-column: 1 / -1;
    padding: 80px 0;
    font-size: 15px;
    text-align: center;
}
.empty i {
    display: block;
    color: #ff9800;
    margin-bottom: 2vw;
    font-size: 150px;
}
.tab.social {
    display: none;
}
footer {
    padding: 10px;
    text-align: center;
}
.foremedia-center1 {
    grid-column: 1/3 !important;
}
.foremedia-center3 {
    width: 100% !important;
}
.fmsection {
    display: none;
}
.nextprev {
    display: table;
    margin: 0 auto;
}
.nextprev a {
    float: right;
    background: #ffffff12;
    font-size: 17px;
    margin: 0 8px;
    padding: 7px 20px;
    border-radius: 11px;
    transition: .2s all ease;
}
.nextprev a:hover {
    background: rgb(244, 67, 54);
    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;
}
ul#episodes {
    padding: 10px;
    background: #ffffff05;
    border-radius: 5px;
}
ul#episodes h2 {
    display: table;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #ffffff12;
    width: 100%;
    padding-bottom: 5px;
}
span[aria-label="age"] em {
    border: 1px dashed rgb(244, 67, 54);
    padding: 0;
    border-radius: 45px;
    width: 36px;
    height: 36px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
}
h1.logo {
    font-family: Righteous;
    font-size: 1.8rem;
    line-height: 2rem;
    height: auto;
    background-image: unset;
    -webkit-text-fill-color: unset;
}
h1.logo span {}
h1.logo span {
    color: rgb(244, 67, 54) !important;
    float: right;
}

ul[aria-label="pagination"] li.active a, ul[aria-label="pagination"] span.current {
    background: rgb(244, 67, 54);
    color: #fff;
}


.fixed-header {
    bottom: 0px;
    background: rgba(19, 4, 56, 0.91);
    z-index: 9999;
    justify-content: space-between;
    position: fixed;
    padding: 13px 20px 10px;
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    font-size: 9px;
    backdrop-filter: blur(15px);
    border-top: 1px solid rgba(255, 255, 255, 0.14);
}


.fixed-header-item {
    text-align: center;
    position: relative;
}

.fixed-header-item::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    display: block;
    position: absolute;
    inset: 0px;
    transform: scale(0.001, 0.001);
    z-index: -1;
}
#watch li[aria-label="embed"] {
    background: 0;
}
.fixed-header-item i {
    display: block;
    font-size: 16px;
    padding-bottom: 6px;
}
a#txlogo {
    color: #fff !important;
    font-size: 14px;
    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: 12px;
    margin-bottom: 35px;
}
.themeX span {
    vertical-align: middle;
    color: #fff;
}
