html{
  cursor: url("asset/cursor/Normal_Select_1.gif"), auto;
  
  text-transform: lowercase;
  
  scroll-behavior: smooth;
}

@font-face{
    font-family: "MonsterFriendFore";
    src: url("asset/font/MonsterFriendFore.otf") format("opentype");
}

@font-face{
    font-family: "Pixelate";
    src: url("asset/font/Pixelate-Regular.ttf") format("truetype");
}

@font-face{
    font-family: "Roboto";
    src: url("asset/font/Roboto-Regular.ttf") format("truetype");
}

img:hover, button:hover{
    cursor: url("asset/cursor/Link_Select_1.gif"), auto;
} 

p, span, h1, h2, h3, h4, h5, h6{
  cursor: url("asset/cursor/Text_Select_1.gif"),text;
}

h1, h2, h3, h4, h5, h6{
    font-family: "MonsterFriendFore";
    
    color: #DF7599;
}

a,p,ul{
    font-family: "Pixelate";
    font-size: 13px;
    font-weight: 200;
    
    line-height: 1.4;
    
    text-align: justify;
    
    color: #DF7599;
}

body{
    max-width: 990px;
    max-height: 100vh;
    
    background-image: url("asset/gif/background.gif");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    
    overflow: hidden;
    
    margin: 0 auto;
    padding: 20px;
}

main{
    width: 1000px;
    height: 600px;
    
    display: flex;
    
    margin-top: 8vh;
    
    flex-direction: row;
    flex-wrap: nowrap;
    
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    
    background: rgba(255,255,255,0.6);
    border: 3px solid #E8A0BF;
    border-radius: 10px;
}

.col1{
    width: 200px;
    height: 560px;
    
    padding: 20px;
    
    display: flex;
    gap: 5px;
    
    flex-direction: column;
    flex-wrap: nowrap;
    
    align-content: center;
    align-items: center;
    justify-content:  space-evenly;
    
    background: #fff7fa;
    border-right: 3px solid #E8A0BF;
    border-radius: 10px 0px 0px 10px;
}

.col2{
    width: 800px;
    height: 560px;
    
    overflow-y: auto;
    overflow-x: hidden;
    
    padding: 20px 20px 20px 0px;
    
    display: flex;
    gap: 5px;
    
    flex-direction: column;
    flex-wrap: nowrap;
    
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    
    border-radius: 0px 10px 10px 0px;
}

.header{
    width: 730px;
    height: 20px;
    
    margin-top: -570px;
    
    padding: 5px 20px;
    
    background: #E8A0BF;
    
    position: fixed;
}

.footer{
    width: 730px;
    height: 20px;
    
    margin-bottom: -570px;
    
    padding: 5px 20px;
    
    background: #E8A0BF;
    
    position: fixed;
}

.container{
    width: 730px;
    height: 440px;
    
    padding: 20px;
    
    display: flex;
    gap: 5px;
    
    flex-direction: row;
    flex-wrap: nowrap;
    
    align-content: center;
    align-items: flex-start;
    justify-content: center;
    
    overflow-y: auto;
    overflow-x: hidden;
}

.container::-webkit-scrollbar {
    width: 5px;
}

.container::-webkit-scrollbar-track {
    background: #E8A0BF;
}

.container::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    border-left: 3px solid #E8A0BF;
}

.container1{
    width: 520px;
    
    align-content: center;

    padding-right: 40px;
    
    border-right: 2px dashed #E8A0BF;
}

.container2{
    width: 235px;
}

.navi-box{
    display: flex;
    gap: 2px;
    
    flex-direction: column;
    flex-wrap: nowrap;
    
    align-content: center;
    align-items: center;
    justify-content: center;
    
    margin-right: 30px;
}

.decor-img{
    display: flex;
    gap: 10px;
    
    flex-direction: column;
    flex-wrap: nowrap;
    
    align-content: center;
    align-items: center;
    justify-content: center;
}

.decor1{
    display: grid;
    gap: 5px;
    
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-flow: row;
    
    align-content: center;
    align-items: center;
    
    justify-content: center;
    justify-items: center;
}

.head{
    width: 445px;
    height: 73px;
    
    background-image: url(asset/image/header.webp);
    background-repeat: no-repeat;
    background-size: cover;
    
    margin-bottom: 20px;
    
    align-content: center;
    text-align: center;
    
    font-size: 7px;
}

.ava{
    width: 180px;
    
    aspect-ratio: 3/4;
    
    object-fit: cover;
    object-position: center;
}

