



*,body {
    font-family: var(--fontfamily);
    -webkit-font-smoothing: antialiased
}
::-webkit-scrollbar {
    width: 5px;
    height: 2px
}
::-webkit-scrollbar-track {
    background: #333
}
::-webkit-scrollbar-thumb {
    background-color: #c80102
}
body {
   --fontfamily: "Font",Sans-Serif;
    --redColor: #c80102;
    --yallowColor: #efc51f;
    --bgcolor: #131720;
    --menu-width: 310px;
    --textcolor: #041c36;
    --radius: 25px;
    --hoverShadow: rgb(232 232 232 / 8%) 0px 4px 0px 0px,rgb(178 178 178 / 8%) 0px 8px 0px 0px;
    line-height: 1.4;
    color: var(--textcolor);
    font-size: 14px;
    font-weight: 400;
    direction: rtl;
    background: var(--bgcolor);
    color: #fff;
    overflow-x: hidden
}
* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative
}
img {
    height: auto;
    max-width: 100%
}
li,ul {
    list-style: none
}
a {
    color: var(--alinks);
    text-decoration: none;
    transition: color 50ms
}
.content__wrapper {
    max-width: 1280px;
    margin: 0 auto;
    width: 95%;
    padding: 0 10px
}
@media(min-width: 1450px) {
    .content__wrapper {
        max-width:1400px
    }
}
header.site__header {
    padding: 15px 0 0;
    display: flex;
    margin: 20px 0;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
    z-index: 99999
}
.logo__and__bars,a.site__logo {
    display: flex;
    align-items: center;
    gap: 10px
}
a.site__logo svg {
    width: 50px;
    justify-content: flex-start
}
a.site__logo h3.logo__text {
    color: #fff;
    font-size: 25px;
    transition: .3s
}
a.site__logo h3.logo__text span {
    display: flex;
    font-size: 20px;
    padding-top: 0;
    color: #fff;
    line-height: 20px;
    direction: ltr;
    gap: 2px
}
a.site__logo h3.logo__text span em {
    font-style: normal;
    color: var(--redColor)
}
header.site__header .content__wrapper {
    display: flex;
    align-items: center;
    gap: 25px
}
.site__header .header__search .big__search__form,header.site__header .main__menu>ul {
    display: flex
}
header.site__header .main__menu>ul>li>a {
    transition: .3s;
    display: block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 35px
}
header.site__header .main__menu>ul>li.current-menu-item>a,header.site__header .main__menu>ul>li>a:hover {
    background: #292d43
}
.menu__bar {
    display: block;
    border-radius: var(--radius);
    border: 2px solid #1c252e;
    padding: 20px;
    margin: 0 0 30px;
    z-index: 9999
}
.menu__bar>ul {
    display: flex;
    margin: 0 -10px
}
.menu__bar>ul>li {
    padding: 0 10px;
    flex: 1
}
.menu__bar>ul>li>a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-size: 16px;
    transition: .2s;
    opacity: .7
}
.menu__bar>ul>li>a>i:first-child {
    width: 40px;
    height: 40px;
    background: #1b2232;
    color: #415270;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 48px
}
header.site__header .header__left {
    display: flex;
    gap: 20px
}
a.guest__anchor {
    display: flex;
    border-radius: var(--radius);
    border: 1px solid #1b2232;
    padding: 12px 25px;
    transition: .3s;
    align-items: center;
    gap: 6px
}
a.guest__anchor i {
    font-size: 17px
}
a.guest__anchor.register {
    border-color: var(--yallowColor);
    color: var(--yallowColor)
}
.site__header .header__search .big__search__form input[type=text] {
    width: 440px;
    background: #171e2b;
    border: 0;
    outline: 0;
    padding: 15px 45px 15px 90px;
    border-radius: var(--radius);
    color: #fff;
    border: 1px solid #25323e9e
}
.site__header .header__search .big__search__form>i {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 18px;
    font-size: 16px;
    opacity: .5
}
.site__header .header__search .big__search__form .search__type__drop {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px
}
.logo__and__bars .bars_menu {
    cursor: pointer;
    margin-left: 20px
}
.logo__and__bars .bars_menu>span {
    display: block;
    height: 2px;
    width: 35px;
    background: var(--redColor);
    margin: 5px 0;
    border-radius: 28px
}
.logo__and__bars .bars_menu>span:first-child {
    width: 30px
}
.logo__and__bars .bars_menu>span:nth-child(2) {
    width: 20px
}
.logo__and__bars .bars_menu>span:nth-child(3) {
    width: 28px
}
.site__header .header__search .big__search__form .search__type__drop>span {
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    background: var(--bgcolor);
    justify-content: center;
    gap: 5px;
    border-radius: var(--radius);
    padding: 0 20px;
    color: #aaa
}
.site__header .header__search .big__search__form .search__type__drop>span>i {
    font-size: 11px
}
.menu__bar>ul>li>a>i:nth-child(3) {
    padding-right: 5px;
    font-size: 20px;
    transition: .2s
}
.menu__bar>ul>li ul.submenu__ul {
    position: absolute;
    top: 61px;
    background: #fff;
    width: 100%;
    border-radius: var(--radius);
    transition: .25s;
    transform: translate(0,00px) scale(.2);
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    box-shadow: rgb(232 232 232 / 50%) 0 4px 0 0,rgb(178 178 178 / 30%) 0 8px 0 0;
    min-width: 230px;
    overflow: hidden
}
.menu__bar>ul>li ul.submenu__ul>li>a {
    display: block;
    color: var(--bgcolor);
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    text-align: center;
    transition: .3s;
    overflow: hidden
}
.menu__bar>ul>li ul.submenu__ul::before {
    content: "\A";
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
    top: -14px
}
.menu__bar>ul>li ul.submenu__ul>li:last-child>a {
    border: 0
}
.menu__bar>ul>li ul.submenu__ul>li.active>a:hover,.menu__bar>ul>li ul.submenu__ul>li>a:hover {
    background: #f1f1f1
}
.menu__bar>ul>li:hover ul.submenu__ul,a.site__logo:hover .slogan p.text {
    transform: translate(0) scale(1);
    opacity: 1;
    visibility: visible
}
.slider__items,.swiper-backface-hidden {
    overflow: hidden
}
.owl-item {
    float: right;
    transition: .3s;
    opacity: 0;
    visibility: hidden
}
.owl-dots,.owl-nav.disabled {
    display: none
}
.slider__single>a {
    border: 1px solid #ffffff0f;
    display: block;
    border-radius: var(--radius);
    overflow: hidden
}
.slider__single>a .post__image {
    padding-bottom: 150%;
    border-radius: var(--radius);
    overflow: hidden
}
.slider__single>a .post__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius)
}
.slider__single>a .post__info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 20px;
    text-align: revert
}
.slider__single>a .item__number {
    position: absolute;
    bottom: -40px;
    font-size: 75px;
    left: -10px;
    color: var(--yallowColor);
    font-weight: 800;
    z-index: 10;
    text-shadow: 5px 5px #0000000f,8px 14px 20px #00000008;
    -webkit-text-stroke: 1.4px #1b2232
}
.slider__single>a .post__image:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,#13172000 00,var(--bgcolor) 90%);
    padding-top: 60%;
    z-index: 5;
    transition: .3s
}
.owl-item.active {
    opacity: 1;
    visibility: visible
}
.slider__single>a .post__info h3 {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 0 0 5px #000;
    line-height: 31px
}
.slider__single>a .post__info>ul {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap
}
.slider__single>a .post__info>ul>li {
    font-size: 12px;
    font-weight: 700;
    color: #aaa;
    padding: 5px 13px;
    gap: 5px;
    display: flex;
    align-items: center;
    border: 1px solid #1b2232;
    border-radius: var(--radius)
}
.post__ratings {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 11;
    border: 2px solid var(--yallowColor);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius);
    background: #00000063;
    backdrop-filter: blur(5px)
}
.arrow__left,.arrow__right,.slider__single>a .post__content {
    transform: translate(0,-50%);
    z-index: 99;
    position: absolute;
    top: 50%
}
.arrow__left,.arrow__right,.copyrights,.social__footer>a,.top__footer .footer__menu>ul>li>a:hover {
    background: #1b2232
}
.arrow__left,.arrow__right {
    right: -22.5px;
    width: 45px;
    height: 45px;
    border: 5px solid var(--bgcolor);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 20px
}
.arrow__left {
    left: -22.5px;
    right: auto
}
.footer__logo {
    display: table;
    margin: 0 auto
}
.footer__logo a.site__logo svg {
    width: auto;
    transform: scale(1.7)
}
.footer__logo a.site__logo h3.logo__text {
    font-size: 40px
}
.footer__logo a.site__logo h3.logo__text span {
    font-size: 31px;
    padding-top: 7px
}
.top__footer {
    padding: 60px 0
}
.top__footer .footer__menu {
    display: block;
    margin: 20px auto
}
.top__footer .footer__menu>ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px
}
.top__footer .footer__menu>ul>li>a {
    display: block;
    padding: 10px 25px;
    border-radius: var(--radius);
    font-size: 15px;
    transition: .3s;
    border: 1px solid #1b2232;
    text-align: center
}
.top__footer p.footer__description {
    display: table;
    margin: 20px auto;
    max-width: 500px;
    text-align: center;
    color: #aaa
}
.copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    border-top: 1px dashed #1b2232;
    gap: 10px;
    width: fit-content;
    margin: 0 auto 20px;
    border-radius: var(--radius);
    max-width: 94%;
    text-align: center
}
.social__footer,ul.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px
}
.__head__text,.social__footer>a {
    display: flex;
    align-items: center
}
.social__footer>a {
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: var(--radius);
    font-size: 20px;
    color: #415270;
    cursor: pointer
}
.slider__single>a .post__info>ul li.__genre {
    background: #1b2232;
    text-align: center;
    border-radius: var(--radius);
    border-color: transparent
}
.slider__single>a .post__content {
    left: 0;
    right: 0;
    padding: 0 30px;
    text-align: right
}
.slider__single>a .post__content .trailer__btn {
    padding: 5px 20px;
    background: var(--yallowColor);
    width: fit-content;
    border-radius: var(--radius);
    margin-top: 20px;
    transition: .3s;
    transform: translate(0,110px);
    opacity: 0;
    visibility: hidden;
    color: #222
}
.slider__single>a .post__content .trailer__btn svg {
    width: 30px;
    height: auto
}
.slider__single:hover>a .post__image:after {
    padding-top: 250%
}
.slider__single>a .post__content p {
    line-height: 22px;
    color: #c8c8c8;
    transition: .3s;
    transform: translate(0,110px);
    opacity: 0;
    visibility: hidden
}
.slider__single>a .post__content .trailer__btn svg path {
    stroke: #222
}
.slider__single:hover>a .post__content p {
    transform: translate(0);
    opacity: 1;
    visibility: visible
}
.play__ico svg,a.episode__item .post__image .svg__icon svg,a.movie__block:hover .play__ico svg {
    transform: scale(.8)
}
.slider__single:hover>a .post__content .trailer__btn {
    transform: translate(0);
    transition: .3s .1s;
    opacity: 1;
    visibility: visible
}
.__head__text {
    gap: 10px;
    color: var(--yallowColor);
    padding-bottom: 15px
}
.main__head,a.show__more {
    align-items: center;
    display: flex
}
.__right__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 3px;
    background: var(--yallowColor);
    border-radius: 50px
}
.__head__text:after,.__head__text:before {
    width: 10px;
    background: var(--bgcolor);
    border-radius: 40px;
    position: absolute;
    content: ''
}
.__head__text:after {
    height: 5px;
    bottom: 0;
    z-index: 1;
    right: 20px;
    transform: rotateZ(45deg)
}
.__head__text:before {
    height: 8px;
    bottom: -2px;
    z-index: 2;
    right: 90px;
    transform: rotateZ(-45deg)
}
.main__head {
    justify-content: space-between;
    gap: 20px
}
.__head__text i {
    font-size: 30px
}
.__head__text span {
    font-size: 22px
}
a.show__more {
    border-radius: var(--radius);
    border: 1px solid #1b2232;
    padding: 12px 25px;
    transition: .3s;
    border-color: var(--yallowColor);
    color: var(--yallowColor);
    gap: 10px;
    overflow: hidden
}
a.show__more i {
    font-size: 18px
}
.slider__single>a .post__category {
    position: absolute;
    top: 15px;
    right: 15px;
    background: var(--redColor);
    font-size: 12px;
    padding: 7px 15px;
    border-radius: var(--radius);
    transition: .2s;
    box-shadow: 0 0 20px #0000001f
}
.poster__side .poster__single img,.single__backdrop img,a.episode__item .post__image img {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.poster__side .poster__single,a.episode__item:hover,a.movie__block:hover {
    box-shadow: var(--hoverShadow)
}
.slider__single>a:hover .post__category {
    transform: scale(0);
    opacity: 0
}
.single__backdrop {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .05
}
.single__backdrop img {
    position: absolute;
    right: 0
}
.single__backdrop:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,var(--bgcolor)00,var(--bgcolor) 90%);
    padding-top: 60%;
    z-index: 5;
    transition: .3s;
    backdrop-filter: blur(5px)
}
.footer__logo a.site__logo .logo__icon {
    width: 90px;
    height: 76px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px
}
.poster__side {
    flex: 0 0 auto;
    width: 25%;
    margin-top: -80px
}
.poster__side .poster__single {
    padding-bottom: 150%;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius);
    border: 1px solid #ffffff0f;
    border-bottom: 0;
    background: var(--bgcolor)
}
.poster__side .poster__single img {
    position: absolute;
    right: 0;
    border-radius: 15px
}
.bread__crumbs {
    max-width: 100%;
    overflow: hidden
}
.bread__crumbs ol {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    overflow-x: auto;
    text-overflow: ellipsis;
    gap: 5px!important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin
}
.bread__crumbs ol::-webkit-scrollbar-thumb {
    background-color: #39445c
}
.bread__crumbs ol li {
    display: flex;
    vertical-align: middle;
    font-size: 15px;
    align-items: center;
    flex: 0 0 auto
}
.bread__crumbs ol li a {
    color: #aaa;
    transition: .2s
}
.bread__crumbs ol li+li:before {
    content: '\f053';
    font-weight: 400;
    font-family: 'FONT AWESOME 5 PRO';
    margin: 0 0 0 5px;
    color: #aaa;
    font-size: 12px
}
.bread__crumbs ol li a span {
    font-size: 12px
}
.bread__crumbs ol li a:hover {
    color: #fff;
    text-decoration: underline
}
.menu__bar>ul>li:hover>a>i:nth-child(3) {
    transform: rotate(-90deg) translate(4px,0)
}
.episodes__blocks__holder {
    row-gap: 20px;
    display: flex;
    flex-direction: column
}
.episodes__blocks__holder li {
    padding: 0 10px;
    width: 100%
}
a.episode__item,a.movie__block {
    border-radius: var(--radius);
    overflow: hidden;
    display: block;
    transition: .3s;
    border: 1px solid #ffffff0f
}
a.episode__item .post__image {
    padding-bottom: 50%;
    overflow: hidden;
    border-radius: var(--radius)
}
a.episode__item .post__image img {
    position: absolute;
    right: 0;
    transition: .3s;
    border-radius: 11px;
    object-position: bottom
}
a.episode__item .episode__title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,#13172000 00,var(--bgcolor) 90%);
    padding: 60px 15px 15px
}
a.episode__item .episode__title span {
    display: block;
    font-size: 14px;
    font-weight: 400
}
a.episode__item .episode__title p {
    display: block;
    font-size: 16px;
    padding-top: 5px;
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--yallowColor)
}
a.episode__item .episode__title p em {
    font-style: normal;
    font-size: 25px;
    line-height: 20px
}
a.episode__item:hover .post__image img {
    opacity: .3
}
a.episode__item .post__image .svg__icon {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    z-index: 6;
    filter: drop-shadow(0 4px 18px rgba(0, 0, 0, .4));
    width: 60px;
    opacity: 0;
    height: 60px;
    background: #0000003b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    transition: .2s
}
a.episode__item .post__image .svg__icon:after {
    content: '';
    position: absolute;
    top: -5px;
    width: 70px;
    height: 70px;
    border: 1px solid #0000003b;
    border-radius: 50px
}
a.episode__item:hover .post__image .svg__icon {
    transform: translate(-50%,-50%) scale(1);
    opacity: 1
}
a.show__more:after {
    background: 0 0;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 5px;
    height: 5px;
    border-radius: 90px;
    transition: .3s;
    transform-origin: center;
    z-index: -1
}
a.show__more:hover:after {
    transform: scale(100);
    opacity: 1;
    background: var(--yallowColor)
}
a.show__more:hover {
    color: #272d3a
}
.swiper-pagination {
    margin-top: 20px;
    position: relative!important
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: var(--radius);
    background: #303746;
    transition: .3s
}
.trailer__model,.trailer__model a,a.movie__block .post__image img {
    top: 0;
    width: 100%;
    height: 100%;
    right: 0
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--redColor)!important
}
.images__loader {
    opacity: 0;
    transition: .2s
}
.images__loader.loaded {
    opacity: 1
}
.swiper-button-disabled {
    opacity: .7!important
}
.trailer__model {
    position: fixed;
    z-index: 999999;
    background: var(--bgcolor) 87;
    transition: .2s;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(2px)
}
.trailer__model .trailer__model__contents {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 1000px;
    max-width: 80%;
    padding-bottom: 30%;
    z-index: 99;
    background: #1b2232;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: var(--hoverShadow)
}
.trailer__model .trailer__model__contents iframe {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.trailer__model a {
    position: absolute;
    z-index: 90
}
.trailer__model.opend {
    opacity: 1;
    visibility: visible
}
a.movie__block .post__image {
    padding-bottom: 150%;
    border-radius: var(--radius)
}
a.movie__block .post__image img {
    position: absolute;
    object-fit: cover;
    z-index: 2;
    border-radius: var(--radius)
}
a.movie__block .post__info {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 80% 20px 20px;
    text-align: right;
    background: linear-gradient(180deg,#13172000 00,var(--bgcolor) 90%)
}
a.movie__block .post__info h3 {
    font-size: 16px;
    font-weight: 400
}
a.categories__item {
    display: flex;
    align-items: center;
    background: #1b22328c;
    border-radius: var(--radius);
    overflow: hidden;
    transition: .3s
}
a.categories__item .icon {
    width: 40px
}
a.categories__item .icon svg {
    transform: scale(.7);
    opacity: .5
}
.series__box:hover .hover__box,.toggle-input:checked~.toggle-base .toggle-base-inside::after,a.categories__item.active svg,a.categories__item:hover svg {
    opacity: 1
}
ul.categories__list {
    gap: 10px;
    align-items: center;
    justify-content: center
}
a.categories__item span {
    padding: 0 20px;
    color: #aaa
}
a.categories__item .icon:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -17px;
    width: 60px;
    height: 60px;
    background: #000000f5;
    transform: rotate(45deg);
    border-radius: var(--radius);
    z-index: -1;
    transition: .3s
}
a.categories__item *,a.site__logo .logo__icon {
    transition: .3s
}
a.categories__item.active span,a.categories__item:hover span {
    color: #fff
}
a.categories__item.active .icon:after,a.categories__item:hover .icon:after {
    transform: rotate(45deg) scale(10)
}
a.movie__block .__quality {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #13172061;
    z-index: 5;
    font-size: 12px;
    padding: 10px;
    border-radius: var(--radius);
    box-shadow: 0 0 4px #0000003b;
    backdrop-filter: blur(5px)
}
.series__box {
    display: block;
    padding-bottom: 60%
}
.series__box>a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid #ffffff0f;
    transition: .3s
}
.series__box>a .image__poster,.series__box>a .image__poster img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1
}
.series__box>a .image__poster:after {
    content: "";
    background: radial-gradient(circle,rgba(0,0,0,0) 40%,#000 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 3
}
.series__box>a .image__poster:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 5;
    opacity: .3;
    transition: .3s;
    opacity: 0
}
.play__ico,a.movie__block:hover .play__ico {
    background: rgb(0 0 0 / 33%)
}
.series__box .hover__box {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 20px;
    z-index: 10;
    opacity: 0;
    transition: .3s;
    width: 100%
}
.series__box:hover>a .image__poster:before {
    opacity: .5
}
.series__box .hover__box ul.dots__info {
    display: flex;
    gap: 10px;
    font-size: 13px;
    margin: 10px 0
}
.emoji:after,.main__head .__head__left .filter__bttn i {
    font-size: 18px
}
.series__box .hover__box ul.dots__info li {
    display: flex;
    align-items: center;
    gap: 7px
}
.series__box .hover__box h3 {
    font-size: 16px;
    font-weight: 700
}
.series__box .hover__box ul.bottom__ul,.series__episodes__switcher {
    display: flex;
    align-items: center;
    gap: 10px
}
.series__box .hover__box ul.bottom__ul li {
    background: rgb(0 0 0 / 33%);
    padding: 7px 17px;
    font-size: 12px;
    backdrop-filter: blur(2px);
    border-radius: var(--radius)
}
.play__ico {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 280px;
    transition: .3s
}
.play__ico svg {
    transition: .3s
}
.play__ico:after {
    content: '';
    border: 2px solid #00000045;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50px;
    transition: .3s
}
.series__box>a:hover {
    box-shadow: var(--hoverShadow)
}
.main__head .__head__left .filter__bttn {
    display: flex;
    border-radius: var(--radius);
    border: 1px solid #1b2232;
    padding: 12px 25px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    opacity: 1.7;
    transition: .3s;
    color: #efc51f;
    font-size: 15px
}
.main__head .__head__left .filter__bttn:hover {
    opacity: 1;
    background: #1b2232;
    box-shadow: var(--hoverShadow)
}
a.movie__block:hover .post__image img {
    opacity: .3;
    filter: grayscale(1) blur(1px)
}
a.movie__block .play__ico {
    z-index: 55;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: 0 0
}
a.movie__block .play__ico::after {
    transform: scale(2);
    opacity: 0
}
a.movie__block:hover .play__ico::after {
    opacity: 1;
    transform: scale(1)
}
a.movie__block .play__ico svg {
    transform: scale(0)
}
a.movie__block:hover .post__category,a.movie__block:hover .post__info p {
    transform: translate(0);
    opacity: 1
}
.filter__box {
    margin-bottom: 20px;
    border-radius: var(--radius);
    z-index: 999
}
.filter__box ul.filter__items,.work__team {
    z-index: 99
}
.filter__box ul.filter__items li {
    flex: 1 1
}
.filter__box ul.filter__items li .filter__title {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #1b22328f;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: var(--radius);
    color: #aaa;
    transition: .3s
}
.filter__box ul.filter__items li .filter__title span {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden
}
.filter__box ul.filter__items li .filter__title span p {
    display: block;
    font-weight: 400;
    font-size: 14px
}
.filter__box ul.filter__items li .filter__title span em {
    font-style: normal;
    font-size: 10px;
    color: #aaa;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
    min-width: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    flex: 0 0 auto;
    max-width: 60px;
    direction: initial;
    flex-shrink: 1
}
.filter__box ul.filter__items li .filter__title .icon__one {
    font-size: 25px
}
.filter__box ul.filter__items li .filter__title .icon__two {
    font-size: 16px;
    line-height: 20px
}
.filter__box ul.filter__items li .filter__title:hover {
    color: #fff;
    box-shadow: var(--hoverShadow)
}
.filter__box ul.filter__items li.opened .filter__title:hover {
    box-shadow: none
}
.hover__after {
    position: relative;
    overflow: hidden;
    z-index: 1
}
.hover__after:after {
    content: '';
    position: absolute;
    bottom: 50%;
    z-index: -1;
    right: 0;
    width: 5px;
    height: 5px;
    background: #ffffff10;
    transform-origin: right;
    border-radius: 50%;
    transform: scale(0);
    transition: none
}
.loader,.loader::after {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-sizing: border-box
}
.hover__after:hover:after {
    transform: scale(100);
    opacity: 0;
    transition: .8s
}
.filter__box ul.filter__items li ul,.list__sub__cats ul,.site__header .search__type__drop ul {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    background: #1a22324d;
    box-shadow: 0 0 32px 0 #000000ab;
    border-radius: var(--radius);
    max-height: 300px;
    overflow: auto;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transform: scale(.5);
    backdrop-filter: blur(10px);
    padding: 5px 0;
    min-width: 200px
}
.filter__box ul.filter__items li ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-bottom: 1px solid #ffffff0d;
    cursor: pointer;
    transition: .2s
}
.filter__box ul.filter__items li[data-filter=IMDb] ul li {
    font-size: 16px
}
.filter__box ul.filter__items li ul li:hover {
    background: #00000029
}
.filter__box ul.filter__items li[data-filter=IMDb] ul li:hover {
    color: orange
}
.filter__box ul.filter__items li ul::-webkit-scrollbar,.list__sub__cats ul::-webkit-scrollbar,.single__contents .info__side p.post__content::-webkit-scrollbar {
    width: 0
}
.filter__box ul.filter__items li ul::-webkit-scrollbar-track,.list__sub__cats ul::-webkit-scrollbar-track,.single__contents .info__side p.post__content::-webkit-scrollbar-track {
    background: #1b2232
}
.filter__box ul.filter__items li ul::-webkit-scrollbar-thumb,.list__sub__cats ul::-webkit-scrollbar-thumb,.single__contents .info__side p.post__content::-webkit-scrollbar-thumb {
    background-color: var(--bgcolor)
}
.filter__box ul.filter__items li.opened ul,.list__sub__cats.active ul,.search__type__drop ul.opened,.watch__servers__list .quality__swither.active ul.qualities__list {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    z-index: 9999999
}
.filter__box ul.filter__items li.opened .icon__two {
    transform: rotate(180deg)
}
.loader {
    display: inline-block;
    border-top: 4px solid #fff;
    border-right: 4px solid transparent;
    animation: 1s linear infinite rotation
}
.loader::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 4px solid #ff3d00;
    border-left: 4px solid transparent
}
@keyframes rotation {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.filter__box ul.filter__items li ul .loader {
    margin: 50px auto;
    display: table
}
.filter__box ul.filter__items li ul li.selected,.search__type__drop ul li:hover,.site__header .search__type__drop ul li.selected {
    background: #0000004d
}
.filter__box ul.filter__items .go__filter {
    background: #1b22328f;
    cursor: pointer;
    border-radius: var(--radius);
    color: #fff;
    font-size: 20px;
    transition: .3s;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 55px
}
.filter__box ul.filter__items .go__filter.disabled {
    opacity: .5;
    cursor: not-allowed
}
.filter__box ul.filter__items .go__filter span {
    display: none
}
.paginate,form.order__form {
    margin: 20px 0
}
ul.page-numbers li a,ul.page-numbers li span {
    display: flex;
    padding: 11px 16px;
    background: #1b223270;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius)
}
ul.page-numbers li.active a,ul.page-numbers span.page-numbers.current {
    background: var(--redColor)
}
a.movie__block .__number {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 9;
    background: #13172078;
    padding: 10px;
    border-radius: var(--radius);
    backdrop-filter: blur(6px);
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 5px;
    box-shadow: 0 0 4px #0000003b
}
a.movie__block .__number span {
    display: block;
    font-size: 18px;
    line-height: 15px
}
a.movie__block .post__ratings {
    top: 80px
}
a.movie__block:not(:has(.__number)) .post__ratings {
    top: 15px
}
a.movie__block .post__category {
    position: absolute;
    top: 60px;
    right: 15px;
    font-size: 12px;
    background: var(--redColor);
    padding: 7px 10px;
    border-radius: var(--radius);
    transition: .3s;
    transform: translate(200px,0);
    opacity: 0;
    z-index: 10
}
a.movie__block .post__info p {
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #d9d9d9;
    transform: translate(0,120px);
    opacity: 0;
    transition: .3s
}
.loader__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
    overflow: hidden;
    background-color: #1b223242;
    border: 1px solid #1b2232;
    border-radius: var(--radius)
}
.loader__item,.loader__item *,.loader__item :after,.loader__item :before {
    box-sizing: border-box
}
.ajaxify__loader>div .title__loader:after,.episode__loader ul li div:after,.filter__loader ul li div:after,.loader__item .loader__picture:before,.loader__placeh:before,.loader__row div:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    z-index: 1;
    width: 500%;
    margin-right: -250%;
    -webkit-animation: .8s linear infinite phAnimation;
    animation: .8s linear infinite phAnimation;
    background: linear-gradient(90deg,hsla(0,0%,100%,0) 45%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%;
    opacity: .05
}
.loader__placeh:before {
    opacity: .15
}
.loader__item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 10px;
    padding-left: 10px
}
.loader__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2.5px
}
.loader__row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ffffff05;
    border-radius: var(--radius);
    overflow: hidden
}
.loader__row div.d1:before {
    animation-delay: .1s
}
.loader__row div.d2:before {
    animation-delay: .2s
}
.loader__row .big,.loader__row.big div {
    height: 20px;
    margin-bottom: 15px
}
.loader__row .empty {
    background-color: hsla(0,0%,100%,0)
}
.loader__col__4 {
    flex: 0 0 33.33333%
}
.loader__col__5,.loader__col__6 {
    flex: 0 0 50%
}
.loader__col__12 {
    flex: 0 0 100%
}
.loader__avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden
}
.loader__avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}
.loader__picture {
    width: 100%;
    padding-bottom: 120%;
    background-color: #ffffff05;
    margin-bottom: 10px;
    border-radius: var(--radius);
    overflow: hidden
}
@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(30%,0,0)
    }
    to {
        transform: translate3d(-30%,0,0)
    }
}
@keyframes phAnimation {
    0% {
        transform: translate3d(30%,0,0)
    }
    to {
        transform: translate3d(-30%,0,0)
    }
}
.downloads__tabs ul,.posts__loader>ul {
    margin: 0 -10px;
    row-gap: 20px
}
.loader__picture .loader__ico {
    position: absolute;
    top: 50%;
    left: 0;
    opacity: .5;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    gap: 15px;
    transform: translate(0,-50%)
}
.loader__picture .loader__ico .icoo:after {
    content: '';
    border: 2px solid;
    width: 70px;
    height: 70px;
    position: absolute;
    border-radius: 50px;
    transition: .3s
}
.loader__picture .loader__ico span.text {
    font-size: 16px;
    text-align: center
}
.loader__picture .loader__ico span.text em {
    display: block;
    text-align: center;
    font-style: normal;
    font-size: 14px;
    margin-top: 3px
}
.loader__picture .loader__ico .icoo {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 33%);
    justify-content: center;
    border-radius: 280px;
    transition: .3s
}
.loader__picture .loader__ico .icoo svg {
    transform: scale(.8);
    transition: .3s
}
a.movie__block .__genre {
    position: absolute;
    top: 100px;
    right: 15px;
    background: var(--yallowColor);
    color: #222;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: var(--radius);
    transition: .2s;
    transform: translate(100px,0);
    opacity: 0;
    z-index: 9
}
a.movie__block:hover .__genre {
    transform: translate(0);
    opacity: 1;
    transition-delay: .2s
}
.filter__box ul.filter__items .go__filter:not(.disabled) {
    background: orange;
    color: #222
}
.loader__placeh {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #0000001f
}
.load__more_posts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 20px auto;
    background: #1b22328f;
    color: #fff;
    padding: 15px 30px;
    border-radius: var(--radius);
    cursor: pointer;
    font-size: 16px;
    gap: 10px;
    transition: .3s
}
.load__more_posts:hover {
    background: #ffae1a;
    color: #000
}
.load__more_posts.disabled {
    opacity: .5;
    pointer-events: none
}
.site__header .search__type__drop ul li {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #ffffff0d;
    cursor: pointer;
    transition: .2s;
    font-size: 13px
}
.site__header .search__type__drop ul {
    min-width: 110px;
    right: auto;
    left: 0;
    padding: 10px 0;
    border: 1px solid #dddddd0d;
    overflow: hidden;
    border-radius: var(--radius)
}
.filter__box ul.filter__items li ul li:last-child,.search__type__drop ul li:last-child {
    border: 0
}
.site__header .header__search .big__search__form .search__type__drop>span strong {
    font-weight: 400
}
.search__res__container {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    background: #171e2b;
    border-radius: var(--radius);
    padding: 20px;
    border: 1px solid #25323e9e
}
.toggle-handle-knob,.toggle-input {
    border-radius: 50%;
    height: var(--knob-size);
    transition: transform .24s cubic-bezier(.65, 1.35, .5, 1)
}
.search__res__container .most__search>span {
    color: #7b859b;
    display: block;
    margin-bottom: 10px
}
.search__res__container .most__search>ul.top__search {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}
.search__res__container .most__search>ul.top__search li a {
    background: #ffffff0f;
    padding: 5px 10px;
    display: block;
    border-radius: var(--radius);
    font-size: 12px;
    transition: .25s
}
.search__res__container .most__search>ul.top__search li a:hover {
    background: var(--bgcolor)
}
.search__res__container.opened,a.site__logo:hover .slogan .icon {
    transform: translate(0,0) scale(1);
    opacity: 1;
    visibility: visible
}
.toggle-container {
    --knob-size: 1.40em;
    display: flex;
    justify-content: center;
    position: relative
}
.toggle-input {
    position: absolute;
    z-index: 2;
    bottom: 132.5%;
    transform: rotate(25deg);
    transform-origin: 50% 4.75em;
    width: var(--knob-size);
    opacity: 0;
    font: inherit;
    cursor: pointer
}
.toggle-input:checked,.toggle-input:checked+.toggle-handle-wrapper>.toggle-handle {
    transform: rotate(-25deg)
}
.toggle-handle-wrapper {
    position: absolute;
    z-index: 1;
    bottom: -135%;
    -webkit-mask-image: linear-gradient(to bottom,#000 62.125%,transparent 50%);
    mask-image: linear-gradient(to bottom,#000 62.125%,transparent 50%);
    width: 200%;
    overflow: hidden
}
.toggle-handle {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: rotate(25deg);
    transform-origin: bottom center;
    transition: transform .24s cubic-bezier(.65, 1.35, .5, 1)
}
.toggle-handle-knob {
    position: relative;
    z-index: 1;
    width: var(--knob-size);
    background-image: radial-gradient(farthest-corner at 70% 30%,#fedee2 4%,#d63534 12% 24%,#a81a1a 50% 65%,#d63534 75%)
}
.episodes__list>li>a *,.posts__loader,.watch__and__download a.btton * {
    z-index: 9
}
.toggle-input:checked+.toggle-handle-wrapper .toggle-handle-knob {
    transform: rotate(-90deg)
}
.toggle-handle-knob::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 8px 2px rgb(255 255 255 / .4);
    opacity: 0;
    transition: opacity .2s
}
@media (hover: hover) {
    .toggle-input:focus-visible+.toggle-handle-wrapper .toggle-handle-knob::after,.toggle-input:hover+.toggle-handle-wrapper .toggle-handle-knob::after {
        opacity:1
    }
}
.toggle-handle-bar-wrapper {
    position: relative;
    width: .5em;
    height: 3em
}
.toggle-handle-bar {
    position: absolute;
    top: calc(var(--knob-size)/ 2 * -1);
    left: 0;
    width: 100%;
    height: calc(100% + var(--knob-size)/ 2);
    background-image: linear-gradient(to right,#777475,#a4a4a4,#fff 45% 55%,#a4a4a4,#777475);
    background-position-x: .06125em;
    transition: background-position-x .24s cubic-bezier(.65, 1.35, .5, 1);
    box-shadow: inset 0 1em .25em rgb(0 0 0 / .4)
}
.emoji,.posts__loader,.toggle-base {
    position: relative
}
.toggle-input:checked+.toggle-handle-wrapper .toggle-handle-bar {
    background-position-x: -.06125em
}
.toggle-base {
    border-radius: 3.125em;
    padding: .25em;
    width: 3.5em;
    height: 1.125em;
    background-color: #fff;
    background-image: linear-gradient(to bottom,#fff,#d7d7d7)
}
.toggle-base-inside {
    position: relative;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,#a6a6a6,#7d7d7d);
    box-shadow: inset 0 .0625em rgb(255 255 255 / .2),inset 0 -.03125em rgb(255 255 255 / 1),inset 0 -.0625em .25em rgb(0 0 0 / .1)
}
.toggle-base-inside::after {
    content: '';
    position: absolute;
    border-radius: inherit;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,#5ab054,#438c3c);
    box-shadow: inherit;
    opacity: 0;
    transition: opacity .24s cubic-bezier(.65, 1.35, .5, 1)
}
.series__episodes__switcher>span {
    color: #8c94a5;
    font-size: 16px;
    transition: .3s
}
.select__circle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid #ffffff40;
    font-size: 11px
}
.emoji__like .emoji__hand,.error__box,.footer__social>span,.list__sub__cats ul {
    border-radius: var(--radius)
}
.filter__box ul.filter__items li ul li.selected .select__circle i,.list__sub__cats ul li.selected .select__circle i,.menu__bar>ul>li.active>a {
    opacity: 1
}
.select__circle i {
    transition: .3s;
    opacity: 0
}
.series__episodes__switcher>span.active {
    color: #fff
}
.posts__loader.series>ul>li .loader__picture,.related__blocks a.episode__item .post__image,.slider__single.is__category .post__image,.swiper-slide a.episode__item .post__image {
    padding-bottom: 60%
}
.footer__social>span {
    padding: 15px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    gap: 10px;
    background: linear-gradient(170deg,#0e98dd,#0af)
}
.footer__social>span.telegram {
    background: linear-gradient(170deg,#2a7de8,#1877f2)
}
.footer__social>span .icon svg {
    width: 34px;
    height: auto
}
.footer__social>span .text strong {
    font-weight: 400;
    font-size: 13px
}
.list__sub__cats ul {
    right: auto;
    left: 0;
    min-width: 180px
}
.list__sub__cats ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 10px;
    border-bottom: 1px solid #00000024;
    cursor: pointer;
    transition: .3s
}
.main__head .__head__left .filter__bttn .down__arrow {
    padding-right: 10px;
    font-size: 16px
}
.list__sub__cats ul li.selected,.list__sub__cats ul li:hover {
    background: #00000029
}
.persons__list>li a,ul.info__area__ul>li .title__kit {
    background: linear-gradient(90deg,var(--bgcolor)00,#1a2232 70%)
}
.posts__loader.episodes .loader__picture {
    padding-bottom: 50%
}
.emoji {
    width: 120px;
    height: 120px;
    background: #ffda6a;
    display: inline-block;
    border-radius: 50%
}
.emoji:after,.emoji__eyebrows,.emoji__eyes,.emoji__face,.emoji__hand,.emoji__heart,.emoji__mouth,.emoji__thumb,.emoji__tongue {
    position: absolute
}
.emoji:after {
    bottom: -40px;
    width: 60px;
    left: calc(50% - 30px);
    color: #8a8a8a
}
.emoji__eyebrows:after,.emoji__eyebrows:before,.emoji__eyes:after,.emoji__eyes:before,.emoji__face:after,.emoji__face:before,.emoji__hand:after,.emoji__hand:before,.emoji__heart:after,.emoji__heart:before,.emoji__mouth:after,.emoji__mouth:before,.emoji__thumb:after,.emoji__thumb:before,.emoji__tongue:after,.emoji__tongue:before {
    position: absolute;
    content: ""
}
.emoji__face {
    width: inherit;
    height: inherit
}
.emoji__like {
    background: #548dff
}
.emoji__like:after {
    content: "Like"
}
.emoji__like .emoji__hand {
    left: 25px;
    bottom: 30px;
    width: 20px;
    height: 40px;
    background: #fff;
    z-index: 0;
    -webkit-animation: 2s linear infinite hands-up;
    animation: 2s linear infinite hands-up
}
.emoji__like .emoji__hand:before {
    left: 25px;
    bottom: 5px;
    width: 40px;
    background: inherit;
    height: 10px;
    border-radius: 2px 10px 10px 2px;
    box-shadow: 1px -9px 0 1px #fff,2px -19px 0 2px #fff,3px -29px 0 3px #fff
}
.emoji__like .emoji__thumb {
    border-bottom: 20px solid #fff;
    border-left: 20px solid transparent;
    top: -25px;
    right: -25px;
    z-index: 2;
    transform: rotate(5deg);
    transform-origin: 0% 100%;
    -webkit-animation: 2s linear infinite thumbs-up;
    animation: 2s linear infinite thumbs-up
}
.emoji__like .emoji__thumb:before {
    border-radius: 50% 50% 0 0;
    background: #fff;
    width: 10px;
    height: 12px;
    left: -10px;
    top: -8px;
    transform: rotate(-15deg);
    transform-origin: 100% 100%;
    box-shadow: -1px 4px 0 -1px #fff
}
.emoji__love {
    background: #f55064
}
.emoji__love:after {
    content: "Love"
}
.emoji__love .emoji__heart {
    left: calc(50% - 40px);
    top: calc(50% - 40px);
    width: 80px;
    height: 80px;
    -webkit-animation: 1s linear infinite alternate heart-beat;
    animation: 1s linear infinite alternate heart-beat
}
.emoji__love .emoji__heart:after,.emoji__love .emoji__heart:before {
    left: calc(50% - 20px);
    top: calc(50% - 32px);
    width: 40px;
    height: 64px;
    background: #fff;
    border-radius: 20px 20px 0 0
}
.emoji__love .emoji__heart:before {
    transform: translate(20px) rotate(-45deg);
    transform-origin: 0 100%
}
.emoji__love .emoji__heart:after {
    transform: translate(-20px) rotate(45deg);
    transform-origin: 100% 100%
}
.emoji__haha:after {
    content: "Haha"
}
.emoji__haha .emoji__face {
    -webkit-animation: 2s linear infinite haha-face;
    animation: 2s linear infinite haha-face
}
.emoji__haha .emoji__eyes {
    width: 26px;
    height: 6px;
    border-radius: 2px;
    left: calc(50% - 13px);
    top: 35px;
    transform: rotate(20deg);
    background: 0 0;
    box-shadow: -25px 5px 0 0 #000,25px -5px 0 0 #000
}
.emoji__haha .emoji__eyes:after {
    left: 0;
    top: 0;
    width: 26px;
    height: 6px;
    border-radius: 2px;
    transform: rotate(-40deg);
    background: 0 0;
    box-shadow: -25px -5px 0 0 #000,25px 5px 0 0 #000
}
.emoji__haha .emoji__mouth {
    width: 80px;
    height: 40px;
    left: calc(50% - 40px);
    top: 50%;
    background: #000;
    border-radius: 0 0 40px 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: 2s linear infinite haha-mouth;
    animation: 2s linear infinite haha-mouth
}
.emoji__haha .emoji__tongue {
    width: 70px;
    height: 30px;
    background: #f55064;
    left: calc(50% - 35px);
    bottom: -10px;
    border-radius: 50%
}
.emoji__yay:after {
    content: "Yay";
    -webkit-animation: 1s linear infinite yay-reverse;
    animation: 1s linear infinite yay-reverse
}
.emoji__yay .emoji__face {
    -webkit-animation: 1s linear infinite alternate yay;
    animation: 1s linear infinite alternate yay
}
.emoji__yay .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 30px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -6px 0 0 0 #000,-36px 0 0 0 #000,6px 0 0 0 #000,36px 0 0 0 #000
}
.emoji__yay .emoji__eyebrows:after,.emoji__yay .emoji__eyebrows:before {
    width: 36px;
    height: 18px;
    border-radius: 60px 60px 0 0;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-bottom: 0;
    bottom: 3px;
    left: calc(50% - 18px)
}
.emoji__yay .emoji__eyebrows:before {
    margin-left: -21px
}
.emoji__yay .emoji__eyebrows:after {
    margin-left: 21px
}
.emoji__yay .emoji__mouth {
    top: 60px;
    background: 0 0;
    left: 50%
}
.emoji__yay .emoji__mouth:after {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: -75px;
    border-radius: 50%;
    background: 0 0;
    border: 6px solid #000;
    box-sizing: border-box;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    z-index: 1
}
.emoji__wow .emoji__eyebrows,.emoji__yay .emoji__mouth:before {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0
}
.emoji__yay .emoji__mouth:before {
    bottom: 5px;
    box-shadow: -25px 0 0 0 #000,25px 0 0 0 #000,-35px -2px 30px 10px #d5234c,35px -2px 30px 10px #d5234c
}
.emoji__wow .emoji__face {
    -webkit-animation: 3s linear infinite wow-face;
    animation: 3s linear infinite wow-face
}
.emoji__wow .emoji__eyebrows {
    box-shadow: -18px 0 0 0 #000,-33px 0 0 0 #000,18px 0 0 0 #000,33px 0 0 0 #000;
    -webkit-animation: 3s linear infinite wow-brow;
    animation: 3s linear infinite wow-brow
}
.emoji__wow .emoji__eyebrows:after,.emoji__wow .emoji__eyebrows:before {
    width: 24px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: -3px;
    left: calc(50% - 12px)
}
.emoji__wow .emoji__eyebrows:before {
    margin-left: -25px
}
.emoji__wow .emoji__eyebrows:after {
    margin-left: 25px
}
.emoji__wow .emoji__eyes {
    width: 16px;
    height: 24px;
    left: calc(50% - 8px);
    top: 35px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000,-25px 0 0 0 #000
}
.emoji__wow .emoji__mouth {
    width: 30px;
    height: 45px;
    left: calc(50% - 15px);
    top: 50%;
    border-radius: 50%;
    background: #000;
    -webkit-animation: 3s linear infinite wow-mouth;
    animation: 3s linear infinite wow-mouth
}
.emoji__sad .emoji__face {
    -webkit-animation: 2s ease-in infinite sad-face;
    animation: 2s ease-in infinite sad-face
}
.emoji__sad .emoji__eyebrows {
    left: calc(50% - 3px);
    top: 35px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: -40px 9px 0 0 #000,-25px 0 0 0 #000,25px 0 0 0 #000,40px 9px 0 0 #000
}
.emoji__sad .emoji__eyebrows:after,.emoji__sad .emoji__eyebrows:before {
    width: 30px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 2px;
    left: calc(50% - 15px)
}
.emoji__sad .emoji__eyebrows:before {
    margin-left: -30px;
    transform: rotate(-30deg)
}
.emoji__sad .emoji__eyebrows:after {
    margin-left: 30px;
    transform: rotate(30deg)
}
.emoji__sad .emoji__eyes {
    width: 14px;
    height: 16px;
    left: calc(50% - 7px);
    top: 50px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000,-25px 0 0 0 #000
}
.emoji__sad .emoji__eyes:after {
    background: #548dff;
    width: 12px;
    height: 12px;
    margin-left: 6px;
    border-radius: 0 100% 40% 50%/0 50% 40% 100%;
    transform-origin: 0% 0%;
    -webkit-animation: 2s ease-in infinite tear-drop;
    animation: 2s ease-in infinite tear-drop
}
.emoji__sad .emoji__mouth {
    width: 60px;
    height: 80px;
    left: calc(50% - 30px);
    top: 80px;
    box-sizing: border-box;
    border: 6px solid #000;
    border-radius: 50%;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    background: 0 0;
    -webkit-animation: 2s ease-in infinite sad-mouth;
    animation: 2s ease-in infinite sad-mouth
}
.emoji__angry .emoji__eyebrows,.emoji__sad .emoji__mouth:after {
    left: calc(50% - 3px);
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: 0 0
}
.emoji__sad .emoji__mouth:after {
    top: 4px;
    box-shadow: -18px 0 0 0 #000,18px 0 0 0 #000
}
.emoji__angry {
    background: linear-gradient(#d5234c -10%,#ffda6a);
    background-size: 100%;
    -webkit-animation: 2s ease-in infinite angry-color;
    animation: 2s ease-in infinite angry-color
}
.emoji__angry .emoji__face {
    -webkit-animation: 2s ease-in infinite angry-face;
    animation: 2s ease-in infinite angry-face
}
.emoji__angry .emoji__eyebrows {
    top: 55px;
    box-shadow: -44px 5px 0 0 #000,-7px 16px 0 0 #000,7px 16px 0 0 #000,44px 5px 0 0 #000
}
.emoji__angry .emoji__eyebrows:after,.emoji__angry .emoji__eyebrows:before {
    width: 50px;
    height: 20px;
    border: 6px solid #000;
    box-sizing: border-box;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    top: 0;
    left: calc(50% - 25px)
}
.emoji__angry .emoji__eyebrows:before {
    margin-left: -25px;
    transform: rotate(15deg)
}
.emoji__angry .emoji__eyebrows:after {
    margin-left: 25px;
    transform: rotate(-15deg)
}
.emoji__angry .emoji__eyes {
    width: 12px;
    height: 12px;
    left: calc(50% - 6px);
    top: 70px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 25px 0 0 0 #000,-25px 0 0 0 #000
}
.emoji__angry .emoji__mouth {
    width: 36px;
    height: 18px;
    left: calc(50% - 18px);
    bottom: 15px;
    background: #000;
    border-radius: 50%;
    -webkit-animation: 2s ease-in infinite angry-mouth;
    animation: 2s ease-in infinite angry-mouth
}
@-webkit-keyframes heart-beat {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(.6)
    }
}
@keyframes heart-beat {
    25% {
        transform: scale(1.1)
    }
    75% {
        transform: scale(.6)
    }
}
@-webkit-keyframes haha-face {
    10%,30%,50% {
        transform: translateY(25px)
    }
    20%,40% {
        transform: translateY(15px)
    }
    60%,80% {
        transform: translateY(0)
    }
    70%,90% {
        transform: translateY(-10px)
    }
}
@keyframes haha-face {
    10%,30%,50% {
        transform: translateY(25px)
    }
    20%,40% {
        transform: translateY(15px)
    }
    60%,80% {
        transform: translateY(0)
    }
    70%,90% {
        transform: translateY(-10px)
    }
}
@-webkit-keyframes haha-mouth {
    10%,30%,50% {
        transform: scale(.6);
        top: 45%
    }
    20%,40% {
        transform: scale(.8);
        top: 45%
    }
    60%,80% {
        transform: scale(1);
        top: 50%
    }
    70% {
        transform: scale(1.2);
        top: 50%
    }
    90% {
        transform: scale(1.1);
        top: 50%
    }
}
@keyframes haha-mouth {
    10%,30%,50% {
        transform: scale(.6);
        top: 45%
    }
    20%,40% {
        transform: scale(.8);
        top: 45%
    }
    60%,80% {
        transform: scale(1);
        top: 50%
    }
    70% {
        transform: scale(1.2);
        top: 50%
    }
    90% {
        transform: scale(1.1);
        top: 50%
    }
}
@-webkit-keyframes yay {
    25% {
        transform: rotate(-15deg)
    }
    75% {
        transform: rotate(15deg)
    }
}
@keyframes yay {
    25% {
        transform: rotate(-15deg)
    }
    75% {
        transform: rotate(15deg)
    }
}
@-webkit-keyframes wow-face {
    15%,25% {
        transform: rotate(20deg) translateX(-25px)
    }
    45%,65% {
        transform: rotate(-20deg) translateX(25px)
    }
    100%,75% {
        transform: rotate(0) translateX(0)
    }
}
@keyframes wow-face {
    15%,25% {
        transform: rotate(20deg) translateX(-25px)
    }
    45%,65% {
        transform: rotate(-20deg) translateX(25px)
    }
    100%,75% {
        transform: rotate(0) translateX(0)
    }
}
@-webkit-keyframes wow-brow {
    15%,65% {
        top: 25px
    }
    0%,100%,75% {
        top: 15px
    }
}
@keyframes wow-brow {
    15%,65% {
        top: 25px
    }
    0%,100%,75% {
        top: 15px
    }
}
@-webkit-keyframes wow-mouth {
    10%,30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px)
    }
    50%,70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px)
    }
    100%,75% {
        height: 50px
    }
}
@keyframes wow-mouth {
    10%,30% {
        width: 20px;
        height: 20px;
        left: calc(50% - 10px)
    }
    50%,70% {
        width: 30px;
        height: 40px;
        left: calc(50% - 15px)
    }
    100%,75% {
        height: 50px
    }
}
@-webkit-keyframes sad-face {
    25%,35% {
        top: -15px
    }
    55%,95% {
        top: 10px
    }
    0%,100% {
        top: 0
    }
}
@keyframes sad-face {
    25%,35% {
        top: -15px
    }
    55%,95% {
        top: 10px
    }
    0%,100% {
        top: 0
    }
}
@-webkit-keyframes sad-mouth {
    25%,35% {
        transform: scale(.85);
        top: 70px
    }
    0%,100%,55% {
        transform: scale(1);
        top: 80px
    }
}
@keyframes sad-mouth {
    25%,35% {
        transform: scale(.85);
        top: 70px
    }
    0%,100%,55% {
        transform: scale(1);
        top: 80px
    }
}
@-webkit-keyframes tear-drop {
    0%,100% {
        display: block;
        left: 35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35px;
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35px;
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
}
@keyframes tear-drop {
    0%,100% {
        display: block;
        left: 35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }
    25% {
        display: block;
        left: 35px;
        transform: rotate(45deg) scale(2)
    }
    49.9% {
        display: block;
        left: 35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
    50% {
        display: block;
        left: -35px;
        top: 15px;
        transform: rotate(45deg) scale(0)
    }
    75% {
        display: block;
        left: -35px;
        transform: rotate(45deg) scale(2)
    }
    99.9% {
        display: block;
        left: -35px;
        top: 65px;
        transform: rotate(45deg) scale(0)
    }
}
@-webkit-keyframes hands-up {
    25% {
        transform: rotate(15deg)
    }
    50% {
        transform: rotate(-15deg) translateY(-10px)
    }
    100%,75% {
        transform: rotate(0)
    }
}
@keyframes hands-up {
    25% {
        transform: rotate(15deg)
    }
    50% {
        transform: rotate(-15deg) translateY(-10px)
    }
    100%,75% {
        transform: rotate(0)
    }
}
@-webkit-keyframes thumbs-up {
    25% {
        transform: rotate(20deg)
    }
    100%,50% {
        transform: rotate(5deg)
    }
}
@keyframes thumbs-up {
    25% {
        transform: rotate(20deg)
    }
    100%,50% {
        transform: rotate(5deg)
    }
}
@-webkit-keyframes angry-color {
    45%,60% {
        background-size: 250%
    }
    0%,100%,85% {
        background-size: 100%
    }
}
@keyframes angry-color {
    45%,60% {
        background-size: 250%
    }
    0%,100%,85% {
        background-size: 100%
    }
}
@-webkit-keyframes angry-face {
    35%,60% {
        transform: translateX(0) translateY(10px) scale(.9)
    }
    40%,50% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }
    45%,55% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }
}
@keyframes angry-face {
    35%,60% {
        transform: translateX(0) translateY(10px) scale(.9)
    }
    40%,50% {
        transform: translateX(-5px) translateY(10px) scale(.9)
    }
    45%,55% {
        transform: translateX(5px) translateY(10px) scale(.9)
    }
}
@-webkit-keyframes angry-mouth {
    25%,50% {
        height: 6px;
        bottom: 25px
    }
}
@keyframes angry-mouth {
    25%,50% {
        height: 6px;
        bottom: 25px
    }
}
.no__found__posts {
    display: flex;
    align-items: center;
    justify-content: center;
    MARGIN: 80PX 0
}
.no__found__posts .emoji {
    transform: scale(.5)
}
.no__found__posts>span {
    font-size: 50px;
    font-weight: 700;
    color: #ffda6a
}
.error__box {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translate(-50%);
    width: 300px;
    padding: 20px;
    overflow: hidden;
    z-index: 99999999;
    background: #1a2232ab;
    backdrop-filter: blur(5px);
    border: 2px solid #ffffff33;
    opacity: 0;
    transition: .3s;
    visibility: hidden
}
.error__box .error__box__inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px
}
.error__box .error__box__inner .icon {
    display: flex;
    align-items: center;
    justify-content: center
}
.error__box .error__box__inner .reload__page {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff1c;
    border-radius: var(--radius);
    gap: 10px;
    padding: 5px;
    cursor: pointer
}
.error__box .error__box__inner .reload__page svg {
    width: 40px;
    height: auto;
    stroke: #FFF
}
.error__box .error__box__inner .reload__page b {
    font-size: 16px
}
.error__box .error__box__inner>span {
    justify-content: center;
    display: flex;
    font-size: 19px;
    text-align: center;
    line-height: 25px
}
.error__box.active {
    opacity: 1;
    visibility: visible
}
.filter__box ul.filter__items li[data-filter=country] ul {
    right: auto;
    left: 0
}
.filter__box ul.filter__items li[data-filter=IMDb] ul {
    min-width: unset;
    width: 100%
}
.go__to__top {
    display: flex;
    width: 135px;
    background: #31a24c;
    align-items: center;
    line-height: 32px;
    font-size: 15px;
    color: #fff;
    border-radius: var(--radius) var(--radius) 0 0;
    position: fixed;
    bottom: 0;
    left: 50px;
    z-index: 999999;
    font-weight: 700;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    justify-content: center;
    gap: 5px
}
.go__to__top.showed {
    opacity: 1;
    visibility: visible
}
.go__to__top i {
    font-size: 20px
}
.show__trailer span,ul.info__area__ul>li>i {
    font-size: 16px
}
.progress__bar__head {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 9999
}
.progress__bar__head span {
    height: 7px;
    background: linear-gradient(to right,#fff,var(--redColor));
    display: block;
    width: 100%
}
.progress__bar__head.active__now {
    display: block
}
.live__search__res .loader {
    display: table;
    margin: 60px auto
}
.copyrights span.developed__by {
    display: flex;
    align-items: center;
    gap: 8px;
    border-right: 1px solid #fff;
    padding-right: 10px
}
.copyrights span.developed__by b {
    color: #fff;
    padding-left: 2px
}
.copyrights span.developed__by a {
    font-size: 16px;
    color: orange
}
.ajaxify__loader>div .title__loader {
    height: 50px;
    width: 50%;
    overflow: hidden;
    background: #1b223242;
    border-radius: var(--radius);
    max-width: 210px
}
.ajaxify__loader {
    display: flex;
    flex-direction: column;
    gap: 20px
}
.episode__loader ul,.filter__loader ul {
    display: flex;
    align-items: center;
    margin: 0 -10px;
    flex-wrap: wrap;
    row-gap: 20px
}
.episode__loader ul {
    margin: 0
}
.filter__loader ul li {
    padding: 0 10px;
    flex: 1
}
.episode__loader ul li div,.filter__loader ul li div {
    height: 55px;
    border-radius: var(--radius);
    overflow: hidden;
    background: #1b223242
}
ul.info__area__ul {
    margin: 0 -10px;
    row-gap: 10px
}
ul.info__area__ul>li {
    padding: 0 10px;
    flex: 0 0 50%;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #aaa
}
.rating__box,h3.block__ti {
    align-items: center;
    gap: 10px
}
ul.info__area__ul>li a:hover {
    text-decoration: underline;
    color: var(--yallowColor)
}
.title__and__br h1.post__name {
    font-size: 24px;
    font-weight: 700
}
.single__contents .post__story {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 15px 15px 10px;
    background: #1a22329c;
    border-radius: var(--radius);
    color: #aaa;
    line-height: 22px
}
.poster__single .ribbon,.search__types li.search__type a.active:after {
    background: var(--yallowColor)
}
.single__contents .post__story span {
    color: #aaa;
    transition: .2s;
    display: inline-block
}
.single__contents .post__story span.hovered {
    color: #fff;
    cursor: pointer;
    transform: scale(1.2);
    z-index: 9
}
ul.info__area__ul>li a+a {
    margin-right: 20px
}
.poster__single .ribbon {
    position: absolute;
    top: 23px;
    left: -61px;
    width: 200px;
    height: 30px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #272727;
    transform: rotate(-45deg);
    z-index: 11;
    font-weight: 700;
    transition: .4s
}
.title__single {
    position: absolute;
    bottom: 20px;
    z-index: 999;
    left: 20px;
    width: calc(100% - 29%)
}
.rating__box {
    display: flex;
    background: #deb522;
    border-radius: var(--radius);
    color: #000;
    padding: 4px 15px
}
.rating__box .icon__logo {
    height: 50px
}
.rating__box .icon__logo svg {
    width: 50px;
    height: auto
}
.rating__box span.votes {
    background: #0000001c;
    border-radius: var(--radius);
    padding: 5px 10px
}
.rating__box .rate__txt {
    font-size: 20px;
    font-weight: 700
}
.single__cover {
    padding-bottom: 30%;
    overflow: hidden;
    border: 1px solid #dddddd17;
    border-bottom: 0;
    border-radius: var(--radius);
    box-shadow: var(--hoverShadow)
}
.single__cover>img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    border-radius: var(--radius)
}
.single__contents {
    margin-top: -74px;
    z-index: 99;
    padding: 0 20px 20px 0
}
.single__cover:after {
    background: linear-gradient(180deg,#13172000 00,#131720 100%);
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding-top: 80%;
    backdrop-filter: blur(2px) grayscale(1);
    opacity: .9
}
.show__trailer:after,.watch__and__download a.btton.watch__btn:after {
    background: var(--redColor)
}
.single__contents .info__side {
    padding-top: 93px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    order: 2
}
h3.block__ti {
    display: flex;
    color: var(--yallowColor);
    border-right: 2px solid;
    padding-right: 10px
}
ul.info__area__ul>li .title__kit {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 10px;
    border-radius: 0 var(--radius) var(--radius) 0;
    width: 120px
}
.show__trailer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 130px;
    border-radius: 25px;
    background: rgb(19 23 32 / 49%);
    z-index: 99;
    transition: .3s;
    overflow: hidden;
    backdrop-filter: blur(2px)
}
.mobile__menu,section.mobile__sarch {
    backdrop-filter: blur(5px);
    position: fixed
}
.show__trailer .icon svg {
    width: 60px;
    height: auto
}
.poster__side .poster__single:after {
    content: "";
    background: radial-gradient(circle,rgb(39 45 58 / 0%) 40%,var(--bgcolor)ad,var(--bgcolor) 100%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 3
}
.show__trailer:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    z-index: -1;
    transition: .3s;
    opacity: 0;
    border-radius: 45px
}
.show__trailer:hover:after {
    opacity: 1;
    transform: scale(45)
}
.single__cover .tooltip-container {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 555
}
.copyrights span.developed__by a img {
    height: auto;
    width: 130px
}
.like__btn {
    width: auto;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: none;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 5px 5px 10px rgba(0,0,0,.089);
    cursor: pointer;
    background-color: transparent
}
.left__container,.like__count {
    width: auto;
    align-items: center;
    height: 100%;
    display: flex
}
.left__container {
    background-color: var(--redColor);
    justify-content: center;
    gap: 8px;
    transition: .2s;
    padding: 0 15px;
    font-size: 17px;
    color: #fff
}
.left__container .like {
    color: #fff;
    font-weight: 600
}
.like__count {
    justify-content: center;
    color: #e00;
    font-weight: 600;
    position: relative;
    background-color: #fff;
    padding: 0 11px
}
.like__count::before {
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
    right: -4px
}
.like__btn:hover .left__container {
    background-color: #e00
}
.like__btn:active .left__container {
    background-color: #c90000
}
.like__btn:active .left__container svg {
    transform: scale(1.15);
    transform-origin: top
}
.title__single .user__actions {
    margin-bottom: 15px
}
button.like__btn.views__count svg {
    height: auto;
    width: 20px
}
button.like__btn.views__count span.left__container {
    background: #1a2232
}
.persons__list>li a {
    border-radius: 60px;
    transition: .3s
}
.persons__list>li a .image {
    width: 55px;
    height: 55px;
    background: #ffffff0a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    overflow: hidden;
    transition: .4s cubic-bezier(.21, -.24, 0, 1.65)
}
.persons__list>li a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}
.persons__list>li a .image svg {
    width: 40px;
    height: auto;
    opacity: .5
}
.persons__list>li a .txt {
    color: #aaa;
    transition: .3s
}
.episodes__list>li>a:after,.watch__and__download a.btton:after {
    transition: opacity .2s cubic-bezier(.25, .1, .12, .73),transform .4s;
    top: 50%;
    right: 36px;
    z-index: 1;
    transform: translate(0,-50%);
    opacity: 0;
    position: absolute;
    content: ''
}
.persons__list>li a .txt h3 {
    font-size: 14px
}
.persons__list>li a .txt span {
    font-size: 11px
}
.persons__list>li a:hover .txt {
    color: #fff
}
.persons__list>li a:hover {
    text-decoration: underline;
    box-shadow: var(--hoverShadow)
}
.persons__list>li a:hover .image {
    transform: scale(1.2);
    transform-origin: left
}
.rating__box i.star__icon {
    font-size: 25px
}
.single__contents .info__side p.post__content {
    font-size: 16px;
    color: #b7a5a5;
    max-height: 50px;
    display: block;
    overflow: auto;
}
.mobile__menu>ul>li>a i,.watch__and__download a.btton .txt {
    font-size: 20px
}
ul.res__ul {
    display: flex;
    flex-direction: column;
    row-gap: 10px
}
.watch__and__download a.btton,ul.res__ul>li a.search__item {
    align-items: center;
    border-radius: var(--radius);
    overflow: hidden
}
ul.res__ul>li a.search__item {
    background: #1317205c;
    transition: .3s;
    color: #aaa
}
ul.res__ul>li a.search__item .img {
    width: 65px;
    height: 45px;
    overflow: hidden;
    border-radius: var(--radius);
    order: 2
}
ul.res__ul>li a.search__item .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
ul.res__ul>li a.search__item .title___info {
    flex: 1;
    padding: 9px 20px
}
ul.res__ul>li a.search__item .title___info h3 {
    font-size: 13px;
    font-weight: 400
}
ul.res__ul>li a.search__item .title___info ul li {
    font-size: 12px
}
ul.res__ul>li a.search__item:hover {
    color: var(--yallowColor);
    background: var(--bgcolor) 8a
}
ul.res__ul>li a.search__item .title___info ul li+li:before {
    content: '\f192';
    font-family: 'Font Awesome 6 Pro';
    padding-left: 5px;
    font-size: 10px
}
.title__and__br {
    flex: 1 1
}
.watch__and__download a.btton {
    display: flex;
    background: #171e2b;
    padding: 6px 30px;
    gap: 20px;
    -webkit-box-reflect: below 0 linear-gradient(transparent 71%,rgba(0,0,0,0.5) 140%)
}
.watch__and__download a.btton .icon svg {
    height: auto;
    width: 30px;
    transform: scale(1.5)
}
.watch__and__download a.btton .txt p {
    font-size: 12px;
    color: #aaa;
    padding-top: 2px;
    line-height: 17px
}
.watch__and__download a.btton:after {
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 35px
}
.watch__and__download a.btton.download__btn:after {
    background: #31a24c
}
.watch__and__download a.btton:hover:After {
    transform: translate(0,-50%) scale(50);
    transform-origin: center;
    opacity: 1
}
.watch__and__download a.btton:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0000002b;
    width: 110px;
    height: 36px;
    z-index: 2;
    border-radius: 0 10px 10px 0;
    transform: rotate(-15deg) translate(-110px,0);
    transition: .3s .1s
}
.watch__and__download a.btton:hover:before {
    transform: rotate(-15deg) translate(0,0)
}
.psot__shortlink {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: var(--radius);
    gap: 5px;
    background: #171e2b
}
.psot__shortlink span,.tags__list>i {
    font-size: 12px
}
.psot__shortlink span:nth-child(2) {
    font-size: 12px;
    padding: 2px 10px;
    background: #ffffff0d;
    border-radius: var(--radius);
    flex: 1;
    direction: ltr
}
.psot__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
}
.psot__shortlink button i {
    display: block
}
.share__and__short {
    display: flex;
    flex-direction: column;
    gap: 10px
}
.share__and__short .share__icons {
    display: flex;
    gap: 10px;
    width: fit-content
}
.share__and__short .share__icons a {
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    justify-content: center;
    background: #171e2b;
    border-radius: var(--radius);
    color: #aaa;
    transition: .2s
}
.episodes__list>li>a,.tabs__list li {
    border-radius: var(--radius);
    align-items: center;
    gap: 10px;
    display: flex
}
.share__and__short .share__icons a:hover {
    color: #fff
}
.episodes__list>li>a {
    background: #171e2b;
    padding: 5px;
    overflow: hidden
}
.episodes__list>li>a .ply__icon {
    width: 50px;
    height: 50px;
    background: var(--bgcolor);
    border-radius: var(--radius);
    padding: 5px
}
.episodes__list>li>a .ply__icon svg {
    height: auto;
    width: 100%
}
.episodes__list>li>a .epi__num {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px
}
.episodes__list>li>a .epi__num b {
    font-size: 30px;
    font-weight: 400
}
.episodes__list>li>a:after {
    width: 20px;
    height: 20px;
    background: var(--redColor);
    border-radius: 35px
}
.episodes__list>li>a.active:after,.episodes__list>li>a:hover:after {
    transform: translate(0,-50%) scale(21.5);
    transform-origin: center;
    opacity: 1
}
.episodes__list>li>a.active .ply__icon,.episodes__list>li>a:hover .ply__icon {
    background: var(--bgcolor) 3b
}
.episodes__list>li>a:before {
    content: '';
    position: absolute;
    bottom: 12px;
    left: -23px;
    background: #0000002b;
    width: 60px;
    height: 26px;
    z-index: 2;
    border-radius: 0 10px 10px 0;
    transform: rotate(-15deg);
    transition: .3s .1s
}
.episode__loader {
    flex: 0 auto;
    width: 100%
}
.toggle-checkbox {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0
}
.toggle-slot {
    font-size: 10px;
    position: relative;
    height: 3.5em;
    width: 7em;
    border: 0 solid transparent;
    border-radius: 10em;
    background-color: #fff;
    transition: background-color 250ms
}
.toggle-checkbox:checked~.toggle-slot {
    background-color: #374151
}
.toggle-button {
    transform: translate(.3em,.25em);
    position: absolute;
    height: 3em;
    width: 3em;
    border-radius: 50%;
    background-color: #ffeccf;
    box-shadow: inset 0 0 0 .75em #ffbb52;
    transition: background-color 250ms,border-color 250ms,transform .5s cubic-bezier(.26, 2, .46, .71)
}
.moon-icon,.moon-icon-wrapper,.sun-icon,.sun-icon-wrapper {
    height: 6em;
    width: 6em;
    position: absolute
}
.toggle-checkbox:checked~.toggle-slot .toggle-button {
    background-color: #485367;
    box-shadow: inset 0 0 0 .75em #fff;
    transform: translate(3.65em,.25em)
}
.sun-icon {
    color: #ffbb52
}
.sun-icon-wrapper {
    opacity: 1;
    transform: translate(2em,2em) rotate(15deg);
    transform-origin: 50% 50%;
    transition: opacity 150ms,transform .5s cubic-bezier(.26, 2, .46, .71)
}
.toggle-checkbox:checked~.toggle-slot .sun-icon-wrapper {
    opacity: 0;
    transform: translate(3em,2em) rotate(0)
}
.moon-icon {
    color: #fff
}
.moon-icon-wrapper {
    opacity: 0;
    transform: translate(11em,2em) rotate(0);
    transform-origin: 50% 50%;
    transition: opacity 150ms,transform .5s cubic-bezier(.26, 2.5, .46, .71)
}
.toggle-checkbox:checked~.toggle-slot .moon-icon-wrapper {
    opacity: 1;
    transform: translate(2em,2em) rotate(-15deg)
}
label.dark__mode {
    direction: ltr;
    cursor: pointer;
    display: flex
}
ul.episodes__blocks__holder.not__slider {
    flex-direction: inherit;
    flex-wrap: wrap
}
.tabs__list li {
    border: 1px solid #1b2232;
    padding: 12px 25px;
    cursor: pointer;
    opacity: .7;
    transition: .3s;
    justify-content: center
}
.tabs__list li i {
    font-size: 19px
}
.tabs__list li.selected,.tabs__list li:hover {
    background: var(--redColor);
    color: #fff;
    opacity: 1;
    border-color: var(--redColor)
}
.break__line {
    display: table;
    margin: 10px auto;
    width: 16%;
    max-width: 70%;
    height: 2px;
    background: #171e2b
}
.break__line:after {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 100px;
    background: linear-gradient(to left,#171e2b,#171e2b00 90%);
    bottom: 0
}
.break__line:before {
    content: '';
    position: absolute;
    left: 100%;
    top: 0;
    width: 100px;
    background: linear-gradient(to right,#171e2b,#171e2b00 90%);
    bottom: 0
}
.load__more__episodes {
    background: #171e2b;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 14px 30px;
    cursor: pointer;
    border-radius: var(--radius);
    transition: .3s
}
.load__more__episodes:hover {
    transform: scale(1.1);
    background: var(--redColor)
}
.series__box>a .info__box__hide {
    position: absolute;
    bottom: 130px;
    left: 20px;
    right: 20px;
    background: #ffffff26;
    border-radius: var(--radius);
    padding: 10px 20px;
    z-index: 99;
    backdrop-filter: blur(4px);
    transition: .3s;
    transform: scale(.4);
    transform-origin: left bottom;
    opacity: 0
}
.info__box__hide:after {
    content: "\A";
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #ffffff26 transparent transparent;
    position: absolute;
    left: 30px;
    transform: translate(-50%) rotate(269deg);
    bottom: -14px;
    backdrop-filter: blur(4px)
}
.series__box>a .info__box__hide p.story {
    font-size: 13px;
    line-height: 20px
}
.series__box:hover>a .info__box__hide {
    transform: scale(1);
    opacity: 1;
    transition: .3s .1s
}
.series__box>a .info__box__hide .rating {
    display: flex;
    align-items: center;
    padding: 6px 10px;
    width: fit-content;
    border: 1px solid var(--yallowColor);
    border-radius: var(--radius);
    margin-top: 10px;
    background: #00000014;
    gap: 10px;
    font-size: 11px
}
.series__box:hover>a .image__poster img {
    filter: grayscale(1)
}
.mobile__menu {
    bottom: 0;
    background: #171b26bd;
    z-index: 99999999;
    display: none;
    width: 100%;
    border-top: 1px solid #ffffff0f
}
.mobile__menu>ul>li {
    flex: 1
}
.mobile__menu>ul>li>a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    row-gap: 6px;
    padding-top: 5px
}
.mobile__menu>ul>li.home__btn {
    background: var(--bgcolor);
    border-radius: 50%;
    top: -20px;
    max-width: 68px;
    height: 68px;
    border: 1px solid #ffffff24;
    transition: .35s;
    display: flex;
    align-items: center;
    justify-content: center
}
.mobile__menu>ul>li.home__btn>a {
    padding: 0
}
.mobile__info {
    position: absolute;
    top: 50%;
    left: 100%;
    background: #00000085;
    width: calc(100% + 20px);
    z-index: 999;
    height: fit-content;
    border-radius: var(--radius);
    backdrop-filter: blur(3px);
    transition: .3s;
    transform: scale(.5) translate(0,-50%);
    transform-origin: left;
    opacity: 0;
    padding: 15px;
    visibility: hidden
}
[class*=box__]:nth-child(odd) .mobile__info {
    right: 100%;
    left: auto;
    transform-origin: right
}
.mobile__info:after {
    content: "\A";
    border-style: solid;
    border-width: 8px 12px 8px 0;
    border-color: transparent #00000085 transparent transparent;
    position: absolute;
    right: 100%;
    top: 50%;
    transform: translate(0,-50%) rotate(359deg);
    backdrop-filter: blur(4px)
}
[class*=box__]:nth-child(odd) .mobile__info:after {
    right: auto;
    left: 99%;
    transform: translate(0,-50%) rotate(-61deg)
}
.item__contents a:hover+.mobile__info {
    transform: scale(1) translate(0,-50%);
    opacity: 1;
    visibility: visible
}
.mobile__info .inner__data,.mobile__info .inner__data>ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 400
}
.mobile__info .inner__data p {
    display: block;
    line-height: 23px;
    font-size: 13px
}
.mobile__info .inner__data>ul li {
    display: flex;
    align-items: center;
    gap: 9px
}
.mobile__info .inner__data ul li span {
    padding: 3px 10px;
    background: #ffffff0f;
    border-radius: var(--radius);
    font-size: 13px
}
.mobile__menu.menu__onscroll {
    transform: translate(0,200px);
    opacity: 0
}
.rating__box .icon__logo img {
    display: block;
    width: 100px;
    height: auto;
    margin-top: 4px
}
.rating__box.elcinema {
    background: #1a96c9;
    color: #fff
}
a.show__more__cat {
    display: flex;
    border-radius: var(--radius);
    border: 1px solid #1b2232;
    padding: 12px 25px;
    cursor: pointer;
    align-items: center;
    gap: 10px;
    opacity: .7;
    transition: .3s
}
.__head__text .image__per {
    width: 50px;
    height: 50px;
    border-radius: 55px;
    overflow: hidden
}
.__head__text .image__per img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}
.__head__text span em {
    font-size: 14px;
    margin-right: 10px;
    font-style: normal;
    border-right: 1px solid;
    padding-right: 10px
}
.main__head p.head__extra {
    font-size: 14px;
    margin-top: 10px;
    line-height: 22px;
    color: #8c94a5
}
.error__404__page {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    margin: 50px 0
}
.error__404__page .error__btns {
    display: flex;
    align-items: center;
    gap: 10px
}
.error__404__page .error__btns>a,.watch__servers__list .quality__swither .title {
    align-items: center;
    gap: 10px;
    border-radius: var(--radius);
    display: flex;
    cursor: pointer
}
.error__404__page .error__btns>a {
    padding: 12px 25px;
    opacity: .7;
    transition: .3s;
    background: #1b2232;
    font-size: 16px
}
.watch__servers__list .quality__swither .title {
    background: #171e2b;
    padding: 5px 25px;
    height: 50px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}
