/* ===================================
        ABOUT PAGE
=================================== */

.about-page{

    max-width:1200px;

    margin:80px auto;

    padding:0 24px;

    color:var(--text);

}

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



/* ===================================
        FOUNDER IMAGE
=================================== */

.founder-photo{

    position:relative;

    z-index:2;

    width:180px;

    height:180px;

    margin:auto;

    border-radius:50%;

    overflow:hidden;

    border:5px solid rgba(139,92,246,.35);

    box-shadow:0 20px 50px rgba(139,92,246,.25);

}

.founder-photo img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.4s;

}

.founder-photo:hover img{

    transform:scale(1.08);

}

.about-hero h2{

    position:relative;

    z-index:2;

    margin-top:30px;

    color:white;

    font-size:2rem;

}

.subtitle{

    position:relative;

    z-index:2;

    color:var(--text2);

    font-size:1rem;

    margin-top:10px;

}

/* ===================================
            CARDS
=================================== */

.about-card{

    background:rgba(255,255,255,.03);

    backdrop-filter:blur(16px);

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

    border-radius:22px;

    padding:40px;

    margin-bottom:30px;

    transition:.35s;

}

.about-card:hover{

    transform:translateY(-8px);

    border-color:rgba(139,92,246,.35);

    box-shadow:0 18px 45px rgba(139,92,246,.18);

}

.about-card h3{

    color:white;

    font-size:1.8rem;

    margin-bottom:22px;

}

.about-card p{

    color:var(--text2);

    line-height:1.9;

    font-size:1rem;

}

/* ===================================
        LET'S GROW TOGETHER
=================================== */

.disclaimer{

    background:linear-gradient(
        135deg,
        rgba(139,92,246,.12),
        rgba(168,85,247,.05)
    );

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

    border-radius:24px;

    padding:50px;

    margin:70px 0;

    text-align:center;

    overflow:hidden;

    position:relative;

}

.disclaimer::before{

    content:"";

    position:absolute;

    width:280px;

    height:280px;

    border-radius:50%;

    background:rgba(139,92,246,.08);

    top:-120px;

    right:-100px;

    filter:blur(60px);

}

.disclaimer strong{

    position:relative;

    display:block;

    font-size:2rem;

    color:white;

    margin-bottom:20px;

    z-index:2;

}

.disclaimer p{

    position:relative;

    max-width:720px;

    margin:auto;

    color:var(--text2);

    line-height:1.9;

    z-index:2;

}

/* ===================================
        SMALL ANIMATIONS
=================================== */

.about-card,
.about-hero,
.disclaimer{

    transition:.35s ease;

}

.about-card:hover{

    transform:translateY(-8px);

}

.disclaimer:hover{

    transform:translateY(-6px);

    box-shadow:0 20px 50px rgba(139,92,246,.18);

}

.founder-photo{

    transition:.35s;

}

.founder-photo:hover{

    transform:translateY(-6px);

    box-shadow:0 30px 60px rgba(139,92,246,.35);

}

/* ===================================
        TABLET
=================================== */

@media(max-width:992px){

    .about-page{

        margin:60px auto;

        padding:0 20px;

    }

    .about-hero{

        padding:70px 30px;

    }

    .about-card{

        padding:32px;

    }

    .disclaimer{

        padding:40px 30px;

    }

}

/* ===================================
        MOBILE
=================================== */

@media(max-width:768px){

    .about-page{

        margin:40px auto;

    }

    .about-hero{

        padding:60px 25px;

    }

    .about-hero h1{

        font-size:2.4rem;

    }

    .hero-badge{

        font-size:.75rem;

    }

    .founder-photo{

        width:140px;

        height:140px;

    }

    .about-hero h2{

        font-size:1.7rem;

    }

    .subtitle{

        font-size:.95rem;

    }

    .about-card{

        padding:28px;

    }

    .about-card h3{

        font-size:1.5rem;

    }

    .disclaimer{

        padding:35px 25px;

    }

    .disclaimer strong{

        font-size:1.7rem;

    }

}

/* ===================================
        SMALL PHONES
=================================== */

