* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
    font: inherit;
    font-family: Overpass;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

/*
@font-face {
    font-family: Garamond;
    src: url(../fonts/CormorantGaramond-Regular.ttf);
}

@font-face {
    font-family: Òverpass;
    src: url(../fonts/Overpass-VariableFont_wght.ttf);
}*/

@font-face {
    font-family: "newAtten-Regular";
    src: url(../fonts/newAtten-regular.ttf);
}

@font-face {
    font-family: "newAtten-Regular-italic";
    src: url(../fonts/newAtten-Regular-italic.otf);
}

@font-face {
    font-family: "newAtten-Book";
    src: url(../fonts/newAtten-book.otf);
}

@font-face {
    font-family: "newAtten-Book-italic";
    src: url(../fonts/newAtten-Book-italic.oft);
}

@font-face {
    font-family: "newAtten-Medium";
    src: url(../fonts/newAtten-Medium.oft);
}

@font-face {
    font-family: "newAtten-Medium-italic";
    src: url(../fonts/newAtten-Medium-italic.oft);
}

@font-face {
    font-family: "newAtten-Bold";
    src: url(../fonts/newAtten-bold.oft);
}

@font-face {
    font-family: "newAtten-Bold-italic";
    src: url(../fonts/newAtten-Bold-italic.oft);
}


body{
    height: 100vh;
    width: 100vw;
    overflow: scroll;
    color: rgb(255, 255, 255);
    background-color: #171717;
    transition: background-color 0.9s ease-in-out, color 0.9s ease-in-out;
}

body.no-scroll {
    overflow: hidden;
   
}






p{
    font-family: "newAtten-Book", sans-serif;
    font-size: 1.15rem;
}

h1{
    font-family: "newAtten-Medium", sans-serif;
    font-size: 1.4rem;
    letter-spacing: 0.01em;
    width: 13ch;
    transition: transform 0.7s ease-in-out;
    position: fixed;
}

a h1{
    color:white;
}

h2{
    font-family: "newAtten-medium", sans-serif;
    
    line-height: 1.1;
  
}

.participants li{
   font-family: "newAtten-Bold", sans-serif;
   display: none;
}

.participants p{
    font-family: "newAtten-medium", sans-serif;
    display: none;
 }

.participants{
    text-decoration: none;
    list-style: none;
    font-size: 0.8em;
    font-family: "newAtten-Medium", sans-serif;
    position: absolute;
    bottom: 3em;
    
    opacity: 0;
    opacity: 0;
    transition: opacity 0.7s ease-in; 
}

.legal-h2{
    font-family: "newAtten-Medium", sans-serif;
    color: white;
    font-size: 1.5em;
    margin-top: 0.5em;
}

h3{
    font-family: "newAtten-Medium", sans-serif;
    font-size: 2rem;
}

header{
    padding:1.5rem 17vw 1.5rem 2rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: top;
    z-index: 150;
    width: 100%;
}

.hidden {
    /*transform: translateY(-7.5vw);*/
    transform: translateY(-20vw);
    
}

.hiddenSkill{
    /*transform: translateY(-6.5rem);*/
    /*transform: translateY(-21rem);*/
    transform: translateY(-19.5vw);
    position: fixed;
}

button{
    font-family: "newAtten-medium", sans-serif;
    padding: 0.5rem 1rem;
    border: none;
    background-color: white;
    color: rgb(0, 0, 0);
    cursor: pointer;
    border-radius: 20px;
}

.contact{
    text-transform: uppercase;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
    margin-top:0vw;
    transition: transform 0.9s ease-in-out;
    cursor: pointer;
}

strong{
    font-family: "newAtten-Bold", sans-serif;
}

.skill-wrapper{
    position: fixed;
    flex-wrap: nowrap;
    top: 21vw;
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
    align-items: center;
    gap: 1rem;
    transition: transform 0.9s ease-in-out;
    left: 210px;
}

.skill-button-wrapper{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items:flex-start;
    width: max-content;
    
}

.skill-button-wrapper.selected-skill img{
   display: block;
}

.skill-button-wrapper.selected-skill button{
    color: white;
    background-color: #171717;
    padding-left: 2.5em;
}

.skill-button-wrapper img{
    position: absolute;
    top: 0.5em;
    left: 1em;
    display: none;
    transition: opacity 0.2s ease-out;
}

.skill{
    position: relative;
    font-family: "newAtten-Medium", sans-serif;
    letter-spacing: 0.02em;
    font-size: 1rem;
    width: max-content;
    padding: 0.25rem 1rem;
    border: 2px solid #171717;
    background-color: white;
    transition: color 0.2s ease-out, background-color 0.2s ease-out, padding 0.2s ease-out;
    box-shadow: inset 1px 1px 0px rgb(255, 255, 255), inset -1px -1px 0px white, inset 1px -1px 0px white, inset -1px 1px 0px rgb(255, 255, 255);
    
}

.project-skill {
    color: white;
    background-color: #171717;
}

