#banner .banner-text h2 {
  color: var(--color-on-primary);
  max-width: 685px;
  margin-bottom: 16px;
}

#banner .banner-text p {
  color: var(--color-on-primary);
  max-width: 625px;
  margin-bottom: 20px;
  font-size: 18px;
}
#banner .banner-text {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 15%;
}
#counter {
  padding: 56px 0;
}
.counter-text {
  width: 78px;
  margin-left: 32px;
}

#about {
  margin: 112px 0;
  max-width: 1921px;
}

#about .about-video img {
  cursor: pointer;
}

.about-text {
  max-width: 800px;
  background: #fbfbfb;
  z-index: 1;
  margin: 22px 0 0;
  border-radius: var(--radius-md);
  padding: 25px 27px;
}
.about-text .vertical-middle {
  margin-top: 20px;
}

.about-text .vertical-middle img {
  margin-right: var(--spacing-lg);
}

.about-text h2 {
  margin-bottom: var(--spacing-sm);
}

.about-text .btn {
  margin-top: var(--spacing-lg);
}

.about-video {
  position: absolute;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-video img {
  border-radius: var(--radius-md);
}

.about-video::after {
  content: "";
  display: block;
  width: 148px;
  height: 148px;
  background-image: url("../../../images/icons/play-circle-o.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  transition: var(--transition-speed);
  transform: scale(1);
  cursor: pointer;
}

.about-video:hover::after {
  transform: scale(1.1);
}

#products {
  background: #f3f3f3;
  margin: 112px 0;
  padding: 50px;
}
#products h2 {
  text-align: center;
  margin-bottom: 16px;
}
#products p {
  width: 873px;
  margin: 0 auto 32px;
  line-height: 30px;
  text-align: center;
}

#special-projects .row.special-projects-container {
  gap: 25px;
  flex-wrap: nowrap;
}

.special-projects-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-flow: dense;
  gap: 8px;
  /* width: 45%; */
  align-items: center;
}

.special-projects-images-card img {
  height: 100%;
  width: 100%;
}
.special-projects-images-card:nth-child(10n + 2) {
  grid-row-end: span 2;
  grid-column-end: span 1;
}

#special-projects .special-projects-images-card i {
  display: block !important;
}

.special-projects-text {
  margin-top: 30px;
  max-width: 37%;
}

.special-projects-text h2 {
  margin-bottom: 32px;
}

.special-projects-text p {
  margin-bottom: 24px;
  line-height: 30px;
}

.special-projects-text ul li {
  font-family: var(--font-family-default);
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  color: #7a7a7a;
}
.special-projects-text ul {
  margin-bottom: 25px;
  gap: 32px;
}
#special-projects {
  margin-bottom: 112px;
}

#services {
  padding: 130px 0;
  background-image: url("../../../images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.container-ultra-wide {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

#services ul li {
  display: flex;
  align-items: center;
  font-family: var(--font-family-title);
  color: #7a7a7a;
}
#services ul li img {
  top: 8px;
}

#services ul li i {
  width: auto !important;
  border-radius: 100px;
}

#services .services-text h2 {
  margin-bottom: 24px;
}
#services .services-text p {
  margin-bottom: 56px;
  max-width: 500px;
  line-height: 30px;
}

#services .btn {
  margin-top: 56px;
}

.services-iamges {
  position: absolute;
  right: 0;
}

.services-iamges img {
  border-radius: 8px;
}

#contact-us .row {
  justify-content: space-between;
  background: var(--color-on-primary);
  border-left: 3px solid var(--color-primary);
  padding: 20px 40px;
}

#contact-us {
  background: #e0e0e0;
  padding: 46.5px 0;
}

#contact-us h3 {
  margin-bottom: 7px;
}

#contact-us a.btn-desktop {
  display: flex;
  align-items: center;
}

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

@media (min-width: 1921px) {
  #banner i {
    width: 100%;
  }

  #about {
    margin: 0 16% 112px;
  }

  #special-projects {
    max-width: 1921px;
    margin: 0 auto 112px;
  }

  #special-projects .row.special-projects-container {
    justify-content: center;
  }

  .container-ultra-wide .container {
    margin: 0;
  }
}
