/* Media Queries for Template 6 - Retro Synthwave with Pink/Blue Theme and Floating Elements */

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }

  .section.head h1 {
    font-size: 5rem;
  }

  .section header h2 {
    font-size: 3.5rem;
  }

  .section header h2::before,
  .section header h2::after {
    left: -80px;
    right: -80px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .section.head h1 {
    font-size: 4.5rem;
  }

  .section header h2 {
    font-size: 3rem;
  }

  .casino-item {
    width: calc(50% - 15px);
  }

  .header .logo {
    font-size: 2.5rem;
  }

  .section header h2::before,
  .section header h2::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .header .container {
    flex-direction: column;
    gap: 20px;
  }

  .section.head h1 {
    font-size: 4rem;
  }

  .section header h2 {
    font-size: 2.5rem;
  }

  .casino-item {
    width: 100%;
    transform: none;
    animation: none;
  }

  .casino-item:hover {
    transform: translateY(-10px) scale(1.02);
  }

  .header .quick-nav ul {
    flex-wrap: wrap;
    justify-content: center;
  }

  .casino-logo {
    width: 100%;
    height: 100px;
  }

  .header .logo::before,
  .header .logo::after {
    display: none;
  }

  .section.head h1::before {
    display: none;
  }

  .casino-header::before {
    display: none;
  }
}

@media (max-width: 576px) {
  .section.head h1 {
    font-size: 3.5rem;
    letter-spacing: 3px;
  }

  .section header h2 {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }

  .header .logo {
    font-size: 2.2rem;
    letter-spacing: 2px;
  }

  .header .quick-nav a {
    padding: 10px 15px;
    font-size: 0.8rem;
  }

  .footer-title {
    font-size: 2.5rem;
    letter-spacing: 2px;
  }

  .footer .logo-item {
    width: 120px;
    height: 35px;
  }

  .section.head {
    padding: 80px 0;
  }

  .section {
    padding: 60px 0;
  }

  .text-content {
    padding: 25px;
  }

  .popup-content {
    padding: 25px;
  }

  .floating-element {
    display: none;
  }
}