.project-skill + img {
    opacity: 0.5;
}

.skill:hover {
    color: white;
    background-color: #171717;
}

/*
.intro{
    font-family: "newAtten-Medium", sans-serif;
    line-height: 1.1;
    width: 100%;
    padding-left: 0rem;
    margin-top: -0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 4vw;
    transition: transform 0.6s ease-in-out;

}*/
.intro {
    font-size: 4vw;
    margin-left: 180px;
    width: 75vw;
    margin-top: -0.25em;
    display: flex;
    flex-direction: column;
    transition: transform 0.9s ease-in-out;
}

span{
    font-family: "newAtten-Medium", sans-serif;
    text-transform: uppercase;
}

a{
    font-family: "newAtten-Regular", sans-serif;
    cursor: pointer;
    font-size: 1.15em;
    color:#000000;
    text-decoration: none;
}

#legal{
    margin-right: 4.3em;
}



.line {
    overflow: hidden;
    height: 1.15em;
    position: relative;
    /*width: 80vw;*/
}

.line-above,
.line-below {
            height:1.1em;
            position: absolute;
           /* width: 80vw;*/
            transition: transform 0.5s ease-in-out;
        }


        .line-above {
            transform: translateY(-105%);
        }

        .line-below {
            transform: translateY(15%);
        }

        .animate .line-above {
            transform: translateY(15%);
        }

        .animate .line-below {
            transform: translateY(105%);
        }

.tooltip-container {
    position: relative;
    display: inline-block;
    position: absolute;
    top: 2rem;  
    right: 2rem;
    transition: transform 0.6s ease-in-out;
    /*cursor: pointer;*/
}

.hiddenContact{
    transform: translateY(-20vw);
}

.tooltip-container .tooltip-text {
    font-family: "newAtten-Regular", sans-serif;
    visibility: hidden;
    width: 160px;
    background-color: #b2b2b2;
    color: #000000;
    text-align: center;
    border-radius: 20px;
    padding: 0.25em 0em;
    position: absolute;
    z-index: 1;
    top: 125%; /* Position the tooltip above the text */
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-container .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Arrow at the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #b2b2b2 transparent;
}

.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/*
#scroller{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000000;
    margin: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;

}*/

#scroller{
    position: relative;
    left: 0;
    top: 60vh;
    right: 0;
    bottom: 0;
    background-color: #00000000;
    margin: 0vh;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    /*padding-left: 2rem;*/
    transition: transform 0.7s ease-in-out;
   
}

#scroller.mini {
    overflow: hidden;
    height: 30.5vh;
}

#scroller.moveUp {
    transform: translateY(-10vh);
    
}



/*
#scroller>section {
    height: 60vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    position: relative;
}*/

#scroller>section {
    height: 35vh;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    box-sizing: border-box;
    position: relative;
    /*margin-top: 3rem;*/
    border-top: #00000015 1px solid;
    
    padding-left: 2rem;
    padding-top: 3vh;
    padding-bottom: 1vh;
    /*cursor: zoom-in;*/
   
}


.project {
    position: relative;
    font-size: 8px;
    height: 35vh;
    transition: transform 0.7s ease-in-out, height 0.7s ease-in-out;
    cursor: zoom-in;
    padding: 2rem 1rem;
    border-top: #00000015 1px solid;
}
/*
.project img {
    cursor: zoom-in !important;
}*/

.project.scaled {
    height: 100vh !important;
    font-size: 18px;
    cursor: auto;
}

.project.scaled img {
    height: 75vh;
    max-width: 70vw;
    object-fit: contain;
   /* cursor: auto;*/
}

.project.scaled .close-project img {
    /*height: 70px;*/
   height: 100%;
   width:100%;
    
}

.project.scaled h2 {
    padding-top: 4rem;
}

.project.scaled .project-title-wrapper {
    width: 90vw;
}

.project.scaled .project-gallery-module {
    width: 100vw;
    overflow-x: scroll;
    height: 75vh;
}

.project.scaled .participants{
    opacity: 1;
    
}

.project.scaled .participants li{
   display: block;
    
}

.project.scaled .participants p{
    display: block;
    font-family: "newAtten-Regular", sans-serif;
     
 }

.project-frame {
    position: relative;
    width: 100%;
    overflow-x: visible;
   
}

.project-frame h2 {
    position: relative;
    font-size: 3em;
    margin-bottom: 0.2em;
    transition: font-size 0.7s ease-in-out;
}

.project-title-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 40vw;
    transition: width 0.7s ease-in-out;
}

.close-project img {
    width: 100%;
    height: 100%;
    pointer-events: pointer;
}

.close-project {
    display:none;
    opacity: 0%;
    position: absolute;
    z-index: 160;
    right: 0;
    top: 2em;
    width: 5.5em;
    height: 5.5em;
    min-width: 50px;
    min-height: 50px;
    transition: opacity 0.9s ease-in-out;
    background-color: #ffffff00;
}

.visible-button{
    display: block;
    opacity: 1;
}

