.overlay,
body {
    transition-duration: .5s
}

.GoogleButton,
.arrow_left,
.arrowbtn,
.bi,
.hamburger,
.sidenavlinks {
    cursor: pointer
}

*,
.menu,
.watchlist {
    box-sizing: border-box
}

.GoogleButton,
.final-download-link,
.playLink,
.seaonlink,
.sidenavlinks {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0
}

body {
    background-color: var(--navbar-background);
    font-family: 'DM Sans', sans-serif;
    transition-timing-function: linear;
    background-color: var(--background)
}

.ad-container {
    width: 100%;
    max-width: 320px;
    margin: 20px auto;
    padding: 10px;
    background: rgba(255, 255, 255, .05);
    border-radius: var(--border-radius);
    border: 1px solid rgba(255, 255, 255, .1);
    display: flex;
    justify-content: center;
    align-items: center
}

:root {
    --background: #000000;
    --shadow: rgba(0, 0, 0, 0.842) 0px 3px 6px 0px, rgba(0, 0, 0, 0.664) 0px 1px 3px 0px
}

html {
    -webkit-tap-highlight-color: transparent
}

.main {
    display: flex;
    position: relative
}

.overlay,
.sidenav {
    position: fixed;
    transition-timing-function: linear
}

.overlay {
    width: 100%;
    background-color: #fff;
    height: 0%;
    z-index: -1
}

.sidenav_2,
.sidenav_container {
    width: 5rem
}

.sidenav {
    width: 77px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    z-index: 3;
    background-color: #000;
    box-shadow: #000 1px 1px 10px 1px;
    padding: 0 0 0 2px;
    transition-duration: .3s;
    background-image: url("./resources/D\ moviesand\ tv\ shows\ \(Transparent\ BG\).png");
    background-repeat: no-repeat;
    background-size: contain;
    overflow-y: auto;
    scrollbar-width: none
}

.sidenav:hover {
    scrollbar-width: thin;
    scrollbar-color: rgba(180, 180, 180, 0.3) transparent
}

.sidenav::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.sidenav:hover::-webkit-scrollbar {
    width: 8px
}

.sidenav:hover::-webkit-scrollbar-track {
    background: 0 0
}

.sidenav:hover::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, .15);
    backdrop-filter: blur(4px);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .2);
    background-clip: padding-box;
    transition: background .3s, border .3s
}

.sidenav:hover::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, .35);
    border: 1px solid rgba(255, 255, 255, .4)
}

.sidenavlinks {
    display: flex;
    align-items: center;
    gap: 44px;
    width: fit-content;
    padding: 8px 0 10px 18px
}

.arrow_left {
    display: none;
    align-self: end;
    width: 25px;
    margin-right: 2px;
    margin-top: 10px;
    transition-duration: .5s;
    transition-timing-function: linear
}

.hamburger,
.title {
    align-self: center;
    transition-duration: .5s;
    transition-timing-function: linear
}

.title {
    display: none;
    color: #fff;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 36px 14px 0 12px
}

.free,
.menu_title {
    letter-spacing: 1px
}

.hamburger {
    display: block;
    margin-top: 2rem;
    width: 35px
}

.pathh,
body.light .path {
    fill: #ffffff
}

.menu {
    margin-left: 0;
    margin-top: 4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    min-height: 1px;
    position: relative
}

.menu_ul {
    display: flex;
    flex-direction: column;
    gap: 50px;
    margin-left: 5rem
}

.menu_title {
    margin-bottom: 20px;
    font-family: 'DM Sans', sans-serif;
    color: #fffffff5;
    font-weight: 500;
    font-size: 17px;
    display: none;
    opacity: .7
}

.path {
    fill: #b3bfd3;
    color: #fff
}

.menu_ul li span {
    color: #ffffff9e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0
}

.GoogleButton {
    color: rgb(199 199 199 / 90%);
    padding: 7px 16px;
    border-radius: 11px;
    font-size: 11px;
    transition: .2s ease-in-out;
    background: #1b1d30
}

.first_box,
.light_darkmode,
.navContainer input {
    background-repeat: no-repeat
}

.playButtonContainer {
    display: flex;
    align-items: center;
    gap: 30px
}

.GoogleButton:hover {
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    color: #fff
}

body.minimize_siderbar .sidenav {
    width: 14rem;
    transition-duration: .2s;
    transition-timing-function: linear;
    height: 100%;
    background-size: 153px
}

