/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/* Brakle Font */
@font-face {
    font-family: 'Brakle';
    src: url('./fonts/brakle/Brakle-SemiBold.eot');
    src: url('./fonts/brakle/Brakle-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/brakle/Brakle-SemiBold.woff2') format('woff2'),
        url('./fonts/brakle/Brakle-SemiBold.woff') format('woff'),
        url('./fonts/brakle/Brakle-SemiBold.ttf') format('truetype'),
        url('./fonts/brakle/Brakle-SemiBold.svg#Brakle-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

#intro-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 9999;
}


/* Plain Vanilla CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  text-rendering: optimizeLegibility;
  font-family: "Poppins", sans-serif;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

input, button, textarea, select {
  font: inherit;
  color: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


#main {
    background: none;
}

#main {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    position: relative;
    z-index: 1;
}

#main-wrapper {
    background-image: url(./img/desktop-bg-1.jpg);
    background-size: cover;
    background-position: 100% 100%;
    background-attachment: scroll;
}

#logo-video {
    display: block;
}

#logo-fallback {
    display: none;
    max-width: 750px;
    width: 100%;
    height: auto;
}


.event p {
    color: #FFF;
    text-align: center;
    text-shadow: 0 3px 4px rgba(0, 0, 0, 0.12);
    font-family: Poppins;
    font-size: 37px;
    font-style: normal;
    font-weight: 600;
    width: 700px;
    margin: 0 auto;
    line-height: 1.2;
}

.buttons a,
.buttons button {
    color: #007AFF;
    background-color: #FFFF09;
    border: 0;
    font: 600 26px 'Brakle', sans-serif;
    padding: 13px 20px 8px;
    border-radius: 16px;
    margin: 10px;
    display: inline-block; 
}

#countdown ul {
    background-color: #FF2CA1;
    display: flex;
    border-radius: 160px;
    width: 750px;
    align-items: center;
    justify-content: space-evenly;
    gap: 0;
    padding: 25px 0 15px;
}

#countdown li {
    text-align: center;
    color: #FFF;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

#countdown span {
    color: #FFFF09;
    text-align: center;
    font-family: Brakle;
    font-size: 62px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: -10px;
}

.performers .main {
    margin: 0 auto;
    width: 600px;
}

.performers .performers-list img {
    width: 350px;
}

.performers .performers-list {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 90px 0;
}

.performers {
    padding: 60px 0;
}

.program .event-program {
    max-width: 1200px;
    margin: 0 auto;
}

.program {
    margin: 0 0 90px;
}

.location img {
    max-width: 800px;
    margin-bottom: 30px;
}

.location .entry-points {
    float: right;
}

.location {
    max-width: 1200px;
    margin: 0 auto;
}

.meals {
    display: flex;
    align-items: center;
    justify-content: center;
    clear: both;
    gap: 40px;
    margin-top: 90px;
}
 
.meals img {
    max-width: 500px;
}

#transportation {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 90px 0;
    margin: 0 auto;
}

#transportation img {
    margin-bottom: 45px;
    max-width: 900px; 
}

#transportation img + p {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
}

#transportation span {
    color: #fff;
    font-size: 18px;
}

.transportation-wrapper {
    display: flex;
    max-width: 80%;
    margin: 45px auto 0;
    gap: 60px;
}

.transpo-wrapper table td span {
    display: block;
}

.transpo-wrapper table td {
    padding: 20px;
}

.transpo-wrapper table td p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

.transpo-wrapper table td span {
    font-size: 14px;
}

.transpo-wrapper table th {
    font: 700 18px 'Brakle', sans-serif;
    color: #FFFF09;
    text-shadow: 1px 2px 0 #006EDE;
    padding: 15px 10px 10px;    
    text-align: left;
    text-indent: 10px;

}
.transpo-wrapper table td:nth-child(1) {
    width: 65%;
}

.transpo-wrapper table td:nth-child(2) {
    width: 35%;
}
.transpo-wrapper table thead {
    background-color: #006EDE;
}

.transpo-wrapper table td {
    vertical-align: top;
}

.transpo-wrapper table td:first-of-type span:last-of-type {
    margin-top: 10px;
    text-decoration: underline;
}

.transpo-wrapper table td {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.security {
    margin-bottom: -40px;
}

.show-mobile {
    display: none;
}
@media screen and (max-width: 480px) {
    .show-mobile {
        display: block;
    }    
    .hide-mobile {
        display: none;
    }

    /* Mobile */
    #countdown ul {
        width: 100%;
        flex-wrap: wrap;
        gap: 30px;
        padding: 1.5rem;
        border-radius: 3rem;
        margin: 0 auto;
    }   
    .event p {
        width: auto;
        font-size: 24px;
    }

    #bg-video {
        display: none; 
    }

    #main {
        height: 100vh;
        width: 100%;
        padding: 60px 30px 30px;
    }

    #logo-video {
        display: none;
    }
    #logo-fallback {
        display: block;
    }

    .buttons p {
        text-align: center;
    }

    #countdown li {
        flex-basis: 30%;
    }

    .buttons a, .buttons button {
        width: 100%;
        margin: 10px 0;
        padding: 20px 20px 15px;
    }
    #sub img {
        width: 85% !important;
        max-width: fit-content;
    }

    #sub .performers-list img {
        width: 60% !important;
    }

    .performers-list,
    .location,
    .meals,
    .transportation-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .location img {
        float: none !important;
    }


    #transportation img {
        max-width: max-content;
        width: 80%;
    }

    #transportation p {
        font-size: 20px !important;
        text-align: center;
    }

    #transportation span {
        font-size: 15px;
    }

    .transpo-wrapper table td:nth-child(1) {
        padding: 20px;
    }

    #transportation .transpo-wrapper p {text-align: left !important;font-size: 18px !important;padding: 0;font-weight: 700;}

    .transpo-wrapper table th {
        text-indent: 0;
        padding-left: 20px;
    }

    .transportation-wrapper {
        max-width: 92%;
    }

    .buttons a, .buttons button {
        font-size: 16px;
    }

    .security iframe {
        height: 350px !important;
    }

    .transpo-wrapper table td {
        background-color: rgb(0 110 222 / 90%);
    }
}