@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --ink-primary: #eb4296;
  --ink-fs-m: 20px;
}

.tooltip .tooltip-inner, .tooltip .tooltip-arrow {
  --bs-tooltip-bg: #eb4296 !important;
  background-color: var(--bs-tooltip-bg);
  background: var(--bs-tooltip-bg);
  border-color: #eb4296 !important;
  box-shadow: #eb4296 !important;
}


.ctaBtnwatch{
    background-color: var(--ink-primary);
    color: #FFFFFF;
}

.ctaBtnwatch:hover {
    background: #fff;
    color: var(--ink-primary);
}

.contect-listing .item:hover
 {
    transform: scale(1.06) translateZ(1rem) !important;
}

.ctaBtnadd:hover svg path
 {
    fill: var(--ink-primary);
    stroke: var(--ink-primary);
    --bs-tooltip-bg: var(--ink-primary);
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: var(--ink-primary) !important;
}

/* Components */
.kava-btn, .common-btn, .primary-button, .apply-promocode btn, .watch-now a, .freeContent-tag, .followSocial li:hover, .watch-trailer a, .card-info button, 
.chooseplan-btn, .ap-modalBtn, .paynow-button, .signup a {
    background-color: #eb4296 !important;
    color: #fff !important;
}

.kava-btn:hover, .common-btn:hover, .watch-now a:hover, .watch-trailer a, .card-info button:hover, .chooseplan-btn:hover, .ap-modalBtn:hover,
.paynow-button:hover, .signup a:hover {
    background-color: #fff !important;
    color: #eb4296 !important;
}

.create-account-a {
    color: #eb4296 !important;
}

section#main-header > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > nav:nth-child(1) > div:nth-child(4) > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1):hover {
    color: #eb4296;
    background-color: #fff;
}

.tooltip-arrow,
.red-tooltip + .tooltip > .tooltip-inner {
    background-color: #eb4296 !important;
}


/* Homepage Styles */
.reason-card {
    min-height: 350px !important;
}

.reason-card img {
    height: 50px;
}

.pre-launch-hero .hero-title, .pre-launch-hero .hero-subtitle mb-5 {
    z-index: 1 !important;
}

@media (max-width: 992px) {
    .custom-navbar {
        padding-left: 10px !important;
    }

    .more-reasons-section, .faq-section{
        margin: 5px !important;
    }

    .more-reasons-section .row, .faq-section .row{
        gap: 20px;
    }

    .pre-launch-hero {
        min-height: 90vh !important;
        margin-bottom: 0px !important;
    }

    /* .pre-launch-hero > .container {
        margin-top: 45%;
    } */

    .pre-launch-hero .hero-title {
        font-size: 2.5rem !important;
    }
}



/* Coming Soon Carousel Styles */

.coming-soon-item {
    position: relative;
    height: 370px;
    /* overflow: hidden; */
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    border-radius: 16px;
}

.coming-soon-item:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 10px 30px #eb4296; */
    border-color: rgba(235, 66, 150, 0.6);
}

.coming-soon-item .poster-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px !important;
}

.owl-coming-soon .owl-stage-outer{
    overflow-y: visible !important;
    padding-top: 20px;
}

.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.coming-soon-item:hover .coming-soon-overlay {
    opacity: 1;
}

