.project-area {
  padding: 90px 0 0;
  background: #ffffff;
}

.project-area .project-header {
  margin-bottom: 70px;
}

.project-area .project-heading {
  max-width: 900px;
  margin-bottom: 40px;
}

.project-area .project-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.project-area .project-categories span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 12px;
  border-radius: 20px;
  background: #eee;
  color: #777;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-area .project-title {
  max-width: 850px;
  margin: 0 0 25px;
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: none;
}

.project-area .project-intro {
  max-width: 760px;
  margin: 0;
  color: #777;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 19px;
  line-height: 31px;
}

.project-area .project-hero {
  position: relative;
  width: 100%;
  height: 620px;
  overflow: hidden;
  border-radius: 18px;
}

.project-area .project-hero img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.project-area .project-hero .project-hero-zoom {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #222;
  font-size: 17px;
  text-decoration: none;
  transition: color .2s ease, background .2s ease;
}

.project-area .project-hero .project-hero-zoom:hover {
  background: #ff0000;
  color: #ffffff;
}

.project-area .project-main {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, 0.8fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 80px;
}

.project-area .project-content {
  min-width: 0;
}

.project-area .project-description {
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.project-area .project-description h2,
.project-area .project-description h3,
.project-area .project-description h4 {
  margin: 35px 0 18px;
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: none;
}

.project-area .project-description h2:first-child,
.project-area .project-description h3:first-child,
.project-area .project-description h4:first-child {
  margin-top: 0;
}

.project-area .project-description h2 {
  font-size: 32px;
  line-height: 1.25;
}

.project-area .project-description h3 {
  font-size: 25px;
  line-height: 1.3;
}

.project-area .project-description h4 {
  font-size: 20px;
  line-height: 1.4;
}

.project-area .project-description p {
  margin: 0 0 20px;
}

.project-area .project-description ul,
.project-area .project-description ol {
  margin: 0 0 20px;
  padding-left: 22px;
}

.project-area .project-description li {
  margin-bottom: 8px;
}

.project-area .project-description img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.project-area .project-description a {
  color: #ff0000;
}

.project-area .project-description a:hover {
  color: #ff0000;
}

.project-area .project-description blockquote {
  position: relative;
  margin: 35px 0;
  padding: 25px 30px 25px 35px;
  border: 0;
  background: #eee;
  color: #222;
  font-style: normal;
}

.project-area .project-description blockquote:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background: #ff0000;
}

.project-area .project-details {
  position: sticky;
  top: 120px;
  padding: 30px;
  border-radius: 16px;
  background: #eee;
}

.project-area .project-details h2 {
  margin: 0 0 25px;
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.project-area .project-detail {
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
}

.project-area .project-detail:first-of-type {
  padding-top: 0;
  border-top: 0;
}

.project-area .project-detail:last-child {
  padding-bottom: 0;
}

.project-area .project-detail .project-detail-label {
  display: block;
  margin-bottom: 7px;
  color: #777;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.project-area .project-detail .project-detail-value {
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 600;
}

.project-area .project-detail .project-detail-category {
  display: block;
}

.project-area .project-video-section,
.project-area .project-gallery-section,
.project-area .related-projects {
  margin-top: 80px;
}

.project-area .project-section-heading {
  margin-bottom: 35px;
}

.project-area .project-section-heading h2 {
  position: relative;
  margin: 0;
  padding-left: 18px !important;
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1.25;
  font-weight: 700;
  text-transform: none;
}

.project-area .project-section-heading h2:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 0;
  width: 5px;
  background: #ff0000;
}

.project-area .project-video {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #000000;
  aspect-ratio: 16 / 9;
}

.project-area .project-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.project-area .project-gallery-carousel {
  position: relative;
}

.project-area .project-gallery-carousel .owl-stage-outer {
  overflow: hidden;
}

.project-area .project-gallery-carousel .owl-stage {
  display: flex;
}

.project-area .project-gallery-carousel .owl-item {
  display: flex;
}

.project-area .project-gallery-carousel .project-gallery-item {
  position: relative;
  display: block;
  width: 100%;
  height: 380px;
  overflow: hidden;
  border-radius: 16px;
}

.project-area .project-gallery-carousel .project-gallery-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.project-area .project-gallery-carousel .project-gallery-item .project-gallery-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  font-size: 24px;
  opacity: 0;
  transition: background .25s ease, opacity .25s ease;
}

.project-area .project-gallery-carousel .project-gallery-item:hover img {
  transform: scale(1.03);
}

.project-area .project-gallery-carousel .project-gallery-item:hover .project-gallery-overlay {
  background: rgba(0, 0, 0, 0.25);
  opacity: 1;
}

.project-area .project-gallery-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.project-area .project-gallery-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0 !important;
  border: 1px solid #222 !important;
  border-radius: 50%;
  background: #ffffff !important;
  color: #222 !important;
  font-size: 25px !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.project-area .project-gallery-carousel .owl-nav button span {
  position: relative;
  top: -2px;
  line-height: 1;
}

.project-area .project-gallery-carousel .owl-nav button:hover {
  border-color: #ff0000 !important;
  background: #ff0000 !important;
  color: #ffffff !important;
}

