body {
  margin: 0;
  padding: 0;
  background: radial-gradient(circle at bottom right, #1a1a1a, #0f0f0f);
  font-family: 'Segoe UI', sans-serif;
  color: #fff;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: alpha;
  margin: 0;
  border: 2px solid #a8a8a8;
  box-shadow: 0 0 10px #a8a8a8, 0 0 20px #585858;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

/* .navbar {
  background-color: alpha;
  border: 2px solid #a8a8a8;
  box-shadow: 0 0 10px #a8a8a8, 0 0 20px #585858;
  border-radius: 20px;
} */

.logo img {
  padding-top: 0.4rem;
  height: 60px;
  padding-left: 1rem;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 1.5rem;
}

.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  padding-right: 2rem;
}
.nav-links li a:hover {
    color: #585858;
}

.discord-btn {
  background-color: #111;
  border-radius: 8px;
  padding: 0.6rem 0.8rem;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: bold;
  margin-left: 9px;
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 5rem 2rem;
  text-align: center;
}

.hero-text h1 {
  font-size: 4.5rem;
  margin-bottom: 1rem;
}

.hero-text p{
  font-size: 1.5rem;
  color: #bbb;
  margin-top: 0;
  margin-bottom: 0.1rem;
}


.gradient-orange {
  background: linear-gradient(90deg, #a8a8a8, #585858); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-white {
  background: linear-gradient(90deg, #fff, #ccc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Nowa sekcja: O serwerze */

.info-section {
  padding: 20rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.section-subtitle {
  color: #a8a8a8;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.section-title {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.info-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}

.info-text {
  flex: 1 1 500px;
  font-size: 1rem;
  line-height: 1.6;
}

.info-text h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.info-text p {
  margin-bottom: 1.2rem;
}

.info-text strong {
  color: #a8a8a8;
}

.info-image {
  flex: 1 1 400px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.info-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

#logotyp {
width: 25px;
  height: auto;
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

@keyframes fadeSlideIn {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-text h1 span {
  display: inline-block;
  opacity: 0;
  animation: fadeSlideIn 1s ease-out forwards;
  margin-top: 180px;
}

.hero-text h1 .gradient-orange {
  animation-delay: 0.2s;
}

.hero-text h1 .gradient-white {
  animation-delay: 0.5s;
}

.hero-text p {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeSlideIn 1s ease-out forwards;
  animation-delay: 0.8s;
}

.mechanics-section {
  padding: 3rem 1rem 5rem;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.mechanics-section .section-title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #fff;
}

.mechanics-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 19px;
}

.mechanic-box {
  background-color: alpha;
  font-weight: bold;
  width: 250px;
  padding: 1.5rem;
 border: 2px solid #a8a8a8;
  box-shadow: 0 0 10px #a8a8a8, 0 0 20px #585858;
  border-radius: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 10px;
  backdrop-filter: blur(5px);
}

.mechanic-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px #838383;
}

.mechanic-box h3 {
  color: #a8a8a8;
  margin-bottom: 0.8rem;
  font-size: 1.3rem;
}

.mechanic-box p {
  color: #ddd;
  font-size: 0.95rem;
  line-height: 1.4;
}

#siema {
    text-align: center;
    color: #a8a8a8;
    font-size: 20px;
    margin-top: 70px;
}

#siema1 {
    margin-top: 0.5px;
    text-align: center;
    font-size: 55px;
}

.mechanics-button-container {
  margin-top: 0.5rem;
  text-align: center;
}

.mechanics-button {
  /* background: linear-gradient(90deg, #e68333, #fd6703); */
  background-color: #f59649;
  color: #fff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
  display: inline-block;
  margin-right: 0.7rem;
}

.mechanics-button:hover {
  /* background: linear-gradient(90deg, #585858, #a8a8a8); */
  background-color: #838383;
  transform: scale(1.05);
}

#pedal {
    color: grey;
    font-size: 15px;
    margin-left: 20px;
}


/* footer {
    margin-top: 50px;
} */

.intro-section {
  text-align: left;
  padding: 2rem 2rem;
  padding-top: 2rem;     
  margin-top: 85px;       
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.intro-logo {
  width: 100px;
  margin-bottom: 1rem;
}

.intro-text {
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #ddd;
  font-family: 'Segoe UI', sans-serif;
}


  footer {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 2rem 2rem;
  font-size: 1.1rem;
  margin-top: 2rem;
}



html {
  scroll-behavior: smooth;
}

.highlight {
  color: #a8a8a8;
  font-weight: bold;
}

.regulamin-container {
  max-width: 1000px;
  size: 600px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: radial-gradient(circle at bottom right, #1a1a1a, #0f0f0f);
  border-radius: 12px;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-top: 40px;
  color: white;
}

.board-section {
  padding: 6rem 2rem;
  text-align: center;
  background: radial-gradient(circle at bottom right, #1a1a1a,);
}

.board-carousel {
  position: relative;
  width: 300px;
  margin: 0 auto;
  height: 400px;
}

.board-member {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -30px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: alpha;
  padding: 2rem;
  border-radius: 16px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  border: 2px solid #a8a8a8;
  box-shadow: 0 0 10px #a8a8a8, 0 0 20px #585858;
  border-radius: 20px;
  backdrop-filter: blur(5px);
  font-weight: bold;
}
.board-member.active {
  opacity: 1;
  pointer-events: auto;
}

.board-member img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1rem;
  border: 3px solid #a8a8a8;
  transition: transform 0.3s;
}

.board-member img:hover {
  transform: scale(1.05);
}

.board-member h3 {
  margin: 0.5rem 0 0.3rem;
  color: #a8a8a8;
}

.board-member p {
  color: #ccc;
  font-size: 0.95rem;
}
.video-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
  filter: brightness(0.4) saturate(1.1) contrast(1.2);
  pointer-events: none;
}
