:root {
    --100green: #87f1b4;
    --75green: #1dd767;
    --50green: #0d7738;
    --25green: #14271a;
    --10green: #02170a;
    --5green: #010c04;
    --textShadowBlue: rgba(0, 30, 255, 0.5);
    --textShadowRed: rgba(255, 0, 80, 0.3);
}

* {
    box-sizing: border-box;
    margin: 0;
}

body {
    background-color: var(--5green);
}

a {
    text-decoration: none;
}

#perk-images-swiper {
    width: 100%;
    height: 100%;
}

.perks-title-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.perks-title-and-images-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
    margin: auto;
    width: 100%;
}
.perk-image {
    height: 90%;
    width: 90%;
}

#perk-bio-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#skill-images-swiper {
    width: 90%;
    height: 100%;
    margin-top: 3rem;
}

.skill-image{
    height: 100%;
    width: 100%;
}

#project-images-swiper {
    width: 90%;
    height: 60%;
    margin-top: 3rem;
}
.skills-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100vw;
    height: 70vh;
}

.skill-name {
    font-family: "Fallouty", sans-serif;
    color: var(--75green);
    font-size: 1.4rem;
    text-align: center;
}

.perks-title {
    font-family: "Fallouty", sans-serif;
    color: var(--75green);
    font-size: 1.4rem;
}

.perk-name {
    font-family: "Fallouty", sans-serif;
    color: var(--50green);
    font-size: 1.1rem;
}

#name {
    font-family: "Fallouty", sans-serif;
    color: var(--75green);
    font-size: 2rem;
    text-align: center;
}

#bio-name-container {
    width: 90vw;
    height: 20vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
}

#bio {
    font-family: "Fallouty", sans-serif;
    color: var(--75green);
    font-size: 1.3rem;
    text-align: center;
}

#bio-text {
    font-family: "Fallouty", sans-serif;
    color: var(--50green);
    font-size: 1.1rem;
    text-align: center;
}

#main-swiper {
    display: flex;
}

#navbar {
    display: flex;
    width: 100vw;
    height: 8vh;
}

.navbar-item {
    font-family: "JH_Fallout", sans-serif;
    color: var(--50green);
    font-size: 1.1rem;
    text-align: center;
    margin: auto
}

#footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
    background-color: var(--5green);
    position: fixed;
    bottom: 0;
}

.icon-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7vw;
}
.icon {
    height: 2rem;
}

#download-button {
    background-color: var(--5green);
    border: 2px solid var(--50green);
    border-radius: 5px;
    font-family: 'JH_Fallout', sans-serif;
    color: var(--50green);
    font-size: 1.2rem;
    text-align: center;
}

#overlay {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: var(--5green);
    z-index: 2;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

#booting-text {
    font-family: Fallouty, sans-serif;
    color: var(--75green);
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

.footer-text {
    font-family: 'JH_Fallout', sans-serif;
    color: var(--50green);
    font-size: .5rem;
    padding: 0.3rem;
    text-align: center;
}

.highlighted{
    color: var(--75green);
}

.small-image {
    margin-top: 2vh;
    height: 30vh;
}

.projects-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100vw;
    height: 80vh;
}
.project-text {
    font-family: "Fallouty", sans-serif;
    color: var(--50green);
    font-size: 1.1rem;
    text-align: center;
    margin-top: 2vh;
}

.project-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    width: 80%;
}
.swiper-pagination-bullet  {
    background-color: var(--50green) !important;
    width: 0.8rem !important;
    height: 0.8em !important;
}

.swiper-pagination-bullet-active  {
    background-color: var(--75green) !important;
    width: 0.8rem !important;
    height: 0.8em !important;
}

.swiper-pagination-projects {
    position: absolute;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .skills-container.swiper-pagination {
        right: 20vw !important;
    }
}

@media screen and (min-width: 1600px) {
    .swiper-pagination-vertical.swiper-pagination-bullets {
        right: 25vw !important;
    }
}