.project-area .project-gallery-carousel .owl-nav button.disabled {
  opacity: .3;
  cursor: default;
}

.project-area .project-gallery-carousel .owl-nav button.disabled:hover {
  border-color: #222 !important;
  background: #ffffff !important;
  color: #222 !important;
}

.project-area .project-gallery-carousel .owl-dots {
  display: none;
}

.project-area .related-project-column {
  display: flex;
  margin-bottom: 25px;
}

.project-area .related-project-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  color: #222;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
}

.project-area .related-project-card:hover, .project-area .related-project-card:focus {
  color: #222;
  text-decoration: none;
  transform: translateY(-4px);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.14);
}

.project-area .related-project-card:hover .related-project-image img, .project-area .related-project-card:focus .related-project-image img {
  transform: scale(1.035);
}

.project-area .related-project-card:hover .related-project-link span, .project-area .related-project-card:focus .related-project-link span {
  transform: translateX(5px);
}

.project-area .related-project-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  background: #eee;
}

.project-area .related-project-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

.project-area .related-project-content {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}

.project-area .related-project-content h3 {
  margin: 0 0 12px;
  color: #222;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
}

.project-area .related-project-content p {
  margin: 0 0 22px;
  color: #777;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 23px;
}

.project-area .related-project-content .related-project-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: #ff0000;
  font-family: OpenSans-Regular, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.project-area .related-project-content .related-project-link span {
  font-size: 19px;
  line-height: 1;
  transition: transform .2s ease;
}

@media (max-width: 1199px) {
  .project-area .project-title {
    font-size: 46px;
  }
  .project-area .project-hero {
    height: 540px;
  }
  .project-area .project-main {
    gap: 50px;
  }
  .project-area .project-gallery-carousel .project-gallery-item {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .project-area {
    padding: 70px 0 0;
  }
  .project-area .project-header {
    margin-bottom: 55px;
  }
  .project-area .project-title {
    font-size: 40px;
  }
  .project-area .project-intro {
    font-size: 17px;
    line-height: 28px;
  }
  .project-area .project-hero {
    height: 460px;
  }
  .project-area .project-main {
    grid-template-columns: 1fr;
    gap: 45px;
    margin-bottom: 65px;
  }
  .project-area .project-details {
    position: relative;
    top: auto;
  }
  .project-area .project-video-section,
  .project-area .project-gallery-section,
  .project-area .related-projects {
    margin-top: 65px;
  }
  .project-area .project-gallery-carousel .project-gallery-item {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .project-area {
    padding: 60px 0 0;
  }
  .project-area .project-header {
    margin-bottom: 45px;
  }
  .project-area .project-heading {
    margin-bottom: 30px;
  }
  .project-area .project-title {
    font-size: 34px;
  }
  .project-area .project-intro {
    font-size: 16px;
    line-height: 26px;
  }
  .project-area .project-hero {
    height: 380px;
    border-radius: 14px;
  }
  .project-area .project-hero .project-hero-zoom {
    top: 15px;
    right: 15px;
    width: 42px;
    height: 42px;
  }
  .project-area .project-main {
    gap: 35px;
    margin-bottom: 55px;
  }
  .project-area .project-description {
    font-size: 15px;
    line-height: 1.75;
  }
  .project-area .project-description h2 {
    font-size: 27px;
  }
  .project-area .project-description h3 {
    font-size: 23px;
  }
  .project-area .project-details {
    padding: 25px;
  }
  .project-area .project-details h2 {
    font-size: 22px;
  }
  .project-area .project-section-heading {
    margin-bottom: 28px;
  }
  .project-area .project-section-heading h2 {
    font-size: 27px;
  }
  .project-area .project-video-section,
  .project-area .project-gallery-section,
  .project-area .related-projects {
    margin-top: 55px;
  }
  .project-area .project-gallery-carousel .project-gallery-item {
    height: 300px;
    border-radius: 14px;
  }
  .project-area .project-gallery-carousel .owl-nav {
    margin-top: 15px;
  }
  .project-area .project-gallery-carousel .owl-nav button {
    width: 42px;
    height: 42px;
  }
  .project-area .related-project-image {
    height: 230px;
  }
}

@media (max-width: 575px) {
  .project-area {
    padding: 50px 0 0;
  }
  .project-area .project-categories {
    margin-bottom: 15px;
  }
  .project-area .project-categories span {
    font-size: 10px;
    letter-spacing: .8px;
  }
  .project-area .project-title {
    font-size: 30px;
  }
  .project-area .project-intro {
    font-size: 15px;
    line-height: 24px;
  }
  .project-area .project-hero {
    height: 300px;
  }
  .project-area .project-description blockquote {
    padding: 20px 20px 20px 25px;
  }
  .project-area .project-details {
    padding: 22px;
    border-radius: 14px;
  }
  .project-area .project-section-heading h2 {
    font-size: 24px;
  }
  .project-area .project-gallery-carousel .project-gallery-item {
    height: 280px;
  }
  .project-area .related-project-card {
    border-radius: 14px;
  }
  .project-area .related-project-image {
    height: 220px;
  }
  .project-area .related-project-content {
    padding: 20px;
  }
  .project-area .related-project-content h3 {
    font-size: 20px;
  }
}

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

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