body{
    background: #000;
    font-family: 'Josefin Sans', sans-serif;

}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
.brand-color{
    color: #f3b612;
}
header{
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 15px 0;
}
.category-menu{
    padding-top: 1rem;
}
.category-menu ul, .loged-user ul{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
.category-menu ul li, .loged-user ul li{
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    transition: all ease 0.6s;
}
.category-menu ul li:hover, .loged-user ul li:hover{
    color: #f3b612;
    transition: all ease 0.6s;
}
.loged-user{
    text-align: right;
    font-size: 20px;
}

.loged-user ul li{
    padding: 0;
}


.loged-user ul li img{
    width: 40px;
}

.logo{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 60px;
}
.yellow-logo{
    display: none;
}
.logo:hover .yellow-logo{
    display: block;
}
.logo:hover .white-logo{
    display: none;
}
.banner{
    height: 100vh;
    position: relative;
}
.item{
    height: 100%;
}
.banner-img{
    min-height: 100vh;
    width: 100%;
    background-position: center center;
    background-size: cover;
    position: relative;
    -moz-box-align: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    background-repeat: no-repeat;
}
.banner-img:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 0.70);
    height: 100%;
    width: 100%;
    top: 0;
    z-index: 1;
    bottom: 0;
}
.jp-film-caption {
    position: absolute;
    z-index: 2;
    color: #fff;
    text-align: right;
    right: 100px;
    top: 50%;
    transform: translate(0%, 35%);
}
.jp-film-caption h2{
    color: #f3b612;
    font-weight: 700;
}
.jp-film-caption p{
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
}
.play-btn-home{
    position: absolute;
    z-index: 99;
    right: 80px;
    bottom: 100px;
}
.play-btn-home a{
    font-size: 2rem;
    transition: all ease 0.6s;
    display: flex;
    background: #f3b612;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.slider-active-production .owl-nav{
    color: #ffff;
    position: absolute;
    bottom: 100px;
    font-size: 20px;
    font-weight: 300;
    width: 100%;
    text-align: center;
    display: none;
}
.owl-prev, .owl-next{
    display: inline-block;
    padding: 10px;
    transition: all ease 0.6s;
}
.play-btn-home a:hover{
    background: #000;
    color: #fff;
    font-size: 2.5rem;
    box-shadow: 0px 12px 16px 0px rgb(243 182 18 / 54%);
}
.owl-prev:hover, .owl-next:hover{
    color: #f3b612;
    transition: all ease 0.6s;
}
.owl-prev:hover span.prev-txt{
    margin-left: 10px;
    transition: all ease 0.6s;
}
.owl-next:hover .nxt-txt{
    margin-right: 10px;
    transition: all ease 0.6s;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}
.loged-user ul li{
    padding-right: 20px;
    position: relative;
}
.loged-user svg{
    vertical-align: middle;
}
.wtch-lst{
    font-size: 18px;
    font-weight: 100;
}
.my-list-add a{
    display: inline-block;
    padding: 12px 40px;
    background: #d4d4d4;
    border-radius: 4px;
    transition: all ease 0.6s;
    color: #333;
}
.my-list-add a:hover{
    background: #f9f9f9;
    color: #333;
    transition: all ease 0.6s;
}
.age-categ{
    background: rgb(255 255 255 / 83%);
    color: #333;
    padding: 4px 8px;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 1rem;
}
.my-list-add a.more-info{
    background: #f3b612;
    color: #333;
    margin-left: 15px;
}
.my-list-add a.more-info:hover{
    background: rgb(255 255 255 / 83%);
}
.jp-nw-flm{
    margin-top: -7rem;
    position: relative;
    z-index: 9999;
    padding-bottom: 1rem;
    transition: all ease 0.6s;
}
.jp-nw-flm h1, .jp-word-thumb-slider-wrap h2, .jp-org-wrap h2, .detail-page-wrap h2{
    color: #fff;
    margin-bottom: 2rem;
    font-size: 26px;

}
.new-jp-rels .item, .thumb-effect-slider .item{
    transition: all .15s ease-in-out;
    margin: 10px 0;
}
.new-jp-rels .item:hover, .thumb-effect-slider .item:hover{
    transform: scale(1.04);
}
.new-jp-rels .item img, .thumb-effect-slider .item img{
    border-radius: 6px 6px 0 0;
}

