:root {
    --primary: #fcff00;
    --background: #000000;
    --text: #ffffff;
    --text-accent: #e1e1e1;
    --primary-accent: #d9d934;
    --background-accent: #2d3c46;
    --special-promotions: #77d0f4;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

* {
    box-sizing: border-box;
}

    /* Ensure that pseudo-elements are also included */
    *::before,
    *::after {
        box-sizing: border-box;
    }


html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #010001;
    margin-bottom: 60px;
    color: white;
    font-family: 'Montserrat', sans-serif;
}


@font-face {
    font-family: 'Open Sans Hebrew Condensed';
    src: url('/OpenSansHebrewCondensed-Regular.woff2') format('woff2'), url('/OpenSansHebrewCondensed-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Chelsea Market';
    src: url('/ChelseaMarket-Regular.woff2') format('woff2'), url('/ChelseaMarket-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-family: "Open Sans Hebrew Condensed", sans;
    text-transform: uppercase;
    font-size: 3.8em;
}

h3 {
    font-family: "Open Sans Hebrew Condensed", sans;
    text-transform: uppercase;
    font-size: 2.1em;
}

.text {
    font-size: 1.1em;
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.6em;
    }

    h3 {
        font-size: 1.5em;
    }

    .text {
        font-size: 0.8em;
        margin: 0 30px;
    }
}

/*.navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 1.1em;
}

    .navbar .navbar-nav .nav-link:hover {
        color: #fff;
    }*/

/*@media only screen and (min-width: 992px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 0 1.5em;
    }

    .navbar .navbar-nav .nav-item:not(:last-child) .nav-link {
        border-right: 2px solid #666;
    }
}*/

.footer {
    padding-top: 10px;
    background-color: #161616;
    line-height: unset !important;
}

/*.footer-text {
    font-family: "Chelsea Market", sans;
    text-transform: uppercase;
    font-size: 3em;
    margin-top: 100px;
}*/

/*@media (max-width: 768px) {
    .footer-text {
        font-size: 1.5em;
        margin-top: 30px;
    }
}*/

.footer a:link {
    color: #fff;
    text-decoration: none;
}

.footer a:visited {
    color: #fff;
}

.footer a:hover {
    color: #fdff04;
}

.footer a:active {
    color: #fff;
}

.movie-cover {
    /*    border: 2px solid #fdff04;
    border-radius: 10px;*/
    max-width: 250px;
}

.movie-cover-mini {
    /*border: 2px solid #fdff04;*/
    border-radius: 4px;
    max-width: 110px;
}

@media (max-width: 768px) {
    .movie-cover {
        max-width: 187px;
    }
}

.movie-title {
    font-family: 'Bebas Neue', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--text);
    font-size: 24px;
}

@media (max-width: 767px) {
    .movie-title {
        font-size: 20px;
    }
}

/*.cover-holder:hover .movie-cover {
    border: 2px solid #fff;
}*/

/*.cover-holder:hover a {
    color: #fff;
}*/

.cover-holder-noborder img {
    border: 2px solid #000;
}

.cover-holder-deselect img {
    opacity: 0.4;
}

.cover-holder-deselect .movie-title {
    opacity: 0.4;
}

