@charset "UTF-8";
* {box-sizing: border-box;}
html {
    background: #000;
}
body {
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: overlay;
    font-family: 'inter', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 2.5vw;
    line-height: 3.5vw;
}
a {cursor: pointer; text-decoration: none;}
/* Intro*/
.p1 {
    font-style: italic;
    margin-bottom: .4em;
    margin-top: 0vh;
    opacity: 0;
    /* Text Fade In */
    animation: fadeIn ease 2s;
    animation-fill-mode: forwards;
    animation-delay: .2s;
}
.p2 {
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 400;
    font-size: 3vw;
    line-height: 3vh;
    opacity: 0;
}
.p3 {
    margin-top: -3.5vw;
    opacity: 0;
    /* Text Fade In */
    animation: fadeIn ease 2s;
    animation-fill-mode: forwards;
    animation-delay: 1.25s;
}
.p3a {
    text-decoration: underline;
    text-decoration-thickness: .2vw;
    cursor: default;
    color: white;
}
.defbox {
    position: fixed;
    width: 12vw;
    height: 3.5vw;
    z-index: 10;
    left: 35.5vw;
    top: 50vh;
    margin-top: -2vw;
    background-color: red;
    opacity: 0;
}
.deftext {
    font-family: "IBM Plex Mono", sans-serif;
    position: fixed;
    font-size: 1.2vw;
    line-height: 1.5vw;
    top: 50vh;
    left: 55vw;
    opacity: 0;
    transition: .5s;
}
.defbox:hover ~ .deftext{
    transition: .5s;
    opacity: 1;
}
.p4 {
    margin-top: -1.0em;
    opacity: 0;
    /* Text Fade In */
    animation: fadeIn ease 2s;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}
@keyframes fadeIn {
    0% {opacity:0; transform: translatey(5vw);}
    50% {opacity:0; left: 20vw; top:23vh}
    100% {opacity:1; left: 20vw; top:22vh}
}
.info {
    list-style-type: none;
    margin-left: 13vw;
    padding: 0;
    overflow: hidden;
    position: fixed;
    color: white;
    z-index: -1;
    top: 80vh;
}
.info_child {
    opacity: 0;
    float: left;
    display: block;
    font-size: .8vw;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    animation: fadeIn ease 2s;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}
/* Portfolio Sections - All*/
.p5 {
    /* 1. Add spaces to the name so mobile can find it */
    font-family: "IBM Plex Mono", sans-serif; 
    
    /* 2. Change 100 to 300 (since you don't load 100 in the header) */
    font-weight: 300; 
    
    font-size: 1.5vw;
    line-height: 2vh;
}
.p6 {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}
.p7 {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 400;
    font-size: 1.2vw;
    font-style: italic;
    line-height: 1.5vw;
    opacity: 0;
    animation: fadeIn ease 1s;
    animation-fill-mode: forwards;
    animation-delay: .2s;
}
.parent_container {
    position: static;
    width: 100%;
    height: 110vh;
}
.parent {
    position: absolute;
    width: 100%;
    height: 110vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    clip-path: rect(0, auto, auto, 0);
    z-index: 6;
    pointer-events: none;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .parent {
    clip: auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 100%);
    mask-image: linear-gradient(top, #ffffff 0%,#ffffff 100%);
    }

}

.child {
    position: fixed;
    width: 60vw;
    top: 38.4vh;
    left: 14vw;
}
.child_b {
    position: fixed;
    width: 60vw;
    top: 85vh;
    left: 14vw;
}
/* Portfolio Section 1 - GoPlay*/
#parent_container_2 {
    background-color: white;
}
#parent_2 {
    background-image: url('../images/Roadster_Images/Roadster_Cover.webp');
    background-color: #000;
    mix-blend-mode: multiply;
}
#child_2a {
    color: black;
}
#child_2b {
    color: black;
}
#child_2 {
    color: black;  
}
/* Portfolio Section 2 - Rad Pad*/
#parent_container_3 {
    background-color: black;
}
#parent_3 {
    background-image: url('../images//Speaker_Images/Speaker_Cover.webp');
    background-color: #000;
    mix-blend-mode: screen;
}
#child_3 {
    color: white;
}
/* Portfolio Section 3 - E-Z Pass*/
#parent_container_4 {
    background-color: black;
}
#parent_4 {
    background-image: url('../images/Tool_Images/Tools_Cover.webp');
    background-color: #000;
    mix-blend-mode: screen;
}
#child_4 {
    color: #000;
}
/* Portfolio Section 4 - Greenhaus*/
#parent_container_5 {
    background-color: black;
}
#parent_5 {
    background-image: url('../images/Bike_Images/Bike_Cover.webp');
    background-color: #fff;
    mix-blend-mode: screen;
}
#child_5 {
    color: white;
}
/* Portfolio Section 5 - Void*/
#parent_container_6 {
    background-color: white;
}
#parent_6 {
    background-image: url('../images/Bottle_Images/Bottle_Cover.webp');
    background-color: #000;
    mix-blend-mode: multiply;
}
#child_6 {
    color: black;
}
/* Portfolio Pages */
#folio_body {
    background-color: black;
}

