body {
    background-image: linear-gradient(
        183.27deg,
        #0068b2 0%,
        #000f1a 50%,
        #0068b2 100%
    ) !important;
    font-family: "Poppins", sans-serif !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
.epic-shots{
    padding-left: 2rem;
}
.search-result-wrap .searchcontent .cs-box a figure img{
    width: 100%;
}
.slick-dots{
    display: none!important;
}
.uk-container .searchbartrack{
    padding-left: 0;
    margin-top: 15px;
}
nav {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 30px;
}
select option {
    color: #e5fffc;
}
.navbar a {
    text-decoration: none;
    color: unset;
}
.navbar a:hover {
    color: unset;
}
.about {
    color: #e5fffc;
}
.navbar {
    border: 2px solid rgba(0, 255, 225, 0.25);
    border-top: 0;
    border-radius: 50px;
    padding: 2px 72px !important;
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    backdrop-filter: blur(16px);
}
.navbar .common-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.navbar .navlogo-left .common-icon {
    width: 230px;
}
.navbar .navlogo-left .common-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.navbar .navtabs-right .tabs-navs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 20px;
}
.navbar .navtabs-right .tabs-navs li {
    list-style: none;
    border-radius: 50px;
    padding: 4px 16px;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
}
.navbar .navtabs-right .tabs-navs li img {
    width: 24px;
}
.navbar .navtabs-right .tabs-navs .hometab {
    background-color: rgba(229, 244, 255, 0.75);
    border: 1px solid rgba(0, 148, 255, 1);
    color: rgba(0, 148, 255, 1);
}
.navbar .navtabs-right .tabs-navs .searchtab {
    background-color: rgba(255, 229, 245, 0.75);
    border: 1px solid rgba(255, 0, 153, 1);
    color: #ff0099;
}
.navbar .navtabs-right .tabs-navs .profiletab {
    background-color: rgba(204, 255, 249, 0.75);
    border: 1px solid rgba(0, 255, 224, 1);
    color: rgba(0, 255, 224, 1);
}
.navbar .navtabs-right .tabs-navs .sign-out {
    background-color: rgba(153, 102, 181, 0.75);
    border: 1px solid rgba(153, 102, 181, 1);
    color: rgba(172, 193, 237, 1);
}
.navbar .navtabs-right .tabs-navs .lang-tab {
    background-color: rgba(204, 255, 249, 0.5);
    border: 1px solid rgba(0, 255, 224, 1);
    color: rgba(0, 255, 224, 1);
}
.lang-tab select {
    background: unset;
    border: unset;
    color: rgba(0, 255, 224, 1);
    font-size: 15px;
    font-weight: 700;
    line-height: 26px;
    cursor: pointer;
}
select option {
    color: #fff !important;
    background-color: rgba(58, 65, 64, 0.5) !important;
}
.lang-tab select:focus-visible {
    outline: unset;
}
.corousal-main {
    margin-block: 30px;
    position: relative;
    max-width: 100%;
    overflow-x: clip;
    z-index: 2;
}
.corousal-main .corousal-title, .story_tray  .corousal-title{
    height: 40px;
    padding-inline: 40px;
}
.story_tray  .corousal-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 40px 20px;
}

