*{
    margin: 0;
    padding: 0;
}
body{
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.icon {
    width: 70px;
    text-align: center;
    color: white;
    cursor: pointer;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.windoll{
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    user-select: none;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 500px;
    height: 500px; 
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
    display: none;
   
}
.topbar
{
    
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px; 
    width: 100%; 
    display: flex; 
    backdrop-filter: blur(10px); 
    background-color: rgba(0, 0, 0, 0.25); 
    color: #fff; 
    justify-content: space-between;
    border-radius: 20px;
}
.welcome{
    
    font-size: 16px;
    padding: 10px;
    
}
.closebutton {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #5969e4;
  border-radius: 16px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  margin-left: 6px;
}
.worckbar{
    left: 97%;
    flex-direction: row;
    position: absolute;
    align-items: center;
    height:100%;
    width: 40px;
    background:rgb(1, 22, 62);
    bottom:0px;
    padding: 0 10px;
}
.notes{
    height: calc(100% - 40px);
    flex: 1; background: rgba(212,175,55,0.05);
    border: 1px solid rgba(212,175,55,0.2); border-radius: 3px;
    color: #d4af37; font-family: Georgia, serif; font-size: 12px;
    padding: 7px 10px; outline: none; transition: border-color 0.2s;
    user-select: text;
}
textarea {
    position: absolute;
    background: #1e1e1e;
    color: white;      /* or #00ffff */
    width: 450px;
    height: 450px;
    resize: none;
    border: 1px solid #020d34;
    border-radius: 8px;
    left:25px;
    top: 25px;
    caret-color: white;
}
.files{
    background: rgba(255,255,255,0.12);
    position: absolute; 
    top: 8%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid;
    border-width: 1px ; 
    width: 480px;
    height: 30px; 
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
}
.font{
    font-family: Courier, monospace;
    font-size: medium;
    color: #020d34;
}
.filesf{
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    user-select: none;
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 500px;
    height: 500px; 
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
}
.back{
  margin-top: 16px;
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  
  border-right:10px solid rgb(4, 4, 71); 
}
.music{
    background: rgba(1, 17, 73, 0.12);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    user-select: none;
    position: absolute; 
    top: 30%; 
    left: 70%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 450px;
    height: 550px; 
    border-radius: 10px;
    border: #020d34;
    box-shadow: 0 10px 30px rgba(75, 123, 255, 0.4);

}
.musicbutton{

    width: 100px ;
    height:70px;
    position: fixed;
    background: rgba(0, 251, 255, 0.4);
    color: aqua;
    top:85%;
    left: 68%;
}
.clack{
    position: absolute;
    top : 25%;
    left : 10%;
    color: #232f9d;
    font-size: 60px;
}
.folder-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 15px;
}
.music img {
    margin-top: 30px;
    margin-left:  60px;
    align-items: center;
    top : 50% ;
    left: 40%;
    width: 320px;
    height: 320px;
    object-fit: cover;
}
.songleft
{
    top :440px;
    left: 3%;
    position: absolute;
    align-items: center;
    height:10px;
    width: 400px;
    background:rgb(1, 22, 62);
    border: #020d34;
    border: solid;
}
.songleftin
{
    left: 0%;
    position: absolute;
    align-items: center;
    height:100%;
    width: 0%;
    background:rgb(224, 227, 232);
    
    
}
#intxt{
    display: none;
    flex-direction: column; /* Stacks h1, h2, back button vertically */
    padding: 10px 20px 20px 20px; /* Gives room below the top bar */
    box-sizing: border-box;
}
.setcoler
{
    background-color: #5c7398;
    position: absolute;
    width: 100px;
    height: 100px;
}
.videoo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -100;
    overflow: hidden;
}
.videoo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.videoo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1f1f34;
    display: flex;
    justify-content: center;
    align-items: center; /* Fixed align-self to align-items */
    z-index: 100000;
    transition: opacity 0.5s ease; /* Added 's' to 0.5s */
    font-family: 'Courier New', monospace;
    overflow: hidden;
}

.loading::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.35) 50%);
    background-size: 100% 4px;
    z-index: 2;
    pointer-events: none;
}

.hud-circle {
    position: relative;
    width: 180px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.ring-outer {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px solid transparent;
    border-top: 3px solid #00ffff;
    border-right: 3px solid #00ffff;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.4);
    animation: spin-cw 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite;
}


.ring-inner {
    position: absolute;
    width: 75%;
    height: 75%;
    border: 3px solid transparent;
    border-bottom: 3px solid #ff0055;
    border-left: 3px solid #ff0055;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(255, 0, 85, 0.4);
    animation: spin-ccw 0.9s linear infinite;
}


.hud-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffee00;
    z-index: 3;
}

#progtext {
    font-size: 32px;
    font-weight: bold;
    text-shadow: 0 0 10px #ffee00;
}

.hud-center small {
    font-size: 11px;
    color: #00ffff;
    letter-spacing: 3px;
    margin-top: 4px;
    text-shadow: 0 0 6px #00ffff;
}

/* Animation */
@keyframes spin-cw {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin-ccw {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}



.buttonclack
{
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    position: absolute; 
    top: 40%; 
    left: 15%; 
    transform: translate(-50%, -50%); 
    border: solid; 
    width: 80px;
    height: 80px; 
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(237, 232, 232, 0.4);
    font-size: 24px
}
.rclosebutton {
  width: 16px;
  height: 16px;
  cursor: pointer;
  background-color: #ec6262;
  border-radius: 16px;
  border: solid 1px rgba(0, 0, 0, 0.25);
  margin-left: 6px;
}

@keyframes windowOpen {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.75) 
    }
   
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1) ;
    }
}

.windoll{
    animation: windowOpen 0.3s forwards ease-out;
}
.calender
{
    top: 65%;
    position: fixed;
    width: 350px;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: #3783d4cb;
    font-size: 20px;
    border-radius:10px;
    position: fixed;
}
.calenderin
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}
.calenderin button
{
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 30% ;
    background-color: #0b85d1;
    cursor: pointer;
    width: 40px;
    height: 40px;
   
}
.day
{
    display: grid;
    grid-template-columns:repeat(7,1fr);
    
}
.daynam
{
    text-align: center;
    padding: 5px;
    color: #11033d;
}
.dates
{
    display: grid;
    grid-template-columns: repeat(7,1fr);
    
}
.date{
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   margin: auto;
   cursor: pointer;
   font-weight: 600;
   border-radius: 50%;
   width: 40px;
   height: 40px;
   transition: 0.2s;
}
.date:hover,
.date.active {
   background: #02071f;
   color: #ebf1f69d;
}
