/* Media Queries for Template 11 - Ocean/Aquatic Theme */

@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% - 18px);
  }

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

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

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

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

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

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

  .casino-item {
    width: 100%;
  }

  .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;
  }

  .ocean-compass {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }

  .ocean-compass::before {
    font-size: 2rem;
  }
}

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

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

  .header .logo {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .header .quick-nav a {
    padding: 12px 18px;
    font-size: 0.85rem;
  }

  .footer-title {
    font-size: 2.8rem;
    letter-spacing: 1px;
  }

  .footer .logo-item {
    width: 140px;
    height: 45px;
  }

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

  .section {
    padding: 60px 0;
  }

  .text-content {
    padding: 30px;
  }

  .popup-content {
    padding: 30px;
  }

  .ocean-compass {
    display: none;
  }
}
