@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');
.grecaptcha-badge {
    display:none !important;
}
html {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
}

body {
    margin: 0;
    padding: 0;
}

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

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

.slide-1 {
    background: #eee;
}

.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;
}

.social-container {
    position: relative;
    width: 100px;
    height: 300px;
}

.social-container h3 {
    transform: rotate(90deg);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    margin-block: 0;
}


.slide-2 {
    background: #eee;
    position: relative;
}


.title-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1%) scaleX(1%);
    font-family: 'Bebas Neue', cursive;
    color: #eee;
    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;
}

#bInfo0 {
    display:flex;
    flex-direction: column;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.w-100 {
    width: 100%;
}

.headline {
    font-size: 7rem;
    color: #eee;
    font-family: 'Bebas Neue', cursive;
    text-align: center;
    line-height: 6rem;
}

.subline {
    font-size: 1rem;
    color: #eee;
    font-family: 'Lato', sans-serif;
    text-align: center;
}


#pp-stage {
    position: relative;
}

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

#pp0 {
    transform: translate(-50%, -50%) !important;
}


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

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

#yt-player {
    max-width: 90vw;
}

.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: #eee;
}

.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;
}

.slide-5 {
    background-image: url("../img/slide-5.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

#contactForm h2 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    margin-left: 10px;
}

.slide-showreel {
    position: relative;
}
#yt-player {
    position: absolute;
    left: 50%;
    top: 50%;
}
#yt-video {
    width: 100%;
    height: 100%;
}
#h1-showreel {
    overflow: hidden;
    height: 0;
    right: 0;
    top: 0;
    position: absolute;
}

.progress-container {
    position: absolute;
    border-right: 1px solid black;
    right: 5px;
    top: 50%;
    width: 4px;
    height: 50vh;
    transform: translate(0, -50%);
}

.progress-progress {
    position: relative;
    width: 100%;
    height: 0;
    background: #111;
}

.slide-2 .progress-progress {
    background: #eee;
}
.slide-2 .progress-container {
    border-color: #eee;
}

.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: #eee;
    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;
}

.img-container {
    width: 100%;
    height: auto;
    background-image: url("../img/paperplane.jpg");
    background-size: cover;
    background-position: center center;
    border-radius: 10px 0px 0px 10px;
    box-shadow: inset 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 2px 10px 5px rgba(0, 0, 0, 0.2);
}


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

.slide-5 label input, .slide-5 label textarea{
    width: 100%;
    margin: 10px 0;
    border-radius: 0px;
    outline: none;
    padding: 7.5px 15px;
    border: none;
    border-bottom: 1px solid #111 !important;
    transition-duration: .5s;
    font-family: Lato, sans-serif;
}

.slide-5 label input:focus, .slide-5 label textarea:focus{
    outline: none;
    border-bottom: 1px solid #eee !important;
    box-shadow: 0px 02px 5px 3px rgba(50,150,200,.5);
    -webkit-box-shadow: 0px 0px 5px 3px rgba(50,150,200,.5);
}

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

button {
    background: #111;
    color:#eeefff;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 200;
    font-size: 16pt;
    transition-duration: 300ms;
    cursor: pointer;
}

button:hover {
    color: #111;
    background:#eeefff;
    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: #111;
    color: #eee
}

.footer a {
    color: #eee;
    text-decoration: none;
}

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

@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;
        width: 99%
    }

    .hide-desktop {
        display: block;
    }

    .hide-mobile {
        display: none;
    }

    .headline {
        font-size: 5rem;
        color: #eee;
        font-family: 'Bebas Neue', cursive;
        line-height: 5.5rem;
    }
    

    .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: #eeefff;
    -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%, #111 50%, #111 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: #eee;
    border-radius: 100px;
}

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

.text-center {
    text-align: center;
}

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

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

    21% {
        background-color: #ddd;
    }

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

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

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

    51% {
        background-color: #ddd;
    }

    59% {
        background-color: #111;
        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: #111;
    }
}

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

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

    21% {
        background-color: #ddd;
    }

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

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

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

    51% {
        background-color: #ddd;
    }

    59% {
        background-color: #111;
        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: #111;
    }
}

@-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: #111;
    }

    51% {
        color: #ddd;
    }

    60% {
        color: #111;
    }

    81% {
        color: #ddd;
    }

    90% {
        color: #111;
    }
}

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

    30% {
        color: #111;
    }

    51% {
        color: #ddd;
    }

    60% {
        color: #111;
    }

    81% {
        color: #ddd;
    }

    90% {
        color: #111;
    }
}

@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);
    }
}
  