@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html, body {
  overflow-x: hidden;
}

* {
  border: none;
  font-family: Ubuntu Mono;
  color: white;
}

body {
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
  background-image: url("../video/Matrix.gif");
  background-repeat: repeat;
}

#blur {
  width: 90%;
  max-width: 1100px;
  min-height: 90vh;
  margin: 0 auto;
  padding: 6px;
  padding-top: 550px; 
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(7px);
  border-radius: 15px;
}

/* Fotos sobre postas ao conteudo do Perfil! 
    E Foto e layot da Foto do Perfil*/

.Foto-p{
  border-radius: 100%;
  background-color: #000000d7;

  width: 320px;
  height: 290px;

  position: absolute;

  top: 80px;      
  right: 750px;    

}

#icon{
  padding-top: 15px;
}

#Icone-1{
  position: absolute;

  transform: rotate(15deg);

  top: 200px;      
  right: 810px;    

  width: 350px;
  height: 350px;
}

#Icone-2{
  position: absolute;

  transform: rotate(30deg);

  top: 40px;      
  right: 740px;    

  width: 150px;
  height: 150px;
}

#Icone-3{
  position: absolute;

  transform: rotate(10deg);

  top: 220px;      
  right: 50px;    

  width: 120px;
  height: 120px;
}

#Icone-4{
  position: absolute;

  top: -85px;      
  right: 50px;    

  width: 190px;
  height: 190px; 
}

#Icone-5{
  position: absolute;

  top: 470px;      
  right: 700px;    

  width: 400px;
  height: 100px;

  border-radius: 5px;
}

#Icone-6{
  position: absolute;

  top: 470px;      
  right: 590px;    

  width: 100px;
  height: 100px;

  border-radius: 5px;
}

#Icone-7{
  position: absolute;

  top: 470px;      
  right: 475px;    

  width: 100px;
  height: 100px;

  border-radius: 5px;
}

#Icone-8{
  position: absolute;

  top: 470px;      
  right: 360px;    

  width: 100px;
  height: 100px;

  border-radius: 5px;
}

#Icone-9{
  position: absolute;

  top: 470px;      
  right: 140px;    

  width: 200px;
  height: 100px;

  border-radius: 5px;
}

#Icone-10{
  position: absolute;

  top: 470px;      
  right: 30px;    

  width: 100px;
  height: 100px;

  border-radius: 5px;
}

.perfil{
  position: absolute;

  top: 90px;      
  right: 50px;

}

#texto-P{
  width: 650px;
  height: 150px;

}

/* Fonte */

.titulos{ 
  font-family: Ubuntu Mono;
  margin: 0; 
  width: 100%;
  font-size: 35px;
  text-align: center; 
}

.titulo_2 { 
  font-family: ubuntu Mono;
  font-size: 20px; 
  margin: 0; 
  width: 100%;
  text-align: center;
}

.texto, .titulo_2, .titulo { padding: 0 8px; }   
.texto { margin: 0; font-size: 20px; text-align: justify; }


/* menu */

.painel {
  background: #42c920;
  height: 100%;
  width: 100%;
  border-radius: 5px;
  margin: auto;
  text-align: justify;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  background-attachment: fixed;
  gap: 8px;           
  height: 36px;           
}

a {
  text-decoration: none;
  color: black;
  font-size: 20px;        
  margin: 5px;          
}

.pag:hover {
  color: white;
}

/* CSS do Vinyl */

#vinyl-gallery * { all: unset; }

#vinyl-gallery {
  all: initial;
  width: 100%;
  height: 210px;
  margin: 16px 0;
  display: flex;
  flex-direction: row;
  position: relative;
}

#vinyl-gallery .vinyl {
  all: unset ;
  perspective: 500px;
  width: 18px;
  transition: width 0.5s;
}

#vinyl-gallery .vinyl:hover {
  width: 140px;
}

#vinyl-gallery img {
  all: unset;
  transition: transform 0.5s, width 0.5s, height 0.5s, margin-top 0.5s;
  width: 170px;
  height: 170px;
  transform: rotateX(0deg) rotateY(25deg);
  transform-style: preserve-3d;
  border-radius: 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

#vinyl-gallery .vinyl:hover img {
  transform: rotateX(0deg) rotateY(10deg) ;
  width: 178px;
  height: 178px;
  margin-top: -2px;
}

#vinyl-gallery .title {
  font-family: Ubuntu Mono;
  color: rgb(255, 255, 255);
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 6px;
}

#vinyl-gallery .vinyl:hover + .title {
  visibility: visible;
}

#playlist{
  all: initial;
  width: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  margin: auto;
}

/*Final Do Vinil */

.coluna-1{
  margin: auto;
  width: 100%;
  padding: 20px;
}

#titulo-P{
  font-size: 40px;
}