@import "https://cdn.iheartmedia.com/font/Inter/inter.css";

body {
    margin: 0;
    padding: 0;

    /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #600f18 100%); */
    background-color: #ffffff;
    min-height: 100vh;
    color: white;

    /* font-family:  -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; */
    font-family: 'Inter';
}

.hero-banner {
    background-image: url('/assets/img/250806_AudioCon-Cvent_Banners_v1.gif');
    background-size: cover;

    /* This scales the image to cover the entire background area */
    background-position: center center;

    /* Centers the image */
    background-repeat: no-repeat;

    /* Prevents the image from repeating */
    min-height: 300px;
}

.hero-banners {
    background-image: url('assets/img/1200x627_no-logo_2.gif');
    background-size: cover;

    /* This scales the image to cover the entire background area */
    background-position: bottom left;

    /* Centers the image */
    background-repeat: no-repeat;

    /* Prevents the image from repeating */
    /* min-height: 680px; */
    min-height: 610px;
}

.comingsoon {
    background-image: url('assets/img/1200x627_share.gif');
    background-size: cover;

    /* This scales the image to cover the entire background area */
    background-position: bottom left;

    /* Centers the image */
    background-repeat: no-repeat;

    /* Prevents the image from repeating */
    /* min-height: 680px; */
    min-height: 610px;
}

.hero-section {
    padding: 60px 0 60px;
}

.brand-title {
    font-size: 3.5rem;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: -1px;
}

.main-heading {
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 3.2rem;

    /* text-align: center */
    margin-bottom: 30px;
    letter-spacing: -2px;
    color: #ffffff;
}

.subtitle {
    font-size: 1rem;
    font-weight: 300;

    /* text-align: center */
    /* margin-bottom: 50px */
    color: #d8d6d7;
    line-height: 1.4;

    /* max-width: 800px */
    margin-left: auto;
    margin-right: auto;
}

.event-details {
    font-size: 3.5rem;
    font-weight: 400;
    line-height: 3.8rem;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.event-time {
    font-size: 2.5rem;
    font-weight: 200;
    line-height: 2.8rem;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
    color: #ffffff;
}

.cta-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.btn-register {
    background-color: #c6002b;
    color: white;
    padding: 18px 40px;
    font-size: 1.3rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    border: solid;
    border-width: 1px;
    border-color: #db3055;
}

.btn-register:hover {
    background-color: #e70032;
    color: white;
    border: solid;
    border-width: 1px;
    border-color: #ff063c;
}

.btn-agenda {
    color: white;
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: none;
    padding: 18px 20px;
    border-radius: 8px;
    background-color: #ffffff12;
    border: solid;
    border-width: 1px;
    border-color: #ffffff36;
}

.btn-agenda:hover {
    color: #f8f9fa;
    text-decoration: none;
    border: solid;
    border-width: 1px;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 80px;
}

.read-more a {
    color: #b8b8b8;
    font-size: 1.2rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.read-more a:hover {
    color: white;
}

.arrow {
    font-size: 1.5rem;
}

.registration-section {
    padding: 80px 0;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 2rem;
    color: ;
}

.registration-title {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.questions-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;

    /* margin-bottom: 20px */
    color: #ffffff;
}

.registration-subtitle {
    font-size: 1.2rem;
    color: #b8b8b8;
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.registration-form {
    max-width: 500px;
    margin: 0 auto;
}

.form-group {
    margin-bottom: 25px;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.form-row .form-group {
    flex: 1;
    margin-bottom: 0;
}

.form-label {
    color: white;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 1rem;
}

.form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    padding: 15px 20px;
    font-size: 1rem;
}

.form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #e63946;
    box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
    color: white;
}

.form-control::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: white;
    padding: 15px 20px;
    font-size: 1rem;
}

.form-select:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #e63946;
    box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
    color: white;
}

.form-select option {
    background: #1a1a2e;
    color: white;
}

.form-check {
    margin-bottom: 30px;
}

.form-check-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 10px;
}

.form-check-input:checked {
    background-color: #e63946;
    border-color: #e63946;
}

.form-check-input:focus {
    border-color: #e63946;
    box-shadow: 0 0 0 0.2rem rgba(230, 57, 70, 0.25);
}

.form-check-label {
    color: #b8b8b8;
    font-size: 0.9rem;
    line-height: 1.4;
    width: 80%;
}

