@media screen and (max-width: 1400px) {
  .special-projects-images {
    width: 50%;
  }

  .special-projects-text ul {
    gap: 18px;
  }
  .special-projects-text h2 {
    margin-bottom: 7px;
  }

  .special-projects-text p {
    margin-bottom: 15px;
    line-height: 20px;
  }

  .special-projects-text {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1521px) {
  #services .services-iamges img {
    width: 600px;
  }
  .about-text {
    max-width: 60%;
  }
}

@media screen and (max-width: 1199px) {
  #special-projects .special-projects-text p {
    line-height: 30px;
  }
}

@media screen and (max-width: 1311px) {
  #services {
    background-repeat: repeat;
  }

  #services .services-iamges img {
    width: 100%;
    margin-top: 16px;
  }

  #services .services-iamges {
    margin: 0 auto;
    position: relative;
  }

  #services .services-text {
    max-width: 100%;
  }
  #services .services-text p {
    max-width: 100%;
  }
}

@media (max-width: 1199px) {
  #banner img {
    height: 350px;
  }

  #counter .col-lg-3 {
    width: 48%;
  }

  .about-video {
    position: relative;
    display: flex;
    justify-content: center;
  }

  .about-video img {
    border-radius: 0;
  }

  .about-video-responsivo {
    display: none;
  }

  #about {
    margin: 50px 0;
  }

  #about .row {
    display: block;
  }

  #about .about-video img,
  #about .about-video-responsivo img {
    width: 100%;
    height: 100%;
  }

  #about p {
    font-size: 16px;
    line-height: 30px;
  }

  #about img {
    width: 46px;
    height: 46px;
  }

  #about h3 {
    font-size: 24px;
    line-height: 34px;
  }

  #about .about-text {
    max-width: 100%;
    margin: 30px 0;
    padding: 0;
    background: none;
  }

  #products h2 {
    text-align: left;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
  }
  #products p {
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  #special-projects {
    background: #fbfbfb;
    padding: 40px 0 32px 0;
    margin: 56px 0;
  }

  #special-projects .special-projects-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #special-projects .special-projects-images {
    order: 2;
  }

  #special-projects .special-projects-text {
    order: 1;
  }

  #products-responsive {
    background: #fbfbfb;
    padding: 32px 0;
    margin-top: 120px;
  }

  #products-responsive p {
    line-height: 30px;
    margin: 16px 0;
  }

  .special-projects-text {
    max-width: 100%;
    margin-top: 0;
  }

  .special-projects-images {
    width: 100%;
  }

  #services ul li {
    font-size: 20px;
  }

  #services a.btn {
    display: block;
    width: 120px;
    margin-top: 20px;
  }

  #services .services-text p {
    margin-bottom: 20px;
  }

  #services a.btn-mobile {
    display: none;
  }

  #services {
    padding: 32px 0;
  }

  #services .services-text p {
    font-size: 16px;
    line-height: 30px;
  }

  #services img.dot-left {
    position: absolute;
    padding-left: 17px;
    top: 20px;
  }

  #services img.dot-right {
    float: right;
  }

  #services .services-text {
    max-width: 100%;
  }

  #special-projects .special-projects-text p {
    font-size: 16px;
    line-height: 24px;
  }

  #special-projects .special-projects-text ul li {
    font-size: 16px;
    line-height: 24px;
  }

  #blog {
    padding: 32px 0 !important;
    margin: 56px 0;
    background: #fbfbfb;
  }
}

@media (max-width: 990px) {
  .card-category-home {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #products {
    padding: 50px 0;
  }

  #products p {
    text-align: left;
  }
}

