@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300,400,500,600,700,800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oooh+Baby&family=Open+Sans:ital,wght@0,300,400,500,600,700,800&display=swap";

    * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
body {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background-color: #2C2C2C;
}
body::-webkit-scrollbar {
    display: none;
}
.title1 {
    color: #fff;
}
@media screen and (max-width: 767px) {
    .title1 {
    font-size: 16px;
}
}.title2 {
    color: #fff;
    margin-bottom: 10px;
    font-size: clamp(1rem, 1.5vw, 2rem);
}
@media screen and (max-width: 900px) {
    .mobile-hide {
    display: none;
}
}@media screen and (min-width: 901px) {
    .desktop-hide {
    display: none;
}
}@media screen and (min-width: 768px) {
    .desktop-on-hide {
    display: none;
}
}@media screen and (max-width: 767px) {
    .mobile-on-hide {
    display: none;
}
}.title-see-more {
    margin-left: 15px;
    font-size: 16px;
    cursor: pointer;
    display: none;
}
.container {
    margin-left: 25px;
}
.container.static-pading {
    padding: 30px 15px;
}
@media screen and (max-width: 1024px) {
    .container {
    margin-left: 0;
}
.container.commonCarouselSection {
    padding-left: 20px;
}
}@media screen and (max-width: 900px) {
    .container .commonSplitSection {
    padding-inline: 10px;
}
}section {
    margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
    section {
    margin-bottom: 30px;
}
}section:last-child {
    margin-bottom: 20px;
}
.webview {
    display: none;
}
header {
    height: 100vh;
    width: 130px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 300ms ease-in-out;
}
@media screen and (min-width: 1025px) {
    /* header:hover {
        width: 170px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    } */
    /* header:hover .showOnHover {
        display: block;
    }
    header:hover .hideOnHover {
        display: none;
    } */
}


