/*======================================
        PROJECTS PAGE
=======================================*/


.projects-hero {

    padding: 180px 0 100px;

}


.projects-intro {

    max-width: 900px;

}


.projects-intro h1 {

    margin: 30px 0;

    font-size: 82px;

    line-height: 1.05;

    letter-spacing: -3px;

    font-family: 'Sora', sans-serif;

    color: #fff;

}


.projects-intro h1 span {

    display: block;

    color: #7C3AED;

}


.projects-intro p {

    max-width: 650px;

    font-size: 20px;

    line-height: 1.8;

    color: #98A2B3;

}



/*======================================
        PROJECT SECTIONS
=======================================*/


.project {

    padding: 100px 0;

}


.project-alt {

    padding-top: 150px;

}


.project-card {

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    gap: 90px;

}



/*======================================
        FEATURED PROJECT
=======================================*/


.project-featured {

    padding-top: 70px;

}


.project-featured .project-card {

    padding: 70px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 36px;

    background: rgba(255,255,255,.025);

    backdrop-filter: blur(20px);

    position: relative;

    overflow: hidden;

}


.project-featured .project-card::before {

    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    background: #7C3AED;

    filter: blur(160px);

    opacity: .10;

    top: -190px;

    right: -100px;

    pointer-events: none;

}



/*======================================
        PROJECT CONTENT
=======================================*/


.project-content {

    position: relative;

    z-index: 2;

}


.project-number {

    font-family: 'Sora', sans-serif;

    font-size: 16px;

    font-weight: 700;

    color: #7C3AED;

    letter-spacing: 2px;

    margin-bottom: 25px;

}


.project-category {

    display: inline-block;

    color: #94A3B8;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 18px;

}


.project-content h2 {

    margin: 0 0 18px;

    font-family: 'Sora', sans-serif;

    font-size: 48px;

    line-height: 1.1;

    letter-spacing: -1.5px;

    color: #fff;

}


.project-content h3 {

    margin: 0 0 25px;

    font-size: 24px;

    line-height: 1.4;

    font-weight: 500;

    color: #E5E7EB;

}


.project-content p {

    max-width: 580px;

    margin-bottom: 20px;

    font-size: 17px;

    line-height: 1.9;

    color: #98A2B3;

}



/*======================================
        PROJECT TAGS
=======================================*/


.project-tags {

    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin: 30px 0;

}


.project-tags span {

    padding: 9px 15px;

    border: 1px solid rgba(255,255,255,.09);

    border-radius: 50px;

    background: rgba(255,255,255,.035);

    color: #CBD5E1;

    font-size: 12px;

    font-weight: 600;

    transition: .3s ease;

}


.project-tags span:hover {

    border-color: rgba(124,58,237,.7);

    background: rgba(124,58,237,.08);

    color: #fff;

    transform: translateY(-2px);

}



/*======================================
        PROJECT RESULTS
=======================================*/


.project-results {

    display: flex;

    gap: 35px;

    margin: 35px 0;

    padding-top: 28px;

    border-top: 1px solid rgba(255,255,255,.08);

}


.project-results div {

    display: flex;

    flex-direction: column;

    gap: 5px;

}


.project-results strong {

    font-family: 'Sora', sans-serif;

    font-size: 30px;

    color: #fff;

}


.project-results span {

    color: #94A3B8;

    font-size: 12px;

}



/*======================================
        PROJECT LINK
=======================================*/


.project-link {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #fff;

    text-decoration: none;

    font-weight: 700;

    font-size: 14px;

    margin-top: 10px;

    transition: .3s ease;

}


.project-link span {

    color: #7C3AED;

    font-size: 18px;

    transition: .3s ease;

}


.project-link:hover {

    color: #7C3AED;

}


.project-link:hover span {

    transform: translate(4px,-4px);

}



/*======================================
        VERSA VISUAL
=======================================*/


.versa-visual {

    min-height: 570px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}


.visual-glow {

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: #7C3AED;

    filter: blur(130px);

    opacity: .16;

    animation: pulseGlow 5s ease-in-out infinite;

}


@keyframes pulseGlow {

    0%,
    100% {

        transform: scale(.95);

        opacity: .12;

    }

    50% {

        transform: scale(1.1);

        opacity: .20;

    }

}



/*======================================
        REAL WEBSITE SCREENSHOT
=======================================*/


