@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container {
    width: 750px;
  }
  /* ===== Nav Section ===== */
  .nav-item {
    padding-inline: 10px;
  }
}

@media (max-width: 767.98px) {
  .container {
    width: 100%;
  }
  /* ===== Nav Section ===== */
  .navbar-desktop {
    display: none;
  }
  .navbar-mobile {
    display: block !important;
  }
  .mobile-menu-icon {
    font-size: 1.75rem;
  }
  .offcanvas-title > a {
    color: #777 !important;
  }
  .nav-link {
    color: #777 !important;
  }
  .navbar-nav {
    flex-direction: column !important;
  }
  .nav-item {
    padding: 10px !important;
  }
  .nav-item > a:hover {
    color: #1c1c1c !important;
  }
  /* ===== Hero Section ===== */
  .hero-section {
    background-position: center;
  }
  .typed-text {
    transition: all 1.25s linear;
    -webkit-transition: all 1.25s linear;
    -moz-transition: all 1.25s linear;
    -ms-transition: all 1.25s linear;
    -o-transition: all 1.25s linear;
  }
  /* ===== Contact Section ===== */
  .form-div form > div {
    flex-direction: column !important;
    gap: 0 !important;
  }
  .input-text:first-of-type {
    margin-bottom: 16px;
  }
}
@media (max-width: 567.98px) {
  /* ===== Nav Section ===== */
  .offcanvas {
    max-width: 75% !important;
  }
  /* ===== Hero Section ===== */
  .static-text,
  .typed-text {
    font-size: 2.75rem;
    width: 100%;
    display: inline-block;
  }
}
