body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #0f0f0f;
  color: #fff;
  overflow-x: hidden;
}

.toplo, .yap, .cards, footer {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.8s forwards;
}

.toplo { animation-delay: 0.2s; }
.yap { animation-delay: 0.4s; }
.cards { animation-delay: 0.6s; }
footer { animation-delay: 0.8s; }

@keyframes fadeInUp {
  to { opacity: 1; transform: translateY(0); }
}

.toplo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.toplogos {
  width: 200px;
  height: auto;
  filter: drop-shadow(0 0 6px rgba(255, 0, 0, 0.3));
  transition: transform 0.4s ease, filter 0.4s ease;
}

.toplogos:hover {
  transform: scale(1.1) rotate(-5deg);
  filter: drop-shadow(0 0 15px rgba(255, 0, 0, 0.6));
  animation: float 1.5s ease-in-out infinite alternate;
}

@keyframes float {
  0% { transform: scale(1.1) rotate(-5deg) translateY(0); }
  100% { transform: scale(1.1) rotate(-5deg) translateY(-10px); }
}

main {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
}

.yap {
  text-align: center;
  max-width: 800px;
  margin-bottom: 50px;
}

.yap h1 {
  margin: 5px 0;
  font-size: 2rem;
  text-transform: uppercase;
}

.red { color: #e50914; }
.yellow { color: #ffcc00; }

.yap p { color: #ccc; margin: 20px 0; }

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 20px;
  width: fit-content;
  margin: 0 auto;
  transition: 0.3s;
  text-decoration: none;
}

.btn.yellow { background-color: #ffcc00; color: #000; }
.btn.yellow:hover { background-color: #e6b800; transform: scale(1.05); }

.btn.red { background-color: #e50914; color: #fff; }
.btn.red:hover { background-color: #ff1f2a; transform: scale(1.05); }

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}

.card {
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  width: 320px;
  padding: 25px;
  box-shadow: 0 0 15px rgba(255, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(255, 0, 0, 0.3);
}

.card .topside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.card .topside img { width: 55px; height: 55px; }
.card .topside h2 { font-size: 1.5rem; margin: 0; }
.card .topside span { color: #ffcc00; font-weight: 600; }

.card ul { list-style: none; padding: 0; margin: 15px 0; }
.card ul li {
  margin: 8px 0;
  padding-left: 25px;
  position: relative;
  color: #ccc;
}
.card ul li::before { content: "✔"; position: absolute; left: 0; color: #ffcc00; font-weight: bold; }

.x-videos { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-bottom: 40px; }
.x-video-card { max-width: 560px; width: 100%; border-radius: 16px; overflow: hidden; box-shadow: 0 0 15px rgba(255,0,0,0.3); }

.social-heading { text-align: center; color: #ffcc00; font-family: 'Oswald', sans-serif; margin-bottom: 20px; }

.social-boxes { display: flex; justify-content: center; gap: 25px; flex-wrap: wrap; }
.social-box {
  background-color: #1a1a1a;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  width: 180px;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(255,0,0,0.15);
  transition: 0.3s;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.social-box img { width: 50px; height: 50px; margin-bottom: 10px; }
.social-box p { margin: 0; font-size: 0.85rem; line-height: 1.2rem; font-family: 'Oswald', sans-serif; }
.social-box:hover { transform: translateY(-5px); box-shadow: 0 0 25px rgba(255,0,0,0.3); color: #ffcc00; }

footer {
  background-color: #1a1a1a;
  border-top: 2px solid #e50914;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 50px 20px;
  gap: 30px;
  color: #fff;
}
.virtualman{
  text-decoration: none;
  font-size: 1.2em;
  color:red;
  font-weight: bold;
}
footer .bang, footer .Links, footer .Support { max-width: 300px; flex: 1 1 250px; }
footer .bang img { width: 180px; height: auto; margin-bottom: 20px; }
footer .bang p { color: #ccc; font-size: 0.95rem; line-height: 1.5; }
footer h1 { font-size: 1.4rem; margin-bottom: 15px; color: #ffcc00; font-family: 'Oswald', sans-serif; }
footer ul { list-style: none; padding: 0; margin: 0; }
footer ul li { margin: 10px 0; color: #ccc; cursor: pointer; transition: 0.2s; }
footer ul li:hover { color: #e50914; }
footer ul a { text-decoration: none; color: inherit; }

@media (max-width: 768px) {
  .cards { flex-direction: column; align-items: center; }
  .toplogos { width: 150px; margin: 10px 0; }
  .yap h1 { font-size: 1.5rem; }
  footer { flex-direction: column; align-items: center; text-align: center; gap: 40px; }
  footer .bang, footer .Links, footer .Support { max-width: 100%; }
  .social-boxes { flex-direction: column; align-items: center; gap: 20px; }
  .social-box { width: 90%; min-height: auto; }
}