.watch__servers__list .quality__swither .title em {
    font-style: normal;
    font-size: 12px;
}
.watch__servers__list .quality__swither ul.qualities__list {
    position: absolute;
    top: 100%;
    width: 100%;
    right: 0;
    background: #1a22324d;
    box-shadow: 0 0 32px 0 #000000ab;
    border-radius: var(--radius);
    max-height: 300px;
    overflow: auto;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform-origin: top;
    transform: scale(.5);
    backdrop-filter: blur(10px);
    padding: 5px 0
}
.watch__servers__list .quality__swither ul.qualities__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-bottom: 1px solid #00000024;
    cursor: pointer;
    transition: .3s
}
.servers__list li {
    cursor: pointer;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: var(--radius);
    background: #171e2b;
    overflow: hidden;
    transition: .3s;
    height: 50px;
    justify-content: center;
    flex: 1 1 auto
}
.watch__servers__list .quality__swither ul.qualities__list li .svg svg {
    width: 30px;
    height: auto
}
.watch__servers__list .quality__swither ul.qualities__list li span em {
    font-style: normal;
    font-size: 17px
}
.watch__servers__list .quality__swither ul.qualities__list li span {
    display: flex;
    align-items: center;
    gap: 5px
}
.servers__list li span {
    font-size: 15px
}
.servers__list li i {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    background: var(--redColor);
    border-radius: var(--radius);
    position: absolute;
    right: -60px;
    transition: .3s .1s
}
.servers__list li.active,.servers__list li:hover {
    background: var(--redColor);
    padding-right: 63px;
    padding-left: 30px
}
.servers__list li.active i,.servers__list li:hover i {
    background: #00000026;
    right: 5px;
    top: 8px
}
.star__rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0
}
.star__rating .rating__summary {
    display: flex;
    flex-direction: column;
    gap: 3px
}
.star__rating .rating__summary p {
    font-size: 18px
}
.star__rating .stars {
    font-size: 22px;
    display: flex;
    gap: 5px;
    cursor: pointer;
    color: var(--yallowColor)
}
.star__rating .rating__summary .txt {
    color: #e5e5e5;
    display: flex;
    align-items: center;
    gap: 5px
}
.star__rating .rating__summary .txt span {
    font-size: 13px
}
.watch__area .player__iframe {
    position: relative;
    width: 100%;
    height: auto !important;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: var(--radius);
    background: #161e2b;
    padding: 0 !important;   /* kill the padding hack */
}

