*{
    margin:0;
    padding:0;
    letter-spacing: 1.6px;
    box-sizing: border-box;
    font-family: 'Baskerville';
    font-weight: lighter;
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

*::-webkit-scrollbar {
    display:none;
  }

.all{
    width:100vw;
    height:100vh;
    overflow: hidden;
    position: relative;
}

.scrollScreen{
    position: absolute;
    display: inline-block;
    z-index: -100;
    width: 1px;
    height:2000vh;
    left:0;
    background-color: transparent;
    opacity: 0;
}










.loadPage{
    width:100vw;
    height:100vh;
    display: flex;
    align-items: center;
    justify-content:center;
    position: fixed;
    z-index: 200;
}

.loadPageWhite{
    width:100%;
    height:100%;
    background-color: white;
    z-index: 3;
    position: absolute;
    transition:1s;
}

#loadPageContainer{
    background-color: unset;
    position: absolute;
    width:100vw;
    height:100vh;
    z-index: 1;
}

.left{
    position: absolute;
    z-index: 2;
    left:0;
    top:0;
    transition: 1s;
}

.right{
    position: absolute;
    z-index: 2;
    right:0;
    bottom:0;
    transition: 1s;
}

#centerLine{
    position: absolute;
    z-index: 5;
}

.loadTextContainer{
    position: absolute;
    z-index: 4;
    width:100vw;
    height:100vh;
}

.loadTextBlock{
    width:100%;
    height:100%;
    opacity:0;
}

.loadText1{
    position: absolute;
    top:15%;
    left:10%;
    font-size:100px;
    font-weight: lighter;
}

.loadText2{
    position: absolute;
    right:10%;
    bottom:15%;
    font-size: 100px;
    font-weight: lighter;
}

.loadText span{
    font-family: 'Baskerville';
    display:inline-block;
    transition: 1s;
    position: relative;
    margin:0;
    padding:0;
    opacity:0;
    transition-timing-function: ease-in;
}














#particleContainer{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:visible;
    transition:1.5s;
    opacity: 1;
    width:100vw;
    height:100vh;
}

#particle{
    z-index: -1;

}

.wavesContainer{
    position: fixed;
    width:100vw;
    height:100vh;
    justify-content:center;
    align-items:center;
    display: flex;
    visibility: visible;
    transition:1.5s;
}

.waves{
    width:80%;
    height:100%;
    justify-content:center;
    align-items:center;
    display: flex;
}

.wave{
    position: absolute;
}

#wave1{
    transform:rotate(-20deg);
    width:200vw;
}

#wave2{
    transform:rotate(-10deg);
    width:200vw;
}

#wave3{
    transform:rotate(-30deg);
    width:200vw;
}





.header{
    width:135px;
    height:100vh;
    display:flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 100;
}

.headerContainer{
    width:100px;
    height:100%;
}

.headerLogo{
    width:100%;
    margin-top:70px;

}

.logo{
    width:100%;
}

.logoName{
    font-size: 10px;
    margin-left:9px;
    color:rgb(59, 59, 59);
}

.contentList{
    font-size: 12px;
    margin-top:100px;
    text-decoration:none;
    position: absolute;
    width:100%;
}

.contentList li{
    list-style:none;
    margin:40px 0px;
    width:100%;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.contentList a{
    transition: 1s;
    text-decoration: none;
    color:rgb(59, 59, 59);
    padding:5px 0;
}

.mark{
    position: absolute;
    width:0;
    height:0;
    font-size: unset;
    box-sizing: unset;
    border-top:5px solid transparent;
    border-left:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid black;
    right:50%;
    transition:1s;
    opacity: 0;
}

.contentListMiniScreen{
    display:none;
}

.contentList li:nth-child(5){
    display: none;
}






.rightBlank{
    width:135px;
    height:100vh;
    position: fixed;
    right:0;
    z-index: 100;
    display: flex;
    justify-content:left;
    align-items:center;
}

.contact{
    margin-top:300px;
    width:90%;
}

.contact p{
    margin:20px 0;
    font-size: 14px;
    letter-spacing: 0.1px;
    text-align: right;
}






.scrollContainer{
    width:100vw;
    height:60px;
    position: fixed;
    bottom:5%;
    text-align: center;
    z-index: 100;
    transition: 1s;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}

#scrollButton{
    width:60px;
    height:60px;
    border:1px solid black;
    border-radius:100%;
    display:flex;
    justify-content: center;
    align-items: center;
    transition: 1s;
    background-color: transparent;
    z-index: 100;
    font-weight:bolder;
    pointer-events: auto;
    cursor: pointer;
}

