@media (max-width:900px) {

  .menu {
    display: block;
  }

  .company-logo img {
    width: 100%;
    height: 45px;
  }

  .nav-bar {
    z-index: 2000;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
    flex-direction: column;
    width: 70%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: all 0.4s;
  }

  .nav-bar .nav {
    padding: 0px;
    width: 100%;
  }

  .nav-bar .nav a {
    width: 100%;
    padding: 15px 10px;
    display: block;
  }

  .nav-bar .nav a:after {
    display: none;
  }

  #nav-sub-nav {
    height: 50px;
    overflow: hidden;
    transition: all 0.4s;
  }

  #nav-sub-nav:hover {
    height: 100%;
  }

  .sub-navbar {
    position: initial;
    opacity: 1;
    width: 100%;
    transition: all 0.4s;
  }

  .get-help-hero-section {
    grid-template-columns: none;
  }

  .side-img img {
    width: 100%;
    height: auto;
  }

  .get-help h1 {
    font-size: 40px;
  }

  .get-help p.info {
    font-size: 20px;
  }

  .map-integration h1 {
    font-size: 28px;
  }

  .map-integration p.address-box {
    font-size: 18px;
    padding: 10px 20px;
  }

  .interaction-options {
    display: flex;
    flex-direction: column;
  }

  .interaction-options a {
    width: 70%;
    margin: 15px 0px;
  }

  #contact-us-form .enquiry-container form {
    grid-template-columns: none;
  }

  .explore-section {
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 0px 0px 45px;
  }

  .explore-section .products-youtube-section img {
    width: 30%;
  }

  #bg-1,
  #bg-3,
  #bg-4 {
    display: none;
  }

  .head-part {
    display: grid;
    position: relative;
    grid-template-columns: auto;
  }

  .head-part img {
    width: 100%;
    height: 300px;
  }

  .head-part-home video{
    margin-top: 0px;
  }

  .head-part-home h1 {
    font-size: 26px;
    padding: 5px 10px;
    margin-top:0px;
  }

  .head-part-home h5 {
    margin-top: 30px;
    font-size: 16px;
    width: 500px;
  }


  .head-part h1 {
    top: 40%;
    left: 9%;
    font-size: 30px;
  }

  .para-container h1.head {
    font-size: 25px;
    width: 85%;
    padding-bottom: 10px;
    text-align: center;
  }

  .products-section .info {
    padding: 10px 10px;
    margin-top: 20px;
  }

  .products-section .product {
    margin-bottom: 60px;
  }

  .products-section p {
    font-size: 16px;
  }


  .para-container p.info {
    width: 85%;
  }

  .products-section .Models-btn-section a {
    padding: 12px 8px;
    font-size: 14px;
    margin: 5px 8px;
  }

  .products-section .product,
  .products-section #CNC-Plate-Cutting-Machine {
    grid-template-columns: auto;
  }

  .products-section .product .product-short-info h3 {
    width: 100%;
    font-size: 17px;
    margin: 5px auto 50px auto;
  }

  .products-section .product .product-short-info h5 {
    width: 25%;
  }

  .head-part-why-us h1 {
    font-size: 35px;
  }

  .head-part-why-us .why-us-points span {
    padding: 10px 17px;
    display: inline-flex;
    font-size: 22px;
  }

  .industries-section h1 {
    font-size: 35px;
  }

  .head-part-why-us .why-us-points span i {
    margin-right: 20px;
    color: rgb(219 123 13);
    margin-top: 6px;
  }

  .industries-section h2 {
    font-size: 25px;
  }

  .head-part-bg img {
    width: 100%;
    height: 300px;
  }

  .head-part-products img {
    width: 100%;
  }

  .head-part-products .back-drop h1 {
    font-size: 33px;
  }

  .head-part-bg .back-drop h1 {
    color: white;
    backdrop-filter: blur(100px);
    font-size: 30px;
    padding-bottom: 5px;
    font-family: 'Mulish', sans-serif;
    border-bottom: 1.5px solid white;
  }


  .industries-section .icons-container {
    grid-template-columns: auto auto;
  }

  .industries-section .icons-container .icon-box {
    text-align: center;
    box-shadow: 0px 0 12px 0 rgb(0 0 0 / 30%);
    border-radius: 20px;
    padding: 20px;
    margin: 20px 10px;
    transition: all 0.2s;
    max-width: 171px;
  }

  .upper-footer h1 {
    font-size: 35px;
  }

  .upper-footer .points h4 {
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    font-weight: 100;
    padding: 15px 15px;
    background-color: rgba(0, 0, 0, 0.055);
    width: 85%;
    margin: 8px 0px;
    transition: all 0.6s;
  }

  .upper-footer {
    margin: 20px 0px 50px 0px;
  }

  .products-section h1 {
    width: 95%;
    margin: 1px auto 35px auto;
    font-size: 20px;
    padding: 20px 0px;
  }

  .products-section h5 {
    font-size: 27px;
    margin: 20px 0px;
    padding-left: 15px;
  }

  .products-section {
    margin: 30px 0px;
    padding: 12px 5px;
  }

  .product .option-btn-box {
    display: flex;
    flex-direction: column;
  }

  .product .option-btn-box button,
  .product .option-btn-box a {
    width: 40%;
  }


  .products-section .Models-btn-section {
    display: grid;
    grid-template-columns: auto auto auto;
  }

  .products-section .Models-btn-section button {
    padding: 12px 5px;
    font-size: 13.5px;
    margin: 6px 6px;
  }

  .swiper {
    width: 95%;
  }

  .products-section .product .model1,
  .products-section .product .model2,
  .products-section .product .model3 {
    margin-top: 5px;
  }

  .products-section .product .model4,
  .products-section .product .model5,
  .products-section .product .model6,
  .products-section .product .model7,
  .products-section .product .model8,
  .products-section .product .model9,
  .products-section .product .model10,
  .products-section .product .model9 {
    margin-top: 120px;
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 10px;
  }

  .products-section .product .product-info1 h6,
  .products-section .product .product-info2 h6 {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    margin: 3px 0px;
    display: inline-flex;
    align-items: baseline;
  }

  .products-section .product .product-info1,
  .products-section .product .product-info2 {
    padding: 10px 8px;
    margin: 5px 0px;
  }


  .products-section .option-btn-box button {
    font-size: 18px;
  }

  .products-section .product a.video-btn {
    padding: 10px 8px;
    text-align: center;
    font-size: 16px;
    margin: 5px 15px;
  }

  .products-section #main-product-2 h6 {
    font-size: 15.6px;
  }

  .brief-introduction p.info-para {
    margin: 0px 10px;
    font-size: 17px;
  }

  .brief-introduction {
    margin: 40px 20px;
    padding: 15px;
    transition: all 0.3s;
  }

  #values .box {
    min-width: 200px;
    border-radius: 20px;
    padding: 20px;
    margin: 20px 50px;
    transition: all 0.3s;
  }

  .content {
    width: 100%;
  }

  .content p {
    margin: 10px 0px;
    font-size: 17.2px
  }

  .below-bg-head {
    background-color: rgba(0, 0, 0, 0.055);
    padding: 20px 15px 20px 30px;
  }

  .below-bg-head h2 {
    font-size: 17px;
  }

  .below-bg-head a {
    width: 145px;
    margin-top: 30px;
    font-size: 18px;
    padding: 10px 12px;
    transition: all 0.3s;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .check-product-section h4 {
    font-size: 25px;
    text-align: center;
  }

  .check-product-section {
    padding: 30px 10px;
  }

  #values {
    display: grid;
    grid-template-columns: auto;
  }

  .products-section #main-product-2 {
    height: 1600px;
  }

  .head-part-home h1 {
    font-size: 30px;
    text-align: center;
  }

  .head-part-home h5 {
    font-size: 25px;
    width: 85%;
  }

  .about-home p {
    padding: 0px 25px;
  }

  .about-home h2 {
    font-size: 28px;
    padding: 0px 22px;
    text-align: center;
    margin-top: 15px;
  }

  .youtube-videos-section videos-section {
    display: grid;
    margin: 45px 0px;
    grid-template-columns: auto;
    grid-gap: 60px;
  }

  .youtube-videos-section videos-section iframe {
    width: 100%;
  }

  .youtube-videos-section h3 {
    font-size: 31px;
    text-align: center;
    margin: auto;
    width: fit-content;
  }

  .youtube-videos-section a {
    margin-top: 30px;
    width: 85%;
  }

  .products-home .info p {
    padding-right: 15px;
  }

  .products-home {
    grid-template-columns: auto;
  }

  .products-home .bg-img img {
    margin-top: 40px;
  }

  .contact-us-home {
    flex-direction: column;
  }

  .contact-us-home h3 {
    font-size: 32px;
  }

  .contact-us-home p {
    margin: 23px 25px;
    text-align: center;
    font-size: 24px;
  }

  .contact-us-home a {
    font-size: 22px;
  }

  .contact-overlap {
    top: 33%;
    z-index: 9;
  }

  .contact-overlap a img {
    height: 35px;
  }

}

@media (max-width:500px) {
  .head-part-home h1 {
    font-size: 25px;
    padding: 5px 30px;
  }

  .head-part-home h5 {
    font-size: 16px;
    width: none;
  }

  .nav-bar .nav .subnav {
    position: static;
    border-radius: 0px;
    grid-template-columns: auto;
    grid-gap: 20px;
    width: 100%;
    box-shadow: none;
  }

  .nav-bar .nav .subnav h1 {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .nav-bar .nav .subnav .mainproduct a{
    padding: 5px 10px;
    font-size: 17px;
  }

  #products{
    height: 54px;
    overflow: hidden;
  }

  #products:hover{
    height:100%;
    overflow: scroll;
  }

  .promotion{
    grid-template-columns: auto;
    grid-gap: 8px;
    padding: 20px 10px;
    }

    .promotion h1{
      text-align: center;
      font-size: 15px;
    }
}