/*================================
Template Name: --- WebSite Name -----
Author: CodeGama
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) {}

@media (max-width: 991.98px) {

  /* Moblie Nav Style  */
  .mobile-nav-header {
    display: block !important;
  }

  .main-wrapped-header {
    display: none !important;
  }
}


@media (max-width: 767.98px) {
  .order-by {
    order: 1 !important;
  }

  .section-title h2 {
    font-size: 2em;
  }

  .sm-padding {
    padding: 2em 0;
  }

  .resp-mb {
    margin-bottom: 1.5em;
  }

  .section-title h4 {
    font-size: 2em;
  }

  body {
    overflow: unset !important;
    font-size: 15px !important;
  }

  .resp-none {
    display: none;
  }

  .offcanvas-body .resp-none {
    display: block !important;
    border-right: 0 !important;
    height: auto !important;
  }

  .offcanvas-header {
    background: #000 !important;
  }

  .offcanvas-header .logo {
    max-width: 8em;
  }

  .offcanvas-body {
    padding: 0;
  }

  .resp-pt-lg {
        padding-top: 4em !important;
  }

  .api-token-details-sec {
    height: auto;
    padding: 1em;
  }

  .feature-grid,
  .country-supported-sec,
  .programming-lang-se {
    grid-template-columns: repeat(1, 1fr);
  }

  .naviate-btn-sec {
    flex-direction: column;
    justify-content: center;
    gap: 1em;
  }

  .naviate-btn{
    width: 100%;
  }

  .footer-item ul {
    flex-direction: column;
  }

  .country-supported-sec,
  .country-supported-card {
    padding: 1em;
  }
  
  .api-details-sec {
    padding: 1em;
  }

  .sidebar-layout-sec {
    display: none;
  }

  .api-details-sec {
    height: auto;
  }
}

@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%;
  }
}