
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: radial-gradient( #9b0720, #0c0909);
  color: white;
  text-align: center;
}

header {
  padding: 30px 20px;
  animation: fadeIn 1.5s ease-in-out;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  animation: fadeIn 2s ease-in-out;
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
  padding: 20px;
  max-width: 500px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  animation: slideDown 1.5s ease-in-out;
}


form {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 20px;
}

label {
  font-size: 1.2rem;
  margin-bottom: 5px;
  text-align: left;
}

input, select {
  padding: 10px;
  margin-bottom: 15px;
  border: 2px solid white;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  font-size: 1rem;
  transition: all 0.3s ease;
}

input:focus, select:focus {
  border-color: #ff4060;
  box-shadow: 0 0 10px rgba(255, 64, 96, 0.7);
  outline: none;
}


button {
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: bold;
  color: white;
  background: #ff4060;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  background: #ff6075;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}


footer {
  margin-top: 20px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}


@media (max-width: 768px) {
  main {
    padding: 15px;
  }

  h1 {
    font-size: 2rem;
  }

  button {
    font-size: 1rem;
    padding: 10px 15px;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}


body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background: radial-gradient( #9b0720, #0c0909);
  color: white;
  text-align: center;
}

header {
  padding: 60px 20px;
  animation: fadeIn 2s ease-in-out;
}

h1 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  animation: fadeIn 1.5s ease-in-out;
}

p {
  font-size: 1.2rem;
  margin-bottom: 20px;
  animation: fadeIn 2s ease-in-out;
}

.btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 1.1rem;
  color: white;
  text-decoration: none;
  background: linear-gradient(#ff4766, #ff2c4f) ;
  border-radius: 25px;
  margin-top: 20px;
  transition: all 0.3s ease;
  animation: slideIn 1.5s ease-in-out;
}

.btn:hover {
  background: #ff6075;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

section {
  margin-top: 40px;
  animation: fadeIn 2s ease-in-out;
}

section h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

section p {
  font-size: 1rem;
}

footer {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 40px;
  font-size: 0.9rem;
}
.carousel {
  display: flex;
  overflow: hidden;
  position: relative;
  max-width: 90%;
  margin: 30px auto;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.carousel-item {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
  opacity: 0;
  transform: scale(0.9);
  visibility: hidden;
  position: relative;
}

.carousel-item.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}

.carousel img,
.carousel video {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
}

.carousel-controls {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
}

.carousel-controls button {
  background: rgba(255, 255, 255, 0.8);
  border: none;
  padding: 10px 20px;
  font-size: 1.5rem;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s ease;
}

.carousel-controls button:hover {
  background: rgba(255, 64, 96, 0.8);
  color: white;
}

@media (max-width: 768px) {
  .carousel-controls button {
    font-size: 1.2rem;
    padding: 8px 15px;
  }
}

.confetti {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  animation: fall 2s infinite ease-out;
}

@keyframes fadeIn {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@keyframes slideIn {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

@keyframes fall {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}