/* responsive for 1599 */
@media(max-width: 1599px) {}

/* responsive for 1599 */


/* responsive for 1399 */
@media(max-width: 1399px) {
    #header .main-nav nav .text-box p {
        font-size: 13px;
    }

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 24px;
    }

    p {
        font-size: 19px;
    }

    .section-heading h2 {
        font-size: 40px;
    }

    .btn.btn-orange {
        font-size: 19px;
    }

    .section-heading p {
        font-size: 22px;
    }

    #wallet .wallet-box {
        padding: 10px 70px;
    }

    #casino .box2 .button-box .btn.btn-orange {
        width: 300px;
        font-size: 24px;
    }

    #sponsor .box .text-box img {
        max-width: 400px;
    }

    #sponsor .box .img-box img {
        max-width: 220px;
    }

    #partner ul li a {
        height: 100px;
    }

    #partner ul li a img {
        max-width: 220px;
        max-height: 60px;
    }

    #footer .footer-middle .box.box3 ul li img {
        max-width: 120px;
    }

    #footer .footer-end .box .button-box ul li {
        margin-right: 8px;
    }
}

/* responsive for 1399 */


/* responsive for 1199 */
@media(max-width: 1199px) {
    .container {
        max-width: 100%;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 20px;
    }

    p {
        font-size: 18px;
    }

    .section-heading h2 {
        font-size: 36px;
    }

    .btn.btn-orange {
        font-size: 18px;
        padding: 10px 10px;
    }

    #header .main-nav nav .text-box p {
        font-size: 10px;
    }

    #header .logo-box .logo-img {
        max-width: 200px;
    }

    .btn.btn.btn-orange img {
        max-width: 24px;
    }

    #wallet .box .button-box {
        padding-top: 10px;
    }


    #wallet .box .logo-box img {
        max-width: 220px;
    }

    #casino .box2 .top ul li img {
        max-width: 40px;
        margin-right: 10px;
    }

    #casino .box2 .button-box .btn.btn-orange {
        width: 250px;
        font-size: 22px;
    }

    #sponsor .box .text-box img {
        max-width: 360px;
    }

    #wallet .box .button-box ul {
        column-gap: 10px;
    }

    #join .box .img-box img {
        max-width: 400px;
    }

    .section-heading p {
        font-size: 20px;
    }

    #customer .col-lg-6:last-child::after {
        width: 220px;
        height: 520px;
    }

    #customer .box2 p {
        font-size: 21px;
    }

    a {
        font-size: 18px;
    }

    #footer .footer-top .right-box ul li img {
        max-width: 40px;
        margin-right: 10px;
    }

    #footer .footer-middle .box.box1 ul li img {
        max-width: 40px;
    }

    #footer .footer-middle .box.box2 .img-box img {
        max-width: 120px;
    }

    #footer .footer-end .box.box2 p {
        font-size: 15px;
    }
}

/* responsive for 1199 */


/* responsive for 1079 */
@media(max-width: 1079px) {}

/* responsive for 1079 */


/* responsive for 991 */

