/* html { scroll-behavior: smooth; } */

body {
    background: #000;
    overflow: hidden;
    color: #fff;
}

.container {
    max-width: 1440px;
    margin: auto;
    width: 100%;
}

.small-container {
    max-width: 1200px;
    margin: auto;
    width: 100%;
}

.background-elements:after {
    content: ' ';
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 35%, rgba(255,255,255,0) 65%, rgba(0,0,0,1) 100%);
    width: 100vw;
    height: 100vh;
    top: 0;
    position: absolute;
}



.header--wrapper {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    max-width: 1440px;
    margin: auto;
    width: 90%;
    padding: 30px 50px 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    box-sizing: border-box;
    /* background: linear-gradient(180deg, rgb(0 0 0) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,0) 100%); */
}

.background-elements {
    position: fixed;
    pointer-events: none;
    overflow: hidden;
    z-index: 0;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    opacity: .7;
    /* background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 50%, rgb(0, 0, 0) 100%); */
}


.highlight {
    color: #FFE200;
}

.header--elements {
    display: block;
    color: #fff;
    font-family: 'Space Mono';
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
}

.floating-adornments {
    position: absolute;
    right: 23%;
    bottom: -550%;
    z-index: -1;
    transform: scale(1.5);
}

.header-contact {
    color: #fff;
    font-family: 'Space Mono';
    font-size: 20px;
    text-transform: uppercase;
    padding: 5px 25px;
    border: 1px solid #fff;
    cursor: pointer;
    text-decoration: none;
    transition: .2s;
}


  
.floating-skills--be__text-line-top {
display: inline-block;
padding-left: 100%;
animation: bgSkillsLineTop 95s linear infinite;
}

.floating-skills--be__text-line-mid {
display: inline-block;
animation: bgSkillsLineMid 95s linear infinite;
}

.floating-skills--be__text-line-bottom {
display: inline-block;
padding-left: 100%;
animation: bgSkillsLineTop 95s linear infinite;
}

.hp--header-text {
position: relative;
z-index: 1;
top: 50vh;
margin-left: 100px;
}

.hp-title {
    color: #fff;
    font-family: 'Source Sans 3';
    font-size: 180px;
    font-weight: 700;
    line-height: .9;
}

.hp-subtitle {
    color: #FFE200;
    font-family: 'Space Mono';
    font-size: 30px;
    transition: .2s;
    margin-left: 15px;

}

.header--link {
    font-weight: 100;
    margin-right: 40px;
    color: #fff;
    text-decoration: none;
}

.content-wrap {
    position: relative;
    max-width: 1440px;
    margin: auto;
}

.floating-head--wrapper {
    position: absolute;
    width: 100%;
    pointer-events: none;
    z-index: 0;
    top: 40%;
    left: 55%;
    transform: translate(-50%, -50%);
}

#floatingHead {
    width: 100%;
    height: 70vh;
}

.floating-skills--be__container {
    color: #707070;
    font-size: 200px;
    font-family: 'Space Mono', monospace;
    text-wrap: nowrap;
    line-height: 270px;
}

.floating-skills--be__container span {
    opacity: .20;
}

.floating-skills--be__container {
    color: #707070;
    font-size: 200px;
    font-family: 'Space Mono', monospace;
    text-wrap: nowrap;
    line-height: 270px;
}

.floating-skills--be__container {
    display: flex;
    flex-direction: column;
}

.thick-divider {
    width: 50%;
    height: 15px;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
    z-index: 1;
}

.bio--section {
    color: #fff;
    font-family: 'Space Mono', monospace;
    width: 70%;
}

.bio--section__text {
    color: #fff;
    font-family: 'Space Mono', monospace;
    font-size: 22px;
}

.scroll-snap--container {
    scroll-snap-type: y mandatory;
    overflow-y: scroll;
    overscroll-behavior: auto;
    height: 100vh;
    /* border: 1px solid red; */
}

.snapped-scroll {
    scroll-snap-stop: always;
    scroll-snap-align: center;
    scroll-snap-type: y mandatory;
    /* border: 1px solid #fff; */
}

.spacer {
    margin-top: 100vh;
}
  

.section-title {
    font-weight: 700;
    font-family: 'Source Sans 3';
    text-transform: uppercase;
    text-align: center;
    font-size: 45px;
}

.skills--section__skillset-toggle.active {
    background: #fff;
    color: #000;
    transition: .2s;
}

.skills--section__skillset-toggle--container {
    display: flex;
    justify-content: center;
}

