body {
    font-family: "Lato", sans-serif;
    background: url('assets/images/bg.jpg');
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}

h1,
h2,
h3{
    color: #e900f1;
    font-weight: 700;
}

h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
}

a {
    color: #e900f1 !important;
    text-decoration: none;
}

nav a {
    color: #fff !important;
}

header {
    background-color: #fff;
    color: #fff;
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px #000 !important;
    z-index: 2;
}

footer {
    background-color: #fff;
    color: #fff;
    width: 100% !important;
    box-shadow: 0px 0px 10px 0px #e900f1 !important;
    z-index: 2;
}

.footer-logo{
    filter: drop-shadow(1px 1px 0px #fff);
}

footer a {
    color: #e900f1!important;
}

footer b {
    color: #e900f1;
}

footer p {
    margin-bottom: 0px;
    color: #000;
}

.copyright {
    background-color: #535353;
}
.copyright p{
    color: #fff;
}

#content {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(234, 0, 255, 0.1), inset 0 -2px 4px rgba(255, 0, 242, 0.2);
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
}

nav a:hover {
    background-color: #fff;
    color: #e900f1 !important;
}

.navbar {
    background-color: #e900f1;
    display: flex;
    align-items: center;
    padding: 0px;
    position: relative;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 10px;
    flex-grow: 1;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    display: block;
}

.menu-icon {
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.submenu-icon {
    font-size: 0.8em;
    margin-left: 5px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #8B0000;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #e900f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.auth-buttons {
    display: flex;
    gap: 10px;
}

.auth-buttons .login,
.auth-buttons .register {
    color: #fff;
    border: none;
    padding: 8px 24px;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2),0 2px 2px rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12);
}

.auth-buttons .login {
    background-image: linear-gradient(#e900f1,#e900f1)!important;
}

.auth-buttons .register {
    background-image: linear-gradient(#ff7700,#ffae00)!important
}

#play-now {
    background: linear-gradient(135deg, #e900f1 0%, #e900f1 100%);
    color: #fff;
    border: none;
    padding: 8px 25px;
    cursor: pointer;
    border-radius: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

.login:hover,
.register:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15),
        inset 0 -2px 4px rgba(0, 0, 0, 0.2);
}

#banner-mobile {
    display: none !important;
}

#banner {
    margin: 20px 0px;
}

#banner-desktop {
    box-shadow: 0px 5px 10px 0px #e900f1 !important;
}

.table-top-th {
    background-color: #e900f1 !important;
    color: #fff !important;
    padding: 14px 0px !important;
    font-size: 20px !important;
    border-radius: 10px 10px 0px 0px !important;
}

.table-top-tr {
    background-color: #e900f1 !important;
    color: #fff !important;
    padding: 14px 0px !important;
    font-size: 16px !important;
    text-align: center;
}

.table>tbody>tr>td {
    vertical-align: middle;
}

table tbody tr td {
    text-align: left;
}

.table-body {
    border-radius: 0px 0px 10px 10px !important;
}

.table-head-column {
    background-color: #e900f1 !important;
    color: #fff !important;
    font-size: 16px !important;
}

.w-sm-20 {
    width: 20% !important;
}
.w-sm-25 {
    width: 25% !important;
}
.w-sm-33 {
    width: 33% !important;
}
.w-sm-50 {
    width: 50% !important;
}
.w-sm-75 {
    width: 75% !important;
}


.accordion {
    border-top: none;
    margin-top: 20px;
}

.accordion-item {
    border: none !important;
    transition: max-height 0.3s ease;
}

.accordion-item .accordion-header {
    background-color: #e900f1;
    color: #fff;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #e900f1;
    margin-bottom: 10px;
    border-radius: 50px;
}

.accordion-item .accordion-header:hover {
    background-color: #9100bd;
}

.accordion-item .accordion-header.active {
    background-color: #9100bd;
    border: none !important;
}

.accordion-item .accordion-content {
    padding: 15px;
    display: none;
}

.accordion p {
    margin-bottom: 0px;
}

.custom-shadow {
    box-shadow: 0px 0px 10px 0px #e900f1 !important;
}

.big-font {
    font-size: 48px;
    font-weight: 700;
    color: #e900f1;
}

.border-custom {
    border: solid 1px #e900f1;
}

.header-button-mobile{
    display: none!important;
}

.sticky-button{
    display: none!important;
}

@media only screen and (max-width: 768px) {
    #header-desktop {
        width: 100% !important;
        padding-left: 20px;
    }

    .auth-buttons {
        display: none;
    }

    #banner-desktop {
        display: none !important;
    }

    #banner-mobile {
        display: flex !important;
    }

    #banner {
        margin: 0px;
    }

    .w-sm-20 {
        width: 100% !important;
    }

    .w-sm-25 {
        width: 100% !important;
    }

    .w-sm-33 {
        width: 100% !important;
    }

    .w-sm-50 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 100% !important;
    }

    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        justify-content: end;
        background-color: #e900f1;
        z-index: 1000;
    }

    .nav-links a {
        padding: 10px 20px !important;
    }

    .menu-icon {
        display: block !important;
    }

    .nav-links.active {
        display: flex !important;
    }

    .header-button-desktop {
        display: none!important;
    }

    .header-button-mobile{
        display: flex!important;
    }

    .sticky-button{
        display: flex!important;
        padding: 10px;
        position: sticky;
        bottom: 0;
        background-color: #DBDBDB;
    }
}