.btn-submit {
    background-color: #e50026;
    color: white;
    padding: 18px 60px;
    font-size: 1.2rem;
    font-weight: 500;
    border: none;
    border-radius: 8px;
    width: 100%;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.btn-submit:hover {
    background-color: #d62828;
}

.speakers-section {
    padding: 0 0 80px;
}

.speakers-title {
    font-size: 2rem;
    font-size: clamp(1rem, 5vw, 2rem);
    font-weight: 600;
    color: #c40024;
    line-height: 3rem;
    letter-spacing: -1px;

    /* padding-left: 31px */
    /* text-align: center */
    margin-bottom: 10px;
}

.speakers-grid {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
}

.speaker {
    text-align: center;
    max-width: 220px;
}

.speaker-photo {
    width: 220px;

    /* height: 176px; */
    border-radius: 6%;
    object-fit: cover;

    /* border: 2px solid rgb(255, 255, 255) */
    margin-bottom: 25px;
    margin-top: 10px;
}

.speaker-photo2 {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;

    /* border: 2px solid rgb(255, 255, 255) */
    /* margin-bottom: 25px */
}

.speaker-name {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #550000;

    /* color: #e6e64f */
}

.form-title {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #550000;

    /* color: #e6e64f */
}

.form-title {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 4px;
    color: #550000;

    /* color: #e6e64f */
}

.speaker-title {
    font-size: .85rem;
    color: #5e5d5d;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: .10rem;
    letter-spacing: -.4px;
}

@media (max-width: 768px) {
    .hero-banners {
        background-image: url('assets/img/1200x627_no-logo_2.gif');
        background-size: contain;

        /* This scales the image to cover the entire background area */
        background-position: bottom center;

        /* Centers the image */
        background-repeat: no-repeat;

        /* Prevents the image from repeating */
        /* min-height: 680px; */
        min-height: 500px;
    }

    .brand-title {
        font-size: 2.5rem;
    }

    .main-heading {
        font-size: 2.3rem;
        line-height: 2.3rem;
        font-weight: 700;
    }

    .subtitle {
        font-size: 1rem;
        padding: 0 20px;
    }

    .event-details {
        font-size: 2rem;

        /* padding: 0 0px; */
        line-height: 2.4rem;
    }

    .event-time {
        font-size: 1.4rem;
        font-weight: 200;
        line-height: 2rem;
        margin-bottom: 10px;
        letter-spacing: -0.5px;
    }

    .cta-section {
        flex-direction: column;
        gap: 20px;
    }

    .speakers-grid {
        gap: 80px;
    }

    .speakers-title {
        font-size: 2rem;
        font-size: clamp(1.5rem, 3vw, 1.9rem);
        line-height: 2rem;
    }

    .hero-banners {
        background-image: url('assets/img/mobile_no-logo_2.gif');
        background-size: auto;

        /* This scales the image to cover the entire background area */
        background-position: bottom center;

        /* Centers the image */
        background-repeat: no-repeat;

        /* Prevents the image from repeating */
        /* min-height: 680px; */
        min-height: 900px;
    }

    .speaker-photo {
        width: 220px;
        height: 220px;
        border-radius: 10%;
        object-fit: cover;
        text-align: center;

        /* border: 2px solid rgb(255, 255, 255) */
        margin-bottom: 25px;
    }
}

/* ------------------------------------
  List Checked
------------------------------------ */
.list-checked {
    padding-left: 0;
    list-style: none;
    line-height: 2rem;
    font-weight: normal;
}

.list-checked-item,
.list-unchecked-item {
    position: relative;

    /* color: #51596C; */
    color: #000000;
    padding-left: 2rem;
}

.list-checked-item:not(:last-child),
.list-unchecked-item:not(:last-child) {
    margin-bottom: 0.5rem;
}

.list-checked-item::before,
.list-unchecked-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("data:image/svg+xml,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.3035 4.76425C13.5718 4.44865 14.0451 4.41027 14.3607 4.67853C14.6763 4.9468 14.7147 5.42012 14.4464 5.73572L8.07144 13.2357C7.79896 13.5563 7.31616 13.5901 7.00171 13.3105L3.62671 10.3105C3.31713 10.0354 3.28924 9.5613 3.56443 9.25172C3.83962 8.94213 4.31367 8.91424 4.62326 9.18943L7.42515 11.68L13.3035 4.76425Z' fill='%2351596C'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    margin-top: 0.125rem;
}

.list-checked-soft-bg-primary .list-checked-item::before {
    background-image: url('assets/img/check-white.svg');
}

.list-checked-soft-bg-primary .list-unchecked-item::before {
    background-image: url('assets/img/check.svg');
}

.list-checked-sm .list-checked-item,
.list-checked-sm .list-unchecked-item {
    padding-left: 1.5rem;
}

.list-checked-sm .list-checked-item::before,
.list-checked-sm .list-unchecked-item::before {
    width: 1em;
    height: 1rem;
    background-size: 1rem 1rem;
    margin-top: 0.3125rem;
}

.list-checked-sm[class*=list-checked-bg-] .list-checked-item::before,
.list-checked-sm[class*=list-checked-bg-] .list-unchecked-item::before,
.list-checked-sm[class*=list-checked-soft-bg-] .list-checked-item::before,
.list-checked-sm[class*=list-checked-soft-bg-] .list-unchecked-item::before {
    margin-top: .25rem;
}

.list-checked-lg .list-checked-item,
.list-checked-lg .list-unchecked-item {
    padding-left: 2.5rem;
}

.list-checked-lg .list-checked-item:not(:last-child),
.list-checked-lg .list-unchecked-item:not(:last-child) {
    margin-bottom: 1.25rem;
}

.list-checked-lg .list-checked-item::before,
.list-checked-lg .list-unchecked-item::before {
    width: 1.5rem;
    height: 1.5rem;
    background-size: 1.5rem 1.5rem;
    margin-top: 0;
}

.list-checked-lg[class*=list-checked-bg-] .list-checked-item::before,
.list-checked-lg[class*=list-checked-bg-] .list-unchecked-item::before,
.list-checked-lg[class*=list-checked-soft-bg-] .list-checked-item::before,
.list-checked-lg[class*=list-checked-soft-bg-] .list-unchecked-item::before {
    margin-top: -0.0625rem;
}

.bg-dark {
    background-color: #450113 !important;
    background-color: #c40024 !important;
}

.btn-light {
    color: #550000;
    background-color: #e1ff00;
    border-color: #e1ff00;
}

.bg-info {
    background-color: #E1E1E1 !important ;

    /* background-color: #9900e6 !important ; */
}

.avatar-circle {
    border-radius: 50%;
}

.avatar-sm .avatar-img {
    width: 2.3125rem;
}

.avatar-sm .avatar-initials {
    font-size: 0.8125rem;
}

.avatar-sm.avatar-circle .avatar-status {
    bottom: -0.21875rem;
    right: -0.21875rem;
}

.avatar-sm.avatar-circle .avatar-sm-status {
    bottom: -0.09375rem;
    right: -0.09375rem;
}

.avatar-sm.avatar-circle .avatar-lg-status {
    bottom: -0.40625rem;
    right: -0.40625rem;
}

.cls-1 {
    fill: #fff;
}

.link-light {
    color: #0f1821;
    font-weight: bold;
}

.text-danger {
    color: #c40024 !important;
}

.text-danger2 {
    color: #550000 !important;
}

@keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    from {
        top: 20%;
        opacity: 0;
    }

    to {
        top: 100;
        opacity: 1;
    }
}

