
.Font{
    font-family: Snell Roundhand, cursive;
    font-size: 16px;
    color: #ffffff;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    height: 100vh;
    background-image: url('Background_image.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bar{
    width: 30%;
    max-width:700px;
    background: #29012c51;
    display: flex;
    align-items: center;
    border-radius: 60px;
    backdrop-filter: blur(4px) saturate(180%);
    border: 4px solid #51024e;
    padding: 8px 10px 8px 18px;
}
.bar input{
    background:transparent;
    flex:1;
    border:0;
    outline: none;
    padding: 24px , 20px;
    font-size: 20px;
    color: #b15ab1;
}
.bar img{
    width: 25px;
}
.bar button{
   border:0;
   border-radius: 50%;
   width: 60px;
   height: 60px;
   background: #62035c; 
   cursor: pointer;
   margin-left: 8px;
}
.Clock {
    -ms-user-select: none;
    user-select: none;
    background-color: #ff08ff00;
    text-align: center;
    position: absolute;
    font-size: 5vmin;
    left: 36% ;
    top : 10%;
    
}
.windoll {
    background-color: #ed0aa17c;
    backdrop-filter: blur(5px);
    padding: 10px;
    text-align: center;
    width: 30%;
    max-width: 500px;
    height: 58%;
    max-height: 650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-165%, -50%);
    border-radius: 20px;
}
.music1 {
    width: 90%;
    height: 55%;
    position: absolute;
    left: 5%;
    display:flex;
}
.music2 {
    border: 1px solid #65075e;
    width: 100%;
    height: 70%;
    position: absolute;
    left: 1%;
    top: 105%;
    display:flex;
}
.PlayButton{
    background-color:#ffffff ;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 85%;
    left: 4%;
    border-radius:100%;
    cursor: pointer;
}
.bar button,
.PlayButton,
#Pause,
#play {
    cursor: pointer;
}
.progressbar{
    background-color: #fffdfd;
    border:#ffffff , solid;
    width: 40%;
    height: 5%;
    left:27%;
    top: 89%;
    position: absolute;
}
.progress{
    background-color: #000000;
    width: 0%;
    height: 100%;
    position: absolute;
}
#calendar {
    position: relative;
    padding: 20px;
}
#calendar ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
    padding: 0;
}
#calendar ul li {
    width: calc(100% / 7);
}
#calendar .week li {
    font-weight: 500;
}
.windoll {
    animation: Open 0.3s ease-in-out;
}
.inactive{
    color: #807c7c8f;
}
.active{
    background: #de07db;
    border-radius: 15px;
}
.button{
    border-radius: 50%;
    color: #ffffff;
    background-color: #000000;
    font-size: 20px;
    width: 65%;
    height: auto;
    aspect-ratio: 1;
    justify-self: center;
    align-self: center;
    border: 2px solid #000000;
}