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

.about-hero{

    position:relative;

    padding:100px 0 20px;

    background:#000;

    overflow:hidden;

}

.about-hero::before{

    content:"";

    position:absolute;

    top:-280px;

    right:-280px;

    width:700px;

    height:700px;

    border-radius:50%;

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

}

.about-hero::after{

    content:"";

    position:absolute;

    left:-220px;

    bottom:-220px;

    width:520px;

    height:520px;

    border-radius:50%;

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

}

.about-hero-wrapper{

    display:grid;

    grid-template-columns:1.1fr .9fr;

    gap:90px;

    align-items:center;

    position:relative;

    z-index:2;

}

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

.about-hero-content{

    max-width:650px;

}

.hero-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    height:44px;

    padding:0 22px;

    border-radius:100px;

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

    color:#fff;

    font-size:13px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:30px;

}

.hero-badge::before{

    content:"";

    width:8px;

    height:8px;

    border-radius:50%;

    background:#fff;

}

.about-hero-content h1{

    color:#fff;

    font-size:48px;

    line-height:1.05;

    font-weight:700;

    margin-bottom:10px;

}

.about-hero-content p{

    color:#A8A8A8;

    font-size:18px;

    line-height:1.9;

    margin-bottom:42px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin-bottom:55px;

    flex-wrap:wrap;

}

.hero-buttons a{

    height:58px;

    padding:0 34px;

    display:inline-flex;

    align-items:center;

    justify-content:center;

    border-radius:100px;

    text-decoration:none;

    font-weight:600;

    transition:.35s;

}

.btn-primary{

    background:#fff;

    color:#000;

}

.btn-primary:hover{

    transform:translateY(-5px);

}

.btn-secondary{

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

    color:#fff;

}

.btn-secondary:hover{

    background:#fff;

    color:#000;

}

/*====================================
RIGHT
====================================*/

.about-dashboard{

    background:#090909;

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

    border-radius:32px;

    overflow:hidden;

    box-shadow:0 40px 90px rgba(0,0,0,.45);

}

.dashboard-top{

    height:70px;

    display:flex;

    align-items:center;

    gap:10px;

    padding:0 30px;

    border-bottom:1px solid rgba(255,255,255,.06);

}

.dashboard-top span{

    width:12px;

    height:12px;

    border-radius:50%;

    background:#fff;

    opacity:.18;

}

.dashboard-body{

    padding:30px;

    display:grid;

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

    gap:20px;

}

.dashboard-card{

    background:#111;

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

    border-radius:18px;

    padding:28px;

    transition:.35s;

}

.dashboard-card:hover{

    transform:translateY(-8px);

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

}

.dashboard-card h4{

    color:#8A8A8A;

    font-size:14px;

    margin-bottom:16px;

    font-weight:500;

}

.dashboard-card strong{

    color:#fff;

    font-size:40px;

    font-weight:700;

}

/*====================================
COMMON SECTION
====================================*/

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading span{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    height:42px;

    padding:0 20px;

    border-radius:100px;

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

    color:#fff;

    font-size:12px;

    letter-spacing:1px;

    text-transform:uppercase;

}

.section-heading h2{

    color:#fff;

    font-size:54px;

    line-height:1.15;

    margin:28px 0 22px;

}

.section-heading p{

    max-width:760px;

    margin:auto;

    color:#A8A8A8;

    font-size:17px;

    line-height:1.9;

}
/*==================================================
 COMPANY STORY
==================================================*/

.company-story{

    position:relative;

    padding:30px 0;


    overflow:hidden;

}

.company-story::before{

    content:"";

    position:absolute;

    right:-250px;

    top:-250px;

    width:600px;

    height:600px;

    border-radius:50%;

}

.story-wrapper{

    display:grid;

    grid-template-columns:.95fr 1.05fr;

    gap:90px;

    align-items:center;

    position:relative;

    z-index:2;

}

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

.story-image{

    position:relative;

}

.story-image img{

    width:100%;

    display:block;

    border-radius:28px;

    object-fit:cover;

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

}

/* Floating Card */

.story-image::after{

    content:"250+ Projects Delivered";

    position:absolute;

    right:-30px;

    bottom:40px;

    background:#111;

    color:#FFF;

    padding:18px 26px;

    border-radius:18px;

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

    font-size:15px;

    font-weight:600;

    box-shadow:0 20px 50px rgba(0,0,0,.35);

}

/*==================================
 CONTENT
==================================*/

.story-content span{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 20px;

    border-radius:999px;

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

    color:#FFF;

    font-size:12px;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:24px;

}

