/* 
body (12)
nav (60)
Scroll to top button(35)

Dark and white mode Toggle style (1045) 
skills bar animation (524)
@media query 361 to 400 (1063)

*/

body {
  padding-top: 3rem; /* nav ki height ke barabar */
  font-family: 'Poppins', sans-serif;
  
}

*{
    margin: 0rem;
    padding: 0rem;
   
}

html {
    font-size: 10px;
}
 
 
 
  /* Smooth scroll */
  

    /* Scroll to top button */
    #scrollTopBtn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 999;
      border: none;
      outline: none;
      background-color: #222;
      color: #fff;
      cursor: pointer;
      padding: 1rem 1.2rem;
      border-radius: 50%;
      font-size: 1.8rem;
      display: none;
      transition: background 0.3s, transform 0.3s;
      box-shadow: 0 0 10px rgba(0,0,0,0.3);
    }

    #scrollTopBtn:hover {
      background-color: #00f0ff;
      color: #000;
      transform: scale(1.1);
    }


nav{
      width: 100vw;
  height: 100px;
  position: fixed;
  color: #fff;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #2ecc71;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 17px rgba(0, 0, 0, 0.1);
    
 } 

.nav{
margin-top: -5%;
 margin-left: 30%;  
}


.nav ul {
  display: flex;
  font-size: clamp(0.9rem, 2vw, 1.1rem); 
  position: relative;
  margin-top: 3rem;
  list-style: none;
}


nav #portfolio-heading{
   margin: 1rem 0rem 0rem 1rem;
    font-weight: 900;
    font-size: 2.2rem;
    position: absolute;  
}

/*body.dark-mode #portfolio-heading{
    background: red;
}*/

a{
      text-decoration: none;
      color: green
}

.nav li{
      width: 80%;
    margin: 0.5rem;
    flex-direction: row-reverse;
      font-size: clamp(0.9rem, 2vw, 1rem); 
       
}
 nav ul li a {
      text-decoration: none;
      color: #fff;
      font-weight: bold;
   
      transition: all 0.3s ease;
      padding: 0.1rem 0.1rem;
      border-radius: 5px;
    }

    nav ul li a:hover {
      color: #fff;
      background-color: #00c6ff;
      box-shadow: 0 0 5px #00c6ff, 0 0 15px #00c6ff;
      transform: scale(1.1);
    }
    

 .header_text{
   width: 60vw;
   margin: 0.5rem 0rem 0rem 1.2rem;
   background: #e8f8f5;
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
   border-radius: 5px;
   position: relative;
  
}
 .header_text span{
    font-size: 100%;
    margin: 1rem 0rem 1rem 0.5rem;
}
.span_heading{
     display: inline-block;
     font-size: 1.2rem;
     font-weight: 600;
     transform: translateX(-20px);
     animation: spanheading 5s forwards; 
   word-spacing: -2;
      opacity: 0;
        margin: 0.5rem 0rem 0.5rem 0.5rem;
          font-size: 1.2rem;
    
}
 
.span_heading span:nth-child(1){
    animation-delay: 0s; 

} 
.span_heading span:nth-child(2){
    animation-delay: 1s; 

} 
.span_heading span:nth-child(3){
    animation-delay: 2s; 

} 

.span_heading span:nth-child(4){
    animation-delay: 3s; 
  
} 

.span_heading span:nth-child(5){
    animation-delay: 4s; 
 
} 

.span_heading span:nth-child(6){
    animation-delay: 5s; 
 
} 

.span_heading span:nth-child(7){
    animation-delay: 6s; 
    
} 

.span_heading span:nth-child(8){
    animation-delay: 7s; 
  
} 

.span_heading span:nth-child(9){
    animation-delay: 8s; 
 
} 

