/* Custom Stylesheet */
/**
 *
 * Made By winplaybpx.in
 */
body {
    margin: 0;
    background: #1C1C1C!important;
    color: #fff;
    font-family:Poppins,sans-serif;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.light-black {
    background:rgba(0, 0, 0, 0);
}
img{
    object-fit:cover;
}
span.imgtag1 img {width:100%;height:100%}
.footslibtn .tag a{color:#fff;    font-size: 17px!important;}
.footslibtn span {
        /* position: relative; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: flex-end; */
    /* padding: 0; */
    width: 50%;
}
.loginregister .loginregisterul a {
    line-height: 19px;
}
.footslibtn span a {
    /*color: #000;*/
    /*text-decoration: none;*/
    /*font-weight: normal;*/
    /* display: flex; */
    /* justify-content: flex-end; */
    /* align-items: center; */
}

.footslibtn span a img {
       width: 150px;
    height: 100%;
    /* float: left; */
    padding: 0;
    display: none;
}

.footslibtn span .content {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 32px;
}

.content a h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 35vw;
    text-align: left;
}

.content a p {
    font-size: 0.9em;
}

.content h3, .content p, .content .tag a {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    height: auto;
    text-align: left;
    font-size: 45px;
    width: 100%;
}
.carousel.carousel-slider .carousel-item p {
    font-size: 17px!important;
}
.footslibtn {
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
    background: rgba(0, 0, 0, 0.2784313725490196);
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.74) 100%);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 80px;
}
/*.carousel-item>span:before {content: '';*/
/*    background: rgba(0, 0, 0, 0.73);*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    background: #000;*/
/*    background: -webkit-gradient(linear, left top, right bottom, from(#e52d27), to(#b31217));*/
/*    background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.74) 100%);}*/
.carousel.carousel-slider .carousel-item {
        width: 100%;
    height: 100%;
    min-height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    /* margin-top: 64px; */
    padding-top: 64px;
}

nav {
    position: fixed;
    width: 100%;
    height: 64px;
    top: 0;
    z-index: 999;
    /*border-bottom: 1px solid rgba(241, 241, 241, 0.12);*/
    box-shadow: none!important;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}
nav .nav-wrapper {
    position: relative;
    height: auto;
     width: 100%; 
}
nav.sticky {
       background: rgb(10 10 10 / 22%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}
img.logoimg {
    width: 48px;
    height: 48px;
    margin-right: 10px;
}
.ms2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (min-width: 993px){
    .row .col.xm4 {
    width: 20%;
}.row .col.xm3 {
    width: 25%;
}
.ms2 {
    width: 40%;
}
.ms2 a.download.btn.w100 {
    width: 100%;
}
}
.ms2 a.download.btn.w100 {
    width: 48%;
    padding: 4px 4px 4px 50px;
}
a.download.btn.novideo {
    background-color: #c1c1c1db;
}

a.download.btn.novideo>i {
    background-color: #abaaaa;
}

a.download.btn.novideo>i:after {
    border-left-color: #abaaaa;
}
span[class*="imgtag"] {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
}

span[class*="imgtag"]:after {content:'';position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.imgur.com/zcyZ5lC.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    border-radius: 0;
    opacity: 0.5;}
.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    /*background-color: #18191c;*/
    background-color: transparent;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    box-shadow: none!important;
}
.card-image span>img {
        height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 100%;
    /*background: #000;*/
    background-size: cover;
    z-index:1;
}
.card .card-image img{
        -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition:.4s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    border-radius: 5px;
    filter: blur(0);
    -webkit-filter: blur(0);
}
.card .card-image span {
    overflow: hidden;
}

.card .card-image:hover span:before {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background: rgb(0 0 0 / 20%);
}
.card .card-image span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://moviesniverse.com/defaultimg.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
    border-radius: 5px;
    opacity: 0.5;
}
.card .card-image {
    position: relative;
    overflow: hidden;
    height: 320px;
        box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card .card-image span:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: transparent;
    transition: all .3s;
    -webkit-transition: all .3s;
    border-radius: 4px;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}

.card .card-image:hover span:before {
    opacity: 1;
}
span .play-icon {
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-40%) scale(0);
    transform: translate(-50%,-40%) scale(0);
    position: absolute;
    font-size: 80px;
    color: #fff;
    z-index: 10;
    transition: 400ms;
    -webkit-transition: 400ms;
}

.card .card-image:hover span .play-icon {
    -webkit-transform: translate(-50%,-40%) scale(1);
    transform: translate(-50%,-40%) scale(1);
    text-decoration: none;
}
span .wpbtheme-moviexstar {
    color: #E1B54C;
}
.card .movie-rating {
    margin-right: 0px;
}
.movie-rating-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.movie-rating-wrapper span.year {
    font-size: 12px;
    color: #fff;
}
.movie-details {
    /*padding: 15px;*/
       padding: 0 0px;
    border-radius: 0 0 2px 2px;
    padding-top: 15px;
}
.view-details {
    position: absolute;
    background: #ff9800;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
        width: 80%;
    padding: 4px 0;
    margin: 0 auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    bottom: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translate(-50%,100%) scale(0);
    -webkit-transform: translate(-50%,100%) scale(0);
}

