:root {
    --nf-page: #0f0f0f;
    --nf-card: #181818;
    --nf-red: #e50914;
    --nf-purple: #9333ea;
    --nf-text: #ffffff;
    --nf-muted: #9ca3af;
}

body {
    background: var(--nf-page);
    color: #8b8b8b;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #e5e5e5;
    letter-spacing: 0;
}

.container {
    max-width: 1480px;
}

header#gen-header.gen-header-style-1.gen-has-sticky,
header#gen-header.gen-header-style-1 .gen-bottom-header,
header#gen-header.gen-header-style-1.gen-has-sticky.gen-header-sticky {
    background: rgba(15, 15, 15, 0.92);
    backdrop-filter: blur(18px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.32);
}

header#gen-header .gen-bottom-header .navbar {
    min-height: 74px;
}

header#gen-header .gen-bottom-header .navbar .navbar-nav li a,
header#gen-header .gen-menu-search-block a {
    color: #d1d5db;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    transition: color 0.24s ease, background 0.24s ease;
}

header#gen-header .gen-bottom-header .navbar .navbar-nav li.active > a,
header#gen-header .gen-bottom-header .navbar .navbar-nav li a:hover,
header#gen-header .gen-menu-search-block a:hover {
    color: var(--nf-red) !important;
}

header#gen-header .gen-bottom-header .navbar .navbar-nav li .sub-menu {
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

header#gen-header .gen-search-form .search-field,
input,
input.form-control {
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--nf-text);
    border-radius: 999px;
}

.gen-button,
input[type="button"],
[type="reset"],
[type="submit"] {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    color: var(--nf-text) !important;
    transition: background 0.24s ease, transform 0.24s ease, box-shadow 0.24s ease;
}

.gen-button:hover,
.gen-button:focus,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background: var(--nf-red);
    box-shadow: 0 14px 32px rgba(229, 9, 20, 0.32);
    transform: translateY(-1px);
}

.gen-banner-movies.banner-style-2 .item {
    min-height: 620px;
    background-position: center;
    position: relative;
}

.gen-banner-movies.banner-style-2 .item:before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(15, 15, 15, 0.96) 0%, rgba(15, 15, 15, 0.72) 42%, rgba(15, 15, 15, 0.18) 100%),
        linear-gradient(0deg, #0f0f0f 0%, rgba(15, 15, 15, 0) 34%);
    z-index: 1;
}

.gen-movie-contain-style-2 {
    position: relative;
    z-index: 2;
}

.gen-movie-contain-style-2 .gen-front-image {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45);
}

.gen-movie-contain-style-2 .gen-front-image img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.gen-movie-contain-style-2 .gen-movie-info h3 {
    color: var(--nf-text);
    font-size: clamp(36px, 5vw, 72px);
    line-height: 1.05;
    letter-spacing: 0;
    text-transform: none;
    max-width: 760px;
}

.gen-movie-contain-style-2 .gen-movie-meta-holder p {
    color: var(--nf-muted);
    font-size: 16px;
    line-height: 1.75;
    max-width: 680px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nf-hero-stats {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 10px;
}

.nf-hero-stats span {
    color: #f3f4f6;
    background: rgba(24, 24, 24, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    line-height: 1.2;
}

.nf-hero-stats i {
    color: var(--nf-red);
    margin-right: 6px;
}

.gen-movie-contain-style-2 .gen-movie-meta-holder ul.gen-meta-after-title li a,
.gen-movie-contain-style-2 .gen-movie-meta-holder ul.gen-meta-after-title li span {
    background: rgba(147, 51, 234, 0.18);
    border: 1px solid rgba(147, 51, 234, 0.42);
    border-radius: 999px;
    color: #e9d5ff;
    padding: 4px 10px;
}

.nf-section {
    padding: 44px 0 4px !important;
}

.nf-section + .nf-section {
    padding-top: 56px !important;
}

.gen-heading-title {
    color: #e5e5e5;
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0;
    text-transform: none;
    position: relative;
    padding-left: 14px;
}

.gen-heading-title:before {
    content: "";
    width: 4px;
    height: 22px;
    border-radius: 999px;
    background: var(--nf-red);
    position: absolute;
    left: 0;
    top: 3px;
}

.nf-section-subtitle {
    color: var(--nf-muted);
    font-size: 12px;
    line-height: 1.4;
    margin-top: 6px;
    padding-left: 14px;
}

.nf-hub-section {
    padding: 24px 0 4px;
}

.nf-hub-links {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    scrollbar-width: none;
}

.nf-hub-links::-webkit-scrollbar {
    display: none;
}

.nf-hub-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    flex: 0 0 auto;
    color: #f3f4f6;
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.28);
    transition: color 0.24s ease, border-color 0.24s ease, transform 0.24s ease;
}