#scrollButton p:nth-child(2){
    position: absolute;
    bottom:10px;
    letter-spacing: 0.1px;
    font-weight: lighter;
    font-size: 10px;
    color:transparent;
    transition:1s;
}

#scrollButtonRipple{
    content:'';
    position: absolute;
    height:60px;
    width:60px;
    border-radius: 100%;
    transform: scale(0);
    box-shadow: inset 0 0 1000px 0px cyan;
    opacity: 0.5;
    transition-duration:1s;
    transition-timing-function:ease-out;
    z-index: 101;
}


















.main{
    width:calc(100vw - 270px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right:135px;
    z-index: 1;
    height:100vh;
}

.container{
    width:100%;
    position: fixed;
    transition: 1s;
}

span{
    display:inline-block;
    transition: 1s;
    position: relative;
    margin:0;
    padding:0;
}

.white{
    width:100vw;
    height:100vh;
    position: fixed;
    background-color: white;
    z-index: 2;
    transition: 1s;
    opacity: 0;
    visibility:hidden;
    transition-timing-function: ease-in;
}
















.content1{
    height:100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    visibility:visible;
}

.centerLogoContainer{
    width:1000px;
    height:400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.centerLogo{
    text-align: center;
}

.centerLogo h1{
    font-size: 80px;
    line-height: 80px;
    display: inline-block;
}

.centerLogo h3{
    margin:0 auto;
    display:block;
    font-size: 30px;
    margin-top:20px;
}










.content2{
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    width:90%;
}

#circleBox{
    width:650px;
    height:650px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#circle{
    width:100%;
    height:100%;
    position: absolute;
    transform:scale(1);
    transition:1s;
    transition-timing-function: ease-out;
}









.circleText{
    width:390px;
    display: inline-block;
    position: absolute;
    height:65%;
}

.circleText h3{
    font-size: 40px;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    color:rgb(51, 51, 51);
    display:inline-block;
    position: relative;
    top:0;
}

.profileList{
    display: inline-block;
    text-align: start;
    width:100%;
    bottom:0;
    position: relative;
}

.profileListContainer{
    width:100%;
    border-bottom:1px solid black;
    display: table;

}

.profileListContainer h4{
    font-size: 14px;
    text-align:left;
    letter-spacing: 0.1px;
    font-weight:900;

    
}

.profileListContainer p{
    font-weight: 100;
    letter-spacing: 0.1px;
    text-align: right;
}

.profileList h5{
    font-size: 12px;
    margin-top: 20px;
    line-height: 20px;
    font-weight: lighter;
}




#flowText{
    font-weight: bolder;
}








.content3{
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility:hidden;
}