.span_heading span:nth-child(10){
    animation-delay: 9s; 
 
} 
.span_heading span:nth-child(11){
    animation-delay: 10s; 
    
} 
.span_heading span:nth-child(12){
    animation-delay: 11s; 
   
} 
.span_heading span:nth-child(13){
    animation-delay: 12s; 
  
} 
.span_heading span:nth-child(14){
    animation-delay: 13s; 
  
} 
.span_heading span:nth-child(15){
    animation-delay: 14s; 
   
} 


@keyframes spanheading {
to{
     opacity: 1;
   
    transform: translateX(0px);
}
  }

.span_heading2{
    display: inline-block;
    transform: translateY(20px);
   opacity: 0p;
   font-weight: 600;
   word-spacing: -2;
    animation: spanheading2 2s forwards;
       margin: 0.2rem 0rem 0.5rem 0.5rem;
}
 .span_heading2 span:nth-child(1){
  animation-delay: 0s; 

 }
 .span_heading2 span:nth-child(1){
  animation-delay: 0s; 
   
 }
.span_heading2 span:nth-child(1){
  animation-delay: 0s; 
 
 } 
 .span_heading2 span:nth-child(2){
  animation-delay: 0.3s; 
   
 }
 .span_heading2 span:nth-child(3){
  animation-delay: 0.6s; 
   
 }
 .span_heading2 span:nth-child(4){
  animation-delay: 0.9s; 
   
 }
.span_heading2 span:nth-child(5){
  animation-delay: 1.2s; 
 
 }
 .span_heading2 span:nth-child(6){
  animation-delay: 1.5s; 
 
 }
.span_heading2 span:nth-child(7){
  animation-delay: 1.8s; 
   
 } 
.span_heading2 span:nth-child(8){
  animation-delay: 2.1s; 
 
 }
 
 @keyframes spanheading2 {
   to{
       transform: translateY(0px);
       
       opacity: 1;
   }    
 } 
  
.header_text button{
    margin: 0.5rem 0rem 0.5rem 1rem;
    font-size: 1.5rem;
}

#header_pic{
width: 12rem;
height: 17rem;
    border-radius: 50%;
    margin: -15.5rem 0rem 0rem 23rem; 
    position: absolute;
    border: 2px solid orangered; 
}

    .typewriter {
      font-size: 2rem;
      border-right: 2px solid #0f0;
            margin: 3rem 0rem 0.5rem 0.5rem;
      color: /*#1E3A8A*/ #006400;
      font-weight: 900;
      white-space: nowrap;
      overflow: hidden;
      width: 0;
      animation: typing 4s steps(30) forwards, blink 0.7s step-end;
    }

    @keyframes typing {
      from { width: 0; }
      to { width: 18.5ch; } /* Adjust to number of characters */
    }

    @keyframes blink {
      50% { border-color: transparent; }
    }
         
    .shiny-button {
      position: relative;
      padding: 0.5rem 2rem;
      color: #000;
    /*  background:;
color: #fff;
border: none;
font-weight: bold;*/
      background:  linear-gradient(90deg, #00C9FF, #92FE9D);
      font-weight: bold;
      border: 2px solid transparent;
      border-radius: 10px;
      cursor: pointer;
      z-index: 1;
      overflow: hidden;
      transition: all 0.3s ease;
    }

.shiny-button:nth-of-type(1){
    padding: 0.5rem 0.5rem;
  
   
}
    .shiny-button::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: linear-gradient(
        120deg,
        transparent,
        #00f0ff,
        #fff,
        #00f0ff,
        transparent
      );
      animation: shine 2s linear infinite;
      z-index: -1;
    }

    @keyframes shine {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }

    .shiny-button:hover::before {
      animation-play-state: running;
    }
    
    /* about section */
    
   .main-content {
  display: flex;
  flex-direction: row;
  
  gap: 2rem; /* Optional spacing between image and box */
 /* Adjust based on layout */
  flex-wrap: wrap; /* Responsive behavior */
}

#about-pic {
  width: 9rem;
  height: 15rem;
  border-radius: 50%;
  border: 2px solid orangered;
}

.glass_box {
  width: 22rem;
  padding: 1rem;
  
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
 
  transition: 0.3s ease;
}   

