.image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Помещаем под контентом */
}

.image-wrapper img {
  display: block;
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.content-wrapper {
  position: relative;
}
body {
  background-color: #000000 !important;
  color: #dfa62d !important;
}
.card {
  background-color: #000000 !important;
  color: #dfa62d !important;
  border-color: #dfa62d !important;
}

.btn-primary {
  background-color: #ca6e00 !important;
  border-color: #ca6e00 !important;
}

.btn-outline-secondary {
  border-color: #dfa62d !important;
  color: #dfa62d !important;
}

.btn-outline-secondary:hover {
  background-color: #dfa62d !important;
  color: #1a1a1a !important;
}

.golden-gradient {
  background: linear-gradient(45deg, #ca6e00, #f5de5b) !important;
  font-weight: 600;
}
.golden-gradient:hover {
  color: white;
}
.youtube-button {
  border: 1px solid #dfa62d;
  background-color: rgba(0, 0, 0, 0.25);
}
.youtube-button:hover {
  background-color: red;
}
.youtube-button a {
  text-decoration: none !important;
  color: #dfa62d !important;
}
.youtube-button a:hover {
  text-decoration: underline;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #dfa62d;
}
