@media screen and (max-width:1400px) {
    .why-choose-card-text p {
        font-size: 16px;
    }

    .why-choose-us-cards {
        min-height: 370px;
    }

    .banner-content h2 {
        font-size: 60px;
    }

    .banner-content {
        padding: 150px 40px 0 0;
    }

    .games-cards {
        height: 440px;
    }
}


@media screen and (max-width:1200px) {
    .banner-content {
        padding: 150px 50px 0 50px;
    }

    .banner-content h2 {
        font-size: 55px;
        max-width: 550px;
    }

    .banner-butn {
        font-size: 18px;
        padding: 16px 25px;
    }

    .banner-butn-wrapper {
        margin-top: 35px;
    }

    h2.section-heading {
        font-size: 50px;
    }

    .content-right {
        max-width: 490px;
    }

    .home-info-text p {
        font-size: 20px;
    }

    .info-img1 {
        width: 150px;
    }

    .why-choose-card-text p {
        font-size: 15px;
    }

    .why-choose-card-icon {
        width: 100px;
        height: 100px;
    }

    .why-choose-us-cards {
        min-height: 345px;
    }
}

@media screen and (max-width:991px) {
    .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        padding: 50px;
        background-image: linear-gradient(90deg, #5de0e6, #004aad);
        transform: translateX(-100%);
        transition: all 0.3s linear;
        z-index: 100;
        color: #fff;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
    }

    .menuToggle .main-menu {
        transform: translateX(0);
        justify-content: flex-start;
    }

    .main-menu ul {
        flex-direction: column;
    }

    .fixed-header .main-menu ul li a {
        color: #fff;
    }

    .fixed-header .main-menu ul li a.active {
        color: #5e18eb;
    }

    .menu-icon {
        display: block;
    }

    .close-icon {
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        text-align: end;
        z-index: 55;
        font-size: 21px;
        height: 20px;
        width: 20px;
        background-image: url("../images/close-btn.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .content-right {
        max-width: 460px;
    }

    .main-menu ul li a {
        color: #fff;
    }

    .banner-content {
        padding: 150px 20px 0 20px;
    }

    .banner-content h2 {
        font-size: 45px;
        max-width: 450px;
    }

    .banner-butn-wrapper {
        gap: 25px;
    }

    h2.section-heading {
        font-size: 45px;
    }

    .banner-butn {
        font-size: 17px;
        padding: 16px 25px;
    }

    .games-cards {
        height: 300px;
    }

    .home-info-text p {
        font-size: 19px;
    }

    .info-img1,
    .info-img2 {
        width: 150px;
    }

    .pages-signup-wrapper h3 {
        font-size: 25px;
        margin: 0 auto;
    }

    .why-choose-card-icon {
        width: 75px;
        height: 75px;
    }

    .why-choose-card-text p {
        font-size: 14px;
    }

    .why-choose-us-cards {
        padding: 15px;
        min-height: 325px;
    }

    .pages-signup-wrapper h3 {
        font-size: 25px;
        max-width: 600px;
    }

    .footer-items h3 {
        font-size: 27px;
    }

    .py-7 {
        padding: 60px 0;
    }

    .copyright p {
        font-size: 13px;
    }

    .about-us-text p,
    .contact-us-text p {
        font-size: 18px;
    }

    .pages-intro-wrapper p {
        font-size: 15px;
    }

    .sub-pages-text-group h3 {
        font-size: 23px;
    }

    .sub-pages-text-group p {
        font-size: 16px;
    }
}




@media screen and (max-width:767px) {
    .content-left {
        width: 0;
    }

    .content-right {
        width: 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main-banner {
        height: 450px;
    }

    .banner-content h2 {
        font-size: 45px;
        max-width: 436px;
    }

    .banner-butn {
        font-size: 18px;
        padding: 16px;
    }

    h2.section-heading {
        font-size: 40px;
    }

    .games-cards {
        width: 49%;
        height: 350px;
        margin-bottom: 35px;
    }

    .games-cards:last-child {
        margin-bottom: 0;
        width: 100%;
    }

    .home-info-text p {
        font-size: 18px;
    }

    .info-img1,
    .info-img2 {
        width: 130px;
    }

    .why-choose-us-cards {
        width: 48%;
        margin-bottom: 30px;
        min-height: 310px;
    }

    .why-choose-us-cards:last-child {
        width: 100%;
        margin-bottom: 0px;
        min-height: 0;
    }

    .pages-signup-wrapper h3 {
        font-size: 23px;
        max-width: 515px;
    }

    .why-choose-card-icon {
        width: 80px;
        height: 80px;
    }

    .banner-content-wrapper {
        text-align: center;
        margin-top: 30px;
    }

    .content-left {
        width: 0;
    }

    .content-right {
        width: 100%;
        margin: 0 auto;
    }


    input.pages-signup-input {
        width: 50%;
        font-size: 17px;
    }

    .pages-signup-submit-button {
        font-size: 17px;
    }

    .footer-items {
        width: 49%;
        margin-bottom: 30px;
    }

    .footer-items:last-child {
        margin-bottom: 0;
    }

    .logo-bottom {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .footer .footer-items ul li a {
        font-size: 15px;
    }

    .footer-items h3 {
        font-size: 25px;
    }

    .py-7 {
        padding: 50px 0;
    }

    .disclaimer p {
        font-size: 14px;
    }

    #games .games-cards:last-child,
    #new-games .games-cards:last-child {
        margin-bottom: 0;
    }

    .about-us-text,
    .about-us-image,
    .contact-us-image,
    .contact-us-text {
        width: 100%;
    }

    .about-us-content-wrapper {
        flex-direction: column-reverse;
    }

    .contact-us-image,
    .about-us-image {
        margin-bottom: 30px;
        padding: 0;
    }

    .about-us-text p,
    .contact-us-text p {
        font-size: 17px;
    }

    .contact-us-image,
    .about-us-image {
        max-width: 550px;
        margin: 0 auto;
    }

    .sub-pages-text-group h3 {
        font-size: 21px;
    }

    .sub-pages-text-group p {
        font-size: 15px;
    }

    .card_title h1 {
        font-size: 24px;
    }

}

@media screen and (max-width:575px) {
    .top-logo a {
        width: 280px;
    }

    .banner-butn-wrapper {
        margin-top: 35px;
    }

    .banner-butn-wrapper {
        gap: 20px;
    }

    .banner-content h2 {
        font-size: 40px;
        max-width: 370px;
    }

    .banner-butn {
        font-size: 15px;
        padding: 15px 18px;
        width: 150px;
    }

    .main-banner {
        height: 400px;
    }

    .games-cards {
        width: 100%;
        height: 400px;
        margin-bottom: 35px;
    }
    .home-info-text {
        width: 100%;
        text-align: center;
    }

    .games-cards:last-child {
        margin-bottom: 0;
    }

    h2.section-heading {
        font-size: 35px;
    }

    .home-info-images {
        display: none;
    }

    .home-info-text p {
        font-size: 17px;
    }

    .why-choose-us-cards {
        width: 100%;
        margin-bottom: 35px;
    }

    .why-choose-us-cards:last-child {
        margin-bottom: 0;
    }

    .why-choose-card-text p {
        font-size: 16px;
    }

    .pages-signup-wrapper h3 {
        font-size: 20px;
        max-width: 450px;
        letter-spacing: 2px;
    }

    .why-choose-card-icon {
        width: 100px;
        height: 100px;
    }

    .pages-signup-input-wrapper {
        flex-direction: column;
        align-items: center;
    }

    input.pages-signup-input {
        width: 80%;
        font-size: 16px;
        padding: 12px 20px;
        line-height: 20px;
        border-radius: 25px;
    }

    .pages-signup-submit-button {
        padding: 12px 25px;
        font-size: 16px;
        margin-top: 15px;
        border-radius: 25px;
    }

    .footer-items h3 {
        font-size: 22px;
    }

    .social-ikons {
        height: 35px;
        width: 35px;
    }

    .copyright p {
        font-size: 12px;
    }

    .about-us-text p,
    .contact-us-text p {
        font-size: 16px;
    }

    .contact-us-image,
    .about-us-image {
        max-width: 470px;
        margin-bottom: 30px;
    }

    .contact-us-text,
    .about-us-text {
        padding: 0 10px;
    }

    .pages-intro-wrapper p {
        font-size: 14px;
    }

    .sub-pages-text-group h3 {
        font-size: 19px;
    }

    .sub-pages-text-group p {
        font-size: 14px;
    }

    .banner-content-wrapper {
        margin-top: 1px;
    }

    .card_title h1 {
        font-size: 22px;
    }

    .form input {
        font-size: 15px;
    }


}

@media screen and (max-width:480px) {
    .top-logo a {
        width: 230px;
    }

    .menu-icon {
        height: 20px;
        width: 20px;
    }

    .close-icon {
        font-size: 18px;
    }

    .banner-content h2 {
        font-size: 28px;
        max-width: 280px;
    }

    .main-banner {
        height: 360px;
    }

    .banner-butn {
        font-size: 13px;
        padding: 14px 18px;
        width: 120px;
    }

    .banner-content {
        padding: 130px 10px 0 10px;
    }

    h2.section-heading {
        font-size: 30px;
    }

    .home-info-text p {
        font-size: 16px;
    }

    .home-info-text {
        width: 90%;
    }

    .why-choose-card-icon {
        width: 75px;
        height: 75px;
    }

    .why-choose-card-text p {
        font-size: 15px;
    }

    .pages-signup-wrapper h3 {
        font-size: 18px;
    }

    input.pages-signup-input {
        width: 90%;
        padding: 11px 20px;
    }

    .pages-signup-submit-button {
        padding: 11px 25px;
    }

    .footer-items {
        width: 100%;
    }

    .logo-bottom img {
        width: 70px;
    }

    .footer .footer-items ul li a {
        font-size: 15px;
    }

    .logo-bottom {
        text-align: left;
    }

    #games .games-cards:last-child,
    #new-games .games-cards:last-child {
        margin-bottom: 0;
    }

    .about-us-text p,
    .contact-us-text p {
        font-size: 15px;
    }

    .contact-us-image,
    .about-us-image {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .sub-pages h2.section-heading {
        font-size: 20px;
    }

    .sub-pages-text-group h3 {
        font-size: 17px;
    }

    .sub-pages-text-group p {
        font-size: 13px;
    }

    .banner-content-wrapper {
        margin-top: 10px;
    }

    .card_title h1 {
        font-size: 20px;
    }

    .form input {
        font-size: 14px;
    }

    .card {
        background-color: transparent;
    }

    .swap-text {
        font-size: 13px;
    }

    .logo-bottom a {
        width: 280px;
        height: 70px;
    }
}