@media screen and (max-width: 769px) and (min-width: 767px) {}

@media screen and (max-width: 1150px) and (min-width: 767px) {}

@media only screen and (max-width: 1380px) {
    .banner-box .info h4 {
        font-size: 12px;
    }

    .banner-box p {
        font-size: 10px;
    }

    .banner-box {
        height: auto;
    }

    .banner-box .bg {
        /* height: 200px; */
        width: 150%;
    }

    .line-btn {
        bottom: -15px;
    }


    .about-bg .card-r {
        width: 20%;
        top: -100px
    }

    .about-bg .card-l {
        width: 15%;
        bottom: -85px;
    }

    .about-info::after {
        width: 100%;
        height: 105%;
    }

    .about-icon .bg {
        bottom: 0;
        right: 0;
        max-width: 100%;
    }

    .promotion-bg .promotion-card {
        width: 15%;
        bottom: -40px;
        right: -50px;
    }

    .cover-info {
        padding-top: 30px;
    }

    .cover-info h2,
    .cover-info h3 {
        font-size: 30px;
    }

    html,
    body {
        overflow-x: hidden;
    }

    .about-info::after {
        width: 115%;
        height: 105%;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1299px) {
    body {
        font-size: 14px;
    }

    .header-app {
        display: none !important;
    }

    .header .logo {
        height: 20px;
    }

    .featured-box .body {
        padding: 5px;
    }

    #brands-list .link.active::after {
        left: -5px;
    }

    .category-list>div,
    .game-list>div {
        /* width: 16.66%; */
        width: 12.5%;
    }
}

@media only screen and (max-width: 1025px) {
    .header-right>li {
        border-left: 0 !important;
    }
}

@media only screen and (max-width: 992px) {

    .allgame-header h2 {
        font-size: 2rem !important;
    }

    .big-winner-box .head {
        font-size: 1.5rem !important;
    }

    .home-game-content {
        padding-left: 1.3rem;
    }

    .category-list>div,
    .game-list>div {
        width: 16.66%;
        /* width: 12.5%; */
    }

    .content {
        padding-left: 0;
        padding-right: 0;
        /* padding-top: 0; */
    }

    /* .control-bar #windowfullscreen {
        display: none;
    } */
    .mobile-sidebar .menu-show {
        display: flex !important;
    }

    #deposit,
    #withdraw,
    .header .menu,
    .header-menu,
    .mobile-hide,
    .mobile-sidebar .menu-hide,
    body.fullscreen .header,
    body.fullscreen .mobile-menu {
        display: none !important;
    }

    .page-title h4 {
        font-size: calc(1.5rem + .3vw) !important;
    }

    .page-title h4 span {
        font-size: 1.5rem;
    }

    .page-title lord-icon {
        width: 40px;
        height: 40px;
        margin-top: -10px;
    }

    .btn {
        font-size: 1rem;
    }

    .table tbody tr {
        border-bottom: 1px solid #22242a !important;
    }

    .table thead th,
    .table tbody td {
        min-width: 150px;
    }

    .signup-btn {
        letter-spacing: 0px;
    }

    footer {
        padding-bottom: 4.5rem;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    body {
        padding-top: 60px !important;
    }

    .header .logo {
        height: 25px;
    }

    .custom-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .custom-tabs::-webkit-scrollbar {
        height: 0px;
        border-radius: 10px;
        background-color: #f0f0f0;
    }

    .custom-tabs.nav-pills .nav-link {
        flex-direction: column;
        width: 85px;
    }

    .custom-tabs .team-box.me-2 {
        margin-right: 0 !important;
    }

    .category-list>div,
    .game-list>div {
        /* width: 33.33%; */
        width: 16.66666666666667% !important;
    }

    .category-list,
    .game-list {
        margin-bottom: 1rem;
        padding-left: 10px;
        padding-right: 10px;
    }

    .news.title {
        padding-left: 15px;
        padding-right: 15px;
    }

    .resp-order-1 {
        order: 1;
        margin: 0 !important;
    }

    .resp-order-3 {
        order: 3;
    }

    .resp-order-2 {
        order: 2;
    }

    #brands-list {
        position: fixed;
        width: 300px;
        top: 60px;
        height: 89vh;
        left: -300px;
        transition: all 0.3s;
        z-index: 102;
        margin-top: 0 !important;
        overflow-y: auto;
    }

    #brands-list.show {
        left: 0;
    }

    ::-webkit-scrollbar {
        width: 2px;
        border-radius: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: none;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #ffc107;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ffc107;
    }

    .header-right li:last-child {
        padding-right: 0 !important;
    }



}

