@media (max-width: 1599px) {
    #tournament .box {
        padding: 20px;
    }
    #tournament .card-box {
        padding: 30px 40px;
    }
}


@media (max-width: 1399px) {
    #tournament .box .top-box ul li p, #tournament .box .end-box p {
        font-size: 20px;
    }
    #tournament .box {
        padding: 15px;
    }
    #tournament .box .heading h3 {
        font-size: 35px;
        line-height: 45px;
    }

    /* 19-01-2023 Jishu khan */
    #tournament .tournament-container .img-box img {
        max-width: 400px;
        top: 160px;
    }
    #tournament .tournamentSwiper {
        padding-bottom: 80px;
    }
    /* 19-01-2023 Jishu khan */
}


@media (max-width: 1199px) {
    .container {
        max-width: 100%;
    }
    .btn.btn.btn-golden img {
        width: 32px;
    }
    .btn.btn-golden {
        font-size: 22px;
    }
    h2 {
        font-size: 70px;
        line-height: 80px;
    }
    h3 {
        font-size: 60px;
        line-height: 70px;
    }
    #card_section .card-box .body .top-box .box .img-box img {
        max-width: 60px;
        min-height: 60px;
    }
    #card_section .card-box .body .top-box .middle-box p {
        min-height: 50px;
        min-width: 50px;
        font-size: 18px;
    }
    #card_section h3 {
        font-size: 28px;
    }
    #card_section .card-box .body .end-box h6 {
        font-size: 18px;
    }
    #card_section .card-box .body .end-box .box.middle-box ul h5 {
        padding: 4px 15px;
        font-size: 20px;
    }
    #card_section .card-box .body .end-box .box ul {
        column-gap: 10px;
    }
    #card_section .card-box .body .end-box .box.middle-box ul {
        column-gap: 10px;
    }
    #card_section .card-box .footer .box h6 {
        padding: 15px 60px;
        font-size: 16px;
    }
    #card_section .card-box .header {
        padding: 20px 20px;
    }
    #card_section .card-box .body {
        padding: 0 20px;
    }
    #card_section .card-box .header p {
        font-size: 18px;
    }
    #tournament .card-box {
        padding: 20px 20px;
    }
    #tournament .box .top-box ul li {
        margin-right: 7px;
        padding-right: 7px;
    }
    #tournament .box .top-box ul li p, #tournament .box .end-box p {
        font-size: 18px;
        line-height: 28px;
    }
    #tournament .box .heading h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #stadium .box.box2 .text-box h3 {
        font-size: 32px;
        line-height: 42px;
    }
    p {
        font-size: 18px;
        line-height: 28px;
    }
    #stadium .game-box {
        margin-top: 30px;
    }
    #stadium .end-box ul li ul li:first-child p {
        font-size: 16px;
    }
    #stadium .end-box ul li ul li:last-child p {
        font-size: 16px;
    }
    #stadium .box.box2 h4 {
        font-size: 25px;
        line-height: 35px;
    }
    #stadium .stadium-box {
        padding: 30px;
    }
    #header nav ul li:first-child {
        margin-right: 20px;
    }
    #tournament .box .end-box {
        margin-bottom: 20px;
    }
    #tournament .button-box.end {
        margin-top: 40px;
    }
    .btn.btn-footer {
        font-size: 22px;
    }
    #fantasys .fantasys-img img {
        margin-top: -85px;
    }

    /* 19-01-2023 Jishu khan */
    #tournament .swiper-button-prev {
        left: 30%;
    }
    #tournament .swiper-button-next {
        right: 30%;
    }
    #news .box .img-box .text-box h4 {
        font-size: 40px;
        line-height: 50px;
    }
    /* 19-01-2023 Jishu khan */
}


@media (max-width: 1079px) {}


