/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.bd-example-modal-lg {
    background: black;
}

.bd-example-modal-lg .modal-content {
    background: black;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: none;
}

.bd-example-modal-lg .sr-only {
    position: relative;
    width: auto;
    height: auto;
    clip-path: none;
}

.carousel-control-next,
.carousel-control-prev {
    bottom: auto;
}

.carousel-inner {
    margin-top: 90px;
}

.carousel-control-next,
.carousel-control-prev,
.btn-skip {
    opacity: 1;
    font-family: tahoma;
    text-transform: capitalize;
    font-size: 18px;
}

.carousel-item {
    font-family: Tahoma !important;
    font-size: 14px;
    text-transform: none;
}

.guid-img-1,
.guid-img-2,
.guid-img-3 {
    width: 100%;
}

.guid_1 {
    margin-left: 20%;
}

.guid-img-2 {
    text-align: center;
}

.guid-img-3 {
    text-align: right;
}

.guid_3 {
    margin-right: 20%;
}

input.input-bordered,
input.input-bordered:focus {
    border: none;
    box-shadow: none;
    outline: none;
    width: inherit;
    background: transparent;
    color: white;
    text-align: center;
}

.pri-info h6 {
    color: #fb9ef7;
    font-size: 0.8rem;
    text-shadow: 0px 0px 15px #da02fc, 0px 0px 15px #da02fc, 0px 0px 15px #da02fc, 0px 0px 15px #da02fc, 0px 0px 15px #da02fc;
    margin: 0;
    text-align: center;
    padding: 10px 8px;
    background: #1b173c;
    border-radius: 30px;
    width: fit-content;
}

.key-wrap,
.bnb-wrap {
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    align-items: center;
    padding: 10px;
    min-height: 50px;
}

.key-title,
.bnb-title {
    padding: 0;
}

.buy-key {
    width: 90%;
    margin: 0 auto;
    margin-top: 60px;
    border: 5px solid #171a47;
    border-radius: 25px;
    margin-bottom: 5px;
}

.total-value {
    width: 90%;
    margin: 6px auto;
    border: 5px solid #171a47;
    border-radius: 25px;
    padding: 12px;
}

.sold-value,
.prize-value {
    margin: 6px auto;
    border: 5px solid #171a47;
    border-radius: 25px;
    padding: 12px;
}

.prize-pool,
.sold-key {
    font-size: 18px;
}

.sold-key {
    margin-top: 35px;
}

.last-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.last-value {
    font-size: 12px;
    display: flex;
    border: 5px solid #171a47;
    border-radius: 25px;
    padding: 5px;
}

.claim-bnb {
    display: flex;
    width: 70%;
    margin: 0 auto;
}

.last-key {
    margin-top: 50px;
}

a {
    cursor: pointer;
}

.bn-value,
.key-value {
    font-size: 18px;
    padding: 0;
}

.buy-button img {
    max-width: 135px;
}

.key-wrap {
    border-bottom: 5px solid #171a47;
    padding-bottom: 15px !important;
}

.bnb-title span {
    display: block;
    font-size: 8px;
    line-height: 5px;
}

.per-title,
.per-value {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left-sidebar,
.right-sidebar {
    margin-top: 5rem;
}

.primary {
    padding: 0 55px;
}

.per-title h5 {
    margin: 0;
    font-size: 18px;
}

.per-title img {
    width: 135px;
}

.per-value h6 {
    margin: 0;
    font-size: 15px;
}

.per-value img {
    width: 15px;
}

.per-refresh {
    height: 16px;
    margin-right: 5px;
    display: flex;
}

.total-key {
    font-size: 16px;
    margin-top: 35px;
}

.pri-button:hover {
    background: none;
    border: none;
    outline: none;
}

.pri-button {
    background: none;
    border: none;
    outline: none;
}

.pri-button img {
    max-height: 45px;
}

.cell-icon {
    width: 30%;
}

.value-bnb {
    color: yellow;
    letter-spacing: 0.25rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}

.pri-info {
    display: flex;
    justify-content: center;
}

.block-1 {
    z-index: 999;
    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(../../keycash/fonts/Voyager-H.otf);
}

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

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

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

.body-index {
    background-image: url(../../keycash/images/background.png);
}

html,
body {
    font-size: 20px;
    color: #F0ECFF;
    background-position-y: top;
    background-position-x: center;
    font-family: 'Voyager';
    text-transform: lowercase;
}

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

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

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

header {
    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 15px 0;
}

#navbarSupportedContent .nav-item {
    margin: 0px 35px;
}

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

.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(../../keycash/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;
}

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

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

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

.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.9rem;
    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: 25px;
}

.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.5rem;
    font-weight: 400;
}

.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: 1.2rem;
}

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

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

.contact-wrap {
    margin-right: auto;
}

