h1, h2, h3, h4, h5, h6, p, nav{
  color: #F1E5FF;
}

footer h1, h2, a{
  color: #F1E5FF;
}

footer #newsletter{
  border-top-left-radius: 0 !important; 
  border-bottom-left-radius: 0 !important;
}

footer .input-group input{
  font-size: 1.2rem;
  background-color: #281A42;
  border-color: #948AAE;
  border-right: none;
}

footer .input-group input::placeholder {
  color: #948AAE;
}

body{
  background-color: #F9F7FC;
}

@keyframes floating {
  0% {
    transform: translate(-50%, -50%) translateY(0);
  }
  50% {
    transform: translate(-50%, -50%) translateY(310px);
  }
  100% {
    transform: translate(-50%, -50%) translateY(0);
  }
}

html, body {
  position: relative; /* Garante que o ::before seja relativo ao body */
  overflow: hidden; /* Evita rolagem que pode esconder o efeito */
}

.ball::before {
  content: "";
  position: fixed;
  top: -150px;
  left: 50%;
  width: 800px;
  height: 800px;
  background: #7600FF;
  opacity: 0.5;
  border-radius: 30%;
  filter: blur(300px);
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
  animation: floating 6s ease-in-out infinite;
}

.container{
  max-width: 1200px;
}

.card{
  padding: 16px;
  border-radius: 16px;
  border: none;
}

#menu {
  display: flex;
  justify-content: space-between; /* Deixa os lados separados */
  align-items: center;
  padding-top: 12px;
  position: relative; /* Necessário para centralizar o nav */
  height: 56px;
}

#menu #logo {
  display: flex;
  align-items: center;
  gap: 16px;
}

#menu #logo img {
  height: 40px; 
  width: auto;
  max-width: 100%;
}

#menu #nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

#menu .nav-list {
  list-style: none;
  display: flex;
  gap: 32px;
  margin: 0;
  padding: 0;
  align-items: center;
}

#menu .nav-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: inherit;
  color: #190F2C;
  width: 60px;
}

 .nav-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;

}

.nav-list li a img {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
}


 #menu a{
  font-size: 0.8rem;
  color: #0C0019;
 }

 #menu nav a:hover{
  opacity: 0.5;
  text-decoration: none;
 }

 .dropbtn {
  border-radius: 8px;
  background: transparent;
  border: 2px solid #7600FF;
  font-size: 1.2rem;
  padding: 16px;
  color: #B1A3BF;
}

.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #CECCD1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 8px;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 1.2rem !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: rgba(5, 39, 39, 0.059);
  color: #7600FF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  color: #E4D9CB;
  background-color: #23004C;
  border: 2px solid #23004C;
  }


#hero{
  margin-top: 148px;
  margin-bottom: 148px;
}

#hero h1{
  color: #190F2C;
  font-weight: 800;
}

#hero h3 {
  background: linear-gradient(45deg, #4C00FF, #A000FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* para navegadores modernos */
  color: transparent;
}

#hero p{
  color: #7E7498;
  font-weight: 300;
  font-size: 1.6rem;
}

.display{
  padding-top: 48px;
  padding-bottom: 48px;
}

.display h2{
  font-weight: 800;
}

.display h3{
  font-weight: 400;
  color: #948AAE;
  font-size: 1.6rem;
}

.display h5{
  color: #685E80;
}

.display h5 small{
  display: block;
}

.display p{
  font-weight: 400;
  font-size: 1.2rem;
  color: #685E80;
}

.display #badges{
  margin-top: 24px;
}

h2{
  font-weight: 600;
  font-size: 3rem;
  color: #23004C;
}

#metronome h2 small{
  font-weight: 300;
}

.video-container {
 position: relative;
 height: 80vh;
}

.video-container video {
max-width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  color: #dc0000;
  padding-left: 48px;
  padding-top: 40vh;
}

h4{
  font-size: 1.4rem;
  font-weight: 400;
}

