.elementor-widget-container .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-container .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2235 .elementor-element.elementor-element-27ebdce{--display:flex;}.elementor-widget-html .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-html .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2235 .elementor-element.elementor-element-c2ecaad.elementor-element{--align-self:center;}.elementor-2235 .elementor-element.elementor-element-e09de7b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-spacer .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-spacer .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-2235 .elementor-element.elementor-element-56b66bb{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-c2ecaad */*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    /* height: 1200px; */
    overflow-y: scroll;
}
.container{
    /* background-color:rgb(246, 14, 14) ; */
    background-color:#2d2d2d;
    color: white;
    margin: 10px;
    height: 500px;
    width: 600px;
    /* width:50%; */
    padding: 10px;
}
.top{
    border: 2px solid rgb(177, 171, 171);
    height: 220px;
}
.top-info-display{
 display: flex;
 padding: 10px;
}
.left-display-screen{
   width: 250px;
   height: 100px;
   background-color: black;
   margin-right: 10px;
   box-shadow:
     inset -2px -2px 6px rgba(248, 248, 248, 0.534)
   ;
}
.right-info-screen{
   /* background-color: rgba(255, 255, 255, 0.322); */
   width: 300px;
}
.top-music-info{
    box-shadow: inset -2px -2px 4px rgba(248, 248, 248, 0.534);
    width: 100%;
    height: 25px;
    background-color: black;
}
.mid-music-info{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    margin-top: 7px;
}
.first-info, .second-info{
    display: flex;
    padding: 5px;
    text-align: center;
    align-items: center;
    gap: 5px;
}
.first, .second{
    box-shadow: inset -2px -2px 2px rgba(248, 248, 248, 0.534);
    background-color: black;
    padding: 2px;
    color: rgb(35, 231, 35);
}
.first{
    width: 40px;
}
.second{
    width: 30px;
}
h5{
    font-weight: bold;
    font-size: 16px;
}
.slider-button{
    display: flex;
    gap: 5px;
    width: 300px;
    justify-content: space-around;
    /* margin-top: 0px; */
    /* background-color: yellow; */
}
.top-rig-button{
    display: flex;
    justify-content:end;
    width: 45%;
    margin-left: 0px;
    margin-top: 10px;
    gap: 5px;
    /* background-color: rgba(232, 17, 17, 0.582); */
}
.top-rig-button button{
    width: 50px;
    height: 25px;
    background:linear-gradient(to right,#e0e0e0,#ababab);
    /* background:linear-gradient(to bottom, #d0d8df, #a9b0b5); */
    /* outline: none; */
    border: none;
}
.top-rig-button button:hover{
    scale: 1.06;
}
#EQ,#PL{
    box-shadow: 
    inset -2px -2px 2px #444,  /* dark inner shadow bottom-right */
    inset 3px 3px 1px #fff;     /* light inner shadow top-left */
    border: 1px solid #dad3d3;
    padding: 0px;
}
.slider{
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    width: 80%;
    margin-top: 10px;
}
/* #first-slider{
    width: 100px;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 7px;
    height: 14px;
    background-color: rgba(223, 134, 9, 0.929);
    box-shadow:  0 0 1px 1px rgb(182, 179, 179);
}
 #first-slider::-webkit-slider-thumb{
        -webkit-appearance: none;
        appearance: none;
        height: 20px;
        width: 8px;
        background-color: rgb(44, 42, 42);
        border: 2px solid rgb(182, 179, 179);
    } */
     
    #first-slider {
        -webkit-appearance: none;
        appearance: none;
        width: 105px;
        height: 12px;
        background: transparent;
      }

      #first-slider::-webkit-slider-runnable-track {
        height: 12px;
        background: linear-gradient(to right, #f90, #c60);
        border-radius: 6px;
        box-shadow: inset 1px 1px  2px #242424;
      }
      
      #first-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        height: 22px;
        width: 14px;
        background: linear-gradient(to bottom, #ccc, #999);
        border: 2px solid #444;
        box-shadow:
        inset 5px 0 #333,   
          0 0 3px #dad3d3;
        border-radius: 3px;
        cursor: pointer;
        margin-top: -6px; 
      }
      
 #second-slider{
        -webkit-appearance: none;
        appearance: none;
        width: 70px;
        background: transparent;
}
#second-slider::-webkit-slider-runnable-track{
    height: 12px;
    border-radius: 7px;
    background: linear-gradient(to right,rgb(4, 180, 4),rgb(11, 90, 11));
    box-shadow:  inset 1px 1px 2px #333;
    
}
#second-slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    height: 22px;
    width: 14px;
    border-radius: 3px;
    background: linear-gradient(to bottom, #ccc,#999);
    border: 2px solid #444;
    box-shadow: 
    /* inset 2px 0 #333, */
    /* inset 7px 0 #333, */
    inset 5px 0 #333,
    0 0 3px #dad3d3;
    margin-top: -5px;
    cursor: pointer;
}


