*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
:root
{
    --p:'Poppins', sans-serif;

}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to right, #eae5db, #1db954);;


    /* overflow: hidden; */
    
    /* background: #0a0a0a; Dark background */
}

/* nav design start line 19 */
.nave
{
    padding: 12px 44px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
background-color: black;
}
.nav-links {
    list-style: none;
    display: flex;
    gap: 50px;
    color: white;
}
.nav-links a
{
  list-style: none;
  display: flex;
  gap: 50px;
  color: white;
  text-decoration: none;
}
.ok1
{ 
    font-size: 21px;
    cursor: pointer;
    text-decoration: none;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.logo
{
    display: flex;
    flex-shrink: initial;
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    color: white;
}
.look
{
    justify-items: center;
    align-self: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.glow-text{
      color: green;
      font-weight: bold;
}

/* nav design stop line 61 */
/* Homepage design line 63 */
.homepage
{
    position: relative;
  background: linear-gradient(to right, #eae5db, #1db954);;
   display: flex;
   flex-direction: row;
   align-items: center;
   /* flex-wrap: wrap; */
   justify-content:space-around;
   padding: 42px 22px;
   flex-wrap: wrap;
   
}
.lol
{
    width: 322px;
    position: relative;
    z-index: 22;
}

.luto
{
    font-family: var(--p);
}
.mn
{
    font-family: var(--p);
    font-weight: 700;

}
.para
{
    font-family: var(--p);

}
@keyframes blink-cursor {
    0% { border-color: #66ff66; }
    50% { border-color: transparent; }
    100% { border-color: #66ff66; }
  }
button
{
    padding: 12px 34px;
    margin-top: 12px;
    border-radius: 12px;
    border: 0;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
   font-size: large;
   background-color: black;
   /* background: linear-gradient(to right, #52f53d, #44f64f);; */
  position:relative;
  z-index: 22;
   color:white ;
   font-weight: 500;
   text-transform:uppercase;
   color: #ffffff;
  /* text-shadow: 0 0 5px #f70e0e, 0 0 10px #12dc12, 0 0 20px #00cc66; */
  cursor: pointer;
}

/* homepage desgin stop */



/* third second after homeepage */
.half
{
   display: flex;
flex-direction: row; 
flex-wrap: wrap;
  align-items: center;
  color: white
  ;
  background: linear-gradient(to right, #eae5db, #1db954);;
   justify-content: space-around;
    
}
.half img
{
    width: 322px;
    margin: 20px 20px;
    border-radius: 10%;

}
.personal
{
    display: flex;
    flex-direction: column;
}

.mk
{
    /* hrrr tag */
    color: #f70e0e;
    width: 100%;
    height: 5px;
    background-color: #000000;
    /* background: linear-gradient(to right, #eae5db, #1db954);; */

    background-color: rgba(0, 0, 0, 0.648);
}

 .two2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    /* background-color: #f4f4f4; */
    width: 100%;
    max-width: 600px;
    /* border-radius: 10px; */
    /* box-shadow: 0 0 10px rgba(0,0,0,0.2); */
    margin: 20px;
  }
  .nuli
  {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  
  .kkk 
  {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .kkk h2
  {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 44px;
    font-family: var(--p);
  }
  
  .icon {
    display: flex;
    align-items: center;
    margin-top: 15px;
  }
  
  .ioko {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #4e0f0f;
    font-weight: bold;
  }
  
  .ioko i {
    color: #000000;
    font-size: 22px;
    margin-right: 10px;
  }
  
  .cc {
    margin-left: 5px;
    margin-top: 20px;
  }
  
  .cc h2 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    color: #000000;
    font-family: var(--p);
cursor: pointer;    
  }
  .skill {
    text-align: center;
    padding: 10px 10px;
    background: linear-gradient(to right, #eae5db, #1db954);;
    overflow: hidden;
    position: relative;
  }
  
  .vy {
    font-size: 36px;
    font-weight: bold;
    color: #1db954;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
 
  
  .det h2 {
    text-align: center;
    font-size: 36px;
    font-family: var(--p);
    color: black;
    margin-bottom: 30px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }
  
  .allcard {
    display: flex;
    gap: 30px;
    width: max-content;
    animation: scrollSkills 25s linear infinite;
  }
  .card {
    width: 120px;
    background-color: white;
    margin: 12px;
    display: inline-block;
    border-radius: 22px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  }
  
  .card img {
    width: 90px;
    transition: transform 0.3s ease-in;
  }
  
  .card img:hover {
    transform: scale(1.2);
    cursor: pointer;
  }
  
  /* 🔄 Animation: Left to Right */
  @keyframes scrollSkills {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  .mard
  {
    width: 320px;
    background-color: white;
    margin: 12px;
    border-radius: 22px;
    padding: 20px; /* Added padding to give space inside the card */
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Shadow effect for depth */
    display: flex;
    flex-direction: column; /* Ensures content stacks vertically */
    justify-content: space-between; /* Makes sure button aligns at the bottom */
    border: 2px solid #ddd; /* Light border around the card */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */ 
   
  }
  
.mard:hover {
    transform: scale(1.05); /* Slight zoom effect on hover */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4); /* More pronounced shadow on hover */
}
  .allpr
  {
    display: flex;
  align-items: stretch; /* Yeh line cards ko equal height dega */
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  }
  .mard h2
  {
    font-family: var(--p);
    color: black;
  }
  .mard button
  {
    background-color: blue;
    font-family: var(--p);
    text-shadow: none;
  }
  .mard p
  {
    font-family: var(--p);
  }
  .det1 h2
  {
    text-align: center;
    font-size: 36px;
    font-family: var(--p);
    color: black;
    margin-top: 20px;
  }
  .imee img:hover
  {
    transform: scale(1.1);
    cursor: pointer;
    transition: transform 0.3s ease-in-out;

  }
  
  .mard button:hover
  {
    transform: scale(1.1);
    cursor: pointer;
    transition: 0.9 ease-in;
  }
  footer
  {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 20px;
    cursor: pointer;
  }
  .icu
  {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    padding: 12px 34px;
    margin-right: 100%;
    gap: 2px;
    cursor: pointer;
  }
  .icu img
  {
    width: 32px;
  }
  .op img:hover {
    transform: scale(1.2);
    transition: 0.3s ease-in-out;
  }
  ul li:hover
  {
  border-bottom: 2px solid pink;
  border-top: 2px solid white;
  }
  @media (min-width: 0px) and (max-width: 700px){
    .nav-links
    {
      display: none;
    }
  }
  @media (max-width: 500px){
.two2 h2
{
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: large;

}
.nuli
{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;

}
.nuli i
{
  margin-left: 0%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: flex-start;
  justify-content: flex-start;
 
}
.two2 i
{
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  font-size: small;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;

}

.op a img
{
  width: 32px;


}
.homepage
{
  position: relative;

}
.lol
{
  width: 90%;
  margin-left: 2px;
  background-position: center;
}
.half
{
position: relative;

}
.half img
{

  width: 90%;
  margin-left: 5px;
  background-position: center;
}
  }





  