.nf-hub-link:hover {
    color: var(--nf-red);
    border-color: rgba(229, 9, 20, 0.45);
    transform: translateY(-1px);
}

.nf-section .gen-btn-container .gen-button-flat {
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    color: #a3a3a3 !important;
    padding: 0;
    line-height: 1.4;
    font-size: 13px;
    text-transform: none;
}

.nf-section .gen-btn-container .gen-button-flat:hover {
    background: transparent;
    color: var(--nf-red) !important;
    box-shadow: none;
    transform: none;
}

.gen-style-2 .owl-carousel .owl-stage-outer {
    padding: 10px 0 34px;
}

.nf-section .owl-nav {
    display: none !important;
}

.nf-section .owl-item > .item,
.nf-card,
.nf-card .gen-movie-contain,
.nf-card-cover {
    width: 100%;
}

.nf-card {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.nf-card:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.nf-card:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: 3;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0.7),
        transparent
    );
    pointer-events: none;
}

.nf-card:hover {
    transform: scale(1.06);
    box-shadow: 0 28px 62px rgba(0, 0, 0, 0.72);
    z-index: 5;
}

.nf-card-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 3 / 4;
    background: #111;
    border-radius: 8px;
    display: block;
}

.nf-card-cover img,
img.cms-seo033-list-img {
    width: 100%;
    height: 100%;
    max-height: none !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    display: block;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.nf-card-cover .cms-seo033-list-img {
    position: static !important;
}

.nf-card:hover .nf-card-cover img {
    filter: brightness(1.1) contrast(1.05);
}

.nf-card-shade {
    display: none;
}

.nf-card-labels {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 6px;
    z-index: 5;
}

.nf-badge {
    min-height: 20px;
    padding: 2px 6px;
    border-radius: 3px;
    background: var(--nf-red);
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    letter-spacing: 0;
    opacity: 0.9;
    box-shadow: 0 8px 22px rgba(229, 9, 20, 0.34);
}

.nf-section .owl-item:nth-child(-n+4) .nf-card-cover {
    box-shadow: 0 0 0 1px rgba(229, 9, 20, 0.22), 0 18px 38px rgba(0, 0, 0, 0.42);
}

.nf-badge-hot,
.nf-badge-vip {
    background: var(--nf-purple);
    box-shadow: 0 8px 22px rgba(147, 51, 234, 0.34);
}

.nf-card .gen-movie-action {
    z-index: 6;
}

.nf-card .gen-movie-action .gen-button {
    width: 52px;
    height: 52px;
    padding: 0;
    line-height: 52px;
    text-align: center;
    background: rgba(229, 9, 20, 0.92);
    opacity: 0.9;
    transform: scale(0.8);
}

.nf-card .gen-movie-action .gen-button i {
    margin: 0;
}

.nf-card-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0 12px 13px;
    background: transparent;
}

.nf-card .gen-movie-info h3 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: none;
    margin-bottom: 10px;
}

.nf-card .gen-movie-info h3 a {
    color: #e5e5e5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: auto;
}

.nf-watch-line {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #e5e7eb;
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 7px;
    white-space: nowrap;
    overflow: hidden;
}

.nf-watch-line span {
    color: #8b8b8b;
}

.nf-watch-line span:first-child {
    color: #e5e5e5;
    font-weight: 600;
}

.nf-watch-line i {
    color: var(--nf-red);
    margin-right: 4px;
}

.nf-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.35;
}

.nf-card-meta span,
.nf-card-meta a span {
    color: #8b8b8b;
}

.nf-card-meta a span {
    border: 1px solid rgba(147, 51, 234, 0.34);
    background: rgba(147, 51, 234, 0.18);
    border-radius: 4px;
    color: #d8b4fe;
    padding: 1px 6px;
}

.cms_charging_mode_div_vip,
.cms_charging_mode_div_gold {
    display: none;
}

@media (max-width: 991px) {
    .gen-banner-movies.banner-style-2 .item {
        min-height: 540px;
        padding: 92px 0 42px;
    }

    .nf-section {
        padding-top: 40px !important;
    }
}

.col-xl-2-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .col-xl-2-4 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.gen-style-1 .row {
    margin-left: -7px;
    margin-right: -7px;
}

.gen-style-1 .row > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 16px;
}