.real-browser {

    width: 500px;

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,.13);

    background: #101017;

    box-shadow:

        0 35px 90px rgba(0,0,0,.55);

    position: relative;

    z-index: 2;

    overflow: hidden;

    transform:

        perspective(1200px)

        rotateY(-6deg)

        rotateX(2deg);

    transition: .6s ease;

}


.real-browser:hover {

    transform:

        perspective(1200px)

        rotateY(0deg)

        rotateX(0deg)

        translateY(-10px);

    box-shadow:

        0 45px 100px rgba(0,0,0,.65);

}


.browser-top {

    height: 38px;

    display: flex;

    align-items: center;

    gap: 7px;

    padding: 0 14px;

    background: #111118;

    border-bottom: 1px solid rgba(255,255,255,.08);

}


.browser-top span {

    width: 8px;

    height: 8px;

    border-radius: 50%;

    background: rgba(255,255,255,.28);

}


.image-wrapper {

    width: 100%;

    height: 300px;

    overflow: hidden;

}


.image-wrapper img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    object-position: top;

    transition: transform .7s ease;

}


.real-browser:hover .image-wrapper img {

    transform: scale(1.035);

}



/*======================================
        VERSA BLOG PREVIEW
=======================================*/


.versa-blog-preview {

    position: absolute;

    width: 250px;

    border-radius: 17px;

    overflow: hidden;

    background: #101017;

    border: 1px solid rgba(255,255,255,.12);

    box-shadow:

        0 25px 65px rgba(0,0,0,.55);

    right: -20px;

    bottom: 25px;

    z-index: 4;

    transform: rotate(5deg);

    transition: .5s ease;

    animation: blogFloat 6s ease-in-out infinite;

}


.versa-blog-preview:hover {

    transform:

        rotate(0deg)

        translateY(-8px);

}


.versa-blog-preview img {

    display: block;

    width: 100%;

    height: 150px;

    object-fit: cover;

    object-position: top;

}


@keyframes blogFloat {

    0%,
    100% {

        transform: rotate(5deg) translateY(0);

    }

    50% {

        transform: rotate(5deg) translateY(-8px);

    }

}



/*======================================
        FLOATING SKILL CHIPS
=======================================*/


.floating-chip {

    position: absolute;

    z-index: 5;

    padding: 11px 18px;

    border-radius: 50px;

    background: rgba(20,20,30,.88);

    border: 1px solid rgba(255,255,255,.1);

    backdrop-filter: blur(12px);

    color: #E5E7EB;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1px;

    box-shadow:

        0 15px 40px rgba(0,0,0,.35);

    animation: floatChip 5s ease-in-out infinite;

}


.chip-one {

    top: 70px;

    left: 0;

}


.chip-two {

    right: -5px;

    top: 155px;

    animation-delay: 1s;

}


.chip-three {

    bottom: 55px;

    left: 30px;

    animation-delay: 2s;

}


@keyframes floatChip {

    0%,
    100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-10px);

    }

}



/*======================================
        CLIENT SHOWCASE
=======================================*/


.client-showcase {

    min-height: 450px;

    position: relative;

    padding: 40px;

    border-radius: 30px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.025);

    backdrop-filter: blur(15px);

    overflow: hidden;

}


.showcase-label {

    color: #7C3AED;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 25px;

}


.client-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    position: relative;

    z-index: 2;

}


.client-card {

    min-height: 100px;

    padding: 18px;

    display: flex;

    flex-direction: column;

    justify-content: space-between;

    text-decoration: none;

    border: 1px solid rgba(255,255,255,.07);

    border-radius: 17px;

    background: rgba(255,255,255,.025);

    transition: .35s ease;

}


.client-card:hover {

    transform: translateY(-5px);

    border-color: rgba(124,58,237,.6);

    background: rgba(124,58,237,.06);

}


.client-card span {

    font-size: 10px;

    color: #7C3AED;

}


.client-card strong {

    margin-top: 12px;

    color: #fff;

    font-size: 14px;

}


.client-card small {

    margin-top: 5px;

    color: #7F8A9A;

    font-size: 10px;

}


.showcase-orbit {

    position: absolute;

    width: 250px;

    height: 250px;

    border: 1px solid rgba(124,58,237,.12);

    border-radius: 50%;

    right: -100px;

    bottom: -100px;

}


