body {
  margin: 0;
  font-family: "Maven Pro", sans-serif !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

h1 {
  text-align: center;
}

h3 {
  font-size: 32px !important;
  margin: 12px 0 !important;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 32px;
  margin: 0 auto;
  max-width: 1912px;
  width: 100%;
  box-sizing: border-box;
}

header img {
  height: 50px;
  width: 50px;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-container {
  width: 300px;
  display: flex;
  color: white;
  font-size: 20px;
  align-items: center;
}

.songName {
  margin-left: 20px;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(./img/background-img.jpg);
  background-size: cover;
  z-index: -1;
}

.cursor {
  cursor: pointer;
}

#loading-animation {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

#loading-animation img {
  animation: spin 1s infinite linear;
  width: 150px;
  height: 150px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#loading-animation-load-more {
  display: none;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

#loading-animation-load-more img {
  animation: spin 1s infinite linear;
  width: 150px;
  height: 150px;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

#search {
  width: 300px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333;
  outline: none;
}

#search::placeholder {
  color: #999;
}

#searchResponsive {
  width: 300px;
  height: 40px;
  padding: 10px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  background-color: #f2f2f2;
  color: #333;
  outline: none;
}

#searchResponsive::placeholder {
  color: #999;
}

#inputField {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.flexLupe {
  display: flex !important;
  justify-content: flex-end;
  filter: invert(100%);
}

.flexLupe img {
  height: 30px;
  width: 30px;
}

.pokedexLogo {
  height: 100px;
  width: 200px;
  margin: 0 auto;
}

#pokedex {
  min-height: 55vh;
  color: white;
  padding: 24px;
  border-radius: 16px;
}

.pokedexInfoArea {
  position: fixed;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 2;
}

.info-container {
  background-color: white;
  border-radius: 40px 40px 16px 16px;
  margin-top: -40px;
  padding-bottom: 30px;
  min-height: 300px;
  width: 600px;
  padding: 16px 32px;
}

#pokemonImg {
  height: 350px;
  width: 350px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.pokedexHeadImg {
  display: flex;
  justify-content: space-between;
}

.pokedexHeadImg img {
  height: 40px;
  cursor: pointer;
}

nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: -2px;
}

ul li {
  margin-right: 20px;
  cursor: pointer;
  z-index: 1;
}

.active {
  border-bottom: 2px solid black;
}

.padding {
  padding: 0 4px 3px 4px;
}

.padding:hover {
  border-bottom: 2px solid black;
}

.progressInfo {
  width: 300px;
}

.progress {
  height: 5px !important;
}

.line {
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 10px;
}

.flex {
  display: flex;
  align-items: center;
}

.flex p {
  margin: 4px;
  width: 140px;
}

.flex span {
  width: 50px;
}

#cards {
  height: 150px;
  width: 300px;
  border-radius: 16px;
  position: relative;
  margin: 6px;
  cursor: pointer;
}

#cards:hover #pokemonNameCards {
  transform: scale(1.2) !important;
  transition: transform 0.3s ease-in-out;
}

.pokeballImg {
  height: 130px;
  position: absolute;
  right: 20px;
  bottom: 12px;
  opacity: 0.2;
}

#cards h2 {
  font-size: 20px !important;
  padding-top: 20px;
  padding-left: 16px;
  color: white;
}

.pokemonType {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 16px;
  margin-bottom: 8px;
  border-radius: 16px;
  width: 100px;
  text-align: center;
  color: white;
}

.pokemonType b {
  font-size: 12px;
  font-weight: 500;
}

.pokemonTypeInfo {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 8px;
  border-radius: 16px;
  width: 100px;
  text-align: center;
  color: white;
}

.pokemonTypeInfo b {
  font-size: 14px;
  font-weight: 500;
}

.pokemonTypeSecond {
  background-color: rgba(255, 255, 255, 0.2);
  margin-left: 16px;
  border-radius: 16px;
  width: 100px;
  text-align: center;
  color: white;
}

.pokemonTypeSecond b {
  font-size: 12px;
  font-weight: 500;
}

.pokemonTypeSecondInfo {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  width: 100px;
  text-align: center;
  color: white;
}

