.floating-action-buttons {
  position: fixed;
  z-index: 100;
  top: 2.8rem;
  right: 12rem;
}

@media only screen and (max-width: 768px) {
  .floating-action-buttons {
    display: none;
  }
}

.floating-action-buttons .btn {
  color: var(--t-bright);
  background-color: rgba(255, 208, 0, 0.469);
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
  backdrop-filter: blur(6px);
  height: 4.5rem !important;
}

.floating-action-buttons .btn:hover {
  color: var(--t-opp-bright);
}

/* Splash Video */
.splash-video {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cards__title {
  font-size: 4rem;
}

.translate-fallback, .hide-element {
  display: none;
}
