body {
    padding: 0;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background-color: #f0f0f0;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
img,
a,
p,
ul,
li,
div,
input,
h1,
h2,
h3,
h4,
h5,
h6,
span,
textarea,
table,
tr,
td {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
    color: #fff;
}
select,
textarea,
input,
a:hover,
a:focus,
button {
    outline: none;
}
.img_fit {
    max-width: 100%;
    display: block;
}
ul {
    padding-left: 0;
    list-style-type: none;
}
body,
p,
ul {
    margin: 0;
}
.clr {
    clear: both;
}
.scroll_fix {
    overflow-y: hidden;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
}
.flex-md {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flex-center {
    -webkit-align-items: center;
    align-items: center;
}
.flex-bt {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.flex-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flex-space-between {
    justify-content: space-between;
}
.flex-md-row-reverse {
    flex-direction: row-reverse;
}
.flex-container {
    align-content: stretch;
}
.flex-1 {
    flex: 1 0 0%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.mr-l {
    margin-left: auto;
}
.col-6 {
    width: 50%;
}
.col-3 {
    width: 33.33%;
}
.col-9 {
    width: 66.66%;
}
.col-4 {
    width: 25%;
}
.col-8 {
    width: 75%;
}
.col-45 {
    width: 45%;
}
.col-55 {
    width: 55%;
}
.col-1 {
    width: 16.66%;
}
.col-5 {
    width: 20%;
}
.col-60 {
    width: 60%;
}
.col-12 {
    width: 100%;
}
.col-10 {
    width: 83.33%;
}
.col-R {
    padding-left: 20px;
}
.col-L {
    padding-right: 20px;
}
a,
.mask,
li:hover,
.btn,
nav li > a:after,
.thumbimg img,
.block {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.thumbimg:hover img.col-12 {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.row {
    margin: 0 -10px;
}
.row > li {
    padding: 10px;
}
hr {
    border: 0;
    border-top: 1px solid #bfbfbf;
    background: none;
}
.center-img {
    margin: 0 auto;
}
/*---------------------------------------------------------*/
header {
    background-color: #051f50;
}
.logo {
    display: block;
}
.topnav > li {
    position: relative;
}
.topnav > li > a {
    padding: 15px;
    display: block;
    color: #fff;
}
.topnav li > a:hover {
    color: var(--secondary-color);
}
.topnav,
.topnav li > a {
    height: 100%;
}
.topnav li.active > a,
.topnav li.active > a:hover {
    color: var(--secondary-color);
}

#nav-icon {
    z-index: 1000;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}
#nav-icon span {
    height: 2px;
    width: 60%;
    border-radius: 9px;
    opacity: 1;
    left: 20%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 15px;
}
#nav-icon span:nth-child(2) {
    top: 25px;
}
#nav-icon span:nth-child(3) {
    top: 35px;
}
#nav-icon.open span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
#nav-icon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}
#nav-icon.open span:nth-child(3) {
    top: 25px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.down {
    left: -20px;
    right: -20px;
    z-index: 3;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
}
.down a {
    padding: 10px 5px;
    display: block;
}
.down a:hover,
.down a.active {
    background: rgba(0, 0, 0, 0.2);
}
.down-icon {
    position: absolute;
    right: 8px;
    top: 15px;
}

.topnav > li.secnav > a {
    padding-right: 30px;
}
.top-link {
    text-align: right;
}
.top-link a {
    width: 150px;
    padding: 10px;
}
.sns {
    margin-top: 20px;
}
.sns a:hover {
    opacity: 0.6;
}
.side_nav {
    position: fixed;
    right: 0;
    bottom: 45%;
    z-index: 9;
}
.side_nav .a2a_kit a {
    display: block;
    float: none;
    margin-bottom: 5px;
}
.scroll_fix .down {
    position: relative;
    left: 0;
    right: 0;
}

.all-height {
    height: 100%;
}
.top-btn {
    text-align: right;
}
.btn {
    padding: 10px 10%;
    text-align: center;
    margin: 2px auto;
    border-radius: 20px;
    display: inline-block;
    background: #fff;
    color: #222;
    border: 2px solid #fff;
}
.btn:hover {
    background: var(--primary-color);
    color: #fff;
}
.btn-sec {
    background: var(--secondary-color);
    color: #fff;
}

.banner {
    background-image: url(/index_files/banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
    padding: 0 0 60px 0;
}
.banner-title {
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1.1;
    text-shadow: 0 0 10px rgba(24, 35, 49, 0.9);
}
.banner-block .btn {
    min-width: 30%;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.4);
}
.box {
    background: #5a5a5a;
}

.home-sport {
    background: url(/index_files/home-ad-bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    text-align: center;
    height: 100%;
    position: relative;
}
.home-sport::after {
    content: "";
    background: var(--secondary-color);
    width: 40%;
    height: 300px;
    position: absolute;
    left: -20px;
    bottom: -20px;
    z-index: -1;
}

.box-tt {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 10px 20px;
    position: absolute;
    left: 0;
    bottom: 15px;
    font-size: 1.5em;
    font-weight: bold;
}

.sport-list {
    margin-right: -20%;
    position: relative;
    z-index: 2;
}
.sport-list-content {
    padding: 10px;
    background-color: #fff;
    color: var(--secondary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.home-sport-img {
    max-width: 140%;
    margin-right: -40%;
    margin-top: -40px;
}
.home-livebet {
    background: url(/index_files/mrjackbet-live.jpg) no-repeat 11% center
        #2a1a49;
    background-size: 42%;
    color: #fff;
}
.contain {
    padding: 1.5em;
}

footer {
    padding: 20px 0;
    color: #999;
    background-color: #313131;
}
footer a {
    color: var(--white);
}
.content {
    padding: 15px;
}

.game-content {
    padding: 0 1.5em 1.5em 1.5em;
    margin-top: -60px;
}

.casino-img {
    margin: -30px 0;
    margin-left: -20%;
    max-width: 110%;
}
.sabong-img {
    margin: -50px 0;
}
.home-bg1 {
    background: url(/index_files/home-bg1.jpg) no-repeat center;
    background-size: cover;
}
.home-bg2 {
    background: url(/index_files/home-bg2.webp) no-repeat center right #fff;
    background-size: 49%;
}
.home-bg3 {
    background: url(/index_files/home-bg3.jpg) no-repeat center;
}

.bg-left {
    position: relative;
}
.bg-left .container {
    position: relative;
    z-index: 1;
}
.bg-left::after {
    content: "";
    background-color: var(--secondary-color);
    width: 35%;
    height: 100%;
    display: block;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
}

/*sport*/
.sport-bg1 {
    background: url(/index_files/sport-bg1.jpg) no-repeat center left #2a1a49;
    background-size: 40%;
}
.sport-bet-img {
    position: relative;
    z-index: 2;
    max-width: 130%;
    margin: -40px 0 -40px -50%;
}
.sport-bg3 {
    background: url(/index_files/sport-bg3.jpg) no-repeat center;
}

/*esport*/
.esport-list {
    margin-top: 30px;
    margin: 30px -15px 0 -15px;
}
.esport-list li {
    padding: 15px;
    margin-bottom: 15px;
}
.esport-content {
    background-color: #000000;
    padding: 15px 15px 15px;
    height: 100%;
    position: relative;
}
.esport-content::after {
    content: "";
    background-color: var(--primary-color);
    display: block;
    width: 100%;
    height: 100%;
    bottom: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
}
.esport-game-img {
    margin-top: -40px;
}

.casino-bg {
    background: url(/index_files/casino-bg.jpg) no-repeat center;
}

.live-bg {
    background: url(/index_files/live-bg.jpg) no-repeat center;
}
.slot-bg {
    background: url(/index_files/slot-bg.jpg) no-repeat center;
}
.vivo-bg {
    background: url(/index_files/vivo-bg.jpg) no-repeat center;
}
.app-bg {
    background: url(/index_files/app-bg.jpg) no-repeat center;
}

.home-img {
    margin-top: -40px;
}
.home-img2 {
    max-width: 120%;
    margin-right: -20%;
}
.home-img3 {
    max-width: 120%;
    margin-left: -20%;
}
.home-img4 {
    margin-bottom: -40px;
}

.btn-contact {
    position: relative;
    z-index: 2;
}
.pagetop {
    background-image: url(/index_files/pagetop.webp);
    background-position: center;
    background-size: cover;
    color: #fff;
}
.page-title {
    font-size: 3em;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
}

.main {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mask {
    left: 0;
    bottom: 0;
    position: absolute;
    padding: 10px;
}
.mask:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -30px;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 49px 0 0 30px;
    border-color: transparent transparent transparent #93c123;
}

.title {
    line-height: 1.2;
    font-size: var(--h2);
    font-weight: bold;
    color: var(--primary-color);
}
.title-w {
    color: var(--secondary-color);
}
.table-main {
    margin: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    background-color: rgba(0, 0, 0, 0.4);
}
.table-main th,
.table-main td {
    padding: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.table-main th {
    background-color: #0317d6;
    color: #fff;
}

.tt {
    font-weight: bold;
    color: var(--secondary-color);
}
.tt:before {
    content: "";
    background-color: var(--secondary-color);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.list {
    padding-left: 30px;
}
.list li {
    list-style: outside decimal;
    margin-bottom: 10px;
}

/*QA*/
.accordion-area {
    list-style: none;
    margin: 0 auto;
}
.accordion-area > li {
    overflow: hidden;
    background-color: #303734;
    margin-bottom: 15px;
}

.accordion-title {
    position: relative;
    cursor: pointer;
    font-weight: normal;
    color: var(--primary-color);
    transition: all 0.5s ease;
    display: flex;
    padding: 10px;
    padding-right: 40px;
    background: var(--secondary-color);
}

.accordion-area > li .open {
    background-color: var(--primary-color);
    color: #fff;
}
.accordion-box {
    display: none;
    padding: 15px;
    background-color: #fff;
}

.qa-q {
    position: relative;
    background-color: var(--primary-color);
    display: inline-block;
    color: #19587b;
    margin-right: 25px;
}
.accordion-title span {
    padding: 10px;
}
.more {
    padding: 5px 30px;
    display: inline-block;
    margin-top: 10px;
    background-color: var(--primary-color);
    color: #000;
}
.accordion-title::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
    background: url(/index_files/er.png) no-repeat center;
}
.accordion-title.close::before {
    transform: rotateZ(-180deg);
}

.more {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 30px;
    display: inline-block;
    margin-top: 10px;
}

.border {
    border-radius: 10px;
}
.p {
    margin: 15px 0;
}
.spot > li,
.w6 {
    background: url(/index_files/spot.png) no-repeat left 10%;
    padding-left: 25px;
    margin: 5px 0;
}
.spot-w li {
    background: url(/index_files/spot-w.png) no-repeat left 10%;
}
.spot {
    margin: 10px 0;
}

/*--------------------------------------------------------*/
:root {
    --primary-color: #051f50;
    --secondary-color: #ffc300;
    --white: #fff;
    --h2: 2rem;
}
.h2 {
    font-size: var(--h2);
}
.bg-main {
    background: #4d2f87;
    background: -moz-linear-gradient(top, #4d2f87 0%, #2e1a4f 100%);
    background: -webkit-linear-gradient(top, #4d2f87 0%, #2e1a4f 100%);
    background: linear-gradient(to bottom, #4d2f87 0%, #2e1a4f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d2f87', endColorstr='#2e1a4f',GradientType=0 );
}
.title,
.banner-title,
.page-title {
    font-family: "Cabin", Arial, Helvetica, sans-serif;
}
.bg-w {
    background: #fff;
}
#nav-icon span {
    background-color: var(--white);
}
.w-main {
    color: var(--primary-color);
}
.w1 {
    color: var(--secondary-color);
}
.w-white {
    color: var(--white);
}
.w-light {
    color: #ffea00;
}
.bg {
    background: url(/index_files/bg.jpg) no-repeat center #000000;
    background-attachment: fixed;
}

.bg-b {
    background-color: #2e3667;
}
.main-box {
    background-color: rgba(33, 37, 48, 0.8);
}
.w-b {
    color: #000;
}
.bg-grey {
    background-color: #eee;
}
.w-red {
    color: #ea2525;
}
.bg-y {
    background-color: var(--secondary-color);
}

.hidden,
.thumbimg {
    overflow: hidden;
}
footer,
nav a,
.center {
    text-align: center;
}
.inline,
.pagenav a {
    display: inline-block;
}
#nav-icon span,
.thumbimg {
    display: block;
}
#nav-icon,
.down,
.visible-md,
.visible-lg {
    display: none;
}
nav > a,
.inline {
    vertical-align: middle;
}
.relate,
.bg-deco,
.thumbimg {
    position: relative;
}
#nav-icon span,
.topnav li > a:after,
.mask,
.cover {
    position: absolute;
}
.bg,
.bg-cover {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
a {
    cursor: pointer;
}
.btn,
.w-bold {
    font-weight: bold;
}
.w2,
.tt {
    font-size: 1.6rem;
    line-height: 1.2;
}
.w3 {
    font-size: 1.2rem;
}
.num {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    color: #fff;
    background-color: var(--primary-color);
    display: inline-block;
    transform: skewX(-25deg);
}

.mb-3 {
    margin-bottom: 2rem;
}
.mb-2 {
    margin-bottom: 1.2rem;
}
.mt-3 {
    margin-top: 2rem;
}
.mt-2 {
    margin-top: 1.2rem;
}
.py-3 {
    padding: 2rem 0;
}
.py-2 {
    padding: 1.2rem 0;
}
.l1 {
    line-height: 1.1;
}
.mt-1 {
    margin-top: -15px;
}
.pb-0 {
    padding-bottom: 0;
}
.pt-0 {
    padding-top: 0;
}
.pb-3 {
    padding-bottom: 2rem;
}
.pt-3 {
    padding-top: 2rem;
}
.pr-2 {
    padding-right: 1.2rem;
}
.py-2 {
    padding: 20px 0;
}
.p-2 {
    padding: 20px;
}
.pt-0 {
    padding-top: 0;
}
/*-----------------------S----------------------------------*/

@media screen and (min-width: 900px) and (max-width: 1200px) {
    .container {
        width: 850px;
    }
    .home-livebet {
        background: url(/index_files/mrjackbet-live.jpg) no-repeat -15% center #2a1a49;
        background-size: 50%;
    }
}
@media screen and (min-width: 700px) and (max-width: 899px) {
    .container {
        width: 670px;
    }
    .home-livebet {
        background: url(/index_files/mrjackbet-live.jpg) no-repeat -15% center #2a1a49;
        background-size: 50%;
    }
}
@media screen and (min-width: 480px) and (max-width: 899px) {
    header {
        padding-right: 60px;
    }
}

/*---------------------------------------------------------*/
@media screen and (max-width: 1200px) {
    .col-xl-9 {
        width: 66%;
    }
    .col-xl-3 {
        width: 33%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .pagetitle,
    .pagetop h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 899px) {
    .col-lg-12 {
        width: 100%;
        padding: 0;
    }
    .col-lg-0 {
        width: 0;
    }
    .col-lg-6 {
        width: 50%;
        padding: 0;
    }
    .col-lg-9 {
        width: 66.66%;
        padding: 0;
    }
    .col-lg-3 {
        width: 33.33%;
        padding: 0;
    }
    #nav-icon,
    .visible-lg {
        display: block;
    }

    .topnav li > a {
        padding: 10px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
        color: #fff;
    }
    .topnav,
    .down,
    .topnav li > a::after,
    .hidden-lg {
        display: none;
    }
    .topnav {
        overflow: auto;
    }
    .topnav {
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        z-index: 999;
        padding-top: 60px;
        background: rgba(24, 35, 49, 0.95);
    }
    .topnav li {
        position: relative;
    }
    .topnav > li {
        border-top: 1px dashed #2b3849;
    }
    .banner-title {
        font-size: 2.2em;
        line-height: 1;
    }

    .bg-left {
        background-image: url(/index_files/bg.png) no-repeat;
        background-size: 65%;
        background-position: -80% bottom;
    }
    .bg-right {
        background-image: url(/index_files/bg.png) no-repeat;
        background-size: 65%;
        background-position: 180% bottom;
    }
}

@media screen and (max-width: 699px) {
    .container {
        width: 100%;
        padding: 0 20px;
    }
    .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    nav a,
    .col-md-12 {
        width: 100% !important;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-8 {
        width: 75%;
    }
    .col-md-3 {
        width: 33.33%;
    }
    .col-R.col-md-12,
    .col-L.col-md-12 {
        padding: 0;
    }
    .visible-md {
        display: block;
    }
    .hidden-md,
    .side_nav .a2a_kit {
        display: none;
    }
    .title,
    .banner-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .mask {
        padding: 10px;
    }
    .pb-md-0 {
        padding-bottom: 0;
    }
    .side_nav {
        bottom: 0;
    }
    .slot-img,
    .game-img {
        margin-top: 0;
    }
    .home-sport-img,
    .home-img2,
    .home-img3,
    .sport-bet-img {
        max-width: 100%;
        margin: 0;
    }
    .home-bg1 {
        background: url(/index_files/home-bg1-md.jpg) no-repeat center top;
        background-size: 100%;
    }
    .home-bg2 {
        background: #fff;
    }
    .bg-left::after {
        width: 100%;
        height: 35%;
        top: auto;
        bottom: 0;
    }
    .top-link a {
        width: 120px;
    }

    .home-img {
        margin: 0 auto;
    }
    .bg-right,
    .bg-left {
        background-size: 70%;
    }
    .home-livebet {
        background: #2a1a49;
    }
    .banner {
        padding: 50px 0;
    }
    .pagetop {
        padding-top: 50px;
        text-align: center;
    }
    .sport-bg1 {
        background: url(/index_files/sport-bg1.jpg) no-repeat left bottom
            #2a1a49;
        background-size: 100%;
    }
    .sport-bet-img {
        margin-bottom: -20px;
    }
}

@media screen and (max-width: 479px) {
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-12.col-R {
        padding: 0;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-3 {
        width: 33.33%;
    }
    .col-sm-9 {
        width: 66.66%;
    }
    .top-btn {
        text-align: center;
    }
    header {
        padding-right: 60px;
    }
    .top-link a {
        width: 100px;
        padding: 10px 0;
    }
}

/*
     FILE ARCHIVED ON 06:00:54 Apr 18, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:00:06 Feb 05, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.48
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.013
  esindex: 0.009
  cdx.remote: 24.181
  LoadShardBlock: 343.071 (3)
  PetaboxLoader3.datanode: 449.61 (5)
  load_resource: 365.649
  PetaboxLoader3.resolve: 166.753
  loaddict: 146.349
*/
