@font-face {
    font-family: "Invention";
    src: url("../webfonts/Invention_W_Bd.woff") format("woff");
}
@font-face {
    font-family: "Invention-Regular";
    src: url("../webfonts/Invention_W_Rg.woff") format("woff");
}

@font-face {
    font-family: "Invention-Light";
    src: url("../webfonts/Invention_W_Lt.woff") format("woff");
}

body {
    font-family: "Invention-Regular", sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #0d2340;
}

.first-block {
    position: relative;
    overflow: hidden;
}

.video-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video {
    object-fit: cover;
    width: 100%;
}

.container.head {
    position: relative;
    z-index: 1;
    text-align: center;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

h1 {
    color: #fff !important;
    font-family: "Invention";
}

h2.hero {
    color: #0c2340;
    margin-bottom: 30px;
    /* font-family: "Invention"; */
    letter-spacing: 0.5rem;
    font-size: 1.5em;
}

h3.sat {
    color: #fff;
    letter-spacing: 0.1rem;
    font-family: "Invention-Regular", sans-serif;
    margin-bottom: 5px;
}

.sponsor {
    color: #fff;
    font-size: 14px;
    margin-top: 0px;
}

.sub {
    font-size: 42px;
    display: block;

    margin-bottom: 50px;
}

.sm {
    display: none !important;
}

.date {
    display: flex;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1.8rem;
    justify-content: space-evenly;
    align-items: center;
}

.agenda {
    text-align: center;
}

.header,
.footer {
    background-color: #2e9e97;
}

.header {
    position: relative;
    z-index: 9999;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Horizontal, vertical, blur radius, and opacity */
}

.logo {
    width: 150px;
}

.first-block {
    text-align: center;
    padding: 50px 20px;
    background-color: white;
}

.first-block h1 {
    font-size: 32px;
    color: #0d2340;
    margin: 10px 0;
}

.first-block h1:nth-child(2) {
    font-size: 64px;
    color: #2e9e97;
}

.cta-button {
    display: inline-block;
    padding: 15px 100px;
    font-size: 16px;
    background-color: #2e9e97;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s ease;
    border: 1.5px solid #fff;
}

.cta-button:hover {
    background-color: #246f6b;
}

.speakers-block {
    display: none;
    padding: 50px 20px;
    background-color: #e9f7f6;
}

.moderator-section,
.faculty-section {
    margin-bottom: 40px;
}

.moderator-section h2,
.faculty-section h2 {
    text-align: center;
    font-size: 24px;
    color: #0d2340;
    margin-bottom: 20px;
}

.speaker-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}
.speaker {
    text-align: center;
    width: 200px;
}

.speaker img {
    width: 70%;
    height: auto;
    border-radius: 50%;
    border: 4px solid #2e9e97;
    margin-bottom: 10px;
}

.speaker {
    text-align: center;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speaker-name {
    font-size: 14px;
    color: #2e9e97;
}

.speaker p {
    font-size: 14px;
    color: #555;
}

.agenda-block {
    padding: 50px 20px;
    background-color: #f6f7f7;
}

.agenda-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.agenda-item > .agenda-item-titles {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.agenda-item > .agenda-item-titles > .title {
    font-weight: bold;
    color: #0d2340;
    font-size: 16px;
    font-family: "invention";
    text-align: center;
}

.agenda-item > .agenda-item-titles > .subtitle {
    width: 100%;
    text-align: center;
}

.time {
    font-size: 15px;
    width: 20%;
    font-weight: bold;
}

.time.sm {
    font-weight: 500;
    font-size: 13px;
}

.regi-btn {
    color: #fff;
    line-height: 1.7rem;
}

.topic {
    width: 60%;
}

.speaker-name {
    width: 30%;
}

.banner-block {
    text-align: center;
    padding: 40px 20px;
    background-color: #e8f7f6;
    color: #2d9e96;
}

.footer {
    padding: 40px 20px;
    color: white;
}

.footer-grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer-column {
    width: 22%;
    font-size: 12px;
}

.footer-column p {
    line-height: 1rem;

    margin: 15px 0;
}

.footer-bottom {
    text-align: left;
    padding: 10px 20px;
    font-size: 12px;
}

.contact {
    font-size: 11px;
}

.accordion {
    background-color: #f4f4f4;
    color: #0d2340;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
}

.accordion.active,
.accordion:hover {
    background-color: #2e9e97;
    color: white;
}

.panel {
    padding: 0 20px;
    display: none;
    background-color: white;
    overflow: hidden;
}

img.adm {
    width: 200px;
}

p.card-content {
    height: 85px;
}

.agenda-session {
    margin-bottom: 40px; /* Add space between sessions */
}

.agenda-session h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    color: #2e9e97;
    font-weight: bold;
    text-transform: uppercase;
}

.agenda-session-divider {
    width: 100%;
    height: 0px;
    background-color: #2e9e97;
    margin: 20px 0;
}

.agenda-column-titles {
    line-height: 180%;
    padding: 30px 0;
    border-bottom: 1px solid #ccc;
}

.column-title {
    display: block;
    font-size: 18px;
}
.column-subtitle {
    display: block;
    font-size: 15px;
    color: #2d9e96;
}
.column-title-hold {
    width: 40%;
}

.vod {
    display: block;
    color: #0c2340;
}

.vod-tm {
    display: block;
    margin-top: 30px;
}

p.disclaimer {
    font-size: 12px;
}

@media (max-width: 1180px) {
    .container.footer-grid {
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-column {
        width: 100%;
    }

    video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 780px) {
    h1 {
        font-size: 36px !important;
    }

    video {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .container.footer-grid {
        flex-direction: column;
        row-gap: 20px;
    }

    .footer-column {
        width: 100%;
    }

    .date {
        flex-direction: column;
    }

    .program {
        padding: 0;
    }

    .time {
        font-size: 13px;
    }

    .topic {
        font-size: 13px;
    }

    .speaker-name {
        font-size: 13px;
    }

    .agenda-item {
        column-gap: 10px;
    }

    .agenda-item > .agenda-item-titles > .title {
        text-align: start;
        font-size: 14px;
    }

    .agenda-item > .agenda-item-titles > .subtitle {
        text-align: start;
        font-size: 14px;
    }

    .agenda-column-titles {
        column-gap: 10px;
    }

    .footer-column {
        width: 100% !important;
    }

    .sp {
        font-size: 18px !important;
    }
    .date {
        font-size: 15px;
    }
}
