body {
    font-family: "Roboto", sans-serif;
    background-image: url('../images/bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

h1,
h2,
h3,
h4{
    color: #701C1A;
    font-weight: 700;
}


b{
    color: #701C1A;
    
}

p {
    margin-bottom: 0;
}

a {
    color: #701C1A !important;
    text-decoration: none;
}

nav a {
    color: #fff !important;
}

header {
    background-image: url('../images/logo.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
    border-bottom: solid 1px #2a2a2a;
    z-index: 2;
    position: sticky;
    top: 0;
}

#header-desktop {
    width: 1280px;
    margin: 0 auto;
    padding: 10px 0;
}

footer {
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    width: 100% !important;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
    z-index: 2;
}

.footer-logo{
    filter: drop-shadow(1px 1px 0px #fff);
}

footer a {
    color: #fff!important;
}

footer b {
    color: #fff;
}

footer p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 300;
}

.copyright {
    width: 1280px;
}
.copyright p{
    color: #fff;
}

#content {
    margin-bottom: 20px;
    margin-top: 30px;
    width: 1280px;
    background-color: #fff;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
    border-radius: 10px;
}

nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 5px;
}

nav a:hover {
    background-color: #fff;
    color: #701C1A !important;
}

.navbar-mobile {
    background-image: url('../images/logo.webp');
    background-position: center;
    background-size: cover;
    display: none;
    align-items: center;
    padding: 0px;
    position: relative;
    font-weight: 700;
    height: 100px;
}

.nav-links {
    display: flex;
    justify-content: start;
    gap: 5px;
    flex-grow: 1;
}

.nav-links a {
    text-decoration: none;
    font-weight: 600;
    padding: 14px 20px;
    display: block;
    color: #fff!important;
}

.menu-icon {
    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: #701C1A;
}

.dropdown:hover .dropdown-content {
    display: block;
}

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

.auth-buttons .login,
.auth-buttons .register {
    width: 250px;
    height: 50px;
    border-radius: 50px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    border: none;
    background-color: #701C1A;
}

#play-now {
    background: linear-gradient(135deg, #701C1A 0%, #181c64 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-desktop {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

#banner {
    margin: 20px 0px;
}

.table-top-tr {
    background-color: #701C1A !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: #701C1A !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;
    border-radius: 0.375rem;
    margin-bottom: 10px;
}

.accordion-item .accordion-header {
    background-color: #701C1A;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 15px;
    cursor: pointer;
    border-bottom: 1px solid #000;
    border-radius: 0.375rem;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

.accordion-item .accordion-header:hover {
    background-color: #701C1A;
    color: #fff;
}

.accordion-item.active .accordion-header {
    background-color: #701C1A;
    color: #fff;
    border: none !important;
    border-radius: 0.375rem 0.375rem 0 0;
}

.accordion-item.active .accordion-content {
    display: block;
    background-color: #f5f5f5;
    border-radius: 0 0 0.375rem 0.375rem;
    border: solid #701C1A;
    border-width: 0 2px 2px 2px;
    margin-bottom: 10px;
}

.accordion-item .accordion-content {
    padding: 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: none;
}

.custom-shadow {
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
}

.big-font {
    font-size: 48px;
    font-weight: 700;
    color: #701C1A;
}

.border-custom {
    border: solid 1px #701C1A;
}

.header-button-mobile{
    display: none!important;
}

.sticky-button{
    display: none!important;
}

hr {
    position: relative;
    border: none;
    height: 2px;
    background-color: #701C1A;
    margin-bottom: 20px;
}

table {
    background-color: #f0f0f0!important;
    width: 100%;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08) !important;
    margin-bottom: 20px;
    border-radius: 0 10px 0 10px;
}

table tbody tr:nth-child(odd){
    background-color: #F0F0F0;
}

table tbody tr:nth-child(even){
    background-color: #fdfdfd;
}

table tbody td{
    padding: 10px 14px;
    width: 50%;
}