.new-jp-rels h3, .thumb-effect-slider h3{
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 1.5rem;
}
.thumb-img{
    overflow: hidden;
    position: relative;
}
.new-jp-rels .owl-height, .thumb-effect-slider .owl-height{
    min-height: 300px !important;
    padding: 0 15px;
}
.thumb-categ{
    color: #f3b612;
    display: inline-block;
}
.thumb-btn{
    display: inline-block;
    float: right !important;
}
.thumb-btn a svg{
    width: 30px !important;
    height: 30px;
    padding: 8px;
    border-radius: 15px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 5px;
    transition: all ease 0.6s;
}
.thumb-btn a svg:hover{
    background: #f3b612;
    border: 0px;
    transition: all ease 0.6s;
}
.thumb-contnt{
    display: block;
    transition: all .15s ease-in-out;
}
/*.new-jp-rels .item:hover .thumb-contnt, .thumb-effect-slider .item:hover .thumb-contnt{
  display: block;
  transition: all .15s ease-in-out;
}
.new-jp-rels .item:hover img, .thumb-effect-slider .item:hover img{
    border-radius: 6px 6px 0 0;
}*/
.thumb-contnt{
    background: #181818;
    padding: 8px 15px 15px 15px;
    border-radius: 0 0 6px 6px;
}

.jp-word-thumb-slider-wrap{
    padding-bottom: 2rem;
    transition: all ease 0.6s;
}
.thumb-effect-slider .owl-nav, .jp-org-slide .owl-nav{

    color: #fff;
    position: absolute;
    top: -60px;
    right: 0;
    /*background: rgb(78 78 78 / 58%);*/
    border-radius: 4px;
    /*padding: 3px 5px 0 5px;*/
    font-size: 12px;
}

.jp-org-slide .owl-height{
    height: 100% !important;
    padding: 2rem 0;
}
.jp-org-wrap h2{
    margin-bottom: 1rem;
}
.jp-org-slide .item{
    transition: all 0.3s ease-in-out;
}
.jp-org-slide .item:hover{
    margin-top: -1rem;
    transition: all 0.3s ease-in-out;
}
.jp-org-wrap{
    padding-bottom: 2rem;
}
.hover-icon{
    list-style: none;
    padding-left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    transition: all ease 0.6s;
    bottom: -80px;
}
.hover-icon li{
    list-style: none;
    display: inline-block;
}
.hover-icon li a svg{
    width: 50px !important;
    height: 50px;
    padding: 15px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    margin-left: 5px;
    transition: all ease 0.6s;
}
.hover-icon li a svg:hover{
    background: #f3b612;
    border: 0px;
    transition: all ease 0.6s;
}
.jp-org-slide .thumb-img:hover .hover-icon{
    bottom: 0;
    transition: all ease 0.6s;
}
.foot-social-icon ul, .qlink ul{
    list-style: none;
    padding-left: 0;

}
.foot-social-icon ul{
    margin-bottom: 5px;
}
.foot-social-icon ul li, .qlink ul li{
    display: inline-block;
    padding: 0 5px;
}
.foot-social-icon ul li svg {
    border: 1px solid;
    width: 30px !important;
    height: 30px;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.6s;
}
.foot-social-icon ul li svg:hover{
    border: 0px;
    background: #f3b612;
    color: #333;
}
.foot-logo{
    width: 60px;
    text-align: center;
    margin: auto;
    padding-bottom: 2rem;
}
.foot-white-logo{
    display: none;
}
.foot-logo:hover .foot-white-logo{
    display: block;
}
.foot-logo:hover .foot-yellow-logo{
    display: none;
}
.qlink ul li{
    color: #fff;
    font-weight: 300;
    border-right: 1px solid #f3b612;
    padding: 0 15px;
    transition: all ease 0.6s;
}
.qlink ul li:hover{
    color: #f3b612;
    transition: all ease 0.6s;
}
.qlink ul li:last-child{
    border: 0px;
    padding-right: 0px;
}
.copyright p {
    color: #fff;
    font-weight: 100;
    font-size: 12px;
}
footer{
    padding-bottom: 1rem;
}
.view-all-btn{
    font-size: 14px;
    padding-left: 2rem;
    transition: all ease 0.6s;
    text-transform: uppercase;
}
.view-all-btn svg{
    transition: all ease 0.6s;
}
.view-all-btn:hover svg{
    margin-left: 10px;
    transition: all ease 0.6s;
}
.search-icn, .srch-frm-dskt{
    display: inline-block;
    transition: all ease 0.6s;
}
.srch-frm-dskt{
    display: none;
    transition: all ease 0.6s;
}
.search-show{
    display: inline-block;
    transition: all ease 0.6s;

}
.search-form-dskt{
    border: 0;
    background: transparent;
    font-size: 16px;
    /*border-bottom: 1px solid #969696;*/
    padding: 5px;
    width: 300px;
    /*margin-left: 10px;*/
    outline: none;
    color: #fff;
}