@media screen and (max-width: 1024px) {
    header {
    height: unset;
    width: 100%;
    position: unset;
    position: sticky;
    top: 0;
}
}
header .navbar {
    height: 100%;
    width: 100%;
    padding: 30px 10px;
    /* background: linear-gradient(180deg,  rgb(23,  63,  61) 0%,  rgb(4,  29,  28) 50%,  rgb(28,  72,  70) 100%); */
    background-color: #1b1b1b;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    header .navbar {
    display: none;
}
}
header .navbar .navBrand {
    width: 100%;
    /* height: 35px; */
    transition: 300ms ease;
}
header .navbar .navBrand .navBrandImg {
    width: 100%;
    height: auto;
    transition: 300ms ease;
}
/* .showOnHover{
    display: none;
}

.hideOnHover{
    display: block;
} */
header .navbar .navBrand h3 {
    text-align: center;
    color: #ffbd59;
    font-weight: 700;
    font-size: 14px;
}
header .navbar .navItemsContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    width: 100%;
    padding-left: 10px;
}
header .navbar .navItemsContainer .subscribe img {
    display: block;
}
header .navbar .navItemsContainer .subscribe h4 {
    display: none;
}
header .navbar .navItemsContainer .navItems {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%}
header .navbar .navItemsContainer .navItems .navList .navLinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-block: 4px;
    font-weight: bolder;
}
header .navbar .navItemsContainer .navItems .navList .navLinks:hover, header .navbar .navItemsContainer .navItems .navList .navLinks:hover p, header .navbar .navItemsContainer .navItems .navList .navLinks.active {
    background: linear-gradient(15deg, #30BE8E 0%, #308FBF 7%, #8F30BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    transition: ease-in .3s;
}
header .navbar .navItemsContainer .navItems .navList .navLinks:hover svg circle, header .navbar .navItemsContainer .navItems .navList .navLinks:hover p svg circle, header .navbar .navItemsContainer .navItems .navList .navLinks.active svg circle {
    stroke: #008FBF;
}
header .navbar .navItemsContainer .navItems .navList .navLinks:hover svg path, header .navbar .navItemsContainer .navItems .navList .navLinks:hover p svg path, header .navbar .navItemsContainer .navItems .navList .navLinks.active svg path {
    stroke: #008FBF;
    stroke-width: 1px;
}
header .navbar .navItemsContainer .navItems .navList .navLinks:hover {
    background: linear-gradient(90deg,  rgba(113,  226,  220,  0) 0%,  rgba(113,  226,  220,  0.25) 100%);
    box-shadow: 4px 0px 8px rgba(0, 0, 0, .24);
}
header .navbar .navItemsContainer .navItems .navList .navLinks .navLinkImg {
    height: 32px;
    width: 32px;
}
header .navbar .navItemsContainer .navItems .navList .navLinks .navLinkText {
    display: block;
    color: #fff;
    transition: ease-in .3s;
}
header .navbar .navItemsContainer .navItems .navList .navLinks .navLinkText:hover, header .navbar .navItemsContainer .navItems .navList .navLinks .navLinkText.active {
    color: #71e2dc;
}
header .navbar .language {
    cursor: pointer;
}
header .navbar .language #google_translate_element {
    width: fit-content !important;
    overflow: hidden;
}
/* header:hover #google_translate_element{
    width: fit-content !important;
} */
/* header .navbar .language .changeLanguage {
    display: block;
} */
header .navbar .language .changeLanguageExpand {
    display: block;
    width: 100%;
}
header .language {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
@media screen and (max-width: 1024px) {
    header .language {
    flex-direction: row;
}
}header .language p {
    font-size: 12px;
    color: #8ba09f;
}
header .top_navbar, header .bottom_navbar {
    display: none;
}
@media screen and (max-width: 1024px) {
    header .top_navbar, header .bottom_navbar {
    display: flex;
    height: 100px;
}
}@media screen and (max-width: 767px) {
    header .top_navbar, header .bottom_navbar {
    height: 70px;
}
}header .top_navbar {
    background: linear-gradient(80deg,  rgba(15,  48,  46,  0.8) 0%,  rgba(2,  25,  24,  0.8) 50%,  rgba(15,  48,  46,  0.8) 100%);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    padding-inline: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    border-image-source: linear-gradient(89.95deg,  #71e2dc 0%,  rgba(113,  226,  220,  0.36) 49.98%,  #71e2dc 99.96%);
    border-image-slice: 1;
}
@media screen and (max-width: 1024px) {
    header .top_navbar .language p {
    font-size: 16px;
}
}header .top_navbar .navBrand {
    color: #ffbd59;
    text-align: center;
}
header .top_navbar .navBrand img {
    height: 50px;
    width: 80px;
}
@media screen and (max-width: 767px) {
    header .top_navbar .navBrand img {
    width: 120px;
    height: unset;
}
}header .bottom_navbar {
    justify-content: space-evenly;
    align-items: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: linear-gradient(180deg,  rgba(0,  23,  22,  0.1) 0%,  #001716 75%), linear-gradient(90deg,  rgba(113,  226,  220,  0.1) 0%,  rgba(113,  226,  220,  0) 50%,  rgba(113,  226,  220,  0.1) 100%);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
header .bottom_navbar .navLinks {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header .bottom_navbar .navLinks img, header .bottom_navbar .navLinks svg {
    height: auto;
    width: 60px;
    margin-bottom: -5px;
}
@media screen and (max-width: 767px) {
    header .bottom_navbar .navLinks img, header .bottom_navbar .navLinks svg {
    width: 45px;
}
}@media screen and (max-width: 375px) {
    header .bottom_navbar .navLinks img, header .bottom_navbar .navLinks svg {
    width: 40px;
}
}
header .bottom_navbar .navLinks .navLinkText {
    background: linear-gradient(15deg, #30BE8E 0%, #308FBF 7%, #8F30BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    transition: ease-in .3s;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width: 767px) {
    header .bottom_navbar .navLinks .navLinkText {
    font-size: 14px;
}
}
header .bottom_navbar .navLinks.active .navLinkText {
    color: #008FBF;
}
header .bottom_navbar .navLinks.active svg circle {
    stroke: #008FBF;
}
header .bottom_navbar .navLinks.active svg path {
    stroke: #008FBF;
    stroke-width: 1px;
}
@media screen and (min-width: 1025px) {
    /* header:hover {
        width: 170px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    } */
header:hover .navbar {
    background-color: #1b1b1b82;
}
header:hover .navBrand {
    width: 100%;
    /* height: 70px; */
}
/* header:hover .navBrand .navBrandImg {
    height: 100%} */
header:hover .navBrand h3 {
    font-size: 32px !important;
}
/* header:hover .navLinkText {
    display: block !important;
} */
header:hover .subscribe {
    width: 100%;
    cursor: pointer;
}
header:hover .subscribe img {
    display: none !important;
}
header:hover .subscribe h4 {
    display: block !important;
    background-image: linear-gradient(45deg,  #ffbd59,  transparent);
    padding: 5px 7px;
}
header:hover .language p {
    font-size: 16px;
}
header:hover .language .changeLanguage {
    display: none;
}
header:hover .language .changeLanguageExpand {
    display: block;
}
}.profileNav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #71e2dc;
    padding: 0 33px 15px 75px;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}
@media screen and (max-width: 1024px) {
    .profileNav {
    height: fit-content;
    padding: 0 33px 15px 20px;
}
}@media screen and (max-width: 767px) {
    .profileNav {
    padding: 0 20px 15px;
    justify-content: space-between;
}
}.profileNav .profile {
    display: flex;
    align-items: center;
    gap: 20px;
    color: #fff;
}
.profileNav .profile .mob-number a {
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .profileNav .profile {
    gap: 10px;
}
}@media screen and (max-width: 767px) {
    .profileNav .profile .title1, .profileNav .profile .mob-number {
    padding-left: 0;
    font-size: 16px;
}
}.profileNav .logout-btn {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    background: linear-gradient(15deg, #30BE8E 0%, #308FBF 7%, #8F30BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    border: none;
}
main {
    margin-left: 130px;
    width: calc(100% - 130px);
    height: auto;
}
@media screen and (max-width: 1024px) {
    main {
    width: 100%;
    margin-left: 0;
    margin: 0 auto;
    padding-left: 20px;
}
}@media screen and (max-width: 1024px) {
    main {
    padding: 0;
}
}main .top-banner {
    width: 92%;
    height: 35vh;
    margin: 20px auto;
    border: 2px solid #71e2dc;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 1024px) {
    main .top-banner {
    height: 20vh;
    border-radius: 6px;
}
}main .top-banner .top-banner-icon-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 180px;
}
main .top-banner .top-banner-img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
main #category_container {
    display: grid;
    grid-template-columns: repeat(3,  1fr);
    gap: 15px;
    margin-right: 20px;
}
@media screen and (max-width: 1024px) {
    main #category_container {
    margin-left: 20px;
    margin-top: 20px;
}
}@media screen and (max-width: 768px) {
    main #category_container {
    grid-template-columns: repeat(2,  1fr);
}
}@media screen and (max-width: 767px) {
    main #category_container {
    grid-template-columns: repeat(1,  1fr);
}
}main #category_container .categories-banner {
    position: relative;
    height: auto;
    background-color: #fff8ee;
    border-radius: 8px;
    box-shadow: 0px 4px 36px 0px rgba(0, 23, 22, .4784313725);
}
main #category_container .categories-banner a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    height: 100%;
    padding: 16px;
}
main #category_container .categories-banner .categories-banner-img {
    height: auto;
    width: 100%;
    box-shadow: 0px 12px 24px 0px rgba(6, 33, 32, .3607843137);
    border-radius: 4px;
}
main #category_container .categories-banner .categories-banner-text {
    font-family: Oooh Baby;
    font-size: 32px;
    line-height: 1.5;
    color: #062120;
    text-shadow: 0px 4px 8px 0px rgba(6, 33, 32, .2392156863);
}
main .explore-banner .explore-banner-text {
    background: linear-gradient(280.31deg,  #FFBD59 0%,  rgba(255,  189,  89,  0) 100%);
    backdrop-filter: unset;
    -webkit-backdrop-filter: unset;
    font-style: normal;
}
main .heroCarouselSection {
    position: relative;
    margin-top: 20px;
    margin-right: 20px;
}
@media screen and (max-width: 1024px) {
    main .heroCarouselSection {
    margin-top: 0;
    margin-right: 0;
}
}main .heroCarouselSection .slickCarousel {
    display: none;
}
main .heroCarouselSection .slickCarousel.slick-initialized {
    display: block;
}
@media screen and (max-width: 900px) {
    main .heroCarouselSection .slickCarousel {
    margin-top: 0;
    height: auto;
}
}main .heroCarouselSection .slick-next, main .heroCarouselSection .slick-prev {
    position: unset !important;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 900px) {
    main .heroCarouselSection .slick-next, main .heroCarouselSection .slick-prev {
    height: auto;
}
}main .heroCarouselSection .slick-next {
    order: 3;
    justify-content: start;
}
main .heroCarouselSection .slick-prev {
    order: 1;
    justify-content: end;
}
main .heroCarouselSection .slickControls {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg,  rgba(15,  48,  46,  0) 0%,  #1b1b1b 50%,  rgba(15,  48,  46,  0) 100%);
    height: 100%;
    width: 50px;
}
@media screen and (max-width: 900px) {
    main .heroCarouselSection .slickControls {
    height: fit-content;
    height: auto;
    width: 50px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    right: 80px;
    bottom: -34px;
    gap: 10px;
    background: unset;
}
}@media screen and (max-width: 767px) {
    main .heroCarouselSection .slickControls {
    right: 60px;
}
}main .heroCarouselSection .slickControls .slick-dots {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}
main .heroCarouselSection .slickControls .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}
main .heroCarouselSection .slickControls .slick-dots li.slick-active button {
    background-color: #fff;
    box-shadow: 0 0 5px #71e2dc;
}
main .heroCarouselSection .slickControls .slick-dots li button {
    border-radius: 50%;
    height: 12px;
    width: 12px;
    font-size: 0;
    border: none;
    cursor: pointer;
    background-color: #f5f5f53e;
}
@media screen and (max-width: 767px) {
    main .heroCarouselSection .slickControls {
        bottom: -12px;
        gap: 45px;
    }
    .slick-dots {
        display: none !important;
    }
    main .heroCarouselSection .slickControls .slick-dots li button {
        height: 8px;
        width: 8px;
    }
}
main .herocarousel {
    height: 480px;
    width: 96%;
    margin-left: auto;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: inset 0 15px #000;
}
@media screen and (max-width: 1024px) {
    main .herocarousel {
    border-radius: 0;
}
}@media screen and (max-width: 430px) {
    main .herocarousel {
    height: 330px !important;
}
}@media screen and (max-width: 415px) {
    main .herocarousel {
    height: 300px !important;
}
}main .herocarousel .carousel-img {
    position: relative;
    width: 100%;
    max-height: 70vh;
    min-height: 70vh;
    height: auto;
    object-fit: cover;
    object-position: top left;
}
@media screen and (max-width: 1200px) {
    main .herocarousel .carousel-img {
    max-height: unset;
    min-height: unset;
}
}@media screen and (max-width: 1024px) {
    main .herocarousel .carousel-img {
    max-height: 64vh;
    min-height: 64vh;
}
}@media screen and (max-width: 1023px) {
    main .herocarousel .carousel-img {
    max-height: unset;
    min-height: unset;
}
}main .herocarousel .heroCarouselBody {
    position: absolute;
    width: 800px;
    bottom: 0;
    padding: 20px;
    left: 0;
    color: #fff;
}
@media screen and (max-width: 900px) {
    main .herocarousel .heroCarouselBody {
    width: calc(100% - 70px);
}
}main .herocarousel .heroCarouselBody .controlButtonsContainer {
    margin-block: 0;
}
main .herocarousel .heroCarouselBody .controlButtonsContainer .controlButtons {
    height: 40px;
    width: 40px;
}
main .herocarousel .heroCarouselBody .carouselTitle {
    margin-bottom: 0px;
    font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
    main .herocarousel .heroCarouselBody .carouselTitle {
    font-size: 1em;
}
}main .herocarousel .carouselDescription {
    line-height: 1.5;
    color: #fff;
    z-index: 9;
    position: relative;
}
@media screen and (max-width: 900px) {
    main .herocarousel .carouselDescription {
    width: 100%}
}main .commonSplitSection {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%}
@media(min-width: 901px)and (max-width: 1024px) {
    main .commonSplitSection {
    padding-left: 20px;
}
}@media screen and (max-width: 767px) {
    main .commonSplitSection {
    flex-direction: column-reverse;
}
}main .commonSplitSection .leftSection {
    width: 30%;
    padding-right: 20px;
}
@media screen and (max-width: 900px) {
    main .commonSplitSection .leftSection {
    width: 50%}
}@media screen and (max-width: 768px) {
    main .commonSplitSection .leftSection {
    width: 70%}
}@media screen and (max-width: 767px) {
    main .commonSplitSection .leftSection {
    width: 100%;
    display: grid;
    padding-right: 0px;
}
}@media screen and (max-width: 900px) {
    main .commonSplitSection .leftSection .genre {
    order: 1;
}
}main .commonSplitSection .leftSection .genre .genreItems {
    color: #b7b7b7;
}
@media screen and (max-width: 767px) {
    main .commonSplitSection .leftSection .genre .genreItems {
    margin-top: -10px;
}
}main .commonSplitSection .leftSection .leftSectionDescription {
    line-height: 1.5;
    color: rgba(255, 255, 255, .8);
    margin-top: 30px;
    width: 90%}
