/*
------------------

Project:        Casine - Casino and gambling HTML5 Template
Version:        1.0
Last change:    11/ 05 /2020
Primary use:    Casino and gambling. 
Author:         Ingenious_team
------------------

----------------
Table of Content
----------------

1.  preloader
2.  Header Part

    2.1. nav part
    2.2. banner part

3.  BE IN CONTROL Part
4.  HOW TO START Part
5.  RELATED OTHER GAMES Part
6.  UNLOCK FREE SPIN part
7.  CASINO JACKPOTS Part
8. FREQUENTLY ASK QUESTIONS part
9. CONTACT part
10. FOOTER part

---- other pages ----

11. About us page
12. GAMES page
13. Tournaments page
14. FAQ page
15. CONTACT page
16. 404 page

*/

@import url('https://fonts.googleapis.com/css?family=Anton:300,400,600,800|Nunito:300,400,600,800');

@font-face {
    font-family: "Montserrat ExtraBold Italic";
    src: url("../font/Montserrat-ExtraBoldItalic.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Medium";
    src: url("../font/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat Bold";
    src: url("../font/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
    font-family: "Overpass";
    src: url("../font/Overpass-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "Overpass-bold";
    src: url("../font/Overpass-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Overpass-extra-bold";
    src: url("../font/Overpass-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: "Overpass-light";
    src: url("../font/Overpass-Light.ttf") format("truetype");
}

@font-face {
    font-family: "Overpass-regular";
    src: url("../font/Overpass-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Righteous";
    src: url("../font/Righteous-Regular.ttf") format("truetype");
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input:focus {
    outline: none !important;
    box-shadow: 0 0 10px transparent !important;
}

/*
a:focus,
a:hover {
    text-decoration: none;
    border-color: transparent;
    outline: 0;
    color: transparent;
}*/

a:hover {
    color: white;
}

img {
    border: 0;
}

.clr {
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
p,
address,
strong,
i {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    line-height: normal !important;
}

body {
    overflow-x: hidden;
    font-family: 'Helvetica', sans-serif;
}

#loading,
.load-circle:before {
    bottom: 0
}

.contact-page,
.contact,
.about-page,
.banner-inner,
.jackpots,
.free-spin,
.project-img,
.how-start,
.control,
.faq,
.contact-us {
    overflow: hidden;
}

/*
==========================================
    Preloader
==========================================
*/

.preloader {
    overflow: hidden;
    height: 100%;
    width: 100%;
    position: fixed;
    background: radial-gradient(#2e75b6, #021151);
    top: 0;
    left: 0;
    z-index: 9999999;
}

.preloaderLocal {
    overflow: hidden;
    height: 100%;
    width: 100%;
    /*background: radial-gradient(#2e75b6, #021151);*/
}

.loader {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 200px;
    height: 200px;
}

.loaderLocal {
    margin: auto;
    width: 200px;
    height: 71px;
}

.loader span,
.loaderLocal span {
    display: block;
    background: rgba(247, 172, 4, 1);
    width: 7px;
    height: 10%;
    border-radius: 14px;
    margin-right: 5px;
    float: left;
    margin-top: 25%;
}

.loader span:last-child,
.loaderLocal span:last-child {
    margin-right: 0px;
}

.loader span:nth-child(1),
.loaderLocal span:nth-child(1) {
    animation: load 2.5s 1.4s infinite linear;
}

.loader span:nth-child(2),
.loaderLocal span:nth-child(2) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(3),
.loaderLocal span:nth-child(3) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(4),
.loaderLocal span:nth-child(4) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(5),
.loaderLocal span:nth-child(5) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(6),
.loaderLocal span:nth-child(6) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(7),
.loaderLocal span:nth-child(7) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(8),
.loaderLocal span:nth-child(8) {
    animation: load 2.5s 0s infinite linear;
}

.loader span:nth-child(9),
.loaderLocal span:nth-child(9) {
    animation: load 2.5s 0.2s infinite linear;
}

.loader span:nth-child(10),
.loaderLocal span:nth-child(10) {
    animation: load 2.5s 0.4s infinite linear;
}

.loader span:nth-child(11),
.loaderLocal span:nth-child(11) {
    animation: load 2.5s 0.6s infinite linear;
}

.loader span:nth-child(12),
.loaderLocal span:nth-child(12) {
    animation: load 2.5s 0.8s infinite linear;
}

.loader span:nth-child(13),
.loaderLocal span:nth-child(13) {
    animation: load 2.5s 1s infinite linear;
}

.loader span:nth-child(14),
.loaderLocal span:nth-child(14) {
    animation: load 2.5s 1.2s infinite linear;
}

.loader span:nth-child(15),
.loaderLocal span:nth-child(15) {
    animation: load 2.5s 1.4s infinite linear;
}

@keyframes load {
    0% {
        background: rgba(247, 172, 4, 1);
        margin-top: 25%;
        height: 10%;
    }

    50% {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        height: 100%;
        margin-top: 0%;
    }

    100% {
        background: linear-gradient(to bottom, rgba(254, 215, 125, 1) 0%, rgba(247, 172, 4, 1) 100%);
        height: 10%;
        margin-top: 25%;
    }
}

/* == main css start from now == */

/* ============================
            common 
========================= */

.loteria-hidden {
    display: none;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.mt0 {
    margin-top: 0 !important;
}

img {
    max-width: 100%
}

.section {
    padding-top: 10px;
}

::selection {
    background: #ffcd04;
    color: #fff;
    text-shadow: none;
}

p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
}

.back-light {
    background: #e6e6e6;
}

.back-white {
    background: white;
}

.back-dark {
    background: #021151;
}

.back-light-grey {
    background: #e0e0e0;
}

.back-dark-gradient {
    background: linear-gradient(to bottom, #021151, #020306);
}

.yellow-bg {
    background: -webkit-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
}

.pink-bg {
    background: -webkit-linear-gradient(to bottom, rgba(223, 103, 198, 1) 0%, rgba(152, 51, 134, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(223, 103, 198, 1) 0%, rgba(152, 51, 134, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(223, 103, 198, 1) 0%, rgba(152, 51, 134, 1) 100%);
    background: linear-gradient(to bottom, rgba(223, 103, 198, 1) 0%, rgba(152, 51, 134, 1) 100%);
}

.pink-btn {
    background: rgba(152, 51, 134, 1);
}

.casino-btn {
    text-align: center;
}

.casino-btn a {
    border-style: solid;
    border-width: thin;
    border-color: white;
    position: relative;
    display: inline-block;
    font-size: 18px;
    vertical-align: top;
    text-align: center;
    letter-spacing: 1px;
    line-height: 24px;
    padding: 13px 25px;
    border-radius: 23.5px;
    text-transform: capitalize;
    background: #021151;
    font-family: 'Helvetica';
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
}

.casino-btn-custom a {
    border: 2px solid #2B3276;
    border-radius: 8px;
    background: transparent;
    color: #2B3276;
}

.casino-btn a:hover {
    background: #021151;
    border-style: solid;
    border-width: thin;
    border-color: white;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: bold;
    color: #FFF !important;
    text-transform: uppercase;
}

.newsletter {
    border-radius: 35px;
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
}

.run-txt .casino-btn a:hover,
.run-txt .casino-btn a {
    filter: none;
}

.heading h2 {
    font-family: 'Montserrat ExtraBold Italic';
    font-size: 25px;
    position: relative;
    line-height: 30px;
    text-transform: uppercase;
    /*font-weight: bolder;
    font-style: italic;*/
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    cursor: auto;
}

.heading.white h2 {
    color: #fff;
}

.sub-heading h3 {
    font-size: 24px;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    background: -webkit-linear-gradient(#edad72 0%, #eb8004 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    cursor: auto;
}

.border-effect1 {
    position: absolute;
    top: 44px;
    z-index: 99;
    width: 250px;
    left: -30px;
    animation: scan 8s infinite;
}

.border-effect2 {
    position: absolute;
    top: 44px;
    z-index: 99;
    width: 250px;
    right: 0px;
    animation: scan2 8s infinite;
}

.heading {
    margin-bottom: 60px;
}

.heading p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #666;
    font-family: "Arimo";
    z-index: 0;
    margin-top: 10px;
    cursor: auto;
}

/* ===============================
        Header Part css
==================================*/

.navbar {
    position: fixed;
    width: 100%;
    /*transition: all ease .9s;*/
    background: transparent;
}

.header_area {
    /*background: url(../images/other-nav-bg.png);*/
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.navcss {
    background: -webkit-linear-gradient(to bottom, rgb(47, 85, 151) 0%, rgba(46, 117, 182, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgb(47, 85, 151) 0%, rgba(46, 117, 182, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgb(47, 85, 151) 0%, rgba(46, 117, 182, 1) 100%);
    background: linear-gradient(to bottom, rgb(47, 85, 151) 0%, rgba(46, 117, 182, 1) 100%);
    box-shadow: 0 0px 5px 0px rgba(0, 0, 0, .3);
    transition: all ease .9s;
}

.header-nav .navbar-brand {
    color: #fff;
    font-weight: 800;
    position: relative;
    font-size: 23px
}

.header-nav .navbar-brand img {
    width: 150px;
}

.header-nav .navbar-brand span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    bottom: 12px;
    right: -9px;
    float: left
}

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

.header-nav .m-nav {
    margin-right: 60px;
}

.header-nav .navbar-nav .nav-item a {
    position: relative;
    padding: 0;
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
    color: #fefefe;
    font-weight: 400;
    text-transform: capitalize;
    font-family: "Ubuntu";
}

.header-nav .nav-sign {
    vertical-align: top;
    position: absolute;
    right: 0;
}

.nav-sign li:first-child {
    margin-right: 10px;
}

.nav-sign li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
    text-align: center;
    letter-spacing: 1px;
    line-height: 20px;
    color: #fefefe;
    font-family: "Anton";
    padding: 13px 15px;
    border-radius: 35px;
    border-color: #fff;
    text-transform: capitalize;
    width: 130px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    font-family: 'Helvetica';
    font-size: 14px;
    background: #02114F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 23.5px;
}

.nav-sign li a:hover {
    background: #02114F;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 23.5px;
    border-color: #fff;
    font-family: 'Helvetica';
    font-size: 14px;
}

.navbar-toggler {
    border: none;
    padding: 10px 6px;
    outline: 0 !important;
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 4px;
}

.navbar-toggler span+span {
    margin-top: 4px;
    width: 18px;
}

.navbar-toggler span+span+span {
    width: 10px;
}

.dropdown-toggle::after {
    margin-left: 4px !important;
    vertical-align: .05em !important;
    color: white;
}

.login_menu li {
    padding: 0;
    float: left;
}

.navbar-collapse {
    padding: 14px 0;
}

/* dropdown menu css */

/*
.dropdown-menu {
    padding: 14px 5px;
    width: 180px;
    top: 64px;
    background: linear-gradient(to top, rgba(25, 0, 64, 1) 0%, rgba(38, 8, 82, 1) 100%);
    min-width: 210px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .2);
    border-radius: 0;
    border: none;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}*/

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background: none;
}

/*
.dropdown-menu>li {
    padding: 10px 10px;
}

.dropdown-menu>li>a {
    font-size: 18px;
    position: relative;
    line-height: 24px;
    font-family: "Helvetica";
    color: #fefefe;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li:hover a {
    background: none;
    color: #e8a004 !important;
    font-weight: 600;
    transition: all .4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.dropdown-menu>li>a {
    color: #fff !important;
    padding: 10px 18px !important;
    text-align: left;
    margin: 0 !important;
    font-weight: 400 !important;
}*/

.header-nav .navbar-nav li .active span,
.header-nav .navbar-nav li a:hover span,
.header-nav .navbar-nav li a:focus span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.custom_nav ul>li>a:focus:after,
.custom_nav ul>li.active>a:after,
.custom_nav ul>li:hover>a:after {
    opacity: 1;
}

@media(min-width:768px) {
    /*.dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: 110%;
    }
    .custom_nav ul>li:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 145%;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: 2px;
        width: 240px;
    }*/
}

/* === nav-toggle === */

ul.tog-nav li a {
    opacity: 0 !important;
}

.full_nav .nav.tog-nav>li {
    visibility: hidden;
}

.full_nav .nav>li:last-child {
    visibility: visible;
}

.full_nav .nav>li {
    visibility: visible;
}

.navbar-brand>img {
    display: block;
}

.navbar-toggle {
    display: none;
}

/* == menu css start == */

nav.navbar .container {
    position: relative;
}

.navbar-header {
    float: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: .4s;
}

.menuVisible.navbar-header {
    left: 0;
    transform: initial;
}

.full_nav .nav {
    margin-top: 10px;
    border-radius: 30px;
    margin-left: 10px !important;
}

.full_nav .nav>li {
    margin: 0 4px;
    padding: 10px 0;
}

.full_nav .nav>li>a {
    position: relative;
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
}

.full_nav .nav>li a.active,
.full_nav .nav>li:hover a {
    color: #e8a004;
}

.menu-opener,
.menu-opener:hover,
.menu-opener.active,
.menu-opener-inner,
.menu-opener-inner::before,
.menu-opener-inner::after,
.menu,
.menu.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.menu-opener-inner.active .fa-align-right {
    opacity: 0;
}

.fa-time {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.full_nav .nav>li:last-child .fa-times {
    position: absolute;
    top: 11px;
    z-index: -1;
    font-size: 22px;
}

.full_nav .nav>li:last-child {
    cursor: pointer;
    position: absolute;
    right: 285px;
    top: 14px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    border: 1px solid #e8a004;
    color: #e8a004;
    background: transparent;
    padding: 10px 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.menu-inner.tog-nav .fa-times {
    opacity: 0;
}

.menu-inner.tog-nav i.fa-align-right {
    opacity: 1;
}

.menu-inner i.fa-align-right {
    opacity: 0;
}

/* ============================= 
       Banner Css 
======================================= */

.main_page {
    background: url(../images/banner-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.main_page_1 {
    background: url(../images/banner-background-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.main_page_2 {
    background: url(../images/banner-background-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.main_page_3 {
    background: url(../images/banner-background-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.banner-center {
    position: absolute;
    top: 55%;
    left: 0%;
    width: 600px;
    text-align: center;
    transform: translateY(-50%);
}

.title,
.title-1,
.title-2 {
    font-size: 106px;
    letter-spacing: -1px;
    line-height: 110px;
    width: 570px;
    font-weight: 400;
    font-family: "Anton";
    background: -webkit-linear-gradient(#edad72 46%, #eb8004 54%, #edad72);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    z-index: 99;
}

/*
.title:before {
    position: absolute;
    content: 'Bingo online';
    text-shadow: 21px 13px 2px #021151;
    filter: drop-shadow(0 0 40px #68248c);
    left: 0;
    z-index: -99;
}*/

.banner_text h3 {
    font-size: 46px;
    line-height: 46px;
    font-weight: 300;
    font-family: "Helvetica";
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 60px;
}

.banner_text p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Helvetica";
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 30px;
}

/*=====================================
 Counter
======================================*/

.conter-res .col-md-1 {
    max-width: 10.333333%;
}

.conter-res {
    position: relative;
    border-radius: 40px;
    margin-top: -70px;
    padding: 40px 10px;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(105, 90, 166, 0.23);
    -moz-box-shadow: 0px 5px 35px 0px rgba(105, 90, 166, 0.23);
    box-shadow: 0px 5px 35px 0px rgba(105, 90, 166, 0.23);
}

.border-count {
    width: 100px;
}

.counter-left h4 {
    font-size: 42px;
    text-shadow: 3px 2px 0px rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-family: "Anton";
    text-transform: uppercase;
    cursor: auto;
    letter-spacing: 0px;
    padding-top: 20px;
}

.counterinner ul li {
    float: left;
    width: 65px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    border-image-slice: 4;
    margin: 0 5px;
    padding: 19px;
}

.counter-text h3 {
    font-size: 50px;
    color: #fff;
    line-height: 24px;
    font-weight: 400;
    font-family: "Anton", sans-serif;
    text-transform: uppercase;
    cursor: auto;
}

/* =====================================
 Counter end 
======================================= */

/* ===========================================================
    BE IN CONTROL
=============================================================== */

.control {
    padding-bottom: 80px;
    overflow: hidden;
}

.control-img {
    height: 100%;
    background: -webkit-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    box-shadow: 0px 0px 4px 1px rgba(247, 172, 4, 0.8);
    border: 1px solid rgba(224, 180, 6, 0.7);
    border-radius: 60px;
    padding: 23px 24px;
    font-size: 40px;
}

.control-img:hover {
    background: -webkit-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    background: linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    box-shadow: 0px 0px 4px 1px rgba(47, 85, 151, 0.9);
    border: 1px solid rgba(226, 71, 237, 0.5);
    filter: drop-shadow(0 0px 20px rgba(152, 51, 134, 0.6));
    border-radius: 2px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    font-size: 40px;
}

.control-img img {
    padding: 20px;
}

.control-text {
    text-align: left;
    color: #021151;
}

.control-text h3 {
    font-size: 20px;
    position: relative;
    line-height: 24px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: auto;
}

.control-text p {
    font-size: 16px;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    font-family: "Helvetica", sans-serif;
    cursor: auto;
    color: #000;
}

.control-pad {
    position: relative;
    padding: 30px 0;
    margin-bottom: 60px;
}

.control-pad:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #290a59;
    width: 3600px;
    left: 50%;
    top: 58px;
    transform: translateX(-50%);
}

.control-pad:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #000;
    width: 3600px;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.control [class^="flaticon-"]:before,
.control [class*=" flaticon-"]:before,
.control [class^="flaticon-"]:after,
.control [class*=" flaticon-"]:after {
    margin-left: 0px !important;
    font-size: 70px !important;
}

.control-img i {
    background: -webkit-linear-gradient(#fff 0%, #fff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.control-img:hover i {
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

/* ===========================================================
    HOW TO START
=============================================================== */

.how-start {
    background: linear-gradient(to bottom, #021151, #020306);
    padding-bottom: 80px;
}

.start-img {
    height: 70px;
    width: 70px;
    background: -webkit-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    background: linear-gradient(to bottom, rgba(237, 173, 114, 1) 0%, rgba(235, 128, 4, 1) 100%);
    padding: 14px 17px;
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    box-shadow: 0px 0px 4px 1px rgba(247, 172, 4, 0.8);
    border: 1px solid rgba(224, 180, 6, 0.7);
    border-radius: 40px;
}

.start-img:hover {
    background: -webkit-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%) !important;
    background: -o-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    background: linear-gradient(to bottom, rgba(46, 117, 182, 1) 0%, rgba(47, 85, 151, 1) 100%);
    box-shadow: 0px 0px 4px 1px rgba(47, 85, 151, 0.9);
    border: 1px solid rgba(226, 71, 237, 0.5);
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    filter: drop-shadow(0 0px 20px rgba(152, 51, 134, 0.6));
}

.start-img [class^="flaticon-"]:before,
.start-img [class*=" flaticon-"]:before,
.start-img [class^="flaticon-"]:after,
.start-img [class*=" flaticon-"]:after {
    margin-left: 0px !important;
    font-size: 40px !important;
}

.start-img i {
    background: -webkit-linear-gradient(#fff 0%, #ffffff 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.start-img:hover i {
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.start-text {
    text-align: left;
    color: #fff;
    padding-left: 5px;
    padding-right: 15px;
}

.start-text h3 {
    font-size: 20px;
    position: relative;
    line-height: 24px;
    font-weight: 700;
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: auto;
}

.start-text p {
    font-size: 16px;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    font-family: "Helvetica";
    text-transform: capitalize;
    cursor: auto;
}

/*=====================================
 End of Counter  part css
=======================================*/

/*=====================================
    Related other games Start
=======================================*/

.overlay-text {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 24px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-family: 'Montserrat';
}

.overlay-text:before {
    position: absolute;
    top: 0%;
    left: -10%;
    width: 120%;
    height: 120%;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -120%, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.port_img:hover .overlay-text:before,
.port_img_banner:hover .overlay-text:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 130%, 0);
}

.project-img {
    padding-bottom: 80px;
}

.in-project {
    padding-bottom: 38px;
    margin-bottom: -50px;
}

.project-img .nav-menu {
    /*    margin: 0 3px;*/
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    border: none;
    color: #021151;
    font-family: "Helvetica", sans-serif;
    font-size: 17px;
    font-weight: 400;
    cursor: pointer;
    text-transform: capitalize;
    outline: 0;
}

.nav-menu:hover,
.nav-menu:focus,
.nav-menu:active,
.nav-menu.is-checked {
    color: #e8a004;
    outline: 0;
}

.button-group {
    display: contents;
}

.project-img .nav-pills {
    /*margin-bottom: 40px;*/
    display: contents;
}

.project-img .heading {
    margin-bottom: 20px;
}

.overlay_shape1 i {
    position: absolute;
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    left: 50%;
    border-radius: 100%;
    background: transparent;
    transform: translateX(-50%);
}

.port-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

.port-text-btm {
    position: absolute;
    top: 195px;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
}

.port-text-btm h3 {
    text-align: center;
    font-size: 24px;
    padding-bottom: 2px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
    font-family: "Helvetica";
    text-transform: capitalize;
}

.custom-img-fluid {
    max-width: 80%;
    height: auto;
    border-radius: 20px;
}

.port-text-btm p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-family: "Helvetica";
    text-transform: capitalize;
}

.overlay1 {
    position: absolute;
    text-align: center;
    top: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease-in;
    background: url("../images/Checker.png");
}

.overlay2 {
    position: absolute;
    text-align: center;
    top: 0%;
    left: -27%;
    right: 0%;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .4s ease-in;
    background: linear-gradient(86.08deg, #F8C203 3.38%, #FFE57B 99.6%);
    box-shadow: 4px 0px 8px rgba(0, 0, 0, 0.75);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 10% 100%);
}

.port_img {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in;
    margin-bottom: 30px;
    border-radius: 20px;
    height: 100%;
}

.port_img .img-fluid {
    height: 100%;
}

.port_img_banner {
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in;
    border-radius: 6px;
    height: 192px;
    width: 200px;
}

.port_img_banner img,
.port_img img {
    width: 100%;
    transition: all .4s ease-in;
}

.port_img:hover .overlay1,
.port_img_banner:hover .overlay1,
.port_img:hover .overlay2,
.port_img_banner:hover .overlay2 {
    opacity: 1;
}

.port_img:hover img,
.port_img_banner:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.start-btn {
    margin-top: 30px;
}

.games-page {
    padding-bottom: 60px;
}

/*=====================================
 End Related other games Css
=======================================*/

/*=====================================
    Start of Unlock Free spin part css
=======================================*/

.free-spin {
    padding-bottom: 40px;
}

.spin-text {
    padding-top: 30px;
}

.spin-text .casino-btn {
    padding-top: 40px;
}

.spin-text p {
    color: #000;
    font-family: "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/*=====================================
    End of Unlock Free spin  part css
=======================================*/

/*========================================
            Casino Jackpots Start 
========================================*/

.jackpots {
    padding-bottom: 60px;
}

.tour-jack {
    padding-bottom: 40px;
}

.touna_left_inner {
    margin-top: 45px;
}

.touna_left_inner .card {
    background: #021151;
    border: none;
    background-clip: inherit;
}

.touna_left_inner .card.add_border {
    border: 1px solid #fcb100;
    border-radius: 0;
}

.touna_left_inner button {
    text-decoration: none !important;
    padding-left: 30px !important;
    width: 100%;
    text-align: left;
    margin-top: 25px;
}

.touna_left_inner button i {
    float: right;
    color: #fffeff;
    padding-right: 50px;
    padding-top: 9px;
}

.touna_left_inner button span {
    color: #fffeff;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
}

.touna_head_left .card-header {
    padding: 0;
}

.touna_head_left .card-body {
    padding: 0;
    padding-left: 30px;
}

.touna_head_left .btn {
    padding: 0;
}

.card-body p {
    color: #fffeff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    padding-bottom: 25px;
}

.btn:not(:disabled):not(.disabled) {
    padding-bottom: 7px;
}

.accordion .add_border:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #fcb100 !important;
}

.toun_scroll_flag {
    padding-left: 25px;
}

.scl_pad {
    padding-top: 15px;
    padding-bottom: 10px;
    position: relative;
}

.scl_pad img {
    padding-top: 20px;
}

.toun_scroll_flag img {
    padding-top: 0px;
}

.jack-border {
    position: relative;
}

.jack-border:after {
    position: absolute;
    content: '';
    border-bottom: 2px solid #290a59;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: -23px;
}

.jack-border:before {
    position: absolute;
    content: '';
    border-bottom: 2px solid #000;
    width: 350px;
    left: 50%;
    transform: translateX(-50%);
    top: -24px;
}

.jack-border .border-effect2 {
    right: -148px;
    top: -23px;
    width: 211px;
}

.jack-border .border-effect1 {
    top: -23px;
    width: 223px;
    left: 1px;
}

.winner-name h5 {
    width: 150px !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    font-family: 'Helvetica', sans-serif !important;
}

.counter-jack {
    padding-bottom: 30px;
}

.running-img .img-fluid {
    margin-bottom: 30px;
}

.running-img {
    position: relative;
    overflow: hidden;
}

.running-img:before {
    content: "";
    position: absolute;
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.9)30%, rgba(0, 0, 0, 0)70%);*/
    top: -30px;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.run-txt {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.run-txt h4 {
    color: #fff;
    font-size: 20px;
    position: relative;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 10px;
}

.run-txt p {
    color: #fff;
    font-size: 24px;
    position: relative;
    line-height: 24px;
    font-weight: 400;
    font-family: 'Helvetica', sans-serif;
    text-transform: uppercase;
    z-index: 0;
    padding-bottom: 35px;
}

.running-img .casino-btn {
    opacity: 0;
}

.running-img:hover::before {
    /*background: linear-gradient(to top, rgba(0, 0, 0, 0.9)30%, rgba(0, 0, 0, 0.9)70%);*/
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
}

.running-img:hover .run-txt {
    top: 43%;
    transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
}

.running-img:hover .run-txt h4 {
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: ease all 1s;
    -moz-transition: ease all 1s;
    -o-transition: ease all 1s;
    transition: ease all 1s;
}

.running-img:hover .casino-btn {
    opacity: 1;
    transition: all 0.9s linear;
    -o-transition: all 0.9s linear;
    -ms-transition: all 0.9s linear;
    -moz-transition: all 0.9s linear;
    -webkit-transition: all 0.9s linear;
}

.coun_text {
    margin-top: 85px;
}

.coun_text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;
}

.coundown {
    position: relative;
    float: left;
    margin-bottom: 65px;
    border-radius: 40px;
    border: 1px solid #ffd370;
    /*border-image-source: linear-gradient(#ffd370, #f7ad07);*/
    border-image-slice: 2;
    height: 150px;
    width: 150px;
    margin-left: 22px;
    text-align: center;
    padding-top: 45px;
}

.coundown span {
    background: -webkit-linear-gradient(#ffd370 0%, #f7ad07 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 78px;
    font-weight: 600;
    line-height: 24px;
    font-family: 'Helvetica', sans-serif;
}

.coundown p {
    color: #fcb100;
    font-size: 32px;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;
}

.count-dot {
    position: relative;
}

.count-dot:before {
    content: "";
    position: absolute;
    border-left: 2px dotted #ffd370;
    top: -65px;
    left: 47%;
    height: 65px;
    width: 100%;
}

.count-dot:after {
    content: "";
    position: absolute;
    border-left: 2px dotted #ffd370;
    top: 150px;
    left: 47%;
    height: 64px;
    width: 100%;
}

/*=====================================
    Start of Faq  part css
=======================================*/

.faq-border {
    position: absolute;
    top: 0px;
    left: 52%;
    transform: translateX(-50%);
}

.faq-pad {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
}

.faq-inner h3 {
    color: #021151;
    font-family: "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border: 1px solid #021151;
    border-radius: 30px;
    margin-bottom: 30px;
}

.faq-i {
    float: right;
    padding-right: 7px;
    padding-top: 7px;
}

.faq-inner p {
    color: #021151;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 370px;
    padding-bottom: 30px;
    padding-left: 10px;
}

.f-padding {
    padding-left: 40px;
}

.faq .form-group textarea,
.faq .form-group input {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #000 !important;
    font-weight: bold;
    border-radius: 13px;
    padding-left: 20px;
    font-family: "Helvetica", sans-serif;
    background-color: rgba(255, 255, 255, .5);
}

.faq .form-group input:focus,
.faq .form-group textarea:focus {
    background-color: rgba(255, 255, 255, .5) !important;
}

.faq .form-control:focus {
    background: #E5E5E5;
    border-radius: 23.5px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    z-index: 0 !important;
}

.faq input {
    height: 50px;
}

.faq textarea::placeholder,
.faq input::placeholder {
    color: #000 !important;
    font-weight: bold;
    /* Firefox */
}

.faq-btn {
    border-radius: 35px !important;
    width: 100%;
}

/*=====================================
    End of Faq  part css
=======================================*/

/*=====================================
    Start of contact  part css
=======================================*/

.payments ul li {
    float: left;
    padding-right: 11px;
}

.payments ul li img {
    border-radius: 5px;
}

.contact .heading {
    margin-top: 30px;
    margin-bottom: 30px;
}

.heading h3 {
    font-family: 'Montserrat ExtraBold Italic';
    line-height: 34px;
    color: #021151;
    position: relative;
    line-height: 24px;
    text-transform: uppercase;
    z-index: 0;
    padding-top: 5px;
    padding-bottom: 30px;
    cursor: auto;
    letter-spacing: -1px;
    padding-top: 65px;
}

.heading.white h3 {
    color: #fff;
}


/*

.contact-about .border-effect1 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 255px;
    left: 33px;
    animation: scan 8s infinite;
}
*/

/*
.contact-about .border-effect2 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 250px;
    left: 370px;
    animation: scan2 8s infinite;
}
*/

.sub-form .col-sm-12 {
    padding-left: 0px;
    padding-right: 3px;
}

.sub-form,
.subscribe {
    position: relative;
}

.subscribe .border-effect1 {
    position: absolute;
    top: 105px;
    z-index: 99;
    width: 190px;
    left: 10px;
    animation: scan 8s infinite;
}

.subscribe .border-effect2 {
    position: absolute;
    top: 105px;
    z-index: 99;
    width: 190px;
    left: 270px;
    animation: scan2 8s infinite;
}

.contact-us .heading h2 {
    font-size: 32px;
}

.contact-app {
    text-align: center;
}

.contact-app ul {
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
}

.contact-app li {
    float: left;
    font-size: 20px;
    color: #f7ab00;
    line-height: 24px;
    font-family: "Helvetica", sans-serif;
}

.contact-app li a {
    color: #fff;
}

.contact-app li a i {
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 100px;
    background: linear-gradient(to bottom, #edad72 30%, #eb8004 70%);
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 10px;
}

.contact-app [class^="flaticon-"]:before,
.contact-app [class*=" flaticon-"]:before,
.contact-app [class^="flaticon-"]:after,
.contact-app [class*=" flaticon-"]:after {
    margin-left: 0px !important;
    font-size: 40px !important;
}

.contact-app li:first-child {
    margin-right: 50px;
}

.contact-app li:hover {
    color: #eb8004;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.contact-app li:hover i {
    background: linear-gradient(to bottom, #2e75b6 10%, #021151 90%);
    box-shadow: 0px 0px 3px 1px rgba(4, 44, 102, 0.4);
    filter: drop-shadow(0 0px 20px rgba(152, 51, 134, 0.6));
    -webkit-transition: all 0.3s ease-in-out 0.4s;
    -moz-transition: all 0.3s ease-in-out 0.4s;
    -ms-transition: all 0.3s ease-in-out 0.4s;
    -o-transition: all 0.3s ease-in-out 0.4s;
    transition: all 0.3s ease-in-out 0.4s;
}

.contact-about .heading:before {
    width: 440px;
}

.contact-about .heading:after {
    width: 440px;
}

.app-icon .heading:before {
    width: 260px;
}

.app-icon .heading:after {
    width: 260px;
}

.app-icon .border-effect1 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 137px;
    left: 18px;
    animation: scan 8s infinite;
}

.app-icon .border-effect2 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 137px;
    left: 200px;
    animation: scan2 8s infinite;
}

.payments .heading:before {
    width: 335px;
}

.payments .heading:after {
    width: 340px;
    left: 48%;
}

.payments .border-effect1 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 195px;
    left: 33px;
    animation: scan 8s infinite;
}

.payments .border-effect2 {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 190px;
    left: 270px;
    animation: scan2 8s infinite;
}

.subscribe .heading:before {
    width: 340px;
    top: 120px;
}

.subscribe .heading:after {
    width: 340px;
    left: 49%;
}

.subscribe input {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    border-radius: 35px;
    background: transparent;
    padding-left: 20px;
    font-family: "Helvetica", sans-serif;
}

.subscribe .form-control:focus {
    background-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

.subscribe input {
    height: 50px;
}

.subscribe input[type='radio'] {
    height: auto;
    width: auto;
    font-size: 14px;
    background: transparent;
    font-family: "Helvetica", sans-serif;
}

.contact .control-pad {
    margin-bottom: 30px;
}

.foot-menu ul {
    display: inline-block;
    text-align: center;
    padding-bottom: 30px;
}

.foot-menu ul li {
    float: left;
}

.foot-menu ul li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0 15px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
    text-transform: capitalize;
}

.foot-menu ul li a:hover {
    color: #f7ab00;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.copy-right h6 {
    font-size: 16px;
    line-height: 24px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
    padding-bottom: 20px;
}

/*=====================================
    End of contact  part css
=======================================*/

/* ====================================
          About Page css
========================================*/

.about-page {
    padding-bottom: 80px;
    padding-top: 80px;
}

.about-page .heading {
    margin-bottom: 35px;
}

.about-video {
    position: relative;
}

.about-video:before {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0px;
}

.about-video img {
    z-index: 9;
}

.youtube_video {
    position: absolute;
    top: 41%;
    left: 46%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.youtube_video a i {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom, #edad72 0%, #eb8004 100%);
    border-radius: 50%;
    line-height: 80px;
    animation: bulb 4s infinite;
    font-size: 25px;
    text-shadow: 5px 3px 0px rgba(0, 0, 0, .1);
    padding: 0 34px;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.youtube_video a i:hover {
    background: linear-gradient(to bottom, #2e75b6 10%, #021151 90%);
}

.about-page .heading:after,
.about-page .heading:before {
    left: 16px;
    width: 520px;
    transform: translateX(0%);
}

.about-page .casino-btn {
    margin-top: 30px;
}

/* ===============================
           error page
==================================*/

.error {
    background: url(../images/404-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 85vh;
    position: relative;
    overflow: hidden;
}

.error-center {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 600px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.error-txt {
    position: relative;
}

.error-txt h4 {
    font-size: 130px;
    font-family: "Anton", sans-serif;
    line-height: 120px;
    background: -webkit-linear-gradient(#fcb503 43%, #e5881b 57%, #fcb11a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    animation: bulb 10s infinite;
}

.error-txt:before {
    content: 'Not Found';
    font-size: 34px;
    font-family: "Anton", sans-serif;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 105%;
    left: 78%;
    width: 600px;
    text-align: center;
    transform: translate(-50%, -50%) rotate(-20deg);
}

.error-btn {
    position: absolute;
    top: 95%;
    left: 50%;
    width: 600px;
    text-align: center;
    transform: translate(-50%, -50%);
}

.error .casino-btn a {
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0));
}

/* ==========================================
          contact us page 
===============================================*/

.contact-page {
    padding-bottom: 60px;
    background: url(../images/contact-bg-image.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.contact-page:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
}

.contact-page .form-group textarea,
.contact-page input {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #ddd !important;
    border-radius: 0;
    background: transparent;
    padding-left: 20px;
    font-family: "Helvetica", sans-serif;
}

.contact-page .form-group textarea::placeholder,
.contact-page .form-group input::placeholder {
    color: #fff;
}

.contact-page .form-control:focus {
    background: #E5E5E5;
    border-radius: 23.5px;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    z-index: 0 !important;
}

.contact-page .form-group textarea {
    height: 150px;
    padding-top: 10px;
    color: #fff;
    resize: none;
}

.contact-page input {
    height: 50px;
}

.contact-page input::placeholder {
    color: #fff;
    opacity: 1;
}

.contact-page .casino-btn a {
    filter: drop-shadow(0 0px 20px rgba(255, 214, 121, 0.3));
}

.contact-page .casino-btn a:hover {
    filter: drop-shadow(0 0px 20px rgba(152, 51, 134, 0.6));
}

.contact-page .heading:after {
    width: 535px;
    left: 48%;
}

.contact-page .border-effect1 {
    width: 200px;
    left: 80px;
    animation: scan 8s infinite;
}

.contact-page .border-effect2 {
    width: 200px;
    right: -70px;
}

.location ul li {
    font-size: 18px;
    line-height: 24px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
    font-weight: 600;
    display: flex;
}

.location-icon i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    font-size: 24px;
    background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
    filter: drop-shadow(0 0px 20px rgba(255, 214, 121, 0.3));
    box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 60px;
    color: #fff;
}

.location-txt {
    padding-right: 130px;
}

.location-txt span {
    line-height: 26px;
    font-size: 16px;
    font-family: "Helvetica", sans-serif;
    color: #fff;
}

.location li i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    font-size: 24px;
    background: linear-gradient(to bottom, #ffd679 30%, #f7ac03 70%);
    filter: drop-shadow(0 0px 20px rgba(101, 40, 193, 0.5));
    box-shadow: 0px 0px 2px 1px rgba(247, 172, 4, 0.8);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-bottom: 60px;
}

/* */

.award-imgfixed {
    position: sticky !important;
    top: 100px;
}

/* ===============================
            animation
==================================*/

@keyframes bulb {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(-10px);
    }

    50% {
        transform: translateX(30px);
    }

    100% {
        transform: translateX(-10px);
    }
}

@keyframes moverightbounce {
    0% {
        transform: translateX(10px);
    }

    50% {
        transform: translateX(-30px);
    }

    100% {
        transform: translateX(10px);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(50deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* ======== Sub Header css ======= */

/* ======== hidden==========*/

.loteria-hidden {
    display: none;
}

/* === BACK TO TOP CSS == */
/*
#back-top-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: -webkit-linear-gradient(to bottom, #edad72 0%, #eb8004 100%) !important;
    background: -o-linear-gradient(to bottom, #edad72 0%, #eb8004 100%);
    background: -moz-linear-gradient(to bottom, #edad72 0%, #eb8004 100%);
    background: linear-gradient(to bottom, #edad72 0%, #eb8004 100%);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
    display: none;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
    z-index: 999;
    padding: 12px;
    text-align: center;
    filter: drop-shadow(0 0px 10px rgba(254, 215, 125, 0.2));
}

#back-top-btn i {
    position: relative;
    color: #fff;
    -webkit-transition: ease all .5s;
    -moz-transition: ease all .5s;
    -o-transition: ease all .5s;
    transition: ease all .5s;
}

#back-top-btn:hover {
    background: -webkit-linear-gradient(to bottom, #2e75b6 0%, #021151 100%) !important;
    background: -o-linear-gradient(to bottom, #2e75b6 0%, #021151 100%);
    background: -moz-linear-gradient(to bottom, #2e75b6 0%, #021151 100%);
    background: linear-gradient(to bottom, #2e75b6 0%, #021151 100%);
    box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
    -o-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, .3);
    filter: drop-shadow(0 0px 10px rgba(223, 103, 198, 0.3));
}*/

.pro-row {
    padding-bottom: 30px;
}

/* =================================================
                 Animation
==================================================*/

@-webkit-keyframes scan {

    from,
    0%,
    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    50% {
        -webkit-transform: translate(130%, 0);
        transform: translate(130%, 0);
    }
}

@keyframes scan {

    from,
    0%,
    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    50% {
        -webkit-transform: translate(130%, 0);
        transform: translate(130%, 0);
    }
}

@-webkit-keyframes scan2 {

    from,
    0%,
    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    50% {
        -webkit-transform: translate(-130%, 0);
        transform: translate(-130%, 0);
    }
}

@keyframes scan2 {

    from,
    0%,
    100% {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
    }

    50% {
        -webkit-transform: translate(-130%, 0);
        transform: translate(-130%, 0);
    }
}

.altenar-card {
    background: rgba(255, 255, 255, 0);
    box-shadow: rgba(13, 13, 13, 0) 0px 0px 0px 0px inset;
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0);
    border-style: solid;
    border-radius: 20px;
}

.altenar-card-title {
    display: grid;
    grid-template-columns: 1fr max-content;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(255, 255, 255);
    background: rgb(15, 15, 141);
    text-transform: uppercase;
    text-shadow: rgba(13, 13, 13, 0) 0px 0px 0px;
    padding: 6px 16px;
    font-family: 'Montserrat Bold';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    border: none;
    border-radius: 20px 20px 0px 0px;
}

.altenar-card-body {
    border: none;
    /* background: rgb(12, 25, 79); */
}