body {
    color: #E0E0E0;
    font-family: 'Roboto Mono', monospace;
    background-color: #121212;
    overflow-x: hidden;
}

h1, h2,
.card_title,
.card_list_titlee,
.text-block-22,
.text-span-30,
span.text-span-31,
.article div {
    color: #00FFC0;
    font-family: 'Press Start 2P', cursive;
    text-shadow: 0 0 8px rgba(0, 255, 192, 0.6);
}

h1.font-weight-light {
    font-size: 56px;
    color: #9200FF;
    letter-spacing: 3px;
    line-height: 1.1em;
    text-transform: uppercase;
    animation: textGlow 1.5s infinite alternate;
}

@keyframes textGlow {
    from { text-shadow: 0 0 10px #9200FF; }
    to { text-shadow: 0 0 20px #9200FF, 0 0 30px #9200FF; }
}

p.lead {
    font-family: 'Orbitron', sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #B0B0B0;
    font-size: 20px;
}

.custom-home-page {
    background: url("../img/bg-HighRes.jpg") no-repeat center center fixed;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.custom-home-page::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.6));
    z-index: 0;
    animation: scanlineEffect 10s infinite linear;
}

@keyframes scanlineEffect {
    0% { background-position: 0% 0%; }
    100% { background-position: 100% 100%; }
}

.gold-text {
    font-family: 'Press Start 2P', cursive;
    color: #FFD700 !important;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
}

.fa:before {
    color: #39FF14;
    font-size: 20px;
    text-shadow: 0 0 5px rgba(57, 255, 20, 0.8);
}

.rating-upper {
    color: #FF4500 !important;
    text-shadow: 0 0 5px rgba(255, 69, 0, 0.8);
}

.t-cs_card_list, .text-span-32 {
    color: #00BFFF;
    text-decoration: underline;
    cursor: pointer;
    text-shadow: 0 0 3px rgba(0, 191, 255, 0.6);
}

.header-container {
    padding: 30px 0;
    background-color: rgba(18, 18, 18, 0.8);
    border-bottom: 1px solid rgba(0, 255, 192, 0.3);
    box-shadow: 0 2px 15px rgba(0, 255, 192, 0.2);
}

div#topContent {
    background-color: #282828;
    color: #A0A0A0;
    padding: 0.5rem 0.625rem;
    line-height: 1.5rem;
    height: 40px;
    min-height: 40px;
    position: relative;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid #333;
}

div#topContent p {
    font-size: 14px;
    color: #E0E0E0;
    margin-bottom: 0;
}

div#topContent p > a {
    color: #00BFFF;
    text-decoration: underline;
}

.fixed-top {
    top: 0px;
    position: relative;
}

.main-nav {
    border-bottom: 1px solid #333;
}

.nav-link {
    color: #E0E0E0 !important;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.nav-link:hover {
    color: #00BFFF !important;
    text-shadow: 0 0 10px #00BFFF;
}

.main-logo {
    width: 150px;
    height: auto;
    filter: drop-shadow(0 0 8px rgba(0, 255, 192, 0.6));
}

div#navbarResponsive li {
    padding: 5px 23px;
}

div#navbarResponsive li a {
    color: #E0E0E0;
    font-size: 1.1rem;
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 0;
    font-weight: 500;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

div#navbarResponsive li a:hover {
    color: #00FFC0;
    text-shadow: 0 0 10px #00FFC0;
}

.inv-main-header-topbar {
    padding: 0 8%;
}

.inv-main-header-topbar.top-header {
    background: #1A1A1A none repeat center center;
    background-color: #1A1A1A !important;
    height: auto !important;
    line-height: 10px !important;
    border-color: #333;
    border-bottom: 1px solid;
    text-align: center;
}

.mini-contacts {
    font: normal 13px / 17px 'Roboto Mono', monospace;
    color: #E0E0E0;
    padding: 10px 0;
}

