@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lato:wght@100;400;900&family=Roboto&display=swap&family=Montserrat:wght@100;400;900&family=Ubuntu:wght@300&display=swap');
@font-face {
    font-family: "Ubuntu Mono";
    src: url("/css/UbuntuMono-B.ttf");
}

body {
    background: #123;
    color: #0f7;
    font-family: "Ubuntu Mono", serif;
}
a {
    color: #0d9;
}
a:hover {
    color: #0f7;
}
.typed-cursor{
    font-size: 0.8em;
}

.grecaptcha-badge {
    display:none !important;
}
html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

#app {
    background: #000;
    width: 100%;
    position: relative;
    overflow-x: hidden;
}

#sec-1 {
    width: 100%;
    height: 100vh;
    background-image:url(/assets/hero.jpg);
    background-size: cover;
    background-position: right center;
    position: relative;
}

#sec-1 h1 {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black;
}

.aboutme .text{
    width: 100%;
    padding: 25px;
    max-width: 900px;
    margin: 0 auto;
    box-sizing: border-box;
}

.cv h1 {
    text-align: center;
}

.cv table {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.off {
    width: 48%;
}
.hob {
    width: 48%;
}

.slide {
    top: 0 !important;
    position: relative;
    width: 100%;
    height: 100vh
}

.slide-1 {
    background: #fff;
}

.slide-1 h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 100%) scale(0, 0);
}

.slide-1 .heading {
    text-align: center;
    font-family: 'Bebas Neue', cursive;
}

.slide-2 {
    background: #fff;
}


.title-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1%) scaleX(1%);
    font-family: 'Bebas Neue', cursive;
    color: #fff;
    font-size: 10rem;
    text-align: center;
    opacity: 0;
}

.logo-2 {
    position: absolute;
    top: 3rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100px;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    display:flex;
    flex-direction: column;
    margin: 0 auto;
}

.w-100 {
    width: 100%;
}

.headline {
    font-size: 7rem;
    color: #fff;
    font-family: 'Bebas Neue', cursive;
}

.subline {
    font-size: 1rem;
    color: #fff;
    font-family: 'Lato', sans-serif;
}


#pp-stage {
    position: relative;
}

#pp-stage img {
    position: absolute;
    width: 50vw;
    height: auto;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slide-3 .headlineParent {
    position: absolute;
    top: 7.5%;
    width: 100%;
    text-align: center;
    color: #000000;
    overflow: hidden;
}

.slide-3 .headline {
    color: #000000;
}

.slide-4 {
    position: relative;
    background-image: url("../img/camera.jpg");
    background-size: cover;
    background-position: center center;
}

.slide-4 .text-container {
    position: absolute;
    top: 50%;
    width: 50%;
    right: 10px;
    color: #fff;
}

.hide-desktop {
    display: none;
}

.scrollDown {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, 0);
    z-index: 1000;
}

.scrollDown::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    content: "";
    border-radius: 50%;
    width: 20px;
    height: 20px;
    transform: translate(-50%, 40px) scale(0.5, 0.5);
    background: #ccc;
    animation: scrollDown 1.5s linear infinite;
}


#contactForm textarea {
    resize: none;
}
#contactForm {
    width: 100%;
    padding: 0 10px;
}

#contactForm h2 {
    font-weight: 300;
    margin-left: 10px;
}
.slide-5 .form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-self: center;
    margin: auto;
    background: #000;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 50vw;
}


.form-container label {
    padding: 5px 0;
}

.slide-5 label input, .slide-5 label textarea{
    background: #000;
    width: 100%;
    margin: 10px 0;
    padding: 7.5px 15px;
    border: none;
    border-bottom: 2px solid #0f7;
    outline: none;
    appearance: none;
    transition-duration: .5s;
    color: #0f7;
    font-family: "Ubuntu Mono", serif;
}

.slide-5 label input:focus, .slide-5 label textarea:focus{
    outline: none;
}

.slide-5 label span{
    margin-left: 10px;
}

button {
    background: #000000;
    color:#0f7;
    font-weight: 200;
    font-size: 16pt;
    transition-duration: .5s;
}

button:hover {
    border: 2px solid #0f7;
    cursor: pointer;
}

.err-label input, .err-label textarea {
    box-shadow: 0px 0px 5px 1px rgba(255,0,0,.5) !important;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(255,0,0,.5) !important;
}

.err-span {
    color: #d33;
}

.footer {
    text-align: center;
    padding: 20px 0;
    background: #000;
}

.social a {
    font-size: 20pt;
}

@media screen and (max-width: 1200px) {
    #pp-stage img {
        width: 900px;
    }
    .slide-3 .headline {
        font-size: 6rem;
    }
    .slide-5 .form-container {
        width: 80vw;
    }
}