.pokemonTypeSecondInfo b {
  font-size: 14px;
  font-weight: 500;
}

#pokemonNameCards {
  position: absolute;
  height: 120px;
  bottom: 12px;
  right: 20px;
}

#cardsArea {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1912px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

#filteredCardsArea {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1912px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.dNone {
  display: none !important;
}

.mg0 {
  margin: 0 !important;
}

.aboutSection {
  display: flex;
  gap: 30px;
}

.aboutSection p {
  width: 100px;
}

.infoWidth {
  width: 250px !important;
}

#moves {
  max-height: 200px;
  display: flex;
  flex-wrap: wrap;
  overflow: scroll;
}

#moves p {
  margin: 4px;
  padding: 4px 12px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}

.movesCards {
  height: 35px;
}

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.overlay-visible {
  display: block;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

#pokemonNumber {
  position: absolute;
  left: 50%;
  top: 44px;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

#pokemonBackgroundImg {
  height: 240px;
  width: 240px;
  background-image: url("./img/pokeball_bg.png");
  background-repeat: no-repeat;
  position: absolute;
  top: 280px;
  left: 180px;
  opacity: 0.2;
  transform: scale(1.5) !important;
}

.linkerPfeil {
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 30px;
  filter: invert(100%);
  z-index: 10;
}

.rechterPfeil {
  height: 50px;
  padding: 10px;
  position: absolute;
  top: 50%;
  right: 30px;
  filter: invert(100%);
  z-index: 10;
}

.imghover:hover {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
}

#loadMoreBtnContainer {
  display: none;
  justify-content: center;
  margin: 16px;
  position: relative;
  height: 60px;
}

#loadMoreBtnContainer button {
  margin: 8px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  background-color: #4caf50;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}

#loadMoreBtnContainer button:hover {
  background-color: #45a049;
}

.parent-container {
  position: relative;
  top: -170px;
}

.fixed {
  position: fixed;
}

.goUp {
  height: 44px;
  width: 44px;
  position: absolute;
  right: 5%;
  margin: 8px;
  cursor: pointer;
}

/*---------- Button visit Site ----------*/

.musicConfirmation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.musicConfirmation h3 {
  margin-bottom: 16px;
}

.buttonContainer {
  display: flex;
}

.buttonContainer button {
  margin: 8px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  background-color: #4caf50;
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s;
}

.buttonContainer button:hover {
  background-color: #45a049;
}

/*---------- Zoom Img ----------*/

.zoomed {
  animation: zoomAnimation 1s infinite alternate;
}

@keyframes zoomAnimation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/*---------- Card Background ----------*/

.water {
  background: linear-gradient(to bottom right, #75befe, #b0d9ff);
}

.fire {
  background: linear-gradient(to bottom right, #fb6c6c, #ffc3a0);
}

.grass {
  background: linear-gradient(to right, #49d0b1, #007f7b);
}

.electric {
  background: linear-gradient(to bottom right, #ffd76e, #ffefb9);
}

.psychic {
  background: linear-gradient(to bottom right, #fd86e4, #6e3c86);
}

.dark {
  background: linear-gradient(to bottom right, #e0986a, #f0bba6);
}

.normal {
  background: linear-gradient(to bottom right, #cfcfc3, #e8e8e8);
}

.fighting {
  background: linear-gradient(to bottom right, #cf887c, #f0b3a8);
}

.rock {
  background: linear-gradient(to bottom right, #cfc393, #e3daaa);
}

.poison {
  background: linear-gradient(to bottom right, #b486dc, #d5a4e5);
}

.bug {
  background: linear-gradient(to bottom right, #b1d369, #d3e494);
}

.fairy {
  background: linear-gradient(to bottom right, #ee99ac, #f4c4d1);
}

.ice {
  background: linear-gradient(to bottom right, #98d8d8, #c6f4f4);
}

.steel {
  background: linear-gradient(to bottom right, #b7b8d0, #d5d6e3);
}

.ground {
  background: linear-gradient(to bottom right, #f5d7b5, #ddac84);
}

.ghost {
  background: linear-gradient(to bottom right, #f6c9e5, #9c73b3);
}

.dragon {
  background: linear-gradient(to bottom right, #afa0f6, #7c63e7);
}
