/* =======================
   Global
======================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Poppins',sans-serif;
background: linear-gradient(
    135deg,
    #05050A 5%,
    #5a1e31 40%,
    #5a1e31 100%
);
}

a{
    text-decoration:none;
}

img{
    max-width:100%;
}

/* =======================
   Navbar
======================= */

.navbar{
    padding:25px 0;
}

.navbar-brand img{
    width:120px;
}

/* Center Menu Box */

.nav-box{

    background:#111122;

    padding:10px 18px;

    border-radius:14px;

    border:1px solid rgba(255,255,255,.05);

}

/* Menu */

.nav-link{

    color:#cfcfcf;

    font-size:14px;

    font-weight:500;

    padding:10px 18px !important;

    transition:.3s;

}

.nav-link:hover,
.nav-link.active{

    color:#ffffff;

}

/* Language Button */

.language-btn{

    background:#1a1a28;

    color:#fff;

    border-radius:25px;

    padding:10px 18px;

    border:1px solid rgba(255,255,255,.08);

    transition:.3s;
    
    width: 200px;

}

.language-btn:hover{

    background:#27273a;

    color:#fff;

}

/* Join Button */

.join-btn{

    background: #B2325A;

    color:#fff;

    border:none;

    border-radius:30px;

    padding:10px 28px;

    font-weight:600;

    transition:.3s;

    width: 200px;;

}

.join-btn:hover{

    transform:translateY(-2px);

    color:#fff;

    box-shadow:0 0 18px rgba(255,60,130,.4);

}

/* Mobile */

@media(max-width:991px){

.nav-box{

    margin:30px 0;

}

.nav-link{

    text-align:center;

}

.d-flex{

    justify-content:center;

}

}

/*==========================
        HERO SECTION
===========================*/

.hero-section{

    position: relative;

    padding:100px 0 120px;

    overflow:hidden;

}

/* Left Content */

.hero-content h1{

    color:#fff;

    font-size:64px;

    font-weight:800;

    line-height:1.1;

    margin-bottom:25px;

}

.hero-content p{

    color:#b8b8c2;

    font-size:18px;

    line-height:1.8;

    max-width:520px;

}

.hero-content strong{

    color:#ffffff;

}

.hero-buttons{

    margin-top:40px;

    display:flex;

    gap:18px;

    flex-wrap:wrap;

}

/* Secondary Button */

.work-btn{

    color:#fff;

    border:1px solid rgba(255,255,255,.15);

    padding:12px 32px;

    border-radius:50px;

    background:#171726;

    transition:.35s;

}

.work-btn:hover{

    color:#fff;

    background:#23233a;

    transform:translateY(-3px);

}

/* Right Image */

.hero-image{

    position:relative;

    text-align:center;

    z-index:2;

}

.hero-image img{

    width:100%;

    max-width:720px;

}

/* Purple Glow */

.hero-glow{

    position:absolute;

    width:650px;

    height:650px;

    bottom:-220px;

    left:-150px;

    filter:blur(80px);

    z-index:0;

}

/* Hero Image Shadow */

.hero-image::before{

    content:"";

    position:absolute;

    width:420px;

    height:420px;

    background:radial-gradient(circle,
    rgba(126,60,255,.35),
    transparent 70%);

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    z-index:-1;

    filter:blur(60px);

}


/*==========================
      HOW IT WORKS
==========================*/

.how-it-works{

    padding:120px 0;

    position:relative;

}

.section-title{

    margin-bottom:50px;

}

.section-title h2{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin-bottom:15px;

}

.section-title p{

    color:#b8b8c2;

    font-size:18px;

}

/* Card */

.feature-card{

    height:100%;

    background:rgba(18,18,35,.85);

    border:1px solid rgba(255,70,150,.35);

    border-radius:20px;

    padding:25px;

    transition:.4s;

    position:relative;

    overflow:hidden;

    backdrop-filter:blur(10px);

}

/* Neon Glow */

.feature-card::before{

    content:"";

    position:absolute;

    inset:-2px;

    border-radius:20px;

    padding:1px;

    background:linear-gradient(135deg,#ff4d88,#6c5cff);

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite:xor;

    mask-composite:exclude;

    opacity:.35;

}

.feature-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 0 35px rgba(255,50,140,.25);

}

/* Card Image */

