.carousel-caption {
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: block !important;
  width: 55%;
  max-width: 800px;
  text-align: center;
  padding-top: 0;
}

.conf-name {
  font-weight: 400;
  color: #ffffff;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.8);
  font-size: min(35px, calc(1vw + 17px));
}

@media (max-width: 768px) {
  .carousel-caption {
    top: 10px;
  }

  .conf-name {
    font-size: clamp(8px, 2vw, 12px);
  }
}

.sidebar-widget:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.navbar-custom-color {
  background-color: #000000;
}

.navbar-custom-color .navbar-brand,
.navbar-custom-color a {
  color: #ffffff !important;
}

.navbar-custom-color .dropdown-menu a {
  color: #000000 !important;
}

.nav-item .dropdown-menu {
  transform: translateX(15%);
}

@media (max-width: 992px) {
  .nav-item .dropdown-menu {
    transform: translateX(0%);
  }
}

.footer {
  background-color: #000000;
  color: #ffffff;

}

@media (max-width: 768px) {
  .footer {
    padding: 5px 0;
    font-size: 0.55rem;
  }
}

.footer a {
  color: #ffffff;
}

#footer p {
  margin-bottom: 0;
}

.aspect-ratio-16-9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #6c757c10;
}

.aspect-ratio-16-9 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fs-custom {
  font-size: 1.75rem;
}

@media (max-width: 795px) {
  .fs-custom {
    font-size: 1rem;
  }
}

.dno-cards .card {
  margin-top: 2em;
  padding: 1.5em 0.5em 0.5em;
  border-radius: 2em;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.dno-cards .card img {
  width: 65%;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.dno-cards .card .card-title {
  font-weight: 700;
  font-size: 1.25em;
}
.dno-cards .card .btn {
  border-radius: 2em;
  background-color: teal;
  color: #ffffff;
  padding: 0.5em 1.5em;
}
.dno-cards .card .btn:hover {
  background-color: rgba(0, 128, 128, 0.7);
  color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
/* z */