@font-face {
  font-family: 'THSarabunNew';
  src: url('font/thsarabunnew-webfont.eot');
  src: url('font/thsarabunnew-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/thsarabunnew-webfont.woff') format('woff'),
       url('font/thsarabunnew-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'THSarabunNew';
  src: url('font/thsarabunnew_bolditalic-webfont.eot');
  src: url('font/thsarabunnew_bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/thsarabunnew_bolditalic-webfont.woff') format('woff'),
       url('font/thsarabunnew_bolditalic-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;

}

@font-face {
  font-family: 'THSarabunNew';
  src: url('font/thsarabunnew_italic-webfont.eot');
  src: url('font/thsarabunnew_italic-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/thsarabunnew_italic-webfont.woff') format('woff'),
       url('font/thsarabunnew_italic-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;

}

@font-face {
  font-family: 'THSarabunNew';
  src: url('font/thsarabunnew_bold-webfont.eot');
  src: url('font/thsarabunnew_bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/thsarabunnew_bold-webfont.woff') format('woff'),
       url('font/thsarabunnew_bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;

}

@media only screen and (orientation: landscape) {
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
}
body{
    font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
    display: grid;
    place-items: center;
    min-height: 100vh;
}


h3 {
  font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
}


nav{
display: flex;
height: auto;
background: #fff;
justify-content: center;
align-items: center;
position: relative;
flex-direction: column;
}

.nav-toggle {
position: absolute;
top: 20px;
left: 20px;
font-size: 30px;
display: inline-block;
cursor: pointer;
}

.logo {
margin: 20px 0 5px 0;
}

.main{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0px;
    background: linear-gradient(to bottom right,#ffffff,#f4f5f6);
    box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

.logo img{
  height: 50px;
  width: 50px;
}

/*top_section*/
.top_section h5{
  color: #fff;
  font-size: 2em;
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;  
  background-color: #0094D6;
  width: 22rem;
  height: 5.6rem;
  margin: auto;
  border-radius: 10px;
  line-height: 1.56;
}

.sub_section h4{
color: rgb(0, 0, 0);
font-size: 1.5em;
font-family: 'THSarabunNew', sans-serif;
font-weight: bold; 
font-style: normal;   
text-align: center;
line-height: 1.8;
}

.top_section{
margin: 1em 0;
}

/*
.top_section .topHeader {
  color: #F45162;
  font-size: 2em;
  font-weight: bold;
}
*/




/*tracks part*/
.tracks{
width: 90%;
max-height: 75vh;
overflow-y: scroll;
padding: 10px 0;
padding-bottom: 100px;
}
.tracks::-webkit-scrollbar {
display: none;
}
.tracks .song:not(:first-child){
margin-top: 1em;
}
.tracks .song{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
color: rgb(22, 22, 22);
padding: 0 5px;
border-radius: 0 20px 20px 20px;
box-shadow: 0.1px 2px 2px rgba(0,0,0,0.1);
}
.tracks .song .more{
margin-left: 1.2em;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.tracks .song .song_info p:nth-child(2){
font-size: 0.8em;
margin-top: 10px;
color: rgba(29, 29, 29, 0.5);
}
.tracks .song  #play_btn{
height: 50px;
width: 50px;
border:none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
background: none;
color: rgb(134, 134, 134);
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
          inset -5px -5px 15px rgba(255,255,255,0.1),
          -5px -5px 15px rgba(255,255,255,0.1);
}
.tracks .song button i{
          font-size: 1.5em;
}
.tracks .song:not(:first-child){
          margin-top: 15px;
}
.tracks .song .img{
height: 70px;
width: 80px;
overflow: hidden;
border-radius: 15px;
}
.tracks .song .img img{
height: 100%;
width: 100%;
object-fit: cover;
}

/*controlls part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}
.progress_part{
 width: 100%;
 margin-bottom: 0.1em;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: space-between;
}
.progress_part p{
color: #fff;
font-size: 14px;
}
.progress_part .durations{
width: 100%;
margin-top: 10px;
display: flex;
justify-content: space-between;
} 
.progress_part #slider{
width: 100%;
}
.controlls_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.controlls_btns button{
height: 50px;   
width: 50px;   
border: none;
outline: none;
cursor: pointer;
margin: 0 0.5em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
font-size: 1.3em;
}

.controlls_btns button:nth-child(2){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
color: #fff;
}

/*controlls_play part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}

.controlls_play_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.controlls_play_btns button{
height: 45px;   
width: 45px;   
border: none;
align-items: center;
outline: none;
cursor: pointer;
margin: 0 3em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_play_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
   inset -5px -5px 15px rgba(255,255,255,0.1),
   5px 5px 15px rgba(0,0,0,0.3),
   -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
font-size: 1.0em;
align-items: center;
}

.controlls_play_btns button:nth-child(1){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
   inset -5px -5px 15px rgba(255,255,255,0.1),
   5px 5px 15px rgba(0,0,0,0.3),
   -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
color: #fff;
}

/*range slider*/
#slider{
appearance: none;
outline: none;
width: 85%;
height: 4px;
cursor: pointer;
position: relative;
border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
background: #FFFFFF;
box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
              0.1px 8px 8px 2px rgba(0,0,0,0.2);
}

/*popup_music_player part*/
.main .popup_music_player{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #8E3D93;
padding: 5px;
z-index: 1000;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 15px 15px 0 0;
transform: translateY(110%);
transition: 0.4s;
box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

/*top*/
.top{
width: 100%;
padding: 10px 20px;
color: rgb(247, 247, 247);
font-size: 1.2em;
display: flex;
justify-content: space-between;
}
.top p{
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
  margin-top: 0;
  width: 100%;
  height: 100%;
}

.imglogo{
  height: 18px;
  width: 68px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.top i{
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(122, 41, 41, 0.1);
}

.popup_music_player .song_img{
height: 150px;
width: 250px;
border-radius: 2%;
overflow-x: clip;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
          inset -5px -5px 15px rgba(255,255,255,0.1),
          5px 5px 15px rgba(0,0,0,0.3),
          -5px -5px 15px rgba(255,255,255,0.1);
}

.popup_music_player img{
height: 100%;
width: 100%;

}
.song_description{
margin-top: 1.2pc;
display: flex;
align-items: center;
flex-direction: column;
}
.song_description h3{
font-size: 1.5em;
color: rgb(255, 255, 255);
}
.song_description p{
color: rgb(223, 222, 222);
margin-top: 5px;
}

/*small music player*/
.small_music_player {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
padding: 0 20px;
display: flex;
align-items: center;
border-radius: 0;
background: #8E3D93;
transition: 0.4s;
transform: translateY(80px);

}

.s_player_img{
position: relative;
height: 50px;
width: 50px;
overflow: hidden;
border-radius: 50px;
margin-right: 1em;
box-shadow: rgb(0 0 0 / 30%) 0.1px 4px 8px 5px;
}

.playing_img{
height: 100%;
width: 100%;
opacity: 0.8;
}
.small_music_player p{
color: rgb(255, 255, 255);
font-size: 0.9em;
width: max-content;
margin-bottom: 0;
margin-left: 0;
}
.s_player_img .playing_img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#up_player{
position: absolute;
right: 20px;
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
}

#play1_pause_btn{
color: #fff;
position: absolute;
right: 60px;
height: 40px;
width: 40px;
border: none;
outline: none;
cursor: pointer;
background: none;
transition: 0.5s;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
                      inset -5px -5px 15px rgba(255,255,255,0.1),
                                5px 5px 15px rgba(0,0,0,0.3),
                              -5px -5px 15px rgba(255,255,255,0.1);
}

#artist_name{
font-size: 0.2em;
margin-top: 5px;
color: rgba(245, 245, 245, 0.966);
}


/*wave animation*/
.wave_animation{
height: 60px;
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: flex-end;
opacity: 0;
}
.wave_animation li{
list-style: none;
width: 5px;
margin: 0 3px;
border-radius: 15px;
background: rgba(255,255,255,0.4);
animation: animate 0.5s linear alternate infinite;
          
}
.wave_animation li:nth-child(2){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(3){
animation-delay: 1s;
}
.wave_animation li:nth-child(4){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(5){
animation-delay: 1s;
}


/*animation*/
@keyframes animate {
0%{
  height: 0px;
}
100%{
  height: 20px;
}
}
}
  

/* For mobile phones: */
[class*="col-"] {
  width: 100%; 
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
}
body{
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
  display: grid;
  place-items: center;
  min-height: 100vh;
}

p {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

h3 {
  font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
}

nav{
display: flex;
height: auto;
background: #fff;
justify-content: center;
align-items: center;
position: relative;
flex-direction: column;
}

.nav-toggle {
position: absolute;
top: 20px;
left: 20px;
font-size: 30px;
display: inline-block;
cursor: pointer;
}

.logo {
margin: 20px 0 5px 0;
}

.main{
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 0px;
  background: linear-gradient(to bottom right,#ffffff,#f4f5f6);
  box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

.logo img{
height: 50px;
width: 50px;
}

/*top_section*/
.top_section h5{
  color: #fff;
  font-size: 2em;
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
  background-color: #0094D6;
  width: 22rem;
  height: 5.6rem;
  margin: auto;
  border-radius: 10px;
  line-height: 1.56;
}

.sub_section h4{
color: rgb(0, 0, 0);
font-size: 1.5em;
font-family: 'THSarabunNew', sans-serif;
font-weight: bold; 
font-style: normal;   
text-align: center;
line-height: 1.8;
}

.top_section{
margin: 1em 0;
}

/*
.top_section .topHeader {
color: #F45162;
font-size: 2em;
font-weight: bold;
}
*/




/*tracks part*/
.tracks{
width: 90%;
max-height: 75vh;
overflow-y: scroll;
padding: 10px 0;
padding-bottom: 100px;
}
.tracks::-webkit-scrollbar {
display: none;
}
.tracks .song:not(:first-child){
margin-top: 1em;
}
.tracks .song{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
color: rgb(22, 22, 22);
padding: 0 5px;
border-radius: 0 20px 20px 20px;
box-shadow: 0.1px 2px 2px rgba(0,0,0,0.1);
}
.tracks .song .more{
margin-left: 1.2em;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.tracks .song .song_info p:nth-child(2){
font-size: 0.8em;
margin-top: 10px;
color: rgba(29, 29, 29, 0.5);
}
.tracks .song  #play_btn{
height: 50px;
width: 50px;
border:none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
background: none;
color: rgb(134, 134, 134);
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
        inset -5px -5px 15px rgba(255,255,255,0.1),
        -5px -5px 15px rgba(255,255,255,0.1);
}
.tracks .song button i{
        font-size: 1.5em;
}
.tracks .song:not(:first-child){
        margin-top: 15px;
}
.tracks .song .img{
height: 70px;
width: 80px;
overflow: hidden;
border-radius: 15px;
}
.tracks .song .img img{
height: 100%;
width: 100%;
object-fit: cover;
}

/*controlls part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}
.progress_part{
width: 100%;
margin-bottom: 0.1em;
display: flex;
align-items: center;
flex-direction: column;
justify-content: space-between;
}
.progress_part p{
color: #fff;
}
.progress_part .durations{
width: 100%;
margin-top: 10px;
display: flex;
justify-content: space-between;
} 
.progress_part #slider{
width: 100%;
}
.controlls_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.controlls_btns button{
height: 50px;   
width: 50px;   
border: none;
outline: none;
cursor: pointer;
margin: 0 0.5em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
inset -5px -5px 15px rgba(255,255,255,0.1),
5px 5px 15px rgba(0,0,0,0.3),
-5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
font-size: 1.3em;
}

.controlls_btns button:nth-child(2){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
inset -5px -5px 15px rgba(255,255,255,0.1),
5px 5px 15px rgba(0,0,0,0.3),
-5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
color: #fff;
}

/*controlls_play part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}

.controlls_play_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.controlls_play_btns button{
height: 45px;   
width: 45px;   
border: none;
align-items: center;
outline: none;
cursor: pointer;
margin: 0 3em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_play_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
font-size: 1.0em;
align-items: center;
}

.controlls_play_btns button:nth-child(1){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
color: #fff;
}

/*range slider*/
#slider{
appearance: none;
outline: none;
width: 85%;
height: 4px;
cursor: pointer;
position: relative;
border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
background: #FFFFFF;
box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
            0.1px 8px 8px 2px rgba(0,0,0,0.2);
}

/*popup_music_player part*/
.main .popup_music_player{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #8E3D93;
padding: 5px;
z-index: 1000;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 15px 15px 0 0;
transform: translateY(110%);
transition: 0.4s;
box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

/*top*/
.top{
width: 100%;
padding: 10px 20px;
color: rgb(247, 247, 247);
font-size: 1.2em;
display: flex;
justify-content: space-between;
}
.top p{
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
  margin-top: 0;
  width: 100%;
  height: 100%; 
}

.imglogo{
  height: 18px;
  width: 68px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.top i{
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(122, 41, 41, 0.1);
}

.popup_music_player .song_img{
height: 150px;
width: 250px;
border-radius: 2%;
overflow-x: clip;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
        inset -5px -5px 15px rgba(255,255,255,0.1),
        5px 5px 15px rgba(0,0,0,0.3),
        -5px -5px 15px rgba(255,255,255,0.1);
}

.popup_music_player img{
height: 100%;
width: 100%;
}

.song_description{
margin-top: 1.2pc;
display: flex;
align-items: center;
flex-direction: column;
}
.song_description h3{
font-size: 1.5em;
color: rgb(255, 255, 255);
}
.song_description p{
color: rgb(223, 222, 222);
margin-top: 5px;
}

/*small music player*/
.small_music_player {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
padding: 0 20px;
display: flex;
align-items: center;
border-radius: 0;
background: #8E3D93;
transition: 0.4s;
transform: translateY(80px);

}

.s_player_img{
position: relative;
height: 50px;
width: 50px;
overflow: hidden;
border-radius: 50px;
margin-right: 1em;
box-shadow: rgb(0 0 0 / 30%) 0.1px 4px 8px 5px;
}

.playing_img{
height: 100%;
width: 100%;
opacity: 0.8;
}
.small_music_player p{
color: rgb(255, 255, 255);
font-size: 1.2em;
width: max-content;
margin-bottom: 0;
margin-left: 0;
margin-top: 0;
}
.s_player_img .playing_img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#up_player{
position: absolute;
right: 20px;
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
}

#play1_pause_btn{
color: #fff;
position: absolute;
right: 60px;
height: 40px;
width: 40px;
border: none;
outline: none;
cursor: pointer;
background: none;
transition: 0.5s;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
                    inset -5px -5px 15px rgba(255,255,255,0.1),
                              5px 5px 15px rgba(0,0,0,0.3),
                            -5px -5px 15px rgba(255,255,255,0.1);
}

#artist_name{
font-size: 0.2em;
margin-top: 5px;
color: rgba(245, 245, 245, 0.966);
}


/*wave animation*/
.wave_animation{
height: 60px;
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: flex-end;
opacity: 0;
}
.wave_animation li{
list-style: none;
width: 5px;
margin: 0 3px;
border-radius: 15px;
background: rgba(255,255,255,0.4);
animation: animate 0.5s linear alternate infinite;
        
}
.wave_animation li:nth-child(2){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(3){
animation-delay: 1s;
}
.wave_animation li:nth-child(4){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(5){
animation-delay: 1s;
}


/*animation*/
@keyframes animate {
0%{
height: 0px;
}
100%{
height: 20px;
}
}



@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}

  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
}
body{
    font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
    display: grid;
    place-items: center;
    min-height: 100vh;
}

p {
  margin-top: 20px;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

h3 {
  font-family: 'THSarabunNew', sans-serif;
    font-weight: bold; 
    font-style: normal;   
}


nav{
display: flex;
height: auto;
background: #fff;
justify-content: center;
align-items: center;
position: relative;
flex-direction: column;
}

.nav-toggle {
position: absolute;
top: 20px;
left: 20px;
font-size: 30px;
display: inline-block;
cursor: pointer;
}

.logo {
margin: 20px 0 5px 0;
}

.main{
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 0px;
    background: linear-gradient(to bottom right,#ffffff,#f4f5f6);
    box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

.logo img{
  height: 50px;
  width: 50px;
}

/*top_section*/
.top_section h5{
  color: #fff;
  font-size: 2em;
  font-family: 'THSarabunNew', sans-serif;
  font-weight: bold; 
  font-style: normal;   
  background-color: #0094D6;
  width: 40rem;
  height: 3.5rem;
  margin: auto;
  border-radius: 100px;
  line-height: 1.9;
}

.sub_section h4{
color: rgb(0, 0, 0);
font-size: 1.5em;
font-family: 'THSarabunNew', sans-serif;
font-weight: bold; 
font-style: normal;   
text-align: center;
}

.top_section{
margin: 1em 0;
}

/*
.top_section .topHeader {
  color: #F45162;
  font-size: 2em;
  font-weight: bold;
}
*/




/*tracks part*/
.tracks{
width: 90%;
max-height: 75vh;
overflow-y: scroll;
padding: 10px 0;
padding-bottom: 100px;
}
.tracks::-webkit-scrollbar {
display: none;
}
.tracks .song:not(:first-child){
margin-top: 1em;
}
.tracks .song{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
color: rgb(22, 22, 22);
padding: 0 5px;
border-radius: 0 20px 20px 20px;
box-shadow: 0.1px 2px 2px rgba(0,0,0,0.1);
}
.tracks .song .more{
margin-left: 1.2em;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.tracks .song .song_info p:nth-child(2){
font-size: 0.8em;
margin-top: 10px;
color: rgba(29, 29, 29, 0.5);
}
.tracks .song  #play_btn{
height: 50px;
width: 50px;
border:none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
cursor: pointer;
background: none;
color: rgb(134, 134, 134);
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
          inset -5px -5px 15px rgba(255,255,255,0.1),
          -5px -5px 15px rgba(255,255,255,0.1);
}
.tracks .song button i{
          font-size: 1.5em;
}
.tracks .song:not(:first-child){
          margin-top: 15px;
}
.tracks .song .img{
height: 70px;
width: 80px;
overflow: hidden;
border-radius: 15px;
}
.tracks .song .img img{
height: 100%;
width: 100%;
object-fit: cover;
}

/*controlls part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}
.progress_part{
 width: 100%;
 margin-bottom: 0.1em;
 display: flex;
 align-items: center;
 flex-direction: column;
 justify-content: space-between;
}
.progress_part p{
color: #fff;
font-size: 20px;
}
.progress_part .durations{
width: 100%;
margin-top: 10px;
display: flex;
justify-content: space-between;
} 
.progress_part #slider{
width: 100%;
}
.controlls_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.controlls_btns button{
height: 50px;   
width: 50px;   
border: none;
outline: none;
cursor: pointer;
margin: 0 0.5em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
font-size: 1.3em;
}

.controlls_btns button:nth-child(2){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
 inset -5px -5px 15px rgba(255,255,255,0.1),
 5px 5px 15px rgba(0,0,0,0.3),
 -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_btns button i{
color: #fff;
}

/*controlls_play part*/
.controlls{
width: 75%;
margin-top: 2.5em;
}

.controlls_play_btns{
width: 100%;
display: flex;
align-items: center;
justify-content: flex-end;
}
.controlls_play_btns button{
height: 45px;   
width: 45px;   
border: none;
align-items: center;
outline: none;
cursor: pointer;
margin: 0 3em;
background: none;
transition: 0.5s;
border-radius: 50%;
}
.controlls_play_btns button:hover{	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
   inset -5px -5px 15px rgba(255,255,255,0.1),
   5px 5px 15px rgba(0,0,0,0.3),
   -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
font-size: 1.0em;
align-items: center;
}

.controlls_play_btns button:nth-child(1){
border-radius: 50%;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
   inset -5px -5px 15px rgba(255,255,255,0.1),
   5px 5px 15px rgba(0,0,0,0.3),
   -5px -5px 15px rgba(255,255,255,0.1);
}
.controlls_play_btns button i{
color: #fff;
}

/*range slider*/
#slider{
appearance: none;
outline: none;
width: 85%;
height: 4px;
cursor: pointer;
position: relative;
border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb{
-webkit-appearance: none;
height: 20px;
width: 20px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
background: #FFFFFF;
box-shadow: 0.1px 8px 8px 2px rgba(0,0,0,0.2) inset,
              0.1px 8px 8px 2px rgba(0,0,0,0.2);
}

/*popup_music_player part*/
.main .popup_music_player{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #8E3D93;
padding: 5px;
z-index: 1000;
display: flex;
align-items: center;
flex-direction: column;
border-radius: 15px 15px 0 0;
transform: translateY(110%);
transition: 0.4s;
box-shadow: 0.1px 4px 8px 4px rgba(0,0,0,0.5);
}

/*top*/
.top{
width: 100%;
padding: 10px 20px;
color: rgb(247, 247, 247);
font-size: 1.2em;
display: flex;
justify-content: space-between;
}
/*.top p{
  font-family: 'THSarabunNew', sans-serif; 
  margin-top: 0;
  width: 100%;
  height: 100%;
}*/
.top i{
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(122, 41, 41, 0.1);
}

.imglogo{
  height: 100%;
  width: 120px;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
}

.popup_music_player .song_img{
height: 250px;
width: 450px;
border-radius: 35px;
overflow-x: clip;
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
          inset -5px -5px 15px rgba(255,255,255,0.1),
          5px 5px 15px rgba(0,0,0,0.3),
          -5px -5px 15px rgba(255,255,255,0.1);
}

.popup_music_player img{
height: 100%;
width: 100%;
}

.song_description{
margin-top: 1.2pc;
display: flex;
align-items: center;
flex-direction: column;
}
.song_description h3{
font-size: 1.9em;
color: rgb(255, 255, 255);
}
.song_description p{
color: rgb(223, 222, 222);
margin-top: 5px;
}

/*small music player*/
.small_music_player {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
padding: 0 20px;
display: flex;
align-items: center;
border-radius: 0;
background: #8E3D93;
transition: 0.4s;
transform: translateY(80px);

}

.s_player_img{
position: relative;
height: 50px;
width: 50px;
overflow: hidden;
border-radius: 50px;
margin-right: 1em;
box-shadow: rgb(0 0 0 / 30%) 0.1px 4px 8px 5px;
}

.playing_img{
height: 100%;
width: 100%;
opacity: 0.8;
}
.small_music_player p{
color: rgb(255, 255, 255);
font-size: 1.9em;
width: max-content;
margin-bottom: 0;
margin-left: 0;
}
.s_player_img .playing_img img{
width: 100%;
height: 100%;
object-fit: cover;
}

#up_player{
position: absolute;
right: 20px;
height: 30px;
width: 30px;
border-radius: 50%;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
}

#play1_pause_btn{
color: #fff;
position: absolute;
right: 60px;
height: 40px;
width: 40px;
border: none;
outline: none;
cursor: pointer;
background: none;
transition: 0.5s;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: rgba(255,255,255,0.1);	
box-shadow: inset 5px 5px 5px rgba(0,0,0,0.2),
                      inset -5px -5px 15px rgba(255,255,255,0.1),
                                5px 5px 15px rgba(0,0,0,0.3),
                              -5px -5px 15px rgba(255,255,255,0.1);
}

#artist_name{
font-size: 0.2em;
margin-top: 5px;
color: rgba(245, 245, 245, 0.966);
}


/*wave animation*/
.wave_animation{
height: 60px;
position: absolute;
bottom: 0;
width: 100%;
display: flex;
align-items: flex-end;
opacity: 0;
}
.wave_animation li{
list-style: none;
width: 5px;
margin: 0 3px;
border-radius: 15px;
background: rgba(255,255,255,0.4);
animation: animate 0.5s linear alternate infinite;
          
}
.wave_animation li:nth-child(2){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(3){
animation-delay: 1s;
}
.wave_animation li:nth-child(4){
animation-delay: 0.4s;
}
.wave_animation li:nth-child(5){
animation-delay: 1s;
}


/*animation*/
@keyframes animate {
0%{
  height: 0px;
}
100%{
  height: 20px;
}
}
}