/* --------------- body & navbar & footer ---------------- */
body {
    background-color: #173049;
    font-family: "MagistralC";
    /* overflow-y: scroll; */
}

/* ::-webkit-scrollbar {
    display: none;
} */

.nav-container {
    margin: 0 1.5rem;
    font-size: 1.1rem;
    z-index: 2;
}

.nav-container .nav-icon {
    width: 1.2rem;
}

.nav-container .nav-linkk {
    color: white;
    margin-right: 2rem;
}

.nav-container .nav-linkk:hover {
    color: #bd004b;
    text-decoration: none;
}

.nav-container .activated {
    color: #bd004b !important;
    text-decoration: none;
    border-bottom: 3px solid #bd004b;
}

.nav-container .dropDown {
    color: white;
    font-size: 1.1rem;
}

.nav-container .dropdown-item:hover {
    background-color: #25425f4d;
}

.nav-container .button {
    background-color: #bd004b;
    color: #ffffff;
    border-radius: 0.3rem;
    width: 7rem;
    height: 2.5rem;
    border: none;
    font-size: 1.1rem;
    margin: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.nav-container .button:hover {
    opacity: 0.5;
}

.nav-container .button:focus {
    outline: none;
}

.page-footer {
    margin-top: 9%;
    padding: 0;
    background-color: #25425f;
}

.page-footer .container-fluid {
    display: -ms-grid;
    display: grid;
    grid-gap: 0.0001rem 3rem;
    -ms-grid-columns: (minmax(220px, 1fr));
    grid-template-columns: repeat(1, minmax(220px, 1fr));
}

.page-footer .footer-copyright {
    background-color: #173049;
    padding: 1rem 0;
    color: white;
}

.page-footer .activated {
    color: #bd004b !important;
    text-decoration: none;
    border-bottom: 3px solid #bd004b;
}

.page-footer .nav-linkk {
    color: white;
    margin-right: 2rem;
}

.page-footer .nav-linkk:hover {
    color: #bd004b;
    text-decoration: none;
}

.camelcase{
    text-transform: capitalize;
}
/* --------------- end of body & navbar & footer ---------------- */

/* --------------- media header ---------------- */
.media-header {
    width: 100%;
    height: 700px;
    position: relative;
}

#bg-video {
    object-fit: cover;
    /* width: 100vw;
    height: 100vh; */
    position: relative;
    top: 0;
    left: 0;
    display: none;
}

.text-light-blue{
    color: #afd9ff;
}

@media screen and (max-width:992px){
    .media-header  {
        height: 600px;
    }
}

@media screen and (max-width:767px){
    .media-header {
        height: 450px;
    }
}

@media screen and (max-width:567px){
    .media-header {
        height: 350px;
    }
}

@media screen and (max-width:330px){
    .media-header {
        height: 180px;
    }
}

.media-navbar {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.media-header-content{
    position: relative;
}

.media-logo{
    max-width: 120px;
}

.media-background {
    /* height: 100%;
    background: url('../assets/background.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */

    background-image: url("../assets/media_test.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.media-background-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    
    top: 0;
    left: 0;
    /* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-400%, rgba(23, 48, 73, 0)), color-stop(96%, #173049)); */
    /* background-image: linear-gradient(to bottom, rgba(23, 48, 73, 0) 50%, #173049 96%); */
    background-image: linear-gradient(-90deg, rgba(23, 48, 73, 0) 40%, #173049 96%);
}

.media-header-caption{
    width: 400px;
    position: absolute;
    top:20%;
    left:5%;
}

#media-header-caption-mobile{
    display: none;
}

#media-header-caption-mobile{
    margin: auto;
    padding: 10px;
}

@media screen and (max-width:992px){
    .media-header-caption{
        display: none;
    }

    #media-header-caption-mobile{
        display: block;
    }
}

@media screen and (max-width:992px) and (min-width:567px) {
    #media-header-caption-mobile{
        width:50%;
    }
}

.episode-video-header .background {
    min-height: 50rem;
}

@media screen and (max-width:992px){
    .episode-video-header .background {
        min-height: 35rem;
    }
}

@media screen and (max-width:576px){
    .episode-video-header .background {
        min-height: 15rem;
    }
}
/* --------------- end of media header ---------------- */

