.header {
  padding: 5px;
}
.header .logo img {
  max-height: 50px;
}

.footer .footer-about .logo span {
  color: white;
}
.footer .footer-links h4 {
  color: white;
}
.footer .footer-links ul a {
  color: white;
}

.trending-category .post-entry.lg h2 {
  font-size: 24px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 1.2rem !important;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  height: 15rem;
}

.section-header h2 {
  font-size: 30px;
}

@media (max-width: 992px) {
  .cta .container {
    padding: 20px;
  }
  .cta .container .content h3 {
    color: var(--color-secondary);
    font-size: 22px;
    font-weight: 700;
  }
  .cta .container .content p {
    color: var(--color-secondary);
    font-weight: 500;
    font-size: 15px;
  }
}

.hero-fullscreen {
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem;
  color: white;
}
.hero-fullscreen .content {
  position: relative;
  z-index: 9;
}
.hero-fullscreen .content h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.hero-fullscreen .content h3 span {
  position: relative;
  z-index: 5;
}
.hero-fullscreen .content h3::after {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: rgba(0, 255, 34, 0.623);
}
.hero-fullscreen:before {
  content: "";
  background: rgba(36, 36, 36, 0.692);
  position: absolute;
  inset: 0;
}
.hero-fullscreen h2 {
  color: white;
  font-size: clamp(2rem, 2rem + 3vw, 9rem);
}
@media (max-width: 992px) {
  .hero-fullscreen {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .hero-fullscreen .content {
    width: 90%;
  }
}
@media (max-width: 640px) {
  .hero-fullscreen {
    min-height: 81vh;
  }
}

.nav-link:active {
  color: var(--bs-nav-link-hover-color);
}

.blog .posts-list .post-img {
  height: 14rem;
}

.blog .pagination span {
  display: inline-block;
  margin: 0 5px;
  transition: 0.3s;
  color: var(--color-secondary);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-details {
  box-shadow: none;
  padding: 30px 0px;
}

.img-article {
  width: 100%;
  height: 33vh;
  object-fit: cover;
}
@media (min-width: 992px) {
  .img-article {
    height: 100%;
  }
}

.blog .blog-details .title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin: 20px 0 0 0;
  color: var(--color-secondary);
}

@media (max-width: 1279px) {
  .mobile-nav-toggle {
    top: 13px;
  }
}

/*# sourceMappingURL=app.css.map */