.orbit-dot {

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #7C3AED;

    position: absolute;

    top: 35px;

    left: 35px;

    box-shadow: 0 0 25px #7C3AED;

}



/*======================================
        FASHION VISUAL
=======================================*/


.fashion-visual {

    min-height: 500px;

    padding: 35px;

    border-radius: 30px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.025);

    position: relative;

    overflow: hidden;

}


.fashion-header {

    display: flex;

    justify-content: space-between;

    color: #7F8A9A;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2px;

}


.fashion-websites {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 20px;

    margin-top: 55px;

}


.fashion-site {

    display: block;

    width: 220px;

    height: 320px;

    border-radius: 16px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,.1);

    background: #101017;

    box-shadow:

        0 25px 60px rgba(0,0,0,.4);

    text-decoration: none;

    position: relative;

    transform: rotate(-5deg);

    transition: .5s ease;

}


.cover-site {

    transform: rotate(5deg);

}


.fashion-site:hover {

    transform:

        rotate(0deg)

        translateY(-10px)

        scale(1.02);

    z-index: 4;

}


.site-label {

    height: 42px;

    display: flex;

    align-items: center;

    padding: 0 13px;

    background: #fff;

    color: #111;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

}


.site-image {

    height: calc(100% - 42px);

    overflow: hidden;

    position: relative;

}


.site-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: top;

    display: block;

    transition: transform .7s ease;

}


.fashion-site:hover .site-image img {

    transform: scale(1.06);

}


.site-overlay {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 13px;

    background: rgba(0,0,0,.75);

    color: #fff;

    font-size: 11px;

    font-weight: 700;

    text-align: center;

    opacity: 0;

    transform: translateY(10px);

    transition: .35s ease;

}


.fashion-site:hover .site-overlay {

    opacity: 1;

    transform: translateY(0);

}


.fashion-badge {

    position: absolute;

    right: 30px;

    bottom: 30px;

    padding: 12px 18px;

    border-radius: 50px;

    background: #7C3AED;

    color: #fff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    box-shadow:

        0 15px 40px rgba(124,58,237,.3);

}



/*======================================
        WEBSITE LINKS
=======================================*/


.website-links {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 30px;

}


.website-links a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 12px 18px;

    border: 1px solid rgba(255,255,255,.08);

    border-radius: 50px;

    color: #E5E7EB;

    text-decoration: none;

    font-size: 12px;

    font-weight: 600;

    background: rgba(255,255,255,.025);

    transition: .3s ease;

}


.website-links a span {

    color: #7C3AED;

}


.website-links a:hover {

    border-color: #7C3AED;

    transform: translateY(-3px);

}



/*======================================
        AMAZON VISUAL
=======================================*/


.amazon-visual {

    min-height: 480px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: relative;

}


.amazon-visual::before {

    content: "";

    position: absolute;

    width: 330px;

    height: 330px;

    border-radius: 50%;

    background: #06B6D4;

    filter: blur(140px);

    opacity: .10;

}


.amazon-card {

    width: 420px;

    border-radius: 25px;

    padding: 28px;

    border: 1px solid rgba(255,255,255,.1);

    background: rgba(15,15,23,.9);

    backdrop-filter: blur(20px);

    box-shadow:

        0 30px 80px rgba(0,0,0,.5);

    position: relative;

    z-index: 2;

    transform: rotate(2deg);

    transition: .5s ease;

}


.amazon-card:hover {

    transform:

        rotate(0deg)

        translateY(-8px);

}


.amazon-top {

    display: flex;

    justify-content: space-between;

    color: #7F8A9A;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.5px;

    margin-bottom: 30px;

}


.amazon-main {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 20px 0;

}


.amazon-icon {

    width: 75px;

    height: 75px;

    border-radius: 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #7C3AED;

    color: #fff;

    font-family: 'Sora', sans-serif;

    font-size: 34px;

    font-weight: 800;

    box-shadow:

        0 15px 35px rgba(124,58,237,.25);

}


.amazon-title {

    display: block;

    color: #7F8A9A;

    font-size: 9px;

    letter-spacing: 1.5px;

    margin-bottom: 8px;

}


.amazon-main strong {

    color: #fff;

    font-family: 'Sora', sans-serif;

    font-size: 22px;

}


.amazon-lines {

    display: flex;

    flex-direction: column;

    gap: 10px;

    margin: 20px 0;

}


