
:root {
      font-weight: 500;
    line-height: 1.4;
    font-family: Inter, system-ui, sans-serif;
    --bg-light: #ce119f;
    --border-radius-small: 6px;
    --secondary: #ff18e0;
    --yune-glow: rgba(255, 16, 255, 0.85);
    --yune-electro: #ec09bb;

}
#sparks-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  pointer-events: none;
}
.circle-img {
 display: block;
  width: 128px;
  height: 128px;
  object-fit: cover;
  border-radius: 50%;
  margin: 5px auto 0;
}
.bold {
    font-weight: bold;
}
.container{
    font-weight: 700;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 3rem;
    margin-top: 0;
    margin: 0;
    margin-bottom: 0;
    color: rgb(183, 10, 226);
    font-size: 1.05rem;
    line-height: 2.25rem;
    border-color: hsl(var(--border));
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    background: linear-gradient(
                45deg,
                #6a0dad,
                #9370db,
                #dda0dd,
                #ff69b4,
                #8a2be2,
                #4b0082,
                #6a0dad
            );
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: #ec09bb;
            animation: electroPulse 4.5s ease-in-out infinite;
            
}
.container:hover {
animation-play-state: paused;
}

@keyframes electroPulse {
            0%, 100% {
                background-position: 0% 50%;
                filter: brightness(1);
            }
            25% {
                background-position: 50% 0%;
                filter: brightness(1.2);
            }
            50% {
                background-position: 100% 50%;
                filter: brightness(0.8);
            }
            75% {
                background-position: 50% 100%;
                filter: brightness(1.1);
            }
        }
h1{
    transform: translateY(-18px); /* Moves up by 20 pixels */
}
button {
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #4CAF50;
  border: none;
  border-radius: 5px;
  color: white;
  cursor: pointer;
}
input[type="range"] {
  width: 100%;
  margin: 5px 0;
}
.button{
    position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;

  padding: 12px 24px;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 1;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease, transform 0.2s ease
    }
.core{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    border-radius: 9999px;
  --tw-bg-opacity: 1;
    background-color: rgb(221 114 247 / var(--tw-bg-opacity));
    border-color: hsl(var(--border));
    box-sizing: border-box;
    border: 0 solid #e5e7eb;
    display: block;
    unicode-bidi: isolate;
}
.tooltip {
    position: relative;
    display: inline-block;
    transform: translateY(-75px);
    right: -130px;
}

.tooltip .tooltiptext {
    position: absolute;
    top: 99%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    opacity: 0;
    visibility: hidden;
    width: 80px;
    background-color: var(--bg-light);
    color: var(--text-light);
    text-align: center;
    border-radius: var(--border-radius-small);
    padding: 4px 8px;
    z-index: 1;
    font-size: 12px;
    white-space: nowrap;
    box-shadow: 0 0 10px var(--yune-glow), 0 0 5px var(--secondary);
    transition: opacity 0.4s ease, 
                transform 0.4s ease, 
                visibility 0s linear 0.4s;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    animation: tooltipGlow 1.5s ease-in-out infinite alternate;
    transition: opacity 0.4s ease, 
                transform 0.4s ease, 
                visibility 0s linear 0s;
}
.checkmark {
    cursor: pointer;
    transition: all 0.3s ease;
    width: 1.2em;  
    height: 1.2em;
    filter: drop-shadow(0 0 3px var(--yune-glow));
    fill: var(--yune-electro);
    vertical-align: middle; 
}

.checkmark:hover {
    color: var(--secondary);
    filter: drop-shadow(0 0 6px var(--secondary));
    transform: scale(1.1);
}

.checkmark.shake {
    animation: shake 0.5s infinite;
}

@keyframes shake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-2px); }
    50% { transform: translateX(2px); }
    75% { transform: translateX(-2px); }
    100% { transform: translateX(0); }
}
.background{
    position: fixed;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    z-index: -1;
}


.musiccontainer{
    background-color: #020507b9;
    height: 500px;
    width: 400px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.5s ease;
    position: absolute;
    transform: scale(0.5); /* Shrinks to 50% of original size */
    top: 20%;
    left: 35%
}
.musiccontainer:hover{
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}
@media (width < 1300px) {
    .musiccontainer {
        left: 34%;
        margin-top: 0%;
    }
    
}