#p_of_glass_box{
 padding-top: 1.5rem;
 font-weight: 600;
}   
     .bubbling-text {
      font-size: 2rem;
      margin: 2% 0% 2% 30%;
      font-weight: bold;
     color: gern;
 /*   color: #00ff00; 
 color: #2ecc71;  */
      animation: bubble 1s ease-in-out infinite;
      text-shadow:
        0 0 5px #00ffff,
        0 0 10px #00ffff,
        0 0 15px #00ffff;
      display: inline-block;
    }

    @keyframes bubble {
      0% {
        transform: scale(1);
        text-shadow:
          0 0 5px #00ffff,
          0 0 10px #00ffff,
          0 0 15px #00ffff;
      }
      25% {
        transform: scale(1.1);
        text-shadow:
          0 0 10px #00ffff,
          0 0 15px #00ffff,
          0 0 20px #00ffff;
      }
      50% {
        transform: scale(1.2);
        text-shadow:
          0 0 15px #00ffff,
          0 0 20px #00ffff,
          0 0 25px #00ffff;
      }
      75% {
        transform: scale(1.1);
        text-shadow:
          0 0 7px #00ffff,
          0 0 18px #00ffff,
          0 0 25px #00ffff;
      }
      100% {
        transform: scale(1);
        text-shadow:
          0 0 5px #00ffff,
          0 0 10px #00ffff,
          0 0 15px #00ffff;
      }
    }
    .glass_box p{
        padding: 3% 2% 1% 3%;
        color: black;
        font-weight: 600;
    }
     

/* skills bar */


.skills-section {
  width: 70vw;
  margin: 5rem 0rem 0rem 3rem;
  padding: 2rem;
  background: #fef9e7;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: fadeInUp 1s ease forwards;
}

.skills-section h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 3rem;
  color: #333;
}

.skill {
  margin-bottom: 2rem;
}

.skill-name {
  font-weight: 600; 
  display: flex;
  justify-content: space-between;
  color: gern;
}

.skill-bar {
  background: #334155;
  border-radius: 30px;
  overflow: hidden;
  height: 1.2rem;
  position: relative;
}

.skill-fill {
  height: 100%;
  width: 0;
  border-radius: 30px;
  background-size: 300% 300%;
  animation: moveGradient 4s linear infinite;
  box-shadow: 0 0 10px #0fffc1, 0 0 20px #4facfe;
  position: relative;
  transition: width 2s ease;
}

.skill-percent {
  position: absolute;
  right: 10px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(30px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* circle bar */

.skills-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-items: center;
  margin: auto;
}

.circle-box {
  width: 160px;
  height: 200px;
  position: relative;
  text-align: center;

}


.circle-box svg {
  width: 160px;
  height: 160px;
  transform: rotate(-90deg);
}

.circle-bg {
  fill: none;
  stroke: #334155;
  stroke-width: 12;
}

.circle-progress {
  fill: none;
  stroke-width: 12;
  stroke-linecap: round;
  stroke-dasharray: 440;
  stroke-dashoffset: 440;
  transition: stroke-dashoffset 1.5s ease-out;
}

.circle-box .percent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  margin-top: -15px;
  font-size: 4rem;
  font-weight: bold;
  color: black;
}

.circle-box .skill-label {
  margin-top: 10px;
  font-size: 18px;
  color: black;
}


/* what i do section*/

.slider-container {
  position: relative;
  overflow: hidden;
  padding: 40px;
  background: /*#0f0f0f*/#e8f8f5;
  color: /white*/ #004d40;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.slider-container h2{
    font-size: 3rem;
    
    margin: 0px 0px 0px 70px;
}
.slider-track {
  display: flex;
  gap: 20px;
 
  overflow-x: auto;
  padding: 10px 50px;
  scroll-behavior: smooth;
  transition: transform 0.5s ease;
}

.slider-track::-webkit-scrollbar {
  display: none;
}