body.minimize_siderbar .sidenav_container {
    width: 16rem;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .arrow_left,
body.minimize_siderbar .title {
    display: block;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .hamburger {
    display: none;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .title_span {
    display: inline-block
}

body.minimize_siderbar .menu_title {
    display: block
}

body.minimize_siderbar .menu {
    margin-left: 2rem;
    margin-top: 1rem;
    display: block;
    margin-bottom: 100px
}

body.minimize_siderbar .menu_ul {
    display: flex;
    flex-direction: column;
    gap: 45px;
    margin-left: 0
}

.section_one,
body.minimize_siderbar .section_one {
    margin-left: 1rem;
    transition-timing-function: linear
}

body.minimize_siderbar .sidenavlinks {
    padding: 8px 95px 10px 18px;
    gap: 15px
}

body.minimize_siderbar .section_one {
    transition-duration: .2s
}

body.minimize_siderbar .Now_playing_movies_container {
    width: 79vw;
    position: relative;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .light_darkmode {
    right: 25%;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .navContainer {
    left: 225px;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .movieDetailnavContainer {
    left: 223px
}

body.minimize_siderbar .sidenav_child_container {
    width: 14rem;
    transition-duration: .2s;
    transition-timing-function: linear
}

body.minimize_siderbar .section_one_movieDetail {
    margin-left: 14rem;
    transition-duration: .2s;
    transition-timing-function: linear
}

.section_one {
    transition-duration: .3s;
    overflow: hidden
}

.nav_paremt_conatainer {
    background-color: var(--background);
    height: 5rem;
    z-index: 2;
    transition-timing-function: linear
}

.navContainer {
    Display: flex;
    height: 5rem;
    align-items: center;
    padding: 0 146px 0 63px;
    justify-content: space-between;
    position: fixed;
    width: -webkit-fill-available;
    z-index: 2;
    left: 81px;
    margin: 0;
    transition-duration: .2s;
    transition-timing-function: ease-out
}

.first_box,
.second_box {
    box-shadow: 0 6px 30px -10px #4a74c9;
    z-index: 1;
    display: flex
}

.navContainer input {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%23717790c7'%3E%3Cpath d='M55.146 51.887 41.588 37.786A22.926 22.926 0 0 0 46.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 0 0 .083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3E%3C/svg%3E");
    padding: 0 26px 1px 14px;
    height: 36px;
    outline: 0;
    border: none;
    border-radius: 9px;
    box-shadow: var(--shadow);
    background-color: #82819357;
    background-size: 20px;
    background-position-y: center;
    background-position: 98%;
    color: #ffff;
    width: 34%;
    letter-spacing: 1px;
    font-size: 14px;
    transition-duration: .2s;
    transition-timing-function: linear
}

::placeholder {
    color: #ffff;
    opacity: .6
}

.light_darkmode {
    background-image: url(./resources/icon-sun.svg);
    width: 35px;
    height: 32px;
    background-position: center;
    background-size: 18px;
    border-radius: 10px;
    background-color: rgb(87 88 92 / 54%);
    background-color: #3b3e5e;
    position: absolute;
    right: 16%;
    transition-duration: .5s;
    transition-timing-function: linear
}

.home_header {
    color: #ffff;
    margin: 0 90px 18px 0;
    font-size: 32px
}

.Home_header_container {
    display: flex;
    height: 34vw;
    margin: 0 0 0 4rem;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transition-duration: .3s;
    transition-timing-function: linear
}

body.minimize_siderbar .Home_header_container {
    margin-left: 14rem
}

.first_box {
    width: 72%;
    background-blend-mode: luminosity;
    background-blend-mode: hard-light;
    background-color: #4784ff;
    background-image: url(./resources/Homelaner-removebg-preview.png);
    flex-direction: column;
    gap: 2rem;
    padding: 27px 12px 13px 25px;
    background-size: 27rem;
    border-radius: 15px;
    color: #4784ff;
    background-position: 107%
}

.about,
.free,
.quality {
    color: #ffff
}

.about {
    line-height: 1.4;
    font-size: 26px
}

.logo {
    display: flex;
    align-items: center
}

.header_logo {
    width: 45px;
    height: 45px;
    background: #00008b00;
    padding: 5px;
    border-radius: 50%;
    border: 1px solid #fff
}

.feather,
body.light .menu ul li.hovered,
body.light .menu ul li:hover {
    background: #ffff
}

.dot,
.feather {
    border-radius: 50%
}

.feather {
    width: 10px;
    padding: 1px;
    position: relative;
    left: -9px;
    top: 11px
}

.quality_about {
    line-height: 2
}

.free {
    font-size: 15px;
    font-weight: 700
}

.quality {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 13px;
    font-weight: 500
}

.dot {
    width: 5px;
    height: 5px;
    background-color: #ffff
}

.second_box {
    background-color: #4784ff;
    background-image: url(./resources/Homelandeer1.png);
    flex-direction: column;
    gap: 2rem;
    padding: 27px 12px 13px 25px;
    background-repeat: no-repeat;
    background-size: initial;
    border-radius: 15px;
    color: #4784ff;
    background-position: 24%;
    background-position-y: -40px;
    width: 25%;
    background-blend-mode: hard-light
}

.Now_playing_movies_container {
    width: 94vw;
    position: relative;
    margin: 0 0 0 24px
}

.Now_playing_movies_container_title {
    color: #ffff;
    font-size: 22px;
    margin: 8px 0 14px;
    font-weight: 500
}

.Casdiv,
.Now_playing_movies_div,
.Top_rated_movies_div,
.current_popular_movies_div {
    padding: 14px 41px 9px 0;
    margin: 13px 35px 30px 0;
    display: flex;
    gap: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    transition-duration: .5s;
    transition-timing-function: linear;
    height: 20rem;
    position: relative
}

.Now_playing_movies,
.Top_rated_movies,
.current_popular_movies,
.person_movies {
    cursor: pointer;
    position: absolute;
    transition-duration: .3s;
    transition-timing-function: linear;
    width: 10rem
}

.poster,
.poster:hover {
    transition-duration: .2s;
    transition-timing-function: ease-in-out
}

.poster,
.posterlink {
    width: inherit
}

.Now_playing_movies_div::-webkit-scrollbar {
    display: none
}

.Casdiv::-webkit-scrollbar {
    display: none
}

.current_popular_movies_div::-webkit-scrollbar {
    display: none
}

.Top_rated_movies_div::-webkit-scrollbar {
    display: none
}

.poster {
    border-radius: 20px;
    height: 15rem;
    object-fit: cover
}

.alertMsg,
.sidenav_child_container,
.slides,
body.light .nav_paremt_conatainer {
    transition-timing-function: linear
}

.poster:hover {
    opacity: .7;
    transform: scale(1.07)
}

.movie_title {
    text-overflow: ellipsis;
    color: #ffff;
    height: 28px;
    white-space: nowrap;
    overflow: hidden;
    margin: 9px 4px 2px;
    font-size: 15px;
    font-weight: 500
}

.date,
.rating,
.time {
    font-size: 13px;
    color: #999
}

.date_rating {
    display: flex;
    align-items: center;
    color: #ffff;
    margin: 0 7px
}

.star {
    margin-left: 5px
}

.rating {
    flex: 1
}

.dot2 {
    margin: 0 7px;
    color: #999
}

.category {
    border: 1px solid #767676;
    padding: 2px 4px;
    font-size: 10px;
    color: #d9d9d9;
    border-radius: 4px;
    opacity: .7
}

.arrowbtn {
    position: absolute;
    bottom: 154px;
    width: 45px;
    height: 43px;
    fill: rgb(0, 0, 0);
    background-color: rgb(219 219 219 / 64%);
    border-radius: 50%;
    padding: 10px 13px 11px 10px
}

.arrowbtn:hover {
    fill: rgb(129, 125, 125)
}

.rightarrow {
    float: right;
    margin: 0 7px 0 0;
    right: 25px;
    z-index: 2
}

.rightarrowindex {
    right: 46px
}

.leftarrow {
    left: -1px;
    z-index: 1
}

.alertMsg {
    background-color: #ffff;
    height: fit-content;
    width: 22rem;
    position: absolute;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 26px 22px 25px 31px;
    left: 31%;
    top: -60rem;
    border-radius: 12px;
    transition-duration: 1s
}

.poster_big,
.posterbig {
    position: relative
}

.alertMsg_header {
    font-weight: 700;
    font-size: 27px
}

.alertMsg_para {
    margin: 1px 0 9px 7px;
    color: #505050;
    text-align: center;
    font-weight: 600;
    font-size: larger
}

.section_one_movieDetail,
.section_story {
    margin-left: 5rem
}

.alertLink,
.okaybtn {
    padding: 10px 80px;
    font-weight: 500;
    width: fit-content;
    cursor: pointer;
    letter-spacing: 1px;
    box-shadow: var(--shadow);
    outline: 0
}

.alertLink {
    border: none;
    font-size: 13px;
    border-radius: 11px;
    background-color: #3b84f1;
    color: #000
}

.okaybtn {
    border: none;
    font-size: 18px;
    border-radius: 11px;
    background-color: #242424;
    color: #c7c7c7
}

.okaybtn:hover {
    color: #ffff;
    background-color: #414040
}

.posterbig {
    height: 80vh
}

.gradient,
.line {
    position: absolute;
    z-index: 1
}

.poster_big_img {
    height: 100%;
    object-fit: cover;
    object-position: 50% 0;
    width: 100%
}

.gradient {
    background: -moz-linear-gradient(top, rgba(125, 185, 232, 0) 0, #151728 100%);
    background: -webkit-linear-gradient(top, rgba(125, 185, 232, 0), #151728);
    background: linear-gradient(180deg, rgba(125, 185, 232, 0) 0, #151728);
    bottom: 0;
    left: 0;
    right: 0;
    top: -220px;
    height: 14rem
}

.line {
    background-color: var(--background);
    width: 100%;
    height: 101px;
    bottom: -58px;
    border-radius: 45px 45px 0 0
}

.sidenav_container_movieDetail {
    position: fixed;
    top: 0;
    align-items: center;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    width: initial
}

.sidenav_child_container {
    width: 5rem;
    height: 100%;
    transition-duration: .3s
}

.movieDetailnav_paremt_conatainer {
    z-index: 2
}

.movieDetailnavContainer {
    z-index: 3;
    background-color: rgb(21 23 40 / 0%);
    backdrop-filter: blur(0px);
    left: 80px
}

.bgadd {
    background-color: rgb(35 38 60 / 49%);
    backdrop-filter: blur(4px)
}

.movie_details {
    display: flex;
    align-items: center;
    gap: 2rem;
    background-color: var(--background)
}

.movie_details_poster {
    width: 13rem;
    border-radius: 20px;
    z-index: 1;
    transform: translateX(60px) translateY(-8rem);
    box-shadow: var(--shadow)
}

.movie_details_about {
    z-index: 1;
    transform: translateX(52px) translateY(-75px);
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.movie_details_title {
    width: 31rem;
    font-size: 31px;
    word-break: break-word;
    word-spacing: 3px;
    color: #ffffffe6
}

.movie_details_about_category_ul {
    display: flex;
    gap: 1rem;
    font-size: 13px;
    flex-wrap: wrap;
    width: 85%
}

.movie_title:hover,
.play_btn {
    font-weight: 500;
    width: fit-content;
    cursor: pointer
}

.movie_details_category_ul_li {
    list-style: none;
    background-color: #54545475;
    box-shadow: var(--shadow);
    padding: 3px 7px;
    border-radius: 5px;
    color: #d7d7d7
}

.section_two2 {
    transform: translateY(-82px)
}

.play_btn {
    border: 1px solid #2b2e4a;
    outline: 0;
    padding: 10px 80px;
    font-size: 18px;
    letter-spacing: 1px;
    border-radius: 10px;
    gap: 3px;
    display: flex;
    box-shadow: var(--shadow);
    background-color: #2b2e4a;
    color: #c7c7c7
}

.play_btn:hover,
body.light .modal-content-container {
    background-color: #fff;
    color: #000
}

.section_story {
    width: 85%;
    color: #a9a9a9;
    font-size: 16px;
    letter-spacing: 0;
    word-spacing: 1px;
    transform: translateY(-40px)
}

.card h3,
.emptysearch h3,
.paginationBtn,
.runtime {
    letter-spacing: 1px
}

.overlay2 {
    z-index: -1
}

.unreleased_image {
    transform: scale(1.3);
    opacity: .6
}

.unreleased_link {
    height: 7rem;
    overflow-y: clip;
    border-radius: 7px
}

.movie_title:hover {
    text-overflow: initial;
    overflow: visible;
    font-size: 15px;
    z-index: 999;
    position: relative;
    border-radius: 5px;
    transition: .2s ease-in-out;
    padding: 0 15px 0 4px;
    background: #151620;
    transform: scale(1.04)
}

.Now_playing_movies:has(.movie_title:hover) {
    z-index: 1
}

.current_popular_movies:has(.movie_title:hover) {
    z-index: 1
}

.Top_rated_movies:has(.movie_title:hover) {
    z-index: 1
}

.trending_container {
    margin: 0;
    height: inherit;
    width: 100%
}

.trending_child {
    position: absolute;
    height: inherit;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 0;
    background: radial-gradient(#ffffff20 1.5px, transparent 1.5px), radial-gradient(circle, #e8e8e8 0, #151728 100%);
    background-size: 10px 10px, cover;
    background-repeat: repeat, no-repeat;
    background-position: center, center;
    -webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%);
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 1) 100%)
}

.trending_child_2 {
    position: absolute;
    height: 7rem;
    width: inherit;
    bottom: -8px;
    z-index: 1;
    background-image: radial-gradient(#151728 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    background-repeat: repeat;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0))
}

.trending_poster {
    object-fit: cover;
    height: fit-content;
    width: inherit;
    display: flex;
    justify-content: center
}

.trending_div,
.trending_div_container {
    height: inherit;
    width: inherit
}

.trending_div_container {
    display: flex;
    position: relative;
    overflow: hidden
}

.slides {
    position: absolute;
    transition-duration: .5s
}

.trending_arrow {
    height: 2rem;
    fill: #f0f8ff57
}

.Trending_arrow_container {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 99%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    right: 0
}

#adIframe,
.arrowsearch,
.hamburgerphone,
.overlay_side_navabar {
    display: none
}

.trending_details {
    width: fit-content;
    text-align: center;
    filter: drop-shadow(2px 0px 1px black);
    position: absolute;
    bottom: 5vw;
    z-index: 1
}

.Trending_heading {
    color: #ffffffd1;
    background-image: linear-gradient(90deg, rgba(207, 207, 207, 0) 0, #151728 50%, rgba(72, 73, 86, 0) 97%);
    font-family: monospace;
    opacity: .7;
    font-weight: 100;
    font-size: 13px;
    margin-bottom: 5px
}

.trending_title {
    color: #f1efef;
    font-size: 3vw;
    font-family: cursive
}

.season,
body.light .title,
body.light .title_span {
    color: #fff
}

.Now_playing_movies_container_trend {
    margin-top: 33vw
}

body.light .nav_paremt_conatainer {
    background-color: hsla(0, 0%, 100%, .75);
    transition-duration: .6s
}

body.light .movieDetailnavContainer {
    background-color: rgba(21, 23, 40, 0)
}

body.light .bgadd {
    background-color: rgb(239 239 239 / 82%)
}

body.light .sidenav {
    background-color: #708090
}

body.light .pathh {
    fill: #ffff
}

body.light .bi {
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%), 0 1px 3px 0 rgb(0 0 0 / 8%)
}

body.light .path {
    fill: #646464
}

body.light .menu_ul li:hover .path {
    fill: #3b5a8b
}

body.light .menu_ul li:hover .title_span {
    color: #287bff
}

body.light .arrow_left {
    fill: #131111
}

body.light .arrow_left:hover {
    fill: #000000
}

body.light .menu_title {
    color: #ffff
}

body.light .home_header {
    color: #131212;
    margin: 0 90px 18px 0;
    font-size: 32px
}

body.light .overlay {
    height: 100%;
    transition-duration: .3s;
    transition-timing-function: linear
}

body.light .light_darkmode,
body.light .movie_details {
    transition-duration: .5s;
    transition-timing-function: linear
}

body.light .Now_playing_movies_container_title {
    color: #161515
}

body.light .movie_title {
    color: #161618
}

body.light .dot2 {
    background-color: #898787
}

body.light .category {
    color: #141313
}

body.light .arrowbtn {
    fill: rgb(255, 255, 255);
    background-color: rgba(41, 39, 39, .562)
}

body.light .arrowbtn:hover {
    fill: rgb(255, 253, 253);
    background-color: rgba(9, 31, 73, .562)
}

body.light .navContainer input {
    background-color: #ffffff5c;
    color: rgb(0 0 0)
}

body.light ::placeholder {
    color: #9e9e9e
}

body.light .light_darkmode {
    background-image: url(./resources/icon-moon.svg);
    background-color: #ffffff4a;
    box-shadow: var(--shadow);
    background-blend-mode: luminosity
}

body.light .light_darkmode:hover {
    background-blend-mode: normal
}

.tvshowcatrgory_ul li,
.tvshowscatogry_genre li,
body.light .line,
body.light .movie_details {
    background-color: #fff
}

body.light .movie_details_title {
    color: #000000d1
}

body.light .movie_details_category_ul_li {
    background-color: #fff;
    background-color: #f1f1f1ab;
    color: #181717
}

body.light .play_btn {
    background-color: #fff;
    color: #252222;
    border: 1px solid rgb(193 193 193)
}

body.light .play_btn:hover {
    background-color: rgba(0, 0, 0, .801);
    color: #ffff
}

body.light .menu ul li.hovered .path,
body.light .menu ul li.hovered .title_span {
    color: #287bff;
    fill: #09090a
}

body.light .bi {
    background-color: #ffffff00;
    box-shadow: 0 0
}

body.light .GoogleButton {
    color: rgba(27, 26, 26, .9);
    background: #7e7c7c0f
}

body.light .GoogleButton:hover {
    color: rgba(0, 0, 0, .76);
    background: #7e7e7e0f
}

body.light .movie_title:hover {
    background-color: #f5f5f5
}

body.light .trending_child_2 {
    position: absolute;
    height: 7rem;
    width: inherit;
    bottom: -8px;
    z-index: 1;
    background-image: radial-gradient(#fff 1.5px, transparent 1.5px);
    background-size: 10px 10px;
    background-repeat: repeat;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0))
}

body.light .trending_child {
    background: -webkit-radial-gradient(circle, hsla(0, 0%, 91%, 0%) 0, hsl(0deg 0% 100%) 97%)
}

body.light .trending_arrow {
    height: 2rem;
    fill: #00000070
}

.disablemouse {
    opacity: 0
}

.Now_playing_movies_container_search {
    width: 94vw;
    position: relative;
    margin: 6rem 0 0 24px
}

.search_result_div {
    padding: 8px 0 9px;
    margin: 13px 35px 30px 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(162px, 0fr));
    justify-content: center;
    gap: 34px 25px
}

.Episodes_container,
.item {
    flex-direction: column;
    display: flex
}

.item {
    width: 10rem;
    height: 19rem;
    border-radius: 19px;
    gap: 1px
}

.emptysearch {
    margin: auto;
    width: max-content;
    position: relative;
    right: 7rem;
    top: 6rem
}

.emptysearch h3 {
    color: rgb(195 195 195)
}

.pp {
    width: 19rem;
    border-radius: 18px
}

.person_movie_con {
    margin: 12px 0 30px 84px
}

.section_twoo {
    margin: 20px 50px 19px 55px
}

.titleoftvshow {
    font-size: 27px;
    margin: 140px 0 0 53px
}

.seasonul {
    display: flex;
    gap: 10px;
    width: fit-content;
    margin: 31px 23px 2px 80px
}

.season {
    list-style: none;
    background: #363636;
    font-size: 17px;
    font-weight: 500;
    border-radius: 7px;
    box-shadow: var(--shadow);
    min-width: 29px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

.pi_header {
    display: flex;
    justify-content: space-between;
    width: 96%
}

.CategoriesContainer,
.CategoriesContainer_ul {
    background: #191724;
    width: 155px;
    cursor: pointer
}

.CategoriesContainer {
    border: 1px solid #212546;
    padding: 4px 33px 4px 11px;
    font-size: small;
    position: relative;
    border-radius: 5px;
    font-weight: 500
}

.CategoriesContainer::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-top-color: #bfc5d1;
    top: 50%;
    margin-top: -3px;
    right: 9px
}

.CategoriesContainer_ul {
    border: 1px solid #212546;
    position: absolute;
    overflow: hidden;
    border-radius: 0 0 5px 5px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .3);
    visibility: hidden;
    height: 0;
    transition-timing-function: ease-in;
    transition-duration: .2s
}

.epishodes_card,
body.light .epishodes_card {
    box-shadow: rgb(0 0 0 / 1%) 0 2px 3px 1px, rgb(0 0 0 / 26%) 0 1px 4px 0
}

.bi-chevron-down,
.card,
.card.rotate .bi-chevron-down,
.hideCard {
    transition-duration: .3s;
    transition-timing-function: ease-in
}

.CategoriesContainer_div:hover .CategoriesContainer_ul {
    visibility: visible;
    height: 92px
}

.CategoriesContainer_div:hover .CategoriesContainer {
    border-radius: 5px 5px 0 0
}

.CategoriesContainer_ul li {
    list-style: none;
    font-size: small;
    padding: 6px 0 6px 11px;
    font-weight: 100;
    border-color: #6c6b6b
}

.CategoriesContainer_ul li:not(:last-child) {
    border-width: 0 0 1px;
    border-style: dotted
}

.CategoriesContainer_ul li:hover,
.categories_btn_active {
    color: #6ca0ff
}

.body.light .CategoriesContainer,
.body.light .CategoriesContainer_ul {
    background: #f5f5f5;
    border: 1px solid #c3c3c3
}

.body.light .CategoriesContainer::after {
    border-top-color: #686868
}

body.light .season {
    background: #fff;
    color: #000
}

body.light .seasonBtnactive,
body.light .seasonul li:hover {
    background: #9d9d9d;
    color: #fff
}

.current_season {
    margin: 25px 1px 23px 84px;
    font-size: 20px;
    font-weight: 200
}

.seaonlink {
    color: #000
}

.Episodes_container {
    gap: 25px
}

body.light .epishodes_card {
    background-color: #ffff
}

.epishodes_card {
    display: flex;
    gap: 20px;
    margin: 20px 10px;
    border-radius: 8px;
    background-color: #1c1e30;
    height: 130px
}

.episode_detail {
    overflow-y: auto;
    height: 130px
}

.episode_detail::-webkit-scrollbar {
    width: 5px
}

.episode_detail::-webkit-scrollbar-track {
    background: 0 0
}

.episode_detail::-webkit-scrollbar-thumb {
    background-color: rgba(60, 101, 155, .281);
    border-radius: 10px;
    transition: background-color .3s
}

.episode_detail::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 123, 255, .7)
}

.episode_image {
    width: 130px;
    height: 130px;
    border-radius: 7px;
    object-fit: cover
}

.playsvg_container {
    position: absolute;
    transform: translateX(74px) translateY(-85px)
}

.playsvg {
    width: 40px;
    box-shadow: -6px 4px 24px 3px rgba(0, 0, 0, .73);
    border-radius: 50%;
    background: #2a2a2a69
}

.playsvg:hover {
    box-shadow: -6px 4px 24px 14px rgba(0, 0, 0, .73);
    transform: scale(1.1);
    transition: .2s ease-in-out
}

.episode_title {
    color: #dbdbdb;
    margin: 8px 0 13px;
    font-size: 17px
}

body.light .episode_title {
    color: #383838
}

.epishodes_card p {
    color: #c9c9c9e0;
    margin: 0 16px 16px 1px;
    font-size: 15px;
    line-height: 1.6;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    transition: max-height .3s, color .3s
}

body.light .episode_description {
    color: #646464
}

.runtime {
    position: absolute;
    left: 92px;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    font-size: 12px;
    margin-top: 4px;
    border-radius: 100px
}

.seasonBtnactive {
    background: #efefef;
    color: #000
}

.tvshowcategory_container {
    display: flex;
    flex-direction: column;
    gap: 13px
}

.tvshowheader {
    margin: 0 0 0 73px;
    font-size: 35px
}

.tvshowcatrgory_ul,
.tvshowscatogry_genre {
    display: flex;
    gap: 15px
}

body.light .tvshowcatrgory_ul li.actv,
body.light .tvshowcatrgory_ul li:hover,
body.light .tvshowscatogry_genre li.actv,
body.light .tvshowscatogry_genre li:hover {
    background-color: #000000b3
}

body.light .tvshowcatrgory_ul li,
body.light .tvshowscatogry_genre li {
    background-color: #e3e2e25e
}

body.light .pagination {
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 8%) 1px 0 8px 1px, rgb(0 0 0 / 8%) 0 0 0 0
}

.paginationBtn {
    font-size: 16px;
    height: 38px;
    width: 104px;
    border-radius: 6px;
    color: #d7d7d7;
    background-color: #303246;
    cursor: pointer
}

body.light .pageCount {
    color: #626262
}

.pageCount {
    color: #b7b7b7;
    font-size: 16px;
    margin: 0 10px;
    font-family: Poppins, sans-serif
}

.pagination {
    background-color: #1a1d30;
    padding: 15px 56px;
    border-radius: 6px
}

.about_section_two {
    display: flex;
    justify-content: center;
    margin-top: 5rem;
    flex-direction: column;
    align-items: center;
    gap: 9rem
}

.about_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 60%
}

.card h3 {
    color: #f3f3f3;
    font-size: 15px;
    font-weight: 500
}

body.light .card h3 {
    color: #4a4747
}

.card blockquote {
    color: #a5a5a5;
    margin: 6px 0 22px;
    font-size: 14px;
    line-height: 1.3
}

body.light .card blockquote {
    color: #7e7e7e
}

body.light .about_arrow {
    fill: #4a4747
}

.bi-chevron-down {
    transform: rotate(0)
}

.card.rotate .bi-chevron-down {
    transform: rotate(180deg)
}

.header_card {
    display: flex;
    display: flex;
    justify-content: space-between
}

.card {
    border: solid grey;
    border-width: 0 0 1px;
    overflow: hidden;
    cursor: pointer;
    max-height: 9rem
}

.hideCard {
    max-height: 29px;
    padding: 0 0 28px
}

.contactUs {
    display: flex;
    gap: 16px
}

.aboutSvg {
    fill: aliceblue
}

body.light .aboutSvg {
    fill: rgb(82, 82, 82)
}

.aboutSvg:hover,
body.light .aboutSvg:hover {
    fill: black
}

.iptv .sidenavlinks svg:hover,
.mange .sidenavlinks svg:hover {
    stroke: #000000
}

.more .sidenavlinks svg:hover {
    stroke: #020202
}

.movies_category_ul {
    flex-wrap: wrap;
    width: 90%
}

.msg_episode_container {
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%
}

.msg_episode {
    color: #c1c1c1;
    font-size: 13px;
    animation: 20s linear 4 backwards moving;
    opacity: .4;
    white-space: nowrap
}

body.light .modal-close-button,
body.light .msg_episode,
body.light .person_name {
    color: #000
}

@keyframes moving {
    0% {
        transform: translateX(-20%)
    }

    100% {
        transform: translateX(100%)
    }
}

.tvshowscatogry_genre {
    flex-wrap: wrap
}

.youtubePlayer {
    margin: auto;
    width: 69%;
    border-radius: 8px
}

.Trailer_section {
    height: 40rem;
    display: flex
}

@media (max-width:1000px) {
    body.minimize_siderbar .section_one {
        margin-left: 2rem;
        transition-duration: .2s;
        transition-timing-function: linear
    }
}

@media (max-width:890px) {
    .movie_details_title {
        width: 24rem;
        font-size: 25px;
        word-break: break-word;
        word-spacing: 3px;
        color: #ffffffe6
    }
}

@media (max-width:800px) {
    body.minimize_siderbar .section_one {
        margin-left: 5rem;
        transition-duration: .2s;
        transition-timing-function: linear
    }

    .movie_details_title {
        width: 19rem;
        font-size: 21px
    }

    .second_box {
        display: none
    }

    .first_box {
        width: 100%
    }

    .card h3 {
        font-size: 15px
    }

    .about_container {
        width: 75%
    }

    .hideCard {
        padding: 0 0 30px
    }
}

@media (max-width:740px) {
    .navContainer input {
        width: 66%
    }

    .Trending_arrow_container {
        position: absolute;
        top: 47%;
        width: 100%
    }

    .menu_ul {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-left: 5rem
    }
}

@media (max-width:600px) {

    .first_box,
    .movie_details,
    .playButtonContainer {
        flex-direction: column
    }

    .main {
        display: flex;
        width: inherit
    }

    .arrowbtn,
    .dot3,
    .second_box,
    phonedeactive {
        display: none
    }

    .first_box {
        width: 100%;
        background-blend-mode: luminosity;
        background-color: #295693;
        display: flex;
        gap: 2rem;
        padding: 27px 12px 13px 25px;
        background-repeat: no-repeat;
        background-size: 25rem;
        border-radius: 15px;
        color: #464444;
        background-position: -55%;
        box-shadow: 0 6px 30px -10px #4a74c9;
        z-index: 1
    }

    .about {
        line-height: 1.4;
        font-size: 20px;
        color: #ffff
    }

    .card blockquote,
    .date,
    .rating {
        font-size: 11px
    }

    .navContainer {
        padding: 0 75px 0 20px;
        left: 0;
        justify-content: space-evenly
    }

    .navContainer input {
        width: 82%;
        margin: 1px 11px 0 15px
    }

    .light_darkmode {
        right: 7%
    }

    .Now_playing_movies,
    .Top_rated_movies,
    .current_popular_movies,
    .person_movies {
        width: 8rem
    }

    .date {
        color: #999
    }

    .Casdiv,
    .Now_playing_movies_div,
    .Top_rated_movies_div,
    .current_popular_movies_div {
        padding: 15px 0 6px;
        margin: 0;
        transform: translateX(0);
        width: 96%;
        height: 17rem
    }

    .sidenav_child_container,
    .sidenav_container {
        width: 5rem;
        display: none;
        transition-duration: .3s
    }

    .leftarrow {
        left: -15px;
        z-index: 1
    }

    .sidenav_container {
        transition-timing-function: linear
    }

    .sidenav_child_container {
        border: solid #101010c7;
        border-width: 0 1px 0 0;
        transition-timing-function: linear
    }

    .hamburgerphone,
    .section_one {
        transition-duration: .5s;
        transition-timing-function: linear
    }

    .section_one {
        margin-bottom: 1rem;
        margin-left: 0;
        width: 100%
    }

    .hamburgerphone {
        display: block;
        margin-top: 0;
        cursor: pointer;
        width: 35px;
        align-self: center;
        margin-right: 9px
    }

    .overlay_side_navabar {
        display: none;
        width: 100%;
        position: fixed;
        background-color: #160e0e80;
        height: 100%;
        z-index: 3
    }

    .overlay_side_navabar_activate,
    .sidenav_container_active {
        display: block;
        transition-duration: .3s;
        transition-timing-function: linear
    }

    .sidenav_container_active {
        z-index: 3
    }

    body.light .pathh {
        fill: rgb(136, 136, 136)
    }

    body.light .pathhphone {
        fill: rgb(255, 255, 255)
    }

    .card,
    .hideCard {
        transition-duration: .3s;
        transition-timing-function: ease-in
    }

    .Now_playing_movies_container {
        width: 100%;
        position: relative;
        margin: 0 0 0 9px
    }

    .Now_playing_movies_container_trend {
        margin-top: 45vw
    }

    .movie_details_poster {
        width: 9rem;
        border-radius: 20px;
        z-index: 1;
        transform: translateX(-15px) translateY(-8rem);
        box-shadow: var(--shadow)
    }

    .movie_details_title {
        width: 13rem;
        font-size: 18px;
        word-break: break-word;
        word-spacing: 3px;
        color: rgba(255, 255, 255, .9);
        text-align: center
    }

    .movie_details_about {
        z-index: 1;
        transform: translateX(-17px) translateY(-147px);
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center
    }

    .movie_details_about_category_ul {
        display: flex;
        font-size: 13px;
        flex-wrap: inherit;
        width: 91%;
        margin-left: 0
    }

    .movie_details_category_ul_li {
        font-size: x-small
    }

    .section_one_movieDetail {
        margin-left: 0
    }

    .movieDetailnavContainer {
        left: 0;
        z-index: 1
    }

    .section_story {
        width: 91%;
        color: #a9a9a9;
        line-height: 1.08;
        font-size: 16px;
        letter-spacing: 0;
        word-spacing: 1px;
        transform: translateY(-93px);
        margin: 0 0 0 26px
    }

    .Now_playing_movies_container_movieDetail {
        width: 100vw;
        margin-left: 14px
    }

    .Casdiv,
    .Now_playing_movies_div_movieDetail {
        margin: 13px 29px 30px 9px
    }

    .search_result_div {
        padding: 8px 0 9px;
        margin: 11px 0 27px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(151px, 0fr));
        justify-content: center;
        gap: 34px 25px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(118px, 0fr));
        justify-content: center;
        gap: 0 11px
    }

    .item {
        width: 7rem;
        border-radius: 19px;
        display: flex;
        flex-direction: column;
        gap: 0;
        height: fit-content;
        margin-bottom: 21px
    }

    s .movie_title_search {
        color: #ffff;
        height: 28px;
        margin: 9px 4px 2px;
        font-size: 10px;
        font-weight: 500;
        white-space: normal
    }

    .date_search,
    .rating_search {
        font-size: 9px
    }

    .category_search {
        font-size: 6px
    }

    .pp {
        width: 12rem;
        border-radius: 18px
    }

    .personDetail_container {
        display: flex;
        gap: 2rem;
        flex-direction: column
    }

    .person_movie_con {
        margin: 2px
    }

    .section_twoo {
        margin: 20px 15px 22px 29px
    }

    .tvshowcatrgory_ul,
    .tvshowscatogry_genre {
        display: flex;
        gap: 8px;
        width: 100%;
        justify-content: center
    }

    .tvshowcategory_container {
        margin: 31px 20px 35px 10px
    }

    .recommendTvShow_date,
    .tvshowcatrgory_ul li,
    .tvshowscatogry_genre {
        font-size: 10px
    }

    .Now_playing_movies_container_search {
        width: 100vw;
        position: relative;
        margin: 6rem 0 0
    }

    .tvshowdetail_date_rating {
        display: flex;
        align-items: center;
        color: #fff;
        margin: 0 7px;
        flex-direction: column;
        gap: 3px
    }

    .reccomendation_tvshow {
        height: 18rem
    }

    .category,
    .recommendTvShow_category {
        font-size: 7px
    }

    .recommendTvShow_date_dot {
        margin: 0 5px
    }

    .episode_detail {
        overflow-y: auto;
        height: 120px
    }

    .epishodes_card {
        display: flex;
        gap: 13px;
        box-shadow: var(--shadow);
        margin: 20px 12px 20px 10px;
        border-radius: 8px;
        align-items: center;
        height: 130px
    }

    .episode_image {
        width: 100px;
        height: 120px;
        border-radius: 7px;
        object-fit: cover;
        margin-left: 0
    }

    .playsvg_container {
        position: absolute;
        transform: translateX(35px) translateY(-52px)
    }

    .runtime {
        position: absolute;
        left: 17px;
        color: #fff;
        filter: drop-shadow(2px 4px 6px black);
        font-size: 12px;
        letter-spacing: 1px;
        margin-top: 4px;
        border-radius: 100px
    }

    .episode_title {
        font-size: 15px;
        margin: 9px 0 3px
    }

    .episode_description {
        color: #c9c9c9e0;
        margin: 0 10px 10px 1px;
        font-size: 12px
    }

    .Episodes_container {
        display: flex;
        flex-direction: column;
        gap: 15px
    }

    .playsvg {
        width: 29px
    }

    .current_season {
        margin: 24px 1px 23px 15px;
        font-size: 20px;
        font-weight: 200
    }

    .seasonul {
        display: flex;
        gap: 10px;
        width: fit-content;
        margin: 31px 23px 2px 13px
    }

    .titleoftvshow {
        font-size: 26px;
        margin: 94px 0 0 16px
    }

    .tvshows_date_rating {
        margin: 0 2px
    }

    .paginationBtn {
        font-size: 15px;
        height: 29px;
        width: 85px;
        letter-spacing: 1px;
        cursor: pointer
    }

    .pageCount {
        font-size: 14px;
        margin: 0 8px;
        font-weight: 600
    }

    .pagination {
        padding: 13px 23px 15px;
        border-radius: 6px;
        box-shadow: rgb(0 0 0 / 8%) 1px 0 8px 1px, rgb(0 0 0 / 8%) 0 1px 3px 0
    }

    .Now_playing_movies_container_title {
        margin: 37px 2px 13px 28px
    }

    .card {
        max-height: 11rem
    }

    .hideCard {
        max-height: 29px;
        padding: 0 0 28px
    }

    .card h3 {
        font-size: 11px;
        letter-spacing: .2px;
        font-weight: 500
    }

    .about_container {
        width: 93%;
        margin: auto;
        padding: 0 15px
    }

    .msg_episode {
        color: #c1c1c1;
        font-size: 12px;
        animation: 15s linear 4 backwards moving
    }

    @keyframes moving {
        0% {
            transform: translateX(100%)
        }

        100% {
            transform: translateX(-80%)
        }
    }

    .dot {
        width: 3px;
        height: 3px
    }

    .unreleased_link {
        height: 5rem
    }

    .youtubePlayer {
        margin: auto;
        width: 100%;
        border-radius: 0
    }

    .Trailer_section {
        height: 20rem;
        display: flex
    }

    .poster {
        height: initial
    }

    .trending_container {
        margin: 0;
        height: inherit
    }

    .Home_header_container {
        width: 100%;
        height: 56vw;
        margin: 0;
        position: absolute;
        top: 0
    }

    .trending_details {
        position: absolute;
        bottom: 7vw
    }

    .trending_child {
        position: absolute;
        height: 58vw;
        z-index: 1;
        width: 100%;
        background: #e8e8e8;
        background: radial-gradient(circle, #e8e8e8 0, #151728 100%);
        background: -moz-radial-gradient(circle, #e8e8e8 0, #151728 100%);
        background: -webkit-radial-gradient(circle, hsla(0, 0%, 91%, 0%) 0, #151728 97%);
        left: 0;
        right: 0
    }

    .trending_child_2 {
        bottom: -3px
    }

    .trending_title {
        font-size: 13px
    }

    .Trending_heading {
        margin-bottom: 10px
    }

    .alertMsg {
        left: 10%;
        transform: scale(.7)
    }
}

.selladd {
    color: #fff;
    font-size: 19px
}

.selladd-container {
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 3rem;
    background-color: rgba(169, 169, 169, .644);
    display: grid;
    place-items: center
}

.vercelLInk {
    font-size: 20px;
    padding-left: 5px;
    color: rgba(0, 0, 255, .834)
}

@media (max-width:445px) {
    .playsvg_container {
        position: absolute;
        transform: translateX(39px) translateY(-63px)
    }

    .CategoriesContainer {
        border: 1px solid #212546;
        padding: 4px 23px 4px 5px;
        font-size: 11px;
        position: relative;
        border-radius: 5px;
        width: 120px;
        cursor: pointer;
        background: #191724;
        font-weight: 500
    }

    .CategoriesContainer_ul {
        padding: 0;
        font-size: 11px;
        width: 120px
    }
}

@media (max-width:380px) {
    .alertMsg_para {
        margin: 0;
        color: #505050
    }

    .playsvg_container {
        position: absolute;
        transform: translateX(39px) translateY(-64px)
    }

    .alertMsg {
        left: -8%
    }
}

@media (max-width:295px) {
    .pagination {
        padding: 11px 8px 15px
    }

    .paginationBtn {
        font-size: 14px;
        height: 28px;
        width: 72px
    }
}

.alertactive {
    top: 0;
    transition: none
}

.menu_ul li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0;
    cursor: pointer;
    width: 100%;
    color: #fff;
    border-radius: 30px 0 0 30px;
    z-index: 3
}

body.light .menu ul li.hovered a ::before,
body.light .menu ul li:hover a ::before {
    content: " ";
    position: absolute;
    right: 0;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 35px 35px 0 10px #ffff;
    transform: translateX(1px) translateY(-64px)
}

.menu ul li.hovered a ::before,
.menu ul li:hover a ::before {
    content: " ";
    position: absolute;
    right: 0;
    width: 50px;
    height: 55px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 35px 35px 0 10px #151728;
    transform: translateX(1px) translateY(-64px)
}

body.light .menu ul li.hovered a ::after,
body.light .menu ul li:hover a ::after {
    content: " ";
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 35px -35px 0 10px #ffff;
    transform: translateX(0) translateY(31px)
}

.menu ul li.hovered a ::after,
.menu ul li:hover a ::after {
    content: " ";
    position: absolute;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: 0 0;
    box-shadow: 35px -35px 0 10px #151728;
    transform: translateX(0) translateY(31px)
}

.menu ul li.hovered,
.menu ul li:hover {
    background: #151728
}

.menu ul li:hover .path {
    fill: #ffff;
    transition-duration: .6s;
    transition-timing-function: linear
}

.menu ul li.hovered .path,
.menu ul li.hovered .title_span {
    color: #ffff;
    fill: #ffff;
    transition-timing-function: linear;
    transition-duration: .2s
}

.name_character_container {
    display: flex;
    flex-direction: column;
    align-items: center
}

.name_character_container p {
    height: 22px
}

.casteecharacter {
    font-size: 13px;
    color: #a7a7a7
}

.Casdiv {
    height: 21rem
}

.personDetail_container {
    display: flex;
    gap: 2rem
}

.person_name {
    color: #ededed;
    font-size: 26px
}

.about_Text {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

#adModalOverlay,
.section_three {
    flex-direction: column;
    display: flex
}

.biography_header {
    color: #d4d8db;
    letter-spacing: 1px
}

body.light .biography_header {
    color: #202122
}

body.light .biography {
    color: #424242
}

.biography {
    margin-top: 11px;
    color: #d5d5d5;
    line-height: 1.4
}

.section_three {
    margin: 20px 50px 19px 68px;
    gap: 18px
}

.personal_information {
    color: #f1f0f0;
    font-size: 25px;
    letter-spacing: 1px
}

body.light .personal_information {
    color: #343434
}

.DoB,
.birth_place,
.pi_header {
    color: #d5d5d5;
    letter-spacing: 1px
}

body.light .DoB,
body.light .birth_place,
body.light .pi_header {
    color: #1c1c1c
}

.pagination_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.paginationBtn {
    border: none;
    outline: 0
}

.paginationBtn:hover {
    background-color: #f8f8f8;
    color: #575757
}

body.light .paginationBtn:hover {
    border: 1px solid rgba(77, 68, 68, .979)
}

.btnDeactive {
    opacity: .2;
    pointer-events: none
}

body.light .paginationBtn {
    color: #4c4c4c;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 79%) 0 0 5px -3px, rgb(0 0 0 / 0%) 0 0 0 0
}

::selection {
    background-color: #e6ff8a;
    color: #000
}

.preloader {
    background-color: #363636;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100
}

.wrapper {
    width: 200px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.circle,
.shadow {
    border-radius: 50%;
    transform-origin: 50%;
    position: absolute;
    left: 15%
}

.circle {
    width: 17px;
    height: 17px;
    background-color: #fff;
    animation: .5s infinite alternate circle
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7)
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1)
    }

    100% {
        top: 0
    }
}

.circle:nth-child(2),
.shadow:nth-child(4) {
    left: 45%;
    animation-delay: .2s
}

.circle:nth-child(3),
.shadow:nth-child(5) {
    left: auto;
    right: 15%;
    animation-delay: .3s
}

.shadow {
    width: 20px;
    height: 4px;
    background-color: rgba(0, 0, 0, .5);
    top: 62px;
    z-index: -1;
    filter: blur(1px);
    animation: .5s infinite alternate shadow
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5)
    }

    40% {
        transform: scaleX(1);
        opacity: .7
    }

    100% {
        transform: scaleX(.2);
        opacity: .4
    }
}

