:root{
    --green: #A8FE30;
    --Purple: #111C3B;
    --main-bg: #25292C;
    --button-bg: #172648;
    --black:#000;
    --white: #fff;
}

.header-search .search-box input { position: absolute; right: 50px; top: -5px; }
.notification {cursor-type:pointer;}
.bx-trash {
    position: relative !important;
    top: -24px !important;
    left: 20px !important;
}

.signin .main-wrapper, .register .main-wrapper {background:rgba(0,0,0,0.1) !important;}
body.signin, body.register {background-image: url(https://samuh.global.ssl.fastly.net/images/bg.webp); background-size: 100%;}

/*Default-CSS*/
input[type="file"]::-webkit-file-upload-button {
    cursor:pointer;
}
input[type="file"]::-moz-file-upload-button {
    cursor:pointer;
}
input[type="file"]::-ms-file-upload-button {
    cursor:pointer;
}
input[type="file"]::-o-file-upload-button {
    cursor:pointer;
}
input[type="file"] {
    cursor:pointer;
}
html {
    scroll-behavior: smooth;
}
html body {
    background-color: var(--main-bg);
    font-family: 'Poppins',Arial;
    scroll-behavior: smooth;
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
*::-moz-selection {
    color: var(--Purple);
    background:var(--green);
}
*::-webkit-selection {
    color: var(--Purple);
    background:var(--green);
}
*::-webkit-input-placeholder {
    color: var(--white);
    opacity:1;
}
*:-moz-placeholder {
    color: var(--white);
    opacity:1;
}
*::-moz-placeholder {
    color: var(--white);
    opacity:1;
}
*:-ms-input-placeholder {
    color: var(--white);
    opacity:1;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #172648 inset;
    transition: background-color 5000s ease-in-out 0s;
}
a,div a:hover, div a:active, div a:focus, button {
    text-decoration: none;
    -webkit-transition:all 0.5s ease 0s;
    -moz-transition:all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    transition:all 0.5s ease 0s;
}
a, span,div a:hover, div a:active, button {
    text-decoration: none;
}
*::after, *::before, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {display:block;}

ul, ul li, ol, li {list-style: outside none none;font-family: 'Poppins',Arial; color: var(--white);}
body ul {margin:0;padding:0;}

body a:hover {
    color: var(--white);
}
body .clearfix, body .clear {
    clear:both;
    line-height:100%;
}
body .clearfix{
    height:auto;
}
*{
    outline:none!important;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; /* For some Androids */

}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clr:after,
ul:after,
.clearfix:after,
li:after {
    clear:both;
    display:block;
    content:"";
}
div input, div select, div textarea, div button{
    font-family: 'Poppins',Arial;
}
body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Poppins',Arial;
    line-height:120%;
    color:var(--white);
    font-weight: bold;
    margin:0 0 15px;
}
body h1 { font-size: 42px;}
body h2 { font-size: 38px;}
body h3 { font-size: 32px;}
body h4 { font-size: 28px;}
body h5 { font-size: 24px;}
body h6 { font-size: 18px;}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child{
    margin-bottom:0;
}
div select {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div select option {
    font-size: 13px;
    color:var(--text-color);
    padding: 2px 5px;
    font-family: 'Poppins',Arial;
}
img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height:auto;
}
body p{
    color: var(--white);
    font-family: 'Poppins',Arial;
    font-size:15px;
    line-height: 140%;
    margin: 0 0 15px;
    padding: 0;
}
body p:empty{
    margin:0;
    line-height:0;
}
body p:last-child{
    margin-bottom:0;
}
p strong {
    font-weight: bold;
}
.kd-left{
    text-align:left;
}
.kd-right{
    text-align:right;
}
.kd-center{
    text-align:center;
}

label em {
    color: var(--red);
    display: inline-block;
    font-style: normal;
    vertical-align: top;
    margin-left:5px;
}
.hidden{
    display:none!important;
}
iframe{
    display:block;
    width:100%;
}
.container:after{
    content:"";
    display:block;
    clear:both;
}
.container {
    width: 100%;
    max-width: 1735px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    position: relative;
    float: none;
}
body .container .container{
    padding-left:0;
    padding-right:0;
}
/*scroll Hide*/
html.no-scroll{
    overflow: hidden;
}
html.no-scroll body {
    overflow: hidden;
    height:100%;
}
html body.show-menu {
    overflow: hidden;
}

/*button*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/* Buttons styles start */
.btn,
button {
    display: inline-block;
    border: 1px solid var(--green);
    padding: 18px 55px;
    border-radius: 5px;
    text-decoration: none;
    background: var(--green);
    color: var(--black);
    line-height: 100%;
    cursor: pointer;
    font-family: 'Poppins',Arial;
    font-size: 18px;
    text-align: center;
    margin: 15px 0;
    font-weight: 500;
}
.btn:hover,
    /*.btn:focus,
    button:focus,*/
button:hover {
    background: var(--green);
    color: var(--Purple);
}

.btn:active {
    background: var(--white) !important;
    color: var(--black) !important;
    transform: scale(0.98);    /* Slightly shrink the button */
}

.round-coner{
    border-radius: 5px;
}

/* Button styles end */

/*lozad*/

.lozad {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
}


[data-loaded="true"] {
    animation-name: fade;
    animation-duration: 1.5s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 1;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/*lozad*/

/*grid*/
.kd-row:after {
    content: "";
    display: block;
    clear: both;
}
.kd-row{
    margin-right:-15px;
    margin-left:-15px;
}
.kd-1,.kd-2,.kd-3,.kd-4,.kd-5,.kd-6,.kd-7,.kd-8,.kd-9,.kd-10,.kd-11,.kd-12{
    float: left;
}
.kd-1,.kd-2,.kd-3,.kd-4,.kd-5,.kd-6,.kd-7,.kd-8,.kd-9,.kd-10,.kd-11,.kd-12{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.kd-1 {width: 8.33%;}
.kd-2 {width: 16.66%;}
.kd-3 {width: 25%;}
.kd-4 {width: 33.33%;}
.kd-5 {width: 41.66%;}
.kd-6 {width: 50%;}
.kd-7 {width: 58.33%;}
.kd-8 {width: 66.66%;}
.kd-9 {width: 75%;}
.kd-10 {width: 83.33%;}
.kd-11 {width: 91.66%;}
.kd-12 {width: 100%;}


@media  (max-width: 1200px) {
		header {height:65px !important; line-height:85px !important;}
		header .logo {top:5px !important;}
		.toggle {top:5px !important;}
		.bell {margin-left:-10px !important; margin-right:-10px !important;}
}

/*grid*/

.main-wrapper {
    min-height: calc(100vh - 405px);
    z-index: 1;
    position: relative;
}
/*Gapping*/
.section-gapping,
section {
    padding-bottom: 60px;
    padding-top: 60px;
}
/*Gapping close*/

.mobile-only{
    display: none;
}
.pt-0{
    padding-top: 0;
}
/*Default-CSS close*/



/*header*/
/*
header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    padding: 33px 0;
    z-index: 99;
    transition: all 0.5s ease;
    background: linear-gradient(#000000 0%, rgba(0, 0, 0, 0) 100%);
}
header.header.fixed {
    background: rgba(21, 21, 21, 0.85);
    padding: 15px 0;
    box-shadow: 0 0 30px 0 rgba(168, 254, 48, 0.2);
}
header.header.scrolling_down {
    top: -150px;
    transition: all 0.2s ease;
}
.main-header {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

header .logo {
    width: 7.5%;
    margin-right: 3.2%;
}
header .logo > a {
    display: block;
    width: 100%;
    line-height: 0;
}
header .my-account-mobile,
header .mobile-menu {
    display: none;
}

header .main-menu {
    width: 45%;
    margin-right: 2.2%;
    margin-top: 32px;
}
.main-menu .menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main-menu .menu li {
    position: relative;
    margin-right: 4%;
}
.main-menu .menu li:first-child {
    display: none;
}
.main-menu .menu li:last-child {
    margin-right: 0;
}
.main-menu .menu li a {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-bottom: 40px;
    display: block;
}
.main-menu .menu li a::before {
    content: "";
    position: absolute;
    left: -100%;
    bottom: 0;
    width: 56px;
    height: 30px;
    background: url(https://samuh.global.ssl.fastly.net/images/active-menu.png) no-repeat 0 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.main-menu .menu li.active a:before,
.main-menu .menu li a:hover:before{
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.main-menu .menu li.active a,
.main-menu .menu li a:hover{
    color: var(--green);
}

.header-right {
    max-width: 42.1%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.header-search {
    width: 36.8%;
    position: relative;
    margin-right: 2.5%;
    margin-top: 20px;
}
.header-search .search-box {
    position: relative;
    width: 100%;
}
.header-search .search-box input {
    width: 100%;
    height: 43px;
    border-radius: 50px;
    background: transparent;
    border: 1px solid var(--green);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0 55px 0 15px;
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #fff;
}
.header-search .search-box input:hover,
.header-search .search-box input:focus {
    box-shadow: 0 0 15px 0px var(--green);
}
.header-search .search-box .search-icon {
    position: absolute;
    right: 22px;
    top: 6px;
}
.header-search .search-box .search-icon button {
    background: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    margin: 0;
} */
.header .my-account {
    width: 43%;
    height: 43px;
    border-radius: 21.5px;
    background: transparent;
    border: 1px solid var(--green);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    position: relative;
    padding: 0;
    margin-top: 20px;
    margin-right: 2.5%;
}
.my-account .my-account-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.my-account-menu > li {
    width: 50%;
    position: relative;
}
.my-account-menu > li > a {
    color: #fff;
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    padding: 0px 10px;
    display: block;
    border-radius: 50px;
    border: 1px solid transparent;
    line-height: 40px;
    position: relative;
    z-index: 1;
}
.my-account-menu > li:hover > a{
    color: var(--green);
}
.my-account-menu > li.dropdown > a::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 1px;
    color: var(--green);
    font-size: 16px;
}
.my-account-menu > li.active > a,
.my-account-menu > li:hover > a {
    border-color: var(--green);
    background-color: #172648;
    color: #fff;
    box-shadow: 0 0 8px 0px var(--green);
}
.my-account-menu > li .sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 21px;
    background: #172648;
    border: 1px solid #fff;
    opacity: 0;
    top: 0;
    padding-left: 25px;
    padding-right: 15px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
    pointer-events: none;
    z-index: -2;
}
.my-account-menu > li:hover > .sub-menu {
    opacity: 1;
    padding-top: 55px;
    padding-bottom: 15px;
    max-height: 500px;
    transition: all 0.5s ease;
    pointer-events: auto;
    z-index: 0;
}
.my-account-menu > li .sub-menu li{
    margin-bottom: 15px;
}
.my-account-menu > li .sub-menu li:last-child{
    margin-bottom: 0;
}
.my-account-menu > li .sub-menu a {
    color: #fff;
    font-family: 'Poppins',Arial;
    font-size: 14px;
    display: block;
}
.my-account-menu > li .sub-menu li.active a,
.my-account-menu > li .sub-menu a:hover{
    color: var(--green);
}


.notification {
    width: 15.2%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative;
}
.notification .bell-icon {
    width: 100%;
    height: 43px;
    border-radius: 21.5px;
    background: url("https://samuh.global.ssl.fastly.net/images/bell.png") no-repeat center center;
    border: 1px solid var(--green);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}
.notification .bell-icon:hover {
    background-color: rgba(168, 254, 48,0.5);
}
.notification .bell-icon:hover img {
    filter: invert(1) brightness(0);
}

.header .login-regis {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.header .login-regis > a.btn:first-child {
    margin-right: 15px;
}
.header .login-regis > a.btn {
    margin: 0;
    height: 43px;
    padding: 0 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header .login-regis > a.btn:hover{
    box-shadow: 0px 0px 6px var(--green);
}

.show-login .header-right .login-regis {
    display: flex;
}
.show-login .header-right .notification,
.show-login .header-right .my-account {
    display: none;
}
/*header end*/


/*home slider*/
section.hero-section {
    padding-top: 0;
    padding-bottom: 0;
}
.home-slider.owl-carousel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
}
.home-slider.owl-carousel > li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.hslider {
    position: relative;
}
.hslider .item {
    position: relative;
    overflow: hidden;
}
.hslider .slider-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    padding-bottom: 35%;
    background: rgb(0 0 0);
    background: linear-gradient(0deg, #25292c 0%, rgba(0,0,0,0) 100%);
}
.hslider .item .slider-img {
    position: relative;
    width: 100%;
    padding-top: 0;
    height: 100vh;
}
.hslider .item.hide-caption{
    pointer-events: none;
}
.hslider .item.hide-caption .slider-img {
    height: auto;
    pointer-events: none;
}
.item.hide-caption .player-assets {
    bottom: 160px;
    pointer-events: auto;
}
.hslider .item .slider-img > img {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.hslider .item .slider-img > iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hslider .item .slider-content {
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    max-width: 1735px;
    padding: 0 15px;
    z-index: 0;
    margin: auto;
    margin-bottom: 140px;
    transition: all 0.5s ease;
}

.slider-content img {
    width: auto !important;
}
.show-screening-img .close,
.hslider .slider-img .close {
    position: absolute;
    top: 260px;
    right: 5%;
    z-index: 3;
    cursor: pointer;
}
.hslider .slider-img .close {
    position: relative;
    top: auto;
    right: auto;
    z-index: 3;
    cursor: pointer;
}
.show-screening-img .close a,
.hslider .slider-img .close a{
    display: none;
    border-radius: 50px;
    width: 54px;
    height: 54px;
    background-color: #172648;
    background-image: url("https://samuh.global.ssl.fastly.net/images/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    border: 1px solid var(--green);
    box-shadow: 0 0 10px 0px var(--green));
}
.show-screening-img .close a:hover,
.hslider .slider-img .close a:hover{
    background-color: var(--green);
    background-blend-mode: difference;
}
.show-screening-img .close a:hover img,
.hslider .slider-img .close a:hover img{
    filter: invert(1) brightness(0);
}
.slider-content .name {
    margin-bottom: 15px;
}
.show-screening-info h2,
.slider-content .name h3 {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 47px;
    color: #fff;
    line-height: 120%;
    margin-bottom: 20px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
ul.category {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2px;
}
ul.category li {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 22px;
    text-align: left;
    color: #e5e5e5;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
ul.category li:not(:last-child):after {
    content: '';
    margin: 0 7px;
    display: inline-block;
    vertical-align: bottom;
    background: #FFF;
    border-radius: 3px;
    width: 3px;
    height: 3px;
    position: relative;
    top: -10px;
}
p.year {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 24px;
    text-align: left;
    color: #e5e5e5;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
}
.slider-content .show-descpription {
    display: flex;
    flex-wrap: wrap;
}
.show-screening-info .show-detail,
.show-descpription .show-detail {
    max-width: 470px;
    width: 100%;
    text-align: justify;
}
.show-descpription.comingsoon .btn {
    margin: 0;
    padding: 0 25px;
}
.show-descpription.comingsoon .btn.is_purchased {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
}
.show-descpription.comingsoon .btn.is_purchased::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 15px;
    margin-right: 14px;
}
.show-descpription.comingsoon p > span {
    font-size: 26px;
    display: block;
    margin: -15px 0 15px 0;
}
.show-detail > span {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 22px;
    color: #e5e5e5;
    display: block;
    margin-bottom: 20px;
}
.show-detail > span:empty {
    display: none;
}
.show-detail > p {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    letter-spacing: 0.5px;
    display: -webkit-box;
    /*-webkit-line-clamp: 5;*/
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-shadow: 0 2px 3px rgba(0,0,0,0.3);
    white-space: normal;
    max-height: 118px;
}
.show-descpription .about-show {
    width: 100%;
    white-space: normal;
}
.show-descpription .about-show > p {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    letter-spacing: 0.5px;
}
.show-descpription .about-show > p span {
    color: var(--green);
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    letter-spacing: 0.6px;
}
.info-box.show-descpription .about-show {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    overflow: auto;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
}
.info-click.show-info .info-box.show-descpription .about-show {
    opacity: 1;
    transition: all 0.5s ease;
    transition-delay: 0.25s;
}

.player-assets {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    max-width: 1735px;
    width: 100%;
    padding: 0 15px;
    z-index: 1;
    margin: auto;
}
.player-assets .icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}
.show-descpription.comingsoon .btn,
.player-assets .icon > a,
.player-assets .icon > span, .custom-dropdown {
    width: 54px;
    height: 54px;
    border: 1px solid var(--white);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
    box-shadow: 0 0 10px 0px var(--green);
    font-family: 'Glacial Indifference', 'Arial', sans-serif !important;
    font-weight: 500;
    font-size: 20px !important;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.show-descpription.comingsoon .btn,
.player-assets .icon a.more-info,
.player-assets .icon a.add-to-fav {
    text-align: center;
    width: auto;
    padding: 0 25px;
}
.player-assets .icon > a:hover,
.player-assets .icon > span:hover{
    background: var(--green);
    color: var(--Purple);
}
.player-assets .icon > span:hover img,
.player-assets .icon > a:hover img {
    filter: invert(1) brightness(0);
}
.player-assets .icon img{
    width: auto;
}
.player-assets .progress-bar {
    margin-top: 28px;
}
.progress-bar .full-bar {
    width: 100%;
    display: block;
    position: relative;
    height: 4px;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    overflow: hidden;
}
.progress-bar .full-bar span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--green);
    border-radius: 5px;
}

ul.social-share {
    position: absolute;
    left: -50px;
    right: -50px;
    background: rgba(122, 122, 122, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 0;
    border-radius: 6px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.5s ease;
    transform: scale(0);
}
ul.social-share::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 30px;
    height: 0;
    margin: auto;
    top: 44px;
    border-style: solid;
    border-width: 20px 17px 0 17px;
    border-color: rgba(122, 122, 122, 0.5) transparent transparent transparent;
}
ul.social-share > li {
    width: 33.33%;
    line-height: 130%;
}

ul.social-share > li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px;
    font-size: 23px;
    color:var(--white);
}
ul.social-share > li a:hover {
    color: var(--green);
}
.share:hover .social-share {
    top: -69px;
    transform: scale(1);
    opacity: 1;
}
.add-to-fav.added-to-fav,
.player-assets .icon a.add-to-fav.added-to-fav {
    font-size: 0;
}
.add-to-fav::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 22px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    height: 100%;
    line-height: 54px;
    transform: scale(0);
    opacity: 0;
    z-index: -1;
    transition: all 0.5s ease;
}
.add-to-fav.added-to-fav:before{
    transform: scale(1);
    opacity: 1;
    z-index: 1;
    transition: all 0.5s ease;
}

.volume > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.volume > img {
    opacity: 0;
    transform: scale(0);
    pointer-events: none;
}
.volume[data-mute="0"] > img.v-off {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}
.volume[data-mute="1"] > img.v-on {
    opacity: 1;
    transform: scale(1);
    pointer-events: none;
}

.hslider .owl-nav {
    position: absolute;
    right: 4.7%;
    bottom: 45px;
    max-width: 134px;
    width: 100%;
    padding: 0 15px;
    z-index: 0;
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 0;
}
.hslider .owl-nav button.owl-next,
.hslider .owl-nav button.owl-prev {
    min-width: 1px;
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    padding: 0;
    margin:5px 0;
    box-shadow: none;
}
.hslider .owl-nav button.owl-next.disabled,
.hslider .owl-nav button.owl-prev.disabled {
    opacity: 0;
    pointer-events: none;
}
.hslider .owl-nav button.owl-next::before,
.hslider .owl-nav button.owl-prev::after {
    content: "Previous";
}
.hslider .owl-nav button.owl-next::before {
    content: "Next";
}
.hslider .owl-nav button.owl-prev > span,
.hslider .owl-nav button.owl-next > span {
    font-size: 0;
    background: url("https://samuh.global.ssl.fastly.net/images/owl-arrow.png") no-repeat center center;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
    margin-top: 0;
    position: relative;
    left: 0;
    transition: all 0.5s ease;
}
.hslider .owl-nav button.owl-prev > span {
    left: auto;
    right: 0;
    margin-left: 0;
    transform: scaleX(-1);
    margin-right: 13px;
    margin-top: 0;
    transition: all 0.5s ease;
    position: relative;
}
.hslider .owl-nav button.owl-next:hover span{
    left: 10px;
    transition: all 0.5s ease;
}
.hslider .owl-nav button.owl-prev:hover > span{
    right: 10px;
    transition: all 0.5s ease;
}
.player-assets .icon > a.volume {
    display: none;
}
.hide-caption .show-descpription.comingsoon {
    display: none;
}
.hide-caption .player-assets > .icon > a,
.hide-caption .player-assets .icon > span {
    display: none;
}
.hide-caption .player-assets .icon > a.volume,
.hide-caption .slider-img .close a{
    display: flex;
}
.hide-caption.item .slider-content {
    bottom: -100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.hide-caption .slider-img > img {
    opacity: 0;
}

.info-click::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("https://samuh.global.ssl.fastly.net/images/info-box-arrow.png") no-repeat;
    width: 16px;
    height: 25px;
    top: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    transition-delay: 0.3s;

}
.info-click.show-info::before {
    right: -23px;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}
.info-click .info-box {
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 173px;
    border-radius: 11px;
    background: #172648;
    border: 1px solid var(--green);
    padding: 18px;
    margin-left: 25px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    overflow: hidden;
}
.info-click.show-info .info-box {
    opacity: 1;
    visibility: visible;
    width: 522px;
    transition: all 0.5s ease;
}
.icon > a.info-click.show-info{
    background: var(--green);
    color: var(--Purple);
}
.info-click.show-info > img {
    display: none;
}
.icon > a.info-click.show-info:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 15px;
    margin:auto;
    background: url("https://samuh.global.ssl.fastly.net/images/close.png") no-repeat center center;
    background-size: 100% auto;
    filter: invert(1) brightness(0);
}
/*home slider end*/


