:root {
    --accent-color: #ed3839;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, 0.98);
    top: 0;
    left: 0;
    transform: unset;
}

.loader.style2 {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(27, 27, 27, 0.98);
    top: 0;
    left: 0;
    transform: unset;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blob-3 {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: transparent;
    filter: contrast(10) hue-rotate(60deg);
    /* Removed blur */
    padding: 10px;
    mix-blend-mode: darken;
    margin: 0 auto;
}

.blob-3:before,
.blob-3:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff00ff;
    animation: bo3 1s infinite alternate;
}

.blob-3:after {
    --s: -1;
}

.style2 .blob-3 {
    width: 120px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    background: transparent;
    padding: 10px;
}

.style2 .blob-3:before,
.style2 .blob-3:after {
    content: "";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ffffff;
    animation: blobMove 1s infinite alternate;
}

.style2 .blob:after {
    --s: -1;
}

@keyframes blobMove {

    90%,
    100% {
        transform: translate(calc(var(--s, 1) * 30px));
    }
}

@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: rgb(0 0 0 / 50%) !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%;
}

.home-one-slider::after {
    content: none
}

.banner-scroll {
    bottom: 70px;
    position: absolute;
    left: 50%;
    z-index: 9;
}

.banner-scroll .slider-btn svg {
    transform: rotate(270deg) !important;
}

.home-one-slider {
    border-radius: 0 !important;
}

.banner-area .swiper-wrapper {
    height: 100vh;
}

.about-section {
    background-color: #121212;
}

.floating-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.back-to-top {
    background-color: #121212;
    color: white;
}

.whatsapp {
    background-color: #25d366;
    color: white;
    margin-bottom: 70px;
}

.floating-btn i {
    font-size: 20px;
}

.floating-btn:hover {
    opacity: 0.9;
}