p.mini-contacts {
    color: #00BFFF !important;
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgba(0, 191, 255, 0.6);
}

.inv-main-header-right ul li {
    display: inline-block;
    padding: 8px 12px !important;
    vertical-align: middle;
    line-height: inherit;
    position: relative;
}

.inv-main-header-right ul li a {
    font: normal 500 16px/20px 'Orbitron', sans-serif;
    text-transform: uppercase;
    color: #E0E0E0 !important;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.inv-main-header-right ul li a:hover {
    color: #00FFC0 !important;
    text-shadow: 0 0 10px #00FFC0;
}

.inv-main-header-right ul li:not(:first-child):before {
    border-color: #444 !important;
    height: 24px;
    content: "";
    position: absolute;
    left: -.5px;
    width: 0;
    border-right: solid 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.masthead {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    align-items: center;
}

.features-section {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: bold;
    gap: 20px;
    color: #E0E0E0;
}

.features-section p {
    font-size: 15px;
    line-height: 25px;
    color: #B0B0B0;
}

.features-section .fa {
    margin-right: 7px;
    padding: 12px;
    border-radius: 50%;
    background-color: rgba(0, 255, 192, 0.1);
    border: 1px solid rgba(0, 255, 192, 0.5);
}

.first-featu p, .second-featu p, .third-featu p {
    color: #E0E0E0;
}

.first-featu p img, .third-featu p img, .second-featu p img {
    width: 25px;
    filter: drop-shadow(0 0 5px rgba(0, 255, 192, 0.8));
}

.bonus_item, .custom-bonus_item {
    color: #E0E0E0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.custom-bonus_item {
    margin: 10px auto;
    background: #1A1A1A;
    padding: 0.5% 2%;
    border-radius: 15px;
    margin-bottom: 40px;
    box-shadow: 0 0 20px rgba(0, 255, 192, 0.2), 0 0 5px rgba(0, 255, 192, 0.5);
}

.custom-header-color {
    font-size: 42px;
    letter-spacing: 2px !important;
    font-weight: 600 !important;
    font-family: 'Press Start 2P', cursive;
    line-height: 56px;
    color: #00FFC0;
    text-shadow: 0 0 10px rgba(0, 255, 192, 0.8);
}

.inner-bonus_item {
    display: flex;
    position: relative;
    padding: 0px;
    flex-wrap: nowrap;
    border-radius: 15px;
    background-color: #222222;
    box-shadow: 0 0 15px rgba(0, 255, 192, 0.1);
    height: 210px;
    margin: 3% 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-bonus_item .left {
    display: flex;
    padding: 0;
    border-radius: 10px 0 0 10px;
}

.inner-bonus_item .right {
    display: flex;
    padding: 0;
}

.inner-bonus_item:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 0 30px rgba(0, 255, 192, 0.4), 0 0 10px rgba(0, 255, 192, 0.8);
    transition: 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.inner-bonus_item .logo {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 0 0 15px;
    background-color: #1A1A1A;
    border-right: 1px solid rgba(0, 255, 192, 0.2);
}

.card_list_logo_gala {
    text-align: center;
}

.inner-bonus_item .rating {
    background-color: #1A1A1A;
    margin-left: 1px;
    border-right: 1px solid rgba(0, 255, 192, 0.2);
}

.inner-bonus_item .bonus {
  
    display: block;
}

.inner-bonus_item .btn-custom {
    background-color: #1A1A1A;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(0, 255, 192, 0.2);
}

.card_list_title {
    padding: 16px 8px 16px 16px;
    flex: 0 auto;
    background-color: #282828;
}

.card_list_text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_title {
    display: block;
    margin-bottom: 0px;
    font-family: 'Orbitron', sans-serif;
    color: #00FFC0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 255, 192, 0.6);
}

.card-rating {
    display: inline-block;
    unicode-bidi: bidi-override;
    color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    height: 25px;
    width: auto;
    margin: 0;
    position: relative;
    padding: 0 5px;
}

.rating-lower {
    display: flex;
    z-index: 0;
    color: #444444;
}

.card_rating_list {
    display: inline-block;
    width: 31px;
    height: 22px;
    margin-right: 8px;
    margin-bottom: 0px;
    flex: 0 auto;
    font-family: 'Roboto Mono', monospace;
    color: #E0E0E0;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.pros_line {
    display: flex;
}

.pros_icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
    filter: brightness(1.5) drop-shadow(0 0 3px #39FF14);
}

.card_list_bonus {
    display: flex;
    width: 20%;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-self: auto;
    flex: 1;
}

.bonus_list_front {
    position: absolute;
    left: 30px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
}

.card_description_list_offer_text {
    display: block;
    margin-right: 8px;
    font-family: 'Press Start 2P', cursive;
    color: #FFD700;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(255, 215, 0, 0.8);
}

.card_bonus_amount {
    font-family: 'Orbitron', sans-serif;
    font-size: 27px;
    display: none;
    color: #00BFFF;
    text-shadow: 0 0 5px rgba(0, 191, 255, 0.8);
}

.card_description_list {
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    font-family: 'Roboto Mono', monospace;
    color: #E0E0E0;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.bonus-code {
    margin-bottom: 5px;
    color: #B0B0B0;
}

.bonus_list_back {
    position: absolute;
    left: 16px;
    top: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 0;
    display: none;
}

.close_list {
    position: absolute;
    left: auto;
    top: -16px;
    right: -16px;
    bottom: auto;
    z-index: 100;
    width: 18px;
    height: 18px;
    margin-top: 8px;
    margin-right: 8px;
    padding: 0px 3px;
    border: 1px solid #00BFFF;
    border-radius: 50%;
    cursor: pointer;
    background-color: rgba(0, 191, 255, 0.2);
    box-shadow: 0 0 5px rgba(0, 191, 255, 0.8);
}

.close_icon_list {
    position: absolute;
    left: 4px;
    top: 4px;
    width: 8px;
    height: 8px;
    filter: brightness(1.5) invert(1);
}

.t-cs_list_text {
    font-family: 'Roboto Mono', monospace;
    color: #A0A0A0;
    font-size: 10px;
    line-height: 9px;
    text-align: left;
    margin-top: -4px;
}

.text-span-32 br {
    display: none;
}

.text-span-32 {
    display: block;
    color: #00BFFF;
}

.text-span-30 {
    font-family: 'Orbitron', sans-serif;
    color: #E0E0E0;
    font-size: 9px;
    font-weight: 700;
}

.text-span-31 {
    color: #E0E0E0;
    font-weight: 700;
}

.fade-in {
    opacity: 1;
    animation: fadeInOpacity 0.8s ease-in-out;
}

@keyframes fadeInOpacity {
    0% { opacity: 0; filter: blur(5px); }
    100% { opacity: 1; filter: blur(0); }
}

.fade-out {
    opacity: 0;
    animation: fadeOutOpacity 0.5s ease-out;
}

@keyframes fadeOutOpacity {
    0% { opacity: 1; }
    100% { opacity: 0; }
}

.card_list_buttton {
    height: 147px;
    display: flex;
    width: 180px;
    padding: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    background-color: #1A1A1A;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #00BFFF;
    color: #FFFFFF;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 10px;
    font-weight: 700;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px rgba(0, 191, 255, 0.6);
    transition: all 0.3s ease;
}

.w-button:hover {
    background-color: #00E5FF;
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.8);
    transform: translateY(-2px);
}

.btn-try-casino {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: inline-flex;
    width: 180px;
    height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background-color: #FFD700;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    line-height: 32px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
    transition: all 0.3s ease;
}

.btn-try-casino.btn_card {
    position: relative;
    left: 0%;
    text-decoration: none;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 38px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 14px;
}

.read_review_grey {
    display: inline-block;
    margin-bottom: 0px;
    font-family: 'Roboto Mono', monospace;
    color: #A0A0A0;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.3s ease;
}

.read_review_grey:hover {
    color: #00FFC0;
    text-shadow: 0 0 5px rgba(0, 255, 192, 0.6);
}

.btn-try-casino.btn_card:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.inner-bonus_item:hover .btn-try-casino.btn_card {
    background-color: #FF8A65;
    box-shadow: 0 0 0 0 rgba(255, 138, 101, 0.7);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

.green_btn{
    background-color: #39FF14;
    color: #121212;
    margin-bottom: 0;
    box-shadow: 0 0 15px rgba(57, 255, 20, 0.6);
    transition: all 0.3s ease;
}
.green_btn:hover {
    background-color: #00FFC0;
    box-shadow: 0 0 25px rgba(0, 255, 192, 0.8);
    transform: translateY(-2px);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 138, 101, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 138, 101, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 138, 101, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(255, 138, 101, 0);
    }
}

.card_list_logo_gala img {
    max-width: 150px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

.card_list_titlee {
    display: block;
    margin-bottom: 0px;
    font-family: 'Orbitron', sans-serif;
    color: #00FFC0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 255, 192, 0.6);
}

.newsletter-row {
    margin-top: -30px;
}

footer {
    background: #1A1A1A;
    color: #A0A0A0 !important;
    border-top: 1px solid rgba(0, 255, 192, 0.3);
    box-shadow: 0 -2px 15px rgba(0, 255, 192, 0.2);
}

footer,
footer a,
footer a:hover {
    color: #00BFFF;
    text-decoration: none;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}
footer a:hover {
    color: #00FFC0;
    text-shadow: 0 0 8px rgba(0, 255, 192, 0.6);
}

footer .logoer img {
    width: 13rem;
    filter: drop-shadow(0 0 8px rgba(0, 255, 192, 0.6));
}

footer .footer-links .header-text {
    color: #39FF14;
    text-shadow: 0 0 5px rgba(57, 255, 20, 0.6);
}

footer .footer_imges img {
    width: 8rem;
    vertical-align: bottom;
    padding: 15px;
    filter: grayscale(80%) brightness(1.5) drop-shadow(0 0 5px rgba(255, 255, 255, 0.2));
    transition: filter 0.3s ease;
}
footer .footer_imges img:hover {
    filter: grayscale(0%) brightness(1.2) drop-shadow(0 0 10px rgba(255, 255, 255, 0.5));
}

footer .footer_imges img.img18 {
    width: 4rem;
}

footer .footer_imges img.gambleaware {
    width: 13rem;
}

footer .responsible-gaming p:last-child {
    font-size: 16px;
    color: #B0B0B0;
}

footer .responsible-gaming p a {
    text-decoration: underline !important;
    color: #FFD700 !important;
    font-style: italic;
    text-shadow: 0 0 3px rgba(255, 215, 0, 0.6);
}

.col-12.col-md-12.responsible-gaming {
    text-align: center;
}

.col-12.col-md-12.responsible-gaming img {
    margin-bottom: 45px;
}

.footer-copyright {
    background: transparent;
}
.responsible-gaming img{
    width: 30%;
    filter: grayscale(80%) brightness(1.2);
}

.footer-copyright .footer-copyright-text-inner {
    font-family: 'Roboto Mono', monospace;
    text-transform: none;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    font-style: normal;
    color: #A0A0A0;
    font-size: 15px;
    font-display: swap;
}

#bottom-bar {
    font-size: 13px;
    line-height: 23px;
    color: #A0A0A0;
    background-color: #000;
    border-top: 1px solid #333;
}

#bottom-bar.solid-bg {
    background: #0A0A0A none repeat center top;
}

