.mobile-menu-overlay {
    height: calc(100vh - 70px);
    width: 100%;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 70px;
    background-color: black;
    background-color: rgba(0, 0, 0, 0.91);
    overflow-x: hidden;
    -webkit-transition: 600ms all ease;
    -o-transition: 600ms all ease;
    transition: 600ms all ease;
    opacity: 0;
    display: none;
}

.mobile-menu {
    font-family: 'pangram-regular';
    text-transform: uppercase;
    position: relative;
    top: 0;
    width: 100%;
    color: white;
    padding: 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.navigation-right-lang-mobile {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 72px;
    font-size: 18px;
}

.navigation-right-lang-mobile .navbar-item {
    font-size: 18px;
    margin-right: 0 !important;
}

.mobile-menu-links-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 50%;
    border-bottom: 1px solid white;
    margin-bottom: 24px;
}

.mobile-menu-links-container a,
.mobile-menu-links-container .mobile-menu-link {
    margin-bottom: 24px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu-links-container a {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu-link {
    position: relative;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu-link-dropdown {
    margin-bottom: 24px;
    width: calc(100% + 24px);
    left: 0;
    max-height: 0;
    display: none;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-link-dropdown a {
    padding: 0 !important;
}

.mobile-menu-link-dropdown .navigation-scrolldown-item--category {
    background-color: #2f2063 !important;
}

.mobile-menu-link-dropdown .navigation-scrolldown-item {
    background: none;
    text-align: left;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-transform: capitalize;
    padding-left: 48px;
}

.mobile-menu-link-dropdown .navigation-scrolldown-item--category:first-child:before {
    display: none;
}

.navigation-item-arrow--mobile {
    right: auto;
    left: 110px;
    border-color: white !important;
}

.mobile-menu-footer {
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.mobile-menu-footer a {
    text-transform: capitalize;
}

.mobile-menu-footer-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
}

.mobile-menu-footer-column a {
    margin-bottom: 20px;
}

.cta-booking--mobile {
    width: calc(100% - 24px);
    height: 72px;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    left: 12px;
}

.cta-booking--mobile .ticket-container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 120px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
}

.cta-booking--mobile img {
    margin-right: 0;
}

.social-icons--mobile {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.close {
    position: absolute;
    right: 16px;
    top: 20px;
    width: 32px;
    height: 32px;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #333;
}

.close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

// WEBPACK FOOTER //
// ./src/styles/MobileMenu.css