@media only screen and (min-width: 1800px) {
    .categorySwiper {
        min-height: 420px;
    }
}

@media only screen and (max-width: 1450px) {

    .menu-item img {
        width: 25px;
    }

    .main-menu {
        gap: 5px;
    }
}

@media only screen and (max-width: 1279px) {
    .menu-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: clamp(8px, 2vw, 14px);
        position: relative;
    }

    .logo-area {
        order: 1;
        flex: 1 1 100%;
        display: flex;
        justify-content: center;
        margin: 0;
    }

    .logo-area img {
        max-width: clamp(130px, 45vw, 170px);
        height: auto;
        display: block;
    }

    .btn-login,
    .btn-signup {
        flex: 1 1 0;
        width: auto;
        min-width: 0 !important;
        max-width: none;
        height: auto;
        padding: 10px 12px;
        border-radius: 8px;
        font-size: 12px;
        box-sizing: border-box;
    }

}

@media only screen and (max-width: 991px) {
    .t-header {
        padding: 12px 0;
        position: fixed;
        width: 100%;
        z-index: 999;
        background: #030039;
    }

    .t-body {
        padding-top: 70px;
        margin: 0 auto;
    }

    .mobile-menu-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 5px;
        border: 0;
        background: none;
        color: #7a66ff;
        font-size: 24px;
    }

    .header-logo img {
        max-width: 125px;
        margin-right: 10px;
    }

    .header-actions {
        gap: 8px;
    }

    .login-btn,
    .register-btn {
        padding: .65rem 1rem;
        font-size: 12px;
    }

    .lang-select {
        display: none;
    }

    .t-footer {
        margin-bottom: 60px;
        background: url(../images/mobile/Index/mobile-footer-bg.webp) no-repeat top center;
        background-size: cover;
    }

    .d-show {
        display: none;
    }

    /* index-banner */
    .hero-banner {
        padding: 10px 0 30px;
    }

    .hero-inner {
        display: flex;
        flex-direction: column-reverse;
        text-align: center;
        gap: 15px;
    }

    .hero-img img {
        max-width: 380px;
        margin: auto;
    }

    .hero-circle {
        right: 50%;
        transform: translateX(50%);
        top: 8%;
        width: 87vw;
    }

    .hero-text h1 {
        font-size: clamp(38px, 12vw, 56px);
        text-align: center;
        margin-bottom: 40px;
    }

    .hero-btns {
        justify-content: center;
        gap: 12px;
    }

    .btn-promo,
    .btn-outline {
        padding: 12px 22px;
        font-size: 13px;
    }

    .coin-blue {
        max-width: 70px;
        left: 2%;
        top: 18%;
    }

    .coin-gold {
        max-width: 75px;
        right: 2%;
        bottom: 19%;
    }

    .hero-img {
        right: 0px;
        top: 20px;
    }

    .hero-text {
        margin-top: -80px;
        z-index: 99;
    }

    .m-show {
        display: block;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    .ann-icon img {
        max-width: 50px;
        position: absolute;
        bottom: -30px;
    }

    .section-title {
        font-size: 20px;
    }

    .playwin-track img {
        height: 40px;
    }

    .playwin-bar {
        padding: 10px 0px;
    }

    /* why */
    .why-section {
        padding: 30px 0;
    }

    .why-wrapper {
        position: relative;
    }

    .why-card {
        position: relative;
        overflow: hidden;
        border-radius: 22px;
        padding: 24px 18px;
        background: url("images/index/choose-us/why-bg.webp") center/cover no-repeat;
        border: 1px solid rgba(120, 100, 255, .8);
        text-align: center;
    }

    .why-content {
        width: 100%;
    }

    .why-content h2 {
        font-size: 20px;
        text-align: left;
        margin-bottom: 15px;
    }

    .why-robot {
        position: relative;
        right: auto;
        bottom: auto;
        max-width: 65%;
        height: auto;
        margin: 0 auto 18px;
        display: block;
        animation: robotFloat 4s ease-in-out infinite;
    }

    .why-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 18px 12px;
    }

    .why-item {
        text-align: center;
        border-right: none;
    }

    .why-item img {
        max-width: 54px;
        height: auto;
        margin: 0 auto 8px;
        display: block;
    }

    .why-item h6 {
        font-size: 10px;
        line-height: 1.25;
        margin: 0;
    }

    .why-item:nth-child(4) {
        grid-column: 1 / 2;
        transform: translateX(55%);
    }

    .why-item:nth-child(5) {
        grid-column: 2 / 3;
        transform: translateX(55%);
    }

    .promo-1-bg {
        background: url("../images/index/Promotions/promo-1.webp") no-repeat top center;
        background-size: 100% 100%;
    }

    .promo-2-bg {
        background: url("../images/index/Promotions/promo-2.webp") no-repeat top center;
        background-size: 100% 100%;
    }

    .promo-3-bg {
        background: url("../images/index/Promotions/promo-3.webp") no-repeat top center;
        background-size: 100% 100%;
    }

    .promo-card {
        min-height: 100%;
    }

    .promo-content {
        width: 100%;
        height: auto;
        line-height: 1;
    }

    .promo-slider {
        margin-bottom: 50px;
    }

    .promo-card h4 {
        font-size: 20px;
        margin: 0;
        white-space: nowrap;
    }

    .promo-card h3 {
        font-size: 40px;
        font-weight: 900;
        margin: 4px 0;
    }

    .promo-card p {
        font-size: 15px;
        font-weight: 700;
    }

    .promo-head {
        margin-bottom: 15px;
    }

    /* depo-sec */
    .trophy-deco {
        display: none;
    }

    .coin-deco {
        right: 7px;
        bottom: 0px;
        max-width: 120px;
        animation: floatY 3.5s ease-in-out infinite reverse;
    }

    .live-grid {
        display: none
    }

    .live-tabs {
        display: flex;
        width: 100%;
        background: #0b0846;
        border-radius: 999px;
        /* padding: 4px; */
        margin-bottom: 15px;
    }

    .live-tabs .nav-item {
        flex: 1;
    }

    .live-tabs .nav-link {
        width: 100%;
        border: 0;
        border-radius: 999px;
        padding: 12px 0;
        text-align: center;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background: transparent;
        transition: .3s;
    }

    .live-tabs .nav-link.active {
        background: linear-gradient(180deg, #7d65ff, #5a3df0);
        color: #fff;
    }

    .mobile-live-card {
        padding: 22px 24px;
        border-radius: 16px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .depo-mobile-bg {
        background: url("../images/mobile/Index/mobile-depo_frame.webp") no-repeat top center;
        background-size: 100% auto;
    }

    .withd-mobile-bg {
        background: url("../images/mobile/Index/mobile-withd_frame.webp") no-repeat top center;
        background-size: 100% auto;
    }

    .mobile-live-box {
        position: relative;
        z-index: 100;
    }

    .mobile-live-card h4 {
        font-size: 15px;
        margin-bottom: 230px;
    }

    .mobile-live-card .live-list {
        max-width: 100%;
        margin-top: 50px;
        font-size: 13px;
    }

    .live-list img {
        width: 30px;
    }

    .menu-btm {
        position: fixed;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        overflow: visible;
        background: linear-gradient(180deg, #8036dd, #4b00a8);
        border-top: 2px solid #f5c8ff;
    }

    .menu-wrapper {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        align-items: end;
        padding: 8px 6px 6px;
        overflow: visible;
        justify-content: center;
    }

    .menu-center {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        cursor: pointer;
        z-index: 5;
    }

    .menu-center .reward-img {
        position: absolute;
        left: 50%;
        bottom: 50%;
        transform: translateX(-50%) scale(2);
        transform-origin: center bottom;
        width: 53px;
        height: auto;
    }

    .menu-center span {
        background: #271454;
        border: 1px solid rgba(255, 255, 255, .35);
        border-radius: 8px;
        padding: 6px 14px;
        font-size: 12px;
        white-space: nowrap;
    }

    .menu-wrapper img {
        width: 30px;
    }

    .menu-wrapper a {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 12px;
    }

    /* mobile-game */
    .game-title h3 {
        font-size: 18px;
    }

    .view-all {
        padding: 8px 20px;
        font-size: 13px;
    }

    .gameSwiper .swiper-slide img {
        max-width: 120px;
    }

    /* provider-slider */
    .provider-item {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100px;
        height: 55px;
    }

    .provider-track a {
        flex-shrink: 0;
        margin: 0 15px;
    }

    /* login-modal */
    .top-title {
        font-size: 25px;
    }

    .modal-login .modal-body {
        margin-top: 250px;
        padding: 10px;
    }

    .phone-group::after {
        left: calc(20% - -25px);
    }

    .reg-otp {
        margin-top: 0px;
    }

    .congrats-form {
        margin-top: 0px;
    }

    /* daily-modal */
    .daily-dialog {
        margin: 12px
    }

    .daily-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 4px;
        margin-top: 30px;
    }

    /* Day 7 */
    .daily-grid .daily-card:last-child {
        grid-column: 4;
        grid-row: 1 / span 2;
        min-height: 200px;
        min-width: 115px;
    }

    /* Remaining cards */
    .daily-grid .daily-card:not(:last-child) {
        min-height: 97px;
    }

    .daily-grid .daily-card img {
        max-width: 34px;
    }

    .daily-grid .day7 img {
        max-width: 95px;
    }

    .daily-card.day7 {
        min-height: 120px
    }

    .daily-body {
        padding: 18px;
    }

    .daily-piggy {
        position: absolute;
        top: 15px;
        right: 20px;
        left: auto;
        width: 110px;
    }

    .daily-info {
        margin-left: 0;
        /* padding-right: 110px; */
    }

    .daily-info h2 {
        text-align: left;
        font-size: 24px;
        margin-top: 30px;
    }

    .daily-info p {
        text-align: left;
        margin-bottom: 20px;
        font-size: 15px;
    }

    .daily-card b {
        font-size: 12px
    }

    .day-color {
        color: #ffd900;
        font-size: 12px !important;
    }

    .daily-card span {
        font-size: 12px;
        margin-top: 15px;
    }

    .day7 span {
        font-size: 25px;
        margin-top: 20px;
    }

    .day7 b {
        font-size: 18px;
    }

    .day7 .day-color {
        color: #ffd900;
        font-size: 18px !important;
    }

    .daily-close {
        font-size: 15px;
        width: 40px;
        right: 0px;
        top: -50px;
    }

    /* floating-icon */
    .daily-floating {
        display: none;
    }

    .daily-floating img {
        width: 70px;
    }

    /* product-page */
    .product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 0px 10px;
        margin-top: 10px;
    }

    .product-banner {
        padding-bottom: 0px;
    }

    .game-filter-row {
        flex-direction: column;
    }

    .game-tabs button {
        padding: 10px;
        white-space: nowrap;
    }

    .game-search {
        padding: 10px;
    }

    .provider-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .game-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }

    .game-card h4 {
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 35px;
        font-size: 15px;
    }

    .game-card p {
        font-size: 12px;
    }

    .product-page {
        padding-bottom: 50px;
    }

    .game-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        background: #1f2475;
        border-radius: 30px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        padding: 5px;
    }

    .product-grid.slot-grid {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 12px;
        padding-bottom: 10px;

        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .product-grid.slot-grid::-webkit-scrollbar {
        display: none;
    }

    .slot-grid .product-card {
        flex: 0 0 calc((100% - 24px) / 3.5);
    }

    .daily-grid::before {
        display: none;
    }

}