.story_tray  .corousal-title .story_tray_controls {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 200px;
}
.story_tray  .corousal-title .story_tray_controls button {
    width: 36px;
    height: 28px;
    border-radius: 36px;
    background-color: #ccfff974;
    font-size: 0;
    border: 1px solid #00ffe0;
}
.story_tray  .corousal-title .story_tray_controls button img {
    width: 18px;
    height: 18px;
}
.corousal-main .corousal-title h5, .story_tray h5 {
    margin-bottom: 0;
    font-size: 26px;
    color: #e5fffc;
    font-weight: 500;
}
.corousal-main .vertical-carousal-initialize li, .story_tray li {
    margin-right: 15px;
    position: relative;
}
.corousal-main .main-card {
    color: #e5fffc;
    text-decoration: none;
}
.corousal-main .main-card .main-img {
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: hidden;
}
.corousal-main .main-card .main-img img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 12px;
}
.corousal-main .main-card .main-img h4 {
    color: #e5fffc;
    font-size: 13px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.slick-slide {
    height: auto !important;
}
.slick-slider .slick-track {
    margin: 0;
}
.vertical-carousal-initialize .slick-prev ,.story_card_container .slick-prev{
    position: absolute;
    right: 60px;
    top: -40px;
    width: 36px;
    height: 28px;
    border-radius: 36px;
    background-color: #ccfff974;
    font-size: 0;
    border: 1px solid #00ffe0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-carousal-initialize .slick-prev::before,.story_card_container .slick-prev:before {
    content: "";
    background-image: url(/images/arrow-front.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    width: 24px;
    height: 24px;
     background-position: center;
    /* top: 4px;
    left: 6px; */
}
.vertical-carousal-initialize .slick-next,.story_card_container .slick-next {
    position: absolute;
    right: 18px;
    top: -40px;
    width: 36px;
    height: 28px;
    border-radius: 36px;
    background-color: #ccfff974;
    font-size: 0;
    border: 1px solid #00ffe0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vertical-carousal-initialize .slick-next::before,.story_card_container .slick-next:before {
    content: "";
    background-image: url(/images/arrow-back.svg);
    background-size: 18px 18px;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 9999;
    width: 24px;
    height: 24px;
    background-position: center;
}
.story_tray li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    background: #bfae83;
    display: block;
    border-radius: 24px;
    overflow: hidden;
    padding: 2px;
    position: relative;
    box-shadow: rgba(184, 0, 52, .3882352941) 2px 5px 6px 0px, 5px 2px 12px 0px rgba(252, 210, 4, .3803921569);
    
}
.story_tray li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
    border: 5px solid #161616;
}
.carousal-banner {
    padding-top: 100px;
}
.carousal-banner ul {
    padding: 0;
}
.carousal-banner .slider-for {
    margin-bottom: -50px;
}
.carousal-banner .slider-for .tray-content-img img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    border-radius: 20px;
}
.slider-nav .tray-content {
    margin-right: 15px;
}
.slider-nav .tray-content a img {
    width: 100%;
    object-fit: cover;
    border-radius: 14px;
}
.profile-main-tabs {
    padding-top: 100px;
}
.profile-main-tabs .sign-up-land {
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10);
    border-radius: 30px;
    padding: 24px;
}
.user-name a {
    text-decoration: none;
}
.profile-main-tabs .user-name img {
    border-radius: 50%;
    height: 48px;
    width: 48px;
}
.user-name .profile-name {
    color: #fff;
}
.user-name .profile-name span a{
    color: #fff;
}
.profile-main-tabs .user-name .profile-name h5 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 0;
}
.profile-main-tabs .user-name .profile-name p {
    font-size: 10px;
    margin-bottom: 0;
}
.user-name .signbtn {
    padding: 6px 24px;
    border-radius: 50px;
    background-color: #ccfff987;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.user-name .subs-btn {
    padding: 6px 30px;
    border-radius: 50px;
    background-color: #ccfff987;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.user-name .unsubs-btn {
    padding: 6px 30px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
}
.profile-main-tabs .account-bal {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    border-radius: 30px;
    padding: 26px 16px;
    margin-bottom: 20px;
}
.profile-main-tabs .account-bal .acc-bal {
    text-align: center;
    font-size: 10px;
    color: #fff;
}
.account-bal .coins-and-bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 1) 0%,
        rgba(77, 104, 224, 1) 33.33%,
        rgba(0, 212, 236, 1) 66.67%,
        rgba(128, 74, 204, 1) 100%
    );
    border-radius: 16px;
    padding: 12px 24px;
    flex-direction: row;
    gap: 16px;
    margin-bottom: 14px;
}
.account-bal .topup-btn {
    padding: 7px 40px;
    border-radius: 50px;
    background-color: #ccfff987;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    display: block;
}
.profile-main-tabs .listing-tags {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    border-radius: 30px;
    padding: 26px 16px;
}
.listing-tags .nav {
    width: 100%;
    align-items: start;
}
.listing-tags .nav-link {
    color: #fff;
    width: 100%;
    text-align: left;
    margin-bottom: 16px;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.listing-tags .nav-link:hover {
    color: #fff;
}
.listing-tags .nav-pills .nav-link.active {
    background: linear-gradient(
        90deg,
        rgba(255, 0, 153, 1) 0%,
        rgba(255, 0, 153, 0) 100%
    );
}
.corousal-main .History-tabs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}
.corousal-main .History-tabs li {
    list-style: none;
    text-decoration: none;
}
.corousal-main .tabs-of-history {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}
.corousal-main .tabs-of-history li {
    list-style: none;
    text-decoration: none;
}
.pad-up {
    padding-top: 100px;
}
.pads-up {
    padding-top: 150px;
}
.signup-main {
    padding-block: 130px 50px !important;
    background-image: url(../images/login_Screen.png);
    background-size: cover;
    background-position: top center;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-main.choose-plan-main{
    height: 100dvh;
    align-items: flex-start;
}
.signup-main .goBackButton {
    color: transparent;
}
.signup-main .signup-inner {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    padding: 24px;
    border-radius: 30px;
    margin: 10px auto 0 auto;
    display: block;
    width: 420px;
    border: 1px solid rgba(0, 255, 225, 0.25);
    backdrop-filter: blur(16px);
}
.signup-main .signup-inner .logo-quick {
    text-align: center;
    margin-bottom: 20px;
}
.signup-main .signup-inner .logo-quick img {
    width: 120px;
}
.signup-inner .signup-signin {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    border-radius: 30px;
    padding: 26px 16px;
    margin-bottom: 20px;
    text-align: center;
    backdrop-filter: blur(16px);
}
.signup-inner .signup-signin .signtext {
    color: #e5fffc;
    font-size: 16px;
    font-weight: 600;
}
.signup-inner .signup-signin .sign-btn {
    padding: 4px 20px;
    border-radius: 50px;
    background-color: #ccfff987;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    margin-top: 14px;
}
.signup-inner .signup-signin .skip-btn {
    background-color: transparent;
    border-radius: 50px;
    border: 1px solid #e5fffc;
    color: #fff;
    padding: 4px 26px;
}
.agreement-text {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 50px;
}
.agreement-text a {
    color: #000;
}
.agreement-text a:hover {
    color: #000;
}
.walet-head {
    border: 2px solid rgba(0, 255, 225, 0.25);
    border-top: 0;
    border-radius: 50px;
    padding: 20px !important;
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    backdrop-filter: blur(16px);
    height: 100%;
}
.walet-head .walet-background {
    border: 2px solid rgba(0, 255, 225, 0.25);
    border-top: 0;
    border-radius: 50px;
    padding: 16px 72px !important;
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    backdrop-filter: blur(16px);
}
.walet-head .nav-pills .nav-link {
    color: #fff;
}
.walet-head .nav-pills .nav-link.active {
    background-image: linear-gradient(
        0deg,
        rgba(255, 0, 153, 1) 0%,
        rgba(255, 0, 153, 0.3015800070028011) 100%
    );
    border-radius: 14px;
    background-color: unset;
}
.vector-line::before {
    content: "";
    background-image: url(../images/Vector-line.svg);
    width: 2%;
    height: 100%;
    display: block;
    background-position: left;
    background-repeat: no-repeat;
    background-size: auto;
    position: absolute;
    top: 0;
}
input:focus-visible {
    outline: unset;
}
.sght {
    background-color: rgba(204, 255, 249, 0.5);
    border-radius: 20px;
    padding: 10px;
}
.sght .uk-input {
    background: unset;
    margin-left: 10px;
    border: unset;
    border-bottom: 1px solid #fff;
    color: #fff;
    width: calc(100% - 120px);
}
.sght .signupformdiv {
    display: flex;
}
.sght .uk-select {
    background: unset;
    border: unset;
    color: #fff;
    font-size: 14px;
}
.ex-btn .exit-btn {
    background: unset;
    border: unset;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.signup-signin #loginform_id {
    margin: 0;
}
.select-oper {
    background-color: rgba(204, 255, 249, 0.5);
    border-radius: 20px;
    padding: 10px;
}
.selct-press {
    background: unset;
    border: unset;
    color: #e5fffc;
}
select:focus-visible {
    outline: unset;
}

/* footer css start */

footer .footer-main {
    position: absolute;
    width: 100%;
}
footer .footer-main .uk-container {
    background-image: linear-gradient(
        180deg,
        rgba(0, 15, 26, 1) 50%,
        rgba(0, 104, 178, 1) 100%
    );
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 26px 40px;
}
footer .footer-main .uk-container .upper-foot {
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #e5fffc;
    padding-bottom: 10px;
}
footer .footer-main .uk-container .upper-foot .img-foot {
    width: 190px;
}
footer .footer-main .uk-container .upper-foot .img-foot img {
    width: 100%;
}
footer .footer-main .uk-container .info-list {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
}
footer .footer-main .uk-container .info-list li {
    list-style-type: none;
}
footer .footer-main .uk-container .info-list li a {
    text-decoration: none;
    color: #e5fffc;
    font-size: 14px;
    font-weight: 300;
}
.bottom-foot {
    justify-content: space-around;
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.bottom-foot .text-right p {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}
.bottom-foot .social-icons {
    display: flex;
    gap: 15px;
}
.static {
    padding-bottom: 250px;
}
.modal-content {
    background-image: linear-gradient(
        183.27deg,
        #0068b2 0%,
        #000f1a 50%,
        #0068b2 100%
    );
}
/* footer css end */

/* search css start */

.search-section {
    padding: 20px;
}
.search-section .search-inner {
    background-image: linear-gradient(
        177deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    padding: 20px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.search-section .search-inner input {
    background-color: rgba(204, 255, 249, 0.5);
    border-radius: 35px;
    padding: 14px;
    border: 1px solid #e5fffc;
    width: 85%;
    color: #e5fffc;
}
.search-section .search-inner input::placeholder {
    color: #e5fffc;
}
.search-section .search-inner p {
    margin: 0;
    color: #e5fffc;
    font-size: 14px;
}
.search-section .search-inner button {
    background-color: rgba(229, 244, 255, 0.75);
    border-radius: 30px;
    border: 1px solid #0094ff;
    font-size: 12px;
    padding: 8px 12px;
}
.search-section .search-inner .clear {
    cursor: pointer;
}
.search-section .search-inner button img {
    width: 24px;
}
.desktop-hide {
    display: none;
}
.searchcontent {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}
.searchcontent a {
    text-decoration: none;
}
.searchcontent .cs-info {
    color: #fff;
    font-size: 12px;
}
.searchcontent .cs-title h4 {
    color: #fff;
    font-size: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.search-result-title {
    color: #fff;
    margin-bottom: 15px;
    font-size: 12px;
}

/* search css end */

/* player css start */

.player-elem {
    margin: 0 auto;
    height: 430px;
    display: flex;
    margin-top: 100px;
    justify-content: center;
    position: relative;
}
.player-elem #player {
    width: 764px;
    height: 100%;
    margin: 0 auto;
}
.video-details-elem {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    border-radius: 20px;
    padding: 20px;
    color: #e5fffc;
}
.video-details-elem .bluffer-elem {
    background-image: linear-gradient(
        269.72deg,
        rgba(178, 77, 174, 0.25) 0%,
        rgba(77, 104, 224, 0.25) 33.33%,
        rgba(0, 212, 236, 0.25) 66.67%,
        rgba(128, 74, 204, 0.25) 100%
    );
    border-radius: 32px;
    padding: 20px;
}
.video-details-elem .bluffer-elem h4 {
    font-size: 16px;
    line-height: 26px;
}
.video-details-elem .bluffer-elem p {
    font-size: 13px;
    line-height: 26px;
    margin: 0;
    font-weight: 300;
}
.player-all-episodes {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}
.player-all-episodes li {
    list-style-type: none;
}
.more-episode {
    text-align: center;
    background-color: #0094ff;
    border-radius: 30px;
    color: #e5fffc;
    border: #e5fffc;
    padding: 10px 22px;
    margin: 16px auto;
    display: block;
    font-size: 18px;
    font-weight: 500;
    width: fit-content;
}
.player-prev {
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.player-next {
    position: absolute;
    right: 8px;
    bottom: 0;
    z-index: 99;
}
.player-prev a,
.player-next a {
    text-decoration: none;
}
.div-previous {
    text-align: center;
    color: #e5fffc;
    font-size: 14px;
}
.prev-title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 250px;
}
.prev-title h4 {
    font-size: 14px;
}
/* player css end */

/* Load more css start */

.row-contain.slice .sp-row,
.search-btn .close,
.search-btn .magnify svg,
.search-btn.openmodal .magnify,
.search-mob,
.select-hide,
.tab,
.uk-width-3-5.uk-first-column .faqs h3:after,
a.user-name.loginbutton + ul.user-login,
header.logo,
ul.show-response.searchbartrack
    .search-result-wrap
    .uk-grid.searchcontent
    .uk-width-1-4.eventtracker
    .cs-box
    .premium {
    display: none;
}

.searchbartrack li {
    color: white;
}
section.listing-mid-page .row-contain {
    width: calc(100% + 14px);
    float: left;
    margin: 0 -7px;
}

section.listing-mid-page .spt-area {
    margin: 0 0 5px;
}

section.listing-mid-page .sp-row {
    width: 25%;
    margin: 0;
    padding: 0;
    float: left;
}

.full-widt {
    width: 100%;
    float: left;
    height: auto;
    text-align: center;
}

a.load-more-btn.autowidth {
    font-size: 17px;
    font-weight: 500;
    color: #f7eb13;
    width: 185px;
    height: 50px;
    line-height: 50px;
    border-radius: 32px;
    background: #f26b21;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 5px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    margin-left: auto;
    transition: 0.3s;
    border: 1px solid transparent;
}

a.load-more-btn.autowidth:hover {
    color: #f7eb13;
    background: #f26b21;
    border: 1px solid #f26b21;
}

/* Load more css end */

.outer-main-img .inner-img {
    width: 500px;
    margin: 0 auto;
    padding-top: 180px;
    padding-bottom: 80px;
}
.outer-main-img .inner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 22px;
}
.show-details {
    margin-bottom: -10px;
}
.faqs .uk-width-3-5 {
    width: 54.6%;
    padding-left: 30px;
}
.faqs-wrap {
    padding-bottom: 60px;
}
.faqs h3 {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    position: relative;
}
.uk-accordion {
    padding: 0;
    list-style: none;
}
.faqs-wrap .uk-accordion li {
    border-bottom: 1px solid transparent;
    font-size: 14px;
}
.faqs-wrap .uk-accordion-title {
    font-weight: 400;
    text-align: left;
    padding: 18px 24px 18px 0;
    border-bottom: 1px solid #fff;
    color: #fff;
}
.uk-accordion-title {
    display: block;
    font-size: 1.25rem;
    line-height: 1.4;
    color: #333;
    overflow: hidden;
}
.faqs-wrap .uk-accordion-content,
.faqs-wrap .uk-accordion-title {
    font-size: 15px;
    line-height: 1.53;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-decoration: none;
}
.faqs-wrap .uk-open > .uk-accordion-title::after {
    background: url(../images/faqs-icons.png) top center no-repeat;
}
.faqs-wrap .uk-accordion-title::after {
    margin-right: -25px;
    background: url(../img/faqs-icons.png) bottom center no-repeat;
}
.faqs-wrap .uk-accordion-content {
    font-weight: 400;
    text-align: left;
    color: #fff;
    padding-top: 16px;
}
.uk-accordion-content > :last-child {
    margin-bottom: 0;
}
.uk-accordion-content ul {
    list-style: none;
    padding: 0;
}
.faqs .uk-width-2-5 {
    width: 43.4%;
    padding-left: 30px;
}
.faq-contact-wrap {
    padding: 43px 30px;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    color: #fff;
}
.uk-text-center {
    text-align: center !important;
}
.faq-contact h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 0.94;
    text-align: left;
    color: #ffb267;
}
.faq-contact span {
    line-height: 20px;
    margin-top: 10px;
}
.faq-contact .uk-margin {
    position: relative;
    width: 100%;
    margin: 15px 0;
    display: inline-block;
}

.contact-form-input {
    margin-top: 25px !important;
}

.faq-contact .custom-select,
.faq-contact .uk-input,
.faq-contact .uk-select,
.faq-contact .uk-textarea {
    border-bottom: 1px solid #e9b528;
}
.faq-contact .custom-select,
.owl-carousel .cs-box,
.search-result .cs-box,
.subscription-popup .subpop-wrap .subtop-wrap img,
.tv-shows .cs-box {
    width: 100%;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 75%;
    border: none;
    border-bottom: 1px solid #8d8d8d;
    font-size: 20px;
    font-weight: 300;
    height: auto;
    float: left;
}
.faq-contact .input--filled label {
    top: -15px;
    transform: none;
    font-size: 16px;
}
.faq-contact label {
    color: #fff;
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    line-height: 100%;
    transition: 0.5s;
    font-weight: 400;
}
.faq-contact .select-selected {
    padding: 9px 0;
    height: 20px;
    white-space: nowrap;
    overflow: hidden;
}
.select-items div,
.select-selected {
    color: #fff;
    cursor: pointer;
    user-select: none;
    padding: 15px 0;
    position: relative;
    z-index: 9;
}
.custom-select,
.select-items,
.select-selected {
    background-color: transparent;
}
.faq-contact .select-items {
    background-color: #242424;
}
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #b4b4b4 transparent transparent;
}
.faq-contact .select-items div {
    padding: 15px 19px;
    border: none;
    font-size: 18px;
}
.select-items div {
    padding: 8px 0;
    color: #b4b4b4;
    transition: 0.5s;
}
.faq-contact .elogin-btn {
    padding: 13px 80px;
    width: auto;
    display: table;
    margin: 0 auto;
}
input.elogin-btn {
    border: 2px solid #e9b528;
    background: #2f2303;
    border-radius: 37px;
    transition: 0.3s;
}
input.elogin-btn,
input.elogin-btn:hover {
    padding: 13px 32px !important;
    box-shadow: none;
    color: #e9b528;
    margin-bottom: 0;
}
.elogin-btn {
    width: 100%;
    line-height: 100%;
    background-color: #c00000;
    font-weight: 500;
    font-size: 18px;
    padding: 13px 0;
    color: #fff;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
}
span.uk-text-center.uk-display-inline-block.uk-width-1-1 {
    font-size: 15px;
}
.faq-contact span {
    line-height: 20px;
    margin-top: 10px;
}
.uk-display-inline-block {
    display: inline-block !important;
}
.uk-text-center {
    text-align: center !important;
}
.input__field {
    background: unset;
    border: unset;
    width: 100%;
    color: #fff;
}
.plyr:fullscreen video {
    width: 100% !important;
}
.slider-for {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}
.slider-for.slick-initialized {
    visibility: visible;
    opacity: 1;
}
.prev-img {
    width: 250px;
}
.prev-img img {
    width: 100%;
}

.verifyotp {
    text-align: center;
}
.verifyotp p {
    color: #fff;
}
.otp_container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-block: 10px;
}

