.block-1 {
    z-index: 2;
    animation: float 6s ease-in-out infinite;
}

.block-2 {
    animation: float 5.5s ease-in-out infinite;
    display: flex;
    flex-basis: 100%;
}

.block-3 {
    animation: float 6.5s ease-in-out infinite;
}

@keyframes float {
    0% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
    50% {
        /* box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2); */
        transform: translatey(-20px);
    }
    100% {
        /* box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6); */
        transform: translatey(0px);
    }
}

a:hover {
    text-decoration: none;
}

.top-one {
    display: flex;
    align-items: center;
}

.rota-img {
    position: relative;
    top: 0px;
    transition: all .3s ease-out;
}

.rota-img img {
    transition: all .3s ease-out;
    border-radius: 1rem;
}

.coming {
    overflow: hidden;
}

.coming:hover {
    top: -15px;
}

.coming:hover img {
    transform: scale(1.2) rotate(-5deg);
}

@font-face {
    font-family: 'Voyager-H';
    src: url(../fonts/Voyager-H.otf);
}

@font-face {
    font-family: 'Voyager';
    src: url(../fonts/Voyager.otf);
}

@font-face {
    font-family: Gothic;
    src: url(../fonts/Gothic.ttf);
}

@font-face {
    font-family: 'Averta';
    src: url(../fonts/Aveta.ttf);
}

html,
body {
    background-image: url(../images/hbackground.png);
    font-size: 20px;
    color: #F0ECFF;
    font-family: 'Voyager';
    text-transform: lowercase;
}

body.dashboard {
    background-color: #12033D;
    background-image: none;
}

.you-own {
    justify-content: center;
}

.dash-top {
    font-size: 13px !important;
}

header {
    /*     border-bottom: 1px solid rgba(199, 186, 241, .4); */
    text-transform: uppercase;
    color: #F0ECFF;
}

header a,
.balance {
    color: #F0ECFF !important;
    font-size: 0.8rem;
}

.value-bala {
    font-size: 0.8rem;
    color: yellow;
}

header button {}

.con-wal {
    font-size: 1, 2rem;
    color: #12033D;
    background-color: #F0ECFF;
    border: none;
    border-radius: 0.5em;
    font-size: 0.6rem;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.5rem;
}

header img {
    vertical-align: text-top;
}

