html, body {
    margin: 0;
    height: 100%;
}

body {
    min-height: 100vh;
    background-image: linear-gradient(to bottom, #6fa7d8, #ffffff);
    background-repeat: no-repeat;
    background-attachment: fixed;
}


@keyframes flicker {
    0%, 18%, 22%, 25%, 54%, 56%, 100% {
        opacity: 1;
        text-shadow: 0 0 12px rgba(0, 153, 255, 0.75);
    }
    20%, 24%, 55% {
        opacity: 0.3;
        text-shadow: 0 0 6px rgba(0, 153, 255, 0.4);
    }
}

#box1 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: rgba(4, 3, 4, 0.875);
    border: 5px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    height: 970px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    background-image:
        radial-gradient(circle at top left, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at top right, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at bottom left, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at bottom right, rgba(0,212,255,0.95) 0, transparent 34%);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 56px 56px;
}

#box12 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: rgba(165, 182, 173, 0.797);
    border: 2px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    min-height: 150px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 2;
    overflow: hidden;
}
#boXx3 {
    position: absolute;
    top: 300px;
    right: 25%;
    width: 10%;
    background-color: rgba(88, 255, 62, 0.875);
    background-image: linear-gradient(to bottom, rgba(64, 187, 6, 0.809), rgba(88, 255, 62, 0.875));
    border:5px solid gray;
    border-radius: 25px;
    
    padding: 20px;
    height: 345px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 10;
}
#boxX3::before {
    content: "";
    position: absolute;
    top: 220px;
    left: 5px;
    width: calc(100% - 10px);
    height: 120px;
    background-color: rgba(55, 0, 255, 0);
    background-image: linear-gradient(to bottom, rgba(239, 239, 243, 0), rgba(253, 252, 252, 0.402));
    border-radius: 12px;
}
#box4 {
    position: absolute;
    top: 70px;
    left: 25%;
    width: 10%;
    background-color: rgba(32, 42, 184, 0.875);
    background-image: linear-gradient(to bottom, rgba(36, 106, 219, 0.881), rgba(30, 9, 187, 0.946));
    border:4px solid gray;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    height: 620px;
    
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index:5;
}
#box4::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: 100px;
    background-color: rgba(9, 255, 0, 0);
    background-image: linear-gradient(to bottom, rgba(255, 252, 252, 0.808), rgba(30, 9, 187, 0));
    border-radius: 12px;
}
#box5 {
    position: absolute;
    top: 300px;
    left: 37%;
    width: 500px;
    background-image: url(image/Box5.gif);
    background-color: rgb(255, 187, 0);
    border:3px solid gray;
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    height: 300px;
    
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 1;
}



 #clickButton 
{
    position: absolute;
    top: 10px;
    left: 29%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 18px;
    background-color: #af4c4c;
    color: rgb(220, 7, 7);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 10;
}
 #clickButton1 
{
    position: absolute;
    top: 230px;
    left: 45%;
    transform: translateX(-50%);
    padding: 10px 20px;
    font-size: 18px;
    background-color: #af4c4c;
    color: rgb(220, 7, 7);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    z-index: 30;
}
#audioPlayer {
    position: absolute;
    top: 580px;
    left: 69.8%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 12;
 background: #a30c8200;
  color: #f3000000;
  border-radius: 12px;
  font-family: sans-serif;
  text-align: center;
}



#yeha{
    position: absolute;
    top: 470px;
    left: 30%;
    transform: translateX(-50%);
    
    height: 50px;
    width: 200px;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    z-index: 9;

     border: gray solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
}
#blue{
    position: absolute;
    top: 340px;
    left: 30%;
    transform: translateX(-50%);
    height: 100px;
    width: 200px;
    
    border: gray solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
 }   
#pink{
    position: absolute;
    top: 630px;
    left: 29%;
    transform: translateX(-50%);
    padding: 10px 20px;
    height: 50px;
    font-size: 18px;
    background-color: #ff69b4;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    z-index: 7;
 }   
 
#wEeek{
    position: absolute;
    top: 310px;
    left: 65.5%;
    width: 220px;
    height: 150px;
    z-index: 16;
    border: 7px solid gray;
    border-radius: 25px;
 }
 #box6 {
    position: absolute;
    top: 320px;
    left: 38%;
    width: 15%;
    background-color: rgba(237, 237, 237, 0.672);
    border: 2px solid rgba(12, 238, 99, 0);
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    height: 260px;
    
    font-size: 18px;
    color: rgb(0, 0, 0);
    font-family:fantasy;
    z-index: 6;
    text-decoration:solid red;
 }
 #box2 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 885px;
    height: 150px;
    color: rgb(255, 255, 255);
    background-image: url("image/room.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 10;
    overflow: hidden;
    }


