* {margin: 20px;
    padding: 05px;
    box-sizing: border-box;
    
}
.container{
    height: 100px;
    position: absolute;
    left: 310px;
    top: -20px;
    
}
.get{
    
    position: absolute;
    top: 1800px;
    right: -50px;
    
}


.f4{
    position: absolute;
    top: -10px;
    left: -200px;
    font-size: 50px;
}
.f3{
    position: absolute;
    top: 610px;
    left: 130px;
}
.f2{
    position: absolute;
    top: 200px;
}

.f1{
    font-family: 'Orbitron', monospace;
    text-shadow: 10px 12px 10px  rgba(0, 195, 255, 0.7);
    color:#00c3ff; ;
    position: absolute;
    top: 650px;
    left: 130px;
    
}
.br{
    position: absolute;
    top: 230px;
}

.imp{
    font-family:  monospace;
    
    font-size: 24px;
    position:absolute;
    top: 726px;
    left: 130px;
}
body{
    background-color: #000000;
    font-family: 'segoe UI', sans-serif;
    color:white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 20px auto;
    padding: 5px;
    
}
#headling{
    font-family: 'Orbitron', monospace;
     
    color: #00c3ff;
    width: 100px;
    position: absolute;
    font-size: 100px;
    top: 35px;
    left: -200px;

    text-shadow: 10px 20px 20px rgba(0, 195, 255, 0.7);
}

#username{
    width: 440px;
    height: 70px;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 95px;
    background-color: #000;
    color: #00c3ff;
    position: absolute;
    z-index: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
    
    
}
.rainbow-wrapper {
    width: 445px;
    height: 74px;
    position: absolute;
    background: linear-gradient( 90deg, blue,#4d0199,#6300c6,#00c3ff);
    box-shadow: 3px 1px 20px #0d00a0 ;
    background-size: 200% 200%;
    border-radius: 95px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px 10px 111160px blue;
    top: 210px;
    left: -40px;
   animation: spin 5s linear infinite;
    
}
.wrapper{
    top: 40px;

}
.indiakeys{
        position: absolute;
        top: 1160px;
        right: 1010px;
        
        }
.clockface1 {
    
    
    
    width: 290px;
    height: 250px;
   
    padding: 10px;
    border-width: 1px;
    position: absolute;
    right: -70px;
    top: -210px;
    

}
.rainbow1{
    content: '';
 position : absolute;
 right: 1100px;
 top: 929px;
 width : 240px;
 height: 240px;
 border-radius:  50%;
background: linear-gradient(90deg, #0e044f,#010869,#120652);
 box-shadow: 3px 1px 30px #2207b8 ;
 z-index: 1;
}
#flag{
    
    bottom: -301px;
    left: 200px;
    top: 10px;
    position: absolute;
    

    }
    .container1{
        display: flex;
        position: relative;
        justify-content: center;
        
        
        
    }

.clock--wrapper {
    position: relative;
   top: 160px;

    
}
:root{
    --pink: white;
    
}
.ring--center{
    fill: var(--pink);
    stroke: var(--pink);
    stroke-width: 1px;
}
#hourhand2{
    transform: rotate(45deg);
    stroke: rgb(89, 45, 171);
    stroke-width: 5px;
    stroke-linecap: round;
}
#minutehand2{
    transform: rotate(90deg);
    stroke: rgb(5, 28, 107);
    
    stroke-width: 5px;
    stroke-linecap: round;
}

#secondhand2{
    stroke: var(--pink);
    stroke: rgb(95, 143, 156);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1.0s linear;
    transform: rotate(360deg);

    
     
    

}
.date{
    fill: white;
    font-size: 1.5rem;
}
.am-pm{
    fill: white;
    font-size: 0.7rem;
    

}
.malik{
    fill: white;
    font-size: 0.7rem;
}

.date1{
    fill: white;
    font-size: 1.0rem;
}
.no1{
    fill:white;
    font-size: 1rem;
}
/* clock of usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa usa  */

