body {
  font-family: 'Inter', "Noto Sans", sans-serif;
  min-height: max(884px, 100dvh);

}

.font-display {
  font-family: 'Rajdhani', sans-serif;

}

.glass-panel {
  background: rgba(11, 18, 33, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-top: 1px solid rgba(0, 242, 255, 0.2);
  border-left: 1px solid rgba(0, 242, 255, 0.1);
  border-right: 1px solid rgba(0, 242, 255, 0.05);
  border-bottom: 1px solid rgba(0, 242, 255, 0.05);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.937), inset 0 0 0 1px rgba(11, 179, 246, 0.797);
  
  background: linear-gradient(135deg, rgb(0, 0, 0) 40%, rgba(0, 0, 0, 0.592) 90%), url('https://lh3.googleusercontent.com/pw/AP1GczNwJEzS_nE8ncVDWQX8jazzw7q0pJMI0vAU06H76n6GpruLr4vSdl-dZiDarpJhSlkBpSVrOAno2QbG2coskCidDcUkSTpxmTIk1AC8YSaM2y2SXf-4K_6xV8PgXVvpTCLPKd5ZtvGNFizc94F4RCL8Yg=w967-h967-s-no-gm?authuser=0');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.text-gradient-aqua {
  background: linear-gradient(135deg, #ffffff 0%, #00f2ff 60%, #2563eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes shine {
  0% {
    background-position: -100% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}


#svg-discorver{
  color: #fff;
  transition: all 2s;
  animation: fireworks 3s ease-in-out infinite;

}

.line-one{
  animation: fireworks 3s ease-in-out 2s infinite
}

@keyframes fireworks {
  0%{
    opacity: 1;
    color: #00f2ff;

  }

  50%{
    opacity: .5;
    color: rgba(255, 255, 255, 0.566);

  }
 
  100%{
    opacity: 1;
    color: #00f2ff;

  }
  
}

.shine-effect {
  background: linear-gradient(to right, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
  background-size: 200% 100%;
  animation: shine 2.5s infinite linear;

}

.floating {
  animation: float 6s ease-in-out infinite;
}

.bg-grid {
  background-size: 40px 40px;
  background-image: linear-gradient(to right, rgba(0, 242, 255, 0.03) 1px, transparent 1px),
  linear-gradient(to bottom, rgba(0, 242, 255, 0.03) 1px, transparent 1px);
  background-color: #00f2ff79;
  /* background: url('https://lh3.googleusercontent.com/pw/AP1GczNwJEzS_nE8ncVDWQX8jazzw7q0pJMI0vAU06H76n6GpruLr4vSdl-dZiDarpJhSlkBpSVrOAno2QbG2coskCidDcUkSTpxmTIk1AC8YSaM2y2SXf-4K_6xV8PgXVvpTCLPKd5ZtvGNFizc94F4RCL8Yg=w967-h967-s-no-gm?authuser=0');
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: left ; */
}
.container-elemento{
  /* border: 2px solid yellow;
  min-height: 100px;
  min-width: 100%; */
}


#remove-elemento{
  transition: all 3s ease-in;
  animation: 1s fadeIn forwards;
  color: #fff;
  font-weight: bold;
  padding: 0;
}

#remove-elemento.hidden{  
  opacity: 0;
}
/* 
#remove-elemento.active{  
  animation: 2s fadeIn forwards;
} */

@keyframes fadeIn {
  from{
    opacity: 0;
    transform: translateY(100%);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
  
}

/* .bg-grid{
  background: url('https://lh3.googleusercontent.com/pw/AP1GczPZ6NsLZ_NHN90CVSJPX-4_By0f9rHOX_Av35wtEsffltAqlr4s-2fclVyDdIoFHj46p1vJeKb9NTTR1Sifna8hbtDMVKLx4J7uWcxxX2AEfdhMmop8ogrEMMvqWfT13Eh5QyEiIC7mJzDuctqe6C633Q=w1280-h960-s-no-gm?authuser=0');
} */