.amazon-lines span {

    height: 7px;

    border-radius: 10px;

    background: rgba(255,255,255,.09);

}


.amazon-lines span:nth-child(1) {

    width: 90%;

}


.amazon-lines span:nth-child(2) {

    width: 70%;

}


.amazon-lines span:nth-child(3) {

    width: 50%;

}



/*======================================
        PRODUCT METRICS
=======================================*/


.product-metrics {

    display: grid;

    grid-template-columns: repeat(3,1fr);

    gap: 10px;

    margin-top: 20px;

    padding-top: 20px;

    border-top: 1px solid rgba(255,255,255,.07);

}


.product-metrics div {

    display: flex;

    flex-direction: column;

    gap: 5px;

}


.product-metrics small {

    color: #7F8A9A;

    font-size: 9px;

}


.product-metrics strong {

    color: #7C3AED;

    font-size: 18px;

}



/*======================================
        MARKETPLACE STATS
=======================================*/


.marketplace-stats {

    display: flex;

    gap: 15px;

    margin-top: 30px;

}


.marketplace-stats div {

    flex: 1;

    padding: 18px;

    border-radius: 15px;

    border: 1px solid rgba(255,255,255,.07);

    background: rgba(255,255,255,.025);

    transition: .3s ease;

}


.marketplace-stats div:hover {

    transform: translateY(-4px);

    border-color: rgba(124,58,237,.5);

}


.marketplace-stats span {

    display: block;

    margin-bottom: 7px;

    color: #7F8A9A;

    font-size: 10px;

}


.marketplace-stats strong {

    color: #fff;

    font-size: 13px;

}



/*======================================
        PROJECTS CTA
=======================================*/


.projects-cta {

    padding: 170px 0;

}


.cta-box {

    max-width: 1000px;

    margin: auto;

    padding: 90px 60px;

    text-align: center;

    border-radius: 35px;

    border: 1px solid rgba(255,255,255,.08);

    background: rgba(255,255,255,.025);

    position: relative;

    overflow: hidden;

}


.cta-box::before {

    content: "";

    position: absolute;

    width: 300px;

    height: 300px;

    background: #7C3AED;

    filter: blur(150px);

    opacity: .12;

    top: -150px;

    left: 50%;

    transform: translateX(-50%);

}


.cta-box .section-tag {

    position: relative;

    z-index: 2;

}


.cta-box h2 {

    position: relative;

    z-index: 2;

    margin: 25px auto;

    max-width: 750px;

    font-family: 'Sora', sans-serif;

    font-size: 62px;

    line-height: 1.1;

    letter-spacing: -2px;

    color: #fff;

}


.cta-box h2 span {

    color: #7C3AED;

}


.cta-box p {

    position: relative;

    z-index: 2;

    max-width: 600px;

    margin: 0 auto 35px;

    color: #98A2B3;

    font-size: 18px;

    line-height: 1.8;

}


.cta-box .primary-btn {

    position: relative;

    z-index: 2;

    display: inline-flex;

}



/*======================================
        FOOTER
=======================================*/


.site-footer {

    padding: 70px 0 25px;

    border-top: 1px solid rgba(255,255,255,.07);

}


.footer-main {

    display: grid;

    grid-template-columns: 1.5fr 1fr .7fr;

    gap: 60px;

    padding-bottom: 50px;

}


.footer-logo {

    color: #fff;

    font-family: 'Sora', sans-serif;

    font-size: 25px;

    font-weight: 800;

    text-decoration: none;

}


.footer-logo span {

    color: #7C3AED;

}


.footer-brand p {

    max-width: 430px;

    margin-top: 18px;

    color: #98A2B3;

    font-size: 15px;

    line-height: 1.8;

}


.footer-links,
.footer-social {

    display: flex;

    flex-direction: column;

    gap: 14px;

}


.footer-links a,
.footer-social a {

    color: #98A2B3;

    text-decoration: none;

    font-size: 14px;

    transition: .3s ease;

}


.footer-links a:hover,
.footer-social a:hover {

    color: #7C3AED;

    transform: translateX(4px);

}


.footer-bottom {

    display: flex;

    justify-content: space-between;

    gap: 20px;

    padding-top: 25px;

    border-top: 1px solid rgba(255,255,255,.06);

    color: #667085;

    font-size: 12px;

}



/*======================================
        RESPONSIVE
=======================================*/