@media screen and (max-width: 1024px) {
    main .commonSplitSection .leftSection .leftSectionDescription {
    margin-top: 20px;
}
}@media screen and (max-width: 767px) {
    main .commonSplitSection .leftSection .leftSectionDescription {
    margin-top: 0px;
    order: 3;
}
}@media screen and (max-width: 900px) {
    main .commonSplitSection .leftSection .controlButtonsContainer {
    order: 2;
}
}main .commonSplitSection .leftSection .controlButtons {
    opacity: .5;
}
main .commonSplitSection .leftSection .controlButtons:hover {
    opacity: 1;
}
main .commonSplitSection .rightSection {
    position: relative;
    width: 70%}
@media screen and (max-width: 900px) {
    main .commonSplitSection .rightSection {
    width: 100%}
}main .commonSplitSection .rightSection img {
    height: 100%;
    width: 100%;
    border-radius: 30px 0 0 30px;
}
@media screen and (max-width: 900px) {
    main .commonSplitSection .rightSection img {
    margin-block: 15px;
    border-radius: 10px;
}
}main .commonCarousel {
    display: none;
}
main .commonCarousel.slick-initialized {
    display: block;
}
main .commonCarousel .carouselCard {
    position: relative;
    margin-right: 15px;
}
main .commonCarousel .carouselCard .carouselCardImage {
    border-radius: 15px;
    width: 100%;
    height: 100%}