.coming-soon-badge {
    background: var(--ink-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.owl-coming-soon .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.owl-coming-soon .owl-nav button {
    background: rgba(255,255,255,0.2) !important;
    color: #fff !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    margin: 0 5px !important;
    border: none !important;
    outline: none !important;
}

.owl-coming-soon .owl-nav button:hover {
    background: rgba(255,255,255,0.4) !important;
}

.owl-coming-soon .owl-nav button.owl-prev::before {
    content: '‹';
}

.owl-coming-soon .owl-nav button.owl-next::before {
    content: '›';
}

@media (max-width: 768px) {
    .coming-soon-item {
        height: 250px;
    }
    
    .coming-soon-carousel {
        padding: 20px 0;
    }
}

@media (max-width: 1000px) {
    .coming-soon-carousel {
        margin: 0px !important;
    }
}


/* Header */
.userProfileDropdown {
    border-color: #eb4296 !important;
}

.userProfileDropdown {
    justify-content: center;
    align-items: center;
    padding: 5px;
}

.userProfileDropdown img {
    height: 33px;
}

@media (max-width: 667px) {
    .navbar-brand {
        margin-left: 35px !important;
    }
}

/* Icons */
.contect-listing .view-all a:hover {
    color: #eb4296 !important;
}

.callByAjax + svg path {
    stroke: #eb4296 !important;
    fill: #eb4296 !important;
}

.activeClass, .widget-area .widget ul li a.active {
    border-bottom: 1px solid #eb4296 !important;
    color: #eb4296 !important;
}

/* Tabs */
.nav-tabs .nav-link.active {
    border-bottom-color: #eb4296 !important;
}


/* Pricing Modal */
.new-all-plans-page .plan-area input:checked ~ .single-plan {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #eb4296;
}

.new-all-plans-page .final-amount-area .newpromo-code-area .input-btn-grp .apply-promocode {
    background: #eb4296;
}

.post-checkout-popup .modal-content, .my-profile-process {
    background: #121212;
}


/* Profile Page */
.my-profile-process .form-control, textarea {
    background-color: #1c1c1c !important;
}

.sign-user_card_profile ul {
    padding-left: 0px;
}


/* Single Movie Page */
@media (min-width: 768px) {
    .banner-section .se-BannerData .content-data {
        /* -webkit-line-clamp: 3; */
        width: min(500px, 100%) !important;
    }

    .banner-section .item {
        background-size: contain !important;
        background-position: right 100px !important;
    }

    .si-span:hover {
        background: #eb4296;
    }

    a:hover svg path {
        stroke: #eb4296 !important;
        fill: #eb4296 !important;
    }
}

.vd.product-details-ten {
    display: none !important;
}

.banner-section .banner-data {
    margin-top: 200px !important;
}

.banner-section .item::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 51.16%, rgba(0, 0, 0, 0.90) 78.24%);
}


/* Browse Page */
.banner-section .item::before {
    content: "";
    /* background: linear-gradient(153deg, #000 -13.38%, rgba(0, 0, 0, 0.00) 64.68%); */
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: linear-gradient(250deg, rgba(0, 0, 0, 0.00) 31.67%, #000000 64.05%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 31.67%, #000000 90%);
    /* display: none; */
}

/* .bannerType-img img {
    object-position: bottom center !important;
} */





/* =====================================================
   HOME PAGE COMING SOON CAROUSEL
   ===================================================== */
.coming-soon-carousel {
    background: var(--background-dark);
    min-height: 400px;
    margin: 0px 63px;
}

.section-title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.coming-soon-item {
    position: relative;
    height: 370px;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
    border: 1px solid var(--border-white-subtle);
    cursor: pointer;
}

.coming-soon-item:hover {
    transform: scale(1.05);
    box-shadow: 0 10px 30px var(--shadow-primary);
    border-color: rgba(229, 9, 20, 0.6);
}

.coming-soon-item .poster-image,
.coming-soon-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 16px;
}

.coming-soon-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.coming-soon-item:hover .coming-soon-overlay {
    opacity: 1;
}

.coming-soon-badge {
    background: var(--ink-primary);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

/* Owl Carousel Styles */
.owl-coming-soon .owl-nav {
    margin-top: 20px;
    text-align: center;
}

.owl-coming-soon .owl-nav button {
    background: rgba(255,255,255,0.2) !important;
    color: var(--text-white) !important;
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 18px !important;
    margin: 0 5px !important;
    border: none !important;
    outline: none !important;
}

.owl-coming-soon .owl-nav button:hover {
    background: rgba(255,255,255,0.4) !important;
}

.owl-coming-soon .owl-nav button.owl-prev::before {
    content: '‹';
}

.owl-coming-soon .owl-nav button.owl-next::before {
    content: '›';
}

/* =====================================================
   MORE REASONS SECTION
   ===================================================== */
.more-reasons-section {
    background: var(--background-dark);
    min-height: 400px;
    margin: 0px 80px;
}

.reason-card {
    background: var(--gradient-card);
    border-radius: 16px;
    border: 1px solid var(--border-white-subtle);
    transition: all 0.3s ease;
    min-height: 280px;
}

.reason-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(229, 9, 20, 0.3);
    border-color: rgba(229, 9, 20, 0.5);
}

.reason-card .card-title {
    color: var(--text-white);
    font-size: 1.25rem;
    line-height: 1.3;
}

.reason-card .card-text {
    color: var(--text-white-muted);
    font-size: 1rem;
    line-height: 1.5;
}

/* =====================================================
   FAQ SECTION
   ===================================================== */