#branding-bottom {
    padding: 10px 15px 10px 0px;
}

#bottom-bar > .wf-wrap {
    max-width: 1300px;
    width: 100%;
}

.wf-wrap {
    margin: 0 auto;
    padding: 0 80px;
}

.wf-container-bottom {
    display: flex;
}

.wf-float-right {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    margin-left: 10px;
    margin-right: 0;
}

#bottom-bar .mini-nav {
    display: block;
}

ul#bottom-menu {
    list-style: none;
    display: inline-flex;
    margin-top: 1rem;
}

.mini-nav:not(.select-type-menu) > ul > li:not(:last-child) {
    margin: 0 16px 0 0;
}

#bottom-bar .wf-float-right .mini-nav ul li {
    vertical-align: baseline;
}

ul#bottom-menu li a {
    color: #A0A0A0;
    font-size: 11px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

ul#bottom-menu li a:hover {
    text-decoration: underline;
    color: #00BFFF;
    text-shadow: 0 0 8px rgba(0, 191, 255, 0.6);
}

.card_list_text .card_list_bonus {
    display: none;
}

.inner-bonus_item .rating .card_list_bonus {
    display: none;
}

.card_list_logo_gala img {
    max-width: 150px;
}

.card_list_titlee {
    display: block;
    margin-bottom: 0px;
    font-family: 'Orbitron', sans-serif;
    color: #00FFC0;
    font-size: 18px;
    font-weight: 600;
    text-shadow: 0 0 5px rgba(0, 255, 192, 0.6);
}