.feature-card img{

    width:100%;

    border-radius:12px;

    margin:18px 0;

}

.feature-card h5{

    color:#fff;

    font-size:20px;

    font-weight:600;

}

.feature-card h6{

    color:#fff;

    margin-top:12px;

    font-size:18px;

    font-weight:600;

}

.feature-card p{

    color:#b8b8c2;

    line-height:1.7;

    font-size:15px;

    margin-top:10px;

}

/*==============================
    EXPERIENCE SECTION
===============================*/

.experience-section{

    padding:120px 0;

    position:relative;

}

/* Heading */

.experience-section .section-title h2{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin-bottom:15px;

}

.experience-section .section-title p{

    color:#a7a7b5;

    font-size:18px;

}

/* Left Side */

.experience-content{

    display:flex;

    flex-direction:column;

    gap:40px;

}

/* Item */

.experience-item{

    display:flex;

    gap:25px;

    align-items:flex-start;

}

/* Vertical Line */

.line{

    width:2px;

    min-height:85px;

    background:linear-gradient(
        to bottom,
        #B2325A,
        #B2325A
    );

    position:relative;

    margin-top:4px;

}

.line::before{

    content:"";

    position:absolute;

    top:0;

    left:50%;

    transform:translateX(-50%);

    width:10px;

    height:10px;

    border-radius:50%;

    background:#ff4d88;

    box-shadow:0 0 15px #ff4d88;

}

/* Text */

.experience-item h4{

    color:#fff;

    font-size:22px;

    font-weight:600;

    margin-bottom:10px;

}

.experience-item p{

    color:#a8a8b7;

    line-height:1.8;

    margin:0;

}

/* Image */

.experience-image{

    position:relative;

    text-align:center;

}

.experience-image img{

    max-width:100%;

    border-radius:20px;

    transition:.4s;

}

.experience-image img:hover{

    transform:scale(1.02);

}

/* Glow */

.experience-image::before{

    content:"";

    position:absolute;

    width:350px;

    height:350px;

    background:radial-gradient(circle,
        rgba(255,60,130,.35),
        transparent 70%);

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    filter:blur(80px);

    z-index:-1;

}

.features-section{
    padding:120px 0;
}

.feature-box{
    height:100%;
    background:#11131d;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:40px 35px;
    transition:.35s;
}

.feature-box h4{
    color:#fff;
    font-size:24px;
    font-weight:600;
    margin-bottom:18px;
}

.feature-box p{
    color:#9fa4b3;
    font-size:16px;
    line-height:1.8;
    margin:0;
}

.feature-box:hover{
    transform:translateY(-8px);
    border-color:#ff4d88;
    box-shadow:0 15px 40px rgba(255,77,136,.15);
}

/*==============================
      WATCH ANYWHERE
===============================*/

.watch-section{

    padding:120px 0;

    position:relative;

    overflow:hidden;

}

/* Background Glow */

.watch-section::before{

    content:"";

    position:absolute;

    width:500px;

    height:500px;

    background:radial-gradient(circle,
        rgba(255,77,136,.18),
        transparent 70%);

    top:50%;

    left:50%;

    transform:translate(-50%,-50%);

    filter:blur(80px);

    z-index:0;

}

.watch-section .container{

    position:relative;

    z-index:1;

}

/* Heading */

.watch-section .section-title h2{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin-bottom:18px;

}

.watch-section .section-title p{

    color:#a6a6b6;

    max-width:650px;

    margin:auto;

    line-height:1.8;

}

/* Device Card */

.mobile-device,
.desktop-device{

    background:#11131d;

    border-radius:24px;
   
    transition:.35s;

}

.mobile-device img,
.desktop-device img{

    width:100%;

    border-radius:16px;

}

/* Hover */

.mobile-device:hover,
.desktop-device:hover{

    transform:translateY(-8px);

    border-color:#ff4d88;

    box-shadow:0 15px 40px rgba(255,77,136,.18);

}

/*==============================
        FINAL CTA
==============================*/

.final-cta{

    position: relative;

    padding:120px 0 100px;

    overflow:hidden;

}

/* Background Glow */

.final-cta::before{

    content:"";

    position:absolute;

    width:700px;

    height:700px;

    left:50%;

    bottom:-320px;

    transform:translateX(-50%);

    background:radial-gradient(circle,
        rgba(255,72,140,.45) 0%,
        rgba(164,55,120,.25) 35%,
        transparent 75%);

    filter:blur(120px);

    z-index:-1;

}