@media only screen and (max-width: 768px) {
    #brands-list {
        height: 87vh;
    }

    .register-btn,
    .login-btn {
        padding-left: 10px;
        padding-right: 10px;
    }

    .register-btn,
    .login-btn,
    .register-btn i,
    .login-btn i {
        font-size: 14px;
    }

    .logo {
        height: 35px;
    }

    .top-bg {
        padding-top: 1rem;
    }

    .register-btn span {
        font-size: 18px;
    }

    .header-cover p {
        font-size: 16px;
        text-align: center;
    }

    .header-cover .chip-r {
        width: 30%;
        bottom: -60px;
    }

    .header-cover .chip-l {
        left: 0;
        width: 30%;
    }

    .header-cover .ball-l {
        width: 35%;
        left: 0;
    }

    .header-cover .ball-r {
        width: 25%;
    }

    .banner-box .info h4 {
        font-size: 12px;
    }

    .banner-box p {
        font-size: 10px;
    }

    .banner-box img:not(.bg) {
        width: 80%;
        margin-bottom: 0;
        margin: 0 auto 0;
    }

    .banner-box {
        height: auto;
    }

    .banner-box .bg {
        height: 200px;
        width: 145%;
    }

    .header-cover {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    .about-bg .card-r {
        top: -80px;
    }

    .line-btn {
        bottom: -6px;
    }

    .about-info::after {
        display: none;
    }

    .about-icon {
        padding-bottom: 15px;
    }

    .about-info {
        padding-top: 0;
    }

    .about-text {
        text-align: center;
    }

    .about-bg .card-l {
        bottom: 0;
        left: -25px;
    }

    .cover-info h2,
    .cover-info h3 {
        text-align: center;
    }

    .cover-info {
        width: 100%;
        padding-top: 30px;
    }


    .line-pos {
        justify-content: center;
    }

    .promotion-title span {
        font-size: 36px;
    }

    .footer-social .line-icon,
    .footer-top .logo {
        height: 30px;
    }

    .footer-bank {
        flex-wrap: wrap;
    }

    .footer-bank li {
        margin-bottom: 15px;
    }


}


/* @media only screen and (max-width: 376px) { // default */

@media only screen and (max-width: 450px) {

    .category-list .game-item,
    .game-list .game-item {
        border-radius: 15px;
    }

    .payment-method {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    }

    .header {
        box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
    }

    .header .logo {
        height: 20px;
    }

    .header #login-non .signup-btn {
        font-size: 14px;
    }

    #header_balance .text {
        font-size: 12px;
    }

    .profile-box .dropdown,
    .header .signup-btn i,
    #profile-header {
        display: none !important;
    }

    .profile-box {
        background: none;
        /* padding-right: 0;
        padding-left: 0; */
        padding: 0px
    }

    /* .profile-box .dropdown-toggle {

        border-radius: 8px;
        background-color: #1f2841;
        height: 100%;
        display: flex;
        width: 35px;
        height: 35px;
        justify-content: center;
        align-items: center;
    } */

    #header-coin .header_coin {
        display: none;
    }

    #login-non {
        border: 0 !important;
    }

    .signup-btn {
        padding: 6.5px 15px 8px;
    }


    .promotion-condition {
        flex-direction: column;
        margin-left: 0 !important;
        width: 100%;
    }

    .promotion-condition .status-info {
        margin-left: 0 !important;
        margin-bottom: 1rem;
    }

    .category-list>div,
    .game-list>div {
        /* width: 33.33%; */
        width: 25% !important;
    }

    #brands-list {
        height: 86vh;
    }

    .header_coin {
        font-size: 16px;
    }

    .profile-box a.menu-link {
        width: 28px;
        height: 28px;
    }

    .footer-bottom .d-flex {
        flex-direction: column;
    }

    .footer-bottom .d-flex>* {
        text-align: center;
    }

    .footer-bottom .ms-auto {
        width: 100%;
        margin-top: 5px;
    }
}


@media only screen and (max-width: 320px) {
    .header .logo {
        height: 17px;
    }
}