.label {
    padding-left: 15px;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    background-image: linear-gradient(90deg, #FF00FF 0%, #00FFFF 100%);
    border-radius: 11px 0 0 0;
    font-size: 14px;
    clip-path: polygon(0 0, 92% 0, 100% 50%, 91% 100%, 0 100%, 0% 50%);
    box-shadow: 0 0 10px rgba(255, 0, 255, 0.6);
}

.site-newsletter__fields {
    position: relative;
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
}

.footer-newsletter__input {
    height: 40px;
    border-radius: 4px;
    background-color: #333333;
    padding: 6px 5px;
    border: 1px solid #00FFC0;
    flex: 1;
    font-size: 12px;
    color: #E0E0E0;
}

.footer-newsletter__submit {
    height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    border-radius: 4px;
    border: none;
    margin-left: 5px;
    padding: 0 6px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 255, 192, 0.6);
    transition: all 0.3s ease;
}

.footer-newsletter__submit--green {
    background-color: #39FF14;
    color: #121212;
}
.footer-newsletter__submit--green:hover {
    background-color: #00FFC0;
    box-shadow: 0 0 20px rgba(0, 255, 192, 0.8);
    transform: translateY(-2px);
}

.promotion-sec {
    padding: 0 25px !important;
    color: #E0E0E0 !important;
}

