.main-app-container {
    max-width: 1380px;
}

.center-image {
    content:url("https://assets-ext.bizzabo.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749158691/jg3xfrcd84dxh8nocjfv");
}

.section-6160290 .element-29563432 .atom-button {
    font-family: 'Lato Black', Arial, sans-serif;
    font-size: 16px;
}

.section-6160290 .element-29563432 .atom-button:hover {
    border: 1px solid #0faeff;
    color: #0faeff;
    background: #fff;
}

.element-29024573 {
    background-size: cover !important;
}

.section-6323805 {
    display: none!important;
}

.btn {
    font-family: 'Lato', Arial, sans-serif;
}

/****Sponsor page*****/
.section-6069867 .element-29098634 .atom-main {
    padding-top: 20px;
}

.element-29098634 .btn {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    margin-top: 0px !important;
    margin-bottom: 18px !important;
}

/* Registration Link */
.atom-main.margin-bottom-small.bz-flex-auto {
    border-radius: 25px;
}

.tall-input {
    font-size: 1.56rem;
    border-radius: 20px;
    color: #344557;
    border: .5px solid #B0B7C2
        /*<----- EDIT COLOR HERE*/
    ;
    padding: 7px 30px;
}

.tall-input::placeholder {
    font-size: 1.56rem;
}

.header-button {
    background-color: #BA0090
        /*#00c6ff*/
        /*<----- EDIT COLOR HERE*/
    ;
    border-width: 2px;
    color: #fff;
    font-size: 1rem;
    border-radius: 12px;
    min-width: 180px;
    font-family: 'LATOFONTUPDATE', Arial, sans-serif;
    font-weight: 700;
}

.header-button:hover {
    border: 2px solid #BA0090;
    color: #BA0090;
    background: #fff;
}

.registration-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-email-input-error {
    position: absolute;
    bottom: -5px;
    color: red;
}

.custom-email-input.invalid {
    border-color: #FE8977;
}

