
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@1&display=swap');
body {
  background-color: #000;
  color: #fff;
  font-family: 'Segoe UI', sans-serif;
}

.text-gold {
  color: #FFD700;
}

.bg-black {
  background-color: #000;
}

.border-gold {
  border-color: #FFD700 !important;
}
.navbar-brand img {
  height: 10px;
  object-fit: contain;
  border: none;
  box-shadow: none;
}
.nav-link.active {
    color: #FFD700 !important;
    border-bottom: 2px solid #FFD700;
}


.signature {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 0.9rem;
  color: #FFD700;
}

.text-gold {
  color: #FFD700;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1rem;
  border-radius: 8px;
}

.carousel-caption h1,
.carousel-caption p {
  color: #FFD700;
}
.hero h1 {
  font-weight: 700;
}

footer {
  background-color: #111;
}

img {
  border: 2px solid #FFD700;
}
.carousel img{
  border: none;
}
.despre img {
  border: none;
}
.bg-cblack {
  background: linear-gradient(to bottom, #1a1a1a, #121212);
}
.text-alb {
  color: #f0f0f0; /* sau #eaeaea */
}