/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

body {
    background-color: #0a0a0a;
    color: #ffffff;
}

a{
    text-decoration: none;
}

/* Navigation */
nav {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 1rem 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo img {
    height: 28px;
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: color 0.3s;
}

.nav-links a.active {
    color: #ff1744;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    border-radius: 20px;
    color: #ffffff;
    width: 200px;
}

.search-box i {
    position: absolute;
    right: 1rem;
    color: #ffffff;
}

.download-btn {
    background: none;
    /* background: linear-gradient(45deg, #ff1744, #ff616f); */
    color: #ffffff;
    border: none;
    /* padding: 0.5rem 1rem; */
    /* border-radius: 20px; */
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
}

/* Hero Section */
.hero-section{
    background: rgb(63,63,63);
    background: linear-gradient(180deg, rgb(50, 50, 50) 0%, rgba(0,0,0,0) 100%);
}

.hero {
    /* min-height: 100vh; */
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8rem 2rem 0 2rem;
    margin: 0 auto;
    position: relative;
    gap: 30px;
    overflow: hidden;
}

.hero-content {
    flex: 1;
    max-width: 600px;
    padding-right: 2rem;
}

.hero h1 {
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.hero p {
    font-size: 20px;
    color: #cccccc;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    font-weight: 400;
}

.hero .download-now{
    margin-bottom: 20px;
}

.download-now {
    background: linear-gradient(90deg, #F40065 0%, #FF861E 100%);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    border-radius: 32px;
    font-size: 18px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.download-now:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(255, 23, 68, 0.3);
}

.download-now i {
    font-size: 16px;
}

.hero-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.hero-image::before {
    content: '';
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: -107.5px;
    transform: translateX(-50%);
    width: 500px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgb(255,134,30);
    background: linear-gradient(180deg, rgba(255,134,30,0.324) 0%, rgba(244,0,101,0.4) 100%);
}

.hero-image::after {
    content: '';
    position: absolute;
    z-index: -1;
    left: 50%;
    bottom: -150px;
    transform: translateX(-50%);
    width: 600px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: rgb(255,134,30);
    background: linear-gradient(180deg, rgba(255, 135, 30, 0.222) 0%, rgba(244, 0, 102, 0.26) 100%);
}

.hero-image img {
    z-index: 10;
    max-width: 80%;
    height: auto;
    position: relative;
}

/* Featured Show Section */

.featured-section{
    position: relative;
}

.featured-show-1{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider1.webp');
}

.featured-show-2{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider2.webp');
}

.featured-show-3{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider3.webp');
}

.featured-show-4{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider4.webp');
}   

.featured-show-5{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider5.webp');
}

.featured-show-6{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider6.webp');
}

.featured-show-7{
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0) 5.74%, rgba(0, 0, 0, 0) 100%), url('assets/Slider6.webp');
}





.featured-show {
    background-size: cover;
    background-position: center;
    min-height: 80vh;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 4rem;
    position: relative;
}

.show-info {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    text-align: left;
    width: 100%;
    margin-bottom: 2rem;
}

.show-info h2 {
    font-size: 48px;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: -0.5px;
}

.genres {
    margin-bottom: 2rem;
}

.genres span {
    color: #ff6b6b;
    font-weight: 500;
    margin-bottom: 0.5rem;
    display: block;
    font-size: 24px;
    text-transform: uppercase;
}

.genres p {
    color: #ffffff;
    font-size: 24px;
}

.watch-btn {
    background: linear-gradient(90deg, #F40065 0%, #FF861E 100%);
    color: #ffffff;
    border: none;
    padding: 0.8rem 2.5rem;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    text-transform: uppercase;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.watch-btn:hover {
    transform: scale(1.05);
    background: #ff2957;
}

.watch-btn i {
    font-size: 0.9rem;
}

/* Series Section */

.series-section{
    position: relative;
    margin-top: -50px;
    border-radius: 50px 50px 0 0;
    background: rgb(63,63,63);
    background: linear-gradient(180deg, rgba(63,63,63,1) 0%, rgba(0,0,0,1) 100%);
}

.series-container {
    max-width: 1200px;
    margin: auto;
    padding: 4rem 2rem;
}

.series-container h2 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
    
}

.series-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 0.5rem;
    margin-bottom: 2rem;
}

.series-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s;
    padding: 0.5rem;
}

.series-card:hover {
    transform: translateY(-5px);
}

.series-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    aspect-ratio: 6/9;
    object-fit: cover;
    object-position: center;
    /* -webkit-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 6px 0px 0px rgba(0,0,0,0.75); */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.33);
}