.form-btn {
    text-align: center;
    background: none;
    outline: none;
    box-shadow: none;
    border: 2px solid #56417c;
    color: white;
    padding: 3px 35px;
    border-radius: 15px;
    cursor: pointer;
}

.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: 12px;
}

.footer h6 {
    font-size: 16px;
}

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

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

.fo-about p {
    font-size: 14px;
}

.contact-title {
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

#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("../../keycash/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: Gothic;
    background-image: url('../../keycash/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('../../keycash/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('../../keycash/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('../../keycash/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;
    margin: 15px auto;
}

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

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

.countdown .day .num {
    display: none;
}

.countdown .hour .num,
.countdown .min .num,
.countdown .sec .num,
.sperator {
    display: block;
    font-size: 4.15rem;
    color: #a2ecaf;
}

.sperator {
    color: #a2ecaf;
    font-size: 4.15rem;
}

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


/*Media Query*/

@media (max-width: 992px) {
    .dece-game h6 {
        font-size: 0.75rem;
    }
    .coming-img {
        max-width: 65%;
    }
    .bnb-title span {
        display: none;
    }
    .countdown .hour .num,
    .countdown .min .num,
    .countdown .sec .num,
    .sperator {
        font-size: 3.15rem;
    }
    .left-sidebar,
    .right-sidebar {
        margin-top: 4rem;
    }
}

@media (max-width: 767px) {
    .con-left {
        margin-top: 1rem;
    }
    .login-container {
        display: flex;
        flex-grow: 1;
    }
    .game-content {
        margin-top: 2rem;
    }
    .primary {
        order: 1;
    }
    .left-sidebar {
        order: 2;
    }
    .right-sidebar {
        order: 3;
    }
    .cell-img {
        margin-top: 0;
    }
    .left-sidebar,
    .right-sidebar {
        margin-top: 2rem;
    }
    .total-value,
    .buy-key {
        width: 100%;
    }
    .buy-button img {
        max-width: 185px;
    }
    html,
    body {
        background-size: cover;
    }
}

@media (max-width: 576px) {
    .coming-img {
        max-width: 55%;
    }
    .pri-info {
        margin: 10px;
    }
    .primary {
        margin-top: 25px;
    }
    .bd-example-modal-lg .sr-only,
    .btn-skip {
        font-size: 13px;
    }
    .dropdown-menu.open {
        left: -3rem;
    }
}

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

@media (min-width: 768px) {
    .login-container {
        display: flex;
        flex-grow: 0;
    }
    .game-content {
        margin-top: 3.5rem;
    }
    .block-2 {
        margin: 3.5rem 0;
    }
    .bnb-value-1 {
        left: 15%;
    }
    .left-sidebar,
    .right-sidebar {
        margin-bottom: 3rem;
    }
}

@media (min-width: 922px) {
    .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) {
    .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 (min-width: 576px) and (max-width: 992px) {
    .bnb-wrap {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .bnb-title,
    .bn-value {
        max-width: 100% !important;
        text-align: center;
    }
}

.btn-wallet {
    height: 60px;
    background: #212329;
    border: 1px solid #31343E;
    box-sizing: border-box;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-wallet:focus,
.btn-wallet:hover {
    border: 1px solid #FC4D0A;
}

.disable-hover:focus,
.disable-hover:hover {
    border: 1px solid #31343E;
}

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form:first-child {
    margin-top: 0px;
}

.form,
.form:focus,
.form:active,
.form:visited,
.form:focus-visible,
.form:focus-within {
    border: none;
    outline: none;
    border-radius: 12px;
    border: none;
    outline: none;
    padding: 10px 15px;
    margin-top: 20px;
    background: #402c67;
    color: white;
}

label.error {
    font-size: 12px;
    color: white;
    margin-left: 10px;
}

input.form[type='text'],
input.form[type='email'],
textarea.form {
    font-size: 16px;
}

.body-contact,
.body-faq {
    background: #270768 !important;
}

.body-coming {
    background-image: url(../../keycash/images/markeplace.jpg);
}

.faq-content p {
    font-size: 12px;
    text-align: center;
}

.faq-content span {
    font-weight: bold;
}

.faq-content {
    margin-bottom: 5rem
}

.btn-skip,
.btn-skip:focus {
    background: no-repeat;
    border: none;
    outline: none;
    color: white;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
    cursor: pointer;
    font-size: 20px;
}

#carouselExampleControls {
    padding-bottom: 2rem;
}

@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 */
}


.game-start-notice {
    margin-top: 25px;
}

/*
playback timings (ms):
  captures_list: 0.426
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.007
  esindex: 0.009
  cdx.remote: 13.623
  LoadShardBlock: 481.371 (3)
  PetaboxLoader3.datanode: 219.921 (5)
  PetaboxLoader3.resolve: 398.784 (2)
  load_resource: 164.132
  loaddict: 35.364
*/