@media screen and (max-width: 1920px) {
  #our-work-slider {
    max-width: 1400px;
    margin: 0 auto;
  }

  h3 {
    font-size: 22px;
  }

  .section-title h1 {
    font-size: 56px;
    line-height: 62px;
  }

  .section-title {
    margin-bottom: 40px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media screen and (max-width: 1799px) {
}

@media screen and (max-width: 1599px) {
  #our-work-slider {
    max-width: 1200px;
  }

  .section-title h1 {
    font-size: 46px;
    line-height: 52px;
  }
}

@media screen and (max-width: 1408px) {
  #our-work-slider {
    max-width: 1000px;
  }

  h3 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 36px;
  }

  .section-title h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .section-title {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1216px) {
  .aboutus-inner-detail .aboutus-image {
    max-width: 500px;
  }

  #product-slider .splide__arrows {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
  }

  #product-slider .splide__arrow {
    position: static;
    transform: unset;
  }

  .section-title h1 {
    font-size: 36px;
    line-height: 44px;
  }

  .theme-border-bottom::before {
    bottom: -10px;
  }

  h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .home-contactus-desc h3 {
    font-size: 18px;
  }

  .mb-6 {
    margin-bottom: 30px !important;
  }

  .form-control {
    padding: 15px;
  }

  .home-contactus-block {
    gap: 10px;
    margin-bottom: 20px;
  }

  .home-contactus-block img {
    height: 20px;
  }

  #our-work-slider .splide__arrows {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
  }

  #our-work-slider .splide__arrow {
    position: static;
    transform: unset;
  }

  .section-title span {
    font-size: 20px;
  }

  .section-title {
    margin-bottom: 30px;
  }

  h3 {
    font-size: 18px;
  }

  .menu-link-wrapper {
    flex-direction: column;
    align-items: start;
  }

  .menu-right {
    display: block;
  }

  .desktop-menu {
    display: none;
  }

  .menutoggle {
    display: block;
    position: relative;
    top: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
  }

  .menutoggle a {
    text-decoration: none;
    color: #232323;
    transition: all 0.3s ease;
    display: flex;
  }

  .menutoggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
  }

  .menutoggle span {
    position: relative;
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
      background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  }

  .menutoggle span:first-child {
    transform-origin: 0% 0%;
  }

  .menutoggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
  }

  .menutoggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
  }

  .menutoggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  .menutoggle input:checked ~ span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
  }

  .menutoggle input:checked ~ .menuitem {
    transform: none;
  }

  .menuitem {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 50px;
    padding-top: 100px;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    border-bottom: 1px solid #00000030;
  }

  .menuitem li {
    border-bottom: 1px solid #232323;
    display: block;
    width: 100%;
  }

  .menu-link a {
    padding: 15px 0;
    font-size: 16px;
  }

  .sub-menu-link {
    padding-bottom: 0;
  }

  .header-dropdown .sub-menu-link a {
    padding: 10px 0;
  }

  .menu-right .menutoggle {
    position: absolute;
    right: 10px;
    top: 39px;
  }

  .menu-right .menutoggle input {
    right: 50px;
  }

  .menu-right .menutoggle span {
    right: 50px;
  }

  .menu-right .menuitem {
    right: 0;
    top: 0;
    transform: translate(100%, 0);
  }

  .menu-right .menuitem li a:hover {
    padding-left: 5px;
  }

  @keyframes text-slide-in {
    0% {
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px);
    }

    100% {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
    }
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .slider .slide-track {
    gap: 20px;
  }

  .banner-text {
    left: 30px;
    bottom: 10px;
  }

  .who-we-are-col.order-2 {
    order: unset;
  }

  .who-we-are-image {
    max-width: 600px;
  }

  .section-title h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .services-cols {
    justify-content: center;
  }

  .home-contactus-desc h3 {
    font-size: 16px;
  }

  h4 {
    font-size: 22px;
  }

  .menu-right .menutoggle {
    right: -10px;
  }

  .header {
    padding: 10px 40px;
  }

  .site-logo h1 {
    font-size: 34px;
    line-height: 34px;
  }

  .our-work-icon-wrapper {
    height: 80px;
    width: 80px;
    /* padding: 10px; */
  }

  .theme-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .theme-btn {
    padding: 10px 16px;
    font-size: 13px;
  }

  .mb-30 {
    margin-bottom: 20px !important;
  }

  .mt-5 {
    margin-top: 20px !important;
  }

  .section-title span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .aboutus-image {
    max-width: 450px;
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .footer-wrapper {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .container {
    padding: 0 40px;
  }

  .section-title h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .copyright-line {
    padding: 0 5px;
  }
}

@media screen and (max-width: 768px) {
    .menu-right .menutoggle{
        top: 34px;
    }
  .site-logo img {
      max-height: 70px;
  }
  .whatsapp-icon {
    bottom: 20px;
  }
  .whatsapp-icon img {
    height: 35px !important;
    width: 35px !important;
  }
  .table-container {
    flex-direction: column;
  }
  .product-inner-cols {
    margin-bottom: 30px !important;
  }
  .slider .slide-track {
    width: calc(200px * 16);
  }

  .section-title h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .order-2 {
    order: unset;
  }

  .element {
    right: 30px;
    max-width: 70px;
  }

  .footer-copyright {
    align-items: start;
    flex-direction: column;
    gap: 4px;
  }

  .footer-logo-desc {
    margin-bottom: 20px;
  }

  .links-block-with-icons,
  .footer-logo-desc {
    max-width: 400px;
  }

  h4 {
    font-size: 18px;
  }

  .menu-right .menutoggle {
    right: -20px;
  }

  .header {
    padding: 10px 30px;
  }

  .site-logo h1 {
    font-size: 30px;
    line-height: 30px;
  }

  .inner-section,
  .section-banner {
    margin-top: 90px;
  }

  .title-sm {
    font-size: 14px !important;
  }

  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mb-50 {
    margin-bottom: 30px !important;
  }

  h1 {
    font-size: 36px;
    line-height: 46px;
  }

  .footer-wrapper {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
        .menu-right .menutoggle {
        top: 32px;
    }
        .inner-section, .section-banner {
        margin-top: 80px;
    }
  .product-inner-cols {
    margin-bottom: 20px !important;
  }
  .site-logo img {
    max-height: 60px;
  }
  .slider .slide-track {
    width: calc(150px * 16);
  }

  .theme-btn {
    padding: 8px 14px;
    font-size: 11px;
  }

  .section-title h1 {
    font-size: 26px;
    line-height: 30px;
  }

  .service-icon {
    bottom: -27px;
    left: 20px;
    padding: 16px;
  }

  .services-desc {
    padding: 30px 20px;
  }

  .home-contactus-wrapper {
    padding: 30px;
  }

  .menu-right .menutoggle {
    right: -30px;
  }

  .header {
    padding: 10px 30px;
  }

  .our-work-icon-wrapper {
    height: 70px;
    width: 70px;
    padding: 15px;
  }

  .title-sm {
    font-size: 13px !important;
  }

  .listed-points li {
    font-size: 13px;
    margin: 5px 0;
  }

  .section-title span {
    font-size: 16px;
  }

  .mb-30 {
    margin-bottom: 10px !important;
  }

  .mb-50 {
    margin-bottom: 20px !important;
  }

  h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .menutoggle span {
    width: 27px;
    height: 2px;
  }

  .social-links {
    gap: 10px;
  }

  .footer-logo-desc {
    margin-bottom: 20px;
  }

  .links-block p,
  .links-block a {
    margin-bottom: 12px;
  }

  .links-block-with-icons {
    margin-bottom: 12px;
  }

  .menu-link a {
    font-size: 14px;
  }

  .menuitem {
    padding: 30px;
    padding-top: 70px;
  }

  #main-slider .splide__arrows {
    display: none;
  }

  h3 {
    font-size: 15px;
  }

  .container {
    padding: 0 30px;
  }

  .header-detail .theme-btn {
    margin-right: 25px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .theme-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-title h2 {
    font-size: 22px;
    line-height: 26px;
  }

  body {
    font-size: 13px;
    line-height: normal;
  }
}

@media screen and (max-width: 480px) {
  .whatsapp-icon {
    bottom: 80px;
  }
  .product-inner-cols {
    margin-bottom: 10px !important;
  }
  .banner-desc {
    padding: 0 20px;
  }

  .section-title h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .home-contactus-wrapper {
    padding: 20px;
  }

  .section-title h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h1 {
    font-size: 26px;
    line-height: 36px;
  }

  .header-detail .theme-btn {
    margin-right: 22px;
  }
}

@media screen and (max-width: 420px) {
  .element {
    right: 20px;
    max-width: 50px;
  }

  .section-title h2 {
    font-size: 18px;
    line-height: 22px;
  }

  .section-title span {
    font-size: 15px;
  }

  .header-detail .theme-btn {
    margin-right: 35px;
  }

  .container {
    padding: 0 20px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .section-title h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .whatsapp-icon {
    bottom: 100px;
  }
}

@media screen and (max-width: 360px) {
}
