/*================================
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;
  }

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

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

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

  body {
    overflow: unset !important;
  }

   .offcanvas-body .api-token-sec {
    border-right: unset;
    max-height: auto;
    padding: 0;
    padding-left: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 1.2em;
    overflow-x: auto;
    padding-bottom: 2em;
  }

  .api-token-sec {
     display: none;
  }

  .api-token-details-sec {
    border-bottom: 1px solid #e2e2e2;
    padding-top: 5em !important;
    padding-bottom: 1em;
  }

  .api-token-list-sec h3, .api-token-list h3 {
    font-size: 1em;
    font-weight: 600;
  }

  .aut-img {
    display: none;
  }

  .tech-stack-sec {
    padding: 1.5em;
  }
  .auth-api-details {
    height: auto !important;
  }
}

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