.navbar-nav {
    align-items: center;
    text-align: center;
    margin: 0 !important;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-brand {
    margin: 0 31px 0;
}

.navbar {
    font-family: 'Voyager-H';
    justify-content: space-between;
    position: relative;
    padding: 0 !important;
    text-transform: lowercase;
}

.dropright .dropdown-toggle::after {
    border: none;
}

.btn.dropdown-toggle {
    background: none !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    line-height: 0px !important;
    padding: 0;
}

.dropdown-toggle::after {
    border: none !important;
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    list-style: none;
    border-radius: inherit;
    background-image: url(../images/sidebar.jpg);
    display: block !important;
    position: absolute;
    top: -5px;
    left: -25rem;
    transition: left 0.5s;
    box-sizing: border-box;
    padding: 1rem;
    background-size: cover;
    background-position: bottom;
    text-transform: lowercase;
}

.dropdown-menu.show {
    left: -1rem;
}

.dropdown-menu.open {
    left: -1rem;
}

.connect-wallet {
    font-family: 'Voyager-H';
    text-transform: capitalize;
    line-height: 0;
    display: flex;
    align-items: center;
    border-radius: 0.6em;
    font-size: 10px;
    line-height: 22px;
    color: #22096c;
    background-color: #F8F5FF;
    font-weight: 400;
}

.connect-wallet:disabled {
    color: #22096c;
    background-color: #F8F5FF;
    opacity: 1 !important;
}

.connect-wallet img {
    max-width: 25px;
    margin-right: 0.5em;
}

.menu-item {
    position: absolute;
    top: 5%;
    right: 5%;
}

.bottom-menuleft {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-menuleft img {
    max-width: 50px;
    margin: 0 0.25rem;
}

.top-menuleft {
    justify-content: center;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.top-menuleft img {
    max-width: 50px;
    margin-right: 2rem;
}

.navbar-brand img {
    width: 85px;
    height: 85px;
}

.col-yellow {
    color: yellow;
}

.small-text {
    font-size: 16px;
}

.left-menu a:hover {
    background-color: #311c6d;
}

.left-menu a {
    padding: 0.25rem 4rem 0.25rem 2rem !important;
}

.cashio-wrap {
    background: #09002a;
    border-radius: 0.35rem;
    font-size: 0.75rem;
    height: 100%;
    min-height: 7rem;
}

.own-wrap {
    background: #09002a;
    font-size: 0.8rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ownwrap .own-wrap:first-child {
    border-radius: 0.35rem 0 0 0.35rem;
}

.ownwrap .own-wrap:last-child {
    border-radius: 0 0.35rem 0.35rem 0
}

.cashio-in,
.own-in {
    padding: 0.5rem 0;
}

.cashio-val {
    padding: 0.5rem 0 1.1rem 0;
}

.to-val {
    color: purple;
}

.cashio-mag {
    margin: 0.25rem 0 0.25rem 0;
}

.ownwrap {
    padding: 0 15px 0 15px;
    flex-wrap: nowrap;
}

.own-wrap {
    width: 1000px;
    flex-grow: 1;
    height: inherit;
}

.cashio-wrap,
.own-wrap {
    position: relative;
    z-index: 1;
}

.cashio {
    margin-top: 1.75rem;
    margin-bottom: 0.75rem;
}

.own-wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.own-wrap:before {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    width: 1px;
    height: 60%;
    border-left: 1px solid #453d66;
}

.own-wrap:last-child:before {
    border: none;
}

.left-menu {
    padding-top: 1rem;
    list-style: none;
    position: relative;
    z-index: 1;
}

.left-menu:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 1px;
    width: 100%;
    border-top: 1px solid white;
}

.pool-in {
    background: #09002a;
    border-radius: 0.35rem;
    min-height: 15rem;
    padding: 1.5rem;
    height: 100%;
    font-size: 18px;
}

.block-3 {
    position: relative;
}

.bnb-value-1 {
    position: absolute;
}

.co-yellow {
    color: yellow;
}

.co-green {
    color: green;
}

.dash-in {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.decen-in {
    background: #09002a;
    border-radius: 0.35rem;
    flex-grow: 1;
    padding: 0.75rem;
}

.decen-wrap .decen-in:first-child {
    margin-bottom: 20px;
}

.decen-wrap {
    min-height: 15rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.coll-bnb h6 {
    font-size: 1.2rem;
    font-weight: 400;
}

.trigger-text {
    font-size: 16px;
    text-align: center;
}

.trigger-reward {
    margin-left: 0.1rem;
    margin-bottom: 0.1rem;
    padding: 0.05rem 0.75rem;
    border-radius: 1rem;
    border: none;
    background: rgb(22, 52, 108);
    background: linear-gradient(180deg, rgba(22, 52, 108, 1) 0%, rgba(9, 9, 121, 1) 18%, rgba(34, 20, 117, 1) 45%, rgba(56, 30, 114, 1) 100%);
}

.trigger-notice {
    margin-top: 0rem;
    font-size: 8px;
    text-align: center;
}

.collect-bnb {
    margin-top: 1rem;
    padding: 0.2rem 3.5rem;
    border-radius: 2rem;
    border: none;
    background: rgb(22, 52, 108);
    background: linear-gradient(180deg, rgba(22, 52, 108, 1) 0%, rgba(9, 9, 121, 1) 18%, rgba(34, 20, 117, 1) 45%, rgba(56, 30, 114, 1) 100%);
}

#collectable-bnb {
    font-size: 1rem;
}

.ca-dese {
    font-size: 15px;
}

.ca-dese-hint {
    font-size: 11px;
}

footer {
    background-color: #270768;
    padding: 1rem;
}

.footer>div {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.soci-icon {
    display: flex;
    justify-content: space-between;
}

.eig-plus {
    margin-top: 0.75rem;
}

.responsibly {
    margin-top: 1rem;
}

.ico-instagram {
    margin: 0 0.5rem;
}

footer h6 {
    margin-top: 1rem;
}

footer p {
    font-size: 12px;
    margin: 0;
}

.offi-cial h6 {
    margin-top: -3px !important;
}

.footer {
    /*background: #09002a;*/
    justify-content: space-between;
}

.offi-cial {
    display: flex;
    align-items: center;
}

.official-logo {
    max-width: 85px;
    margin-top: auto;
}

.fo-about p {
    font-size: 15px;
    margin-top: 1.5rem;
    max-width: 90%;
}

.gam-hel li {
    list-style: none;
}

.gam-hel ul {
    padding: 0;
}

.gam-hel a {
    color: white;
    font-size: 15px;
}

.timepayout {
    background-color: #09002a;
}

.timepayout p {
    margin: 0;
    line-height: 3rem;
}

#picker {
    background: #09002a;
    color: white;
    border: 1px solid white;
    max-height: 2rem;
    font-size: 15px;
    box-sizing: border-box;
    padding-left: 0.5rem;
    width: auto;
    max-height: 1.25rem;
    width: 5.5rem;
}

.time-calendar {
    display: flex;
    align-items: center;
}

#toggle {
    background: none;
    border: none;
    box-shadow: none;
    color: white;
    margin-left: -35px;
}

#toggle:focus {
    outline: none;
}

.buttondown {
    width: 25px;
    height: 25px;
    background-image: url("../images/triangle-down.png") !important;
    background-position: center center;
    background-repeat: no-repeat !important;
    background-position-x: center !important;
    background-position-y: center !important;
}

.pri-pool h5 {
    margin-top: 0.5rem;
    letter-spacing: 0.1rem;
}

.red-cir,
.blue-cir {
    padding: 0.5rem 0.8rem;
}

.pri-pool {
    position: relative;
    text-transform: uppercase;
    font-family: 'Voyager-H';
    background-image: url('../images/jackpot.png');
    background-position-x: 50%;
    background-position-y: 48%;
    background-repeat: no-repeat;
    background-size: 120%;
    height: 100%;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cashio-de:hover .back-gra {
    opacity: .5;
}

.cashio-de:hover .hover-play {
    opacity: 1;
}

.pri-pool:hover .back-gra {
    opacity: .5;
}

.pri-pool:hover .hover-play {
    opacity: 1;
}

.nft-game:hover .back-gra {
    opacity: .5;
}

.nft-game {
    transition: all .3s ease-out;
}

.nft-game:hover {
    background-size: 105%;
}

.nft-game:hover .hover-play {
    opacity: 1;
}

.pri-pool .back-gra {
    border-radius: 2rem;
}

.nft-game .back-gra,
.cashio-de .back-gra {
    border-radius: 1rem;
}

.nft-game .hover-play {
    width: 215px;
}

.cashio-de .hover-play {
    width: 200px;
}

.pri-pool .hover-play {
    width: 175px;
}

.pri-pool h6 {
    margin: 0;
    font-size: 0.65rem;
    letter-spacing: 0.1rem;
}

.nft-game {
    text-transform: uppercase;
    font-family: Gothic;
    background-image: url('../images/blockchain.jpg');
    background-position-x: 50%;
    background-position-y: 20%;
    background-repeat: no-repeat;
    background-size: 100%;
    flex-basis: 100%;
    border-radius: 1rem;
    margin-top: 0.5rem;
    min-height: 4.5rem;
}

.cashio-de {
    position: relative;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    font-family: Gothic;
    background-image: url('../images/Decentralised.png');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 49%;
    border-radius: 1rem;
    align-items: center;
}

.p2p-ba h6 {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}

.p2p-ba img {
    transition: all .3s ease-out;
}

.p2p-ba .vs {
    transition: all .3s ease-out;
}

.p2p-ba .but-battle {
    transition: all .3s ease-out;
}

.p2p-ba:hover .but-now {
    opacity: 1;
    text-decoration: none;
    color: white;
}

.p2p-ba:hover .but-battle {
    transform: translateY(-5px);
}

.p2p-ba:hover .blue-cir img {
    transform: translateY(-15px) scale(1.075);
}

.p2p-ba:hover .red-cir img {
    transform: translateY(-15px) scale(1.075);
}

.p2p-ba:hover .vs {
    transform: translateY(-15px);
}

.but-battle {
    position: absolute;
    width: 100%;
    bottom: -2px;
    left: 0;
    display: flex;
    justify-content: space-around;
}

.but-now {
    font-size: 0.8rem;
    line-height: 0.8rem;
    padding: 0.1rem;
    color: #fff;
    border-radius: 4px;
    background-color: #ff2976;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    text-decoration: none;
    opacity: 0;
}

.p2p-ba {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: Gothic;
    background-image: url('../images/p2p.jpg');
    background-position-x: 50%;
    background-position-y: 50%;
    background-repeat: no-repeat;
    background-size: 120%;
    width: 49%;
    border-radius: 1rem;
    position: relative;
    z-index: 1;
}

.p2p-ba:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    z-index: -1;
    background: black;
    border-radius: 1rem;
}

.nft-game {
    position: relative;
    display: flex;
    align-items: center;
}

.nft-game h5,
.nft-game h6 {
    margin: 0;
    margin-left: 3rem;
}

.two-cir {
    display: flex;
}

.two-cir {
    display: flex;
    align-items: center;
}

.jack-wrap {
    list-style: none;
    padding: 0px;
}

.dece-game {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

ul.jack-wrap li:first-child span {
    font-size: 10px;
    padding: 0 !important;
    display: flex;
    align-items: center;
}

ul.jack-wrap li {
    display: flex;
}

ul.jack-wrap li span {
    flex-grow: 1;
    width: 100%;
    font-size: 10px;
    box-sizing: border-box;
    padding-left: 20%;
}

.mini-wrap,
.ga-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.all-game h3 {
    font-family: Gothic;
    margin-bottom: 1.5rem;
}

.mini-wrap,
.ga-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.rota-img {
    position: relative;
    width: 48%;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.rota-img a,
.rota-img img {
    width: 100%;
    height: 100%;
}

.back-gra {
    border-radius: 1rem;
    position: absolute;
    opacity: 0;
    height: 100%;
    width: 100%;
    transition: opacity .3s;
    background: linear-gradient(180deg, #1f0d53, #53457a);
}

.hover-pri {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hover-play,
.hover-pri span {
    color: #fff;
    position: absolute;
    border-radius: 4px;
    background-color: #ff2976;
    width: 148px;
    height: 50px;
    opacity: 0;
    transition: opacity .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rota-img:hover .back-gra {
    opacity: .5;
}

.rota-img:hover .hover-play {
    opacity: 1;
}

#timeday {
    margin-top: 1rem;
}

.join-us {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.con-left {
    display: flex;
    flex-direction: column;
}

.vs h5 {
    margin: 0px;
    font-size: 1.2rem;
}

.cashio-de h6 {
    font-size: 0.85rem;
    margin: 0;
}

.bnb-value-1 {
    line-height: 1.2rem;
    font-size: 1.8rem;
    margin-bottom: 0.15rem;
    letter-spacing: 0.5rem;
    position: absolute;
    top: 60%;
    left: 15%;
}

.gam-hel a span {
    font-size: 10px;
}

.top-menuleft .balance {
    text-align: center;
}

.left-menu .nav-link span {
    font-size: 10px;
}

.navbar-nav li {
    margin: 0 15px;
}


/*Count Down CSS*/

.countdown {
    display: flex;
    justify-content: center;
}

.countdown span,
.countdown h1 {
    color: black;
}

.countdown .day,
.countdown .hour,
.countdown .min,
.countdown .sec {
    padding: 0.25rem;
    text-align: center;
}

.countdown .day .num,
.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num {
    display: block;
    font-size: 0.85rem;
    width: 1.75rem;
    line-height: 1.35rem;
    height: 1.35rem;
    background: white;
    text-align: center;
    border-radius: 0.15rem;
}

.countdown .day .word,
.countdown .hour .word,
.countdown .min .word,
.countdown .sec .word {
    display: block;
    font-size: 0.4rem;
    color: white;
}


/*Media Query*/

@media (max-width: 992px) {
    .dece-game h6 {
        font-size: 0.75rem;
    }
    .coming-img {
        max-width: 65%;
    }
}

@media (max-width: 768px) {
    .con-left {
        margin-top: 1rem;
    }
    .login-container {
        display: flex;
        flex-grow: 1;
    }
    .game-content {
        margin-top: 2rem;
    }
    .decen-wrap {
        margin-top: 40px;
    }
}

@media (max-width: 576px) {
    .coming-img {
        max-width: 55%;
    }
    .bnb-value {
        left: 30%;
        font-size: 25px;
        letter-spacing: 0.25rem;
    }
}

@media (max-width: 1200px) {
    .connect-wallet {
        margin: auto;
    }
    .top-three {
        margin: auto;
    }
    .block-1 {
        display: flex;
    }
    .block-2 {
        margin: 3.5rem 0;
    }
}

@media (min-width: 768px) {
    .login-container {
        display: flex;
        flex-grow: 0;
    }
    .game-content {
        margin-top: 3.5rem;
    }
    .block-2 {
        margin: 3.5rem 0;
    }
    body {
        background-size: cover;
    }
    .bnb-value-1 {
        left: 15%;
    }
}

@media (min-width: 922px) {
    body {
        background-size: cover;
    }
    .game-content {
        min-height: 820px;
    }
    .block-1 img {
        max-width: 475px;
    }
    .block-2 img {
        max-width: 325px;
    }
    .block-3 img {
        max-width: 550px;
    }
    .block-3 {
        margin-left: 180px;
    }
    .block-2 {
        margin-top: -145px;
        margin-bottom: -25px;
    }
    .block-2 {
        justify-content: flex-end;
    }
    .bnb-value-1 {
        left: 15%;
    }
}

@media (min-width: 1200px) {
    body {
        background-size: cover;
    }
    .game-content {
        min-height: 1050px;
    }
    .block-1 img {
        max-width: 650px;
    }
    .block-2 img {
        max-width: 430px;
    }
    .block-3 img {
        max-width: 700px;
    }
    .block-3 {
        margin-left: 190px;
    }
    .block-2 {
        margin-top: -215px;
        margin-bottom: -25px;
    }
    .bnb-value-1 {
        left: 15%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* your css rules for ipad portrait */
    html,
    body {
        min-height: 100%;
        height: 100%;
    }
    body {
        display: flex;
        flex-direction: column;
    }
    footer {
        margin-top: auto;
    }
    /* your css rules for ipad portrait */
}

/*
playback timings (ms):
  captures_list: 0.84
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.014
  esindex: 0.017
  cdx.remote: 16.207
  LoadShardBlock: 92.269 (3)
  PetaboxLoader3.datanode: 105.693 (5)
  load_resource: 555.675 (2)
  PetaboxLoader3.resolve: 523.32 (2)
*/