@font-face {font-family: 'arafys';src: url('arafys.woff') format('woff');font-weight: normal;font-style: normal;}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0.67em 0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em;}pre{white-space:pre-wrap;}q{quotes:"\201C" "\201D" "\2018" "\2019";}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:0;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}*, *::after, *::before {box-sizing: border-box;}html {background: #141414;}body {font-family: 'arafys', sans-serif;min-height: 100vh;color: #FFFFFF;background-color: #000000;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.js body {opacity: 0;transition: opacity 0.3s;}.js body.render {opacity: 1;}.js .loading::before {content: '';position: fixed;z-index: 100000;top: 0;left: 0;width: 100%;height: 100%;background: #000000;}.js .loading::after {content: '';position: fixed;z-index: 100000;top: 50%;left: 50%;width: 60px;height: 60px;margin: -30px 0 0 -30px;pointer-events: none;border-radius: 50%;opacity: 0.4;background: #33CCFF;animation: loaderAnim 0.7s linear infinite alternate forwards;}@keyframes loaderAnim {to {opacity: 1;transform: scale3d(0.5,0.5,1);}}a {text-decoration: none;color: #FFFFFF;outline: none;}a:hover, a:focus {color: #a2a2a2;outline: none;}.hidden {position: absolute;overflow: hidden;width: 0;height: 0;pointer-events: none;}.icon {display: block;width: 1.5em;height: 1.5em;margin: 0 auto;fill: currentColor;}main {position: relative;width: 100%;}.content {position: relative;display: flex;justify-content: center;align-items: center;margin: 0 auto;min-height: 100vh;}.content--reveal {position: absolute;z-index: 1001;top: 0;left: 0;width: 100%;height: 100vh;pointer-events: none;}.content--fixed {position: fixed;z-index: 10000;top: 0;left: 0;display: grid;align-content: space-between;width: 100%;max-width: none;min-height: 0;height: 100vh;padding: 1.5em;pointer-events: none;grid-template-columns: 70% 30%;grid-template-rows: auto auto 4em;grid-template-areas: 'header ...' '... ...' 'github info';}.content--fixed a {pointer-events: auto;}.content__inner {position: absolute;left: 0;top: 0;width: 100%;height: 50%;display: grid;align-items: center;justify-content: center;justify-items: center;}.js .content__inner {opacity: 0;transition: opacity 0.3s;}.content__title {font-size: 60px;margin: 0;color: #000000;text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);animation: head-shadow 1.5s infinite alternate ease-in-out;}@keyframes head-shadow {from {opacity: 0;text-shadow: 0 0 10px transparent;}to {text-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);}}.content__subtitle {max-width: 70%;text-align: justify;font-size: 16px;margin: 0;color: #FFFFFF;font-weight: normal;line-height: 20px;}.iconbox {width: 108px;min-height: 120px;margin: 2px;float: left;padding: 10px;text-align: center;display: inline;}.icon1 {font-size: 120px;line-height: 40px;display: block;margin-top: 10px;margin-bottom: 26px;}.icon-text {display: block;color: #000000;}.content__subtitle a {color: #000000;font-size: 30px;padding: 7px;transition: opacity 0.5s;transition: all ease 300ms;}.content__subtitle a:hover {transform: scale(1.05);color: #FFFFFF;}.tooltip {position: relative;display: inline-block;transition: all ease 3000ms;}.tooltip .tooltiptext {visibility: hidden;width: 100px;background-color: black;color: #fff;text-align: center;border-radius: 2px;padding: 5px 0;position: absolute;z-index: 1;bottom: 110%;margin-left: -60px;margin-bottom: 8px;opacity: 0.8;transition: opacity 1s;}.tooltiptext {font-size: 12px;line-height: 14px;}.tooltip:hover .tooltiptext {visibility: visible;opacity: 0.8;transform: scale(1.05);}.tooltiptext::after {content: " ";width: 0;height: 0;border-style: solid;border-width: 12px 12.5px 0 12.5px;border-color: #000 transparent transparent transparent;position: absolute;left: 35%;bottom: -10px;}.content__close {background: transparent;position: fixed;bottom: 5px;color: #000000;border: 4px solid;padding: 5px;display: block;width: 60px;height: 60px;font-size: 40px;border-radius: 50%;opacity: 0;cursor: pointer;transition: opacity 0.5s;transition: all ease 300ms;}.content__close:focus {outline: none;}.content__close:hover {border-color: #FFFFFF;color: #FFFFFF;transform: scale(1.05);}.content__close::before {content: '';background: #000;width: 60px;height: 60px;border-radius: 50%;position: absolute;z-index: -1;top: 0;left: 0;opacity: 0;}.content__close:hover::before {content: ' ';-webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;}@-webkit-keyframes puff-out-center {0% {-webkit-transform: scale(1);transform: scale(1);-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}100% {-webkit-transform: scale(2);transform: scale(2);-webkit-filter: blur(2px);filter: blur(2px);opacity: 0;}}@keyframes puff-out-center {0% {-webkit-transform: scale(1);transform: scale(1);-webkit-filter: blur(0px);filter: blur(0px);opacity: 1;}100% {-webkit-transform: scale(2);transform: scale(2);-webkit-filter: blur(2px);filter: blur(2px);opacity: 0;}}.deco-title {font-size: 50vw;margin: 0;pointer-events: none;position: absolute;color: #161616;}.scene {position: fixed;top: 0;left: 0;width: 100%;height: 100vh;pointer-events: none;z-index: 1;}.scene .blob-1 path {fill: url(#gradient-1);}.scene .blob-2 path {fill: url(#gradient-2);}.scene .blob-3 path {fill: url(#gradient-3);}.scene .blob-4 path {fill: url(#gradient-4);}.scene .blob-5 path {fill: url(#gradient-5);}.scene .blob-6 path {fill: url(#gradient-6);}.scene path:first-of-type {fill-opacity: 0.1;}.scene path:nth-of-type(2) {fill-opacity: 0.2;}.scene path:nth-of-type(3) {fill-opacity: 0.3;}.scene path:nth-of-type(4) {fill-opacity: 0.4;}.scene path:nth-of-type(5) {fill-opacity: 0.5;}.scene path:nth-of-type(6) {fill-opacity: 0.6;}.spacing100 {width: 10px;height: 100px;background-color: transparent;}.menu {position: relative;z-index: 1000;display: flex;flex-direction: column;margin: 0 0 0 25vw;font-size: 4vw;align-items: flex-start;}.menu__item {color: #FFFFFF;line-height: 1.25;display: flex;flex-direction: row;align-items: center;justify-content: center;flex-wrap: wrap;position: relative;}.menu__item:hover, .menu__item:focus {color: #FFFFFF;}.menu__item::before {content: '';width: 20%;height: 3px;background: linear-gradient(45deg, #CCCCCC, #999999);position: absolute;left: 0;bottom: 0;transform-origin: 0 0;transform: scale3d(0,1,1);}.menu__item:nth-child(2)::before {background: linear-gradient(45deg, #0947db, #07d89d);}.menu__item:nth-child(3)::before {background: linear-gradient(45deg, #ee2d29, #f8ae2c);}.menu__item:nth-child(4)::before {background: linear-gradient(45deg, #3a3d98, #6f22b9);}.menu__item:nth-child(5)::before {background: linear-gradient(45deg, #9d316e, #de2d3e);}.menu__item:nth-child(6)::before {background: linear-gradient(45deg, #00ac53, #23c3e0);}.menu__item--showDeco::before {transition: transform 0.5s cubic-bezier(0.2,1,0.3,1);transform: scale3d(1,1,1);}.menu__item--showDeco:hover::before {transition: transform 0.3s cubic-bezier(0.2,1,0.3,1);transform: scale3d(5,1,1);}.menu__item span {display: block;position: relative;}.arafys-header {position: relative;display: flex;flex-direction: row;align-items: flex-start;align-items: center;align-self: start;grid-area: header;justify-self: start;}.arafys-header__title {margin: 0;padding: 0;font-size: 120px;line-height: 80px;color: #FFFFFF;text-rendering: optimizeLegibility;text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);}.info {margin: 0;color: #FFFFFF;grid-area: info;align-self: end;justify-self: end;font-size: 14px;}.github {display: block;align-self: end;grid-area: github;justify-self: start;}.codrops-links {position: relative;display: flex;justify-content: center;margin: 0 1em 0 0;text-align: center;white-space: nowrap;}.codrops-icon {display: inline-block;margin: 0.15em;padding: 0.25em;}@media screen and (max-width: 55em) {.arafys-logo {position: absolute;left: 35%;}.content__close {width: 35px;height: 35px;font-size: 12px;background-color: #FFFFFF;border-color: #FFFFFF;left: 45px;}.content__close::before {width: 35px;height: 35px;}.footer {}.message {display: block;}.content {flex-direction: column;height: auto;min-height: 0;padding-bottom: 10em;}.content--fixed {position: relative;z-index: 10000;display: block;padding: 0.85em 0.5em 2em;}.arafys-header {flex-direction: column;align-items: center;}.arafys-header__title {padding: 5px;font-size: 120px;text-align: center;color: #FFFFFF;}.menu {font-size: 30px;margin: 0 auto;align-items: center;padding-top: 200px;}.content__title {font-size: 30px;text-shadow: 1px 1px 3px rgba(150, 150, 150, 1);}.content__inner {margin-top: 150px;margin-bottom: 100px;}.iconbox {width: 130px;min-height: 110px;}.icon1 {font-size: 60px;line-height: 20px;margin-bottom: 15px;}}.socialink h5 {text-align: center;font-size: 30px;font-weight: normal;margin: 0px;color: #000000;padding-bottom: 10px;}.socialink a {color: #000000;font-size: 28px;padding: 8px;transition: opacity 0.5s;transition: all ease 300ms;}.socialink a:hover {color: #33CCFF;transform: scale(1.05);}.expand-box{z-index: 2000;position: fixed;bottom: 5px;left: 5px;}.round-part{position:absolute;left:0;bottom:0;width:170px;height:170px;border-radius:50%;background-color: #FFFFFF;-moz-transform: scale(0.2);-webkit-transform: scale(0.2);-o-transform: scale(0.2);-ms-transform: scale(0.2);transform: scale(0.2);-webkit-transform-origin: 0% 100%;-moz-transform-origin: 0% 100%;-o-transform-origin: 0% 100%;-ms-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}.square-part{position:absolute;bottom:0;left:0;width:100px;height:100px;background-color: #FFFFFF;-moz-transform: scale(0.2);-webkit-transform: scale(0.2);-o-transform: scale(0.2);-ms-transform: scale(0.2);transform: scale(0.2);-webkit-transform-origin: 0% 100%;-moz-transform-origin: 0% 100%;-o-transform-origin: 0% 100%;-ms-transform-origin: 0% 100%;transform-origin: 0% 100%;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}.round-part .round-textbox{width:100%;height:100%;position:relative;}.expanded{background-color: rgba(255, 255, 255, 0.8);border-radius: 2%;-moz-transform: scale(1);-webkit-transform: scale(1);-o-transform: scale(1);-ms-transform: scale(1);transform: scale(1);-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}.wrapper{width:100%;height:100%;position:absolute;text-align:center;display: block;}.wrapper span{display: inline-block;vertical-align: middle;line-height: normal;display:table-cell;max-width:99%;max-height:90%;overflow:hidden;color:#fff;opacity:0;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;font-size: 10px;}.round-part.expanded .wrapper span{opacity:1;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}.expand-button{position:absolute;bottom:0px;left:9px;z-index:3000;font-size:30px;color:#000000;cursor:pointer;}.expand-button.clicked{z-index:9999999999999;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-ms-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}.expand-button.clicked {-webkit-animation: rotateForward 1s 1 ease;-moz-animation: rotateForward 1s 1 ease;-o-animation: rotateForward 1s 1 ease;}.expand-button.doubleclicked {-webkit-animation: rotateBack 1s 1 ease;-moz-animation: rotateBack 1s 1 ease;-o-animation: rotateBack 1s 1 ease;}.wrapper span {padding: 10px;display: block;}@-webkit-keyframes rotateForward {from {-webkit-transform: rotate(0deg);}to {-webkit-transform: rotate(360deg);}}@-moz-keyframes rotateForward {from {-moz-transform: rotate(0deg);}to {-moz-transform: rotate(360deg);}}@-o-keyframes rotateForward {from {-o-transform: rotate(0deg);}to {-o-transform: rotate(360deg);}}@-webkit-keyframes rotateBack {from {-webkit-transform: rotate(360deg);}to {-webkit-transform: rotate(0deg);}}@-moz-keyframes rotateBack {from {-moz-transform: rotate(360deg);}to {-moz-transform: rotate(0deg);}}@-o-keyframes rotateBack {from {-o-transform: rotate(360deg);}to {-o-transform: rotate(0deg);}}.arafys-logo {width: 120px;height: 120px;z-index: 4000;position: fixed;}.logo-path {stroke: #FBFBFB;fill: #FBFBFB;fill-opacity:0;}.logo-border {stroke-dasharray: 4900;stroke-dashoffset: 4900;animation: anim1 5s ease infinite alternate, anim3 5s ease infinite alternate, anim4 5s ease infinite alternate, anim2 5s ease infinite alternate;}@keyframes anim1 {0% {stroke-dashoffset: 4900;}100% {stroke-dashoffset: 0;}}@keyframes anim2 {0% {stroke-dashoffset: 0;}100% {stroke-dashoffset: 4900;}}@keyframes anim3 {0% {fill-opacity: 0;}100% {fill-opacity: 1;}}@keyframes anim4 {0% {fill-opacity: 1;}100% {fill-opacity: 0;}}.footer {z-index: 4001;position: fixed;bottom: 5px;right: 5px;}