.cover-holder-select img {
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes blinking {
    45% {
        border-color: #fdff04; /* Border will blink until 45% of the animation */
    }

    55% {
    }

    100% {
        border-color: #000; /* Ensure no border at the end */
    }
}

.dropdown-menu a {
    color: var(--text);
    text-decoration: none;
    font-size: 14px;
}

a:link {
    text-decoration: none;
    color: var(--primary);
    transition: color 0.3s ease;
}

a:visited {
    color: var(--primary);
}

a:hover {
    color: var(--primary-accent);
    cursor: pointer;
}

a:active {
    color: var(--primary-accent);
}

.btn,
.btn:visited,
.btn:active {
    color: var(--primary);
}

    .btn:hover {
        color: #fff;
    }

/*.navbar-brand {
    margin-right: unset;
}

    .navbar-brand img {
        width: 210px;
    }

@media (max-width: 768px) {
    .navbar-brand img {
        width: 145px;
    }
}

.nav-link {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
}*/

/*.bg-gray {
    background-color: #161616;
}*/

.form-control-custom {
    border-radius: 4px;
    padding: 12px 20px;
    border: 1px solid var(--background-accent);
}


.btn-primary {
    border: none;
    background-color: #010001 !important;
}

.btn-primary-custom,
.btn-primary-custom:visited {
    border: 2px solid #fcff00 !important;
    border-radius: 28px;
    padding: 4px 16px;
    text-decoration: none;
    color: #fcff00 !important;
    font-size: 16px;
}

    .btn-primary-custom:active {
        background-color: #fcff00;
    }

    .btn-primary-custom:focus,
    .btn-primary-custom:hover {
        color: #010001 !important;
        background-color: #fcff00 !important;
        cursor: pointer;
    }

    .btn-primary-custom:active {
        box-shadow: none !important;
    }

    .btn-primary-custom.active {
        color: #010001 !important;
        background-color: #fcff00 !important;
    }

@media screen and (max-width: 508px) {
    .btn-primary-custom, .btn-primary-custom:visited {
        font-size: 13px;
    }
}


.btn-secondary-custom,
.btn-secondary-custom:visited {
    border: 1px solid #fcff00 !important;
    background-color: #010001 !important;
}

    .btn-secondary-custom:active {
        background-color: #fcff00;
    }

    .btn-secondary-custom:focus,
    .btn-secondary-custom:hover {
        color: #010001 !important;
        background-color: #fcff00 !important;
        text-decoration: none;
    }


.dropdown-menu {
    border: 1px solid #fcff00 !important;
    background-color: #010001;
    padding: 5px;
    z-index: 100 !important;
}

    .dropdown-menu a {
        padding: 7px 12px;
    }

        .dropdown-menu a:link {
            color: #ffffff;
            text-decoration: none;
        }

        .dropdown-menu a:visited {
            color: #ffffff;
        }

        .dropdown-menu a:hover,
        .dropdown-menu a:active {
            background-color: #1E1E1E;
            color: #e1e1e1;
            border-radius: 5px;
        }



.dropdown-item {
    display: flex;
    gap: 8px;
    align-items: center;
}

    .dropdown-item img {
        width: 28px;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: var(--background);
        color: var(--text);
    }



    .dropdown-item:focus, .dropdown-item:hover {
        color: #1e2125;
        background-color: unset;
    }


.btn-check:focus + .btn-primary, .btn-primary:focus {
    box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #c4c600;
    border-color: #fff;
}

.form-text {
    color: #fdff04;
}

.border-top {
    border-top: 0px solid #161616 !important;
}

/*.content-aera {
    position: relative;
}*/

.detail-cover {
    width: 300px;
    border: 2px solid #fdff04;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .detail-cover {
        width: 100%;
    }
}

.banner_home1 {
    position: relative;
    width: 100%;
}

    .banner_home1 img {
        width: 100%;
    }

.buttons_holder {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-right: 23px;
}

.banner_spacing {
    margin-bottom: 10px;
}

.rating-bar {
    display: flex;
    align-items: center;
}



    .rating-bar .rating-stars {
    }


    .rating-bar div {
        line-height: normal;
        font-size: 17px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        letter-spacing: normal;
        text-align: left;
    }



        .rating-bar div:first-child {
            margin-right: 10px;
        }

.rating-stars img {
    display: inline;
    width: 20px;
    height: 20px;
    margin-bottom: 7px;
}

.rating-bar span {
    color: #fff;
    margin: 0 7px;
}

.metadata div {
    margin: 3px 0;
}

    .metadata div:first-child {
        font-weight: 800 !important;
    }

