/*================================
Template Name: --- WebSite Name -----
Author: Rummy
Author website: 
Version: 1.0
================================== */

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

@media (min-width: 576px) and (max-width: 767.98px) {
}

@media (min-width: 768px) and (max-width: 991.98px) {
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1440px) {
}

@media (max-width: 1199.98px) {
  .home-banner-sec {
    height: auto;
  }
  .download-app-form-sec .form-control {
    min-width: auto;
  }
  .logo-trust-sec {
    padding-top: 2em;
  }
  .banner-content h1 {
    font-size: 2.5em;
  }
}

@media (max-width: 991.98px) {
  /* Moblie Nav Style  */
  .mobile-nav-header {
    display: block !important;
  }
  .main-wrapped-header {
    display: none !important;
  }
  .banner-content h1 {
    font-size: 2em !important;
  }
  .banner-caption {
    padding: 0 0em !important;
    min-height: auto;
  }
  .global-payment-count-card {
    margin-bottom: 1em;
  }
  .wallex-business-services-card {
    margin-bottom: 1em;
  }
  .api-app-card-wrapp {
    flex-direction: column !important;
  }
  .api-app-card-icon {
    align-items: center !important;
  }
  .home-banner-sec {
    height: auto;
  }
  .section-title h2 {
    font-size: 1.5em;
  }
  .resp-mrg-btm-md {
    margin-bottom: 2em;
  }
  .bg-body-tertiary {
    background-color: var(--primary-color) !important;
  }
  .offcanvas.offcanvas-end {
    background-color: var(--primary-color) !important;
  }
  .offcanvas-body .navbar-nav .nav-link.active,
  .offcanvas-body .navbar-nav .nav-link {
    color: var(--secondary-color);
  }
  .offcanvas-header .btn-close {
    background-color: var(--secondary-color) !important;
  }
  .how-to-play-img {
    max-width: 25em;
  }
  .how-to-play-img-sec {
    text-align: center;
  }
  .faq-img-sec {
    text-align: center;
  }
  .faq-img {
    max-width: 25em;
  }
  .footer-secured-payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}

@media (max-width: 767.98px) {
  .order-by {
    order: 1;
  }
  .bg-body-tertiary {
    background-color: var(--primary-color) !important;
  }
  .offcanvas.offcanvas-end {
    background-color: var(--primary-color) !important;
  }
  .offcanvas-body .navbar-nav .nav-link.active,
  .offcanvas-body .navbar-nav .nav-link {
    color: var(--secondary-color);
  }
  .offcanvas-header .btn-close {
    background-color: var(--secondary-color) !important;
  }
  .section-title h2 {
    font-size: 1.5em;
  }
  .sm-padding {
    padding: 2em 0;
  }
  .section-title h4 {
    font-size: 1.5em;
  }
  .home-banner-sec {
    height: auto;
  }
  .banner-caption {
    padding: 0 0em !important;
    min-height: auto;
  }
  .banner-btn-sec {
    flex-direction: column;
  }
  .banner-content h1 {
    font-size: 1.8em !important;
  }
  .main-image-frame img {
    height: 15em;
  }
  .api-app-card-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .text-start {
    text-align: center !important;
  }
  .api-app-card-icon::after {
    display: none;
  }
  .api-app-card-info p {
    text-align: center;
  }
  .section-title h5 {
    text-align: center;
  }
  .footer-sec {
    padding: 2em 0;
  }
  .cta-box h2 {
    font-size: 1.5em;
  }
  .download-app-form-sec {
    flex-direction: column;
  }
  .banner-content {
    padding-top: 6em;
    text-align: center;
  }
  .app-rating-sec {
    flex-wrap: wrap;
  }
  .logo {
    max-width: 8em;
  }
  .logo-trust-box {
    justify-content: center;
    flex-wrap: wrap;
  }
  .how-to-play-img {
    max-width: 12em;
  }
  .how-to-play-img-sec {
    text-align: center;
  }
  .faq-img-sec {
    text-align: center;
  }
  .faq-img {
    max-width: 12em;
  }
  .footer-sub-sec {
    padding-top: 0;
  }
  .footer-secured-payment-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
  }
  .footer-notice-box {
    margin-top: 2em;
    grid-template-columns: repeat(1, 1fr);
  }
  .how-to-play-steps-list-card {
    display: flex !important;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .cta-box {
    padding: 0.5em;
  }
  .feature-list-card{
    margin-top:1em;
  }
}

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

/* Large Device CSS */

@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1320px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1900px) {
  .container {
    width: 1520px;
    max-width: 100%;
  }
}
