
body {
    padding: 0;
    margin: 0;

    overflow-x: hidden;

    font-family: Noto Sans, sans-serif;
}

/*FOOTER*/
footer {
    padding-bottom: 3rem;
}
footer .payments img{
    height: 16px;
    cursor: pointer;
    margin-right: 1rem;
    opacity: 0.1;
    transition: .3s;
}
footer .payments img:hover{
    opacity: 1;
}
/*FOOTER END*/

/* CASE */
.case {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    background-size: cover;
}

.case img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 3333;
}

.case .cs{
    transition: .2s;;
}
.case .cs:hover {
    background: radial-gradient(circle, rgba(18, 23, 48, 7) 0%, rgba(255,255,255,0) 50%);
    transform: scale(1.3);
}

/* CASE END */

/*TIMER*/

.btn-brand-outline-warning {
    background: #4f3026;
    border-color: #ff6d36;
    transition: background .4s ease-in-out;
    width: 130px;
    border-radius: 2px;
    color: #fff;
    font-weight: bolder;
}

.btn-outline-warning:hover {
    background: #ff6d36;
    border-color: #ff6d36;
}

#timer {
    font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif;
}

#timer .container {
    margin: 0 auto;
    text-align: center;
}

#timer h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
}

#timer li {
    line-height: 1rem;
    color: #249393;
    border-radius: 5px;
    width: 4rem;
    background: rgb(30, 30, 41) !important;
    text-align: center;
    display: inline-block;
    list-style-type: none;
    padding: 0.6rem;
    text-transform: uppercase;
}

#timer li span {
    font-weight: bold;
    color: #fff;

    display: block;
    font-size: 1.3rem;
}

#timer .emoji {
    display: none;
    padding: 1rem;
}

#timer .emoji span {
    font-size: 4rem;
    padding: 0 .5rem;
}

@media all and (max-width: 768px) {
    footer {
        text-align: center;
    }
    #timer h1 {
        font-size: calc(1.5rem * var(--smaller));
    }

    #timer li {
        font-size: calc(1.125rem * var(--smaller));
    }

    #timer li span {
        font-size: calc(3.375rem * var(--smaller));
    }
}

/*TIMER END*/

/*GALLERY*/

#gallery .card {
    cursor: pointer;
    background: none;
    margin-top: 5px;
}

#gallery .card img {
    transition: .2s;
}

#gallery .card img:hover {
    transform: scale(1.3);
}

#gallery .card span {
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 600;
}

/*GALLERY END*/

.swal2-toast {
    background: #1e1e29 !important;
}
.bg-brand-primary-dark {
    background: #1e1e29 !important;
}

.bg-brand-dark {
    background-color: #101117;
}

.main-bg {
    background-color: #101117;
    background-image: url("../img/wall.webp");
    position: relative;
    width: 100%;
    min-height: 70vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.game {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    width: 37.5%;
    height: 5vh;
    display: flex;
    transition: .2s;
    cursor: pointer;
    vertical-align: baseline;
}

.game:hover {
    z-index: 2;
    transform: scale(1.05);
}

.game.cs {
    background: linear-gradient(270deg, rgba(135, 38, 250, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    justify-content: right;
}

.game svg {
    margin-top: 1.2vh;
    height: 2vh;
}


.game.dota {
    justify-content: center;
    width: 25%;
    background-color: rgba(16, 17, 23, 0.5);
}

#onlineCount {
    font-size: 12px;
}

.navbar-brand:hover {
    display: inline-block;
    animation: shakeX;
    animation-duration: 1s;
}

.game.rust {
    justify-content: left;
    background: linear-gradient(90deg, rgba(135, 38, 250, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 767px) {
    .game {
        width: 33% !important;
    }
}

.nav-link {
    transition: .4s;
    display: flex;
    font-size: 14px;
}

.nav-link i {

}

.nav-link:hover {
    color: #6f42c1;
}

.nav-link:hover i, .nav-link.active i {
    background: linear-gradient(90deg, rgba(249, 255, 3, 0.65), rgb(212, 127, 221));
}

.nav-link span {
    padding: 0.3rem 0.7rem 0 0.7rem;
    display: block;
    text-align: center;
    vertical-align: baseline;
}

.nav-link i {
    background: linear-gradient(90deg, rgba(155, 93, 231, .17), rgba(212, 127, 221, .17));
    align-items: center;
    border-radius: 2px;
    display: flex;
    height: 2rem;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 2.625rem;
}