.intro-background {
    display: table;
    width: 100%;
    height: 100vh;
    padding: 100px 0;
    text-align: center;
    color: white;
    background: url("../img/LNY_26/LNY-background.png") no-repeat center center; 
    background-color: black;
    background-attachment: fixed; 
    background-size: cover; 
}

.main-title {
    font-size: 8em;
    font-weight: 900;
    margin-top: 2vh;
    margin-bottom: -5vh; 
    text-align: right;
    line-height: 1; 
    letter-spacing: -5px;
    color: white;
    text-shadow: 4px 4px 20px rgba(0,0,0,1);
    text-transform: uppercase;
}
.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 5rem;
    color: #FF0038;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.8);
}

.intro-text {
    font-size: 1.5rem;
    color: white;
}

.athlete-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 5;
}

.athlete-img {
    position: absolute;
    bottom: 0;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(40px 40px 40px rgba(0,0,0,0.9)) brightness(0.7);
}

#img-lion { 
    height: 115vh; 
    left: -25%; 
    z-index: 1;
    bottom: -20vh;
    transform: scaleX(-1);
}

#img-angelaalex { 
    height: 90vh; 
    left: -20%; 
    z-index: 2; 
    bottom: -10vh;
    transition-delay: 0.4s; 
}

#img-audrey { 
    height: 85vh; 
    left: -5%; 
    z-index: 3;
    bottom: -30vh;
    transition-delay: .8s; 
}

.athlete-img.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.content-right {
    margin-left: 65%;
    width: 48%;
    padding: 0 2% 100px 0; 
    color: white;
    position: relative;
    z-index: 10;

    

}

.event-box {
    margin-bottom: 120px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease;
    text-align: right;
    border-right: 4px solid #FF0038;
    padding-right: 20px;

    /* blur box */
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 15px; 
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.event-box h2 {
    font-size: 3rem;
    color: #FF0038;
    margin-bottom: 10px;
}

.event-box p {
    font-size: 2rem; 
    line-height: 1.6;
}

.event-box.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.event-date {
    color: #FFFFFF;
    font-size: 2rem;
    letter-spacing: 2px;
}

.cta-box {
    margin-top: 100px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 40px;

    text-align: right;

    /* blur box */
    background: rgba(0, 0, 0, 0.6); 
    border-radius: 15px; 
    backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);
}

.cta-box h3 {
    font-size: 4rem;
    color: #FF0038;
    margin-bottom: 15px;
    font-weight: 900;
}

.cta-box.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.cta-box p {
    color: #fff;
    margin-bottom: 5;
    font-size: 2rem;
}

.content-right a, 
.event-box a, 
.cta-box a {
    color: #A40000 !important;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.content-right a:hover, 
.event-box a:hover, 
.cta-box a:hover {
    color: #ff0000 !important;
    border-bottom: 1px solid #ff0000;
    text-decoration: none;
}

/* css for tablets and phones */
@media (max-width: 1024px) {
    html, body {
        overflow-x: hidden;
        width: 100%;
    }

    .main-title {
        font-size: 5.5em !important; 
        margin-left: 0;
        width: 100%;
        padding-right: 5%;
    }

    .content-right {
        margin-left: 45% !important; 
        width: 53% !important;
    }

    #img-lion { left: -35% !important; }
    #img-angelaalex { left: -30% !important; }
}

@media (max-width: 768px) {
    html, body {
        overflow-x: hidden !important;
        width: 100% !important;
        position: relative;
    }

    .athlete-container {
        display: none !important;
    }

    .intro-background {
        display: block !important; 
        background: #000000 !important; 
        height: auto !important; 
        min-height: 100vh;
        width: 100% !important;
        padding: 100px 0 50px 0 !important; 
    }

    .intro-background::before {
        display: none !important;
    }

    .intro-body {
        display: block !important;
        width: 100% !important;
    }

    .content-right {
        margin-left: 0 !important; 
        width: 100% !important;
        padding: 0 20px !important;
        text-align: center !important;
    }

    .main-title {
        font-size: 3.2em !important; 
        text-align: center !important;
        padding-right: 0 !important;
        margin-bottom: 30px !important;
        line-height: 1.1 !important;
        width: 100% !important;
        word-wrap: break-word;
    }

    .container {
        width: 100% !important;
        padding: 0 15px !important;
        margin: 0 !important;
    }

    .event-box {
        text-align: center !important;
        border-right: none !important;
        border-bottom: 1.5px solid #FF0038; 
        padding-right: 0 !important;
        padding-bottom: 30px !important;
        margin-bottom: 40px !important;
        width: 100% !important;
    }
}