/*common slider*/
section.slider-section {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    position: relative;
}

.home section.slider-section {
	background-color: #25292c;
}
.slider-section .owl-stage-outer {
    overflow: visible;
}
.slider-section .container {
    margin-left: 1%;
    padding-right: 7.05%;
    overflow: hidden;
    padding-left: 1.5%;
    max-width: 100%;
}
.title {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 24px;
    text-align: left;
    color: var(--green);
    letter-spacing: 1px;
    margin-bottom: 13px;
    position: relative;
}
.title.kd-center {
    text-align: center;
}
.title a.more {
    width: 81px;
    height: 42px;
    border-radius: 21px;
    background: transparent;
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 33px;
    top: 0;
    line-height: 42px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 40px;
    text-align: left;
    color: #fff;
}
.title a.more:hover{
    background:var(--green);
    color: var(--Purple);
}
.common-slider.owl-carousel {
    display: block;
    white-space: nowrap;
}
.common-slider.owl-carousel > li {
    display: inline-block;
    vertical-align: top;
    width: 13.8%;
    margin-right: 8px;
}
.common-slider.owl-carousel .img-wrap,
.common-slider.owl-carousel > li .img-wrap {
    background-image: url("https://samuh.global.ssl.fastly.net/images/placeholder.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.common-slider.owl-carousel > li .img-wrap img{
    opacity: 0;
}
.common-slider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.common-slider .owl-stage > div{
    display: inline-block;
    vertical-align: top;
    float: none;
}
.common-slider .owl-item:hover {
    z-index: 1;
}
.slider-section li > a.item {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 0 15px 0;
}
.show-title h3 {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 20px;
    text-align: left;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.img-wrap {
    position: relative;
    padding-top: 59.6%;
    overflow: hidden;
    border-radius: 6px;
    width: 100%;
    line-height: 0;
    transition: all 0.5s ease;
    margin-bottom: 10px;
    background-color: #384464;
}
.img-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 350px;
    text-align: center;
}
/*
a.item .img-wrap{
    border:1px solid transparent;
    transition: all 0.5s ease;
}*/
a.item.show-active .img-wrap,
a.item:hover .img-wrap {
    border-color: var(--green);
    transition: all 0.5s ease;
    transform: scale(1.05);
    box-shadow: 0px 0px 6px #a7fe30;
}
.show-active .img-wrap {
    overflow: visible;
}
.show-active .img-wrap::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    z-index: 1;
    color: var(--green);
    margin: auto;
    width: 15px;
    font-size: 28px;
}
.continue-loader {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 13px auto;
    max-width: 85%;
    width: 100%;
}
.continue-loader .full-bar {
    width: 100%;
    display: block;
    height: 3px;
    overflow: hidden;
    border-radius: 5px;
    background: rgba(255,255,255,0.5);
    transition: all 0.5s ease;
}
.continue-loader .watched{
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    border-radius: 5px;
    background-color: var(--green);
    transition: all 0.5s ease;
}
.continue-loader .watched:before {
    content: "";
    position: absolute;
    right: 0;
    top: -3px;
    border-radius: 50px;
    width: 9px;
    height: 9px;
    background: #172648;
    border: 2px solid var(--green);
    box-shadow: 0px 0px 10px 2px var(--green);
}
.more-listing.movies{
    margin-right: -20px;
}
.movies .img-wrap {
    padding-top: 139%;
    max-width: 93%;
    width: 100%;
}
.movies .show-title h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}


