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

.about-hero{

    position:relative;

    height:calc(100vh - 82px);

    margin-top:82px;

    overflow:hidden;

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

}

.about-video{

    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    object-fit:cover;

}

.about-overlay{

    position:absolute;
    inset:0;

    background:rgba(0,0,0,.45);

}

.about-content{

    position:relative;
    z-index:5;

    max-width:900px;

    margin:auto;

    text-align:center;

}

.hero-tag{

    display:inline-block;

    padding:12px 30px;

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

    border-radius:60px;

    backdrop-filter:blur(10px);

    color:#fff;

    font-size:15px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:35px;

}

.about-content h1{

    font-size:70px;

    font-weight:700;

    line-height:1.05;

    margin-bottom:30px;

}

.about-content p{

    max-width:760px;

    margin:0 auto;

    font-size:17px;

    line-height:1.8;

    color:#d2d2d2;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:55px;

}

@media(max-width:1200px){

.about-content h1{

    font-size:72px;

}

}

@media(max-width:991px){

.about-content h1{

    font-size:58px;

}

.about-content p{

    font-size:19px;

}
        .about-hero{

    height:calc(100vh - 75px);
    margin-top:75px;

}

}

@media(max-width:768px){

.about-hero{

    height:calc(90vh - 75px);
    margin-top:75px;

}

.hero-tag{

    font-size:12px;

    padding:10px 22px;

    letter-spacing:3px;

}

.about-content h1{

    font-size:42px;

}

.about-content p{

    font-size:17px;

    line-height:1.8;

}

.hero-buttons{

    flex-direction:column;

    align-items:center;

    margin-top:40px;

    gap:16px;

}

.hero-buttons .premium-btn{

    width:280px;

    justify-content:center;

}

}
/*==================================
        OUR STORY
===================================*/

.our-story{

    padding:120px 0;

    background:#050505;

}

.story-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.story-image img{

    width:100%;

    border-radius:20px;

}

.story-content h2{

    font-size:20px;

    margin:20px 0;

}

.story-content p{

    font-size:15px;

    line-height:1.9;

    color:#b5b5b5;

    margin-bottom:25px;

}

.story-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-top:30px;

}

.story-highlights div{

    font-size:15px;

    color:#fff;

}

@media(max-width:991px){

.story-grid{

grid-template-columns:1fr;

}

.story-image{

order:2;

}

.story-content{

order:1;

}

}

/*==================================
        VALUES
===================================*/

.values{
    padding:120px 0;
    background:#0a0a0a;
}

/* Section Header */

.values-header{
    max-width:750px;
    margin-bottom:70px;
}

.values-header span{
    display:block;
    font-size:13px;
    font-weight:500;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#ffffff;
    margin-bottom:15px;
}

.values-header h2{
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#fff;
    margin-bottom:20px;
}

.values-header p{
    font-size:15px;
    line-height:1.9;
    color:#b5b5b5;
    max-width:700px;
}

/* Cards */

.values-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.value-card{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:45px 35px;
    transition:.35s ease;
}

.value-card:hover{
    transform:translateY(-8px);
    border-color:#fff;
}

.value-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    background:#1a1a1a;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:25px;
}

.value-icon i{
    font-size:26px;
    color:#fff;
}

.value-card h3{
    font-size:20px;
    font-weight:600;
    margin-bottom:15px;
    color:#fff;
}

.value-card p{
    font-size:15px;
    line-height:1.8;
    color:#b5b5b5;
}

/* Responsive */

@media(max-width:991px){

    .values{
        padding:80px 0;
    }

    .values-grid{
        grid-template-columns:1fr;
    }

    .values-header{
        margin-bottom:50px;
    }

}

/*==================================
        OUR JOURNEY
===================================*/

.journey{
    padding:120px 0;
    background:#050505;
}

.journey-header{
    max-width:700px;
    margin-bottom:70px;
}

.journey-header span{
    display:block;
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:#888;
    margin-bottom:15px;
}

.journey-header h2{
    font-size:20px;
    font-weight:700;
    margin-bottom:20px;
}

.journey-header p{
    font-size:15px;
    line-height:1.9;
    color:#b5b5b5;
}

.timeline{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
}

.timeline::before{
    content:"";
    position:absolute;
    top:28px;
    left:0;
    width:100%;
    height:2px;
    background:#222;
}

.timeline-item{
    position:relative;
    padding-top:60px;
}

.timeline-item::before{
    content:"";
    position:absolute;
    top:20px;
    left:0;
    width:16px;
    height:16px;
    background:#fff;
    border-radius:50%;
}

.year{
    font-size:28px;
    font-weight:700;
    margin-bottom:15px;
}

.timeline-item h3{
    font-size:20px;
    margin-bottom:15px;
}

.timeline-item p{
    font-size:15px;
    line-height:1.8;
    color:#b5b5b5;
}

@media(max-width:991px){

.timeline{
    grid-template-columns:1fr;
}

.timeline::before{
    display:none;
}

.timeline-item{
    padding-top:30px;
}

.timeline-item::before{
    display:none;
}

}

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