.card .card-image:hover span .view-details {
    -webkit-transform: translate(-50%,-30%) scale(1);
    transform: translate(-50%,-30%) scale(1);
    text-decoration: none;
}
.movie-detailscat {
    padding:0;
    border-radius: 0 0 2px 2px;
}
.movie-rating {
    font-size: 20px;
    display: inline-block;
    margin-right: 15px;
}
.movie-details .movie-title {
    /*margin: 8px 0;*/
    margin: 8px 0;
    font-size: .95em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.movie-details .movie-titlecat {
        margin: 8px 0;
    font-size: .95em;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.card .movie-details .movie-title a,.card .movie-details .movie-titlecat a {
    color: #fff;
    font-weight: bold;
}
.card .movie-details .movie-title a:hover,.card .movie-details .movie-titlecat a:hover{color: #f26522;}
.movie-details .tag1 {
    font-weight: 400;
    font-size: .85em;
    margin-bottom: 10px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.movie-details span.rating-summary {
        color: #E1B54C;
    font-size: 12px;
    font-weight: bold;
}
span .play-icon:hover {
    color: #f26522;
}
.content-wrapmoviex {
    position: fixed;
    z-index: 9999999999;
}
.video-containermoviex {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 999;
    overflow: hidden;
    display: none;
}
.video-containermoviex #video-player {
    width: 100%;
    height: 100%;
}
.video-containermoviex .video-close {
    background: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: absolute;
    top: 50px;
    right: 50px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    z-index: 999;
    color: red;
    font-family: monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    box-shadow: 0 0 12px rgb(0 0 0 / 68%);
}
.video-containermoviex .video-close:hover, .video-containermoviex .video-close:active, .video-containermoviex .video-close:focus {
    background: #000;
    color: #fff;
}
/*Movie detail*/
/*.moviex-cover {*/
/*  position: relative;*/
/*  padding-top: 250px;*/
/*}*/

/*.moviex-cover:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  bottom: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 380px;*/
/*  -webkit-transition: .3s;*/
/*  -o-transition: .3s;*/
/*  transition: .3s;*/
/*  background-image: -webkit-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);*/
/*  background-image: -moz-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);*/
/*  background-image: -o-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);*/
/*  background-image: -ms-linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);*/
/*  background-image: linear-gradient(to bottom,rgba(0,0,0,0) 0%,#000000 90%);*/
/*}*/

/*.moviex-info {*/
/*  overflow: hidden;*/
/*  color: #fff;*/
/*  padding: 40px 0;*/
/*}*/
/*.moviex-info h1 {*/
/*  color: #fff;*/
/*  margin: 0 0 15px 0;*/
/*  font-weight: normal;*/
/*}*/
.moviex-social-icon {
  margin-top: 15px;
}
.moviex-social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.moviex-social-icon ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;  
}

.moviex-social-icon ul li a.facebook {
    color: #0e76bc;
}
.moviex-social-icon ul li a.twitter {
    color: #25aae1;
}
.moviex-social-icon ul li a.googleplus {
    color: #e33d33;
}
.moviex-social-icon ul li a.youtube {
    color: #bf1e2e;
}
.moviex-social-icon ul li a.instagram {
    color: #0A6990;
}
.moviex-social-icon ul li a.globe {
    color: #C3C110;
}
.moviex-social-icon ul li a.vimeo {
    color: #13A6E2;
}

.moviex-social-icon ul li a {
  transition: 300ms;
  -webkit-transition: 300ms;
}

.moviex-info .count-rating {
    position: relative;
    width: 140px;
    height: 140px;
    line-height: 140px;
    text-align: center;
}

.moviex-info .count-rating:before {
  content: '\e913';
  font-family: 'moviex' !important;
  color: #ffc000;
  position: absolute;
  left: 50%;
  margin-left: -70px;
  font-size: 130px;
  width: 140px;
  height: 140px;
  line-height: 140px;
}

.moviex-info .wraprating .countrating:before {
  content: '\e913';
  font-family: 'moviex' !important;
  color: #ffc000;
}
span.wraprating {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
    flex-direction: row-reverse;
    font-weight: 600;
}

span.wraprating i.countrating {
    font-style: normal;
    padding-left: 5px;
}

.moviex-info.row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.moviex-info .count-rating span {
  display: block;
  font-size: 40px;
  line-height: 156px;
}
.moviex-shrtinfo {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.tagcont {
    cursor: pointer;
}
.moviex-shrtinfo>span,.moviex-shrtinfo .tag>span,.row-tags .btn-dtag {
    background: rgb(0 0 0 / 38%);
    margin: 4px 4px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 2px 4px;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);
}
/*.moviex-info-sidebar .img-wrap {*/
/*  margin-top: -250px;*/
/*      position: absolute;*/
/*    width: 15%;*/
/*}*/

/*.single-celebrity .moviex-info-sidebar .img-wrap {*/
/*  margin-top: -200px;*/
  
/*}*/
/*img.img-responsive.wp-post-image.jetpack-lazy-image--handled {*/
/*    max-width: 100%;*/
/*    width: auto;*/
/*    max-height: 310px;*/
/*}*/

/*.pull-left {*/
/*    float: left;*/
/*}*/

/*.pull-right {*/
/*    float: right;*/
/*}*/

/*.moviex-info-sidebar .title {*/
/*  margin-top: 35px;*/
/*  margin-bottom: 0;*/
/*  font-weight: normal;*/
/*}*/

/*.moviex-info-sidebar ul {*/
/*  margin: 15px 0;*/
/*}*/
/*.moviex-info-sidebar ul>li span{*/
/*  font-weight: 600;*/
/*}*/
/*.moviex-info-sidebar ul>li {*/
/*  display: block;*/
/*  margin-bottom: 10px;*/
/*  padding-left: 0;*/
/*}*/
/*.moviex-info-sidebar a {*/
/*  color: #696969;*/
/*  transition: 300ms;*/
/*  -webkit-transition: 300ms;*/
/*}*/
/*.moviex-details-wrap .header-title {*/
/*  margin: 15px 0 25px 0;*/
/*  font-weight: normal; */
/*}*/

/*.moviex-details-wrap .header-title .title {*/
/*  display: inline-block;*/
/*  margin: 0;*/
/*  font-weight: normal;*/
/*}*/

/*.moviex-details-wrap .header-title>span {*/
/*  font-size: 30px;*/
/*  margin-right: 15px;*/
/*  color: #0072bc;*/
/*}*/

/*.trailers-videos .header-title>span {*/
/*    color: #8dc63f;*/
/*}*/

/*.moviex-details-wrap .trailers-videos {*/
/*  overflow: hidden;*/
/*}*/

/*.trailer-item.leading {*/
/*  position: relative;*/
/*}*/

/*.trailer-item.leading .trailer {*/
/*  overflow: hidden;*/
/*  clear: both;*/
/*  position: relative;*/
/*}*/

/*.trailer-item .trailer-image-wrap {*/
/*    position: relative;*/
/*}*/

/*.trailer-item .trailer-image-wrap .trailer-no-video {*/
/*  height: 500px;*/
/*  background: #333;*/
/*}*/

/*.trailer-item.leading .trailerr::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(0,0,0,0.5);*/
/*  z-index: 10;*/
/*}*/

/*.trailer-item .trailer-image-wrap:before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(0,0,0,.3);*/
/*}*/

/*.trailer-item.leading .play-icon {*/
/*    font-size: 130px;*/
/*}*/

/*.play-icon {*/
/*  font-size: 80px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  -webkit-transform: translate(-50%,-50%) scale(0);*/
/*  transform: translate(-50%,-50%) scale(0);*/
/*  -webkit-transition: all .3s;*/
/*  transition: all .3s;*/
/*  color: #fff;*/
/*  z-index: 10;*/
/*}*/

/*.trailer-item .play-icon {*/
/*  font-size: 50px;*/
/*  top: 50%;*/
/*  -webkit-transform: translate(-50%,-50%) scale(1);*/
/*  transform: translate(-50%,-50%) scale(1);*/
/*}*/

/*.single-movie .trailer-item.leading .play-icon {*/
/*  margin-top: -5%;*/
/*}*/

/*.trailer-smail-no-video {*/
/*  height: 163px;*/
/*  background: #333;*/
/*}*/

/*.trailer-item.leading .trailers-info {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background: rgba(0,0,0,0.5);*/
/*    width: 100%;*/
/*    padding: 20px 40px;*/
/*    z-index: 10;*/
/*}*/

/*.trailers-info  .trailer-info-block {*/
/*    display: inline-block;*/
/*    float: left;*/
/*    width: 80%;*/
/*    text-align: left;*/
/*    color: #fff;*/
/*}*/

/*.trailer-info-block .thumb-img {*/
/*    width: 70px;*/
/*    float: left;*/
/*    margin-right: 20px;*/
/*    margin-top: 0;*/
/*}*/

/*.trailer-item.leading .thumb-img {*/
/*    display: block;*/
/*}*/

/*.trailer-item.leading .trailer-info-block h4.movie-title {*/
/*  color: #fff;*/
/*  margin:0;*/
/*}*/

/*.trailer-item.subleading {*/
/*  margin-top: 30px;*/
/*  margin-bottom: 0;*/
/*}*/

/*.trailer-item.subleading .trailer-image-wrap {*/
/*  position: relative;*/
/*}*/

/*.trailer-item.subleading .trailer-image-wrap::before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background-color: rgba(0,0,0,0.3);*/
/*  z-index: 10;*/
/*}*/

/*.trailer-item .movie-title {*/
/*  font-size: 18px;*/
/*  margin: 15px 0 0;*/
/*  font-weight: 600;*/
/*}*/

/*.trailer-item .play-icon:hover {*/
/*  cursor: pointer;*/
/*  -webkit-transform: translate(-50%,-50%) scale(1.2);*/
/*  transform: translate(-50%,-50%) scale(1.2);*/
/*}*/
/*.content-wrap{*/
/*  position: fixed;*/
/*  z-index: 100;*/
/*}*/
/*.video-container{*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  right: 0;*/
/*  bottom: 0;*/
/*  background: #000;*/
/*  z-index: 999;*/
/*  overflow: hidden;*/
/*  display: none;*/

/*}*/
/*.video-container #video-player{*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
/*.video-container .video-close{*/
/*  background: #fff;*/
/*  width: 32px;*/
/*  height: 32px;*/
/*  border-radius: 50%;*/
/*  position: absolute;*/
/*  top: 50px;*/
/*  right: 50px;*/
/*  text-align: center;*/
/*  line-height: 32px;*/
/*  cursor: pointer;*/
/*  z-index: 999;*/
/*}*/
/*.moviex-info-warpper {*/
/*    z-index: 3;*/
/*    position: relative;*/
/*}*/
div#background-image {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    display: block;
    width: 100%;
}

div#background-image {
    /*top: 60px;*/
    height: 100%;
        transition: all 0.25s ease-in-out;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}