main .commonCarousel .carouselCard .subscribe-frame {
    position: absolute;
    right: 5px;
    top: 5px;
    height: 40px;
    width: 40px;
}
main .commonCarousel .slick-prev, main .commonCarousel .slick-next {
    top: 0;
}
main .commonCarousel .slick-prev {
    left: 0;
    background: linear-gradient(85deg,  #1b1b1b 0%,  #1b1b1b90 50%,  #1b1b1b00 100%);
}
main .commonCarousel .slick-prev::after {
    left: 5px;
    transform: rotate(-90deg);
    position: absolute;
}
main .commonCarousel .slick-next {
    right: 0;
    background: linear-gradient(268deg,  #1b1b1b 0%,  #1b1b1b90 50%,  #1b1b1b00 100%);
}
main .commonCarousel .slick-next::after {
    right: 5px;
    transform: rotate(270deg);
    position: absolute;
}
main .commonCarousel.insta-worthy {
    max-height: 308px;
    overflow: hidden;
}
@media screen and (min-width: 1440px) {
    main .commonCarousel.insta-worthy {
    max-height: 400px;
}
}@media screen and (min-width: 1900px) {
    main .commonCarousel.insta-worthy {
    max-height: 550px;
}
}@media screen and (max-width: 767px) {
    main .commonCarousel.insta-worthy {
    max-height: 400px;
}
}main .commonCarousel.insta-worthy .carouselCard {
    padding: 20px;
    background-color: #fff;
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
}
main .commonCarousel.insta-worthy .carouselCard img {
    border-radius: 8px;
}
main .commonCarousel.insta-worthy .carouselCard p {
    font-family: Oooh Baby;
    font-size: 35px;
    font-weight: 400;
    line-height: 24px;
    margin-block: 15px;
    color: #001716;
}
@media screen and (max-width: 1024px) {
    main .content_details .container {
    margin-left: 20px;
}
}main .content_details .content_details_img {
    height: 55vh;
    width: 100%}
main .content_details .content_details_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 50px;
    margin-block: 15px;
}
@media screen and (max-width: 767px) {
    main .content_details .content_details_head {
    flex-direction: column;
    align-items: flex-start;
}
}main .content_details .content_details_head .content_details_title .title2 {
    margin-bottom: 0;
}
main .content_details .content_details_head .content_details_title .genre {
    color: #b7b7b7;
}
main .content_details .content_details_head .controlButtonsContainer {
    margin-block: 0;
}
@media screen and (max-width: 767px) {
    main .content_details .content_details_head .controlButtonsContainer {
    margin-block: 10px;
}
}main .content_details .video_series_section {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding-block: 50px;
    background-color: #000000ba;
}
@media screen and (max-width: 900px) {
    main .content_details .video_series_section {
    flex-direction: column;
    gap: 20px;
    padding-block: 0;
}
}@media screen and (max-width: 768px) {
    main .content_details .video_series_section {
    gap: 0px;
}
}main .content_details .video_series_section .player__wrap__mainplayer {
    width: 60%}
@media screen and (max-width: 900px) {
    main .content_details .video_series_section .player__wrap__mainplayer {
    width: 100%}
}@media screen and (max-width: 900px) {
    main .content_details .video_series_section .episode_controls_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}
main .content_details .video_series_section .episode_controls_container .episode_number {
    background-color: #71e2dc;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: #000;
    font-weight: 700;
    padding: 7px 20px;
    transition: all 250ms;
    touch-action: manipulation;
}
main .content_details .video_series_section .episode_controls_container .episode_number:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
}@media screen and (max-width: 768px) {
    main .content_details .video_series_section .episode_controls_container {
    margin-bottom: 0;
}
}main .content_details .video_series_section .episode_number, main .content_details .video_series_section .episode_title {
    text-align: center;
}
main .content_details .video_series_section .episode_number {
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
main .content_details .video_series_section .episode_number .episodesControl {
    transform: scale(1.5);
    display: inline-block;
}
main .content_details .video_series_section .prev_episode, main .content_details .video_series_section .next_episode {
    height: auto;
    width: 200px;
}
@media screen and (max-width: 1024px) {
    main .content_details .video_series_section .prev_episode, main .content_details .video_series_section .next_episode {
    width: 150px;
}
}main .content_details .video_series_section .prev_episode .episode_img, main .content_details .video_series_section .next_episode .episode_img {
    width: 100%}
main .content_details .share_icons_container {
    left: 0;
}
main .content_details .share_icons_container.open_share .share_icons {
    left: -42px;
}
main .content_details .share_icons_container.open_share .share_icons.fb_share {
    left: -120px;
}
main .content_details .share_icons_container.open_share .share_icons.tw_tshare {
    left: -60px;
}
main .content_details .share_icons_container.open_share .share_icons.copylink {
    left: unset;
}
@media screen and (max-width: 767px) {
    main .content_details .share_icons_container {
    left: unset;
}
main .content_details .share_icons_container.open_share {
    right: -135px;
}
main .content_details .share_icons_container.open_share .fb_share {
    left: unset !important;
}
main .content_details .share_icons_container.open_share .copylink {
    left: -120px !important;
}
main .content_details .share_icons_container.open_share, main .content_details .share_icons_container.open_share * {
    top: 0 !important;
}
}main .episodes_container {
    display: grid;
    grid-template-columns: repeat(4,  1fr);
    gap: 20px;
}
@media screen and (max-width: 1024px) {
    main .episodes_container {
    padding-inline: 15px;
}
}@media screen and (max-width: 767px) {
    main .episodes_container {
    grid-template-columns: repeat(2,  1fr);
    gap: 15px;
}
}main .episodes_container a {
    width: 100%;
    display: block;
}
main .episodes_container a img {
    width: 100%;
    transition: 300ms ease;
}
main .episodes_container a img:hover {
    transform: scale(1.1);
}
main #loadMoreEpisodeBtn {
    margin-bottom: 20px;
    text-align: center;
}
main #loadMoreEpisodeBtn .load_more_episode {
    cursor: pointer;
    border: none;
    background-color: #71e2dc;
    border-radius: 100px;
    box-shadow: rgba(44, 187, 99, .2) 0 -25px 18px -14px inset, rgba(44, 187, 99, .15) 0 1px 2px, rgba(44, 187, 99, .15) 0 2px 4px, rgba(44, 187, 99, .15) 0 4px 8px, rgba(44, 187, 99, .15) 0 8px 16px, rgba(44, 187, 99, .15) 0 16px 32px;
    color: #000;
    font-weight: 700;
    padding: 7px 20px;
    transition: all 250ms;
    touch-action: manipulation;
}
main #loadMoreEpisodeBtn .load_more_episode:hover {
    box-shadow: rgba(44, 187, 99, .35) 0 -25px 18px -14px inset, rgba(44, 187, 99, .25) 0 1px 2px, rgba(44, 187, 99, .25) 0 2px 4px, rgba(44, 187, 99, .25) 0 4px 8px, rgba(44, 187, 99, .25) 0 8px 16px, rgba(44, 187, 99, .25) 0 16px 32px;
    transform: scale(1.05) rotate(-1deg);
}
main .profile-main {
    height: calc(100vh - 190px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    position: relative;
    color: #f1f1f1;
}
@media screen and (max-width: 1366px) {
    main .profile-main {
    height: calc(100vh - 220px);
}
}@media screen and (max-width: 768px) {
    main .profile-main {
    margin-block: 45px;
}
}@media screen and (max-width: 767px) {
    main .profile-main {
    margin-block: 10px;
}
}main .profile-main .profile-subs-img {
    width: 720px;
    height: 40vh;
}
@media screen and (max-width: 1024px) {
    main .profile-main .profile-subs-img {
    height: 30vh;
}
}@media screen and (max-width: 768px) {
    main .profile-main .profile-subs-img {
    height: 25vh;
}
}@media screen and (max-width: 767px) {
    main .profile-main .profile-subs-img {
    height: 200px;
    width: 90%;
    margin: 0 auto;
}
}main .profile-main .unsubscribe-btn {
    padding: 10px 15px;
    border-radius: 200px;
    font-size: 12px;
    border: 1px solid;
    color: #008FBF;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    main .profile-main .unsubscribe-btn {
    padding: 10px 14px;
}
}main .profile-main .unsubscribe-btn:hover {
    background: #008FBF;
    color: #fff;
    transition: ease-in-out .3s;
}
main .vjs-poster {
    background-repeat: no-repeat;
    background-size: 100% 100%}
main .search {
    height: fit-content;
    position: sticky;
    top: 0;
    padding: 1rem;
    margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
    main .search {
    top: 100px;
}
}@media screen and (max-width: 767px) {
    main .search {
    top: 70px;
    padding: .8rem;
}
}main .search .search__input_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 70px;
    width: 100%;
    padding-inline: 20px;
    border: 1px solid #fff;
    border-radius: 1rem;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}
main .search .search__input_wrap .search_left_section button, main .search .search__input_wrap .search_left_section input, main .search .search__input_wrap .search_right_section button, main .search .search__input_wrap .search_right_section input {
    background: rgba(0, 0, 0, 0);
    border: none;
    color: #fff;
    cursor: pointer;
}
main .search .search__input_wrap .search_left_section, main .search .search__input_wrap .search_right_section {
    display: flex;
    align-items: center;
    gap: 10px;
}
main .search .search__input_wrap .search_left_section {
    width: calc(100% - 100px);
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}
main .search .search__input_wrap .search_left_section input {
    padding: 10px 0;
    transition: 300ms ease-in-out;
    width: 100%;
    letter-spacing: 2px;
    font-size: 16px;
}
main .search .search__input_wrap .search_left_section input::placeholder {
    color: #fff;
    opacity: 1;
}
main .search .search__input_wrap .search_left_section input::-ms-input-placeholder {
    color: #fff;
}
main .search .search__input_wrap .search_left_section input:focus-visible {
    border: none;
    outline: none;
}
main .search__result__title {
    color: #fff;
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 1px;
}
@media screen and (max-width: 1024px) {
    main .search__result__title {
    padding-left: 20px;
}
}main .search__result__show {
    padding-right: 60px;
}
@media screen and (max-width: 1024px) {
    main .search__result__show {
    padding-left: 0;
    padding-inline: 15px;
}
}main .search__result__show .search_result {
    display: grid;
    grid-template-columns: repeat(5,  1fr);
    gap: 10px;
    padding-bottom: 1rem;
}
@media screen and (max-width: 1200px) {
    main .search__result__show .search_result {
    grid-template-columns: repeat(4,  1fr);
}
}@media screen and (max-width: 767px) {
    main .search__result__show .search_result {
    grid-template-columns: repeat(2,  1fr);
}
}main .search__result__show .search_result .search_result_card {
    height: auto;
}
main .search__result__show .search_result .search_result_card img {
    height: 100%;
    width: 100%}