.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-menu {
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 15px;
    font-size: 14px;
    background: #000;
    border: 1px solid #333;
    left: inherit;
    margin-top: 5px;
}

.dropdown-menu a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: all ease 0.6s;
}
.brd-btn{
    border-bottom: 1px solid #131313;
}
.brd-btn2{
    border-bottom: 1px solid #363636;
}
.dropdown-menu a:hover {
    color: #f3b612;
    transition: all ease 0.6s;
}

#button {

    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#button svg{
    background: #f3b612;
    width: 50px;
    height: 50px;
    padding: 15px;
    border-radius: 60px;
    transition: all ease 0.6s;
}
#button svg:hover{
    background: #333;
    color: #fff;
    transition: all ease 0.6s;
}
#button:hover {
    cursor: pointer;
}
#button:active {
}
#button.show {
    opacity: 1;
    visibility: visible;
}

.hide{
    display: none;
}
.mobile-header ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-header ul li{
    color: #fff;
    font-weight: 300;
    font-size: 12px;
    width: calc(100%/5);
    float: left;
    position: relative;
}
.mbl-nav-icn{
    display: block;
    font-size: 18px;
}
.mobile-header{
    position: fixed;
    bottom: 0;
    z-index: 999999;
    background: #1e1e1e;
    width: 100%;
    padding: 8px 0;
    box-shadow: 0px -5px 70px -20px rgb(244 187 36 / 71%);
    border: 1px solid #333;
    display: none;
}
.mobile-logo{
    width: 90px;
    position: absolute;
    z-index: 9;
    padding: 10px;
    display: none;
    /*left: 50%;
    transform: translate(-50%);*/
    right: 0;
}
.mobile-banner{
    height: 90vh;
    display: none;
}
.mobile-search{
    background: #1b1b1b;
    padding: 15px;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: -60px;
    transition: all ease 0.6s;
}
.mobile-search .search-mbl-form{
    width: 100%;
    border: 0;
    outline: none;
    background: transparent;
    font-size: 14px;
    color: #fff;

}
.mbl-search-show{
    top: 0;
    transition: all ease 0.6s;
    box-shadow: 0px 10px 70px -20px rgb(255 255 255 / 71%);
}
.mobile-search span{
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    font-size: 18px;
}
.mobile-search form{
    display: inline-block;
}
.notif-badge{
    width: 8px;
    height: 8px;
    background: #f00;
    display: block;
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 53%;
}
.detail-page-wrap{
    padding: 10rem 0 0;
    position: relative;
}
.vid-detail{
    background: #111;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 60%);
}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
  transition: all ease 0.6s;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    filter: blur(8px);
    -webkit-filter: blur(12px);
    -webkit-filter: blur(12px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
}
.bg-image:before{
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 0.60);
    width: 100%;
    height: 100%;
    top: 0;
}
.bg-image:after{
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 83%);
    width: 100%;
    height: 50%;
    bottom: 0;
}
.atn-btn-row{
    padding: 15px 25px 0;
}
.atn-btn-row ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.atn-btn-row ul li{
    display: inline-block;
    color: #fff;
    padding-right: 15px;
    font-size: 18px;
    font-weight: 300;
}
.atn-btn-row ul li a{
    display: block;
    text-align: center;
}
.atn-btn-row ul li svg{
    border: 1px solid;
    width: 40px !important;
    height: 40px;
    padding: 10px;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.6s;
}
.atn-btn-row ul li svg:hover, .liked-active svg, .disliked-active svg{
    background: #fff;
    color: #333 !important;
}
.watched-active svg{
    background: #f3b612;
    color: #333 !important;
    border-color: #f3b612 !important;
}
/*.dtl-wsh_lst{*/
/*    float: right;*/
/*}*/
.vid-title, .vid-dscp{
    padding: 0 25px;
    padding-bottom: 10px;
}
.vid-title h1{
    font-size: 24px;
    color: #fff;
    font-weight: 300;
}
.rating-value{
    color: #f3b612;
    margin-right: 15px;
}
#reply{
    color: #f3b612;
    font-size: 14px;
}
hr{
    border-top: 1px solid rgb(210 210 210 / 10%);
}
.rating{
    display: inline-block;
    margin-bottom: 1.5rem;
    margin-right: 1rem;
}
.rating .jq-star{
    width: 20px !important;
    height: 20px !important;
}
.vid-dscp p{
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}
.cmnt-wrap{
    padding: 0 15px 25px 25px;
}
.total-comments{
    color: #fff;
    padding-bottom: 2rem;
    display: block;
}

