@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
html {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}

body::-webkit-scrollbar {
    width: 12px;
    /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
    background: var(--white-bg-color);
    /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
    background-color: blue;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid var(--white-bg-color);
    /* creates padding around scroll thumb */
}
:root {
    --font-primary: "Inter", sans-serif;
    --primary-bg-color: #000;
    --gold-bg-color: #DCB116;
    --gold-bg-color-op: rgba(220, 177, 22,0.3);
    --primary-text-color: #fff;
    --red-text-color: #EA011D;    
    --white-bg-color: #fff;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
body {
    font-family: var(--font-primary);
    background-color: var(--primary-bg-color);
}
.home-page-bg {
    background-image: url(../img/home-bg.svg);
    background-position: top center;
    background-repeat: no-repeat;
}
.header-inner {
    padding: 20px 0;
}
.header-inner .nav-menu_left ul li a {
    display: inline-flex;
    color: var(--primary-text-color);
    font-size: 18px;
    padding: 4px 16px;
    font-weight: 300;
    border-radius: 18px;
}
.nav-menu_left,
.nav-menu_right {
    width: calc(50% - 90px);
}
.nav-menu_left ul {
    display: inline-flex;
    width: 100%; 
}
.nav-menu_left ul li,
.nav-menu_right ul li {
    margin: 0 3px;
}
.nav-menu_right ul {
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
}
.nav-menu_right ul li a svg {
    width: 100%;
    height: 100%;
}
.nav-menu_right ul li.icon a {
    width: 30px;
    height: 30px;
}
.nav-menu_right ul li.icon a {
    padding: 3px;
    border-radius: 4px;
    display: inline-flex;
}
.nav-menu_right ul li.icon.instagram a:hover {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0 0 2px #fff;
}
.nav-menu_right ul li.icon.twitter a:hover { 
    background: var(--primary-bg-color);
    box-shadow: 0 0 2px #fff;
}
.nav-menu_right ul li.icon.whatsapp a:hover {
    background: #00E676;
    box-shadow: 0 0 2px #fff;
}
.nav-menu_right ul li.icon.facebook a:hover {
    background: #3b5998;
    box-shadow: 0 0 2px #fff;
}

.nav-menu_center {
    width: 180px;
}
.mg-btn-small {
    color: var(--white-bg-color);
    background: var(--red-text-color);
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
    padding: 0 20px;
    height: 35px;
    display: inline-flex;
    align-items: center;
}
.mg-btn-small:hover {
    background: var(--white-bg-color);
    color: var(--red-text-color);
}
.mg-btn-small.mg-gold {
    background: var(--white-bg-color);
    color: var(--primary-bg-color);   
    font-weight: 600;
    font-size: 22px;
    height: 45px;
    padding: 0 30px;
}
.mg-btn-small.mg-gold:hover {
    background: var(--gold-bg-color);
    color: var(--primary-text-color);
}
.mg-gold-outline {
    font-weight: 600;
    font-size: 22px;
    height: 45px;
    background: transparent;
    color: var(--primary-text-color);
    border: 2px solid var(--gold-bg-color);
    box-shadow: 0 0 30px var(--gold-bg-color-op);
}
.mg-gold-outline:hover {
    background: var(--gold-bg-color);
    color: var(--primary-text-color);
}
.header-inner .nav-menu_left ul li.active a,
.header-inner .nav-menu_left ul li a:hover {
    color: var(--gold-bg-color);
    /* box-shadow: inset 0 0 10px #fff; */
    background: rgb(255 255 255 / 15%);
}
.p-100 {
    padding: 100px 0;
}
.banner-img {
    height: 520px;
    position: relative;
    border-radius: 20px;
    background: url(../img/banner.jpg) no-repeat center right;
    background-size: cover;
    display: flex;
    align-items: flex-start;
    padding: 0 40px;
    flex-direction: column;
    justify-content: center;
}
.banner-img h1 {
    font-size: 46px;
    color: var(--primary-text-color);
    font-weight: 700;
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
}
.banner-img h1 span {
    font-size: 18px;
    font-weight: 400;
    color: var(--primary-text-color);
    margin-top: 50px;
}
.banner-img h1 p {
    font-size: 36px;
    font-weight: 600;
    color: var(--gold-bg-color);
    margin: 0;
}
.banner-img h1 b {
    font-weight: 600;
    font-size: 36px;
    color: var(--primary-text-color);
}
.section-title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 40px 0;
    color: var(--primary-text-color);
}
.section-title span {
    color: #EDC520;
}
.sub-line {
    font-size: 16px;
    color: var(--primary-text-color);
    margin-bottom: 40px;
    font-weight: 300;
    text-align: center;
    margin: 0 auto;
    max-width: 780px;
}
.about_section::after {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    z-index: -1;
}
.about_section_inner {
    background: rgba(255, 255, 255, 0.09);
    width: calc(100% - 400px);
    padding: 80px 120px;
    color: var(--primary-text-color);
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
b.gold {
    color: var(--gold-bg-color);
}
.about_section_inner p {
    font-size: 20px;
    color: #D1D1D1;
    margin-bottom: 40px;
    font-weight: 300;
}
.about_section_inner p:last-child {
    margin: 0;
}
.about_section_inner .animated-ic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}
.about_section_inner p b {
    font-weight: 600;
}
.about_section_inner .animated-ic span {
    -webkit-animation: slide-y infinite 3s linear;
    animation: slide-y infinite 3s linear;
    position: absolute;
}
.about_section_inner .animated-ic span.ic1 {    
    left: -340px;
    top: -120px;
}
.about_section_inner .animated-ic span.ic2 {
    right: -50px;
    top: -130px;
}
.about_section_inner .animated-ic span.ic3 {
    left: -300px;
    bottom: -100px;
}
.about_section_inner .animated-ic span.ic4 {
    right: -20px;
    bottom: 0;
}
.animated-ic span.ic6 {
    left: -20px;
    top: -120px;
}
.animated-ic span.ic7 {
    right: 0;
    top: -80px;
}
.animated-ic span.ic8 {
    left: -100px;
    top: 60px;
}
.animated-ic span.ic9 {
    right: 0;
    top: 50%;
}
/* slide y keyframe */
@-webkit-keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}
@keyframes slide-y {
    0% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
    50% {
        -webkit-transform: translateY(5px);
        transform: translateY(-px);
    }
    100% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}
