.szurkebg {
  background-color: #1a1a19;
}

.header_termek {
  height: 830px;
  position: relative;
  z-index: 2;
}

.headerkep {
  position: absolute;
  z-index: 0;
}

.narancstext {
  color: #dd5a14;
}

.whiskynet_header_logo {
  width: 250px;
  position: relative;
  z-index: 5;
  margin-left: 50px;
  margin-top: 50px;
}

.headerszoveg {
  font-weight: bold;
  text-shadow: 2px 1px 0px var(--bs-light);
}

.termekszlogen {
  font-family: 'Bonheur Royale';
  font-size: 2em;
}

.erdekelgomb {
  width: 165px !important;
}

.erdekelgomb:hover {
  opacity: 0.8;
}

.termekkartya:hover {
  border-radius: 10px;
  transform: scale(0.95);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.termekkartya {
  border: solid 1px white;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.23);
  display: block;
  text-decoration: none;
}

.btn {
  background-color: #d8691b;
  border: none;
}

.whiskysargatext {
  color: #d8691b;
}

.footertext1 {
  font-family: 'Bonheur Royale';
  color: #a17754;
}

.footertext2 {
  font-family: 'Bonheur Royale';
  color: #d8691b;
}

.footertext3 {
  font-family: 'Bonheur Royale';
  color: #bd4e49;
}

.arcimke {
  color: #d8691b;
  border-radius: 6px;
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.23);
  font-size: 20px;
}

