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: 'aller_displayregular';
    overflow-x: hidden;
    background: #020206;
}

@font-face {
    font-family: 'aller_displayregular';
    src: url('../fonts/allerdisplay.woff2') format('woff2'),
        url('../fonts/allerdisplay.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'aller_displayregular';
}

p {
    line-height: 1.6;
    margin: 0 0 1.8em 0;
    font-size: 0.9em;
    font-family: "Akshar", sans-serif;
}

a,
button {
    outline: none;
    transition: all 0.5s ease-out;
    font-family: "Akshar", 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: 1620px;
    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 70px 0;
    margin: 0 0 0 0;
    background: url(../images/hero_bg.jpg) no-repeat center top;
}

.navbar-collapse {
    align-items: center;
    justify-content: flex-end;
}

.navbar {
    padding: 0.5em 0 0 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    padding: 0 22px;
    font-weight: 400;
    letter-spacing: 1px;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #e86e5d
}

.orange {
    color: #e86e5d !important;
}

a.download_btn {
    display: inline-block;
    font-size: 20px;
    padding: 16px 30px;
    color: #020206;
    line-height: 1;
    border-radius: 100px;
    background: rgba(178, 52, 121, 1);
    background: -moz-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178, 52, 121, 1)), color-stop(100%, rgba(207, 114, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: linear-gradient(to right, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23479', endColorstr='#cf7234', GradientType=1);
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a.download_btn:hover {
    background: rgba(207, 114, 52, 1);
    background: -moz-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 114, 52, 1)), color-stop(100%, rgba(178, 52, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: linear-gradient(to right, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf7234', endColorstr='#b23479', GradientType=1);
    text-decoration: none;
    color: #020206;
}

.navbar-nav .nav-item {
    position: relative;
}

.hero-slider {
    width: 100%;
    display: inline-block;
    padding: 50px 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: 56px;
    color: #fff;
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 500;
}

.hero-slider .slogan h6 {
    font-size: 2em;
}

.hero-slider .slogan p {
    padding: 1em 0 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 1em;
}

.download-now img,
.play-now img {
    max-width: 25px;
}

.download-now {
    display: inline-flex;
    font-size: 16px;
    padding: 16px 20px;
    color: #020206;
    line-height: 1;
    border-radius: 100px;
    background: rgba(178, 52, 121, 1);
    background: -moz-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178, 52, 121, 1)), color-stop(100%, rgba(207, 114, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: linear-gradient(to right, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23479', endColorstr='#cf7234', GradientType=1);
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    width: 200px;
    text-align: center;
    /* margin-right: 1em; */
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}

.download-now:hover {
    background: rgba(207, 114, 52, 1);
    background: -moz-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 114, 52, 1)), color-stop(100%, rgba(178, 52, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: linear-gradient(to right, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf7234', endColorstr='#b23479', GradientType=1);
    text-decoration: none;
    color: #020206;
}

.play-now {
    display: inline-flex;
    font-size: 16px;
    padding: 14px 20px;
    color: #e86e5d;
    line-height: 1;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 30px;
    text-transform: uppercase;
    width: 170px;
    text-align: center;
    margin-left: 10px;
    background: linear-gradient(#070513, #060411) padding-box, linear-gradient(to right, #ac3579, #c77229) border-box;
    border-radius: 50em;
    border: 2px solid transparent;
    align-items: center;
    column-gap: 8px;
    justify-content: center;
}

.play-now:hover {
    text-decoration: none;
    color: #e86e5d;
}

.footerwrapper ul.social_menu {
    padding: 0 0;
}

ul.social_menu {
    width: auto;
    list-style-type: none;
    display: inline-block;
    margin: 0;
    padding: 0 0 0 25px;
}

ul.social_menu li {
    display: inline-block;
    padding: 0 6px;
}

#middelwrapper {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}


.be_control_section {
    width: 100%;
    display: inline-block;
    background: url(../images/footer_bg.jpg) repeat left top;
    padding: 100px 0;
}

.be_control_section h2 {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 38px;
    color: #fff;
    text-align: center;
}

.control_box_part {
    width: 100%;
    display: inline-block;
    padding: 50px 0 0 0;
}

.control_box_part .controlbox {
    width: 100%;
    display: inline-block;
    padding: 2em;
    background: rgba(32, 32, 32, 1);
    background: -moz-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(23, 23, 23, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(32, 32, 32, 1)), color-stop(100%, rgba(23, 23, 23, 1)));
    background: -webkit-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(23, 23, 23, 1) 100%);
    background: -o-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(23, 23, 23, 1) 100%);
    background: -ms-linear-gradient(top, rgba(32, 32, 32, 1) 0%, rgba(23, 23, 23, 1) 100%);
    background: linear-gradient(to bottom, rgba(32, 32, 32, 1) 0%, rgba(23, 23, 23, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#202020', endColorstr='#171717', GradientType=0);
    border-radius: 40px;
    -webkit-box-shadow: 0px -3px 0px 0px rgba(117, 117, 117, 1);
    -moz-box-shadow: 0px -3px 0px 0px rgba(117, 117, 117, 1);
    box-shadow: 0px -3px 0px 0px rgba(117, 117, 117, 1);


}

.control_box_part .controlbox h4 {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 30px;
}

.control_box_part .controlbox .line {
    width: 100%;
    display: inline-block;
    padding: 10px 0 15px 0;
}

.control_box_part .controlbox p {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 1.2em;
    margin: 0;
    line-height: 26px;
}

.control_box_part .controlbox .icon {
    padding: 0 0 20px 0;
    display: inline-block;
}

.process_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: #0a0a0a;
}

.process_part {
    width: 100%;
    display: flex;
    padding: 0px 0 0 0;
}

.procces_box {
    width: 100%;
    display: block;
    padding: 1.5em 2em;
    background: rgba(33, 33, 33, 1);
    background: -moz-linear-gradient(left, rgba(33, 33, 33, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(33, 33, 33, 1)), color-stop(100%, rgba(25, 25, 25, 1)));
    background: -webkit-linear-gradient(left, rgba(33, 33, 33, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -o-linear-gradient(left, rgba(33, 33, 33, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: -ms-linear-gradient(left, rgba(33, 33, 33, 1) 0%, rgba(25, 25, 25, 1) 100%);
    background: linear-gradient(to right, rgba(33, 33, 33, 1) 0%, rgba(25, 25, 25, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#212121', endColorstr='#191919', GradientType=1);
    border-radius: 160px;
    max-width: 260px;
    margin: 0 auto;
    text-align: center;
    height: 100%;
    position: relative;
}

.before_arrow::before {
    position: absolute;
    left: -80%;
    top: 50%;
    content: '';
    background: url(../images/arrow_gray.png) no-repeat left top;
    width: 128px;
    height: 12px;
    transform: translateY(-50%);
}

.procces_box .round {
    width: 120px;
    height: 120px;
    display: inline-block;
    line-height: 120px;
    background: #2f2f2f;
    border-radius: 100px;
}

.procces_box .title {
    width: 100%;
    display: inline-block;
    font-size: 3em;
    background: linear-gradient(to top, #C8712C 0%, #B03977 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.procces_box h6 {
    width: 100%;
    display: inline-block;
    font-size: 1.3em;
    padding: 20px 0 10px;
}

.procces_box p {
    width: 100%;
    display: inline-block;
    font-size: 0.9em;
    padding: 0 0 30px 0;
    margin: 0;
    line-height: 20px;
}

.about_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: url(../images/hero_bg.jpg) no-repeat center top;
}

.about_part {
    width: 100%;
    display: flex;
    align-items: center;
}

.about_part .info {
    width: 100%;
    display: inline-block;
    padding: 0 0 0 50px;
}

.about_part .info h3 {
    width: 100%;
    display: inline-block;
    padding: 0 0 20px 0;
    font-size: 44px;
    color: #fff;
}

.about_part .info p {
    width: 100%;
    display: inline-block;
    padding: 0;
    font-size: 1em;
    color: #fff;
    line-height: 26px;
    text-transform: capitalize;
}

a.about_playnow {
    display: inline-block;
    font-size: 18px;
    padding: 14px 50px;
    color: #020206;
    line-height: 1;
    border-radius: 100px;
    background: rgba(178, 52, 121, 1);
    background: -moz-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(178, 52, 121, 1)), color-stop(100%, rgba(207, 114, 52, 1)));
    background: -webkit-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -o-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: -ms-linear-gradient(left, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    background: linear-gradient(to right, rgba(178, 52, 121, 1) 0%, rgba(207, 114, 52, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b23479', endColorstr='#cf7234', GradientType=1);
    font-family: "Akshar", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

a.about_playnow:hover {
    background: rgba(207, 114, 52, 1);
    background: -moz-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(207, 114, 52, 1)), color-stop(100%, rgba(178, 52, 121, 1)));
    background: -webkit-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -o-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: -ms-linear-gradient(left, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    background: linear-gradient(to right, rgba(207, 114, 52, 1) 0%, rgba(178, 52, 121, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf7234', endColorstr='#b23479', GradientType=1);
    text-decoration: none;
    color: #020206;
}

ul.insta_list {
    width: 100%;
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    gap: 20px;
}

ul.insta_list li {
    display: inline-block;
}

ul.insta_list li img {
    border-radius: 12px;

}

.slider_section {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
    background: url(../images/hero_bg.jpg) no-repeat left top;
}

.owl-item .item {
    transform: translate3d(0,
            0,
            0);
    transform: scale(0.9);

    transition: all .25s ease-in-out;
    margin: 0 0;
}

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

.screenshot_slider .owl-nav {
    text-align: center;
    margin: 40px 0 0;
}

.screenshot_slider .owl-nav button {
    font-size: 38px !important;
    margin: 0 10px;
    color: #ffffff !important;
}

.slider {
    width: 100%;
    display: inline-block;
}

.slider .owl-dots {
    display: none;
}

.slider button:focus {
    outline: 0;
    outline: 0;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}



.footerwrapper {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 40px 0 20px 0;
    background: url(../images/footer_bg.jpg) repeat left top;
}

.footer {
    width: 100%;
    display: inline-block;
    /* padding: 0 0 40px 0; */
}

.footer .footer_col1 p {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 0 1em 0;
    letter-spacing: 1px;
}

.footer .footer_col1 .social_menu {
    padding: 60px 0 0 0;
}

ul.footer_menu {
    width: auto;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer_menu li {
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

ul.footer_menu li a {
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 0 0;
    letter-spacing: 1px;
    font-weight: 400;
}

ul.footer_menu li a:hover {
    color: #e86e5d;
    text-decoration: none;
}

.footer h5 {
    font-size: 1.4em;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px;
}

.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: 'Poppins', sans-serif;
}

.footerwrapper .download-now img {
    padding-right: 15px;
}

.footer_col4 {
    float: right;
}

.footer_col2 {
    padding-left: 30px;
}

.footerwrapper .download-now:hover {
    background: #a160fb;
    text-decoration: none;
    color: #04080f;
}

.copyright {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #404040;
    padding: 20px 0 0 0;
    margin-top: 30px;
}

.copyright p {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    letter-spacing: 1px;
}

ul.footer_copyright_menu {
    width: auto;
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.footer_copyright_menu li {
    width: auto;
    display: inline-block;
    padding: 0 5px;
}

ul.footer_copyright_menu li a {
    font-size: 1.2em;
    color: #fff;
    padding: 0 0 0 0;
    letter-spacing: 1px;
    font-weight: 400;
}

ul.footer_copyright_menu li a:hover {
    color: #e86e5d;
    text-decoration: none;
}



h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    line-height: 1.2;
    color: var(--black);    
}

h6 {
    font-size: 20px;
}

.inner-headerwrapper {
    padding: 0 0 20px 0 !important;
}

.common_pg_section {
    padding: 80px 0;
}

.common_pg_section .section-heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
}

.common_pg_section .section-heading h2 {
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
}

.common_pg_section p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.common_pg_section ul {
    padding-left: 25px;
}
.common_pg_section ul li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    font-family: "Akshar", sans-serif;
}



.inner-page-content h6{
    color: #ac3579;
    font-size: 28px;
    width: 100%;
    display: inline-block;
    padding: 0 0 0px 0;
}
.inner-page-content a{
    color: #ac3579;
    text-decoration: none;
}
.inner-page-content ul.list {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 0 0 20px 0;
    list-style-type: none;
}
.inner-page-content ul.list li{
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 6px 0;
    font-weight: 400;
    text-transform: capitalize;
}
.contact_page_section {
    display: flex;
    width: 100%;
}
.contact_page_section .left{
    width: 50%;
}
.contact_page_section .right{
    width: 50%;
}
.map iframe {
    min-height: 450px;
    border: 10px solid #ffffff2b !important;
}

/* How to play page ***********************************************/
.how-to-play p b {
    color: #ac3579;
}
.how-to-play .result-image-bx img {
    margin: 20px 10px 30px 10px;
    max-width: 50%;
    width: 100%;
}

.form-control-common {
    font-size: 16px;
    color: #ac3579;
    background: var(--white);
    padding: 14px 8px;
    width: 100%;
    appearance: textfield;
    box-shadow: none;
    resize: none;
    outline: none;
    box-sizing: border-box;
}

button:focus {
    outline: 0;
}
