body {
    margin: 0;
    padding: 0;
    font-family: Verdana, sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
    position: relative;
    height: auto;
    font-family: 'Press Start 2P', cursive;

  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-color: rgb(0, 0, 0);
    z-index: -1;
    opacity: 1;
    background-image: url('gridbg.png');
    animation: checkers 20s linear infinite;
}
@keyframes checkers {
    0% {
      transform: translateX(0px) translateY(-100px) ;
    }
    50% {
      transform: translateX(1500px) translateY(0px);
    }
    60% {
        opacity:0;
      transform: translateX(5000px) translateY(2000px);
    }
    70% {
      transform: translateX(-1300px) translateY(0px);
    }
    100% {
      transform: translateX(0px) translateY(100px);
    }
  }
  


  .starsbg {
    z-index: 5;
  }
  .stars{
    position: absolute;
    left: 0px;
    top: 100px;
    opacity: 1;
    z-index: 5;
  }
  .green {
    position: absolute;
    width: 1500px;
    height: 1200px;
    left: -50px;
    top: -400px;
    overflow: hidden;
    z-index: 0;
  }
.animation {
    position: relative;
left: 62%;
top: 430px;
transform: scale(1);

}

.WhiteGrid {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 60%;
    top: -30px;
    transform: rotate(-7deg);
    border: 5px solid rgb(0, 217, 255);
    overflow: hidden;
    z-index: 1;
  }
  
  .grid {
    position: absolute;
    height: 200%;
    width: 200%;
    top: 0;
    left: 0;
    background-image: url('https://i.pinimg.com/1200x/86/ae/c3/86aec36b97e9bf663d22de7637caeaa3.jpg');
    background-repeat: repeat;

    animation: gridMove 10s linear infinite;
    transform-origin: center;
    transition: transform 0.5s ease; /* smooth scale on hover */
  }
  
  
  @keyframes gridMove {
    from {
      background-position: 0 0;
    }
    to {
      background-position: 280px 220px;
    }
  }
  .needy {
    position: relative;
    transform: skewX(-20deg) scale(1.5);
    left: 30px;
    top: 40px;
  }
  .needy2 {
    position: relative;
    transform: scale(1.7);
    top: -237px;

  }
  .StarGraph {
    position: relative;
    transform: skewX(-20deg) scale(1.5);
    left: 120px;
    top: 250px;
  }

    .pfp {
        position: relative;
        width: 8%;
        height: 95px;
        top: 80px;
        left: 1%;
        border: 3px solid rgb(1, 1, 122);
        background-color: white;
        border-radius: 50%;
        z-index: 5;
        overflow: hidden;
    }
    .anime {
        position: relative;
        transform: scale(.5);
        right: 90px;
        bottom: 90px;
    }
    .pfpDrop {
        position: relative;
        width: 8%;
        height: 95px;
        top: -20px;
        left: 1%;
        border: 3px solid rgb(1, 1, 122);
        background-color: rgb(95, 95, 248);
        border-radius: 50%;
        z-index: 4;
    }
    .NameLine {
        position: relative;
        width: 25%;
        height: 6px; /* Give it visible height */
        top:-50px;
        left: 3%;
        transform: rotate(-7deg);
        background: linear-gradient(90deg, #69dcff, #f0f);
        border-radius: 10px;
        z-index: 4;
        border: none; /* Remove solid border if using gradient */
        animation: hotline 3s infinite;
      }
      @keyframes hotline {
        0%{
            transform: skewX(20deg);
        }
        50%{
            transform: skewX(-20deg) rotate(-5deg) scale(1.05);
        }
        100% {
            transform: skewX(20deg);
        }
      }
      @keyframes miami {
        0%{
            transform: skewX(10deg);
        }
        50%{
            transform: skewX(-0deg) rotate(-2deg);
        }
        100% {
            transform: skewX(10deg);
        }
      }



    .PfpName {
        position: relative;
        font-size: 2vw;
        bottom: 30px;
        left: 0px;
        width: 400px;
        /* Gradient fill */
        background: linear-gradient(45deg, #69dcff, #f0f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(1px 1px 2px black);

        -webkit-text-stroke: 2px black;
      }
      
    .meter {
        position: relative;
        width: 300px;
        height: 20px;
        margin: -80px auto 20px auto;
        background: rgb(1, 1, 122);
        border-radius: 25px;
        padding: 10px;
        left: 20%;
        top: 350px;
        background: linear-gradient(180deg, #69dcff, #f0f);
        box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
        z-index: 5;
        border: 4px solid rgb(24, 32, 255);
      }
      .meterBG {
        position: relative;
        width: 300px;
        height: 20px;
        margin: 60px auto 20px auto;
        background: rgb(1, 1, 122);
        border-radius: 25px;
        padding: 10px;
        left: 21%;
        top: 258px;
        box-shadow: inset 0 -1px 1px rgb(1, 1, 122);
        z-index: 0;
      }
      .meter > span {
        display: block;
        z-index: 5;
        height: 100%;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: rgb(43, 194, 83);
        background-image: linear-gradient(
          center bottom,
          rgb(43, 194, 83) 37%,
          rgb(84, 240, 84) 69%
        );
        box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
          inset 0 -2px 6px rgba(0, 0, 0, 0.4);
        position: relative;
        overflow: hidden;
      }
      .meter > span:after,
      .animate > span > span {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-image: linear-gradient(
          -45deg,
          rgba(255, 255, 255, 0.2) 25%,
          transparent 25%,
          transparent 50%,
          rgba(255, 255, 255, 0.2) 50%,
          rgba(255, 255, 255, 0.2) 75%,
          transparent 75%,
          transparent
        );
        z-index: 1;
        background-size: 50px 50px;
        animation: move 2s linear infinite;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px;
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden;
        
      }
      
      .animate > span:after {
        display: none;
      }
      
      @keyframes move {
        0% {
          background-position: 0 0;
        }
        100% {
          background-position: 50px 50px;
        }
      }
      
      .blue > span {
        background-image: linear-gradient(#6578f1, #250af3);
        
      }
      
      .green > span {
        background-image: linear-gradient(#51f9ff, #00e1f1);
      }
      .yellow > span {
        background-image: linear-gradient(#dbdf5c, rgb(242, 255, 64));
      }
      .nostripes > span > span,
      .nostripes > span::after {
        background-image: none;
      }
      
      #page-wrap {
        width: 490px;
        margin: 80px auto;
      }

      .StatsLine {
        position: relative;
        width: 15%;
        height: .1px;
        top: 155px;
        left: 8%;
        transform: rotate(-7deg);
        border-radius: 5%;
        z-index: 4;
        
    }


    .StatsName {
        animation: miami 3s infinite;
        white-space: nowrap;
        position: relative;
        background: linear-gradient(45deg, #69dcff, #f0f);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        filter: drop-shadow(1px 1px 2px black);

        -webkit-text-stroke: 2px black;
        
bottom: 80px;
left: -10%;
font-size: 2rem;
min-inline-size: 10px;

    }

    .StatsName:nth-of-type(2) {
        white-space: nowrap;
        position: relative;
        color: rgb(105, 220, 255);
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 2px;
bottom: 20px;
left: -20%;
width: 300px;
font-size: 2rem;
min-inline-size: 10px;
    }
    .StatsName:nth-of-type(3) {
        white-space: nowrap;
        position: relative;
        color: rgb(105, 220, 255);
        -webkit-text-stroke-color: black;
        -webkit-text-stroke-width: 2px;
        width: 500px;
bottom: -38px;
left: -50%;
font-size: 2rem;
min-inline-size: 10px;
    }

      .SideButtons {
        position: absolute;
width: 200px;
height: 500px;
left: 85%;
top: 0px;
z-index: 10;
transform: scale(.8);
  transition: left 0.3s ease;
      }

      .hamburger {
        position: absolute;
        width: 100px;
        height: 90px;
        top: 0;
        right: 0;
        border: 5px solid white;
        background-color: rgb(83, 83, 255);
        border-radius: 50%;
        z-index: 6;
        transition: background-color 0.3s ease, transform 0.3s ease, right 0.3s ease;
        animation: onLoad3 .2s linear;
      }
      
        .drawings {
        position: absolute;
        width: 100px;
        height: 90px;
        top: 140px;
        right: 0;
        border: 5px solid white;
        background-color: rgb(83, 83, 255);
        border-radius: 50%;
        z-index: 6;
        transition: background-color 0.3s ease, transform 0.3s ease;
        animation: onLoad3 .2s linear;
      }

.hamburger:hover, .drawings:hover, .blogs:hover {
    background-color: rgb(35, 35, 184);
    transform: scale(1.1);
    cursor: grab;
}

      .blogs {
        position: absolute;
        width: 100px;
        height: 90px;
        top: 275px;
        right: 0;
        border: 5px solid white;
        background-color: rgb(83, 83, 255);
        border-radius: 50%;
        z-index: 6;
        transition: background-color 0.3s ease, transform 0.3s ease;
        animation: onLoad3 .2s linear;
      }
      .hamdrop {
        position: relative;
        width: 110px;
        height: 110px;
        top: -5px;
        right: -75px;
        border: 5px solid white;
        background-color: rgb(39, 39, 114);
        border-radius: 50%;
        z-index: 1;
        animation: onLoad3 .2s linear;
        transition: right 0.3s ease;
      }
      .blogdrop {
        position: relative;
        width: 110px;
        height: 110px;
        top: 15px;
        right: -75px;
        border: 5px solid white;
        background-color: rgb(39, 39, 114);
        border-radius: 50%;
        z-index: 1;
        animation: onLoad3 .2s linear;
      }
      .drawdrop {
        position: relative;
        width: 110px;
        height: 110px;
        top: 30px;
        right: -75px;
        border: 5px solid white;
        background-color: rgb(39, 39, 114);
        border-radius: 50%;
        z-index: 1;
        animation: onLoad3 .2s linear;
      }

      .fa-solid {
        position: relative;
        left: 41px;
        top: 35px;
        transform: scale(4);
        color: white;
        
      }
      .fa-paintbrush {
        position: relative;
        left: 41px;
        top: 35px;
        transform: scale(3.5);
        color: white;
      }

      .fa-solid:hover {
        color: rgb(41, 41, 124);
      }



      .box1 {
        position: relative;
        border-left-color: rgb(0, 89, 255);
        border-right-color: rgb(0, 89, 255);
        border-top-color: rgb(0, 195, 255);
        border-bottom-color: rgb(0, 187, 255);
        border-width: 10px;
        border-style: solid;
        transform: rotate(-30deg) skewY(30deg);
        animation: onLoad2 .3s linear;
left: 500px;
width: 400px;
height: 300px;
background-color: white;
top: -1170px;
z-index: 5;
overflow: hidden;

      }
      .box3 {
        position: relative;
        border-left-color: rgb(0, 89, 255);
        border-right-color: rgb(0, 89, 255);
        border-top-color: rgb(0, 195, 255);
        border-bottom-color: rgb(0, 187, 255);
        border-width: 10px;
        border-style: solid;
        transform: rotate(-30deg) skewY(30deg);
        animation: onLoad2 .3s linear;
left: 600px;
width: 400px;
height: 70px;
background-color: white;
top: -1700px;
z-index: 5;
overflow: hidden;
      }
      
      .box2 {
        position: relative;
        animation: onLoad .5s linear;
left: 1050px;
width: 400px;
height: 250px;
background-color: white;
top: -1500px;
z-index: 5;
border-left-color: rgb(0, 89, 255);
border-right-color: rgb(0, 89, 255);
border-top-color: rgb(0, 195, 255);
border-bottom-color: rgb(0, 187, 255);
border-width: 10px;
border-style: solid;
transform: rotate(-20deg) skewY(20deg);     
animation: onLoad .3s linear;
animation-delay: .1s;

} 
.box4 {
    position: relative;
    animation: onLoad .5s linear;
left: 900px;
width: 300px;
height: 250px;
background-color: white;
top: -1660px;
z-index: 5;
border-left-color: rgb(0, 89, 255);
border-right-color: rgb(0, 89, 255);
border-top-color: rgb(0, 195, 255);
border-bottom-color: rgb(0, 187, 255);
border-width: 10px;
border-style: solid;
transform: rotate(20deg) skewY(-20deg);     
animation: onLoad5 .3s linear;
animation-delay: .1s;


} 
.correct {
    transform: skew(-25deg);
}
.projects {
    position: relative;
    width: 500px;
    height: 252px;
    bottom: 0px;
    z-index: 1;
    overflow-y: auto;
    overflow-x:hidden;
}
.tiktok-embed {
    transform: skew(-10deg);
}
.About {
    position: relative;
    background: linear-gradient(45deg, #69dcff, #f0f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 2px black;
    font-size: 30px;
    bottom: 50px;
}
.check {
    position: absolute;
        background: linear-gradient(45deg, #69dcff, #f0f);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
                -webkit-text-stroke: 2px black;
        font-size: 30px;
        transform: skewX(-20) rotate(-3deg);
        bottom: 0px;
        z-index: 5;
    }
.About2 {
    position: relative;
    left: 5px;
        font-size: 18px;
       
    }
.gir {
    position: absolute;
    z-index: 5;
    left: 85%;
    top: 500px;
}


.pills {
    position: absolute;
    top: 400px;
    right: -100px;
    transform: scale(.2);
}
@keyframes onLoad2 {
    0% {
        transform: translateY(-100px)rotate(-30deg)skewY(30deg);
    }
    50% {
        transform: translateY(50px)rotate(-30deg)skewY(30deg);
    }
   100% {
    transform: translateY(0px) rotate(-30deg)skewY(30deg);

    } 
    
    }
    @keyframes onLoad {
        0% {
            transform: translateY(-100px);
        }
        50% {
            transform: translateY(50px)rotate(-20deg)skewY(20deg);
        }
       100% {
        transform: translateY(0px) rotate(-20deg)skewY(20deg);
    
        } 
        
        }
        @keyframes onLoad5 {
            0% {
                transform: translateY(-100px);
            }
            50% {
                transform: translateY(50px)rotate(20deg)skewY(-20deg);
            }
           100% {
            transform: translateY(0px) rotate(20deg)skewY(-20deg);
        
            } 
            
            }
        @keyframes onLoad3 {
            0% {
                transform: translateY(-50px);
                opacity: 0;
            }
            100% {
                transform: translateY(0px);
                opacity: 1;
            }
        
            }

            @keyframes onLoad4 {
                0% {
                    transform: translateY(0px) translateX(-60px);
                
                }50%{
                    transform: translateY(-450px) translateX(-60px);
                }
                100% {
                    transform: translateY(-400px) translateX(-50px) rotate(1deg);
                   
                }
            
                }
    
            @keyframes animationIdle {
                0% {
                  transform: translateY(-400px) translateX(-60px) rotate(1deg);
                }
                50% {
                  transform: translateY(-400px) translateX(-80px) rotate(-1deg);
                }
                100% {
                  transform:translateY(-400px)  translateX(-60px) rotate(1deg);
                }
              }
              .boatbg {
                position: relative;
                left: 300px;
                top: 300px;

                z-index: 10;
              
                /* Chain animations with delay */
                animation: 
                  onLoad4 0.3s linear forwards,
                  animationIdle 2s linear infinite;
              
                animation-delay: 
                  0s,          /* onLoad4 plays immediately */
                  0.3s;        /* animationIdle starts after onLoad4 finishes */
              
                animation-fill-mode: 
                  forwards,    /* onLoad4 keeps its final position */
                  none;        /* animationIdle loops forever */
              }
              
              .allBoxes {
               position: relative;
               top: 180px;
               left: -100px;
               transform: scale(.95);
              }
              
              
              #sidebar {
                width: 500px;
                height: 1000px;
                left: 300px;
                bottom: -300px;
                position: absolute;
                background-color: white;
                transition: left 0.3s ease;
              }
              
              .devLog {
                
               width: 300px;
               height:300px;
               position: relative;
               left: 0;
               top: 0;
               background-color: green;
               
                
              }
              
              
              
              
              
              
              