table tbody tr td:first-child{
    color: #fff;
    border-bottom: 1px #fff solid;
    font-weight: 600;
}

table tbody tr:nth-child(odd) td:first-child{
    background-color:#701C1A;
}

table tbody tr:nth-child(even) td:first-child{
    background-color:#7a4f55;
}

table tbody tr:first-child td:last-child{
    border-top-right-radius: 10px;
}

table tbody tr td:last-child{
    border-bottom: 1px solid #fff;
}

table tbody tr:last-child td:first-child{
    border-bottom: 0;
    border-bottom-left-radius: 10px;
}
table tbody tr:last-child td:last-child{
    border-bottom: 1px solid #F0F0F0;
}

.table-top-th {
    background-color:  #875723 !important;
    color: #fff !important;
    padding: 10px 5px !important;
    font-size: 18px !important;
    text-align: center;
}

.table-top-tr {
    background-color: #2b318b !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: #2b318b !important;
    color: #fff !important;
    font-size: 16px !important;
}

.footer-wrapper {
    width: 1280px;
}

.custom-height {
    min-height: 315px;
}

.header-button-desktop .register, .header-button-desktop .login {
    width: 117px;
    height: 36px;
    border-radius: 50px;
    text-transform: uppercase;
    border: none;
}

.header-button-desktop .register {
    background-color: #701C1A;
    font-weight: 700;
    color: #FFEE55;
}

.header-button-desktop .login {
    background: none;
    color: #701C1A;
    font-weight: 600;
}

#current-date-time {
    color: #49ad57;
}

.slider {
    position: relative;
    background-color: #fff;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    height: auto;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.dots {
    position: absolute;
    bottom: 0;
    left: 43%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    transition: background-color 0.3s;
}

.dot.active {
    background-color: #701C1A;
}

.social-image {
    width: 50px;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    #header-desktop {
        display: none!important;
    }

    .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: 100px;
        left: 0;
        justify-content: end;
        background-color: #701C1A;
        z-index: 1000;
    }

    .nav-links a {
        padding: 10px 20px !important;
        color: #fff!important;
    }

    .menu-icon {
        display: block !important;
    }

    .nav-links.active {
        display: flex !important;
    }

    .header-button-desktop {
        display: none!important;
    }

    .header-button-mobile .register, .header-button-mobile .login {
        width: 117px;
        height: 26px;
        border-radius: 4px;
        text-transform: uppercase;
        border: none;
        display: none!important;
    }
    
    .header-button-mobile .register {
        background: linear-gradient(0deg, #c59b4d 31%, #ddc175);
        font-weight: 700;
        color: #222;
    }
    
    .header-button-mobile .login {
        background: none;
        color: #701C1A;
        font-weight: 600;
    }

    .header-button-mobile{
        display: flex!important;
    }

    .sticky-button{
        display: flex!important;
        padding: 0;
        position: sticky;
        bottom: 0;
        background-color: #DBDBDB;
    }

    .navbar-mobile{
        display: flex;
    }

    #content {
        width: 100%;
    }

    table {
        display: block;
        overflow-x: auto;
    }
    .footer-wrapper {
        width: 100%;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 50px;
    }

    .sticky-button a {
        width: 50%;
    }
    
    .sticky-button button {
        width: 100%;
    }
    
    .sticky-button  .login,
    .sticky-button .register {
        color: #fff;
        border: none;
        padding: 14px 24px;
        cursor: pointer;
        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);
    }
    
    .sticky-button .login {
        background-color: #701C1A;
        border-right: 1px solid #fff!important;
    }
    
    .sticky-button .register {
        background-color: #701C1A;
        border-left: 1px solid #fff!important;
    }

    .custom-height {
        min-height: 0;
    }

    .header-split-bg {
        display: none;
    }

    .footer-mobile-image {
        width: 100%;
    }

    .copyright {
        width: 100%;
    }

    .header-button-desktop {
        width: 67px;
    }

    .dots {
        left: 24%;
    }
}