.carousel {
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    border: 5px solid rgba(249, 39, 39, 0);
    overflow: hidden;
    z-index: 1;
    
}

.track {
    display: flex;
    width: max-content;
    gap: 16px;
    animation: scroll 20s linear infinite;
    will-change: transform;
}

.group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex: 0 0 auto;
    padding: 8px 0;
}

.card {
    flex: 0 0 200px;
    height: 150px;
    width: 200px;
    border-radius: 12px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.card a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

#tumblr{
    position: absolute;
    top: 530px;
    left: 30%;
    transform: translateX(-50%);
    height: 50px;
    width: 200px;
    
    border: rgb(128, 128, 128) solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
    
}

#insta{
     position: absolute;
    top: 600px;
    left: 30%;
    transform: translateX(-50%);
    height: 50px;
    width: 200px;
    
    border: gray solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
    
}

#mii{
    position: absolute;

    transform: translateX(-50%);
    padding: 20px;
    height: 360;
     z-index: 12;
     top: 300px;
    left: 1050px;
    width: 250px;
    
    }



#SONG, #song {
    position: absolute;
    top: 625px;
    left: 70%;
    transform: translateX(-50%);
    padding: 12px 20px;
    z-index: 20;
    width: auto;
    height: auto;
    color: rgb(19, 18, 18);
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 0 8px rgba(24, 125, 213, 0.7);
    
}

.smily {
    width: 100%;
    min-height: 100vh;
    height: auto;
    background-image: url("image/smily.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#box10 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 150px;
    color: rgb(255, 255, 255);
    background-image: url("image/what.gif");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 10;
    overflow: hidden;
    }


#box14 {
    position: absolute;
    top: 400px;
    left: 13%;
    width: 10%;
    background-color: rgba(224, 224, 234, 0.389);
    border: 2px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    height: 400px;
    max-height: 745px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index:5;
    }


    #box11 {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    background-color: rgba(231, 229, 237, 0.875);
    border: 5px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    min-height: 1200px;
    box-shadow: 0 0 32px rgba(250, 252, 252, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    background-image:
        radial-gradient(circle at top left, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at top right, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at bottom left, rgba(0,212,255,0.95) 0, transparent 34%),
        radial-gradient(circle at bottom right, rgba(0,212,255,0.95) 0, transparent 34%);
    background-repeat: no-repeat;
    background-position: top left, top right, bottom left, bottom right;
    background-size: 56px 56px;
    }

    #fisk {
    position: absolute;
    top: 715px;
    left: 18%;
    transform: translateX(-50%);
    width: 180px;
    z-index: 12;
 background: #a30c83;
  color: #f30000;
  border-radius: 12px;
  font-family: sans-serif;
  text-align: center;
   }

   #front{
    position: absolute;
    top: 240px;
    left: 30%;
    transform: translateX(-50%);
   height: 85px;
    width: 150px;
    
    border: gray solid 5px;
    border-radius: 40px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    
    cursor: pointer;
    z-index: 8;
cursor: pointer;
    z-index: 23;
     }

#box15 {
    position: absolute;
    top: 220px;
    left: 50%;
    transform: translateX(-50%);
    width: 960px;
    height: 140px;
    color: rgb(255, 255, 255);
    background-image: url("image/gbanner.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 4px solid rgba(0, 212, 255, 0.9);
    border-radius: 25px;
    padding: 20px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 10;
    overflow: hidden;
    }

#box16 {
    position: absolute;
    top: 400px;
    left: 13%;
    width: 10%;
   background-image: url("image/sidebar.gif");
    border: 2px solid rgba(0, 213, 255, 0);
    border-radius: 25px;
    padding: 20px;
    box-sizing: border-box;
    height: 400px;
    max-height: 745px;
    box-shadow: 0 0 32px rgba(0, 213, 255, 0), inset 0 0 18px rgba(0, 213, 255, 0);
    z-index:5;
    }

    #img1 {
        position: absolute;
        top: 400px;
       left: 30%;
    width: 15%;
        height: 300px;
        background-image: url("Gallary/mg1.jpg");
        z-index: 40;
    }
    #img2 {
        position: absolute;
        top: 400px;
        left: 50%;
        width: 300px;
        height: 300px;
        background-image: url("Gallary/mg2.jpg");
        z-index: 40;
    }
    #img3 {
        position: absolute;
        top: 750px;
        left: 30%;
        width: 300px;
        height: 300px;
        background-image: url("Gallary/mg3.jpg");
        z-index: 40;
    }
  #box3rwer4 {
   position: absolute;
        
     width: 190px;
        height: 300px;
        background-image: url("image/pink bubbels.gif");
        z-index: 40;
        top: 510px;
     left: 24%;
     
}

