Harvest Productions
Coming Soon
We are crafting something extraordinary. Our new digital experience is in the works and will be launching soon. Stay tuned for something amazing.
body { margin: 0; font-family: var(--font-primary); background: #fff; color: #333; min-height: 100vh; display: flex; align-items: center; justify-content: center; overflow-x: hidden; position: relative; background-image: url(images/main2.jpg); background-repeat: no-repeat; background-position: center top; background-size: cover; } /* ===== Background Side Gradients ===== */ body::before { content: ""; position: fixed; top: 0; left: 0; width: 50px; height: 100%; background: linear-gradient(to right, #000, transparent); pointer-events: none; z-index: 1; } body::after { content: ""; position: fixed; top: 0; right: 0; width: 50px; height: 100%; background: linear-gradient(to left, #000, transparent); pointer-events: none; z-index: 1; } /* ===== Dark Overlay for readability ===== */ .bg-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.45); z-index: 1; }
Coming Soon
We are crafting something extraordinary. Our new digital experience is in the works and will be launching soon. Stay tuned for something amazing.