@media (max-width: 991px) {

    /* header responsive */
    /* #header .main-nav nav {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background-color: #b4b400;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        z-index: 111;
        padding-top: 80px;
    }

    #header .main-nav nav.show {
        left: 0;
        opacity: 1;
        visibility: visible;
    }

    #header .main-nav nav ul li {
        display: block;
        text-align: left;
        padding: 5px 10px;
    }

    #header .main-nav .click-menu {
        display: block;
    }


    #header .main-nav .cancel-menu {
        display: block;
        position: fixed;
        top: 40px;
        left: -100%;
        max-width: 20px;
        width: 100%;
        text-align: center;
        z-index: 222;
        transition: .5s;
        opacity: 0;
        visibility: hidden;
    }

    #header .main-nav .cancel-menu.show {
        opacity: 1;
        visibility: visible;
        left: calc(100% - 40px);
    }
    #header .main-nav {
        flex-direction: row-reverse;
    }
    #header .button-box {
        margin-left: 0;
        margin-right: 20px;
    } */
    /* header responsive */
    #news .box.box2 .content-box .img-box img {
        min-height: 220px;
    }
    #news .box.box2 .content-box {
        min-height: 250px;
        margin: 0;
    }
    #news .slick-list.draggable {
        height: 253px !important;
    }
    #card_section .card-box {
        margin: 10px;
        margin-bottom: 80px;
    }
    #tournament .card-box {
        padding: 40px 40px;
        margin: 20px;
        margin-bottom: 80px;
    }
    #tournament .box .heading h3 {
        font-size: 35px;
        line-height: 45px;
    }
    #tournament .box .top-box ul li {
        margin-right: 10px;
        padding-right: 10px;
    }
    #tournament .box .top-box ul li p, #tournament .box .end-box p {
        font-size: 20px;
        line-height: 30px;
    }
    #tournament .box {
        padding: 30px;
    }

    

    .tournament-part .owl-theme .owl-nav button.owl-prev{
        left: 0% ;
    }
    
    .tournament-part .owl-theme .owl-nav button.owl-next{
        right: 0% ;
    }
    #stadium .end-box .col-lg-4 {
        width: 50%;
        margin: 0 auto;
    }
    #stadium .game-box ul li {
        width: 50%;
        margin: 0 auto;
    }
    #stadium .box.box2 h4 {
        margin: 30px 0;
    }
    #fantasy .list-box ul li h3 {
        height: 120px;
        width: 120px;
        font-size: 40px;
    }
    #fantasy .list-box ul li .top-box .img-box h4 {
        font-size: 30px;
    }
    #fantasy .list-box .middle-box h4 {
        font-size: 30px;
    }
    #stadium .box.box2 .text-box {
        text-align: center;
        margin-top: 20px;
    }
    #stadium .box.box2 .text-box h3::after {
        left: 50%;
        transform: translateX(-50%);
    }
    #tournament .box {
        max-width: 300px;
    }
    #quiz .box {
        max-width: 80%;
        margin: 0 auto;
        margin-bottom: 60px;
    }
    #news .box.box1 .text-box {
    margin-top: -20px;
    }
    #news .box.box2 {
    margin-top: 40px;
    }



    /* 19-01-2023 Jishu khan */
    #tournament .card-box {
        margin: 0px !important;
        margin-bottom: 0 !important;
    }
    #tournament .tournamentSwiper {
        padding-bottom: 150px;
    }
    #tournament .tournament-container .img-box img {
        max-width: 350px;
        top: 140px;
    }
    #tournament .swiper-button-prev {
        left: 26%;
    }
    #tournament .swiper-button-next {
        right: 26%;
    }
    #news .box .img-box .text-box h4 {
        font-size: 32px;
        line-height: 42px;
    }
    /* 19-01-2023 Jishu khan */

 
}


