@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap'); /* Fonte Roboto */

/* Estilos principais */
body {
    font-family: 'Roboto', sans-serif;
    background-color: black;
    color: white;
}

.alert-box {
    /*background-color: #f0f0f0;*/
    color: #d2d2d2;
    padding: 20px;
    border-radius: 10px;
    max-width: 500px;
    margin: 20px auto; /* Centralizado na página */
    font-size: 18px;
    text-align: center; /* Centraliza o conteúdo */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-family: 'Roboto', sans-serif;
}

/* Título */
.alert-box h1 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700; /* Negrito */
    color: #d2d2d2; /* Cor escura */
}

/* Parágrafos */
.alert-box p {
    font-size: 18px;
    line-height: 1.5;
    color: #d2d2d2; /* Cor de texto para melhor legibilidade */
}

/* Botão com gradiente */
.alert-box a {
    color: #d2d2d2;
    background: linear-gradient(90deg, #6a5acd 0%, #00bfff 100%);
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    font-weight: 500;
    transition: background-color 0.3s ease-in-out;
}

.alert-box a:hover {
    background-color: #0056b3;
    transition: background-color 0.3s ease-in-out;
}

/* Estilo dos botões tipo spawn */
button.spawn-btn {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #d2d2d2;
    background: linear-gradient(90deg, #7B42F6 0%, #B145F8 100%);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

button.spawn-btn:hover {
    background: linear-gradient(90deg, #651FFF 0%, #D500F9 100%);
}

/* Botões com outros gradientes */
button.green-btn {
    background: linear-gradient(90deg, #00B74A 0%, #17FFB2 100%);
}

button.green-btn:hover {
    background: linear-gradient(90deg, #00FF6F 0%, #00C853 100%);
}

button.purple-btn {
    background: linear-gradient(90deg, #AB47BC 0%, #FF4081 100%);
}

button.purple-btn:hover {
    background: linear-gradient(90deg, #D500F9 0%, #F50057 100%);
}

button.red-btn {
    background: linear-gradient(90deg, #FF6F00 0%, #FF3D00 100%);
}

button.red-btn:hover {
    background: linear-gradient(90deg, #FF5722 0%, #E65100 100%);
}
/* Estilo do botão 'Seja Pro' */
#upgrade-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  color: #282727;
  background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
  border: 1px solid #8F9092;
  border-radius: 30px;
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

#upgrade-btn:hover {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;
  transform: scale(0.98); /* Leve redução no tamanho */
}

#upgrade-btn:active {
  box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
  transform: scale(0.95); /* Redução no tamanho ao clicar */
}




/***** LETRAS COLORIDAS  <nav>
  <div class="nav-div">
    <div class="div-1">Home</div>
    <div class="div-2">About</div>
    <div class="div-3">Contacts</div>
    <div class="div-4">Support</div>
  </div>
</nav>
<div class="main">
  <span class="first-span">Explore!</span>
  <span class="second-span">Mordern Web</span>
</div> */


@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,700");

@font-face {
  font-family: "neontubes";
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot");
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot?#iefix")
      format("embedded-opentype"),
    url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff2")
      format("woff2"),
    url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff")
      format("woff"),
    url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100vw;
  height: 100vh;
  background: url("https://images.unsplash.com/photo-1563863251222-11d3e3bd3b62?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: start;
  overflow: hidden;
}*/

nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  height: 80px;
  padding: 10px;
}

.nav-div {
  width: 70%;
  height: 80%;
  display: flex;
  align-items: center;
  backdrop-filter: blur(10px);
  color: white;
  border-radius: 40px;
  box-shadow: 5px 8px 40px black;
  border: 1.5px solid white;
}

.nav-div div {
  width: 25%;
  height: 100%;
  border-radius: 40px;
  font-size: 1.2rem;
  font-family: cursive;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition: all 0.5s;
}

.div-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50%;
  border-left: 2px solid white;
}

.div-3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50%;
  border-left: 2px solid white;
}

.div-4::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 50%;
  border-left: 2px solid white;
}

.nav-div div:hover {
  background: whitesmoke;
  color: black;
}

.div-1:hover + .div-2::before {
  border-left: none;
}

.div-2:hover + .div-3::before {
  border-left: none;
}

.div-2:hover::before {
  border-left: none;
}

.div-3:hover + .div-4::before {
  border-left: none;
}

.div-3:hover::before {
  border-left: none;
}

.div-4:hover::before {
  border-left: none;
}

.main {
  width: 100%;
  /*height: 50%;*/
  margin: 10px;
  font-family: "neontubes";
  font-size: 6rem;
  white-space: nowrap;
}

.main span {
 /* display: block;*/
  position: relative;
  transform: translateZ(0) translate3D(0, 0, 0);
  backface-visibility: hidden;
  will-change: opacity;
}

.main .first-span {
  font-size: 6rem;
  color: #ffd9e2;
  text-shadow: 0 0 0 transparent, 0 0 10px #ff003c,
    0 0 20px rgba(255, 0, 60, 0.5), 0 0 40px #ff003c, 0 0 100px #ff003c,
    0 0 200px #ff003c, 0 0 300px #ff003c, 0 0 500px #ff003c, 0 0 1000px #ff003c;
  animation: blink 4s infinite alternate;
}

.main .second-span {
  font-size: 6rem;
  color: #d4eaff;
  text-shadow: 0 0 0 transparent, 0 0 10px #2695ff,
    0 0 20px rgba(38, 149, 255, 0.5), 0 0 40px #2695ff, 0 0 100px #2695ff,
    0 0 200px #2695ff, 0 0 300px #2695ff, 0 0 500px #2695ff;
}

@-webkit-keyframes buzz {
  70% {
    opacity: 0.8;
  }
}

@keyframes buzz {
  70% {
    opacity: 0.8;
  }
}
@-webkit-keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}
@keyframes blink {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.2;
  }
  46% {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
  .main .first-span {
    font-size: 2rem;
  }
  .main .second-span {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .nav-div {
    width: 100%;
  }
  .main .first-span {
    font-size: 3rem;
  }
  .main .second-span {
    font-size: 3rem;
  }
}



/*********** SEGUNDO NEON ***************
  <div class="main-unique">
  <span class="neon-text-1">NEON</span>
  <span class="neon-text-2">TEXT EFFECT</span>
</div>
 <p>Este é um exemplo de parágrafo com uma <span class='main-unique'><span class='neon-text-2'>NEON TEXT</span></span> no meio do texto.</p>

 
    
    */


@font-face {
  font-family: 'neontubes-unique';
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot");
  src: url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.eot?#iefix") format("embedded-opentype"),
       url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff2") format("woff2"),
       url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.woff") format("woff"),
       url("https://bitbucket.org/kennethjensen/webfonts/raw/fc13c1cb430a0e9462da56fe3f421ff7af72db71/neontubes/neontubes-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* Agora as classes podem ser inline, dentro de parágrafos */
.main-unique {
  display: inline;
  font-family: "neontubes-unique";
}

.neon-text-1, .neon-text-2 {
  display: inline;
  font-size: 20px; /* Tamanho da fonte ajustado para 20px */
}

.neon-text-1 {
  color: #ffd9e2;
  text-shadow: 0 0 10px #ff003c, 
               0 0 20px rgba(255, 0, 60, 0.5), 
               0 0 40px #ff003c;
  -webkit-animation: blink-unique 4s infinite alternate;
  animation: blink-unique 4s infinite alternate;
}

.neon-text-2 {
  color: #d4eaff;
  text-shadow: 0 0 10px #2695ff, 
               0 0 20px rgba(38, 149, 255, 0.5), 
               0 0 40px #2695ff;
  -webkit-animation: buzz-unique 0.01s infinite alternate;
  animation: buzz-unique 0.01s infinite alternate;
}

/* Animações */
@keyframes blink-unique {
  40% { opacity: 1; }
  42% { opacity: 0.8; }
  45% { opacity: 0.2; }
  46% { opacity: 1; }
}

@keyframes buzz-unique {
  70% { opacity: 0.80; }
}