.wrapper {
    position: relative;
    left: 50%;
    top: 0%;
    transform: translate(-50%, -00%);
    -webkit-transform: translate(-50%, -0%);
    animation: fadeIn 1000ms ease;
    -webkit-animation: fadeIn 1000ms ease;
}

h1 {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
    font-weight: 700;
    color: #000000;
}

.info,
p {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
}

.dot {
    color: #000000;
}

.icons {
    text-align: center;
}

.icons i {
    color: #00091B;
    background: #fff;
    height: 15px;
    width: 15px;
    padding: 13px;
    margin: 0 10px;
    border-radius: 50px;
    border: 2px solid #fff;
    transition: all 200ms ease;
    text-decoration: none;
    position: relative;
}

.icons i:hover,
.icons i:active {
    color: #fff;
    background: none;
    cursor: pointer !important;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    text-decoration: none;
}

.bg-footer {
    background: #e1e1e1;
}

/* Button to open modal */
.open-modal {
    background-color: #007bff;
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.3s;
}

.open-modal:hover {
    background-color: #0056b3;
}

/* Modal overlay */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Show modal when targeted */
.modal-overlay:target {
    opacity: 1;
    visibility: visible;
}

/* Modal content */
.modal-content {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

/* Scale modal content when shown */
.modal-overlay:target .modal-content {
    transform: scale(1);
}

/* Close button */
.close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #999;
    font-size: 24px;
    text-decoration: none;
    line-height: 1;
    transition: color 0.3s;
}

.close-btn:hover {
    color: #333;
}

/* Modal header */
.modal-header {
    margin-bottom: 20px;
    padding-right: 30px;
}

.modal-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

/* Modal body */
.modal-body {
    color: #666;
    line-height: 1.6;
}

/* Demo content styling */
.demo-content {
    text-align: center;
    margin-bottom: 30px;
}

.demo-content h1 {
    color: #333;
    margin-bottom: 20px;
}

.bg-light {
    background-color: #d8d6d7 !important;
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 180px;
    z-index: 1020;
}

.link-light:hover {
    color: #5e2d90;
}

.form-disclaimer {
    font-size: 10px;
    color: #b8b8b8;
}

/* ------------------------------------
  FAQS section
------------------------------------ */
.faq-title {
    font-size: 2.1rem;
    font-weight: 600;
    color: #c40024;
    line-height: 3rem;
    letter-spacing: -2px;

    /* padding-left: 31px */
    text-align: center;
    margin-bottom: 30px;
}

.faq-item {
    background: white;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.faq-question {
    padding: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    color: #550000;
}

.faq-question:hover {
    background-color: #f8f9fa;
}

.faq-toggle {
    width: 24px;
    height: 24px;
    border: 2px solid #666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    transition: all 0.3s ease;
    color: #666;
}

.faq-toggle.active {
    background-color: #9900e6;
    border-color: #9900e6;
    color: white;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer.active {
    max-height: 200px;
}

.faq-answer-content {
    padding: 0 20px 20px 20px;
    color: #666;
}

.stream-time {
    font-size: 1.2rem;
    font-weight: 200;
    line-height: 1.4rem;
    margin-bottom: 20px;
    letter-spacing: -0.1px;
    color: #ffffff;
}

.btn-light:hover {
    color: #000;
    background-color: rgb(249.05, 249.9, 250.75);
    border-color: rgb(248.7, 249.6, 250.5);
}

.LV_valid {
    display: none;
}