@media(max-width: 991px) {
    #wallet .col-lg-9 {
        display: flex;
        justify-content: center;
    }

    #wallet .box .img-box img {
        margin: 0 auto;
    }

    #wallet .box .text-box h4:last-child {
        margin-top: 20px;
    }

    #casino .box .text-box ul li {
        display: block;
    }

    #casino .box .text-box ul li p {
        display: inline-block;
    }

    .row {
        row-gap: 20px;
    }

    br {
        display: none;
    }

    #casino .col-lg-6:last-child {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    #customer {
        padding-top: 380px;
    }

    #customer .row {
        flex-direction: column-reverse;
    }

    #customer .box1 {
        margin-bottom: 0;
    }

    #footer .footer-top .footer-top-box {
        justify-content: center;
        column-gap: 20px;
    }

    #footer .footer-middle .box.box3 ul {
        justify-content: center;
        column-gap: 20px;
        row-gap: 20px;
    }

    #footer .footer-middle .box.box1 ul {
        text-align: center;
    }

    #footer .footer-middle .box.box2 {
        justify-content: center;
    }

    #footer .footer-middle .box.box3 {
        margin-top: 10px;
    }

    #footer .footer-middle .box.box3 ul li img {
        max-width: 100px;
    }

    #footer .footer-end .box {
        text-align: center;
    }

    #footer .footer-end .box.box2 p {
        text-align: center;
    }
    #footer .footer-end .box .button-box ul {
        justify-content: center;
    }

    #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #000;
        display: block;
        flex-direction: column;
        padding-top: 60px;
        padding-left: 20px;
        transition: .5s all;
        z-index: 11;
    }

    #header .main-nav ul li a {
        padding: 10px 15px;
    }

    #header .main-nav .click-menu {
        display: block;
    }

    #header .main-nav nav .show {
        left: 0;
    }

    #header .main-nav .cancel-menu {
        position: fixed;
        z-index: 12;
        display: block;
        top: 20px;
        left: -100%;
        transition: .5s all;
    }

    #header .main-nav .cancel-menu.show {
        left: calc(100% - 40px);
    }

    #header .main-nav {
        width: auto;
    }

    #header .main-nav nav .text-box p {
        font-size: 14px;
        margin-bottom: 20px;
    }



    /* about css */
    #available .box .img-box img {
        margin: 0 auto;
    }

    #available.direction .box .img-box img {
        margin: 0 auto;
    }
}

/* responsive for 991 */


/* responsive for 767 */
@media(max-width: 767px) {
    #main .main-box h4 {
        font-size: 28px;
    }

    #main .main-box p {
        font-size: 15px;
    }

    #banner .banner-box {
        padding: 70px 0;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 16px;
    }

    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading p {
        font-size: 18px;
    }

    .btn.btn-orange {
        font-size: 16px;
        padding: 10px 10px;
    }

    #wallet .wallet-box {
        padding: 10px 50px;
    }

    #wallet .box .logo-box img {
        max-width: 200px;
    }

    #header .logo-box .logo-img {
        max-width: 180px;
    }

    #casino .box2 .button-box .btn.btn-orange {
        font-size: 20px;
    }

    #sponsor .box .text-box img {
        max-width: 300px;
    }

    #sponsor .box .img-box img {
        max-width: 180px;
    }

    #customer .box1 p::before {
        top: 9px;
    }

    #customer .box1 p::before {
        top: 9px;
    }

    #join .box p::before {
        top: 9px;
    }

    #footer .footer-top .left-box ul {
        flex-wrap: wrap;
        row-gap: 10px;
        justify-content: center;
    }

    #footer .footer-end .box.box2 p {
        font-size: 14px;
    }

    section {
        padding: 40px 0;
    }

    #casino .box .text-box ul li p::before {
        top: 9px;
    }
}

/* responsive for 767 */


/* responsive for 575 */
@media(max-width: 575px) {
    #wallet .wallet-box {
        padding: 10px 20px;
    }

    #sponsor ul {
        flex-direction: column;
        row-gap: 10px;
    }

    #partner ul li {
        width: calc(50% - 20px);
    }
}

/* responsive for 575 */


/* responsive for 479 */
@media(max-width: 479px) {
    #partner ul li a {
        height: 90px;
    }

    #customer {
        padding-top: 340px;
    }

    #footer .footer-end .box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 10px;
    }
}

/* responsive for 479 */


/* responsive for 375 */
@media(max-width: 375px) {
    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 19px;
    }

    h4 {
        font-size: 16px;
    }

    .section-heading h2 {
        font-size: 25px;
    }

    #sponsor .box .text-box img {
        max-width: 280px;
    }

    #sponsor .box .img-box img {
        max-width: 160px;
    }

    #partner ul li {
        width: 100%;
    }

    #partner ul li a img {
        max-width: 160px;
        max-height: 60px;
    }

    #customer .box2 ul li {
        width: 100%;
    }

    #customer .col-lg-6:last-child::after {
        height: 600px;
    }

    #footer .footer-top .left-box ul {
        flex-direction: column;
    }

    #footer .footer-top .left-box ul li a {
        border-right: none;
    }

    #footer .footer-top .right-box ul li img {
        max-width: 30px;
    }

    #footer .footer-middle .box.box1 ul li img {
        max-width: 30px;
    }

    #footer .footer-middle .box.box3 ul li img {
        max-width: 80px;
    }
}

/* responsive for 375 */