/* Ogólne ustawienia */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* Pasek kryptowalut */
.crypto-ticker {
    background-color: #000000; /* Ciemne tło */
    color: #ffffff; /* Żółty tekst */
    overflow: hidden;
    white-space: nowrap;
    border-bottom: 2px solid #7d06a1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 40px; /* Wysokość paska */
    display: flex;
    align-items: center; /* Wyrównaj tekst pionowo */
}

.ticker {
    display: inline-block;
    animation: scroll-left 15s linear infinite;
    padding: 10px 0;
    font-size: 1rem;
}

.ticker span {
    display: inline-flex; /* Ikony i tekst w jednej linii */
    align-items: center;
    margin-right: 30px; /* Odstęp między kryptowalutami */
    font-size: 1rem; /* Rozmiar tekstu */
}

.ticker i {
    font-size: 1.2rem; /* Rozmiar ikon */
    margin-right: 8px; /* Odstęp między ikoną a tekstem */
    color: #ffc107; /* Kolor ikon */
}

/* Animacja przewijania */
@keyframes scroll-left {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


body {
    font-family: Inter, system-ui, sans-serif;
    background-color: #111111; /* Delikatne tło */
    color: #ffffff; /* Ciemny szary tekst */
    line-height: 1.6;
    margin: 0;
}

/* Nagłówek */
header {
    background-color: #242424;
    color: #fff;
    padding: 1rem;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative; /* konieczne dla ::before i ::after */
    z-index: 1;
}

/* Lewa część puzzle */
header::before {
    content: '';
    position: absolute;
    bottom: -10px; /* nachodzi na sekcję poniżej */
    left: 0;
    width: 30%; /* szerokość prostokąta */
    height: 50px;
    background: #181818; /* kolor sekcji poniżej */
    border-top-right-radius: 50px; /* zaokrąglony róg */
    z-index: -1; /* pod header */
    box-shadow: 0 -4px 15px rgba(193, 60, 255, 0.8); /* neonowy efekt */
    border-top: 4px solid #a855f7; /* świecący pasek */
}

/* Prawa część puzzle */
header::after {
    content: '';
    position: absolute;
    bottom: -10px; /* nachodzi na sekcję poniżej */
    right: 0;
    width: 30%;
    height: 50px;
    background-color: #181818; /* kolor sekcji poniżej */
    border-top-left-radius: 50px; /* zaokrąglony róg */
    z-index: -1; /* pod header */
    box-shadow: 0 -4px 15px rgba(193, 60, 255, 0.8); /* neonowy efekt */
    border-top: 4px solid #a855f7; /* świecący pasek */
}

h2 {
    text-align: center;
    margin-top: 20px;

}


nav {
    margin-top: 20px;
}

nav a {
    color: #ffffff;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    transition: color 0.3s ease;
}

nav a:hover {
    color: #7c4dff; /* Żółty akcent */
}


/* Sekcja About Us */
#about-us {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 80px;
    padding: 100px 20px;
    z-index: 1;
    background-color: #181818; /* Delikatne tło */
    border-radius: 10px; /* Zaokrąglone rogi */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtelny cień */
    position: relative;
}

/* Lewa część puzzle */
#about-us::before {
    content: '';
    position: absolute;
    bottom: -5px; /* nachodzi na sekcję poniżej */
    left: 0;
    width: 30%; /* szerokość prostokąta */
    height: 60px;
    background-color: #111111; /* kolor sekcji poniżej */
    border-top-right-radius: 100px; /* zaokrąglony róg */
    z-index: -1; /* pod header */
}

/* Prawa część puzzle */
#about-us::after {
    content: '';
    position: absolute;
    bottom: -5px; /* nachodzi na sekcję poniżej */
    right: 0;
    width: 30%;
    height: 60px;
    background-color: #111111; /* kolor sekcji poniżej */
    border-top-left-radius: 100px; /* zaokrąglony róg */
    z-index: -1; /* pod header */
}

#about-us h2 {
    font-size: 1.8rem; /* Większy nagłówek */
    color: #ffffff; /* Ciemniejszy kolor */
    margin-bottom: 10px;
}

