/* /Components/Layout/Footer.razor.rz.scp.css */
.footerStyle[b-b38s6dry73]{
    background-color: var(--cf-theme-900);
    color: var(--cf-light-color);
}

.footerStyle a[b-b38s6dry73]{
    color: var(--cf-theme-200);
}

.footerStyle a:hover[b-b38s6dry73]{
    color: var(--cf-theme-core);
}

.footerStyle .bi[b-b38s6dry73]{
    font-size: 1.5rem;
    padding-inline-start: 0.5rem;
}
/* /Components/Layout/TopNavMenu.razor.rz.scp.css */
.navStyle[b-lfixi1k6oa]{
    background-color: var(--cf-theme-900);
}

.navbar-nav[b-lfixi1k6oa]{
    --bs-navbar-hover-color: var(--cf-theme-400);
}
/* /Components/Pages/Movie.razor.rz.scp.css */
.hero-bg[b-mg12d2a8tr]{
    background-image: var(--bg-img);
    background-size: cover;
    background-position: center;    
    background-repeat: no-repeat;
    min-height: 400px;
}

.hero-container[b-mg12d2a8tr] {
    min-height: 400px;
    width: 100%;
    height: 100%;
    position:relative;
    backdrop-filter: blur(2px) brightness(.5);
    margin-bottom: 2rem;
}


.poster-container[b-mg12d2a8tr] {
    max-height: 24rem;
    aspect-ratio: 2/3;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    border-radius: .5rem;
    margin: 0 2rem 2rem 2rem;
    transform: translateY(50%);

}

    .poster-container img[b-mg12d2a8tr] {
        max-width: 100%;
        max-height: 100%;        
        object-fit: cover;
    }

    .overview[b-mg12d2a8tr]{      
        margin-top: 12rem;
    }


    @media (min-width: 992px){
        .overview[b-mg12d2a8tr] {
            margin-left: calc((24rem * .666) + 4rem);
            margin-top: 2rem;
        }
    }
/* /Components/Ui/Paginator.razor.rz.scp.css */
.rounded-pill[b-2isskrsd5m] {
    aspect-ratio: 1;
}
