body {
    margin: 0;
    background-color: #D5D4D1;
    font-family: Arial, Helvetica, sans-serif;
}

.header-area {
    width: 100%;
    height: 145px;
    background-color: #202020;
}

.header-top {
    height: 65%;
    margin: 0;
    padding: 0 15%;
    display: flex;
    background-image: url('../img/header_bg.jpg');
}

.header-divider {
    height: 3%;
    background-color: #202020;
    box-shadow: 0px 0px 1px 2px #141414;
    border-top: 1px solid #383838;
    border-bottom: 1px solid #383838;
}

.header-bottom {
    height: 32%;
    display: flex;
    align-items: center;
    margin: 0 15%;
    padding-top: 2px;
}

.header-logo {
    height: 100%;
    display: flex;
    align-items: center;
    width: 34%;
}

.header-rightside {
    width: 66%;
}

.header-rightside>div {
    display: flex;
    align-items: flex-end;
}


.announcement-box {
    background-color: #1A1A1A;
    height: 30px;
    display: flex;
    border: 1px solid #666666;
    color: white;
}

.announcement-box div {
    display: flex;
    align-items: center;
}

.announcement-icon::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 30px;
    background: linear-gradient(to bottom right, #666 0%, #666 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    transform: translateX(26px);
    z-index: 2;
}

.cross-sign {
    width: 30px;
    background-color: #666;
    position: relative;
    cursor: pointer;
}

.cross-sign:before,
.cross-sign:after {
    position: absolute;
    left: calc(12.5px);
    content: ' ';
    height: 16px;
    width: 5px;
    background-color: #fff;
}

.cross-sign:after {
    transform: rotate(90deg);
}

.announcement-box .announcement-icon {
    background-color: #666666;
    padding: 0 10px;
}

.announcement-box marquee {
    width: 380px;
    color: #B66305;
}

.header-link {
    color: #819185;
    font-size: 12px;
    margin-left: auto;
    margin-bottom: 5px;
}

.header-link img {
    width: 20px;
    margin-left: 8px;
}

.login-form {
    margin-bottom: 6px;
    font-size: 14px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.login-form input {
    background-color: #4F4F4F;
    border: none;
    padding: 5px 10px;
    width: 170px;
    color: white;
}

.login-form button {
    border: none;
    color: white;
    font-weight: bold;
    background-color: #A82424;
    border-radius: 4px;
    padding: 0 25px;
}

.header-bottom a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 15px;

    text-transform: uppercase;
    color: white;
    text-decoration: none;
    text-wrap: nowrap;
}

.header-bottom a:hover {
    background-color: #B48941 !important;
}

.banner-area {
    width: 100%;
    height: 420px;
}

.banner-area .slide,
.banner-area .carousel-inner {
    height: 100%;
}

.banner-area img {
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: fit-content;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 70px;
    height: 70px;
}

.banner-area .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: #202323;
    opacity: 1;
    border: 2px solid transparent;
}

.banner-area .carousel-indicators .active {
    background-color: white;
    border: 2px solid #45BFC1;
}

.custom-indicator {
    align-items: center;
    display: flex;
    margin-bottom: 10px;
}

.images-area {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0% 14%;
}

.bonus-images {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px 0;
    flex-wrap: wrap;
}

.info-area {
    padding: 20px 14%;
    display: flex;
}

.contact-us {
    margin-right: auto;
}


.playerwinloss {
    display: flex;
    gap: 25px;
}

.playerwinloss table th,
.playerwinloss table td {
    padding: 9px 10px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.playerwinloss table th {
    background-color: #202020;
}

.playerwinloss table tr:nth-child(odd) {
    background-color: #3A3939;
}

.playerwinloss table tr:nth-child(even) {
    background-color: #292929;
}

.playerwinloss table tr td:nth-child(1),
.playerwinloss table tr td:nth-child(3) {
    color: #e6ce1a;
}

.footer-content {
    height: 130px;
    color: #898989;
    font-size: 11px;
    padding: 0 14%;
    padding-top: 16px;
    position: relative;
}

.footer-content p {
    margin-bottom: 12px;
}

.footer-content:nth-child(1) {
    background-color: #FFFFFF;
}

.footer-content:nth-child(2) {
    background-color: #202020;
}