.decor-1{
    width: 50%;
}

.btn-navi1, .divider1{
    width: 100%;
}

.divider-icon{
    display: flex;
    
    flex-direction: row;
    gap: 0;
    
    margin: 30px 0;
}

.divider2{
    width: 30%;
    margin: 0;
    
    filter: brightness(2) opacity(0.5);
}

.divider3{
    width: 48%;
}

.btn-navi2{
    width: 150%;
}

.btn-navi2:hover{
    transform: scale(0.8);
}

.img-front1{
    position: absolute;
    
    top: 5vh;
    right: 50vh;
    
    z-index: 50;
}

.img-front2{
    position: absolute;
    
    top: 73vh;
    right: 17vh;
    
    z-index: 50;
}

.ribbon{
    width: 150%;
}

.cat{
    width: 60%;
}

.h1-style1{
    margin-top: 18px;
    margin-right: 28px;
}

.list{
    margin-left: 10px;
}

.list::before{
    content: "♡";
    margin-right: 2px;
}

.music-player{
    width: 230px;
    height: 210px;
    
    border-radius: 20px;
    
    background: rgba(255, 196, 196, 0.08);
    
    box-shadow: 0 40px 100px rgba(133, 14, 53, 0.1);
    
    padding: 5px 10px 10px 10px;
    
    overflow: hidden;
    
    color: #DF7599;
}

.col{
    width: 200px;
    height: 100px;
    
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;

    margin-bottom: 5px;
}

.music-name, .artist-name{
    text-align: left;
    text-transform: capitalize;
}

.music-name{
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
}

.music-name sub{
    font-size: 9.8px;
}

.artist-name{
    font-size: 11px;
    line-height: 0;
}

.disk{
    position: relative;
    
    display: block;
    margin: 40px auto;
    
    width: 70px;
    height: 70px;
    
    border-radius: 50%;
    
    background-image: url('asset/image/cover.jpg');
    background-size: cover;
    
    box-shadow: 0 0 0 10px rgba(133, 14, 53, 0.08);
}

.disk::before{
    content: '';
    
    position: absolute;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);
    
    width: 10px;
    height: 10px;
    
    border-radius: 50%;
    background: #850E35;
}

.disk{
    animation: rotate 20s linear infinite;
    animation-play-state: paused;
}

.disk.play{
    animation-play-state: running;
}

.song-slider{
    width: 100%;
    position: relative;
}

.seek-bar{
    -webkit-appearance: none;
    
    width: 100%;
    height: 5px;
    
    border-radius: 10px;
    background: #EC7FA9;
    
    overflow: hidden;
    
    cursor: pointer;
}

.seek-bar::-webkit-slider-thumb{
    -webkit-appearance: none;
    
    width: 1px;
    height: 20px;
    
    box-shadow: -400px 0 0 400px #BE5985;
}

.current-time,.song-duration{
    font-size: 14px;
    font-family: "Pixelate";
}

.song-duration{
    position: absolute;
    right: 0;
}

.controls{
    width: 60%;
    
    display: flex;
    
    justify-content: space-between;
    align-items: center;
    
    margin: auto;
    margin-top: 15px;
}

.play-btn{
    position: relative;
    
    width: 30px;
    height: 30px;
    
    border-radius: 50%;
    background: #DF7599;
    
    cursor: pointer;
    
    border: none;
}

.play-btn span{
    position: absolute;
    top: 50%;
    left: 30%;
    
    transform: translateY(-50%);
    
    width: 5px;
    height: 10px;
    
    border-radius: 2px;
    background: white;
    
    transition: 0.5s;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.play-btn span:nth-child(2){
    left: 50%;
    transform-origin: center;
}

.play-btn.pause span:nth-child(2){
    transform: translateY(-50%) scaleY(0);
}

.play-btn.pause span:nth-child(1){
    width: 35%;
    left: 53%;
    
    transform: translate(-50%, -50%);
    
    border-radius: 0;
    
    clip-path: polygon(0 0, 100% 50%, 100% 50%, 0% 100%);
}

.play-btn.pause{
    animation: pulse 2s linear infinite;
}

@keyframes pulse{
    0%{
        box-shadow: 0;
    }
    50%{
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
    }
    100%{
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.4);
    }
}

.btn-songs{
    width: 25px;
    height: 25px;
    
    background: none;
    border-radius: 50%;
    
    display: flex;
   
    justify-content: center;
    align-items: center;
    
    border: none;
    
    cursor: pointer;
}

@keyframes rotate{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(360deg);
    }
}





