* {
    user-select: none;


}

.name {
    position: absolute;
    top: 180px;
    right: 170px;
    font-size: 40px;
    direction: rtl;

}

.vocalist {
    position: absolute;
    top: 270px;
    right: 170px;
    font-size: 25px;
    direction: rtl;

}

.text {
    text-align: center;
    position: absolute;
    font-size: 20px;
    top: 340px;
    width: 30%;
    right: 35%;
    line-height: 40px;
    direction: rtl;
    padding-bottom: 200px;

}

.audio {
    right: 35%;
    width: 30%;
    height: 140px;
    background-color: rgb(63 61 69 / 85%);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    position: fixed;
    bottom: 0px;

}

.playpa {
    border-radius: 25px;
    background-color: inherit;
    outline: none;

    animation-name: bordercolor1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    position: absolute;
    right: 50%;
    transform: translate(50%);
    width: 20%;
    height: 44px;
    top: 10px;
    transition: 0.8s ease-in-out;
}

@keyframes bordercolor1 {
    0% {
        border: darkcyan 1px solid;
    }

    50% {
        border: rgb(63 61 69 / 85%) 1px solid;
    }

    100% {
        border: darkcyan 1px solid;
    }

}

.playpic {
    width: 40px;
    background-color: white;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
}

.time {
    position: absolute;
    right: 7.5%;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
}

.timeseter {
    position: absolute;
    top: 106px;
    height: 2px;
    width: 70%;
    right: 50%;
    transform: translate(50%);

}

.music {
    visibility: hidden;

}

.play {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    transform: translate(50%, -50%);
    background-color: black;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.stop {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 20px;
    height: 20px;
    transform: translate(50%, -50%);
    background-color: black;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 67% 100%, 67% 0, 34% 0, 34% 100%, 0 100%);
}

.backplay {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 40px;
    height: 40px;
    background-color: white;
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.loop {
    position: absolute;
    top: 30px;
    left: 30px;
    transform: translate(-50%, -50%);
    padding: 1px;
    border-radius: 50%;
    visibility: visible;
}

.loopon {
    position: absolute;
    top: 53px;
    left: 30px;
    width: 5px;
    height: 5px;
    background-color: aqua;
    transform: translate(-50%, -50%);
    border-radius: 50%;

}

.backsound {
    background-color: white;
    border-radius: 50%;
    position: absolute;
    top: 83px;
    right: -1px;
    transform: translate(50%, -50%);
    width: 30px;
    height: 30px;

}

.soundsetting {
    position: absolute;
    top: 7%;
    left: 7%;
}

.sound {
    position: absolute;
    top: -54px;
    right: 30px;

}

.soundinput {
    position: absolute;
    transform: rotate(270deg);
    right: -22px;
    top: 25px;
    width: 70px;

}

.backinputsound {
    position: absolute;
    right: -16px;
    top: -2px;
    width: 30px;
    height: 100px;
    background-color: aqua;
    border-radius: 16px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.loopb {
    visibility: hidden;
}

.pic {
    position: absolute;
    top: 100px;
    left: 100px;
    border-radius: 30px;
    width: 250px;
    height: 250px;
    box-shadow: 14px 12px 20px 3px rgba(154, 154, 154, 1.00);
    transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

.pic:hover {
    filter: blur(2px), brightness(+13);


}

@media screen and (max-width:375px) {
    .pic {
        position: absolute;
        top: 78px;
        left: 20px;
        border-radius: 30px;
        width: 172px;
        height: 170px;
        box-shadow: 14px 12px 20px 3px rgba(154, 154, 154, 1.00);
        transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);

    }

    .name {
        position: absolute;
        top: 230px;
        right: 20px;
        font-size: 25px;
    }

    .vocalist {
        position: absolute;
        top: 275px;
        right: 20px;
        font-size: 23px;
    }

    .text {
        font-weight: bold;
        text-align: center;
        position: absolute;
        font-size: 15px;
        top: 340px;
        width: 60%;
        right: 20%;
        line-height: 40px;
        padding-bottom: 200px;
    }

    .audio {
        right: 10%;
        width: 80%;
        height: 117px;
        background-color: rgb(63 61 69 / 82%);
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        position: fixed;
        bottom: 0px;
    }

    .time {
        position: fixed;
        right: 15%;
        margin-top: 43px;
        font-size: 18px;
    }

    .playpa {
        visibility: hidden;
        border-radius: 25px;
        background-color: inherit;
        outline: none;
        border: none;

        left: 13.5%;
        width: 0%;
        color: black;
        margin-top: 10px;
        transition: 0.8s ease-in-out;
    }

    .playpic {
        visibility: visible;
        width: 40px;
        background-color: white;
        padding: 7px;
        box-sizing: border-box;
        border-radius: 50%;
    }


}