@import url('https://fonts.cdnfonts.com/css/archivo-narrow-3');

  html {
    scroll-behavior: smooth;
}

                
    body {
      font-family: 'Archivo Narrow', sans-serif;
      background-repeat: no-repeat;
      background-image: url(HEROSCREEN.CC-DESKTOP-WALLPAPER-AESTHETIC-ABSTRACT-21-9-01212021.png);
      background-attachment: fixed;
      background-size: cover;
      color: #f0f0f0;
      margin: 0;
      padding: 0;
      font-size: 40px;
    }
    header {
      display: flex;
      justify-content: center;
      gap: 20px;
      background-color: #1f1f1f;
      padding: 20px;
    }
    header a {
      color: #00bcd4;
      text-decoration: none;
      font-weight: bold;
    }
    header a:hover {
      text-decoration: underline;
    }
    .profile {
      text-align: center;
      padding: 40px 20px 20px;
      
    }
    .profile img {
      width: 300px;
      height: 200px;
      border-radius: 5px;
      border: 3px solid #00bcd4;
      box-shadow: 0 0 10px rgba(0, 188, 212, 0.5);
    }
    .profile h1 {
      font-size: 2.5em;
      margin-top: 15px;
    }
    section {
      max-width: 600px;
      margin: 30px auto;
      padding: 0 20px;
    }
    h2 {
      color: #00bcd4;
      border-bottom: 2px solid #00bcd4;
      padding-bottom: 5px;
    }
    ul {
      list-style: none;
      padding-left: 0;
    }
    li {
      padding: 8px 0;
      border-bottom: 1px solid #333;
    }

    nav {
      background-color: rgba(21, 32, 48, 0.6); 
      padding: 10px;
      text-align: center;
      border-radius: 10px; 
      box-shadow: 0 0 15px #000000;
      width: 60%; 
      margin: 10px auto; 
      position: fixed; 
      top: 10px; 
      z-index: 1000; 
      backdrop-filter: blur(8px); 
      transition: background-color 0.3s, box-shadow 0.3s, transform 0.3s;
      display: flex; 
      justify-content: center; 
      gap: 20px; 
      box-shadow: 5px 5px #06090f; 
    }
  
    nav.scrolled {
      background-color: rgba(6, 8, 10, 0.8);
      box-shadow: 0 0 20px rgba(255, 255, 255, 0.5); 
    }
  
    nav img {
      height: 40px;
      vertical-align: middle;
      margin-right: 15px;
      border-radius: 50%; 
    }
  
    nav a {
      color: white;
      text-decoration: none;
      margin: 0;
      display: inline-block;
      font-weight: bold;
    }
  
   
    @media (max-width: 768px) {
      nav {
        display: flex;
        flex-direction: column;
        align-items: center;
      }
  
      nav a {
        margin: 10px 0;
      }
    }
    .topnav {
      overflow: hidden;
      background-color: #333;
    }
    
    
    .topnav a {
      float: left;
      display: block;
      color: #000000;
      text-align: center;
      padding: 14px 16px;
      text-decoration: none;
      border-radius: 10px;
      backdrop-filter: blur(8px);
    }
    
  
    .topnav a:hover {
      background-color: #ddd;
      color: black;
      border-radius: 10px;
    }
    .navma {
      transition: transform 0.3s, background-color 0.3s;
      border-radius: 10px;
    }
    .navma:hover {
    background-color: #233550;
    color: white;
    border-radius: 10px;  
    }

    @keyframes rainbow-glow {
  0%   { text-shadow: 0 0 10px #ff0000; color: #ff0000; }
  16%  { text-shadow: 0 0 10px #ff9900; color: #ff9900; }
  33%  { text-shadow: 0 0 10px #ffff00; color: #ffff00; }
  50%  { text-shadow: 0 0 10px #00ff00; color: #00ff00; }
  66%  { text-shadow: 0 0 10px #0000ff; color: #0000ff; }
  83%  { text-shadow: 0 0 10px #9900ff; color: #9900ff; }
  100% { text-shadow: 0 0 10px #ff0000; color: #ff0000; }
}

@keyframes rainbow-bg {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

#rainbow-shadow {
  animation: rainbow-glow 100s linear infinite;
  font-size: 2em;
  font-weight: bold;
  padding: 12px 24px;
  display: inline-block;
  border-radius: 10px;

 
  !background: linear-gradient(270deg, 
    red, orange, yellow, green, cyan, blue, violet, red);
  background-size: 400% 400%;
  animation: rainbow-glow 2s linear infinite,
             rainbow-bg 5s linear infinite;

  
  color: white;
}



.pro {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 1.5em;
  color: #00bcd4;
  border: 3px solid #101824;
  border-radius: 20px;
  transition-duration: 0.4s;
  padding: 5px;
  text-align: center;
  width: 900px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px 4px;
  box-sizing: border-box;
  word-break: break-all;
  color: #fff;
  backdrop-filter: blur(8px);
  margin-bottom: 40px;
}
.pro:hover {
  border: 3px solid #21324c;
  box-shadow: 5px 5px #06090f;
}   
p {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 20px;
  color: #00bcd4;
  text-align: left;
  margin: 20px auto;
  max-width: 800px;
}
h1 {
  font-family: 'Archivo Narrow', sans-serif;
  font-size: 2.5em;
  color: #00bcd4;
  text-align: center;
  margin-top: 20px;
}
.projects-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 30px;
      padding: 40px 20px;
    }

    .project-card {
      width: 90%;
      max-width: 700px;
      backdrop-filter: blur(8px);
      border: 3px solid #101824;
      border-radius: 20px;
      box-shadow: 5px 5px #06090f;
      background-color: rgba(0, 0, 0, 0.4);
      color: #fff;
      font-family: 'Archivo Narrow', sans-serif;
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .project-card:hover {
    box-shadow: #000000 0 0 15px;
      transform: translateY(-5px);
     
    }

    .project-title {
      font-size: 1.8em;
      color: #00bcd4;
      margin-bottom: 10px;
      text-align: center;
    }

    .project-desc {
      font-size: 1em;
      margin-bottom: 15px;
      text-align: center;
    }

    .project-links {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .project-links a {
      background-color: #00bcd4;
      color: #000;
      text-decoration: none;
      padding: 8px 16px;
      border-radius: 8px;
      font-weight: bold;
      transition: background-color 0.3s, transform 0.3s;
    }

    .project-links a:hover {
      background-color: #0097a7;
      transform: translateY(-2px);
    }
  
