* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
@font-face {
  font-family: "Lumina";
  src: url(../public/assets/fonts/LuminaSerif.otf) format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Raleway";
  src: url(../public/assets/fonts/Raleway-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #0d0420;
  color: white;
  min-height: 100vh;
  animation: appear 0.8s ease;
  overflow: hidden;
}

.carregar {
  font-family: 'Lumina', serif;
}

.backgroundPartner {
  background-image: url(../public/assets/image/index/backgroundPartner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100dvh;
  width: 100%;
  color: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: fadeInBackground 1.8s ease-in-out forwards;
}

#mainContent{
  opacity: 0;
  transition: opacity 0.8s ease;
}
#mainContent.fade-in{
  opacity: 1;
}

.backgroundStars {
  background-image: url(../public/assets/image/index/stars.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -100;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.arcWrapper {
  position: absolute;
  top: 4%;
  width: 100%; /* mesmo que o maior arco */
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 100;
}

.arcTeste,
.arcTeste1,
.arcTeste2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 350px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 386.475px 386.475px 0px 0px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  box-shadow: 0px 0px 20px 0px #da90b2, 0px 0px 20px 0px #8dbcde,
    0px 0px 20px 0px #8dbcde, 0px 0px 20px 0px #c0035a;
  justify-content: center;

  z-index: 101;
}
.arcTeste1 {
  width: 300px;
  height: 95%;

  z-index: 0;

  border-radius: 351.341px 351.341px 0px 0px;
  box-shadow: 0px 0px 20px 0px #da90b2, 0px 0px 20px 0px #da90b2,
    0px 0px 20px 0px #da90b2;
}

.arcTeste2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 90%;
  background: rgba(53, 9, 39, 0.15);
  box-shadow: 0px -9px 20px 0px #da90b2;
  backdrop-filter: blur(6px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 40px 20px;
  text-align: center;
  z-index: 1000;
}

.arc {
  display: grid;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-left: 15%;
  margin-right: 5%;
  align-items: center;
}

.content-inside-arc {
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.arcSmall {
  position: absolute;
  bottom: 0;
  border-radius: 300px 300px 0px 0px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  box-shadow: 0px 0px 52px 0px #da90b2;
  backdrop-filter: blur(6px);
  width: 78px;
  height: 80vh;
  flex-shrink: 0;
  z-index: -1;
}

.arcSmall1 {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 15%;
  border-radius: 300px 300px 0px 0px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  border-left: 4px solid #fff;
  box-shadow: 0px 0px 52px 0px #da90b2;

  backdrop-filter: blur(6px);
  width: 78px;
  height: 80vh;
  flex-shrink: 0;
  z-index: -1;
}

.insideStar {
  background-image: url(../public/assets/image/index/insideStar.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  margin-top: 26px;
  width: 100%;
  height: 90%;
  flex-shrink: 0;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: 'Lumina', serif;
}

.smallText {
  font-size: 1rem;
}

.neonButton {
  position: relative;
  font-family: 'Lumina', serif;
  font-size: 0.9rem;
  padding: 0.5em 1em;
  margin: 1.6rem 0;
  color: #8dbcde;
  border: 2px solid #8dbcde;
  background: transparent;
  border-radius: 2rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
}

.neonButton::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, #da90b2, transparent 25%) center/150% 150% no-repeat;
  opacity: 0.5;
  filter: blur(10px);
  animation: pulseGlow 2.5s infinite linear;
  z-index: -1;
}

.neonButton:hover {
  box-shadow: 0 0 10px #8dbcde, 0 0 20px #8dbcde,
    0 0 20px #8dbcde;
  transform: scale(1.05);
  color: #55a5de;
  border: 2px solid #55a5de;
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0d0420;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease;
}

#loaderContent {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#loader.loader-fadeout{
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}
.loader-fadeout{
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
  pointer-events: none;
}

.spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #ffffff40;
  border-top: 6px solid #da90b2;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.fade-in{
  opacity: 0;
  animation: fadeInApperar 1.5 ease-in-out forwards;
}

/* Media Queries para ajustes específicos */
@media (min-width: 768px) {
  h1 {
    font-size: 1.5em;
  }
  .neon-button {
    font-size: 1.2rem;
    padding: 0.6em 1.2em;
    letter-spacing: 2px;
  }
}

@media (max-width: 780px) {
  .arcSmall,
  .arcSmall1 {
    display: none;
    width: 0;
    height: 0;
  }

  .arcTeste {
    width: 80%;
  }
  .arcTeste1 {
    width: 72.37%;
  }
  .arcTeste2 {
    width: 64.75%;
  }
}

@media (min-width: 680px) and (max-width: 780px) {
  .arcTeste {
    width: 40%;
  }
  .arcTeste1 {
    width: 35.86%;
  }
  .arcTeste2 {
    width: 30.75%;
  }
}

@media (min-width: 575px) and (max-width: 679px) {
  .arcTeste {
    width: 50%;
  }
  .arcTeste1 {
    width: 42.37%;
  }
  .arcTeste2 {
    width: 34.75%;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 1.3em;
  }
  .neon-button {
    font-size: 0.9rem;
    padding: 0.4em 0.8em;
  }
    .arcSmall,
  .arcSmall1 {
    display: none;
    width: 0;
    height: 0;
  }

  .arcTeste {
    width: 50%;
  }
  .arcTeste1 {
    width: 42.37%;
  }
  .arcTeste2 {
    width: 34.75%;
  }
}

@media (min-width: 250px) and (max-width: 500px) {
  .arcTeste {
    width: 75%;
  }
  .arcTeste1 {
    width: 67.37%;
  }
  .arcTeste2 {
    width: 59.75%;
  }
}

/*------------Animação------------*/
@keyframes fadeAndSlide {
  0% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px); /* movimento sutil para cima */
  }
}

.fade-out {
  animation: fadeAndSlide 1, 5s ease forwards;
}



@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulseGlow {
  0% {
    transform: rotate(0deg);
    opacity: 0.6;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 0.6;
  }
}