

.wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    position: relative;
    background-color: var(--strawberry-ice-cream);
    overflow: hidden;
    /* -webkit-animation: fade-up 1.2s linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1) 0.7s forwards;
    animation: fade-up 1.2s linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1) 0.7s forwards; */
}

.wrapper.loaded {   
    animation: move-up 1.2s linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1) 0s forwards;
}

/*--------------------- HERO ---------------------*/

/* .hero-section {
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: center;
    padding: 0px var(--padding-desktop);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--yellow-star);
    background-image:  url(../assets/img/hero-grupna.webp), url(../assets/img/hero-logo-BG.svg);
    background-size: 87vh, 87vh;
    background-position: center bottom -5vh, center center;
    background-repeat: no-repeat, no-repeat;
} */

 .hero-section {
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    justify-content: center;
    padding: 0px var(--padding-desktop);
    position: relative;
    align-self: stretch;
    width: 100%;
    background-color: var(--yellow-star);
    background-image:  url(../assets/img/hero-grupna.webp), url(../assets/img/hero-logo-BG.svg);
    background-size: 87vh, 0vh;
    background-position: center bottom -100vh, center center;
    background-repeat: no-repeat, no-repeat;
    transition-property: background-size, background-position;
    transition: 1s linear(0, 0.015 1.3%, 0.065 2.9%, 0.436 11.2%, 0.538 13.9%, 0.626 16.7%, 0.706 19.8%, 0.773 23.1%, 0.827 26.6%, 0.873 30.5%, 0.91 34.9%, 0.939 39.8%, 0.977 52.1%, 0.994 69.2%, 1) 0.5s;
}

.hero-section.loaded {

    background-size: 87vh, 87vh;
    background-position: center bottom -5vh, center center;
} 

.text-slogan {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    color: var(--blueberry-ice-cream, #41286D);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "Bricolage Grotesque";
    font-size: var(--single-regular);
    font-weight: 700;
    line-height: 130%; /* 1.3rem */
    letter-spacing: -0.02rem;
}

/*--------------------- AKTUALNO ---------------------*/

.aktualno-CTA {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    height: 85vh;
}

.aktualno-CTA::after {
    content: "";
    position: relative;
    width: 100%;
    margin-top: -15vh;
    z-index: 0;
    height: 17rem;
    background-image: url(../assets/img/aktualno-waves-bottom.svg);
    background-size: 100% 100%;
}


.aktualno-CTA .content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
    gap: var(--gap-44);
    width: 100%;
    z-index: 1;
    /* background-blend-mode: normal, hue; */
    /* background-image: linear-gradient(0deg, rgba(86, 45, 159, 0.70) 0%, rgba(86, 45, 159, 0.70) 100%), url(../assets/img/aktualno_bg_01.webp); */
    background:  rgb(118, 84, 159) url(../assets/img/aktualno_bg_01.webp);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    mask-image: url('../assets/img/aktualno-waves-top.svg');
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    padding-bottom: 5vh;
}

.aktualno-CTA .content.video{
    background:  rgb(80, 31, 142);
}

.aktualno-CTA .content.video video{
    opacity: 0.3;
    position: absolute;
    z-index: -1;
    width: 100%;
    margin-top: 12svh;
}


.top-content {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-32);
    align-items: center;
    justify-content: center;
}

.aktualno-CTA .content .top-content p{
    color: var(--yellow-star);
}

.aktualno-CTA .content .top-content h2{
    color: var(--floral-white);
    text-align: center;
    width: var(--col-7);
}

.aktualno-splat {
    position: relative;
    width: 100%;
    margin-top: -15vh;
    z-index: 0;
}

/*--------------------- MERCH ---------------------*/

.merch-CTA {
    padding: 8vh var(--padding-desktop);
    width: 100%;
}

.merch-CTA .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.25rem;
    /*padding: 0px 180px;*/
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-image: url(../assets/img/merch-bg.svg);
    background-size: var(--col-10);
    background-position: center 55%;
    background-repeat: no-repeat;
}

