body,
html {
    height: 100%;
}

html {
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    font-family: "Signika Negative", sans-serif;
    overflow-x: hidden;
    background: #0f2e62;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Signika Negative", sans-serif;
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
    font-family: "Signika Negative", sans-serif;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
    font-family: "Signika Negative", sans-serif;
}

img.w-100 {
    height: auto;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

button:hover,
.btn-primary:hover,
button:focus,
.btn-primary:focus {
    border-color: none !important;
}

img {
    max-width: 100%;
}

.transition {
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 21;
    top: 0;
    background: #ffffffa3;
    transition: opacity ease-in-out 0.5s, z-index ease-in-out 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.transition.hide {
    opacity: 0;
    z-index: -1;
    display: none;
}

.container {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
}

#mainwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#headerwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 100px 0;
    margin: 0 0 0 0;
    background: url(../images/hero_bg.jpg) no-repeat center top;
}

.navbar-collapse {
    align-items: center;
    justify-content: end;
}

.navbar {
    padding-top: 1em;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding: 0 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 2.6rem;
    line-height: inherit;
    white-space: nowrap;
    color: #faaf40;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #f0ac13;
}

a.download_btn {
    display: inline-block;
    font-size: 20px;
    padding: 16px 30px;
    color: #04080f;
    line-height: 1;
    border-radius: 100px;
    background: #0ecdb9;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

a.download_btn:hover {
    background: #a160fb;
    text-decoration: none;
    color: #04080f;
}

.navbar-nav .nav-item {
    position: relative;
}

.hero-slider {
    width: 100%;
    display: inline-block;
    padding: 55px 0 0 0;
}

a.support {
    background: #1f1f1f;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    margin: 0 20px 0 0;
}

a.support:hover {
    background: #f0ba12;
}

.hero_banner {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    text-align: right;
}

.hero-slider .row {
    justify-content: center;
    align-items: center;
}

.hero-slider .slogan {
    float: left;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 680px;
}

.hero-slider .slogan h1 {
    padding: 0 0 0 0;
    font-size: 70px;
    color: #f0ac13;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 900;
}

.hero-slider .slogan p {
    padding: 0 0 0 0;
    font-size: 26px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.download-now {
    display: inline-block;
    font-size: 20px;
    padding: 18px 50px;
    color: #fff;
    line-height: 1;
    border-radius: 100px;
    background: #f0ac13;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 40px auto 60px auto;
}

.download-now:hover {
    background: #1b4c93;
    text-decoration: none;
    color: #fff;
}

#middelwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.about_section {
    width: 100%;
    display: inline-block;
    padding: 80px 0 90px 0;
}

.about_section .row {
    align-items: center;
}

.about_content {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.about_content h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 10px 0;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
}

.about_content h6 {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
    font-size: 30px;
    color: #0ecdb9;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.about_content p {
    width: 100%;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 8px 0;
}

.steps-towards-section {
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

.icons-sh {
    position: relative;
}

.steps-data {
    position: absolute;
    top: 24%;
    left: 34%;
}

.steps-data p {
    font-size: 14px !important;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.steps-data h6 {
    color: #f0ac13;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 20px;
    text-transform: uppercase;
}

.steps-data p {
    padding-top: 14px;
    padding-right: 0px;
    font-size: 12px;
    font-weight: 400;
    font-family: 'Exo', sans-serif;
    color: #e0e0e0;
    margin-left: 18px;
    text-align: left !important;
}

.lower-steps-section {
    padding-bottom: 80px;
}

.lower-steps-section h3 {
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    font-size: 1.7em;
    letter-spacing: 1px;
    padding-bottom: 25px;
}

.steps-button {
    padding: 50px 0;
}

.steps-button a {
    padding: 25px 70px;
    background: linear-gradient(89.92deg, #c4257f 0.03%, #d7455a 106.53%);
    color: #fff;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0px 4px 44px rgb(98 45 110);
}


.playarea_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0 0px 0;
    background: url(../images/purple_shap.png) no-repeat right top;
}

.playarea_section .container{
    max-width: 92%;
}

.playarea_section .row {
    align-items: center;
}

.playarea_content {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
}

.playarea_content h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0px 0;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
}

.playarea_content p {
    width: 100%;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 28px;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 8px 0;
}

.playarea_content h6 {
    width: 100%;
    display: inline-block;
    padding: 0 0 40px 0;
    font-size: 30px;
    color: #0ecdb9;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}

.playaera_content_list {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    text-align: right;
}

.playaera_content_list .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    list-style-type: none;
    justify-content: center;
}

.playaera_content_list .list li {
    width: 290px;
    display: flex;
    padding: 30px 20px;
    margin: 15px 15px;
    background: #0e173e;
    border-radius: 100%;
    height: 290px;
    align-items: center;
    justify-content: center;
}

.playaera_content_list .list li:nth-child(2),
.playaera_content_list .list li:nth-child(4) {
    position: relative;
    top: 0px;
}

.playaera_content_list .list li .icon {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 0 0 20px 0;
}

.playaera_content_list .list li h3 {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px 0;
}

.playaera_content_list .list li p {
    width: 100%;
    text-align: center;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 22px;
}

.favourite_games_section {
    width: 100%;
    display: inline-block;
    padding: 80px 0 0px 0;
}

.favourite_games_section h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
}
.hero-slider .slogan a.download-now {
    margin-top: 0;
    margin-bottom: 0;
}
.about_content a.download-now {
    margin-bottom: 0;
}
.playarea_content a.download-now {
    margin-bottom: 0;
}

.favourite_games_section p {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-align: center;
}

.favourite_box {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 40px 15px;
    border-radius: 12px;
    text-align: center;
    background: #353b68;
}

.favourite_box img {
    border-radius: 12px;
}

.favourite_box h5 {
    font-size: 30px;
    font-weight: 700;
    margin: 25px 0;
    display: inline-block;
    width: 100%;
}

.favourite_box .download-now {
    margin: 0;
    background: #0ecdb9;
}

.favourite_box .download-now:hover {
    background: #a160fb;
    text-decoration: none;
    color: #04080f;
}

.about_section.gaming_section {
    padding: 90px 0 90px 0;
    border-bottom: 4px solid #3773c352;
}

.about_section.gaming_section .about_content h6 {
    padding-bottom: 15px;
}

.book_profits_section {
    width: 100%;
    display: inline-block;
    padding: 90px 0;
    background: #2c2854 url(../images/partner_bg.jpg) no-repeat center top;
}

.book_profits_section h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 20px 0;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    margin: 0;
}
.book_profits_section p {
    width: 100%;
    display: inline-block;
    padding: 0 0 60px 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-align: center;
}

.book_profits_section h6 {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    font-size: 30px;
    color: #0ecdb9;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-align: center;
}

.profits_box {
    width: 100%;
    display: inline-block;
    padding: 30px 20px;
    background: #fff;
    border: 2px solid #ffffff;
    border-radius: 0px;
    height: 100%;
    text-align: center;
}

.profits_box .icon {
    display: inline-block;
    padding: 0 0 0 0;
    text-align: center;
    margin: 20px auto;
    background: #f0ac13;
    padding: 28px 36px;
    border-radius: 0px;
}

.profits_box h5 {
    width: 100%;
    display: inline-block;
    padding: 20px 0 20px 0;
    font-size: 25px;
    color: #113674;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.profits_box p {
    width: 100%;
    display: inline-block;
    padding: 0 0 0px 0;
    font-size: 18px;
    color: #001c26;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-align: center;
    line-height: 26px;
}
.owl-stage{
    display: flex;
}
.owl-carousel .item{
    height: 100%;
}

.profits_box img {
    width: auto !important;
    max-width: 100%;
    display: inline-block !important;
}

.owl-nav {
    display: none;
}

.profit .owl-dots {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: -1em;
    display: block !important;
}

.profit .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #114499;
    display: inline-block;
    border-radius: 100px;
    margin: 0 0.3em;
    transition: all 0.5s ease-out;
    opacity: 0.9;
}