@font-face {
    font-family: 'Gothic821 Cn BT Regular';
    src: url('../fonts/TT0807M_.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Fallouty';
    src: url('../fonts/r_fallouty.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'JH_Fallout';
    src: url('../fonts/JH_FALLOUT.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@keyframes flicker {
    0% {
        opacity: 0.27861;
    }
    5% {
        opacity: 0.34769;
    }
    10% {
        opacity: 0.23604;
    }
    15% {
        opacity: 0.90626;
    }
    20% {
        opacity: 0.18128;
    }
    25% {
        opacity: 0.83891;
    }
    30% {
        opacity: 0.65583;
    }
    35% {
        opacity: 0.67807;
    }
    40% {
        opacity: 0.26559;
    }
    45% {
        opacity: 0.84693;
    }
    50% {
        opacity: 0.96019;
    }
    55% {
        opacity: 0.08594;
    }
    60% {
        opacity: 0.20313;
    }
    65% {
        opacity: 0.71988;
    }
    70% {
        opacity: 0.53455;
    }
    75% {
        opacity: 0.37288;
    }
    80% {
        opacity: 0.71428;
    }
    85% {
        opacity: 0.70419;
    }
    90% {
        opacity: 0.7003;
    }
    95% {
        opacity: 0.36108;
    }
    100% {
        opacity: 0.24387;
    }
}
@keyframes textShadow {
    0% {
        text-shadow: 0.4389924193300864px 0 1px var(--textShadowBlue),
        -0.4389924193300864px 0 1px var(--textShadowRed), 0 0 3px;
    }
    5% {
        text-shadow: 2.7928974010788217px 0 1px var(--textShadowBlue),
        -2.7928974010788217px 0 1px var(--textShadowRed), 0 0 3px;
    }
    10% {
        text-shadow: 0.02956275843481219px 0 1px var(--textShadowBlue),
        -0.02956275843481219px 0 1px var(--textShadowRed), 0 0 3px;
    }
    15% {
        text-shadow: 0.40218538552878136px 0 1px var(--textShadowBlue),
        -0.40218538552878136px 0 1px var(--textShadowRed), 0 0 3px;
    }
    20% {
        text-shadow: 3.4794037899852017px 0 1px var(--textShadowBlue),
        -3.4794037899852017px 0 1px var(--textShadowRed), 0 0 3px;
    }
    25% {
        text-shadow: 1.6125630401149584px 0 1px var(--textShadowBlue),
        -1.6125630401149584px 0 1px var(--textShadowRed), 0 0 3px;
    }
    30% {
        text-shadow: 0.7015590085143956px 0 1px var(--textShadowBlue),
        -0.7015590085143956px 0 1px var(--textShadowRed), 0 0 3px;
    }
    35% {
        text-shadow: 3.896914047650351px 0 1px var(--textShadowBlue),
        -3.896914047650351px 0 1px var(--textShadowRed), 0 0 3px;
    }
    40% {
        text-shadow: 3.870905614848819px 0 1px var(--textShadowBlue),
        -3.870905614848819px 0 1px var(--textShadowRed), 0 0 3px;
    }
    45% {
        text-shadow: 2.231056963361899px 0 1px var(--textShadowBlue),
        -2.231056963361899px 0 1px var(--textShadowRed), 0 0 3px;
    }
    50% {
        text-shadow: 0.08084290417898504px 0 1px var(--textShadowBlue),
        -0.08084290417898504px 0 1px var(--textShadowRed), 0 0 3px;
    }
    55% {
        text-shadow: 2.3758461067427543px 0 1px var(--textShadowBlue),
        -2.3758461067427543px 0 1px var(--textShadowRed), 0 0 3px;
    }
    60% {
        text-shadow: 2.202193051050636px 0 1px var(--textShadowBlue),
        -2.202193051050636px 0 1px var(--textShadowRed), 0 0 3px;
    }
    65% {
        text-shadow: 2.8638780614874975px 0 1px var(--textShadowBlue),
        -2.8638780614874975px 0 1px var(--textShadowRed), 0 0 3px;
    }
    70% {
        text-shadow: 0.48874025155497314px 0 1px var(--textShadowBlue),
        -0.48874025155497314px 0 1px var(--textShadowRed), 0 0 3px;
    }
    75% {
        text-shadow: 1.8948491305757957px 0 1px var(--textShadowBlue),
        -1.8948491305757957px 0 1px var(--textShadowRed), 0 0 3px;
    }
    80% {
        text-shadow: 0.0833037308038857px 0 1px var(--textShadowBlue),
        -0.0833037308038857px 0 1px var(--textShadowRed), 0 0 3px;
    }
    85% {
        text-shadow: 0.09769827255241735px 0 1px var(--textShadowBlue),
        -0.09769827255241735px 0 1px var(--textShadowRed), 0 0 3px;
    }
    90% {
        text-shadow: 3.443339761481782px 0 1px var(--textShadowBlue),
        -3.443339761481782px 0 1px var(--textShadowRed), 0 0 3px;
    }
    95% {
        text-shadow: 2.1841838852799786px 0 1px var(--textShadowBlue),
        -2.1841838852799786px 0 1px var(--textShadowRed), 0 0 3px;
    }
    100% {
        text-shadow: 2.6208764473832513px 0 1px var(--textShadowBlue),
        -2.6208764473832513px 0 1px var(--textShadowRed), 0 0 3px;
    }
}
.crt::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    animation: flicker 0.15s infinite;
}
.crt::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%),
    linear-gradient(
            90deg,
            rgba(255, 0, 0, 0.06),
            rgba(0, 255, 0, 0.02),
            rgba(0, 0, 255, 0.06)
    );
    z-index: 3;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
}
.crt {
    animation: textShadow 1.6s infinite;
}

.scanline {
    width: 100%;
    height: 100px;
    z-index: 8;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 0.2) 10%,
            rgba(0, 0, 0, 0.1) 100%
    );
    opacity: 0.1;
    position: absolute;
    bottom: 100%;
    animation: scanline 10s linear infinite;
    pointer-events: none;
}
.scanline1 {
    width: 100%;
    height: 100px;
    z-index: 18;
    background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0) 0%,
            rgba(255, 255, 255, 0.2) 10%,
            rgba(0, 0, 0, 0.1) 100%
    );
    opacity: 0.1;
    position: absolute;
    bottom: 100%;
    animation: scanline 4s linear infinite;
    pointer-events: none;
}
@keyframes scanline {
    0% {
        bottom: 100%;
    }
    80% {
        bottom: 100%;
    }
    100% {
        bottom: 0;
    }
}