@media (max-width: 767px) {
    section#fantasys .section-heading {
    margin-bottom: 130px;
}

    #home_banner .web {
        display: none;
    }
    #home_banner .mobile {
        display: block !important;
    }

    #fantasys .col-md-5, #fantasys .col-md-2 {
        width: 100%;
    }
    #fantasys .fantasys-box {
        background-image: url(http://www.simbaexch.news/wp-content/uploads/2023/01/fantasysBGMobile.png);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    #fantasys .fantasys-boxs.center {
        padding: 140px 0 80px;
    }
    #fantasys .fantasys-boxs.center img {
        max-width: 120px;
    }

    .quizOption {
        max-width: 100% !important;
    }
    #live .text-box {
        padding: 10px;
    }
    #footer .col-md-4:last-child .logo-box {
        display: block;
    }
    #fantasys {
        padding: 100px 0;
    }
    #footer .col-md-4 .logo-box {
        display: none;
    }
    #fantasys .fantasys-img img {
     margin-top: -40px;
    }
    #fantasys .fantasys-boxs {
        padding: 20px;
    }
    #quiz .box {
        max-width: 100%;
        flex-wrap: wrap;
    }
    #quiz .box .right-box {
        width: 100%;
        padding: 15px;
    }
    #quiz .box .left-box {
        width: 100%;
    }
    #quiz .box .input-box {
        padding-bottom: 5px;
    }
    #header .logo-box img {
        max-width: 160px;
    }
    .btn.btn-golden {
        font-size: 20px;
        padding: 10px 15px;
    }
    .btn.btn.btn-golden img {
        width: 30px;
    }
    #header nav ul li:first-child {
        margin-right: 0px;
    }
    h2 {
        font-size: 60px;
        line-height: 70px;
    }
    #home_banner {
        background-position: 30% 0%;
    }
    h3 {
        font-size: 50px;
        line-height: 60px;
    }
    #live .text-box h3::after {
        top: 20px;
    }
    section {
        padding: 50px 0;
    }
    #card_section .card-box .header p {
        font-size: 16px;
    }
    #card_section .card-box .body .heading h4.title {
        font-size: 19px;
        line-height: 25px;
    }
    #card_section .card-box .body .heading h4.title::after {
        top: 10px;
        width: 8px;
        height: 8px;
    }
    #card_section h3 {
        font-size: 26px;
    }
    #card_section .card-box .body .center-box h6 {
        font-size: 16px;
    }
    #card_section .card-box .body .end-box h6 {
        font-size: 16px;
    }
    #card_section .card-box .body .end-box .box.middle-box ul h5 {
        font-size: 18px;
    }
    #card_section .card-box {
        margin-bottom: 60px;
    }
    .section-heading {
        margin-bottom: 0px;
    }
    #tournament .box .top-box ul li p, #tournament .box .end-box p {
        font-size: 18px;
        line-height: 28px;
    }
    #tournament .box .heading h3 {
        font-size: 30px;
        line-height: 40px;
    }
    #tournament .box {
        max-width: 250px;
    }
    .btn.btn-yellow {
        padding: 7px 15px;
        font-size: 18px;
    }
    #tournament .card-box {
        margin-bottom: 60px;
    }
    #tournament .button-box.end {
        margin-top: 30px;
    }
    #news .box.box1 .text-box h5 {
        font-size: 18px;
        line-height: 28px;
    }
    #news .box.box3 .link-box a {
        margin: 20px 0;
        font-size: 18px;
    }
    #stadium .box.box2 .text-box h3 {
        font-size: 26px;
        line-height: 36px;
    }
    p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    #stadium .game-box ul li {
        width: 100%;
    }
    #stadium .end-box .col-lg-4 {
        width: 100%;
    }
    #stadium .end-box .list-box > ul {
        row-gap: 20px;
    }
    #stadium .end-box .list-box > ul > li {
        width: 100%;
    }
    #fantasy .list-box ul {
        flex-direction: column;
    }
    #footer .col-md-4:first-child {
        order: 2;
    }
    #footer .box.box2 .button-box img {
        max-width: 180px;
        margin-bottom: 20px;
    }
    #footer .col-md-4:nth-child(2) {
        order: 1;
    }
    #footer .col-md-4:nth-child(3) {
        order: 3;
    }
    #footer .col-md-12 {
        order: 4;
    }
    #footer .col-md-4:nth-child(1),#footer .col-md-4:nth-child(3) {
        width: 50%;
    }
    #footer .box.box4 .text-box {
        margin-top: 40px;
    }
    #stadium .end-box ul li ul {
        column-gap: 20px;
    }
    #news .box.box2 .content-box {
        min-height: 195px;
        margin: 0;
    }
    #news .slick-list.draggable {
        height: 198px !important;
    }
    #news .box.box2 .content-box .img-box img {
        min-height: auto;
    }



    /* 19-01-2023 Jishu khan */
    #tournament .tournament-container .img-box img {
        max-width: 300px;
        top: 120px;
    }
    #tournament .swiper-button-prev {
        left: 22%;
    }
    #tournament .swiper-button-next {
        right: 22%;
    }
    #tournament .tournamentSwiper {
        padding-bottom: 100px;
    }
    #news .box .img-box .text-box h4 {
        font-size: 23px;
        line-height: 29px;
    }
    /* 19-01-2023 Jishu khan */
}


