@charset "UTF-8";

@font-face {
    font-family: "Nimbus L";
    src: url("/fonts/NimbusSanL-Bol.woff2") format('woff2');


}

:root {
    --hover-color: rgb(200, 200, 200);
    --bg-color: rgba(255, 255, 255, 0.8);
}

body {
    font-family: "Nimbus L";
    overflow-x: hidden;
}

a:link {
    color: black;

}

.link-url {
    color: rgb(0, 0, 0);
}

.url-decoration {
    color: rgb(0, 0, 0);

}

.h3-collab {
    width: auto;
    min-width: fit-content;
    padding-right: 5px;
}

.h3 {
    font-size: 1em;
}

.h3-hover {
    font-size: 1em;
}

.h3-hover:hover {
    color: var(--hover-color);
}

.h3-select {
    font-size: 1em;
}

.h3-select:hover {
    color: var(--hover-color);
}

.h3-select-year {
    font-size: 1em;

}

.h3-select-year:hover {
    color: var(--hover-color);

}

.h3-select-tag {
    font-size: 1em;

}

.h3-select-tag:hover {
    color: var(--hover-color);


}

.h3-selected {
    color: var(--hover-color);

}

.h3-tab {
    padding-left: 15%;

}

.tab {
    position: relative;
    display: flex;
    flex-direction: row;

}

#greyed {
    color: var(--hover-color);
}

.container {
    box-sizing: border-box;
    display: flex;
    position: relative;
    justify-content: baseline;
    align-items: center;
    width: 100vw;
    height: 100vh;
    flex-direction: column;


}


.loader {
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    overflow: hidden;
    z-index: 1000;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: var(--bg-color);

}

.enter {
    position: absolute;
    display: block;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    top: 50%;
    left: 50%;


}

#enter-select {
    display: flex;
    justify-content: center;
    width: 100px;
    transform: translate(-50%, -50%);
    transition: all .3s ease-out;

}

#enter-select:hover {
    opacity: 0%;
}

#enter-full {
    width: 110px;
    height: 2%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all .4s ease-out;

}

.fully-entered {
    width: 100%;
    height: 100%;
    background-color: red;
}

.lanimate {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    transition: clip-path .3s ease-out;
    clip-path: polygon(47% 47%, 47% 53%, 48% 53%, 48% 48%, 52% 48%, 52% 52%, 48% 52%, 48% 53%, 53% 53%, 53% 47%);
}

.clip-mid {
    clip-path: polygon(44% 46%, 44% 54%, 45% 54%, 45% 48%, 55% 48%, 55% 52%, 45% 52%, 45% 54%, 56% 54%, 56% 46%);

}

.clip-animate {
    clip-path: polygon(0 3%, 0 95%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 97%, 100% 97%, 100% 3%);
}


.lshelf {
    display: flex;
    position: relative;
    width: 100%;
    height: 50%;
    /* background-color: aquamarine; */

}

.lblock {
    display: block;
    position: relative;
    width: 50%;
    height: 100%;

}

/* #lblock1 {
    border-right: solid 1px black;

}

#lblock3 {
    border-right: solid 1px black;

} */



.top {
    box-sizing: border-box;
    display: flex;
    position: sticky;
    top: 0;
    width: 100vw;
    justify-content: center;
    align-items: baseline;
    z-index: 1;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: var(--bg-color);


}

.tblock {
    display: flex;
    position: relative;
    width: 100vw;
    padding: 5px;

}

#t1 {
    border-right: solid 1px black;
}

.tinside {
    display: flex;
    min-width: 25%;
    flex-direction: column;
}


#tabout {
    width: 100%;
}

#twork {
    padding-right: 5px;
}

#ttags {
    width: 100%;
}

.unfold {
    display: none;
    position: relative;
    width: auto;
    height: 100%;
    padding-top: 10px;
    flex-direction: column;

}


.unfold-display {
    display: flex;


}

#uabout {
    width: 100%;
}

.txtblock {
    display: flex;
    position: relative;
    width: auto;
    height: auto;
    padding-bottom: 30px;
    flex-direction: column;
}



.unmatched {
    display: none;
    pointer-events: none;
}



.main {
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
    top: 0;
    left: 0;
    right: 0;

}

.shelf {
    box-sizing: border-box;
    display: flex;
    position: relative;
    max-width: 100vw;
    height: auto;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: 25%;
    margin-right: 25%;
}