.watch__area .player__iframe iframe {
    position: relative;
    width: 100%;
    height: 100%;
    border: 0;
    border-radius: var(--radius);
    display: block;
}

.servers__loader__loader {
    width: 48px;
    height: 48px;
    border: 5px solid #fff;
    border-bottom-color: #ff3d00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: 1s linear infinite servers__loader
}
@keyframes servers__loader {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}
.watch__area .player__iframe .servers__loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}
.watch__area .player__iframe .servers__loader h4 {
    font-size: 37px
}
.watch__area .player__iframe .servers__loader h4 em {
    color: var(--redColor);
    font-style: normal;
    display: block;
    font-size: 30px
}
.finded__posts>li>a h4,a.anime__slider__item .info__box h3.title {
    font-size: 14px
}
.s__loader {
    width: 70px;
    height: 35px;
    position: relative;
    overflow: hidden
}
.s__loader:before {
    content: "";
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    border: 5px solid #0000;
    border-color: #fff #fff #0000 #0000;
    border-radius: 50%;
    box-sizing: border-box;
    animation: 3s ease-in-out infinite s__loader;
    transform: s__loader(-200deg)
}
.mob__search form.mobile__search__form,a.person__item,a.person__item .person__image {
    border-radius: var(--radius);
    overflow: hidden
}
@keyframes s__loader {
    0%,100% {
        border-width: 10px
    }
    25%,75% {
        border-width: 3px
    }
    50% {
        transform: rotate(115deg);
        border-width: 10px
    }
}
.search__types li.search__type a {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400
}
.search__types li.search__type a:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    height: 2px;
    background: wheat;
    transition: .3s;
    transform: scale(0);
    transform-origin: right
}
.search__types li.search__type a.active:after,.search__types li.search__type a:hover:after {
    transform: scale(1)
}
.search__types li.search__type a.active {
    color: var(--yallowColor)
}
a.person__item {
    background: #171e2b;
    display: block
}
a.person__item .person__image {
    padding-bottom: 100%
}
a.person__item .person__image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
a.person__item h3 {
    font-weight: 400;
    padding: 10px 20px;
    display: block;
    text-align: center
}
section.mobile__sarch {
    opacity: 0;
    transition: .3s;
    visibility: hidden;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #000000b8;
    width: 100%;
    height: 100%
}
body.movile__search__open section.mobile__sarch {
    opacity: 1;
    visibility: visible
}
.slider__category__items,body.mobile__menu__open,body.movile__search__open,body.trailer__open {
    overflow: hidden
}
.mobile__big__menu>a.abs,section.mobile__sarch>a {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
section.mobile__sarch .inner__contents {
    z-index: 9;
    padding: 30px
}
.mob__search form.mobile__search__form {
    display: flex;
    align-items: center;
    background: #ffffff1a;
    gap: 20px
}
.mob__search form.mobile__search__form input[type=text] {
    flex: 1;
    height: 50px;
    border: 0;
    background: 0 0;
    color: #fff
}
.mob__search form.mobile__search__form input[type=text]::placeholder {
    color: #ffffff75
}
.mob__search form.mobile__search__form i {
    font-size: 23px;
    padding-right: 17px
}
.search__type__list {
    width: 100%;
    margin-top: 15px
}
.search__type__list ul {
    width: 100%
}
.search__type__list ul li {
    flex: 1;
    padding: 10px 0;
    text-align: center;
    background: #ffffff1a;
    border-radius: 16px
}
.search__type__list ul li.selected {
    background: var(--redColor);
    color: #fff
}
.menu__bar>ul>li>a lord-icon {
    height: 40px;
    width: 40px
}
.movies__items {
    overflow: hidden;
    width: 100%
}
.aside__content .slider__arrows {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 999;
    display: flex;
    align-items: center;
    gap: 10px
}
.aside__content {
    overflow: hidden;
    position: relative;
    background: linear-gradient(180deg,#171d2a,var(--bgcolor)00 90%);
    padding: 20px 20px 0;
    border-radius: var(--radius)
}
.box__movie .__number,.finded__posts>li>a:hover,.ribbon__new {
    background: var(--redColor)
}
.anime__list.swiper-container,.inner.adnime__box {
    height: 100%
}
.anime__list .swiper-wrapper {
    display: flex;
    flex-direction: column
}
.anime__list .swiper-slide {
    flex-shrink: 0
}
.fixed__height {
    height: 60px
}
a.anime__slider__item {
    display: flex;
    align-items: start;
    width: 100%;
    gap: 15px
}
a.anime__slider__item .image {
    flex: 0 130px;
    height: 60px;
    overflow: hidden;
    border-radius: var(--radius);
    opacity: .5;
    transition: .3s
}
a.anime__slider__item:hover .image {
    opacity: 1
}
a.anime__slider__item .image img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    object-fit: cover;
    border-radius: var(--radius);
    height: 100%
}
a.anime__slider__item .info__box {
    flex: 1
}
a.anime__slider__item .info__box ul.info__ul {
    gap: 9px;
    margin-top: 5px
}
a.anime__slider__item .info__box ul.info__ul li {
    font-size: 13px;
    color: #aaa
}
.aside__content .slider__arrows>div {
    font-size: 17px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #171d2a;
    border-radius: 90px;
    cursor: pointer;
    border: 2px solid #ffffff05
}
.anime__list.swiper-container {
    padding-bottom: 50px
}
.inner.adnime__box:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 90px;
    background: linear-gradient(180deg,#13172000,var(--bgcolor) 90%);
    z-index: 1;
    pointer-events: none
}
a.anime__slider__item .info__box ul.info__ul li+li:before {
    content: '\f111';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 700;
    padding-left: 10px;
    font-size: 5px;
    opacity: .5
}
.series__slider,.slider__container .movies__items {
    padding-bottom: 10px
}
.right__part {
    flex: 1;
    max-width: 67%;
    padding-left: 30px
}
.left__part {
    flex: 0 0 33%;
    max-width: 33%
}
@media (max-width: 768px) {
    .left__part,.right__part {
        flex:0 0 100%;
        max-width: 100%;
        padding: 0
    }
    .right__part {
        margin-bottom: 20px
    }
}
section.mobile__big__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #00000085;
    backdrop-filter: blur(6px);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}