/* Position for USA Clock (can adjust top as needed) */
.USA{
    position: absolute;
    top: 890px;
    right: 490px;

}
.clockfaceusa{
    height:240px ;
    position: absolute;
    top: -210px;
    right: -325px;
    
}
.dateu{
    fill: white;
    font-size: 1.0rem;
}
.clock--wrapper.usa {
    position: relative;
    top: 160px;
}
.rainbow-usa{
    content: '';
 position : absolute;
 right: 300px;
 top: px;
 width : 240px;
 height: 230px;
 border-radius:  50%;
background: linear-gradient(90deg, #16036d,#030979,#020657);
 box-shadow: 3px 1px 30px #050169 ;
 z-index: 1;
}

/* Center Ring for USA */
.ring--center-usa {
    fill: var(--pink);
    stroke: var(--pink);
    stroke-width: 1px;
}

/* USA Hour Hand */
#hourhand3 {
    transform: rotate(45deg);  /* Default */
    stroke: rgb(23, 96, 120);
    stroke-width: 5px;
    stroke-linecap: round;
}

/* USA Minute Hand */
#minutehand3 {
    transform: rotate(90deg);  /* Default */
    stroke: rgb(60, 54, 145);
    stroke-width: 5px;
    stroke-linecap: round;
}

/* USA Second Hand */
#secondhand3 {
    stroke: var(--pink);
    stroke: rgb(70, 229, 163);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1.0s linear;
    transform: rotate(360deg);
}

/* Uae Digital Clock Text */

.UAE {
    position: absolute;
    top: 929px;
    right: 530px; /* adjust this for spacing */
}
.datee{
    fill: white;
    font-size: 1.0rem;
}

.clock--wrapper.uae {
    position: relative;
    top: 160px;
}
.clockfaceuae{
    height: 260px;
    position: absolute;
    right: -320px;
    
    top:-210px;
}

.rainbow-uae {
    content: '';
    position: absolute;
    right: -20px; /* adjust for inner alignment */
    top: 0px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: linear-gradient(90deg, #090158, #141279, #000125);
    box-shadow: 3px 1px 30px #060053;
    z-index: 1;
}

/* Optional: if you want to style UAE center ring separately */
.ring--center-uae {
    fill: var(--pink);
    stroke: var(--pink);
    width: 20px;
    stroke: rgb(38, 86, 163);
}
#hourhand4 {
    transform: rotate(45deg); /* just default angle, JS will update it */
    stroke: rgb(8, 18, 148);
    stroke-width: 5px;
    stroke-linecap: round;
}

#minutehand4 {
    transform: rotate(90deg);
    stroke: rgb(38, 86, 163);
    stroke-width: 5px;
    stroke-linecap: round;
}

#secondhand4 {
    stroke: rgba(169, 163, 210, 0.973);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1.0s linear;
    transform: rotate(360deg);
}

.JAPAN {
    position: absolute;
    top: 899px;
    right: 210px;
}
.rainbow-japan {
    position: absolute;
    right: -10px;
    top: 100;
    width: 237px;
    height: 240px;
    border-radius: 50%;
    background: linear-gradient(90deg, #030251, #0013a0, #07014a);
    box-shadow: 3px 1px 30px #0b26ad;
    z-index: 1;
}
.clockfacejapen{
    width: 240px;
    position: absolute;
    right: -44px;
    top: -235px;
}
.clock--wrapper.japan {
    position: absolute;
    top: 160px;
}
#hourhand5 {
    transform: rotate(45deg);
    stroke: rgb(3, 9, 132);
    stroke-width: 5px;
    stroke-linecap: round;
}
#minutehand5 {
    transform: rotate(90deg);
    stroke: rgb(54, 48, 115);
    stroke-width: 5px;
    stroke-linecap: round;
}
#secondhand5 {
    stroke: rgb(102, 89, 131);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1s linear;
    transform: rotate(0deg);
}






@media (max-width: 600px) {
    #username {
        width: 300px;
        padding: 100px;
        font-size: 14px;
    }
    #headling {
        font-size: 20px;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-shadow: 0 0 10px rgba(0, 195, 255, 0.5);
    }
}


#username::placeholder{
    color: #10b7e9;
    font-size: 25px;
    padding: 5px;
    left: 600px; ;
    bottom: 900px;
}


/* }   laptop */

