* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Resolve';
    src: url(Fonts/Resolve\ Sans\ Black\ Ita.otf);
}
@font-face {
    font-family: 'Gaba';
    src: url(Fonts/Gaba\ Ultra\ Italic.otf);
}


body {
    background-color: #131212;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    
    }

    @keyframes fadeInAnimation {
      0% {
          opacity: 0;
      }
      100% {
          opacity: 1;
       }

      }

.header-con {
    background-color: #00000000;
    /* border-bottom: 1px solid #630eebaf; */
    width: 100%;
    
    margin-left: auto;
    margin-right: auto;
    }

.albumname {
  margin-top: 30px;
    font-size: 63px;
    color: #927c52fd;
    font-family: Resolve;
    text-align: center;
    text-shadow: 0 5px 0 #280c5cb6,
    0 2px 0 #360e69,
    0 3px 0 #2a06648c,
    0 4px 0 #1d054480,
    0 5px 0 #27075a9a,
    0 6px 1px rgba(0,0,0,.1),
    0 0 5px rgba(0,0,0,.1),
    0 1px 3px rgba(0,0,0,.3),
    0 3px 5px rgba(0,0,0,.2),
    0 5px 10px rgba(0,0,0,.25),
    0 10px 10px rgba(0,0,0,.2),
    0 20px 20px rgba(0,0,0,.15);
    animation: glowing 3s infinite;
    
}

/* @keyframes glowing {
    0% {
       }
    50% {
        text-shadow: 1px 3px 1px #410c97c0;
         }
  100% {
        }
} */

/* .seperate {
    width: 140px;
    border-radius: 100px;
    height: 1px;
    background-color: #594885;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
} */



.heart-rate {
    max-width: 180px;
    height: 103px;
    position: relative;
    margin:0px auto;
    top:160px;
    overflow:hidden;
    color: red;
    margin-top: -170px;
    margin-bottom: 200px;
   /* background-color: red; */
    padding-top: -30px;
    padding-bottom: -100px;
    text-align: center;
    
    }

    .heartbeat {
        width: 70px;
        
    }

    .fill {
        
        filter: blur(0.4px) hue-rotate(140deg) grayscale(80%) drop-shadow( 0px  0px 2px #5c5292) ;
         
            
 }
    
    .fade-in {
        
      position: absolute;
      width: 80%;
      height:100%;
      background-color: rgb(19, 18, 18);
      top: 0;
      right: 0;
      animation: heartRateIn 4.5s linear infinite;
    
     /* Gia na katalavw ti ginetai des auto
        border:1px solid red;
        */
    
    }
    
    .fade-out {
      position: absolute;
      width: 120%;
      height: 100%;
      top: 0;
      left: -120%;
      animation: heartRateOut 4.5s linear infinite;
      background: rgb(19, 18, 18);
      background: -moz-linear-gradient(left, rgb(19, 18, 18) 0%, rgb(19, 18, 18) 50%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, rgb(19, 18, 18) 0%, rgb(19, 18, 18) 50%, rgba(255, 255, 255, 0) 100%);
      background: -o-linear-gradient(left, rgb(19, 18, 18) 0%, rgb(19, 18, 18) 50%, rgba(255, 255, 255, 0) 100%);
      background: -ms-linear-gradient(left, rgb(19, 18, 18) 0%, rgb(19, 18, 18) 50%, rgba(255, 255, 255, 0) 100%);
      background: linear-gradient(to right, rgb(19, 18, 18) 0%, rgb(19, 18, 18) 80%, rgba(207, 167, 55, 0) 100%);
    }
    
    @keyframes heartRateIn {
      0% {
        width: 100%;
      }
      50% {
        width: 0%;
      }
      100% {
        width: 0;
      }
    }
    
    @keyframes heartRateOut {
      0% {
        left: -120%;
      }
      30% {
        left: -120%;
      }
      100% {
        left: 0;
      }
    }



.audio-player {
    text-align: center;
    background-color: rgb(38, 7, 68);
    display: block;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 82%;
    filter: hue-rotate(140deg) blur(3);
    border: 2px solid rgb(51, 47, 47);
    border-radius: 100px;
    padding: 4px;
    padding-top: 7px;
    box-shadow: 0px 2px 1px rgba(53, 16, 155, 0.897);
}

audio {
    color: rgb(214, 214, 214);
    width: 100%;
    height: 36px;
    filter: grayscale(100%) blur(3);
}

.songnames {
    font-family: Resolve;
    font-size: 24px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    color: #927c52fd;
   
  
  
}

.songtitles {
  border-top: 1px solid #927c52fd;
  border-top-width: 1.1px;
  margin-bottom: 25px;
  padding: 3px;
  padding-top: 30px;
}

.songtitles a {
  
  border-radius: 50px;
  padding: 10px;
  transition: 0.2s;
  
}

.songtitles a:hover {
  color: #131212;
  border-radius: 50px;
  padding: 6px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #927c52fd;
  
}



a {
  text-decoration: none;
  color: inherit;
}

h3 {
  margin-top: 10px;
  font-size: 28px;
  padding-top: 11px;
  color: #302f31c5;
}

.tab .first-section {
  margin-top: -8px;
}

.preg {
  margin-top: -4px;
  line-height: 23px;
  letter-spacing: 0.5px;
  text-transform: lowercase;
}


::-webkit-scrollbar {
  width: 13px;
  
 
}

::-webkit-scrollbar-track {
  border: 20px solid #1b1b1b;
  box-shadow: inset 0 0 2.5px 2px;
 border-radius: 20px; 

}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, rgba(152, 121, 209, 0.205), rgba(146, 119, 84, 0.185));
  border-radius: 10px;
  width: 10px;
}
::-webkit-scrollbar-track-piece {
  background-color: rgb(24, 24, 23);
  
}

.announcement {
  font-size: 16px;
  font-family: "Resolve";
  color: #8375ff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px; 
 
  
  
}

.announcement h2 {
  display: inline-block;
  border-bottom: 1px solid #8375ff;
  border-top: 1px solid #8375ff;
  border-radius: 2px;
  padding: 3px;

}

.icons {
  margin-top: 20px;
  color: #927c52fd;
  text-align: center;
  font-size: 40px;
  margin-bottom: -40px;
 
}

.icons i {
 transition: 0.3s;
 padding: 15px;
 

}

.icons i:hover {
  color: #8375ff; 
}

/* BACK TO TOP BUTTON */
.shootup {
  display: none;
  font-family: "Gaba";
  text-align: center;
  margin-bottom: 42px;
  margin-top: -30px;
  text-transform: uppercase;
}

.shootup a {
  opacity: 0;
  font-size: 20px;
  background-color: rgba(37, 37, 37, 0.945);
  text-decoration: none;
  color: #927c52fd;
  font-weight: 600;
  /* border: 1px solid rgba(128, 128, 128, 0.719); */
  padding: 10px;
  transition: 0.2s;
  border-radius: 5px;
  
}

.shootup a:hover {
  background-color: rgb(63, 63, 63);
  color: #8375ff;
}

.shootup:active {
  color: #927c52fd;
}

/* BACK TO TOP BUTTON ENDS */