@media(max-width:480px){

    .about-page{

        padding:0 16px;

    }

    .about-hero{

        padding:50px 20px;

    }

    .about-hero h1{

        font-size:2rem;

    }

    .hero-badge{

        padding:8px 18px;

        font-size:.72rem;

    }

    .founder-photo{

        width:120px;

        height:120px;

    }

    .about-hero h2{

        font-size:1.5rem;

    }

    .subtitle{

        font-size:.9rem;

    }

    .about-card{

        padding:24px;

    }

    .about-card h3{

        font-size:1.35rem;

    }

    .about-card p{

        font-size:.95rem;

        line-height:1.8;

    }

    .disclaimer{

        padding:28px 20px;

    }

    .disclaimer strong{

        font-size:1.5rem;

    }

    .disclaimer p{

        font-size:.95rem;

    }

}

/* new changes here */

.about-hero{

    min-height:100vh;

    padding:140px 8% 100px;

    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

    text-align:center;

    background:#09090f;
    color:#fff;

}



.founders-about{

    padding:120px 8%;
    background:#09090f;
    color:#fff;

}

.section-tag{

    color:#8B5CF6;
    text-align:center;
    letter-spacing:3px;
    font-size:.9rem;
    margin-bottom:15px;

}

.founders-about h2{

    text-align:center;
    font-size:3rem;
    margin-bottom:20px;

}

.founders-about h2 span{

    color:#8B5CF6;

}

.section-description{

    max-width:760px;
    margin:0 auto 70px;

    text-align:center;
    color:#b8b8c8;
    line-height:1.8;

}

.founders-grid{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:40px;

}

.about-founder-card{

    background:#151520;

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

    border-radius:30px;

    overflow:hidden;

    transition:.35s;

}

.about-founder-card:hover{

    transform:translateY(-8px);
    border-color:#8B5CF6;

}

.about-founder-card img{

    width:100%;
    height:350px;
    object-fit:cover;

}

.founder-content{

    padding:35px;

}

.founder-content span{

    color:#8B5CF6;
    font-size:.9rem;
    letter-spacing:1px;

}

.founder-content h3{

    font-size:2rem;
    margin:15px 0;

}

.founder-content p{

    color:#cfcfe4;
    line-height:1.8;
    margin-bottom:30px;

}

.skills{

    display:flex;
    flex-wrap:wrap;
    gap:12px;

}

.skills span{

    padding:8px 18px;
    border-radius:30px;

    background:rgba(139,92,246,.12);

    border:1px solid rgba(139,92,246,.25);

    color:#b996ff;

}

@media(max-width:900px){

    .founders-grid{

        grid-template-columns:1fr;

    }

    .founders-about h2{

        font-size:2.2rem;

    }

    .about-founder-card img{

        height:280px;

    }

}


.about-hero{
    min-height:100vh;
    width:100%;
    background:#09090f;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    position:relative;
    overflow:hidden;
    padding:40px 20px;
}

.hero-content{
    max-width:850px;
}

.hero-content h1{

    font-size:4rem;
    font-weight:700;
    color:#B794F6;
    letter-spacing:3px;
    margin-bottom:18px;
    text-transform:uppercase;

}

.hero-content h2{

    color:#fff;
    font-size:2rem;
    font-weight:600;
    margin-bottom:18px;

}

.hero-content p{

    color:#cfcfe4;
    font-size:1.15rem;
    line-height:1.8;
    max-width:700px;
    margin:auto;

}

.hero-bottom{

    position:absolute;
    bottom:0px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:25px;

}

.smile-icon{

    width:60px;
    height:60px;
    border:1px solid rgba(255,255,255,.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:white;
    font-size:1.8rem;

}

.hero-bottom h3{

    color:white;
    font-size:1.8rem;
    font-weight:500;

}

@media(max-width:768px){

.about-hero{

    min-height:90vh;
    padding:30px;

}

.hero-content h1{

    font-size:2.5rem;

}

.hero-content h2{

    font-size:1.3rem;

}

.hero-content p{

    font-size:1rem;

}

.hero-bottom{

    bottom:40px;

}

.hero-bottom h3{

    font-size:1.3rem;

}

}

.smile-icon{
    width:60px;
    height:60px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.smile{
    width:34px;
    height:18px;
    border:3px solid #fff;
    border-top:none;
    border-left:none;
    border-right:none;
    border-radius:0 0 50px 50px;
    position:relative;
}

.smile::before,
.smile::after{
    content:"";
    position:absolute;
    width:5px;
    height:5px;
    background:#fff;
    border-radius:50%;
    top:-12px;
}

.smile::before{
    left:5px;
}

.smile::after{
    right:5px;
}