@media (max-width: 500px) {
    .registration-container {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .tall-input {
        width: 90%;
    }
}

/* End Registration Link */
/**header and Nav**/
.home-page {
    padding-top: 0px;
}

.navbar {
    padding: 18px 0px;
    transition: background-color 0.3s ease;
    background: transparent !important;
    box-shadow: none;
    /*box-shadow: 0px 3px 6px 0px #00000040;*/
}

.navbar-nav.navbar-right {
    display: none !important;
}

.nav.navbar-nav {
    width: 100%;
    display: flex;
}

.nav.navbar-nav li.logo-li-holder div {
    background: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1746716104/gljfhn25k9y1ayo4ytvi') no-repeat;
    background-size: contain;
    height: 56px;
    width: 117px;
}

.nav.navbar-nav li.logo-li-holder div img {
    visibility: hidden;
}

.navbar.scrolled .nav.navbar-nav li.logo-li-holder div img {
    visibility: visible;
    max-width: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
}

.navbar.scrolled .nav.navbar-nav li.logo-li-holder div {
    background: none;
}

/* Apply Flexbox to the navbar */
.navbar-nav {
    display: flex;
    justify-content: flex-start;
    /* Align items to the left initially */
    width: 100%;
    align-items: center;
    /* Centers items vertically */
}

/* Push the first item (logo) to the left */
.navbar-nav .logo-li-holder {
    margin-right: auto;
    /* Ensures the logo is pushed to the left */
}

/* Align the rest of the items to the right */
.navbar-nav li:not(.logo-li-holder) {
    /* Pushes all other items to the right */
}

/* Ensure all items in the navbar are aligned correctly */
.navbar-nav>li {
    list-style: none;
    display: flex;
    /* Ensures all items are displayed inline */
}

/* Styling for the nav buttons */
.navbar-nav .nav-button-wrapper {
    text-align: center;
}

.navbar .container-fluid {
    max-width: 1440px;
}

.navbar.scrolled {
    background: #fff !important;
    box-shadow: 0px 3px 6px 0px #00000040;
}

.navbar-nav li:not(:last-child) a.nav-button-wrapper {
    margin: 0 12px;
}

.navbar-nav li:not(:last-child) .nav-menu-btn,
footer.main-footer .footer-links a {
    font-family: Lato, Arial, sans-serif;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 16px;
    line-height: 100%;
    color: #3C3C3C;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.navbar-nav li:not(:last-child) .nav-menu-btn {
    color: #fff;
}

.navbar.scrolled li:not(:last-child) .nav-menu-btn {
    color: #3C3C3C;
}

.navbar-nav .nav-menu-btn:hover,
footer.main-footer .footer-links a:hover {
    border-bottom: 2px solid #0FAEFF !important;
    color: #0FAEFF !important;
}

.navbar-nav .nav-menu-btn.selected {
    border-color: #0FAEFF !important;
}

.navbar-nav:first-child>li:last-child a {
    padding: 0;
    margin-left: 32px;
}

.navbar-nav:first-child>li:last-child a .nav-menu-btn {
    padding: 10px 50px;
    border-radius: 12px;
    background: #BA0090;
    color: #fff;
    border: 2px solid transparent;
    font-family: 'LATO Black', Arial, sans-serif;
    text-transform: capitalize;
    font-size: 16px;
}

.navbar-nav:first-child>li:last-child a .nav-menu-btn.selected {
    border-color: #BA0090 !important;
}

.navbar-nav:first-child>li:last-child a .nav-menu-btn:hover {
    background: #fff;
    color: #BA0090 !important;
    border: 2px solid #BA0090 !important;
}

/**slider**/

.hello-slider .main-app-container {
    max-width: 100%;
}

.hello-slider .main-app-container .col-sm-6:first-child .full-width {
    max-width: 1380px;
    margin: 0 auto;
}

.hello-slider .col-sm-6:last-child {
    padding: 0;
}

.hello-slider .col-sm-6 {
    width: 100%;
}

.hello-slider .col-sm-6:first-child .full-width>div {
    display: flex;
    gap: 40px;
    margin-bottom: 45px;
    align-items: center;
    align-content: center;
}

.hello-slider .col-sm-6:first-child .full-width>div div {
    width: 50%;
}


/**home page sections**/
/*Make Event Logo Bigger*/
.trade-template .event-image-holder {
    height: 350px;
    margin-bottom: -10px;
    margin-top: 10px;
}

.hero-section {
    position: relative;
}

.hero-section:after {
    content: '';
    background: url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749231080/m4ywnoi90kqo9pv15j1o) no-repeat;
    width: 50%;
    height: 50%;
    display: inline-block;
    position: absolute;
    z-index: 0;
    background-size: contain;
    left: -15px;
    top: 0;
}

.hero-section .rowHolder {
    height: calc(100vh - 30px);
    min-height: 750px;
}

h2,
h4 {
    font-family: 'LATOFONTUPDATE', sans-serif !important;
    font-weight: 900 !important;
    color: #3C3C3C !important;
    text-transform: uppercase;
}

.section-6052189 .element-29013075 .atom-main {
    color: #fff !important;
}

.hero-section .rowHolder .main-app-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .rowHolder .main-app-container>div:last-child {
    z-index: 9;
    display: inline-block;
    position: absolute;
}


.hero-section .btn-register:hover {
    border: 2px solid rgba(203, 0, 120, 1);
    background: #fff;
    color: rgba(203, 0, 120, 1);
}


.hero-section h1.atom-main,
.date-venue-holder .date-venue-wrapper .atom-main.date-venue-holder {
    display: none;
}

.date-venue-holder .date-venue-wrapper {
    text-transform: uppercase;
    line-height: 32px;
    font-family: 'LATOBLACK', sans-serif;
}

.what-to-expect .element-groups {
    display: flex;
    align-items: center;
}