.cmnt-field{
    width: 100%;
    padding: 5px 15px;
    border: 0;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 300;
}
.user-prfl{
    width: 50px;
    margin-right: 10px;
}
.user-prfl, .cmnt-field-wrap form, .user-cmnt{
    display: inline-block;
}
.cmnt-field-wrap form, .user-cmnt{
    width: 90%;
}
.user-cmnt{
    position: relative;
}
.remove-cmnt{
    color: #f3b612;
    position: absolute;
    right: 0;
    top: 0
}
.remove-cmnt:hover{
    color: #fff;
}
.cmnts-list .user-prfl{
    width: 40px;
}
.cmnts-list ul li{
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding-top: 1rem;
}
.cmnts-list .cmnt-txt{
    color: #fff;
    font-weight: 300;
    margin-bottom: 0;
    font-size: 14px;
}
.user-cmnt h4{
    color: #f3b612;
    font-size: 14px;
}

.login-wrap{
    display: flex;
    height: 100vh;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-wrap:before{
    content: '';
    position: absolute;
    background-image: linear-gradient(to top,rgb(243 182 18 / 11%) 0,rgb(0 0 0 / 54%) 60%,rgb(0 0 0) 70%);
    background-size: cover;
    opacity: 0.5;
    z-index: -1;
    background-blend-mode: hard-light;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(243 182 18 / 0.5);
}
.login-logo{
    position: absolute;
    z-index: 23;
    width: 100px;
    left: 50%;
    transform: translate(-50%);
    padding-top: 15px;
}
.login-form{
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 400px;
    left: 50%;
    border-radius: 20px;
    padding: 40px 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: -12px 14px 13px 0px rgb(37 37 37 / 49%);
}
.login-form h1{
    text-align: center;
    font-size: 25px;
}
.login-field{
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px;
    font-size: 14px;
    outline: none;
}
.btn-submit-form{
    background: #f3b612;
    border-radius: 30px;
    padding: 10px;
    width: 100%;
    outline: none;
}
.login-form p{
    text-align: center;
    font-size: 15px;
}
.login-form hr{
    border-top: 1px solid rgba(0,0,0,.1);
}
.social-login-title{
    display: block;
    text-align: center;
    font-size: 14px;
}
.social-login{
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}
.social-login li{
    display: inline-block;
    width: 40px;
    margin: 8px 5px;
}
.page-lister-grid h3{
    color: #fff;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 1.5rem;
}
.page-lister-grid{
    overflow: hidden;
    border-radius: 8px;
    margin-top: 2rem;
    transition: all ease 0.6s;
}
.page-lister-grid:hover{
    margin-top: 1rem;
    transition: all ease 0.6s;
}
.page-lister-grid .thumb-btn{
    float: none;
}
.lister{
    padding-bottom: 2rem;
}


.profile-dist{
    display: flex;
    margin-bottom: 2rem;
}
.profile-img{
    width: 100px;
    margin-right: 20px;
}
.user-detail{
    color: #fff;
    width: 100%;
}
.edit-btn, .logout-btn {
    display: inline-block;
    background: #f3b612;
    border-radius: 4px;
    padding: 12px 30px;
    transition: all 400ms ease-in-out;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
}
.edit-btn{
    background: #fff;
    color: #333;
}
.edit-btn:hover{
    background: #333;
}
.notif-grid{
    background: #191919;
    color: #fff;
    padding: 20px;
    border-radius: 6px;
    padding-bottom: 2px;
}
.notif-grid h4{
    font-size: 20px;
}
.notif-grid ul{
    list-style: none;
    padding-left: 0;
}
.notif-grid ul li{
    border-bottom: 1px solid #555;
    padding: 10px 0;
    font-size: 14px;
    font-weight: 300;
    display: flex;
    align-items: center;
    transition: all ease 0.6s;
    margin-bottom: 0.5rem;
}
.notif-grid ul li:last-child{
    border-bottom: 0px;
}
.my-list-gd ul li{
    align-items: flex-start;
        position: relative;
}
.notif-grid ul li:hover{
    color: #f3b612;
    transition: all ease 0.6s;
}
.notif-grid ul li svg{
    margin-right: 10px;
}
.notif-grid ul li a{
    display: block;
}
.vid-thumb-list {
    width: 20%;
    margin-right: 15px;
    border-radius: 6px;
    overflow: hidden;
}
.wish-synop{
    width: 80%;
}
.my-list-gd h5{
    font-size: 18px;
}
.profile-wrap{
    padding-bottom: 10rem;
}
.my-list-gd p{
    margin-bottom: 0;
}
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.3;
    top: 0;
}
.wish-remove{
    position: absolute;
    right: -20px;
    top: 0;
    color: #f3b612;
}
.user-detail .form-control{
    background: no-repeat;
    border: 0;
    border-bottom: 1px solid #a2a2a2;
    border-radius: 0;
    color: #fff;
    outline: none;
}
.user-detail .form-control:focus{
    box-shadow: none;
}
.my-list-gd{
    background: none;
}
.edit-button{
    background: #f3b612;
    border: 0;
    padding: 10px 40px;
    width: 100%;
    outline: none;
    border-radius: 4px;
}
.get-back{
    position: absolute;
    left: -40px;
    top: 0px;
}
.get-back svg{
    border: 1px solid;
    width: 35px !important;
    height: 35px;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    transition: all ease 0.6s;
}
.get-back svg:hover{
    background: #f3b612;
    transition: all ease 0.6s;
    border-color: #f3b612;
}


