@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,900;1,400;1,700&family=Orbitron:wght@400;500;600;700;800;900&family=Roboto+Mono:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500;1,700&display=swap');

:root {
  --font-primary: 'Roboto Mono', monospace;
  --font-secundary: 'Orbitron', sans-serif; 
  --font-action: 'Lato', sans-serif;
  --font-primary-color: #EDEADE;
  --thumb-background-color: #160D08;
}
::-webkit-scrollbar {
  width: .5rem;
  height: .5rem;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  background: var(--thumb-background-color);
  

}    

::-webkit-scrollbar-thumb {
  background-color: var(--font-primary-color);
  
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  filter: brightness(0.1);
  width: 1rem;
}

::selection {
  background-color: rgba(48, 55, 108, 0.1);
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: var(--font-primary-color);
  text-decoration: none;
  font-family: var(--font-primary);
  list-style: none;
  scroll-behavior: smooth;
}

.menu-btn{
  font-size: 1.5rem;
}

.menu-btn:hover {
  animation: glow 500ms linear infinite 500ms;
}

.sectionarea {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.img-wrapper {
  width: 100vw;
  height: 100vh;
  /* overflow: hidden; */
  background-color: rgba(0, 0, 0, .85)
}

.banner{
  position: absolute;
  top: 50%;  
  left: 50%; 
  transform: translate(-50%, -50%);
}
.banner h1, .banner h2 {
  animation: glow 2500ms linear infinite 2000ms;  

}
/* reveal 3000ms ease-in-out forwards 200ms */
@media screen and (min-width: 750px) {
  .banner {
    top: 40%;
    left:10%;
  transform: translate(0, 0);

  }
  
}

header  {
  background: rgba(255, 255, 255, 0.01);  
  border-radius: 0 0 10px 10px ;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  position: fixed;
  width: 100%;
  z-index: 1;
  transition: all .8s;
  @media screen and (min-width: 750px) {
    height: 4em;
  }
}



#listlinks  {
  display: flex;
  flex-direction:column;
  justify-content: space-evenly;
  align-items:center;
  @media screen and (min-width:750px) {
    flex-direction:row;
  }
}

.listlinksMozilla {
  flex-direction:row;
  @media screen and (min-width:750px) {
    display: flex;
    flex-direction:column;
    justify-content: space-evenly;
    align-items:center;
  }
}

header nav ul li {
  margin: .18em;
}

header nav ul:last-child {
  margin-top:  1em;
}


#clickmenu{
  display:none;
  @media screen and (max-width:749px) {
    display:block;
    font-size: 1.5em;
    cursor: pointer;
    animation:scaling 1s infinite;
  }
}

#clickmenu{
  display:block;
  font-size: 1.5em;
  cursor: pointer;
  animation:scaling 1s infinite;
  @media screen and (min-width:749px) {
    display:none;
  }
}

.topnav {
  top:-12em;
  @media screen and (min-width:750px) {
    top:0em;
  }
}

.showmenu{
  top:0;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.menu-link{
font-family: var(--font-secundary);
font-size: 1.5rem;
}

.menu-link:hover{
cursor: pointer;
animation: glow 1000ms linear infinite 100ms;
}

.myoutgoinglinks{  
  position: relative;
  top: 2em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 3em;
  
}

.myoutgoinglinks i{
  font-size: 2rem;
  @media screen and (max-width: 750px) {
  animation: glow 1000ms linear infinite 100ms;    
  }
}

.myoutgoinglinks i:hover{
  animation: glow 1000ms linear infinite 100ms;
}

@keyframes reveal{
  80%{
    letter-spacing: 2px;
  }100%{
    background-size: contain;
  }

}

@keyframes scaling{
  0%{
    transform: scale(1);
  }  
  50%{
    transform: scale(1.1);    
  }
  100%{
    transform: scale(1);
  }

}



@keyframes glow {
  40%{
    text-shadow: 0 0 8px #fff;
  }
  
}


.banner h1{
  font-family: var(--font-secundary);
  font-size: 3rem;
  margin-bottom: 1rem;
  
}

.banner h2 {
  font-family: var(--font-secundary);
  font-size: 2.25rem;
}

#bio p {
  background: rgba(255, 255, 255, 0.2);  
  padding: 2em;
  width: 90vw;
  text-align: center;
  border-radius: 10px ;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

@media screen and (min-width:750px) {
  
  
  #bio p {
    padding: 2.5em;
    margin: 1em;
    width: 80%;
    font-size: 1.2em;
  }
}

span {
  font-size: 2em;
}

#contact p {
  cursor: pointer;
}
.img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
  animation: bgzoom 30s;
}

@keyframes bgzoom {
  0%{
    transform: scale(1.5);
  }100%{
    transform: scale(1);
  }
}

@keyframes shake {
  0% { 
    transform: rotate(0deg); 
  }
  
  33% {
    transform: rotate(10deg); 
    }

  66% {
    transform: rotate(-10deg); 
    }
  
  100% {
    transform: rotate(0deg); 
  }
}

.whatsappContainer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1em;
  right: 1em;
  width: 4em;
  height: 4em;
  background: rgba(255, 255, 255, 0.01);
  border-radius: 50%;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.whatsappContainer i {
  font-size: 2em;
  animation: glow 0.5s infinite;
  
}

.whatsappContainer i:hover {
  animation: shake .5s ease-in-out infinite;
}