body {
  font-family: "Libre Franklin", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

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

.btn-outline-primary{
  border-color: #ff7a00!important;
}

/* GRADIENT SECTION */
.bg-gradient{
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(234, 234, 234, 1) 79%, rgba(255, 255, 255, 1) 100%)!important;
  position: relative;
  z-index: 0;
}

.bg-gradient2{
  background: #EAEAEA;
  background: linear-gradient(151deg, rgba(234, 234, 234, 1) 55%, rgba(255, 122, 0, 1) 100%);
  padding: 1px;
}

.bsb-bg-gradient{
  background-color: #ff7a00;
  background: linear-gradient(45deg, #ff7a00, #ff3c00);
}

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

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

.border-primary{
  border-color: #ff7a00!important;
}

.floating {
  animation: floatSoft 4s ease-in-out infinite;
}

@keyframes floatSoft {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0);
  }
}

/* Accordion */

.accordion-button:not(.collapsed){
  background-color: #ff7a00;
  background: linear-gradient(45deg, #ff7a00, #ff3c00)!important;
  color: #FFF!important;
  font-weight: 600;
}

/* HERO PRO */

.bg-zoom-smooth {
  background: url(../images/hero/welcome-nba-playoffs/Website_01.jpg) no-repeat center #a93803;
  background-size: cover;
  animation: zoomSmooth 20s ease-in-out infinite;
}

@keyframes zoomSmooth {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.btn{
  color: #232323!important;
}

.btn-check:checked + .btn{
  background: linear-gradient(45deg, #ff7a00, #ff3c00);
  color: #fff!important;
}

.bsb-hover {
  transition: transform 0.3s ease;
}

.bsb-hover:hover {
  transform: scale(1.05);
}

/* BOTÓN BET */

.btn-register, .btn-register2{
  background: #363636;
  background: linear-gradient(151deg, rgba(54, 54, 54, 1) 0%, rgba(30, 30, 28, 1) 100%);
  color: #FFF!important;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 15px 30px;
  font-size: 1.5rem!important;
  max-width: 300px;
  transition: all .3s ease;
}

.btn:hover, .btn-register2 {
  color: #FFF!important;
  background: linear-gradient(45deg, #ff7a00, #ff3c00);
  transition: all .3s ease;
}

.btn-register2:hover, .btn-register:hover {
  transform: scale(1.08);
  box-shadow: 0 0 20px rgba(255, 122, 0, 0.7);
}

/* Botón tipo pill */
.btn-pulse-pill {
  position: relative;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 30px;
  z-index: 1;
}

/* Onda expansiva */
.btn-pulse-pill::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;

  width: 100%;
  height: 100%;

  background: rgba(255, 115, 0, 0.25);
  border-radius: 40px; /* 🔥 igual que el botón */

  transform: translate(-50%, -50%) scale(0);
  opacity: 0;

  z-index: -1;

  animation: pulsePill 8s infinite;
}

/* Animación */
@keyframes pulsePill {

  /* espera */
  0%, 70% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }

  /* pulso 1 */
  72% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.80;
  }

  75% {
    transform: translate(-50%, -50%) scale(2.2);
    opacity: 0;
  }

  /* pulso 2 */
  78% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.80;
  }

  82% {
    transform: translate(-50%, -50%) scale(2.6);
    opacity: 0;
  }

  /* reset */
  100% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}

/* GLOW TEXT */
.glow-text {
  text-shadow: 0 0 20px rgba(255, 122, 0, 0.8);
}

/* SPORT CARDS PRO */
/* Botón base */
.league-btn {
  width: 100%;
  height: 80px;
  border: none;
  border-radius: 12px;
  background: linear-gradient(145deg, #073f76, #03213a);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Hover tipo betting */
.league-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 15px rgba(235, 203, 94, 0.6);
  background: linear-gradient(145deg, #0a4b8f, #042c4d);
}

/* Logos */
.league-btn img {
  object-fit: contain;
  max-width: 100%;
}

/* Tamaños estandarizados */
.logo-sm {
  height: 30px;
}

.logo-lg {
  height: 60px;
}

/* Espaciado entre slides */
.swiper-slide {
  height: auto!important;
} 

.swiper-pagination-bullet-active{
  background-color: #ff7a00!important;
}

/* CASINO */

.casino{
  padding: 30% 0;
}

  .casino:after{
    background: url(../images/casino/Website_15.jpg) no-repeat center;
    height: 85%;
    width: 100%;
    content: '';
    top: 7.5%;
    position: absolute;
    z-index: -1;
  }

.casino-item1{
  top: -8%;
}

.casino-item2{
  bottom: -8%;
}

/* Promos */

/*.promo-card:hover{
  box-shadow: -1px 0px 18px 0px rgba(255,255,255,0.51)!important;
-webkit-box-shadow: -1px 0px 18px 0px rgba(255,255,255,0.51)!important;
-moz-box-shadow: -1px 0px 18px 0px rgba(255,255,255,0.51)!important;
}*/

/* FOOTER */

.crypto{
  margin-bottom: -3%;
  max-width: 300px;
}

footer{
  background: #363636;
  background: linear-gradient(151deg, rgba(54, 54, 54, 1) 0%, rgba(30, 30, 28, 1) 100%);
}

  footer:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 5%;
    max-height: 20px;
    background: linear-gradient(45deg, #ff7a00, #ff3c00);
    bottom: 100%;
  }

  .closing:after{
    content: '';
    position: absolute;
    background: url(../images/footer/Website_40.png) no-repeat center top;
    top: -40%;
    height: 100%;
    background-size: 100%;
    width: 100%;
    z-index: 0;
  }

footer ul li {
  margin-bottom: 5px;
}

@media (max-width: 767.98px) { 
  .container{
    margin-left: 5%;
    margin-right: 5%;
    width: 90%;
  }
}

@media (min-width: 576px) {  }

@media (min-width: 768px) { 

  .casino{
    padding: 2% 0;
  }

 }

@media (min-width: 992px) { 

  .bg-zoom-smooth {
    background: url(../images/hero/welcome-nba-playoffs/Website_01.jpg) no-repeat center bottom;
  }

  .crypto{
    max-width: auto;
  }

 }

@media (min-width: 1200px) { 


 }

@media (min-width: 1400px) {  }