/* ==========================================
   GOOGLE RESET
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:"Poppins",sans-serif;

    background:#0F172A;

    color:#F8FAFC;

    overflow-x:hidden;

}

a{

    text-decoration:none;

    color:inherit;

}

img{

    display:block;

    max-width:100%;

}

ul{

    list-style:none;

}

/* ==========================================
   GLOBAL
========================================== */

.project-section{

    padding:120px 50px;

}

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading span{

    color:#38BDF8;

    letter-spacing:2px;

    font-size:.85rem;

    font-weight:600;

}

.section-heading h2{

    margin-top:18px;

    font-size:2.8rem;

}

/* ==========================================
   BUTTONS
========================================== */

.primary-btn,
.secondary-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 30px;

    border-radius:12px;

    font-weight:600;

    transition:.35s cubic-bezier(.2,.8,.2,1);

}

.primary-btn{

    background:#2563EB;

}

.primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(37,99,235,.35);

}

.secondary-btn{

    border:2px solid #2563EB;

}

.secondary-btn:hover{

    background:#2563EB;

    transform:translateY(-5px);

}

/* ==========================================
   HEADER
========================================== */

.project-header{

    position:sticky;

    top:0;

    z-index:1000;

    backdrop-filter:blur(18px);

    background:rgba(15,23,42,.92);

    border-bottom:1px solid rgba(255,255,255,.08);

}

.project-navbar{

    max-width:1300px;

    height:85px;

    margin:auto;

    padding:0 40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.back-home{

    font-weight:600;

    transition:.3s;

}

.back-home:hover{

    color:#38BDF8;

}

/* ==========================================
   HERO
========================================== */

.project-hero{

    min-height:90vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:80px 40px;

}

.project-hero-content{

    max-width:900px;

}

.project-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:#1E293B;

    border:1px solid rgba(255,255,255,.08);

    color:#38BDF8;

    margin-bottom:30px;

}

.project-hero h1{

    font-size:4rem;

    line-height:1.15;

    margin-bottom:30px;

}

.project-hero p{

    max-width:760px;

    margin:auto;

    color:#CBD5E1;

    font-size:1.15rem;

    line-height:1.9;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

/* ==========================================
   OVERVIEW
========================================== */

.overview-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.overview-card{

    background:rgba(30,41,59,.72);

    backdrop-filter:blur(18px);

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    padding:40px;

    transition:.35s;

}

.overview-card:hover{

    transform:translateY(-10px);

    border-color:#38BDF8;

}

.overview-card h3{

    margin-bottom:20px;

    font-size:1.5rem;

}

.overview-card p{

    color:#94A3B8;

    line-height:1.8;

}

/* ==========================================
   FEATURES
========================================== */

.feature-grid{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.feature-card{

    background:rgba(30,41,59,.72);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:35px;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    border-color:#38BDF8;

    box-shadow:0 20px 45px rgba(37,99,235,.20);

}

.feature-card h3{

    margin-bottom:15px;

}

.feature-card p{

    color:#94A3B8;

    line-height:1.8;

}

/* ==========================================
   GOOGLE RESET
========================================== */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{

    font-family:"Poppins",sans-serif;

    background:#0F172A;

    color:#F8FAFC;

    overflow-x:hidden;

}

a{

    text-decoration:none;

    color:inherit;

}

img{

    display:block;

    max-width:100%;

}

ul{

    list-style:none;

}

/* ==========================================
   GLOBAL
========================================== */

.project-section{

    padding:120px 50px;

}

.section-heading{

    text-align:center;

    margin-bottom:70px;

}

.section-heading span{

    color:#38BDF8;

    letter-spacing:2px;

    font-size:.85rem;

    font-weight:600;

}

.section-heading h2{

    margin-top:18px;

    font-size:2.8rem;

}

/* ==========================================
   BUTTONS
========================================== */

.primary-btn,
.secondary-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:15px 30px;

    border-radius:12px;

    font-weight:600;

    transition:.35s cubic-bezier(.2,.8,.2,1);

}

.primary-btn{

    background:#2563EB;

}

.primary-btn:hover{

    transform:translateY(-5px);

    box-shadow:0 18px 40px rgba(37,99,235,.35);

}

.secondary-btn{

    border:2px solid #2563EB;

}

.secondary-btn:hover{

    background:#2563EB;

    transform:translateY(-5px);

}

/* ==========================================
   HEADER
========================================== */

.project-header{

    position:sticky;

    top:0;

    z-index:1000;

    backdrop-filter:blur(18px);

    background:rgba(15,23,42,.92);

    border-bottom:1px solid rgba(255,255,255,.08);

}

.project-navbar{

    max-width:1300px;

    height:85px;

    margin:auto;

    padding:0 40px;

    display:flex;

    justify-content:space-between;

    align-items:center;

}

.back-home{

    font-weight:600;

    transition:.3s;

}

.back-home:hover{

    color:#38BDF8;

}

/* ==========================================
   HERO
========================================== */

.project-hero{

    min-height:90vh;

    display:flex;

    justify-content:center;

    align-items:center;

    text-align:center;

    padding:80px 40px;

}

.project-hero-content{

    max-width:900px;

}

.project-badge{

    display:inline-block;

    padding:10px 20px;

    border-radius:999px;

    background:#1E293B;

    border:1px solid rgba(255,255,255,.08);

    color:#38BDF8;

    margin-bottom:30px;

}

.project-hero h1{

    font-size:4rem;

    line-height:1.15;

    margin-bottom:30px;

}

.project-hero p{

    max-width:760px;

    margin:auto;

    color:#CBD5E1;

    font-size:1.15rem;

    line-height:1.9;

}

.hero-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

    flex-wrap:wrap;

}