.merch-CTA .content .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.merch-CTA .content .top .marquee {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    align-self: center;
    width: var(--col-9);
    border-radius: 6.25rem;
    overflow: hidden;
    -webkit-transform: rotate(-2.15deg);
    transform: rotate(-2.15deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-color: var(--yellow-star);
    /* border: 6px solid var(--floral-white);
    background: var(--strawberry-ice-cream); */
}

.merch-CTA .content .top .marquee span{
    font-family: "Bricolage Grotesque", Helvetica;
    font-weight: 700;
    color: var(--blueberry-ice-cream);
    /* color: var(--floral-white); */
    font-size: clamp(7.25rem, 4rem + 4.0625vw, 10.5rem);
    line-height: 140%;
    letter-spacing: -0.165rem;
    white-space: nowrap;
    -webkit-animation: move-left 4s linear infinite;
    animation: move-left 4s linear infinite;
    padding: 0px 1rem;
}

.merch-CTA .content .top .marquee span::after{
    position: absolute;
    content: attr(data-text);
    top: 0;
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.merch-CTA .content .top .photo {
    display: flex;
    width: var(--col-8);
    position: relative;
    margin-top: -2.25rem;
}

.merch-CTA .content .top .photo .blob {
    position: absolute;
    right: 0rem;
    bottom: -2.5rem;
    width: 20%;
}

.bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--gap-32);
}

/*--------------------- KONCERTI ---------------------*/

.koncerti-section {
    padding: 20vh var(--padding-desktop) 0;
    width: 100%;
}

.koncerti-section .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10vh;
    width: 100%;
}

.koncerti-section .content .koncerti-table {
    display: inline-flex;
    flex-direction: column;
    /* align-items: center; */
    /* gap: var(--gap-48); */
    width: var(--col-10);
    max-width: 960px;
}

.koncerti-section .content .koncerti-table .koncerti-table-row {
    display: flex;
    gap: var(--gap-36);
    padding: 1rem 0rem;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-color: var(--raisin-black);
}

.koncerti-section .content .koncerti-table .koncerti-table-row:last-child {
    border: 0px;
}

.koncerti-table-row .half {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
}

/* .koncerti-table-row .half span.venue {
    overflow: hidden;
    text-overflow: ellipsis;
} */

.koncerti-table-row .half.location {
    justify-content: flex-end;
    overflow: visible;
}

.no-events {
    /* align-self: center;
    margin-bottom: 20vh;
    margin-top: 6vh; */
    height: 50vh;
    display: flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4vh;
    justify-content: center;
    text-align: center;
}

.no-events img{
    border-radius: 50rem;
    max-width: 40%;
}


/*--------------------- ZASEBNOST ---------------------*/

#zasebnost {
    padding-top: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

#zasebnost .content.grid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px var(--padding-desktop);
    gap: 3vh;
    width: 100%;
}

#zasebnost .content.grid div{
    display: flex;
    flex-direction: column;
    gap: 0.5vh;
}

/*--------------------- FOOTER ---------------------*/

footer::before {
    background-image: url(../assets/img/footer-waves-top.svg);
    height: 7vh;
    width: 100%;
    content: "";
    background-size: 100% 100%;
    margin-bottom: -3px;
}

footer {
    display: flex;
    flex-direction: column;
    height: 80vh;
    align-items: center;
    margin: 27vh 0 0;
    width: 100%;
    color: var(--floral-white);
}

.footer-waves-top {
    width: 100%;
}

.footer-top {
    flex: 1;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: var(--blueberry-ice-cream);
    padding: 0px var(--padding-desktop);
}

footer .content {
    width: var(--col-12);
    gap: var(--gap-48);
    display: grid;
    grid-template-columns:  repeat(2, 1fr);
    /* grid-template-rows: repeat(2, auto); */
    /* grid-column-gap: 0px;
    grid-row-gap: 0px;  */
}

footer .content .left {
    /* grid-area: 1 / 1 / 2 / 6;; */
    /* grid-column: 1 / span 3; */
    display: flex;
    flex-direction: column;
    /* width: var(--col-5); */
    align-items: flex-start;
    gap: var(--gap-36);
    /* flex-grow: 1; */
}

footer .content .left span {
    color: var(--Brand-Colors-Yellow-Star, #FDFD21);
    text-transform: uppercase;
}

footer .content .right {
    /* grid-area: 1 / 6 / 2 / 13; */
    /* grid-column: 1 / span 5; */
    /* display: flex; */
    /* flex-direction: column; */
    /* width: var(--col-7); */
    /* align-items: flex-start; */
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-column-gap: var(--gap-36);
    grid-row-gap: var(--gap-48);
    /* flex-grow: 1; */
}

footer .content .right .top {
    display: flex;
    align-items: center;
    gap: var(--gap-48);
    align-self: stretch;
}

footer .content .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--gap-24);
}

