body,
.banner,
h1,
h2,
h3 {
  font-family: "Nunito", sans-serif;
}

.containergallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70em;
  margin: 0 auto;
}

.photo-item_g {
  flex: 0 0 14%;
  box-sizing: border-box;
}

.photo-item_g img {
  width: 100%;
  height: auto;
}

.lightbox .lb-image {
  width: 90vw !important;
  height: 80vh !important;
  max-width: 90vw !important;
  max-height: 80vh !important;
  object-fit: contain;
  background-color: transparent;
}

.lb-outerContainer,
.lb-container,
.lb-dataContainer {
  background: transparent !important;
}

.lb-outerContainer {
  box-shadow: none !important;
}

.lb-image {
  border: 0 !important;
}

.banner {
  padding: 100px 0;
  text-align: center;
}

.video-section {
  padding: 60px 0;
  text-align: center;
}

.cards-section {
  padding: 60px 0;
}

.card:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
}

.card-link {
  color: inherit;
  text-decoration: none;
}

.navbar-brand {
  display: flex;
  align-items: flex-start;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.navbar {
  min-height: 150px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.navbar-brand img {
  width: auto;
  max-height: 150px;
}

.fonscomplet {
  background: url("../../img/newsc25/Banner_newweb_SC25.png") center / cover no-repeat;
}

.cartells-intro {
  margin-top: 5em;
}

.cartells-heading {
  margin-bottom: 2em;
  color: #0093c9;
  font-weight: 500;
  text-align: center;
}

.cartells-winner-copy {
  margin-top: 1em;
}

.cartells-winner-image {
  width: 40em;
}

.cartells-history-title {
  margin-top: 1em;
}

.custom-btn {
  padding: 15px 30px;
  border: 0;
  color: #fff !important;
  background-color: #0093c9;
  text-decoration: none;
}

.custom-btn:hover {
  background-color: #0077b3;
}

.cartells-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 2rem;
}

.cartells-actions .custom-btn {
  min-width: 220px;
  border-radius: 6px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover,
.navbar-nav .nav-link:hover {
  color: #0093c9 !important;
}

@media (max-width: 576px) {
  .navbar-brand img {
    max-height: 100px;
  }

  #banner-slider img {
    max-height: 100px;
  }
}
