/* Body */
body {
    margin: 0;
    padding: 0;
    background-color: #090c0f;
    color: #fff;
    font-family: Arial, sans-serif;
}canvas {
    display: block;
    position: fixed; /* Garante que ocupa toda a tela */
    z-index: -1; /* Fica abaixo dos outros elementos */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}#catalogadores {
    margin-top: 60px;
  text-align: center; /* Centraliza as imagens */
}a{
    width: 100%;
    display: contents;
}

#catalogadores img {
  max-width: 100%;  /* Garante que a imagem não ultrapasse o contêiner */
  height: auto;     /* Mantém a proporção da imagem */
  display: block;   /* Remove espaços extras abaixo da imagem */
  margin: 0 auto;   /* Centraliza a imagem */
  transition: transform 0.3s ease-in-out; /* Suaviza a animação */
  border-radius: 10px;
  cursor: pointer;
}/* Para o desktop (telas maiores que 768px) */
.banner00 {
  display: block;
  width: 100%;
}

.banner0 {
  display: block;
  width: 100%;
}

.banner1 {
  display: block;
  width: 100%;
}
.banner2 {
  display: block;
  width: 100%;
}
/* Para mobile (telas menores que 768px) */
@media (max-width: 768px) {
    .banner00 {
    content: url('./banners/10001.png');    
  }
    .banner0 {
    content: url('./banners/10002.png');
  }
  .banner1 {
    content: url('./banners/10003.png');
  }
  .banner2 {
    content: url('./banners/floatingmobile.png');
  }
}

/* Para desktop (telas maiores que 768px) */
@media (min-width: 769px) {
    .banner00 {
    content: url('./banners/10001.png');
  }
    .banner0 {
    content: url('./banners/10002.png');
  }
  .banner1 {
    content: url('./banners/10003.png');
  }.banner2 {
    content: url('./banners/floatingdesktop.png');
  }
}

#catalogadores img:hover {
  animation: pulse 0.6s infinite alternate; /* Aplica o efeito de pulsar */
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

/* Menu */
.menu {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    background-color: #040608;
}iframe {
    border: none;
    border-radius: 8px;
    height: 725px;
    margin-top: 14px;
    width: 99%;
}.menu-right a{
    text-decoration: none;
    outline: none;
}

.menu-left {
    display: flex;
}

.menu-right {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
    justify-content: inherit;
}

.menu-btn {
    background-color: #36b300;
    border: none;
    color: #fff;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
        font-size: 15px;
    border-radius: 5px;
    display: flex;
    gap: 4px;
}

.menu-btn:hover {
    background-color: #53e116;
}

.menu-left .logo {
    height: 40px;
}
/* Estilo do Banner */
.banner {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.swiper {
    width: 100%;
    height: auto;
}

.banner-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Ajusta os botões de navegação */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

/* Ajusta os pontos da paginação */
.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.7;
}


/* Indicadores ou botões de navegação (opcional) */
.banner-nav {
    position: absolute;
    top: 50%;
    left: 10px;
    z-index: 10;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    cursor: pointer;
}.counter {
    text-align: center;
    margin: 20px 0;
    font-size: 1.2rem;
}.pulsing-circle {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background-color: #31ff31; /* Cor verde */
            display: inline-block;
            margin-left: 5px;
            animation: pulse 1s infinite; /* AnimaÃ§Ã£o pulsante */
        }

        /* AnimaÃ§Ã£o para fazer a bolinha piscar */
        @keyframes pulse {
            0% {
                opacity: 1;
            }
            50% {
                opacity: 0.3;
            }
            100% {
                opacity: 1;
            }
        }

/* Estilo para os botões de navegação */
.banner-nav.next {
    left: auto;
    right: 10px;
}
 
 /* Container da barra de progresso */
.progress-container {
    width: 100%;
    height: 30px;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin-top: -10px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin-bottom: 6px;
}

/* Texto da porcentagem */
.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 16px;
    z-index: 99;
    color: #1c1c1c;
}

/* Barra de progresso */
.progress-bar {
    height: 100%;
    border-radius: 5px;
    position: relative;
    transition: width 0.5s ease-in-out;
    background: linear-gradient(-45deg, transparent 25%, #fefbe370 25%, #fefbe370 50%, transparent 50%, transparent 75%, #fefbe370 75%);
}
/* INICIO CÃ³digo para animaÃ§Ã£o */
.progress-bar {
    position: inherit;
    background:#fefbe3;
    background-color: -webkit-linear-gradient(-45deg, transparent 25%, #fefbe370 25%, #fefbe370 50%, transparent 50%, transparent 75%, #fefbe370 75%);
    background: -moz-linear-gradient(-45deg, transparent 25%, #fefbe370 25%, #fefbe370 50%, transparent 50%, transparent 75%, #fefbe370 75%);
    background: -o-linear-gradient(-45deg, transparent 25%, #fefbe370 25%, #fefbe370 50%, transparent 50%, transparent 75%, #fefbe370 75%);
    background: linear-gradient(-45deg, transparent 25%, #fefbe370 25%, #fefbe370 50%, transparent 50%, transparent 75%, #fefbe370 75%);
    background-size: 27px 27px;
    -webkit-animation: barberpole 1.5s infinite linear;
    animation: barberpole 5s infinite linear;
}

@-webkit-keyframes barberpole {
    from {background-position: 0%;}
    to {background-position: 100%;}
}
/* Cores para a barra dependendo da porcentagem */
.progress-bar.green {
    background-color: #4caf50;
}

.progress-bar.orange {
    background-color: #ff9800;
}

.progress-bar.red {
    background-color: #f44336;
}    
.hot-icon {
position: absolute;
    top: -13px;
    right: -7px;
    width: 30px !important;
    height: 30px !important;
    z-index: 2;
}
/* Marca d'água */
.watermark {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.watermark img {
    width: 233px;
}
.game-img-container {
    position: relative;
}
/* Fixed Sidebar */
.fixed-sidebar {
    padding: 15px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
}

/* Live Games */
.live-games {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    margin: 20px;
    overflow-x: hidden;
}

.game-card {
    width: 100%;
    margin: 0;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
    box-sizing: border-box;
}

.game-card img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}


.seubet-btn, .segurobet-btn {
padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 8px;
}

.seubet-btn {
    background-color: #007bff;
    color: #fff;
}

.seubet-btn:hover {
    background-color: #0056b3;
}

.segurobet-btn {
    background-color: #28a745;
    color: #fff;
}

.segurobet-btn:hover {
    background-color: #218838;
}

/* Responsiveness */
@media screen and (max-width: 768px) {
    .menu {
        flex-direction: column;
        align-items: center;
    }

    .menu-left {
        margin-bottom: 10px;
    }

    /* Adjust grid gap and margin for mobile */
    .live-games {
        grid-gap: 10px;
        margin: 10px;
    }

    .game-card {
        padding: 10px;
    }
    
    .game-buttons {
        display: flex;
        flex-direction: column;
    }
    
    .game-buttons button {
        font-size: 12px;
        padding: 8px 5px;
    }
    
    .progress-container {
        margin: 5px 0;
        height: 25px;
    }
    
    .progress-text {
        font-size: 12px;
    }
}

/* Add styles for larger screens if needed */
@media screen and (min-width: 1200px) {
    .live-games {
        grid-template-columns: repeat(5, 1fr);
        max-width: 1200px;
        margin: 20px auto;
    }
}
