/*
Theme Name:   Hello Elementor JEG
Template:     hello-elementor
Text Domain:  hello-elementor-jeg
*/

@font-face {
font-family: 'Urbanist';
src: url('fonts/Urbanist-Regular.woff2') format('woff2');
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: 'Urbanist';
src: url('fonts/Urbanist-Bold.woff2') format('woff2');
font-weight: 700;
font-style: normal;
}

header {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 120rem;
    z-index: 999;
}

header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 49, 53, 0.35);
    z-index: -1;
    pointer-events: none;
}

main::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header-inner {
    position: relative;
    max-width: 90rem;
    box-sizing: content-box;
    margin: auto;
    padding: 1rem 1.5rem 0.5rem 1.5rem;
}

.desktop-navigation {
    display: flex;
    justify-content: center;
    align-items: end;
    width: 100%;
}

.desktop-menu {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: end;
    justify-content: right;
    list-style: none;
    border-radius: 1rem;
    position: relative;
    gap: clamp(1rem, 2vw, 2rem);
}

.desktop-menu .site-logo-container {
    flex: 0 0 auto;
    margin: 0 clamp(1rem, 3.5vw, 3.5rem);
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: end;
}

.desktop-menu .menu-item a {
    font-family: "Urbanist";
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    transition: 0.3s ease;
    display: inline-flex;
    white-space: nowrap;
    align-items: end;
    justify-content: center;
    gap: clamp(1rem, 1vw, 2rem);
}

.desktop-menu .menu-item a:hover {
    color: #DFB940;
    padding-bottom: 1rem;
}

.menu-hockey-last a:hover {
    transform: none!important;
}

.desktop-menu .menu-item.menu-item-logo a:hover {
    background: none;
    border-color: transparent;
}

.desktop-menu li .megamenu-dropdown {
    box-sizing: content-box;
    opacity: 0;
    visibility: hidden; 
    position: absolute;
    top: calc(100% + 0.5rem); 
    left: 50%;
    transform: translateX(-50%);
    max-width: 120rem;
    padding: 0 1.5rem;
    margin: 0 auto;
    width: 100%;
    z-index: 999; 
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.desktop-megamenu-container {
    display: flex;
    background: #000;
    width: 100%;
    max-width: 120rem;
    box-sizing: border-box;
    margin: 0 auto;
}

.menu-item-object-custom a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.menu-item-object-custom svg {
    height: clamp(1rem, 1.5vw, 1.5rem);
    width: clamp(1rem, 1.5vw, 1.5rem);
}

.menu-item-object-custom.is-hovered svg {
    transform: rotate(180deg);
}

.rtp-buy-tickets-container {
    list-style: none;
    padding: 0;
}

li.rtp-buy-tickets a {
    padding: clamp(0.5rem, 1vw, 0.75rem) clamp(0.75rem, 1.5vw, 1rem);
    background: #0050AA;
    color: #FFF;
    height: clamp(3rem, 4vw, 4rem);
    align-items: center;
    display: flex;
    font-family: "Teko", Sans-serif;
    font-size: clamp(1.4rem, 2vw, 2rem);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
    transition: 0.2s ease;
}

li.rtp-buy-tickets a:hover {
    background: #012239;
    text-decoration: none;
}

.desktop-menu li.is-hovered .megamenu-dropdown {
    opacity: 1;
    visibility: visible;
}

.site-logo img {
    height: 50px;
    width: auto;
    object-fit: contain;
}

.site-logo a {
    display: flex;
}

.site-branding {
    padding: 1rem 1.5rem;
    width: 100%;
    background: #010302;
}

.site-branding--container {
    margin: auto;
    max-width: 90rem;
    box-sizing: content-box;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
}

.site-branding p {
    margin: 0;
    color: #FFF;
    font-family: "Roboto";
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 110%;
}

.website-support {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.website-support--text {
    display: none;
}

.website-funded-by {
    display: flex;
    align-items: center;
}

.website-funded-by-logos {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

div.mobile-menu {
    position: absolute;
    top: 68px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

div.mobile-menu.active {
    /* overflow-y: auto; */
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

ul.mobile-menu {
    min-height: 100vh;
    list-style: none;
    background: #323135;
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
    margin: 0;
    opacity: 1 !important; 
    visibility: visible !important;

    display: flex;
    flex-direction: column;
    gap: 25px;
    height: 100%;
}

.mobile-menu::-webkit-scrollbar {
    display: none;
}

.mobile-navigation {
    display: none;
    padding: 0.625rem 1.5rem;
    grid-template-columns: 1fr auto 1fr; 
    align-items: center;
}

.mobile-navigation svg {

}

.menu-toggle {
    cursor: pointer;
    grid-column: 1;
    justify-self: start;
}

.mobile-navigation .site-logo {
    grid-column: 2;
    justify-self: center;
}

.menu-toggle .line {
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}

.menu-toggle.is-active .line-top {
    transform: translateY(10.5px) rotate(45deg);
}

.menu-toggle.is-active .line-middle {
    opacity: 0; 
}

.menu-toggle.is-active .line-bottom {
    transform: translateY(-10.5px) rotate(-45deg);
}

ul.mobile-menu {
    text-align: center;
}

ul.mobile-menu li {
    margin-bottom: 0.4375rem;
}

ul.mobile-menu li:last-of-type {
    margin-bottom: 0;
}

ul.mobile-menu li a {
    display: block;
    color: #FFF;
    font-family: "Urbanist";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.2s ease;
}

ul.mobile-menu li a:hover {
    color: #DFB940;
}

footer li > a:hover {
    text-decoration: underline;
}

@media(max-width:1200px) {
    .site-branding {
        flex-direction: column;
        gap: 1rem;
        padding: 1.5rem 0.9375rem;
    }
    .site-branding--container {
        flex-direction: column;
    }
    .website-support {
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .website-support p {
        font-style: italic;
    }
    .website-support--text {
        display: inline;
        font-style: normal;
        font-weight: 400;
    }
    .website-support img {
        width: 6.79244rem;
        height: 3.75rem;
    }
    .website-funded-by {
        flex-direction: column;
    }
    .website-copyrights {
        order: 3;
        text-align: center;
    }
}

@media(max-width: 1024px) {
    .header::after { 
        background: rgba(50, 49, 53, 0.15);
    }
    .header-inner {
        padding: 0;
    }
    .desktop-navigation {
        display: none;
    }
    .mobile-navigation {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }
    .mobile-navigation .site-logo {
        grid-column: 2;
    }
}

@media(max-width:768px) {

}

.hockey-icon-wrapper {
    position: relative;
}

.hockey-puck {
    height: clamp(2.5rem, 4vw, 4rem);
    width: clamp(2.5rem, 4vw, 4rem);
    border-radius: 50%;
    background: #E58325;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 40%;
    transition: 0.4s ease;
}

.menu-hockey-last:hover .hockey-puck {
    opacity: 1;
    top: 0%;
    left: 20%;
}

.menu-item-prefix-svg {
    right: -8px;
    position: relative;
}

.hockey-icon-wrapper .menu-item-last-svg {
    max-height: clamp(6.25rem, 10vw, 10.125rem);
    height: 100%;
    width: auto;
}

.menu-hockey-last path {
    transition: 0.2s ease;
}

.menu-hockey-last:hover .menu-item-last-svg path {
    fill: #E50000;
}

.site-logo-container {
    width: 100%;
    align-self: end;
}

.menu-hockey-last a {
    padding-top: 0!important;
}