body, html {
    background-color: #8ae3ff !important;
    color: #0931C8 !important;
}

.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;
}

.river-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;
}

river .river-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;
    }
}

/* Header CSS start */
.run-header-bg {
    background-color: #8ae3ff !important;
}

.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;
    }
}