@import url('https://fonts.googleapis.com/css2?family=Recursive:slnt,wght,CASL,CRSV,MONO@-15..0,300..1000,0..1,0..1,0..1&display=block');

/*reset page to 0,0*/
*{
    margin:0;
    padding:0;
}

@font-face {
    font-family: 'movementregular';
     src: url('https://explorevari.com/fontKit/movementv-webfont.woff2') format('woff2'),
         url('https://explorevari.com/fontKit/movementv-webfont.woff') format('woff'),
         url('https://explorevari.com/fontKit/movementv-webfont.ttf') format('truetype');
    font-weight: 100 900;
    
}
@font-face {
    font-family: 'Recursive';
    font-style: normal;
    font-weight: 300 900;
}
html{
    font-family:'movementregular', serif;
    font-weight: 200;
    font-style:normal;
}

button{
    font-family: 'movementregular', serif;
    text-align: center;
    text-decoration: none;
    border: none;
    font-size: 40px;
    padding: 5px 10px 5px 10px;
}
a, button{
    cursor: url("../assets/hoverCursor.png") 12 12, crosshair;
    text-decoration: none;
}
.about a{
    text-decoration:none;
    color:white;
}
.about{
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    margin: 20px 0 20px 30px;
    z-index:1;
}
.portfolio{
    color: black;
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 30px 20px 0;
    z-index:1;
}
.portfolio a{
    text-decoration:none;
    color:black;
}
.container{
    height:100%;
    width:50%;
    position: fixed;
}

.left{
    left:0;
    background-color: black;
    color:white;
}
.left a{
    color:white;
}
.left button{
    position:absolute;
    background-color: transparent;
    text-decoration:none;
    color:white;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.left a:visited{
    text-decoration: none;
    color:white;
}
.circle{
    display: none;
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0;
}
.one{
    background: linear-gradient(0, #484848, #1A1A1A);
    left:25px;
    top: -25px;
    opacity: 55%;
    overflow:hidden;
}
.two{
    background: linear-gradient(0, #000000, #3C3C3C);
    left: 275px;
    top: 400px;
    overflow:hidden;
}
.three{
    background: linear-gradient(0, #484848, #000000);
    left: 275px;
    top: 850px;
    filter: blur(75px);
    overflow:hidden;
}

.four{
    background: linear-gradient(0, #484848, #000000);
    top: 650px;
    filter: blur(75px);
    overflow:hidden;
}
.right{
    font-variation-settings: "wght" 200, "SPAC" 900;
    right:0;
    background-color: white;
    color:black;
}
.right a{
    color:black;
}
.right button{
    position:absolute;
    background-color: transparent;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.right a:visited{
    text-decoration:none;
    color:black;
}
.circleR{
    display: none;
    position: absolute;
    filter: blur(50px);
    border-radius: 50%;
    height: 300px;
    width: 300px;
    margin: 0;
}
.five{
    background: linear-gradient(0, #FFC1DE, #E8FBFF);
    right:25px;
    top: -150px;
    overflow:hidden;
}
.six{
    background: linear-gradient(0, #E8FBFF, white);
    left: 375px;
    top: 200px;
    overflow:hidden;
}
.seven{
    background: linear-gradient(0, #E8FBFF, #ECFFC7);
    left: 45px;
    top: 500px;
    overflow:hidden;
}
.eight{
    background: linear-gradient(0, #FFC1DE, #ECFFC7);
    left:235px;
    top: 805px;
    overflow:hidden;
}
.left button a:hover{
    font-weight: 400;
    font-variation-settings: 'wght' 400;
}
.right button a:hover{
    font-weight:400;
    font-variation-settings: 'wght' 400, 'SPAC' 900;
}