.live-counter .atom-sectionMain {
    background: linear-gradient(117.7deg, #090555 -8.27%, #0905AF 42.66%, #64029E 65.29%, #BA0090 86.51%, #FAEC21 130.36%);
}

.live-counter .count-container {
    border-color: #fff;
}

.speakers-list .speaker-name {
    font-size: 20px;
    font-weight: bold;
}

.speakers-list .speaker-title,
.speakers-list .speaker-company {
    font-size: 16px;
    line-height: 150%;
}

.revisit-slider .atom-sectionMain {
    background: #c40077 url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1745964005/g2e2spq3f1rpdsj5728q) no-repeat center;
    background-size: 100%;
}

.revisit-slider iframe {
    width: 100%;
}

.revisit-slider div {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;

    min-width: 100%;
}

.main-view.footer-padding {
    padding-bottom: 0;
}

.dont-miss-section p {
    font-family: Lato, Arial, sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 150% !important;
    text-align: center;
}

.dont-miss-section .btn:hover {
    border: 2px solid rgba(203, 0, 120, 1);
    background: #fff;
    color: rgba(203, 0, 120, 1);
}

.three-box-section .element-groups {
    display: flex;
    gap: 30px;
}

.three-box-section h2.atom-main {
    display: none;
}

.three-box-section .col-sm-4 {
    box-shadow: 0px 3px 6px 0px #00000040;
    border-radius: 15px;
    padding: 30px;
}

.three-box-section .atom-main {
    text-align: center;
    margin: 0;
}

.three-box-section .atom-main h4 {
    font-weight: 900;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 28px 0;
}

.three-box-section .atom-main p {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.three-box-section .btn:hover {
    border: 2px solid rgba(15, 174, 255, 1);
    background: #fff;
    color: rgba(15, 174, 255, 1);
}

.speaker-page-header .fr-view img:hover {
    cursor: pointer;
}

.speaker-popup .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.speaker-popup .modal-body {
    padding: 0;
}

.speaker-popup .speaker-image {
    padding: 20px 20px 0;
}

.speaker-popup .speaker-description {
    padding: 20px;
}

.speaker-popup .speaker-description h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 0;
}

.speaker-popup .speaker-description h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.speaker-popup .speaker-description p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.modal-header {
    min-height: 45px;
}

.modal-header .close {
    background: #BA0090;
    opacity: 1;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.speaker-view .speaker-container .speaker-profile .speaker-back-button {
    background-color: #BA0090;
    border-radius: 12px;
}

.speaker-view .speaker-container .speaker-profile {
    box-shadow: 0px 3px 6px 0px #00000040;
    border-radius: 15px;
}

.color-1-background-opacity {
    background-color: #F9FAFC;
}

.speaker-view {
    background: linear-gradient(117.7deg, #090555 -8.27%, #0905AF 42.66%, #64029E 65.29%, #BA0090 86.51%, #FAEC21 130.36%);
}

.speaker-view .speaker-container .speaker-profile .speaker-share-button,
.speaker-view .speaker-container .speaker-profile .speaker-community-like-wrapper {
    display: none;
}

.speaker-view .speaker-container .speaker-profile .speaker-name-wrapper .speaker-name {
    font-weight: 900;
    text-transform: uppercase;
}

/*----------Footer-----------*/
.footer-with-confirmation-link {
    display: none;
}

footer.main-footer {
    font-size: 16px;
    line-height: 100%;
    padding: 40px 0;
    background: #fff;
    height: initial;
    position: relative;
    line-height: inherit;
}

footer.main-footer .row {
    display: flex;
    align-items: center;
}

footer.main-footer .copyright-text p {
    margin-top: 18px;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Lato', Arial, sans-serif;
}

footer.main-footer .social-icons a {
    display: inline-block;
    margin-right: 10px;
}

footer.main-footer .social-icons i {
    color: #3C3C3C;
    font-size: 34px;
}

footer.main-footer .footer-links a:not(:first-child) {
    margin-left: 10px;
}


/**internal-pages**/
.faq-iframe iframe {
    width: 100%;
}

.speaker-page-header .fr-view img {
    max-width: 624.19px;
    width: 200%;
    overflow: overlay;
}

.keynote-speakers-display .fr-view img {
    max-width: 624.19px;
    width: 200%;
    overflow: overlay;
}

.trade-template h2 {
    font-weight: 900;
}

.section-6059448 .element-29046122 .atom-title {
    display: none;
}

.inner-page-header .main-app-container .element-groups {
    display: flex;
    align-content: center;
    align-items: center;
}

.inner-page-header .main-app-container .element-groups .col-sm-12 .atom-main {
    max-width: 700px;
}

.inner-page-header .main-app-container .element-groups .full-width {
    text-align: left;
}

.inner-page-header .main-app-container .element-groups .full-width .btn:hover {
    background-color: transparent;
    border-color: rgba(186, 0, 144, 1);
    color: rgba(186, 0, 144, 1);
}

.standard-space .custom-space-top.custom-space-bottom {
    padding-top: 90px;
    padding-bottom: 90px;
}

.agenda-glance-time {
    font-family: 'LATOFONTUPDATE', Arial, sans-serif;
    font-size: 32px;
    text-transform: uppercase;
    color: #BA0090;
    padding-right: 58px;
    vertical-align: middle;
    font-weight: 900;
    margin-top: auto;
    margin-bottom: auto;
}

.agenda-glance-heading {
    font-family: 'LATOFONTUPDATE', Arial, sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    color: #3C3C3C;
    vertical-align: middle;
}

.agenda-glance-desc {
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #3C3C3C;
}

.agenda-glance-table td,
.agenda-glance-table table {
    border: none !important;
    padding-bottom: 20px;
    padding-top: 20px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

.trade-template .submission-form button.save-action {
    margin-bottom: 30px;
    border-radius: 12px;
    max-width: 100px;
    float: left;
    margin-left: 45%;
    font-size: 13px;
}

/**agenda Page**/
.agenda-sub-menu>div {
    border-bottom: 1px solid #BABABA;
}

.agenda-sub-menu .bz-image,
.agenda-sub-menu h2 {
    display: none;
}

.agenda-sub-menu .margin-custom-element {
    margin: 0;
}

.agenda-sub-menu ul {
    margin: 0;
    padding: 0;
}

.agenda-sub-menu ul li {
    list-style: none;
    margin: 4px 16px 4px 0;
    display: inline-block;
}

.agenda-sub-menu ul li a {
    padding: 10px 10px;
    border-radius: 9px;
    display: inline-block;
    font-weight: bold;
    color: #3C3C3C;
}

.agenda-sub-menu ul li a.active,
.agenda-sub-menu ul li a:hover {
    background: #3C3C3C;
    color: #fff;
}

.agenda-page-description {
    background: #fff;
    padding: 60px 0px 10px;
}

.agenda-page-description .main-app-container {
    max-width: 1000px;
}

.agenda-page-description h2 {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

.agenda-page-description h3 {
    font-size: 20px;
    color: #32333c;
    text-transform: uppercase;
}

.agenda-page-description p {
    font-size: 16px;
    line-height: 150%;
}

.agenda-page-description p:first-child {
    font-size: 20px;
}

.location-section h2 {
    margin-bottom: 25px;
}

.location-section .bz-image {
    display: none;
}

.location-section p {
    margin-bottom: 40px;
    font-size: 14px !important;
}

input[type=password],
input[type=text],
textarea,
.form-control {
    border-radius: 12px;
}

.element-29024577 {
    max-width: 625px!important;
    padding-left: 50px!important;
}

.element-29024580 {
    max-width: 625px!important;
}

/**responsive**/
@media (min-width: 1200px) {
    .speakers-list .col-lg-4 {
        width: 25%;
    }

    .speaker-page-header .col-sm-4:first-child {
        width: 30%;
    }

    .keynote-speakers-display .col-sm-4:first-child {
        width: 30%;
    }

    .speaker-page-header .col-sm-4:nth-child(2),
    .speaker-page-header .col-sm-4:nth-child(3) {
        width: 32%;
        overflow: visible;
    }

    .keynote-speakers-display .col-sm-4:nth-child(2),
    .keynote-speakers-display .col-sm-4:nth-child(3) {
        width: 32%;
        overflow: visible;
    }
}

@media (max-width: 1025px) {
    .home-page {
        padding-top: 100px;
    }

    .navbar {
        background: #fff !important;
        box-shadow: 0px 3px 6px 0px #00000040 !important;
    }

    .navbar-nav li:not(:last-child) .nav-menu-btn {
        color: #3C3C3C;
    }

    .nav.navbar-nav,
    .navbar-nav>li {
        display: block;
    }


    .navbar-nav:first-child>li:last-child a {
        margin: 0;
        max-width: 320px;
    }

    .navbar-nav li:not(:last-child) a.nav-button-wrapper {
        margin: 0;
    }

}

@media (max-width: 992px) {

    .what-to-expect .element-groups {
        display: block;
    }

    .inner-page-header .main-app-container .element-groups {
        display: block;
    }

    .three-box-section .element-groups {
        display: block;
        margin: 0 15px;
    }

    .three-box-section .element-groups .col-sm-4 {
        width: calc(100% - 30px);
        margin-bottom: 20px;
    }

    .hello-slider .col-sm-6:first-child .full-width>div {
        display: block;
    }

    .hello-slider .col-sm-6:first-child .full-width>div div {
        width: 100%;
    }

}


@media (max-width: 768px) {
    .section-6156196 .element-29013067 {
        display: none!important;
    }

    /* .section-6323805 {
        display: block!important;
    } */

    .keynote-speakers-display .fr-view img {
        max-width: 450px!important;
    }

    .section-6332302 .fr-view img {
        max-width: 450px!important;
    }

    .element-29024575 p {
        text-align: center!important;
    }

    footer.main-footer .row {
        display: block;
    }

    footer.main-footer .row>div:not(:first-child) {
        margin-bottom: 12px;
        margin-top: 12px;
    }

    footer.main-footer .row>div:first-child {
        margin-bottom: 12px;
    }

    .agenda-glance-table td {
        border: none !important;
        padding-bottom: 0px;
        width: 100%;
        display: block;
        background-color: transparent !important;
    }

    .agenda-glance-table tr {
        background-color: transparent !important;
    }

    .agenda-glance-desc {
        padding-bottom: 20px;
    }

    .agenda-glance-time,
    .agenda-glance-heading {
        font-size: 24px;
    }

    .element-29098634 .btn {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        margin-top: 0px !important;
        margin-bottom: 18px !important;
    }

    .agenda-header>div {
        background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749060791/kjfl5knj5psva4ctj4rn') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .dinner-header>div {
        background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749060804/rfwugzy6l3oza8aqh8lq') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .venue-header>div {
        background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749157009/qydadvvvaxptmcjhbxh3') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .speaker-page-header>div {
        background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749157693/z1ca91ao4drabghu6czn') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .sponsors-header>div {
        background-image: url('https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1749157708/ok27zwcbf7zpthzgxtga') !important;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
    }

    .section-5913095>div {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('https://s3.amazonaws.com/bizzabo.file.upload/kcXojhBScCtLAnNrLkHw_ZL-Site-Vertical-2.mp4') !important;
    }

    .section-5913095 .custom-space-top {
        padding-top: 50px !important;
    }

    .show-mobile {
        display: inline !important;
    }

    .hide-mobile {
        display: none !important;
    }

    .section-6052189 .element-29013075 .atom-main {
        text-align: center !important;
    }

    .photo-carousel>iframe {
        height: 220px !important;
    }

    .section-6069097 .custom-space-top {
        padding-top: 0px !important;
    }

    .section-6054931 .custom-space-bottom {
        padding-bottom: 180px !important;
    }

    .section-6054931 .custom-space-top {
        padding-top: 180px !important;
    }

    .section-6063313 .custom-space-top {
        padding-top: 180px !important;
    }

    .section-6063313 .custom-space-bottom {
        padding-bottom: 180px !important;
    }

    .dinner-subhead {
        line-height: 42px !important;
    }

    .section-6059447 .custom-space-top {
        padding-top: 20px !important;
    }

    .section-6059447 .custom-space-bottom {
        padding-bottom: 50px !important;
    }

    .contact-form button {
        margin: 0 auto !important;
    }

    .contact-form .wow {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-6059449 .custom-space-top {
        padding-top: 20px !important;
    }

    .section-6059449 .custom-space-bottom {
        padding-bottom: 50px !important;
    }

    .section-6052371 .custom-space-top {
        padding-top: 20px !important;
    }

    .section-6052371 .custom-space-bottom {
        padding-bottom: 50px !important;
    }

    .element-29065859 h2 {
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .inner-page-header .cover-image-background {
        background-attachment: fixed !important;
    }
}
@media (max-width: 767px) {
.element-29024578 .fr-view img { 
max-width: 140% !important;
}
}