.slider_1_overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;

  background: linear-gradient(
    120deg,
    rgba(221, 219, 219, 0.80) 40%,
    rgba(211, 113, 1, 0.63) 100%,
    rgba(255, 255, 255, 0.35) 100%
  );
}



/* modern cinematic overlay */
.bg_wrap .gradinet-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 100%,
    rgba(0, 0, 0, 0.65) 40%,
    rgba(0, 0, 0, 0.75) 100%
  );
}
/* For Homepage project description */
.clamp-4-lines {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    text-overflow: ellipsis;

    line-height: 1.5em;          /* define exact line height */
    max-height: calc(1.5em * 3); /* 4 full lines only */
}

.main-footer {
    position: relative !important;
    bottom: auto !important;
    z-index: 1;
}

.height-emulator {
    display: none !important;
}