@import url("https://fonts.googleapis.com/css?family=Black+Ops+One|Monoton|Rubik:400,700&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@supports (-webkit-appearance: none) {
    .os-android .page-header {
        min-height: calc(100vh - 56px)
    }
}

:root {
    font-size: 16px
}

html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

body {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 400
}

.background {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    height: 51%;
    background-image: url(../images/backgrounds/my-portrait.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.background--clone {
    top: 0;
    bottom: auto;
    transform: rotate(180deg)
}

a {
    display: inline-block;
    word-break: keep-all;
    position: relative;
    text-decoration: none;
    color: #00ffff;
    text-transform: uppercase
}

a:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #00ffff;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: auto;
    bottom: 0;
    left: 50%;
    right: 50%
}

a:hover:before {
    left: 0;
    right: 0
}

.simplebar-scrollbar::before {
    background: #fff !important
}

main {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    align-self: center;
    display: grid;
    grid-template-columns: 50%;
    grid-template-rows: 50%;
    grid-template-areas: "design-area code-area" "collaboration-area collaboration-area"
}

main.grid-expanded {
    grid-template-columns: auto;
    grid-template-rows: auto
}

@media screen and (max-width: 568px) {
    main {
        grid-template-areas: "design-area" "code-area" "collaboration-area";
        grid-template-columns: 100%;
        grid-template-rows: 33%
    }
}

canvas {
    display: block;
    vertical-align: bottom
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.77;
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%
}

hr {
    margin: 36px 0
}

.leading {
    color: #fff;
    position: relative;
    height: max-content;
    display: grid;
    grid-template-rows: max-content
}

.leading__headings {
    display: block;
    position: relative;
    overflow: hidden;
    max-height: none;
    transition: all 0.3s ease;
    cursor: pointer
}

.leading__headings .leading__heading {
    font-size: 6vw;
    line-height: 1;
    margin: 0 1vw;
    transition: font-size 0.15s ease
}

@media screen and (min-width: 1640px) {
    .leading__headings .leading__heading {
        font-size: 90px
    }
}

@media screen and (max-width: 860px) {
    .leading__headings .leading__heading {
        font-size: 7vw
    }
}

@media screen and (max-width: 568px) {
    .leading__headings .leading__heading {
        font-size: 8vw
    }
}

.leading__headings .leading__subheading {
    font-size: 3vw;
    line-height: 1.2;
    margin: 2vh 1vw;
    max-height: 0;
    overflow: hidden;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

@media screen and (min-width: 1640px) {
    .leading__headings .leading__subheading {
        font-size: 60px
    }
}

@media screen and (max-width: 860px) {
    .leading__headings .leading__subheading {
        font-size: 4vw
    }
}

@media screen and (max-width: 568px) {
    .leading__headings .leading__subheading {
        font-size: 5vw
    }
}

.leading__headings--inner {
    max-height: 0;
    margin: 2vh 0;
    cursor: default
}

.leading__headings--inner .leading__heading,
.leading__headings--inner .leading__subheading {
    margin: 0
}

.leading__headings--outer.short668 .leading__heading {
    font-size: 72px
}

.leading__headings--outer.short668 .leading__subheading {
    font-size: 36px
}

.leading__headings--outer.short468 .leading__heading {
    font-size: 50px
}

.leading__headings--outer.short468 .leading__subheading {
    font-size: 18px
}

.leading__headings--outer.short368 .leading__heading {
    font-size: 42px
}

.leading__headings--outer.short368 .leading__subheading {
    font-size: 16px
}

.leading__headings--outer:before {
    content: "";
    position: absolute;
    z-index: 10;
    background: #00ffff;
    height: 5px;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leading__content {
    font-size: 16px;
    display: block;
    line-height: 1.44;
    padding: 0 15vw;
    text-align: justify;
    max-height: 0;
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0
}

.leading__content .videoframe {
    position: relative;
    margin: 24px 0
}

.leading__content .videoframe video {
    max-height: 100vh;
    height: auto;
    width: 100%
}

.leading__content .videoframe .playvideo,
.leading__content .videoframe .pausevideo {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.leading__content .videoframe .playvideo {
    display: block;
    background-image: url(../images/icons/play.svg);
    background-size: 56px;
    background-position: center;
    background-repeat: no-repeat
}

.leading__content .videoframe .playvideo:hover {
    background-image: url(../images/icons/play-hover.svg);
    background-size: 60px
}

.leading__content .videoframe .pausevideo {
    display: none
}

.leading__content h3 {
    font-size: 36px;
    margin-bottom: 24px
}

@media screen and (max-width: 860px) {
    .leading__content h3 {
        font-size: 24px
    }
}

@media screen and (max-width: 568px) {
    .leading__content h3 {
        font-size: 21px
    }
}

.leading__content .special-text {
    color: #00ffff
}

.leading__content .content-tags {
    font-size: 18px;
    color: #00ffff;
    margin: 12px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.leading__content .content-tags span {
    border: 3px solid #00ffff;
    padding: 8px 16px;
    border-radius: 20px;
    margin: 2vh 16px;
    text-align: center
}

@media screen and (max-width: 1200px) {
    .leading__content {
        padding: 0 10vw
    }
}

@media screen and (max-width: 860px) {
    .leading__content {
        padding: 0 5vw;
        font-size: 16px
    }

    .leading__content .content-tags {
        font-size: 16px
    }

    .leading__content .content-tags span {
        border: 2px solid #00ffff;
        padding: 6px 12px;
        border-radius: 15px;
        margin: 2vh 12px
    }
}

@media screen and (max-width: 568px) {
    .leading__content {
        padding: 0 2vw;
        font-size: 14px
    }

    .leading__content .content-tags {
        font-size: 15px
    }

    .leading__content .content-tags span {
        border-radius: 14px
    }
}

.leading.design {
    width: 50vw;
    grid-area: design-area;
    align-self: end
}

.leading.design .leading__headings--outer {
    transform-origin: right bottom
}

.leading.design .leading__headings--outer:before {
    top: 0;
    left: 100%;
    right: 0
}

.leading.design .leading__heading {
    text-align: right;
    font-family: 'Monoton', cursive
}

.leading.design .leading__subheading {
    text-align: right
}

.leading.design:hover .leading__headings--outer:before,
.leading.design.js-mimic-hover .leading__headings--outer:before,
.leading.design.content-expanded .leading__headings--outer:before {
    left: 0
}

@media screen and (max-width: 568px) {
    .leading.design {
        width: 100vw;
        font-size: 5vw
    }

    .leading.design .leading__heading {
        text-align: center
    }

    .leading.design .leading__subheading {
        text-align: center
    }

    .leading.design:before {
        left: 50%;
        right: 50%
    }

    .leading.design:hover .leading__headings--outer:before,
    .leading.design.js-mimic-hover .leading__headings--outer:before,
    .leading.design.content-expanded .leading__headings--outer:before {
        left: 0;
        right: 0
    }
}

.leading.code {
    width: 50vw;
    grid-area: code-area;
    align-self: end
}

.leading.code .leading__headings--outer {
    transform-origin: left bottom
}

.leading.code .leading__headings--outer:before {
    top: 0;
    left: 0;
    right: 100%
}

.leading.code .leading__heading {
    text-align: left;
    font-family: 'Black Ops One', cursive
}

.leading.code .leading__subheading {
    text-align: left
}

.leading.code:hover .leading__headings--outer:before,
.leading.code.js-mimic-hover .leading__headings--outer:before,
.leading.code.content-expanded .leading__headings--outer:before {
    right: 0
}

@media screen and (max-width: 568px) {
    .leading.code {
        width: 100vw;
        font-size: 5vw;
        align-self: center
    }

    .leading.code .leading__heading {
        text-align: center
    }

    .leading.code .leading__subheading {
        text-align: center
    }

    .leading.code:before {
        left: 50%;
        right: 50%
    }

    .leading.code:hover .leading__headings--outer:before,
    .leading.code.js-mimic-hover .leading__headings--outer:before,
    .leading.code.content-expanded .leading__headings--outer:before {
        left: 0;
        right: 0
    }
}

.leading.collaboration {
    width: 100vw;
    grid-area: collaboration-area;
    align-self: start
}

.leading.collaboration .leading__headings--outer {
    transform-origin: top
}

.leading.collaboration .leading__headings--outer:before {
    top: auto;
    bottom: 0;
    left: 50%;
    right: 50%
}

.leading.collaboration .leading__heading {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 700
}

.leading.collaboration .leading__subheading {
    text-align: center
}

.leading.collaboration:hover .leading__headings--outer:before,
.leading.collaboration.js-mimic-hover .leading__headings--outer:before,
.leading.collaboration.content-expanded .leading__headings--outer:before {
    left: 0;
    right: 0
}

.leading.protected {
    grid-area: collaboration-area;
    align-self: start
}

.leading.protected .leading__heading {
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-weight: 700
}

.leading.protected .leading__subheading {
    text-align: center
}

.leading.protected .leading__content {
    margin: 0;
    opacity: 1
}

.leading.protected:before {
    top: 0;
    bottom: auto;
    left: 50%;
    right: 50%
}

.leading.protected:hover:before,
.leading.protected.js-mimic-hover:before,
.leading.protected.content-expanded:before {
    left: 0;
    right: 0
}

.leading__back-btn {
    z-index: 10;
    width: 100%;
    height: 7vh;
    line-height: 7vh;
    color: #ffffff;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: none
}

.leading__back-btn:hover {
    color: #00ffff
}

@media screen and (max-width: 568px) {
    .leading__back-btn {
        font-size: 24px;
        height: 10vh;
        line-height: 10vh
    }
}

.leading.content-expanded {
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5)
}

.leading.content-expanded:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #00ffff;
    height: 5px;
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.leading.content-expanded .leading__headings--outer {
    max-height: 0
}

.leading.content-expanded .leading__headings--inner {
    max-height: none
}

.leading.content-expanded .leading__heading {
    cursor: default
}

.leading.content-expanded>.leading__content {
    opacity: 1;
    max-height: 93vh
}

@media screen and (max-width: 568px) {
    .leading.content-expanded>.leading__content {
        max-height: 90vh
    }
}

.leading.content-expanded>.leading__content.js-mobileDetected {
    max-height: 100vh;
    padding-bottom: 64px
}

.leading.content-expanded .leading__back-btn {
    display: block
}

.leading.content-collapsed {
    width: 0vw;
    height: 0vh
}

.leading.content-collapsed>.leading__content {
    max-height: 0vh;
    opacity: 0
}

.leading:hover .leading__headings--outer.short668 .leading__heading,
.leading.js-mimic-hover .leading__headings--outer.short668 .leading__heading,
.leading.content-expanded .leading__headings--outer.short668 .leading__heading {
    font-size: 80px
}

.leading:hover .leading__headings--outer.short668 .leading__subheading,
.leading.js-mimic-hover .leading__headings--outer.short668 .leading__subheading,
.leading.content-expanded .leading__headings--outer.short668 .leading__subheading {
    font-size: 42px
}

.leading:hover .leading__headings--outer.short468 .leading__heading,
.leading.js-mimic-hover .leading__headings--outer.short468 .leading__heading,
.leading.content-expanded .leading__headings--outer.short468 .leading__heading {
    font-size: 55px
}

.leading:hover .leading__headings--outer.short468 .leading__subheading,
.leading.js-mimic-hover .leading__headings--outer.short468 .leading__subheading,
.leading.content-expanded .leading__headings--outer.short468 .leading__subheading {
    font-size: 21px
}

.leading:hover .leading__headings--outer.short368 .leading__heading,
.leading.js-mimic-hover .leading__headings--outer.short368 .leading__heading,
.leading.content-expanded .leading__headings--outer.short368 .leading__heading {
    font-size: 45px
}

.leading:hover .leading__headings--outer.short368 .leading__subheading,
.leading.js-mimic-hover .leading__headings--outer.short368 .leading__subheading,
.leading.content-expanded .leading__headings--outer.short368 .leading__subheading {
    font-size: 18px
}

.leading:hover .leading__heading,
.leading.js-mimic-hover .leading__heading,
.leading.content-expanded .leading__heading {
    font-size: 8vw;
    color: cyan
}

@media screen and (min-width: 1640px) {

    .leading:hover .leading__heading,
    .leading.js-mimic-hover .leading__heading,
    .leading.content-expanded .leading__heading {
        font-size: 100px
    }
}

.leading:hover .leading__subheading,
.leading.js-mimic-hover .leading__subheading,
.leading.content-expanded .leading__subheading {
    max-height: 30vh
}

@media screen and (min-width: 1640px) {

    .leading:hover .leading__subheading,
    .leading.js-mimic-hover .leading__subheading,
    .leading.content-expanded .leading__subheading {
        font-size: 67px
    }
}

header,
footer {
    width: 100vw;
    position: absolute;
    height: 5vh;
    z-index: 3;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: baseline;
    justify-content: center
}

@media screen and (max-width: 860px) {

    header,
    footer {
        font-size: 24px
    }
}

@media screen and (max-width: 568px) {

    header,
    footer {
        font-size: 18px
    }
}

header .content-box,
footer .content-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

header .content-box .description,
header .content-box a,
footer .content-box .description,
footer .content-box a {
    margin: 0 3vw
}

header {
    top: 3vh
}

footer {
    bottom: 3vh
}

footer a:before {
    bottom: -7px
}

footer a:hover .tooltip {
    display: block
}

@media screen and (max-width: 568px) {
    footer a:hover .tooltip {
        display: none
    }
}

footer .tooltip {
    text-transform: none;
    display: none;
    width: 100%;
    font-size: 16px;
    top: -24px;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1000
}

@media screen and (max-width: 568px) {
    footer {
        height: 10vh
    }

    footer .content-box .description,
    footer .content-box a {
        text-align: center
    }

    footer .content-box .description {
        width: 100%;
        margin-bottom: 12px
    }

    footer .content-box .material-icons {
        font-size: 16px
    }
}

/*# sourceMappingURL=main.css.map */
/* Temporary content */
main {
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
}

.main--new {
    width: 90vw;
    color: #fff;
    margin: auto 0;
    padding: 32px 0;
}

.main--headline {
    text-align: center;
    font-size: 150%;
    margin-bottom: 16px;
}
h3.main--headline {
    font-size: 120%;
}

.main--intro {
    line-height: 24px !important;
    margin: 12px 0;
}

.main--links {
    display: flex;
    position: relative;
    z-index: 12;
}

.main--link {
    width: 100%;
    margin: 12px 0;
    text-align: center;
}
/* Tablet devices (screens wider than 600px) */
@media (min-width: 600px) {
    .main--new {
      width: 50vw; /* Tablet */
    }
    .main--link {
        width: 50%;
    }
  }
  
  /* Desktop devices (screens wider than 900px) */
  @media (min-width: 1200px) {
    .main--new {
      width: 30vw; /* Above tablets */
    }
    .main--link {
        width: 50%;
    }
  }

footer .description {
    font-size: 21px;
}

.particles--bg {
    opacity: 0.77;
    background-color: #000;
    /* z-index: -1; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#particles-js {
    z-index: 10;
    background-color: transparent;
    /* width: 100%; */
}

.socials--container {
    display: flex;
    align-items: center;
}

.socials--singleLink {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.socials--svg {
    width: 36px;
    height: 36px;
    z-index: 30;
}