/*
* Section - Hero
*/

/** BG - Static */
#hero-bg-static {
  background-image: url("../images/bg-hero.jpg");
}

/** BG - Parallax */
#hero-bg-parallax > .bg-img-parallax {
  background: url("../images/gallery-1.jpg");
}

/** BG - Slider */
#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slider .flickity-slider > .carousel-cell:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Slideshow */
#hero-bg-slideshow .slides > .bg-img-cover:nth-child(1) {
  background: url("../images/bg-hero-slide-1.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(2) {
  background: url("../images/bg-hero-slide-2.jpg");
}

#hero-bg-slideshow .slides > .bg-img-cover:nth-child(3) {
  background: url("../images/bg-hero-slide-3.jpg");
}

/** BG - Video */
#hero-bg-video:before {
  z-index: 15;
}

#hero-bg-video .container {
  position: relative;
  z-index: 20;
}

#hero-bg-video .player.is-mobile {
  display: none;
}

/** logo custom */
#hero-bg {
  height: 600px; 
  background-image: url("../images/logo.jpg"); 
}


/*
* Countdown
*/

#countdown {
  margin-bottom: 10px;
  margin-top: -40px;
}


/*
* Section - Venue
*/

#venue {
  background-image: url("../images/bg-venue.jpg");
}


/*
* Promo
*/

#promo {
  background-image: url("../images/bg-promo.jpg");
}

/*
* Merch
*/

#merch {
  background-image: url("../images/bg-hero-slide-2.jpg");
}


/*
* Register
*/

#register {
  background-image: url("../images/bg-register.jpg");
}


/*
* Footer
*/

.footer-logo {
  max-height: 40px;
}

.footer-icon-social {
  bottom: 10px;
  position: relative;
}


/*
* Schedule
*/

.schedule-time {
  width: 80px;
}


/*
* Results
*/

.results-position {
  width: 20px;
}

.results-board {
  width: 60px;
}

/*
* Curator.io
*/

.crt-grid-post {
  padding: 0.75rem !important;
}



/*
* Youtube
*/

.auto-resizable-iframe {
  /* max-width: 720px; */
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 56%; 
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}


/*
* Info cards
*/ 
.info-row {
  /* margin: calc(var(--bs-gutter-x)/ 8); */
  margin: 0;
  margin-top: 15px; 
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.info-card {
  display: flex;
  flex-direction: row;
  padding: 0px;
  margin: 0px;
  flex-grow: 1;
  flex-shrink: 1;
  width: 100px;
}


.info-card-image span { 
  display: none !important;
}

.info-card-detail {
  height: 100%;
  padding: 12px 20px;
  flex-grow:1;
}

.info-card-title {
  font-size: 38px; 
}


#hero-bg-video {
  min-height: 660px;
}


@media (min-width:1200px){ 
  .font-h1 {
    font-size: 38px;
  }
} 


@media (max-width:991px){
  #info .container{
    max-width: 991px
  }
  
  .info-card-detail {
    font-size: 11pt; 
  }
  
  .info-card-title {
    font-size: 6vw; 
  }
  .info-row {
    flex-wrap: wrap;
  }
  
  .info-row .info-card {
    width: 100%;
  }
}

@media (max-width:690px){ 
  .info-row {
    flex-wrap: wrap;
  }
  
  .info-row .info-card {
    width: 100%;
  }
}

@media (max-width:575px){
  .info-row-youtube{
    margin-right: 0px;
  }

  .info-youtube {
    padding: 0px;
    margin-right: 0px;
  }
}