.main-card1{
   margin-left: -5rem;
}

.glass-card {
  margin: 2rem 0px 2rem 2rem;
  flex: 0 0 auto;
  height: 8rem;
  width: 22rem;
  padding: 20px;
  background: /*rgba(255, 255, 255, 0.08)*/ white;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  text-align: center;
  color: white;
  transition: 0.3s;
}

.glass-card:hover {
  box-shadow: 0 0 20px #00ffe5;
  transform: translateY(-5px);
}

.glass-card h3 {
  font-size: 20px;
  color: /*#00ffe5 */ #00796b;
  margin-bottom: 10px;
}

.glass-card p {
  font-size: 1rem;
  color: rgba(000, 000, 000, /*0.05*/ 0.5);
  font-weight: 600;
}

.nav-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #00ffe5;
  background: rgba(000, 000, 000, /*0.05*/ 0.2);
  border: none;
  border-radius: 50%;
  padding: 8px 14px;
  cursor: pointer;
  z-index: 5;
  backdrop-filter: blur(5px);
}

.left-btn {
  left: 10px;
}

.right-btn {
  right: 10px;
}

/* project */

.card {
      background: /*#1e1e2f*/ #fdebd0;
      color: /*#ffffff*/ #2ecc71;
      border-radius: 16px;
     box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

      padding: 24px;
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }
  .card h1{
      padding-bottom: 30px;
      font-size: 30px;
      margin: 0px 0px 0px 80px;
  }
    .card h2 {
      margin-top: 0;
      font-size: 1.5rem;
      color: /*#00bcd4*/ #f1c40f;
    }

    .card p {
      font-size: 0.95rem;
      color: /*#cfcfcf*/ #333;
      margin: 10px 0 20px;
    }

    .links a {
      display: inline-block;
      margin-right: 12px;
      padding: 6px 12px;
     background-color: #f28a8a;
      color: #fff;
      border-radius: 6px;
      text-decoration: none;
      font-size: 0.85rem;
      transition: background-color 0.3s ease;
    }

    .links a:hover {
      background-color: #f28a8a;
    }
    
 /* blog section */
       .blog-section {
       margin-top: 3rem;
  padding: 60px 20px;
  background: linear-gradient(to right, #e0f7fa, #e0f2f1);
  text-align: center;
}

body.dark-mode .blog-section {
  background: linear-gradient(to right, #0f172a, #1e293b);
}

.section-title {
  font-size: 3.5rem;
  font-weight: bold;
  color: #0f172a;
  margin-bottom: 60px;
  position: relative;
}

body.dark-mode .section-title {
  color: #38bdf8;
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
   margin-left: 5%;
  gap: 35px;
  margin-top: 10rem;
  margin: auto;
}

.blog-card {
width: 80vw;
  background: #fff;
  border-radius: 20px;
  padding: 25px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease, background 0.3s;
  background: conic-gradient(
  from 90deg at 50% 50%,
  #d2f1fa, 
  #dcdcff,
  #ffe0f0, 
  #fff8d6, 
  #d2f1fa
);
  position: relative;
  overflow: hidden;
}

.blog-card h1{
   color: red;
   font-size: 2.5rem;
   padding-bottom: 4rem;
}



/*.colorful-card::before {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: conic-gradient(from 90deg at 50% 50%, #38bdf8, #6366f1, #ec4899, #facc15, #38bdf8);
  animation: spin 6s linear infinite;
  top: -50%;
  left: -50%;
  z-index: -1;
  opacity: 0.1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/

body.dark-mode .blog-card {
  background: #1e293b;
  color: #f1f1f1;
  box-shadow: 0 15px 35px rgba(255, 255, 255, 0.05);
}

.blog-card:hover {
  transform: translateY(-15px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
 background: conic-gradient(
  from 90deg at 50% 50%,
  #e0ffe6,   /* Mint Green */
  #e0f7ff,   /* Powder Blue */
  #f0e0ff,   /* Lavender Mist */
  #fff0e0,   /* Soft Peach */
  #e0ffe6    /* Loop */
); 
}