.gen-carousel-movies-style-1.movie-grid.style-1 {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    aspect-ratio: 3 / 4;
    transition: all 0.3s ease;
}

.gen-carousel-movies-style-1.movie-grid.style-1:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.gen-carousel-movies-style-1.movie-grid.style-1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: 3;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0.7),
        transparent
    );
    pointer-events: none;
}

.gen-carousel-movies-style-1.movie-grid.style-1:hover {
    transform: scale(1.06);
    box-shadow: 0 28px 62px rgba(0, 0, 0, 0.72);
    z-index: 5;
}

.gen-carousel-movies-style-1 .gen-movie-contain {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.gen-carousel-movies-style-1 .gen-movie-img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3 / 4;
    max-height: none !important;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}

.gen-carousel-movies-style-1 .gen-movie-contain:before,
.recommend .gen-carousel-movies-style-3 .gen-movie-contain:before {
    content: "HD";
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 7;
    min-height: 20px;
    padding: 2px 6px;
    border-radius: 3px;
    background: var(--nf-red);
    color: #fff;
    font-size: 11px;
    line-height: 16px;
    font-weight: 800;
    opacity: 0.9;
}

.gen-carousel-movies-style-1 .gen-movie-contain .gen-movie-img:before,
.recommend .gen-carousel-movies-style-3 .gen-movie-contain .gen-movie-img:before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 2 !important;
    display: block !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.25) !important;
    pointer-events: none;
}

.gen-carousel-movies-style-1 .gen-movie-img img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.gen-carousel-movies-style-1.movie-grid.style-1:hover .gen-movie-img img {
    filter: brightness(1.1) contrast(1.05);
}

.gen-carousel-movies-style-1 .gen-info-contain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    padding: 0 12px 13px;
    background: transparent;
}

.gen-carousel-movies-style-1 .gen-movie-info h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: none;
    letter-spacing: 0;
}

.gen-carousel-movies-style-1 .gen-movie-info h3 a {
    color: #e5e5e5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gen-carousel-movies-style-1 .gen-movie-meta-holder ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.gen-carousel-movies-style-1 .gen-movie-meta-holder ul li {
    list-style: none;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.gen-carousel-movies-style-1 .gen-movie-action {
    z-index: 5;
}

.gen-carousel-movies-style-1 .gen-movie-action .gen-button {
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    background: rgba(229, 9, 20, 0.92);
    opacity: 0.9;
    transform: scale(0.8);
}

.gen-style-1 .row > [class*="col-"]:nth-child(-n+5) .gen-carousel-movies-style-1.movie-grid.style-1 {
    transform: scale(1.03);
}

.gen-style-1 .row > [class*="col-"]:nth-child(-n+5) .gen-carousel-movies-style-1.movie-grid.style-1:hover {
    transform: scale(1.06);
}

.breadcrumb .breadcrumb-item a,
.cms-seo33-swiper-slide a,
.gen-breadcrumb a {
    color: #8b8b8b;
    border-bottom: 2px solid transparent;
}

.breadcrumb .breadcrumb-item a:hover,
.cms-seo33-swiper-slide a:hover,
.gen-breadcrumb a:hover,
#cms-seo033-lict-swiper-active a {
    color: var(--nf-red) !important;
    border-bottom-color: var(--nf-red);
}

.player-container {
    max-width: 1200px;
    margin: 0 auto;
}

.player-video-frame {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.5);
}

.video-info {
    background: #181818;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.video-title {
    font-size: 22px !important;
    font-weight: 600;
    color: #fff !important;
    line-height: 1.4;
    margin-bottom: 12px;
    text-transform: none;
}

.video-info p {
    font-size: 13px;
    color: #9ca3af;
    margin-bottom: 6px;
}

.video-meta,
.video-meta li,
.video-meta span,
.video-meta p,
.video-meta a {
    font-size: 13px;
    color: #9ca3af !important;
}

.video-info .gen-single-meta-holder ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    padding: 0;
}

.video-info .gen-single-meta-holder ul li {
    list-style: none;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 6px 10px;
    margin: 0;
}

.video-info .gen-after-excerpt {
    margin-top: 16px;
}

.video-info .gen-extra-data ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 0;
}

.video-info .gen-extra-data ul li {
    list-style: none;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 6px;
    padding: 10px 12px;
    margin: 0;
}

.video-info .gen-extra-data ul li > span:first-child {
    display: block;
    margin-bottom: 4px;
    color: #8b8b8b !important;
    font-size: 12px;
}

.video-info .gen-extra-data ul li > span:last-child,
.video-info .gen-extra-data ul li a {
    color: #e5e5e5 !important;
    font-size: 13px;
}