/*
.metadata {
    font-size: 18px;
    font-weight: normal;
}

    .metadata div:first-child {
        font-weight: 800 !important;
    }

@media (min-width: 768px) {
    .metadata div:first-child {
        text-align: right;
        padding-right: 30px;
    }
}*/

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #212121;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0.6rem;
    outline: 0;
    padding: 25px;
}

.form-select-seasons {
    background-color: #010001;
    color: white;
    border-radius: 28px;
    padding: 16px 24px;
    border: 1px solid;
}


    .form-select-seasons:after {
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #f00;
        position: absolute;
        top: 40%;
        right: 5px;
        content: "";
        z-index: 98;
    }

    .form-select-seasons select {
        width: 220px;
        border: 0;
        position: relative;
        z-index: 99;
        background: none;
    }

.table-default thead tr th {
    border-bottom: 0px;
}

.table-default {
    color: unset;
}

    .table-default th {
        background: rgb(0,0,0);
        background: linear-gradient(0deg, #000000 0%, #212121 100%);
    }



        .table-default th:first-child {
            border-top-left-radius: 14px;
        }

        .table-default th:last-child {
            border-top-right-radius: 14px;
        }

th {
    border-bottom: 1px solid #000;
    padding-left: 20px;
}

.table-default th {
    border-bottom: 1px solid #000;
    padding-left: 20px;
}

.table-default td {
    padding-left: 20px;
    border-bottom: 1px solid #2d2d2d;
}

    .table-default td:last-child {
        padding-right: 20px;
    }

.table-default .col-cover {
    width: 150px;
}

.table-default tfoot tr {
    background: rgb(0,0,0);
    background: linear-gradient(0deg, #212121 0%, #000000 100%);
    height: 40px;
    border: none;
}

.table-default tbody tr td {
    border: 0px;
}

.table-profile td {
    padding: 0 0 10px 0;
    color: white;
    border: none;
}

    .table-profile td:first-child {
        width: 300px;
    }

@media (max-width: 768px) {
    .table-profile td:first-child {
        width: 100%;
    }
}


/* Custom styles */
/*.navbar-brand img {
    max-height: 40px;*/ /* Adjust as needed */
/*}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column;
        text-align: center;
    }

        .navbar-nav .nav-link img {
            display: block;
            margin: auto;*/ /* Center the images */
/*}

        .navbar-nav .nav-link span {
            display: inline-block;
            margin-top: 5px;*/ /* Adjust as needed */
/*}
}

@media (min-width: 992px) {
    .navbar-nav .nav-link span {
        display: none;*/ /* Hide text on larger screens */
/*}

    .navbar-nav .nav-link img {
        display: inline-block;*/ /* Display images */
/*}
}*/





.welcome {
    width: 100%;
    box-shadow: 0px 0 10px -5px var(--primary);
    background: #0e0e0e;
}

.welcome-text {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

    .welcome-text h1 {
        font-size: 2rem;
    }

    .welcome-text h3 {
        font-size: 1.2rem;
        color: var(--primary);
    }

.welcome-video {
    width: 100%;
    position: relative;
}

.welcome-gradient {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to top, #0e0e0e 0%, #0e0e0e 5%, rgba(74, 74, 74, 0.15) 90%, rgba(74, 74, 74, 0) 100%);
    z-index: 10;
}

.welcome-video video {
    width: 100%;
    height: 100%;
}


@media screen and (min-width: 508px) {


    .welcome-text {
        padding: 2rem;
    }

        .welcome-text h1 {
            font-size: 3rem;
        }

        .welcome-text h3 {
            font-size: 2rem;
        }

        .welcome-text a {
            font-size: 1rem;
        }
}

@media screen and (min-width: 768px) {
    .page-header {
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
    }


    .welcome-text {
        padding: 0;
        padding-left: 3rem;
    }

        .welcome-text h1 {
            font-size: 3rem;
        }

        .welcome-text h3 {
            font-size: 1.5rem;
        }
}

@media screen and (min-width: 992px) {
    .welcome {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }

    .welcome-text {
        height: revert;
        width: 100%;
        max-width: 40%;
    }

    .welcome-video {
        width: auto;
        width: 100%;
        /*        height: 100%;*/
        background: var(--primary);
    }

    .welcome-gradient {
        background: linear-gradient(to right, #0e0e0e 0%, #0e0e0e 5%, rgba(74, 74, 74, 0.25) 90%, rgba(74, 74, 74, 0) 100%);
    }
}

@media screen and (min-width: 1200px) {
    .welcome-text {
        padding: 0;
        padding-left: 3rem;
    }

        .welcome-text h1 {
            font-size: 4rem;
        }

        .welcome-text h3 {
            font-size: 2rem;
        }
}



.text-white {
    color: #fff !important;
}




.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='4' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


@media screen and (min-width: 768px) {
    .nav-link span {
        font-size: 0;
    }
}

@media screen and (min-width: 992px) {
    .nav-username span {
        font-size: unset;
    }
}


.navbar-brand img {
    width: 400px;
}

.nav-link span {
    margin-left: 10px;
}

.nav-link:link {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}

.nav-link:visited {
    color: #fff;
}

.nav-link:hover {
    color: #fff;
}

.nav-link:active {
    color: #fff;
}


.nav-link-custom:link {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}

.nav-link-custom:visited {
    color: #fff;
}

.nav-link-custom:hover {
    color: #fff;
}

.nav-link-custom:active {
    color: #fff;
}

.nav-link-flag img {
    width: 32px;
    height: 32px;
}

/*.nav-link-flag-last img {
    margin-right: 20px;
}*/

.nav-link-flag-select img {
    border-radius: 50%;
    border: 1px solid var(--background-accent);
}

.dropdown-menu-custom[data-bs-popper] {
    left: unset;
    top: calc(100% + .5rem);
    margin-top: -1px;
}

.dropdown-menu-custom {
    position: absolute;
    right: 0;
    float: left;
    min-width: 10rem;
    padding: 12px;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #ffffff;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

    .dropdown-menu-custom.show {
        display: block;
    }



.nav-link:link {
    font-size: 19px;
    color: #fff;
    text-decoration: none;
}





.loginwatchwrap svg {
    margin-top: 4px;
    margin-left: 5px;
}

.premium-charm {
    margin-left: 270px;
}



@media (max-width: 1600px) {
    .premium-charm {
        margin-left: 200px;
    }
}

@media (max-width: 1400px) {
    .premium-charm {
        margin-left: 100px;
    }
}

@media (max-width: 992px) {
    .premium-charm {
        margin-left: 50px;
    }
}

@media (max-width: 880px) {
    .hide-text-premium-charm {
        display: none;
    }
}

@media (max-width: 800px) {
    .lang-profile {
        max-width: 250px !important;
        width: auto !important;
    }
}

@media (max-width: 670px) {
    .premium-charm {
        margin-left: 20px;
    }
}

@media (max-width: 580px) {
    .premium-charm span {
        display: none;
    }
}

@media (max-width: 480px) {
    .premium-charm {
        margin-left: 0px;
    }
}

.logo-smallscreen {
    display: none;
}

@media (max-width: 420px) {
    .logo-smallscreen {
        display: block;
    }

    .logo-fullscreen {
        display: none;
    }

    .navbar-brand {
        max-width: none;
        height: 50px;
    }

        .navbar-brand img {
            height: 100%;
            width: auto !important;
        }
}


.search-bar form {
    display: flex;
}

.search-bar input {
    border: none;
    padding: 0;
    margin: 0;
    background: var(--Background-Default-Default, #1E1E1E);
    padding-block: 4px;
    padding-inline-start: 8px;
    color: var(--text);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 300px;
    border-block: 1px solid #444444;
    border-left: 1px solid #444444;
    outline: none;
}

@media (max-width: 767px) {
    .search-bar input {
        width: 200px;
    }
}


.search-bar button {
    border: none;
    padding: 0;
    margin: 0;
    background: var(--Background-Default-Default, #1E1E1E);
    padding-block: 4px;
    padding-inline: 8px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-block: 1px solid #444444;
    border-right: 1px solid #444444;
}



    .search-bar button img {
        width: 20px;
        opacity: 80%;
    }

.selection-type button, .soort-button, .button-new, .dropdown-toggle {
    background: none;
    color: var(--text) !important;
    border: 1px solid var(--primary-accent);
    border-radius: 8px;
    padding-inline: 12px;
    padding-block: 8px;
    background-color: var(--background);
    font-size: 14px;
    line-height: 1.2 !important;
    transition: background-color 0.3s ease;
    transition: border-color 0.3s ease;
    display: inline-block;
}

    .button-new:visited {
        color: var(--text);
    }

    .selection-type button:hover, .soort-button:hover, .button-new:hover, .button-new:active, .button-new:focus, .selection-type button:focus {
        background-color: #535313;
        border-color: #535313;
    }



.filter-menu img {
    width: 36px;
    height: 36px;
}

.filter-collapsed {
    top: 0;
    transform: translateY(-100%);
    right: 0;
    z-index: 200;
    width: 440px;
    display: none;
}

    .filter-collapsed > * {
        background-color: #535313;
        padding: 12px 16px;
        margin-bottom: 8px;
        border-radius: 4px;
    }

    .filter-collapsed .soort, .leeftijden {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .filter-collapsed span {
        font-size: 20px;
        font-weight: 400;
        font-family: 'Bebas Neue', sans-serif;
    }


.meta-data {
    color: var(--text);
}

.movie-detail {
    display: flex;
    flex-direction: column;
    height: 100%;
}

    .movie-detail a {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        text-decoration: none;
    }

.movie-title {
    flex-grow: 1;
    margin-top: 10px;
}

.meta-data {
    margin-top: auto;
}

    .meta-data .genre {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .meta-data .dot {
        color: var(--primary);
        font-weight: bold;
        font-size: 1.5rem;
        padding: 0 10px;
    }

    .meta-data .type {
        white-space: nowrap;
    }

.filter-button {
    background: none;
    border: none;
    padding: 0;
    color: inherit;
}


.filter-menu:focus-within .filter-collapsed {
    display: block;
}

.movie-detail {
    position: relative;
}

.movie-cover-wrap img {
    width: 100%;
}

.buttons-movie-detail {
    pointer-events: auto;
}

.movie-cover-overlay {
    display: flex;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 296 / 444;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 12px;
    pointer-events: none;
    align-items: flex-end;
}

.movie-detail:hover .movie-cover-overlay {
    opacity: 1;
}

.close-filters {
    display: none;
}

.squiggle-holder {
    position: relative;
    overflow-block: hidden;
}

.squiggle {
    position: absolute;
    z-index: -1;
    width: clamp(30%, 500px, 100%);
}

.btn {
    box-shadow: none !important;
}

@media (max-width: 500px) {
    .selection-menu {
        flex-direction: column-reverse;
        gap: 1rem;
    }

    .filter-collapsed {
        width: 100%;
    }

    .filter-button {
        float: right;
    }

    .bottom-row {
        justify-content: space-between;
    }

    .selection-menu .me-3 {
        margin-right: 0 !important;
    }

    .search-bar {
        flex-grow: 1;
    }

        .search-bar form {
            width: 100%;
            padding-right: 1rem;
        }

        .search-bar input {
            width: auto;
            flex-grow: 1;
        }
}

@media (max-width: 350px) {
    .bottom-row {
        flex-direction: column;
        gap: 1rem;
        align-items: flex-end !important;
    }

    .search-bar form {
        width: 100%;
        padding-right: 0rem;
    }
}

.btn-filter-sort.active {
    background-color: #535313;
    border-color: #535313;
}

.cover-image {
    width: 100%;
    box-shadow: 2px 2px 20px 2px rgb(10,20,10,0.7);
}

.movie-covers-wrapper {
    max-width: 2000px;
    margin: auto;
    overflow: hidden;
}

@media (min-width: 2000px) {
    .movie-covers-wrapper {
        max-width: 1300px;
    }
}

.landscape-image {
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    max-width: 100%;
    object-fit: cover;
    z-index: -2;
}

.movie-covers-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
    min-height: 100%;
    aspect-ratio: 1034.66 / 582;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.99) 1%, rgba(0, 0, 0, 0.98) 4%, rgba(0, 0, 0, 0.97) 6%, rgba(0, 0, 0, 0.95) 10%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 991px) {
    .movie-covers-wrapper::before {
        aspect-ratio: 885 / 450;
    }
}

@media (min-width: 1600px) {
    .movie-covers-wrapper {
        padding-block: 4rem !important;
    }
}

.play-info-button {
    background-color: var(--primary);
    color: var(--background);
    border: none;
    border-radius: 5px;
    font-weight: 700;
    padding: 8px 16px;
    border: 1px solid var(--primary);
}

    .play-info-button i {
        margin-left: 15px;
        font-size: 15px;
    }

    .play-info-button:hover {
        background-color: var(--background);
        color: var(--primary);
    }

.detail-title {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 60px;
    margin: 0;
    line-height: 1;
}

/*.kijkwijzer {
    width: 29px;
    margin-right: 1px;
    margin-bottom: 4px;
}

.rating-bar .kijkwijzer {
    padding: 4px 0;
    margin-top: 10px;
    margin-bottom: 15px;
}*/

.kijkwijzer {
    width: 40px;
}

.movie-top-items > * {
    flex-shrink: 0;
}



.play-info-button.blue-color {
    background-color: var(--special-promotions);
    border-color: var(--special-promotions);
}

    .play-info-button.blue-color:hover {
        background-color: var(--special-promotions);
        background: var(--background-accent);
        color: var(--special-promotions);
    }

.cinema-date {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 60px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
}

.back-button:link, .back-button:visited, .back-button:hover, .back-button:active {
    color: unset !important;
}

    .back-button {
    border: 4px solid #535313;
    background-color: rgb(0,0,0,0.7);
    border-radius: 4px;
    color: var(--text);
    padding: 8px 16px;
    font-size: 20px;
}

    .back-button img {
        width: 32px;
    }

.small-section-holder {
    border: 4px solid #535313;
    border-radius: 4px;
    background-color: rgb(0,0,0,0.7);
}

@media(min-width: 1200px) {
    .container-template {
        max-width: 1100px;
    }
}

.small-section-holder h1 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 60px;
}

.container-template {
}

.filter-menu button {
    border-color: var(--primary) !important;
}

.overlay-serie {
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

    .overlay-serie img {
        max-height: 60%;
    }

.overlay-serie-holder:hover .overlay-serie {
    opacity: 1;
}

.banner-subscription {
    margin: -1rem;
}

@media (min-width: 576px) {
    .banner-subscription {
        margin: -1.5rem;
    }
}

@media (min-width: 768px) {
    .banner-subscription {
        margin: -3rem;
    }

    .w-md-50 {
        width: 50% !important;
    }
}

.sub-special-text {
    font-family: 'Bebas Neue';
    font-size: 40px;
    color: var(--special-promotions);
    letter-spacing: 10px;
    margin-right: -10px;
}

.unlitmited-card {
    background-color: var(--special-promotions);
    color: var(--background);
    border-radius: 4px;
}

    .unlitmited-card h4 {
        font-family: 'Bebas Neue';
        font-size: 40px;
    }

.filter-menu button.active {
    background-color: #535313;
}

.spinner-border {
    color: var(--primary-accent);
}

.spinner-border {
    width: 3rem;
    height: 3rem;
    margin: auto;
    display: block;
}

.btn-favourite {
    padding: 0;
}

.modal-content-custom {
    border: 4px solid #535313;
    border-radius: 4px;
    background-color: black;
}

.modal-content-custom .modal-header,
.modal-content-custom .modal-body,
.modal-content-custom .modal-footer
{
    padding: 1em 0;
}