@media (max-width: 700px) {
    #username{
    width: 440px;
    height: 70px;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
    border-radius: 95px;
    background-color: #000;
    color: #00c3ff;
    position: absolute;
    z-index: 1;
    text-align: center;
    display: block;
    margin: 0 auto;
    
    
}
.rainbow-wrapper {
    width: 445px;
    height: 74px;
    position: absolute;
    background: linear-gradient( 90deg, blue,#4d0199,#6300c6,#00c3ff);
    background-size: 200% 200%;
    border-radius: 95px;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 10px, 10px, 10px blue,#4d0199,#6300c6,#00c3ff;
    top: 210px;
    left: -40px;
   animation: spin 5s linear infinite;
    
}
#username::placeholder{
    color: #10b7e9;
    font-size: 20px;
    padding: 5px;
    left: 600px; ;
    bottom: 900px;
    
    }
     #headling {
        font-size: 90px;
        top: px;
        left: 200px;
        
        text-shadow: 0 0 10px rgba(0, 195, 255, 0.5);
    }
   #button{
    width: 150px;
     height: 50px;
      border-radius: 25px;
       background-color: #106cec;
        color: #000;
         font-size: 20px;
          border: none;
           cursor: pointer;
          position: absolute;
        top: 320px;
       bottom: 400px;
       left: 10px;
        box-shadow: 0 0 10px rgba(0, 195, 255, 0.5);
}
}
@media screen and (max-width: 900p) {
    .rainbow-wrapper{
        width: 150px;
        right: 20px;
        border-radius: 40px;
        height: 70px;
        top: 210px;
        background: linear-gradient( 90deg, blue,#4d0199,#6300c6,#00c3ff);
        box-shadow: 10px, 10px, 10px blue,#4d0199,#6300c6,#00c3ff;
    }
    #username{
        height:  60px;
        width: 40px;
        border-radius: 30px;
        
    }
    #button{
        position: absolute;
        left: 13px;
        top: 360px;
        height: 22px;
        font-size: 9px;
        width: 90px;
    }
    #headling {
        font-size: 60px;
        
        top: 1130px;
        left: 10px;

        
    }
    #username::placeholder{
        font-size: 7px;
    
}
.container{
    display: flex;
    justify-content: center;
}
}
@media screen and (max-width: 667px){
    .rainbow-wrapper{
        width: 150px;
        right: 90px;
        border-radius: 40px;
        height: 70px;
        top: 210px;
        
    }
    #username{
        height:  60px;
        width: 140px;
        border-radius: 30px;
        
    }
    #button{
        position: absolute;
        left: 30px;
        top: 360px;
        height: 22px;
        font-size: 19px;
        width: 190px;
    }
    #headling {
        font-size: 60px;
        top: 130px;
        left: 160px;

        
    }
    #username::placeholder{
        font-size: 7px;
    
}
.container{
    display: flex;
    justify-content: center;
}
    
}
@media screen and (max-width:700px) {
    .get{
        position: absolute;
        top: 2000px;
    }

    .indiakeys{
        position: absolute;
        top: 810px;
        right: -120px;
        font-size: 15px;
        font-size: 11px;

    }
    .USA{
        width: 200px;
        height: 200px ;
        position: absolute;
        right: -180px;
        top: 1740px;
    }
    .usakey{
        position: absolute;
        right: -150px;
        top: -190px;
        font-size: 11px;
    }
    .se{
        position: absolute;
        top: -70px;
        right: 20px;

    }
    .rainbow-usa{
        width: 200px;
        height: 200px;

    }
    .I{
      position: absolute;
      right: 129px;
      top: -30px;
      
    }
    .e{
        position: absolute;
        top: -60px;
        right: 40px;
    }
    .clockfaceusa{
        width: 200px;
        height: 200px;
        position: absolute;
        top: -160px;
        right: 44px;
    }
.clockfaceuae{
    width: 200px;
    height: 200px;
    position: absolute;
    top: -160px;
    right: 45px;

}
.rainbow-uae{
    width: 200px;
    height: 200px;
}
.UAE{
    position: absolute;
    right: 130px;
    top: 1110px;
}
.uaekey{
    position: absolute;
     right: -260px;
     top: -200px;
     right: -160px;
     font-size: 11px;
}
.JAPAN {
    position: absolute;
    top: 840px;
    right: 270px;
}
.jp{
    position: absolute;
    right: 30px;
    top: -60px;
}
.japankey{
    position: absolute;
    top: -190px;
    
    right: -150px;
     font-size: 11px;
}
.rainbow-japan {
    position: absolute;
    right: -160px;
    top: 600px;
    width: 190px;
    height: 195px;
    border-radius: 50%;
    background: linear-gradient(90deg, #030251, #0013a0, #07014a);
    box-shadow: 3px 1px 30px #0078D7;
    z-index: 1;
}
.clockfacejapen{
    position: absolute;
    width: 200px;
    height: 200px;
    right: 50px;
    top: -165px;
    
}


    .clock{
        position: absolute;
        top: -63px;
        right: -60px;
    }

    .rainbow1{
        position: absolute;
        width: 200px;
        height: 200px;
        top: 840px;
        right: 130px;
    }
    .clockface1{
        position: absolute;
        width: 200px;
        height: 200px;
        top: -165px;
        right: 45px;
        /* india */
    }
    .clock--wrapper{
        width: 200px;
        height: 200px;
    }
    .clock{
        
        width: 200px;
        height: 200px;
    }
    .rainbow-wrapper{
        width: 200px;
        right: 85px;
        border-radius: 90px;
        height: 60px;
        position: absolute;
        left: 190px;
        top: 180px;
        box-shadow: 0px 3px 160px rgb(6, 15, 153);
        background: linear-gradient( 90deg, rgb(255, 0, 183),#4d0199,#6300c6,#00c3ff);
        
        
    }
    #username{
        position: absolute;
        height:  58px;
        width: 196px;
        top: 1px;
        border-radius: 40px;
        
    }
    #button{
        position: absolute;
        left: 180px;
        top: 330px;
        height: 22px;
        font-size: 7px;
        width: 120px;
    }
    #headling {
        font-size: 50px;
        text-shadow: 10px 20px 10px  rgba(0, 195, 255, 0.7);
        top: 100px;
        left: 130px;

        
    }
    #username::placeholder{
        font-size: 11px;
    
}
.container{
    position: absolute;
    left: -100px;
    top: -50px;
}
.container1 {
  position: absolute;
  top: 700px;
  }