main .search-main .carousel-title-n-arrow {
    margin-bottom: 15px;
}
main .privacy, main .about-us, main .terms-condition, main .help-center {
    color: rgba(255, 255, 255, .8392156863);
}
main .privacy p, main .privacy ul li, main .privacy a, main .about-us p, main .about-us ul li, main .about-us a, main .terms-condition p, main .terms-condition ul li, main .terms-condition a, main .help-center p, main .help-center ul li, main .help-center a {
    font-size: 14px;
    line-height: 1.5;
}
main .privacy a, main .about-us a, main .terms-condition a, main .help-center a {
    color: #71e2dc;
}
main .privacy p, main .about-us p, main .terms-condition p, main .help-center p {
    margin-block: 15px;
}
@media screen and (max-width: 767px) {
    main .privacy p, main .about-us p, main .terms-condition p, main .help-center p {
    margin-block: 10px;
}
}main .privacy .title1, main .about-us .title1, main .terms-condition .title1, main .help-center .title1 {
    text-align: center;
    margin-block: 20px;
    width: fit-content;
    color: #fff;
}
main .privacy .title1::after, main .about-us .title1::after, main .terms-condition .title1::after, main .help-center .title1::after {
    content: "";
    display: block;
    margin: 0 auto;
    height: 2px;
    margin-top: 5px;
    width: 100%;
    background: #71e2dc;
}
main .privacy .title2, main .about-us .title2, main .terms-condition .title2, main .help-center .title2 {
    margin-top: 20px;
    margin-bottom: 10px;
}
main .faq-accordion .faq {
    border-bottom: 1px solid #71e2dc;
    padding-block: 10px;
    margin-block: 10px;
    cursor: pointer;
}
main .faq-accordion .faq_accordion_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 20px;
    margin: 0;
    color: #ffbd59;
}
main .faq-accordion .faq_accordion_title .expand_btn {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}
main .faq-accordion .faq_accordion_content {
    max-height: 1px;
    overflow-y: hidden;
    transition: max-height 250ms ease-in;
    padding-left: 20px;
}
main .faq-accordion .faq_accordion_content ul li {
    list-style: disc;
}
main .faq-accordion .faq_accordion_content ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
main .faq-accordion .faq_accordion_content.expand {
    max-height: 2000px;
}
.section_404 {
    display: block;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6vh;
}
@media screen and (max-width: 1024px) {
    .section_404 {
    height: calc(100vh - 200px);
    padding-top: 0vh;
}
}@media screen and (max-width: 820px) {
    .section_404 {
    height: calc(100vh - 198px);
    padding-top: 6vh;
}
}@media screen and (max-width: 767px) {
    .section_404 {
    height: calc(100vh - 140px);
}
}.section_404 h1 {
    color: #ffbd59;
    font-size: 46px;
}
@media screen and (max-width: 1024px) {
    .section_404 h1 {
    font-size: 38px;
}
}@media screen and (max-width: 767px) {
    .section_404 h1 {
    font-size: 26px;
}
}.section_404 p {
    color: #996b3d;
    font-size: 18px;
    width: 30rem;
    margin: 1vh auto;
}
@media screen and (max-width: 767px) {
    .section_404 p {
    width: 100%;
    padding-inline: 15px;
    font-size: 14px;
}
}.section_404 button {
    background-color: #ffbd59;
    color: #062120;
    padding: 12px 50px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 100px;
    border: none;
    margin-top: 4vh;
    margin-bottom: 2vh;
}
@media screen and (max-width: 767px) {
    .section_404 button {
    padding: 12px 50px;
}
}.section_404 img {
    width: 100%;
    height: auto;
}
.auth-main {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 190px);
    width: 100%}
@media screen and (max-width: 1024px) {
    .auth-main {
        height: calc(100vh - 220px);
    }
}
.auth-main #signInForm {
    width: 50%;
    height: fit-content;
    border-radius: 36px;
    border: 2px solid #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
}
@media screen and (max-width: 1024px) {
    .auth-main #signInForm {
    width: 70%}
}@media screen and (max-width: 767px) {
    .auth-main #signInForm {
    width: 95%}
}.auth-main #signInForm .top-part {
    width: 80%;
    margin: 50px auto;
}
@media screen and (max-width: 767px) {
    .auth-main #signInForm .top-part {
    width: 90%;
    margin: 30px auto;
}
}@media screen and (max-width: 375px) {
    .auth-main #signInForm .top-part {
    margin: 20px auto;
}
}.auth-main #signInForm .top-part .input_field {
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-main #signInForm .top-part #mobile_input_field {
    background: rgba(0, 0, 0, 0);
    width: 100%;
    height: 60px;
    margin-block: 15px;
    padding: 15px 10px;
    border-radius: 0 1rem 1rem 0;
    border-left: none !important;
}
.auth-main #signInForm .top-part .concent {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.auth-main #signInForm .top-part .concent .concent-note {
    font-size: 14px;
}
.auth-main #signInForm .top-part .concent input[type=checkbox].concent-checkbox {
    appearance: none;
    background-color: rgba(0, 0, 0, 0);
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: .15em solid gray;
    border-radius: .15em;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}
.auth-main #signInForm .top-part .concent input[type=checkbox].concent-checkbox::before {
    content: "";
    width: .65em;
    height: .65em;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em #71e2dc;
    transform-origin: bottom left;
    clip-path: polygon(14% 44%,  0 65%,  50% 100%,  100% 16%,  80% 0%,  43% 62%);
}
.auth-main #signInForm .top-part .concent input[type=checkbox].concent-checkbox:checked::before {
    transform: scale(1);
}
.auth-main #signInForm .bottom-part {
    margin-top: 20px;
}
.auth-main #signInForm .bottom-part .authControls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.auth-main #signInForm .bottom-part .authControls .auth-control-btn {
    color: #008FBF;
    background: rgba(0, 0, 0, 0);
    padding: 10px 25px;
    border: 1px solid;
    border-radius: 200px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
