@font-face {
    font-family: "gotham";
    src: url(/fonts/GOTHAM-BLACK.TTF);
}
@font-face {
    font-family: "pricedown";
    src: url(/fonts/Pricedown\ Bl.otf);

}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;

  background:
    radial-gradient(circle at 50% -10%, rgba(110, 70, 180, 0.15), rgba(247, 244, 244, 0) 60%),
    radial-gradient(circle at 50% 115%, rgba(207, 205, 206, 0.12), rgba(255, 255, 255, 0) 65%),
    linear-gradient(180deg, #0c0a11 0%, #050407 40%, #000 70%, #0c0a11 100%);
  background-attachment: fixed;
}

#em_h1 {
  text-align: center;
  font-size: 5em;
  font-family: "gotham";
  background: linear-gradient(180deg, rgb(178, 42, 206), rgb(226, 137, 137));
  background-size: 300%;
  -webkit-background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 5px #a11ead);
}

#em_counter {
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-size: 3em;
  font-family: "gotham";
  color: white;
  filter: drop-shadow(0 0 3px #ffffff);
}

#em_counter:hover {
  font-size: 4em;
  cursor: pointer;
  filter: drop-shadow(0 0 10px #ff62d6);
  transform: scale(1.05);
  transition: 0.2s;
}

#logo {
  color: white;
  font-family: "gotham";
  font-size: 2.5em;
  padding-left: 5%;
  font-weight: bold;
  
}
#logo:hover{
  color: rgb(255, 255, 255);
  font-family: "gotham";
  font-size: 2.5em;
  padding-left: 5%;
  filter: drop-shadow(0 0 2px white);
  transition: 2ms;
}

.container {
  padding-top: 6%;
  text-align: center;
}

#header {
  position: fixed;
  top: 10px;
  right: 40px;
  width: 95%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  background: transparent;
}

#theme{
  cursor: pointer;
  border: none;
  padding: 6px 14px;
  background: transparent;
  font-size: 14px;
}

#link {
  text-decoration: none;
}
#theme:hover{
  font-size: 18px;
}
.barra{
  display: block;
  height: 7px;
  width: 30px;;
  background-color: #7a7a7a;
  margin: 5px 5px;
  transition: transform .3s ease, opacity .3s ease;
  border: 1px solid rgb(119, 119, 119);
}
#menu{
  position: fixed;
  top: 25px;
  right: 20px;
  width: 40px;     
  height: 40px;    
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  background: none;
  border-radius: 10000px;
  border: none;
  text-align: center;
}
#menu:hover{
  background: rgba(255, 255, 255, 0.11);
  border-radius: 10000px;
  cursor: pointer;
}
#menu.active .barra:first-child{
  transform: rotate(45deg) 
}
#menu.active .barra:last-child{
  transform: rotate(-45deg) 
}
#menu.active .barra{
  margin:  0;
  height: 2px;
  width: 20px;
  height: 100hv;
  width: 100%;
  color: #a11ead;
  align-items: center;
}
.barra{
  margin: 4px 0;
}
#menu.active .barra{
  margin: -2px 0;
}
#panel1{
  position: fixed;
  top: 0;
  right: 0;
  width: 50%;
  height: 100vh; 
  z-index: 109;           
  transition: transform .3s ease;
  background: rgba(0, 0, 0, 0.938);
  backdrop-filter: blur(10px);
  transform: translateX(100%);
}
#panel1.active{
  transform: translateX(0%);

}
.menuitem{
  font-family: "gotham";
  color: white;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 30px;
  margin-top: 25px;
  
}
.panel.active .menuitem{
    opacity: 1;
    transform: translateY(0);
}
body.light-theme {
  background:
    radial-gradient(circle at 50% -15%, rgba(255, 180, 250, 0.22), rgba(255, 255, 255, 0) 60%),
    radial-gradient(circle at 50% 125%, rgba(200, 150, 255, 0.15), rgba(255, 255, 255, 0) 60%),
    linear-gradient(180deg, #faf4ff 0%, #f3ecff 40%, #ece6ff 70%);
}

body.light-theme #logo {
  color: black;
}

body.light-theme #em_h1 {
 background: linear-gradient(180deg, rgb(0, 0, 0), rgb(121, 75, 118)); 
 background-size: 300%;
 background-repeat: no-repeat;
 -webkit-background-clip: text;
 color: transparent;
 filter: drop-shadow(0 0 5px #a11ead);
}

body.light-theme #em_counter {
  color: black;
  filter: drop-shadow(0 0 10px #f5a9ff);
}
body.light-theme #em_counter:hover {
  color: black;
  filter: drop-shadow(0 0 10px #ff62d6);
}
#palmera{
  display: flex;
  width: 350px;
  position: fixed;
  bottom: 0px;
  right: 0px;
 filter: drop-shadow(0 0 5px) brightness(0) saturate(100%) invert(47%) sepia(84%) saturate(900%) hue-rotate(280deg);
 

}
#palmera2{
  display: flex;
  width: 350px;
  position: fixed;
  bottom: 0px;
  left: 0;
  filter: drop-shadow(0 0 5px) brightness(0) saturate(100%) invert(47%) sepia(84%) saturate(900%) hue-rotate(280deg);
 

}
#emalabel {
  font-family: "gotham";
  position: fixed;
  font-size: 10px;
  bottom: 10px;
  left: 90px;
  
}
@media (max-width: 768px){

    #em_h1{
        font-size: 2.8em;
    }

    #em_counter{
        font-size: 1.8em;
    }

    #em_counter:hover{
        font-size: 2.2em;
    }

    #logo{
        font-size: 1.8em;
        padding-left: 10px;
    }

    #theme{
        padding: 4px 10px;
        font-size: 12px;
    }

    #header{
        top: 5px;
        right: 5px;
        width: 95%;
        padding: 5px 10px;
    }

    .container{
        padding-top: 20%;
    }
    #palmera1{
      width: 100px;
    }
     #palmera2{
      width: 250px
    }
    .menuitem{
      font-size: 15px;
    }
    #panel1{
      width: 100%;

    }
    #imagenrockstar{
      width: 350px;
    }
   
  
    }
    body.light-theme #logo:hover{
      color: black;
      filter: drop-shadow(0 0 4px rgb(0, 0, 0));
    }
  