.skills--section__skillset-toggle {
    margin: 30px 15px;
    border: 1px solid #fff;
    padding: 10px 35px;
    font-family: 'Space Mono';
    font-size: 22px;
    cursor: pointer;
    transition: .2s;
}

.skills--section {
    text-align: center;
}

.skills-bio {
    width: 80%;
}

.section-subtitle {   
    margin: auto;
    font-family: 'Space Mono';
    font-size: 22px;
}

.skills--section__skillset-icon--container {
    margin: 35px 0 0;
}

.projects--section__project--container {
    display: flex;
    width: 100%;
}

.projects--section__project {
    margin-right: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    cursor: help;
}

.projects--section__project label {
    margin-top: 10px;
    font-family: 'Space Mono';
}

.project-notes {
    opacity: 0;
    max-height: 1px;
    pointer-events: none;
    font-family: 'Space Mono';
}

.projects--section__project:hover .project-notes {
    opacity: 1;
    max-height: 1000000px;
    position: absolute;
    top: 0;
    background: #000000de;
    height: calc(100% - 24px);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 25px;
    font-size: 18px;
    box-sizing: border-box;
}

.projects--section__project img {
    max-width: 440px;
    height: 320px;
    object-fit: cover;
}

.projects--section .section-subtitle {
    margin: 10px 0 70px;
}

.infoGallery--container {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}

.contact-me--img {
    max-width: 335px;
    width: 100%;
    position: fixed;
    left: 50%;
    bottom: -77px;
}

.contact-section--title {
    width: 30%;
    text-transform: unset;
}

.secondary-btn {
    padding: 10px 50px;
    font-family: 'Space Mono';
    width: fit-content;
    border: 1px solid #ffe200;
    margin: 30px 0;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    display: block;
}

@keyframes bgSkillsLineTop {
0% {
    transform: translate(-100%, 0);
}
100% {
    transform: translate(-110%, 0);
}
}

@keyframes bgSkillsLineMid {
0% {
    transform: translate(-70%, 0);
}
100% {
    transform: translate(-60%, 0);
}
}


.left-align {
    text-align: left;
}

.skills--section__skillset-icon--container.active {
    opacity: 1;
    max-height: 1000000000px;
    pointer-events: all;
    display: flex;
}

.skills-bio.section-subtitle.active {
    opacity: 1;
    max-height: 1000000000px;
    pointer-events: all;
    display: flex;
}

.skills--section__skillset-icon--wrap svg {
    width: 75px;
    height: 75px;
}

.skills--section__skillset-icon--container {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    max-height: 1px;
    pointer-events: none;
    display: none;
}
.skills-bio.section-subtitle {
    opacity: 0;
    max-height: 1px;
    pointer-events: none;
    display: none;
}

.skills--section__skillset-icon--wrap {
    margin: 0 20px;
}

.skills--section__skillset-icon--container label {
    font-family: 'Space Mono';
    margin-top: 10px;
    display: block;
    text-align: center;
}

.waiting {
    opacity: 0;
    filter: blur(5px);
    transform: translateX(-15%);
    transition: all 1s;
}

.reveal {
    opacity: 1;
    filter: blur(0px);
    transform: translateX(0);
}

.skills--section svg:nth-child(2), .projects--section__project:nth-child(2) {
    transition-delay: 200ms;
}
.skills--section svg:nth-child(3), .projects--section__project:nth-child(3) {
    transition-delay: 400ms;
}
.skills--section svg:nth-child(4), .projects--section__project:nth-child(4) {
    transition-delay: 600ms;
}
.skills--section svg:nth-child(5), .projects--section__project:nth-child(5) {
    transition-delay: 800ms;
}
.skills--section svg:nth-child(6), .projects--section__project:nth-child(6) {
    transition-delay: 1000ms;
}
.skills--section svg:nth-child(7), .projects--section__project:nth-child(7) {
    transition-delay: 1200ms;
}
.skills--section svg:nth-child(8), .projects--section__project:nth-child(8) {
    transition-delay: 1400ms;
}
.skills--section svg:nth-child(9), .projects--section__project:nth-child(9) {
    transition-delay: 1600ms;
}
.skills--section svg:nth-child(10), .projects--section__project:nth-child(10) {
    transition-delay: 1800ms;
}
.skills--section svg:nth-child(11), .projects--section__project:nth-child(11) {
    transition-delay: 2000ms;
}

.desktop {
    display: block;
}
.mobile {
    display: none;
}