.proj {
    box-sizing: border-box;
    position: relative;
    width: 25%;
    min-width: 200px;
    height: 300px;
    background-color: rgb(255, 255, 255);
}

.img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.proj:hover::after {
    content: '';
    position: absolute;
    background-color: var(--hover-color);
    opacity: .5;
    width: 100%;
    height: 100%;
    transform: translate(-100%);

}


.img2 {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
    max-height: 100%;
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.5));
    -webkit-user-select: none;
    user-select: none;
}

.video {
    box-sizing: border-box;
    display: block;
    transform: translateY(13px) scale(97%);
    max-width: 100%;
    height: auto;
    max-height: 100%;
    filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.5));
    -webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.5));
}


.focus {
    box-sizing: border-box;
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    overflow: hidden;



}

.slider {
    box-sizing: border-box;
    display: flex;
    position: relative;
    height: 100%;
    width: auto;
    justify-content: left;
    align-items: center;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    overflow: hidden;

}


.projfocus {
    box-sizing: border-box;
    display: flex;
    position: relative;
    min-width: 100vw;
    height: 100%;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transition: transform .3s ease-in-out;

}

.arrow {
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 100%;
    -webkit-user-select: none;
    user-select: none;

}

#arrowleft {
    left: 0;


}


#arrowright {
    right: 0;


}

.pointer {
    display: block;
    pointer-events: none;
    width: auto;
    height: auto;
    font-size: 1.2em;
}

#pointer {
    display: none;
    position: absolute;
    border-right: 0;
    border-top: 0;
    transform: translateX(-50%);
    z-index: 10;
}

#pointerleft {
    display: none;
    position: relative;
    border-right: 0;
    border-top: 0;


}

#pointerright {
    display: none;
    position: relative;
    border-left: 0;
    border-top: 0;

}


.cross {
    display: block;
    position: absolute;
    width: 35px;
    height: 35px;
    opacity: 0;
    z-index: 15;
    right: 0;
    bottom: 0;
    pointer-events: none;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: var(--bg-color);

}

.cross-inside {
    display: block;
    position: relative;
    font-size: 1.2em;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -40%);

}

.cross:hover {
    background-color: var(--hover-color);
}

.bottom {
    box-sizing: border-box;
    display: flex;
    width: 100vw;
    position: relative;
    height: fit-content;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: var(--bg-color);
}


.bblock {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    padding: 5px;
    border-right: solid 1px black;
}

#b2 {
    border-right: none;
    flex-direction: column;
}

.binside {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#bdesc {
    padding-right: 15px;
    padding-bottom: 15px;
}


.toggledesc {
    display: none;
    border-right: solid 1px black;
}

#bcollab {
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    flex-wrap: wrap;
}

.togglecollab {
    display: none;
}


.link-description {
    padding-right: 5px;
}

#bcount {
    align-items: end;
}

.toggle {
    display: flex;
    position: relative;
    justify-content: center;
    width: 21px;
    height: auto;
}

.toggle:hover {
    background-color: var(--hover-color);

}



.intag {
    display: block;
    position: relative;
}

.tag {
    display: block;
    position: relative;

}


@media screen and (max-width: 650px) {


    #t1 {
        border-right: none;
        width: 30%;


    }

    .txtblock {
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        background-color: var(--bg-color);
        padding-left: 5px;
        left: -5px;
        padding-top: 5px;
        top: 11px;

    }


    #twork {
        width: 60%;
        
    }
    

    #uabout {
        width: 100vw;
        position: absolute;


    }

    #uwork {
        width: 100vw;
        position: absolute;

    }

    #utags {
        width: 100vw;
        position: absolute;

    }

    .bottom {
        flex-direction: column;
    }

    .proj {}

    .projfocus {
        height: 100%;
    }

    .video {
        transform: translateY(0px) scale(100%);
    }

    .tinside {
        width: 50%;
    }

    #twork {
        width: 65%;
    }


    .arrow {
        width: 40px;

    }

    
    .bblock {
        border: none;
    }

    #bnumber {
        width: 60%;
    }

    #btitre {
        width: 80%;
    }

    #btag {
        width: 60%;
    }

    #bcount {
        width: 50%;
    }



    #pointer {
        display: none;
    }

    #pointerleft {
        opacity: 0;
    }

    .h3-tab {
        padding-left: 70px;

    }


    .cross{
        width: 30px;
        height: 30px;   
        
    }


    .cross-inside{
        top: 50%;
        left: 45%;
        transform: translate(-20%, -40%);

    }

}