/* Navigation Styles */
.mobile_nav {
    display: none;
}

.desktop_nav {
    display: block;
    height: 70px;
    width: 100%;
    background: #132526;
}

.desktop_items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.desktop_items ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    height: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop_items li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.desktop_items a {
    color: white;
    text-decoration: none;
    font-size: 20px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.desktop_items a:hover {
    color: #00c7d1;
}

.desktop_items svg {
    width: 20px;
    height: 20px;
}

.mobile_nav {
    height: 68px;
    position: fixed;
    bottom: 0;
}

.mobile_nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.mobile_nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
}

.mobile_nav a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 0.5rem;
    font-size: 0.75rem;
    font-weight: 600;
    text-decoration: none;
    height: 100%;
    justify-content: center;
}

.mobile_nav button {
    border: 0px;
}

.mobile_nav button:hover {
    color: #111111;
    background-color: #00c7d1;
    text-decoration: none;
}

.mobile_nav svg {
    font-size: 23px;
}

@media screen and (max-width: 1024px) {
    .mobile_nav {
        display: none;
    }

    .desktop_nav {
        display: none;
    }
}

/* Casino Cards Styles */
.lc__badge:empty {
    display: none !important;
}

@media (max-width: 1200px) {
    .casino_filter .extra-info {
        max-height: 150px;
        overflow-y: scroll;
    }
}

.subtitle {
    color: white;
    font-weight: 300;
    font-size: 1.3em;
}

.casino_filter .extra-info ul {
    padding-left: 0;
}

.casino_filter .extra-info ul li {
    display: flex;
    align-items: center;
    color: white;
    font-weight: 400;
    font-size: 1.0rem;
}

.casino_filter .extra-info {
    padding-top: 15px;
    text-align: left;
}

.casino_filter .stat {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex;
}

.casino_filter .row .card-col-group {
    align-items: center !important;
    padding: 15px !important;
    display: flex !important;
    justify-content: center;
}

.bonus p {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.money p {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-weight: 700;
}

.code p {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.maxbet p {
    width: fit-content;
    margin: 0 auto;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 12px;
}

.form-group select option:nth-child(1) {
    display: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    font-family: "Rubik", sans-serif;
}

.container h2 {
    font-size: 18px;
}

.casino_filter > div:first-child {
    margin-top: 20px;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    background: #1A1D2080 !important;
}

.collapse {
    height: 0px !important;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    margin-top: 0px !important;
    padding: 0px !important;
}

.button-play {
    color: #111;
    text-align: center;
    text-decoration: none;
    background: #00c7d1;
    padding: 15px 25px 15px 25px;
    border-radius: 11px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.button-play:hover {
    color: #111 !important;
}

.bonus h1,
.money h1,
.code h1,
.maxbet h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 700;
    font-size: 25px;
    color: white !important;
}

.button-more {
    color: white !important;
    text-align: center;
    text-decoration: none;
    padding: 15px 25px 15px 25px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
}

.casino_filter:hover {
    box-shadow: 0 3px 20px rgb(0 0 0 / 15%);
}

.casino_filter ul li svg {
    margin-right: 10px;
    color: green;
    width: 20px;
    height: 20px;
}

.buttons .column a {
    width: 140px;
    margin: 0 auto !important;
    padding: 10px 15px 10px 15px !important;
    font-size: 13px;
}

.container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 52px 10px 10px;
    width: 180px;
    cursor: pointer;
    background: #1A1D2080 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M8 11L3 6h10z'/%3E%3C/svg%3E") no-repeat 96% center;
    background-size: 20px;
}

.container .filter-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: end;
}

.lc__badge {
    border-radius: 20px;
    width: fit-content;
}

.ribbon1 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: #00c7d1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.ribbon1 span {
    color: white;
    font-weight: 700;
    font-size: 20px;
}

/* Banner Styles */
.banner h2 {
    margin: 0;
    padding: 0;
}

.banner span {
    display: block;
}

@media only screen and (max-width: 900px) {
    .filter-wrapper {
        flex-wrap: wrap;
    }
    .casino_filter h1 {
        font-size: 18px !important;
    }
    .bonus p {
        font-size: 9px;
    }
}

@media only screen and (max-width: 780px) {
    .casino_filter .stat {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 700px) {
    .banner h2 {
        font-size: 1.6em !important;
    }
    .banner span {
        font-size: 1.1em !important;
    }
}

@media only screen and (max-width: 500px) {
    #bonus_offer {
        font-size: 34px !important;
    }
}

@media only screen and (max-width: 420px) {
    .casino_filter > div:first-child {
        padding: 15px;
    }
}