.quick-popup {
    width: 100%;
    position: relative;
    margin-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.quick-popup.show-quick{
    margin-top: 30px;
    max-height: 700px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.quick-full-width {
    position: relative;
}
.quick-full-width .show-img {
    width: 100%;
    overflow: hidden;
    border: 1px solid var(--green);
    line-height: 0;
    position: relative;
    padding-top: 30%;
}
.quick-full-width .show-img > img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.quick-full-width .show-img > iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.quick-full-width .show-img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
    background: url("https://samuh.global.ssl.fastly.net/images/slider-bottom-overlay.png") no-repeat 0 0;
    background-size: 100% 100%;
    opacity: 0.6;
    z-index: 1;
}
.quick-full-width .slider-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    max-width: 1735px;
    width: 100%;
    padding: 0 15px 70px 15px;
    z-index: 1;
}
.quick-full-width .player-assets {
    bottom: 8%;
    z-index: 2;
}
.quick-close {
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 2;
}
.quick-close a{
    width: 54px;
    height: 54px;
    background: #172648;
    border: 1px solid var(--green);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0;
    box-shadow: 0 0 10px 0px var(--green);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
}
.quick-close a:hover{
    background: var(--green);
    color: var(--Purple);
}
.quick-close a:hover > img{
    filter: invert(1) brightness(0)
}
/*common slider*/


/*footer*/
/*
footer {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("https://samuh.global.ssl.fastly.net/images/footer-left.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 8%;
    padding-top: 12.3%;
    z-index: -1;
}
footer::after {
    content: "";
    position: absolute;
    right: -1.8%;
    top: 15%;
    background: url("https://samuh.global.ssl.fastly.net/images/footer-right.png") no-repeat 0 0;
    background-size: 100% auto;
    width: 13.3%;
    padding-top: 12%;
    z-index: -1;
}
footer .container {
    padding-left: 53px;
}
footer .f-logo {
    margin-top: 40px;
}
footer .f-logo a {
    display: inline-block;
    line-height: 0;
    vertical-align: top;
}
.social-icon > a:hover {
    transform: scale(1.05);
    filter: invert(0) brightness(100);
}
footer .app-and-social {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
    justify-content: flex-end;
}
.social-icon,
.play-store-download {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.social-icon {
    justify-content: flex-end;
}
.social-icon > a {
    display: block;
    width: 35px;
    height: 30px;
    background: url("https://samuh.global.ssl.fastly.net/images/social-icon.png") no-repeat 0 0;
    margin: 0 4px;
}
.social-icon > a.youtube {
    background-position: 0 0;
}
.social-icon > a.facebook {
    background-position: -40px 0;
}
.social-icon > a.insta {
    background-position: -77px 0;
}
.social-icon > a.twitter {
    background-position: -122px 0;
}


.play-store-download > p {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 32px;
    text-align: left;
    color: var(--green);
    line-height: 100%;
    letter-spacing: 0.6px;
    margin: 0px 7% 0 0;
}
.play-store-download > a {
    margin-top: 2px;
    display: block;
    max-width: 244px;
    width: 100%;
}
.play-store-download > a:hover{
    transform: scale(1.05);
}
.footer-menu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.footer-menu .copyright,
.footer-menu .f-menu {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    width: 50%;
}
.footer-menu .f-menu li {
    margin-right: 4.5%;
}
.footer-menu .f-menu li:last-child{
    margin-right: 0;
}
.footer-menu .f-menu li a{
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 18px;
    line-height: 35px;
    color: var(--green);

}
.footer-menu .f-menu li a:hover{
    color: #fff;
}
.copyright p {
    font-family: 'Poppins',Arial;
    font-size: 18px;
    line-height: 35px;
    text-align: right;
    color: #bd202c;
    width: 100%;
    font-weight: 500;
}
-->
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9;
    width: 54px;
    height: 54px;
    background: #172648;
    border: 1px solid var(--green);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0px var(--green);
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}
.scroll-to-top > span {
    transform: rotate(90deg);
    display: block;
    padding-top: 4px;
    width: 12px;
    height: 25px;
    transition: all 0.5s ease;
    position: relative;
    top: 0;
}
.scroll-to-top:hover > span {
    top: -5px;
    transition: all 0.5s ease;
}
/*footer end*/

/*movies page*/
header + section.coming-soon,
header + section,
header + input + section,
header + input + input + section{
    padding-top: 200px;
}
section.movies-category-section {
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
}
.category-listing.owl-carousel{
    display: block;
}
.category-listing.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.category-listing.owl-carousel:not(.owl-loaded){
    white-space: nowrap;
}
.category-listing.owl-carousel:not(.owl-loaded) > li {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
    float: none;
    width: 240px;
}
.category-listing.owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.category-listing.owl-carousel .owl-stage > div{
    display: inline-block;
    vertical-align: top;
    float: none;
}
.full-container {
    margin-left: 3.7%;
    padding-right: 3.78%;
    overflow: hidden;
    padding-left: 1.5%;
    max-width: 100%;
}
.category-listing li{
    width: 240px;
}
.category-listing li a {
    display: block;
    position: relative;
    padding-bottom: 26px;
    z-index: 2;
    height: 100%;
    width: 100%;
    white-space: normal;
}
.category-listing li a::before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    background: url("https://samuh.global.ssl.fastly.net/images/bottom-shadow.png") no-repeat center center;
    height: 28px;
    background-size: 100% auto;
    transition: all 0.5s ease;
}
.category-listing li a:hover:before,
.category-listing li a.active::before {
    bottom: 0;
    transition: all 0.5s ease;
}


.category-listing h5 {
    position: absolute;
    top: 10px;
    left: 10px;
    font-family: Poppins;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.3px;
    line-height: 120%;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
}
.category-img {
    position: relative;
    overflow: hidden;
    padding-top: 58.97%;
    border-radius: 6px;
    background: #384464;
    height: 100%;
    width: 100%;
}
.category-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.filter-category {
    margin-top: 45px;
    position: relative;
    min-height: 450px;
    padding-bottom: 80px;
}
.filter-category .title {
    text-transform: capitalize;
}
.more-listing {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -5px;
    position: relative;
}
.more-listing > li {
    padding: 0 5px;
    width: 14.28571428571429%;
    margin-bottom: 24px;
    transition: none;
}
.more-listing > li:hover {
    z-index: 1;
}
.load-more {
    text-align: center;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
    z-index: -1;
}
.load-more.showload{
   /* position: fixed;*/
    bottom: 0;
    transition: all 0.5s ease;
    z-index: 2;
}
.load-more a.btn {
    width: 25%;
    background: var(--green);
    color: var(--Purple);
    padding: 22px 15px;
}
.load-more a.btn:hover{
    background: var(--Purple);
    color: var(--green);
}
.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 0.6s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}
/*movies page end*/

/*show page*/
section.seasons-ep {
    padding-top: 45px;
    padding-bottom: 0;
}
.seasons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
    align-items: center;
    z-index: 1;
}

/*Styling Selectbox*/
.custom-dropdown {
    width: auto;
    font-family: 'Poppins',Arial;
    display: inline-block;
    border-radius: 50px;
    transition: all .5s ease;
    position: relative;
    color: var(--green);
    height: 100%;
    font-weight: 500;
    font-size: 15px;
    text-align: left;
}
.custom-dropdown span {padding-right:6px;}
.custom-dropdown .select {
    cursor: pointer;
    display: block;
    border-radius: 50px;
    padding: 15px 40px 15px 23px;
    position: relative;
    background: #343434;
    border: 1px solid var(--green);
    border-radius: 25px;
    z-index: 1;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.custom-dropdown .select > i {
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    position: absolute;
    right: 18px;
    top: 19px;
}
.custom-dropdown .select:hover {
    box-shadow: 0 0 15px 0 rgba(168, 254, 48, 0.5);
}
.custom-dropdown.active .select > i {
    transform: rotate(-90deg)
}
.custom-dropdown .dropdown-menu {
    position: absolute;
    background-color: #333;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    overflow: hidden;
    display: none;
/*    max-height: 200px;*/
    overflow-y: auto;
    border: 1px solid var(--green);
    top: calc(100% - 25px);
    list-style: none;
    border-radius: 0 0 15px 15px;
    z-index: 0;
    padding-top: 26px;
}
.custom-dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}
.custom-dropdown .dropdown-menu li:hover {
    background-color: var(--green);
    color: var(--Purple);
}

