@media screen and (min-width: 914px) {
    * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lexend';
        font-style: normal;
        text-decoration: none;
    }

    html {
    scroll-behavior: smooth;
    }

    body {
    background-image: url("/static/events/images/event-description/event-background.png");
    background-color: white;
    background-repeat: repeat-y;
    background-position: top center;
    margin: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    }

    .logo-header {
    width: 100%;
    padding-top: 5vh;
    display: flex;
    align-items: center; /* vertically align images if needed */
    justify-content: center; /* horizontally center */
    gap: 16px; /* padding between the two images */
    }

    .kc-logo {
    max-height: 75px; 
    width: auto;

    }
    .kc-text {
    max-height: 50px; 
    width: auto;
    }

    #blackswan-meet-greet, #hohyun-meet-greet {
    display: flex;
    align-items: center;
    gap: 12.5vw; /* spacing between text and image */
    margin-top: 5vh;
    padding-left: 5vw;
    }

    .blackswan-meet-greet-text, .hohyun-meet-greet-text {
    flex: 1;
    max-width: 700px;
    font-size: 20px;
    z-index: 2;
    }
    .blackswan-meet-greet-text p, .hohyun-meet-greet-text p{
    font-size: 20px;
    }
    .blackswan-meet-greet-text h2, .hohyun-meet-greet-text h2{
    font-size: 40px;
    font-weight: 700;
    }

    .blackswan-photo-rect, .hohyun-photo-rect {
    position: relative;
    width: fit-content;
    height: fit-content;
    }

    .blackswan-photo-rect::before , .hohyun-photo-rect::before{
    content: '';
    position: absolute;
    top: 60%;
    left: 45%;
    width: 440px;
    height: 350px;
    background-color: #F0F0F0; 
    transform: translate(-50%, -50%) rotate(15.84deg);
    z-index: 0;
    }

    .blackswan-photo-rect img{
    position: relative;
    z-index: 1;
    display: block;
    max-width: 100%;
    height: auto;
    }      
    
    .hohyun-photo-rect img {
        position: relative;
        z-index: 1;
        display: block;
        width: 350px;
        height: auto;
        transform: translate(-3%, 5%) rotate(15.84deg);
    }

    #ampersandone-meet-greet {
    display: flex;
    align-items: center;
    gap: 12.5vw; /* spacing between text and image */
    margin-top: 5vh;
    padding-right: 5vw;
    }

    .ampersandone-meet-greet-text {
    max-width: 60%;
    font-size: 20px;
    z-index: 2;
    }
    .ampersandone-meet-greet-text p{
    font-size: 20px;
    }
    .ampersandone-meet-greet-text h2{
    font-size: 40px;
    font-weight: 700;
    }
    .ampersandone-photo-rect {
    position: relative;
    max-width: 40%;
    height: auto;
    padding-left: 0vw;
    }

    #concert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
    #concert h2 {
    font-size: 40px;
    }
    .lineup-text {
    padding-top: 3vh;
    padding-bottom: 3vh;
    }

    .concert-artists {
    background-color: rgba(229, 90, 148, 0.3); /* 30% opacity pink */
    display: flex;
    flex-direction: row;
    gap: 20px;
    width: 100%;
    align-items: center;
    justify-content: center;
    }
    .blackswan-box,
    .ampersandone-box,
    .hohyun-box {
    position: relative;
    display: inline-block;
    padding: 10px;
    }
    .artist-box {
        margin-top: 5vh;
        margin-bottom: 5vh;
        display: block;
        width: 250px; /* adjust based on your layout */
        height: auto;
        position: relative;
        z-index: 0;
        }
    .box-label {
    z-index: 1;
    position: absolute;
    font-weight: 700;
    font-size: 24px;
    top: 59%;
    left: 50%; /* <-- Center horizontally */
    transform: translateX(-50%); /* <-- Adjust to true center */
    background: linear-gradient(90deg, #E55A94 0%, #3E9DA2 100%);
    color: #FFFFFF;
    text-align: center;
    align-items: center;
    justify-content: center;
    white-space: nowrap;

    }
    .artist-socials{
        z-index: 1;
        position: absolute;
        top:72%;
        left: 50%; /* <-- Center horizontally */
        transform: translateX(-50%); /* <-- Adjust to true center */
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 2px;
    }      

    .other-events{
        background-color: #3E9DA2;
        color: white;
        border-radius: 45px;
        font-size: 32px;
        font-weight: 700;
        display: flex;
        margin: 0 auto;
        width: fit-content;
        white-space: nowrap;
        align-items: center;
        justify-content: center;
        padding: 12px 24px; /* add padding to make room around the text */
    }

    section {
        height: auto;
        padding: 2rem;
    }

    .event-graphic{
        padding-left: 5vw;
        width: 400px;
        height: auto;
        display: block; /* Ensure consistent layout behavior */
        align-self: flex-start; /* Align both items to the top of the flex container */
        object-fit: contain;
        max-width: 100%;  /* optional: keeps it responsive inside its fixed box */
        max-height: 100%;
    }    

    .event-text {
        padding-right: 5vw;  
        min-width: 60%;
    }
    .event-title {
        padding-bottom: 2vh;
        font-size: 40px;
    }
    .event-desc {
        font-size:20px;
        padding-bottom: 4vh;
    }

    #hohyun-QnA,
    #kpop-dance-competition,
    #audrey-lane-workshop,
    #analisse-workshop,
    #michael-workshop,
    #random-play-dance,
    #artist-alley-sponsor-tables,
    #variety-games,
    #fashion-show,
    #trivia,
    #kpop-topics,
    #karaoke {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8vw;
        padding-right: 6vw;
        padding-left: 6vw;
    }




}
