.banner {
  background-image: url("../static/images/architectural-bim-service-sub/Rectangle 3.webp");
}

section {
  margin: 18px 0;
}

#what-we-do .title {
  text-align: left;
}

#what-we-do .description {
  text-align: left;
}

#our-services {
  margin-top: 24px;
}

#our-services .description {
  margin-bottom: 18px;
}

#our-services .services .item {
  position: relative;
  box-sizing: border-box;
  margin: 12px 0;
  height: 396px;
}

#our-services .services .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#our-services .services .item .overlay {
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(0, 39, 75, 0.9) 64.55%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

#our-services .services .item .title,
#our-services .services .item .description,
#our-services .services .item .btn {
  position: relative;
  z-index: 3;
  color: var(--white);
  margin: 0px 14px;
}

#our-services .services .item .title {
  margin-bottom: 8px;
  font-size: var(--font-small);
  font-weight: 700;
}

#our-services .services .item .description {
  font-size: var(--font-extra-small);
  font-weight: 400;
  margin-bottom: 14px;
}

#our-services .services .item .content {
  position: absolute;
  bottom: 0;
}

#industries .description {
  margin-bottom: 16px;
}

#industries .item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#industries .item img {
  width: 90px;
  height: 90px;
}

#industries .item .red {
  color: #ed132d;
}

#industries .item p {
  color: var(--primarycolor);
  text-align: center;
  font-size: var(--font-small);
  font-weight: 600;
  text-transform: capitalize;
}

#gallery .left,
#gallery .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

#gallery .left img,
#gallery .right img {
  width: 25px;
  cursor: pointer;
}

#gallery h2.title,
#gallery p.description {
  text-align: left;
}

#gallery .left {
  transform: rotate(180deg);
}

#gallery .gallery-sliders {
  margin-top: 24px;
  margin-bottom: 24px;
}

#gallery .gallery-sliders .item {
  position: relative;
}

#gallery .gallery-sliders .item img {
  width: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

#gallery .gallery-sliders .item .hover {
  transition: 0.2s all ease-in;
  position: absolute;
  bottom: -10px;
  opacity: 0;
  right: 0;
  width: 100%;
  background-color: var(--white);
  padding: 18px;
  box-shadow: 2px 4px 12px 3px rgba(0, 0, 0, 0.25);
}

#gallery .gallery-sliders .item .hover .head {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

#gallery .gallery-sliders .item .hover .head img {
  width: 25px;
  height: auto;
}

#gallery .gallery-sliders .item .hover .head .title {
  flex: 1;
  color: var(--red);
  font-size: var(--font-small);
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
  text-transform: capitalize;
}

#gallery .gallery-sliders .item .hover .description {
  color: var(--dark-gray);
  font-size: var(--font-extra-small);
  font-style: normal;
  font-weight: 500;
  text-align: left;
  margin-bottom: 12px;
}

#gallery .gallery-sliders .item:hover .hover {
  opacity: 1;
  bottom: 0;
}

@media only screen and (max-width: 992px) {
  #gallery .gallery-sliders .item .hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) {
  section {
    margin: 42px 0;
  }

  #what-we-do .title,
  #what-we-do .description {
    text-align: center;
  }

  #our-services {
    background-image: url("../static/images/bim-automation-sub-bg.png");
  }

  #our-services .services .item {
    height: 415px;
  }

  #industries .title,
  #industries .description {
    text-align: center;
    margin-bottom: 24px;
    max-width: 800px;
  }

  #industries .head {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  #industries .wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #industries .industries-slider {
    max-width: 900px;
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
  }

  #industries .industries-slider .item {
    width: 230px;
  }

  #industries .industries-slider .item img {
    width: 128px;
    height: 128px;
  }

  #gallery h2.title,
  #gallery p.description {
    text-align: center;
  }
}

.bim-product-card {
  padding: 24px;
  box-shadow: rgba(0, 0, 0, 0.10) 0px 3px 8px;
  color: #252525;
  border-radius: 4px;
  background-color: white;
  height: 450px;
}

/*# sourceMappingURL=style.css.map */

@media (max-width:992px) {
  #gallery .gallery-sliders .item img {
    width: 30%;
  }

  .bim-product-card {
    height: 360px;
  }
}

@media (max-width:576px) {
  #gallery .gallery-sliders .item img {
    width: 50%;
  }

  .bim-product-card {
    height: 425px;
  }
}

.secondary-text {
  color: #a2a2a5 !important
}