.banner-section {
  height: 250px;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.431372549);
  background-blend-mode: overlay;
}
@media (max-width: 767.98px) {
  .banner-section {
    height: 50vh;
  }
}

.bold-heading {
  color: var(--primary-color);
  font: 700 32px/1.2 poppins, sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .bold-heading {
    font: 700 20px/1.2 poppins, sans-serif;
    margin-bottom: 20px;
  }
}

.client-name {
  font: 400 16px/1.4 Lato, sans-serif;
  color: #303134;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  .client-name {
    font: 400 14px/1.2 Lato, sans-serif;
    margin-bottom: 10px;
  }
  .client-name.project-location {
    font: 400 12px/1.2 Lato, sans-serif;
  }
}

.project-body-section {
  margin-top: 3rem;
  padding: 1rem 0;
}
@media (max-width: 767.98px) {
  .project-body-section {
    margin-top: 0;
  }
}
.project-body-section .section-header {
  text-align: center;
}
@media (max-width: 767.98px) {
  .project-body-section .section-header {
    padding-bottom: 20px;
  }
}
.project-body-section .section-header hr {
  width: 20%;
  margin-inline: auto;
  height: 2px;
  margin-top: 0.5rem;
  background-color: #eee;
}
.project-body-section .row {
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: space-between;
}
.project-body-section .row .project-main-body {
  max-width: 60%;
}
@media (max-width: 767.98px) {
  .project-body-section .row .project-main-body {
    max-width: 100%;
  }
}
.project-body-section .row .project-main-body .project-name {
  margin-bottom: 3rem;
  font-size: 26px;
  font-weight: 600;
  color: var(--primary-color);
  letter-spacing: 0.5px;
}
.project-body-section .row .project-main-body .project-description-label {
  font-size: 22px;
  font-weight: 400;
  color: var(--primary-color);
  font: 700 25px/1.2 poppins, sans-serif;
  letter-spacing: 0.3px;
  margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
  .project-body-section .row .project-main-body .project-description-label {
    font: 700 18px/1.2 poppins, sans-serif;
  }
}
.project-body-section .row .project-main-body .project-description {
  font-size: 14px;
  font-weight: 400;
  color: #2d313f;
  line-height: 21px;
  text-align: justify;
}
.project-body-section .row .project-side-body {
  max-width: 35%;
}
@media (max-width: 767.98px) {
  .project-body-section .row .project-side-body {
    max-width: 100%;
  }
}

.project-side-body .project-description-label {
  font: 700 25px/1.2 poppins, sans-serif;
}
@media (max-width: 767.98px) {
  .project-side-body .project-description-label {
    font: 700 18px/1.2 poppins, sans-serif;
  }
}
.project-side-body .row {
  -moz-column-gap: 0;
       column-gap: 0;
}
.project-side-body .recommend-project {
  margin-bottom: 1rem;
  height: 100px;
  overflow: hidden;
}
.project-side-body .recommend-project img {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
}
.project-side-body .recommend-project .project-name {
  font: 600 12px/1.2 poppins, sans-serif;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  color: #111;
  margin-bottom: 5px;
}
.project-side-body .recommend-project .project-location {
  font-size: 12px;
}
.project-side-body .recommend-project .project-location i {
  color: var(--primary-color);
}

.gallery-section .row {
  -moz-column-gap: 0;
       column-gap: 0;
  justify-content: flex-start;
}
.gallery-section .row img {
  width: 100%;
}/*# sourceMappingURL=projectDetail.css.map */