*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    width: 100%;
    height: 100vh;
    background-color: black;
    
}
.header {
  position: fixed; /* Optional: sticks header to top */
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Transparent black */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  color: white;
  padding: 20px;
  z-index: 1000; /* Keeps it on top */
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list {
  list-style: none;
  display: flex;
  gap: 20px;

}
.burger {
  display: none; /* Hidden by default */
  cursor: pointer;
}
.Logo {
  font-size: 34px;
  font-weight: bold;

}
.Logo-span {
  color: #00FFEE;
}
.Logo:hover{
    transform: scale(1.05);
    transition:  0.3s ;
    text-shadow: #00FFEE 2px 3px 10px;
    cursor: pointer;
}
.nav-list-anchor{
  text-decoration: none;
  color: white;
  font-size: 18px;

  
}
#selected {
   
  color: #00FFEE; /* Highlight color for the selected link */
}
.nav-list-anchor:hover {
    transition: 0.2s;
    color: #00FFEE;
        text-shadow: #00FFEE 2px 3px 10px;

}
.hero{
    width: 100%;
    height: 110vh;
    display: flex;
 padding-top: 150px;
 justify-content: space-around;
 align-items: center;
    color: white;
    text-align: center;
    background-color: black;
}
.profile-pic {
  width: 600px;

  height: 600px;
  border-radius: 50%;

  overflow: hidden;
  border: 5px solid #00FFEE; /* Border color */
}
.profile-pic:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  transition: transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 0 25px #00FFEE;

}
.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.hi{
    color: white;
}
.name{
    font-size: 100px;
    text-align: left;
    font-weight: bold;
    color: #00FFEE; /* Highlight color */
}
.wrapper {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  margin-right:280px;
} 
.hero-btn{
width: 50%;
padding: 10px 30px  ;
  background-color: #00FFEE; /* Button color */
  color: white;
  border: none;
  border-radius:20%;
    border: 5px solid #00FFEE; /* Border color */
  cursor: pointer;
  text-decoration: none; /* Remove underline from link */
  font-size: 18px;
  font-family: cursive;
  font-weight: 800;
}
.hire{
  color: black;
}
.hire:hover{
   box-shadow: 0 0 25px #00FFEE;
   transition: 0.2s;
   transform: scale(1.05);
}
.contact {
  background-color: black;
  border: 5px solid #00FFEE; /* Border color */
  color: #00FFEE;
  /* Different color for contact button */
}
.abou{

  font-size: 80px !important;
}
.contact:hover{
    padding: 10px 30px;
  background-color: #00FFEE; /* Button color */
  color: white;
  border: none;
  border-radius:20%;
    border: 5px solid #00FFEE; /* Border color */
  cursor: pointer;
  text-decoration: none; /* Remove underline from link */
  font-size: 18px;
     box-shadow: 0 0 25px #00FFEE;
   transition: 0.2s;
   transform: scale(1.05);
   color: black;
}
/* chat */
.collab-section {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  min-height: 100vh;
}

.image-container {
  flex: 1 1 50%;
  background-color: #e94f3c; /* red background */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.image-container img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.text-container {
  flex: 1 1 50%;
  background-color: #2ec4b6; /* turquoise background */
  color: white;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-container h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.text-container p {
  font-size: 1rem;
  line-height: 1.6;
}
.skill{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap ;
}
.any-1{
  width: 30%;
  display: flex;
  flex-direction: column;
  
  height: 80px;
  color: white;
  margin-top: 150px;
}
.blacky-berry{
  width: 100%;
  height: 100%;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
justify-content: center;
gap: 70px;

}
.skill-texting{
  font-size: 50px;
  font-weight: bold;
  color: #00FFEE; /* Highlight color */
  position: absolute;
  
}
.honer{
  width: 30%;
margin: 30px;

  height: 550px;
  /* border: 4px solid ; */

}

.honer:hover{
  transform: scale(1.05);
  transition: 0.2s;

}

.project-text{
    font-size: 60px;
  font-weight: bold;

  color: #00FFEE; /* Highlight color */

}
/* .lineing{
  width: 100%;
  height: 3px;
  background-color: #2ec4b6;
} */
 .ps{
  
 }
.do-flex{
  width: 100%;
  background-color: black;
  height: 200vh;
  /* margin-top: 40px; */
  display: flex;
  justify-content: center;
  padding: 100px;
  flex-wrap: wrap;
}
.pro{
  width: 100%;
  height: 500px;
  border-radius: 20px;

}
.pro:hover{
           box-shadow: 0 0 25px #e94f3c;
}
.pro-name{
  font-family: cursive;
  padding-left: 20px;
  text-align: center;
  padding-top: 3px;
  font-size: 20px;
  color: #00FFEE;

}
.ro {
background-color: black !important;
}
#foot-a {
  color: #00FFEE; /* Highlight color for footer link */
  text-decoration: none; /* Remove underline */
}
#abc{
  background-color: black;
}
@media (max-width: 768px) {
  .skill{
    font-size: 10px;
  }
.blacky-berry{
  width: 100%;
  height: 250vh;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  padding: 80px;
justify-content: center;
gap: 20px;

}
  .any-1{
    width: 100%;
    margin: 60px;
  }
  .collab-section {
    flex-direction: column;
  }
  .image-container,
  .text-container {
    flex: 1 1 100%;
    padding: 1.5rem;
  }

}

