/* .card-container {
  position: relative;
  width: 60%;
  height: 350px;
  perspective: 1000px;
  justify-content: center;
  display: flex;
  margin: 50px auto 0 auto;
  padding: 20px;
}

.artist_card {
  position: absolute;
  width: 30%;
  height: 350px;
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
              0 0 20px rgba(79, 70, 229, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transform-style: preserve-3d;
  background: linear-gradient(145deg, #b20d5d, #490ab5);
  border: 2px solid rgba(178, 13, 93, 0.2);
}

.artist_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3),
              0 0 30px rgba(79, 70, 229, 0.4);
}

.artist_card.flipped {
  transform: rotateY(180deg);
}

.artist_card .front,
.artist_card .back {
  position: absolute;
  width: 99%;
  height: 99%;
  backface-visibility: hidden;
  display: flex;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  border-radius: 18px;
  flex-direction: column;
  background-color: #04000a;
  backdrop-filter: blur(5px);
}

.artist_card .back {
  transform: rotateY(180deg);
  background: linear-gradient(145deg, #b20d5d, #490ab5);
  width: 100% !important;
  height: 100% !important;
  backdrop-filter: blur(10px);
}

.front-card-heading {
  font-size: 2.5rem;
  color: #fff;
  background: rgba(178, 13, 93, 0.1);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-shadow: 0 2px 10px rgba(79, 70, 229, 0.5);
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}

.artist_card_back_heading {
  font-size: 1.8rem;
  color: #a5f3fc;
  margin-bottom: 1rem;
  text-shadow: 0 2px 8px rgba(79, 70, 229, 0.4);
}

.artist_card_back_des {
  color: #fff;
  opacity: 0.9;
  line-height: 1.6;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.artist {
  left: 0;
  animation: move-to-center-right 4s forwards;
}

.track {
  right: 0;
  animation: move-to-center-left 4s forwards;
}
.front-card-heading {
  font-size: 2rem;
}
.artist_card_back_heading {
  text-align: left;
}
.artist_card_back_des {
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
}

@keyframes move-to-center-right {
  to {
    left: 19%;
  }
}

@keyframes move-to-center-left {
  to {
    right: 19%;
  }
}
.remix-card-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.remix-card {
  width: 300px;
  height: 350px;
  background: transparent;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  animation: fadeInGlow 1s ease-in-out 5s forwards;
  transform-style: preserve-3d;
  transition: transform 0.6s;
  cursor: pointer;
  pointer-events: auto;
  box-shadow: 0 0 20px rgba(69, 57, 87, 0.3), 0 0 40px rgba(69, 57, 87, 0.5);
  background-color: #04000a;
}

.remix-card:hover {
  transform: scale(1.05);
}

.remix-card .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  background: linear-gradient(145deg, #04000a, #08000e);
  border-radius: 20px;
}

.remix-card.flipped .card-inner {
  transform: rotateY(180deg);
}

.remix-card .front,
.remix-card .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  background: linear-gradient(145deg, #04000a, #08000e);
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.remix-card .front {
  color: #a5f3fc;
  font-size: 2rem;
  font-weight: 600;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.remix-card .back {
  transform: rotateY(180deg);
  color: #fff;
  text-align: center;
  padding: 40px;
}

.remix-card .back h3 {
  color: #a5f3fc;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.remix-card .back p {
  color: #fff;
  opacity: 0.9;
  line-height: 1.6;
  margin-bottom: 0;
}

@keyframes fadeInGlow {
  to {
    opacity: 1;
  }
} */


.stay-tuned-heading {
  font-size: 5rem;
}




/* Email Signup Section */
/* Slogan Section Styles */
.slogan-section {
  text-align: center;
  padding: 20px 20px;
  margin: 20px 0;
}