.wrapper span {
    position: absolute;
    top: 75px;
    font-family: Lato;
    font-size: 20px;
    letter-spacing: 12px;
    color: #fff;
    left: 15%
}

.tvshowscatogry_genre li {
    list-style: none;
    height: min-content;
    flex-wrap: wrap
}

.trending_details:hover .trending_title {
    color: #9296b9
}

#bmc-wbtn {
    width: 55px;
    height: 55px
}

#adModalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    transition: visibility, opacity .3s;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px)
}

.ad-modal-container {
    width: 100% !important;
    background-color: #fff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    max-width: 600px;
    height: 60%;
    max-height: 500px;
    position: relative
}

#adModalOverlay.visible {
    visibility: visible;
    opacity: 1
}

#adIframe {
    width: 100%;
    border: none;
    height: 100%
}

.modal-content-container {
    background-color: #1c1e30;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    color: #fff;
    max-width: 500px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 20px
}

.modal-close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.final-download-link {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #3498db;
    color: #fff;
    border-radius: 5px;
    transition: background-color .3s
}

.final-download-link:hover {
    background-color: #2980b9
}

.advanced-search-form {
    border-radius: 8px;
    max-width: 600px;
    display: flex;
    flex-direction: column
}

.advanced-search-form h3 {
    margin-top: 0;
    font-size: 20px;
    border-bottom: 1px solid #3b3e5e;
    padding-bottom: 10px
}

