@import url(reset.css);

.source-code-pro {
  font-family: "Source Code Pro", monospace;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

body{
    background-color: #082F21;
    overflow-x: hidden;
}
h1{
    color:#2EB668;
    font-size: 50px;
    font-family: Source Code Pro, monospace;
}
.wrapper{
    display: flex;
    justify-content: row;
    white-space: nowrap;
}
.wrap4{
    gap: 10px;
    animation: scroll-horizontal 20s linear infinite;
}

@keyframes scroll-horizontal {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100vw);
    }
}
.navvrapper{
    display: flex;
    justify-content: row;
    gap: 25px;
    text-align: center;
}
.navvrapperR{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 70px;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    height: 50px;
    background-color: #082F21;
    height: 60px;
    width: 100%;
}
h2{
    color:#2EB668;
    font-size: 35px;
    font-family: Source Code Pro, monospace;
}
h3{
    color:#4BD39A;
    font-size: 25px;
    font-family: Source Code Pro, monospace;
    transition: all 0.1s ease-in-out;
}
h4{
    color:#15743e;
    font-size: 25px;
    font-family: Source Code Pro, monospace;
    align-self: flex-end;
    margin-right: 15px;
}
div{
    transition: all 0.1s ease-in-out;
}
.nav-link {
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}

.nav-link:hover h3 {
    font-size: 27px;
    transition: all 0.1s ease-in-out;
}
.nav-link:hover div {
    font-size: 27px;
    transition: all 0.1s ease-in-out;
}

.home{
    margin-top: 60px;
    padding: 20px;
    width: 70%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.resume{
    margin-top: 60px;
    padding: 20px;
    width: 70%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.certifications{
    margin-top: 70px;
    padding: 20px;
    width: 70%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.certimg{
    width: 100%;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
    transform: translateY(-300px);
}
.work{
    margin-top: 60px;
    padding: 20px;
    width: 70%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.about{
    margin-top: 60px;
    margin-bottom: 40px;
    padding: 20px;
    width: 70%;
    height: 80vh;
    margin-left: auto;
    margin-right: auto;
}
.text{
    margin-top: 90px;
}
.text1{
    margin-top: 30px;
}
.text12{
    margin-top: 30px;
}
.twelve{
    margin-top: 15px;
}
.fourteen{
    margin-top: 60px;
}
.meImage{
    background-color: #2EB668;
    height: 500px;
    width: 300px;
    float: right;
    border-radius: 15px;
    transform: translateY(-150px);
}

/* Glitch text styles */
.glitch{
    font-family: Source Code Pro, monospace;
    color: #2EB668;
    margin-left: 6px;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
}

.glitch::before,
.glitch::after{
    content: attr(data-text);
    position: absolute;
    left: 0; top: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    opacity: 0;
}
a{
    color: #4BD39A;
    text-decoration: none;
}
.resyme{
    background-image: url(resume/Screenshot\ 2025-12-08\ 135101.png);
    background-size: cover;
    height: 517px;
    width: 400px;
    float: right;
    transform: translateY(-160px);
}
.cpr, .ai, .ps, .htmlcss, .cc, .word, .ppt, .osha{
    background-color: #15743e;
    height: 200px;
    width: 200px;
    border-radius: 15px;
}

.wrap4{
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    animation: scroll-horizontal 25s linear infinite;
    will-change: transform;
}

.wrap4 > * {
    flex: 0 0 auto; /* prevent children from shrinking */
}

.wrap4:hover{
    animation-play-state: paused;
}

/* make each scrolling item grow slightly on hover (like nav links) */
.wrap4 > *{
    transition: transform 0.18s ease-in-out;
    transform-origin: center center;
    cursor: default;
}

.website1, .website2, .website3, .website4, .website5, .website6, .website7{
    cursor: pointer;
}

.website1:hover, .website2:hover, .website3:hover, .website4:hover, .website5:hover, .website6:hover, .website7:hover{
    transform: scale(1.04);
}

@keyframes scroll-horizontal {
    /* typical duplicated-strip marquee: move from 0 -> -50% so duplicated content loops seamlessly */
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@keyframes scroll-horizontal-reverse {
    /* opposite direction: move from -50% -> 0 (right to left) */
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}

.wrap5{
    gap: 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    animation: scroll-horizontal-reverse 25s linear infinite;
    will-change: transform;
}

.wrap5 > * {
    flex: 0 0 auto; /* prevent children from shrinking */
}

.wrap5:hover{
    animation-play-state: paused;
}
.website1{
    background-color: #15743e;
    width: 490px;
    height: 270px;
    border-radius: 15px;
}
.website2{
    background-color: #15743e;
    width: 490px;
    height: 270px;
    border-radius: 15px;
}
.website3{
    background-color: #15743e;
    width: 490px;
    height: 270px;
    margin-top: 50px;
    border-radius: 15px;
}
.website4{
    background-color: #15743e;
    width: 635px;
    height: 350px;
    border-radius: 15px;
}
.website5{
    background-color: #15743e;
    width: 200px;
    height: 350px;
    border-radius: 15px;
}
.website6{
    background-color: #15743e;
    width: 300px;
    height: 600px;
    border-radius: 15px;
}
.website7{
    background-color: #15743e;
    width: 960px;
    height: 540px;
    border-radius: 15px;
}
.web{
    justify-self: center;
}
.six{
    margin-right: auto;
    margin-left: auto;
}
.huh{
    margin-top: 20px;
    justify-content: space-between;
}
.spriteimg{
    margin-top: 40px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.sprt{
    width: 100px;
    height: 100px;
    border-radius: 15px;
    background-color: #15743e;
}
.wrap5{
    margin-top: 20px;
}
.thirteen{
    margin-bottom: 400px;
}
.spacing{
    height: 70px;
}