*,
*:before,
*:after {
    box-sizing: border-box;
}





/* @font-face{
  font-family:"Manrope";
  src:url("../css/fonts/Manrope-ExtraLight.woff2") format("woff2"),
      url("../css/fonts/Manrope-ExtraLight.woff") format("woff");
  font-weight:200;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Manrope";
  src:url("../css/fonts/Manrope-Light.woff2") format("woff2"),
      url("../css/fonts/Manrope-Light.woff") format("woff");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Manrope";
  src:url("../css/fonts/Manrope-Medium.woff2") format("woff2"),
      url("../css/fonts/Manrope-Medium.woff") format("woff");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}

@font-face{
  font-family:"Manrope";
  src:url("../css/fonts/Manrope-SemiBold.woff2") format("woff2"),
      url("../css/fonts/Manrope-SemiBold.woff") format("woff");
  font-weight:600;
  font-style:normal;
  font-display:swap;
} */







body {
    margin: 0;
    padding: 0;
    background-color: #000000;
    text-align: left;
    font-family: "Manrope", sans-serif;
    font-weight: 100;
}

html {
    scroll-behavior: smooth;
    color: white;
}

.pointer {
    cursor: pointer;
    display: inline-block;
    transition: transform 0.3s ease;
}

.pointer:hover {
    transform: scale(1.1);
    color: #FFFF00;
}

main {
    padding-top: 0;
}








