/*
Theme Name: Taxi ElCima
Theme URL: https://elshaikh.io
Version: 1.0
Author: Elshaikh.iO
Author URI: https://elshaikh.io
Text Domain: Elshaikh
This Theme Designed By Ahmed Elshaikh
*/
.under-header {
    background: #212139;
    box-shadow: 0 7px 4px #0000007d;
    z-index: 99;
    position: relative;
}
.sociaLinks {
    background: #1a1e30;
    border-radius: 35px;
    width: max-content;
    padding: 6px 10px;
    margin: 0px auto;
    overflow: hidden;
    float: left;
    margin-top: 0;
    margin-right: 10px;
}
a.fa.fa-facebook {
    color: white;
    border-radius: 50%;
    padding: 9px 9px;
    width: 30px;
    text-align: center;
}
.sociaLinks h2 {
    font-size: 14px;
    display: inline-block;
}
a.fa.fa-twitter {
    color: white;
    border-radius: 50%;
    padding: 9px 9px;
    width: 30px;
    text-align: center;
}
a.fa.fa-telegram {
    color: white;
    border-radius: 50%;
    padding: 9px 9px;
    width: 32px;
    text-align: center;
}  
.sociaLinks a:nth-child(1):hover {
    background: #3b5999;
}
.sociaLinks a:nth-child(2):hover {
    background: #55acee;
}
.sociaLinks a:nth-child(3):hover {
    background: #1e8ee2;
}  
.media-block .content-box .image img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: .3s all ease;
}
.pagination span.page-numbers.current {
    background: #315fc3;
    color: #fff;
}
.media-block .content-box .image {background-size: cover;background-position: center;}
.home-slider {
    position: relative;
    background: #00000026;
}
.media-block .content-box .hvr {
    width: 100%;
    background: linear-gradient(to top, #0f1321, #0000);
    padding-top: 100px;
}
.media-details .poster-wraper .poster-image {
    display: block;
    background-size: cover;
    background-position: center;
    box-shadow: 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 15px 0 rgb(0 0 0 / 8%), 0 5px 10px -1px rgb(0 0 0 / 11%);
}
.sociaLinks a {
    color: white;
    border-radius: 5px;
    text-align: center;
    font-size: 17px;
    float: right;
    padding: 0 8px;
}
.copyrigts {
    display: flex;
    margin: 0 auto;
    padding: 10px 0;
    font-weight: bold;
    align-items: center;
    font-size: 16px;
    justify-content: space-between;
    width: 100%;
}
.elshaikh {
    background: #131622;
    border-radius: 85px;
    font-weight: bold;
}
.elshaikh a {
    display: block;
    padding: 6px 30px;
}
.elshaikh a img {
    display: block;
    width: 130px;
}
.bottom-single .single-tabs {
    border-bottom: 2px solid #ffffff0d;
    margin-bottom: 30px;
}
.bottom-single .single-tabs ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}
.bottom-single .single-tabs ul li {
    font-size: 24px;
    cursor: pointer;
    line-height: 50px;
    padding: 0 20px;
    position: relative;
    list-style: none;
    font-family: Tajawal;
    font-weight: bold;
}
.bottom-single .single-tabs ul li.active::before {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -2px;
    background: #315fc3;
    height: 2px;
}
.bottom-single {
    display: block;
}
ul.episodes-list {
}
ul.episodes-list .episode-block {
    margin: 0px .5% 13px;
    transition: .3s;
    position: relative;
    width: 300px;
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ffffff1a;
}
ul.episodes-list .episode-block a {
    display: block;
}
ul.episodes-list .episode-block a .poster {
    height: 160px;
    overflow: hidden;
}
ul.episodes-list .episode-block a .title {
    display: block;
    padding: 25px 10px 5px;
    color: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translate(0px, 30px);
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease;
    font-weight: bold;
}
.bottom-single .single-tabs ul li.active {
    color: #315fc3;
}
@media(min-width: 1350px){
    .container {
        max-width: 1300px;
    }
}
@media(min-width: 1450px){
    .container {
        max-width: 1400px;
    }
}
.linksCat {
    display: table;
    width: 100%;
    border-bottom: 2px solid #dddddd12;
    margin-bottom: 30px;
    margin-top: -20px;
}
.linksCat a {
    float: right;
    padding: 12px 15px;
    color: #FFF;
    font-family: 'Tajawal';
    font-size: 18px;
    position: relative;
}
.linksCat a.active {
    color: #315fc3;
}
.linksCat a.active::after {
    content: '';
    position: absolute;
    width: 100%;
    right: 0;
    bottom: -2px;
    background: #315fc3;
    height: 3px;
}
.tab-class {
    display: none;
}
.advanced-search.page-head {
    padding-bottom: 10px;
}
.text-col {
    font-family: 'Tajawal';
    font-size: 25px;
}
.media-stream .servers-list {
    overflow-x: hidden;
}
.media-stream .servers-list li i {
    float: right;
    font-size: 23px;
    padding: 11px;
}
.media-block .content-box:hover .image img {
    filter: blur(2px);
    opacity: 0.3;
    transform: scale(1.1);
}
.imgInit {
    opacity: 0;
    transition: .4s all ease;
}
.imgInit.Loaded {
    opacity: 1;
}
.shortlink {
    display: table;
    position: relative;
    padding: 3px 15px;
    border-radius: 7px;
    padding: 3px 12px;
    background: rgba(255,255,255,.1);
    height: 34px;
    float: right;
    backdrop-filter: blur(15px);
}
.shortlink span {
    display: inline-block;
    font-size: 12px;
}
.shortlink input[type="url"] {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
}
.serversTitle {
    color: #000;
    position: relative;
    width: 127px;
    overflow: hidden;
    padding: 1px 10px;
    font-size: 18px;
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(18, 24, 38) 13%, rgb(21, 34, 66) 38%, rgb(34, 57, 113) 65%, rgb(18, 24, 38) 96%);
}
.serversTitle:before {
    position: absolute;
    top: 50%;
    right: 0;
    opacity: 0.2;
    font-size: 122px;
    -webkit-transform: translateY(-50%) rotate(15deg);
    transform: translateY(-50%) rotate(15deg)
}
.link_las.Pro {
    background: #3f475f;
    border: 3px solid #ffa22b;
    color: #ffa22b
}
.DownloadTabel {
    border-spacing: 1px;
    width: 100%;
    text-align: center;
    padding: 0;
}
.DownloadTabel>thead>tr {
    background: #131826f5;
    color: white
}
.DownloadTabel>tbody>tr {
    color: white;
    background: #13182696;
    height: 40px
}
.link_las {
    background: #e42e29;
    margin: 5px;
    border-radius: 3px
}
.link_las {
    background: #e42e29;
    margin: 10px;
    border-radius: 3px;
    cursor: pointer;
    color: white;
    padding: 3px 15px
}
.link_las.Pro {
    background: #3f475f;
    border: 3px solid #ffa22b;
    color: #ffa22b
}
.ServerLi .LiTitle {
    display: block;
    text-align: center;
    color: #ffffffa6;
    font-size: 20px;
}
.ServerLi .LiQuality {
    display: block;
    text-align: center;
    color: #ffc800e8;
    font-size: 15px;
    font-weight: 900;
}   
a.serverA {
    display: inline-block;
    transition: .3s all ease;
    background: #00000099;
    margin: 0 5px;
    padding: 12px 60px 12px 13px;
    font-weight: 700;
    border-radius: 3px;
    color: #ffffff;
    position: relative;
    height: 60px;
    margin-bottom: 7px;
    width: 217px;
    border-radius: 5px;
}
.serverA:hover {
    background: #f4bb0e;
    color: #fff;
}
.serverA>i {
    font-size: 35px;
    color: #bb2a2a;
    transition: .3s all ease;
    margin-left: 10px;
    position: absolute;
    top: 13px;
    right: 12px
}
.serverA span {
    display: block;
    font-size: 16px;
    text-align: right;
    line-height: 14px
}
.serverA span.quality {
    font-size: 12px;
    margin: 9px 0 0;
    color: #f4bb0e;
}
.serverA span.quality>i {
    float: right;
    margin-left: 7px;
    margin-top: 0;
    font-size: 15px;
    color: #fff
}
.serverA span.size {
    position: absolute;
    left: 13px;
    width: auto;
    bottom: 10px;
    font-size: 12px;
    color: #2c8bce
}
.DownloadDiv {
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
}
a.serverA:hover, a.serverA:hover *,a.serverA:hover i {
    color: #222;
}
.btns-play span {
    font-family: 'Tajawal';
}
.media-details .details .half-tags li span {
    border-radius: 5px;
    width: 90px;
}
.media-details .details .half-tags li:nth-child(1) {
    background: transparent;
}
.media-details .details .title h1 {
    font-family: 'Tajawal';
    font-size: 22px;
    margin-bottom: 7px;
}
.media-p {
    height: auto;
    max-height: 80px;
    overflow: auto;
}
.media-details .details p {
    display: block;
    width: 100%;
    margin: 0;
    max-height: 80px;
    overflow: auto;
}
.under-poster {
    display: table;
    width: 100%;
    margin-top: 15px;
}
.imdbR {
    display: inline-block;
    height: 43px;
    line-height: 42px;
    border-radius: 9px;
    margin-left: 3px;
    padding: 0 6px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    color: #000;
    width: 49%;
    background: #eac13b;
    float: right;
    margin-left: 2%;
}
.imdbR i {
    float: right;
    font-size: 24px;
    padding-top: 9px;
}
.imdbR div {
    display: table;
    margin: 0 auto;
}
.imdbR span {
    float: right;
    font-size: 34px;
    padding-top: 2px;
    padding-right: 5px;
    font-family: 'Righteous';
}
.tax-list.media-p {
    height: auto;
    max-height: unset;
}
.allseasonstab {
    position: relative;
}
.allseasonstab ul {
    top: 100%;
    z-index: 9;
    width: 100%;
    right: 0;
    background: #222a46;
    padding: 10px;
    padding-bottom: 0;
    border-radius: 7px;
    border: 1px solid #ffffff2e;
    max-height: 300px;
    overflow: auto;
    display: none;
}
.allseasonstab >span {
    display: block;
    background: #1c2238;
    font-family: 'Tajawal';
    font-size: 16px;
    text-align: center;
    padding: 9px 19px;
    cursor: pointer;
    border-radius: 8px;
    border: 1px solid #dddddd1f;
}
.allseasonstab ul li {
    padding: 4px 15px;
    margin: 0;
    background: #ffffff0a;
    border: 0.078vw solid #ffffff36;
    border-radius: 0.625vw;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    margin-bottom: 10px;
    transition: .2s all ease;
}
.media-stream .episodes-list li {
    transition: .3s all ease;
}
.allseasonstab ul.active {
}
.allseasonstab ul li.active,.allseasonstab ul li:hover {
    background: #e21913;
    border-color: #e21913;
}
.loadEpisodes {
    display: table;
    margin: 0 auto 30px;
    padding: 0 40px;
    font-size: 17px;
    transition: .3s all ease;
    font-family: 'Tajawal';
    line-height: 35px;
    height: 35px;
}
.AddWatched {
    float: right;
    width: 49%;
    text-align: center;
    font-family: 'Tajawal';
    font-size: 17px;
    padding: 7px;
    margin: 0;
    background: #ffffff12;
    border: 1px solid #315fc3;
    border-radius: 10px;
    transition: .3s all ease;
    font-weight: bold;
    cursor: pointer;
    backdrop-filter: blur(15px);
}
.AddWatched,.hoveritem {
    overflow: hidden;
    position: relative;
}
.AddWatched:after,.hoveritem:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.391vw;
    height: 0.391vw;
    background: #ffffff30;
    border-radius: 50%;
    z-index: 5;
    transform: scale(0) translate(-50%,-50%);
    transition: 0s all ease;
    transform-origin: left top;
}
.hoveritem:hover:after,.AddWatched:hover:after{
    opacity: 0;
    transform: scale(99) translate(-50%,-50%);
    transition: .8s all ease;
}
.jconfirm-box-container.jconfirm-animated {
    display: table;
    margin: 0 auto;
    width: 500px;
    max-width: 600px;
}
.AddWatched.inList {
    background: #315fc3;
    border-color: #315fc3;
}
@media(max-width: 600px){
    .bottom-single .single-tabs ul{
        display: table;
        margin: 0 auto;
        width: auto;
    }
    .bottom-single .single-tabs ul li {
        font-size: 16px;
        float: right;
        padding: 0 10px;
    }
}
ul.episodes-list .episode-block a .poster img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s all ease;
}
.number {
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 99;
    background: #315fc3;
    color: #fff;
    border-radius: 35px;
    font-family: 'Tajawal';
    font-size: 15px;
    font-weight: bold;
    padding: 4px 25px;
    box-shadow: 0 0 10px #00000059;
}
ul.episodes-list .episode-block:hover a .poster img {
    opacity: .3;
    transform: scale(1.2);
    filter: blur(4px);
}
.number em {font-style: normal;}
ul.episodes-list .episode-block:hover a .title {
    transform: translate(0);
    opacity: 1;
    visibility: visible;
}
.number span {
}
.media-block .content-box .hvr .genres {
    display: table;
    margin: 0 auto 10px;
    transition: .4s all ease;
    transform: translate(0px, 50px);
    opacity: 0;
    visibility: hidden;
}
.media-block .content-box .hvr .genres span {
    float: right;
    padding: 0px 11px;
    background: #eac13b;
    border-radius: 35px;
    color: #222;
    margin: 0 3px;
    font-size: 13px;
}
.media-block .content-box:hover .hvr .genres {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}
.media-block .content-box .hvr h3 {
    padding-bottom: 12px;
    font-family: 'Tajawal';
}
span.episode-block {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,.5);
    border-radius: .8vw;
    padding: 10px 15px 8px;
    z-index: 2;
    text-align: center;
    font-weight: 500;
    color: #fff;
    transition: .3s all ease;
    font-family: 'Tajawal';
}
span.episode-block span {
    display: block;
    line-height: 20px;
}
.media-block .content-box:hover span.episode-block {
    opacity: 0;
    visibility: hidden;
}
.btn.warning.loadEpisodes {
    background: #5555551c  !important;
    color: #fff !important;
    position: relative;
    overflow: hidden;
}
.loadEpisodes span {
    color: #eac13b;
    transition: .3s all ease;
}
.btn.warning.loadEpisodes:hover {
    background: #f4bb0e !important;
    color: #222 !important;
}
.btn.warning.loadEpisodes:hover span {
    color: #222;
}
.media-block .content-box span.category {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #1e2338a8;
    padding: 6px 19px;
    border-radius: .8vw;
    transform: translate(-200px, 0px);
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    font-weight: bold;
    transition: .3s all ease;
}
.media-block .content-box:hover span.category {transform: translate(0);opacity: 1;visibility: visible;}
.media-block .content-box .rate {
    top: 50px;
    border-radius: .8vw;
    padding: 0px 15px;
}
.media-block .content-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
}
.home-slider .media-block .content-box .play-btn {
    bottom: auto;
}
.tornado-header > .container {
    display: table;
    width: 100%;
}
.main-header .search {
    float: left;
    margin: 15px 0 0;
    width: 27%;
}
a.logo {
    float: right;
    margin: 10px;
}
.main-header .bottom-navigation .container {
    display: flex;
    justify-content: space-between;
}
.main-header .search .btn {
    top: 8px;
    background: #315fc3;
    color: #FFF;
    width: 100px;
}
a.proUser {
    border: 2px solid #eac13b;
    border-radius: 30px;
    padding: 0px 16px;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    display: block;
    color: #eac13b;
    float: right;
    font-family: 'Tajawal';
    transition: .3s all ease;
}
.main-header .bottom-navigation .btns .btn {
    margin-right: 7px;
}
a.proUser:hover {
    background: #eac13b;
    color: #222;
}
.sociaLinks a i {
    display: block;
    padding: 5px 0px;
}
form.form-ui.search {}
span.episode-block span:nth-child(2) {
    font-family: Righteous;
    font-weight: 400;
}
.paginate {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100%;
    margin-top: 20px;
}
.paginate ul.page-numbers {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
.form-ui input:not(.btn), .form-ui textarea, .form-ui select, .form-ui keygen, .form-ui .tagsinput, .form-control, .file-input {
    color: #333;
}
.paginate li {
    display: inline-block;
    margin: 0px 3px;
    background: #1a1e30;
    border-radius: .8vw;
    overflow: hidden;
}
.paginate > ul > li > * {
    display: block;
    height: 50px;
    color: #bbbbbb;
    padding: 0 20px;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    font-size: 17px;
    line-height: 50px;
    font-family: Righteous;
    min-width: 50px;
    text-align: center;
}
.paginate > ul > li.active > a,
.paginate > ul > li span.page-numbers.current {
    background: #315fc3;
    color: #fff;
}
.media-p.post-story {
    background: #1a1e309e;
    padding: 10px;
    max-height: initial;
    border-radius: 5px;
    width: calc(100% - 240px);
}
.media-p.post-story span {
    display: block;
    color: #eac13b;
    font-family: 'Tajawal';
    font-weight: bold;
}
.media-p.post-story p {
    font-size: 14px;
}
.shortlink span:nth-child(2) {
    background: rgba(0,0,0,.3);
    padding: 0 10px;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 8px;
}
.shortlink button {
    padding: 0;
    border: none;
    color: #fff;
    background: rgba(0,0,0,.3);
    border-radius: 4px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    margin-right: 8px;
}
.shortlink button i {
    display: block;
    line-height: 26px;
    width: 26px;
    height: 26px;
}
.imdbR div em {float: left;font-style: normal;line-height: 47px;font-size: 19px;padding-right: 8px;font-family: 'Righteous';}
.ShowTrailerSingle {
    position: absolute;
    bottom: 10px;
    border-radius: 12px;
    height: 40px;
    left: 10px;
    text-align: center;
    line-height: 40px;
    font-weight: bold;
    padding: 0 20px;
    box-shadow: 0 0px 10px #0000009e;
    font-size: 15px;
    cursor: pointer;
    color: #FFF;
    background: -webkit-gradient(linear,left top, right top,color-stop(0, #0c9),to(#09f));
}
.ShowTrailerSingle i {
    float: right;
    font-size: 23px;
    line-height: 40px;
    margin-left: 8px;
}
.poster-wraper-a {
    display: block;
    width: 100%;
    position: relative;
}
.episodes--buttons {
    height: 90px;
    overflow: hidden;
    justify-content: center;
    padding: 20px 10px;
    margin: auto;
    position: relative;
    margin-top: 20px !important;
    position: relative;
    overflow: hidden;
}
.episodes--buttons >a {
    flex: 1;
    height: 70px;
    position: relative;
    width: 50%;
    white-space: nowrap;
    border-radius: 0 30px 70px 0;
    color: #b3b3b3;
    padding: 10px 30px 10px 100px;
    box-shadow: 2px 0 5px #0006;
    background: linear-gradient(-45deg,#201f2d,#1f252e00);
}
.episodes--buttons >a.next {
    background: linear-gradient(45deg,#201f2d,#1f252e00);
    padding: 10px 90px 10px 30px;
    border-radius: 30px 0 0 70px;
    box-shadow: -2px 0 5px #0006;
    float: left;
}
.episodes--buttons .current {
    position: absolute;
    width: 310px;
    right: calc(50% - 150px);
    z-index: 99;
    background: #f5c518;
    padding: 10px;
    top: 10px;
    bottom: 20px;
    box-shadow: 5px 0 5px #00000087, -5px 0 5px #00000087;
    border-radius: 35px;
    color: #222;
    font-size: 19px;
    font-weight: 500;
    z-index: 9;
    line-height: 45px;
    opacity: .8;
    text-align: center;
}
.episodes--buttons >a span {
    color: #ffde5b;
    display: block;
}
.episodes--buttons >a b {
    font-size: 15px;
    display: block;
}
.episodes--buttons >a strong {
    top: 0;
    float: right;
    line-height: 50px;
    font-family: 'Righteous';
    font-weight: 400;
    font-size: 26px;
}
.episodes--buttons >a.next span {
}
.episodes--buttons >a.next b {
    float: left;
}
.episodes--buttons >a.next strong {
    float: left;
}
.episodes--buttons>* {
    float: right;
}
.episodes--buttons .current span {
    color: #444444;
    display: inline-block;
    margin-left: 10px;
    font-size: 24px;
    font-weight: 700;
}
.episodes--buttons .current em {
    vertical-align: top;
    font-size: 28px;
    padding-right: 9px;
    font-style: normal;
    line-height: 40px;
    font-family: 'Righteous';
}
.episodes--buttons >a b st {
    font-family: 'Righteous';
}
.allseasonstab >span i {
    float: left;
    font-size: 18px;
    padding-top: 4px;
    color: #9e9898;
    border: 1px solid;
    padding: 3px 7px;
    border-radius: 40px;
    position: relative;
    margin-left: -10px;
}
.episodes--buttons.downp  .current {
    top: 30px;
    bottom: 0px;
}
ul.downp.episodes--buttons {
    margin-top: -10px !important;
    margin-bottom: 30px;
}
ul.episodes-list.row {
    margin: 0 -5px;
    padding: 0;
    margin-bottom: 15px;
}
.spinner {
  margin: 185px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  -webkit-transition: .4s all cubic-bezier(1, -1.07, 0, 1.57);
  -o-transition: .4s all cubic-bezier(1, -1.07, 0, 1.57);
  transition: .4s all cubic-bezier(1, -1.07, 0, 1.57);
}
.spinner > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
  margin: 0 2px;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100%
  { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
}
20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
}
}
.loadEpisodes i {
    float: right;
    font-size: 20px;
    line-height: 35px;
    padding-left: 10px;
}
ul.episodes-list.row .box-5x1 {
    padding: 0 5px;
}
.PopupTrailer {
  z-index: 99999999;
  background-color: rgb(31 37 46 / 68%);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
}
.PopupTrailer.Opened {
  opacity: 1;
  visibility: visible;
}
.trailerIFrame {
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #28303e;
  -webkit-box-shadow: 0 0 30px 0px #00000061;
  box-shadow: 0 0 30px 0px #00000061;
  width: 900px;
  height: 490px;
  position: relative;
}
.trailerIFrame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.trailerIFrame .CloseTrailer {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  top: -40px;
  height: 40px;
  background: #313a4a;
  border-radius: 15px 15px 0 0;
  padding: 0 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 30px 0px #00000061;
  box-shadow: 0 0 30px 0px #00000061;
}
.trailerIFrame .CloseTrailer i {
  vertical-align: top;
  font-size: 20px;
  padding-left: 10px;
  line-height: 40px;
  color: #FFF;
}
.trailerIFrame .CloseTrailer em {
  line-height: 40px;
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
}
.site {
}
@media(max-width: 430px){
    a.proUser,
    .main-header .bottom-navigation .btns .btn{padding: 0px 13px;font-size: 13px;margin-right: 3px;}
}
*::-webkit-scrollbar {
  width: 2px;
}
*::-webkit-scrollbar-track {
  background: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: #1e2338;
}
@media only screen and (max-width: 700px){
    .site {
        display: block;
        float: none;
        padding: 0;
        text-align: center;
    }
    .copyrigts{
        display: block;
        width: 100%;
    }
    .elshaikh{
        display: table;
        margin: 10px auto 0;
        float: none;
    }
}
@media only screen and (max-width: 1180px){
    .episodes--buttons {
        position: relative;
        display: block;
        width: 100%;
        right: 0;
        left: 0;
        height: auto;
        margin: 0;
        padding: 0;
        margin-top: 13px;
    }
    .episodes--list--side a {
        width: 150px;
    }
    .episodes--list--side a:nth-child(2n+0) {
        margin-left: 5px
    }
    .episodes--buttons .current {
        width: 300px;
        display: table;
        top: 5px;
        position: relative;
        font-size: 17px;
    }
    .episodes--buttons >a{
        float: none;
        display: block;
        width: 100%;
        padding: 0;
    }
    .episodes--buttons .current span{
        font-size: 18px;
    }
    .episodes--buttons .current, .episodes--buttons >a {
        display: inline-block;
        width: 100%;
        position: relative;
        float: none;
        right: 0;
        top: 0;
        margin-top: 15px;
    }
    .episodes--buttons >a strong {
        padding-right: 20px;
        padding-top: 10px;
    }
    .episodes--buttons >a .txtDiv {
        margin-top: 12px;
    }
    .episodes--buttons >a.next .txtDiv {
        padding-top: 0;
        margin-top: 0;
    }
    .episodes--buttons >a.next strong {
        margin-top: 0;
        padding-top: 0;
    }
}
.endfooter .container {
    height: auto;
    min-width: auto;
    min-height: auto;
}
li.netflix img {width: 120px;}
a.btn.primary.rounded.showmore {
    display: table;
    margin: 0 auto;
    font-family: 'Tajawal';
    font-size: 17px;
    padding: 0 35px;
}
.actor-block .content {
    display: block;
    height: 170px;
    overflow: hidden;
    background: #1b191f;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}
.actor-block .content a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 6px;
}
.actor-block .content a .image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.actor-block .content a .name {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9;
    background: -webkit-linear-gradient(bottom,rgb(6 9 19) 0%,rgba(6,9,19,0.65) 21%,rgba(12,19,39,0.18) 33%,rgba(12,20,40,0.11) 0%,rgba(17,28,58,0) 96%);
    padding: 100px 10px 10px;
    text-align: center;
    color: #FFF;
}
.actor-block .content a .image i {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 160px;
    font-size: 80px;
    color: #525252;
}
.actor-block .content a .image::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #315fc3;
    opacity: 0;
    z-index: 109;
    transition: .3s all ease;
}
.actor-block .content:hover a .image::after {
    opacity: 1;
}
@media(max-width:700px){
    .advanced-search .form-ui .select-menu .dropdown-list{
        width: 100%;
        right: 0;
        left: 0;
    }
    .media-block .content-box .hvr .genres span{
        padding: 0 7px;
        font-size: 13px;
    }
}
a.serverA.cusServer {
    background: #3db366;
    color: #FFF;
}
a.serverA.cusServer i {
    color: #fff;
}
a.serverA.cusServer:hover {background: #f4bb0e;color: #FFF;}
a.serverA.cusServer:hover i,a.serverA.cusServer:hover span {
    color: #222;
}
.media-block .content-box .hvr:after {content: '';background: linear-gradient(0deg,rgba(6,9,19,0.83) 0%,rgba(6,9,19,0.65) 21%,rgba(12,19,39,0.18) 33%,rgba(12,20,40,0.11) 0%,rgba(17,28,58,0) 96%);position: absolute;right: 0;left: 0;z-index: 8;bottom: 0;pointer-events: none;height: 360px;}
.media-block .content-box .hvr * {
    z-index: 99;
    position: relative;
}
.episodes--buttons >a .txtDiv {
    float: right;
    padding-right: 10px;
}
.episodes--buttons >a.next .txtDiv {
    float: left;
    text-align: left;
    direction: ltr;
    padding-left: 10px;
}
.episodes--buttons >a.next strong {}
a.serverA.CusServer {
    background: #3db366;
}
a.serverA.CusServer i , a.serverA.CusServer span {
    color: #FFF;
}
a.serverA.CusServer:hover {
    background: #e9b20d;
    color: #222;
}
a.serverA.CusServer:hover span , a.serverA.CusServer:hover i {
    color: #222;
}
.trailerIFrame .CloseTrailer {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: -40px;
    height: 40px;
    background: #313a4a;
    border-radius: 15px 15px 0 0;
    padding: 0 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 30px 0px #00000061;
    box-shadow: 0 0 30px 0px #00000061;
}
.addsArea {
    display: table;
    margin: 25px auto;
    width: 95%;
    max-width: 728px;
}
.addsArea img {
    max-width: 100%;
}
@media(max-width: 720px){
    .addsArea {
        width: 95%;
    }
}
.media-details .poster-wraper .btn-do-subs {
    top: 10px;
    border-radius: 20px;
    font-family: 'Tajawal';
    padding: 0 17px;
    height: 31px;
    line-height: 31px;
    box-shadow: 0 0 10px #0000002e;
}
.FollowSeries.inList {
    background: #eac13b;
    color: #222;
}
.FollowSeries.inList:hover {
    background: #efef00;
}
@media(max-width:1020px){
    .seasons--episodes.Scroll-list {
        margin-top: 20px;
    }
}
@media(max-width:1100px){
    .media-stream .stream-player iframe {
        height: 400px;
    }
}
@media (max-width:500px){
    .episodes--buttons >a.next strong{
        font-size: 20px;
    }
    .episodes--buttons >a.next .txtDiv{
        padding-right: 0;
    }
    .episodes--buttons >a strong{font-size: 20px;}
    .episodes--buttons >a.next strong{
        padding-right: 5px;
    }
}
@media(max-width:920px){
    .episodes--buttons.downp .current{
        top: 0;
    }
}
.homepage__bg {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    background-position: center;
    z-index: -1;
    opacity: .1;
    background-size: cover;
}
.homepage__bg::after {
    content: '';
    background: linear-gradient(180deg,#1d1d1d14,#02020f 88%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 60%;
}
.media-details {
    margin: 30px 0;
}
.home-slider .content-box {
    margin: 20px 0;
}
.media-block .content-box .hvr a {
    background: linear-gradient(to top, #0f1321, #0000);
    display: block;
    border-radius: 1vw;
    overflow: hidden;
    padding: 150px 10px 10px;
}
.categories-tabs {
    background: #1a1e30;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    border-radius: .9vw;
}
.category-block .content-box a:nth-child(2) {
    width: calc(100% - 51px);
}
  .logo--area {
    max-width: 274px;
    min-width: 267px;
    position: relative;
    margin-left: 10px;
    overflow: hidden;
    direction: ltr;
    float: right;
  }
  .logo--area .en-text span {
    display: inline-block;
    text-transform: capitalize;
    line-height: 74px;
    font-family: 'Righteous';
    vertical-align: middle;
    color: #fff;
    transition:.3s;
    font-size: 51px;
  }
  .logo--area .en-text span:nth-child(1){
  }
  .logo--area:hover .en-text span:nth-child(1) {
    transform:translateX(50px);
    opacity:0
  }
  .logo--area .en-text span:nth-child(2){
    font-size: 50px;
    color: #f7d961;
    text-shadow: 0 1px,0 2px,0 3px;
    border-radius: 5px;
    line-height: 50px;
    margin: 0px 1px;
    transform: rotate(0deg);
  }
  .logo--area .en-text span:nth-child(3){
    color: #fff;
    transform: rotate(0deg);
    text-transform: lowercase;
  }
  .logo--area:hover .en-text span:nth-child(2) {
    transform:translateY(-50px);
    opacity:0
  }
  .logo--area:hover .en-text span:nth-child(3) {
    transform:translateX(-50px);
    opacity:0
  }
  .ar-text {
    text-align:center;
    font-size:40px;
    color:#fff;
    direction:rtl;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    font-weight: bold;
  }
  .ar-text span {
    display:inline-block;
    transition:.4s;
    height: 100%;
  }
  .ar-text span:nth-child(1)  {
   transform: translateX(50px);
   opacity: 0;
 }
 .ar-text span:nth-child(2)  {
  transform: translateX(-50px);
  opacity: 0;
}
.logo--area:hover .ar-text span:nth-child(1),.logo--area:hover .ar-text span:nth-child(2) {
  transform:translateX(0);
  opacity:1
}
.main-header {
    padding: 0;
}
.tornado-header>.container, .tornado-header>.container-fluid, .tornado-header>.container-xl {
    min-height: auto;
}
.endfooter {
    box-shadow: 0 6px 8px -6px #00000073 inset;
    border-top: 1px solid #141724;
}
.bottom-navigation {
    background: #315fc3;
    box-shadow: 0 1px 4px #000;
}
.header--left {
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-header .bottom-navigation .btns {
    padding: 0;
}
.main-header .bottom-navigation .btns .user-btn {
    border-radius: 35px;
    font-weight: bold;
    height: 39px;
    background: #1a1e30;
    color: #FFF;
    line-height: 39px;
}
@media(max-width: 980px){
    .header--left{
        display: table;
        padding: 10px 0;
        margin: 0 auto;
    }
    .main-header .bottom-navigation .btns,
    .sociaLinks{
        float:right;
        width: auto;
        margin-right: 0;
        margin-left: 5px;
    }
    .main-header .bottom-navigation .btns .user-btn{
        padding: 0 25px;
        margin-right: 4px;
    }
        .media-p.post-story {
        width: 100%;
    }
    ul.episodes-list.row .box-5x1{
        width: 50%
    }
    form.form-ui.search{
        width: 100%;
    }
    a.proUser{
        float: none;
        display: inline-block;
        margin-right: 7px;
    }
    .advanced-search{
        padding-left: 0 !important;
    }
    .advanced-search .form-ui .btn{
        margin-bottom: 25px;
    }
    a.proUser,
    .main-header .bottom-navigation .btns .btn{padding: 0px 15px;font-size: 13px;}
    .logo--area{
        display: table;
        margin: 0 auto;
        float: none;
    }
}
.btn.warning span {
    color: #222;
}