* {
    padding: 0;
    margin: 0;
    border: none;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

strong,
b {
    font-weight: 700
}

em,
i {
    font-style: italic
}

u {
    text-decoration: underline
}

a {
    text-decoration: none;
    transition: color .4s ease-in-out
}

:focus {
    outline: none
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none !important
}

button[type="button"]:focus {
    outline: none
}

/* 1.1 SVG default css*/

svg:not(:root).svgImg {
    overflow: visible
}

.svgImg {
    display: inline-block;
    font-size: inherit;
    width: 1em;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-icons {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

/*SVG default css*/

img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

p {
    font: 400 16px/1.4 "Poppins", sans-serif;
    color: #000000;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

a {
    color: #000;
}

a:hover {
    color: #0086f5;
}

html {
    font-size: 16px;
}

body {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #000000;
    background-color: #ffffff;
    position: relative;
}

.trans {
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.wrapper {
    display: block;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}

.container {
    max-width: 1296px;
    padding: 0 15px;
}

.container-fluid {
    max-width: 1450px;
    padding: 0 15px;
}

/* Buttons */

.btn {
    display: inline-block;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    background: #cf2f41;
    min-width: 204px;
    border-radius: 100px;
    padding: 11px 38px;
    position: relative;
    letter-spacing: 2px;
    overflow: hidden;
    transition: color 0.4s ease-in-out, border 0.4s ease-in-out, background-color 0.4s ease-in-out, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
    text-transform: uppercase;
}

.btn:hover {
    background-color: #14247b;
    color: #fff;
    transform: translateY(-5px);
}

.btn.btn-green {
    background-color: #1a980f;
    color: #fff;
}

.btn:focus {
    box-shadow: none;
}

/*  Slick slider */

.slick-slide {
    outline: none;
}

.slick-dots {
    display: block;
    text-align: center;
    margin-top: 35px;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    width: auto;
    list-style: none;
    padding: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    border: none;
    background: #c5c7c2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    outline: none;
    position: relative;
}

.slick-dots li.slick-active button {
    background: #000;
}

.homeSlider .slick-dots {
    bottom: 40px;
    margin-top: 0;
    position: absolute;
    bottom: 50px;
}

.homeSlider .slick-dots li button {
    width: 50px;
    border-radius: 10px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
}

.homeSlider .slick-dots li.slick-active button {
    background: #ffffff;
}

/*---cms-Con---*/

.cmsCon {
    display: block;
    width: 100%;
    color: #000;
    text-transform: capitalize;
}

.cmsCon p {
    display: block;
    margin-bottom: 20px;
    color: #000;
    line-height: 1.3;
    font-weight: 400;
    font-size: 16px;
}

.cmsCon p a {
    text-transform: initial;
}

.cmsCon ul {
    list-style: none;
    font-size: 0;
    margin-bottom: 30px;
}

.cmsCon ul li {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.cmsCon ul li:before {
    content: "";
    width: 9px;
    height: 9px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
    background: #000;
}

.cmsCon ul li:last-child {
    margin-bottom: 0;
}

.cmsCon ul li ul li {
    padding-left: 16px;
}

.cmsCon ul li ul li:before {
    width: 0.8rem;
    height: 2px;
    border-radius: 0;
    top: 10px;
}

.cmsCon h1 {
    font-size: 50px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h3 {
    font-size: 35px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h4 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h5 {
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon h6 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    display: block;
    margin-bottom: 30px;
    padding-top: 0;
    text-transform: capitalize;
}

.cmsCon iframe {
    width: 100%;
    height: 500px;
}

.cmsCon .alignleft {
    float: left;
    width: auto;
    max-width: 50%;
    margin: 0 30px 30px 0;
}

.cmsCon .alignright {
    float: right;
    width: auto;
    max-width: 50%;
    margin: 0 0 30px 30px;
}

.cmsCon .aligncenter {
    width: auto;
    max-width: 100%;
    margin: 68px auto 66px;
    text-align: center;
}

.cmsCon .aligncenter.mb-100 {
    margin-bottom: 100px;
}

.cmsCon .mb-70 {
    margin-bottom: 70px;
}

.cmsCon .aligncenter img {
    margin: auto;
}

.cmsCon hr {
    background: #ccc;
    height: 17px;
    opacity: 1;
    margin: 55px 0;
}

.cmsCon ol {
    padding: 0;
    display: inline-block;
    counter-reset: cmscon-counter;
    list-style-type: none;
}

.cmsCon ol li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    color: #000;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0;
}

.cmsCon ol li:before {
    counter-increment: cmscon-counter;
    content: "" counter(cmscon-counter) ".";
    line-height: 1.3;
}

.cmsCon ol li ul {
    margin-top: 30px;
}

.cmsCon ol li ul li {
    padding-left: 24px;
    position: relative;
}

.cmsCon ol li ul li:before {
    counter-increment: none;
    content: no-close-quote;
}

.cmsCon ul.half li {
    width: 50%;
    display: inline-block;
}

.cmsCon p b {
    margin-bottom: 0;
    display: inline;
    font-size: 16px;
    margin-bottom: 15px;
    display: inline-block;
    margin-bottom: 0;
}

.cmsCon a {
    transition: color 0.4s ease-in-out;
    color: #32bdae;
}

.cmsCon a:hover {
    color: #000;
}

.cmsCon p a {
    transition: color 0.4s ease-in-out;
    color: #32bdae;
    font-weight: 500;
}

.cmsCon p a:hover {
    color: #000;
}

.cmsCon p a.btn:hover {
    color: #000;
}

/*---cms-Con---*/

.sec-head {
    position: relative;
}

.sec-title {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    display: block;
}

.sec-title-lg {
    color: #14247b;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    display: block;
}

.common-sec {
    position: relative;
    padding: 115px 0;
}

/* header-start */

.header-main {
    display: block;
    width: 100%;
    padding: 42px 214px 42px 310px;
    position: absolute;
    z-index: 1;
}

.sidebar-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #000;
    z-index: 998;
    transition: visibility 0 linear 0.4s, opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    height: 100vh;
}

.site-logo {
    max-width: 200px;
    height: 100%;
    display: block;
}

.navigationBar {
    margin-left: 30px;
    display: inline-block;
}

.menuMain {
    display: inline-block;
    width: auto;
    margin: 0;
}

.m_menuLogo {
    display: none;
}

.m-header-btn {
    display: none;
}

.menuMain ul {
    display: inline-block;
}

.menuMain li {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 0 15px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.menuMain li a {
    display: block;
    color: #fff;
    transition: all 0.4s ease-in-out;
    padding: 10px 0;
    position: relative;
}

.menuMain li a:hover {
    color: #cf2f41;
}

.header-btn {
    display: inline-block;
    padding-left: 85px;
}

.header-main.has_sticky {
    z-index: 99;
    position: fixed;
    padding: 20px 100px;
    left: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.6);
    background: #14247b;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.header-main.has_sticky .btn:hover {
    background-color: #000;
}

.menuIcon {
    display: none;
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0px;
    margin-top: 0px;
    margin-left: 35px;
    color: #fff;
}

.menuIcon span {
    display: block;
    width: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    margin: auto;
}

.menuIcon span:before {
    content: "";
    width: 30px;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    width: 80%;
}

.menuIcon span:after {
    content: "";
    width: 30px;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 2px;
    background: currentColor;
    width: 80%;
}

.header-main.has_sticky .header-btn {
    padding-left: 40px;
}

.header-main.has_sticky .header-btn .btn:hover {
    background-color: #cf2f41;
}

/* header-end */

.banner-sec {
    position: relative;
    background-image: url(../img/banner-img.jpg);
    background-repeat: no-repeat;
    height: 740px;
    background-size: contain;
}

.banner-inner-img {
    width: 934px;
    height: 816px;
    display: block;
    position: absolute;
    top: 20px;
    right: 90px;
}

.banner-wrap {
    padding-top: 300px;
    padding-left: 300px;
}

.banner-inner-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.mobile-banner-sec {
    display: none;
}

.banner-con .sec-head {
    max-width: 90%;
}

.banner-con .sec-head span {
    border-radius: 50px;
    background: #cf2f41;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 8px 17px;
}

.banner-con .sec-head .sec-title {
    margin-top: 22px;
}

.banner-desc {
    max-width: 50%;
    position: relative;
    margin-top: 12px;
}

.banner-desc::before {
    content: "";
    width: 58px;
    height: 1px;
    background-color: #fff;
    display: block;
}

.banner-desc p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    display: block;
    padding-top: 10px;
}

.whatapp-btn {
    display: flex;
    align-items: center;
    max-width: 243px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: normal;
    padding: 8px 20px;
    justify-content: space-between;
    margin-top: 45px;
    line-height: 1;
}

.whatapp-btn img {
    filter: invert(1);
    width: 36px;
    height: 36px;
}

.exchange-sec {
    text-align: center;
    padding: 115px 0 85px;
}

.exchange-sec .sec-head .sec-title-lg span {
    color: #cf2f41;
}

.exchange-con-title {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    display: block;
    padding-top: 22px;
    padding-bottom: 42px;
}

.exchange-desc {
    max-width: 80%;
    margin: 32px auto 0;
}

.exchange-desc p {
    font-size: 18px;
    font-weight: 400;
}

.why-choose-sec {
    background-image: url(../img/why-choose-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative;
    text-align: center;
}

.why-choose-sec .sec-title-lg {
    color: #fff;
}

.why-choose-con {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.why-choose-item {
    width: 25%;
    padding: 0 12px;
}

.why-choose-item-box {
    background-color: #fff;
    border-radius: 10px;
    min-height: 272px;
    width: 100%;
    padding-top: 63px;
}

.why-choose-item-img {
    width: 120px;
    height: 120px;
    margin: auto;
}

.why-choose-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.why-choose-item-box span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 30px;
    display: block;
}

.how-to-play-sec {
    padding: 65px 0 100px;
    text-align: center;
}

.how-to-play-sec .sec-head {
    margin-bottom: 30px;
}

.how-to-play-sec .sec-title-lg {
    color: #cf2f41;
}

.how-to-play-sec .how-to-play-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.how-to-play-sec .how-to-play-box span {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    padding-top: 20px;
    display: block;
}

.footer-top {
    border-radius: 20px 20px 0px 0px;
    background: #cf2f41;
    max-width: 696px;
    padding: 12px 45px;
    margin: auto;
}

.footer-top span {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.footer-main {
    display: block;
    width: 100%;
    background: #14247b;
    padding: 60px 0;
}

.foot-box .whatapp-btn {
    margin-top: 0;
    font-weight: 600;
}

.foot-contact {
    position: relative;
    margin-top: 30px;
}

.foot-contact a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding-left: 28px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.4s ease-in-out;
}

.foot-contact a:hover,
.foot-con ul li a:hover {
    color: #cf2f41;
}

.foot-contact img {
    filter: invert(1);
    position: absolute;
    left: 0;
    top: 4px;
    width: 17px;
    height: 17px;
}

.foot-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding-bottom: 32px;
}

.foot-con ul {
    padding: 0;
    margin: 0;
    font-size: 0;
}

.foot-con ul li {
    display: block;
    position: relative;
    margin-bottom: 16px;
}

.foot-con ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    display: block;
    transition: all 0.4s ease-in-out;
}

.operate-age {
    display: flex;
    justify-content: end;
}

.operate-age-img {
    width: 90px;
    height: 90px;
    margin-top: 40px;
}

.operate-age-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-disclaimer {
    background-color: #2a3a88;
    padding: 30px 60px;
    margin-top: 60px;
    text-align: center;
}

.footer-disclaimer-title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    display: block;
    padding-bottom: 23px;
}

.footer-disclaimer p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 93%;
    margin: auto;
}

.t-header {
    background-color: #14247b;
    position: unset;
    padding: 30px 214px 30px 310px;
}

.terms-conditions-sec,
.privacy-policy-sec,
.responsible-gaming-sec {
    padding: 60px 0;
}

/* thank-you-page */

.thank-you-sec .btn {
    padding: 15px 20px;
}

.thank-you-content .cmsCon {
    margin: 18px 0;
}

.thank-you-sec {
    padding: 70px 0;
}

.thank-you-img img {
    height: 170px;
    object-fit: cover;
    margin: 0 auto;
}

.thank-you-sec .sec-head .sec-title {
    font-weight: 600;
    font-size: 50px;
    line-height: 1.2;
    color: #000;
}

.thank-you-img {
    margin-bottom: 30px;
}

.form-sec {
    text-align: left;
    background: #14247b;
    padding: 30px;
    color: #fff;
    border-radius: 4px;
}

.form-sec .form-group {
    margin-bottom: 15px;
}

.form-header h3 {
    margin: 0 0 5px;
    padding: 0;
    color: #fff;
}

.form-header p {
    color: #fff;
    font-size: 14px;
}

.form-header {
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}

.form-group label sub {
    color: #cf2f41;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
}

.form-group label.error {
    color: #cf2f41;
    font-size: 12px;
}

.form-sec .btn:hover {
    background: #fff;
    color: #14247b
}

.form-sec textarea {
    height: 120px;
    resize: none;
}

@media only screen and (max-width: 991px) {
    .form-sec {
        max-width: 550px;
        margin: 40px auto 0;
    }
}