.auth-main #signInForm .bottom-part .authControls .auth-control-btn:hover {
    background: #008FBF;
    color: #fff;
    transition: ease-in .3s;
}
.auth-main #signInForm .bottom-part .skip-btn {
    text-align: center;
    color: #008FBF;
    text-decoration: underline;
    margin-top: 20px;
    cursor: pointer;
    width: 100%;
    display: inline-block;
}
footer {
    background: #1b1b1b;
    padding: 30px 10px 0;
    text-align: center;
}
footer * {
    color: #fff !important;
}
@media screen and (max-width: 1024px) {
    footer {
    margin-bottom: 100px;
}
}@media screen and (max-width: 767px) {
    footer {
    margin-bottom: 70px;
}
}@media screen and (max-width: 767px) {
    footer .footerLoog {
    margin-bottom: 15px;
}
}footer .footerLoog img {
    height: 50px;
    width: 200px;
}
footer .footerLoog h1 {
    color: #ffbd59;
}
footer .footerLinks, footer .terms-pages {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    /* color: #71e2dc; */
}
@media screen and (max-width: 1190px) {
    footer .footerLinks, footer .terms-pages {
    justify-content: center;
    align-items: center;
    gap: 20px;
}
}@media screen and (max-width: 1024px) {
    footer .footerLinks, footer .terms-pages {
    justify-content: center;
    align-items: center;
    gap: 12px;
}
}@media screen and (max-width: 767px) {
    footer .footerLinks, footer .terms-pages {
    font-size: 12px;
}
}footer .footerLinks {
    padding-bottom: 15px;
    position: relative;
}
footer .footerLinks::after {
    content: "";
    height: .5px;
    position: absolute;
    width: 94%;
    background-color: #71e2dc;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 900px) {
    footer .footerLinks::after {
        width: 100%
    }
}
@media screen and (max-width: 1024px) {
    footer .footerLinks {
    display: grid;
}
}footer .footerLinks .terms-pages {
    gap: 25px;
}
@media screen and (max-width: 1024px) {
    footer .footerLinks .terms-pages {
    order: 3;
}
}@media screen and (max-width: 375px) {
    footer .footerLinks .terms-pages {
    gap: 20px;
}
}footer .footerLinks .terms-pages .terms-list {
    list-style: disc;
}
footer .footerLinks .terms-pages .terms-list:first-child {
    list-style: none;
}
footer .footerLinks .terms-pages .terms-list .terms-links {
    color: #71e2dc;
    opacity: .8;
    font-size: 12px;
}
footer .footerLinks .social-icons img, footer .footerLinks .download-links img {
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
    transition: 300ms ease;
}
footer .footerLinks .social-icons img:hover, footer .footerLinks .download-links img:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
    footer .footerLinks .social-icons {
    display: none !important;
    order: 2;
}
}footer .footerLinks .social-icons img {
    width: 35px;
    height: 35px;
}
@media screen and (max-width: 1024px) {
    footer .footerLinks .download-links-container {
    order: 1;
}
}footer .footerLinks .download-links-container h4, footer .footerLinks .social-icons h4 {
    font-weight: 400 !important;
}
@media screen and (max-width: 767px) {
    footer .footerLinks .download-links-container h4, footer .footerLinks .social-icons h4 {
    font-size: 18px;
}
}footer .copyright, footer .powered_by {
    color: #71e2dc;
    font-size: 12px;
    letter-spacing: 1px;
}
@media screen and (max-width: 1190px) {
    footer .copyright, footer .powered_by {
    font-size: 10px;
}
}footer .footer_bottom {
    padding-block: 20px;
}
@media screen and (max-width: 1190px) {
    footer .footer_bottom {
    flex-direction: column;
    justify-content: unset;
    gap: 10px;
}
}footer .footer_bottom, footer .powered_by {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
/* footer .powered_by img {
    height: 25px;
    width: 25px;
} */
.subscription_wrapper {
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
}
.subscription_wrapper .dt-mobile {
    width: 100%}
.subscription_wrapper.plan  #dtsubscription,  .subscription_wrapper.plan  #dtotp{
    /* margin: 0 auto;
    width: 90% */
    width: 380px;
    padding: 10px 40px;
    background: transparent;
    border-radius: 15px;
    height: auto;
    margin: 30px auto 0;
    border: 2px solid #fff;
}
.subscription_wrapper #dtsubscription {
    margin: 0 auto;
    width: 90%
}
.subscription_wrapper #dtsubscription .input_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-block: 15px;
}
.subscription_wrapper.plan #dtsubscription .input_container {
    margin-block: 5px;
}
@media screen and (max-width: 767px) {
    .subscription_wrapper #dtsubscription .input_container {
    flex-direction: column;
}
}
.subscription_logo p span {
    text-align: center;
    color: #f1f1f1;
    display: block;
}
.subscription_wrapper #dtsubscription .input_container .input_div {
    width: 100%
}
.subscription_wrapper.plan .radio-group {
    margin-block: 10px;
}
.subscription_wrapper #dtsubscription .input_container .input_div.mobile_container {
    display: flex;
    justify-content: start;
    align-items: center;
}
.subscription_wrapper.plan #dtsubscription .input_container .input_div.mobile_container {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100% !important;
}
.subscription_wrapper.plan #dtsubscription .input_container .input_div.mobile_container #stdisdcode {
    padding-left: 5px;
    border-radius: 200px 0 0 200px;
    width: 100px;
    text-overflow: ellipsis;
    background: #fff;
    color: #000;
    text-align: center;
}
.subscription_wrapper #dtsubscription .input_container .input_div.mobile_container #stdisdcode {
    padding-left: 5px;
    border-radius: 5px 0 0 5px;
    width: 100px;
    text-overflow: ellipsis;
    background: #fff;
    color: #000;
    text-align: center;
}
.subscription_wrapper.plan  #dtsubscription .input_container .input_div.mobile_container .otp_input {
    border-radius: 0 200px 200px 0;
    padding-left: 10px;
}
.subscription_wrapper #dtsubscription .input_container .input_div.mobile_container .otp_input {
    border-radius: 0 5px 5px 0;
    padding-left: 10px;
}
.subscription_wrapper #dtsubscription .input_container .input_div #aioConceptName {
    border-radius: 5px;
}
.subscription_wrapper.plan #dtsubscription .input_container .input_div select, .subscription_wrapper.plan #dtsubscription .input_container .input_div input {
    border: 0;
    height: 40px;
    width: 100%
}
.subscription_wrapper #dtsubscription .input_container .input_div select, .subscription_wrapper #dtsubscription .input_container .input_div input {
    border: 0;
    height: 50px;
    width: 100%
}
.subscription_wrapper #dtsubscription .input_container .input_div select:focus-visible, .subscription_wrapper #dtsubscription .input_container .input_div input:focus-visible {
    outline: 0;
}
.subscription_wrapper #dtsubscription .btn-grouping, .subscription_wrapper #dtotp .btn-grouping {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.subscription_wrapper #dtotp .btn-grouping {
    flex-direction: row !important;
}
.subscription_wrapper.plan #dtsubscription .btn-grouping, .subscription_wrapper #dtotp .btn-grouping {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-direction: column;
}
.subscription_wrapper.plan #dtsubscription .btn-grouping button, .subscription_wrapper #dtotp .btn-grouping button {
    font-size: 16px;
    padding: 8px 12px;
    width: 100%;
    border-radius: 200px;
    border: 1px solid #008FBF;
    background-color: #000;
    color: #008FBF;
    font-weight: 600;
    cursor: pointer;
    height: 40px;
}
.subscription_wrapper #dtsubscription .btn-grouping button, .subscription_wrapper #dtotp .btn-grouping button {
    font-size: 16px;
    padding: 8px 12px;
    width: 100px;
    border-radius: 20px;
    border: 1px solid #008FBF;
    background-color: #000;
    color: #008FBF;
    font-weight: 600;
    cursor: pointer;
}
.subscription_wrapper.plan #dtsubscription .btn-grouping button:first-child {
    background: #008FBF;
    color: #000000;
    border-color: #000000;
    transition: 300ms ease;
}
.subscription_wrapper.plan #dtsubscription .btn-grouping button:first-child:hover {
    background: #000000;
    color: #008FBF;
    border-color: #008FBF;
}
.subscription_wrapper.plan #plan-desc-span {
    margin-top: 5px;
    color: #f1f1f1;
    text-align: center;
    display: block;
}
.subscription_wrapper #dtotp .mobile_container {
    margin: 0 auto;
}
.subscription_wrapper #dtotp .dt-mobile input {
    border: 0;
    height: 50px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    padding-left: 10px;
    margin-block: 20px;
}
.subscription_wrapper h3, .subscription_wrapper h5 {
    text-align: center;
    margin-block: 10px;
}
.subscription_wrapper h3, .subscription_wrapper h5, .subscription_wrapper p, .subscription_wrapper ul li {
    color: #fff;
}