.footer__img{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.footer__img a img{
    padding: 5px;
}

.mail-footer {
    display: flex;
    justify-content: center;
}
.navbar-brand{
    padding: 0 !important;
}
.navbar-toggler{
    padding: 0 !important;
}
.navbar-toggler-icon{
    width: 1em;
    height: 1em;
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba%280, 255, 192, 1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
    background: #282828;
    border: 1px solid #00FFC0;
    box-shadow: 0 0 10px rgba(0, 255, 192, 0.4);
}

.footer-link{
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-link img{
    width: 100%;
    height: auto;
}
.footer-logo{
    max-width: 150px;
}
.footer-nav{
    margin-top: 20px;
}
.footer-list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.footer-list li {
    list-style: none;
}

.footer-text{
    text-align: center;
    padding: 20px 0;
    color: #B0B0B0;
}
.flex{
    display: flex;
}
.header-logo{
font-size: 24px;
font-weight: 700;
color: #FFD700;
text-shadow: 0 0 8px rgba(255, 215, 0, 0.6);
font-family: 'Press Start 2P', cursive;
}
.header-logo:hover{
    text-decoration: none;
    color: #00BFFF;
    text-shadow: 0 0 10px rgba(0, 191, 255, 0.8);
}
.header-nav {
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
  }
  .header-list {
    display: none;
    overflow: hidden;
    width: 100%;
    flex-direction: column;
    position: absolute;
    top: 100px;
    left: 0;
    background-color: rgba(26, 26, 26, 0.95);
    transition: opacity 0.3s ease, max-height 0.3s ease;
    z-index: 9999;
    padding: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 5px 20px rgba(0, 255, 192, 0.2);
  }

  .age-verif {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid grey;
  }

  .age-verif p {
    margin: 0;
  }

  .header-list.active {
    opacity: 1;
    max-height: 500px;
  }

  .header-list-item {
    text-align: center;
    width: 100%;
    transition: transform 0.3s ease;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    list-style: none;
  }
  .header-list-item:last-child {
      border-bottom: none;
  }

  .burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 10;
  }

  .burger-icon {
    width: 30px;
    height: 2px;
    margin: 3px 0;
    background-color: #00FFC0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 0 5px rgba(0, 255, 192, 0.6);
  }

  .burger-menu.active .burger-icon:nth-child(1) {
    transform: rotate(45deg) translateY(10px);
  }

  .burger-menu.active .burger-icon:nth-child(2) {
    opacity: 0;
  }

  .burger-menu.active .burger-icon:nth-child(3) {
    transform: rotate(-45deg) translateY(-10px);
  }
  .article{
    color: #E0E0E0;
    margin: 30px auto;
  }
  .article div{
    padding: 25px;
    border-radius: 20px;
    background-color: #222222;
    box-shadow: 0 0 15px rgba(0, 255, 192, 0.1);
  }
   .age-banner {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      background-color: #8B0000;
      color: white;
      z-index: 9999;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 30px;
      box-shadow: 0 2px 10px rgba(255, 0, 0, 0.5);
      transition: top 0.3s ease;
    }

    .age-text {
      max-width: 70%;
      font-size: 16px;
      text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    }

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

    .age-buttons button {
      padding: 8px 16px;
      border: none;
      border-radius: 4px;
      font-weight: bold;
      cursor: pointer;
      transition: background 0.2s ease, box-shadow 0.2s ease;
    }

    .yes-button {
      background-color: #00FFC0;
      color: #121212;
      box-shadow: 0 0 10px rgba(0, 255, 192, 0.6);
    }

    .yes-button:hover {
      background-color: #39FF14;
      box-shadow: 0 0 15px rgba(57, 255, 20, 0.8);
    }

    .no-button {
      background-color: transparent;
      border: 2px solid #FFD700;
      color: #FFD700;
      text-shadow: 0 0 5px rgba(255, 215, 0, 0.6);
      box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
    }

    .no-button:hover {
      background-color: rgba(255,215,0,0.1);
      box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
    }

    .disclaimer {
        display: flex;
        align-items: center;
        gap: 10px;
        border-top: 1px solid grey; 
        border-bottom: 1px solid grey; 
        padding: 1em 0;
    }

    .disclaimer p {
        margin: 0;
    }

    .age {
        font-size: 2em;
        color: #fff;
        padding: 1em;
        background: red;
        border-radius: 50%;
        font-weight: 900;
        border: 3px solid #fff;
    }

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .custom-home-page {
        background-attachment: scroll !important;
        background-size: 80rem 40.1rem !important;
        background-position: top left;
        background-repeat: repeat-y !important;
    }
    .custom-home-page::before {
        background: linear-gradient(to bottom, rgba(0,0,0,0.9), rgba(0,0,0,0.7));
    }

    .custom-bonus_item {
        padding: 1% 0%;
        width: 98%;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 255, 192, 0.2);
    }

    .navbar-light .navbar-toggler {
        background: #282828;
    }

    .header-container {
        padding: 16px 0 0;
    }

    p.mini-contacts {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .inner-bonus_item .rating .card_list_bonus {
        display: block;
    }

    div#navbarResponsive {
        margin-top: 15px;
        background-color: rgba(26, 26, 26, 0.95);
        border-radius: 8px;
        border: 1px solid rgba(0, 255, 192, 0.3);
    }

    .fixed-top {
        top: 0px;
    }

    .card_list_text {
        text-align: center;
    }

    .card_bonus_amount {
        display: block;
    }

    div#topContent p {
        margin-bottom: 0;
        line-height: 19px;
        font-size: 13px;
    }

    div#topContent {
        height: 50px;
        min-height: 50px;
        border-radius: 0;
    }

    .features-section {
        display: flex;
        text-align: left;
        padding: 10px 0 0 0;
    }
    @media(max-width:768px){
        .features-section{
            display: none;
        }
    }

    .inner-bonus_item {
        height: auto;
        width: 95%;
        margin: 3% auto;
        border-radius: 10px;
        box-shadow: 0 0 15px rgba(0, 255, 192, 0.2);
    }

    .card_description_list_offer_text {
        font-size: 18px;
        line-height: 1.2em;
    }

    .card_description_list_offer_text p {
        margin-bottom: 0;
    }

    .euros {
        line-height: 2;
        font-size: 13px;
        font-family: 'Orbitron', sans-serif;
        display: block;
        color: #FFD700;
    }

    .card_description_list {
        display: none;
    }

    .left {
        display: flex !important;
        padding: 0;
        flex-direction: column;
        position: relative;
    }

    .inner-bonus_item .logo {
        background-color: transparent;
        margin: auto;
        height: 90%;
        border-right: none;
    }

    h1.font-weight-light {
        font-size: 28px !important;
        line-height: 1.2em;
        letter-spacing: 1px;
    }

    p.lead {
        font-size: 16px;
        line-height: 1.4em;
    }

    .logo-hide {
        display: none !important;
    }

    .card_list_logo_gala {
        display: flex;
        justify-content: center;
    }

    .card_list_logo_gala img {
        width: 80% !important;
        height: 100px !important;
        object-fit: contain;
        padding-top: 15px;
    }

    .inner-bonus_item .rating {
        background-color: transparent;
        margin: auto;
        display: none;
    }

    .card_list_title {
        background-color: transparent;
        padding: 6px 10px 0 10px;
    }

    .inner-bonus_item .right .card_list_bonus {
        padding-top: 16px;
    }

    .pros_line {
        display: none;
    }

    .t-cs_card_list {
        display: none;
    }

    .card_list_bonus {
        width: 100%;
        padding: 0px 8px 0px 8px;
        text-align: center;
    }

    .bonus_list_front {
        position: relative;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

    .right {
        display: block !important;
        padding: 0;
    }

    .inner-bonus_item .btn-custom {
        background-color: transparent;
        margin: auto;
        border-left: none;
    }

    .inner-bonus_item .bonus {
        margin: auto;
        border-top-right-radius: 8px;
    }

    .card_list_buttton {
        height: auto;
        width: 100%;
        flex-direction: column;
        padding: 10px;
    }

    .card_list_buttton .w-button,
    .card_list_buttton .btn-try-casino.btn_card {
        width: 90%;
        margin-bottom: 8px;
        font-size: 14px;
    }

    .card_list_buttton .read_review_grey {
        margin-top: 5px;
    }

    .age-banner {
        position: fixed;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #8B0000;
        color: white;
        z-index: 9999;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 15px;
        box-shadow: 0 -2px 10px rgba(255, 0, 0, 0.5);
        transition: bottom 0.3s ease;
        text-align: center;
    }

    .age-text {
        max-width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .age-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }

    .age-buttons button {
        width: 100%;
        padding: 10px;
    }
}