

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

/* Desktop View */
@media (min-width: 992px) {
    .side-menu {
      position: static;
      height: auto;
      width: auto;
      background: transparent;
      box-shadow: none;
      transform: none !important;
      transition: none;
      padding: 0;
    }
    .side-menu .navbar-nav {
      flex-direction: row;
      margin-top: 0;
    }
    .menu-overlay {
      display: none !important;
    }
    .section-title-s1 h2{
        font-size: 36px;
    }
  }
 
/* -------- */

@media (max-width: 992px) {
    .section-s1padding{
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .change-fs-14px-12px{
        font-size: 13px;
    }
    .change-fs-18px-16px{
        font-size: 16px;
    }
    .change-fs-20px-16px{
        font-size: 15px;
    }
    .change-fs-20px-18px{
        font-size: 19px;
    }
    .hero-section-s1{
        padding: 160px 0px;
    }
    .anylysis-detail-table .table-container {
        overflow-x: auto;
    }
    .anylysis-detail-table table {
        min-width: 700px;
    }
    .crypto-section-s1 .cry-price{
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .container{
        padding: 0px 15px;
    }
    .section-title-s1 h2{
        font-size: 28px;
        color: var(--text-primary);
    }
    .section-title-s2 h2{
        font-size: 24px;
    }
    .hero-section-s1{
        padding: 80px 0px;
    }
    .hero-section-s1 .hero-title{
        font-size: 42px;
    }
    .change-fs-28px-24px{
        font-size: 24px;
    }
    .change-fs-24px-20px{
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    /* Start All Rounder */
    .section-s1padding{
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .change-fs-14px-12px{
        font-size: 12px;
    }
    .change-fs-18px-16px{
        font-size: 15px;
    }
    .change-fs-20px-16px{
        font-size: 16px;
    }
    .change-fs-20px-18px{
        font-size: 18px;
    }
    .w-md-auto{
        width: 100%;
    }
    .comment-section-s1 .reply {
        margin-left: 20px;
    }
    .error-section .error-title{
        font-size: 80px;
    }
}