.atelierContainer{
    position: absolute;
    width:90%;
    height:90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atelierRotateContainer{
    border-radius: 100%;
    width:100vmin;
    height:100vmin;
    transform:rotateX(85deg) rotateY(-20deg);
    transform-style: preserve-3d;
}

.atelier{
    border-radius:100%;
    width:100vmin;
    height:100vmin;
    position: relative;
    transform-style: preserve-3d;
    transform:rotateZ(90deg);
    transition: 0.5s;
}

.work{
    width:45%;
    height:30%;
    position: absolute;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.work img{
    width:100%;
    transition: 0.5s;
    border:1px black solid;
    opacity:0.9;
}

.content3ButtonContainer{
    position: absolute;
    display: inline-block;
    padding:5px;
}

.content3ButtonContainer p{
    font-size: 15px;
    transition: 0.5s;
    cursor: pointer;
}

.previousButton{
    left:15%;
    top:20%;
    text-align: left;
}

.nextButton{
    right:15%;
    bottom:20%;
    text-align: right;
}

.prevArrow{
    width:60px;
    position: absolute;
    border-bottom: 1px solid;
    right:5px;
    margin-top: 5px;
    transition: 0.5s;
}

.prevArrow2{
    position: absolute;
    left:0;
    bottom:2px;
    width:13px;
    border-bottom:1px solid;
    transform:rotateZ(-20deg);
    transition: 0.5s;
}

.nextArrow{
    width:60px;
    position: absolute;
    border-bottom: 1px solid;
    left:5px;
    margin-top: 5px;
    transition: 0.5s;
}

.nextArrow2{
    content:'';
    position: absolute;
    right:0;
    bottom:2px;
    width:13px;
    border-bottom:1px solid;
    transform:rotateZ(20deg);
    transition:0.5s;
}

#lineDrow{
    width:100vw;
    height:100vh;
}

.work a{
    width:100%;
    height:90%;
    position: absolute;
    transform-style: preserve-3d;
    transform:rotate(20deg) scale(1.4);
    pointer-events: none;
}










.content4{
    height:100vh;
    text-align: center;
    display: flex;
    justify-content:center;
    align-items:center;
    visibility: hidden;
}

.content4 h1{
    position: relative;
    display:block;
    font-size: 50px;
}




@media screen and (max-width:800px) { 
    h1 span{
        font-size: 40px;
    }

    #circleBox{
        transform:scale(0.8);
    }

    #scrollButton{
        border:0px;
    }
    #scrollButton p:nth-child(2){
        color:gray;
    }

    .rightBlank{
        display: none;
    }

    .header{
        width:100vw;
        height:140px;
        background-color: rgba(112, 128, 144, 0);
        display:inline-flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 100;
    }

    .headerContainer{
        width:100%;
        height:100%;
        position: absolute;
    }

    .headerLogo{
        position: absolute;
        height:70px;
        width:70px;
        margin:unset;
        top:40px;
        left:20px;
    }

    .logo{
        height:70%;
        width:unset;
        position: absolute;
        margin:10px 0 0 5px;
    }

    .logoName{
        position: absolute;
        font-size: 10px;
        margin:unset;
        color:rgb(59, 59, 59);
        transform:scale(1);
        width:110%;
        bottom:0;
        transform:scale(0.9);
    }

    .contentList{
        font-size: 10px;
        margin-top:unset;
        text-decoration:none;
        position: absolute;
        width:250px;
        height:250px;
        border-radius: 100%;
        right:-50px;
        top:-50px;
        transform:rotate(150deg);
        opacity:0;
        visibility: hidden;
    }
    
    .contentList li{
        list-style:none;
        margin:unset;
        width:unset;
        display: inline-block;
        position: absolute;
        transform: rotate(-150deg);
        transition: 1s;
    }
    
    .contentList a{
        transition: 1s;
        text-decoration: none;
        color:rgb(59, 59, 59);
        padding:5px 0;
    }

    .mark{
        display: none;
    }

    .contentList li:nth-child(5){
        display:inline-block;
    }

    .contentListMiniScreen{
        display: inline-block;
        width:70px;
        height:100px;
        position: absolute;
        right:0;
    }

    .hamburgerMenu{
        width:35px;
        height:40px;
        position:absolute;
        top:50px;
        right:25px;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 2;
    }

    .hamburgers{
        width:100%;
        height:100%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .hamburger{
        width:100%;
        height:5px;
        position: absolute;
        background-color: rgba(128, 128, 128, 0.774);
        transition:0.5s;
    }

    .hamburger::before{
        content:"";
        width:100%;
        height:5px;
        position: absolute;
        top:-10px;
        background-color: rgba(128, 128, 128, 0.774);
    }

    .hamburger::after{
        content:"";
        width:100%;
        height:5px;
        position: absolute;
        bottom:-10px;
        background-color: rgba(128, 128, 128, 0.774);
    }

    .crosses{
        width:100%;
        height:100%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        visibility:hidden;
        z-index: 0;
    }

    .crossContainer{
        width:100%;
        height:100%;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: rotateY(90deg);
        transition: 0.5s;
    }

    .cross{
        width:100%;
        height:5px;
        background-color: rgba(128, 128, 128, 0.774);
        position: absolute;
        transform: rotate(45deg);
        transition: 0.5s;
    }

    .cross::after{
        content:"";
        position: absolute;
        width:100%;
        height:100%;
        background-color: rgba(128, 128, 128, 0.774);
        transform:rotate(90deg);
    }

    .rightBlankMini{
        font-size: 10px;
        margin-top:unset;
        text-decoration:none;
        position: absolute;
        width:250px;
        height:250px;
        border-radius: 100%;
        right:-50px;
        top:-50px;
        transition:1s;
        z-index: 0;
        visibility:hidden;
        transform:rotate(150deg);
        opacity:0;
    }

    .contactMini{
        margin:unset;
        width:unset;
    }

    .contactMini p{
        margin: unset;
        font-size: 14px;
        letter-spacing: 0.1px;
        text-align:unset;
        position: absolute;
        transform:rotate(-150deg);
        transition:1s;
        cursor:pointer;
    }

    #lineDrow{
        width: 100vmin;
        height: 100vmin;
    }

    .scrollContainer{
        bottom:15%;
    }

}