h6{
  font-size: 0.8rem;
  text-transform: uppercase;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p{
  font-size: 1.2rem;
  font-weight: 200;
}

p small{
  font-size: 1rem;
  display: block;
}

.btn-primary:focus, .btn-secondary:focus, .btn-tertiary:focus{
  display: none;
}

.btn-primary{
  color: #fff;
  background-image: linear-gradient(45deg, #4C00FF, #A000FF);
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.btn-primary:hover{
  text-decoration: none;
  background-image: linear-gradient(45deg, #7033FF, #B333FF);
  color: #ffffff;
}

.btn-secondary{
  color: #0C0019;
  background-color: #E5E0EF;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.btn-secondary:hover{
  cursor: pointer;
  color: #0C0019;
  text-decoration: none;
  background-color: #F1E5FF;
}

.btn-secondary-dark{
  color: #F9F7FC;
  background-color: #281A42;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.btn-secondary-dark:hover{
  cursor: pointer;
  color: #0C0019;
  text-decoration: none;
  background-color: #F1E5FF;
}

.btn-tertiary{
  color: #0C0019;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.btn-tertiary:hover{
  cursor: pointer;
  background-color: #E5E0EF;
}

.btn-tertiary-dark{
  color: #E5E0EF;
  background-color: transparent;
  border: none;
  font-size: 1rem;
  border-radius: 8px;
  padding: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 600;
}

.btn-tertiary-dark:hover{
  cursor: pointer;
  background-color: #E5E0EF;
  color: #190F2C;
}

.btn-ads{
  background-color: #FF5F06;
  color: white;
  padding: 16px;
  padding-right: 24px;
  padding-left: 24px;
  border-radius: 8px;
  border: none;
}

.btn-ads:hover{
  background-color: #FD7C33;
  border: none;
}

hr{
  background-image: linear-gradient(45deg, #7033FF, #B333FF);
  height: 1px;
}

h1,h2,h3,h4,p,a{
  font-family: 'Poppins', sans-serif !important;
}

h1{
  font-size: 4em;
  font-weight: 600;
}

h1 small{
  display: block;
  font-weight: 200;
  line-height: 1.2;
}

.responsive {
  max-width: 100%;
  height: auto;
}

.form h2{
  color: #F9F7FC;
}

h2{
  font-size: 2.2em;
  font-weight: 400;

}

h2 small {
  display: block;
  font-weight: 200;
}

h3{
  font-weight: 300;
  font-size: 1.6em;
  margin-bottom: 24px;
}

h3 small {
  display: block;
  font-weight: 200;
}

h4 small{
  display: block;
}

.image{
  font-size: 1rem !important;
  text-align: center;
}

.zoom {
  transition: transform .5s;
}

.zoom:hover {
  transform: scale(1.05);
}

footer{
  padding-top: 10vh;
  padding-bottom: 10vh;
  background-image: url(img/metal.png);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.footer-menu p{
  font-weight: 800;
  color: #FFFFFF;
}

.wrapper{
  display: flex;
  align-items: flex-end;
}

footer a:hover{
  color: #B1A3BF;
}

footer li{
  list-style: none;
}

.footer-menu a{
  display: block;
}

.footer-menu a span{
  color: #685E80;
}

.title{
  padding-top: 50px;
  max-width: 940px;
}

.social a{
  padding: 15px;
  font-size: 2em;
}

.text{
  max-width: 680px !important;
  margin-left: auto;
  margin-right: auto;
}

.text p{
  margin-top: 30px;
}

#about{
  height: 95vh;
}

.spacing{
  margin-top: 24px;
}

.dark-mode{
  background-color: #0C0019;
}

.form{
  max-width: 376px;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

label{
  font-weight: 800;
  color: white;
}

.form p{
  font-size: 1rem;
  font-weight: 400;
  color: #948AAE;
}

.form a{
  color: white !important;
  text-decoration: underline !important;
}

.form a:hover{
  opacity: 0.5;
  cursor: pointer;
}

.form-control{
  background-color: #190F2C;
  border: 2px solid #FFFFFF50;
  border-radius: 8px;
}

.forgot-password {
  margin-left: auto;
  text-align: right;
  display: block;
}

#contact-form{
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

#contact-form label{
  color: #0C0019;
}

#contact-form .form-control{
  border: 2px solid #0C001980;
}

#contacts p{
  font-size: 1.4rem;
  color: #3F1624;
  font-weight: 400;
}

#contacts h3{
  color: #0C0019;
  font-weight: 600;
}

#contacts a{
  text-decoration: none;
  display: flex;
  font-size: 2rem;
  color: #0C0019;
}

#contacts a:hover{
opacity: 0.5;
}

#contacts li{
  list-style: none !important;
}

/* menu oculto */
#mobile-menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  padding: 0 16px;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  background-color: #190F2C;
  border-radius: 16px;
  margin-top: 8px;
}

/* quando visível */
#mobile-menu.show {
  max-height: 300px; /* ajuste conforme o conteúdo */
}

#mobile-menu ul {
  list-style: none;
  padding: 16px;
  margin: 0;
  display: flex;               /* Coloca em linha */
  gap: 16px;                   /* Espaço entre os itens */
  justify-content: center;    /* Centraliza horizontalmente */
}

#mobile-menu ul li {
  margin: 0;                  /* Remove espaçamento vertical */
}

#mobile-menu ul li a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  display: block;
  padding: 8px 12px;
  width: 120px;
  text-align: center;
}

#mobile-menu ul li a:hover{
    background: linear-gradient(45deg, #4C00FF, #A000FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* para navegadores modernos */
    color: transparent;
}

.foil-effect {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.foil-effect::before {
  content: "";
  position: absolute;
  top: -150%;
  left: -150%;
  width: 300%;
  height: 300%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  transform: rotate(25deg);
  animation: foilShine 3s infinite;
  pointer-events: none;
}

.footer_info{
  justify-items: center;
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer_info p{
  font-weight: 300;
  margin-left: 100px;
  margin-right: 100px;
  margin-top: 16px;
  font-size: 14px;
  color: #948AAE;
}

.footer_info a{
  color: white;
}

@keyframes foilShine {
  0% {
    transform: translate(-150%, -150%) rotate(25deg);
  }
  100% {
    transform: translate(150%, 150%) rotate(25deg);
  }
}

@media only screen and (max-width: 768px){

  }

@media only screen and (max-width: 2200px) and (min-width: 769px){


}

