body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}
.bottom-slider {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    background: red;
}

* {
    font-family: 'Kaisei HarunoUmi';
}

#captcha_image {
    width: 70px;
    height: 30px;
    object-fit: cover; /* Ensures the image fits correctly */
}

.nav-link {
    color: white;
}

/* Webkit browsers (Chrome, Safari, Edge) */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}




/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

h3, h2 {
    color: #00008B;
}

.q-logo {
    height: 50px;
    width: 50px;
}

@media (max-width: 576px) {
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 0.7rem;
        line-height: 1;
    }
    .image-card {
        padding: 2px;
        background: white;
    }
    .q-logo {
        height: 35px;
    }
}

@media (max-width: 400px) {
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1rem;
    }
    h4 {
        font-size: 0.7rem;
        line-height: 1;
    }
    .game-section .col-md-3 {
        padding-bottom: 0;
    }
    .q-logo {
        height: 35px;
    }
}

@media (min-width: 768px) {
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    h4 {
        font-size: 0.8rem;
    }
}

@media (min-width: 992px) {
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.7rem;
    }
    h4 {
        font-size: 1rem;
    }
}

.header-btn-collapse-nav {
    margin-left: 20px;
    background: #00B4DB !important;
}

 

.bottom-navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: white;
    padding: 10px 0;
}

.bottom-navbar-2 {
    top: 15%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: #000;
    color: white;
    z-index: 1000;
}

.bottom-navbar .nav-link {
    color: white;
}

.bottom-navbar .nav-link.active {
    color: #ffcc00;
}

.offcanvas {
    background: #222;
    color: white;
}

/* Desktop */
.banner {
    height: 200px;
}

/* Tablet */
@media (max-width: 992px) {
    .banner {
        height: 300px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .banner {
        height: 200px;
    }
}

/* Responsive Font Sizes */
.name {
    font-size: 1.5rem;
}

/* Scale text down for smaller screens */
@media (max-width: 768px) {
    .name {
        font-size: 1.2rem;
    }
}

@media (max-width: 576px) {
    .name {
        font-size: 0.8rem;
    }
    .login-btn {
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    }
}

 

h3 {
    margin-top: 30px;
    color: white;
}

 
.custom-white-bg {
    background: #FAF9F6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .card {
        flex: 0 0 100%; /* Show 1 card at a time on smaller screens */
        width: 100%;
        height: 200px;
    }
    .large-badge {
        font-size: 1rem; /* Increase font size */
        padding: 0.3rem 0.rem; /* Increase padding */
        border-radius: 0.60rem; /* Adjust border radius for rounded corners */
    }
    #banner .card {
        width: 100%;
        height: 180px;
    }
}

@media (max-width: 450px) {
    #banner .card {
        width: 100%;
        height: 160px;
    }
}

@media (max-width: 350px) {
    .btn {
        background: #89CFF0;
    }
}

.large-badge {
    font-size: 1.25rem; /* Increase font size */
    padding: 0.5rem 1rem; /* Increase padding */
    border-radius: 0.75rem; /* Adjust border radius for rounded corners */
}

#banner .card {
    width: 100%;
    height: 250px;
}

/* Small devices (phones) */
@media (max-width: 576px) {
    #banner .card-bg {
        width: 100%;
        height: 180px;
    }
}

/* Medium devices (tablets) */
@media (min-width: 577px) and (max-width: 768px) {
    
}

#banner .card {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}
 

/* Large devices (desktops) */
@media (min-width: 769px) and (max-width: 1024px) {}

/* Extra large devices (large desktops) */
@media (min-width: 1025px) {}
 

@media (max-width: 576px) {
    .col-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

 

/* Sidebar Collapse (if needed) */
@media (max-width: 768px) {
     
}
 

.custom-blue-bg {
    background: #00B4DB;
}

.menu-item {
    display: flex;
    align-items: center;
    padding: 12px;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid black;
    transition: background 0.3s;
}

.menu-item:hover {
    background: #f0f0f0;
    color: #00B4DB;
}

.menu-item img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

/* New Css */
 

h5 {
    text-transform: capitalize !important;
}

   /* Card container */
   .image-card-holder {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

/* Image styling */
.image-card img {
    width: 100%;
    height: auto;
    transition: filter 0.3s ease-in-out;
}

/* Blur effect on hover */
.image-card-holder:hover .image-card img {
    filter: blur(5px);
}

/* Hidden button initially */
.hover-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background-color: #ffcc00;
    color: #000;
    border-radius: 5px;
    cursor: pointer;
}

/* Show button on hover */
.image-card-holder:hover .hover-button {
    display: block;
}

/* Responsive image caption */
.image-caption {
    font-size: 1.2rem;
    margin-top: 10px;
    color: #f0f0f0;
}

@media (max-width: 768px) {
    .image-caption {
        font-size: 1rem;
    }

    .game-slider-card {
        background-color: #2BBEF1;
          border-radius: 10px;
     
          text-align: center;
          transition: transform 0.3s ease-in-out;
          min-width: 150px; /* Card width */
          display: inline-block;
          user-select: none; /* Prevent text selection while dragging */

      }

      
}

@media (max-width: 576px) {
    .image-caption {
        font-size: 0.8rem;
        margin-top: 10px;

    }
}