/*Making Header video responsive*/
.home-page{
padding-top:0;
}
#section-6892959 > div > div:nth-child(1) > video{
  width: 100vw;
}

#section-6892959 > div > div.main-app-container.custom-space-top.custom-space-bottom{
  padding: 0;
  height: 40vw;
}

#section-6900240 > div > div:nth-child(1) > video{
  width: 100vw;
}

#section-6900240 > div > div.main-app-container.custom-space-top.custom-space-bottom{
  padding: 0;
  height: 45vw;
}

/* Making the opening mobile friendly*/
@media (max-width: 768px) {
  .axis-row-reverse {
    flex-direction: column;
  }
  .axis-text {
    order: 1;
  }
  .axis-image {
    order: 2;
  }
}


/* Making the Why attend Responsive*/
#section-6909000 > div {
    height: 50vw;
}

/* Making the Speakers image responsive*/
#section-6893553 > div {
    height: 50vw;
}

/* Making the FAQ responsive*/
#section-6909018 > div {
    height: 25vw;
}

/* Making the H&T responsive*/
#section-6910918 > div {
    height: 25vw;
}

/* Making the Reg responsive*/
#section-6910920 > div {
    height: 25vw;
}

html,html *,body,body *{ font-family: "PPFragment Sans", sans-serif !important; } [class*=" icon-"], [class^="icon-"]{ font-family: bizzafont!important; }



/*specific pages container*/
.home-custom-css{}
.community-custom-css{}
.agenda-custom-css{}
.speakers-custom-css{}

/*main container of each section*/
.main-app-container {}
#section-6884549 > div { background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)), url(https://res.cloudinary.com/bizzaboprod/image/upload/q_auto,f_auto,c_scale,c_crop,g_custom/v1765382780/izeubzmv8cy9uhpsjkks) !important; }


/*
call-to-action buttons e.g:
Register, Join The Community etc
*/
.btn-register {}

/* hide invite friends + settings + leave community*/
#bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar.open > ul > li:nth-child(2) > a { display: none; } #bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar.open > ul > li:nth-child(3) > a { display: none; } #bs-example-navbar-collapse-1 > ul.nav.navbar-nav.navbar-right.hidden-sm > li > div > div.more-tabs-dropdown.dropdown-tip.me-btn-holder.me-avatar > ul > li:nth-child(4) > a.me-menu-leave-community{ display:none; }


/*Top navigation bar items container*/
#bs-example-navbar-collapse-1 {}

/*social share buttons container*/
.social-share-button {}

/*social share buttons per social network*/
.social-share-button.facebook {}
.social-share-button.twitter {}
.social-share-button.linkedin {}
.social-share-button.google {}

/* Hide Website Footer */ footer { display: none; } .main-view.footer-padding, .editor-home-page.footer-padding { padding-bottom: 0px; }

/*Navigation bar to lower case*/ .nav-menu-btn { text-transform: capitalize !important;
  }

/* Desktop section - hide on mobile */
#section-6910604 {
    display: block;
}

/* Mobile section - hide on desktop */
#section-6910605 {
    display: none;
}

/* Swap visibility on mobile */
@media (max-width: 768px) {
    #section-6910604 {
        display: none;
    }
    
    #section-6910605 {
        display: block;
    }
}

/* Keep your existing responsive height for both */
#section-6910604 > div,
#section-6910605 > div {
    height: 50vw;
}

/* Adjust mobile height if needed */
@media (max-width: 768px) {
    #section-6910605 > div {
        height: 100vw; /* or whatever works for your mobile image */
    }
}


/* Desktop section - hide on mobile */
#section-6893553 {
    display: block;
}

/* Mobile section - hide on desktop */
#section-6910935 {
    display: none;
}

/* Swap visibility on mobile */
@media (max-width: 768px) {
    #section-6893553 {
        display: none;
    }
    
    #section-6910935 {
        display: block;
    }
}

/* Keep your existing responsive height for both */
#section-6893553 > div,
#section-6910935 > div {
    height: 50vw;
}

/* Adjust mobile height if needed */
@media (max-width: 768px) {
    #section-6910935 > div {
        height: 100vw; /* or whatever works for your mobile image */
    }
}
