.navbar {
    font-family: 'pangram-regular';
    text-transform: uppercase;
    height: 70px;
    width: 100%;
    max-width: 100vw;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    top: 0;
    text-align: left;
    z-index: 3;
    padding-left: 20px;
    color: white;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    /* Firefox, other Gecko */
    box-sizing: border-box;
    -webkit-transition: 600ms all ease;
    -o-transition: 600ms all ease;
    transition: 600ms all ease;
}

@media (max-width: 61.24em) {
    .navbar {
        padding: 16px;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (min-width: 81.25em) {
    .navbar {
        padding: 0 calc(((100vw - 1330px) / 2) + 13px);
    }
}

.navbar-sticky {
    left: 0 !important;
    background-color: white;
    max-width: 100vw;
    color: #1f1c35;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
    z-index: 10;
}

.navbar-sticky .navbar-burger {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

@media (min-width: 81.25em) {
    .navbar-sticky {
        padding: 0 calc(((100vw - 1330px) / 2) + 13px);
    }
}

.navbar-sticky .one-hour-title {
    color: #1f1c35;
}

.navbar-sticky .navigation-item-arrow {
    border-color: #1f1c35;
}

.logo {
    display: -ms-flexbox;
    display: flex;
    padding-top: 14px;
}

@media (max-width: 46.24em) {
    .logo {
        padding-left: 0;
        padding-top: 0;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .logo {
        padding-left: 30px;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.logo-container {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-go-back--hidden {
    display: none;
    width: 164px;
    height: 100%;
    text-transform: none;
    font-family: "pangram-regular";
    font-size: 14px;
    position: relative;
    padding-left: 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.logo-go-back--hidden:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border-left: 2px solid #1f1c35;
    border-top: 2px solid #1f1c35;
    -webkit-transform: rotateZ(315deg);
    -ms-transform: rotate(315deg);
    transform: rotateZ(315deg);
    top: calc(50% - (20px / 2));
    left: 0;
    cursor: pointer;
}

.magnifier {
    height: 32px;
    width: 32px;
    margin-right: 7px;
}

@media (max-width: 46.24em) {
    .magnifier {
        height: 24px;
        width: 24px;
    }
}

.logo-text {
    height: 32px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none !important;
}

.one-hour-title {
    font-family: 'jaapokki-regular';
    font-size: 22px;
    letter-spacing: 1.4px;
    color: #ffffff;
    height: 24px;
    display: inline-block;
}

@media (max-width: 46.24em) {
    .one-hour-title {
        font-size: 14px;
        height: auto;
        line-height: 1;
        letter-spacing: 1px;
        max-width: 15px;
    }
}

@media (min-width: 46.25em) and (max-width: 61.24em) {
    .one-hour-title {
        display: block;
        font-size: 18px;
        height: 32px;
        line-height: 1;
        width: 32px;
    }
}

.one-hour-baseline {
    text-transform: capitalize;
    font-size: 12px;
    letter-spacing: 4px;
    padding-left: 2px;
}

@media (max-width: 61.24em) {
    .one-hour-baseline {
        display: none;
    }
}

.navbar-right {
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 61.24em) {
    .navbar-right {
        display: none;
    }
}

.navbar-burger {
    height: 18px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@media (min-width: 61.25em) {
    .navbar-burger {
        display: none;
    }
}

.navigation-right-lang {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 64px;
}

.navigation-right-lang .navbar-item:first-child {
    margin-right: 0;
}

.navigation-lang-item {
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}

.navigation-lang-separator {
    margin: 0 18px;
    height: 19px;
}

.navigation-items {
    height: 34px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-top: 8px;
}

.navigation-items a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.cta-booking {
    height: 100%;
    width: 158px;
    background-color: #bca292;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: white;
    position: relative;
}

.cta-booking:hover {
    opacity: .9;
}

.cta-booking:hover .cta-booking-text {
    -webkit-animation: blinker 50ms linear infinite;
    animation: blinker 50ms linear infinite;
    -webkit-animation-iteration-count: 5;
    animation-iteration-count: 5;
    z-index: 2;
}

.cta-booking:hover .ticket {
    z-index: 2;
}

.cta-booking:hover:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    transition: transform 500ms cubic-bezier(1, 0, 0, 1), -webkit-transform 500ms cubic-bezier(1, 0, 0, 1);
}

.cta-booking:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1F1144;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.ticket-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    height: 100%;
    width: 100%;
}

.ticket {
    margin-right: 12.7px;
}

.navigation-scrolldown {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    color: #1f1c35;
    width: 180px;
    bottom: -228px;
    left: -46px;
    padding-top: 50px;
}

.navigation-scrolldown-content {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.29);
}

.navigation-scrolldown-item {
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 300ms all ease;
    -o-transition: 300ms all ease;
    transition: 300ms all ease;
    cursor: pointer;
    background-color: white;
}

.navigation-scrolldown-item:hover {
    background-color: #E9EAF2;
}

.navigation-scrolldown-item--category {
    background-color: #2f2063;
    color: white;
    cursor: normal;
}

.navigation-scrolldown-item--category:hover {
    opacity: 1 !important;
    background-color: #2f2063 !important;
}

.navigation-scrolldown-item--category:first-child {
    position: relative;
}

.navigation-scrolldown-item--category:first-child:before {
    content: "";
    position: absolute;
    top: -7px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #2f2063;
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

// WEBPACK FOOTER //
// ./src/styles/Navbar.css