:root {
    --accent-color: #ed3839;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    transform: unset;
}

.blob-3 {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    filter: blur(5px) contrast(10) hue-rotate(60deg);
    padding: 10px;
    mix-blend-mode: darken;
    margin: 0 auto;
}

.blob-3:before,
.blob-3:after {
    content: "";
    width: 40px;
    border-radius: 50%;
    background: #ff00ff;
    animation: bo3 1s infinite alternate;
}

.blob-3:after {
    --s: -1;
}

@keyframes bo3 {

    90%,
    100% {
        transform: translate(calc(var(--s, 1)*30px))
    }
}

.navbar-area .nav-container {
    background: unset;
    background-color: rgba(255, 255, 255, 0.031) !important;
}

.home-one-slider::before {
    background: unset;
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.navbar-area .nav-container {
    max-width: 1550px;
}

.home-one-slider {
    max-width: 100%;
}

.movie-info span.old {
    text-decoration: line-through;
}

.navbar-area .nav-container .main-menu .menu-item .menu-link {
    color: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
}

.section-title {
    color: #000;
}

.category-card {
    transition: background 0.5s;
    background: unset;
    background-color: #000
}

.category-card:hover {
    background: unset;
    background-color: var(--accent-color)
}

.hero-slider-one.style-two .home-one-slider {
    border-radius: 0 !important;
}

.hero-slider-one.style-two .home-one-slider:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0 !important;
    width: 100%;
    height: 100%;
    background: unset;
    background-color: hsla(0, 0%, 0%, 0.302);
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 3;
    display: block !important;
    transform: translate(0) !important;
    border-radius: 0;
    background-size: 104% 112%;
}