@media screen and (max-width: 960px) {
    #pp-stage img {
        width: 620px;
    }
    .slide-3 .headline {
        font-size: 5rem;
    }
    #contactForm {
        width: auto;
    }
    .slide-5 .form-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 640px) {
    .slide-3 .headlineParent {
        top: 50%;
        transform: translateY(-400%);
    }
    #contactForm {
        width: auto;
    }
    .slide-5 .form-container {
        flex-direction: column;
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .headline {
        font-size: 5rem;
        color: #fff;
        font-family: 'Bebas Neue', cursive;
    }

    .slide-3 .headline {
        font-size: 3rem;
    }

    #pp-stage img {
        position: absolute;
        width: 90vw;
        height: auto;
        top: 50vh;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.cta-down {
    position: absolute;
    color: #333;
    bottom: 0;
    left: 50%;
}


.mouse-container {
    font-size: 12px;
    margin-left: -100%;
    text-align: center;
}

.mouse-container p {
    margin-top: 10px;
    font-family: "Cabin", sans-serif;
    letter-spacing: 12px;
    text-indent: 12px;
    color: #ffffff;
    -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
    animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

.mouse {
    background: #ddd linear-gradient(transparent 0%, transparent 50%, #000 50%, #000 100%);
    position: relative;
    width: 30px;
    height: 51px;
    margin: 0 auto;
    border-radius: 100px;
    background-size: 100% 200%;
    -webkit-animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
    animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}

.mouse:before,
.mouse:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.mouse:before {
    width: 28px;
    height: 49px;
    background-color: #fff;
    border-radius: 100px;
}

.mouse:after {
    background-color: #000;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    -webkit-animation: trackBallSlide 5s linear infinite;
    animation: trackBallSlide 5s linear infinite;
}

@-webkit-keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }

    20% {
        background-position: 0% 0%;
    }

    21% {
        background-color: #ddd;
    }

    29.99% {
        background-color: #000;
        background-position: 0% 0%;
    }

    30% {
        background-color: #ddd;
        background-position: 0% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    51% {
        background-color: #ddd;
    }

    59% {
        background-color: #000;
        background-position: 0% 0%;
    }

    60% {
        background-color: #ddd;
        background-position: 0% 100%;
    }

    80% {
        background-position: 0% 0%;
    }

    81% {
        background-color: #ddd;
    }

    90%, 100% {
        background-color: #000;
    }
}

@keyframes colorSlide {
    0% {
        background-position: 0% 100%;
    }

    20% {
        background-position: 0% 0%;
    }

    21% {
        background-color: #ddd;
    }

    29.99% {
        background-color: #000;
        background-position: 0% 0%;
    }

    30% {
        background-color: #ddd;
        background-position: 0% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    51% {
        background-color: #ddd;
    }

    59% {
        background-color: #000;
        background-position: 0% 0%;
    }

    60% {
        background-color: #ddd;
        background-position: 0% 100%;
    }

    80% {
        background-position: 0% 0%;
    }

    81% {
        background-color: #ddd;
    }

    90%, 100% {
        background-color: #000;
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    6% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    14% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    15%, 19% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    28%, 29.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    30% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    36% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    44% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    45%, 49% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    58%, 59.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    60% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    66% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    74% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    75%, 79% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    88%, 100% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    6% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    14% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    15%, 19% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    28%, 29.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    30% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    36% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    44% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    45%, 49% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    58%, 59.99% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    60% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }

    66% {
        opacity: 1;
        transform: scale(0.9) translateY(3px);
    }

    74% {
        opacity: 0;
        transform: scale(0.4) translateY(24px);
    }

    75%, 79% {
        opacity: 0;
        transform: scale(0.4) translateY(-12px);
    }

    88%, 100% {
        opacity: 1;
        transform: scale(1) translateY(-12px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(8px);
    }

    30% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }

    60% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(8px);
    }

    90% {
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(8px);
    }

    30% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(8px);
    }

    60% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(8px);
    }

    90% {
        transform: translateY(0);
    }
}

@-webkit-keyframes nudgeText {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(2px);
    }

    30% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2px);
    }

    60% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(2px);
    }

    90% {
        transform: translateY(0);
    }
}

@keyframes nudgeText {
    0% {
        transform: translateY(0);
    }

    20% {
        transform: translateY(2px);
    }

    30% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(2px);
    }

    60% {
        transform: translateY(0);
    }

    80% {
        transform: translateY(2px);
    }

    90% {
        transform: translateY(0);
    }
}

@-webkit-keyframes colorText {
    21% {
        color: #ddd;
    }

    30% {
        color: #000;
    }

    51% {
        color: #ddd;
    }

    60% {
        color: #000;
    }

    81% {
        color: #ddd;
    }

    90% {
        color: #000;
    }
}

@keyframes colorText {
    21% {
        color: #ddd;
    }

    30% {
        color: #000;
    }

    51% {
        color: #ddd;
    }

    60% {
        color: #000;
    }

    81% {
        color: #ddd;
    }

    90% {
        color: #000;
    }
}

@keyframes scrollDown {
    0% {
        transform: translate(-50%, 40px) scale(0.5, 0.5);
        opacity: 1;
        animation-timing-function: ease-in;
    }
    10% {
        transform: translate(-50%, 20px) scale(0.4, 0.65);
        animation-timing-function: ease-out;
    }
    20% {
        transform: translate(-50%, 0px) scale(0.6, 0.4);
        animation-timing-function: ease;
    }
    30% {
        transform: translate(-50%, 0px) scale(0.5, 0.5);
        animation-timing-function: ease-in;
        opacity: 1;
        filter: blur(0px);
    }
    50% {
        transform: translate(-50%, 0px) scale(0.9, 0.9);
        opacity: 0.4;
        filter: blur(0.5px);
    }
    65% {
        transform: translate(-50%, 20px) scale(1, 1.2);
        filter: blur(1px);
        opacity: 0.3;
    }
    80% {
        transform: translate(-50%, 40px) scale(1.05, 0.95);
        animation-timing-function: ease-out;
        opacity: 0.4;
        filter: blur(0.5px);
    }
    100% {
        transform: translate(-50%, 40px) scale(0.5, 0.5);
        opacity: 1;
        filter: blur(0px);
    }
}
  