.ep-listing {
    display: flex;
    margin: 0 -6px;
    flex-wrap: wrap;
    position: relative;
}
.ep-listing > li{
    padding: 0 6px;
    width: 25%;
    position: relative;
    margin-bottom: 35px;
}
.ep-listing > li:hover{
    z-index: 1;
}
.ep-listing > li a.item:hover .img-wrap{
    transform: scale(1.05);
}
.ep-listing .show-title h3 {
    font-size: 25px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 120%;
    margin-bottom: 8px;
}
.ep-listing .show-title > span {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.01em;
    text-align: left;
    color: #fff;
    display: block;
}
.ep-listing .play-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 54px;
    height: 54px;
    border: 1px solid var(--green);
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 4px 2px 2px 5px;
    transition: all 0.5s ease;
}
.ep-listing .play-icon img {
    width: auto !important;
    height: auto !important;
    position: relative;
    border-radius: 0;
    transition: all 0.5s ease;
    display:none;
}
.ep-listing .play-icon:after {
    content:'';
    display:absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid var(--green);
    border-radius:3px;
    transition: all 0.5s ease;
}
.ep-listing > li a.item:hover .img-wrap .play-icon {
    background: var(--green);
    transition: all 0.5s ease;
}
.ep-listing > li a.item:hover .img-wrap .play-icon:after {
    border-left: 16px solid #000 !important;
    transition: all 0.5s ease;
}
.owl-stage.single {
    transform: translate3d(0px,0px, 0px) !important;
}
/*show page end*/


/*show video*/
.hide-header header.header {
    top: -200px;
    transition: all 0.5s ease;
    opacity: 0;
}
section.full-video {
    padding: 0;
    overflow: hidden;
}
.full-height {
    min-height: 100vh;
    position: relative;
}
.full-video .video {
    position: relative;
    overflow: hidden;
    transform: scale(1);
    width: 100%;
    height: 100vh;
    margin: 0 auto;
}
.full-video .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.hide-header .transparent-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.call-back {
    position: absolute;
    top: 67px;
    right: 35px;
    z-index: 2;
    transition: all 0.5s ease;
}
.video-widget > ul > li > a,
.call-back > a {
    position: relative;
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 26px !important;
    color: #eee;
    padding: 6px 25px;
    border: 1px solid transparent;
    border-radius: 50px;
    line-height: 30px;
    display: inline-block;
    background: transparent;
    box-shadow: none;
    margin: 0;
    text-align: right;
}
.call-back > a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("https://samuh.global.ssl.fastly.net/images/icon-sprite.png") no-repeat 0px 4px;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.video-widget > ul > li > a.active,
.video-widget > ul > li > a:hover,
.call-back > a:hover{
    color: #fff;
    border-color: var(--green);
    border: 1px solid var(--green);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
}
.video-widget {
    position: absolute;
    top: 145px;
    right: 35px;
    z-index: 2;
    transition: all 0.5s ease;
}
.hide-header  .call-back,
.hide-header .video-widget {
    right: -30%;
    transition: all 0.5s ease;
}
.video-widget > ul > li{
    margin-bottom: 25px;
    text-align: right;
}
.video-widget > ul > li:last-child{
    margin-bottom: 0;
}
.video-widget > ul > li a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: url("https://samuh.global.ssl.fastly.net/images/icon-sprite.png") no-repeat 0 0;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}
.video-widget > ul > li a.more-episode-click::after {
    background-position: 0 -27px;
}
.video-widget > ul > li a.more-info-click::after {
    background-position: 0px -63px;
    margin-top: -6px;
}
.video-widget > ul > li a.add-to-fav::after {
    background-position: 0 -103px;
    margin-top: -2px;
}
.video-widget > ul > li a.add-to-fav:before{
    display: none;
}
.video-widget > ul > li a.add-to-fav.added-to-fav::after {
    background-position: -34px -103px;
}


.showoverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 10%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease
}
.show-more-info .showoverlay,
.show-more-ep .showoverlay {
    height: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.2s ease;
}
.video-detail {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    z-index: 1;
    overflow: hidden;
    transition: all 0.5s ease;
    height: 100%;
}
.video-detail.show-more-info,
.video-detail.show-more-ep {
    bottom: 13.3%;
    transition: all 0.5s ease;
}
.video-detail .more-episode {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    z-index: 1;
}
.ep-listing.more-episode-slider {
    overflow: hidden;
    margin-left: 1.4%;
    padding: 10px 8.5% 20px 2%;
    display: block;
}
.more-episode .owl-stage-outer {
    overflow: visible;
}
.ep-listing.more-episode-slider .owl-stage {
    display: flex;
    flex-wrap: nowrap;
}
.ep-listing.more-episode-slider .img-wrap {
    padding-top: 49.6%;
}
.ep-listing.more-episode-slider a.item:hover .img-wrap{
    transform: scale(1.05);
}
.ep-listing.more-episode-slider .img-wrap .progress-bar {
    bottom: 20px;
    position: absolute;
    left: 15px;
    right: 15px;
}

.video-more-info {
    overflow: hidden;
    margin-left: 1.4%;
    padding: 10px 8.5% 20px 2%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -100%;
    transition: all 0.5s ease;
}
.video-detail.show-more-ep .more-episode {
    bottom: 0;
    transition: all 0.5s ease;
}
.video-detail.show-more-info .video-more-info{
    bottom: 0;
    transition: all 0.5s ease;
}
.video p.not-allowed-text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 28px;
    padding: 0 15px;
}
.show-descpription .show-detail > ul.category {
    margin-bottom: 20px;
}
/*video end*/


/*login*/
section.auth-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 402px);
    padding-bottom: 25px;
}
.auth-section > .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.auth-section .title {
    margin-bottom: 50px;
    text-align: center;
}
.auth-section .login-form {
    max-width: 430px;
    width: 100%;
}
form.form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
form.form .field {
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
form.form textarea,
form.form select,
form.form input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):not([type="range"]):not([type="submit"]):not([type="reset"]):not([type="image"]) {
    width: 100%;
    height: 55px;
    border-radius: 50px;
    background-color: #172648;
    display: block;
    padding: 0 25px;
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    border: none;
}
form.form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: ellipsis;
    padding-right: 65px;
    background-image: url("https://samuh.global.ssl.fastly.net/images/down-arrow.png");
    background-position: calc(100% - 27px) center;
    background-size: 19px;
    background-repeat: no-repeat;
}
form.form select::-ms-expand {
    display: none;
}

form.form select option{
    font-family: 'Poppins',Arial;
    font-size: 18px;
    color: #fff;
}
form.form textarea{
    padding: 25px;
    height: 100px;
    resize: none;
}
.buy-coupon label,
.register-link label,
form.form label{
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}

form .number {
    display: flex;
    flex-wrap: wrap;
    background: #172648;
    border-radius: 50px;
    width: 100%;
}
form .number > .intl-tel-input {
    max-width: 100px;
    width: 100%;
}
form .number input#phone[name="phone"],
form .number > input#phone_no {
    width: calc(100% - 100px);
    margin: 0;
    background-image: none;
}
form .number #phone_input {
    direction: initial;
    padding-left: 20px;
    padding-right: 30px;
    max-width: 100px;
    width: 100%;
}
.create-account input[type="submit"] {
    max-width: 266px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.number .intl-tel-input .selected-flag .iti-flag {
    display: none;
}
.number .intl-tel-input.allow-dropdown .selected-flag {
    width: 100%;
    padding: 0 20px 0 0;
}
.number .intl-tel-input.allow-dropdown .flag-container {
    right: auto;
    left: 0;
    width: 100%;
    padding: 0;
}
.number .intl-tel-input .selected-flag .iti-arrow {
    background-image: url(https://samuh.global.ssl.fastly.net/images/down-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    border: none;
    right: 0;
    left: auto;
    height: 9px;
    width: 20px;
    top: 25px;
}
.intl-tel-input.allow-dropdown div.flag-container {
    right: 0;
    left: 0;
}
.intl-tel-input.allow-dropdown  div.selected-flag {
    width: 46px;
    position: absolute;
    right: auto;
    left: 0;
}
.intl-tel-input ul.country-list {
    position: absolute;
    z-index: 6;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: none;
    background-color: #2c3651;
    border: 1px solid #fff;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    top: 100%;
    left: 0;
    right: 0;
    width: 300px;
    overflow-x: hidden;
}
.intl-tel-input ul.country-list .divider {
    display: none;
}
.intl-tel-input ul.country-list .country.highlight {
    background-color: var(--green);
    color: var(--Purple);
}
.intl-tel-input ul.country-list .country.highlight *{
    color: var(--Purple);
}
.intl-tel-input ul.country-list .country {
    padding: 10px 10px;
    border-bottom: 1px solid rgb(81, 80, 80);
    font-size: 14px;
}
.intl-tel-input ul.country-list .country > * {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    color: #fff;
    font-size: 14px;
}

.field.remember-forgot {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 25px;
}
form.form .field.checkbox input[type="checkbox"],
form.form .field.radio input[type="radio"]{
    position: absolute;
    left: 0;
    opacity: 0;
}
form.form .field.checkbox label,
form.form .field.radio label{
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: var(--green);
    position: relative;
    display: block;
    padding-left: 34px;
    cursor: pointer;
}
form.form .field.checkbox label::before,
form.form .field.radio label::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 7px;
    width: 17px;
    height: 17px;
    background: #172648;
    border-radius: 50px;
    transition: all 0.5s ease;
    border: 1px solid var(--green);
}
/*form.form .field.checkbox input[type="checkbox"]:checked + label:before,
form.form .field.radio input[type="radio"]:checked + label:before{
    background: var(--green);
    transition: all 0.5s ease;
}*/
form.form .field.checkbox input[type="checkbox"]:checked + label::after,
form.form .field.radio input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    left: 14px;
    top: 12px;
    width: 7px;
    height: 7px;
    background: var(--green);
    border-radius: 50px;
}
.forgot a{
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    opacity: 0.52;
}
.forgot a:hover{
    opacity: 1;
    color: var(--green);
}
form.form .submit-btn {
    margin-top: 20px;
}
form.form .submit-btn{
    text-align: center;
}
.big-green-btn > a,
form.form .submit-btn input[type="submit"],form.form .submit-btn input[type="button"],
form.form .submit-btn a {
    display: inline-block;
    vertical-align: top;
    background: var(--green);
    border-radius: 50px;
    line-height: 140%;
    font-family: Poppins;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    color: var(--Purple);
    padding: 16px 15px;
    min-width: 170px;
    border: 1px solid transparent;
    cursor: pointer;
    text-transform:capitalize;
}
.big-green-btn > a:hover,
form.form .submit-btn input[type="submit"]:hover,
form.form .submit-btn a:hover{
    background: var(--Purple);
    color: var(--green);
    border-color: var(--green);
}