.main-content {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-top: 115px;
    color:#fff;
}
div#background-overlay {
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(top,rgba(29,29,29,0.65) 0,rgba(29,29,29,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(29,29,29,0.5)),color-stop(100%,rgba(29,29,29,1)));
    background: -webkit-linear-gradient(top,rgba(29,29,29,0.65) 0,rgba(29,29,29,1) 100%);
    background: -o-linear-gradient(top,rgba(29,29,29,0.65) 0,rgba(29,29,29,1) 100%);
    background: -ms-linear-gradient(top,rgba(29,29,29,0.65) 0,rgba(29,29,29,1) 100%);
    background: linear-gradient(to bottom,rgba(29,29,29,0.65) 0,rgba(29,29,29,1) 100%);
}

.item-img {
    max-width: 100%;
    width: 100%;
    height: 345px;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.6);
    border: 5px solid #fff;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    transition: all .4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    position: relative;
    overflow: hidden;
}

.item-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.imgur.com/zcyZ5lC.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.5;
}
.item-img img {
    max-width: 100%;
    width: 100%;
    height: 345px;
}

.materialboxed {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    box-shadow:0 20px 30px rgba(0, 0, 0, 0.6);
}
.materialboxed:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.imgur.com/zcyZ5lC.png);
    background-size: cover;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}
.video_wrapper {
  position: relative;
  background-color: #000;
}


.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background-color: transparent;
}

.videoPoster {
    width: 100%;
    height: 200px;
    /*background: url(https://lh4.googleusercontent.com/-3eBjuQpOGFw/U47yh_-OycI/AAAAAAAAI2U/uaU5pK49N1w/s1600/normal.jpg) center center no-repeat;*/
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    -webkit-background-size: cover;
    border: none;
    overflow: hidden;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow:0 20px 30px rgba(0, 0, 0, 0.6);
}
.videoPoster:hover {
  cursor: pointer;
}
.materialboxed.active .videoWrapperActive {
    padding-top: 43em;
}
.materialboxed.active .videoIframe{height:100%}
.videoPoster:hover:before,  .videoPoster:focus:before {
    border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}
.play-icon.play-video {
    font-size: 80px;
    color: #fff;
    z-index: 10;
    transition: 400ms;
    -webkit-transition: 400ms;
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon1 {
    font-size: 80px;
    color: #fff;
    z-index: 10;
    transition: 400ms;
    -webkit-transition: 400ms;
}
.play-icon1:hover {
    color:#f26522;
}
.header-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 20px 0;
}

.header-title h3.title {
    line-height: normal;
    margin: 0;
    padding: 0;
    font-size: 29px;
}

.header-title>span {
    font-size: 30px;
    margin-right: 15px;
}

.moviex-description {
    margin-top: 30px;
    margin-bottom: 20px;
}
a.download.btn {
    width: 100%;
    height: 42px;
    position: relative;
    margin-top: 10px;
    background: #6ac045;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: 500;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 4px 4px 50px;
    border-radius: 0px;
    background-color: rgb(127, 160, 26);
}
a.download.btn>i {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 36px;
    color: rgb(255, 255, 255);
    background-color: rgb(214, 54, 0);
    padding: 0px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: 0;
}

a.download.btn>i:after {
    position: absolute;
    right: -6px;
    top: 50%;
    content: "";
    height: 0px;
    width: 0px;
    margin-top: -6px;
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgb(214, 54, 0);
    border-top: 6px solid transparent;
        transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}
.tailerscreenshot .header-title {
    margin-left: 12px;
}
input#autocomplete-input {
    width: 250px;
    height: 35px;
    font-size: .85em;
    font-weight: 700;
    color: #fff;
    padding: 4px 35px;
    background: #0a0a0a url(/uploads/iconwhite-search.svg) no-repeat 9px 12px;
    -webkit-appearance: none;
    background-size: 23px;
        /*border: 1px solid rgba(241, 241, 241, 0.12);*/
}
input#autocomplete-input1 {
    width: 100%;
    font-size: .85em;
    font-weight: 700;
    color: #fff;
    padding: 4px 40px;
    padding-right: 7px;
    background: #1d1d1d url(/uploads/iconwhite-search.svg) no-repeat 9px 12px;
    -webkit-appearance: none;
    background-size: 23px;
}
ul#autocomplete>li>a ,ul#autocomplete1>li>a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex: 1;
    align-items: center;
    padding: 8px 16px;
    text-shadow: none;
}
ul#autocomplete>li>p,ul#autocomplete1>li>p {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
    align-items: center;
    color: #000;
    font-size: 20px;
}
.autocomplete-content li .highlight {
    color: #000;
}
.nav-wrapper.container-fuild {
    /* padding: 0 4rem; */
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

nav .brand-logo {
    /*margin-left: 5%;*/
}

.nav-wrapper.container-fuild>ul {
    float: right;
    margin-right: 5%;
}
.dropdown-content>li:not(:first-child) {
    border-top: 1px solid #ddd;
    margin-top: 4px;
    padding-top: 4px;
}
/*Movie detail*/
/*Browser search*/
#main-search {
    padding: 90px 0;
}

.content-dark {
       width: 100%;
    position: relative;
}
#main-search-fields {
        width: 500px;
}
#main-search-btn {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    margin-top: -36px;
}
.rowinner {
    display: flex;
    justify-content: flex-start;
}

.blockinline {
    margin-right: 15px;
}
#main-search .search-wraping{
        display: flex;
    justify-content: center;
    align-items: center;
}
#main-search-fields .term {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.35em;
    color: #ffffff;
}
.moveupper {
    margin-top: -51px;
}
#main-search-fields input {
    border: 0;
    color: #fff;
    background-image: none;
    padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    background: #1d1d1d;
}
#main-search-fields .selects-container, #info-page .selects-container {
        display: flex;
    flex-direction: column;
    justify-content: center;
}
#main-search-fields .selects-container-last, #info-page .selects-container-last {
    margin-right: 0!important;
}

.selects-container p, #info-page .selects-container p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: .9em;
    color: #ffffff;
    float: left;
}
.borderradiusnone{
    border-radius: 0px;
}
.selects-container select {
    display:block;
    margin: 0;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    width: 130px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    box-sizing: border-box;
    height: 40px;
    color: #a2a2a2;
    font-size: .9em;
    font-weight: 400;
    overflow: hidden;
    background: url(/uploads/select-arrows.svg) no-repeat 115px 12px #1d1d1d;
    border: 0;
}
#main-search-btn input {
    width: 100px;
    position: static;
    border: 0;
}
 .xm10 {
    width: 90%;
}
.xm2 {
    width: 10%;
}

.wrapdata h2 {
    color: #000;
    font-size: 1.9em;
    margin-top: 10px;
    text-align: center;
}
.row1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    color: #ffffff;
    padding: 5px;
    flex: 1;
    border-bottom: 1px solid #ffffff;
    margin: 5px 0;
    font-size: 15px;
    font-weight: 500;
}
.row1:last-child {
    border: 0;
}
.ms2>a {
    margin: 0!important;
}
.ms10 {
    width: 55%;
}
@media only screen and (max-width: 670px){
    .ms10 {
    width: 100%;
}
  .xs12{
    width:100%;
    }
    .row1{flex-direction: column;} 
}