@media(prefers-reduced-motion) {
    .hidden {
        transition: none;
    }
}
@media only screen and (min-device-width: 1000px) {
    .header--link:hover {
        transition: .2s;
        padding-bottom: 5px;
        border-bottom: 2px solid #fff;
    }
    .header-contact:hover {
        background: #fff;
        color: #000;
        transition: .2s;
    }
    .secondary-btn:hover {
        background: #ffe200;
        color: #000;
        transform: scale(1.05);
        transition: .2s;
    }
    .skills--section__skillset-toggle:hover {
        transform: scale(1.05);
        transition: .2s;
    }
}
@media only screen and (max-device-width: 1000px) {
    .spacer {
        margin-top: 80vh;
    }
    .header--wrapper {
        margin: 0;
        padding: 20px;
        width: 100%;
    }
    .header--elements {
        transform: translateX(1000px);
        transition: .2s;
    }
    .header--elements.desktop.display {
        display: flex;
        margin-left: 20px;
        margin-bottom: 6px;
        transform: translateX(0px);
        transition: .2s;
    }
    .header-contact {
        display: none;
    }
    .floating-head--wrapper {
        width: 80%;
    }
    .hp-title {
        font-size: 80px;
    }
    .hp--header-text {
        margin-left: unset;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .infoGallery--container {
        overflow-x: hidden;
    }
    .floating-head--wrapper {
        left: 63%;
    }
    .hp--header-text {
        padding: 20px;
    }
    .hp-subtitle {
        font-size: 22px;
        margin-left: 5px;
    }
    .bio--section {
        width: 92%;
        padding: 20px;
    }
    .bio--section__text {
        font-size: 15px;
    }
    .section-title.skills--section__title {
        text-align: left;
    }
    .skills--section {
        padding: 20px;
        width: 100%;
    }
    .skills--section__skillset-toggle--container {
        justify-content: unset;
    }
    .skills-bio.section-subtitle {
        text-align: left;
    }
    .skills--section__skillset-toggle {
        margin: 20px 20px 20px 0;
        padding: 5px 15px;
        font-size: 17px;
    }
    .badge-budge {
        margin-left: 10px;
    }
    .skills-bio {
        width: 92%;
        margin-left: 0;
    }
    .skills--section__skillset-icon--wrap svg {
        width: 60px;
        height: 60px;
    }
    .skills--section__skillset-icon--container label {
        text-align: left;
    }
    .icon {
        width: fit-content;
    }
    .skills--section__skillset-icon--container {
        justify-content: start;
        flex-wrap: wrap;
    }
    .skills--section__skillset-icon--wrap {
        margin: 0 20px 40px 0px;
    }
    .projects--section {
        padding: 20px;
    }
    .projects--section__project img {
        height: unset;
    }
    .project-notes {
        opacity: unset;
        max-height: unset;
        font-family: 'Space Mono';
        font-size: 10px;
        margin-top: 10px;
        max-width: 90%;
    }
    .section-subtitle {
        font-size: 15px;
        width: 92%;
    }
    .contact-section--title.section-title {
        font-size: 30px;
        width: 100%;
    }
    .secondary-btn {
        margin: 10px 0;
        padding: 5px 20px;
        font-size: 15px;
    }
    .contact--section {
        padding: 20px;
    }
    .projects--section__project:hover .project-notes {
        opacity: unset;
        max-height: unset;
        position: unset;
        top: unset;
        background: unset;
        height: unset;
        width: unset;
        display: unset;
        padding: unset;
        font-size: 10px;
        text-align: left;
    }
}

@media only screen and (max-device-width: 768px) {
    .skills--section__skillset-toggle {
        padding: 5px 20px;
    }
    
    .skills--section__skillset-icon--wrap svg {
        width: 40px;
        height: 40px;
        margin-right: 30px;
    }
    
    .skills--section__skillset-icon--container label {
        font-size: 12px;
    }
    
    .section-title {
        font-size: 25px;
    }
    
    .section-subtitle {
        font-size: 12px;
    }
    
    img {}
    
    .bio--section__text {
        font-size: 12px;
    }
    
    .thick-divider {
        height: 10px;
    }
    
    .spacer {
        margin-top: 10vh;
    }
    .infoGallery--container {
        scroll-snap-type: unset;
    }
    .intro--section {
        margin-bottom: 70vh;
    }
    .header--wrapper {
        background: #000;
    }

    .bio--section {
        margin-bottom: 250px;
    }

    .scroll-snap--container {
        scroll-padding-top: 80px;
    }

    .contact--section {
        margin-bottom: 60vh;
    }
}