.otp_container input {
    border-radius: 32px;
    height: 64px;
    width: 16%;
    background:#CCFFF980;
    border: 1px solid #E5FFFC;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.otp_container input:focus-visible {
    outline: 1px solid #ccfff9;
    border: 0;
}

.form_button {
    width: 85%;
    margin: 15px auto;
    border-radius: 200px;
    background:#CCFFF980;
    border: 1px solid #E5FFFC;
    padding-block: 10px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
    box-shadow: 0 0 15px inset #00332D3D;
}
.resend {
    color: #ffffff90;
    font-size: 16px;
    font-weight: 600;
    background: transparent;
    width: 200px;
    margin: 0 auto;
    cursor: pointer;
    border: 0;
    font-size: 16px;
}

.choose-plan {
    text-align: center;
}

.choose-plan ul {
    border: 2px solid rgba(0, 255, 225, 0.25);
    border-top: 0;
    border-radius: 50px;
    padding: 30px 0px !important;
    background-image: linear-gradient(269.72deg, rgba(178, 77, 174, 0.25) 0%, rgba(77, 104, 224, 0.25) 33.33%, rgba(0, 212, 236, 0.25) 66.67%, rgba(128, 74, 204, 0.25) 100%);
    backdrop-filter: blur(16px);
    gap: 15px;
    display: flex;
    justify-content: center;
}