@media only screen and (max-width: 993px){
   .footer .text-right{text-align:left!important;}
    .moviex-info .count-rating{
       position: absolute;
    top: 59px;
    width: auto;
    height: auto;
    line-height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: scaleX(-50%);
    flex-direction: row;
    }
    .moviex-info .count-rating:before {
    width: auto;
    height: auto;
    font-size: 30px;
    display: flex;
    left: -25px;
    /* margin-left: 0; */
    content: 'Rating';
}
h1 {
    font-size: 3.2rem;
}
div#videowrap {
    margin-bottom: 12px;
}
.footslibtn {
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
    /*background: rgba(0, 0, 0, 0.2784313725490196);*/
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.74) 100%);*/
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 36px;
}
.footslibtn span{
    width:100%;
}
.content h3 {
    font-size: 26px;
}
.moviex-info .count-rating span{font-size: 40px;
    line-height: inherit;}
    .main-content{    padding-top: 145px;}
    .selects-container select{
        width: 100%;
            min-width: 128px;
            background: url(/uploads/select-arrows.svg) no-repeat 95% 12px #1d1d1d;
    }
    .rowinner {
        display: flex;
        justify-content: flex-start;
            flex-direction: row;
    flex-wrap: wrap;
    }
    .modal {
        width: 100%!important;
        /*top: 0!important;*/
        max-height: 100%!important;
    }
    .modal.modal-fixed-footer {
        padding: 0;
        height: 100%!important;
    }
}
div#disqus_thread {
    background: rgba(0, 0, 0, 0.4588235294117647);
    padding: 10px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
