@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap');

/*  */


.estilo-1-body{
  background-color: rgb(0, 0, 0);
}

.estilo-2-body{
  background-color: rgb(210, 210, 210);
}

section{
  display: flex;
  justify-content: center;
  flex-direction: row;

}
.estilo-2{
  background-color: rgba(255, 253, 253, 0.856);
  width: 580px;
  height: 100vh;

}
.estilo-1{
  background-color: #0b0d0e;;
  width: 580px;
  height: 100vh;

}

#container-header{
  background-color: #141414;
  border-radius: 20px;
  margin: 20px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  align-content: flex-start;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}
#image-header{
  margin: 20px;
  padding: 0px;
  width: 70px;
  height: 70px;
  border-radius: 10%;
  box-shadow: rgba(173, 255, 47, 0.8) 0px 0px 0px 2px, rgba(173, 255, 47, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
  -ms-border-radius: 10%;
  -o-border-radius: 10%;
}

#nome-tittle{
  font-family: "Fjalla One",sans-serif;
  font-weight: 400;
  font-style: normal;
  color: greenyellow;
  font-size: xx-large;
}
#desc-tittle{
  font-family: "Rajdhani", san;
  font-weight:400;
  font-style: normal;
  color: greenyellow;
}




#toggle-btn {
  position: relative;
  width: 54px;
  height: 23px;
  background-color: greenyellow;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#toggle-btn::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 3px;
  width: 19px;
  height: 19px;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 50%;
  transition: transform 0.3s;
}

#toggle-btn.on {
  background-color:#cccccc;

}

#toggle-btn.on::before {
  transform: translateX(30px);
}

#button-theme{


margin-left: 20%;


}

#container-skill{
  background-color: #141414;
  height: 80px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 40px;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}

#elementos-skill{
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
}

#elementos-skill i{
  margin: 10px;
  color: #c3c3c3 ;
}
#elementos-skill i:hover{
  color: greenyellow;
}

#container-pages{
  display: flex;
  flex-direction: row;
  margin-top: 40px;
}

#container-dio a{
  text-decoration: none;
  color: #141414;
  cursor: pointer;
  background-color: greenyellow;
  margin: 20px;
  width: 180px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(83, 83, 83, 0.82) 0px 1px 3px, rgba(184, 164, 164, 0.54) 0px 1px 2px;


  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#container-dio h1 {
  font-family: "Platypi", serif;
  font-size: x-large;
  font-weight: bolder;
  font-style: normal;
}

#container-dio a:hover{
  color: rgb(255, 255, 255);
  background-color: #141414;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}


#container-portifolio a{
  text-decoration: none;
  color: #141414;
  cursor: pointer;
  background-color: greenyellow;
  margin: 20px;
  width: 320px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(83, 83, 83, 0.82) 0px 1px 3px, rgba(184, 164, 164, 0.54) 0px 1px 2px;


  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#container-portifolio h1 {
  font-family: "Platypi", serif;
  font-size: large;
  font-weight: bolder;
  font-style: normal;
}

#container-portifolio a:hover{
  color: white;
  background-color: #141414;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}

#container-redes{
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;

}

#redes-linha1 , #redes-linha2{
  display: flex;
  gap: 50px;
}

.instagram , .linkedin , .github , .tiktok{
  border-radius: 20px;
  cursor: pointer;
  color: white;
  text-decoration: none;
  background-color: #c3c3c3a8;
  height: 100px;
  width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(83, 83, 83, 0.82) 0px 1px 3px, rgba(184, 164, 164, 0.54) 0px 1px 2px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.instagram:hover , .linkedin:hover , .github:hover , .tiktok:hover{
  background-color: #141414;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}



#container-leetcode a{
  text-decoration: none;
  color: #141414;
  cursor: pointer;
  background-color: greenyellow;
  margin: 20px;
  width: 180px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(83, 83, 83, 0.82) 0px 1px 3px, rgba(184, 164, 164, 0.54) 0px 1px 2px;


  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#container-leetcode h1 {
  font-family: "Platypi", serif;
  font-size: x-large;
  font-weight: bolder;
  font-style: normal;
}

#container-leetcode a:hover{
  color: rgb(255, 255, 255);
  background-color: #141414;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}


#container-playlist a{
  text-decoration: none;
  color: #141414;
  cursor: pointer;
  background-color: greenyellow;
  margin: 20px;
  width: 180px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  box-shadow: rgba(83, 83, 83, 0.82) 0px 1px 3px, rgba(184, 164, 164, 0.54) 0px 1px 2px;


  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#container-playlist h1 {
  font-family: "Platypi", serif;
  font-size: x-large;
  font-weight: bolder;
  font-style: normal;
}

#container-playlist a:hover{
  color: rgb(255, 255, 255);
  background-color: #141414;
  box-shadow: rgba(173, 255, 47, 0.82) 0px 2px 0px 0px, rgba(173, 255, 47, 0.52) 0px 2px 16px 0px;
}

.rodape-1{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  font-family: "Rajdhani", san;
  font-weight:400;
  font-style: normal;
  color: greenyellow;
}


.rodape-2{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 5px;
  font-family: "Rajdhani", san;
  font-weight:400;
  font-style: normal;
  color: rgb(0, 0, 0);
}