.search-bg{
    border: 1px solid #333;
    padding: 2px 0 0 15px !important;
    border-radius: 30px;
    background: #333;
}
.search-bg .search-icn svg{
    color: #fff;
}
.cls-icn, .search-bg .scrch-icn{
    display: none;
}
.search-bg .cls-icn{
 display: inline-block;
}
.avatar-pop{
    background: #222;
    color: #fff;
}
.avatar-pop .modal-header{
    justify-content: center;
    border-color: #333;
        padding-bottom: 10px;
}
.avatar-pop a{
    display: block;
    overflow: hidden;
    border-radius: 6px;
    margin-bottom: 10px
}
.profile-img a{
    overflow: hidden;
    border-radius: 6px;
    display: block;
}
.banner:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 83%);
    bottom: 0;
    width: 100%;
    height: 200px;
    z-index: 2;
}
.youtube-video-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    !important: ;
    top: 0 !important;
    left: 0;
    z-index: -1;
}
.youtube-bg {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0 / cover;
    display: block;
    height: 100%;
    background-position: center;
}
.hover-info{
  display: block;
  position: absolute;
  width: 100%;
  background: #000000c2;
  color: #fff;
  padding: 10px;
  bottom: -100px;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  transition: all ease 0.6s;
}
.video-container:hover .hover-info{
  bottom: 0;
  transition: all ease 0.6s;
}