/* ========================================= */
/*         /Custom Descola's CSS/            */
/* ========================================= */

@import url(https://fonts.bunny.net/css?family=poppins:400,700);

.overview-event-info a {
  color: rgb(112, 112, 112);
}

.overview-event-info a:hover {
  color: #f20d4d;
  transition: all .5s ease-in-out;
}

p.subtitle {
  margin-top: -5px;
  font-size: 1em;
  font-weight: 500;
  color: #f20d4d;
}

/**Partners CSS*/
.partner-img-box img:hover {
  opacity: .75 !important;
}

@media (max-width: 576px) {
  .partner-img-box {
    border-bottom: 0px solid #00000014 !important;
  }

  .border-sm-0 {
    border: 0 !important;
  }
}

.fixed-top {
  background-color: #37bdd3!important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.direction-info a:hover {
  color: #fff;
  text-decoration: underline;
  transition: all .5s ease-in-out;
}

.blog-content a {
  color: #f20d4d;
}

.blog-content a:hover {
  color: #3424b7;
  transition: all .5s ease-in-out;
}

.countdown-inner span {
  color: #f20d4d;
}

.navbar-nav li.nav-item a {
  color: #fff;
  font-weight: 400;
}

.navbar-nav li.nav-item a:hover {
  color: #010100!important;
  transition: all .5s ease-in-out!important;
}

footer {
  background-color: #37bdd3!important;
  background-image: none!important;
}

/* Banner Logo Container */
.banner-logo {
  text-align: center;
  /* Center the logo on mobile */
  margin-bottom: 1rem;
}

/* Logo Image Styling */
.banner-logo img {
  width: 100%;
  max-width: 400px;
  /* Adjust to desired width */
  height: auto;
  display: inline-block;
}

/* On larger screens, align left */
@media (min-width: 992px) {
  .banner-logo {
    text-align: left;
  }
}

.inner-banner {
  padding-top: 50px!important;
}

section#register {
  padding-bottom: 0!important;
}

.bold {
  font-weight: 600;
}

a.copy {
  color: #f20d4d;
  font-weight: 600;
}

a.copy:hover {
  color: #3424b7;
  transition: all .5s ease-in-out;
}

.speaker-box .social-link li a:hover {
  color: #fff;
}

.speaker-box .social-link li.blue a:hover {
  background: #1DA1F2;
}

.speaker-box .social-link li.youtube a:hover {
  background: #FF0000;
}

.speaker-box .social-link li.spotify a:hover {
  background: #1DB954;
}

.speaker-box .social-link li.linkedin a:hover {
  background: #1877F2;
}

.speaker-box .social-link li.instagram a:hover {
  background: #C13584;
}

.speaker-box .social-link li.facebook a:hover {
  background: #1877F2;
}

.speaker-box .social-link li.twitter a:hover {
  background: #1DA1F2;
}

.speaker-box .social-link li.github a:hover {
  background: #000;
}

.speaker-box .social-link li.medium a:hover {
  background: #000;
}

.more-speakers.speaker-box:hover:after {
  background: rgba(0, 0, 0, .2);
}

.more-speakers {
  /* background: linear-gradient(90deg, #37bdd3 0%, #e64686 100%); */
  background: #37bdd3;
  height: 100%;
  padding: 20px;
  border-radius: 25px;
}

.more-speakers .speaker-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.more-speakers .speaker-post {
  font-size: 0.9rem;
  line-height: 1.4;
}

.more-speakers.speaker-box .spinner-animation {
  animation-play-state: paused;
}

.more-speakers.speaker-box:hover .spinner-animation {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}