.story-content span::before{

    content:"";

    width:8px;

    height:8px;

    border-radius:50%;

    background:#FFF;

}

.story-content h2{

    color:#FFF;

    font-size:36px;

    line-height:1.15;

    margin-bottom:28px;

}

.story-content p{

    color:#A9A9A9;

    font-size:16px;

    line-height:1.9;

    margin-bottom:22px;

}

/*==================================
 FEATURES
==================================*/

.story-features{

    display:grid;

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

    gap:18px;

    margin-top:40px;

}

.feature-item{

    position:relative;

    padding:20px 22px 20px 54px;

    border-radius:16px;

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

    background:#0B0B0B;

    color:#FFF;

    font-size:15px;

    font-weight:500;

    transition:.35s ease;

}

.feature-item::before{

    content:"✓";

    position:absolute;

    left:20px;

    top:50%;

    transform:translateY(-50%);

    width:22px;

    height:22px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#FFF;

    color:#000;

    font-size:12px;

    font-weight:700;

}

.feature-item:hover{

    transform:translateY(-6px);

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

    background:#111;

    box-shadow:0 20px 45px rgba(255,255,255,.04);

}

/*==================================
 ANIMATION
==================================*/

.story-image{

    animation:storyImage .8s ease forwards;

}

.story-content{

    animation:storyContent .8s ease forwards;

}

