* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    color: #ededed;
    background: #0f2e3d;
    font-family: serif;
    min-height: 100vh;
    overflow-x: hidden;
}
canvas {
            position: fixed;
            top: 0;
            left: 0;
            z-index: -1; 
            background: #0f2e3d; 
}
#loading-screen {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 1;
}

#portfolio-content {
	position: relative;
    z-index: 1;
    padding: 20px;
  display: none; 
    opacity: 0; 
  min-height: 100vh;
}

.img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
    max-width: 50%;
    animation: drop-shadow-animation 50s infinite;
}


@keyframes drop-shadow-animation {
    0% { filter: drop-shadow(0 0 1rem #FF5733); }
    6.25% { filter: drop-shadow(0 0 1rem #ffcc00); }
    12.5% { filter: drop-shadow(0 0 1rem #00ffcc); }
    18.75% { filter: drop-shadow(0 0 1rem #F1C40F); }
    25% { filter: drop-shadow(0 0 1rem #8E44AD); }
    31.25% { filter: drop-shadow(0 0 1rem #E74C3C); }
    37.5% { filter: drop-shadow(0 0 1rem #3498DB); }
    43.75% { filter: drop-shadow(0 0 1rem #2ECC71); }
    50% { filter: drop-shadow(0 0 1rem #F39C12); }
    56.25% { filter: drop-shadow(0 0 1rem #1ABC9C); }
    62.5% { filter: drop-shadow(0 0 1rem #D35400); }
    68.75% { filter: drop-shadow(0 0 1rem #C0392B); }
    75% { filter: drop-shadow(0 0 1rem #9B59B6); }
    81.25% { filter: drop-shadow(0 0 1rem #34495E); }
    87.5% { filter: drop-shadow(0 0 1rem #2C3E50); }
    93.75% { filter: drop-shadow(0 0 1rem #F5B041); }
    100% { filter: drop-shadow(0 0 1rem #FF5733); }
}

.text-container {
    text-align: center;
}
.shalini-text {
    text-align: center;
    font-size: 2em;
    text-shadow: 
        0 0 5px #00ffcc,
        0 0 10px #00ffcc,
        0 0 15px #00ffcc,
        0 0 20px #00ccff,
        0 0 30px #00ccff,
        0 0 40px #00ccff;
    animation: multi-shadow 50s infinite;
}


@keyframes multi-shadow {
    0% {
        text-shadow: 
            0 0 5px #00ffcc, 
            0 0 10px #00ffcc, 
            0 0 15px #00ffcc, 
            0 0 20px #00ccff, 
            0 0 30px #00ccff,
            0 0 40px #00ccff; 
    }
    25% {
        text-shadow: 
            0 0 10px #ff00cc, 
            0 0 15px #ff00cc, 
            0 0 20px #ff00cc, 
            0 0 30px #cc00ff, 
            0 0 40px #cc00ff,
            0 0 50px #cc00ff; 
    }
    50% {
        text-shadow: 
            0 0 15px #ffcc00, 
            0 0 20px #ffcc00, 
            0 0 30px #ffcc00, 
            0 0 40px #cccc00, 
            0 0 50px #cccc00,
            0 0 60px #cccc00; 
    }
    75% {
        text-shadow: 
            0 0 20px #00ccff, 
            0 0 25px #00ccff, 
            0 0 30px #00ccff, 
            0 0 40px #00ffcc, 
            0 0 50px #00ffcc,
            0 0 60px #00ffcc; 
    }
    100% {
        text-shadow: 
            0 0 5px #00ffcc, 
            0 0 10px #00ffcc, 
            0 0 15px #00ffcc, 
            0 0 20px #00ccff, 
            0 0 30px #00ccff,
            0 0 40px #00ccff; 
    }
}

.about-me-text-cnt {
    text-align: left;
    font-size: 1.4em;
}

.about-me-txt {
    text-decoration: underline;
    text-decoration-color: cyan;
    margin-left: 3%;
    margin-top: 3%;
    
}

.about-cnt { 
    text-align: left;
    font-size: 0.9em;
}

.about-txt {
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.3;
}


.my-skills-txt-cnt {
    text-align: center;
    font-size: 1.4em;
}
.my-skills-txt {
    text-decoration: underline;
    text-decoration-color: cyan;
    margin-top: 3%;
}



.skills-container {
    max-width: 550px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}


.skill {
    display: flex;
    align-items: center;
    width: 100%;
}

.skill i {
    font-size: 24px;
    margin-right: 10px;
}

.skill span {
    min-width: 80px;
    font-size: 18px;
    margin-right: 10px;
}


.skill-bar {
    flex-grow: 1;
    background-color: #f0f0f0;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
    margin-left: 10px;
}


.skill-level {
    height: 100%;
    border-radius: 10px;
}


.html {
    background-color: #e34c26; 
    width: 98%; 
}

.css {
    background-color: #264de4; 
    width: 97%;
}

.javascript {
    background-color: #f0db4f; 
    width: 90%;
}

.dart {
    background-color: #0175C2; 
    width: 70%;
}

.java {
    background-color: #b07219;
    width: 65%;
}

.react {
    background-color: #61dafb;
    width: 60%;
}

.python {
    background-color: purple;
    width: 99%;
}

.go {
    background-color: #00ADD8; 
    width: 60%;
}

.contact-txt-cnt {
    text-align: center;
    font-size: 1.4em;
}

.contact-txt {
    text-decoration: underline;
    text-decoration-color: cyan;
    margin-left: 3%;
    margin-top: 3%;
}

.cnt-cnt { 
    text-align: left;
    font-size: 0.9em;
}

.cnt-txt {
    margin-left: 3%;
    margin-top: 3%;
    line-height: 1.3;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
   
}

.social-media a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid cyan;
    border-radius: 50%;
    font-size: 20px;
    color: cyan;
    text-decoration: none;
    margin: 0 15px;
}

.social-media a:hover {
    background-color: cyan;
    color: black;
    box-shadow: 0 0 5px cyan, 0 0 25px cyan, 0 0 50px cyan, 0 0 100px cyan, 0 0 200px cyan;
}


footer {
    background-color: transparent;
    color: #ededed;
    padding: 20px;
    text-align: center;
    border-top: 2px solid cyan;
    margin-top: 20px;
}

footer .footer-content p {
    margin: 3px 0;
    font-size: 0.8em;
}

footer .footer-content strong {
    color: cyan;
}

footer .footer-content {
    margin-bottom: 10px;
}

footer .footer-copyright {
    font-size: 0.9em;
    color: #a0a0a0;
}

.star-cnt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
}

.stars {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: white;
    box-shadow: 0 0 5px white, 0 0 10px white, 0 0 15px white;
    border-radius: 50%;
    animation: moveStar 25s linear infinite;
}

@keyframes moveStar {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(
          calc(var(--moveX1) * 1vw),
          calc(var(--moveY1) * 1vh)
        );
    }
    50% {
        transform: translate(
          calc(var(--moveX2) * 1vw),
          calc(var(--moveY2) * 1vh)
        );
    }
    75% {
        transform: translate(
          calc(var(--moveX3) * 1vw),
          calc(var(--moveY3) * 1vh)
        );
    }
    100% {
        transform: translate(
          calc(var(--moveX4) * 1vw),
          calc(var(--moveY4) * 1vh)
        );
    }
}



.cat {
  position: relative;
  height: 170px;
  width: 192.1px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 15%;
}

.ear {
  position: absolute;
  top: -30%;
  height: 60%;
  width: 25%;
  background: #fff;
}
.ear::before, .ear::after {
  content: "";
  position: absolute;
  bottom: 24%;
  height: 10%;
  width: 5%;
  border-radius: 50%;
  background: #161616;
}
.ear::after {
  transform-origin: 50% 100%;
}

.ear--left {
  left: -7%;
  border-radius: 70% 30% 0% 0%/100% 100% 0% 0%;
  transform: rotate(-15deg);
}
.ear--left::before, .ear--left::after {
  right: 10%;
}
.ear--left::after {
  transform: rotate(-45deg);
}

.ear--right {
  right: -7%;
  border-radius: 30% 70% 0% 0%/100% 100% 0% 0%;
  transform: rotate(15deg);
}
.ear--right::before, .ear--right::after {
  left: 10%;
}
.ear--right::after {
  transform: rotate(45deg);
}

.face {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  border-radius: 50%;
}

.eye {
  position: absolute;
  top: 35%;
  height: 30%;
  width: 31%;
  background: #fff;
  border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
}
.eye::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
  border-radius: 0 0 50% 50%/0 0 40% 40%;
  background: #161616;
  -webkit-animation: blink 4s infinite ease-in;
          animation: blink 4s infinite ease-in;
}
@-webkit-keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
@keyframes blink {
  0% {
    height: 0;
  }
  90% {
    height: 0;
  }
  92.5% {
    height: 100%;
  }
  95% {
    height: 0;
  }
  97.5% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.eye::before {
  content: "";
  position: absolute;
  top: 60%;
  height: 10%;
  width: 15%;
  background: #fff;
  border-radius: 50%;
}

.eye--left {
  left: 0;
}
.eye--left::before {
  right: -5%;
}

.eye--right {
  right: 0;
}
.eye--right::before {
  left: -5%;
}

.eye-pupil {
  position: absolute;
  top: 25%;
  height: 50%;
  width: 20%;
  background: #161616;
  border-radius: 50%;
  -webkit-animation: look-around 4s infinite;
          animation: look-around 4s infinite;
}
@-webkit-keyframes look-around {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(50%, -25%);
  }
  10% {
    transform: translate(50%, -25%);
  }
  15% {
    transform: translate(-100%, -25%);
  }
  20% {
    transform: translate(-100%, -25%);
  }
  25% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes look-around {
  0% {
    transform: translate(0);
  }
  5% {
    transform: translate(50%, -25%);
  }
  10% {
    transform: translate(50%, -25%);
  }
  15% {
    transform: translate(-100%, -25%);
  }
  20% {
    transform: translate(-100%, -25%);
  }
  25% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.eye--left .eye-pupil {
  right: 30%;
}
.eye--right .eye-pupil {
  left: 30%;
}
.eye-pupil::after {
  content: "";
  position: absolute;
  top: 30%;
  right: -5%;
  height: 20%;
  width: 35%;
  border-radius: 50%;
  background: #fff;
}

.muzzle {
  position: absolute;
  top: 60%;
  left: 50%;
  height: 6%;
  width: 10%;
  background: #fff;
  transform: translateX(-50%);
  border-radius: 50% 50% 50% 50%/30% 30% 70% 70%;
}