@media (max-width: 575px) {

   
    .btn.btn-golden {
        font-size: 16px;
        padding: 8px 10px;
    }
    .btn.btn.btn-golden img {
        width: 26px;
        margin-right: 5px;
    }
    #header .logo-box img {
        max-width: 140px;
    }

    #tournament .box {
        max-width: 230px;
        padding: 20px;
    }
    #tournament .card-box {
        padding: 30px 30px;
    }
    #fantasy .list-box {
        padding: 15px 20px;
    }
    #fantasy .list-box ul li h3 {
        height: 100px;
        width: 100px;
        font-size: 30px;
    }
    #fantasy .list-box ul li .top-box .img-box h4 {
        font-size: 26px;
    }
    #fantasy .list-box .middle-box h4 {
        font-size: 26px;
    }
    #fantasy .list-box ul li .top-box {
        margin: 0;
        display: block;
    }
    #quiz .box {
        max-width: 100%;
    }
    #quiz .box .left-box .text-box p {
        font-size: 16px;
        line-height: 26px;
    }
    #quiz .box .right-box .input-box .form-check-label {
        font-size: 16px;
        padding-left: 3px;
    }
    #footer .col-md-4:nth-child(1), #footer .col-md-4:nth-child(3) {
        width: 100%;
    }
    #footer .box .button-box ul {
        align-items: center;
    }
    #footer .box.box1 {
        display: flex;
        justify-content: center;
    }
    #footer .box.box3 {
        justify-content: center;
        margin-top: 15px;
    }
    .btn.btn-footer {
        padding: 10px 20px;
    }
    #header .btn.btn-golden span {
        display: none;
    }
    #header .btn.btn.btn-golden img {
        margin: 0;
    }


    /* 19-01-2023 Jishu khan */
    #tournament .swiper-button-next {
        right: 4%;
    }
    #tournament .swiper-button-prev {
        left: 4%;
    }
    #tournament .swiper-button-next, #tournament .swiper-button-prev {
        bottom: 60px;
    }
    #news .box .img-box .text-box h4 br {
        display: none;
    }
    /* 19-01-2023 Jishu khan */
}


