.element-card-nbg {
  border-radius: 10px;
  padding: 20px;
  margin: 10px;
  color: #333;
  width: auto;
}

.element-card-light {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 10px;
  color: #333;
  width: auto;
}

.element-card-dark {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
  margin: 10px;
  color: white;
}

/* Buttons */
.element-button {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius);
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 10px;
  font-size: 20px;
  border: solid 1px white;
  background-color: var(--third-color);
  margin-bottom: 10px;
}

.element-carousel-btn {
  background-color: var(--second-color);
  border: solid 5px #fff;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  position: relative;
  right: -40%;
  margin: 0;
  padding: 5px;
}