@media(max-width:1100px) {


    .projects-intro h1 {

        font-size: 68px;

    }


    .project-card {

        grid-template-columns: 1fr;

        gap: 70px;

    }


    .versa-visual,
    .amazon-visual,
    .fashion-visual {

        order: 2;

    }


    .project-content {

        order: 1;

    }


    .project-featured .project-card {

        padding: 50px;

    }


    .real-browser {

        width: 560px;

        max-width: 100%;

    }


    .footer-main {

        grid-template-columns: 1fr 1fr;

    }

}



@media(max-width:768px) {


    .projects-hero {

        padding: 150px 0 70px;

    }


    .projects-intro h1 {

        font-size: 50px;

        letter-spacing: -2px;

    }


    .projects-intro p {

        font-size: 17px;

    }


    .project {

        padding: 70px 0;

    }


    .project-alt {

        padding-top: 90px;

    }


    .project-featured .project-card {

        padding: 30px;

        border-radius: 25px;

    }


    .project-content h2 {

        font-size: 38px;

    }


    .project-content h3 {

        font-size: 20px;

    }


    .project-content p {

        font-size: 16px;

    }


    .project-results {

        gap: 20px;

        flex-wrap: wrap;

    }


    .project-results strong {

        font-size: 25px;

    }


    /* Versa */


    .versa-visual {

        min-height: 430px;

    }


    .real-browser {

        width: 100%;

        max-width: 470px;

    }


    .image-wrapper {

        height: 270px;

    }


    .versa-blog-preview {

        width: 190px;

        right: -5px;

        bottom: 10px;

    }


    .versa-blog-preview img {

        height: 115px;

    }


    .chip-one {

        left: 0;

    }


    .chip-two {

        right: 0;

    }


    .chip-three {

        left: 20px;

    }


    /* Clients */


    .client-showcase {

        padding: 25px;

    }


    .client-grid {

        grid-template-columns: 1fr;

    }


    /* Fashion */


    .fashion-visual {

        min-height: 440px;

        padding: 25px 15px;

    }


    .fashion-websites {

        gap: 10px;

    }


    .fashion-site {

        width: 47%;

        height: 280px;

    }


    .site-label {

        font-size: 8px;

    }


    /* Amazon */


    .amazon-card {

        width: 100%;

        max-width: 390px;

    }


    .marketplace-stats {

        flex-direction: column;

    }


    /* CTA */


    .cta-box {

        padding: 65px 25px;

        border-radius: 25px;

    }


    .cta-box h2 {

        font-size: 42px;

    }


    .cta-box p {

        font-size: 16px;

    }


    /* Footer */


    .footer-main {

        grid-template-columns: 1fr;

        gap: 35px;

    }


    .footer-bottom {

        flex-direction: column;

        gap: 10px;

    }

}



@media(max-width:480px) {


    .projects-intro h1 {

        font-size: 42px;

    }


    .project-content h2 {

        font-size: 34px;

    }


    .project-tags {

        gap: 7px;

    }


    .project-tags span {

        padding: 8px 12px;

        font-size: 10px;

    }


    .project-results {

        display: grid;

        grid-template-columns: 1fr 1fr;

    }


    /* Versa */


    .versa-visual {

        min-height: 360px;

    }


    .real-browser {

        width: 100%;

        transform:

            perspective(1000px)

            rotateY(-3deg);

    }


    .image-wrapper {

        height: 205px;

    }


    .versa-blog-preview {

        width: 145px;

        right: -8px;

        bottom: 5px;

    }


    .versa-blog-preview img {

        height: 90px;

    }


    .floating-chip {

        font-size: 9px;

        padding: 9px 12px;

    }


    .chip-one {

        top: 25px;

    }


    .chip-two {

        top: 110px;

    }


    .chip-three {

        bottom: 25px;

    }


    /* Fashion */


    .fashion-websites {

        margin-top: 40px;

    }


    .fashion-site {

        height: 220px;

    }


    .site-label {

        height: 34px;

        font-size: 7px;

    }


    /* Amazon */


    .amazon-main {

        gap: 14px;

    }


    .amazon-icon {

        width: 60px;

        height: 60px;

        font-size: 27px;

    }


    .amazon-main strong {

        font-size: 18px;

    }


    /* CTA */


    .cta-box h2 {

        font-size: 36px;

    }


    /* Footer */


    .site-footer {

        padding-top: 50px;

    }

}