.folio_cover_container {
    position: absolute;
    width: 100%;
    height: 110vh;
    margin: 0;
    padding: 0;
    top: 0vh;
}
#folio_cover_container_1 {
    background-color: white;
}
#folio_cover_container_2 {
    background-color: black;
}
.folio_cover {
    position: absolute;
    width: 100%;
    height: 110vh;
    background-position: center;
    background-size: cover;
    margin-top: -6vh;
    clip: rect(0, auto, 110vh, 0);
    z-index: 6;
    overflow: hidden;
    pointer-events: none;
}
#parent_f1 {
    mix-blend-mode: multiply;
    background-image: url(/images/goplay_roadster_top.webp);
    background-color: white;
}
#parent_f2 {
    mix-blend-mode: screen;
    background-image: url(/images/prohibition.webp);
    background-color: black;
}
.folio_cover_child {
    position: relative;
    height: 1vh;
    top: 100vh;
    left: 0vw;
    font-size: 3vw;
    background-color: white;
}
.fade {
    position: fixed;
    top: 0vh;
    width: 100%;
    height: 11vw;
    background-image: linear-gradient(rgba(255,255,255,1) 60%, rgba(255,0,0,0));
    z-index: 4;
}

.folio_title_container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 170vh;
    z-index: 3;
    pointer-events: none;
}
.folio_title_parent {
    position: relative;
    width: 100%;
    height: 118vh;
    clip: rect(0, auto, auto, 0);
}
#folio_title_parent_2 {
    background-image: linear-gradient(black 88%, white 12%)
}
.folio_title_child {
    position: sticky;
    top: 80vh;
    left: 14vw;
    float: left;
    padding-top: 1em;
    width: 60vw;
    z-index: 5;
}
#folio_title_child_1 {
    font-family: 'sofia-pro', sans-serif;
    font-weight: 400;
    color: black;
    mix-blend-mode: difference;
}
#folio_title_child_2 {
    color: white;
    mix-blend-mode: difference;
}

#parent_container_folio {
    height: 140vh;
    background-image: url(/images/white.png);
    z-index: 3;
}
#parent_folio {
    height: 200vh;
    left: 14vw;
    top: 18vh;
    z-index: 3;
}
.child_folio {
    display: inline-block;
    height: 200vh;
    color: black;
    font-size: 2vw;
    line-height: 2.5vw;
    width: 75vw;
    z-index: 3;
}
.folio_text1 {
    position: relative;
    top: 105vh;
    color: black;
    font-weight: 400;
    line-height: 2;
    font-size: 1.5vw;
}
.folio_text2 {
    position: relative;
    color: black;
    font-weight: 400;
    line-height: 2;
    font-size: 1.5vw;
    padding: 0;
    margin: 0;
}
.block {
    background-color: white;
    padding: 5vw;
    padding-left: 15vw;
    padding-right: 15vw;
}
#project_scope {
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 2vh;
}
#scope_list {
   line-height: 5vh;
}
.image_container {
    position: relative;
    display: block;
    background-color: white;
}
.image_parent {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    clip: rect(0, auto, auto, 0);
    z-index: 6;
    pointer-events: none;
    mix-blend-mode: multiply;
    padding: 0;
}
/* Footer */
footer {position: absolute;
    height: 16vh;
    margin: -1vw;
    left: 14vw;
}
#footer_1 {
    display: inline-flex;
}
#footer_2 {
    position: relative;
    display: inline-flex;
    left: 15%;
}
#footer_3 {
    position: relative;
    display: inline-flex;
    left: 30%;
}
h5 {font-size: .8vw;
line-height: 1.4em;
font-weight: 400;}
h6 {
align-self: center;
font-size: .8vw;
line-height: 1.4em;
font-weight: 400;}
h7 {color: black;
font-size: .8vw;
line-height: 1.4em;
font-weight: 400;}
#footer_2 {
    left: 5vw;
}
#footer_3 {
    left: 10vw;
}
.test_class {
    height: 40vw;
    background-color: white;
}

@media screen and (max-width : 700px)
{
    .p1, .p3, .p4, .p6, .folio_title_child {
        font-size: 30px;
        line-height: 30px;}
    .p2, .p5 {
        font-size: 20px;
        line-height: 20px;}
    #child_1 {
        width: 50vw
    }
    #child_2, #child_3, #child_6 {
        width: 40vw;
    }
    #child_4, #child_5 {
        width: 35vw;
    }
    h5, h6 {
        font-size: 2.5vw;
        margin-left: -2vw;
        margin-right: -2vw;
    }
    .fade {
    height: 19vw;
    }
    #parent_container_folio {
        height: 215vh;}
    .child_folio {
    font-size: 3vw;
    line-height: 4vh;
    }
    .test_class {
        height: 0vw;
    }
}

/* Force mobile headers to use a supported weight */
@media screen and (max-width: 900px) {
    h1, h2, .project-title { /* Add your specific class name here if different */
        font-family: 'IBM Plex Mono', monospace !important;
        font-weight: 500 !important; /* Force it to use a weight you loaded */
    }
}