body.light .advanced-search-form h3 {
    border-bottom-color: #ccc
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 5px
}

.form-group label {
    font-weight: 700;
    font-size: 14px
}

.form-group input[type=number],
.form-group select {
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #3b3e5e;
    background-color: #2b2e4a;
    color: #fff;
    font-size: 14px
}

body.light .form-group input[type=number],
body.light .form-group select {
    border-color: #ccc;
    background-color: #f9f9f9;
    color: #000
}

.advanced-search-form button[type=submit] {
    padding: 10px 20px;
    background-color: #3b84f1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    transition: background-color .3s
}

body.light .advanced-search-form button[type=submit] {
    background-color: #007bff
}

.advanced-search-form button[type=submit]:hover {
    background-color: #287bff
}

body.light .advanced-search-form button[type=submit]:hover {
    background-color: #0056b3
}

.filtering-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 60px 0;
    padding: 20px;
    background-color: #1c1e30;
    border-radius: 8px;
    align-items: flex-start
}

body.light .filtering-container {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.advanced-search-form {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column
}

body.light .advanced-search-form {
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    background-color: transparent;
    color: #000;
    box-shadow: none
}

.tvshowcategory_container {
    margin: 0;
    padding: 0;
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 40%
}

.advanced-search-form {
    flex: 1 1 40%;
    padding: 0;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px
}

.tvshowcatrgory_ul,
.tvshowscatogry_genre {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    justify-content: flex-start
}

.tvshowcatrgory_ul li,
.tvshowscatogry_genre li {
    list-style-type: none;
    background-color: #ffffff1a;
    padding: 5px 10px;
    border-radius: 7px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: background-color .3s, color .3s
}

body.light .tvshowcatrgory_ul li,
body.light .tvshowscatogry_genre li {
    background-color: #e3e2e25e;
    color: #4c4c4c
}

.tvshowcatrgory_ul li.actv,
.tvshowcatrgory_ul li:hover,
.tvshowscatogry_genre li.actv,
.tvshowscatogry_genre li:hover {
    background-color: #3b84f1;
    color: #fff
}

body.light .tvshowcatrgory_ul li.actv,
body.light .tvshowcatrgory_ul li:hover,
body.light .tvshowscatogry_genre li.actv,
body.light .tvshowscatogry_genre li:hover {
    background-color: #007bff;
    color: #fff
}

.watchlist {
    font-family: 'SF Pro Display', sans-serif;
    color: #f9f9f9;
    background-color: #1a1a1a;
    border-radius: 12px;
    padding: 20px;
    max-width: 90%;
    margin: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .3);
    transition: .3s
}