.choose-plan ul li {
    border: 2px solid rgba(0, 255, 225, 0.25);
    border-top: 0;
    border-radius: 15px;
    padding: 16px !important;
    background-image: linear-gradient(269.72deg, rgba(178, 77, 174, 0.25) 0%, rgba(77, 104, 224, 0.25) 33.33%, rgba(0, 212, 236, 0.25) 66.67%, rgba(128, 74, 204, 0.25) 100%);
    backdrop-filter: blur(16px);
    width: 30%;
}
.choose-plan ul li button {
    background-color: unset !important;
    display: flex;
    justify-content: center;
    width: 100%;
}
.choose-plan ul li button * {
    color: #fff;
}
.choose-plan ul li.active {
    border: 2px solid #fff;
    background-color: #ff0099;
}
.choose-plan .pay_button {
    background: #0ea0fc;
    border: 1px solid #E5FFFC;
    padding: 10px 40px;
    color: #fff;
    border-radius: 200px;
    text-decoration: none;
    backdrop-filter: blur(15px);
}
.small_title {
    text-align: center;
    color: #E5FFFC80;
}

.div-previous * {
    color: #02ffe1;
}

.success_page, .fail_page {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.terms-condition{
    color: #fff;
    padding: 30px 10px 10px 10px;
    a{
        color: #0ea0fc;
    }
}
.success_page .success_container, .fail_page .fail_container {
    /* border: 1px solid #ffffff29;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(16px); */
    background-image: linear-gradient(269.72deg, rgba(178, 77, 174, 0.25) 0%, rgba(77, 104, 224, 0.25) 33.33%, rgba(0, 212, 236, 0.25) 66.67%, rgba(128, 74, 204, 0.25) 100%);
    border-radius: 30px;
    padding: 26px 16px;
    margin-bottom: 20px;
    text-align: center;
    backdrop-filter: blur(16px);
    position: relative;
    width: 300px;
}
.success_page .success_container::after, .fail_page .fail_container::after {
    content: "";
    position: absolute;
    background-image: linear-gradient(269.72deg, rgba(178, 77, 174, 0.25) 0%, rgba(77, 104, 224, 0.25) 33.33%, rgba(0, 212, 236, 0.25) 66.67%, rgba(128, 74, 204, 0.25) 100%);
    padding: 24px;
    border-radius: 30px;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border: 1px solid rgba(0, 255, 225, 0.25);
    backdrop-filter: blur(16px);
}

.current_plan_card *, .success_container h2 {
    color: #fff;
}
.success_container h2 {
    font-size: 20px;
}

.dates {
    justify-content: center;
}
.dates .date {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.dates .date span {
    display: block;
}
.dates .date span:first-child {
    font-weight: bold;
}
.mobile-view-login{
    position: absolute;
    right: 15px;
}
.mobile-view-login a{
    font-size: 10px!important;
    opacity: 0.5;
}
#trendingSearchBlade {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: scroll;
}
#trendingSearchBlade > div a figure img {
    width: auto;
}
.gst{
    width: 100%;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
}
@media (max-width: 1180px) {
    /* .plyr--video {
        width: 100%;
    } */
    .searchcontent {
        grid-template-columns: repeat(3, 1fr);
    }
    .player-next,
    .player-prev {
        width: 150px;
        bottom: -35px;
    }
    .prev-img,
    .prev-title {
        display: none;
    }
    .prev-img img {
        width: 100%;
    }
    .player-elem #player {
        width: 630px;
    }
    .navbar .navlogo-left .common-icon {
        width: 170px;
    }
    .navbar .navtabs-right .tabs-navs {
        gap: 12px;
    }
    /* .choose-plan ul {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 35px !important;
    } */
     .choose-plan ul li {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .searchcontent {
        grid-template-columns: repeat(2, 1fr);
    }
    .plyr--video {
        min-width: 100% !important;
        height: 350px;
    }
    .player-elem {
        height: auto;
        margin-top: 115px;
    }
    .player-elem #player {
        width: auto;
    }
    .prev-img,
    .prev-title {
        display: none;
    }
    /* .player-next,
    .player-prev {
        bottom: -35px;
    } */
    .navbar .navlogo-left .common-icon {
        margin: 0 auto;
    }
    .navbar .navtabs-right .tabs-navs {
        gap: 12px;
    }
    .navbar .navtabs-right .tabs-navs .mob-view {
        padding: 5px;
        border-radius: 20px;
        line-height: unset;
    }
    .navbar .navtabs-right .tabs-navs li a {
        display: flex;
        font-size: 0;
    }
    .player-all-episodes {
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }
    /* .choose-plan ul {
        grid-template-columns: repeat(2, 1fr);
        padding: 30px 35px !important;
    } */
     .choose-plan ul li {
        width: 45%;
    }
    .carousal-banner .slider-for .tray-content-img img{
        height: auto;
    }
}