/* --------------- share on social ---------------- */
.social-items-div .social-items {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.social-items-div .social-items > i {
    font-size: 24x;
}

.social-items-div .fab-action-1 {
    background-color: green;
}

.social-items-div .fab-action-1:hover {
    background-color: rgba(0, 128, 0, 0.753);
}

.social-items-div .fab-action-2 {
    background-color: rgb(24, 127, 187);
}

.social-items-div .fab-action-2:hover {
    background-color: rgba(24, 127, 187, 0.658);
}

.social-items-div .fab-action-3 {
    background-color: rgb(10, 107, 163);
}

.social-items-div .fab-action-3:hover {
    background-color: rgba(10, 107, 163, 0.657);
}

.social-items-div .fab-action-4 {
    background-color: rgb(33, 77, 221);
}

.social-items-div .fab-action-4:hover {
    background-color: rgba(33, 77, 221, 0.685);
}

/* .share-container-social {
    background-color: #25425f;
    border-radius: 0.5rem;
    padding: .5rem .5rem;
}

.share-container-social:after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -11px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #25425f;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.share-container-mediaDetails{
    position: absolute;
    right: -70%;
    bottom:65%;
}

@media screen and (max-width:1280px){
    .share-container-mediaDetails {
    right: 10%;
    bottom: 3%;
    }
}

@media screen and (max-width:767px){
    .share-container-mediaDetails {
    right: 55%;
    bottom: -10%;
    }
}

@media screen and (max-width:567px){
    .share-container-mediaDetails {
    right: 35%;
    bottom: -10%;
    }
} */
/* --------------- end of share on social ---------------- */


/* --------------- watch now modal ---------------- */
@media (min-width: 576px) {
    #watchModal .modal-dialog {
        max-width: 1000px;
    }
}
/* --------------- end of watch now modal ---------------- */

/* --------------- episodes ---------------- */
.episodes{
    min-height: 600px
}

#pills-episodes-tab,#pills-similars-tab{
    /* background-color: #bd004b; */
    background-color: transparent;
    color: #bd004b !important;
    text-decoration: none;
}

.episodes .nav .nav-item .active{
    border-bottom: 3px solid #bd004b;
}

.episodes .nav {
    position: relative;
    left: 4%;
    width: 290px;
}

.episode-card .card-img-top{
    height: 197px;
    overflow: hidden;
}

.episode-card  .card-body{
    background-color: #304c67 !important;
}

/* .episode-card{
    overflow: hidden;
    height: 340px;
} */

.episode-card:hover .card-body{
    background-color: #263f57 !important;
}

.episode-card .card-img-top img{
    transition:all .4s;
}

/* .episode-card:hover .card-img-top img{
    transform: scale(1.2);
} */

.silver{
    color: #b8c3cb;
}

.episode-card .episode-date{
    /* color: #bd004b; */
    color: #9ac3c4;
}
/* --------------- end of episodes ---------------- */

/* --------------- episode video ---------------- */
.episode-video{
    height: 700px;
}

.episode-video video{
    width: 75%;
    height: auto;
    object-fit:cover;
    cursor: pointer;
}

@media screen and (max-width:992px){
    .episode-video{
        height: 300px;
    }
}

@media screen and (max-width:567px){
    .episode-video{
        height: 200px;
    }
}
/* --------------- end of episode video ---------------- */


/* --------------- Video player ---------------- */
.media-header-video {
    width: 100%;
    height: 700px;
    position: relative;
}

@media screen and (max-width:992px){
    .media-header-video {
        height: 1200px;
    }
}

@media screen and (max-width:567px){
    .media-header-video{
        height: 700px;
    }
}

@media screen and (max-width:400px){
    .media-header-video{
        height: 800px;
    }
}