#about-us p {
    font-size: 1rem; /* Rozmiar tekstu */
    color: #ffffff; /* Subtelny kolor tekstu */
    line-height: 1.6; /* Wysokość linii dla lepszej czytelności */
    margin: 0;
}


/* Subtelny pasek oddzielający */
.divider {
    width: 50%; /* Pasek zajmuje 50% szerokości ekranu */
    height: 2px; /* Wysokość paska */
    background-color: rgba(77, 77, 77, 0.192); /* Ledwo widoczny kolor (szary) */
    margin: 30px auto; /* Odstępy i wyśrodkowanie */
    border-radius: 1px; /* Zaokrąglone rogi */
}

.top-badge {
    background: gold;
    color: black;
    padding: 5px 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}
.trust-text {
    margin-top: 10px;
    font-size: 15px;
    color: #b8b8b8;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}

.trust-text::before {
    content: "🛡️ ";
}

.trust-text::after {
    content: " ✔";
    color: #00ffae;
}


/*Kategorie */

.categories {
    display: flex; /* Ustawia elastyczny układ */
    flex-direction: row; /* Elementy będą wyświetlane w poziomie */
    gap: 14px; /* Odstęp między elementami */
    margin-left: 60px;
    margin-bottom: 30px;
    position: relative;
}

.category {
    padding: 10px;
}

.categories a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    display: inline-block; /* Ważne, by linki nie zajmowały całej szerokości */
}

.categories a:hover {
    background-color: #f0f0f0;
    color: #000;
    border-radius: 5px;
}

.activity {
    margin-left: 220px;
    font-size: 13px;
    color: #00ffae;
    font-weight: 500;
    opacity: 0.9;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.6;
    }
}

/* casinos */

#casinos {
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    padding: 20px 0;
}

.casino-card-full {
    display: flex;
    align-items: center;
    background: #1a1a1a;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 25px;
    width: 95%;          /* większa szerokość */
    max-width: 1400px;   /* większy maksymalny rozmiar */
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    transition: transform 0.3s;
}

.casino-card-full:hover {
    transform: scale(1.02);
}

/* Logo po lewej na całą wysokość karty */
.casino-logo-full {
    width: 140px;
    height: 140px;
    object-fit: contain;
    background: #111;
    padding: 0px;
    margin-right: 20px;
    flex-shrink: 0;
}

/* Kolumny obok logo */
.casino-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 45px;
}

.casino-name-column h3 {
    margin: 0 0 5px 0;
}

.casino-rating i {
    color: #FFD700;
    margin-right: 2px;
}

.casino-bonus-column p {
    margin: 0;
    font-weight: bold;
}

.casino-highlights-column p {
    margin: 2px 0;
    font-size: 0.9em;
    color: #ccc;
}

.casino-gif-full {
    width: 100%;
    text-align: center; /* GIF na środku */
    margin: 10px 0 20px; /* odstęp między kafelkiem a GIF-em */
}

.casino-gif-full img {
    max-width: 900px; /* dopasowanie do mobile */
    width: 100%;
    cursor: pointer;
    display: inline-block;
}


/* Przyciski po prawej */
.casino-btn {
    margin-left: auto; /* przesuwa przycisk na koniec karty */
    padding: 10px 20px;
    background: #8a2be2;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    flex-shrink: 0;
}

.casino-btn:hover {
    background: #6a1ab0;
}

.casino-btn-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/**sociale*/
#socials {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    background: #111;
}

.social-box {
    background: #1a1a1a;
    padding: 30px 40px;
    border-radius: 12px;
    text-align: center;
    max-width: 800px;
    width: 100%;
    box-shadow: 0 4px 15px rgba(0,0,0,0.4);
}

.social-box h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 1.5em;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.social-icons a {
    color: #fff;
    font-size: 2em;
    transition: transform 0.3s, color 0.3s;
}

.social-icons a:hover {
    color: #8a2be2;
    transform: scale(1.2);
}



/* Stopka */
footer {
    background-color: #1d1d1d;
    color: #ffffff; 
    padding: 1rem;
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
}





