@font-face {
    font-family: 'Glitz';
    src: url('../Fonts/glitz.otf');
    font-display: swap;
}

body {
    font-family: 'Glitz', sans-serif;
}

.banner-bg {
    background-image: url('../img/banner-bg-1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
}

.custom-btn {
    background-color: #3cd098;
    color: white;
    border-radius: 50px;
    padding: 10px 25px;
    border: none;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.custom-btn:hover {
    background-color: #3cd098;
    color: #000000;
}

.banner-content {
    margin-left: 3%;
    width: 35%;
}

.bar-css {
    width: 40px;
    height: 10px;
    background-color: #2089ff;
    /* Adjust color as needed */
    border-radius: 2px;
}

@media (max-width: 768px) {
    .banner-content {
        width: 100%;
        margin-left: 0;
    }
}

.bar-green {
    background-color: #3cd098;
}

.bar-white {
    background-color: #fff;
}

.content-text {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    width: 75%;
}

.location-text {
    font-family: 'Work Sans', sans-serif;
}

.section-title {
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 42px;
    font-family: 'Glitz', sans-serif;
}

@media (max-width: 768px) {
    section .p-5 {
        padding: 2rem !important;
    }

    .content-text {
        width: 100%;
        text-align: center;
    }

    .section-title {
        font-size: 28px;
        text-align: center;
    }

    .bar-css {
        margin-left: auto;
        margin-right: auto;
    }
    .banner-content .bar-css{
    margin-left: 0;
    }

    .why-attend-section,
    .waves-section,
    .waves-2-section {
        padding: 20px 0 !important;
    }

    .cta-responsive {
        flex-direction: column;
        line-height: 20px;
        padding: 0 10px !important;
    gap: 10px !important;

    }

    .day-rooms-text {
        font-size: 16px;
        line-height: 22px;
        padding: 20px !important;
    }

    img.img-fluid.w-100.rounded-sides {
        height: 130px;
    }
    .cta-responsive p {
    text-align: center;
    line-height: 27px;
}
}

.cta-responsive {
    font-family: 'Work Sans', sans-serif;
}

.why-attend-section {
    background-image: url('../img/why-attend-bg.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    font-family: 'Work Sans', sans-serif;
}

.why-attend-section .section-title {
    font-family: 'Glitz', sans-serif;
}

.why-card img {
    max-width: 80px;
}

.why-card {
    background-color: #fff;
    padding: 30px 25px;
    border-radius: 20px;
    height: 100%;
}

.why-card .content-text {
    width: 100%;
    color: #000;
}

.icon-box {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.icon-box::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(60, 208, 152, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.icon-box::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: rgba(32, 137, 255, 0.5);
    border-radius: 50%;
    z-index: -1;
}

.pos-1::before {
    top: 5px;
    right: 5px;
}

.pos-1::after {
    bottom: 5px;
    left: 5px;
}

.pos-2::before {
    top: 5px;
    left: 5px;
}

.pos-2::after {
    bottom: 5px;
    right: 5px;
}

.pos-3::before {
    bottom: 5px;
    right: 5px;
}

.pos-3::after {
    top: 5px;
    left: 5px;
}

.pos-4::before {
    bottom: 5px;
    left: 5px;
}

.pos-4::after {
    top: 5px;
    right: 5px;
}

.waves-section {
    background-image: url('../img/waves-1.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
    font-family: 'Work Sans', sans-serif;
}

.bar-black {
    background-color: #000;
}

.circle-content {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 50px;
    color: #000000;
    transition: transform 0.3s ease;
}

.circle-content:hover {
    transform: scale(1.05);
}

.bg-blue {
    background-color: #bbe4ff;
}

.bg-green {
    background-color: #6bd6a2;
}

.bg-light-green {
    background-color: #c5f9e3;
}

@media (max-width: 991px) {
    .circle-content {
        width: 260px;
        height: 260px;
    }
}

.waves-2-section {
    background-image: url('../img/waves-2.png');
    background-size: cover;
    background-position: center;
    padding: 80px 0;
}

.bar-blue {
    background-color: #2089ff;
}

.day-rooms-card {
    background-size: cover;
    background-position: center;
    height: 180px;
    border-radius: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.day-rooms-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.8;
    z-index: 1;
}

.day-rooms-text {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    font-family: 'Work Sans', sans-serif;
    padding: 30px;
}

.content-70 {
    width: 70%;
    margin: 0 auto;
}
    .knowledge-partner span {
        margin-top: 0 !important;
    }
    .knowledge-partner{
        display: flex;
        align-items: center;
        gap: 20px;
        margin-top: 10px;
    }

@media (max-width: 768px) {
    .content-70 {
        width: 100%;
    }
}

.bg-1 {
    background-image: url('../img/bg-1.png');
}

.bg-2 {
    background-image: url('../img/bg-2.png');
}

.bg-3 {
    background-image: url('../img/bg-3.png');
}

.bg-4 {
    background-image: url('../img/bg-4.png');
}

.bg-5 {
    background-image: url('../img/bg-5.png');
}

.bg-6 {
    background-image: url('../img/bg-6.png');
}

.bg-7 {
    background-image: url('../img/bg-7.png');
}

.bg-8 {
    background-image: url('../img/bg-8.png');
}

.content-80 {
    width: 80%;
    margin: 0 auto;
}

.rounded-sides {
    border-radius: 30px;
}

@media (max-width: 768px) {
    .content-80 {
        width: 100%;
    }
    .banner-bg{
    background: url(../img/banner-bg.jpg);
}
}

.footer-bg {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;

}

.footer-bg a {
    font-size: 18px;
    color: #3cd098;
    text-decoration: none;
}

span {
    font-family: 'Work Sans', sans-serif;
}

@media (min-width: 1600px) {
    .banner-bg .container {
        max-width: 1600px;
    }

    .overview-container {
        max-width: 1600px;
        margin: 0 auto;
    }
}

/* Session Line-Up Section */
.session-lineup-section {
    padding: 40px 0;
    font-family: 'Work Sans', sans-serif;
}

.session-lineup-section .container{
    max-width: 900px;
}
.session-header-pill {
    background-color: #3cd098;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
}

.session-main-title {
    font-family: 'Glitz', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    color: #000;
}

.session-list {
    margin-top: 40px;
}

.session-card {
    background-color: #ecf4f1;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 12px;
    position: relative;
    border: 1px solid transparent;
}

.session-card.active {
    background-color: #eaf5ff;
    border: 1px solid #2089ff;
}

.category-pill {
    background-color: #3cd098;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}

.session-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
}

.session-card-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.session-card-text {
    font-size: 16px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .session-main-title {
        font-size: 28px;
    }

    .session-card {
        padding: 20px;
    }

    .session-card-title {
        font-size: 20px;
    }

    .session-header-pill {
        font-size: 14px;
        padding: 8px 20px;
    }
}