html {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    min-height: 100vh;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    background: #f2f2f6;
}




main {
    position: relative;
    min-height: 86.7vh;
    display: flex;
    margin-top: 2vh;
    align-items: stretch;
}


.f {
    background: #f2f2f6;
}

a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0;
}

b {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0;
}



@media (max-width: 1350px) {

    aside {
        display: none;
    }

    aside h1 {
        display: none;
    }


    .outspon {
        width: 100vw;
    }

    main{
        width: 100vw;
    }

    section {
        width: 100vw;
    }
}



@media (orientation: landscape){
    header.banner2 {
        display: none;
    }
    header.banner {
        height: fit-content;
        width: 100%;
    }
}

@media (orientation: portrait) {
    header.banner {
        display: none;
    }
    header.banner2 {
        height: fit-content;
        width: 100%;
    }
}


aside {
    width: 22vw;
    background: radial-gradient(circle at 100% 0, hsla(0, 0%, 100%, .85) 0, hsla(0, 0%, 96.1%, .13) 183%);
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    padding: 0 20px;
    height: auto;
    align-self: stretch;
    position: static;
}



.banner img, .banner2 img {
    height: 80vh;
    width: 100%;
    transition: filter 300ms ease, transform 300ms ease, height 300ms ease;
    will-change: filter, transform, height;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    object-fit: cover;
    object-position: bottom;
}



header.banner {
    height: fit-content;
    width: 100%;
    position: relative;
}



header.banner.blurred img {
    filter: blur(10px) brightness(0.98);
}

.f-link {
    color: rgba(0, 0, 0, 0.5);
    display: block;
}


.sponsoring {
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    animation: scroll-left 8s linear infinite;
}

.sponsoring a {
    height: 90%;
    padding: 0 30px;
    width: fit-content;
}

.sponsoring img {
    height: 100%;
}


.outspon {
    overflow: hidden;
    width: 100%;
}

@media (max-width: 850px) {
    .zms2{
        display: flex;
        opacity: 0.9;
    }

    .df2{
        display:   flex;
        opacity: 0.85;
    }

    .vb2{
        display: flex;
    }

    #span2{
        display: flex;
    }

    #span21{
        display: flex;
    }

    #span22{
        display: flex;
    }

    .invisible{
        display: flex;
    }

    @keyframes scroll-left {
        from {
            transform: translateX(0);
        }
        to {
            transform: translateX(-50%);
        }
    }
}

.zms {
    opacity: 0.9;
}

.df{
    opacity: 0.85;
}


.GreyLine{
    width: 2px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 850px) {
    .zms2{
        opacity: 0.5;
        display: none;
    }

    .df2{
        opacity: 0.4;
        display: none;
    }

    .sponsoring {
        width: 100%;
    }

    .vb2{
        display: none;
    }

    #span2{
        display: none;
    }

    #span21{
        display: none;
    }

    #span22{
        display: none;
    }

    .invisible{
        display: none;
    }
}


.sponsor-nav{
    display: flex;
    font-size: 0.8rem;
    color: rgba(0, 0, 0, 0.4);
    justify-content: right;
    padding: 20px;
    text-decoration: underline;

    height: fit-content;
}

.sponsor-nav:hover{
    color: rgba(0, 0, 0, 0.6);
}

.hspon{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.link-container{
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.partner-buttons{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    width: 100%;
}

.partner-buttons .button{
    color: #fffeff;
    margin: 10px;
    color: #000000;
    border-radius: 30px;
    padding: 15px 20px;
}

.partner-buttons .button:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border: 1px solid #ddd;
}

.partner-buttons .logoMX img {
    width: auto;
    object-fit: cover;
    padding: 0 ;
    margin: 0;
    height: 50px;
}

.partner-buttons .logoWer img{
    width: auto;
    object-fit: cover;
    padding: 0 ;
    margin: 0;
    height: 40px;
}

.partner-buttons .logoMX{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}

.partner-buttons .logoWer{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.maps-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
    backdrop-filter: blur(5px);
}

.maps-modal-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 20px;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.maps-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
}

.maps-header h3 {
    margin: 0;
    font-size: 1.2em;
}

.maps-close {
    background: none;
    border: none;
    font-size: 2em;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maps-close:hover {
    color: #000;
}

.maps-buttons {
    display: flex;
    gap: 15px;
    padding: 20px;
    flex-wrap: wrap;
}

.maps-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px;
    border-radius: 15px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: all 0.3s;
    min-width: 120px;
    text-align: center;
}

.maps-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.maps-btn i {
    font-size: 2em;
}

.maps-btn.waze {
    background:  #33ccff;
    color: white;
}

.maps-btn.apple {
    background: linear-gradient(135deg, #000, #333);
    color: white;
}

.maps-btn.google {
    background: linear-gradient(135deg, #4285f4 20%, #34a853 40% , #fbbc04 60%, #ea4335 80%);
    color: white;
}











