@media (min-width: 420px) {
    /*partner*/
    #modal-partner .modal-content{
        padding: 25px;
    }
    .partner-logo-wrapper .partner-logo{
        margin: 10px;
        width:calc(25% - 20px);
    }
}

@media (min-width: 440px) {
    /* header */
    .header-bar {
        height: 60px;
    }
    .header-bar .partnership img {
        height: 36px;
    }
    .header-bar .logo img {
        height: 46px;
    }

    /* payment method */
    .payment-title {
        font-size: 14px;
    }

    /* home user */
    .button-groups .btn-user span {
        width: calc(80% - 48px);
    }

    /* share */
    .share-bottom button {
        height: 40px;
    }

    /* home slot */
    .slot-menu-pic img {
        height: 44px;
    }

    /* side menu */
    .side-menu {
        top: 60px;
    }
    .offset {
        top: calc(60px + 62px);
    }
}

@media (min-width: 576px) {
    .page {
        padding-bottom: 96px;
    }

    /* header */
    .header-bar {
        height: 76px;
    }
    .header-bar .partnership img {
        height: 46px;
    }
    .header-bar .logo img {
        height: 54px;
    }

    /* text logo */
    .logo-text {
        font-size: 40px;
    }

    /* announcement */
    .announcement-content {
        height: 36px;
    }
    .announcement-left {
        width: 26px;
    }
    .announcement-left img {
        height: 26px;
    }
    .announcement-right {
        width: calc(100% - 38px);
    }

    /* main banner */
    .banner {
        margin-bottom: 12px;
    }

    /* payment method */
    .payment-method {
        border-width: 3px;
        border-radius: 14px;
        margin-bottom: 12px;
    }
    .payment-content {
        width: 60%;
    }
    .payment-title {
        font-size: 18px;
    }
    .payment-item {
        margin: 6px auto;
    }
    .payment-item ul {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
    }

    /* live transaction */
    .live-transaction {
        border-radius: 14px;
    }
    .transaction-top {
        padding: 6px 12px;
    }
    .transaction-title {
        font-size: 18px;
    }
    .transaction-right {
        padding: 3px 8px;
    }
    .transaction-type-title {
        padding: 6px 12px;
        font-size: 14px;
    }
    .transaction-type .swiper {
        font-size: 14px;
        height: 150px;
    }

    /* home user */
    .user-wrapper {
        margin: 16px auto;
        padding: 16px 16px 0;
    }
    .user-wrapper-top {
        padding-bottom: 16px;
    }
    .user-wrapper-bottom {
        padding-bottom: 16px;
    }
    .btn-user {
        padding: 12px 16px;
    }
    .btn-user span {
        font-size: 18px;
    }
    .btn-icon img {
        height: 32px;
    }
    .user-credit h6 {
        font-size: 20px;
    }
    .user-credit h1 {
        font-size: 60px;
    }
    .user-credit p {
        font-size: 16px;
    }
    .user-credit .user-note {
        font-size: 10px;
    }

    /* share */
    .share-title {
        font-size: 18px;
    }
    .share-title .separator {
        padding: 0 32px;
    }
    .share-text {
        font-size: 12px;
    }
    .share-bottom {
        grid-column-gap: 24px;
        grid-row-gap: 16px; 
    }
    .share-bottom button {
        font-size: 16px;
        height: 48px;
    }

    /* home banner */
    .home-banner a .home-banner-item {
        margin-bottom: 16px;
    }

    /* home slot */
    .slot-menu .swiper {
        width: 89%;
    }
    .slot-menu .swiper-button-prev {
        left: -4px;
    }
    .slot-menu .swiper-button-next {
        right: -4px;
    }
    .game-type {
        margin-top: 0;
    }
    .game-type ul li {
        width: calc(100% / 3 - 12px);
        margin: 6px;
    }
    .game-type ul li a {
        padding: 12px 16px;
    }
    .game-item {
        grid-column-gap: 14px;
        grid-row-gap: 20px;
    }
    .fav-search {
        margin-bottom: 20px;
    }

    /* footer */
    .footer-icons ul li {
        margin-right: 12px;
    }
    .footer-icons ul li a img {
        height: 40px;
    }

    /* mobile nav */
    .mobile-nav ul li {
        margin: 0 8px;
    }
    .mobile-nav ul li a {
        border-radius: 16px;
    }
    .mobile-nav ul li a img {
        height: 44px;
    }
    .mobile-nav ul li a span {
        font-size: 13px;
    }

    /* home-right */
    .home-right {
        width: 50px;
    }
    .game-tips {
        width: 50px;
    }
    .game-tips-header img {
        height: 50px;
    }
    .game-tips-body {
        padding: 4px 8px 8px;
    }
    .game-tips-text {
        font-size: 11px;
        margin: 8px auto;
    }
    .game-tips-button {
        width: 40px;
        height: 40px;
        font-size: 10px;
    }
    .subscribe {
        right: -63px;
        top: 72px;
    }
    .subscribe-content {
        height: 50px;
        padding: 0 16px;
    }
    .subscribe-icon {
        font-size: 24px;
        margin-right: 12px;
    }
    .subscribe-text {
        font-size: 16px;
    }

    /* livechat */
    .time,
    .livechat {
        font-size: 16px;
    }
    .livechat {
        margin-bottom: 20px;
    }
    .livechat ul li {
        font-size: 14px;
    }
    .livechat-input .form-control {
        padding: 10px 20px;
    }

    /* side menu */
    .side-menu {
        top: 76px;
    }
    .offset {
        top: calc(76px + 62px);
    }
}