.profit .owl-dot.active {
    border: 0 !important;
    background: #f0ac13 !important;
    transition: all 0.5s ease-out;
}

.profit button:focus {
    outline: 0;
    outline: none;
}

.faq_section {
    width: 100%;
    display: inline-block;
    padding: 90px 0 90px 0;
}

.faq_section h2 {
    width: 100%;
    display: inline-block;
    padding: 0 0 60px 0;
    font-size: 60px;
    color: #fff;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    margin: 0;
}

.faq_section h6 {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
    font-size: 30px;
    color: #0ecdb9;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
    text-align: center;
}

.faq {
    width: 100%;
    display: inline-block;
    padding: 0px 0;
}




.accordion .card {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}
.accordion .card-header {
    padding: 10px 30px;
    border-radius: 0;
    border-bottom: 0;
    background-color: transparent;
}
.accordion .btn.btn-link {
    padding: 16px 15px 10px 15px;
    text-decoration: none;
    color: #001d49;
    font-family: "Signika Negative", sans-serif;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    width: 100%;
    white-space: normal;
    text-align: left;
}
.accordion .card-body p {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    color: #001d49;
    margin-bottom: 0;
}
.accordion .card-body {
    padding: 0px 42px 30px 42px;
}
.accordion .fa {
    color: #f0ac13;
}

.footerwrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0;
    background: #011940;
}

.footerwrapper .download-now {
    display: inline-block;
    font-size: 30px;
    padding: 18px 50px;
    color: #04080f;
    line-height: 1;
    border-radius: 100px;
    background: #0ecdb9;
    font-weight: 600;
    margin-top: 0px;
    font-family: "Signika Negative", sans-serif;
}

.footerwrapper .download-now img {
    padding-right: 15px;
}

.footerwrapper .download-now:hover {
    background: #a160fb;
    text-decoration: none;
    color: #04080f;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.copyright p {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    margin: 0;
}


.footer-section {
    background-image: url('../images/footer_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0;
    position: relative;
}

.logo_f {
    font-size: 38px;
    color: #faaf40;
    font-weight: 800;
}

.logo_f:hover {
    color: #fff;
    text-decoration: none;
}

.footer-menus {
    padding: 25px 0;
    /*border-bottom: 0.5px solid #424242;*/
    margin: 0 150px;
}

.footer-menus ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menus ul li {
    display: inline-block;
    margin: 0 20px;
}

.footer-menus ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.footer-menus ul li a:hover {
    color: #faaf40;
}

.footer-content-show {
    padding: 25px 0;
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
}

.single-footer-content {
    border-right: 1px solid #ffffff;
    padding-right: 90px;
    margin-right: 90px;
}
.socials a{
    padding: 0 5px;
}
.mr_right{
    margin-right: 0;
}
.pdr_right{
    padding-left: 0 !important;
}

.footer-class-check .single-footer-content:last-child {
    border-right: 1px solid transparent;
    padding-right: 0;
    padding-left: 80px;
}

.box-icons {
    height: 40px;
    width: 40px;
    background: #f0ac13;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    box-shadow: 0px 4px 44px rgba(255, 255, 255, 0.53);
}

.box-icons i {
    color: #fff;
}

.box-content p {
    color: #fff;
    font-weight: 400;
    font-size: 13px;
    margin: 0;
}

.box-content p a {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
}

.box-content span {
    display: block;
    line-height: 15px;
}

.box-content span a {
    color: #f0ac13;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-copy-rights {
    padding-top: 25px;
}

.footer-copy-rights p {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
}
.footer-content-show .justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: center !important;
}

.cards-coins-abs-img {
    transition: all 1s ease 0s;
}

.cards-coins-abs-img-animation {
    transform: translate(0, 0);
    opacity: 1;
}

.cards-coins-abs-img-anim {
    transform: translate(-10px, 15px);
}

.poker-coins_bitcoins-image {
    transition: all 1s ease 0s;
}

.poker-coins_bitcoins-image-animation {
    transform: translate(0, 0);
    opacity: 1;
}

.poker-coins_bitcoins-image-anim {
    transform: translate(-20px, 5px);
}