@import "https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/versions/bulma-no-dark-mode.min.css";
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
a, p, h1, h2, h3, h4, h5, h6 {
  font-family: "IBM Plex Sans", sans-serif !important;
}

.hero-body {
  background: rgb(206, 228, 251);
  margin: 30px;
  border-radius: 30px;
}

.hero-logo {
  margin-bottom: 50px;
  width: 240px;
  height: auto;
}

.hero-title {
  font-size: 3.2em;
  line-height: 110%;
  color: #000050;
  font-weight: 600;
}

.hero-subtitle {
  margin-top: 20px;
  font-size: 1.6em;
  line-height: 120%;
}

.hero-btn {
  margin-top: 30px;
  background: #000050;
  color: #fff;
}

.hero-credible {
  margin-top: 40px;
}
.hero-credible p {
  font-size: 0.8em;
}
.hero-credible img {
  width: 140px;
  height: auto;
}

.hero-img-side img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.slideshow-container {
  max-width: 600px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* Mobile adjustments for screens up to 768px */
@media screen and (max-width: 768px) {
  .hero-body {
    margin: 15px;
    border-radius: 15px;
    padding: 1.5rem; /* Overrides Bulma's default padding */
  }
  .hero-logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .hero-title {
    font-size: 2.5em;
  }
  .hero-subtitle {
    font-size: 1.4em;
  }
  .hero-btn {
    margin-top: 20px;
  }
  .hero-credible {
    margin-top: 20px;
  }
  .hero-credible p {
    font-size: 1em;
  }
  .hero-credible img {
    width: 100px;
  }
  .slideshow-container {
    max-width: 100%;
  }
}/*# sourceMappingURL=pathway.css.map */