.faq-section {
    background: var(--background-dark);
    min-height: 500px;
    margin: 0px 63px;
}

.faq-section .section-title {
    text-align: center;
}

.faq-item {
    background: #2d2d2d;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    background: #333;
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.3s ease;
}

.faq-question:hover {
    background: rgba(255, 255, 255, 0.05);
}

.faq-question .question-text {
    color: var(--text-white);
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.4;
}

.faq-icon {
    color: var(--text-white);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 1rem;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer .answer-content {
    padding: 2rem 2rem 1.25rem 2rem !important;
    color: var(--text-white-muted);
    font-size: 1.1rem;
    line-height: 1.6;
    background-color: #1c1c1c;
}

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes pulseBackground {
    0%, 100% { 
        opacity: 0.1; 
    }
    50% { 
        opacity: 0.2; 
    }
}

/* =====================================================
   RESPONSIVE DESIGN
   ===================================================== */
@media screen and (max-width: 768px) {
    .pre-launch-hero {
        background-size: cover;
        background-position: center;
        align-items: flex-start;
        min-height: 80vh;
        padding: 15vh 30px 0px 30px;
    }

    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .email-signup-form {
        flex-direction: column;
        padding: 15px;
    }
    
    .email-signup-form form {
        flex-direction: column;
        width: 100%;
    }
    
    .email-signup-form input,
    .email-signup-form button {
        border-radius: 25px;
        margin-bottom: 10px;
        width: 100%;
    }

    .coming-soon-item {
        height: 250px;
    }
    
    .coming-soon-carousel {
        padding: 20px 0;
        margin: 0px 20px;
    }

    .more-reasons-section {
        margin: 0px 20px;
    }

    .reason-cards {
        gap: 20px;
    }

    .reason-card {
        margin-bottom: 40px;
    }

    .faq-section {
        margin: 0px 20px;
    }

    .modal-content {
        padding: 30px 20px;
        margin: 20px;
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-subtitle {
        font-size: 1.1rem;
    }

    .faq-question {
        padding: 1rem 1.5rem;
    }

    .faq-question .question-text {
        font-size: 1.1rem;
    }

    .faq-answer .answer-content {
        padding: 0 1.5rem 1rem 1.5rem;
        font-size: 1rem;
    }
}

/* =====================================================
   PRINT STYLES
   ===================================================== */
@media print {
    .modal,
    .hero-bg-animation {
        display: none !important;
    }
    
    .pre-launch-hero {
        background: none;
        color: #000;
    }
    
    .hero-title,
    .hero-subtitle {
        color: #000;
        text-shadow: none;
    }
}


/* ==========================================================
   Movie Card
   ========================================================== */
.mrContent-tag {
    display: none;
}


/* ==========================================================
   Content Listing
   ========================================================== */
.contect-listing {
    width: 100% !important;
}

/* ==========================================================
   No Result Found
   ========================================================== */
.no-result-found h2{
    font-size: 20px;
}

/* ==========================================================
   User Profile Menu Styles
   ========================================================== */
.garnetMenu .gmItems a:hover
 {
    color: #000;
    background: transparent linear-gradient(270deg, rgba(11, 1, 2, 0), rgb(235 66 150 / 30%));
    border-left: 2px solid #eb4296;
    border-radius: 0;
    cursor: pointer;
}

.grid-hover .picture .box-hover a {
    border: 1px solid #eb4296 !important;
}

.grid-hover .picture .box-hover a:hover {
    background-color: #eb4296;
}

.tiles.grid-hover.my-favorites:hover span {
    color: #eb4296 !important;
}

.my-favorites .data.content-a {
    background: #161616 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.dashboard-tiles.black-bg {
    background: #121212;
}

.watch-history {
    background: #1b1b1b;
    padding: 20px;
}


/* ==========================================================
   Checkout Page Styles
   ========================================================== */
.condition span a, .condition span, .checkout-section .plan-and-logo .back a:hover {
    color: #eb4296 !important;
}

.checkout-body #app{
    height: 100vh;
}

.checkout-body .body-container {
    background: #121212;
}

.checkout-body .checkout-four{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout-body .checkout-four .checkout-section{
    height: max-content !important;
    padding: 30px;
    background: #0e0e0e;
    border: 1px solid #ffffff0f;
}

.checkout-body .checkout-four .checkout-section .plan-and-logo {
    height: auto;
    min-height: 100px;
}