.db-header nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    height: 60px;
    padding: 0 5px;
    background: #fff;
    box-shadow: 0 3px 12px #92929266;
    height: 80px;
}
section.db-header.scrolled nav{
    z-index: 999;
}

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

.db-header ul.navbar-nav {
    display: flex;
    flex-direction: row;
}

.db-header .nav-link.user--id {
    background: linear-gradient(to right, #4AA59E, #3c9af7);
    border-radius: 8px;
    color: #4C7DAF;
    display: inline-block;
    text-decoration: none;
    padding: 1.5px !important;
    cursor: inherit;
}

.db-header .nav-link.user--id span {
    background: #fff;
    display: block;
    padding: 3px 10px;
    border-radius: 7px;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: uppercase;
    background: #fff;
    height: 100%;
}

.db-header .nav-link.user--id span b {
    display: block;
    color: #333;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.db-header .nav-item {
    margin-right: 10px;
}

.db-header a.nav-link.amount__wallt {
    font-size: 16px;
    font-weight: 500;
    color: #03b303;
    background: #fff;
    border-radius: 8px;
    letter-spacing: 0px;
    border: 1px solid #03b303;
}

a.nav-link.amount__wallt b {
    display: inline-block;
    color: #029d02;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 400 !important;
    margin-right: 4px;
}

.db-header a.nav-link.amount__wallt {
    font-size: 16px;
    color: #03b303;
    letter-spacing: 0px;
    font-family: 'RobotoCondensed-Bold';
}

.db-header .nav-link {
    padding: 8px 15px !important;
    /* line-height: 0; */
}

.db-header a.nav-link.download {
    background: linear-gradient(297deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgba(102, 153, 204, 1) 80%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 20px;
    line-height: 0;
    position: relative;
    box-shadow: 0 0 4px #333;
    padding: 8px 10px !important;
    line-height: 1;
}

.db-header a.nav-link.download span {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.db-header .download .pulse {
    display: block !important;
    width: 20px  !important;
    height: 20px !important;
    border-radius: 50%;
    background: linear-gradient(297deg, rgba(2, 0, 36, 1) 0%, rgb(72 167 153) 0%, rgb(111 204 102) 80%) !important;
    cursor: pointer;
    box-shadow: 0 0 0 rgb(255 255 255 / 29%);
    animation: pulse 1.5s infinite !important;
    line-height: 0;
    padding: 2px 4px;
    border: 3px solid #f0f8ff;
}
.footer {
    text-align: center;
    padding: 15px 0 0;
    color: #eee;
    background: rgb(83,83,83);
    background: radial-gradient(circle, rgba(83,83,83,1) 0%, rgba(83,83,83,1) 35%, rgba(0,0,0,1) 100%);
    position: relative;
}
.footer .img-fluid.footer_bg-img {
    position: absolute;
    left: 48%;
    width: 100%;
    max-width: 95px;
    top: 20px;
    opacity: 1;
}
.heading_footer {
    text-align: left;
    margin: 0 0 60px;
}
.heading_footer h2 {
    font-size: 30px;
    letter-spacing: 2px;
    font-weight: bold;
}
.links ul {
    padding-left: 0;
    margin: 0;
    justify-content: space-between;
}
.links li {
    list-style: none;
    padding: 10px 10px;
}
.links li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.5px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'RobotoCondensed-Bold';
}
.links li a:hover{
    color: #a8fdbc;
}
.copyright {
    margin: 20px 0 0;
    font-size: 14px;
    letter-spacing: 2px;
    background: #fff;
    color: #686868;
    padding: 5px 0;
}
.mobile_links a {
    letter-spacing: -.4px;
    text-transform: capitalize;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 800;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    white-space: nowrap;
    font-family: 'Roboto-Regular';
}
.mobile_links a span{
    margin-top: 3px;
}
ul.mobile_links {
    margin: 3px 0;
    align-items: baseline;
    list-style: none;
}
.mobile_links li {
   width: 20%;
}
/* .mobile_links li:nth-child(1){
    width: 14%;
}
.mobile_links li:nth-child(2){
    width: 29%;
}
.mobile_links li:nth-child(3){
    width: 29%;
}
.mobile_links li:nth-child(4){
    width: 14%;
}
.mobile_links li:nth-child(5){
    width: 14%;
} */

.btn-back-head {
    height: 42px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-back-head:focus{
   outline: #4AA59E !important;
}
.db-header .navbar-nav .nav-link {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.db-header .navbar-nav .nav-link:focus-visible {
    outline: 0;
    box-shadow: none;
}
.db-new-games {
    height: 100vh;
    margin-top: 60px;
}