@media (width < 1200px) {
    .musiccontainer {
            left: 33%;
    margin-top: 0%;
    }
}
@media (width < 1100px) {
    .musiccontainer {
            left: 32%;
    margin-top: 0%;
    }
}
@media (width < 1000px) {
    .musiccontainer {
            left: 31%;
    margin-top: 0%;
    }
}
@media (width < 800px) {
    .musiccontainer {
            left: 25%;
    margin-top: 0%;
    }
}
@media (width < 700px) {
    .musiccontainer {
            left: 20%;
    margin-top: 0%;
    }
}
@media (width < 500px) {
    .musiccontainer {
            left: 8%;
    margin-top: 0%;
    }
}

.player-img{
    width: 300px;
    height: 300px;
    position: relative;
    top: -50px;
    left: 50px;
}

.player-img img{
    object-fit: cover;
    border-radius: 20px;
    height: 0;
    width: 0;
    opacity: 0;
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.5);
}

.player-img:hover img{
    box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.8);
}

.player-img img.active{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    opacity: 1;
}
.opaque {
    color: #000b;
}
h2{
    font-size: 35px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0;
    font-weight: bold;
            background: linear-gradient(45deg, #ec09bb, #ff6ec7, #ffb6f1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: glow 1.5s ease-in-out infinite alternate;
    
}
.player-controls{
                background: linear-gradient(45deg, #ec09bb, #ff6ec7, #ffb6f1);
      -webkit-background-clip: text;
      -webkit-text-fill-color: var(--yune-electro);
      animation: glow 1.5s ease-in-out infinite alternate;
}

h3{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    font-weight: 500;
    margin: 10px 0 0;
    color: #ffffff;
}
.music-duration{
    color: #ffffff;
}

.player-progress{
    background-color: #fff;
    border-radius: 5px;
    cursor: pointer;
    margin: 40px 20px 35px;
    height: 6px;
    width: 90%;
}


.progress{
    background-color: #212121;
    border-radius: 5px;
    height: 100%;
    width: 0%;
    transition: width 0.1s linear;
}

.music-duration{
    position: relative;
    top: -25px;
    display: flex;
    justify-content: space-between;
}

.player-controls{
    position: relative;
    top: -15px;
    left: 120px;
    width: 200px;
}

.fa-solid{
    font-size: 30px;
    color: #666;
    margin-right: 30px;
    cursor: pointer;
    user-select: none;
    transition: all 0.3s ease;
}

.fa-solid:hover{
    filter: brightness(40%);
}

.play-button{
    font-size: 44px;
    position: relative;
    top: 3px;
}
.social-contains {
   display:flex;
   gap: 30px;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   box-sizing: border-box;
   border: 0 solid #e5e7eb;
   border-color: hsl(var(--border));
   unicode-bidi: isolate;
   position: relative;
   top: 300px;

}
.social-contains a svg{
    fill: #ec09bb;
    text-decoration: none;
    font-size: 24px;
    height: 32px;

    
}
  @keyframes glow {
      from {
        text-shadow: 0 0 10px #ec09bb, 0 0 20px #ec09bb, 0 0 30px #ff6ec7;
      }
      to {
        text-shadow: 0 0 20px #ff6ec7, 0 0 30px #ffb6f1, 0 0 40px #ec09bb;
      }
    }
.social-contains a:hover {
    color: var(--yune-electro);
    text-shadow: 0 0 12px var(--yune-glow), 0 0 20px var(--yune-electro);
      filter: brightness(1.5);
    
}
.social-contains a::after {
    content: '✦';
    position: absolute;
    font-size: 14px;
    color: var(--secondary);
    top: -5px;
    right: -5px;
    opacity: 0;
    transform: scale(0.5) rotate(0deg);
    transition: all 0.2s ease-out;
    text-shadow: 0 0 8px var(--secondary);
}
*/
.social-contains a:hover::after {
    opacity: 1;
    transform: scale(1.1) rotate(90deg);
    transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000; /* optional: set to match your GIF or site theme */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}

#preloader img {
   width: 100vw;
  height: 100vh;
  object-fit: cover;
}
