/* globals */

body {
  background-color: #362667;
  color: #ffffff;
}

.bebas-neue-regular {
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
}

a {
  color: #ffffff;
}
a:hover {
  color: #EAA222;
}

/* Navbar Links */
.nav-link {
  color: #ffffff;
}
.nav-link:hover {
  color: #EAA222;
}

/* */

.bg-primary{
    background-color: #362667!important;
}

.bg-secondary{
    background-color: #111933!important;
}

.text-primary, a.text-primary{
  color: #EAA222!important;
}

/* buttons */


.btn-primary {
  background-color: #EAA222;
  border-color: #EAA222;
  color: #000;
}
.btn-primary:hover {
  background-color: #2c1f59;
  border-color: #2c1f59;
  color: #FFF;
}

.btn-secondary {
  background-color: #362667;
  border-color: #362667;
  color: #ffffff;
}
.btn-secondary:hover {
  background-color: #2c1f59;
  border-color: #2c1f59;
}

.btn-outline-primary {
  color: #FFF;
  border-color: #362667;
}
.btn-outline-primary:hover {
  background-color: #362667;
  color: #ffffff;
}

/* Carousel indicators */
.carousel-indicators [data-bs-target] {
  background-color: #ccc;
}
.carousel-indicators [data-bs-target]:hover {
  background-color: #EAA222;
}

/* register */
.cta-register {
  background-color: #EAA222;
  color: #2c1f59;
  border: none;
  padding: 0.5rem 1.25rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}
.cta-register:hover {
  background-color: #2c1f59;
  color: #ffffff;
}

.bp-login-submit .bp-login-submit{
  width: 100%;
  margin: 20px 0;
  background: #362667;
  color: #FFF;
}

/* Bootstrap */

/* Botón de cerrar */
.btn-close {
filter: invert(1); /* Cambia el color del botón de cierre a blanco */
}

.modal-content{
  color: #000;
}

/* Header */

header{
    height: 130px;
}

.fs-header{
  font-size: 1em;
}

.header-internal{
  background: url(/media/skin/lucky-cat-casino-games-mobile.jpg) no-repeat center;
}

/* Casino games filter */

.product {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
  position: absolute;
}

.product.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  position: static;
}

.hover-box {
      overflow: hidden;
    }

    .hover-content {
      position: absolute;
      inset: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      transition: opacity 0.3s ease-in-out;
      pointer-events: none;
    }

    .hover-box:hover .hover-content {
      opacity: 1;
      pointer-events: all;
    }

    .hover-content .btn {
      z-index: 1;
    }


.filter-btn-group .btn.active {
  background-color: #362667;
  color: white;
  border-color: #EAA222;
}

.filter-btn-group .btn:hover{
  background-color: #EAA222;
}


  /* Extra small (XS) - No media query needed for xs (default styles) */

/* Small (sm) ≥ 576px */
@media (min-width: 576px) { 
  
 }

/* Medium (md) ≥ 768px */
@media (min-width: 768px) { 
  
 }

/* Large (lg) ≥ 992px */
@media (min-width: 992px) { 

    .fs-header{
      font-size: 1.3em;
    }

    /* Header */

    header{
      height: 180px;
    }

    .header-internal{
      background: url(/media/skin/lucky-cat-casino-desktop.jpg) no-repeat center left;
      background-size: 100%;
    }

 }

/* Extra large (xl) ≥ 1200px */
@media (min-width: 1200px) { 
  
 }

/* Extra extra large (xxl) ≥ 1400px */
@media (min-width: 1400px) { 
  
 }