.pb-100 {
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.cta_section h4 {
    font-size: 32px;
    color: var(--primary-text-color);
    font-weight: 800;
}


.icon_steps {
    width: 80px;
    height: 80px;
    background: rgba(237, 197, 32, 0.1);
    border: 2px solid rgba(237, 197, 32, 0.3);
    border-radius: 8px;
}
.steps_inner_set .icon_step_title p {
    color: var(--gold-bg-color);
    font-size: 16px;
}
.icon_step_title h3 {
    font-weight: 600;
    font-size: 24px;
    color: var(--primary-text-color);
}
.steps_inner_set p {
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.bg1 {
    background: url(../img/newsletter1.jpg) no-repeat center left;
    background-size: cover;
    width: 100%;
}
.bg2 {
    background: url(../img/newsletter2.jpg) no-repeat center left;
    background-size: cover;
    width: 100%;
}
.cta_section .mg-gold-outline {
    background: var(--white-bg-color) !important;
    border: none !important;
    color: #20B038 !important;
    font-weight: 700 !important;
    height: 50px !important;
    border-radius: 25px !important;
}
.cta_section .mg-gold-outline:hover {
    background: #20B038 !important;
    color: var(--primary-text-color) !important;
}
.cta_section .mg-gold-outline img {
    margin-right: 10px;
    width: 28px;
}
.h-100x {
    height: 160px;
}
.steps_inner_set .card { 
    padding: 20px;
    background: rgba(237, 197, 32, 0.1);
    border: 2px solid rgba(237, 197, 32, 0.3);
    height: 100%;
}
.steps_inner_set .card h3 {
    color: var(--gold-bg-color);
    font-weight: 600;
    font-size: 20px;
}
.set-radius {
    border-radius: 20px;
    border: 2px dashed var(--gold-bg-color);
    padding: 40px;
    max-width: 90%;
}
.about_section::before {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    transform: rotateY(-180deg);
    z-index: -1;
}
.features_section::before {
    width: 50%;
    position: absolute;
    left: 0;
    top: -200px;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    transform: rotateY(-180deg);
    z-index: -1;
}
.features_section::after {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -200px;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    z-index: -1;
}
.betting-types::before {
    width: 50%;
    position: absolute;
    left: 0;
    top: 100px;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 800px;
    background-position: center right;
    transform: rotateY(-180deg);
    z-index: -1;
}
.betting-types::after {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: -200px;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    z-index: -1;
}
.Benefits_section::before {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    transform: rotateY(-180deg);
    z-index: -1;
}
.Benefits_section::after {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    content: '';
    background: url(../img/casino-blur-right-flip1.svg) no-repeat;
    background-size: contain;
    height: 100%;
    background-position: center right;
    z-index: -1;
}
.step_section .animated-ic {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.step_section .animated-ic span {
    -webkit-animation: slide-y infinite 2s linear;
    animation: slide-y infinite 2s linear;
    position: absolute;
}
.step_section .animated-ic span.ic5 {
    right: 100px;
    top: -100px;
}
.Benefits_section .steps_inner_top .icon_steps {
    font-size: 40px;
    font-weight: 600;
    color: var(--primary-text-color);
}
.Benefits_section .steps_inner_top p {
    color: var(--primary-text-color);
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}
.Benefits_section .steps_inner_top .icon_step_title {
    width: calc(100% - 590px);
}
.Benefits_section .steps_inner_top .icon_steps {
    width: 60px;
    height: 60px;
}
.Benefits_section .steps_inner_set {
    position: relative;
}
.Benefits_section .celb_s {
    position: absolute;
    width: 560px;
    bottom: 6px;
    right: 3px;
}
.Benefits_section .steps_inner_top .icon_steps {
    background: transparent;
    border: none !important;
    align-items: flex-start !important;
    height: auto;
    line-height: 1;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: .5rem;
    width: 30px;
}
.betting-types .sub-line {
    max-width: 100%;
}
.chips_main_clsop li {
    background: rgba(225, 225, 225,0.2);
    color: var(--primary-text-color);
    height: 36px;
    padding: 0 16px;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.w-100xx {max-width: 60%;text-align: left;margin: 0;}
.nca_listingline ul li {
    width: 100%;
    background: url(../img/arrow.svg) no-repeat left top 5px;
    background-size: 17px 17px;
    padding: 0 40px 0 30px;
    color: var(--primary-text-color);
    font-size: 18px;
    font-weight: 300;
    margin: 8px 0;
}
.aboutbchhrg_main {
    background: #000 url(../img/cta.png) no-repeat bottom right;
    border-radius: 20px;
    background-size: contain;
    padding: 40px;
    position: relative;
    width: 100%;
    border: 1px dashed var(--gold-bg-color);
}
.aboutbchhrg {
    position: relative;
}
.aboutbchhrg{
    position: absolute;
    right: 0;
    width: auto;
    bottom: -40px;
}
.equal_height {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.equal_height>.equal_height_container {
    display: flex;
    /* width: 100%; */
}

.equal_height>.equal_height_container>div {
    width: 100%;
}
.nca_listingline table {
    border: 1px dashed var(--gold-bg-color);
    border-radius: 20px;
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-top: 30px;
}
.nca_listingline tr:nth-child(even) {
    background-color:rgba(237, 197, 32, 0.1);
}
.nca_listingline table td {
    padding: 6px 10px;
    color: var(--primary-text-color);
}
.accordion-item {
    background-color: #ffffff1f;
    border: 1px solid #ffc1074f;
}
.accordion-button::after {
    background-image:url(../img/arrowcol.svg);
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../img/arrowcol.svg);
}
.set_cellb {
    position: absolute;
    right: 0;
    bottom: 1px;
}
.accordion-button:focus {
    box-shadow: none;
}
.accordion-body {
    color: var(--primary-text-color);
}
.accordion-button:not(.collapsed) {
    color: var(--gold-bg-color);
    background-color: rgba(237, 197, 32, 0.1);
}
.accordion-button {
    background-color: rgba(237, 197, 32, 0.1);
    color: var(--primary-text-color);
}
footer {
    background: url(../img/footerbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0 0 0;
}
footer p {
    color: var(--primary-text-color);
    font-size: 16px;
    opacity: 0.8;
}
footer h6 {
    color: var(--primary-text-color);
    margin: 0;
    font-size: 24px;
    padding-bottom: 10px;
}
.copyrights_mglion {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #ccc;
}

@media screen and (min-width: 1680px) {
    .container {
        max-width: 1580px;
    }
}
@media screen and (max-width: 1680px) { 
    .about_section_inner {
        padding: 80px 80px;
        width: 80%;
    }
    .about_section_inner .animated-ic {
        left: 0;
    }
    .about_section_inner .animated-ic span.ic1 {
        left: -190px;
        top: -120px;
    }
    .about_section_inner .animated-ic span.ic2 {
        right: -120px;
        top: -130px;
    }
    .about_section_inner .animated-ic span.ic3 {
        left: -150px;
        bottom: -100px;
    }
    .about_section_inner .animated-ic span.ic4 {
        right: -65px;
        bottom: 0;
    }
    .animated-ic span.ic8 {
        opacity: 0.5;
    }
    .animated-ic span.ic6 {
        left: -20px;
        top: -170px;
    }
    .animated-ic span.ic9 {
        right: 0;
        bottom: -100px;
    }
    .w-100xx {
        max-width: 90%;
    }
    .steps_inner_set p,
    .sub-line {
        font-size: 14px;
    }
    .steps_inner_set .card h5 {
        font-size: 18px;
    }
    .steps_inner_set .card {
        padding: 16px;
    }
}
@media screen and (max-width: 1399px) {
    .container {
        max-width: 96%;
    }
    .set-radius {
        max-width: 100%;
        padding: 20px;
    }
    .animated-ic span.ic9 {
        display: none;
    }
}
