html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 2rem;
  color: green;
}
h1,h2,h2,h3,h4{
color: green;
}

p{
color: black;
}
.navbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem 2rem;
background-color: rgba(255, 255, 255, 0.9);
position: fixed;
width: 100%;
top: 0;
z-index: 1000;
animation: fadeIn 1s ease-in-out;
}


.logo {
width: 55%;
font-weight: bold;

}

.nav-links {
list-style: none;
display: flex;
}

.nav-links li {
margin-left: 1.5rem;
}

.nav-links a {
text-decoration: none;
color: black;
transition: color 0.3s ease;
}

.nav-links a:hover {
color: #18bc9c;
}

/* Hero Section */
.hero {
//background: url('cluster.jpg') center/cover no-repeat;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
animation: fadeIn 1s ease-in-out;

}

.hero-content h1 {
font-size: 3rem;
color: black;
margin-bottom: 1rem;
animation: fadeIn 1s ease-in-out;
}

.hero-content p {
font-size: 1.2rem;
margin-bottom: 2rem;
animation: fadeIn 1s ease-in-out;
}


.container {
  padding: 25px;
}

section {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border: 1px solid green;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
 
}
.create-cluster{
paddig: 25px;
width: 100%;
}

.create-cluster input,
.create-cluster textarea,
.create-cluster select,
.profile input {
  display: block;
  width: 70%;
  margin: 0.5rem 0.5rem;
  padding: 0.5rem;
  border-radius: 5px;
  border: 1.5px solid green;
  margin-top: +15px;
}

.create-cluster textarea{
height: 5rem;
}

.circle {
  width: 100px;
  height: 100px;
  background: #ccc;
  border-radius: 50%;
  border: 1px solid green;
}

.tags span {
  background: #eee;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
  border-radius: 4px;
  font-size: 0.9rem;
}
.tag-input-container {
  position: relative;
  max-width: 500px;
  padding: 8px;
  border: 4px solid green;
  border-radius: 8px;
  background: #fff;
}

#tag-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 4px 0;
}

#tag-list li {
  background: green;
  color: #fff;
  padding: 6px 10px;
  border-radius: 16px;
  margin: 4px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

#tag-list li span {
  margin-left: 8px;
  cursor: pointer;
}

#tag-input {
  width: 100%;
  border: none;
  outline: none;
  padding: 6px;
  font-size: 14px;
}

#suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  list-style: none;
  border: 1px solid #ccc;
  background: green;
  z-index: 10;
  max-height: 150px;
  overflow-y: auto;
  display: none;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

#suggestions li {
  padding: 5px;
  cursor: pointer;
  border-bottom: 0px solid grey;
  margin-left: 
}

#suggestions li:hover {
  font-weight: 500;
}

.bold_text{
margin-top: +40px;
}
.dashboardBtn{
background-color: green;
color: white;
border: 0px solid green;
border-radius: 5px;
padding: 10px;
font-size: 14px;
margin-top: +10px;
box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
cursor: pointer;
}
.tags{
margin-top: -10px;
}
.dashboarContainer{
display: flex;
text-align:center;
}

.projectStatus{
background-color: green;
color: white;
}


/* Common styles */
.hero {
  //background: #1a1a1a;
  padding: 40px 20px;
  text-align: center;
  position: relative;
  color: black
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-right: +12px;
}

.nav-links li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
}

.about{
color: black
}
.about_links{
font-size: 15px;
padding: 5px;
color: blue;

}

.badges {
margin: 10px 0;
}

.badge {
display: inline-block;
background-color: green;
padding: 5px 10px;
margin: 2px;
border-radius: 3px;
font-weight: 500;
font-size: 14px;
padding: 5px;
color: white;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: green;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
.extraText{
color: black;
padding: 5px;
}


/* Responsive */
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: block;
    color: black;
    margin-right: +12px;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    background-color: #2c3e50;
    position: absolute;
    top: 80px;
    right: 20px;
    padding: 20px;
    border-radius: 2px;
    z-index: 1000;
    color: white;
    opacity: .95;
    animation: slideIn 1s ease-in-out;
    border-bottom: 1px solid grey;
    
  }
  
  .nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  animation: fadeIn 1s ease-in-out;
  border-bottom: 1px solid grey;
  }

  .nav-links.active {
    display: flex;
  }
}

.aboutLinks{
font-weight: 350;
font-size: 14px;
padding: 5px;
flex-wrap: wrap;
white-space: normal;
word-wrap: break-word;
overflow-wrap: break-word;
}

/* Animations */

@keyframes slideDown {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}