.wrapper{
    top: 40px;

}
.clockface {
    
    
    
    width: 250px;
    height: 250px;
   
    padding: 10px;
    border-width: 1px;
    position: absolute;
    right: -10px;
    top: -170px;
    


}
.raindow{
    content: '';
 position : absolute;
 top: 80px;
 width : 250px;
 height: 250px;
 border-radius:  50%;
background: linear-gradient(90deg, #21044f,#5f0169,#30002e);
 box-shadow: 3px 1px 30px #5f0169 ;
 z-index: 1;
}
#flag{
    
    bottom: -301px;
    left: 200px;
    top: 10px;
    position: absolute;
    

    }
    .container1{
        display: flex;
        position: relative;
        justify-content: center;
        
        
        
    }

.clock--wrapper {
    position: relative;
   top: 160px;

    
}
:root{
    --pink: white;
    
}
.ring--center{
    fill: var(--pink);
    stroke: var(--pink);
    stroke-width: 1px;
}
#hourhand2{
    transform: rotate(45deg);
    stroke: rgb(188, 136, 237);
    stroke-width: 5px;
    stroke-linecap: round;
}
#minutehand2{
    transform: rotate(90deg);
    stroke: rgb(216, 132, 213);
    
    stroke-width: 5px;
    stroke-linecap: round;
}

#secondhand2{
    stroke: var(--pink);
    stroke-width: 1px;
    stroke-linecap: round;
    transition: transform 1.0s linear;
    transform: rotate(360deg);

    
     
    

}
.date{
    fill: white;
    font-size: 1.5rem;
}
.am-pm{
    fill: white;
    font-size: 0.7rem;
    

}
.malik{
    fill: white;
    font-size: 0.7rem;
}

.date1{
    fill: white;
    font-size: 0.5rem;
}
.no1{
    fill:white;
    font-size: 1rem;
}
.f4{
    position: absolute;
    top: 460px;
    left: 90px;
    font-size: 40px;
}
.f3{
    position: absolute;
    top: 410px;
    left: 30px;
}
.f2{
    position: absolute;
    top: 200px;
}

.f1{
    color:#00c3ff; ;
    position: absolute;
    top: 520px;
    left: 30px;
    font-size: 21px;
    
    

}


.imp{
    position:absolute;
    top: 595px;
    left: 10px;
    font-size: 12px;
}
}
#link{
    position: absolute;
    font-size: 0.1px;
}