footer .content .col h3{
    letter-spacing: normal;
    color: var(--Brand-Colors-Yellow-Star, #FDFD21);
}


.footer-bottom {
    display: flex;
    padding: 2.25rem var(--padding-desktop);
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: var(--blueberry-ice-cream);
}

/* .footer-bottom .left {
    width: var(--col-5);
} */

footer .footer-bottom .right {
    display: flex;
    /* width: var(--col-7); */
    align-items: flex-start;
    gap: var(--gap-36);
    justify-content: space-between;
    flex-direction: row;
}

footer .social-icons {
    filter: invert(91%) sepia(14%) saturate(443%) hue-rotate(320deg) brightness(106%) contrast(106%);
}

footer a.footer-text-link:hover {
    color: hsla(40, 100%, 97.1%, 0.7);
}

/*--------------------- NAVIGACIJA ---------------------*/

.main-navigation {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 2.25rem 3rem 1.75rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: hsla(60, 98.2%, 56.1%, 0.89);
    color: var(--blueberry-ice-cream);
    backdrop-filter: blur(10px);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
    z-index: 10;
}


.main-navigation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    background-image: url(../assets/img/aktualno-waves-bottom.svg);
    background-size: 100% 100%;
    bottom: -1rem;
    left: 0;
    /* backdrop-filter: blur(10px); */
    opacity: 0.89;
}

.logotype-wrapper {
    align-items: flex-start;
    display: flex;
    flex: 1;
    flex-grow: 1;
}

.logotype {
    height: 2.7vh;
}

/* .logotype {
    height: 3vh;
  } */

.menu-items-wrapper {
    align-items: center;
    gap: var(--gap-32);
    display: flex;
    flex: 1;
    flex-grow: 1;
    justify-content: center;
}

.menu-items {
    display: inline-flex;
    align-items: center;
    gap: var(--gap-36);
    flex: 0 0 auto;
}

.socials-wrapper {
    align-items: flex-start;
    justify-content: flex-end;
    display: flex;
    flex: 1;
    flex-grow: 1;
}

.menu-social {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.main-navigation .social-icons {
    filter: invert(19%) sepia(43%) saturate(1603%) hue-rotate(232deg) brightness(89%) contrast(98%);
    gap: 6px;
}

.mobile-navigation {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: hsla(60, 98.2%, 56.1%, 0.89);
    backdrop-filter: blur(10px);
    padding-left: var(--padding-mobile);
    padding-right: var(--padding-mobile);
    padding-top: var(--gap-24);
    padding-bottom: var(--gap-20);
    position: fixed;
    z-index: 10;
    color: var(--blueberry-ice-cream);
    -webkit-transition: top 0.3s ease;
    transition: top 0.3s ease;
}

.mobile-navigation::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1rem;
    background-image: url(../assets/img/aktualno-waves-bottom.svg);
    background-size: 150% 100%;
    bottom: -1rem;
    left: 0;
    /* backdrop-filter: blur(10px); */
    opacity: 0.89;
}

.mobile-navigation .mobile-navigation-top {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: space-between;
}

.mobile-navigation .mobile-navigation-top .logotype{
    height: 1.25rem;
}

/* .mobile-navigation .mobile-navigation-top .nav-mobile-toogle{
    background-image: url(../assets/img/nav-mobile-hamburger.svg);
    background-repeat: no-repeat;
    background-size: contain;
} */

.mobile-navigation .mobile-navigation-top .nav-mobile-toogle::before {
    height: 1rem;
    content: url(../assets/img/nav-mobile-hamburger.svg);
}

.mobile-navigation.opened .mobile-navigation-top .nav-mobile-toogle::before {
    content: url(../assets/img/nav-mobile-close_cross.svg);
}

.mobile-navigation .mobile-navigation-bottom {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 1.5rem;
}

.mobile-navigation.opened .mobile-navigation-bottom{
    display: flex;
}

.mobile-navigation .mobile-navigation-bottom ul{
    width: 100%;
}

.mobile-navigation .mobile-navigation-bottom ul li {
    display: flex;
    padding: 1.25rem 0rem;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px dashed var(--blueberry-ice-cream);
}


/* .mobile-navigation .mobile-navigation-bottom ul li:last-child {
    border-bottom: 0px;
} */

.mobile-navigation .mobile-navigation-bottom .mobile-navigation-social-icons {
    display: flex;
    padding-top: 1.5rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.375rem;
    align-self: stretch;
}