.project-gallery-module {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
    position: relative;
    height: 25vh;
    transition: height 0.7s ease-in-out;
}

.project img {
    height: 25vh;
    transition: transform 0.7s ease-in-out, height 0.7s ease-in-out;
}

.project-text {
    font-size: inherit;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   
    gap: 1rem;
}

.project-text p {
    padding-top: 0em;
    font-size: 1em;
    width: 36ch;
    transition: font-size 0.7s ease-in-out;
}

.project-text a{
    font-size: 1em;
    text-decoration: underline;
}

.footer{
    position: relative;
   
    width: 100%;
    height: 40vh;
    background-color: #ffffff00;
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-end;
    gap: 1rem;
    padding: 1.5em;
}

.footer-wrapper {
    width: 100%;
}

.footer-text {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-text div {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
}

#legal-text-wrapper{
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-color: #ffffff00;
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: flex-start;
    gap: 3em;
    padding: 5em 2em 2em 2em;
   
}

.legal-text{
    max-width: 80ch;
}

.swipe-arrow{
    /*width: 26px;*/
    width: 1.5em;
   display:none;
   
}

.swipe-note-wrapper{
    display: flex;
    justify-content: left;
    opacity: 0;
    transition: opacity 0.7s ease-in; 
}

.swipe-note-wrapper p{
    display: none;
    width: 3em;
}

.project.scaled img.swipe-arrow{
    display: block;
    height:1em;
    opacity: 1;
}

.project.scaled .swipe-note-wrapper {
    opacity: 1;
    position: relative;

}

.project.scaled .swipe-note-wrapper .desktop {
    display:block;
}

/* Media Queries: tablet */
@media screen and (max-width: 991px) {
    header{
        flex-direction: column;
        padding:1.5rem 2rem 1.5rem 2rem;
       
    }

    #scroller.mini {
        height: 40.5vh;
    }

    .intro {
        font-size: 5vw;
        width: 90vw;
        margin-top: 1em;
        margin-left: 0px;
    }

    .skill-wrapper{
        left: 1.5em;
        width: 100%;
        top: 38vw;
        flex-wrap: wrap;
    }

    .tooltip-container {
        top: 1.5rem;
    }

    .project-title-wrapper {
        width: 80vw;
    }

    .project.scaled .project-title-wrapper {
        width: 80vw;
    }

    .hidden {
        transform: translateY(-40vw);
    }
    
    .hiddenSkill{
        transform: translateY(-30vw);
    }

    .project.scaled h2 {
        padding-top: 8rem;
    }

    .project.scaled img {
        max-width: 95vw;
    }

    .project.scaled img {
        height: 65vh;
    }

    .project.scaled .project-gallery-module {
        height: 65vh;
    }

    .close-project {
        /*width: 14vw;*/
        top: 14vw;
    }

    #legal-text-wrapper{
        position: relative;
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff00;
        color: rgb(255, 255, 255);
        display: flex;
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 3em;
        padding: 5em 2em 2em 2em;
       
    }
    
    .project.scaled .swipe-note-wrapper {
        opacity: 1;
        position: fixed;
        bottom: 3em;
    
    }

    .project.scaled .swipe-note-wrapper .desktop {
        display:none;
    }

    .project.scaled .swipe-note-wrapper .mobile {
        display:block;
    }

  }

/* Media Queries: landscape */
@media only screen and (max-width: 767px) {
    
}

/* Media Queries: phone */
@media only screen and (max-width: 479px) {

   
    .skill-wrapper{
        position: relative;
        top: 15vw;
        left:0em;
        flex-wrap: wrap;
    }

    header{
        padding:1rem;
        position: relative;
    }

    .intro{
        margin-top: 4em;
    }

    

    .tooltip-container a{
        font-size: 1em;
    }

    .tooltip-container button{
        padding: 0.25rem 1rem;
    }

    #scroller>section{
        height: 45vh;
        padding-left: 1rem;
    }

    .tooltip-container {
        top: 1rem;  
    }

    .project.scaled h2{
        padding-top: 4rem;
        font-size: 1.5em;
    }

    .project.scaled .project-title-wrapper{
        width: 94vw;
    }

    .close-project{
        top: -2em;
        width: 4em;
    }

    .project-text p{
        width: 30ch;
    }

    .footer{
        padding: 1rem;
    }

    #legal {
        margin-right: 1rem;
    }
    .footer-text div{
        
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0.5em;

    }

    .hiddenSkill{
        transform: translateY(-40vw);
    }

    .project-frame h2{
        margin-bottom: 0.4em;
    }

    .project.scaled .project-gallery-module {
        height: 75vh;
    }

    .project.scaled img {
        height: 35vh;
    }

    #legal-text-wrapper{
        padding: 1rem;
        width:100%;
    }

    .legal-text {
        width:100%;
        
    }

    .legal-text p{
        
        font-size: 1rem;
    }

    .legal-h2{
        font-size: 1.5em;
       
    }


}