.title{
    font-family: Optima, sans-serif;
    font-size: 10vh;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}


@font-face {
  font-family: "ubuntu";
  font-style: italic;
  font-weight: 300;
  src: local("Lato Light Italic"), local("Lato-LightItalic"),
    url(https://fonts.gstatic.com/s/ubuntucondensed/v8/u-4k0rCzjgs5J7oXnJcM_0kACGMtT-Dfqw.woff2)
      format("woff2");
}

body {
    height: 100vh;
    margin: 0;
    font-family: "ubuntu", Arial, sans-serif;
    overflow-x: hidden;
    display: grid;
    background-color: rgb(47, 52, 107);
  }
  
a {
  text-decoration: none;
  color: #9ca0b1;
}

.intro {
  text-align: center;
  h1 {
    color: #fff;
    font-size: 7vw;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    background: linear-gradient(to right,#7b0ab0 10%, #7835d0 50%,#7b0ab0 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 10% auto;
    color: #fff;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 12s linear infinite;
    display: inline-block;
    
  }
}

@keyframes textclip {
  to {
    background-position: 50% center;
  }
}

.aztitle{
    color: rgb(255, 112, 112);
    font-family: Optima, sans-serif;
    font-size: 10vh;
    text-align: center;
    margin-bottom: 0;
    font-weight: bold;
}
.description{ 
    font-family: monospace;
    font-size: 3.5vh;
    text-align: center;
    padding-top: 2%;
    padding-bottom: 5%;
    
}

.header{ 
    background-color: black; 
    color: white;             
    padding: 0;
    margin: 0;
    border: 0;
}.title {
  font-family: 'Crimson Text', serif;
  font-size: 10vh;
  text-align: center;
  margin-bottom: 0;
  font-weight: bold;
  color: #7b0ab0;
  text-shadow: 2px 2px 4px rgba(123, 10, 176, 0.5);
  transform: skew(-5deg);
  letter-spacing: 2px;
  transition: all 0.3s ease;
}

.title:hover {
  text-shadow: 4px 4px 8px rgba(123, 10, 176, 0.8);
  transform: skew(-8deg) scale(1.05);
}


.body{
    margin: 0;
    padding: 0;
    border: 0;
    background-color: black;
}
#content{
    align-items    : center;
}
.t404t{
    color: rgb(131, 131, 131);
    font-family: Verdana;
    font-weight: bold;
    font-size: 20vh;
    text-align: center;
    float: center;
    justify-content: center;
    align-content  : center;
    align-items    : center;
}

.tabs{
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  background-color: rgb(0, 0, 0);
  width: 100%;
  height: 9vh;
  overflow: hidden;
  margin: 0;
  padding: 0; 
  height: 9vh; 
  position:fixed;
  z-index: 1000; /* Increase z-index to ensure tabs are always at the front */
}

.tablinks:link, .tablinks:visited{
  position: relative;
  color: #fff;
  font-size: 4vh;
  padding: 5%;
  font-family: 'Lucida Console';
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  text-shadow: 0 0 5px #7b0ab0;
}

.tablinks:hover {
  color: #7b0ab0;
  transform: skew(-10deg) scale(1.1);
  text-shadow: 0 0 10px #7b0ab0;
  background: rgba(123, 10, 176, 0.2);
}

@keyframes tilt {
  0% {
      rotate: 0deg;
      background-color: black;
      color: red;
  }

  100% {
      rotate: 5deg;
      background-color: #5b2fc3;
  }
}
.vinyl-reco {
  position: fixed;
  left: -15%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 100vh;
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
}

.vinyl-img {
  width: 100%;
  height: auto;
  animation: spin 3s linear infinite;
}

.vinyl-img.paused {
  animation-play-state: paused;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.slide-left {
  transform: translateX(-100%) translateY(-50%);
}

.outer-outerlyr-outp{
  position: fixed;
  right: 3%;
  top: 65%;
  rotate: 1deg;
  transform: translateY(-50%) skew(-3deg);
  width: 53%;
  height: 100vh;
  background: rgb(219, 35, 32);
  padding: 2em;
  color: white;
  transition: background 0.5s ease;
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 calc(100% - 2rem));

  transition: all 0.3s ease;
}

.outer-outerlyr-outp:hover {
  transform: translateY(-51%) skew(-5deg) scale(1.02);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.outerlyr-outp {
  position: fixed;
  right: 4%;
  top: 65%;
  rotate: 1deg;
  transform: translateY(-50%) skew(-5deg);
  width: 54%;
  height: 92vh;
  background: rgb(80, 30, 215);
  padding: 2em;
  color: white;
  transition: background 0.5s ease;
  clip-path: polygon(0 2rem, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  transition: all 0.3s ease;
  border: 1px solid black;
}

.outerlyr-outp:hover {
  transform: translateY(-51%) skew(-5deg) scale(1.02);
  box-shadow: 0 10px 30px rgba(123, 10, 176, 0.3);
  z-index: 2;
}

.project-outp {
  position: fixed;
  right: 5%;
  top: 69%;
  transform: translateY(-50%) skew(-5deg);
  width: 54%;
  height: 89vh;
  background: rgb(20, 20, 20);
  padding: 2em;
  color: white;
  transition: background 0.5s ease;
  clip-path: polygon(0 1rem, 100% 0, 100% 100%, 0 calc(100% - 2rem));
  transition: all 0.3s ease;
  border: 1px solid rgb(0, 0, 0);
}

.project-outp:hover {
  transform: translateY(-51%) skew(-5deg) scale(1.02);
  box-shadow: 0 10px 30px rgba(123, 10, 176, 0.4);
  z-index: 3;
}

.switch-btn {
  position: absolute;
  height: 70px;
  bottom: 20px;
  right: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  content: "Next Song";
  z-index: 1000;
}

.switch-btn:hover {
  transform: scale(1.1);
}

.song-notification {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.song-notification.show {
  opacity: 1;
}

.output-content:hover{
  box-shadow: 0 0 10px rgba(123, 10, 176, 0.5);
  
}

.alt-bg {
  background: rgba(91, 47, 195, 0.2);
}

#background-scene {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url('/images/anastasiya-osichkina-leblancrgb-color-fin2 (1).jpg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}