.mobile-navigation .mobile-navigation-bottom .mobile-navigation-social-icons a{
    line-height: 80%;
}


.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/*--------------------- RESPONSIVE ---------------------*/

@media (max-width: 1440px) {
    .button, .bit-button {
        padding: var(--gap-24) var(--gap-36) !important ;
    }


}

@media (max-width: 1280px) {
    .koncerti-section .content .koncerti-table {
        width: inherit;
    }

    .bit-widget .bit-event {
        gap: 1.75rem;
    }

}

@media (max-width: 1080px) {
    .hero-section, .merch-CTA, .koncerti-section, .footer-top, .footer-bottom{
        padding-left: var(--padding-tablet);
        padding-right: var(--padding-tablet);
    }

    .hero-section {
        background-size: 60%;
    }

    .bombshell-grupna {
        width: 63%;
        bottom: -2vh;
    }

}

@media (max-width: 820px) {
    
      .hero-section {
        background-image: url(../assets/img/hero-grupna-mobile.webp), url(../assets/img/hero-logo-BG.svg);
        background-size: 65%, 0%;
        background-position: right bottom -100svh, center 33%;
      }

      .hero-section.loaded {
        background-size: 65%, 65%;
        background-position: right bottom 0svh, center 33%;
        } 

      .logotype {
        height: 2.3vh;
      }

      .menu-items-wrapper {
        display: flex;
        justify-content: right;
      }

      .menu-items {
        gap: var(--gap-32);
      }

      .aktualno-CTA .content {
        mask-size: 140% 100%;
        mask-position: center;
      }

      .aktualno-CTA .content.video video {
        width: initial;
    }

      .aktualno-CTA::after {
        background-size: 130% 100%;
        background-position: center;
      }

      .merch-CTA .content {
        background-size: var(--col-12);
        gap: 3.25rem;
      }

      .merch-CTA .content .top .marquee {
        width: var(--col-11);
      }

      .merch-CTA .content .top .photo {
        width: var(--col-11);
      }

      footer {
        min-height: 90vh;
      }

      footer::before {
        background-size: 150% 55%;
        background-position: center bottom;
        background-repeat: no-repeat;
      }
    
      .footer-top {
        justify-content: initial;
        /* padding-top: 20vh;
        padding-bottom: 10vh; */
      }

      .footer-bottom {
        justify-content: initial;
      }


      footer .content {
        grid-template-columns: initial;
        width: initial;
        grid-row-gap: 6vh;
      }

      footer .footer-bottom .right {
        gap: var(--gap-16);
      }

      footer .footer-bottom .content {
        gap: var(--gap-24);
        grid-template-columns: repeat(2, auto);
      }

      footer .content .right, footer .content .right {
        grid-area: initial;
      }
}