body.light .watchlist {
    color: #333;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1)
}

.watchlist h3 {
    color: #1d9bf0;
    border-bottom: 2px solid #1d9bf0;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: left;
    font-size: 20px
}

.watchlist-container {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin: 0 30px;
    scrollbar-width: thin;
    scrollbar-color: #1d9bf0 rgba(29, 155, 240, 0.1);
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch
}

.scroll-btn,
.watchlist-card .remove-btn {
    position: absolute;
    cursor: pointer;
    display: flex
}

.watchlist-container::-webkit-scrollbar {
    height: 6px
}

.watchlist-container::-webkit-scrollbar-track {
    background: rgba(29, 155, 240, .1);
    border-radius: 3px
}

.watchlist-container::-webkit-scrollbar-thumb {
    background: #1d9bf0;
    border-radius: 3px;
    transition: background .3s
}

.watchlist-container::-webkit-scrollbar-thumb:hover {
    background: #0f84d0
}

.scroll-btn {
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: rgba(29, 155, 240, .9);
    border: none;
    border-radius: 50%;
    color: #fff;
    align-items: center;
    justify-content: center;
    transition: .3s;
    z-index: 2;
    opacity: .8
}

.watchlist-card,
.watchlist-card img {
    border-radius: 8px;
    margin-right: 10px
}