.video-info .btn,
.video-info .cms-seo033-player-lineid,
.video-info .cms-nav-link {
    background: #181818;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: #e5e5e5 !important;
    padding: 10px 18px;
}

.video-info .btn:hover,
.video-info .cms-seo033-player-lineid:hover,
.video-info .cms-nav-link:hover {
    background: #ff1f1f;
    border-color: #ff1f1f;
    color: #fff !important;
}

.video-info .btn.active,
.video-info .cms-play-active,
.video-info .cms-nav-link.active {
    background: #e50914 !important;
    border-color: #e50914 !important;
    color: #fff !important;
}

.gen-single-movie .gen-single-movie-info {
    color: #8b8b8b;
}

.recommend .row {
    margin-left: -7px;
    margin-right: -7px;
}

.recommend .row > [class*="col-"] {
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom: 16px;
}

.recommend .gen-carousel-movies-style-3.movie-grid.style-3 {
    background: transparent;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    width: 100% !important;
    aspect-ratio: 3 / 4;
    transition: all 0.3s ease;
}

.recommend .gen-carousel-movies-style-3.movie-grid.style-3:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.recommend .gen-carousel-movies-style-3.movie-grid.style-3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 75%;
    z-index: 3;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 1),
        rgba(0, 0, 0, 0.7),
        transparent
    );
    pointer-events: none;
}

.recommend .gen-carousel-movies-style-3.movie-grid.style-3:hover {
    transform: scale(1.06);
    box-shadow: 0 28px 62px rgba(0, 0, 0, 0.72);
    z-index: 5;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-contain {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-img {
    position: absolute !important;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 3 / 4;
    max-height: none !important;
    border-radius: 8px;
    overflow: hidden;
    background: #111;
}

.recommend .card img,
.recommend .gen-carousel-movies-style-3 .gen-movie-img img {
    width: 100% !important;
    height: 100% !important;
    max-height: none !important;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: filter 0.3s ease, transform 0.3s ease;
}

.recommend .gen-carousel-movies-style-3.movie-grid.style-3:hover .gen-movie-img img {
    filter: brightness(1.1) contrast(1.05);
}

.recommend .gen-carousel-movies-style-3 .gen-info-contain {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    padding: 0 12px 13px;
    background: transparent;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-info h3 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-transform: none;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-info h3 a {
    color: #e5e5e5;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-meta-holder ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-meta-holder ul li,
.recommend .gen-carousel-movies-style-3 .gen-movie-meta-holder ul a {
    list-style: none;
    color: #8b8b8b !important;
    font-size: 13px;
    line-height: 1.35;
    margin: 0;
    padding: 0;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-action {
    z-index: 6;
}

.recommend .gen-carousel-movies-style-3 .gen-movie-action .gen-button {
    opacity: 0.9;
    transform: scale(0.8);
}

@media (max-width: 767px) {
    .player-container {
        max-width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .player-video-frame {
        height: 56.25vw !important;
        min-height: 220px;
        max-height: 420px;
    }

    .video-title {
        font-size: 18px !important;
    }

    .video-info {
        padding: 16px;
        margin-top: 16px;
    }

    .video-info .gen-extra-data ul {
        grid-template-columns: 1fr;
    }

    .video-info .btn,
    .video-info .cms-seo033-player-lineid,
    .video-info .cms-nav-link {
        padding: 8px 12px;
        font-size: 12px;
    }
}

@media (max-width: 575px) {
    .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    .gen-banner-movies.banner-style-2 .item {
        min-height: 500px;
    }

    .gen-movie-contain-style-2 .gen-movie-info h3 {
        font-size: 34px;
    }

    .nf-card:hover {
        transform: scale(1.02);
    }

    .nf-section {
        padding-top: 32px !important;
    }

    .nf-section .row.mt-3 {
        margin-top: 14px !important;
    }

    .nf-card-info,
    .gen-carousel-movies-style-1 .gen-info-contain {
        padding: 0 9px 10px;
    }

    .nf-card .gen-movie-info h3,
    .gen-carousel-movies-style-1 .gen-movie-info h3 {
        font-size: 14px;
        line-height: 1.25;
        margin-bottom: 7px;
    }

    .nf-watch-line,
    .nf-card-meta,
    .gen-carousel-movies-style-1 .gen-movie-meta-holder ul li {
        font-size: 11px;
    }

    .nf-badge {
        font-size: 10px;
        min-height: 18px;
        padding: 1px 5px;
    }
}