/* ===================== HEADER ===================== */
header {
    width: 100%;
    height: 8rem;
    position: fixed;
    top: 0;
    z-index: 10;
    color: aliceblue;
    font-family: "Manrope", sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.navigation span {
    position: relative;
}

header {
    transition: background-color 0.3s ease;
    background-color: transparent;
}

header.scrolled {
    background-color: rgb(0, 0, 0);
}

.home-icon {
    width: 23px;
    height: auto;
    cursor: pointer;
    margin-top: 19px;
}

.home-icon:hover {
    content: url("../assets/images/home.png");
}

.header-container {
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-container>div {
    margin: 2rem 0;
    height: 4rem;
    line-height: 4rem;
}

.click-home,
.navigation span {
    cursor: pointer;
}

.navigation {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
}


/* ===================== HOME PAGE ===================== */
.home-page {
    background-color: #000000;
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
}

.banner {
    width: 100%;
    height: 100vh;
    /* full viewport height */
    min-height: 100svh;
    /* mobile safe viewport */
    /* background-image: url(../assets/images/bannerbg.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; */
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0rem;
    /* space for fixed header */
    position: relative;
}

.hero-page {
    height: 40rem;
    width: 100%;
    max-width: 60rem;
    background-color: #1d1d1d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

/* ===================== BANNER ===================== */



/* ===== Banner layout updated ===== */
.banner-container {
    width: 100%;
    text-align: left;
    max-width: 78rem;
    margin-left: 121px;
    margin-right: auto;
    margin-bottom: -7px;
}

.banner-sub {
    display: grid;
    gap: 3rem;
    align-items: start;
    width: 100%;
    max-width: 62rem;
}

.banner-left-text {
    font-size: 46px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin-top: 29rem;
}


.highlight {
    color: #FFFF00;
    /* your accent yellow */
}


.highlight {
    --lh: 1.1em;

    position: relative;
    display: inline-block;
    height: calc(var(--lh) + 4px);
    overflow: hidden;
    vertical-align: bottom;
}

.highlight .mask {
    display: flex;
    flex-direction: column;
    transform: translate3d(0, 0, 0);
    will-change: transform;
}

.highlight .mask>span {
    display: block;
    height: calc(var(--lh) + 2px);
    line-height: calc(var(--lh) + -3px);
    white-space: nowrap;
}



/* each line = block so GSAP can animate nicely */
.intro-line {
    display: block;
    overflow: hidden;
    /* helps reveal look */
}




.banner-skills-random {
    position: relative;
    width: 100%;
    min-height: 20rem;


}

/* floating pill style */
.skill-float {
    position: absolute;
    font-size: 14px;
    letter-spacing: 0.03em;
    padding: 0.6rem 1.2rem;
    white-space: nowrap;
    opacity: 0.95;
    will-change: transform;
}

/* "random" placements (hand-picked positions) */
.skill-float.s1 {
    top: -2%;
    left: 129%;


}

.skill-float.s2 {
    top: 46%;
    left: -2%;
}

.skill-float.s3 {
    top: -2%;
    left: 8%;
}

.skill-float.s4 {
    top: 95%;
    left: 132%;
}

.skill-float.s5 {
    top: 47%;
    left: 96%;
}

.skill-float.s6 {
    top: 94%;
    left: 18%;

}















.banner-orbits {
    position: relative;
    width: 100%;
    min-height: 20rem;
}

/* base orbit */
.orbit {
    position: absolute;
    pointer-events: none;
    opacity: 0.95;
}

/* top circle position */
.orbit-top {
    top: -2rem;
    right: -21rem;
}

/* bottom circle position */
.orbit-bottom {
    bottom: -18rem;
    right: -40rem;
}

/* SVG sizes (ONLY ONCE) */
.orbit-svg {
    width: 22rem;
    height: 22rem;
}

.orbit-top .orbit-svg {
    width: 70rem;
    height: 80rem;
}

.orbit-bottom .orbit-svg {
    width: 70rem;
    height: 80rem;
}

/* stroke */
.orbit-stroke {
    fill: transparent;
    stroke-width: 1;
}

/* circular text */
.orbit-text1 {
    fill: #ffffff;
    font-size: 10px;
}

.orbit-text2 {
    fill: #ffffff;
    font-size: 10px;
}



.banner-skills-random {
    position: relative;
    width: 100%;
    min-height: 20rem;
}


.banner {
    position: relative;
    overflow: hidden;
    /* keeps circles inside banner */
}








.dj-scroll-dot {
    margin-top: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    pointer-events: none;
}

/* text */
.dj-scroll-dot__label {
    font-size: 16px;
    color: rgb(255, 255, 255);
}

/* frame */
.dj-scroll-dot__frame {
    width: 28px;
    height: 45px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}

/* dot */
.dj-scroll-dot__dot {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 6px;
    height: 6px;
    background: #FFFF00;
    border-radius: 50%;
    transform: translateX(-50%);
}












@media (max-width: 40em) {
    .orbit-top {
        top: 0rem;
        right: 0rem;
    }

    .orbit-svg {
        width: 13rem;
        height: 13rem;
    }

    .orbit-top .orbit-svg {
        width: 15rem;
        height: 15rem;
    }

    .orbit-text {
        font-size: 10px;
    }

}






@media (max-width: 40em) {

    .header-container>div {
        margin: 2rem 0;
        height: 4rem;
        line-height: 4rem;
        font-size: 13px;
    }

    .banner-left-text {
        font-size: 28px;
        line-height: 38px;
                margin-top: 26rem;
    }

    .orbit-bottom {
        bottom: -14rem;
        right: -4rem;
    }

    .orbit {
        position: absolute;
        pointer-events: none;
        opacity: 0.95;
    }

    .orbit-bottom .orbit-svg {
        width: 42rem;
        height: 68rem;
    }

    .orbit-svg {
        width: 22rem;
        height: 22rem;
    }

    .orbit-text2 {
        fill: #ffffff;
        font-size: 10px;
    }

    .dj-scroll-dot {
        margin-top: 16.5rem;
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        pointer-events: none;
    }

    /* text */
    .dj-scroll-dot__label {
        font-size: 13px;
        color: rgb(255, 255, 255);
    }

    /* frame */
    .dj-scroll-dot__frame {
        width: 28px;
        height: 45px;
        border: 1px solid rgb(255, 255, 255);
        border-radius: 22px;
        position: relative;
        overflow: hidden;
    }

    /* dot */
    .dj-scroll-dot__dot {
        position: absolute;
        top: 10px;
        left: 50%;
        width: 6px;
        height: 6px;
        background: #FFFF00;
        border-radius: 50%;
        transform: translateX(-50%);
    }
}













/* responsive: stack skills under text on mobile */
@media screen and (max-width: 40em) {
    .banner-sub {
        grid-template-columns: 1fr;
    }

    .banner-skills-random {
        min-height: 14rem;
        margin-top: 1.5rem;
    }

    .skill-float {
        font-size: 0.95rem;
        padding: 0.55rem 1rem;
    }

    /* tighter placements for small screens */
    .skill-float.s1 {
        top: 0%;
        left: 0%;
    }

    .skill-float.s2 {
        top: 18%;
        left: 45%;
    }

    .skill-float.s3 {
        top: 36%;
        left: 10%;
    }

    .skill-float.s4 {
        top: 54%;
        left: 52%;
    }

    .skill-float.s5 {
        top: 72%;
        left: 0%;
    }

    .skill-float.s6 {
        top: 88%;
        left: 35%;
    }
}















/* ===================== PROJECTS ===================== */


/* Section heading (if you use it above projects) */
.section-header h1 {
    text-align: left;
    width: 100%;
    font-size: 30px;
    margin-top: 130px;
}

/* Main projects grid */
.project-container {
  --proj-gap: 3rem;
  margin: 7rem 0 5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  max-width: 1273px;
  position: relative;
  gap: var(--proj-gap);
  row-gap: 8rem;
}

.project-container .project-item {
  flex: 0 1 calc((100% - var(--proj-gap)) / 2);
  display: flex;
  flex-direction: column;
}


/* Title above the image */
.project-title {
    font-size: 18px;
    margin: 0 0 3rem 0;
}

/* The image card */
.project-item .project-card {
    width: 100%;
    height: 423px;

    background-color: #1d1d1d;
    cursor: pointer;
    display: block;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* IMPORTANT: prevents wrapping when gap increases */
    min-width: 0;
    flex: none;

    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.project-item .project-card:hover {
    transform: scale(1.05);
}

/* Description under the image */
.project-desc {
    color: #b3b3b3;
    font-size: 15px;
    line-height: 1.9;
    margin: 3rem 0 0 0;
}

/* Safety: if any old overlay exists, hide it */
.project-overlay {
    display: none;
}

/* Background images (keep your existing classes) */
.click-project-1 {
    background-image: url("../assets/images/pro1.jpg");
}

.click-project-2 {
    background-image: url("../assets/images/pro2.jpg");
}

.click-project-3 {
    background-image: url("../assets/images/pro3.jpg");
}

.click-project-4 {
    background-image: url("../assets/images/retailthumb.jpg");
}

.click-project-5 {
    background-image: url("../assets/images/pro5.jpg");
}

.click-project-6 {
    background-image: url("../assets/images/pro6.jpg");
}

.click-project-7 {
    background-image: url("../assets/images/pro7.jpg");
}

.click-project-8 {
    background-image: url("../assets/images/pro8.jpg");
}

.click-project-9 {
    background-image: url("../assets/images/pro9.jpg");
}

/* ===================== PROJECTS (MOBILE) ===================== */
@media (max-width: 40em) {
    .project-container {
        --proj-gap: 2rem;
        margin: 4rem 0 5rem 0;
        padding: 0 1.5rem;
        row-gap: 4rem;
    }

    .project-container .project-item {
        flex: 0 1 100%;
    }

    .project-title {
        margin-bottom: 1.5rem;
    }

    .project-desc {
        margin-top: 1.5rem;
    }
}





/* ===================== ABOUT SECTION ===================== */


.section-title {
    text-align: left;
    width: 100%;
    font-size: 30px;
    margin-top: 12rem;
}


.about-container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    margin: 7rem 0rem 9rem 0rem;
    padding: 0;
    gap: 0;
}

.about-card-img {
    width: 35%;
    background-image: url(../assets/images/about.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-card-txt {
    width: 65%;
    display: flex;
    align-items: center;
    padding: 0;
}


.about-txt h1 {
    font-size: 50px;
    padding-bottom: 20px;
}


.about-txt p {
    line-height: 1.4;
    color: black;
}

.about-txt {
    color: black;
    width: 100%;
    background-color: #1d1d1d;
    padding: 143px 11rem 145px 7rem;
    background-color: #FFFF00;
}










/* ===================== SKILLS ===================== */

.about-extra {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    gap: 2rem;
    margin: 8rem 0rem 8rem 0rem;
}


.about-extra-left {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
}

.about-extra-left h1 {
    font-size: 35px;
    line-height: 1.2;
    margin: 0;
}

.about-extra-left p {
    line-height: 1.9;
    margin: 0;
}

.about-extra-left span {
    align-self: flex-end;
}


.about-extra-right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    width: 52%;
}


.about-extra-right .box:nth-child(-n+3) {
    transform: translateX(0px);
}


.about-extra-right .box:nth-child(n+4) {
    transform: translateX(-40px);
}

.about-extra-right .box:nth-child(1) {
    background-image: url('../assets/images/figma.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-extra-right .box:nth-child(2) {
    background-image: url('../assets/images/ai.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-extra-right .box:nth-child(3) {
    background-image: url('../assets/images/ps.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-extra-right .box:nth-child(4) {
    background-image: url('../assets/images/pr.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-extra-right .box:nth-child(5) {
    background-image: url('../assets/images/vs.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-extra-right .box:nth-child(6) {
    background-image: url('../assets/images/ae.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.box {
    padding: 38px;
    text-align: center;
    border-radius: 10px;
}





.resume-link {
    display: inline-block;
    margin-top: 1.2rem;
    color: #FFFF00;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.resume-link:hover {
    letter-spacing: 1px;
    transition: letter-spacing 0.3s ease;
}

#contact {
    position: relative;
}



.resume-link {
    position: absolute;
    top: 550px;
    /* adjust vertically */
    left: 40px;
    /* align with h1 padding */
    z-index: 5;
    display: inline-block;
    color: #000;
    text-decoration: none;
    letter-spacing: 0.02em;
}




#contact h1 {
    position: relative;
    z-index: 1;
}




/* ===================== CONTACT ===================== */
#contact {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    flex-wrap: wrap;
    color: #fff;
    padding-top: 60px;
}

#contact h1 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 20px;
    flex: 1 1 250px;
    color: black;
    background-color: #FFFF00;
    padding: 50px 40px 422px 40px;
    text-align: left;
}

.form-container {
    flex: 0.7 1 550px;
}

/* Inputs as lines */
#contact input[type="text"],
#contact textarea {


    width: 100%;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #282828;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 20px;
    outline: none;
    transition: border-color 0.3s ease;
}

#contact input[type="text"]:focus,
#contact textarea:focus {
    border-bottom-color: #fff;
    /* white highlight on focus */
}

/* Send button */
#send-form {
    font-size: 17px;
    background-color: rgb(255, 255, 255);
    color: #000000;
    padding: 19px 55px;
    border: none;
    cursor: pointer;
    transition: 0.3s ease;
}

#send-form:hover {
    background-color: #FFFF00;
    color: black;
}

/* Response container centered in box */
.response-container {
    display: none;
    background: #111;
    padding: 20px 30px;
    border-radius: 12px;
    margin-top: 20px;
    text-align: center;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}










/* ===================== FOOTER ===================== */
.site-footer {
    background-image: url(../assets/images/footerbg.svg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.2rem 0;
    margin-top: 4.2rem;
}

.footer-inner {
    width: 100%;
    max-width: 78rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    padding: 0 1rem;
}

.footer-right span {
    margin-left: 3.2rem;
    cursor: pointer;
}











/* ===================== HIDE ALL ===================== */
.hideAll,
.response-container {
    display: none;

}


.response-container {
    margin-top: 20px;
    display: none;
}













/* Mobile responsiveness */
@media (max-width: 900px) {
    .contact-section {
        flex-direction: column;
    }
}


@media (max-width: 40em) {
    .project-container .project-item {
        flex: 0 1 100%;
    }
}

@media print,
screen and (max-width: 40em) {

    /* Make all main containers full width on mobile */
    /* Header spacing */
    .header-container {
        padding: 0rem 3rem 0rem 3rem;
    }

    .navigation {
        gap: 19px;
    }

    .click-works {
        right: 0px;
    }

    .click-about-me {
        right: 0px;
    }

    .click-contact-me {
        right: 0px;
    }


    /* Banner */
    .banner-title {
        font-size: 3.5rem;
    }

    .banner-container {
        margin-left: 20px;
        margin-right: 20px;
        text-align: left;
        background-color: #000;
    }

    .banner {
        background-image: none;
        /* remove image */
        background-color: #000;
        /* plain black */
        min-height: 30rem;
        padding: 6rem 2rem 2rem 2rem;
    }


    .about-extra {
        flex-direction: column;
        align-items: center;
        text-align: left;
        width: 100%;
        gap: 4rem;
        padding: 0 2.5rem;
    }



    .about-container {
        flex-direction: column;
        align-items: center;
        width: 100%;
        gap: 0;
    }

    .about-card-img {
        width: 100%;
        height: 20rem;
    }

    .about-card-txt {
        width: 100%;
    }

    .about-txt {
        padding: 0;
        background-color: #FFFF00;
        width: 100%;
        padding: 3rem 2rem;
    }


    .about-extra-left {
        width: 100%;
        text-align: left;
    }

    .about-extra-left h1 {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .about-extra-left p {
        font-size: 16px;
        line-height: 1.7;
    }

    .section-title {
        margin-left: 3rem;
    }

    .section-header h1 {
        margin-left: 3rem;
    }

    .about-container {
    margin: 3rem 0rem 9rem 0rem;
    }


    .about-extra-right {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
        transform: none !important;
    }


    .about-extra-right .box:nth-child(n+4),
    .about-extra-right .box:nth-child(-n+3) {
        transform: translateX(0) !important;
    }



    .box {
        width: 100%;
        padding: 28px;
    }



    .project-container {
        justify-content: center;
    }

    .project-card {
        width: 90%;
        margin-top: 2rem;
    }

    .project-container {
        padding: 0 2.5rem;
        /* gap on both sides */
    }


    .about-container {
        padding: 0 2.5rem;
        /* gap on both sides */
    }







    .project-card {
        width: 100%;
        margin: 0 auto;
        /* keeps them centered */
    }

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


    .contact-container {
        flex-direction: column;
        align-items: center;
    }

    .contact-card-txt,
    .contact-card-lable {
        max-width: 100%;
    }

    .footer-inner {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }


    .footer-right {
        display: none;
    }




    .project-container {
        margin: 4rem 0 5rem 0;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        width: 100%;
        max-width: 1273px;
        position: relative;
        column-gap: 2rem;
        row-gap: 8rem;
    }

    .project-card {
        position: relative;
        height: 16rem;
        flex: 1 1 31%;
        min-width: 15rem;
        background-color: #1d1d1d;
        cursor: pointer;
        background-size: cover;
        background-position: center;
        display: block;
    }


    .project-text {
        line-height: 1.6;
        position: absolute;
        top: 100%;
        left: 0;
        margin-top: 2rem;
        color: white;
        width: 100%;
        text-align: left;
        font-size: 15px;
    }

    #contact h1 {
        padding: 50px 40px 50px 40px;

    }


    #contact {
        padding-top: 60px;
        padding: 0 2.5rem;

    }

    .site-footer {
        background-image: url(../assets/images/footerbg.svg);
        background-position: center;
        padding: 2.2rem 0;
        margin-top: 4.2rem;

    }


    .click-works {
        right: 0px;
    }

    .click-about-me {
        right: 0px;
    }

    .click-contact-me {
        right: 0px;
    }


    .click-skills {
        right: 0px;
    }


    
    .project-item .project-card {
    height: 254px;

}


}