.movie-banner .movie-banner-image:before {
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.7)), color-stop(35%, rgba(20, 20, 20, 0.7)), to(rgba(83, 100, 141, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 0.7) 35%, rgba(83, 100, 141, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 0.7) 35%, rgba(83, 100, 141, 0) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(20, 20, 20, 0.1) 35%, rgba(83, 100, 141, 0) 100%);
}

.big-font{
    color:#FFFFFF !important;
    font-size: 34px !important;
}

header.header-sticky, header .header-sticky {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    -webkit-backdrop-filter: blur(0.625em);
    backdrop-filter: blur(0.625em);
    width: 100%;
    display: inline-block;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: rgba(var(--bs-black-rgb), 1) !important;
}

