<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #000;
}

.p-70 {
    padding: 70px 0;
}

.p-40 {
    padding: 40px 0;
}

.p-50 {
    padding: 50px 0;
}

.p-20 {
    padding: 20px 0;
}

a {
    text-decoration: none;
}

.pa-30 {
    padding: 30px;
}

hr {
    color: #fff;
    opacity: 1;
    height: 3px;
    border: none;
    background: white;
}

/* Header */

.navbar-brand img {
    max-width: 250px;
    margin: 0 10px;
}

.navbar-collapse {
    justify-content: end;
    gap: 16px;
}

.navbar {
    background-color: #000;
}

.nav-link {
    border-radius: 5px;
    width: 90px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FF6F00;
    color: #fff;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav {
    gap: 16px;
}

.logo-btns {
    display: flex;
    justify-content: space-evenly;
    gap: 10px;
    align-items: center;
}

.pge-btn img {
    background-color: #FF6F00;
    padding: 7px;
    border-radius: 50px;
}

/* Header */

/* Categories */
/* .categories {
    background-color: #000;
}

ul.categories-list {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: none;
    width: 90%;
    margin: auto;
}

.categories-list li a {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    vertical-align: middle;
}

.categories-list li {
    list-style-type: none;
}

section.categories .cantainer-fluid {
    overflow-x: auto;
    height: 100%;
    white-space: nowrap;
}

.categories-list li img {
    max-width: 18px;
    max-height: 18px;
}

.categories-list li {
    list-style-type: none;
}

.categories-list li a p {
    margin-bottom: 0px;
    font-size: 14px;
}
*/
.scroll-inner::-webkit-scrollbar {
    width: 10px;
}

.scroll-inner::-webkit-scrollbar:horizontal {
    height: 10px;
}

.scroll-inner::-webkit-scrollbar-track {
    background-color: #cccccc4d;
}

.scroll-inner::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #cccccc80;
    box-shadow: inset 0 0 6px #00000080;
}

.categories {
    position: relative;
}

/* 
.categories a {
    display: flex;
    justify-content: start;
    align-items: center;
    position: absolute;
    color: #fff;
}

.categories a img {
    max-width: 18px;
    max-height: 18px;
}

.categories a p {
    margin-bottom: 0;
    padding-left: 5px;
} */

#cantainer {
    overflow-x: scroll;
    /* Ensures the scrollbar appears */
    overflow-y: hidden;
    background-color: #000;
    height: 70px;
    /* Adjust height to provide space for content and scrollbar */
    white-space: nowrap;
    display: block;
    /* Ensures cantainer doesn't collapse */
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    /* Smooth scrolling on mobile */
}

#objects {
    display: inline-block;
    /* Maintains width expansion */
    white-space: nowrap;
    /* Prevents wrapping */
    height: 100%;
    /* Matches the height of the cantainer */
}

.object {
    display: inline-block;
    width: 140px;
    height: 100%;
    /* Matches the height of the cantainer */
    text-align: center;
    vertical-align: middle;
    transition: 0.5s;
}

.object a {
    display: flex;
    flex-direction: column;
    /* Stacks image and text */
    align-items: center;
    /* Centers content */
    justify-content: center;
    /* Aligns content properly */
    height: 100%;
    /* Ensures it fills the object div */
    text-decoration: none;
    /* Removes underline */
    color: white;
    /* Keeps text visible */
}

.object img {
    max-width: 30px;
    /* Ensures images are visible but not too large */
    max-height: 30px;
    object-fit: contain;
    /* Ensures images maintain aspect ratio */
}

.object p {
    margin: 0;
    padding-top: 2px;
    font-size: 12px;
    /* Adjust text size */
    white-space: nowrap;
    /* Ensures text stays in one line */
}

.object:hover {
    background-color: #121212;
    transition: 0.5s;
    border: 0.5px solid #474747;
}

/* Categories */

/* image slider */

.img-slider {
    width: 80%;
    margin: auto;
}


/* image slider */

/* About Us */
.abt-img {
    display: flex;
    justify-content: center;
}

.abt-text {
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.abt-head {
    border: 3px solid;
    box-shadow: 2px 2px 10px 1px #F98071;
    border-color: #FF6F00;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding: 10px;
}

.abt-text p {
    color: #fff;
    text-align: justify;
}

.get-btn {
    width: 220px;
    height: 39px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    border: 3px solid transparent;
    position: relative;
}

.get-btn::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: linear-gradient(45deg, red, orange, yellow, green, cyan, blue, violet);
    border-radius: 15px;
    z-index: -1;
}

.get-btn a {
    color: #fff;
    text-transform: uppercase;
}

.p-text-abt {
    color: #fff;
    text-align: justify;
}


