/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: -1;
}
#particles-js-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
} /* ---- stats.js ---- */
.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13e8e9;
  font-size: 0.8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.js-count-particles {
  font-size: 1.1em;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

.fade-in-section {
  opacity: 0; /* Initially hidden */
  transform: translateY(80px); /* Initial position */
}

.fade-in-animate {
  opacity: 1; /* Visible */
  transform: translateY(0); /* Final position */
  transition: opacity 1s ease, transform 1s ease; /* Smooth transition */
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fade-in {
  opacity: 0;
  animation: fadeInUp 1s ease forwards;
}

.fade-out {
  animation: fadeOutUp 1s ease forwards;
}

.hide {
  display: none;
}

.transition {
  transition: ease all 1s;
}

svg#svg5230 {
  height: 38px;
}

.ds-btn:hover {
  color: #fff !important;
  background-color: #0b1117 !important;
  border-color: #0b1117 !important;
}

.ds-btn a:hover {
  color: #fff !important;
}

.ds-btn-dark:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}

.ds-btn-dark a:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
}

/* DATASTREAM Styles */

.ds-container {
  max-width: 1440px !important;
}

@media only screen and (max-width: 450px) {
  .ds-header {
    padding: 30px !important;
    height: 100px;
  }

  .ds-hidden {
    display: none !important;
  }

  .text-center-mobile {
    text-align: center;
  }

  .full-width-mobile {
    flex-basis: 100%;
    width: 100%;
  }

  .column-reverse-mobile {
    flex-direction: column-reverse;
  }

  .ds-logo-section {
    width: 100%;
    text-align: center;
    margin: 50px auto;
  }

  .align-center-mobile {
    align-items: center;
    justify-content: center;
  }

  .m-auto-mobile {
    margin: auto;
  }
  .ds-logo {
    max-width: 150px;
    height: auto;
  }

  .nopadding {
    padding: 0 !important;
  }

  .justify-between {
    justify-content: space-between !important;
  }
}