.scroll-btn:hover {
    background: #1d9bf0;
    opacity: 1;
    transform: translateY(-50%) scale(1.1)
}

.scroll-btn.left {
    left: 0
}

.scroll-btn.right {
    right: 0
}

.scroll-btn svg {
    width: 16px;
    height: 16px
}

body.light .scroll-btn {
    background: rgba(29, 155, 240, .8)
}

.watchlist-section {
    position: relative;
    margin-bottom: 20px
}

.watchlist-card {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    background-color: #2a2a2a;
    padding: 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    width: 300px;
    transition: transform .2s ease-in-out, background-color .3s;
    position: relative;
    vertical-align: top
}

body.light .watchlist-card {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1)
}

.watchlist-card:hover {
    transform: scale(1.05)
}

.watchlist-card img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0
}

.watchlist-card-info {
    flex-grow: 1;
    text-align: left;
    overflow: hidden
}

.watchlist-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #f9f9f9;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

body.light .watchlist-card-title {
    color: #333
}

.watchlist-card-title a {
    color: #1d9bf0;
    text-decoration: none;
    transition: color .3s
}

.watchlist-card-title a:hover {
    text-decoration: underline
}

.watchlist-card-details {
    font-size: 12px;
    color: #999;
    transition: color .3s;
    white-space: normal
}