/* mid slider ---- */

.mid-long-slider{
  width: 95%;
  margin: auto;
  margin-bottom:10px;
}
#mid-long-slider{
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    background: transparent;
    outline: none;
}
#mid-long-slider::-webkit-slider-runnable-track{
    height: 22px;
      background: linear-gradient(to right,#e0e0e0,#ababab);
       box-shadow: 
    inset -3px -3px 1px #232323,  /* dark inner shadow bottom-right */
    inset 3px 3px 2px #fff; 
        
    }
    #mid-long-slider::-webkit-slider-thumb{
cursor: pointer;
 -webkit-appearance: none;
 height: 22px;
 width: 12%;
 margin-top: -1px;
 background: linear-gradient(to top,rgb(155, 138, 41),rgb(112, 96, 4));
 box-shadow: inset 2px 2px 2px rgb(241, 239, 239),
             inset -2px -2px 2px black
 ;
} 
.controls{
    /* background-color: yellow; */
    width: 60%;
    height: auto;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}
.controls button {
    width: 50px;
    height: 30px;
    color: rgb(120, 115, 115);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right,#e0e0e0,#ababab);
    box-shadow: 
    inset -2px -2px 2px #444,  /* dark inner shadow bottom-right */
    inset 3px 3px 2px #fff;     /* light inner shadow top-left */
    border: 1px solid #dad3d3;
    position: relative;
    cursor: pointer;
    outline: none;
}
#shuffle{
    background-color: green;
}
.controls button:hover{
    scale: 1.05;
}
.controls button h4{
    position: absolute;
    opacity: 0;
    background: linear-gradient(to right,#e0e0e0,#ababab);
    padding: 3px;
    color: #333;
    font-size: 12px;
    box-shadow: inset 2px 2px 2px #fff,
                inset -2px -2px 2px #444
    ;
    border: 1px solid #dad3d3;
    transform: translateX(-50%);
    transition: opacity 0.4s;
    pointer-events: none;
}
.controls button:hover h4{
    opacity: 1;
    top: -25px;
    left: 17px;
}
.player-bar{
  display: flex;
  justify-content: center;
  gap: 7px;
  width: 100%;
}
.parallel-lines {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap:-5px;
    width: 35%;
}
.line {
    border-radius: 3px;
    height: 8px;
    background: linear-gradient(to bottom,rgb(244, 226, 119),rgb(112, 96, 4));
    box-shadow: inset 1px 1px 2px white,
                inset -1px -1px 2px black
    ;
 }
h2{
    font-size:16px;
    word-spacing:5px;
    display: flex;
}
  
/* mid- player - list  */

.mid{
    border: 2px solid rgb(177, 171, 171) ;
    height: 200px;
    display: flex;
    justify-content:center;
    align-items: center;
    gap: 8px;
    padding-inline: 10px;
}
.player-display {
    height: 90%;
    width: 100%;
    background-color: black;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px black,
    inset -2px -2px 1px rgb(248, 248, 248, 0.534)
;
padding: 5px;
overflow-y: scroll;
}
 /* vertical-scroller css ******** */

.player-display::-webkit-scrollbar {
    width: 20px;
  }
  
  /* its height is based on the scroll lenght cant able manage manually */
  .player-display::-webkit-scrollbar-track {
      border-radius: none;
    background: linear-gradient(to right,#e0e0e0,#ababab);
       box-shadow: 
    inset -3px -3px 1px #232323,  /* dark inner shadow bottom-right */
    inset 3px 3px 2px #fff; 

  }
  
  .player-display::-webkit-scrollbar-thumb {
    min-height: 10px;
    background: linear-gradient(to bottom, rgb(155, 138, 41), rgb(112, 96, 4));
    border-radius: 3px;
    box-shadow: inset 2px 2px 1px rgba(248, 248, 248, 0.534),
                inset -2px -2px 1px black;
  }

  /* input range-vertical css */

.player-scroller {
    /* -webkit-appearance: slider-vertical; */
    writing-mode: vertical-lr;
    direction: rtl;
    appearance: none;
    height: 90%;
    /* background: transparent; */
}
.player-scroller::-webkit-slider-runnable-track{
  background: linear-gradient(to right,rgb(79, 6, 79));   
  box-shadow: inset 2px 2px 2px black,
            inset -2px -2px 1px rgb(248, 248, 248, 0.534)
  ;
}
.player-scroller::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    height: 30px;
    width: 17px;
    background: linear-gradient(to bottom,rgb(155, 138, 41),rgb(112, 96, 4));
    box-shadow: inset 2px 2px 1px rgb(248, 248, 248, 0.534),
               inset -2px -2px 1px black
    ;
    border-radius: 3px;
}
.player-music {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 3px;
    padding: 5px;
}
.player-music:hover{
    /* background: linear-gradient(rgb(155, 138, 41)); */
    background-color: rgba(255, 255, 255, 0.142);
    opacity: 0.9;
    cursor: pointer;
}
.serial-no{ 
    /* color: rgb(35, 231, 35); */
    color: rgb(245, 237, 193);
    font-size: 18px;
}
.music {
    font-size: 18px;
    /* color: rgb(35, 231, 35); */
    color: rgb(184, 159, 18);
    flex: 1;
    /* font-weight: bold; */
}
.time {
    /* color: rgb(35, 231, 35); */
    color: rgb(231, 212, 105);
    font-size: 20px;
}

/* from js  */
.top-song-title{
    font-size: 22px;
    /* color: rgba(239, 202, 107, 0.868); */
    color: rgb(35, 231, 35);
    margin: 10px 0px 0px 20px;
}
.top-winamp-title{
    color: rgb(35, 231, 35);
    text-align: center;
    font-family: "Press Start 2P",monospace;
    font-size: 10px;
    padding-top: 5px;
}

.highlight {
    background: linear-gradient(to bottom,rgb(155, 138, 41),rgb(112, 96, 4));
    opacity: 0.9;
    color: white;
    font-weight: bold;
    /* border-radius: 8px; */
    padding: 5px;
    transition: 0.3s;
  }
   /* adding icon to current playing song with animation */
.highlight::after{
    content:'🎵';
    color: white;
    text-shadow: -2px -2px  12px rgb(255, 255, 255);
    animation: pulse 1s infinite;
    margin-right: 0px;
}
@keyframes pulse {
    0% { opacity: 0.3; transform: 0.7s  scale(1);}
    50% { opacity: 1; transform: 0.7s scale(1.3); }
    100% { opacity: 0.3; transform: 0.7s scale(1);}
  }

  /* media-query--------- */
 @media screen and (min-width:300px) and (max-width:350px) {
    .container{
    /* background-color:rgb(246, 14, 14) ; */
    width: 300px;
    }
    .top{
    border: 2px solid rgb(177, 171, 171);
    height: 60%;
    }
    .top-info-display{
        display: flex;
        flex-direction: column;
    }
    .left-display-screen{
   width: 100%;
   height:50px;
   }
   .right-info-screen{
    width:100%;
    /* background-color: white; */
  }
  /* .first-info, .second-info{
    display: flex;
    padding: 5px;
    text-align: center;
    align-items: center;
    gap: 5px;
} */
.first, .second{
    font-size: 22px;
    padding: 2px;
    color: rgb(35, 231, 35);
}
.first{
    width: 60px;
    height: 30px;
}
.second{
    height: 30px;
    width: 50px;
}
.mid-music-info h5{
    font-weight: bold;
    font-size:20px;
    /* position:absolute; */
}
  #stereo-text{
    /* display: none; */
      position: absolute;
      top:230px;
      right:30px;
      font-size: 14px;
  }
   .top-music-info{
    margin-top: 10px;
    height: 25px;
    }
    .slider-button{
    display: flex;
    flex-direction: column;
    width:100%;
    /* background-color: yellow; */
   }
   .slider{
    display: flex;
    align-items: center;
    justify-content:start;
    gap: 30px;
    width: 100%;
    /* background-color: black; */
    }
    .top-rig-button{
    display: flex;
    justify-content:end;
    width:70%;
    margin-left: 0px;
    margin-top: 10px;
    gap:10px;
    /* background-color: black; */
   }
   /* .mid-long-slider{
    margin-bottom:10px; 
    margin-top:10px;
  } */
   .controls{
    width:95%;
    /* background-color: yellow; */
   }
   .controls button {
    width: 50px;
    height: 30px;
    font-size:14px;
    }
    .mid{
    height:28%;
   }
    .serial-no{ 
    font-size: 12px;
   }
    .music {
    font-size: 14px;
   }
    .time {
    font-size: 14px;
   }
   .parallel-lines {
    width:80%;
  }
   .player-bar h2{
    font-size:12px;
    word-spacing:5px;
    text-align: center;
    }
   .top-song-title{
    /* padding-top: 20px; */
    font-size:22px;
   }
   .top-winamp-title{
    padding:7px;
    font-size:10px;
   }
} 

 /* for stereo text only */
