html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding-top:0;
  font-family: "Source Sans Pro", sans-serif;
}

/* FIX FOR BT5 POPUP AND GOOGLE AUTOCOMPLETE DROPDOWN */
.modal {
  z-index: 1001 !important;
}
.modal-backdrop {
  z-index: 1000 !important;
}
.pac-container {
  z-index: 1055 !important;
}
/* FIX FOR BT5 POPUP AND GOOGLE AUTOCOMPLETE DROPDOWN */

/* UTILITIES */
.no-event {
  pointer-events: none;
}

.btn.bg-green {
  border-color: #6a813c;
  color:#fff;
}
.btn.btn-warning:hover {
  color:#232323;
}
hr.style-two {
  height: 1px;
  width: 50%;
  margin: 0 auto 20px;
}

/* UTILITIES */

/* BACKGROUNDS */
.bg-black {
  background-color: #232323;
}
.bg-green {
  background-color: #6a813c;
}
.bg-orange {
  background-color: #ef9c20;
}
.bg-grey {
  background-color: #e8e8e8;
}
.bg-white {
  background-color: #fff;
}
.bg-green-grandient1{
  background: linear-gradient(to bottom,  #a5b286 0%,#6b813b 100%);
}
/* BACKGROUNDS */

/* TEXTS */
.txt-white,
.txt-white * {
  color: #fff;
}
.txt-black,
.txt-black * {
  color: #232323;
}
.txt-dark-shadow {
  text-shadow: 0 2px 2px rgb(0 0 0 / 50%);
}
ul.top-info-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding: 10px;
}
.top-info {
  display: inline-block;
  font-size: 60%;
}

@media (max-width: 768px) {
  ul.top-info-container {
    flex-wrap: wrap;
    padding: 5px;
  }

}
@media screen and (max-width: 576px) {
  .top-info {
    font-size: 45%;
  }
}
@media screen and (max-width: 400px) {

}
/* TEXTS */
/* UTILITIES */

/* IMAGES */
/* IMAGES */

/* COUNTERS */
/* div[class*="number"] {
font-size: 30px;
font-weight: bold;
color: #f5a800;
text-align: center;
}
.counter-description {
font-size: 18px;
color: white;
text-align: center;
line-height: 1.3em;
}
@media screen and (max-width: 1024px) {
div[class*="number"] {
font-size: 30px;
}
} */
/* COUNTERS */



/* COUNT DOWN */
div#countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.time-unit {
  background-color: #fff;
  border: 4px solid #f5a800;
  border-radius: 10px;
  box-shadow: 0 0 4px 1px #fff;
  color: #232323;
  display: flex;
  flex-direction: column;
  font-family: Anton, Sans-serif;
  font-size: 35px;
  gap: 0;
  line-height: 28px;
  padding: 10px;
}
#countdown span:not(.time-amount){
  font-size: 15px;
}
@media screen and (max-width: 576px) {
  .time-unit {
    font-size: 25px;
    line-height: 22px;
    padding: 7px;
  }
}
/* COUNT DOWN */


/* TOP CAROUSEL */

.carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay */
  z-index: 1;
}
.carousel-item {
  height: 66vh;
}
.carousel-item:not(.first-slide) .carousel-caption {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffffc4;
  padding: 25px;
  border-radius: 15px;
  align-self: center;
  align-content: center;
}
.conf-logo{
  width:270px;
}

.third-slide .row {
  max-width: 1024px;
  margin: 0 auto;
}