.mobile__menu__open section.mobile__big__menu {
    opacity: 1;
    visibility: visible
}
section.mobile__big__menu>ul {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    flex-wrap: wrap;
    max-width: 500px;
    row-gap: 20px;
    margin: 0 -10px;
    align-items: start;
    justify-content: start;
    z-index: 99;
    flex-wrap: wrap;
    transform: translate(-50%,-50%);
    min-width: 370px
}
section.mobile__big__menu>ul>li {
    flex: 0 50%;
    padding: 0 10px;
    transition: .3s
}
section.mobile__big__menu>ul>li>a {
    display: flex;
    align-items: center;
    font-size: 18px;
    gap: 10px;
    justify-content: center;
    margin-bottom: 15px;
    width: 100%
}
.filter__box ul.filter__items li.hide,.tab__inner,section.mobile__big__menu>ul>li>a>i:last-child {
    display: none
}
section.mobile__big__menu>ul>li>a lord-icon {
    width: 60px;
    height: 60px
}
section.mobile__big__menu>ul>li ul.submenu__ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    overflow: auto;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    top: 100%;
    right: 50%;
    backdrop-filter: blur(11px);
    background: #0000005e;
    width: 240px;
    padding: 20px;
    border-radius: var(--radius);
    transform: translate(50%)
}
section.mobile__big__menu>ul>li ul.submenu__ul a {
    display: flex;
    background: #ffffff0f;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 48px
}
section.mobile__big__menu>ul>li ul.submenu__ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}
.mobile__big__menu>a.close {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 25px;
    color: #fff;
    z-index: 19
}
.box__movie .__number {
    position: absolute;
    top: 0;
    z-index: 99;
    left: 0
}
.box__movie .__number:before {
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid var(--redColor);
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid var(--redColor)
}
.site__logo .slogan {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    gap: 9px
}
.site__logo .slogan .icon lord-icon {
    width: 60px;
    height: 60px
}
.site__logo .slogan p.text {
    color: #aaa;
    font-size: 18px;
    font-weight: 700;
    transition: .3s .15s;
    transform: translate(0,-70px) scale(.2);
    opacity: 0;
    visibility: hidden
}
.site__logo .slogan p.text em {
    display: block;
    font-style: normal
}
.slider__container .no__found__posts {
    padding: 100px 0
}
a.site__logo:hover .logo__icon {
    transform: translate(0,-60px);
    opacity: 0
}
a.site__logo:hover h3.logo__text {
    transform: translate(-130px,0);
    opacity: 0
}
.site__logo .slogan .icon {
    transform: translate(0,70px) scale(.2);
    opacity: 0;
    visibility: hidden;
    transition: .3s .1s
}
.search__res__container ul.top__actors {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -5px 10px;
    row-gap: 10px
}
.search__res__container ul.top__actors li {
    padding: 0 5px;
    flex: 0 0 calc(100% / 5)
}
.search__res__container ul.top__actors li a {
    display: block;
    width: 100%;
    overflow: hidden
}
.search__res__container ul.top__actors li a img {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.live__search__res .no__found__posts {
    margin: 30px 0
}
.live__search__res .no__found__posts span {
    font-size: 30px;
    margin-right: -24px
}
.live__search__res .no__found__posts .emoji.emoji__sad {
    transform: scale(.4)
}
.search__res__container .most__search>ul.top__search li {
    flex: 1 1 auto;
    text-align: center
}
.search__res__container ul.top__actors li a .image {
    width: 100%;
    display: block;
    padding-bottom: 94%;
    border-radius: 48px;
    overflow: hidden;
    border: 2px solid #ffffff14
}
.search__res__container ul.top__actors li a h4 {
    display: block;
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
    padding-top: 5px
}
ul.top__actors.four__in__one li {
    flex: 0 0 calc(100% / 4)
}
.poster__single .show__trailer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}
.footer__logo .site__logo .slogan lord-icon {
    width: 90px;
    height: 90px
}
.footer__logo .site__logo .slogan p.text {
    font-size: 32px
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 30px!important
}
.w__700 {
    max-width: 700px
}
.order__page__dec {
    color: #aaa;
    line-height: 24px
}
.form__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px
}
.form__group input {
    background: #171e2b;
    outline: 0;
    padding: 15px 25px;
    border-radius: var(--radius);
    color: #fff;
    border: 1px solid #25323e9e
}
.request__reponse button.not__find__next,button.submit__form {
    color: #fff;
    padding: 10px 30px;
    outline: 0;
    font-size: 16px;
    cursor: pointer;
    gap: 10px
}
button.submit__form {
    background: #171e2b;
    border: 0;
    border-radius: var(--radius);
    display: flex;
    align-items: center;
    transition: .2s
}
button.submit__form:hover {
    background: #08a88a
}
.order__form .disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed
}
form.order__form p.or {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    color: var(--yallowColor)
}
form.order__form p.or span {
    height: 2px;
    flex: 1;
    background: #171e2b;
    border-radius: 30px
}
.finded__posts {
    gap: 10px
}
.finded__posts>li {
    flex: 1 1 auto;
    text-align: center
}
.finded__posts>li>a {
    background: #ffffff05;
    padding: 7px 20px;
    display: block;
    border-radius: var(--radius);
    font-size: 12px;
    transition: .25s
}
.request__reponse button.not__find__next {
    background: #31a24c;
    border: 0;
    border-radius: var(--radius);
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}
.request__reponse .order__sent {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0 auto;
    width: fit-content;
    align-items: center;
    color: #08a88a;
    font-size: 28px
}
.downloads__links__list li a,.downloads__tabs ul li .download__box {
    align-items: center;
    background: #171e2b;
    border-radius: var(--radius);
    transition: .3s
}
.request__reponse .order__sent lord-icon {
    width: 150px;
    height: 150px
}
.person_summary {
    display: block;
    width: 100%;
    margin: 20px 0;
    font-size: 13px;
    line-height: 23px;
    color: #aaa
}
.downloads__tabs ul li {
    padding: 0 10px;
    max-width: 25%;
    flex: 1 1 auto;
}
.downloads__tabs ul li .download__box {
    padding: 15px 20px;
    cursor: pointer;
    opacity: .5
}
.downloads__tabs ul li .download__box .qu__name {
    font-size: 40px
}
.downloads__tabs ul li .download__box.active {
    background: #31a24c;
    opacity: 1
}
.downloads__tabs ul li .download__box .ico {
    width: 60px;
    height: 50px
}
.downloads__tabs ul li .download__box .ico lord-icon {
    width: 100%!important;
    display: block;
    height: 100%!important
}
.downloads__tabs ul li .download__box .txt {
    display: block;
    font-size: 20px;
    flex: 1
}
.downloads__tabs ul li .download__box .left__ico {
    font-size: 40px;
    transition: .3s;
    line-height: 30px
}
.downloads__tabs ul li .download__box .txt p {
    font-size: 17px;
    opacity: .7
}
.downloads__tabs ul li .download__box .txt span {
    display: block;
    margin-bottom: 3px
}
.downloads__tabs ul li .download__box.active .left__ico {
    transform: rotate(-90deg)
}
.downloads__links__list li {
    padding: 0 10px;
    flex: 0 20%
}
.downloads__links__list {
    margin: 0 -10px;
    row-gap: 20px
}
.downloads__links__list li a {
    display: flex;
    padding: 10px 20px;
    gap: 10px
}
.tab__inner.selected {
    display: block
}
.downloads__links__list li a .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center
}
.downloads__links__list li a .icon lord-icon {
    display: block;
    width: 100%;
    height: 100%
}
.downloads__links__list li a i {
    font-size: 40px
}
.downloads__links__list li a.arabseed,.downloads__links__list li a:hover {
    background: #31a24c
}
.downloads__links__list li a .text {
    flex: 1
}
.downloads__links__list li a .text h4 {
    font-size: 16px;
    padding-bottom: 4px
}
.downloads__links__list li a .text p,.ribbon__new {
    font-size: 12px
}
.tab__inner>h3 {
    color: var(--yallowColor);
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff1f;
    width: fit-content;
    padding-bottom: 10px
}
.page__contents .inner__content {
    padding: 30px;
    background: #171e2b;
    border-radius: var(--radius);
    line-height: 2;
    font-size: 16px
}
.marquee {
    --gap: 2rem
}
.marquee__track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation: 18s linear infinite scroll-left
}
.marquee:hover .marquee__track {
    animation-play-state: paused
}
.marquee__track>span {
    flex: 0 0 auto;
    white-space: nowrap
}
.marquee.rtl .marquee__track {
    animation-direction: reverse
}
@keyframes scroll-left {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-50%)
    }
}
@media (prefers-reduced-motion:reduce) {
    .marquee__track {
        animation: none
    }
}
section.mobile__big__menu>ul>li.open {
    z-index: 99999;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%)
}
section.mobile__big__menu>ul>li.open ul.submenu__ul {
    opacity: 1;
    visibility: visible
}
section.mobile__big__menu>ul>li.hide {
    opacity: 0;
    visibility: hidden
}
.no__found__posts span {
    font-size: xxx-large
}
/* ==========================================================
   ✅ Ramadan Marquee (Infinite Loop) — 1 ثم 2 ثم 3… (يمين)
   - يبدأ من البداية (1) وليس من المنتصف
   - يتحرك لليمين بسلاسة بدون قلب ترتيب العناصر
   ========================================================== */

