﻿
:root {
    --body-font: "Inter", sans-serif;
    --head-font: "Inter", sans-serif !important;
}

html, body {
    font-family: var(--body-font) !important;
}

.header-section .navbar::before {
    display: none !important;
}


.sidebar-wrapper .sidebar-content .header-fixed, .sidebar-wrapper .sidebar-content .header-section {
    height: calc(100vh - 70px);
    align-items: start;
    margin-top: 18px;
}

.collapse.show {
    display: none !important;
}

@media (max-width: 480px) {
    .sidebar-wrapper .sidebar-content {
        left: 0px !important;
    }
    .header-section .navbar .navbar-nav {
        max-height: 100%;
    }
    .social-area {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        display: grid !important;
    }
}

@media (max-width: 1199px) {
    .sidebar-wrapper .sidebar-content {
        left: 0px !important;
        height: calc(100vh - 70px);
        overflow: hidden;
        overflow-x: hidden;
    }

    .header-section .navbar .navbar-nav {
        width: 100%;
    }
}

@media (max-width: 1799px) {
    .banner-section .shape-area .shape-1 {
        width: 16%;
    }
}

.logo-mobile {
    margin-left: auto;
}

.mobile-iconm {
    font-size: 54px;
    line-height: 26px;
}

.contact-us .social-area {
    flex-direction: row;
    display: flex;
    padding: 10px;
    width: max-content;
}

.logo {
    width: 150px;
}

.life-gamestorm::before {
    top: 0;
    bottom: unset !important;
}

.life-gamestorm::after {
    background-color: #222434;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -2;
}

.box-style:hover {
    background-color: var(--n900) !important;
}

.single-content .fs-seven {
    background: var(--p300);
    color: var(--n800);
    white-space: nowrap;
    border-radius: 8px;
}

.cy {
    color: var(--p300) !important;
}

.cw {
    color: var(--n0) !important;
}

.our-games {
    background-image: unset !important;
}

    .our-games::before, .our-games::after {
        background-image: unset !important;
    }

    .our-games::before, .our-games::after {
        background-image: unset !important;
    }


    .banner-section .single-slider {
        border-radius: 12px;
    }

    .app-download-title p {
        color: var(--n700);
    }

    .banner-section .single-slider img {
        border-radius: 8px;
    }

    .gamecard-max-text {
        max-width: 430px;
    }

    .game-logo-area img {
        min-width: 60px;
    }

    .our-services .single-slider {
        min-height: 490px;
    }

    .social-area a {
        border: unset;
    }

    .brd {
        border: 1px solid var(--n500);
        border-radius: 12px;
    }

    .join-button span {
        padding-left: 8px;
        font-weight: 600;
        color: var(--n0);
    }

    .join-button img {
        width: 45px;
    }

    .dcc {
        background-color: #5865f2 !important;
    }

    .fbc {
        background-color: #0866ff !important;
    }

    .stc {
        background-color: #1a1918 !important;
    }

    .apply-area {
        border-radius: 12px !important;
    }
    .graph-box {
        border-radius: 12px;
    }
.graph-box img {
    border-radius: 8px;
}

.btn-box span {
    font-weight: 600;
    color: var(--n0);
    padding-left: 8px;
    width: initial;
}

.banner-section.topsellers {
    background-image: url(.././images/topsellers-banner-illus.png);
}

.banner-section.about .shape-area .shape-1 {
    top: -6%;
}

.banner-section.about .shape-area .shape-2 {
    animation: rotate 46s linear infinite reverse;
}
.comm {
    width: 20px;
    margin-right: 6px;
}