@import url('https://fonts.cdnfonts.com/css/minecraftia');

body {
  margin: 0;
  font-family: 'Minecraftia', sans-serif;
  background-image: url(../img/wallpaper.jpg);
  background-size: cover;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

.container {
  width: 36rem;
  padding: 27px 23px 27px 23px;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.247);
  box-shadow: 0 8px 32px 0 rgba(94, 94, 94, 0.37);
  border: 1px solid rgba(255, 255, 255, 0.18);
  perspective: 1000px;
  transition: transform 0.3s ease
}

.profile {
  display: flex;
  align-items: center; 
  gap: 15px; 
  margin-bottom: 20px;
  border-radius: 10px;
}

.profile-pic {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

.profile-info {
  display: flex;
  flex-direction: column;
  width: 400px;
}

.name {
  font-size: 30px;
  margin: 0;
  color: #fff;
  width: 70px;
}

p {
  margin-top: 0;
}

.bio {
  font-size: 15px;
  color: #fff;
  width: 200px;
}

.bar {
  height: 2px;
  width: 300px;
  background: rgb(0, 0, 0);
  margin: 0 auto;
  margin-top: -15px;
}

.social-icons{
  text-shadow: 0 0 1.5rem rgb(194, 194, 194);
  margin-top: 0px;
  color: rgb(143, 143, 143);
  font-size: 30px;
  transition: 0.2s ease-in-out;
}
.social-icons:hover{
  transform: scale(1.1);
}
.tooltip a {
position: relative;
text-decoration: none;
}

.tooltip a::before {
content: attr(data-title);
position: absolute;
bottom: 250%;
left: 50%;
transform: translateX(-50%);
background-color: #333;
color: #fff;
padding: 5px 8px;
font-size: 12px;
border-radius: 5px;
white-space: nowrap;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease;
}

.tooltip a:hover::before {
opacity: 1;
visibility: visible;
}
.spotifys{
  margin-bottom: 50px;
}
.socials{
display: flex;
justify-content: center;
margin-top: 20px;
gap: 5px;
}

.btn-link {
animation: up 2s;
padding: 16px 44px;
width: 95%;
text-align: center;
background-color: #0d0d0e;
border: 0 solid #1c1c1c;
border-radius: 8px;
-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .57);
-moz-box-shadow: 0 0 17px 1px rgba(0, 0, 0, .57);
box-shadow: 0 0 17px 1px rgba(0, 0, 0, .57);
cursor: pointer;
color: #a7a7a7;
transition: transform .25s ease, color .25s ease, background-color .25s ease, border-color .25s ease;
margin-bottom: 22px;
font-weight: 400;
font-family: poppins
}

.btn-link:hover {
-webkit-box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.9);
-moz-box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.9);
box-shadow: 0 0 20px 1px rgba(255, 255, 255, 0.9);
transform: scale(.95)
}

.btn-link:active {
transform: scale(.92)
}

.mark{
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  font-weight: bold;
}
.mark:hover{
  text-decoration: none;
}
.background{
  padding: 80px 0px;
}
.blur{
  background: rgb(0 0 0 / 40%);
  backdrop-filter: blur(8px); 
  width: 100%;
  max-width: 80%;
  margin: auto;
  padding: 30px 0px;
  margin-top: 80px;
}
@keyframes down {
  from {
      transform: translate3d(0, -150px, 0);
      opacity:0
  }
  to {
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}
@keyframes up {
  from {
      transform: translate3d(0, 150px, 0);
      opacity:0
  }
  to {
      transform: translate3d(0, 0, 0);
      opacity: 1
  }
}
@-webkit-keyframes fadeIn {
from {opacity: 0;} 
to {opacity:0.8;}
}

@keyframes fadeIn {
from {opacity: 0;}
to {opacity:0.8 ;}
}
@media only screen and (max-width: 768px) {
  .blur{
      max-width: 100%;
  }
}
@media only screen and (min-width: 2000px) {
  .blur{
      max-width: 50%;
  }
}

.blurpage{
  background:rgb(0 0 0/20%);
  backdrop-filter:blur(10px);
  position:fixed;
  padding:0;
  margin:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition:all .5s ease-in-out
}
.blurpagerplc{background:0 0;backdrop-filter:none}
.blurpagerplc2{width:10%;height:10%}

.musicbtn{
  font-size:16px;
  color:#bdbdbd;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:50px;padding:14px;
  border:none;
  border-radius:5px;
  outline:none;
  box-shadow:2px 2px 4px rgba(0,0,0,.4);
  cursor:pointer;
  transition:all 2s ease-out;
  transition-timing-function:cubic-bezier(.1,1,0,1);
  transform-origin:right top;
  opacity:.8
}
.musicbtn:hover{
  opacity:1
}

audio{
  display:none
}
.replace{
  transform:translate(0,0);
  opacity:.2;
  top:0;
  left:0
}
.replace:hover{
  opacity: .5;
}