@media (max-width: 479px) {
    #news .box.box2 .content-box .text-box a{
        font-size: 16px;
    }
    #news .slick-list.draggable {
        height: 130px !important;
    }
    #news .box.box2 .content-box {
        min-height: 125px;
        margin: 0;
    }
    #news .box.box2 .content-box {
        min-height: 125px;
        margin: 0;
    }
    #news {
        padding-bottom: 50px;
    }
    #home_banner {
        background-position: 40% 0%;
    }
    #card_section .card-box .body .top-box .box .img-box img {
        max-width: 50px;
        min-height: 50px;
    }
    #card_section h3 {
        font-size: 22px;
    }
    #card_section .card-box .body .top-box .middle-box p {
        min-height: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    #card_section .card-box .header p {
        font-size: 14px;
    }
    #card_section .card-box .header {
        padding: 10px 10px;
    }
    #card_section .card-box .body .center-box h6 {
        font-size: 14px;
    }
    #card_section .card-box .body .end-box h6 {
        font-size: 14px;
    }
    #card_section .card-box .body .end-box .box.middle-box ul h5 {
        font-size: 16px;
        padding: 2px 10px;
    }
    #card_section .card-box .body {
        padding: 0 10px;
    }
    #card_section .card-box .footer .box p {
        font-size: 16px;
    }
    #card_section .card-box .footer .box h6 {
        padding: 2px 30px;
        font-size: 14px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    #tournament .box {
        margin: 0 auto;
    }
    #news .box.box1 .text-box h5 {
        font-size: 16px;
        line-height: 26px;
    }
    #stadium .box.box2 h4 {
        font-size: 22px;
        line-height: 32px;
    }
    #quiz .box .right-box {
        padding-left: 5 px;
    }
    #home_banner {
        padding: 0;
        margin: 0;
    }

    .tournament-part .owl-theme .owl-nav button{
        margin-top: 10px;
        position: static;
        top: 0%;
        transform:unset;
    }
}


@media (max-width: 375px) {
    h2 {
        font-size: 40px;
        line-height: 45px;
    }
    h3 {
        font-size: 30px;
        line-height: 35px;
    }
    #live .text-box h3::after {
        top: 15px;
    }
    #card_section .card-box .header {
        justify-content: center;
        column-gap: 10px;
    }
    #card_section .card-box .body .top-box .box {
        column-gap: 10px;
    }
    #card_section .card-box .body .top-box .box .img-box img {
        max-width: 40px;
        min-height: 40px;
    }
    #card_section .card-box .body .top-box .middle-box p {
        min-height: 30px;
        min-width: 30px;
        font-size: 14px;
    }
    #card_section h3 {
        font-size: 20px;
    }
    #card_section .card-box .body .end-box .box.middle-box ul h5 {
        font-size: 14px;
        padding: 0px 8px;
    }
    #card_section .card-box .body .end-box h6 {
        font-size: 12px;
    }
    #card_section .card-box .footer .box h6 {
        padding: 2px 30px;
        font-size: 14px;
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
    }
    #card_section .card-box .body .end-box .box ul {
        column-gap: 5px;
    }
    #card_section .card-box .body .heading h4.title {
        font-size: 19px;
        line-height: 25px;
    }
    #card_section .card-box .body .heading h4.title::after {
        top: 10px;
    }
    #card_section .card-box .body .heading h4.title::after {
        width: 8px;
        height: 8px;
    }
    #tournament .card-box {
        padding: 20px 20px;
    }
    section {
        padding: 30px 0;
    }
    #stadium .stadium-box {
        padding: 15px;
    }
    h6 {
        font-size: 15px;
        line-height: 25px;
    }
    #stadium .button-box {
        margin-top: 50px;
    }
    #fantasy .list-box ul li .top-box .img-box h4 {
        font-size: 22px;
    }
    #fantasy .list-box .middle-box h4 {
        font-size: 22px;
    }
    #fantasy .list-box .end-box p {
        font-size: 18px;
    }
    #fantasy .button-box {
        margin-top: 30px;
    }
    #quiz .box .right-box {
        padding-left: 10px;
    }
    #quiz .box .left-box .text-box p {
        font-size: 14px;
        line-height: 24px;
    }
    #quiz .box .left-box .text-box {
        bottom: 10px;
        left: 10px;
    }
    #quiz .box .right-box .input-box .form-check-label {
        font-size: 14px;
        padding-left: 5px;
    }
    #stadium .stadium-box {
        margin-top: 30px;
    }
}