.subscription_wrapper ul {
    margin-block: 10px;
    padding-inline: 25px;
}
.rtl {
    direction: rtl;
}
.subscription_wrapper ul li {
    list-style: disc;
    line-height: 1.5;
}
.genre {
    display: flex;
    gap: 20px;
    font-size: 14px;
}
.genre .genreItems {
    font-size: 12px;
    margin-top: 10px;
    color: rgba(255, 255, 255, .6392156863);
}
.controlButtonsContainer {
    margin-block: 20px;
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 9;
    width: fit-content;
}
#banner-below-text {
    width: 50%;
    margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
    #banner-below-text {
        width: 100%;
        padding-inline: 20px;
    }
}
@media screen and (max-width: 900px) {
    .controlButtonsContainer {
    margin-block: 5px;
}
}.controlButtonsContainer .controlButtons {
    cursor: pointer;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19,  1,  0.22,  1);
}
.controlButtonsContainer .controlButtons:hover {
    outline: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
}
@media screen and (max-width: 1190px) {
    .controlButtonsContainer .controlButtons {
    height: 40px;
    width: 40px;
}
}.controlButtonsContainer .share_icons_container {
    display: flex;
    align-items: center;
    gap: 20px;
    width: fit-content;
    position: absolute;
    top: 22px;
    right: 0;
    z-index: -1;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .controlButtonsContainer .share_icons_container {
    top: 0 !important;
    right: -200px;
}
}.controlButtonsContainer .share_icons_container .share_icons {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: all 300ms ease-in-out;
    position: absolute;
    left: 0;
    cursor: pointer;
    background-position: center;
}
@media screen and (max-width: 900px) {
    .controlButtonsContainer .share_icons_container .share_icons {
    height: 35px;
    width: 35px;
}
}.controlButtonsContainer .share_icons_container .share_icons.fb_share {
    background-image: url(/template-eight/assets/img/social-fb-icon-banner.svg);
    fill-opacity: 1;
}
.controlButtonsContainer .share_icons_container .share_icons.tw_tshare {
    background-image: url(/template-eight/assets/img/social-tw-icon-banner.svg?v=1);
}
.controlButtonsContainer .share_icons_container .share_icons.copylink {
    background-image: url(/template-eight/assets/img/social-copy-icon.svg);
}
.controlButtonsContainer .share_icons_container .share_icons.copylink:hover .copy_popup {
    opacity: 1;
}
.controlButtonsContainer .share_icons_container .share_icons.copylink .copy_popup {
    background: #1c5451;
    padding: 5px 10px;
    color: #fff;
    width: 60px;
    font-size: 12px;
    position: absolute;
    top: -40px !important;
    left: -10px;
    border-radius: 5px;
    text-align: center;
    opacity: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    pointer-events: none;
}
.controlButtonsContainer .share_icons_container .share_icons.copylink .copy_popup::after {
    content: "";
    border-left: 10px solid rgba(0, 0, 0, 0);
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid #1c5451;
    bottom: -10px;
    left: 35%;
    position: absolute;
}
.controlButtonsContainer .share_icons_container.open_share {
    opacity: 1;
    z-index: 2;
    height: 35px;
}
.controlButtonsContainer .share_icons_container.open_share .share_icons {
    top: -70px;
}
@media screen and (max-width: 767px) {
    .controlButtonsContainer .share_icons_container.open_share .share_icons {
    bottom: 0;
}
}.controlButtonsContainer .share_icons_container.open_share .share_icons.tw_tshare {
    left: 60px;
}
.controlButtonsContainer .share_icons_container.open_share .share_icons.copylink {
    left: 120px;
}
.heroCarouselBody .share_icons_container, .commonSplitSection .share_icons_container {
    left: 65px;
    top: 2px;
    flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
    .heroCarouselBody .share_icons_container, .commonSplitSection .share_icons_container {
    left: 60px;
}
}.heroCarouselBody .share_icons_container .share_icons, .commonSplitSection .share_icons_container .share_icons {
    top: 0 !important;
}
@media screen and (max-width: 767px) {
    .heroCarouselBody .share_icons_container .share_icons, .commonSplitSection .share_icons_container .share_icons {
    top: 0px !important;
    right: 0;
}
}.heroCarouselBody .genre {
    margin-bottom: 5px;
}
.heroCarouselBody .share_icons_container {
    left: 130px;
}
@media screen and (max-width: 900px) {
    .heroCarouselBody .share_icons_container {
    left: 115px;
}
}@media screen and (max-width: 767px) {
    .heroCarouselBody .share_icons_container {
    left: 0 !important;
}
.heroCarouselBody .share_icons_container .share_icons {
    top: -50px !important;
}
}.content_details_description {
    color: rgba(255, 255, 255, .8);
    width: 85%}