body.light .watchlist .empty-message,
body.light .watchlist-card-details {
    color: #777
}

.watchlist-card .remove-btn {
    top: 8px;
    right: 8px;
    width: 20px;
    height: 20px;
    color: #e91e63;
    background: 0 0;
    border: none;
    padding: 0;
    align-items: center;
    justify-content: center;
    transition: transform .2s, color .3s;
    z-index: 1;
    opacity: .8
}

.watchlist-card .remove-btn:hover {
    transform: scale(1.2);
    color: #ff1744;
    opacity: 1
}

.watchlist-card .remove-btn svg {
    width: 100%;
    height: 100%
}

.watchlist .empty-message {
    text-align: center;
    color: #999;
    font-style: italic;
    transition: color .3s;
    white-space: normal;
    padding: 20px 0
}

@media (max-width:768px) {
    .watchlist {
        padding: 15px;
        max-width: 95%;
        border-radius: 10px
    }

    .watchlist h3 {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 12px
    }

    .watchlist-container {
        margin: 0 -15px;
        padding-left: 15px;
        padding-right: 15px
    }

    .scroll-btn {
        display: none
    }

    .watchlist-card {
        width: 250px;
        padding: 8px;
        margin-right: 8px;
        border-radius: 6px
    }

    .watchlist-card img {
        width: 60px;
        height: 60px;
        margin-right: 8px;
        border-radius: 6px
    }

    .watchlist .empty-message,
    .watchlist-card-title {
        font-size: 14px
    }

    .watchlist-card-details {
        font-size: 11px
    }

    .watchlist-card .remove-btn {
        top: 6px;
        right: 6px
    }
}

