/* responsive ******************************************************************************/
@media (max-width: 1599px) {
}
/* responsive ******************************************************************************/
@media (max-width: 1399px) {
  #precision .includes-box {
    margin-bottom: -27%;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
  h1 {
    font-size: 46px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 22px;
  }
  .testimonial .text p {
    width: 90%;
  }
  #precision .includes-box .box {
    padding: 50px 40px;
  }
  #precision .includes-box {
    margin-bottom: -24%;
  }
  #homeBanner .text {
    max-width: 90%;
  }
  #homeBanner .title h1 {
    font-size: clamp(24px, 7vw, 82px);
  }
  #footer .top-box .link-box ul {
    column-gap: 15px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 1080px) {
  #homeBanner .button-box {
    gap: 10px;
  }
  .btn-common {
    font-size: 16px;
    padding: 12px 20px;
  }
  #header .logo-box img {
    max-width: 140px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 991px) {
  h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 20px;
  }
  .section-heading {
    margin-bottom: 30px;
  }
  #homeBanner .homeBanner-part {
    background-size: cover;
    height: 60vh;
  }
  #homeBanner .homeBanner-part::after {
    background: linear-gradient(
      90deg,
      rgb(0 0 0 / 61%) 0%,
      rgb(0 0 0 / 43%) 100%
    );
  }
  #homeBanner .title h1 {
    font-size: clamp(24px, 8vw, 82px);
  }
  .core-strengths {
    padding: 60px 0;
  }
  #precision .includes-box .box {
    padding: 20px 10px;
  }
  #precision .includes-box .box p {
    font-size: 18px;
  }
  #precision .includes-box {
    margin-bottom: -29%;
    padding-top: 50px;
  }
  .button-box.Catalogue {
    padding-top: 60px;
  }
  #precision {
    padding-bottom: 220px;
  }
  #footer .top-box .link-box ul {
    margin-top: 30px;
  }
  #header .main-nav nav ul li {
    margin-right: 20px;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 767px) {
  /* header responsive */

  #header .main-nav nav {
    position: fixed;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100vh;
    background: var(--purple);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s all ease-in-out;
    z-index: 111;
    padding-top: 60px;
  }
  #header .main-nav nav.show {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .main-nav nav ul li {
    display: block;
    text-align: left;
    padding: 5px 10px;
  }
  #header .main-nav .click-menu,
  #header .main-nav .cancel-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  #header .main-nav .cancel-menu {
    position: fixed;
    top: 20px;
    left: -100%;
    max-width: 30px;
    width: 100%;
    text-align: center;
    z-index: 222;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
  }
  #header .main-nav .cancel-menu.show {
    opacity: 1;
    visibility: visible;
    left: calc(100% - 50px);
  }
  #header .main-nav {
    flex-direction: row-reverse;
  }
  #header .button-box {
    margin-left: 0;
    margin-right: 20px;
  }
  .row {
    row-gap: 30px;
  }
  .mobile {
    display: block !important;
  }
  .desktop {
    display: none !important;
  }
  br {
    display: none;
  }
  .bg {
    padding: 40px 0;
  }
  section {
    padding-bottom: 40px;
  }
  .core-strengths {
    padding: 40px 0;
    background-size: cover;
  }
  p {
    font-size: 16px;
  }
  .core-strengths .strengths-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #product .item {
    margin: 0 10px;
  }
  #product .item .img-box {
    justify-content: center;
    padding-right: 0px;
  }
  .button-box.Catalogue {
    padding-top: 40px;
  }
  #precision .includes-box .box p {
    font-size: 16px;
  }
  #precision .includes-box {
    margin-bottom: 0;
    padding-top: 40px;
  }
  #precision {
    padding-bottom: 40px;
  }
  #form .row {
    row-gap: 0;
  }
  form .btn-common {
    display: flex;
    margin: 0 auto;
  }
  #footer .top-box .link-box ul {
    margin-top: 0;
  }
  #precision .precision-part {
    background-size: cover;
  }
  .testimonial .item {
    margin: 0 10px;
  }
  .testimonial .text p {
    width: 100%;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 575px) {
}
/* responsive ******************************************************************************/
@media (max-width: 479px) {
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
  p {
    font-size: 16px;
  }
  #homeBanner .homeBanner-part {
    height: unset;
    padding: 14% 0 10%;
  }
  #homeBanner .row {
    row-gap: 0px;
  }
  #product .item {
    padding: 30px 15px 30px;
  }
  #homeBanner .button-box {
    flex-direction: column;
  }
  .about-section .feature-card {
    padding: 30px 10px;
  }
  .core-strengths .strength-card {
    padding: 30px 12px;
    gap: 15px;
  }
  .core-strengths .strengths-grid .strength-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  .form-control-common {
    font-size: 18px;
  }
  .about-section .text-box p {
    margin-bottom: 15px;
  }
  .section-heading {
    margin-bottom: 20px;
  }
  #footer .top-box .logo-box img {
    max-width: 170px;
  }
  #homeBanner .text {
    padding: 20px 0;
    max-width: 100%;
  }
}
/* responsive ******************************************************************************/
@media (max-width: 375px) {
}
/* responsive ******************************************************************************/
@media (max-width: 320px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
}
