@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --primary-color: #00AEEF;
    --text-primary-color: #333333;
    --text-secondary: #818c98;
    --green: #00a94f
}

*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}


* {
    scroll-behavior: smooth;
    color: var(--text-primary-color);
    margin: 0;
}


body {
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}


img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}


input,
button,
textarea,
select {
    font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

html {
    font-size: 12px;
}

#root,
#__next {
    isolation: isolate;
}

header {
    position: absolute;
    background-color: #000000c9;
    min-height: 100px;
    z-index: 1000;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
}

footer {
    background: #333333;
    min-height: 25vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

footer h1 {
    width: 100%;
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 3em;
}

.forum_program_buttons-container {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

footer p {
    display: flex;
    color: white;
    font-size: 1.5em;
    align-items: center;
    gap: 10px;
}

.header-logo>img {
    height: 60px;
    width: auto;
}

.header-links {
    border-top: 4px var(--primary-color) solid;
    padding: 10px;
    display: flex;
    flex-direction: row;
    gap: 5em;
}

.header-links>a {
    color: white;
    text-decoration: none;
    font-size: 1.5em;

}

.text-white {
    color: white;
}

.text-success {
    color: var(--green);
}

.event_name-container {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    /* text-transform: capitalize; */
    text-align: center;
}

.event_name-container>h1 {
    font-size: 5em;
}

.event_name-container>h3 {
    font-size: 2em;
}

.event_name-container>h2 {
    font-size: 3em;
}

.background_video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-section {
    position: relative;
    min-height: 100vh;
    width: 100%;
}

.main_placeholder {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.cover {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.main_extra-container {
    width: 50%;
    align-items: center;
}

.countdown_segment {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.countdown_segment *:first-child {
    font-size: 5em;
}

.countdown_segment *:last-child {
    font-size: 2em;
    margin-top: -10px;
    color: var(--primary-color) !important;
}

#countdown {
    margin-top: -20px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 5em;
}

#countdown * {
    color: white;
    font-weight: 600;
}

.main_extra-link {
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    display: flex;
    justify-content: center;
    padding: 14px 25px;
    width: 100%;
    text-align: center;
    border-style: solid;
    border-width: 3px;
    border-radius: 38px;
    background-color: #ffffff00;
    transition: all 0.2s ease-in-out;
}

.main_extra-link:hover {
    color: var(--primary-color);
    border-color: var(--primary-color)
}

.keyphrases-container {
    bottom: 0px;
    padding: 5em 0em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5em;
}

.icon {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.icon-place {
    background-image: url("/static/icons/place.svg");

}

.icon-calendar {
    background-image: url("/static/icons/calendar.svg");
}

.icon-microphone {
    background-image: url("/static/icons/microphone.svg");
}

.icon-shopping-bag {
    background-image: url("/static/icons/shopping-bag.svg");

}

.icon-people {
    background-image: url("/static/icons/people.svg");
}

.icon-laptop {
    background-image: url("/static/icons/laptop.svg");
}

.keyphrase {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

.keyphrase>.icon-container {
    width: 5em;
    height: 5em;
}

.keyphrase-text * {
    color: white;
    font-size: 1.2em;
}




.heading {
    font-weight: normal;
    width: fit-content;
    text-align: center;
    font-size: 3em;
    border-bottom: 4px solid #333333;
}

.heading-light {
    border-bottom: 4px solid white;
    color: white;
}

.information_details-container>* {
    width: 50%;
    font-size: 1.5em;

    /* text-justify: distribute; */
}

.information_details-container * {
    color: var(--text-secondary);

}

.information_details-container {
    display: flex;
    flex-direction: row;
    gap: 10em
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 2em 20px;
    padding-bottom: 3em;
}

/* .speakers-container-global,
.sponsors-container-global {
    padding: 0.66em 20px;
} */





.text-primary {
    color: var(--primary-color)
}

.text-secondary {
    color: var(--text-secondary)
}

.program-section,
.venue-section,
.history-section,
.blank-section {
    background-size: cover;
    background-attachment: fixed;
    min-height: 60vh;
    width: 100%;
    display: flex;
    align-items: center;
}



.submission_and_registration-section {
    min-height: 60vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 8em;
}

.sponsors-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.speakers-section {
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
}

.program-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/program.jpg");
}

.venue-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/venue.jpg");
}

.history-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/history.jpg");
}

.blank-section {

    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/static/images/blank.jpg");
}

.button {
    text-align: center;
    background-color: var(--primary-color);
    border: 2px transparent solid;
    border-radius: 7px;
    color: white;
    padding: 1em;
    font-size: 1.5em;
    min-width: 20vw;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
}

.button * {
    transition: all ease-in-out 0.2s;
    color: white;
}

.button-green {
    background-color: var(--green);
}

.button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.button:hover * {
    color: var(--primary-color);
}

.button-green:hover {
    border-color: var(--green);
    color: var(--green);
    background-color: transparent;
}

.button-green:hover * {
    color: var(--green);
}

.sponsors-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 30px;
    margin-top: 30px;
}

.sponsor {
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.sponsor>img {
    height: 128px;
    width: auto;
}

.speaker {
    display: flex;
    width: fit-content;
    flex-direction: column;
    justify-content: center;
    gap: 2em;
    width: 250px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.speaker>img {
    height: 300px;
    width: 100%;
    border-radius: 7px;
    -webkit-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px -8px rgba(0, 0, 0, 0.75);
}

.speaker>.button {
    width: 100%;
    min-width: 100%;
}

.sponsor>.button {
    text-align: center;
    min-width: auto;
    max-width: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submission_and_registration-container {
    display: flex;
    justify-content: space-around;
}

.forum_venue_buttons-container {

    margin-top: 50px;
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
}

.popup-wrapper {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #00000075;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    align-items: center;
}

.table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
    font-size: 1.5em;
}

.table tr {
    border-top: 1px solid #EAEAEA;
}

.table tr:first-child {
    border-top: none;
}

.table td {
    padding: 10px;
}



.popup {
    min-width: 50%;
    height: 90%;
    overflow: auto;
    width: fit-content;
    max-width: 55%;
    background: white;
    background-color: white;
    border-radius: 10px;
    padding: 25px;
    scrollbar-width: none;
}

#close_popup {
    float: right;
    background-color: transparent;
    border: none;
    font-size: 1.5em;
    cursor: pointer;
}

.session_details {
    white-space: nowrap;
}

.sessions {
    list-style-position: inside;
    padding: 0;
}

.sessions li::marker {
    color: var(--primary-color)
}

form {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

form>label {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

form>label>input,
form>label>select {
    min-height: 40px;
    padding: 2px;
    flex: 0 1 calc(50% - 10px);
}

.submit-button {
    text-align: center;
    background-color: var(--primary-color);
    border: 2px transparent solid;
    border-radius: 7px;
    color: white;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    transition: all ease-in-out 0.2s;
    text-decoration: none;
}

.submit-button:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background-color: transparent;
}

.submit-button:hover * {
    color: var(--primary-color);
}

select:active,
select:focus-visible,
input:active,
input:focus-visible {
    outline-color: var(--primary-color);
}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 768px) {
    form>label {
        flex-direction: column;
    }

    .session_details {
        white-space: normal;
    }

    .popup {
        max-width: 100%;
        width: 100%;
    }

    .container {
        padding: 20px 20px;
    }

    .forum_venue_buttons-container {
        flex-direction: column;
    }

    .submission_and_registration-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    header {}

    .header-links {
        display: none;

    }

    .cover {
        padding-top: 100px;
        height: fit-content;
    }

    html {
        font-size: 10px;
    }

    .forum_program_buttons-container {
        flex-direction: column;

    }

    .information_details-container {
        flex-direction: column;
        align-items: baseline;
        gap: 20px;
    }

    .information_details-container>div {
        width: 100%;
    }

    .button {
        min-width: 70vw;
    }

    .main_extra-container {
        width: 80%;
    }

    .keyphrases-container {
        padding: 5em 0em;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .header-logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .main-section {
        height: 150vh;
    }
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    background-color: white;
    transition: all ease-in-out 1s;
}

#loading-gif {
    height: 100%;
    width: 100%;
    background: url(/static/gif/Rocket.gif) no-repeat center center;

}