/* Reset general și stiluri de bază */
body {
  font-family: 'Poppins', sans-serif;
  background-image: url('Web Design_1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  padding: 0;
  font-size: 16px; /* Dimensiune de bază pentru fonturi */
  color: white;
}

/* Wrapper */
.wrapper {
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 20px;
  width: 90%; /* Mai fluid decât 60% */
  max-width: 1200px; /* Limită superioară pentru ecrane mari */
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

/* Logo */
.logo img {
  margin-left: 10px;
  width: 100px; /* Dimensiune fixă pentru logo */
  border-radius: 50%;
}
.logo-desktop {
  display: block;
}
.logo-mobile {
  display: none;
}
/* Navigație */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.navbar ul li a {
  color: white;
  text-decoration: none;
  font-size: 1rem;
}

/* Hero */
.hero-content {
  background-image: url('background1.jpg');
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: darken;
  text-align: center;
  padding: 50px 20px;
}

.hero-content h1 {
  font-size: 3.5rem;
  margin: 0;
}

.hero-content span {
  color: #FFB42A;
}

.caracteristics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.details {
  margin: 10px 0;
  font-size: 1.1rem;
}

/* Butoane */
.btn {
  background: #FFB42A;
  padding: 12px 24px;
  display: inline-block;
  margin-top: 15px;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn:hover {
  background-color: #b0004d;
  transform: translateY(-2px);
}

.btn_bold {
  font-size: 1.5rem;
  padding: 15px 30px;
}

.btn_c {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Secțiunea info */
.section-info {
  background-color: black;
  padding: 40px 20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.intro-text {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 20px;
  color: white;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  text-align: left;
  display: inline-block;
}

.features-list li {
  font-size: 1.1rem;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.check-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('https://img.icons8.com/ios-filled/20/00cc00/checkmark.png') no-repeat center;
  margin-right: 10px;
}

.highlight-text, .community-text, .motivational-text {
  font-size: 1.15rem;
  line-height: 1.7;
  margin: 30px 0;
}

.highlight-text strong, .community-text strong, .motivational-text strong {
  color: #FFB42A;
}

.cta-text {
  margin-top: 40px;
}

/* Secțiunea participi */
.section-participi {
  background-color: black;
  padding: 40px 20px;
  font-size: 1.2rem;
  line-height: 1.7;
  text-align: center;
}

.section-participi ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.section-participi ul li {
  margin-bottom: 15px;
}

/* Secțiunea speakeri */
.speakers, .partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
}
.secret {
  filter: invert(1); 
}

.card {
  width: 300px; /* Dimensiune fixă pentru carduri */
  text-align: center;
  padding: 10px;
  transition:  transform 0.5s ease;
}
.card:hover{
  transform: translateY(-10px);
}

.card img {
  width: 100%;
  border-radius: 30%;
}



.img-container {
  position: relative;
  overflow: hidden;
  border-radius: 30%;
}

.insta-icon {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  transition: right 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 8px;
  border-radius: 50%;
}

.insta-icon img {
  width: 30px;
  height: 30px;
}

.card:hover .insta-icon {
  right: 10px;
}

/* Secțiunea program */
.program {
  padding: 40px 20px;
  text-align: left;
}

.program table {
  width: 100%;
  border-collapse: collapse;
}

.program td {
  vertical-align: top;
}

.program strong {
  color: #FFB42A;
}

/* Adaugă acest stil nou pentru mesajul de stare */
.ticket-status {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Secțiunea bilete */
.bilete-stilizata {
  position: relative;
  background-color: #d59b28;
  padding: 80px 20px;
  text-align: center;
  overflow: hidden;
  color: white;
  margin: -20px 0;
}

.val-sus, .val-jos {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100px;
}

.val-sus {
  top: 0;
  transform: rotate(180deg);
}

.val-jos {
  bottom: 0;
}

.val-sus svg, .val-jos svg {
  width: 100%;
  height: 100%;
  display: block;
}

.bilete-stilizata h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.2;
}

.bilete-stilizata span {
  font-size: 1.2rem;
}

.bilete-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.bilet-card-stil {
  background: #fff7eb;
  border: 2px solid #e53434;
  border-radius: 20px;
  padding: 20px;
  width: 220px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: black;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.bilet-card-stil.active {
  opacity: 1;
  transform: scale(1);
}

.bilet-card-stil.inactive {
  opacity: 0.5;
  transform: scale(0.95);
  pointer-events: none; /* Dezactivează interacțiunile */
}

.bilet-card-stil.inactive .bilet-btn {
  background-color: #ccc !important; /* Forțează culoare gri */
  cursor: not-allowed !important;
  pointer-events: none; /* Asigură că butonul nu este clicabil */
}

.bilet-card-stil h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 10px 0;
}

.bilet-card-stil h4 {
  font-size: 1rem;
  margin: 0;
  font-weight: bold;
}

.bilet-card-stil p {
  margin: 10px 0;
  font-size: 1rem;
}

.bilet-card-stil strong {
  font-size: 1.1rem;
  font-weight: bold;
}

.bilet-btn {
  margin-top: 15px;
  background-color: #e53434;
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: background 0.3s ease;
}

.bilet-btn:not([disabled]):hover {
  background-color: #bf2020;
}

.bilet-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none; /* Asigură că butonul nu este clicabil */
}

.bilet-data {
  font-size: 0.8rem;
  margin-top: 10px;
}

/* FAQ */
.faq {
  max-width: 700px;
  margin: 40px auto;
}

.faq-item {
  border-bottom: 1px solid #444;
  padding: 15px 0;
  cursor: pointer;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  display: none;
  padding-top: 10px;
  color: #ccc;
  font-size: 1rem;
}

.faq-item.active .faq-answer {
  display: block;
  color: #FFB42A;
}

.faq-item.active .arrow {
  transform: rotate(90deg);
  color: #FFB42A;
}

/* Footer */
.foot {
  position: relative;
  width: 100%;
  background-color: #000000;
  z-index: 1;

}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 40%;
  z-index: 2;
}

/*
.footer-image {
  width: 100%;
  max-width: 300px;
}*/
.contact {
  font-size: 1.2rem;
  padding-left: 50%;
  color: rgb(255, 255, 255);
  }


.contact a {
  color: #FFB42A;
}

/* Meniu burger pentru mobil */
.navbar .menu-toggle {
  display: none;
  font-size: 1.5rem;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}
.ticket-status {
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
}
.bilet-card-stil.active {
  animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Media Queries pentru responsivitate */
@media (max-width: 768px) {
  /* Navigație */
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-desktop {
    display: none;
  }
  .logo-mobile {
    display: block;
    filter: invert(1); 
  }
  .logo img {
    width: 200px;
    margin-left: 25%;
   
  }


  .navbar ul {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
  }

  .navbar ul.active {
    display: flex;
  }

  .navbar .menu-toggle {
    display: block;
  }

  .navbar ul li {
    margin: 10px 0;
  }

  /* Hero */
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content h2 {
    font-size: 1.5rem;
  }

  .caracteristics {
    flex-direction: column;
    text-align: center;
  }

  /* Secțiunea speakeri */
  .speakers {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 80%;
    max-width: 300px;
  }

  /* Secțiunea program */
  .program table {
    display: block;
  }

  .program tr {
    display: flex;
    flex-direction: column;
  }
  .program_session{
    margin-bottom: 7%;
  }

  .program td {
    padding: 5px;
    width: 100%;
  }

  /* Secțiunea bilete */
  .bilet-card-stil {
    width: 90%;
    max-width: 300px;
  }

  /* Footer */
  .footer-content {
    flex-direction: column;
    align-items: center;
  }

  .footer-image {
    position: relative;
    width: 100%;
    max-width: 200px;
  }

  .contact {
    padding-left: 0;
    text-align: center;
  }

  /* Fonturi și butoane */
  body {
    font-size: 14px;
  }

  .btn_bold {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .intro-text, .highlight-text, .community-text, .motivational-text {
    font-size: 1rem;
  }

  .features-list li {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .hero-content h1 {
    font-size: 2rem;
  }

  .hero-content h2 {
    font-size: 1.2rem;
  }

  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .bilet-card-stil {
    width: 100%;
  }

  .wrapper {
    width: 95%;
    padding: 15px;
  }
}