@media screen and (min-width:325px) and (max-width:350px) {
     #stereo-text{
    /* display: none; */
      position: absolute;
      top:230px;
      right:60px;
      font-size: 14px;
  }
}

 @media screen and (min-width:351px) and (max-width:400px) {
    .container{
    /* background-color:rgb(246, 14, 14) ; */
    width: 300px;
    }
    .top{
    border: 2px solid rgb(177, 171, 171);
    height: 60%;
    }
    .top-info-display{
        display: flex;
        flex-direction: column;
    }
    .left-display-screen{
   width: 100%;
   height:50px;
   }
   .right-info-screen{
    width:100%;
    /* background-color: white; */
  }
  /* .first-info, .second-info{
    display: flex;
    padding: 5px;
    text-align: center;
    align-items: center;
    gap: 5px;
} */
.first, .second{
    font-size: 22px;
    padding: 2px;
    color: rgb(35, 231, 35);
}
.first{
    width: 60px;
    height: 30px;
}
.second{
    height: 30px;
    width: 50px;
}
.mid-music-info h5{
    font-weight: bold;
    font-size:20px;
    /* position:absolute; */
}
  #stereo-text{
    /* display: none; */
      position: absolute;
      top:230px;
      right:26%;
      font-size: 14px;
  }
   .top-music-info{
    margin-top: 10px;
    height: 25px;
    }
    .slider-button{
    display: flex;
    flex-direction: column;
    width:100%;
    /* background-color: yellow; */
   }
   .slider{
    display: flex;
    align-items: center;
    justify-content:start;
    gap: 30px;
    width: 100%;
    /* background-color: black; */
    }
    .top-rig-button{
    display: flex;
    justify-content:end;
    width:70%;
    margin-left: 0px;
    margin-top: 10px;
    gap:10px;
    /* background-color: black; */
   }
   /* .mid-long-slider{
    margin-bottom:10px; 
    margin-top:10px;
  } */
   .controls{
    width:95%;
    /* background-color: yellow; */
   }
   .controls button {
    width: 50px;
    height: 30px;
    font-size:14px;
    }
    .mid{
    height:28%;
   }
    .serial-no{ 
    font-size: 12px;
   }
    .music {
    font-size: 14px;
   }
    .time {
    font-size: 14px;
   }
   .parallel-lines {
    width:80%;
  }
   .player-bar h2{
    font-size:12px;
    word-spacing:5px;
    text-align: center;
    }
   .top-song-title{
    /* padding-top: 20px; */
    font-size:22px;
   }
   .top-winamp-title{
    padding:7px;
    font-size:10px;
   }
} 