.register-link {
    margin-top: 45px;
    text-align: center;
    display: block;
}
.buy-coupon label a,
.register-link label a{
    color: var(--green);
    margin-left:2px;
    position: relative;
}
.term-cond .register-link label a {
    background-image: linear-gradient( transparent 2px, #fff 2px, #fff 4px, transparent 4px ), linear-gradient( transparent 2px, #a8fe30 2px, #a8fe30 4px, transparent 4px );
    background-size: 0% 6px, 100% 6px;
    background-position: 0 bottom, 0 bottom;
    transition: background-size 0.3s ease-in-out;
    background-repeat: no-repeat;
    padding-bottom: 4px;
    border-bottom: 6px solid transparent;
}
.term-cond .register-link label a:hover{
    background-size: 100% 6px;
}
.buy-coupon label a:hover,
.register-link label a:hover{
    color: var(--white);
}
.submit-btn div {
    width: 100%;
    clear: both;
    margin-top: 30px;
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #fff;
}
.submit-btn div button.resend-otp-btn {
    border: none;
    box-shadow: none;
    padding: 0 4px;
    margin: 0;
    color: var(--green);
    background: transparent;
    font-size: inherit;
    font-weight: normal;
}
.submit-btn div button.resend-otp-btn:hover{
    color: #fff;
}
.submit-btn .recaptcha-container,
.submit-btn .recaptcha-container div{
    margin-top: 0;
}
.submit-btn .recaptcha-container {
    text-align: center;
    margin-top: 15px;
}
.submit-btn div.custom-control {
    display: inline-block;
    vertical-align: top;
    width: auto;
}

.otp-popup {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 15px;
}
.open-otp .otp-popup{
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s ease;
}
.otp-popup .otp-form {
    background: var(--main-bg);
    padding: 20px;
    box-shadow: 0 0 10px 0px var(--green);
    border-radius: 15px;
    max-width: 470px;
    width: 100%;
    position: relative;
}
.auth-section .otp-form .title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
}
.otp {
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
.otp > input {
    max-width: 95px;
    border: 1px solid var(--green) !important;
    text-align: center;
}
.otp-form .close_otp {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
    text-align: center;
    color: #fff;
}
.otp-form .close_otp:hover{
    color: var(--green);
}
form#forgot_password_form {
    justify-content: center;
}

.membership,
.register-form {
    max-width: 867px;
    width: 100%;
}
.register-form form.form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.register-form form.form > .field {
    width: 49.49%;
}
.register-form form.form > .field.email > input[type="email"] {
    padding-right: 130px !important;
}
.register-form form.form > .field .verify-btb {
    position: absolute;
    top: 5px;
    right: 7px;
    bottom: 5px;
}
.register-form form.form > .field .verify-btb a.btn{
    margin: 0;
    width: 115px;
    padding: 0;
    height: 45px;
    box-shadow: none;
    line-height: 45px;
    position: relative;
    background: var(--green);
    color: var(--Purple);
}
.register-form form.form > .field .verify-btb a:hover{
    background: var(--Purple);
    color: var(--green);
}
.register-form form.form > .field .verify-btb a.btn:after{
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    font-size: 12px;
    width: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.register-form form.form > .field .verify-btb a.btn.verifed:after{
    width: 18px;
    transition: all 0.5s ease;
}
.register-form form.form > .field.term-cond {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}
.register-form form.form > .field.term-cond > div {
    margin: 0 10px;
}
.register-form .term-cond p {
    font-size: 16px;
}
.register-form form.form > .field.submit-btn {
    width: 100%;
}
.register-form form.form > .field.submit-btn input[type="submit"],
.register-form form.form > .field.submit-btn a {
    min-width: 210px;
}
.register-form .msg {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    transition: all 0.5s ease;
}
.show-msg.register-form .msg{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s ease;
}

/*login end*/

/*My Account*/

.membership{
    margin-top: 50px;
}
.membership h2.title{
    margin-bottom: 35px;
}
.card-detail-box {
    display: block;
    width: 100%;
}
.card-detail-box .card-detail {
    max-width: 590px;
    width: 100%;
    height: 55px;
    border-radius: 50px;
    background: #172648;
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 9px 255px 9px 25px;
}
.card-cancle-btn .btn {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: none;
}
.card-detail-box .card-detail .card-type {
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-right: 15%;
}
.card-no label {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #fff;
    display: block;
}
.next-bill-date {
    display: block;
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
.subscription .start-free p,
.field.recaptcha p,
.next-bill-date p{
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    opacity: 0.53;

}
.coupon-code .field.buy-coupon {
    margin-top: 15px;
}
.coupon-code .field.buy-coupon + .submit-btn {
    margin-top: 10px;
}
.field.basic-plan > label {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 150%;
}
/*My Account end*/

/*payment page*/
section.coupon-section,
section.payment-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: calc(100vh - 402px);
}
.coupons-form .title,
.payment-form .title {
    text-align: center;
    margin-bottom: 50px;
}
.coupons-form .tabs,
.payment-form .tabs {
    margin-bottom: 65px;
}
.coupons-form .tabs-nav,
.payment-form .tabs-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.coupons-form .tabs-nav > li,
.payment-form .tabs-nav > li{
    margin:0 8px;
}
.coupons-form .tabs-nav > li > a,
.payment-form .tabs-nav > li > a {
    min-width: 211px;
    box-shadow: none;
    background: #172648;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 17px;
    margin: 0;
    display: block;
    border:1px solid transparent;
}

.coupons-form .tabs-nav > li > a:hover,
.coupons-form .tabs-nav > li.tab-active > a,
.payment-form .tabs-nav > li > a:hover,
.payment-form .tabs-nav > li.tab-active > a {
    box-shadow: 0px 0px 6px var(--green);
    color: var(--white);
    border-color: var(--green);
}
.coupons-form .coupon-code,
.payment-form .coupon-code,
.payment-form .bank-transfer{
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
}
.payment-title{
    margin-bottom: 35px;
    position: relative;
}
.payment-title h2.title {
    margin-bottom: 5px;
    text-align: center;
}
.payment-title p{
    font-size: 18px;
    text-align: center;
    color: #fff;
}
.payment-title .more-info p {
    font-size: 16px;
    margin-bottom: 5px;
}
.payment-title .more-info p a{
    color: var(--green);
    text-decoration: underline !important;
}
.payment-title .more-info p a:hover{
    color: #fff;
}
#waiting-message{
    margin: auto;
    margin-bottom: 15px;
}
.field.recaptcha {
    margin-top: 40px;
    text-align: center;
}
.check_referral_code{
	margin-left: auto;
	margin-right: auto;
}
/*payment page end*/

/*coupons page end*/

.buy-coupon,
.coupon-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.coupon-img > img{
    max-width: 450px;
}
.buy-coupon .btn {
    background: var(--green);
    color: var(--Purple);
    margin: 40px auto 0 auto;
}
.buy-coupon .btn:hover{
    background: var(--Purple);
    color: var(--green);
}
/*coupons page end*/

/*Manage Profiles*/
section.mp-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    in-height: calc(100vh - 402px);
    padding-bottom: 30px;
}
.mp-section .title {
    text-align: center;
    margin-bottom: 50px;
}
.mp-box {
    margin-bottom: 50px;
}
.mp-box > ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-wrap: wrap;
}
.mp-box > ul > li {
    margin: 10px;
    position: relative;
}
.mp-box > ul > li > a {
    display: block;
    max-width: 137px;
    width: 100%;
    box-shadow: 0 0 0 0 var(--green) inset;
    transition: all 0.5s ease;
}
.mp-box > ul .mp-img {
    background: #1F3160;
    line-height: 0;
    width: 137px;
    height: 137px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.mp-box > ul .mp-img > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.6 !important;
}
.mp-box > ul .mp-name {
    text-align: center;
    margin-top: 7px;
}
.mp-box > ul .mp-name p {
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    pointer-events: none;
}
.mp-box > ul .add-profile .mp-name p {
    color: var(--green);
}
.mp-box > ul .edit-name .mp-name p{
    pointer-events: auto;
}
.mp-box > ul > li .edit,
.mp-img .edit {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1;
    background: var(--green);
    transition: all 0.5s ease;
}
.mp-box > ul > li .edit > img,
.mp-box > ul .mp-img > .edit > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    width: 18px;
    height: 18px;
    filter: invert(1) brightness(0);
    transition: all 0.5s ease;
}
.mp-box > ul > li .edit:hover,
.mp-img .edit:hover {
    background: var(--button-bg);
    transition: all 0.5s ease;
}
.mp-box > ul > li .edit:hover > img,
.mp-box > ul .mp-img > .edit:hover > img{
    filter: none;
    transition: all 0.5s ease;
}

a.add-profile .mp-img > img{
    opacity: 1 !important;
}
a.add-profile:hover .mp-img > img {
    transform: rotate(90deg) scale(0.8);
}
.who-watching .mp-box > ul .mp-img > img {
    opacity: 1 !important;
}
.edit-name .mp-img > .edit{
    display: none;
}
.mp-img .save {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    z-index: 2;
    display: none;
}
.edit-name .mp-img .save{
    display: flex;
}
.mp-img .delete {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    width: 30px;
    height: 30px;
    background: var(--Purple);
    color: var(--green);
    line-height: 25px;
    cursor: pointer;
    z-index: 2;
}
.mp-img .delete:hover{
    background: var(--green);
    color: var(--Purple);
}
.mp-box > ul > li > a .mp-img:hover {
    box-shadow: 0 0 0 5px var(--green) inset;
    transition: all 0.5s ease;
}
.button-warp.kd-center > a {
    margin: 0 10px;
}
.button-warp.kd-center > a.close-popup-box {
    background: var(--green);
    color: var(--Purple);
}
.button-warp.kd-center > a.close-popup-box:hover{
    background: var(--Purple);
    color: var(--white);
}
/*Manage Profiles end*/

/*subscription*/
.subscription .tabs-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 55px;
}
.subscription .tabs-stage > div:not(:first-child) {
    display: none;
}
.subscription .tabs-nav > li {
    margin: 0 6px;
    width: 160px;
}
.subscription .tabs-nav > li > a {
    margin: 0;
    width: 100%;
    font-size: 18px;
    border-radius: 10px;
    background: #172648;
    padding: 18px 10px;
    border:1px solid transparent;
    box-shadow: none;
}
.subscription .tabs-nav > li > a:hover,
.subscription .tabs-nav > li.tab-active > a{
    background: #172648;
    border-color: #a3f930;
    box-shadow: 0px 0px 6px var(--green);
    color: var(--green);
}
.price-table {
    max-width: 1046px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.price-table .table {
    width: 100%;
    font-family: 'Poppins',Arial;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    border-collapse: separate;
    border-spacing: 8px;
}
.price-table .table th {
    padding: 0 15px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
}
.price-table .table th:first-child{
    text-align: left;
}
.price-table .table th.basic{
    border-radius: 10px;
    background: #6177a8;
    width: 160px;
}
.price-table .table th.standard{
    border-radius: 10px;
    background: #9ab480;
    width: 160px;
}
.price-table .table th.premium{
    border-radius: 10px;
    background: #9f8600;
    width: 160px;
}
.price-table .table th h6 {
    font-weight: bold;
    font-size: 30px;
    text-align: left;
    color: var(--green);
    margin: 0;
    line-height: 110%;
}
.price-table .table th > span{
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: #fff;
    opacity: 0.6;
    display: block;
}
.price-table .table tfoot th,
.price-table .table td {
    padding: 15px;
    border-radius: 10px;
    background: #0f1a34;
    text-align: center;
    font-weight: normal;
}
.price-table .table td:first-child{
    text-align: left;
}
.price-table .table tr:nth-child(2n) td{
    background: #172648;
}

.price-table .table tfoot th{
    background: transparent;
    padding: 0;
}
.price-table .table tfoot th > a {
    border-width: 1px;
    border-style: solid;
    display: block;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    font-size: 16px;
}
.price-table .table tfoot th.cancel > a {
    border-color: #6177a8;
}
.price-table .table tfoot th.cancel:hover > a {
    background: #6177a8;
}
.price-table .table tfoot th.s-buy > a {
    border-color: #9ab480;
}
.price-table .table tfoot th.s-buy:hover > a {
    background: #9ab480;
}
.price-table .table tfoot th.p-buy > a {
    border-color: #9f8600;
}
.price-table .table tfoot th.p-buy:hover > a{
    background: #9f8600;
}

.subscription .start-free {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 64px;
}
.subscription .start-free a.btn{
    width: 132px;
    height: 43px;
    border-radius: 21.5px;
    background: transparent;
    border: 1px solid var(--green);
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.15);
    padding: 0 5px;
    line-height: 41px;
    margin-bottom: 0;
    box-shadow: none;
}
.subscription .start-free a.btn:hover{
    background: var(--green);
    color: var(--Purple);
}
/*subscription end*/