/* About Us */
/* Registration */

.reg-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Registration */

/* Category of Games */

.cog {
    color: #fff;
    border: 2px solid #FF6F00;
    border-radius: 10px 30px 10px 30px;
    margin: 40px 0;
}

.cog .col-md-9 {
    display: flex;
    flex-direction: column;
    /* align-items: start; */
    justify-content: center;
}

.txt-cog p {
    text-align: justify;
}



/* Category of Games */

/* Login Details */

.r-reg-log {
    align-items: center;
}

.white-box {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.txt-blck {
    color: #000 !important;
}

/* Login Details */

/* How to Place Bets */

.card-step {
    border: 3px solid #FF6F00;
    /* padding: 16px; */
    text-align: center;
    border-radius: 20px;
    width: 360px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

h3.txt-orng {
    text-transform: capitalize;
    color: #FF6F00;
    font-weight: 700;
}

/* How to Place Bets */
/* Features  */

.feat-fp .card-step {
    border: 3px solid #FF6F00;
    /* padding: 16px; */
    text-align: center;
    border-radius: 20px;
    width: 360px;
    height: 281px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}


/* Features  */

/* Casino-Games Card Section */
.cgc-card .card-step {
    border: 3px solid #FF6F00;
    /* padding: 16px; */
    text-align: center;
    border-radius: 20px;
    width: 360px;
    height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}


/* Casino-Games Card Section */

/* Game gallery */

section.game-glry img {
    margin: 10px 0;
    border-radius: 8px;
}


/* Game gallery */

/* Welcome Bonus Section */

.wbs-fp .row.r-reg {
    align-items: center;
}

/* Welcome Bonus Section */

/* Payment Slider */

.pymnt-slider .owl-carousel img {
    border-radius: 10px;
}

/* Payment Slider */

/* Testimonials */

.test-inr-box {
    min-height: 225px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #FF6F00;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

.test-inr-box p {
    font-size: 18px;
}

/* Testmonials */
/* Faqs */
.faq-fp button.accordion-button {
    background-color: #000 !important;
    color: #fff;
    BORDER-RADIUS: 0 !IMPORTANT;
}

.faq-fp .accordion-body {
    color: #fff;
    background-color: #000;
}

/* Faqs */

/* Footer */

.foot-links {
    text-align: center;
    color: #fff;
}

.foot-links a {
    color: #fff;
}

.trst-bdgs {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
    align-items: center;
}

/* Footer */

/* Table */

.t-head {
    background-color: #FF6F00;
    border-radius: 10px;
}

/* Tble-GPT */
.points-tble .custom-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    border-spacing: 0;
}

.points-tble .t-head {
    background-color: #FF6F00;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
}

.points-tble .category-header .category-title {
    background-color: #FF6F00;
    color: #fff;
    font-weight: bold;
    border-radius: 10px;
    text-align: left;
    padding: 10px;
}

.points-tble .category-header img {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle;
}

.points-tble .odds {
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.points-tble .odds.blue {
    background-color: #A7D8FD;
}

.points-tble .odds.pink {
    background-color: #F9C9D4;
}

.points-tble tr {
    border-radius: 10px;
}

.points-tble th,
.points-tble td {
    border-top: 6px solid #000;
    padding: 10px;
    text-align: left;
}

.points-tble .in-play-header {
    font-size: 18px;
    font-weight: bold;
}

.points-tble .open-bet-header {
    font-size: 18px;
    font-weight: bold;
}

/* Table */

/* Blogs Page */

.blog-text.p-text-abt h2 {
    margin: 16px 0;
}

/* Blog Post */
.blg-pst {
    background: #000000;
}

/* .blg-pst .container {
    padding-top: 300px;
} */

.blg-pst .card-title {
    position: relative;
}

.blg-pst .card-title span {
    position: absolute;
    bottom: 0;
    right: 5%;
    color: #ffffff;
    padding: 8px;
    background: #000000;
    border: 3px solid;
    box-shadow: 2px 2px 10px 1px #F98071;
    border-color: #FF6F00;
    border-radius: 10px;
}

.blg-pst .card-body a h4 {
    color: #ffffff;
    font-size: 27px;
    font-weight: 700;
}

.blg-pst .card {
    border: none;
    border-radius: 10px;
    transition: 0.5s;
    transform: scale(1);
    background: transparent;
}

.blg-pst .card-body a span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}

.blg-pst .card:hover {
    transition: 0.5s;
    transform: translateY(-3px);
    box-shadow: 3px 5px 16px #cecdd5;
}

.blg-hed span {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.blg-hed h2 {
    color: #ffffff;
    font-weight: 700;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.blog-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

/* Blog Post */</pre></body></html>