body, html {
    background-color: #8ae3ff !important;
    color: #0931C8 !important;
}

 .prod-details-container {
        background-color: #87CEEB;
        width: 100%;
        min-height: 100vh;
    }

    .poster-section {
        width: 100%;
        background-color: #d3d3d3;
        position: relative;
    }

    .poster-section img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .pattern-divider {
        width: 100%;
        height: auto;
        
    }

    .content-section {
        background-color: #87CEEB;
        padding: 3rem 2rem;
    }

    .production-info {
        
        margin: 3rem 0;
    }

    .left-column {
        color: #000;
    }

    .production-title {
       font-family: obviously_semi;
        font-size:30px;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #0931C8;
        line-height:42px;
    }

    .production-description {
        font-size: 1rem;
        line-height: 1.6;
        margin-bottom: 1.5rem;
        color:#0931C8;
    }

    .right-column {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .sub-title{
        font-family: obviously_semi;
        font-size:16px;
        font-weight: 700;
        color: #0931C8;
        line-height:24px;
        letter-spacing: .5px;
    }

    .title-name{
        font-size:16px;
        color: #0931C8;
        line-height:24px;
        letter-spacing: .5px;
    }

    .info-block {
        background-color: rgba(255, 255, 255, 0.3);
        padding: 1rem;
        border-radius: 4px;
    }

    .info-label {
        font-weight: 700;
        font-size: 0.9rem;
        text-transform: uppercase;
        color: #0051FF;
        margin-bottom: 0.5rem;
    }

    .info-value {
        font-size: 1rem;
        color: #000;
    }

    .video-section {
        background-color: #0051FF;
        padding: 2rem;
        margin-bottom: 2rem;
    }

    .video-placeholder {
        background-color: #d3d3d3;
        width: 100%;
        height: 400px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .play-button {
        width: 80px;
        height: 80px;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .play-button:hover {
        transform: scale(1.1);
    }

    .play-button::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 25px solid #0051FF;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        margin-left: 5px;
    }

    .gallery-section {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1rem;
        margin-top: 2rem;
    }

    .gallery-item {
        background-color: #d3d3d3;
        aspect-ratio: 4/3;
        overflow: hidden;
    }

    .gallery-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .dots-navigation {
        text-align: center;
        padding: 2rem 0;
    }

    .dot {
        display: inline-block;
        width: 10px;
        height: 10px;
        background-color: #0051FF;
        border-radius: 50%;
        margin: 0 5px;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

    .right-detail{
        background: #86DBFB; padding: 18px 22px; width: 100%; box-sizing: border-box;
    }

     .right-detail .writers{display: flex; gap: 70px;align-items: flex-start;}

     .right-detail .writers-left{flex: 1; }


    .dot.active,
    .dot:hover {
        transform: scale(1.3);
        background-color: #003399;
    }

    .runrun-footer-bg.footer-container {
    background-color: #0931c8;
    color: #ffffff;
}

    .runrun-footer-bg.footer-container a {
    color: #ffffff;
}

    @media (max-width: 768px) {
        
        .gallery-section {
            grid-template-columns: 1fr;
        }

        .content-section {
            padding: 2rem 1rem;
        }

        .video-placeholder {
            height: 250px;
        }

        .poster-section {
            padding: 80px 0 0 0;
        }

        .right-detail .writers{display:grid; gap: 20px;}
    }

    @media (max-width:820px){
        .right-detail .writers{display:grid; gap: 20px;}
    }

.production-details-page *:not(.carousel):not(.carousel *) {
    background-color: #8ae3ff !important;
    color: #0931C8 !important;
}

.production-details-page,
.production-details-page *:not(.carousel):not(.carousel *) {
    color: #0931C8 !important;
}

    .production-details-page .carousel-indicators .active {
        border: 1px solid #0931C8 !important;
        background-color: #0931C8 !important;
    }

    .production-details-page .carousel-indicators .active {
        border: 1px solid #0931C8;
        background-color: #0931C8;
    }

.carousel-indicators .active {
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
}

.read-more-info {
    margin: 0;
}

.pd-R-48 {
    padding-right: 0;
}

.content-info-container {
    margin-bottom: 70px;
}

.prod-portfolio-site-carousel .card-img {
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 65.70%;
    overflow: hidden;
    position: relative;
    display: block;
}

prod-portfolio-site .prod-portfolio-site-carousel .card-img img {
    position: absolute;
}

@media(min-width: 753px) {
    .content-info-container {
        margin-bottom: 90px;
    }
}

.container-fluid.brand-menu-nav {
    padding-left: 40px;
    padding-right: 40px;
}

.container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
}

    .container-fluid.footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }

.pd-hero-bg {
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100vh;
}

.kidnapped-banner .pd-hero-bg {
    background-position: top left -80px;
}

.tms-1 .pd-hero-bg {
    background-position: top left -40px;
}

p {
    color: #fff;
}

.series-title {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    bottom: 30px;
    width: 100%;
    left: 0;
    padding: 0 40px;
}

    .series-title h2 {
        color: #fff !important;
        font-size: 20px;
    }

    .series-title, .series-title h2, .series-title .sub-title {
        color: #fff !important;
    }

.back-btn {
    width: 28px;
    height: 28px;
    display: block;
}

    .back-btn svg:hover path {
        fill: #00E0BA;
    }

    .back-btn svg:hover circle {
        stroke: #00E0BA;
    }

.crew-container {
    margin-top: 70px;
    margin-bottom: 70px;
    padding-left: 0;
    padding-right: 0;
}

.crew-info {
    margin-bottom: 1rem;
}

    .crew-info .divider {
        border-top: 1px solid rgba(255, 255, 255, .5);
        padding-top: 30px;
    }

.crew-container.smother h3 {
    margin-bottom: 18px;
}

.crew-info:last-child {
    margin-bottom: 0;
}

.crew-info h3 {
    color: #0931c8 !important;
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
}

.crew-info h4 {
    color: #0931c8 !important;
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px;
}

.crew-info p {
    color: #0931c8 !important;
    margin-bottom: 0;
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    word-break: break-word;
}

.crew-info-intro {
    color: #0931c8 !important;
    margin-bottom: 30px;
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

    .crew-info-intro p {
        color: #0931c8 !important;
        margin-bottom: 0;
        font-family: 'Obviously' !important, system-ui, sans-serif;
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
    }

.crew-pd-R-40 {
    padding-right: 0;
    padding-left: 0;
}

.crew-pd-L-40 {
    padding-left: 0;
    padding-right: 0;
}

.video-containter {
    margin-bottom: 70px;
}

.video-bg {
    background-color: #fff;
    min-height: 186px;
    margin-bottom: 70px;
    position: relative;
}

.video-containter .about-video {
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
    margin-top: 70px;
}

.video-containter p {
    font-family: 'Obviously' !important, system-ui, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    color: #fff;
}

.series-title .sub-title {
    color: #fff;
    font-size: 14px;
}

@media(min-width: 753px) {
    .crew-info {
        margin-bottom: 40px;
    }

    .pd-hero-bg {
        height: 36vh
    }

    .series-title h2 {
        font-size: 26px;
    }

    .back-btn {
        width: 38px;
        height: 38px;
    }

    .video-bg {
        min-height: 220px;
    }

    .crew-pd-R-40 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .crew-pd-L-40 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .crew-info-intro {
        margin-bottom: 30px;
    }

    .pd-R-48 {
        padding-right: 3rem;
    }

    .pd-R-48 {
        padding-right: 0;
    }

    .kidnapped-banner .pd-hero-bg {
        background-position: top center;
    }

    .tms-1 .pd-hero-bg {
        background-position: top center;
    }
}

@media(min-width: 991px) {
    .pd-R-48 {
        padding-right: 0;
    }

    .crew-info {
        margin-bottom: 1rem;
    }

    .pd-hero-bg {
        height: 40vh
    }

    .video-bg {
        min-height: 300px;
    }

    .crew-pd-R-40 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .crew-pd-L-40 {
        padding-right: 30px;
        padding-left: 30px;
    }

    .crew-info-intro {
        margin-bottom: 30px;
    }

    .kidnapped-banner .pd-hero-bg {
        background-position: top center;
    }

    .tms-1 .pd-hero-bg {
        background-position: top center;
    }
}

@media(min-width: 1199.98px) {
    .pd-R-48 {
        padding-right: 3rem;
    }

    .crew-info {
        margin-bottom: 1rem;
    }

    .pd-hero-bg {
        height: 100vh
    }

    .series-title h2 {
        font-size: 30px;
    }

    .video-bg {
        min-height: 440px;
    }

    .crew-pd-R-40 {
        padding-right: 30px;
        padding-left: 0;
    }

    .crew-pd-L-40 {
        padding-left: 30px;
        padding-right: 0;
    }

    .crew-info-intro {
        margin-bottom: 0;
    }

    .kidnapped-banner .pd-hero-bg {
        background-position: top center;
    }

    .tms-1 .pd-hero-bg {
        background-position: top center;
    }
}

.run-header-bg {
    background-color: #8ae3ff;
}

.pd-hero-bg.slider-bg {
    background-color: transparent !important;
    box-shadow: none !important;
}

    .pd-hero-bg.slider-bg * {
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .pd-hero-bg.slider-bg .series-title h2 {
        color: #fff !important;
    }

@media(min-width: 1400px) {
    .pd-R-48 {
        padding-right: 3rem;
    }

    .crew-info {
        margin-bottom: 40px;
    }

    .pd-hero-bg {
        height: 100vh
    }

    .crew-pd-R-40 {
        padding-right: 30px;
        padding-left: 0;
    }

    .crew-pd-L-40 {
        padding-left: 30px;
        padding-right: 0;
    }

    .crew-info-intro {
        margin-bottom: 0;
    }

    .kidnapped-banner .pd-hero-bg {
        background-position: top center;
    }

    .tms-1 .pd-hero-bg {
        background-position: top center;
    }
}