/*weekend*/
.Weekend-screening{
    position: relative;
    width: 100%;
}
ul.wekend-show {
    display: flex;
    flex-wrap: wrap;
    margin:40px -5px 0 -5px;
}
ul.wekend-show li {
    padding: 0 5px;
    width: 20%;
    position: relative;
}
ul.wekend-show li:hover {
    z-index: 1;
}
ul.wekend-show li >a.item{
    display: block;
}
ul.wekend-show li > a.item:before{
}
.show-screening {
    position: relative;
    margin-top: 50px;
    transition: all 0.5s ease;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
}
.show-screening.show-quick {
    max-height: 620px;
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
}

.show-screening-img {
    position: relative;
    width: 100%;
    padding-top: 29.75%;
    transition:all 0.5s ease;
    overflow: hidden;
}
.show-screening-img > img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.show-screening-img > iframe{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.show-screening-img::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(11, 18, 37, 0.78) 62.91%, var(--Purple) 100%);
    opacity: 0.77;
    z-index: 1;
    transition: all 0.5s ease;
}
.hide-caption .show-screening-img > img {
    opacity: 0;
    z-index: -1;
}
.hide-caption .show-screening-img{
    padding-top: 56.25%;
}
.hide-caption .show-screening-img::before {
    height: 0;
    transition: all 0.5s ease;
}
.show-screening-img .pruchase-movie {
    position: absolute;
    bottom: 38px;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    max-width: 1735px;
    padding: 0 15px;
    align-items: center;
    z-index: 3;
}
.show-screening-detail {
    position: relative;
    width: 100%;
}
.show-screening-detail .show-screening-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    max-width: 1735px;
    padding: 0 15px;
    margin: auto;
    transform: translateY(-50%);
    z-index: 2;
}

.show-screening-info.show-descpription .about-show {
    margin-top: 20px;
    max-width: 470px;
    width: 100%;
}
.show-screening-info.show-descpription h2 {
    margin-bottom: 10px;
}
.slider-content .name > p,
.show-descpription > p {
    font-family: 'Poppins',Arial;
    font-weight: normal;
    font-size: 22px;
    text-align: left;
    color: #e5e5e5;
    margin-bottom: 10px;
}
.show-descpription > p + p {
    font-size: 20px;
}
.slider-content .name > p > span,
.show-descpription > p > span {
    color: var(--green);
    margin-right: 3px;
}
.category-release {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 25px;
}
.category-release > span {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #fff;
    position: relative;
    padding-right: 25px;
}
.category-release > span::after {
    content: ".";
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 0;
    right: 10px;
    margin: auto;
    height: 11px;
}
.category-release > span:last-child{
    padding-right: 0;
}
.category-release > span:last-child:after {
    display: none;
}
.category-release > span.time {
    display: flex;
    align-items: center;
    margin-left: 5px;
}
.category-release > span.time > img {
    margin-right: 10px;
    width: 20px !important;
}
.pruchase-movie > a.btn {
    margin:0 20px 0 0;
}
.pruchase-movie > a.btn > span {
    color: var(--green);
    margin-left: 4px;
    transition: all 0.5s ease;
}
.pruchase-movie > a.btn:hover {
    background: var(--green);
    color: var(--Purple);
}
.pruchase-movie > a.btn:hover > span {
    color: var(--Purple);
    transition: all 0.5s ease;
}
.share {
    position: relative;
}
.pruchase-movie.player-assets .icon {
    margin-bottom: 0;
}
.pruchase-movie.player-assets .icon span.share {
    margin-right: 0;
}

section.coming-soon {
    padding-top: 10px;
    overflow: hidden;
    padding-bottom: 25px;
}
.coming-soon .title span {
    color: #fff;
}
.coming-soon-list {
    margin-top: 25px;
    width: 100%;
}
.coming-soon-list > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    justify-content: space-between;
}
.coming-soon-list > ul > li {
    width: 50%;
    padding: 0 15px;
}

.cmg-soon-box {
    display: flex;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.06);
    border-radius: 5px;
}
.cmg-soon-box > a.img-wrap {
    width: 59%;
}
.cmg-soon-box > .cm-info {
    width: 60%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.cmg-soon-box > a.img-wrap {
    width: 40%;
    position: relative;
    padding-top: 23.25%;
    border-radius: 6px;
    overflow: hidden;
    margin: 0;
}
.cmg-soon-box > a.img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, var(--Purple) 100%);
    z-index: 1;
}
.cmg-soon-box > a.img-wrap > p {
    position: absolute;
    bottom: 25px;
    left: 15px;
    z-index: 2;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    color: var(--green);
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.watch-trailer.player-assets {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
    margin-bottom: 0;
}
.cm-info h3 {
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
    line-height: 120%;
}
.cm-info p {
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #e5e5e5;
    margin-bottom: 5px;
}
.cm-info .category-release {
    margin: 6px 0 15px 0;
}
.watch-trailer.player-assets > a.btn {
    margin: 0 15px 0 0;
    box-shadow: none;
    position: relative;
    padding: 13px 25px;
}
.watch-trailer.player-assets .icon .share,
.watch-trailer.player-assets .icon {
    margin: 0;
    box-shadow: none;
}
.watch-trailer.player-assets .icon .share {
    height: 45px;
    width: 45px;
}
.watch-trailer.player-assets .icon .share img {
    width: 16px;
}
.watch-trailer-popup .show-screening-img .pruchase-movie {
    justify-content: flex-start;
}

.hide-caption .show-screening-img .close a{
    display: block;
}
.show-screening-img .close{
    top: 60px;
}

.show-screening.watch-trailer-popup {
    max-height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.show-screening.watch-trailer-popup.w-trailer{
    max-height: 2000px;
    transition: all 0.5s ease;
}
.watch-trailer.player-assets > a.btn.active {
    background: var(--green);
    color: var(--Purple);
}
.watch-trailer.player-assets > a.btn.active::before {
    content: "\f0d7";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    z-index: 1;
    color: var(--green);
    margin: auto;
    width: 15px;
    font-size: 28px;
}

.weekend .quick-close {
    opacity: 0;
    transition: all 0.5s ease;
    pointer-events: none;
}
.weekend .show-screening-detail:hover .quick-close{
    opacity: 1;
    transition: all 0.5s ease;
    pointer-events: auto;
}

.weekend-faq-list {
    position: fixed;
    top: 0;
    height: 100%;
    right: -1000px;
    z-index: 999;
    background: #18264d;
    width: 850px;
    padding: 40px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    transition: all 0.5s ease;
}
.weekend-faq-list .title {
    margin-bottom: 40px;
    text-align: left;
}
.weekend-faq a.faq-close {
    width: 35px;
    height: 35px;
    background: var(--green);
    text-align: center;
    line-height: 35px;
    color: var(--Purple) !important;
    z-index: 2;
    display: inline-block;
    transition: all 0.5s ease;
    vertical-align: middle;
    float: right;
    border-radius: 50px;
    font-size: 16px;
}
.show-faq .weekend-faq-list {
    right: 0;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.title .faq-click {
    background: var(--green);
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 37px;
    text-align: center;
    padding: 0;
    border-radius: 50px;
    color: var(--Purple);
    margin-left: 7px;
    position: relative;
}
.title .faq-click:hover {
    box-shadow: 0px 4px 34px 0px rgba(168, 254, 48,0.6);
}
.title .faq-click > i {
    pointer-events: none;
}
.title .faq-click:hover::after {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    background: #192546;
    border-radius: 8px;
    color: #fff;
    content: attr(data-title);
    margin: -90px auto 0 -90px;
    font-size: 16px;
    padding: 4px;
    width: 220px;
    transition: all 0.5s ease;
}
.title .faq-click:hover::before {
    border: solid;
    border-color: #192546 transparent;
    border-width: 11px 8px 0 6px;
    content: "";
    left: 50%;
    bottom: 32px;
    position: absolute;
    transform: translateX(-50%);

    transition: all 0.5s ease;
}
/*weekend end*/

/*history Coupons */
.history-table .note,
.coupon-history-table,
.history-table .membership {
    max-width: 1300px;
    display: flex;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 25px;
}
.history-table .membership{
    margin-bottom: 60px;
}
.history-table .membership h3 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    text-transform: uppercase;
    font-family: Poppins;
    padding-left: 34px;
}
.member-plan {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}
.member-plan .payment-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}
.member-plan .payment-box:last-child{
    margin-bottom: 0;
}
.member-plan .next-plan-box,
.member-plan .plan-box {
    max-width: 60%;
    border-radius: 27px;
    background: #172648;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 35px;
}
.member-plan .next-plan-box h4,
.member-plan .plan-box h4 {
    margin: 0;
    font-family: Poppins;
    font-weight: 500;
    font-size: 17px;
    text-align: left;
    color: #fff;
}
.member-plan .next-plan-box > p,
.member-plan .plan-box > p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #fff;
    opacity: 0.53;
}
 .member-plan .next-plan-box{
    max-width: 37%;
}
.membership .fees-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.fees-box > p {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    opacity: 0.53;
    padding-left: 34px;
    max-width: 520px;
    margin: 0;
}
.fees-box .btn.change-plan {
    margin: 0;
    background: var(--green);
    color: var(--Purple);
}
.fees-box .btn.change-plan:hover{
    background: var(--Purple);
    color: var(--green);
}
.coupon-history-table .table tbody td,
.coupon-history-table .table thead th {
    font-family: Poppins;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}
.coupon-history-table .table thead th.total {
    min-width: 120px;
}
.coupon-history-table .table thead th.description {
    min-width: 450px;
}
.coupon-history-table .table thead th:first-child {
    color: var(--green);
}
.coupon-history-table .table tbody td {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.02em;
    color: rgba(255,255,255,0.53);
    text-transform: none;
    padding: 5px 0;
}
.coupon-history-table .table tbody td > div {
    background: #172648;
    padding: 0px 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 600px;
    line-height: 140%;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupon-history-table .table tbody td:first-child > div{
    border-radius: 50px 0 0 50px;
}
.coupon-history-table .table tbody td:last-child  > div{
    border-radius: 0 50px 50px 0;
}
.coupon-history-table .table tbody td > div > img {
    width: 60px;
}
.history-table .note{
    padding: 0 32px;
}
.history-table .note p{
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #fff;
    opacity: 0.53;
}
.history-table .coupons-form .tabs {
    margin-bottom: 35px;
}
.history-table .coupons-form .tabs-nav a.btn {
    text-transform: uppercase;
    font-weight: bold;
}
.history-table .coupons-form .tabs-nav a.btn:hover,
.history-table .coupons-form .tabs-nav .tab-active a.btn {
    color: var(--green);
}

/*history Coupons  end*/

.skip-on-register {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 320px;
    margin: 30px auto 0 auto;
}
.skip-on-register .field.submit-btn {
    margin-top: 0;
}
.skip-on-register .field.checkbox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.skip-on-register form.form .field.checkbox label::before {
    border-radius: 0;
}
.skip-on-register .field.submit-btn .btn {
    box-shadow: none;
    background: #364260;
    color: #fff;
    border: 2px solid var(--green);
}
.skip-on-register .field.submit-btn .btn[href="javascript:void(0)"]:hover,
.skip-on-register .field.submit-btn .btn[href="javascript:void(0)"] {
    cursor: not-allowed;
    opacity: 0.5;
    background: #364260;
    color: #fff;
}

.skip-on-register .field.submit-btn .btn:hover{
    background: var(--green);
    color: var(--Purple);
}

/*validation*/
.validation-alert {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.validation-alert ul {
    width: 100%;
}
.validation-alert li {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #dc3545;
    padding: 10px;
    border-radius: 35px;
    background: #dc3545;
}

.validation-alert.success li {
    color: var(--Purple);
    border: 1px solid var(--green);
    background: var(--green);
    position: relative;
}
.payment-title .validation-alert li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    position: absolute;
    top: -70px;
    background: var(--green);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0);
    transition: all 0.5s ease;
}
.payment-title .validation-alert.success li::before {
    transform: scale(1);
    transition: all 0.5s ease;
}