/* السيطرة على الحاوية */
.marquee-ramadan{
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 20px 0;

  /* نخلي الحسابات LTR علشان الحركة تكون مستقرة */
  direction: ltr !important;
}

/* التراك */
.track-ramadan{
  display: flex !important;
  gap: 40px !important;
  width: max-content !important;
  will-change: transform;

  /* 0 -> -50% هو مسار اللوب الطبيعي */
  animation: scrollLoop 70s linear infinite !important;

  /* ✅ عكس اتجاه الأنيميشن = يمين، مع الحفاظ على بداية الترتيب 1 */
direction: rtl !important;
  /* مهم: منع أي التفاف */
  white-space: nowrap;
}

/* إيقاف عند الهوفر */
.marquee-ramadan:hover .track-ramadan{
  animation-play-state: paused !important;
}

/* اللوب: نتحرك نصف عرض التراك لأنك مكرر العناصر مرتين */
@keyframes scrollLoop{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ضبط حجم الكارت */
/* السيطرة على الحاوية الكبيرة */
.marquee-ramadan {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
    /* نستخدم ltr لضمان بناء المحاور من جهة اليسار */
    direction: ltr !important; 
}

/* التراك - المحرك الفعلي */
.track-ramadan {
    display: flex !important;
    /* السر: row-reverse يعكس ترتيب العناصر داخلياً ليصبح 1 في البداية جهة اليسار */
    flex-direction: row-reverse !important; 
    gap: 40px !important;
    width: max-content !important;
    will-change: transform;
    /* السرعة أبطأ: 70 ثانية للدورة الكاملة */
    animation: scrollFinalRight 70s linear infinite !important;
}

.marquee-ramadan:hover .track-ramadan {
    animation-play-state: paused !important;
}

/* الأنيميشن: يتحرك التراك لليسار (قيمة سالبة) لتظهر المقالات كأنها تسير لليمين */
@keyframes scrollFinalRight {
    0% {
        transform: translateX(0);
    }
    100% {
        /* يتحرك بمقدار نصف العرض (نهاية النسخة الأولى) */
        transform: translateX(-50%);
    }
}

/* ضبط الكارت الواحد 300px */
.marquee-ramadan .catr__item {
    flex: 0 0 300px !important;
    width: 300px !important;
    max-width: 300px !important;
    position: relative;
    /* نرجع النصوص rtl لتظهر اللغة العربية والارقام بشكل صحيح */
    direction: rtl !important; 
}

/* تنسيق الصور والبوسترات والأرقام خلفها */
.marquee-ramadan .catr__item a { display: block; overflow: hidden; border-radius: 25px; }
.marquee-ramadan .catr__item a .post__thumb { padding-bottom: 60%; position: relative; }
.marquee-ramadan .catr__item a .post__thumb img {
    position: absolute; top: 0; right: 0; width: 100%; height: 100%;
    border-radius: 29px; object-fit: cover;
}
.marquee-ramadan .catr__item a h3 {
    position: absolute; bottom: 0; right: 0; left: 0;
    background: linear-gradient(180deg,#13172000 0, #131720 90%);
    padding: 70px 20px 20px; font-size: 20px; font-weight: 400;
}
.marquee-ramadan .catr__item span {
    position: absolute; bottom: 60px; font-size: 90px; right: -20px;
    text-shadow: 0 10px 10px #000; z-index: 10; pointer-events: none;
    color: #fff; opacity: 0.8;
}

/* تأثير التلاشي الجانبي الاحترافي */
.marquee-ramadan::after, .marquee-ramadan::before {
    content: ''; position: absolute; top: 0; bottom: 0; width: 150px; z-index: 9; pointer-events: none;
}
.marquee-ramadan::before { right: 0; background: linear-gradient(to right, transparent, #131720 95%); }
.marquee-ramadan::after { left: 0; background: linear-gradient(to left, transparent, #131720 95%); }
.marquee>.track {
    display: flex;
    gap: 40px;
    will-change: transform;
    white-space: nowrap;
    flex-direction: row-reverse
}
.marquee .catr__item a {
    display: block;
    overflow: hidden;
    border-radius: var(--radius)
}
.marquee .catr__item a .post__thumb {
    padding-bottom: 60%
}
.marquee .catr__item a .post__thumb img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 29px
}
.marquee .catr__item a h3 {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(180deg,#13172000 00,var(--bgcolor) 90%);
    padding: 70px 20px 20px;
    font-size: 20px;
    font-weight: 400
}
.marquee::after,.marquee::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 170px;
    z-index: 9
}
.marquee::before {
    right: 0;
    background: linear-gradient(to right,#13172000,var(--bgcolor) 90%)
}
.marquee::after {
    left: 0;
    background: linear-gradient(to left,#13172000,var(--bgcolor) 90%)
}
.ramdan__series__most__v .title__b {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px
}
.ramdan__series__most__v .title__b lord-icon {
    width: 60px;
    height: 60px
}
.ramdan__series__most__v .title__b span {
    font-size: 30px
}
.marquee .catr__item span {
    position: absolute;
    bottom: 60px;
    font-size: 90px;
    right: -20px;
    text-shadow: 0 10px 10px #000
}
.post__ratings.___number {
    border-color: var(--redColor);
    display: none
}
a.movie__block.is__episode .post__ratings {
    transform: translate(-50px,0) scale(.2);
    opacity: 0
}
a.movie__block.is__episode:hover .post__ratings {
    transform: translate(0,0) scale(1);
    opacity: 1
}
section.mobile__sarch .search__res__container {
    position: relative;
    top: auto;
    background: 0 0;
    padding: 30px 0;
    border: 0
}
.series__box .title___ {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    padding: 10% 20px 20px;
    text-align: right;
    background: linear-gradient(180deg,#13172000 00,var(--bgcolor) 70%);
    transition: .3s
}
.series__box:hover .title___ {
    opacity: 0
}
.ribbon__new {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7px 10px;
    border-radius: var(--radius);
    transition: .3s;
    z-index: 11
}
.movie__block:hover .ribbon__new {
    transform: translate(0,-40px);
    opacity: 0
}
.__quality+.ribbon__new {
    top: 60px
}
/* =====================================================
   ArabSeed Swiper v14 SAFE PATCH
   - Keeps main hero slider EXACTLY like now
   - Adds CLS/radius fixes
   - Fixes episode sliders on mobile
   ===================================================== */

/* --- Core Swiper stability (doesn't force widths) --- */
.swiper,
.swiper-container {
  overflow: hidden !important;
  visibility: visible !important;
  opacity: 1 !important;
  contain: layout paint;
}

.swiper-wrapper {
  will-change: transform !important;
  transition: transform 0.5s ease !important;
}

.swiper-slide {
  flex-shrink: 0 !important;
  height: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

/* =====================================================
   1) MAIN TOP SLIDER (.slider__section)
   DO NOT CHANGE SLIDE WIDTHS.
   Only make visuals consistent, prevent ugly cut corners.
   ===================================================== */

/* Poster container in hero cards */
.slider__section .slider__single .post__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2 / 3 !important; /* ~330x500 style ratio */
  border-radius: 14px !important;
  overflow: hidden !important;
  background-color: #0b0d13 !important;
  isolation: isolate !important;
}

/* Placeholder to lock height before img loads (CLS fix) */
.slider__section .slider__single .post__image::before {
  content: "";
  display: block;
  padding-bottom: 150%; /* 2:3 ratio */
  border-radius: inherit;
}

/* Actual poster image */
.slider__section .slider__single .post__image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
  display: block !important;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}

/* little hover zoom on desktop only */
@media (min-width: 769px) {
  .slider__section .slider__single:hover .post__image img {
    transform: scale(1.04);
  }
}

/* keep the title/meta under the hero card from jumping */
.slider__section .post__info h3,
.slider__section .post__info h3 * {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin: 10px 0 5px;
  min-height: 1.4em; /* keeps row from collapsing on fast load */
}

.slider__section .post__info ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.slider__section .post__info li {
  display: inline-block;
  font-size: 13px;
  line-height: 1.4;
  color: #ccc;
  margin: 0 4px;
  min-height: 1.4em; /* again helps stop layout jump */
}

/* make sure badges / category pills / rating bubbles that sit on top of the poster don't get clipped */
.slider__section .slider__single {
  position: relative;
  background-color: transparent !important;
  overflow: visible !important; /* allow red "????", rating pill, etc */
  border-radius: 14px !important; /* visual harmony */
}

/* nav arrows style unify (mobile + desktop both) */
.slider__section .arrow__left,
.slider__section .arrow__right {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  width: 36px !important;
  height: 36px !important;
  border-radius: 50% !important;
  background: rgba(0,0,0,0.6) !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  z-index: 50 !important;
  box-shadow: 0 8px 20px rgba(0,0,0,0.7);
  font-size: 14px !important;
  line-height: 1 !important;
}

.slider__section .arrow__left {
  left: 8px !important;
  right: auto !important;
}

.slider__section .arrow__right {
  right: 8px !important;
  left: auto !important;
}
/* =====================================================
   ? CLS Desktop Fix — Hero Section Wrapper Height (Revised)
   ===================================================== */

.slider__section {
  position: relative;
  display: block;
  min-height: 520px; /* reserve visual height to stop CLS */
  overflow: hidden;
  background-color: #131722; /* match global site background */
}

/* Once Swiper initialized, let it fit its content */
.slider__section.swiper-initialized {
  min-height: auto;
}

/* On very small screens make arrows sit lower */
@media (max-width: 480px) {
  .slider__section .arrow__left,
  .slider__section .arrow__right {
    top: 45% !important;
  }
}


/* =====================================================
   2) OTHER SLIDERS (episodes widgets, latest episodes, etc.)
   We control these without touching hero slider math.
   ===================================================== */

/* desktop defaults */
.blocks__slider .swiper-slide,
.episodes__blocks_holder .swiper-slide {
  flex: 0 0 auto !important;
  width: 220px !important;
  max-width: 220px !important;
}

/* poster/thumb cards in row sliders */
.blocks__slider .swiper-slide .poster__item,
.episodes__blocks_holder .post__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  background-color: #0b0d13 !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  isolation: isolate !important;
}

/* CLS placeholder for these small cards too */
.blocks__slider .swiper-slide .poster__item::before,
.episodes__blocks_holder .post__image::before {
  content: "";
  display: block;
  padding-bottom: 150%; /* same 2:3 ratio */
  border-radius: inherit;
}

.blocks__slider .swiper-slide .poster__item img,
.episodes__blocks_holder .post__image img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  border-radius: inherit !important;
  display: block !important;
  transition: transform 0.3s ease-in-out;
}

/* smooth hover only on bigger screens */
@media (min-width: 769px) {
  .blocks__slider .swiper-slide:hover .poster__item img,
  .episodes__blocks_holder .swiper-slide:hover .post__image img {
    transform: scale(1.04);
  }
}

/* Text under small cards: give them consistent min-height to stop jump during load */
.blocks__slider .post__title,
.episodes__blocks_holder .post__title {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  margin-top: 8px;
  min-height: 2.8em; /* ~2 lines reserve space */
}

.blocks__slider .post__meta,
.episodes__blocks_holder .post__meta {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
  color: #aaa;
  min-height: 1.4em;
}

/* =====================================================
   3) MOBILE TUNING for "???? ???????" rows ONLY
   Keep ~2 cards visible. DOES NOT TOUCH .slider__section.
   ===================================================== */
@media (max-width: 768px) {
  /* Make each episode card ~165px so 2 fit on screen */
  .blocks__slider .swiper-slide,
  .episodes__blocks_holder .swiper-slide {
    width: 165px !important;
    max-width: 165px !important;
  }

  .blocks__slider .post__title,
  .episodes__blocks_holder .post__title {
    font-size: 13px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }

  .blocks__slider .post__meta,
  .episodes__blocks_holder .post__meta {
    font-size: 12px !important;
    line-height: 1.4 !important;
    text-align: center !important;
  }
}

/* =====================================================
   4) GLOBAL SAFETY: stop crazy transitions during very first paint
   ===================================================== */
html.is-loading * {
  animation: none !important;
  transition: none !important;
}
/* =====================================================
   ArabSeed Hero Slider CLS Patch v4 (scoped)
   Target: ONLY the top .slider__section swiper cards
   Goal: stop layout jump from .post__image in first paint
   ===================================================== */

/* 1) Reserve poster space BEFORE image loads */
.slider__section .post__image {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  background-color: #131722; /* same site bg so it doesn't flash */
  border-radius: inherit;
  /* no fixed height here, we fake it with ::before */
}

/* This creates a fixed aspect box (2:3 ~ 333x500) so the slide
   knows its height immediately, even before the <img> loads */
.slider__section .post__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 150%; /* 3/2 = 1.5 ? 150% = ~500x333 ratio */
}

/* 2) Absolutely place the real img on top of that reserved box */
.slider__section .post__image img,
.slider__section .post__image .images__loader {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity .3s ease;
  border-radius: inherit;
}

/* when JS finishes lazy-load and adds .loaded, fade it in */
.slider__section .post__image img.loaded,
.slider__section .post__image .images__loader.loaded {
  opacity: 1;
}

/* 3) Swiper slide stability (no unexpected resize/reflow) */
.slider__section .swiper,
.slider__section .swiper-container {
  overflow: hidden !important;
  visibility: visible !important;
  contain: layout paint;
}

.slider__section .swiper-wrapper {
  will-change: transform;
  transition: transform .5s ease;
}

.slider__section .swiper-slide {
  flex-shrink: 0 !important;
  width: auto;              /* Swiper JS still sets inline width (300px), keep it */
  height: auto !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* =====================================================
   ArabSeed Hero Slider CLS Patch – Phase 2
   Locks .post__content area to fixed space before fonts/text load
   ===================================================== */

/* Reserve fixed space below posters */
.slider__section .post__content {
  min-height: 90px;                 /* adjust if text is longer */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  padding-bottom: 5px;
  background: transparent;
  transition: none !important;
}

/* Prevent late font reflow by stabilizing line box height */
.slider__section .post__content h3,
.slider__section .post__content p,
.slider__section .post__content li {
  font-display: swap;
  line-height: 1.35;
  min-height: 1em;
  text-rendering: optimizeLegibility;
}

/* optional: freeze text block fade-in instead of jump */
.slider__section .post__content {
  opacity: 0;
}
.slider__section .post__content.ready {
  opacity: 1;
  transition: opacity .3s ease;
}
/* =====================================================
   ArabSeed Hero Slider – CLS Zero Fix (Stable Height + Font Lock)
   ===================================================== */

/* 1?? Lock the overall hero slide height */
.slider__section .slider__single {
  contain: layout paint size;   /* isolates internal layout changes */
  min-height: 640px;            /* matches poster + info height */
  box-sizing: border-box;
  overflow: visible !important;
}

/* 2?? The image container remains fixed ratio */
.slider__section .slider__single .post__image {
  position: relative !important;
  width: 100% !important;
  aspect-ratio: 2 / 3 !important;
  overflow: hidden !important;
  border-radius: 14px !important;
  background-color: #0b0d13 !important;
  z-index: 1;
}

/* 3?? Reserve a consistent block for .post__info */
.slider__section .post__info {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  min-height: 90px;           /* stable area under poster */
  padding-top: 10px;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  background: transparent;
  opacity: 1 !important;
  visibility: visible !important;
  transition: none !important;
}

/* 4?? Prevent line reflow from font swap */
.slider__section .post__info h3,
.slider__section .post__info li {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  min-height: 1.4em;
  margin: 0;
}

/* 5?? Prevent list collapse */
.slider__section .post__info ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding: 0;
  margin: 5px 0 0 0;
  min-height: 1.3em;
}

/* 6?? Freeze height during Swiper transition */
.slider__section .swiper-slide {
  contain: layout paint;
}
/* ============================================================
  ? ArabSeed CLS - FINAL Root Cause Fix (Targeting Correct Sliders)
  ============================================================ */

/* --- 1?? [????? ?????] ?????? ?????? ?????? (Scrollbar) --- */
/*
  ??? ????? ???? ???? ??????? ??? ?????? ???????
  ??? ???? ???? <html> ????????.
*/
html {
  overflow-y: scroll !important;
}

/* ============================================================
   [????? ?????? 0.134] ????? ???????? ?????? (Hero Slider)
   (ID: #innov-codes_slider_widget-2)
  ============================================================ */

/* --- 2?? ?????? ????? ?????? (Image CLS) --- */
/*
  ??? ?? ??????? ???????. ??? ???? ?????? ????????? ???????
  (400x500) ??? ???? ?????? ?????? ????.
*/
#innov-codes_slider_widget-2 .slider__single .post__image {
  aspect-ratio: 400 / 500 !important;
  background-color: #0d0f18;
  overflow: hidden;
  contain: layout paint;
}
#innov-codes_slider_widget-2 .slider__single .post__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- 3?? ?????? ?????? ?????? (Font CLS) --- */
/*
  ??? ???? ?????? ??????? ??? ?????? ?????? ???????
  ?? ?????? ??????.
*/
#innov-codes_slider_widget-2 .slider__single .post__ratings,
#innov-codes_slider_widget-2 .slider__single .post__category,
#innov-codes_slider_widget-2 .slider__single .post__info h3,
#innov-codes_slider_widget-2 .slider__single .post__info li {
  font-family: "Font", system-ui, -apple-system, "Segoe UI", Arial, sans-serif !important;
  font-size-adjust: 0.52 !important;
  ascent-override: 90% !important;
  descent-override: 20% !important;
  line-height: 1.4;
  min-height: 1.4em !important; /* ??? ???? */
}

/* ============================================================
   [????? ????????] ????? ?????? "????? ????????"
   (Class: .slider__section)
  ============================================================ */

/* --- 4?? ?????? ????? ??????? (Container CLS) --- */
/*
  ??? ??????? ?????? ??????? "????? ????????" (??????? ?????? ?? ??? PHP)
  ????? ??? ???? 650 ???? ?????? ??? ????????.
*/
section.slider__section {
  min-height: 550px !important; 
  background-color: #0B0B0B;
  contain: layout paint;
  display: block;
}

/* --- 5?? ?????? ????? ?????? (Image CLS) --- */
/*
  ??? ????? ????? ???? ????? ??????? ??????.
*/
section.slider__section .slider__single .post__image {
  aspect-ratio: 400 / 500 !important;
  background-color: #0d0f18;
  overflow: hidden;
  contain: layout paint;
}