@media (max-width: 767px) {
    .static {
        padding-bottom: 70px;
    }
    .signup-main.choose-plan-main{
        padding-top: 60px!important;
    }
    footer .footer-main .uk-container {
        padding: 26px 15px;
    }
    header .container-fluid{
        padding: 0;
    }
    .corousal-main {
        margin-block: 10px;
    }
    .searchcontent {
        grid-template-columns: repeat(2, 1fr);
    }
    .carousal-banner .slider-for .tray-content-img img {
        height: auto;
    }
    .player-all-episodes {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
    .plyr--video {
        min-width: 100% !important;
        height: 203px;
    }
    .faqs .uk-width-2-5,
    .faqs .uk-width-3-5 {
        width: 100%;
        padding: 0;
    }
    .container-fluid {
        padding: 0;
    }
    .mobile-hide {
        display: none !important;
    }
    .desktop-hide {
        display: block !important;
        text-align: center;
        margin: 20px 0;
    }
    .navbar {
        border: unset;
        background-image: unset;
        border-radius: 0;
        padding:2px 15px!important;
    }
    nav {
        top: 0;
        border-bottom: 2px solid #ccfff9;
    }
    .navtabs-right {
        margin-top: 12px;
    }
    /* .navbar .common-nav {
        display: block;
    } */
    .navbar .navtabs-right .tabs-navs li a {
        display: flex;
        font-size: 0;
    }
    .navbar .navtabs-right .tabs-navs .mob-view {
        padding: 5px;
        border-radius: 20px;
        line-height: unset;
    }
    .navbar .navtabs-right .tabs-navs {
        padding: 0;
    }
    .carousal-banner {
        padding-top: 46px;
        margin-bottom: 46px;
    }
    .slider-nav{
        display: none!important;
    }
    /* .slider-nav .tray-content{
        width: 200px !important;
    }
    .slider-nav .tray-content a{
        width: 200px;
        display: block;
    } */
    .corousal-main .corousal-title h5 {
        font-size: 16px;
    }
    .corousal-main .corousal-title {
        height: 35px;
        padding-inline: 20px;
    }
    .corousal-main .main-card .main-img h4 {
        font-size: 13px;
    }
    .corousal-main ul, .story_tray ul {
        padding: 0 16px;
    }
    .corousal-main .tabs-of-history {
        grid-template-columns: repeat(2, 1fr);
    }
    .corousal-main .History-tabs {
        grid-template-columns: repeat(2, 1fr);
    }
    .pad-up {
        padding-top: 60px;
    }
    .profile-main-tabs {
        padding-top: 135px;
    }
    .signup-main .signup-inner {
        width: 98%;
    }
    .walet-head .nav {
        flex-wrap: nowrap;
    }
    .walet-head .walet-background {
        padding: 16px 20px !important;
    }
    footer .footer-main .uk-container .upper-foot {
        display: block;
    }
    footer .footer-main .uk-container .upper-foot .img-foot {
        margin: 0 auto;
    }
    footer .footer-main .uk-container .info-list {
        flex-wrap: wrap;
        margin: 10px auto;
        text-align: center;
        gap: 15px;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .social-icons a {
        margin-right: 10px;
    }
    .search-section {
        padding: 0;
    }
    /* .choose-plan ul {
        grid-template-columns: repeat(1, 1fr);
    } */
     .choose-plan ul li {
        width: 94%;
    }

    #trendingSearchBlade > div a {
        width: 150px;
        display: block;
    }
    #trendingSearchBlade > div a figure img {
        width: 100%;
    }
}

/* Subscription page popup temporary css */

.modal-1 {
    position: fixed;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(0 0 0 / 80%);
    display: flex;
}

.modal-content-1 {
    width: 280px;
}

.modal-content-1 {
    background-color: #fefefe;
    margin: 10% auto 0;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    color: #020202;
    position: relative;
    text-align: center;
}

.close-1 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    text-align: center;
}

.modal-content-1 p {
    line-height: 26px;
    margin-bottom: 20px;
}

.sub {
    margin: 0px 8px;
}

.sub a {
    margin: 0;
    background: #042b2c;
    height: 42px;
    line-height: 45px;
    padding-inline: 30px;
    border: 2px solid #fff0;
}

.cd-popup-trigger {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50em;
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);
    border: none;
}

/* End */

header.webView, footer.webView {
    display: none;
}

section.about.webView {
    padding-top: 20px !important;
}

.striked-amount {
    opacity: 0.7;
    text-decoration: line-through;
}