﻿
body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: white;
    line-height: 1;
}

.fm-header-nav ul li a {
    display: block;
    padding: 40px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white;
}

.bg-common-black {
    background: #ba2128;
}

.fm-slider-main-area,
.fm-slider-main-inner,
.fm-slider-active,
.swiper-container,
.swiper-wrapper,
.swiper-slide {
    height: 100vh;
}

.fm-director-thumb {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.vision-content p {
    line-height: 1.8;
    color: #bcbcbc;
}

.vision-content h3 {
    margin-bottom: 15px;
}

.leader-horizontal-card {
    background: #ba2128;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s ease;
    height: 100%;
}

    .leader-horizontal-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 25px 50px rgba(0,0,0,0.35);
    }
/* Image */
.leader-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 280px;
}
/* Text area */
.leader-text {
    padding: 40px;
    color: #fff;
}

    .leader-text h3 {
        margin-bottom: 8px;
    }

.leader-image {
    width: 100%;
    height: 100%;
    min-height: 280px;
    overflow: hidden;
}

    .leader-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top; /* face focus */
    }

h3 {
    font-size: 27px;
}

.leader-horizontal-card:hover .leader-name {
    transform: translateY(-4px);
    display: inline-block;
    color: #ffe5e5;
}

.leader-text span {
    display: block;
    font-size: 14px;
    opacity: 0.85;
    margin-bottom: 15px;
}

.leader-text p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.9;
}



.leader-name {
    position: relative;
}

    .leader-name::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 0;
        height: 2px;
        background: #fff2a8;
        transition: width 0.3s ease;
    }

    .leader-name:hover::after {
        width: 100%;
    }

.fm-landing-trending-single-img {
    width: 260px;
    height: 380px;
    overflow: hidden;
}

    .fm-landing-trending-single-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
/*  container, .swiper-wrapper, .swiper-slide {
    height: 50vh;
}*/ .fm-brand-cinematic {
    padding: 140px 0;
    background: linear-gradient( 135deg, #0c0c0c, #1a1a1a, #ba2128 );
    position: relative;
    overflow: hidden;
}

    /* subtle glow */
    .fm-brand-cinematic::before {
        content: "";
        position: absolute;
        width: 500px;
        height: 500px;
        background: rgba(186,33,40,0.35);
        filter: blur(200px);
        top: -150px;
        right: -150px;
    }

/* LEFT CONTENT */
.fm-brand-content {
    color: #fff;
}

.fm-brand-tag {
    display: inline-block;
    color: #ff8c00;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.fm-brand-content h2 {
    font-size: 48px;
    font-weight: 800;
    margin-bottom: 20px;
}

    .fm-brand-content h2 span {
        color: #ba2128;
    }

.fm-brand-content p {
    font-size: 18px;
    line-height: 1.8;
    color: #d6d6d6;
    margin-bottom: 40px;
}

/* BUTTONS */
.fm-brand-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.fm-brand-btn {
    padding: 14px 36px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

    .fm-brand-btn.solid {
        background: #ba2128;
        color: #fff;
        box-shadow: 0 15px 40px rgba(186,33,40,0.5);
    }

        .fm-brand-btn.solid:hover {
            transform: translateY(-4px);
        }

    .fm-brand-btn.outline {
        border: 2px solid #ff8c00;
        color: #ff8c00;
    }

        .fm-brand-btn.outline:hover {
            background: #ff8c00;
            color: #fff;
            transform: translateY(-4px);
        }

/* RIGHT CARDS */
.fm-brand-cards {
    display: grid;
    gap: 25px;
}

.fm-brand-card {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    padding: 30px;
    color: #fff;
    border-left: 4px solid #ba2128;
    transition: 0.4s ease;
}

    .fm-brand-card h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .fm-brand-card p {
        font-size: 15px;
        opacity: 0.9;
    }

    .fm-brand-card:hover {
        transform: translateX(10px);
        border-left-color: #ff8c00;
    }

.fm-movie-all-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.achieve-text-clr {
    color: #080707;
}

p {
    font-family: "Poppins", sans-serif;
    color: #0d0e0e;
}

.fm-about-area {
    background: #f9f9f9;
    padding: 80px 0;
}


.about-header {
    margin-bottom: 40px;
}

.section-subtitle {
    color: #ff4d00;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-main-title {
    color: #000;
    font-size: 34px;
    font-weight: 700;
}


.about-img img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}


.about-content p {
    color: #000;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 18px;
}


.movie-section {
    padding: 30px 10px;
}

/* TITLE */
.section-title {
    font-size: 22px;
    margin-bottom: 15px;
}

/* HORIZONTAL SCROLL */
.movie-grid {
    display: flex;
    overflow-x: hidden; /* hide scroll bar */
    gap: 15px;
}

/* CARD */
.movie-card {
    min-width: 160px;
    flex-shrink: 0;
}

    /* IMAGE */
    .movie-card img {
        width: 100%;
        height: 220px;
        object-fit: contain; /* no cut */
        background: #000;
        border-radius: 8px;
    }

    /* TITLE */
    .movie-card h4 {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
    }

.movie-section {
    padding: 40px 0;
    background-color: #ba2128; /* deep red */
    color: #fff; /* text visible on dark bg */
}

.section-title {
    color: #fff;
    text-align: center !important;
}

.movie-card h4 {
    color: #fff;
}

