html {
  font-size: 16px;
}
@media screen and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) {
  html {
    font-size: 16px;
  }
  .content-ERP-company-img .content-ERP-company-imgBlock {
    width: 95%;
  }
  .content-box-item {
    width: 28rem !important;
  }
  .content-ERP-company-imgBlock {
    width: 90% !important;
    height: 40rem !important;
  }
  .content-cloud-box,
  .content-system-box {
    width: 90% !important;
  }
  .content-cloud-grid {
    justify-content: space-between !important;
  }
  .grid-cloud-item {
    height: 12rem !important;
  }
  .swiper-box {
    width: 90% !important;
  }
}
@media screen and (max-width: 1024px) {
  .content-ERP-company-img .content-ERP-company-imgBlock,
  .content-cloud-box,
  .content-system-box,
  .swiper-box {
    width: 90%;
  }
  .content-cloud-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .grid-cloud-item {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
  .nav-menu {
    display: none;
  }
  .hero-content .tit-box,
  .left_Desc {
    width: 100% !important;
  }
  .menu-toggle {
    display: flex !important;
  }
  .content-ERP-company-imgBlock {
    width: 95% !important;
    height: 40rem !important;
  }
  .content-cloud-box,
  .content-system-box {
    width: 95% !important;
  }
  .grid-cloud-item {
    width: 48% !important;
    height: 10rem !important;
  }
  .swiper-box {
    width: 95% !important;
  }
  .content-system-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  .hero-content {
    flex-direction: column;
    text-align: center;
    justify-content: center !important;
    padding: 1rem;
  }
  .hero-content .tit-box,
  .left_Desc {
    width: 100% !important;
  }
  .left_Desc {
    padding-top: 5rem;
  }
  .login-btnx {
    display: flex;
    justify-content: center;
  }
  .content-box-item {
    width: 27rem !important;
  }
  .content-cloud-grid .grid-cloud-item {
    width: 100% !important;
    height: 9rem !important;
  }
  .content-ERP-company-imgBlock {
    width: 95% !important;
    height: 20rem !important;
    padding: 0.5rem !important;
  }
  .content-cloud-main {
    padding: 0.5rem !important;
  }
  .content-cloud-box,
  .content-system-box,
  .swiper-box {
    width: 95%;
  }
  .content-system-grid-item {
    width: 100%;
  }
  .content-swiper-box {
    width: 100%;
    padding-top: 1rem;
  }
  .footer-content {
    flex-direction: column;
    justify-content: space-evenly;
    gap: 2rem;
  }
  .footer-links {
    width: 100%;
    justify-content: space-evenly;
    gap: 1rem;
  }
  .footer-brand {
    justify-content: center;
  }
  .nav-menu-icon {
    display: block !important;
  }
  .nav-list {
    display: none !important;
  }
  .menu-icon-box {
    display: block !important;
  }
  .lift {
    display: none !important;
  }
}
@media screen and (max-width: 375px) {
  html {
    font-size: 12px;
  }
  .tit {
    font-size: 2rem;
    letter-spacing: 0.25rem;
  }
  .s-tit {
    font-size: 1.5rem;
  }
  .content-ERP-tit,
  .content-cloud-tit,
  .content-swiper-tit,
  .content-system-box-tit {
    font-size: 1.75rem;
  }
  .content-cloud-li-item,
  .ul-block .content-ERP-li-item {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
  .content-ERP-company-img .content-ERP-company-imgBlock {
    height: auto;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-height: 480px) and (orientation: landscape) {
  .hero-section {
    height: auto;
    min-height: 100vh;
  }
  .hero-content {
    padding: 5rem 1rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@media print {
  .footer,
  .nav-menu {
    display: none;
  }
}
