* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    display: block;
    max-width: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    background-color: #000000;
    color: #fff;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h1, h2, h3 {
    font-family: 'Big Shoulders Text', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
}

.casino-header {
    background-color: #14161A;
    padding: 10px 0;
    text-align: center;
}

.logo {
    font-family: 'Big Shoulders Text', sans-serif;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffcc00;
}

@media (max-width: 768px) {
    .casino-header {
        padding: 7px 0 5px;
    }
    .logo {
        font-size: 14px;
    }
}

.hero-section {
    padding: 20px 0;
}

.hero-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.hero-content {
    max-width: 50%;
}

.hero-title {
    font-family: 'Big Shoulders Text', sans-serif;
    font-weight: 900;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffcc00;
}

.hero-description {
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0;
}

.hero-description span {
    font-weight: 900;
}

.hero-description--mob {
    display: none;
}

.hero-benefits {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.hero-benefits .benefit-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.hero-benefits .benefit-item i {
    font-size: 20px;
    color: #ffcc00;
}

.hero-image img {
    width: 100%;
    max-width: 400px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .hero-section .container {
        flex-direction: column;
        text-align: center;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero-benefits {
        justify-content: center;
        flex-wrap: wrap;
    }

    .hero-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 20px 0 0;
    }

    .hero-title {
        font-size: 22px;
    }

    .hero-description {
        font-size: 12px;
        margin: 10px 0;
    }

    .hero-description--desc {
        display: none;
    }

    .hero-description--mob {
        display: block;
    }

    .hero-benefits {
        gap: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .hero-benefits .benefit-item {
        font-size: 8px;
        gap: 5px;
    }

    .hero-benefits .benefit-item i {
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .hero-title {
        font-size: 16px;
    }
}

.casino-catalog {
    padding: 10px 0;
}

.casino-card {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    background: url("../images/card-bg.png") center/cover no-repeat;
    padding: 30px 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    position: relative;
}

.best-choice {
    border: 3px solid #ffcc00;
}

.ribbon {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

@media (max-width: 768px) {
    .ribbon {
        top: -14px;
    }
}

.ribbon i {
    font-size: 16px;
}

.ribbon-gold {
    background-color: #ffcc00;
    color: #000;
}

.ribbon-red {
    background-color: #ff4444;
    color: #fff;
}

.ribbon-blue {
    background-color: #3b82f6;
    color: #fff;
}

.casino-logo img {
    max-width: 150px;
    display: block;
    margin: auto;
}

.casino-bonus {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 220px;
}

@media (max-width: 768px) {
    .casino-bonus {
       min-width: auto; 
    }
}

.casino-bonus .bonus-main {
    font-size: 20px;
    display: block;
}

.casino-bonus .bonus-sub {
    font-size: 14px;
    display: block;
    color: #bbb;
}

.golden-bonus .bonus-main {
    color: #ffcc00;
}

.golden-bonus .bonus-sub {
    color: #ffcc00;
}

.casino-rating {
    text-align: center;
}

.stars {
    margin-bottom: 5px;
}

.stars i {
    color: #ffcc00;
    font-size: 20px;
}

.votes {
    font-size: 14px;
    color: #bbb;
}

.casino-payment {
    text-align: center;
}

.payment-methods {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 5px;
}

.payment-methods img {
    width: 20px;
}

.more-methods {
    font-size: 12px;
    color: #aaa;
}

.get-bonus-btn {
    display: inline-block;
    background-color: #ffcc00;
    color: #000;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .casino-card {
        flex-wrap: wrap;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .casino-card {
        margin-bottom: 20px;
        padding: 15px 10px;
    }
}

.casino-benefits {
    padding: 50px 0;
    background: #111;
}

.benefit-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.benefit-grid .benefit-item {
    background: #222;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}

.benefit-grid .benefit-item:hover {
    transform: scale(1.05);
}

.benefit-grid .benefit-item i {
    font-size: 60px;
    color: #ffcc00;
    margin-bottom: 15px;
}

.benefit-text h3 {
    font-size: 26px;
    color: #ffcc00;
    margin-bottom: 10px;
}

.benefit-text p {
    font-size: 18px;
    color: #ccc;
    max-width: 90%;
}

@media (max-width: 1024px) {
    .benefit-grid {
        flex-wrap: wrap;
        gap: 15px;
    }

    .benefit-grid .benefit-item {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .benefit-grid {
        flex-direction: column;
        gap: 15px;
    }

    .benefit-grid .benefit-item {
        width: 100%;
    }

    .benefit-text h3 {
        font-size: 22px;
    }

    .benefit-text p {
        font-size: 16px;
    }
}

.casino-info {
    padding: 60px 0;
    background: #222;
    color: #fff;
    text-align: center;
}

.info-title {
    font-size: 32px;
    font-weight: bold;
    color: #ffcc00;
    margin-bottom: 25px;
}

.casino-info p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    color: #ccc;
}

.highlight {
    color: #ffcc00;
    font-weight: bold;
}

@media (max-width: 1024px) {
    .info-title {
        font-size: 28px;
    }

    .casino-info p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .casino-info {
        padding: 40px 0;
    }

    .info-title {
        font-size: 26px;
    }

    .casino-info p {
        font-size: 14px;
    }
}

.casino-footer {
    background: #111;
    color: #ccc;
    padding: 40px 0;
    text-align: center;
    font-size: 14px;
}

.disclaimer {
    max-width: 900px;
    margin: 0 auto 30px;
    font-size: 14px;
    line-height: 1.5;
    color: #bbb;
}

.footer-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.age-warning {
    font-size: 24px;
    font-weight: bold;
    color: #ffcc00;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border-radius: 50px;
    background: #222;
    border: 2px solid #ffcc00;
}

.footer-icons img {
    max-height: 30px;
    transition: transform 0.3s ease-in-out;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}

@media (max-width: 768px) {
    .footer-icons {
        flex-direction: column;
        gap: 15px;
    }

    .age-warning {
        font-size: 20px;
        padding: 8px 12px;
    }

    .disclaimer {
        font-size: 12px;
    }
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.modal-overlay.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    background: #222;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    width: 90%;
    max-width: 400px;
    position: relative;
}

.close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    cursor: pointer;
    color: #fff;
}

.close-modal:hover {
    color: #ffcc00;
}

.modal-logo img {
    width: 100%;
    margin: 0 auto 30px;
}

.modal-bonus {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-content .bonus-main {
    font-size: 22px;
    display: block;
    color: #fff;
}

.modal-content .bonus-sub {
    font-size: 16px;
    display: block;
    color: #fff;
    margin-top: 5px;
}

.modal-btn {
    display: inline-block;
    background-color: #ffcc00;
    color: #000;
    padding: 12px 20px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 15px;
    transition: background 0.3s ease-in-out;
}

.modal-btn:hover {
    background: #ffd633;
}

.modal-disclaimer {
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .modal-content {
        width: 95%;
    }

    .modal-content .bonus-main {
        font-size: 20px;
    }

    .modal-content .bonus-sub {
        font-size: 14px;
    }

    .modal-btn {
        padding: 10px 15px;
        font-size: 14px;
    }
}

.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #222;
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    max-width: 600px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, bottom 0.5s ease-in-out;
}

.cookie-consent.show {
    opacity: 1;
    visibility: visible;
    bottom: 30px;
}

.cookie-text p {
    font-size: 14px;
    line-height: 1.4;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.accept-cookie {
    background: #ffcc00;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

@media (max-width: 768px) {
    .cookie-consent {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .cookie-buttons {
        flex-direction: column;
        width: 100%;
    }

    .accept-cookie {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .casino-payment {
        display: none;
    }
}

@media (max-width: 768px) {
    .casino-logo,
    .casino-bonus,
    .casino-rating,
    .casino-button {
        width: calc((100% - 10px)/2);
    }

    .casino-logo img {
        width: 100px;
        max-width: 100%;
    }

    .stars i {
        font-size: 16px;
    }

    .get-bonus-btn {
        font-size: 16px;
        padding: 5px 10px;
    }
}