@tailwind base;
@tailwind components;
@tailwind utilities;

.font-press-start {
  font-family: "Press Start 2P", cursive;
}

.font-orbitron {
  font-family: "Orbitron", sans-serif;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.card {
  @apply bg-gray-800 rounded-xl p-6 transition-transform duration-300 hover:transform hover:scale-105;
}

.modal-open {
  @apply overflow-hidden;
}

@media (max-width: 640px) {
  .font-press-start {
    font-size: 90%;
    line-height: 1.5;
  }
}

.btn-primary {
  @apply bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded-lg font-press-start text-sm transition-colors;
}

.btn-secondary {
  @apply bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-press-start text-sm transition-colors;
}

.preloader {
  @apply fixed inset-0 bg-gray-900 flex items-center justify-center z-50;
}

.preloader-spin {
  @apply w-16 h-16 border-4 border-blue-600 border-t-transparent rounded-full animate-spin;
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.swiper-slide {
  transition: transform 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ef4444 !important;
}

.swiper-pagination-bullet {
  background: #ef4444 !important;
}

.swiper-pagination-bullet-active {
  background: #ef4444 !important;
}

.banner-bg {
  position: relative;
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/banner.webp");
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-bg .container {
  position: relative;
  z-index: 1;
}

.custom-logo {
  position: relative;
  width: fit-content;
}

.logo-19plus {
  width: 60px;
  height: 60px;
}

.plus {
  position: absolute;
  top: -31px;
  right: -15px;
  font-size: 56px;
  color: #ffffff;
}

.custom-logo-img {
  height: 60px;
}

.customlogo-inner a {
  width: fit-content;
}

.customlogo-inner {
  width: fit-content;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}

.font-press-start {
  font-family: "Press Start 2P", cursive;
}

.font-orbitron {
  font-family: "Orbitron", sans-serif;
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

.card {
  @apply bg-gray-800 rounded-xl p-6 transition-transform duration-300 hover:transform hover:scale-105;
}

.modal-open {
  @apply overflow-hidden;
}

@media (max-width: 640px) {
  .font-press-start {
    font-size: 90%;
    line-height: 1.5;
  }
}

.btn-primary {
  @apply bg-red-600 hover:bg-red-700 text-white px-6 py-3 rounded-lg font-press-start text-sm transition-colors;
}

.btn-secondary {
  @apply bg-blue-600 hover:bg-blue-700 text-white px-6 py-3 rounded-lg font-press-start text-sm transition-colors;
}

.preloader {
  @apply fixed inset-0 bg-gray-900 flex items-center justify-center z-50;
}

.preloader-spin {
  @apply w-16 h-16 border-4 border-blue-600 border-t-transparent rounded-full animate-spin;
}

.swiper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}

.swiper-slide {
  transition: transform 0.3s;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ef4444 !important;
}

.swiper-pagination-bullet {
  background: #ef4444 !important;
}

.swiper-pagination-bullet-active {
  background: #ef4444 !important;
}

.banner-bg {
  position: relative;
  background-image: url("<?php echo get_template_directory_uri(); ?>/images/banner.webp");
  background-size: cover;
  background-position: center;
  margin-bottom: 40px;
}

.banner-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.banner-bg .container {
  position: relative;
  z-index: 1;
}

.custom-logo {
  position: relative;
  width: fit-content;
}

.logo-19plus {
  width: 60px;
  height: 60px;
}

.plus {
  position: absolute;
  top: -31px;
  right: -15px;
  font-size: 56px;
  color: #ffffff;
}

.custom-logo-img {
  height: 60px;
}

.customlogo-inner a {
  width: fit-content;
}

.customlogo-inner {
  width: fit-content;
  display: flex;
  gap: 45px;
  flex-wrap: wrap;
}