.founder{
    padding:120px 0;
    background:#0a0a0a;
}

.founder-grid{
    display:grid;
    grid-template-columns:420px 1fr;
    gap:80px;
    align-items:center;
}

.founder-image img{
    width:100%;
    border-radius:24px;
    display:block;
}

.founder-content h2{
    font-size:20px;
    margin:20px 0;
}

.founder-content blockquote{
    font-size:24px;
    line-height:1.5;
    font-weight:500;
    color:#fff;
    margin-bottom:30px;
    border-left:3px solid #fff;
    padding-left:20px;
}

.founder-content p{
    font-size:15px;
    color:#b5b5b5;
    line-height:1.9;
    margin-bottom:35px;
}

.founder-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:35px;
}

.founder-points div{
    font-size:15px;
}

@media(max-width:991px){

.founder-grid{
    grid-template-columns:1fr;
}

.founder-image{
    max-width:400px;
    margin:auto;
}

.founder-points{
    grid-template-columns:1fr;
}

}

.premium-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:14px;
    padding:16px 34px;
    border:1px solid rgba(255,255,255,.25);
    border-radius:60px;
    color:#fff;
    overflow:hidden;
    transition:.45s ease;
    font-size:15px;
    font-weight:600;
}

.premium-btn::before{
    content:"";
    position:absolute;
    left:-100%;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    transition:.45s ease;
    z-index:0;
}

.premium-btn span,
.premium-btn i{
    position:relative;
    z-index:2;
    transition:.45s;
}

.premium-btn i{
    transform:rotate(-45deg);
}

.premium-btn:hover::before{
    left:0;
}

.premium-btn:hover{
    border-color:#fff;
}

.premium-btn:hover span,
.premium-btn:hover i{
    color:#000;
}

.premium-btn:hover i{
    transform:translateX(6px) rotate(0deg);
}


/*==================================
        TRUST
===================================*/

.trust{
    padding:120px 0;
    background:#050505;
}

.trust-header{
    max-width:700px;
    margin-bottom:70px;
}

.trust-header span{
    font-size:13px;
    letter-spacing:2px;
    color:#888;
    text-transform:uppercase;
}

.trust-header h2{
    font-size:20px;
    margin:18px 0;
}

.trust-header p{
    font-size:15px;
    color:#b5b5b5;
    line-height:1.9;
}

.trust-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.trust-card{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:45px 30px;
    transition:.35s;
}

.trust-card:hover{
    transform:translateY(-8px);
    border-color:#fff;
}

.trust-card h3{
    font-size:34px;
    margin-bottom:12px;
}

.trust-card p{
    font-size:15px;
    color:#b5b5b5;
}

@media(max-width:991px){

.trust-grid{
    grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:768px){

.trust{
    padding:80px 0;
}

.trust-grid{
    grid-template-columns:1fr;
}

}


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

.hero-content{
    position:relative;
}

.hero-explore{

    position:absolute;

    bottom:80px;
    left:50%;

    transform:translateX(-50%);

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

    opacity:0;

    animation:exploreReveal 7s infinite;

}

.hero-explore span{

    font-size:18px;
    font-weight:600;
    letter-spacing:8px;
    color:#fff;
    text-transform:uppercase;

}

.explore-line{

    width:0;
    height:2px;

    background:#fff;

    margin-top:14px;

    animation:lineGrow 7s infinite;

}

/* Text Animation */

@keyframes exploreReveal{

    0%,35%{

        opacity:0;
        transform:translate(-50%,35px);

    }

    45%{

        opacity:1;
        transform:translate(-50%,0);

    }

    70%{

        opacity:1;
        transform:translate(-50%,0);

    }

    82%,100%{

        opacity:0;
        transform:translate(-50%,-15px);

    }

}

/* Line Animation */

@keyframes lineGrow{

    0%,42%{

        width:0;

    }

    52%,70%{

        width:130px;

    }

    82%,100%{

        width:0;

    }

}

/* Tablet */

@media(max-width:991px){

.hero-explore{

    bottom:65px;

}

.hero-explore span{

    font-size:16px;
    letter-spacing:6px;

}

}

/* Mobile */

@media(max-width:768px){

.hero-explore{

    bottom:45px;

}

.hero-explore span{

    font-size:14px;
    letter-spacing:5px;

}

}
/*==================================
            CTA
===================================*/

.cta{
    padding:120px 0;
    background:#050505;
}

.cta-box{
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:80px 60px;
    text-align:center;
}

.cta-box span{
    color:#888;
    font-size:13px;
    letter-spacing:2px;
}

.cta-box h2{
    font-size:20px;
    margin:20px 0;
}

.cta-box p{
    max-width:650px;
    margin:0 auto 40px;
    color:#b5b5b5;
    font-size:15px;
    line-height:1.8;
}

.cta-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
}

@media(max-width:768px){

.cta{
    padding:80px 0;
}

.cta-box{
    padding:50px 30px;
}

.cta-buttons{
    flex-direction:column;
}

}