.series-card h3 {
    font-size: 1rem;
    margin-top: 0.5rem;
}

.show-more {
    background: transparent;
    color: #ffffff;
    border: none;
    /* border: 2px solid #ff1744; */
    padding: 0.8rem 2rem;
    border-radius: 25px;
    font-size: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0 auto;
    background: linear-gradient(90deg, #F40065 0%, #FF861E 100%);
}

/* Footer */
footer {
    background-color: #ffffff;
    padding: 4rem 2rem 2rem;
    color: #333333;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 120px;
    object-fit: contain;
}

.footer-logo h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
}

.footer-address {
    margin-bottom: 1rem;
}

.footer-address p {
    color: #666666;
    margin-bottom: 0.5rem;
    font-size: 16px;
    line-height: 1.5;
}

.footer-phone {
    color: #666666;
    font-size: 16px;
    margin-bottom: 2rem;
}

.footer-download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.footer-download h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
}

.play-store-btn {
    display: inline-flex;
    align-items: center;
    padding: 8px 24px;
    border: 1px solid #000000;
    border-radius: 8px;
    text-decoration: none;
    color: #000000;
    font-weight: 500;
}

.play-store-btn i {
    margin-right: 8px;
}

.footer-divider {
    height: 1px;
    background-color: #E5E5E5;
    margin: 2rem 0;
}

.footer-links {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.legal-links {
    display: flex;
    gap: 2rem;
}

.legal-links a {
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s;
}

.legal-links a:hover {
    color: #333333;
}

.social-links {
    display: flex;
    gap: 1.5rem;
}

.social-links a {
    color: #666666;
    font-size: 20px;
    transition: color 0.3s;
}

.social-links a:hover {
    color: #333333;
}

.misc-section{
    background-color: #0a0a0a;
}

.misc-section div{
    max-width: 1200px;
    margin: auto;
    padding: 200px 2rem;
}

.misc-section div h1{
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero-image::before {
        width: 400px;
        bottom: -85px;
    }

    .hero-image::after {
        width: 480px;
        bottom: -120px;
    }

    .featured-show {
        padding: 3rem;
    }

    .show-info h2 {
        font-size: 40px;
    }

    .genres span {
        font-size: 20px;
    }

    .genres p {
        font-size: 20px;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero {
        flex-direction: column;
        text-align: center;
        padding-top: 9rem;
        gap:16px;
    }

    .hero-content {
        padding-right: 0;
    }

    .hero h1 {
        font-size: 2.5rem;
    }

    .hero-image {
        margin-top: 2rem;
    }

    .hero-image::before {
        width: 300px;
        bottom: -65px;
    }

    .hero-image::after {
        width: 360px;
        bottom: -90px;
    }

    .featured-show {
        min-height: 100%;
        padding: 2rem;
        aspect-ratio: 16/9;
    }

    .show-info {
        padding: 1.5rem;
    }

    .show-info h2 {
        font-size: 32px;
    }

    .genres span {
        font-size: 18px;
    }

    .genres p {
        font-size: 18px;
    }

    .watch-btn {
        padding: 0.6rem 2rem;
        font-size: 0.9rem;
    }

    .series-section{
        margin-top: -30px;
        border-radius: 30px 30px 0 0;
    }

    .series-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }

    .footer-links {
        flex-direction: column;
        gap: 2rem;
    }

    .legal-links {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
} 


@media (max-width: 640px) {
    .nav-container {
        padding: 0 1rem;
    }

    .nav-links, .search-box {
        display: none;
    }

    .nav-right {
        gap: 0;
    }

    .logo img{
        height: 26px;
    }

    .download-btn {
        padding: 0.5rem 1.2rem;
        font-size: 0.9rem;
    }

    .hero {
        gap: 6px;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero-image::before {
        width: 300px;
        bottom: -60px;
    }

    .hero-image::after {
        width: 340px;
        bottom: -80px;
    }

    .featured-show {
        padding: 1.5rem;
    }

    .show-info {
        padding: 1rem;
    }

    .show-info h2 {
        font-size: 20px;
        margin-bottom: 0.5rem;
    }

    .genres{
        margin-bottom: 1rem;
    }

    .genres span {
        font-size: 16px;
    }

    .genres p {
        font-size: 16px;
    }

    .series-section{
        margin-top: 0px;
        border-radius: 0px 0px 0 0;
    }

    .series-container{
        padding: 2rem 1.5rem;
    }

    .watch-btn {
        padding: 0.5rem 1.5rem;
        font-size: 0.8rem;
    }

    .misc-section div{
        padding: 160px 1rem;
    }

    footer{
        padding: 4rem 1rem 1rem;
    }
    
}