@media (min-width: 768px) {
    .page {
        padding-bottom: 120px;
    }

    /* rewards */
    @keyframes upDown {
        0%, 100% {
            bottom: 110px;
        }
        50% {
            bottom: 118px; 
        }
    }

    /* header */
    /* .header-bar {
        height: 100px;
    }
    .header-bar .partnership img {
        height: 55px;
    }
    .header-bar .logo img {
        height: 75px;
    }
    .header-bar .language img {
        height: 50px;
    } */

    /* announcement */
    .announcement-content {
        font-size: 16px;
        height: 46px;
    }
    .announcement-left {
        width: 32px;
    }
    .announcement-left img {
        height: 32px;
    }
    .announcement-right {
        width: calc(100% - 44px);
    }

    /* main banner */
    .banner {
        margin-bottom: 16px;
    }

    /* payment method */
    .payment-method {
        border-width: 4px;
        border-radius: 20px;
        margin-bottom: 16px;
    }
    .payment-content {
        padding: 10px 12px;
    }
    .payment-title {
        font-size: 24px;
    }
    .payment-item {
        margin: 8px auto;
    }

    /* live transaction */
    .live-transaction {
        border-width: 3px;
        border-radius: 20px;
    }
    .transaction-title {
        font-size: 24px;
    }
    .transaction-right {
        font-size: 14px;
        padding: 3px 12px;
    }
    .transaction-right span {
        margin-left: 6px;
    }
    .transaction-type-title {
        padding: 6px 16px;
        font-size: 16px;
    }
    .transaction-type .swiper {
        font-size: 16px;
        height: 190px;
    }

    /* home user */
    .user-wrapper {
        margin: 20px auto;
        padding: 20px 20px 0;
    }
    .user-wrapper-top {
        grid-column-gap: 24px;
        padding-bottom: 20px;
    }
    .btn-user {
        padding: 16px;
    }
    .btn-icon {
        margin-right: 16px;
    }
    .btn-icon img {
        height: 40px;
    }
    .btn-user span {
        font-size: 26px;
    }
    .button-groups button {
        margin-bottom: 12px;
    }
    .button-groups .btn-user span {
        width: calc(80% - 56px);
    }
    .user-wrapper-bottom {
        padding-bottom: 20px;
    }
    .user-credit h6 {
        font-size: 28px;
    }
    .user-credit h1 {
        font-size: 80px;
    }
    .user-credit p {
        font-size: 20px;
    }
    .user-credit .user-note {
        font-size: 12px;
    }

    /* share */
    .share-content {
        border-radius: 20px;
    }
    .share-top {
        margin-bottom: 12px;
    }
    .share-title {
        font-size: 24px;
    }
    .share-title .separator {
        padding: 0 48px;
    }
    .share-text {
        font-size: 14px;
    }
    .share-bottom {
        grid-column-gap: 32px;
        grid-row-gap: 20px; 
        padding: 12px 16px;
    }
    .share-bottom button {
        font-size: 22px;
        height: 64px;
        border-radius: 12px;
    }

    /* home banner */
    .home-banner a .home-banner-item {
        margin-bottom: 20px;
    }

    /* home slot */
    .slot-menu .swiper {
        width: 91%;
    }
    .slot-menu .swiper-button-next img, .slot-menu .swiper-button-prev img {
        height: 36px;
    }
    .slot-menu-pic img {
        height: 56px;
    }
    .fav-search {
        margin: 16px auto 20px;
        padding: 16px;
    }
    .search-wrapper {
        margin-left: 16px;
    }
    .game-type ul li a {
        font-size: 18px;
        padding: 16px;
    }
    .game-item {
        grid-template-columns: repeat(4, 1fr);
        grid-column-gap: 16px;
        grid-row-gap: 24px;
    }

    /* footer */
    .footer-title {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .license-text {
        font-size: 14px;
    }
    .footer-icons ul li {
        margin-right: 16px;
    }
    .footer-icons ul li a img {
        height: 50px;
    }

    /* mobile nav */
    .mobile-nav ul li a {
        padding: 24px 0 8px;
        top: -16px;
        margin-bottom: -16px;
    }
    .mobile-nav ul li a img {
        height: 60px;
    }
    .mobile-nav ul li a span {
        font-size: 16px;
    }

    /* home-right */
    .home-right {
        width: 60px;
    }
    .game-tips {
        width: 60px;
    }
    .game-tips-header img {
        height: 60px;
    }
    .game-tips-text {
        font-size: 14px;
    }
    .game-tips-button {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .subscribe {
        right: -66px;
        top: 80px;
    }
    .subscribe-content {
        height: 60px;
    }
    .subscribe-icon {
        font-size: 28px;
    }
    .subscribe-text {
        font-size: 18px;
    }

    /* promotion */
    .promotion-wrapper ul li {
        font-size: 16px;
        min-width: 125px;
        margin: 0 8px;
        border-radius: 30px;
    }
    .filter-content .grid .row .col {
        margin-bottom: 8px;
    }
    .promotion-single-btn {
        font-size: 16px;
        min-width: 200px;
        padding: 10px 32px;
    }
    .modal-promo .modal-title {
        font-size: 20px;
    }
    .modal-promo .modal-body {
        padding: 16px 24px;
    }
    .modal-promo .promotion-single-title,
    .promotion-rule-title {
        font-size: 16px;
    }
    .modal-promo .promotion-single-subtitle,
    .promotion-rule ul li {
        font-size: 14px;
    }
    .table-new {
        font-size: 14px;
    }

    /* livechat */
    .time,
    .livechat {
        font-size: 18px;
    }
    .livechat {
        margin-bottom: 24px;
        padding: 16px 20px;
    }
    .livechat ul {
        margin-bottom: 24px;
    }
    .livechat ul li {
        font-size: 16px;
    }
    .livechat ul li img {
        height: 22px;
        margin-right: 12px;
    }
    .livechat-input .form-control {
        padding: 14px 20px;
        border-radius: 30px;
    }
    .livechat-input .input-group .input-group-text {
        border-radius: 30px;
    }
    .livechat-input .form-control,
    .livechat-input .form-control::placeholder {
        font-size: 16px;
    }

    /* side menu */
    .side-menu {
        transition: none;
    }
}