@font-face {
  font-family: "8bitlim";
  src: url("../fonts/8bitlim.ttf") format("truetype");
}

html {
  background-image: url("../images/background1.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: cursor 0.3s;
  font-family: "8bitlim";
  src: url("../fonts/8bitlim.ttf") format("truetype");
}

body {
  background-image: url("../images/stars.gif");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.title-image {
  padding: 50px;
}

.title-image:hover {
  filter: brightness(150%);
}

.button-container {
  position: fixed;
  top: 20px;
  right: 20px;
}

#btnChangeBackground {
  background: none;
  border: none;
  padding: 0;
}

#btnTokenomics {
  background: none;
  border: none;
  padding: 0;
  margin-right: 40px;
  font-family: "8bitlim";
  src: url("../fonts/8bitlim.ttf") format("truetype");
  letter-spacing: 3px;
}

#btnTokenomics:hover {
  filter: brightness(150%);
}

#btnImage {
  width: 40px;
  height: 40px;
}

.btnImage2 {
  width: 1000px;
}

button img {
  margin-top: 15px;
  width: 70px;
  height: 50px;
}

button {
  background: transparent;
  border: none;
  padding: 0;
}

.tittle:hover {
}

.audioButtons {
  position: fixed;
  left: 20px;
  bottom: 20px;
  height: 146px;
  width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.audioButtons button {
  background: transparent;
  border: none;
  padding: 0;
  margin-right: 10px;
}

/* .audioButtons img {
  width: 40px;
  height: 40px;
} */

.audioButtons .background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.audioButton {
  z-index: -10;
}

.next {
  width: 75px;
  height: 80px;
  margin-bottom: 20px;
  margin-right: 10px;
}

.play {
  width: 30px;
  height: 30px;
}

.previous {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  margin-left: 31px;
}

.pause {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.audioButton:hover {
  filter: brightness(150%);
}

.extra-image {
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 9999;
}

.extra-image:hover {
  filter: brightness(150%);
  cursor: url("../images/sword.png"), auto;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: white;
  /* background-color: rgba(255, 255, 255, 0.4); */
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.2);
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  border-radius: 30px;
  width: 40%;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Estilo para las áreas del mapa */
.area-highlight {
  opacity: 1; /* Cambia la opacidad al pasar el mouse */
  transition: opacity 0.3s ease-in-out; /* Agrega una transición suave */
}

/* Cambia la opacidad de vuelta al quitar el mouse */
.area-highlight:hover {
  opacity: 0.7; /* Cambia la opacidad al pasar el mouse sobre el área */
  background-color: lightyellow; /* Cambia el color de fondo al pasar el mouse sobre el área */
}

/* Estilo para un overlay de resaltado */
.highlight-overlay {
  position: absolute;
  background-color: rgba(
    255,
    255,
    0,
    0.5
  ); /* Color amarillo semitransparente */
  z-index: 10;
  display: none; /* Inicialmente oculto */
}

/* Añade estas clases para gestionar las transiciones */
.transition-background {
  transition: background-image 0.5s ease-in-out;
}

.transition-extra-image {
  transition: opacity 0.5s ease-in-out;
}