@media screen and (min-width:400px) and (max-width:450px) {
    .container{
    /* background-color:rgb(246, 14, 14) ; */
    /* width: 400px; */
    width: 100%;
    }
    .top{
    border: 2px solid rgb(177, 171, 171);
    height: 50%;
    }
    .left-display-screen{
   width: 150px;
   height: 125px;
   }
   .right-info-screen{
    width:60%;
    /* background-color: white; */
  }
  #stereo-text{
      position: absolute;
      top:18%;
      right: 8%;
    
  }
   .top-music-info{
    /* width: 50%; */
    height: 25px;
    }
    .slider-button{
    display: flex;
    /* background-color: yellow; */
    flex-direction: column;
    width:100%;
   }
   .slider{
    display: flex;
    align-items: center;
    width: 100%;
    }
    .top-rig-button{
    display: flex;
    justify-content:start;
    width:50%;
    margin-left: 0px;
    margin-top: 10px;
    gap:10px;
    /* background-color: rgba(241, 154, 154, 0.582); */
   }
   .mid-long-slider{
    margin-bottom:10px;
    margin-top:10px;
  }
   .controls{
    /* background-color: yellow; */
    width: 80%;
   }
   .controls button {
    width: 50px;
    height: 30px;
    font-size:16px;
    }
    .mid{
    height:35%;
   }
   /* .player-display {
    height: 90%;
    width : 100%;
    } */
    .serial-no{ 
    font-size: 14px;
   }
    .music {
    font-size: 18px;
   }
    .time {
    font-size: 16px;
   }
   .parallel-lines {
    width:80%;
  }
   .player-bar h2{
    font-size:14px;
    word-spacing:5px;
    text-align: center;
    }
   .top-song-title{
    padding-top: 20px;
    font-size:20px;
   }
   .top-winamp-title{
    font-size:8px;
    /* padding: 2px; */
   }
   
}