@media only screen and (max-width: 767px) {
    .login-footer {
        flex-direction: column;
        gap: 10px;
    }

    .acc-activate {
        padding: 0px 0px 10px;
    }

    .reg-text {
        text-align: center;
    }

    .otp-field input {
        width: 100%;
    }

    .float-action {
        display: none;
    }

}

@media only screen and (max-width: 550px) {}

@media only screen and (max-width: 480px) {
    .footer-grid {
        display: flex;
        flex-wrap: wrap;
    }

    .footer-col h3 {
        font-size: 12px;
    }

    .footer-col ul li a {
        font-size: 12px;
    }

    .footer-copyright {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px
    }

    .footer-partners {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        align-items: center;
        justify-content: center;
    }

    .footer-partners img {
        max-width: 100px;
    }

}

@media only screen and (max-width: 380px) {
    .hero-img img {
        max-width: 340px;
        margin: auto;
    }

    .hero-btns {
        flex-direction: column
    }

    .coin-gold {
        max-width: 75px;
        right: 2%;
        bottom: 12%;
    }

    .mobile-live-card h4 {
        font-size: 15px;
        margin-bottom: 180px;
    }

    .daily-info h2 {
        text-align: left;
        font-size: 20px;
        margin-top: 30px;
    }

    .daily-info p {
        text-align: left;
        margin-bottom: 20px;
        font-size: 12px;
    }
}   