.payment-title .validation-alert {
    max-width: 460px;
    margin: 0 auto;
}
.error-message {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #dc3545;
    padding: 10px;
    border-radius: 35px;
    background: #dc3545;
}
.success-message {
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border: 1px solid #198754;
    padding: 10px;
    border-radius: 35px;
    background: #198754;
}

.validation-alert.d-none{
    display: none !important;
}
.d-none{
    display: none !important;
}
/*validation end*/

/*add profile popup*/
.add-profile-popup{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 15px;
}
.show-add-profile .add-profile-popup{
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s ease;
}
.add-profile-popup .add-profile-form {
    background: var(--main-bg);
    padding: 20px;
    box-shadow: 0 0 10px 0px var(--green);
    border-radius: 15px;
    max-width: 470px;
    width: 100%;
}
.add-profile-form .title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    width: 100%;
}
.add-profile-form .field.submit-btn {
    margin-top: 5px;
}
.add-profile-form .field.submit-btn > .btn {
    margin: 0;
}
.add-profile-form .close-add-profile {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.add-profile-form div.avatar-upload {
    position: relative;
    max-width: 137px;
    margin: 0px auto 30px auto;
}
.avatar-upload .avatar-edit {
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    background: rgba(255,255,255,0.5);
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}
.avatar-upload .avatar-edit input + label:hover {
  border-color: #d6d6d6;
}
.avatar-upload .avatar-edit input + label::after {
    content: "\f303";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 26px;
    color: var(--Purple);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.avatar-upload .avatar-edit input + label:hover:after {
    color: var(--green);
}
.avatar-upload .avatar-preview {
  width: 137px;
  height: 137px;
  position: relative;
  border: 6px solid var(--green);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}
.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #172648;
}
/*add profile popup*/

/*edit profile popup*/
.popup-box,
.edit-profile-popup{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 15px;
}
.show-popup-box .popup-box,
.show-edit-profile.edit-profile-popup{
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s ease;
}
.popup-box .popup-box-bg,
.edit-profile-popup .edit-profile-form {
    background: var(--main-bg);
    padding: 20px;
    box-shadow: 0 0 10px 0px var(--green);
    border-radius: 15px;
    max-width: 470px;
    width: 100%;
}
.popup-box .title,
.edit-profile-form .title {
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 25px;
    text-align: center;
    display: block;
    width: 100%;
}
.popup-box .title span {
    color: #fff;
    font-size: 24px;
    margin-top: 4px;
    display: block;
}
.edit-profile-form .field.submit-btn {
    margin-top: 5px;
}
.edit-profile-form .field.submit-btn .btn {
    margin: 0 6px;
}
.edit-profile-form .close-edit-profile {
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.edit-profile-form div.avatar-upload {
    position: relative;
    max-width: 137px;
    margin: 0px auto 30px auto;
}
/*edit profile popup*/


/*CMS*/
.cms .container {
    max-width: 1370px;
}
.cms .title {
    text-align: center;
    margin-top:10px !important;
}
.cms h1:before {content:'⇽'; color:var(--green); font-size:80px; position:fixed; left:20px; top:110px; cursor:pointer; display:none;}
.cms-content h2 {
    font-size: 22px;
    color: var(--green);
    margin-top: 24px;
    margin-bottom: 15px;
}
.cms-content h3 {
    font-size: 18px;
    margin-bottom: 5px;
}
.cms-content h3 strong{
    color: var(--white);
}
.cms-content strong {
    color: var(--green);
    margin-bottom: 5px;
}
.cms-content ul > li,
.cms-content p {
    font-size: 16px;
    line-height: 150%;
    text-align:justify;
}
.cms-content ul {
    margin-top: 20px;
}
.cms-content ul > li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.cms-content ul > li strong {
    color: var(--green);
}
.cms-content ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 8px;
    width: 8px;
    background: var(--green);
    border-radius: 50px;
}

.cms-content a.green {
    color: var(--green);
}
.cms-content a.green:hover{
    color: var(--white);
}

.faq-item {
    border-bottom: 1px solid rgba(255,255,255,0.35);
}
.faq-item:nth-child(2n) {
    background: rgba(255,255,255,0.1);
}
.faq-item > a {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    width: 100%;
    padding: 18px 60px 18px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.faq-item > a:hover,
.faq-item > a:hover::after {
    cursor: pointer;
    color: var(--green);
}
.faq-item > a:hover::after {
  border: 1px solid var(--green);
}

.faq-item > a.active {
  color: var(--green);
}
.faq-item > a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    position: absolute;
    right: 9px;
    font-size: 1rem;
    color: #7288a2;
    padding: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #7288a2;
    text-align: center;
    font-weight: 900;
    top: 9px;
}
.faq-item > a.active::after {
  content: "\f068";
  color: var(--green);
  border: 1px solid var(--green);
}

.faq-item .faq-content {
   display: none;
   padding: 0px 15px 25px 15px;
   overflow: hidden;
}
p.sub-text {
    text-align: center;
    font-size: 18px;
}
.customer-support {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 50px auto 0px auto;
    flex-wrap: wrap;
}
.cms-box {
    width:29%;
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--green);
    border-radius: 12px;
    background: rgba(255,255,255,0.06);
    margin: 15px;
}
.customer-support .cms-box > h2 {
    margin: 0;
    font-size: 16px;
    line-height: 140%;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 12px;
    width: 100%;
    display: flex;
    align-items: center;
    font-weight: 600;
}
.customer-support .cms-box ul {
    margin-top: 12px;
}
.customer-support .cms-box ul > li {
    padding-left: 0;
    font-size: 16px;
}
.customer-support .cms-box ul > li i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.customer-support .cms-box ul > li::before {
    display: none;
}
.flag-box div.iti-flag,
div.iti-flag {
    background-image: url("https://samuh.global.ssl.fastly.net/images/flags.png");
}

.ep-section .item .img-wrap > .time {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    right: 10px;
    display: block;
    line-height: 130%;
    background: rgba(168, 255, 48, 0.8);
    padding: 10px;
    color: var(--Purple);
    font-size: 14px;
    border-radius: 6px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.5);
}
.category-release > p.year{
    margin: 0 15px 0 0;
}
.info-msg {
    display: table;
    color: #fff;
    border-bottom: 2px solid #1f3160;
    margin: auto;
    margin-top: 10px;
    padding:10px 20px 15px 20px;
    font-size: 22px;
    line-height: 100%;
}
.info-msg:before{
    content: "";
    width: 7px;
    height: 7px;
    background: transparent;
    outline: 1px solid #a8fe30;
    position: absolute;
    bottom: -2px;
    z-index: 2;
    transform: rotate(45deg);
    backface-visibility: hidden;
    animation: wander infinite 4s;
}
@keyframes wander{
  0%{right:50%; margin-right:-3.5px;}
  50%{right:45%; margin-right:-3.5px;}
  100%{right:55%; margin-right:-3.5px;}
}
.password > span {
    display: block;
    color: #fff;
    margin: 0;
    font-size: 12px;
    padding: 12px 25px 0px 25px;
    line-height: 130%;
}
.cms-box.SamuhAgents {
    width: 100%;
    max-width: 91.3%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    border: none;
    position: relative;
}
.customer-support .cms-box.SamuhAgents > h2 {
    border: none;
    padding: 0;
    font-size: 22px;
    margin: 0;
    max-width: 65%;
    width: 100%;
}
.cms-box.SamuhAgents a.btn {
    margin: 0;
    background: var(--green);
    color: var(--Purple);
}
.cms-box.SamuhAgents a.btn:hover{
    background: var(--Purple);
    color: var(--green);
}
.cms-box.SamuhAgents a.btn > i{
    margin-right: 10px;
}
/*CMS end*/


.recaptcha-container{
    text-align: center;margin: 0 auto;
}