.carousel-item.third-slide .carousel-caption {
  background-color: #ef9c20;
  border-radius: 0;
  margin: 0 auto;
  max-width: 100%;
  left: 0;
  right: 0;
}
.conf-lance{
  filter: drop-shadow(12px 3px 26px #000);
  width: 490px;
}
.conf-lance-text3a {
  font-size: 2.5em !important;
  font-weight: 700;
}
.conf-lance-text3b {
  font-style: italic;
  margin-bottom: 0;
}
.conf-lance-text3c {
  font-family: Anton, Sans-serif;
  font-size: 4em !important;
  line-height: 1em !important;
}
.carousel-caption{
  top: 0;
  bottom: 0;
}



@media screen and (min-width: 993px) {

  .second-slide.carousel-item .carousel-caption,
  .fourth-slide.carousel-item .carousel-caption{
    align-content: start;
    margin: inherit;
    width: 400px;
    margin-top: 200px;
  }
  .carousel-item .carousel-caption {
    max-height: 425px;
  }
  .third-slide .row {
    max-width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .carousel-caption {
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .carousel-item:not(.first-slide) .carousel-caption {
    max-height: 360px;
  }
  .conf-lance-text3a {
    font-size: 2em !important;
  }
  .conf-lance-text3b {
    font-size: 1.1em !important;
  }
  .conf-lance-text3c {
    font-size: 2.3em !important;
  }
  .carousel-item.second-slide .carousel-caption,
  .carousel-item.fourth-slide .carousel-caption{
    max-width: 540px;
  }

}
@media screen and (max-width: 767px) {
  .carousel-item {
    height: calc(100vh - 50px);
  }
  .conf-logo {
    width: 200px;
  }
  .carousel-item.third-slide .carousel-caption {
    max-width: 400px;
    max-height: 100%;
  }
  .conf-lance-text3b {
    font-size: 1.2em;
  }
  .conf-lance-text3c {
    font-size: 2.4em !important;
  }
}


@media screen and (max-width: 576px) {
  .carousel-item.first-slide,
  .carousel-item.third-slide,
  .carousel-item.second-slide,
  .carousel-item.fourth-slide{
    height:870px;
  }
  .carousel-item.first-slide .carousel-caption,
  .carousel-item.third-slide .carousel-caption{
    position:relative;
  }
  .carousel-item.third-slide .carousel-caption{
    background-color: #ef9c2033;
  }

  .carousel-item.second-slide .carousel-item,
  .carousel-item.fourth-slide .carousel-item {
    height: 100vh;
  }
  .carousel-item.second-slide .carousel-caption,
  .carousel-item.fourth-slide .carousel-caption{
    max-height: 400px;
  } */
  .conf-lance-text3a {
    font-size: 1.8em !important;
  }
  .conf-lance-text3c {
    font-size: 2.5em!important;
  }
}



/*
@media screen and (min-width: 1439px) {
.carousel-item,
.carousel-item>img{
height: 44rem;
}
}


.carousel-item>img {
object-fit: cover;
} */
/* TOP CAROUSEL */


/* SPONSOR CAROUSEL */
.sponsor {
  align-items: center;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0 2px 15px 4px #ffffff63;
  color: #f2efe8;
  cursor: grab;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 30px 30px 60px;
  padding: 15px;
  position: relative;
  text-align: center;
  transition: .3s;
  z-index: 1;
}
.sponsor:hover {
  transform: scale(1.20);
}
.sponsor:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: #dcdcdc;*/
  border-radius: 5px;
  transition: 1s;
  z-index: -1;
}
/* .owl-item.active:not(.center) .sponsor:before {
background-color: #fff;
} */

.sponsor:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6a813c;
  border-radius: 5px;
  transform: rotate(-7deg);
  z-index: -2;
}
.sponsor .pic img {
  width: 100%;
  object-fit: contain;
  height: 80px;
}
.sponsor .sponsor-content {
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.sponsor .sponsor-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.sponsor .sponsor-title span {
  display: inline-block;
  color: #f5a800;
  font-size: 20px;
  font-weight: 700;
}

.owl-stage{
  display: flex;
  align-items: center;
}
.owl-nav {
  text-align: center;
}
.owl-nav button span {
  font-size: 35px;
  background-color: white;
  height: 48px;
  width: 48px;
  line-height: 45px;
  display: inline-block;
  margin: 0 20px;
  color: #232323;
}
.owl-dots {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 300px;
  margin: 15px auto;
}
#sponsor-slider .owl-dot {
  background-color: #fff !important;
  display: flex;
  margin: 0 5px;
  justify-content: center;
  align-items: center;
  padding: 8px !important;
  border-radius: 50%;
  transition: 0.4s;
}
#sponsor-slider .owl-dot.active {
  background-color: #232323 !important;
}

.sponsors-container img {
  transition:0.3s;
}
.sponsors-container img:hover {
  transform: scale(1.1);
}
.sponsors-container div.row:nth-child(1)  img.logo-img {
  width: 220px;
  height: auto;
}
.sponsors-container div.row:nth-child(2)  img.logo-img {
  height: 60px;
}
.sponsors-container div.row:nth-child(3)  img.logo-img {
  height: 48px;
}
/* SPONSOR CAROUSEL */

/* MODALS */
/* MODALS */


/* BUTTONS */
/* BUTTONS */