@import url('https://fonts.googleapis.com/css?family=Rajdhani&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

/*
* Base structure
*/

.clearfix { clear: both; }

body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

h1 {
    
}

h2 {
    padding:0 10px;
}

.logo { cursor: pointer; }

.logo a { text-decoration: none; color: #fff; }

.cover-container {
    max-width: 50em;
}

.thin {
    font-weight: 100;
}

.social-icons-container {
    position:fixed;
    top:100px;
    right:0;
    z-index: 999;
    padding:5px;
}

.social-icons-container .social-icon a {
    display: block;
    height:40px;
    width:39px;
    margin-bottom:5px;
}

.social-icons-container .social-icon.icon-fb a {
    background:url('../images/social-icons.png') 0 0 repeat;
}

.social-icons-container .social-icon.icon-ig a {
    background:url('../images/social-icons.png') -39px 0 repeat;
}

.social-icons-container .social-icon.icon-yt a {
    background:url('../images/social-icons.png') -78px 0 repeat;
}

.social-icons-container .social-icon.icon-imdb a {
    background:url('../images/social-icons.png') -118px 0 repeat;
}

.main-content {
    width:100%;
    padding:0;
    margin:0 auto;
    background-color:#000;
}

.center-content {
    width:75%;
    margin:0 auto;
    padding:0;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}



.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
    --bd-violet-bg: #712cf9;
    --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

    --bs-btn-font-weight: 600;
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bd-violet-bg);
    --bs-btn-border-color: var(--bd-violet-bg);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: #6528e0;
    --bs-btn-hover-border-color: #6528e0;
    --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
    --bs-btn-active-color: var(--bs-btn-hover-color);
    --bs-btn-active-bg: #5a23c8;
    --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}

#home a { margin-top:10px; }

section { min-height:100px; padding-top:0px; margin-bottom: 40px; }
#main h4,
#bts h4, 
#bts .bts-table { text-align: left; }

#main .poster {
    float:left;
    width:100%;
    padding:0;
}

#main .poster img { width:100%; }

#laurels img {
    width:35%;
    max-width:220px;
}

#cast {
    padding:40px 0;
}

#cast img.title {
    width:80%;
    max-width: 800px;
}

#cast .cast-item img {
    width:100%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;
    padding:0 20%;
}

#cast h3 {
    padding-top:10%;
    font-size:1.6rem;
}

#cast .cast-item .cast-item-left {
    text-align: right;
    float:left;
    width:50%;
    padding:2% 0% 2% 10%;
}

#cast .cast-item .cast-item-right {
    text-align: left;
    float:left;
    width:50%;
    padding:2% 10% 2% 0%;
}

#cast .link a {
    color:#fff;
    text-decoration: none;
}

#video {
    padding:40px 0;
}

#video img.title {
    width:80%;
    max-width: 800px;
}

.download-btn { font-size: .8em; margin-bottom:15px; }

.bts-table .col-1 { width: 34%; }
.bts-table .col-2 { width: 33%; }
.bts-table .col-3 { width: 33%; }

.vid-embed {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
    max-width: 1920px;
}

.vid-embed video {
    width:100%;
}

.vid-embed h3 {
    padding-bottom: 50px;
    font-size: .8em;
}

.video-description {
    font-size:1.2em;
    margin: 20px auto;
    width:75%;
}

.yt-video-embed {
    height:0;
    position: relative;
    padding-bottom:56.25%;
    overflow: hidden;
}

.yt-video-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}

.yt-player {
    display: flex;
    justify-content: center;
}
    
.yt-player iframe {
    aspect-ratio: 16 / 9;
    width: 100% !important;
}



@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media (max-width: 768px) {
    .main-content {
        width:100%;
        padding:0;
    }
    
    #main .poster {
        float:none;
        width:100%;
    }
    
    #home a { margin-top:10px; font-size:0.7rem; }
    
    .nav .nav-link { font-size:0.7rem; }
    
    #video {
        padding:0;
    }
    
    .video-description {
        width:100%;
        font-size:1em;
    }
    
    #cast h3 {
        padding-top:0;
        font-size:1.6rem;
    }
    
    #cast .cast-item .cast-item-left {
        float:none;
        width:100%;
        padding:20px 20px 15px 20px;
        text-align: center;
    }

    #cast .cast-item .cast-item-right {
        float:none;
        width:100%;
        padding:0 20px 50px 20px;
        text-align: center;
    }
    
    #laurels img {
        width:33%;
        max-width:130px;
    }
}