/* .site-copyright {*/
/*    float: right;*/
/*}*/
 .wpzoom {
    float: right;
}
.lightblack{    background-color: rgba(18, 18, 18, 0.68);
    background-image: linear-gradient(rgba(0, 0, 0, 0), #000000);}
.moviex-info span.tag a {
    color: #fff;
}
.wpbcopyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpbcopyright a {
    color: #fff;
}
#autocomplete{
    max-height: 365px;
    height: auto;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.justify-content-center {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: center!important;
}
.mb-4, .my-4 {
    margin-bottom: 1.5rem!important;
}
.d-sm-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.text-gray-800 {
    color: #5a5c69!important;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.h3, h3 {
    font-size: 1.75rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}
.main-header-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wpbtheme-title .title-link {
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    color: #808080;
    transition: 300ms;
    -webkit-transition: 300ms;
}
.wpbtheme-title .title-link i{padding-left:15px}
.wpbtheme-title.yes {
    border-bottom: 1px solid;
    border-color: #e5e5e5;
    margin-bottom: 30px;
}
.footer-wrap {
    background-color:#1d1e22;
        background-repeat: no-repeat;
    /* background-size: cover; */
    background-size: 150% 100%;
    background-position: left center;
    /* background-image: url(https://i.imgur.com/ctaPTEk.jpg); */
}

.bottom-widget {
    padding-top: 20px;
    padding-bottom: 20px;
}
.bottom {
    color: #ffffff;
    padding: 100px 0px 80px;
}
/*=========================================
 *=======     Bottom       ============
 *=======================================*/

 /*.footer-wrap {*/
 /* margin-top: 80px;*/
 /*}*/

.bottom {
  color: #ffffff;
  padding: 100px 0px 80px;
}

.footer-wrap .footer .row {
    border-top: solid 1px #4d4752;
    padding: 35px 0;
}

.menu-footer-menu {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

.menu-footer-menu li {
  display: inline-block;
  margin-right: 20px;
}

.menu-footer-menu li a {
  font-size: 14px;
  color: #999;
  line-height: inherit;
}

.footer .text-right {
  color: #999;
  font-size: 14px;
  text-align:right;
}

.bottom-widget .widget .widget_title {
  font-size: 20px;
  font-weight: 100;
  text-transform: capitalize;
  margin-bottom: 40px;
  position: relative;
  margin-left: 50px;
  color: #fff;
}

.bottom-widget .widget .widget_title:before {
  position: absolute;
  font-family: 'moviex';
  left: -50px;
  font-size: 30px;
  top: -5px;
}

/* newsletter */
.bottom-widget .widget.widget_mc4wp_form_widget .widget_title:before {
  content: "\e911";

}
.mc4wp-moviex {
  position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(69,66,72,0.5);
    border-radius: 0;
    width: 100%;
    color: #c2c2c2;
    border: solid 5px rgba(46,42,48,0.9)!important;
    outline: 0!important;
    box-shadow: none!important;
}
.mc4wp-moviex p {
    padding: 0;
    margin: 0;
    width: 87%;
}
.mc4wp-moviex input[type=email] {
  background-color: rgba(69,66,72,0.5);
    width: -webkit-fill-available;
    color: #c2c2c2;
    padding-left: 10px;
    border: 0!important;
    outline: 0!important;
    box-shadow: none!important;
    margin: 0;
}
.mc4wp-moviex input[type=submit] {
  text-indent: -9999px;
    background-color: transparent;
    height: 45px;
    position: absolute;
    top: 0;
    outline: 0!important;
    box-shadow: none!important;
    border: 0!important;
    width: 32px;
    cursor: pointer;
}
.mc4wp-moviex .mc4wp-btn-moviex {
      margin: 0;
    height: 45px;
    padding: 0;
    width: 13%;
    cursor: pointer;
}
.mc4wp-moviex .mc4wp-btn-moviex:before {
  content: "\e908";
    font-family: 'moviex';
    color: #fff;
    pointer-events: none;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Category */

.bottom-widget {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom-widget .widget.widget_nav_menu .widget_title,
.bottom-widget .widget.widget_categories .widget_title {
  margin-left: 65px;
}
.bottom-widget .widget.widget_nav_menu  .widget_title:before,
.bottom-widget .widget.widget_categories .widget_title:before,
.bottom-widget .widget.widget_archive .widget_title:before,
.bottom-widget .widget.widget_calendar .widget_title:before,
.bottom-widget .widget.widget_pages .widget_title:before,
.bottom-widget .widget.widget_meta .widget_title:before,
.bottom-widget .widget.widget_recent_comments .widget_title:before,
.bottom-widget .widget.widget_recent_entries .widget_title:before,
.bottom-widget .widget.widget_rss .widget_title:before,
.bottom-widget .widget.widget_search .widget_title:before,
.bottom-widget .widget.widget_text .widget_title:before,
.bottom-widget .widget.widget_tag_cloud .widget_title:before  {
  left: -65px;
}

.bottom-widget .widget.widget_nav_menu  .widget_title:before,
.bottom-widget .widget.widget_categories .widget_title:before {
  content: "\e90a";
}

.bottom-widget .widget.widget_archive .widget_title:before {
  content: "\e913";
}
.bottom-widget .widget.widget_calendar .widget_title:before {
  content: "\e907";
}
.bottom-widget .widget.widget_recent_comments .widget_title:before {
  content: "\e910";
}
.bottom-widget .widget.widget_search .widget_title:before {
  content: "\e914";
}
.bottom-widget .widget.widget_text .widget_title:before {
  content: "\e90b";
}
.bottom-widget .widget.widget_tag_cloud .widget_title:before {
  content: "\e915";
}
.bottom-widget .widget.widget_pages .widget_title:before,
.bottom-widget .widget.widget_meta .widget_title:before,
.bottom-widget .widget.widget_recent_entries .widget_title:before,
.bottom-widget .widget.widget_rss .widget_title:before {
  content: "\e918";
}

.bottom-widget .widget select {
  width: 90%;
}

.bottom-widget .widget ul li a {
  color: #a6a6a6;
  font-size: 14px;
  line-height: inherit;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.bottom-widget .widget ul li a:hover {
  color: #fff;
}
.bottom-widget .widget.widget_nav_menu ul li,
.bottom-widget .widget.widget_categories ul li {
  width: 49%;
  display: inline-block;
}

/* Menu Widget */


/* Bottom Ads */
.bottom-widget .widget.widget_wpbtheme_double_ads_widget .widget_title {
  margin-left: 65px;
}
.bottom-widget .widget.widget_wpbtheme_double_ads_widget .widget_title:before {
  content: "\e90e";
  left: -65px;
}
.widget.widget_wpbtheme_double_ads_widget .double-ads li {
  width: 49%;
  display: inline-block;
}
.widget.widget_wpbtheme_double_ads_widget .double-ads li a {
  padding: 0;
  margin: 0 0 20px;
}


/* key framework */
@-webkit-keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0,30px,0);
    transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spMenuFadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0,30px,0);
    -webkit-transform: translate3d(0,30px,0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}

@keyframes heart {
  0%, 17.5% {
    font-size: 0;
  }
}
@keyframes bubble {
  15% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 2.25rem;
  }
  30%, 100% {
    transform: scale(1);
    border-color: #cc8ef5;
    border-width: 0;
  }
}
@keyframes particles {
  0%, 20% {
    opacity: 0;
  }
  25% {
    opacity: 1;
    box-shadow: 0.32476rem -2.4375rem 0 0rem #ff8080, -0.32476rem -2.0625rem 0 0rem #ffed80, 2.1082rem -1.26585rem 0 0rem #ffed80, 1.41004rem -1.53985rem 0 0rem #a4ff80, 2.30412rem 0.85901rem 0 0rem #a4ff80, 2.08305rem 0.14233rem 0 0rem #80ffc8, 0.76499rem 2.33702rem 0 0rem #80ffc8, 1.18748rem 1.71734rem 0 0rem #80c8ff, -1.35019rem 2.0552rem 0 0rem #80c8ff, -0.60229rem 1.99916rem 0 0rem #a480ff, -2.44865rem 0.22578rem 0 0rem #a480ff, -1.93852rem 0.77557rem 0 0rem #ff80ed, -1.70323rem -1.77366rem 0 0rem #ff80ed, -1.81501rem -1.03204rem 0 0rem #ff8080;
  }
}
/*new cards design*/
.card1 {
  width:100%;
  margin: 1rem 0;
}
.card1 .menu-content {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.card1 .menu-content::before, .card1 .menu-content::after {
  content: '';
  display: table;
}
.card1 .menu-content::after {
  clear: both;
}
.card1 .menu-content li {
  display: inline-block;
}
.card1 .menu-content a {
  color: #fff;
}
.card1 .menu-content span {
  position: absolute;
  left: 50%;
  top: 0;
  font-size: 10px;
  font-weight: 700;
  font-family: 'Open Sans';
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.card1 .wrapper {
  background-color: #000000;
  min-height: 250px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.2);
}
.card1 .wrapper:hover .data {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card1 .data {
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: all .4s ease;
  z-index:3;
}
.card1 .data .content {
  padding: 1em;
  position: relative;
  z-index: 1;
}
.card1 .author {
  font-size: 12px;
}
.card1 .title {
  margin-top: 10px;
  font-size:29px;
  margin-bottom: 10px;
}
.card1 .text {
  height: 70px;
margin: 0;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
    font-size: 15px;
}
.card1 input[type='checkbox'] {
  display: none;
}
.card1 input[type='checkbox']:checked + .menu-content {
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.genrecard .wrapper:after {
    content: '';
    background: url(https://source.unsplash.com/collection/1065396/1600x900) center/cover no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(22px);
    overflow: hidden;
}
.genrecard .wrapper:hover .menu-content span {
  -webkit-transform: translate(-50%, -10px);
          transform: translate(-50%, -10px);
  opacity: 1;
}
.genrecard .header {
  color: #fff;
  padding: 1em;
}
.genrecard .header::before, .genrecard .header::after {
  content: '';
  display: table;
}
.genrecard .header::after {
  clear: both;
}
.genrecard .header .date {
  float: left;
  font-size: 12px;
}
.genrecard .menu-content {
  float: right;
}
.genrecard .menu-content li {
  margin: 0 5px;
  position: relative;
}
.genrecard .menu-content span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.genrecard .data {
  color: #fff;
  -webkit-transform: translateY(calc(70px + 4em));
          transform: translateY(calc(70px + 4em));
}
.genrecard .title a {
  color: #fff;
}
.genrecard .button {
  display: block;
  width: 100px;
  margin: 2em auto 1em;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
.genrecard .button::after {
  content: '\2192';
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.genrecard .button:hover::after {
  -webkit-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
  opacity: 1;
}
.genrecard .wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .4s ease;
    transform: scale(1);
}
.genrecard .wrapper:hover img {
    transform: scale(1.5);
}
.genrecard .wrapper:hover:before {
    opacity: 1;
    height: 100%;
}

.genrecard .wrapper:before {
    z-index: 3;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s;
}
.genrecard .wrapper:hover:before {
    -webkit-background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 100%);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 100%);
}
/*.pagination {*/
/*    list-style: none;*/
/*    padding-left: unset;*/
/*        width: 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.pagination li a {*/
/*    color: #444;*/
/*    font-size: 1.2rem;*/
/*    padding: 0 10px;*/
/*    line-height: 30px;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.pagination li{border-radius: 100px;height: 45px;width: 45px;*/
/*    margin: 0 .3rem;*/
/*    padding: 8px;}*/
/*    .pagination li:not(.active):hover{*/
/*    background-color: rgba(238, 110, 115, 0.1);*/
/*}*/
/*.pagination li.disabled:hover{*/
/*    background-color: transparent!important;*/
/*}*/
.pagination {
    /*counter-reset: dots;*/
    display: flex;
    /*filter: url(#goo);*/
    /*font-size: 1.25rem;*/
    margin: 0;
}
.paginationfooter {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /*overflow: hidden;*/
    padding-bottom: 30px;
    padding-top: 30px;
}
/*.blockinline #genre,.blockinline #rating,.blockinline #year{*/
/*    display:none;*/
/*}*/
a.page-link.active {
    transition-timing-function: cubic-bezier(1, 0, 0.7, 1.29);
    /*transform: scale(1.5);*/
    transition-duration: 1s;
    background-color: #ff9800!important;
}

a.page-link:not(.active):hover {
    /*transition-timing-function: ease-out;*/
    /*transition-duration: 0.5s;*/
    /*transform: scale(1.25);*/
    background-color: #dddddd!important;
}
svg.goo-filter {
    /*position: absolute;*/
    visibility: hidden;
    opacity: 0;
    height: 0;
    width: 0;
}
.pagination .first a.page-linkprev {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.pagination .last a.page-linkprev {border-top-right-radius: 5px;border-bottom-right-radius: 5px;}

.pagination a.page-link,.pagination::before,.pagination a.page-linkprev,.pagination a.page-linknext,.pagination a.page-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    /* border-radius: 100px; */
    background-color: #fff;
    color: #000;
    transition: transform 0.8s;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
}

.pagination a.page-link {
    /*counter-increment: dots;*/
    transition-timing-function: cubic-bezier(1, 0, 0.7, 1.29);
}

.pagination a.page-link, .pagination a.page-link:link,.pagination a.page-link:visited {
    text-decoration: none;
}
.sub-title {
   z-index: 1;
    position: relative;
    background-image: url(http://moviex.winplaybox.in/uploads/All/wp1945898.jpg20200314205149.jpg?resize=250%2C650&ssl=1);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    height: auto;
    justify-content: center;
    padding-top: 95px;
    padding-bottom: 50px;
}
.entrywrapper {
    /*background-color: #ff9800;*/
    color: #fff;
    text-align: center;
    /*margin-right: 30px;*/
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
    padding: 10px 18px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 150px;*/
    position: absolute;
    top: 0;
    right: 0;
    height: 150px;
    /*border-radius: 100px;*/
}
.entrywrapper span {
    transform: scale(1.3);
    font-weight: 500;
}
.sub-title-inner {
    width: 100%;
    flex: 1;
    position: relative;
    height: 100%;
}
.sub-title h2 {
    font-size: 30px;
    display: inline-block;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #fff;
    font-weight: 500;
}

.sub-title .breadcrumbcustom {
    background: none;
    padding: 0;
    margin: 5px 0 0;
    font-weight: 400;
    line-height: 35px;
    color: #fff;
    list-style: none;
}

.sub-title .breadcrumbcustom>li {
    display: inline-block;
}

.sub-title .breadcrumbcustom>li a {
    color: #fff;
}

.sub-title .breadcrumbcustom>li.active {
    color: #f26522;
}

.breadcrumbcustom>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

.sub-title:after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.loaderframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  margin-top: -200px;
  margin-left: -200px;
  border-radius: 2px;
  color: #fff;
}

.freamcenter {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 90px;
  left: 90px;
}

.dot-1 {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 95px;
  left: 95px;
  background: #000000;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

.dot-2 {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 80px;
  left: 80px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

.dot-3 {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  top: 65px;
  left: 65px;
  background: #ff9800;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}

@-webkit-keyframes jump-jump-1 {
  0%, 70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jump-jump-1 {
  0%, 70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-2 {
  0%, 40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jump-jump-2 {
  0%, 40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-3 {
  0%, 10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jump-jump-3 {
  0%, 10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.mtsnb-container-outer {
    position: fixed;
    width: 100%;
    height: 64px;
    top: 64px;
    z-index: 9999;
    border-bottom: 1px solid rgba(241, 241, 241, 0.12);
    box-shadow: none!important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(129 215 66 / 48%);
    color: #ffffff;
}

.mtsnb-container.mtsnb-clearfix {
    position: relative;
    padding: 10px 60px;
    font-size: 15px;
}

.mtsnb-hide span {
    font-size: 33px;
}

a.mtsnb-hide {
    color: #fff;
    font-size: 15px;
    transform: rotate(45deg) translate3d(0,0,0);
    -webkit-transform: rotate(45deg) translate3d(0,0,0);
    margin-top: -4px;
}
span.mtsnb-text a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

/*silder*/

.maincover {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.mainer1{
    width: 20%;
}
.mainer2{display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    align-items: flex-start;
    padding-left: 20px;
    max-height: 370px;
    height: 100%;}
.silderheadertitle{
    margin: 8px 0;
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;text-shadow: 0px 0px 4px rgb(0 0 0);}
.sildercategory{font-weight: 100;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: left;text-shadow: 0px 0px 4px rgb(0 0 0);}
.silder-movie-rating {
        font-size: 1rem;
    display: flex;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
}
span.outofrating {
    font-size: .7rem;
    text-shadow: 0px 0px 4px rgb(0 0 0);
}
.sidlerdesc{text-align: left;
    font-size: 0.9rem;
    width: 100%;
    line-height: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;text-shadow: 0px 0px 4px rgb(0 0 0);}

.silder-movie-rating .wpbtheme-moviexstar {
    color: #ffc000;
}
.silder-movie-rating-wrapper {
       display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 20px;
}
span.silder-rating-summary {
    text-shadow: 0px 0px 4px rgb(0 0 0);
    font-size: 1rem;
}
.imgthumbnailimage{    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);
    height: 320px;    width: 100%;}
    
    .silder-rting{    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: center;}
    .silderimdb{    width: 40px;
    height: 20px;
    overflow: hidden;}
    
    .silderfooter{
            display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    }
.silderfooter-watchT{    width: 50%;
    background: #2B2B2B;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;
    margin-left: 0;    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);text-shadow: 0px 0px 4px rgb(0 0 0);}
.silderfooter-watchWN{width: 50%;
    background: #A72222;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    padding: 12px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px;    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);text-shadow: 0px 0px 4px rgb(0 0 0);}
span.imgtag1:before {content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;z-index: 2;border-radius: 4px;backdrop-filter: blur(8px);-webkit-backdrop-filter: blur(8px);background: rgb(255 255 255 / 20%);}

span.imageclikc img {
   width: 100%;
    height: 100%;
    border-radius: 5px;
    max-width: 100%;
}

.silderindi {
    display: flex;
    justify-content: center;
    align-items: center;
}


span.titlenameindi {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-shadow: 0px 0px 4px rgb(0 0 0);
    position: absolute;
    bottom: 0;
    text-align: center;
    margin-bottom: 4px;
    width: 100%;
    padding: 0 21px;
}
.silderindicators:before {content: '';background: #000000b3;position: absolute;width: 100%;z-index: 1;height: 100%;border-radius: 5px;}

.silderindicators.active:before {
    opacity: 0;
}
.silderindicators.active{cursor: default;    border-bottom: 2px solid #A72222;pointer-events: none;}
.silderindicators {
        width: 150px;
    overflow: hidden;
    height: 76px;
    margin: 0 15px;
    position: relative;
    margin-left: 0;
        cursor: pointer;
        border-radius: 5px;
}
span.recentlyadded {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-shadow: 0px 0px 4px rgb(0 0 0);
    margin: 5px 0;
    font-size: 1rem;
}

.silderindicators.active span.titlenameindi {
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.silderindicators.active span.imageclikc {
    height: 76px;
}

span.imageclikc {
}

.silderindicators.active span.imageclikc:before {content: '';background: #00000030;position: absolute;width: 100%;z-index: 0;height: 100%;border-radius: 5px;left: 0;top: 0;bottom: 0;right: 0;backdrop-filter: blur(2px);}
.content-dark:before {content: '';background-image: url(https://source.unsplash.com/collection/1065396/1600x900);background-size: cover;background-attachment: fixed;width: 100%;height: 100%;display: flex;position: absolute;top: 0;z-index: -1;}

.content-dark:after {
    content: '';
    background: rgb(0 0 0 / 28%);
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(8px);
}

.sectioncount {
    counter-reset: my-sec-counter;
}

.sectioncount .card:before {
    width: 96px;
    height: 170px;
    color: #1A1A1A;
    font-size: 213px;
    font-weight: 900;
    -webkit-text-stroke: 0.5vmin #CDCDCA;
    counter-increment: my-sec-counter;
    content: counter(my-sec-counter);
    position: absolute;
    bottom: -6px;
    /* top: 50%; */
    left: 0;
    transform: translate(38%, 0);
    letter-spacing: -1vmin;
    line-height: 0.7;
    /* text-shadow: 1vmin 0 4vmin #000; */
    z-index: 4;
    overflow: hidden;
    margin-left: -57px;
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 990px){
  .maincover {
    display: flex;
    flex-direction: column;
    /*justify-content: flex-start;*/
    align-items: flex-start;
    height: 100%;
}
.mainer1 {
    width: 170px;
    padding-left: 20px;
}
.imgthumbnailimage {
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 20%);
    height: 210px;
    width: 100%;
}
.mainer2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    align-items: flex-start;
    padding-left: 20px;
    max-height: 370px;
    height: 100%;
}
.sectioncount .card:before{display:none;}
.carousel.carousel-slider .carousel-item{    display: flex;
    justify-content: center;flex-direction: column;
    align-items: center;}
    .silderindicators {
    height: 5px;
    background: #000;
}
.silderindicators.active {
    background: #fff;
}
}


@media only screen and (max-width: 413px){
    .silderfooter-watchT {
    margin: 0;
}
.silderfooter {
    flex-direction: column;
}
.silderfooter-watchWN {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}
body.opennav nav {
    height: 100%;
    transition: .4s;
}
}


.toast-header {
        display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #000;
    text-shadow: 0 0px 3px white;
}

.toast-body {
    padding: .75rem;
    color: #000;
    text-shadow: 0 0px 3px white;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 128px;
}

.mr-2 {
    margin-right: .5rem!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    margin: 0;
    font-family: inherit;
    text-transform: none;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.ml-2, .mx-2 {
    margin-left: .5rem!important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.toast.custom {
    padding: 0;
    min-height: auto;
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgb(255 255 255 / 72%);
    background-clip: padding-box;
    border: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.toastgo {
    display: flex;
}

.toastgo .item-img {
    max-width: 100%;
    width: 30%;
    height: 170px;
    border: 0;
    border-radius: 0;
    transition: none;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.toastgo .item-img img {
    height: 170px;
}

.contnt {
    width: 70%;
}
.toast-footer {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 3px;
}

.toast-footer img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: invert(1) opacity(0.3);
}

.rbookmark {
    background: #ff9800;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    display: block;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    width: 100%;
    padding: 4px 0;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-bookmark-img {
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    height: auto;
}
.bookmarkcard:before {content: '';position: absolute;width: 0;height: 0;top: 0;left: 0;right: 0;bottom: 0;margin: 0 auto;z-index: 3;backdrop-filter: blur(3px);overflow: hidden;}

.bookmarkcard {
    position: relative;
}

.bookmarkcard.removedbookmark:before {
    width: 95%;
    height: 100%;
}
.loginregister {
    height: 100%;
    margin: 0;
}

.loginregister .loginregisterul {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    background-image: linear-gradient(to right,rgb(59 57 62) 50%, rgb(49 48 53) 50%);
    backdrop-filter: blur(9px);
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 24%);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
}

.loginregister .loginregisterul li {
    width: 50%;
    text-align: center;
}

.sampleform{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    background:rgba(69,66,72,0.5);
    padding: 3rem;
    width: 70%;
    border: solid 5px rgba(46,42,48,0.9);
    position:relative;

}
.sampleform form{width:100%;}
.sampleform .btn{    background-color: rgba(69,66,72,0.5);
    box-shadow: none;
    border: 1px solid #2e2b30;}
.sampleform input {
        border-color: #fff!important;
    box-shadow: none!important;
    outline: 0!important;
    color: #c2c2c2!important;
}
.progressdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.progressdiv .progress {
    border-radius: 0;
    margin: 0;
    background-color: #3b393e;
}

.progressdiv .progress .indeterminate {
    background-color: #ffffff;
}

.input-field .prefixx {
    right: -25px;
    top: 0;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 0;
    -webkit-transform: translateY(-27px) scale(1);
    transform: translateY(-27px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input-field  .prefixxx {
    cursor: pointer;
    right: -36px;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-27px) scale(1);
    transform: translateY(16px) scale(1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border-radius: 100px;
}
.input-field .prefixxx svg {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 9px;
    margin-top: 8px;
}
.input-field .prefixx img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
span#usercheckerv .small {
    width: 20px;
    height: 20px;
}


.ms2 a.download.btn {
    width: 48%;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px 4px 4px 35px;
}
a.download.btn:hover>i.lockd {
    width: 100%!important;
    background-color: rgb(214 54 0 / 44%);
}
a.download.btn>i.lockd {
    z-index: 1;
    left: 0!important;
    right: 0;
    text-align: center;
    backdrop-filter: blur(2px);
    transition: all .4s cubic-bezier(0.4, 0, 0.2, 1);
}

a.download.btn>i.lockd svg {
    color: #fff;
}
a.download.btn:hover>i.lockd:after {
    /*display:none;*/
    opacity:0;
}

.durs-bordered {
    background-color: transparent;
    border: 1px solid #75c74e;
    padding: 0 35px 5px 35px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(9px);
    margin-top: 15px;
}
.durs-bordered h1, .durs-bordered p {
    color: white;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
}
.durs-bordered p {
    line-height: 30px;
    width: auto;
    margin-bottom: 10px;
}
.durs-bordered .title {
    margin-top: 5px;
    width: 80%;
    border-bottom: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.durs-bordered .title h1 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}


.durs-bordered .title img {
    position: relative;
    top: 65px;
    left: 175px;
}
.durs-bordered .bgblue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4c96d0;
}
.durs-bordered a {
    text-decoration: none;
}
.durs-bordered .button {
    background-color: #75c74e;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 5px;
}
.durs-bordered .button img {
    float: left;
    margin-top: 8px;
    margin-left: 22px;
}
.durs-bordered .button p {
    padding: 3px 0;
    text-shadow: 2px 2px #4b9924;
    font-weight: bold;
}

.cborz-bordered {
    background-color:  rgb(0 0 0 / 25%);
    border: 5px solid #75c74e;
    padding: 0 35px 12px 35px;
    margin-left: auto;
    margin-right: auto;
    backdrop-filter: blur(10px);
}
.cborz-bordered .title {
    margin-top: 5px;
    width: 80%;
    border-bottom: 1px solid grey;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
}
.cborz-bordered .title h1 {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.cborz-bordered h1, .cborz-bordered p {
    color: white;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    text-align: center;
}
.cborz-bordered p {
    line-height: 30px;
    width: auto;
    margin-bottom: 10px;
        font-size: .95em;
        margin: 0 auto;
}
.cborz-bordered .bgblue {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4c96d0;
}
.cborz-bordered a {
    text-decoration: none;
}
.cborz-bordered .button {
    background-color: #75c74e;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-radius: 5px;
}
.cborz-bordered .button p {
    padding: 3px 0;
    text-shadow: 2px 2px #4b9924;
    font-weight: bold;
}
.cborz-bordered .button i.downloadicon {
    color: #fff;
    float: left;
    margin-top: 8px;
    margin-left: 22px;
}

.summary {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #fff;
    padding: 12px 18px;
    margin-top: 11px;
    background: rgb(0 0 0 / 38%);
    backdrop-filter: blur(9px);
    border-radius: 4px;
    border: 1px solid rgb(255 255 255 / 24%);
}
.section-header {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
}
.section-header>span {
    margin-right: 11px;
    margin-top: -4px;
}
.section-header h2 {
    font-size: 18px;
    margin: 0;
    font-weight: 600;
    line-height: inherit;
}
.moviex-details-text p {
    margin: 0;
    padding: 0;
    letter-spacing: 1px;
    color: #ddd;
}
.module {
    background: rgb(0 0 0 / 38%);
    backdrop-filter: blur(9px);
    border-radius: 4px;
    height:auto;
    overflow: hidden;
    padding-top: 0;
    margin-top:10px;
    border: 1px solid rgb(255 255 255 / 24%);
}
div#downlodlist {
    padding: 0;
    position: relative;
    counter-reset: my-sec-counter;
}

div#downlodlist .input-field {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 0;
}

ul#filter-list {
    padding: 10px;
    margin-top: 69px;
    max-height: 64vh;
    overflow-y: auto;
}
.videowrapd,.imgwarp {
        width: 100%;
        height: 200px;
        margin-bottom: 10px;
        box-shadow: 0 20px 30px rgb(0 0 0 / 60%);
        border-radius: 10px;
        overflow:hidden;
        position: relative;
    }

img.imgwards {
    width: 100%;
    height: 100%;
}

.videowrapd >span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 78px;
    cursor: pointer;
    text-shadow: 0 0 4px rgb(0 0 0);
}

.videowrapd >span:hover,.videowrapd >span:focus,.videowrapd >span:active {
    text-shadow: 0 5px 12px rgb(0 0 0);
}
div#similar {
    padding: 0;
    margin: 0;
}

.similarcg.module {
    background: transparent;
    padding: 11px;
    backdrop-filter: blur(0px);
    border: 0;
}
.similarcg.module .row {
    margin: 0;
    padding: 0;
}

.similarcg.module .row .card {
    margin-bottom: 0;
}
.wraperimagnbtn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wraperimagnbtn a.download.btn {
    width: 95%;
}
.elements {
    margin-top: 10px;
}
.row-tags {
    display: flex;
    flex-wrap: wrap;
}

.row-tags .btn-dtag {
    background: transparent;
    backdrop-filter: blur(1px);
    cursor: pointer;
}
ul.right.hide-on-med-and-down .input-field{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
p em {
    background: rgb(255 221 0 / 23%);
    font-weight: 100;
    font-style: inherit;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(5px);
    color: #fff;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
}

.wavehome {
    position: relative;
}

.wavehome svg {
    position: absolute;
    width: 100%;
    bottom: -11px;
    z-index: 1;
}

.leftround {border-top-left-radius: 5px;border-bottom-left-radius: 5px;}

.rightround {border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;}
    
.select-dropdown.dropdown-content li.selected span {
    color: #fff;
}
.select-dropdown.dropdown-content li.selected {
    background-color: rgb(255 152 0);
    color: #fff;
}
.mt-1 {margin-top: 1rem;}
.mt-2 {margin-top: 2rem;}
.mt-3 {margin-top: 3rem;}
div#requestmemain a.download.btn {margin: 0;min-width: 22%;}
#list div#requestmemain ,#list2 div#requestmemain{
    height: 150px;
}
.no-comment {display: flex;justify-content: center;align-items: center;font-size: 15px;height: 150px;color: #ffffff;user-select: none;}
.no-comment span {margin-left: 10px;}
#list2 .rating {font-size: 16px;
    padding: 3px;display: flex;align-items: center;margin-top: 10px;}

#list2 .starrr {display: flex;
    font-size: 18px;margin: 0 8px;}

#list2 .starrr a {color: #ffe500;
    cursor: pointer;
    text-decoration: none;margin: 0;padding: 0;}
textarea#CommentText:disabled {border-color: #ffffff50;opacity:0.5;}
textarea.materialize-textarea:disabled + label {color: #ffffff50;}
select#DownloadedTorrent {border-radius: 4px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    padding: 2px 4px;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);background: transparent;margin-top: 0.75rem;}

select#DownloadedTorrent option {color: #000;}
div#QualityRating {margin-top: -0.9rem;}

div#QualityRating .input-field.col.s12 {margin: 0;}
.rating .disabled a {color: #ffffff50 !important;
    cursor: not-allowed!important;
    user-select: none!important;
    pointer-events: none!important;}
.disabledText {color: #ffffff50 !important;cursor: not-allowed;}
textarea.materialize-textarea {
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%)!important;
    border: 1px solid rgb(255 255 255 / 24%);
    background: transparent;padding: 0.8rem;margin-top: 1rem;border-radius: 4px;max-height: 200px!important;
    overflow-y: auto;resize: none;}

textarea.materialize-textarea:focus,textarea.materialize-textarea:active {border: 1px solid rgb(255 255 255)!important;}
[type="checkbox"].filled-in:checked + span:not(.lever):before{border-right: 2px solid #000000;border-bottom: 2px solid #000000;}
[type="checkbox"].filled-in:checked + span:not(.lever):after{border: 2px solid #ffffff;background-color: #ffffff;}
.wrapcommentmain {display: flex;flex-direction: column;}

.wrapcommentmain .quantyname {border-radius: 4px;
    color: #fff;
    padding: 2px 10px;
    text-shadow: 0 0 4px rgb(93 93 93);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);font-size: 16px;text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;position: relative;text-decoration: underline;text-decoration-style: dotted;text-decoration-thickness: 1px;cursor: pointer;}

.wrapcommentmain .bodycomment {display: flex;flex-direction: row;position: relative;justify-content: space-between;}

.wrapcommentmain .bodycomment .headercomment {display: flex;justify-content: space-between;align-items: center;flex-direction: row;padding: 5px 0;margin-bottom: 8px;padding-bottom: 10px;border-bottom: 1px solid rgb(255 255 255 / 24%);}

.maincontai {
    color: #fff;}

.wrapcommentmain .bodycomment:before {content: '';border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgb(0 0 0 / 43%);position: absolute;left: 50%;transform: translateX(-50%);top: 0;margin-top: -10px;}

.wrapcommentmain .bodycomment:after {;content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(255 255 255 / 24%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1px;
    margin-top: -10px;
    
    }
.headercomtright>span>i {font-size: 12px;margin-right: 4px;}

.headercomtright {display: flex;align-items: center;flex-direction: row;}
.commenttextdisplay {font-size: 14px;word-wrap: break-word;}

.headercomtright>span {font-size: 11px;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 0 3px;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);
    display: flex;
    justify-content: center;
    align-items: center;}

.headercomtleft>span {font-size: 11px;display: inline-flex;justify-content: center;align-items: center;}

.headercomtleft>span:first-child {/* margin-left: 0; */}

.headercomtright>span:last-child {margin-right: 0;}
.commenter {display: flex;
    flex-direction: column;
    border-radius: 4px;
    color: #fff;
    padding: 2px 10px;
    text-shadow: 0 0 4px rgb(93 93 93);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);width: 84%;}

.commentprofile {width: 14%;display: flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;text-shadow: 0 0 4px rgb(93 93 93);
    border-radius: 5px;
    padding: 2px 5px;}

.commentprofile img {width: auto;height: auto;max-width: 100%;max-height: 100%;}

span.img-box-avatars {width: 50px;height: 50px;border-radius: 50%;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);display: flex;justify-content: center;align-items: center;padding: 8px;}

.commentprofile>span {font-size: 15px;display: flex;align-items: center;flex-direction: row;margin-bottom: 4px;}
.wrapcommentmain .quantyname .magnet-text {padding: 5px;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    width: 22px;
    height: 22px;}
li.maincontai {padding: 6px;
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);}
    .headercomtleft {text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);border-radius: 5px;
    padding: 2px 5px;}

.commentprofile>span>i {font-size: 15px;padding: 5px;text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);border-radius: 50%;display: flex;justify-content: center;align-items: center;margin-right: 5px;}
    /*section#list2 {scroll-margin-top: calc(100px + 2.5em);}*/
    section#list2:before {content: '';
  display: block;
  height:      75px;
  margin-top: -75px;
  visibility: hidden;}
  div#reportmain {width: 100%;border: 0;background: transparent;padding: 0;}

.input-wrappr {display: flex;align-items: flex-start;color: #fff;margin-bottom: 5px;flex-direction: row;}

.input-wrappr .input-field.inline {margin: 0;margin-left: 5px;width: 85%;}

.input-wrappr .white-text {text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);height: 45px;display: flex;justify-content: center;align-items: center;width: 15%;border-radius: 4px;}

.input-wrappr .input-field.inline .validate {background: transparent;text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%)!important;
    border: 1px solid rgb(255 255 255 / 24%)!important;margin: 0;padding-left: 8px;width:calc(100% + 0px);border-radius: 4px;}

.input-wrappr .input-field.inline select {width: calc(100% + 10px);background: transparent;
    text-shadow: 0 0 4px rgb(93 93 93);
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%)!important;
    border: 1px solid rgb(255 255 255 / 24%)!important;
    margin: 0;
    padding-left: 8px;}
.input-wrappr .input-field.inline .validate:disabled {opacity: 0.7;}
.input-wrappr .input-field.inline select option {color: #000;}
.input-wrappr .input-field.inline textarea.validate {min-height: 7rem;width: calc(100% + 10px);resize: none;}
.input-wrappr .input-field.inline .validate:disabled {opacity: 0.7;}

.modal .modal-footer .samesizebutton {display: flex;justify-content: center;align-items: center;flex-direction: row;
    backdrop-filter: blur(9px);
    box-shadow: 0 0 38px rgb(0 0 0 / 30%), 0 0 12px rgb(0 0 0 / 20%);
    border: 1px solid rgb(255 255 255 / 24%);
    height: 45px;margin: 0 5px;width: 15%;border-radius: 4px;background:transparent;color: #fff;}
.modal .modal-footer .samesizebutton.cancelbutton {background: #7f9f1a;color: #fff;}
.modal .modal-footer .samesizebutton.submitbutton {background: #ffe500;color: #000;}
.input-wrappr .input-field.inline .validate:focus:not([readonly]) {border-color: #fff!important;}
.modal .modal-footer .samesizebutton.submitbutton i {margin-left: 5px;}
span.error {color: red;text-shadow: 0 0 0.5px rgb(255 255 255);margin-left: 2px;}
.disabledText span.error {opacity: 0.5;}
.d-flex{display:flex!important;}
.justify-content-start{justify-content:flex-start!important;}
.justify-content-end{justify-content:flex-end!important;}