body.single-finishing-gallery {
  background: #242021;
}
body.single-finishing-gallery footer, body.single-finishing-gallery footer .bottom {
  color: #fff;
  background: #242021;
}
body.single-finishing-gallery footer .copyrights, body.single-finishing-gallery footer a, body.single-finishing-gallery footer .bottom .copyrights, body.single-finishing-gallery footer .bottom a {
  color: #fff;
}

section.finishing-gallery-item-hero {
  position: relative;
  height: 100vh;
  max-height: 800px;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0 80px;
  color: #fff;
  background-size: cover;
  background-position: center right;
  background-color: #000;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero {
    padding: 150px 20px 50px 20px;
    max-height: 100%;
    height: 100%;
  }
}
section.finishing-gallery-item-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
  background: transparent linear-gradient(178deg, rgba(36, 32, 33, 0) 0%, #242021 95%) 0% 0% no-repeat padding-box;
}
section.finishing-gallery-item-hero .container {
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 80px;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .container {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .hero-content {
    max-width: 100%;
  }
}
section.finishing-gallery-item-hero .hero-content h1 span {
  display: block;
}
section.finishing-gallery-item-hero .hero-content h1 span:nth-child(1) {
  font-size: 38px;
  font-weight: 300;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(1) {
    font-size: 38px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(1) {
    font-size: 26px;
  }
}
section.finishing-gallery-item-hero .hero-content h1 span:nth-child(2) {
  font-size: 80px;
  font-weight: 500;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(2) {
    font-size: 60px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(2) {
    font-size: 32px;
  }
}
section.finishing-gallery-item-hero .hero-content h1 span:nth-child(3) {
  font-size: 50px;
  font-weight: 200;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(3) {
    font-size: 40px;
  }
}
@media (max-width: 568px) {
  section.finishing-gallery-item-hero .hero-content h1 span:nth-child(3) {
    font-size: 28px;
  }
}
section.finishing-gallery-item-hero .hero-content p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 200;
  margin-top: 60px;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-hero .hero-content p {
    margin: 20px 0;
    font-size: 14px;
  }
}

section.finishing-gallery-item-grid {
  background: #242021;
}
section.finishing-gallery-item-grid .gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
section.finishing-gallery-item-grid .gallery .gallery-cover {
  width: calc(33% - 14px);
  position: relative;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-grid .gallery .gallery-cover {
    width: calc(50% - 12.5px);
  }
}
@media (max-width: 768px) {
  section.finishing-gallery-item-grid .gallery .gallery-cover {
    width: 100%;
  }
}
section.finishing-gallery-item-grid .gallery .gallery-cover .cover {
  overflow: hidden;
  height: 180px;
  margin-bottom: 12px;
}
section.finishing-gallery-item-grid .gallery .gallery-cover .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 13px;
}
section.finishing-gallery-item-grid .gallery .gallery-cover h3 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin: 5px 10px 5px 10px;
}
section.finishing-gallery-item-grid .gallery .gallery-cover .icon i {
  position: absolute;
  right: 10px;
  bottom: 25px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #f5b400;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
section.finishing-gallery-item-grid .buttons {
  margin-top: 40px;
  text-align: center;
}

section.finishing-gallery-item-contact {
  background: #242021;
  padding: 75px 0 0 0;
  color: #fff;
}
section.finishing-gallery-item-contact .wrapper {
  display: flex;
  flex-wrap: wrap;
}
section.finishing-gallery-item-contact .left {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-contact .left {
    width: 100%;
  }
}
section.finishing-gallery-item-contact .left h2 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-contact .left h2 {
    font-size: 24px;
  }
}
section.finishing-gallery-item-contact .left p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 40px;
}
section.finishing-gallery-item-contact .left .email {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-contact .left .email {
    font-size: 18px;
  }
}
section.finishing-gallery-item-contact .left .phone {
  display: block;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-contact .left .phone {
    font-size: 18px;
  }
}
section.finishing-gallery-item-contact .right {
  width: 50%;
}
@media (max-width: 992px) {
  section.finishing-gallery-item-contact .right {
    width: 100%;
  }
}
section.finishing-gallery-item-contact .right .agent {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  margin: 50px auto;
  max-width: 700px;
}
section.finishing-gallery-item-contact .right .agent img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 10px;
  border: 1px solid #fff;
  object-fit: cover;
}
section.finishing-gallery-item-contact .right .agent span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 64px;
  color: #010101;
  background: #FFAB23;
  border: 1px solid #FFAB23;
  height: 64px;
  display: flex;
  align-items: center;
  padding: 0 25px;
  overflow: hidden;
  background-clip: padding-box;
  transform: translateZ(0);
}
@media (max-width: 578px) {
  section.finishing-gallery-item-contact .right .agent span {
    font-size: 12px;
  }
}

/*# sourceMappingURL=single-finishing-gallery.css.map */