@media (max-width: 480px) {
    
    .hero-section, .merch-CTA, .koncerti-section, .footer-top, .footer-bottom{
        padding-left: var(--padding-mobile);
        padding-right: var(--padding-mobile);
    }

    .hero-section {
        align-items: initial;
        background-image: url(../assets/img/hero-grupna-mobile.webp);
        background-size: 80%;
        background-position: right -100svw bottom;
        gap: var(--gap-24);
        padding-bottom: 42%;
        height: 80vh;
        min-height: 600px;
        /* padding-left: 3rem; */
        padding-right: 3rem;
        transition-property: background-position;
        transition-delay: 0.3s;
    }

    .hero-section.loaded {
        background-position: right bottom;
        background-size: 80%;
    }

    .hero-section.loaded .hero-logo, .hero-section.loaded .text-slogan{
        animation: move-down 1s linear(0, 0.008 1.1%, 0.031 2.2%, 0.129 4.8%, 0.257 7.2%, 0.671 14.2%, 0.789 16.5%, 0.881 18.6%, 0.957 20.7%, 1.019 22.9%, 1.063 25.1%, 1.094 27.4%, 1.114 30.7%, 1.112 34.5%, 1.018 49.9%, 0.99 59.1%, 1);
    }
    
    .text-slogan {
        position: unset;
    }

    .aktualno-CTA {
        height: 90vh;
    }

    .aktualno-CTA .content {
        gap: var(--gap-36);
    }

    .aktualno-CTA .content.video video {
        height: 95vh;
        margin-top: 10vh;
    }

    .aktualno-CTA::after {
        background-size: 100% 100%;
        background-image: url(../assets/img/aktualno-waves-bottom-mobile.svg);
        margin-top: -13vh;
        height: 7rem;
      }

    .aktualno-CTA .content {
      mask-size: 100% 100%;
      mask-image: url('../assets/img/aktualno-waves-top-mobile.svg');
      padding-bottom: 0vh;
    }

    .merch-CTA {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 10vh;
        width: 100%;
    }

    .merch-CTA .content {
        background-size: 100%;
        gap: 1.75rem;
        background-position: center 38%;
    }

    .merch-CTA .content .top .marquee span {
        font-size: 4.75rem;
        line-height: 160%;
    }

    .merch-CTA .content .top .photo .blob {
        right: 1rem;
        bottom: 0;
        width: 36%;
    }

    .bottom {
        padding-left: var(--padding-mobile);
        padding-right: var(--padding-mobile);
        text-align: center;
        gap: var(--gap-24);
    }

    .koncerti-section  {
        padding-top: 12svh;
    }
    
    .koncerti-section .content {
        gap: 6vh;
    }

    .koncerti-section .content .koncerti-table .koncerti-table-row {
        flex-direction: column;
        padding: 2rem 0rem;
        align-items: flex-start;
        gap: 1.5rem;
    }
    
    .koncerti-section .content .koncerti-table .koncerti-table-row .half{
        align-items: start;
        overflow: initial;
        white-space: initial;
        flex-direction: column;
    }
    
    .koncerti-section .content .koncerti-table .koncerti-table-row .half.location {
        margin-top: -0.5rem;
    }
    
    .koncerti-section .content .koncerti-table .koncerti-table-row .half span.venue {
        overflow: initial;
        white-space: initial;
    }

    .koncerti-table-row .button {
        margin: 0 0 0 -6px;
    }

    footer {
        height: initial;
        min-height: initial;
        margin: 20vh 0 0;
    }

    footer .content {
        grid-row-gap: 10vh;
    }

    footer .content .right {
        grid-template-columns: initial;
        grid-row-gap: var(--gap-40);
    }

    footer .content .left {
        gap: var(--gap-32);
    }

    footer .content .left p.display-3{
        font-size: var(--display-2 );
    }

    footer .content .col {
        gap: var(--gap-20);
    }

    footer .content .button {
        margin-left: -6px;
    }

    .footer-top {
        padding-top: 20vh;
    }
    
    footer .social-icons {
        gap: 0.55rem;
    }

    footer .social-icons img{
        width: 2.5rem;
        height: 2.5rem;
    }

    .footer-bottom {
        padding-top: 10vh;
    }

    footer .footer-bottom .content {
        grid-template-columns: initial;
    }

    .footer-bottom .right a{
        margin-top:0.75rem; 
    }

    .button, .bit-button {
        padding: var(--gap-20) var(--gap-32) !important;
    }

    .no-events {
        height: 40svh;
    }

    .no-events img{
        max-width: 80%;
    }

}

/*--------------------- ANIMACIJA ---------------------*/

@keyframes move-left {
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }

  .logotype {
    height: 3vh;
  }


@keyframes bobble {
  0% {
    -webkit-transform: translate3d(50px, 40px, 0px);
    transform: translate3d(50px, 40px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(50px, 50px, 0px);
    transform: translate3d(50px, 50px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(50px, 40px, 0px);
  }
}

@keyframes fade-up {
  0% {
    bottom:-2%;
    opacity: 0;
  }
  100% {
    bottom:0%;
    opacity: 1;
  }
}

@keyframes move-up {
  0% {
    bottom:-2%;
  }
  100% {
    bottom:0%;
  }
}

@keyframes move-down {
    0% {
      transform: translatey(-100%);
    }
    100% {
      transform: translatey(0%);
    }
  }

@keyframes move-right {
    0% {
      transform: translatex(-100%);
    }
    100% {
      transform: translatex(0%);
    }
  }

@-webkit-keyframes move-left {
    to {
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }


@-webkit-keyframes bobble {
  0% {
    -webkit-transform: translate3d(50px, 40px, 0px);
    transform: translate3d(50px, 40px, 0px);
    animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: translate3d(50px, 50px, 0px);
    transform: translate3d(50px, 50px, 0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translate3d(50px, 40px, 0px);
  }
}

@-webkit-keyframes fade-up {
  0% {
    margin-bottom:-2%;
    opacity: 0;
  }
  100% {
    margin-bottom:0%;
    opacity: 1;
  }
}

