@media screen and (max-width: 600px) {
  h1 {
    font-size: 2rem;
    font-weight: 500;
  }
  h2 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  h3 {
    font-size: 1rem;
    font-weight: 500;
  }
  h4 {
    font-size: 1rem;
  }
  h5 {
    font-size: 0.8rem;
  }
  h6 {
    font-size: 0.8rem;
  }
  .mobile-menu-btn {
    display: block;
  }
  .custom-navbar-nav {
    display: none;
  }
  .mobile-nav-bottom {
    display: flex;
    position: fixed;
    bottom: 10px;
    background-color: var(--background-color-dark);
    padding: 5px 30px;
    width: calc(100% - 16px);
    z-index: 10000;
    border-radius: 50px;
    left: 8px;
    right: 8px;
    min-height: 70px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
      rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    max-width: 100%;
  }
  .mobile-navlist {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-nav-item svg {
    margin-bottom: 5px;
  }
  .mobile-nav-item span {
    font-size: 14px;
  }
  .offcanvas-title {
    font-size: 1.5rem;
  }
  .nav-item {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: 600;
  }
  .nav-link {
    color: var(--text-color-light);
  }
  .nav-link.active {
    color: var(--secondary);
  }
  .contact-btn {
    display: none;
  }
  .section {
    padding-top: 5rem;
  }
  .section-header {
    width: 100%;
  }
  .services-grid {
    grid-template-columns: 1fr;
  }

  .stack-cards__item {
    height: initial;
    padding: 3rem 1.5rem;
    margin-top: 1rem;
  }
  .banner {
    width: 100%;
  }
  .banner-img {
    height: initial;

    svg {
      height: 500;
    }
  }

  .about-container {
    display: initial;
    height: min-content;
    font-size: 1.3rem;
  }
  .about-mobile {
    display: block;
    margin-top: -100px;
    margin-bottom: 60px;
  }
  .about-paragraph-container{
      height: unset;
      padding: 3rem 0;
  }
  .scattered-word-container {
    display: none;
  }
  .scattered-word {
    font-size: 1rem;
  }

  .home-values-container h2 {
    text-align: center;
  }
  .single-value {
    margin-bottom: 8vh;
    margin-top: 5vh;
  }
  .single-value h3 {
    font-weight: initial;
  }
  .about-paragraph p {
    font-size: 1.5rem;
  }
  .why-choose-us {
    margin-left: 0;

    .why-line {
      flex-direction: column;

      * {
        width: 100%;
      }
    }
  }

  .about-titles {
    font-size: 2.5rem;
    text-align: left;
  }
  .about-values-svg svg {
    display: none;
  }
  .values-grid {
    display: grid;
  }
  .services-table {
    grid-template-columns: 1fr;
  }
  .services-table a {
    padding: 1.5rem;
  }
  .single-service {
    grid-template-columns: 1fr;
  }

  .footer-road-svg {
    opacity: 0;
  }
  .footer-content {
    margin-top: 5rem;
  }
  .footer .info {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer .info-data {
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
}
