body {
  overflow-x: hidden;
}

header {
  padding: 80px 0px;
  margin-bottom: 180px;
}
header h1 {
  font-weight: 700;
  font-size: 3em;
}
header .links {
  margin-top: 12px;
}
header .links a {
  padding: 12px 20px;
  display: inline-block;
  min-width: 160px !important;
}

#main-image {
  background-color: var(--bg-third);
  border-radius: 0% 100% 0px 0px;
  padding-bottom: 100px;
}
#main-image .image-box .project-main-image {
  margin-top: -100px;
  box-shadow: var(--card-shadow);
}

.section {
  padding: 60px 0px;
}
.section h2 {
  font-size: clamp(1.5rem, 0.859rem + 2.0513vw, 2.5rem) !important;
}
.section .section-image img {
  box-shadow: var(--card-shadow);
}

#gallery {
  padding: 80px 0px;
  background-color: var(--bg-third);
}
#gallery .gallery-title {
  text-align: center;
}
#gallery .gallery-title h3 {
  font-size: 36px;
  font-weight: 600;
  position: relative;
  margin-bottom: 60px;
  z-index: 1;
}
#gallery .gallery-title h3 img {
  position: absolute;
  z-index: -1;
  width: 130px;
  top: -15px;
  right: -32px;
}
#gallery .gallery-box {
  margin-bottom: 30px;
  padding: 10px;
  background-color: var(--bg-white);
  border-radius: var(--border-radius);
  transition: all 0.2s ease-in-out;
}
#gallery .gallery-box:hover {
  transform: translateY(-5px);
  box-shadow: var(--card-shadow);
}

@media (max-width: 767.98px) {
  .section {
    padding: 30px 0px;
  }
  .section img {
    margin-bottom: 20px;
  }
  .section-right {
    display: flex;
    flex-direction: column-reverse;
  }
}/*# sourceMappingURL=show.css.map */