.slogan {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  margin: 0;
  letter-spacing: 2px;
  background: linear-gradient(135deg,#490ab5, #b20d5d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.slogan span {
  display: inline-block;
  margin: 0 10px;
  padding: 0 5px;
  background: linear-gradient(135deg, #490ab5, #b20d5d);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Email Signup Section */
.email-signup-section {
  padding: 50px 0;
  text-align: center;
  /* background: linear-gradient(135deg, #490ab5 0%, #b20d5d 100%); */
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* .email-signup-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
} */

.email-signup-content {
  max-width: 650px;
  margin: 0 auto;
  padding: 10px;
  /* background: rgba(10, 10, 26, 0.6); */
  backdrop-filter: blur(10px);
  border-radius: 20px;
  /* border: 1px solid rgba(255, 255, 255, 0.05); */
  position: relative;
  z-index: 2;
  /* box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); */
  /* transform: translateY(30px); */
  opacity: 1;
  transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  /* border: 1px solid white; */
}

.email-signup-section.animate .email-signup-content {
  transform: translateY(0);
  opacity: 1;
}

.signup-title {
  font-size: 2.5rem;
  background: linear-gradient(90deg, #490ab5, #b20d5d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.signup-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #490ab5, #b20d5d);
  border-radius: 2px;
}

.signup-form {
  margin-bottom: 1.5rem;
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.email-signup-section.animate .signup-form {
  opacity: 1;
  transform: translateY(0);
}

.form-group {
  display: flex;
  gap: 15px;
  margin: 0 auto 1rem;
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.form-control {
  flex: 1;
  padding: 15px 25px;
  border: 2px solid rgba(79, 70, 229, 0.3);
  border-radius: 50px;
  background: rgba(15, 15, 35, 0.7);
  color: #fff;
  font-size: 1.05rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-control:focus {
  background: rgba(20, 20, 45, 0.9);
  border-color: #490ab5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
  transform: translateY(-1px);
}

.form-control:focus {
  outline: none;
  border-color: #490ab5;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
}

.form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.submit-btn {
  padding: 0 35px;
  background: linear-gradient(90deg, #490ab5, #b20d5d);
  color: white;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 1.05rem;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.3);
}

.submit-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #b20d5d, #490ab5);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.submit-btn:hover::before {
  opacity: 1;
}

.submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
}

.signup-note {
  color: #cbd5e1;
  font-size: 1rem;
  margin: 1.5rem 0 0.5rem;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-align: center;
}

.signup-count {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #a78bfa;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 0;
  padding: 8px 16px;
  background: rgba(139, 92, 246, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(139, 92, 246, 0.2);
  transition: all 0.3s ease;
}

.signup-count::before {
  content: "👥";
  font-size: 1.1em;
}

.success-message {
  display: none;
  color: #10b981;
  font-weight: 500;
  padding: 1.25rem 1.5rem;
  background: rgba(16, 185, 129, 0.1);
  border-radius: 12px;
  margin: 1.5rem auto 0;
  max-width: 500px;
  animation: fadeIn 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  border: 1px solid rgba(16, 185, 129, 0.2);
  position: relative;
  overflow: hidden;
}

.success-message::before {
  content: "✓";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #10b981;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  font-size: 0.9em;
}

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

.submit-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
  animation: pulse 1.5s infinite;
}

.success-message.show {
  display: block;
}

.contact-section {
  padding: 50px 0;
  /* background: linear-gradient(145deg, #04000a, #08000e); */
  position: relative;
  overflow: hidden;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.05)
  ); */
  z-index: 1;
}

.contact-content {
  position: relative;
  z-index: 2;
  padding-top: 40px;
}


.contact-info {
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
  justify-content: center;
  align-items: center;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-5px);
}

.contact-item i {
  font-size: 1.5rem;
  color: #490ab5;
}

.contact-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.contact-link:hover {
  color: #490ab5;
}

.contact-social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* background: linear-gradient(145deg, #b20d5d, #490ab5); */
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none !important;
}

.social-icon i {
  font-size: 2rem;
  color: #fff;
  transition: transform 0.3s ease;
}

.social-icon:hover {
  transform: translateY(-5px);
  
}

.social-icon:hover i {
  transform: scale(1.2);
  color: #b20d5d;
}

.social-icon::after {
  content: attr(aria-label);
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 0.9rem;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.social-icon:hover::after {
  opacity: 1;
}

.about-section {
  padding: 50px 0;
  /* background: #0a0a1a; */
  position: relative;
  overflow: hidden;
}

.about-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
}

.section-header {
  text-align: center;
  padding: 0px 20px;
}

.section-title {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff; /* Primary purple */
  margin-bottom: 10px;
  letter-spacing: 1px;
  display: inline-block;
  text-shadow: 0 0 8px rgba(73, 10, 181, 0.4);
  transition: color 0.5s ease, text-shadow 0.5s ease, transform 0.5s ease;
  will-change: transform, color;
}



.section-subtitle {
  font-size: 1.25rem;
  color: #b20d5d; 
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.85;
  font-style: italic;
  transition: color 0.4s ease, transform 0.4s ease;
  will-change: color, transform;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: linear-gradient(to right, #490ab5, #b20d5d);
  margin: 10px auto 0;
  border-radius: 2px;
  transition: transform 0.5s ease;
  will-change: transform;
}

/* Hover effect for title */
.section-title:hover {
  text-shadow: 0 0 14px rgba(178, 13, 93, 0.6);
  transform: scale(1.03);
}

.section-title:hover::after {
  transform: scaleX(1.4);
}

/* Smooth hover for subtitle */
.section-subtitle:hover {
  transform: translateY(-2px);
}

/* Immersive Experience */
.immersive-experience {
  margin-bottom: 80px;
}

.experience-title {
  font-size: 1.5rem;
  color: #cbd5e1;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

/* .experience-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #490ab5, #b20d5d);
  border-radius: 2px;
} */

.experience-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.step {
  background: rgba(15, 15, 35, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  border-color: rgba(79, 70, 229, 0.3);
}

.step-number {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #490ab5, #b20d5d);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.step-content {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.step_icon{
/* border: 2px solid #b20d5d; */
width: 60px;
height: 60px;
border-radius:100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
background: linear-gradient(135deg, #b20d5d, #490ab5); /* Gradient border */

}
.step_icon img{
  border-radius: 100%;
  width: 55px;
  height: 55px;
}
.step-title {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.step-description {
  color: #a1a1aa;
  line-height: 1.6;
  margin: 0;
}

/* Partnerships */
.partnerships {
  background: rgba(10, 10, 26, 0.6);
  border-radius: 16px;
  padding: 40px;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
}

.partnerships-title {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
}

.partnerships-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #490ab5, #b20d5d);
  border-radius: 2px;
}

.partnerships-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.partnership-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #e2e8f0;
  font-size: 1.05rem;
}

.partnership-item:last-child {
  border-bottom: none;
}

.partnership-icon {
  background: linear-gradient(135deg, #490ab5, #b20d5d);
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
  font-size: 0.9rem;
}

/* FAQ Section */
.faq-section {
  padding: 50px 0;
  /* background: #0a0a1a; */
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  /* background: linear-gradient(
    90deg,
    transparent,
    rgba(79, 70, 229, 0.3),
    transparent
  ); */
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  padding-top: 40px;
}

.faq-item {
  margin-bottom: 15px;
  border-radius: 12px;
  overflow: hidden;
  background: rgba(15, 15, 35, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.faq-item:last-child {
  margin-bottom: 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 20px 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background: rgba(79, 70, 229, 0.1);
}

.faq-icon {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 15px;
  color: #490ab5;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: rgba(10, 10, 26, 0.6);
  color: #a1a1aa;
  line-height: 1.6;
}

.faq-item.active .faq-answer {
  max-height: 500px; /* Adjust based on your content */
  padding: 0 25px 25px;
}

.faq-answer p {
  margin: 0;
  padding-top: 10px;
}

/* Responsive styles */
@media (max-width: 768px) {
  .email-signup-content {
    padding: 30px 20px;
    margin: 0 15px;
  }

  .signup-title {
    font-size: 2rem;
  }

  .form-group {
    flex-direction: column;
    max-width: 100%;
  }

  .submit-btn {
    width: 100%;
    padding: 14px;
    margin-top: 8px;
  }

  .signup-note,
  .signup-count {
    font-size: 0.9rem;
  }
}

/* Floating animation for decorative elements */
@keyframes float {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(2deg);
  }
}





.slogan-subtitle {
  color: #a1a1aa;
  font-size: 1.25rem;
  margin: 1rem 0 0;
  opacity: 0;
  animation: fadeIn 0.5s ease-out 0.8s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes underline {
  to {
    transform: scaleX(1);
  }
}

@media (max-width: 768px) {
  .slogan {
    font-size: 2.5rem;
  }
  .slogan-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .card-container {
    position: relative;
    width: 100%;
    height: 350px;
    perspective: 1000px;
    justify-content: center;
    display: flex;
    margin: 100px auto 0 auto;
  }
  @keyframes move-to-center-right {
    to {
      left: 5%;
    }
  }

  @keyframes move-to-center-left {
    to {
      right: 5%;
    }
  }
}