@media (max-width:480px) {
    .watchlist {
        padding: 10px;
        max-width: 100%;
        border-radius: 8px
    }

    .watchlist h3 {
        font-size: 16px
    }

    .watchlist-container {
        margin: 0 -10px;
        padding-left: 10px;
        padding-right: 10px
    }

    .watchlist-card {
        width: 220px
    }

    .watchlist-card img {
        width: 50px;
        height: 50px
    }

    .watchlist-card-title {
        font-size: 13px
    }

    .watchlist-card-details {
        font-size: 10px
    }
}

.read-chapters {
    display: flex;
    max-height: 45px;
    overflow-y: auto
}

@media (max-width:600px) {
    .epishodes_card {
        display: flex;
        gap: 13px;
        margin: 20px auto;
        width: 95%;
        padding: 10px;
        height: 120px
    }

    .episode_image {
        width: 110px;
        height: 110px
    }

    .playsvg_container {
        position: absolute;
        transform: translateX(25.5px) translateY(25.5px)
    }

    .runtime {
        position: absolute;
        left: 10px;
        bottom: 5px;
        filter: drop-shadow(1px 1px 2px black);
        border-radius: 100px
    }

    .epishodes_card p {
        margin: 0 5px 5px;
        text-align: left;
        flex-grow: 1;
        font-size: 14px
    }

    .episode_title {
        text-align: left;
        margin: 5px 0;
        flex-grow: 1
    }
}