/* ==========================================
   OVERVIEW
========================================== */

.overview-grid{

    max-width:1200px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:30px;

}

.overview-card{

    background:rgba(30,41,59,.72);

    backdrop-filter:blur(18px);

    border-radius:24px;

    border:1px solid rgba(255,255,255,.08);

    padding:40px;

    transition:.35s;

}

.overview-card:hover{

    transform:translateY(-10px);

    border-color:#38BDF8;

}

.overview-card h3{

    margin-bottom:20px;

    font-size:1.5rem;

}

.overview-card p{

    color:#94A3B8;

    line-height:1.8;

}

/* ==========================================
   FEATURES
========================================== */

.feature-grid{

    max-width:1300px;

    margin:auto;

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:30px;

}

.feature-card{

    background:rgba(30,41,59,.72);

    backdrop-filter:blur(18px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:22px;

    padding:35px;

    transition:.35s;

}

.feature-card:hover{

    transform:translateY(-10px);

    border-color:#38BDF8;

    box-shadow:0 20px 45px rgba(37,99,235,.20);

}

.feature-card h3{

    margin-bottom:15px;

}

.feature-card p{

    color:#94A3B8;

    line-height:1.8;

}

/* ==========================================
   FOOTER
========================================== */

.project-footer{

    padding:60px 40px;

    border-top:1px solid rgba(255,255,255,.08);

    text-align:center;

}

.project-footer p{

    color:#94A3B8;

    margin-top:12px;

}

/* ==========================================
   BACKGROUND BLUR
========================================== */

.background-blur{

    position:fixed;

    border-radius:50%;

    filter:blur(140px);

    opacity:.12;

    z-index:-1;

}

.blur-one{

    width:380px;

    height:380px;

    background:#2563EB;

    top:-120px;

    left:-120px;

}

.blur-two{

    width:420px;

    height:420px;

    background:#38BDF8;

    right:-120px;

    bottom:-120px;

}

/* ==========================================
   SCROLLBAR
========================================== */

::-webkit-scrollbar{

    width:10px;

}

::-webkit-scrollbar-track{

    background:#0F172A;

}

::-webkit-scrollbar-thumb{

    background:#2563EB;

    border-radius:20px;

}

::-webkit-scrollbar-thumb:hover{

    background:#38BDF8;

}

/* ==========================================
   SCROLL REVEAL
========================================== */

.reveal{

    opacity:0;

    transform:translateY(40px);

    transition:.8s cubic-bezier(.2,.8,.2,1);

}

.reveal.show{

    opacity:1;

    transform:translateY(0);

}

/* ==========================================
   FLOAT
========================================== */

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-12px);

    }

    100%{

        transform:translateY(0);

    }

}

/* ==========================================
   RESPONSIVE
========================================== */

@media(max-width:992px){

    .project-hero h1{

        font-size:3rem;

    }

    .overview-grid{

        grid-template-columns:1fr;

    }

    .feature-grid{

        grid-template-columns:1fr;

    }

    .workflow{

        grid-template-columns:1fr;

    }

    .results-grid{

        grid-template-columns:1fr;

    }

    .gallery-grid{

        grid-template-columns:1fr;

    }

    .tech-grid{

        grid-template-columns:repeat(2,1fr);

    }

}

@media(max-width:576px){

    .project-navbar{

        padding:0 20px;

    }

    .project-section{

        padding:90px 25px;

    }

    .project-hero{

        padding:80px 25px;

    }

    .project-hero h1{

        font-size:2.3rem;

    }

    .project-hero p{

        font-size:1rem;

    }

    .hero-buttons{

        flex-direction:column;

        align-items:center;

    }

    .hero-buttons a{

        width:230px;

    }

    .tech-grid{

        grid-template-columns:1fr;

    }

}

/*=========================================
    WORKFLOW
=========================================*/

.workflow{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:25px;
}