.custom-size-text{
    font-size: 16px !important;
    padding: 15px !important;
    position: relative;
    overflow: hidden;
}
.imp-note {
    animation: appear .5s ease-out;
    text-align: left;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    line-height: 100%;
}
.imp-note span {
    display: table;
    vertical-align: top;
    margin-top: 3px;
    background: linear-gradient(transparent 70%, #a8fe30 70%, #a8fe30 90%, transparent 90%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 0% 135%;
    animation: animatedBackground 1.5s cubic-bezier(0.645, 0.045, 0.355, 1) .5s forwards;
    animation-delay: 1.5s;
    text-align: left;
    display: inline-block;
    margin-top: 4px;
}

@keyframes animatedBackground {
  to {
    background-size: 100% 135%;
  }
}
@keyframes appear {
  0% {opacity: 0; transform: translateY(80px); line-height: 2;}
    50% {opacity: 0;}
    100% {opacity: 1; transform: translateY(0px); line-height: 1.5;}
}

.verify_otp_div{
    color: white;
}


.error-container {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    padding-top: 25%;
}


/*Quality popup*/
.video-quality{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    padding: 0 15px;
}
.show-video-quality .video-quality{
    z-index: 99;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: all 0.5s ease;
}
.video-quality-box .select-qaulity{
    width: 100%;
}
.video-quality .video-quality-box {
    background: var(--Purple);
    border: 2px solid var(--green);
    max-width: 620px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 6px;
    position: relative;
}
.video-quality-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.video-quality-box ul > li {
    width: 19%;
    text-align: center;
    margin: 12px 15px;
    position: relative;
}
.video-quality-box ul > li > label {
    display: inline-block;
    vertical-align: top;
    background: var(--Purple);
    color: var(--green);
    width: 100%;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid var(--green);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
.video-quality-box ul > li > input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.video-quality-box ul > li > label:hover,
.video-quality-box ul > li > input:checked + label{
    background: var(--green);
    color: var(--Purple);
}
.video-quality-box ul > li > input + label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    background: var(--Purple);
    color: var(--green);
    border-radius: 50px;
    width: 35px;
    font-size: 15px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    border: 2px solid var(--green);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}
.video-quality-box ul > li > input:checked + label::before {
    left: -15px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}

.close-quality-popup{
   position: absolute;
   top: -13px;
   right: -13px;
   background: var(--Purple);
   height: 32px;
   width: 32px;
   text-align: center;
   line-height: 32px;
   border-radius: 50px;
   border: 1px solid var(--green);
}
.close-quality-popup:hover{
   background: var(--green);
   color: var(--Purple);
}
.weekend-note {
    background: rgba(255,255,255,0.06);
    padding: 30px;
    max-width: 70.4%;
    margin: 0 auto 40px 0;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.weekend-note .sub-text {
    text-align: left;
    width: 70%;
    margin: 0;
}
.weekend-note .btn {
    margin: 0;
    font-weight: 900;
    padding: 20px 50px 16px 50px;
}
.weekend-note .btn > i {
    margin-left: 10px;
    height: 23px;
    width: 23px;
    background: var(--green);
    font-size: 12px;
    border-radius: 50px;
    color: var(--Purple);
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -5px;
}
.weekend-note .btn:hover i{
    background: var(--Purple);
    color: var(--green);
}
/*Quality popup*/
.video-error-container{
    padding-left: 15%;
    padding-right: 15%;
}
.p-viewer, .p-viewer2{
    float: right;
    font-size: 13px !important;
    margin-top: -45px !important;
    position: relative;
    z-index: 1;
    cursor:pointer;
    color: #fff;
}
.p-viewer2{
    margin-right: 25px;
    margin-top: -32px !important;
}

.notification-box {
    position: absolute;
    z-index: 9;
    top: 140%;
    right: 0;
    width: 437px;
    max-height: 0;
    overflow: auto;
    background: #36405f;
    border-radius: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    box-shadow: 0.5rem 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
    border-top: 2px solid var(--green);
    scrollbar-color: #484f66 #212739;
    scrollbar-width: thin;
}
.notification-box::-webkit-scrollbar {
  width: 8px;
}
.notification-box::-webkit-scrollbar-track {
  background: #212739;
}
.notification-box::-webkit-scrollbar-thumb {
  background: #484f66;
}
.notification::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -15px;
    left: -10px;
    right: -10px;
}
.notification:hover .notification-box{
    max-height: 420px;
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
}
.notification-list li{
    display: block;
    padding: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.notification-list li:last-child{
    border-bottom: none;
}
.notification .notification-item{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.notification-item .noti-img {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    border: 2px solid var(--green);
    margin-right: 15px;
    background: #fff;
}
.notification-item .noti-img img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.notification-item .noti-msg {
    width: calc(100% - 75px);
    position: relative;
}
.noti-msg h4,
.noti-msg .date,
.noti-msg p{
    color: #fff;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 120%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.noti-msg p{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.noti-msg h4 {
    color: var(--green);
    font-size: 14px;
    padding-right: 75px;
}
.noti-msg .date{
    position: absolute;
    right: 0;
    opacity: 0.6;
    margin: 0;
    font-size: 12px;
    top: 3px;
}
.notification-box .loadmore{
    text-align: center;
}
.notification-box .loadmore .btn{
    margin: 10px 0 0 0;
    background: transparent;
    border: none;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: medium;
    box-shadow: none;
    padding: 20px 10px 20px 10px;
    font-size: 18px;
    border-top: 1px solid rgba(0,0,0,0.3);
    display: block;
    border-radius: 0;
}
.notification-box .loadmore .btn:hover{
    color: var(--green);
}

.register-form form.form > .field .verify-btb a:disabled  {
    background: var(--Purple);
}
.cms.error-404 {
    display: flex;
    height: 100vh;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
}
.cms.error-404 .cms-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cms.error-404 h1 {
    text-align: center;
    font-size: 28px;
    line-height: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.cms.error-404 h1 span {
    display: block;
    font-size: 12rem;
    margin-bottom: 10px;
    line-height: 100%;
    color: #fff;
    font-weight: bold;
}
.error-404 .logo {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: block;
}
.error-404 .logo > a{
    display: inline-block;
    vertical-align: top;
}
.error-404 .btn {
    background: var(--green);
    color: var(--Purple);
}
.error-404 .btn:hover{
    background: transparent;
    color: #fff;
}

.no-weekend-show{
    margin: 40px auto;
    filter: brightness(0) invert(1);
    opacity: 0.4;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 15px;
}

.title-header {
    font-family: 'Poppins',Arial;
    font-weight: 500;
    color: var(--green);
    letter-spacing: 1px;
    margin-bottom: 13px;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    word-break: break-all;
    display: block;
    width: 100%;
    white-space: normal;
}

.submit_watching{
    margin-right: 12px;
}

.c-password .password-eye,
.password .password-eye {
    position: absolute;
    top: 17px;
    right: 30px;
    cursor: pointer;
}
.c-password .password-eye i,
.password .password-eye i{
    transition: all 0.5s ease;
    color: var(--white);
    font-size: 16px;
}
.c-password .password-eye.show-pass i:before,
.password .password-eye.show-pass i:before{
    content: "\f06e";
}
.removeall{
    text-align: center;
    margin-top: 35px;
}
.mydevice-section .coupon-history-table{
    margin-top: 35px;
    max-width: 900px;
}
.mydevice-section .coupon-history-table .remove {
    padding: 10px 18px;
}
.mydevice-section .coupon-history-table .action{
    width: 150px;
}
.disabled-link {
    color: #cdcbcb !important;
    pointer-events: none;
}

.login-text{
    border-radius: 12px;
    padding: 40px 20px 20px;
    text-align: center;
}
.video-live-player
{
    /*border-radius: 12px;*/
    /*padding: 40px 20px 20px;*/
    /*text-align: center;*/
    /*margin-left: 3%;*/
    /*margin-right: 3%;*/
}

.video_live_wrap {
    max-width: 70.4%;
    margin: 0 0 50px;
    padding: 50px;
    background-color: rgba(255,255,255,0.06);
    border-radius: 10px;
}
.video_live_wrap h2{
    margin-top: 20px;
}
.live_shows_sec .video-live-player{
    position: relative;
    padding-top: 56.19%;
    width: 100%;
}

.live_shows_sec .video-live-player iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* end */


/* START REFERRAL CODE */
    .referral_msg_wrap{
        margin-bottom: 30px;
    }
    .referral_msg {
        text-align: center;
        border: 2px solid rgba(255,255,255,0.2);
        border-radius: 300px;
        max-width: 800px;
        margin: 30px auto;
        padding: 20px 35px;
        font-size: 24px;
    }
    .referral_code_wrap{
        margin-bottom: 30px;
    }
    .referral_code_wrap p{
        font-size: 18px;
        text-align: center;
    }
    .referral_inner_wrap {
        max-width: 450px;
        width: 100%;
        margin: 0 auto;
    }
    .referral_inner_wrap .title{
        text-align: center;
        margin-bottom: 50px;
    }
    .ref-btn{
        width: 100%;
        font-weight: bold;
    }
    .current .ref-btn{
        background: var(--green);
        color: var(--Purple);
    }
    .refer-content {
        width: calc(100% - 30px);
        transition: all 0.3s ease-in-out;
        z-index: 1;
        max-width: 600px;
        position: relative;
        overflow: hidden;
        border-radius: 70px;
        background-color: #394871;
        padding: 60px;
    }
    .refer-content form{
        margin-top: 25px;
    }
    .refer-content form .field{
        position: relative;
    }
    .refer-content form .field input{
        border: 2px solid #fff;
        background-color: transparent;
        box-shadow: none;
        border-radius: 50px;
        padding: 25px 80px 25px 20px;
        font-size: 20px;
        width: 100%;
        color: #fff;
    }
    .refer_tabs li{
        position: relative;
    }
    li.current .refer-content{
        /* opacity: 1;
        visibility: visible; */
    }
    .refer_info p{
        font-size: 18px;
        max-width: 82%;
        margin: 0 auto 20px;
    }
    .refe_icon{
        position: absolute;
        width: 24px;
        height: 33px;
        border: 4px solid #fff;
        top: 44%;
        transform: translateY(-50%);
        right: 45px;
        cursor: pointer;
    }
    .refe_icon::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 5px;
        right: -15px;
        border: inherit;
        box-sizing: content-box;
    }
    .refe_icon::after {
        content: "Copied";
        position: absolute;
        top: calc(-100% + -0px);
        right: 50%;
        background: var(--Purple);
        padding: 8px 10px;
        border-radius: 20px;
        font-size: 15px;
        transform: translateX(50%);
        transition: all 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .active .refe_icon::after {
        top: calc(-100% + -16px);
        opacity: 1;
        visibility: visible;
    }
    .point_box{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 35px;
    }
    .point_box p{
        background-color: var(--green);
        padding: 10px 25px;
        color: var(--black);
        font-size: 18px;
        border-radius: 10px;
    }
    .refer_history .field .btn{
        width: 100%;
    }
    .refer_popup.popup-box {
        background-color: rgba(0,0,0,0.3);
        z-index: 100;
    }
    .inner_popup-box{
        background-color: #ececec;
        padding: 50px;
        border-radius: 70px;
        max-width: 450px;
    }
    .inner_popup-box h2{
        color: #282828;
    }
    .inner_popup-box .btn_wrap{
        justify-content: space-between;
        display: flex;
    }
    .inner_popup-box .btn_wrap .btn {
        background-color: var(--green);
        margin-bottom: 0;
        text-transform: uppercase;
        font-size: 18px;
    }
    .inner_popup-box .btn_wrap .btn:hover{
        background-color: var(--Purple);
        color: var(--green);
    }
    .refer_modal{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 100;
        background-color: rgba(0,0,0,0.5);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    li.current .refer_modal{
        opacity: 1;
        visibility: visible;
    }
    .refer-content .close{
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 22px;
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--green);
        border-radius: 80px;
        color: var(--Purple);
        transition: all 0.3s ease;
        border: 1px solid var(--green);
    }
    .refer-content .close:hover {
        background-color: var(--main-bg);
        color: var(--green);
    }

@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	    max-width: 1820px !important;
	}
	.cms h1:before {display:block;}
}

@media (max-width:500px) {
	.social {margin:20px 0 0px; width:400px; position:relative; left:-15px;}
}

form {
	width:100%; 
	background:rgba(0,0,0,0.3335); 
	padding:20px 40px; 
	border-radius:10px;
	color:var(--white);
	}
heading {
	display: block;
	font-weight: 600;
	color: var(--green);
	font-size: 24px;
	margin-bottom:40px;
    }
input[type=text],input[type=email],input[type=date],[type=password],select {width:100%; background:#4f4f4f; color:#ababab; padding:10px 20px; border-radius:10px; margin-bottom:20px; font-size:16px; border:0;}
[type=submit] {width:100%;}
a {color:var(--green);}
.otp input[type=text] {max-width:47px; padding:10px 18px}

#profile heading {color:#eee !important; text-align:center; font-size:48px; font-weight:400;}
.profiles div {float:left !important; margin-right:30px;}
.profiles img {border-radius:5px;}
.profiles span {display:block; padding-top: 10px; color: #aaa; font-size:20px;}
.btn-gray {background:none; border:1px solid #999; border-radius:0; color:#999; text-transform: uppercase;}

#profile-menu {position: absolute; background:#252525; border:1px solid #99FF00; border-top:0; border-radius:10px !important; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; width:230px; top: 41px !important; right:-55px !important;}
#profile-menu li {padding:10px 20px; border-bottom:1px solid #535353; font-size:20px;}
#profile-menu li:last-child{border-bottom:0;}
#profile-menu a {color:var(--white); display:block;}
#profile-menu a:hover {color:var(--green);}

#watchlist img {border-radius:5px; margin-bottom:40px; margin-right:35px;}

section.movies .owl-carousel.owl-drag .owl-item {
    margin-right:-5px !important
}

/* END REFERRAL CODE */

