
      * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
      }
      @keyframes fadeIn {
        from {
          opacity: 0;
          transform: translateY(20px);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      
      body {
        background-color: rgb(0, 0, 33);
        color: white;
        font-family: "Poppins", sans-serif;
        scroll-behavior: smooth;
        animation: fadeIn 1s ease-in-out; 
      }
      body {
        background-color: rgb(0, 0, 33);
        color: white;
        font-family: "Poppins", sans-serif;
        scroll-behavior: smooth;
      }
     nav {
      position: fixed;
      top: 0;
      z-index: 1000;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 90px;
      width: 100%;
      padding: 0 5%;
      background-color: rgb(18, 18, 50);
    }
    nav ul {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    nav ul li {
      list-style: none;
      margin: 0 20px;      
    }
    nav ul li a {
      text-decoration: none;
      color: white;
      font-weight: 500;
      padding: 5px 10px;
      border-radius: 5px;
      transition: background-color 0.3s, color 0.3s;
    }
    nav ul li a.active {
      background-color: rgb(170, 0, 255);
      font-weight: bold;
    }
    nav ul li a:hover {
      background-color: rgba(170, 0, 255, 0.8);
    }
    .hamburger {
      display: none;
      flex-direction: column;
      cursor: pointer;
    }
    .hamburger div {
      width: 25px;
      height: 3px;
      background-color: white;
      margin: 4px;
      transition: all 0.3s;
    }
    /* Responsive styles */
    @media (max-width: 768px) {
      nav {
        display: flex;
        height: auto;
        padding: 10px 5%;        
      }
      nav ul {
        flex-direction: column;
        width: 100%;
        display: none;
        align-items: flex-start; 
      }
      nav ul.show {
        display: flex;
      }
      nav ul li {
        margin: 10px 0;
        text-align: center;
      }
      .hamburger {
        display: flex;
        align-self: flex-start;
      }
    }
    .left {
      font-size: 1.5rem;
      display: flex;
      align-items: center;
    }
    section {
      padding: 60px 10%;
    }
    .firstSection {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
    }
    .leftSection {
      width: 50%;
      font-size: 3rem;
      margin-top: 60px;
    }
    .rightSection img {
      width: 80%;
      max-width: 400px;
      position: absolute;
      bottom: 0;
      top: 20px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 20px;
      margin-bottom: 20px;
      border-radius: 10px;
      box-shadow: 0px 4px 6px whitesmoke;
      z-index: -1;
      right: 15px;
      top: 20px;
      margin: auto;
      border: 2px solid rgba(170, 0, 255, 0.8); 
      box-shadow: 0 0 10px rgba(170, 0, 255, 0.8), 0 0 20px rgba(170, 0, 255, 0.8), 0 0 30px rgba(170, 0, 255, 0.8), 0 0 40px rgba(170, 0, 255, 0.8); 
    }
    .purple {
      color: rgb(170, 0, 255);
    }
    #element {
        color: rgb(170, 0, 255);
    }
    .btn-container a {
        background-color: rgb(170, 0, 255);
        border: none;
    }
    .btn-container a:hover {
        background-color: rgba(170, 0, 255, 0.8);
    }
    .secondSection {
        background-color: rgb(33, 33, 80);
        color: white;
        text-align: center;
        padding: 60px 10%;
        font-family: "Poppins", sans-serif;
    }
    .secondSection h1 {
        font-size: 2.5rem;
        color: rgb(170, 0, 255);
        margin-bottom: 30px;
    }
    .about-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    @media (max-width: 768px) {
        .leftSection,
        .rightSection {
          width: 100%;
          text-align: center;
        }
        .leftSection {
          font-size: 2rem;
        }
        .rightSection img {
        width: 100%;
        max-width: none;
        position: relative;
      }
        .secondSection h1 {
          font-size: 2rem;
        }
        .about-content {
          flex-direction: column;
          align-items: center;
        }
    }
    .about-image img {
        width: 100%;
        height: 270px; 
        object-fit: cover;
        border: 2px solid rgba(170, 0, 255, 0.037); 
        box-shadow: 0 0 10px rgba(170, 0, 255, 0.8), 0 0 20px rgba(170, 0, 255, 0.8), 0 0 30px rgba(170, 0, 255, 0.167), 0 0 40px rgba(170, 0, 255, 0.342);
    }

  @media (min-width: 769px) {
        .about-image img {
        margin-left: -40px; 
        margin-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        }
      }

    .about-description {
        max-width: 600px;
        text-align: left;
        font-size: 1.2rem;
    }

    .about-description p {
        line-height: 1.8;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .about-description a {
        color: rgb(170, 0, 255);
        text-decoration: none;
    }

    .about-description a:hover {
        text-decoration: underline;
    }
      
    .project-content {
        background-color: rgb(25, 25, 60);
        padding: 20px;
        border-radius: 10px;
        color: white;
        text-align: center;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
    }
    #projects h1 {
        font-family: "Poppins", sans-serif;
        font-size: 2.5rem;
        margin-bottom: 30px;
        color: rgb(170, 0, 255);
        text-align: center;
    }

    .project-content h3 {
        font-size: 2rem;
        margin-bottom: 15px;
    }

    .project-content p {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .project-content img {
        max-width: 100%;
        height: auto;
        border-radius: 10px;
    }

    .project-content .btn-primary {
        background-color: rgb(170, 0, 255); 
        border: none;
    }

      .project-content .btn-primary:hover {
        background-color: rgba(170, 0, 255, 0.8); 
      }

     
    .fourthSection {
        background-color: rgb(33, 33, 80);
        color: white;
        text-align: center;
        padding: 100px 10%;
        font-family: "Poppins", sans-serif;
    }
     
    .contact-card {
        background-color: rgb(25, 25, 60);        
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        margin-bottom: 20px;
    }

    .contact-card h3 {
        font-size: 1.5rem;
        color: rgb(170, 0, 255);
    }

    .contact-card p a{
        font-size: 1.2rem;
        word-wrap: break-word;
    }

    @media (max-width: 768px) {
        .contact-card p a{
          font-size: 1rem;
          text-align: center;
          word-wrap: break-word;
        }
    }      
    .contact-card a {
        color: white;
        text-decoration: none;
        transition: color 0.3s;        
    }
    .contact-card a:hover {
        color: rgb(170, 0, 255);
    }
    .social-media a {
        transition: transform 0.3s;
    }

    .social-media a:hover {
        transform: scale(1.2);
    }

    .social-media img {
        width: 40px;
        height: 40px;
    }

    .coreSkills {
        background-color: rgb(18, 18, 50);
        padding: 80px 10%;
    }
    .coreSkills h1 {
        color: rgb(170, 0, 255);
        text-align: center;
        margin-bottom: 20px;
    }
    .coreSkills ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
        margin: 0;
    }
    .coreSkills ul li {
        background-color: rgb(25, 25, 60);
        padding: 25px 30px;
        border-radius: 8px;
        font-weight: 500;
        font-size: 1.1rem;
        color: white;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.3);
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }
    .coreSkills ul li svg {
        width: 50px;
        height: 50px;
        fill: rgb(170, 0, 255);
    }
    footer {
        background-color: rgb(8, 8, 37);
        color: white;
        text-align: center;
        padding: 20px 0;
        margin-top: 20px;
    }
    .footer p {
        font-size: 1.2rem;
        color: gray;
    }
    footer .footer {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
 