* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}
.parent {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.phone {
    width: 300px;
    height: 580px;
    border: 1px solid #000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: linear-gradient(45deg, rgb(37, 37, 37), rgb(51, 51, 51), rgb(37, 37, 37));
    position: relative;
    
}
.power-volBar {
    width: 7px;
    height: 180px;
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    right: -6px;
    top: 80px;
   
}
.vols {
    width: 100%;
    height: 105px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.volUp {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 0 3px 3px 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.volDown {
    width: 100%;
    height: 50px;
    background: #000;
    border-radius: 0 3px 3px 0;
    border: none;
    outline: none;
    cursor: pointer;

}
.power {
    width: 100%;
    height: 60px;
    background: #000;
    border-radius: 0 3px 3px 0;
    border: none;
    outline: none;
    cursor: pointer;
}
.screanParent {
    width: 95%;
    height: 96%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(283108-water-phone-wallpaper-top-free-water-phone-background.jpg) no-repeat center / cover;
    overflow: hidden;
    position: relative;
    
}
.barMenu {
    width: 80%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 15px;
}
.call {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(bar/cell.png) no-repeat center / cover;
    cursor: pointer;
}
.photo {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background: url(bar/camera.png) no-repeat center / cover;
    cursor: pointer;
}
.music {
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background: url(bar/music.jpg) no-repeat center / cover;
    cursor: pointer;
}
.screanLook {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: url(screanLook.jpg) no-repeat center / cover;
    position: absolute;
    transform: translateY(0) translateX(0);
    z-index: 2;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dinamic {
    width: 100px;
    height: 5px;
    background: radial-gradient( black 50%,#8d7777 50%) top left / 4% 100% repeat;
    position: absolute;
    top: 2px;
    border-radius: 10px; 
}

.content {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 20px;
    flex-direction: column;
    background: url(bg.jpg) /*linear-gradient(120deg, rgb(197, 120, 120),rgb(141, 112, 112))*/;
    backdrop-filter: blur(1px) brightness(0.5);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.top-panel {
    width: 100%;
    height: 20px;
    background: transparent;
    display: flex;
    justify-content: end;
    align-items: center;
    column-gap: 5px;
    padding-right: 18px;
    position: absolute;
    top: 2px;
    z-index: 2;
}
.top-panel i{
    color: white;
    font-size: 12px;
}
.top-panel .fa-battery-half {
    font-size: 15px;
}
.localTime {
    color: white;
    position: absolute;
    left: 13px;
    top: 0;
    font-size: 16px;
    z-index: 1;
}
.scr {
    color: white;
    font: 40px bold sans-serif;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.screenDay {
    color: white;
    font: 16px bold sans-serif;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: pre;
}
.camera {
    width: 20px;
    height: 20px;
    background: radial-gradient(grey 15%, #0000ff7a 15% 20%, black  50%);
    position: absolute;
    left: 50%;
    top: 8px;
    transform: translateX(-50%);
    border-radius: 50%;
}
.line-bottom {
    width: 100px;
    height: 5px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
    z-index: 3;
    position: absolute;
    bottom: 2px;
    animation: line 1s linear infinite;
    cursor: pointer;
}

@keyframes line {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-2px);
    }
}
.line-bottom:hover {
    animation-play-state: paused;
}
.music-img-main {
    width: 250px;
    height: 250px;
    border: 1px solid;
    border-radius: 15px;
    background:  no-repeat center / cover;
    background-image: url(images/music-1.jpg);
}
.parent .radios #radio {
    appearance: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgb(197, 177, 177);
    transition: .5s;
    position: relative;

}

.parent .radios #radio::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    opacity: 0;
    box-shadow: inset 0 0 1px white,inset 0 0 2px white,inset 0 0 3px white,inset 0 0 4px white,inset 0 0 5px white,inset 0 0 6px whiteinset 0 0 7px white,inset 0 0 8px white,inset 0 0 9px white,inset 0 0 10 px white;
}
.parent .radios #radio:checked::before {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
}
.tools-audio {
    width: 250px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.tools-audio > i {
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    /* background: transparent; */
}
.tools-audio > .fa-cut {
    transform: rotateZ(-90deg);
}

#range {
    appearance: none;
    width: 250px;
    height: 8px;
    background: pink;
    border-radius: 10px; 
    cursor: pointer;
}
#range::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: rgb(206, 46, 72);
    border-radius: 50%;
}
.audio-player-tools {
    width: 250px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.audio-player-tools i{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.audio-player-tools .playParent {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.39);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}
.audio-player-tools .playParent .playPause{
    width: 30px;
    height: 30px;
    background: white;
    display: flex;
    margin-left: 5px;
    cursor: pointer;
    transition: .5s;
}
.title {
    font-size: 25px;
    color: rgb(255, 255, 255);
    width: 70%;
    font-family: sans-serif;
    letter-spacing: 2px;
}
.minSec {
    width: 250px;
    height: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 3px;
}
.minSec h4 {
    color: white;
}


#volume {
    appearance: none;
    width: 80px;
    height: 13px;
    background: pink;
    border-radius: 10px;
    position: absolute;
    top: -237px;
    left: -48px;
    transform: rotateZ(-90deg);
    background: rgb(238, 238, 144, 0.800);
    overflow: hidden;
    cursor: pointer;
    transition: .7s;
}
#volume::-webkit-slider-thumb {
    appearance: none;
    width: 2px;
    height: 2px;
    background: rgb(238, 238, 144);
    border-radius: 0; 
}

.playListPanel {
    width: 100%;
    height: 50%;
    background: linear-gradient(120deg, rgb(255 255 255),rgb(181 181 181));
    position: absolute;
    bottom: -300px;
    border-radius: 25px;
    transition: 1s;
}
.exitPlayList {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: absolute;
    background: white;
    right: 0;
    top: -10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fa-close {
    font: 20px bold sans-serif;
    color: #000;
    transition: .7s;
}
.exitPlayList:hover .fa-close {
    transform: rotateZ(180deg);
}
.lists {
    width: 100%;
    height: 250px;
    overflow: auto;
    display: grid;
    row-gap: 8px;
    padding: 10px 10px 0 15px;
}
.playListPanel .lists li {
    width: 100%;
    height: 40px;
    color: rgb(70, 66, 66);
    font: 20px bold sans-serif;
    border-bottom: 2px solid #000;
    display: flex;
    justify-content: start;
    align-items: center;
    white-space: pre;
    overflow: hidden;
    cursor: pointer;
}
.playListPanel .lists::-webkit-scrollbar {
    width: 0;
}
.playListPanel .lists li span {
    display: block;
    position: relative;
    left: 0;
}
.playListPanel .lists li:hover span {
    animation: text 8s linear infinite;
}
@keyframes text {
    0% {
        left: 0;
    }
    50% {
        left: -150%;
    }
    50.00001% {
        left: 150%;
    }
    
    100% {
        left: 0;
    }
}


.repeat {
    width: 25px;
    height: 25px;
    background: no-repeat center / cover;
    background-image: url(retweet.png);
    cursor: pointer;
}


.rightRadius {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: radial-gradient(white 35%,transparent 35% 55%,white 55%);
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.fa-camera {
    font-size: 20px;
    color: white;
    position: absolute;
    bottom: 20px;
    right: 20px;
}