body{
    margin: 0%;
    padding: 0%;
    background-color: white;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

a{
    text-decoration: none;
    color: white;
}

p{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin: 0%;
}


/* NAVBAR */

header{
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
    transition: all 1s;
    background: white;
    color: white;
    mix-blend-mode: difference;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* navbar structure */
.navbar-Struc{
    display: grid;
    max-width: 95%;
    height: auto;
    grid-template-columns: repeat(8, 1fr);
    margin-left: auto;
    margin-right: auto;
    align-items: center;
}

.navbar-Skin-wht{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

.nav-Logo{
    margin: 25px;
    max-width: 4vw;
    height: auto;
}

.nav-Logo img{
    width: 100%;
    height: auto;
}

.nav-Contact{
    grid-column: 3;
}

.nav-About{
    grid-column: 4;
}

.nav-Project{
    grid-column: 5;
}

.nav-li{
    grid-column: 7;
}

.nav-be{
    grid-column: 8;
}

/* nav menu that is hidden until breakpoint */
.nav-Menu{
    display: none;
}

.mobile-nav{
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0%;
    z-index: 5;
    min-width: 100vw;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    background-color: #131313;
}

.mobile-nav-text a{
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin-bottom: 5vh;
}

/* nav hover effects*/
header nav a:hover:not(.nav-Logo){
    mix-blend-mode: normal;
    width: 150px;
    background-color: white;
    mix-blend-mode: normal;
    background-clip: none;
    -webkit-text-fill-color: black;
}

header .nav-About a:hover{
    mix-blend-mode: normal;
    width: 100px;
}


/* HOMEPAGE */
/* GIF */
.gif{
    max-width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.gif img{
    max-width: 100%; 
    height: auto;
}

.home-btn{
    position: fixed;
    bottom: 20vh;
}
.home-btn a{
    color: black;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

.home-btn a:hover{
    color: white;
    background-color: black;
    cursor: pointer;
}


/* ABOUT */
/* who we are */

.margin-right{
    margin-right: 2vw;
}

.margin-top{
    margin-top: 2vh;
}

.abt-Title{
    margin-left: 2vw;
    color: white;
}
.abt-struc{
    max-width: 100%;
    height: 100vh;
}

.abt-struc img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.abt-Text{
    display: flex;
    height: 50vh;
    width: 60vw;
}

.abt-p{
    max-width: 35vw;
    display: flex;
    /* align-self: flex-end; */
}

.end{
    justify-content: space-between;
}

.main{
    flex-direction: row;
}








/* PROJECT INDEX */
.big-flex-ctn {
    display: flex;
    flex-direction: column;
    gap: 2vh;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
}

.pro-Wrap-cnt {
    display: flex;
    color: black;
    justify-content: space-between;
    width: 100%;
    scroll-snap-align: start;
    vertical-align: bottom;
}

.pro-Cover-img img{
    width: 100%;
    height: auto;
}

.pro-Info {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-self: flex-end;
}

.pro-Name {
    display: flex;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    white-space: nowrap;
    font-size: 4em;
    margin-left: 1vw;
}

.pro-no {
    display: flex;
    margin-right: 2vw;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4em;
    align-items: flex-end;
    justify-content: flex-end;
}

.pro-Cover-img {
    width: 50%;
    height: 100vh;
    object-fit: cover;
}





/* INDIVIDUAL PROJECTS */

.indi-Pro-margin{
    margin-left: 1vw;
    margin-right: 1vw;
}

.cover-Video{
    margin-top: 2vh;
}

.cover-Video img{
    width: 100%;
    height: 70vh;
    object-fit: cover;
}

.flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}

.margin-left{
    margin-left: 6vw;
}
.pro-Cnt{
    max-width: 100%;
    height: 100%;
    justify-content: space-between;
}

.pro-Text{
    max-width: 50vw;
    height: 100vh;
    flex-direction: column;
    margin-top: 2vh;
    position: sticky;
    top: 7vh;
}

.MobileText {
    display: none !important;
}

h1.title{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4em;
    margin: 0%;
    padding: 0%;
    max-width: 45vw;
}

h2.subtitle{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6em;
    color: gray;
    margin: 0%;
    padding: 0%;
}

h3.heading{
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.5em;
    margin: 0%;
    margin-top: 5vh;
    margin-bottom: 1vh;
    padding: 0%;
}

.text{
    max-width: 35vw;
}

.pro-Content{
    flex-direction: column;
}

.pro-Image{
    width: 50vw;
    height: auto;
    object-fit: cover;
}
.pro-Image-landscape{
    width: 50vw;
    height: auto;
    object-fit: cover;
}

.pro-Image img{
    width: 100%;
    height: auto;
}

.pro-Image-landscape img{
    width: 100%;
    height: auto;
}

.next-Pro-cnt{
    display: flex;
    max-width: 100%;
    height: 10vh;
    margin-top: 5vh;
    justify-content: center;
}
.next-Btn{
    color: #131313;
}

.sc-ftr{
    display: grid;
    max-width: 100%;
    height: auto;
    grid-template-columns: repeat(8, 1fr);
    margin-top: 10vh;
    margin-bottom: 5vh;
    align-content: end;
}

.sc-ftr a{
    color: black;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
}

.sc-ftr-w a{
    color: white;
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5em;
    margin-left: 2vw;
    margin-right: 2vw;
}

.ftr-in{
    grid-column: 1;
}

.ftr-li{
    grid-column: 2;
}

.ftr-be{
    grid-column: 3;
}

.ftr-btt{
    grid-column: 8;
    text-align: right;
    white-space: nowrap;
}

.scroll-ftr{
    width: 100%;
    height: .5vh;
}

.next-Btn:hover{
    background-color: black;
    color: white;
}

.sc-ftr a:hover{
    background-color: black;
    color: white;
}

.sc-ftr-w a:hover{
    background-color: white;
    color: black;
}




















/* RESPONSIVE STYLES */
/* DESKTOP */
@media (max-width: 1440px) {
    .pro-Name {
        font-size: 2em;
        white-space: wrap;
        text-align: left !important;
        margin-left: 2vw;
        width: 80%;
    }

    .pro-no {
        font-size: 2em;
        width: auto;
    }

    .big-flex-ctn {
        gap: 3em !important;
    }

    .pro-Cover-img {
        padding: 0;
        margin: 0 !important;
        width: 100vw;
        height: auto;
    }

    .pro-Info {
        align-self: flex-end;
        width: 100%;
    }

    .pro-Wrap-cnt {
        align-items: center;
        height: auto;
    }

    .pro-Content {
        gap: 1px !important;
    }

    .MobileText {
        display: none !important;
    }

    h1.title {

        font-size: 4em !important;
    }

    .pro-Text {
        width: 100%;
        font-size: 1em;
        max-width: 100%;
    }

    .text {
        font-size: 1em;
        width: 90%;
        max-width: 90%;
    }

    .pro-Image {
        width: 50vw;
        height: auto;
        object-fit: cover;
    }
}

/* LAPTOP */
@media (max-width: 1024px) {
    .pro-Name {
        font-size: 2em;
        white-space: wrap;
        text-align: left !important;
        margin-left: 2vw;
        width: 80%;
    }

    .big-flex-ctn {
        gap: 5em !important;
    }

    img {
        width: 100%;
        height: 100%;
    }

    .pro-no {
        font-size: 2em;
        width: auto;
    }

    .pro-Cover-img {
        padding: 0;
        margin: 0 !important;
        object-fit: cover;
        width: 100vw;
        height: 100vh;
    }

    .pro-Info {
        align-self: flex-end;
        width: 100%;
    }

    .pro-Wrap-cnt {
        align-items: center;
        height: auto;
    }

    .pro-Content {
        gap: 1px !important;
    }

    .MobileText {
        display: none !important;
    }

    h1.title {
        font-size: 3em !important;
    }

    .pro-Text {
        width: 100%;
        font-size: 0.8em;
        max-width: 100%;
    }

    .text {
        font-size: 1em;
        width: 90%;
        max-width: 90%;
    }

    .pro-Image {
        width: 50vw;
        height: auto;
        object-fit: cover;
    }

}

/*TABLETS */
@media (max-width: 1023px) {
    .pro-Name {
        font-size: 2em;
        white-space: wrap;
        text-align: left !important;
        margin-left: 2vw;
        width: 80%;
    }

    .pro-no {
        font-size: 2em;
        width: auto;
    }

    .pro-Cover-img {
        padding: 0;
        margin: 0 !important;
        width: 100vw;
        height: auto;
    }

    .pro-Info {
        align-self: flex-start;
        width: 100%;
    }

    .pro-Wrap-cnt {
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
    }

    .abt-struc{
        max-width: 100%;
        height: auto;
        flex-direction: column;
        margin-bottom: 10vh;
    }
    
    .abt-struc img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .abt-Text{
        display: flex;
        height: auto;
        width: 100%;
        flex-direction: column;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    
    .abt-p{
        max-width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 4vh;
    }

    .main{
        flex-direction: column;
    }
}

/* MOBILE */
@media (max-width: 768px) {

    .gif{
        max-width: 100%;
        display: flex;
        position: fixed;
        top: 30%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .pro-Name {
        font-size: 2em;
        white-space: wrap;
        text-align: left !important;
        margin-left: 2vw;
        width: 80%;
    }

    .pro-no {
        font-size: 2em;
        width: auto;
    }

    .pro-Cover-img {
        padding: 0;
        margin: 0 !important;
        width: 100vw;
        height: auto;
    }

    .pro-Info {
        align-self: flex-start;
        width: 100%;
    }

    .pro-Wrap-cnt {
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: center;
        height: auto;
    }

    .MobileText {
        display: block !important;
    }

    .pro-Cnt {
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .title {
        text-align: left !important;
        max-width: 80vw !important;
    }

    .subtitle {
        margin-bottom: 2vh !important;
    }

    h1.title {
        text-align: center;
        font-size: 5em;
    }

    p {
        margin-bottom: 3vh;
    }

    h3.heading {
        margin-top: 3vh;
    }

    .pro-Text {
        display: none !important;
        font-size: 0.7em;
        width: 100% !important;
        height: auto;
        justify-content: center;
        text-align: left;
        align-items: center;
        max-width: 100%;
    }

    .flex {
        position: static;
    }

    .text {
        width: 100% !important;
        max-width: 100%;
    }

    .pro-Image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .pro-Image-landscape{
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .nav-contact {
        display: none;
    }

    .nav-About {
        display: none;
    }

    .nav-Project {
        display: none;
    }

    .nav-li {
        display: none;
    }

    .nav-be {
        display: none;
    }

    .mobile-nav {

        color: white !important;
    }

    .nav-Menu {
        display: block;
        grid-column: 7;
        color: white !important;
    }

    .abt-struc{
        max-width: 100%;
        height: auto;
        flex-direction: column;
        margin-bottom: 10vh;
    }
    
    .abt-struc img{
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    
    .abt-Text{
        display: flex;
        height: auto;
        width: 100%;
        flex-direction: column;
        margin-left: 2vw;
        margin-right: 2vw;
    }
    
    .abt-p{
        max-width: 100%;
        height: auto;
        flex-direction: column;
        margin-top: 4vh;
    }

    .main{
        flex-direction: column;
    }
    
}



/* SMALL MOBILE */
@media (max-width: 480px) {
    .pro-Name {
        font-size: 2em;
        margin-left: 2vw;
        width: 80%;
        text-align: center;
    }

    .pro-no {
        font-size: 2em;
        width: auto;
        margin-right: 3vw;
        text-align: center;
    }

    .pro-Cover-img {
        width: 100vw;
        height: auto;
        margin: 1em auto;
    }

    .pro-Info {
        align-self: flex-start;
    }

    .pro-Wrap-cnt {
        flex-direction: column;
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
        height: auto;
    }
}