.player-container {
    position: absolute;
    /* top: 120px; */
    top: 110px;
    left: 0;
    right: 0;
    /* width: 70%; */
    width: 90%;
    height: auto;
    max-width: 2400px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-preview-player {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
}
.main-preview-player video {
    background-color: transparent;
}
.vjs-poster {
    background-color: transparent;
}
.playlist-container,
.video-js {
    position: relative;
    min-width: 100px;
    min-height: 150px;
    width: 100%;
    height: 0;
    background-color: transparent;
}

@media screen and (max-width:992px) {
    .playlist-container {
        flex: 1 1 50% !important;
    }
}

@media screen and (max-width:767px) {
    .player-container {
        width: 90%;
    }

    .playlist-container {
        width: 75% !important;
    }
}

@media screen and (min-width:992px) {
    .video-js {
        height: 281px;
        width: 800px !important;
        float: left;
    }
    .vjs-playlist {
        width: 250px;
        height: 281px;
    }
}

.video-js {
    flex: 3 1 55%;
    background-color: rgba(0, 0, 0, 0.4);
}
.vjs-menu li {
    list-style: none;
    margin: 0;
    padding: 0.2em 0;
    line-height: 1.4em;
    font-size: 1.2em;
    text-align: center;
    text-transform: none;
}
.playlist-container {
    /* flex: 1 1 45%; */
    flex: 1 1 20% ;
    height: auto;
    /* background-color: #1f252e; */
    background-color: #323e51;
}
.vjs-playlist {
    position: absolute;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 140px;
    min-width: 249px;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vjs-playlist img {
    height: auto;
    /* max-height: 260px; */
    max-height: 100px;
    /* width: 50%; */
    width: 100%;
    max-width: 463px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.vjs-playlist-description {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
    min-height: 100%;
    display: block;
    text-align: left;
    padding: 0.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.video-js.vjs-16-9,
.video-js.vjs-4-3,
.video-js.vjs-fluid,
.video-js.vjs-fluid-pd {
    width: 100%;
    /* max-width: 100%; */
    /* width: 70%; */
    /* max-width: 70%; */
    height: auto;
}
.video-js.vjs-fluid-pd {
    padding-top: 42%;
}
@media only screen and (max-width: 600px) {
    .video-js .vjs-quality-selector {
        display: none !important;
    }
    .video-js .vjs-descriptions-button {
        display: none !important;
    }
    .vjs-chapters-button .vjs-menu .vjs-menu-content {
        width: 300px;
        min-width: 250px;
    }
}
@media (max-width: 992px) {
    .playlist-container {
        margin-top: 9px;
        min-height: 250px;
        height: 500px;
        border: 1px solid transparent;
    }
    .video-js.vjs-fluid-pd {
        padding-top: 56.25%;
    }
    .main-preview-player {
        margin-bottom: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .vjs-playlist img {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .vjs-playlist-description {
        padding: 5px;
    }
    .vjs-playlist {
        padding: 0;
    }
    .vjs-playlist .vjs-playlist-name {
        padding: 0;
    }
}

.vjs-playlist-item:hover{
    background-color: #272e3a;
}

.vjs-playlist-title-container{
    position: absolute;
    /* bottom: 0; */
    top: 0;
    left: 50%;
}

.vjs-playlist-vertical .vjs-playlist-thumbnail {
    width: 50%;
}

.toggle-playlist{
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 1;
}

:fullscreen .toggle-playlist {
    display: none;
}


.customized-scrollbar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #a1a0a0;
}

.customized-scrollbar::-webkit-scrollbar
{
    width: 12px;
    background-color: #a1a0a0;
}

.customized-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.pointer{
    cursor: pointer;
}

.pointer:hover{
    box-shadow: 1px 1px 5px gainsboro;
}

.video-js .vjs-title-bar {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    
    /*
    By default, do not show the title bar.
    */
    display: none;
    font-size: 2em;
    padding: .5em;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* 
    Only show the title bar after playback has begun (so as not to hide
    the big play button) and only when paused or when the user is 
    interacting with the player.
*/
.video-js.vjs-paused.vjs-has-started .vjs-title-bar,
.video-js.vjs-user-active.vjs-has-started .vjs-title-bar{
    display: block;
}
/* --------------- end of Video player ---------------- */

/* --------------- select options ---------------- */
select {
    display: none !important;
}

.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#40FFFFFF', endColorstr='#00FFFFFF', GradientType=0);
    background-color: #fff;
    border-radius: 6px;
    border: solid 1px #eee;
    box-shadow: 0px 2px 5px 0px rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.dropdown-select:focus {
    background-color: #fff;
}

.dropdown-select:hover {
    background-color: #fff;
}

.dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

.dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.dropdown-select.open .option {
    cursor: pointer;
}

.dropdown-select.wide {
    width: 100%;
}

.dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.dropdown-select .dd-search{
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0.5rem;
}

.dropdown-select .dd-searchbox{
    width:90%;
    padding:0.5rem;
    border:1px solid #999;
    border-color:#999;
    border-radius:4px;
    outline:none;
}
.dropdown-select .dd-searchbox:focus{
    border-color:#12CBC4;
}

.dropdown-select .list ul {
    padding: 0;
}

.dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.dropdown-select .option.selected {
    font-weight: 600;
    color: #12cbc4;
}

.dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.dropdown-select a:hover {
    color: #666;
}
/* --------------- end of select options ---------------- */

/* --------------- new card style ---------------- */
.episodes .card-container {
    margin-right: 1rem;
    transition: all .2s;
    width: 350px;
}

.episodes .card-img-top {
    width: 350px;
}

@media screen and (max-width:350px) {
    .episodes .card-container {
        width: 285px;
    }

    .episodes .card-img-top {
        width: 285px;
        height: 160px;
    }
}


.episodes .card-container:hover{
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.episodes .card-container:hover .card-caption {
display: block;
}

.episodes .card-caption {
display: none;
}

.episodes .card-container:hover {
transform: scale(1.08);
}

.episodes .card-container:hover .card img {
border-radius: 0.25rem 0.25rem 0 0;
}

.episodes .card-container .card-caption {
height: 190px;
background-color: #304c67;
border-radius: 0 0 0.25rem 0.25rem;
}

.episodes .card-container .card-caption .card-caption-anchor {
text-decoration: none;
color: white;
display: flex;
justify-content: center;
align-items: center;
}

.episodes .card-container .card-caption .circle-border {
border:1px solid #bd004b;    
width:38px;
height:38px;
border-radius:50%;
-moz-border-radius:50%;
-webkit-border-radius:50%;
cursor: pointer;
}

.episodes .card-container .card-caption .card-caption-anchor:hover .circle-border{
background-color: #bd004b;
}

.episodes .card-container .card-caption .card-caption-anchor:hover .card-caption-anchor-word{
color: #ffffffd8;
}


.episodes .card img {
    border-radius: 0.25rem;
}
.episodes .card {
    margin-right: 0rem;
}
/* --------------- end of new card style ---------------- */
