body {
     margin: 0;
     padding: 0;
     font-family: Arial, sans-serif;
     background-color: #f4f4f9;
     user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    }
    
   
.container {
    max-width: 1300px;
    margin: 0 auto;
    background: #fff;
    min-height: 100vh;
}
.sos {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    transition: .6s;
    box-shadow: 0 5px 4px rgba(0, 0, 0, .5);
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sosimg {
    width: 30px;
    height: 30px;
}
.category-btn.active {
    background: #a4bbff linear-gradient(to bottom, #f4d941, #ffd800);
    color: black;
}
.social-menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.back {
    background-color: #ffffffed;
    border: none;
    padding: 10px;
    backdrop-filter: blur(30px);
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 10px;
    width: 40px;
    color: white;
    cursor: pointer;
}
.img {
    width: 25px;
}

.scroll-container {
    position: relative;
}

.scrollLeftBtn {
    position: absolute;
    top: 35%;
    z-index: 100;
    left: 0;
    background-color: #ffffffed;
    border: none;
    padding: 10px;
    backdrop-filter: blur(30px);
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-left: 10px;
    width: 40px;
    color: white;
    cursor: pointer;
}
.scrollRightBtn {
    position: absolute;
    top: 35%;
    z-index: 100;
    right: 0;
    background-color: #ffffffed;
    border: none;
    padding: 10px;
    backdrop-filter: blur(30px);
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px;
    color: white;
    cursor: pointer;
}
.gameView {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    padding: 10px;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}
.more {
    font-size: 0.8rem;
    padding: 3px 6px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    background: #a4bbff linear-gradient(to bottom, #00175b, #000000);
}

#game-men {
    /*min-height: 100vh;*/
    text-align: center;
}

.loading-spinner {
    height: 100%;
    width: 100%;
    background-color: #e2e5e7;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-size: 40px 100%;
    background-repeat: no-repeat;
    background-position: left -40px top 0;
    -webkit-animation: shine 1s ease infinite;
    animation: shine 1s ease infinite;
    position: absolute;
    border-radius: 10px;
}
@-webkit-keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}

@keyframes shine {
    to {
        background-position: right -40px top 0;
    }
}
.card-logo {
    width: 150px;
    margin: 10px;
    cursor: pointer;
}
#top {
    font-size: 18px;
    background-size: cover;
    padding: 10px;
    font-weight: bold;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #698df5 linear-gradient(to bottom, #264ab3, #1d3479);
}
.items-center {
    align-items: center;
    border-radius: 9999px;
    display: flex;
    height: 40px;
    justify-content: center;
    margin-right: 10px;
    width: 40px;
    color: white;
    cursor: pointer;
    border: none;
}
#search-bar {
    display: none;
    justify-content: center;
    background: #698df5 linear-gradient(to bottom, #264ab3, #1d3479);
}

#search-bar input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 10px;
    width: 100%;
}
#search-bar input:focus {
    outline: none;
}
#category-buttons {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    padding: 10px;
    background: #698df5 linear-gradient(to bottom, #1d3479, #001d74);
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
}
.category-btn {
    padding: 10px 15px;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    background: #a4bbff linear-gradient(to bottom, #00175b, #000000);
    text-decoration: none;
}
.category-btn::-webkit-scrollbar {
    display: none;
}
.category-btn:hover {
    background: #344d96;
}
#category-name {
    font-size: 20px;
    color: #ffffff;
    background: #a4bbff linear-gradient(to bottom, #00175b, #000000);
    padding: 10px;
    text-align: center;
}
#game-container {
    display: flex;
    /*display: none;*/
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
    padding: 10px;
    min-height: 100vh;
    align-content: flex-start;
}
.game {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    left: 0;
    line-height: 2.1rem;
    padding: 2rem 12px .8rem;
    position: sticky;
    justify-content: space-between;
    font-weight: 700;
}
    .game-thumbnail {
        position: relative;
        cursor: pointer;
        text-align: center;
    }
    .game-thumbnail img {
        width: 150px;
        height: 150px;
        border-radius: 10px;
        transition: transform 0.2s ease-in-out;
    }
    .game-thumbnail img:hover {
        transform: scale(1.1);
    }
    .game-title {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        background: #698df500 linear-gradient(to bottom, #264ab3d6, #1d3479d9);
        color: white;
        font-size: 12px;
        padding: 5px;
        border-radius: 0 0 10px 10px;
        /*opacity: 0;*/
        transition: opacity 0.3s;
    }
    .game-thumbnail:hover .game-title {
        opacity: 1;
    }
    
#footer {
    color: #fff;
    padding: 20px 0;
    background: #698df5 linear-gradient(to bottom, #264ab3, #1d3479);
}

.footer-container {
    display: flex;
    justify-content: space-around; /* Space sections evenly */
    max-width: 1300px; /* Max width for the container */
    margin: 0 auto; /* Center the container */
    font-size: 12px;

}

.footer-section {
    flex: 1; /* Each section takes equal space */
    padding: 0 20px; /* Padding inside each section */
}

.footer-section h4 {
    border-bottom: 2px solid #fff; /* Underline for section titles */
    padding-bottom: 10px; /* Space below the title */
}

.footer-section ul {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
}

.footer-section ul li {
    margin: 10px 0; /* Space between list items */
}

.footer-section a {
    color: #fff; /* White link color */
    text-decoration: none; /* Remove underline */
}

.footer-section a:hover {
    text-decoration: underline; /* Underline on hover */
}

.footer-bottom {
    text-align: center; /* Center the copyright text */
    margin-top: 20px; /* Space above the copyright */
    font-size: 0.9em; /* Smaller font size */
}
    