
@font-face {
  font-family: 'daydream';
  src: url('../../fonts/Daydream.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'soda';
  src: url('../../fonts/KiwiSoda.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@keyframes pulse {
  0%, 100% { opacity: 1; }
  50%       { opacity: 0.2; }
}

@keyframes sizepulse {
  0%, 100% { transform: scale(1); }
  50%       { transform: scale(0.8); }
}




#overlay {
  position: fixed;
  inset: 0;        
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(39, 22, 138, 0.151);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  cursor: pointer;
  transition: opacity 1s ease;

}

#overlay-prompt {
  font-family: daydream;
  color: rgb(255, 255, 255);
  font-size: 50px;
  text-align: center;
  animation: sizepulse 8s infinite, pulse 2s infinite;
}



*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  body { 
    display: flex; 
    height: 100vh; 
    overflow: hidden; 
    font-family: soda; 
    background-image: url('../../images/giphy.gif');
    background-size: 9%;
    }

  /* Sidebar */
  aside {
    width: 275px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    border-right: 3px solid #ddd;
    overflow: hidden;
    background-color: #cadbff48;
  }


  .back { padding: 2rem 1rem;
     border-top: 1px solid #d8d8d8; 
     font-size: 3 rem;
     color: #e9e3f5;
     text-align: center;
     font-family: daydream;
     border-bottom: #ddd solid 1px;
    }

  .sidebar-top { padding: 1.25rem 1rem; border-bottom: 1px solid #ddd; }

  .sidebar-top h1 { 
    font-size: 1.25rem;
    font-family: daydream;
        color: #5b36a5;
        text-align: center;
        letter-spacing: 8px;
        margin-bottom: 5px;
        margin-top: 5px;
}



  nav { flex: 1; overflow-y: auto; }

  nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem 1rem;
    cursor: pointer;
    color: #555;
    font-size: 1.5rem;
    border-left: 10px solid transparent;
    letter-spacing: 3px; 
    background-color: #e3e2e463;
  }

  .count { 
    margin-left: 1.25rem; 
    color: #6e6e6e; 
    font-size: 1.5rem;
    text-align: left; 
    }

  nav a:hover  { color: #000; }
  nav a.active { color: #000; border-left-color: #5b36a5; font-weight: 600; }
  nav a .count { color: #aaa; font-size: 0.8rem; }

  /* Music player — lives here so it never unloads on gallery switch */
  .player { padding: 0.75rem 1rem; border-top: 1px solid #ddd; font-size: 0.85rem; color: #888; }

  /* Gallery frame */
  main { flex: 1; overflow: hidden; }
  iframe { width: 100%; height: 100%; border: none; display: block; }

  /* Music Player Starts here*/

        #musicplayer{ 
          z-index: 10;
          height:25px;
          width:100%;
          left:0;
          bottom:0;
          margin-bottom:80px;  
          display:flex;
          flex-direction: column;
          background-color: rgba(219, 95, 95, 0);
          align-items: center;
         
            .songtitle{ 
            display:block;
            padding:2px; /* padding around song title */
            margin-top:3px;
            margin-right: 1px; 
            font-size:15px;
            color:rgb(102, 102, 102);
            letter-spacing: 3px; 
            border-radius: 8px;
        
            background: rgba(108, 142, 255, 0.178);/* background of song title */
            border: rgb(224, 224, 224) inset 1px;
            }
         
            .controls{
              font-size:12px; /* size of controls */
              text-align:center;
              width:100px;
              height:20px;
              text-decortation:none;
            }
         
            .controls td{
               padding-top:5px; /* padding around controls */
            }
         
            .seeking{
              width:100%;
              background: transparent;/* background color of seeking bar */
              display:flex;
              justify-content: space-evenly;
              padding:7px; /* padding around seeking bar */
               
            }
         
            .current-time{  
              padding-right:5px;
              margin-right: 3px; 
             
               
            }
         
            .total-duration{
              padding-left:5px;
      
            }
         
           .ctrlimg {
            height:16px;
            width:16px;
            }
              .ctrlimg:hover{
                  cursor:help;
            }
            
            input[type=range] {
                -webkit-appearance: none;
                width: 100%;
              background: transparent;
            }
            
            input[type=range]:focus {
                outline: none;
            }
            
            input[type=range]::-webkit-slider-runnable-track {
                width: 100%;
                height: 6px; /* thickness of seeking track */
                cursor: help;
                border-radius: 6px;
                background: black; /* color of seeking track */
                border: 1px white solid;
            }
        
            input[type=range]::-webkit-slider-thumb {
              
                height: 30px; /* height of seeking square */
                width: 20px; /* width of seeking square */
                background-image:  url('https://file.garden/Zztv0a9yEhr5pmEq/tumblr_40786d3985453eb5412348aad980ac51_3a9a1088_1280%20(1).gif'); /* image of  seeking square */
                background-size: 25px;
                -webkit-appearance: none;
                margin-top: -10px;
                
            }
            
        input[type=range].volume_slider::-webkit-slider-runnable-track { 
            background: white; /* color of volume seeking track */
             
            }
            
         input[type=range].volume_slider::-webkit-slider-thumb {
            background-image: url(https://file.garden/Zztv0a9yEhr5pmEq/798d7d72_original.png);/* image of volume seeking square */
            background-size: 20px;
            height: 20px; /* height of volume seeking square */
            width: 20px; 
            margin-top: -8px;
           }
         
         
        .slider_container {  
          width: 15%;       /* width of volume seeker */
          display: flex;
          justify-content: center;
          align-items: center;
        }    
        