#boxX72 {
     position: absolute;
    top: 460px;
    right: 25%;
    width: 10%;
    background-color: rgba(28, 188, 36, 0);
    font-size: 13.5px;

    padding: 20px;
    height: 100px;
    
    z-index: 10;
    }

    #book { 
      position: absolute;
    top: 260px;
    left: 30%;
    transform: translateX(-50%);
    height: 60px;
    width: 140px;
    
    
    
    cursor: pointer;
    z-index: 8;
}

#Icon {
 
    position: absolute;
    top: 275px;
    left: 52%;
    width: 400px;
    background-image: url(image/ICON.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    
    
    
    
    
    height: 350px;
    
   
    z-index: 15;

} 

#videorectext {
    position: absolute;
    top: 880px;
    left: 36%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(5, 29, 214);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline red;
   
   
   z-index: 50;
}

#videorec {
    position: absolute;
    top: 860px;
    left: 27%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #0080ff;
   border-radius: 10px;
   
   
   z-index: 50;
}
#albumrectext {
    position: absolute;
    top: 880px;
    left: 52%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(5, 29, 214);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline rgb(255, 0, 0);
   
   
   z-index: 50;
}
#Album{
    position: absolute;
    top: 860px;
    left: 43%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #0080ff;
   border-radius: 10px;
   
   
   z-index: 50;
}

#randomtext {
    position: absolute;
    top: 880px;
    left: 67%;
    width: 120px;
    height: 120px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(5, 29, 214);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline rgb(0, 255, 8);
   
   
   z-index: 50;
}

#random {
    position: absolute;
    top: 860px;
    left: 58%;
    width: 160px;
    height: 160px;
   font-size:15px;
   border: 5px solid #0080ff;
   border-radius: 10px;
   
   
   z-index: 50;
}

#ROUND
{
   position: absolute;
    top: 850px;
    right: 25.1%;
    width: 49.8%;
    background-image: url(image/behind.jpg);
    background-color: rgba(11, 15, 241, 0.342);
    border: 2px solid rgba(99, 99, 99, 0);
    border-radius: 25px;
    
    height: 185px;
    box-shadow: 0 0 32px rgba(0, 212, 255, 0.36), inset 0 0 18px rgba(0, 212, 255, 0.22);
    z-index: 1;
   }

#atme{
    position: absolute;
    top: 235px;
    left: 58%;
    width: 100px;
    height: 30px;
    z-index: 16;
    border: 2px solid gray;
    border-radius: 25px;
}





*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

img,
video,
canvas,
iframe {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    #box1,
    #box12,
    #box2,
    #box10,
    #box11,
    #box15 {
        width: min(95%, 1000px);
    }

    #box3,
    #box4,
    #box5,
    #box6,
    #box14,
    #box16,
    #box72,
    #me,
    #week,
    #audioPlayer,
    #clickButton,
    #clickButton1,
    #yeha,
    #blue,
    #book 
    #pink,
    #tumblr,
    #insta,
    #front,
    #fisk,
    #book,
    #img1,
    #img2,
    #img3,
    #box3rwer4,
    .carousel {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        transform: none;
        margin: 20px auto;
        width: min(95%, 500px);
    }

    #img1,
    #img2,
    #img3 {
        height: auto;
    }

    .carousel {
        bottom: auto;
    }
}

@media (max-width: 768px) {
    #box1,
    #box12,
    #box2,
    #box10,
    #box11,
    #box15,
    #box3,
    #box4,
    #box5,
    #box6,
    #box14,
    #box16,
    #box72,
    #me,
    #week,
    #img1,
    #img2,
    #img3,
    #box3rwer4,
    #book,
    .carousel {
        width: 100%;
        margin: 10px 0;
    }

    #box1,
    #box11 {
        min-height: auto;
    }

    .sky-screen,
    .smily {
        min-height: 100vh;
        height: auto;
    }

    {
        right: auto;
    }
}


#cloud {
         width: 100%;
    min-height: 100vh;
    
    background-image: url("image/buttfuck.gif");
    
        
        width: 100%;
    
    height: auto;
    
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
   
    }


#enter {
    position: absolute;
    top: 350px;
    left: 42%;
    width: 700px;
    height: 300px;
   font-size:15px;
   background-color: #eddfe600;
   color: rgb(255, 255, 255);
   font-style: italic;
   font-weight: 100px;
   text-decoration: underline red;
   animation: flicker 5s infinite;
   
   z-index: 50;
}

@keyframes flicker {
    0%, 100% {
        opacity: 1;
        text-shadow: 0 0 20px rgba(255,255,255,0.8);
    }
    10%, 30%, 50%, 70%, 90% {
        opacity: 0.7;
        text-shadow: none;
    }
    20%, 40%, 60%, 80% {
        opacity: 0.9;
        text-shadow: 0 0 8px rgba(255,255,255,0.5);
    }
}





