.content_details_description .content_details_description_text {
    text-align: left;
    line-height: 1.5;
    font-size: .8rem;
}
.content_details_description .content_details_description_text.expand {
    -webkit-line-clamp: unset;
}
@media screen and (max-width: 900px) {
    .content_details_description {
    width: 90%}
}.view-m-l {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0);
    border: none;
    width: 40px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    font-size: 0px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0;
}
.slick-prev::after {
    content: url(/template-eight/assets/img/arrow-square-up.svg);
}
.slick-next::after {
    content: url(/template-eight/assets/img/arrow-square-down.svg);
}
.slick-track {
    margin-left: unset !important;
    margin-right: unset !important;
}
.banner-click {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0);
}
.banner-overlay {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(180deg,  rgba(0,  0,  0,  0) 0%,  rgba(0,  0,  0,  0.7) 100%);
    z-index: 1;
}
.select_container {
    position: relative;
}
.select_container .select_country_input {
    width: 65px;
    text-align: left;
    padding-inline: 10px;
    cursor: pointer;
    background-image: url("/template-eight/assets/img/down.svg") !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
}
.select_container .contry_container {
    width: 230px;
    max-height: 300px;
    overflow: scroll;
    display: none;
    position: absolute;
    z-index: 1;
    border: 1px solid #fff;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
}
.select_container .contry_container::-webkit-scrollbar {
    display: none;
}
.select_container .contry_container.open_country_container {
    display: block;
}
.select_container .contry_container #search_country, .select_container .contry_container .country_button {
    width: 100%;
    padding: 5px 7px;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    text-align: left;
    padding-left: 10;
    padding-block: 7;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.select_container .contry_container #search_country:focus-visible, .select_container .contry_container .country_button:focus-visible {
    outline: none;
}
.select_container .contry_container #search_country {
    border-bottom: 1px solid #fff;
    color: #008FBF;
    position: sticky;
    top: 0;
    background-color:#2c2c2c;
    font-size: 16px;
}
#mobile_input_field {
    font-size: 1rem;
}
.select_country_input, #mobile_input_field {
    border: 1px solid rgb(251, 251, 251);
    color: #fff;
    height: 40px;
    background-color: #16403e;
}
.select_country_input:focus, #mobile_input_field:focus {
    outline: none;
}
.select_country_input {
    width: 30%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 1rem 0 0 1rem;
    border: 1px solid rgb(255, 255, 255);
    border-right: none !important;
}
#dtsubscription .select_container .contry_container {
    top: 50px;
}
.subscription_logo img {
    /* height: 10vw; */
    margin: 10px auto;
    width: 20rem;
}
.subscription_logo img.plan-logo {
    margin: 5px auto;
    border-radius: 12px;
}
.englishHide {
    display: none;
}
.navBrandImg.english-language {
    display: block;
}
.video-js {
    position: relative !important;
    width: 100% !important;
    height: auto !important;
}
.body_content .body_content_data {
    position: absolute;
    width: fit-content;
    bottom: 0;
    opacity: 0;
    z-index: 9;
    transition: 300ms ease;
    background: rgba(0, 0, 0, .3607843137);
    padding: 24px;
    border-radius: 14px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    pointer-events: none;
}
@media screen and (max-width: 767px) {
    .body_content .body_content_data {
    padding: 12px;
}
}.body_content .body_content_data.open {
    opacity: 1;
    bottom: 60px;
}
.body_content .body_content_data h1 {
    width: 500px;
}
@media screen and (max-width: 767px) {
    .body_content .body_content_data h1 {
    width: 300px;
}
}.search__close {
    width: 30px;
    height: 30px;
}
.search__close img {
    width: 100%;
    height: 100%}
.search__clear {
    color: #ffffff !important;
}
.back_button {
    position: absolute;
    left: 0px;
    top: 10px;
    cursor: pointer;
    z-index: 9;
    padding: 6px 10px;
    border: 1px solid #fff;
    background: linear-gradient(180deg,  #001716 0%,  rgba(0,  23,  22,  0) 100%);
    border-radius: 8px;
}
.back_button.modifier {
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
    border: 1px solid #71e2dc;
    left: 100px;
    position: fixed;
    top: 24px;
    z-index: 99;
}
@media screen and (max-width: 1024px) {
    .back_button.modifier {
    left: 20px;
    top: 120px;
}
}@media screen and (max-width: 820px) {
    .back_button.modifier {
    top: 120px;
    left: 20px;
}
}@media screen and (max-width: 767px) {
    .back_button.modifier {
    top: 75px;
    left: 0px;
    border: none;
    background: none;
}
}.back_button.profile_back {
    left: 80px;
}
@media screen and (max-width: 820px) {
    .back_button.profile_back {
    left: 30px;
}
}@media screen and (max-width: 767px) {
    .back_button.profile_back {
    left: 0;
}
}.back_button.category {
    position: relative;
    left: 44px;
}
@media screen and (max-width: 767px) {
    .back_button.category {
    left: 0;
}
}.back_button.banner_back {
    background: rgba(0, 0, 0, .5);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 10px;
    left: 15px;
    top: 15px;
    border: 1px solid rgba(255, 255, 255, .4352941176);
}
@media screen and (max-width: 767px) {
    .back_button.banner_back {
    left: 10px;
    top: 10px;
}
}@media screen and (max-width: 767px) {
    .back_button {
    height: 30px;
    width: 41px;
    padding: 5px 10px;
}
}.slider-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}
.slider-title .title-see-more {
    display: unset;
    font-size: 14px;
}
.content-loader {
    height: 100vh;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 9999;
}
.content-loader .loader {
    border: 10px solid #17403e;
    border-top: 10px solid #71e2dc;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}.bread_crums {
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 20px;
    margin-block: 10px;
    position: sticky;
    top: 0;
    z-index: 99;
    padding-block: 5px;
    background: rgba(27, 28, 28, 0.213);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}
@media screen and (max-width: 1024px) {
    .bread_crums {
    padding-left: 20px;
}
}@media screen and (max-width: 768px) {
    .bread_crums {
    top: 100px;
}
}@media screen and (max-width: 767px) {
    .bread_crums {
    top: 70px;
    margin-block: 2px;
    gap: 10px;
}
}.bread_crums .back_button {
    position: unset;
}
.bread_crums p {
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .bread_crums p {
    font-size: 12px;
}
}.bread_crums p span {
    color: #fff;
    margin-inline: 8px;
    opacity: .6;
}
.bread_crums p span.active {
    /* color: #FFBD59; */
    text-decoration: underline;
    background: linear-gradient(15deg, #30BE8E 0%, #308FBF 7%, #8F30BF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    /* border-bottom: 1px solid ; */
    font-weight: bolder;
    opacity: 1;
}
.language.top-header-languege {
    flex-direction: column;
    gap: 2px;
}
.language.top-header-languege img {
    height: 30px;
}
.language.top-header-languege p {
    font-size: 12px !important;
}
.language_selector {
    background: inherit;
    text-align: center;
    color: #ccc;
    -webkit-appearance: none;
    border: 0;
    padding: 2px;
    cursor: pointer;
}
.language_selector option {
    background-color: rgba(0, 0, 0, .8);
    color: #fff;
}
header:hover .language_selector {
    -webkit-appearance: auto;
}

.subscription_wrapper.plan ul li a,
    .subscription_wrapper.plan ul li a:visited {
    color: #fff;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .subscription_wrapper.plan #dtsubscription {
        width: 90%;
        padding: 10px;
    }
    .subscription_wrapper.plan ul li {
        font-size: 14px;
    }
    .subscription_logo img {
        width: 10rem;
    }
}
@media screen and (max-width: 1024px) {
    .subscription_wrapper.plan h3, .subscription_wrapper.plan h5, .subscription_wrapper.plan p, .subscription_wrapper.plan ul li {
        width: 90%;
        margin: 0 auto;
    }

    .subscription_wrapper.plan h3 {
        margin-block: 10px;
    }
    .subscription_wrapper.plan h5 {
        margin-bottom: 20px;
    }
}

/* .goog-te-gadget img{
    display:none !important;
}
body > .skiptranslate {
    display: none;
} */
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
    visibility: hidden !important;
}
.goog-te-gadget-simple {
    background-color: unset !important;
    background: linear-gradient(45deg, #fbbc59, #3f5442);;
    border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: unset !important;
    border-radius: 4px;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.goog-te-gadget-simple img {
    display: none;
}
.goog-te-gadget-simple img .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    border: unset;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
    color: #000;
    font-weight: 600;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #000 !important;
    border-left: 0 !important;
}
.slick-vertical .slick-slide {
    padding: 0;
}
.slick-slide {
    padding-inline: 10px;
}