@media screen and (min-width:451px) and (max-width:500px) {
    .container{
    /* background-color:rgb(246, 14, 14) ; */
    width: 400px;
    }
    .top{
    border: 2px solid rgb(177, 171, 171);
    height: 50%;
    }
    .left-display-screen{
   width: 150px;
   height: 125px;
   }
   .right-info-screen{
    width:60%;
    /* background-color: white; */
  }
  #stereo-text{
      position: absolute;
      top:18%;
      right: 22%;
    
  }
   .top-music-info{
    /* width: 50%; */
    height: 25px;
    }
    .slider-button{
    display: flex;
    /* background-color: yellow; */
    flex-direction: column;
    width:100%;
   }
   .slider{
    display: flex;
    align-items: center;
    width: 100%;
    }
    .top-rig-button{
    display: flex;
    justify-content:start;
    width:50%;
    margin-left: 0px;
    margin-top: 10px;
    gap:10px;
    /* background-color: rgba(241, 154, 154, 0.582); */
   }
   .mid-long-slider{
    margin-bottom:10px;
    margin-top:10px;
  }
   .controls{
    /* background-color: yellow; */
    width: 80%;
   }
   .controls button {
    width: 50px;
    height: 30px;
    font-size:16px;
    }
    .mid{
    height:35%;
   }
   /* .player-display {
    height: 90%;
    width : 100%;
    } */
    .serial-no{ 
    font-size: 14px;
   }
    .music {
    font-size: 18px;
   }
    .time {
    font-size: 16px;
   }
   .parallel-lines {
    width:80%;
  }
   .player-bar h2{
    font-size:14px;
    word-spacing:5px;
    text-align: center;
    }
   .top-song-title{
    padding-top: 20px;
    font-size:20px;
   }
   .top-winamp-title{
    font-size:8px;
    /* padding: 2px; */
   }
   
}

@media screen and (min-width:501px) and (max-width:595px) {
    .container{
    /* background-color:rgb(246, 14, 14) ; */
    width: 510px;
    /* width:50%; */
}
}/* End custom CSS */