@media (max-width: 767px) {
  #services .services-iamges {
    width: 100%;
  }

  #special-projects-responsivo .container {
    width: 100%;
  }

  #special-projects .special-projects-images {
    display: none;
  }

  #special-projects-responsivo img {
    height: 470px;
  }

  #special-projects .card-mobile {
    max-width: 412px;
    background: #ffffff;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 25px 9px;
    margin: 0 auto;
    top: -50px;
  }
  #special-projects {
    margin-bottom: 56px;
  }

  #special-projects-responsivo .slider-button-previous::after {
    content: "";
    background-image: url("../../../images/icons/arrow-left.png");
  }

  #special-projects-responsivo .slider-button-next::after {
    content: "";
    background-image: url("../../../images/icons/arrow-right.png");
  }

  #products-responsive {
    margin-top: 100px;
  }

  #products-responsive .slider .slider-wrapper {
    gap: 0 !important;
  }

  #services ul {
    gap: 0;
  }

  .btn-mobile {
    display: none;
  }

  #services-responsive .slider .slider-bullets {
    margin-top: 15px;
  }

  #products-responsive .slider .slider-bullets {
    margin-top: 30px;
  }

  #contact-us {
    margin-bottom: 56px;
  }
  #contact-us,
  #contact-us .row {
    background: #fbfbfb;
  }
  #contact-us .row {
    border-left: 5px solid var(--color-primary);
    padding: 20px 10px 0 21px;
  }

  #contact-us h3 {
    font-size: 32px;
    line-height: 34px;
  }

  #contact-us p {
    font-size: 14px;
    line-height: 21px;
    margin: 16px 0 23px 0;
  }

  #contact-us .btn-mobile {
    margin-top: 16px;
    width: 150px;
    height: 52px;
    font-size: 14px;
  }
  #contact-us a.btn-desktop {
    display: none;
  }
}

@media (max-width: 662px) {
  #contact-us a.btn-desktop {
    margin-top: 23px;
  }
}

@media (max-width: 425px) {
  #banner img {
    height: 200px;
  }

  #banner h2 {
    font-size: 18px;
    line-height: 22px;
    width: 250px;
  }

  #banner p {
    display: none;
  }

  #banner a {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100px;
    height: 14px;
    font-size: 12px;
    line-height: 14px;
  }

  #banner .banner-text {
    left: 13%;
  }

  #counter {
    display: none !important;
    height: 0px;
  }

  #products h2 {
    font-size: 32px;
  }
  #products p {
    font-size: 14px;
    line-height: 21px;
  }

  #products {
    margin: 112px 0 50px 0;
  }

  #quality-policy {
    background-image: none;
    margin: -100px 0;
  }

  #quality-policy .quality-policy-text p {
    font-size: 14px;
    line-height: 22px;
  }

  #products-responsive p {
    font-size: 14px;
    line-height: 21px;
  }

  #special-projects .special-projects-images {
    display: none;
  }

  #special-projects {
    margin-bottom: 0px;
  }

  #special-projects {
    padding: 40px 0px 0px 0px;
  }

  #special-projects .card-mobile {
    max-width: 312px;
  }
  #special-projects .special-projects-text p {
    margin-top: 24px;
  }

  #special-projects-responsivo img {
    height: 240px;
    border-radius: 8px;
  }

  #special-projects .special-projects-text p {
    font-size: 14px;
    line-height: 21px;
  }

  #about p {
    font-size: 14px;
    line-height: 22px;
  }

  #about h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }

  #about img {
    width: 36px;
    height: 36px;
  }

  #about .about-text {
    height: 640px;
  }

  #services {
    padding: 30px 0;
    margin-top: 56px;
  }

  #services ul li {
    font-size: 14px;
  }

  #services .services-text p {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 21px;
  }


  #services .services-iamges {
    display: none;
  }

  #services a.btn {
    width: 210px;
  }

  .btn-mobile {
    display: none;
    display: flex !important;
    width: 210px;
    height: 52px;
    margin-top: 16px;
    font-size: 14px;
    line-height: 28px;
    align-items: center;
    justify-content: center;
    display: flex;
  }

  #services a.btn {
    display: none;
    font-size: 13px;
    width: 196px;
  }

  #services-responsive .services-grid-card img {
    width: 100%;
    height: 230px;
    border-radius: 8px;
  }

  #services img.dot-left,
  #services img.dot-right {
    display: none;
  }

  #products-responsive {
    margin: 120px 0 56px 0;
  }

  #blog p {
    font-size: 14px;
    line-height: 21px!important;
  }
}

@media (min-width: 426px) {
  #services-responsive {
    display: none;
  }
}

@media (max-width: 366px) {
  #about .about-text {
    height: 680px;
  }
}

@media (max-width: 338px) {
  #about .about-text {
    height: 740px;
  }
}