/* Heading */

.final-cta h2{

    color: #fff;

    font-size: 48px;

    font-weight: 700;

    margin-bottom: 18px;

}

/* Button */

.cta-btn{

    min-width:400px;

    padding:14px 50px;

    border-radius:15px;

    font-size:18px;

    font-weight:600;

    color:#fff;

    border:none;

    background: #B2325A;

    transition:.35s;

}

.cta-btn:hover{

    color:#fff;

    transform:translateY(-4px);

    box-shadow:0 15px 35px rgba(255,91,143,.35);

}

/*==========================
        FOOTER
==========================*/

.footer{

    padding:90px 0 35px;



}

/*==========================
        LEFT
==========================*/

.footer-logo img{

    width:170px;

}

.footer-text{

    color:#ffffff;

    font-size:18px;

    line-height:1.8;

    margin:35px 0;

    max-width:240px;

}

/*==========================
     SOCIAL ICONS
==========================*/

.social-icons{

    display:inline-flex;

    border:1px solid rgba(255,255,255,.08);

    overflow:hidden;

}

.social-icons a{

    width:42px;

    height:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#11111b;

    color:#7a7b89;

    border-right:1px solid rgba(255,255,255,.08);

    transition:.35s;

}

.social-icons a:last-child{

    border-right:none;

}

.social-icons a:hover{

    background:#B2325A;

    color:#fff;

}

/*==========================
        CARD
==========================*/

.footer-card{

    background:#090811;

    padding:45px;

    border:1px solid rgba(255,255,255,.05);

}

/*==========================
       HEADINGS
==========================*/

.footer h5{

    color:#ffffff;

    font-size:12px;

    font-weight:700;

    letter-spacing:1px;

    margin-bottom:22px;

}

/*==========================
        LINKS
==========================*/

.footer ul{

    list-style:none;

    padding:0;

    margin:0;

}

.footer ul li{

    margin-bottom:14px;

}

.footer ul li a{

    color:#85869A;

    text-decoration:none;

    font-size:14px;

    transition:.3s;

}

.footer ul li a:hover{

    color:#ffffff;

    padding-left:5px;

}

/*==========================
        HR
==========================*/

.footer hr{

    margin:40px 0 20px;

    border-color:rgba(255,255,255,.06);

}

/*==========================
    BOTTOM FOOTER
==========================*/

.footer-bottom{

    display:flex;

    justify-content:space-between;

    align-items:center;

    flex-wrap:wrap;

    gap:15px;

}

.footer-bottom p{

    color:#70717D;

    font-size:13px;

    margin:0;

}

/*==========================
      STATUS DOT
==========================*/

.status-dot{

    width:8px;

    height:8px;

    background:#19e67c;

    border-radius:50%;

    display:inline-block;

    margin-right:8px;

    box-shadow:0 0 10px #19e67c;

}

.heart{

    color:#ff4d7d;

}

/* ================= Privacy Policy ================= */
/* ===== SECTION ===== */
.privacy-section {
     padding: 80px 20px;
    color: #fff;
}


.privacy-header {
    text-align: center;
    margin-bottom: 30px;
}

.badge {
    background: rgba(236,72,153,0.15);
    color: #ec4899;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 12px;
}

.privacy-header h1 {
    font-size: 42px;
    margin: 15px 0;
}

.sub-heading {
    font-size: 15px;
    margin: 15px 0;
}



.updated {
    color: #94a3b8;
}

/* Cards */
.policy-card {
    background: rgba(18, 18, 35, .85);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 20px;
}

.policy-card a {
    color:#f0f;
}
.policy-card a:hover{
    color:#ffff;
}

.policy-card.center {
    text-align: center;
}

.policy-card h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}

.policy-card h5 span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #ec4899;
    color: #ec4899;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(236,72,153,0.1);
}

.policy-card p {
    color: #9ca3af;
    font-size: 14px;
}

.policy-card ul {
    padding-left: 18px;
}

.policy-card li {
    margin-bottom: 6px;
    font-size: 15px;
    color: #cbd5f5;
}

.policy-card li::marker {
    color: #a855f7;
}

/* Responsive */
@media(max-width:768px){
    .privacy-header h1 {
        font-size: 28px;
    }
}