.workflow-item{
    position:relative;
    background:rgba(30,41,59,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    transition:.35s cubic-bezier(.2,.8,.2,1);
    overflow:hidden;
}

.workflow-item:hover{
    transform:translateY(-10px);
    border-color:#38BDF8;
    box-shadow:0 20px 45px rgba(37,99,235,.22);
}

.workflow-number{
    width:55px;
    height:55px;
    margin:0 auto 22px;
    border-radius:50%;
    background:#2563EB;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:1.2rem;
    font-weight:700;
}

.workflow-item h3{
    margin-bottom:14px;
}

.workflow-item p{
    color:#94A3B8;
    line-height:1.8;
}


/*=========================================
    TECH STACK
=========================================*/

.tech-grid{
    max-width:1100px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.tech-card{
    background:rgba(30,41,59,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    padding:30px;
    text-align:center;
    font-size:1.1rem;
    font-weight:600;
    transition:.35s cubic-bezier(.2,.8,.2,1);
}

.tech-card:hover{
    transform:translateY(-8px);
    border-color:#38BDF8;
    box-shadow:0 18px 40px rgba(37,99,235,.22);
}


/*=========================================
    GALLERY
=========================================*/

.gallery-grid{
    max-width:1300px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.gallery-card{
    aspect-ratio:16/10;
    background:rgba(30,41,59,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#94A3B8;
    font-weight:600;
    transition:.35s cubic-bezier(.2,.8,.2,1);
}

.gallery-card:hover{
    transform:translateY(-10px);
    border-color:#38BDF8;
    box-shadow:0 22px 50px rgba(37,99,235,.22);
}


/*=========================================
    RESULTS
=========================================*/

.results-grid{
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.result-card{
    background:rgba(30,41,59,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px;
    transition:.35s cubic-bezier(.2,.8,.2,1);
}

.result-card:hover{
    transform:translateY(-10px);
    border-color:#38BDF8;
    box-shadow:0 20px 45px rgba(37,99,235,.22);
}

.result-card h3{
    margin-bottom:16px;
}

.result-card p{
    color:#94A3B8;
    line-height:1.8;
}


/*=========================================
    CTA
=========================================*/

.project-cta{
    max-width:950px;
    margin:120px auto;
    padding:70px 50px;
    text-align:center;
    background:rgba(30,41,59,.72);
    backdrop-filter:blur(18px);
    border:1px solid rgba(255,255,255,.08);
    border-radius:30px;
    transition:.35s cubic-bezier(.2,.8,.2,1);
}

.project-cta:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 60px rgba(37,99,235,.20);
}

.project-cta h2{
    font-size:2.6rem;
    margin-bottom:20px;
}

.project-cta p{
    color:#94A3B8;
    max-width:650px;
    margin:0 auto 40px;
    line-height:1.8;
}

/*=========================================
    RESPONSIVE
=========================================*/

@media (max-width:1100px){

    .workflow{
        grid-template-columns:repeat(2,1fr);
    }

    .tech-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .gallery-grid{
        grid-template-columns:1fr;
    }

    .results-grid{
        grid-template-columns:1fr;
    }

}

@media (max-width:768px){

    .project-navbar{
        flex-direction:column;
        gap:20px;
        padding:25px;
    }

    .project-hero{
        padding:100px 25px 70px;
    }

    .project-hero h1{
        font-size:2.5rem;
    }

    .hero-buttons{
        flex-direction:column;
        align-items:center;
    }

    .hero-buttons a{
        width:240px;
        text-align:center;
    }

    .project-section{
        padding:80px 25px;
    }

    .overview-grid{
        grid-template-columns:1fr;
    }

    .feature-grid{
        grid-template-columns:1fr;
    }

    .workflow{
        grid-template-columns:1fr;
    }

    .tech-grid{
        grid-template-columns:1fr;
    }

    .project-cta{
        margin:80px 25px;
        padding:60px 30px;
    }

    .project-cta h2{
        font-size:2rem;
    }

}

@media (max-width:480px){

    .project-hero h1{
        font-size:2rem;
    }

    .section-heading h2{
        font-size:2rem;
    }

    .project-cta h2{
        font-size:1.7rem;
    }

}

/*==========================
        FOOTER
==========================*/

.footer{

    padding:60px 40px;

}

.footer-container{

    max-width:1200px;

    margin:auto;

    text-align:center;

    border-top:1px solid rgba(255,255,255,.08);

    padding-top:40px;

}

.footer h3{

    margin-bottom:15px;

}

.footer p{

    color:#94A3B8;

}

.footer-links{

    display:flex;

    justify-content:center;

    flex-wrap:wrap;

    gap:25px;

    margin:30px 0;

}

.footer-links a{

    transition:.3s;

}

.footer-links a:hover{

    color:#38BDF8;

}

.copyright{

    font-size:.9rem;

}

/*==========================
      DISABLED BUTTON
==========================*/

.disabled-link{

    opacity:.75;

    cursor:not-allowed;

}

.disabled-link:hover{

    transform:none !important;

    box-shadow:none !important;

}