.blog-card h2 {
  font-size: 2rem;
  margin: 2rem ;
  color: #808000;
}

body.dark-mode .blog-card h2 {
  color: blue;
}

.blog-card p {
  font-size: 16px;
  line-height: 1.6;
}

    .blog-box {
      width: 100%;      
      background: #1e293b;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .blog-box:hover {
      transform: translateY(-5px);
    }

    .blog-text {
      font-size: 16px;
      line-height: 1.7;
      position: relative;
    }

    .more-text {
      display: block;
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      transition: max-height 0.6s ease, opacity 0.6s ease;
    }

    .more-text.show {
      overflow: visible;
      max-height: 10000px;
      opacity: 1;
    }
   
 .blog-card em {
  font-style: normal;
  font-weight: bold;
  color:  #800000;

  text-shadow: 0 0 10px rgba(0, 198, 255, 0.4);
  padding: 2px 4px;
  border-radius: 4px;
}
body.dark-mode .blog-card em {
color: #fff;
}

.blog-card .highlight{
    color: green;
}
 body.dark-mode .highlight {
 color: skyblue;
 }
 
 .blog-card strong {
 color:  #60a5fa;
 font-style: italic;
 }


   .read-more-btn {
      margin-top: 16px;
      background: linear-gradient(to right, #38bdf8, #4f46e5);
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: all 0.3s ease;
      font-size: 14px;
    }

    .read-more-btn:hover {
      background: linear-gradient(to right, #4f46e5, #38bdf8);
      box-shadow: 0 4px 12px rgba(56, 189, 248, 0.4);
    }
    
    .read-more-btn {
  margin-top: 16px;
  background: none;
  color: #38bdf8;
  padding: 10px 20px;
  border: none;
  font-size: 15px;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  font-weight: bold;
}

.read-more-btn::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 0;
  height: 2px;
  background: yellow;
  transition: width 0.3s ease;
}

.read-more-btn:hover {
  color: black;
}

.read-more-btn:hover::after {
  width: calc(100% - 40px);
}

/* contact section */

  /* contact section */
  #contact h1{
  font-size: 36px;
  color: #333;
 margin: -20px 0px 10px 70px;  
  }
  
  
  #contact h2{
     font-size: 20px;
    margin-bottom: 10px;
  }
  #contact p{
      font-size: 18px;
       margin-bottom: 30px;
  }
  
  #contact a{
      font-size: 20px;
  }
  
  .email-div{
  color: #000;
      background-color: /*#1e293b*/ #f5fbfd;
  }
  
  .email-div a{
       color: /*#2ecc71*/ #006400;
       font-weight: 600;
  }
  
  .email-div p{
      font-size: 20px; margin-bottom: 10px;
      
  }
  
  
  
/* footer */ 
/* Footer Styling */
.compact-footer {
  
  background-color: #2c3e50;
  color: #cbd5e1;
  text-align: center;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.main-p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 14px; /* Default font size */
}

.main-p p {
  flex-basis: 100%; /* p tag full line lega */
  text-align: center;
  margin: 5px 0;
}

.main-p a {
  color: /*#facc15*/ #7FFF00;
  text-decoration: none;
  font-weight: bold;
  margin: 0 10px;
  transition: 0.3s;
}

.main-p a:hover {
   color: #facc15;
  text-decoration: underline;
}

.credits {
  margin-top: 20px;
  font-size: 12px;
  opacity: 0.8;
}

.compact-footer strong{
    color: /*#facc15*/ #39FF14;
}
.credits p{
     padding-top: 1rem;
}
/* Responsive font size */
@media (min-width: 600px) {
  .main-p {
    font-size: 16px;
  }
  .credits {
    font-size: 14px;
  }
}

@media (min-width: 900px) {
  .main-p {
    font-size: 18px;
  }
  .credits {
    font-size: 16px;
  }
}


