.active {
  background-color: #725AC1;
}

.land-page-h1 {
  font-size: 90px;
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
  background: linear-gradient(to right, #ec41ff, #6e2bff);
  background-repeat: no-repeat;
  background-position: center;
  background-clip: text;
  color: transparent;
  display: inline-block;
  text-align: center;
  filter: drop-shadow(2px 2px 4px rgba(146, 3, 255, 0.5));
  
}

.navbar {
  background-color: #2e2e44;
  overflow: hidden;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}

.nav-mobile {
  display: none;
}

.logo {
  padding-left: 5px;
}

.logo img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  vertical-align: middle;
}

/*.links --> navbar*/
.links {
  margin-right: 10px;
  text-transform: uppercase;
}

.links a {
  color: #fff;
  text-decoration: none;
  padding: 18px;
  font-size: 20px;
}

.links a:hover {
  background-color: #ddd;
  color: #333;
}

.warn{
  color: #f75632;
}

.update-log {
  align-items: center;
  background: #1c1c2d;
  padding: 1.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: auto;
  margin-top: 30px;
  width: 75%;
  margin-bottom: -10px;
  border-radius: 10px;
}

.update-log h2 {
  color: #8a8aff;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1rem;
}

.update-log ul {
  list-style: none;
  padding: 0;
}

.update-log ul li {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border-left: 3px solid #8a8aff;
  background: #1515206f;
  border-radius: 5px;
}

.projects {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 20px;
  margin-top: 20px;

}

.project{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #2e2e44;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  max-width: 420px;
}

.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

#main-projects h3{
  padding-top: 10px;
}

#side-projects h3, #sottau-projects h3{
  padding-top: 20px;
}

.project:hover {
  transform: translateY(-10px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

.project h3 {
  color: #8a8aff;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: bold;
}

.project p {
  margin-bottom: 15px;
}

.project .tags {
  font-size: 0.8rem;
  margin-top: auto;
  color: #aaa;
}

.project a {
  display: inline-block;
  padding: 10px 15px;
  background: #5a5acf;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s;
  align-self: flex-start;
  margin-top: 10px;
}

.project a:hover {
  background: #4747af;
}

.search-container {
  text-align: center;
  margin: 20px 0;
}

#searchInput {
  width: 80%;
  max-width: 500px;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}

.description{
  margin-bottom: 50px;
}

.group-name{
  text-shadow: 4px 4px #3f3e3b;
  font-size: 40px;
  font-weight: bold;
}

.about-home {
  text-align: center;
}

.about-home p {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.about-home .buttons a {
  display: inline-block;
  margin: 10px;
  padding: 13px 25px;
  border-radius: 5px;
  text-decoration: none;
  color: #fff;
  background: #5a5acf;
  transition: background 0.3s, transform 0.3s;
}

.about-home .buttons a:hover {
  background: #4747af;
  transform: scale(1.1);
}

.project-container {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.project-header {
  text-align: center;
  margin-bottom: 30px;
}

.project-header h1 {
  font-size: 2.5rem;
  margin-top: 80px;
}

.project-header p {
  margin-top: 10px;
  font-size: 1.2rem;
  color: #aaa;
}

.project-details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 20px;
}

.project-image {
  flex: 1;
  min-width: 300px;
}

.project-image img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.project-info {
  flex: 2;
  min-width: 300px;
  background: #2e2e44;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.project-info h2 {
  color: #8a8aff;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 25px;
}

.project-info p {
  margin: 0;
  margin-bottom: 15px;
}

.project-info .tags {
  margin-top: 10px;
  font-size: 0.9rem;
  color: #aaa;
}

.download-section {
  margin-top: 40px;
}

.download-section h3 {
  color: #8a8aff;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
}

.download-section table {
  width: 100%;
  border-collapse: collapse;
}

.download-section th, .download-section td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #3c3c5a;
}

.download-section th {
  background: #3c3c5a;
}

.download-section a{
  color: #8a8aff;
}

.project-info a{
  color: #8a8aff;
}

.contact {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
  text-align: center;
}

.contact p {
  margin-bottom: 30px;
  font-size: 20px;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #2e2e44;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s, box-shadow 0.3s;
}

.social-icons a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}

.social-icons img {
  width: 60px;
  height: 60px;
}

.center-text{
  text-align: center;
}

.project-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
  margin: 0;
  background: #23233a;
  display: block;
}

.sottauDesc{
  margin: 0;
}