@media screen and (max-width: 769px) {
    .header_content {
        padding: 0 1.5rem;
        justify-content: space-between;
    }

    .nav {
        position: fixed;
        top: 3rem;
        left: 0;
        background-color: rgba(88, 82, 82, 0.6) !important;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        width: 100%;
        padding: 1.5rem 0 1.15rem;
        transform: translateX(-100%);
    }


    .nav_item a.active {
        transition: all 0.3s ease-in-out;
    }

    .nav_list {
        flex-direction: column;
        align-items: center;
        row-gap: 1.5rem;
        margin-top: 1em;
        margin-bottom: 2em;
        width: 100%;
        padding: 0;
    }

    .nav_link {
        font-size: 1rem;
        justify-content: center;
        width: 100%;
    }

    .hamburger {
        display: block;
    }


    .bar {
        height: .3em;
        width: 1.5em;
    }

    .logo {
        width: 140px;
    }

    .logo-hidden {
        display: none;
    }

    .header_right {
        gap: 0;
    }

    .dropdown:hover>.dropdown_menu {
        visibility: hidden;
        opacity: 0;
    }

    .dropdown_menu {
        position: static;
        display: block;
        transform: none;
        width: 100%;
        background-color: inherit;
        padding: 0;
        border-radius: 0;
        max-height: 0;
        overflow: hidden;
        list-style: none;
        transition: max-height 0.4s ease-in-out, padding 0.4s ease-in-out;
        margin-top: 0;
        text-align: center;
        opacity: 1 !important;
        visibility: visible !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
    }

    .dropdown_menu.show-dropdown {
        max-height: 20rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .dropdown_menu li {
        margin-bottom: 1rem;
    }

    .dropdown_menu.show-dropdown {
        max-height: 20rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
        margin-top: 1rem;
    }

    .dropdown_menu li {
        margin-bottom: 1rem;
    }

    .dropdown_menu a {
        color: #ffffff !important;
        padding: 0.5rem 0;
        display: block;
    }

    .dropdown_menu a:hover {
        color: #62d900 !important;
    }

    .dropdown>.nav_link {
        width: 100%;
        justify-content: center;
    }

    .nav_link .fa-chevron-down {
        margin-left: 0.5rem;
    }

    .wallet-mobile-hidden {
        display: none;
    }

    .wallet-icon {
        width: 2em;
        height: 2em;
    }

    .connect-wallet-btn {
        background-color: transparent !important;
    }

    .connect-wallet-btn::before {
        background-color: transparent !important;
    }

    .slide-menu {
        width: 200px;
        top: 5rem;
        right: 1rem;
    }

    .profile-slide-menu span {
        display: none;
    }

    .profile-name-hidden-mobile {
        display: none !important;
    }

    .background-image {
        width: auto;
    }

    .headline {
        padding: 4rem 2rem;
    }

    .headline-bullet-texts span {
        font-size: 1em;
    }

    .headline-main-texts {
        font-size: 2.5em;
    }

    /* ===== Hero Image ===== */
    .middle-image {
        transform: translate(-10%, -10%);
    }

    .middle-image img {
        opacity: .8;
    }

    .notification-bell {
        width: 2em;
        height: 2em;
    }

    .profile-img {
        width: 2em;
        height: 2em;
    }

    .top-games-container {
        left: 70%;
        top: 58%;
    }

    #carousel {
        padding: 0;
        overflow: hidden;
    }

    .game-title {
        font-size: 1rem;
    }

    .game-description {
        font-size: 0.7rem;
    }

    .game-item-nav {
        font-size: 1.5rem;
        border-radius: 50% !important;
        width: 1em !important;
        height: 1em !important;
        padding: .75em;
        top: 85%;
    }

    .game-item-nav i {
        font-size: .75em;
    }


    .game-item {
        width: 235px;
        text-align: center;
        top: 40%;
    }

    .game-item img {
        width: 200px;
        height: auto;
    }

    .game-card-track {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .game-card {
        width: auto;
        height: 300px;
    }

    .section-title>span {
        font-size: 2em;
    }

    .section-card-container {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-card-header {
        font-size: 1em;
        text-align: center;
    }

    .section-card-body {
        font-size: .75em;
    }

    .disclaimer-container {
        font-size: .8em;
        text-align: center;
    }

    .footer {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 420px) and (max-width: 428px) {
    .top-games-container {
        left: 60%;
        top: 58%;
    }
}

@media (min-width: 375px) and (max-width: 390px) {
    .top-games-container {
        left: 70%;
        top: 65%;
    }
}

@media (min-width: 412px) and (max-width: 412px) {
    .top-games-container {
        left: 60%;
        top: 50%;
    }

    .header_content {
        padding: 3em 1.15em;
    }
}