/* Toggle button style */
/* Base Light Mode */%
body {

   background: #d0e8f2;   
  color: #333;
  transition: all 0.3s ease;
  
}


/* Dark Mode */
body.dark-mode {
 
   background-color: #121212;
  color: #f1f1f1;
  
  
}

/* Toggle Button Styling */
#mode-toggle {
  position: fixed;
  top: 50px;
  left: 20px;
  padding: 0.8rem;
  background-color: #E6E6E6;
  color: #000;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s ease, color 0.3s ease;
  font-size: 16px;

}

#mode-toggle .icon {
  display: inline-block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

#mode-toggle .sun {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

#mode-toggle .moon {
  opacity: 0;
  transform: rotate(-90deg) scale(0.6);
}

body.dark-mode #mode-toggle {
  background-color: #000;
  color: #fff;
}

body.dark-mode #mode-toggle .sun {
  opacity: 0;
  transform: rotate(90deg) scale(0.6);
}

body.dark-mode #mode-toggle .moon {
  opacity: 1;
  transform: rotate(0deg) scale(1.1);
}

/* nav section */
body.dark-mode nav{
background: #f06292;
}

body.dark-mode nav ul li a:hover {
 
  box-shadow: 0 0 10px #FFD180;

}

/* about section dark mode */
body.dark-mode .bubbling-text {
          color: #00bcd4;           
     }
     
body.dark-mode .glass_box {
    border-left: 4px solid #ff4081;     
 }  
   /* skills line  section */  
  body.dark-mode .skills-section {
  background: #1e293b;
  }
  
  
body.dark-mode .skill-name {
  color: #cbd5e1;  
  }
  
body.dark-mode .skills-section h2 {
   color: #38bdf8;
}

/* header button */ 

body.dark-mode .shiny-button {
   color: blue;  
   background: #FFEB99;
   box-shadow: 0 0 8px #FFEB3B;
      
   }
   

   
 body.dark-mode .typewriter {
   color: #212121;
   }
   
 body.dark-mode .span_heading, .span_heading2{
      color: #424242;
   }
   
  body.dark-mode .header_text {
  background: #fffee5;
  border-left: 2px solid #ff4081; 
  } 
  
  body.dark-mode #header_pic{
      border: 2px solid #ffd180;
  }
  body.dark-mode #about-pic{
      border: 2px solid #ffd180;
  }
   
/* contact section*/

body.dark-mode #contact{
 background-color: #0f172a;
}

body.dark-mode #contact h1{
  color: #fff;
  }

body.dark-mode .email-div{
    background: #1e293b;
      color: #fff;
}

body.dark-mode .email-div a{
   color: #facc15;
}

body.dark-mode .main-p a {
  color: #facc15;
  }

body.dark-mode 
.compact-footer strong{
    color: #facc15;
    }
    
body.dark-mode .main-p a:hover {
   color: #7FFF00;
   }
   
 /* skils circle section */
 
body.dark-mode .circle-box .percent {
 color: #fff;
}


body.dark-mode .circle-box .skill-label {
  color: #fff;
  }

/* what i do */

body.dark-mode .slider-container {
 background: #1e293b;

 }

body.dark-mode .glass-card {
 background: rgba(255, 255, 255, 0.08);
 }

body.dark-mode .glass-card h3 {
 color: #00ffe5;
 }
 
 
body.dark-mode .glass-card p {
  color: #ccc;
  }

body.dark-mode .nav-btn {
  
  background: rgba(255, 255, 255, 0.05);
}


/* project section */


body.dark-mode .card {
      background: #1e1e2f;
      color: white;
      }
      
body.dark-mode 
    .card p {
      color: #cfcfcf;
      }

body.dark-mode 
    .card h2 {
      color: #00bcd4;
      }


 body.dark-mode .links a {
      background-color: #00bcd4;
      color: #000;
      }
      
   /* footer section */
body.dark-mode .compact-footer {
    background-color: #0f172a;
  }
