.page-banner {
  width: 100%;
  height: 200px;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../image/page-banner.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  text-align: center;
  border-bottom: 5px solid var(--primary-color);
}

.page-banner h1 {
  font-size: 3rem;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.page-banner p {
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: none;
  margin: 0;
}

.service-top {
  color: var(--tx-color);
  text-transform: uppercase;
  margin-top: 64px;
}
.service-top h4 {
  font-size: var(--font-size-h4);
  font-weight: 400;
}

.service-top p {
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
}
.service-list {
  margin-top: 24px;
}
.service-list h1 {
  font-size: var(--font-size-h3);
  font-weight: 400;
  color: var(--tx-color);
  text-align: center;
  margin-bottom: 24px;
}
.service-list ul {
  margin: 0;
  padding: 0;
  list-style: square;
}
.service-list ul li {
  color: var(--tx-color);
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
}
.service-item-list h4 {
  font-size: var(--font-size-h3);
  font-weight: 400;
  color: var(--tx-color);
  margin: 0;
}
.service-item-list ul li {
  color: var(--tx-color);
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: none;
  line-height: 1.6;
}

.service-item {
  margin-top: 64px;
  color: var(--tx-color);
}
.service-item-img {
  width: 100%;
  height: 344px;
  display: inline-block;
  background-color: rgb(179, 179, 179);
  border-radius: 24px;
}
.service-item-img img {
  width: 100%;
  height: 100%;
}
.service-item-tx {
  margin-left: 44px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-item-tx h4 {
  font-size: var(--font-size-h4);
  margin: 0px;
}
.service-item-tx h3 {
  font-size: var(--font-size-h3);
  margin-top: 24px;
}
.service-item-details {
  margin-left: 14px;
  padding-bottom: 64px;
  border-bottom: 1px solid #eee;
}
.service-item-details p {
  font-size: var(--font-size-h5);
  margin-top: 24px;
  line-height: 1.5;
}

.service-project {
  margin-top: 64px;
}
.service-project-title {
  text-align: center;
  margin-bottom: 64px;
  color: var(--tx-color);
  width: 100%;
  text-align: center;
}
.service-project-title h2 {
  font-size: var(--font-size-h3);
  margin: 0;
}
.service-project-title p {
  font-size: var(--font-size-h5);
}
.service-project-title p {
  font-size: var(--font-size-h6);
  text-transform: none;
}
.service-project-item h2 {
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: var(--tx-color);
}
.service-project-item p {
  font-size: var(--font-size-h6);
  font-weight: 400;
  color: var(--tx-color);
}

.project {
  margin-top: 64px;
}
.project-item {
  height: auto;
  background-color: #ffffff;
  width: 100%;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 14%);
  margin-bottom: 44px;
  border-radius: 16px;
  overflow: hidden;
}
.project-item:nth-child(even) {
  margin-top: 12px;
}
.project-item-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.project-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-tx {
  height: 110px;
  padding: 16px;
  color: var(--tx-color);
}
.project-item-tx h3 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 14px;
}
.project-item-tx h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 300;
}

/* service single */
.project-single {
  margin-top: 64px;
}
.project-single-img img {
  width: 100%;
}
.project-single-tx {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-single-tx h4 {
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: var(--tx-color);
  margin-top: 16px;
  margin-bottom: 10px;
}
.project-single-tx h3 {
  font-size: var(--font-size-h4);
  font-weight: 400;
  color: var(--tx-color);
  margin-top: 0;
}
.project-single-tx h3 span,
.project-single-tx h4 span {
  /* color: var(--primary-color); */
  font-weight: 600;
}

.project-single-details h4 {
  font-size: var(--font-size-h4);
  font-weight: 600;
  color: var(--tx-color);
  margin-top: 16px;
  margin-bottom: 0;
}
.project-single-details p {
  font-size: var(--font-size-h5);
  font-weight: 400;
  color: var(--tx-color);
  margin-top: 10px;
}
.health-safety {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-left: 44px;
}
.health-safety p {
  font-size: var(--font-size-h5);
  font-weight: 400;
  text-transform: none;
  color: var(--tx-color);
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 14%);
  padding: 20px;
  border-radius: 8px;
}
.health-safety-item h1 {
  font-size: 24px;
  text-transform: uppercase;
  position: relative;
}
.health-safety-item p {
  font-size: var(--font-size-h5);
  line-height: 1.6;
}
.health-safety-single-wrap {
  margin-top: 84px;
}
.health-safety-single {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #e4e4e4;
  border-radius: 6px;
}
.health-safety-single img {
  width: 100%;
}
.health-safety-single-tx {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.health-safety-single-tx h2 {
  font-size: var(--font-size-h2);
  font-weight: 400;
  color: var(--tx-color);
}

/* Photo Gallery  */
.gallery-title {
  margin-top: 80px;
  margin-bottom: 120px;
}
.photo-gallery {
  position: relative;
  overflow: hidden;
  height: 574px;
}
.photo-view {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: -3;
}

.photo-view img {
  width: 86vw;
  height: 86vw;
  max-height: 600px;
  max-width: 494px;
}

.slider-section {
  height: 22vh;
  top: 164px;
  position: absolute;
  width: 100%;
}

.gallery__wrap {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300vw;
  height: 300vw;
  max-width: 2000px;
  max-height: 2000px;
  left: 50%;
  transform: translateX(-50%);
}

.gallery-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 12%;
  max-width: 230px;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  height: 309px;
}
.gallery-item:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgb(0 0 0 / 44%);
  z-index: 5000;
  animation: galleryAnimation 0.3s forwards;
}
@keyframes galleryAnimation {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}

.photo-gallery img {
  width: 100%;
  pointer-events: none;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  will-change: transform;
}