@keyframes storyImage{

    from{

        opacity:0;

        transform:translateX(-50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

@keyframes storyContent{

    from{

        opacity:0;

        transform:translateX(50px);

    }

    to{

        opacity:1;

        transform:translateX(0);

    }

}

/*==================================================
MISSION & VISION
==================================================*/

.mission-section{

    position:relative;

    padding:30px 0;

    background:#000;

    overflow:hidden;

}

.mission-grid{

    display:grid;

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

    gap:35px;

}

.mission-card{

    position:relative;

    padding:50px;

    background:#0A0A0A;

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

    border-radius:26px;

    transition:.35s ease;

    overflow:hidden;

}

.mission-card::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:3px;

    background:#FFF;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.mission-card:hover::before{

    transform:scaleX(1);

}

.mission-card:hover{

    transform:translateY(-10px);

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

    box-shadow:0 30px 70px rgba(255,255,255,.05);

}

.mission-icon{

    width:82px;

    height:82px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:20px;

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

    color:#FFF;

    margin-bottom:30px;

    transition:.35s;

}

.mission-card:hover .mission-icon{

    background:#FFF;

    color:#000;

}

.mission-card h3{

    color:#FFF;

    font-size:32px;

    margin-bottom:18px;

}

.mission-card p{

    color:#A9A9A9;

    font-size:16px;

    line-height:1.9;

}

/*==================================================
WHY CHOOSE
==================================================*/

.about-why{

    padding:30px 0;


}

.about-why-grid{

    display:grid;

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

    gap:28px;

}

.why-card{

    position:relative;

    padding:38px;

    background:#0B0B0B;

    border-radius:22px;

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

    transition:.35s ease;

    overflow:hidden;

}

.why-card::after{

    content:"";

    position:absolute;

    top:0;

    left:0;

    width:100%;

    height:3px;

    background:#FFF;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.why-card:hover::after{

    transform:scaleX(1);

}

.why-card:hover{

    transform:translateY(-8px);

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

    box-shadow:0 25px 60px rgba(255,255,255,.05);

}

.why-card h3{

    color:#FFF;

    font-size:22px;

    margin-bottom:18px;

}

.why-card p{

    color:#B5B5B5;

    font-size:16px;

    line-height:1.9;

}

/*==================================
HOVER EFFECT
==================================*/

.why-card:hover h3,

.mission-card:hover h3{

    color:#FFF;

}

.why-card:hover p,

.mission-card:hover p{

    color:#E5E5E5;

}

/*==================================
ENTRY ANIMATION
==================================*/

.mission-card,

.why-card{

    opacity:0;

    transform:translateY(40px);

    animation:aboutCard .8s ease forwards;

}

.mission-card:nth-child(1){

    animation-delay:.1s;

}

.mission-card:nth-child(2){

    animation-delay:.25s;

}

.why-card:nth-child(1){animation-delay:.10s;}
.why-card:nth-child(2){animation-delay:.20s;}
.why-card:nth-child(3){animation-delay:.30s;}
.why-card:nth-child(4){animation-delay:.40s;}
.why-card:nth-child(5){animation-delay:.50s;}
.why-card:nth-child(6){animation-delay:.60s;}

@keyframes aboutCard{

    from{

        opacity:0;

        transform:translateY(40px);

    }

    to{

        opacity:1;

        transform:translateY(0);

    }

}
/*==================================================
ABOUT PROCESS
==================================================*/

.about-process{

    position:relative;

    padding:30px 0;

    background:#000;

    overflow:hidden;

}

.process-timeline{

    display:grid;

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

    gap:30px;

    margin-top:70px;

}

.timeline-item{

    position:relative;

    padding:40px;

    background:#0B0B0B;

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

    border-radius:24px;

    transition:.35s ease;

    overflow:hidden;

}

.timeline-item::before{

    content:"";

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:3px;

    background:#fff;

    transform:scaleX(0);

    transform-origin:left;

    transition:.35s;

}

.timeline-item:hover::before{

    transform:scaleX(1);

}

.timeline-item:hover{

    transform:translateY(-10px);

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

    box-shadow:0 25px 60px rgba(255,255,255,.05);

}

.timeline-number{

    width:72px;

    height:72px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#111;

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

    color:#fff;

    font-size:24px;

    font-weight:700;

    margin-bottom:28px;

    transition:.35s;

}

.timeline-item:hover .timeline-number{

    background:#fff;

    color:#000;

}

.timeline-item h3{

    color:#fff;

    font-size:28px;

    margin-bottom:16px;

}

.timeline-item p{

    color:#B5B5B5;

    line-height:1.9;

    font-size:16px;

}

/*==================================================
LAPTOP
==================================================*/

@media(max-width:1200px){

.about-hero-wrapper{

grid-template-columns:1fr;

gap:70px;

}

.story-wrapper{

grid-template-columns:1fr;

gap:70px;

}

.story-image{

max-width:700px;

margin:auto;

}

.story-content{

text-align:center;

}

.story-features{

max-width:700px;

margin:40px auto 0;

}

.mission-grid{

grid-template-columns:1fr;

}

.about-why-grid{

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

}

.process-timeline{

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

}

}

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

@media(max-width:991px){

.about-hero{

padding:140px 0 90px;

}

.about-hero-content h1{

font-size:52px;

}

.section-heading h2{

font-size:42px;

}

.story-content h2{

font-size:42px;

}

.story-features{

grid-template-columns:1fr 1fr;

}

.dashboard-body{

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

}

.about-why-grid{

grid-template-columns:1fr;

}

.process-timeline{

grid-template-columns:1fr;

}

}

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

@media(max-width:767px){

.about-hero{

padding:120px 0 80px;

}

.about-hero-wrapper{

gap:50px;

}

.about-hero-content{

text-align:center;

}

.about-hero-content h1{

font-size:38px;

line-height:1.2;

}

.about-hero-content p{

font-size:16px;

}

.hero-buttons{

justify-content:center;

}

.hero-buttons a{

width:100%;

}

.dashboard-body{

grid-template-columns:1fr;

}

.story-wrapper{

gap:50px;

}

.story-content{

text-align:center;

}

.story-content h2{

font-size:34px;

}

.story-features{

grid-template-columns:1fr;

}

.story-image::after{

display:none;

}

.section-heading{

margin-bottom:50px;

}

.section-heading h2{

font-size:34px;

}

.section-heading p{

font-size:15px;

}

.mission-card{

padding:35px;

}

.why-card{

padding:30px;

}

.timeline-item{

padding:30px;

}

.timeline-item h3{

font-size:24px;

}

}

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

@media(max-width:480px){

.about-hero{

padding:100px 0 70px;

}

.about-hero-content h1{

font-size:32px;

}

.hero-badge{

font-size:11px;

padding:0 16px;

height:40px;

}

.btn-primary,

.btn-secondary{

height:54px;

padding:0 28px;

}

.dashboard-card{

padding:22px;

}

.dashboard-card strong{

font-size:30px;

}

.story-content h2{

font-size:30px;

}

.section-heading h2{

font-size:30px;

}

.mission-card h3,

.why-card h3{

font-size:24px;

}

.timeline-number{

width:60px;

height:60px;

font-size:20px;

}

.timeline-item h3{

font-size:22px;

}

}

/*==================================================
FINAL POLISH
==================================================*/

.about-hero,
.company-story,
.mission-section,
.about-why,
.about-process{

overflow:hidden;

}

.about-hero img,
.company-story img{

max-width:100%;

height:auto;

display:block;

}

.timeline-item,
.why-card,
.mission-card,
.dashboard-card,
.feature-item{

will-change:transform;

}

.about-hero *{

position:relative;

z-index:2;

}