@media screen and (max-width: 1300px) {
    .banner-content-card h1{
        font-size: 2.3rem;
        line-height: 54px;
    }

    .banner-content-card h5{
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 840px) {

    .banner-content-card h1{
        font-size: 2rem;
        line-height: 42px;
    }

    .banner-content-card h5{
        font-size: 1rem;
        line-height: 30px;
    }

    .feature-cards{
        min-height: 245px;
        margin-bottom: 25px;
    }    
    
    .feature-cards img {
        max-height: 100px;
    }
    .feature-cards h4 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .appbtn img{
        max-width: 115px;
    }
    
    .qr-scaner img{
        max-width: 130px;
    }
}


@media screen and (max-width: 767px) {
    .freefire-img-card{
        display: none;
    }

    .qr-scaner{
        display: none;
    }
}


@media screen and (max-width: 600px) {

    .navbar.bg-light{
        padding: 2px 0px;
        z-index: 1080;
    }

    .navbar .navbar-nav{
        background-color: rgb(0 0 0 / 65%);
        padding: 10px;
    }

    .navbar.fixed{
        background-color: rgb(7 7 5 / 85%) !important;
    }

    .navbar-toggler{
        /* border-color: var(--white); */
        border: none;
        position: relative;
        padding: 4px 8px 3px;
    }

    .navbar-toggler:focus{
        box-shadow: none;
    }

    .navbar-toggler .bi{
        font-size: 32px;
        color: var(--white);
    }

    .navbar-toggler .navbar-toggler-icon{
        background-image: unset;
    }

     .navbar-toggler .navbar-toggler-icon::after{
        content: "\f0c9";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #fff;
        width: auto;
        position: absolute;
        top: 6px;
        left: 12px;
        font-size: 20px;
     }

     .navbar .logo {
        height: 45px;
    }

    .navbar.fixed .logo {
        height: 40px;
    }

    .bouns-card{
        flex-direction: column;
        align-items: center !important;
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link{
        padding: 5px 10px;
        max-width: 82px;
        margin-top: 7px;
        margin-left: 10px;
    }

    .navbar .nav-link{
        padding: 5px 8px;
        font-size: 0.875rem;
    }

    .appbtn{
        justify-content: center;
        display: none;
    }

    .qr-scaner{
        display: none;
    }

    .banner-content-card h1 {
        font-size: 1.3rem;
        line-height: 28px;
    }

    .banner-content-card h5 {
        font-size: 1rem;
        line-height: 24px;
    }

    .freefire-img-card{
        display: none;
    }

    .play-cards-box h2{
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .earn-money-sect{
        height: auto;
        padding-top: 60px;
    }

    .play-cards-box p {
        font-size: 0.875rem;
    }

    .feature-cards{
        min-height: 215px;
        margin-bottom: 30px;
        padding: 1rem;
    }

    .feature-cards h4{
        font-size: 1rem;
        margin-top: 20px;
    }

    .feature-cards img {
        max-height: 90px;
    }

    .head-title .title{
        font-size: 1.6rem;
    }

    .head-title .title span:before{
        bottom: -10.5px;
    }

    .games-cards-boxes{
        padding: 15px 0px;
    }

    .games-content-cards p {
        font-size: 0.813rem;
        line-height: 18px;
    }

    .games-content-cards {
        margin-top: 35px;
    }

    .games-title{
        font-size: 1.2rem;
    }

    .games-content-cards .game-desktop-text{
        display: none;
    }

    .games-content-cards .game-mobile-text{
        display: block;
    }

    .downloade-app-btn{
        display: none;
    }

    .main-footer{
        padding-bottom: 150px;
        background-color: var(--black);
    }

    .copyright{
        padding-top: 1rem;
    }

    .footer-cards{
        margin-top: 1rem;
    }

    .footer-abt{
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 8px;
    }

    .footer-cards ul li{
        margin-bottom: 2px;
    }

    .footer-kab p span {
        color: var(--yellow);
        display: block;
    }

    .footer-logo{
        max-width: 100px;
    }

    .footer-kab p{
        font-size: 0.875rem;
    }

    .footer-cards h5{
        font-size: 1rem;
    }

    .footer-cards ul li a{
        font-size: 0.875rem;
    }

    .botmlink{
        justify-content: center;
        margin-top: 15px;
        margin-bottom: 16px;
        border-bottom: 1px solid #aaa;
        padding-bottom: 26px;
    }

    .copyright p{
        text-align: center;
        font-size: 0.875rem;
    }

    .copyright p span{
        display: block;
        margin-top: 10px;
    }

    .main-review-cards.desktop-view{
        display: none;
    }

    .user-review-section .mobile-view{
        display: block;
       
    }

    .user-review-section{
        background: linear-gradient(180deg, #000000 -55.69%, #000000 81.35%);
    }

    .review-cards{
        display: flex;
        flex-direction: column-reverse;
        margin-bottom: 30px;
        min-width: auto;
    }

    .user-pick img {
        border-top-right-radius: 0rem;
        border-bottom-right-radius: 1rem;
        border-top-left-radius: 1rem;
    }

    .review-content{
        border-top-left-radius: 0px;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
        background-color: var(--purple);
    }

    .review-content h5{
        color: var(--white);
    }

    .review-content p{
        color: var(--white);
    }

    .earn-money-sect{
        background-image: url(../images/play-bg-mobile-view.jpg);
        background-position: right center;
    }

    .botmft{
        flex-direction: column-reverse;
    }

    .rush20-download{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #0e0d0d;
        padding: 20px 20px 32px;
        border-radius: 20px 20px 0px 0px;
        position: fixed;
        bottom: 0px;
        left: 0;
        box-shadow: 0px -16px 30px rgb(235 188 52 / 22%);
        z-index: 100;
    }

    .rush20-download h5{
        font-size: 1rem;
        margin-top: 0px;
        margin-bottom: 16px;
    }

    .download-appbtn img{
        width: 120px;
        margin-right: 10px;
    }

    .rush20-download span{
        color: var(--yellow);
    }
   
}


@media screen and (max-width: 360px) {
    .head-title .title span:before {
        bottom: -10px;
    }
}