@media (max-width:769px){
  
  .name{
    font-size: 64px;
    text-align: center;

  }
}


@media (max-width:510px){
  .right {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 300px;
  }
  .profile-pic{
  width: 100%;
  }
} 
@media  (max-width: 857px) {
  .wrapper {
    display: none;
  }
  .hero-btn{
    display: none;
  }
    .hero{
    width: 100%;
    height: 100vh;
    display: flex;
 /* padding-top: 50px; */
 justify-content: space-around;
 align-items: center;
    color: white;
    text-align: center;
    flex-wrap: wrap;
    background-color: black;
}
.right{
    width: 100%;
}
    .profile-pic {
  width: 400px;
margin-bottom: 10px;
  height: 400px;
  border-radius: 50%;

  overflow: hidden;
  border: 5px solid #00FFEE; /* Border color */
}
.profile-pic:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  transition: transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 0 25px #00FFEE;

}
.left {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.hi{
    color: white;
}
.name{
    font-size: 64px;
    text-align: left;
    font-weight: bold;
    color: #00FFEE; /* Highlight color */
}
  .header {
  position: fixed; /* Optional: sticks header to top */
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); /* Transparent black */
  backdrop-filter: blur(10px); /* Blur effect */
  -webkit-backdrop-filter: blur(10px); /* Safari support */
  color: white;
  padding: 10px;
  z-index: 1000; /* Keeps it on top */
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-list-anchor{
  list-style: none;
  display: none;
  gap: 20px;
  font-size: 80px;
  font-weight: bold;
  

}

.Logo {
  font-size: 34px;
  font-weight: bold;
  text-align: center;

}
.Logo-span {
  color: #00FFEE;
}
.Logo:hover{
    transform: scale(1.05);
    transition:  0.3s ;
    cursor: pointer;
}
.nav-list-anchor{
  text-decoration: none;
  color: white;
  font-size: 18px;
  transition: color 0.3s ease;
}

}
@media (max-width: 509px) {
  .nav-list {
    display: none; /* Hide the original nav list */
  }
  .Logo {
    font-size: 24px;
    text-align: center; /* Smaller logo for smaller screens */
  }
  .nav-list-anchor {
    display: flex; /* Show the anchor list */
    flex-direction: column;
    position: absolute;
    top: 60px; /* Adjust based on header height */
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Dark background for visibility */
    padding: 20px;
    border-radius: 5px;
  }
}
@media only screen and (max-width:378px){
  .blacky-berry{
  width: 100%;
  height: 160%;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
justify-content: center;
gap: 70px;

}
  .honer{
  width: 500px;
margin: 0px;
  /* border: 4px solid #00FFEE; */
  height: 280px;
  /* border: 4px solid ; */

}
    .do-flex{
  width: 100%;
  background-color: black;
  height: 44vh;
  /* margin-top: 40px; */
  display: flex;
  justify-content: center;
  padding: 1px;
  flex-wrap: wrap;
}
  .pro{
  width: 100%;
  height: 200px;
  border-radius: 20px;

}
    .hero{
    width: 100%;
    height: 120vh;
    display: flex;
 padding-top: 150px;
 justify-content: space-around;
 align-items: center;
    color: white;
    text-align: center;
    background-color: black;
}
.profile-pic {
  width: 300px;
margin-top: 30px;
  height: 300px;
  border-radius: 50%;

  overflow: hidden;
  border: 5px solid #00FFEE; /* Border color */
}
.profile-pic:hover {
  transform: scale(1.05); /* Slightly enlarge on hover */
  transition: transform 0.3s ease; /* Smooth transition */
    box-shadow: 0 0 25px #00FFEE;

}
.left {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;

}
.hi{
    color: white;
}

.name{
    font-size: 60px;
    text-align: left;
    font-weight: bold;
    color: #00FFEE; /* Highlight color */
}

}
@media screen and (max-width: 1249px) {
  .do-flex{
  width: 100%;
  background-color: black;
  height: 440vh;
  /* margin-top: 40px; */
  display: flex;
  justify-content: center;
  padding: 100px;
  flex-wrap: wrap;
}
  .honer{
    width: 100%;
  }
  .profile-pic {
    width: 500px;
    height: 500px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #00FFEE; /* Border color */
  }
  .hero{
    flex-wrap: wrap;
  }
  .hero{
    width: 100%;
    height: 150vh;
    display: flex;
    flex-wrap: wrap;
  }
  .hi{
    font-size: 48px;
  }
  .name{
    font-size: 59px; 
    
  }
  .left{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .burger {
    display: block; /* Show the burger icon on smaller screens */
    cursor: pointer;
  }
  .nav-list {
    display: none; /* Hide the nav list by default */
  }
  .nav-list.active {
    display: flex; /* Show the nav list when active */
    flex-direction: column;
    position: absolute;
    top: 60px; /* Adjust based on header height */
    right: 0;
    background-color: rgba(0, 0, 0, 0.8); /* Dark background for visibility */
    padding: 20px;
    border-radius: 5px;
  }
  
}
@media only screen and (max-width:331px){
.blacky-berry{
  width: 100%;
  height: 160%;
  background-color: black;
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
justify-content: center;
gap: 70px;

}
}
