About Us

Our Story /* Apply Playfair Display to headings for a more elegant look, and Merriweather to body text */ h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; /* Ensure the heading is not too bold, Playfair Display's default weights are good */ font-weight: 500; /* Medium weight for a sleek look */ } body { font-family: 'Merriweather', serif; } /* Custom styles for finer control */ .text-custom-brown { color: #A08060; /* A slightly lighter, more muted brown for the "EST." text */ } .section-padding { padding-top: 6rem; /* Equivalent to py-24 */ padding-bottom: 6rem; /* Equivalent to py-24 */ } .content-max-width { max-width: 60rem; /* Adjusted max-width for content to increase side spacing */ } .heading-spacing { margin-bottom: 3rem; /* More space below the main heading */ } .paragraph-spacing { line-height: 1.75; /* Slightly increased line height for better readability */ }

EST. 1985

Our Story – A Legacy of Timekeeping Excellence

For over four decades, our journey has been guided by one simple belief – a watch is more than just a device to tell time, it’s a reflection of style, personality, and legacy. Founded 40 years ago with a vision to bring quality craftsmanship and timeless designs to our community, we have proudly served generations of customers, helping them mark life’s most important moments – from everyday milestones to cherished celebrations.

What began as a small shop has today grown into a trusted name in watches, recognized for authenticity, service, and unmatched customer care. Our collection spans luxury timepieces, fashionable watches for the youth, and reliable everyday wear, ensuring there’s a watch for every wrist and every occasion.

At the heart of our values lies trust, quality, and commitment. We believe in building relationships, not just sales – and that’s why so many families have chosen us for decades. With every watch we offer, we carry forward our promise:

  • Authenticity you can trust
  • Craftsmanship that lasts
  • Service that continues beyond purchase

As we look to the future, we remain dedicated to blending tradition with modern style – continuing our legacy of timeless service and timeless watches.

What We Do /* Apply Playfair Display to headings, Merriweather to body text */ h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; font-weight: 500; /* Medium weight for sleekness */ } body { font-family: 'Merriweather', serif; } /* Custom styles */ .text-custom-brown { color: #A08060; /* Muted brown for "EST." text */ } .section-padding-y { padding-top: 6rem; /* py-24 equivalent */ padding-bottom: 6rem; /* py-24 equivalent */ } .content-max-width-lg { max-width: 70rem; /* Wider max-width for this section's content */ } .card-item { transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out; } .card-item:hover { transform: translateY(-8px); /* Lifts the card slightly on hover */ box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); /* More pronounced shadow on hover */ } .icon-large { font-size: 3rem; /* Larger icon size */ line-height: 1; /* Adjust line height for icon */ margin-right: 1.5rem; /* Space to the right of the icon */ flex-shrink: 0; /* Prevent icon from shrinking */ } .card-heading { font-size: 1rem; /* h3 equivalent for card titles */ font-weight: 600; /* Slightly bolder for card headings */ margin-bottom: 0.75rem; /* Space below card heading */ color: #333; /* Darker text for card headings */ } .card-text { font-size: 0.95rem; /* Slightly smaller text for card body */ line-height: 1.6; /* Comfortable line height */ color: #555; /* Slightly lighter text for body */ }

Our Expertise

Vision & Mission

🌟

Vision

To be the most trusted destination for timeless watches, blending tradition with modern style, and creating lasting value for every generation.

🎯

Mission

We are committed to delivering authentic, stylish, and high-quality timepieces that suit every lifestyle—luxury, fashion, and daily wear—while upholding our legacy of trust, craftsmanship, and customer care.

Timeless Watches - Legacy of Timekeeping Excellence /* Base styles */ h1, h2, h3, h4, h5, h6 { font-family: 'Playfair Display', serif; } body, p, span, a, div { font-family: 'Merriweather', serif; } /* Section styling */ .watch-section { background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%); padding: 5rem 1rem; display: flex; justify-content: center; min-height: 700px; position: relative; } .section-content-wrapper { max-width: 1100px; width: 100%; display: flex; flex-direction: column; align-items: center; gap: 2rem; } /* Header styling */ .static-header-area { text-align: center; max-width: 800px; padding: 0 1rem; margin-bottom: 2rem; } .static-header-area h2 { font-weight: 700; font-size: 2.5rem; color: #1a202c; margin-bottom: 0.75rem; line-height: 1.2; } .static-header-area p { font-weight: 300; font-size: 1.2rem; color: #4a5568; line-height: 1.6; margin: 0 auto; } .accent { font-weight: 700; color: #a0522d; font-style: italic; } /* Animation container */ .animation-container { position: relative; width: 600px; height: 600px; margin: 1rem auto; } /* Central display */ .central-display-area { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 280px; min-height: 160px; background: white; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); padding: 1.5rem; text-align: center; z-index: 10; display: flex; flex-direction: column; justify-content: center; align-items: center; transition: all 0.5s ease; } #dynamic-title { font-size: 1.4rem; font-weight: 700; color: #2d3748; margin-bottom: 0.5rem; } #dynamic-description { font-size: 1rem; color: #4a5568; line-height: 1.5; } /* Animated items */ .animated-item { position: absolute; width: 70px; height: 70px; border-radius: 50%; background: white; box-shadow: 0 5px 15px rgba(0,0,0,0.1); display: flex; justify-content: center; align-items: center; cursor: pointer; transition: all 0.3s ease; z-index: 1; left: 265px; top: 265px; } .animated-item .emoji-icon { font-size: 2.2rem; transition: transform 0.3s ease; } .animated-item:hover { transform: scale(1.15); box-shadow: 0 8px 20px rgba(0,0,0,0.15); z-index: 2; } .animated-item:hover .emoji-icon { transform: rotate(15deg); } .animated-item.highlighted { background: #f8f0e5; box-shadow: 0 8px 20px rgba(160, 82, 45, 0.2); } /* Circular motion animation */ @keyframes circular-orbit { 0% { transform: rotate(0deg) translateX(200px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(200px) rotate(-360deg); } } /* Responsive adjustments */ @media (max-width: 1024px) { .animation-container { width: 550px; height: 550px; } .animated-item { left: 240px; top: 240px; } @keyframes circular-orbit { 0% { transform: rotate(0deg) translateX(180px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(180px) rotate(-360deg); } } } @media (max-width: 768px) { .static-header-area h2 { font-size: 2rem; } .static-header-area p { font-size: 1.1rem; } .animation-container { width: 450px; height: 450px; } .central-display-area { width: 240px; min-height: 140px; padding: 1.2rem; } .animated-item { width: 60px; height: 60px; left: 195px; top: 195px; } @keyframes circular-orbit { 0% { transform: rotate(0deg) translateX(150px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(150px) rotate(-360deg); } } #dynamic-title { font-size: 1.2rem; } #dynamic-description { font-size: 0.9rem; } } @media (max-width: 480px) { .watch-section { padding: 3rem 0.5rem; min-height: 600px; } .static-header-area h2 { font-size: 1.8rem; } .static-header-area p { font-size: 1rem; } .animation-container { width: 320px; height: 320px; } .central-display-area { width: 200px; min-height: 120px; padding: 1rem; } .animated-item { width: 50px; height: 50px; left: 135px; top: 135px; } @keyframes circular-orbit { 0% { transform: rotate(0deg) translateX(100px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(100px) rotate(-360deg); } } .animated-item .emoji-icon { font-size: 1.8rem; } #dynamic-title { font-size: 1.1rem; } #dynamic-description { font-size: 0.85rem; } }

More Than Time, It's Your Statement

From daily wear to luxury – a watch for every wrist.

40+ Years of Legacy

Four decades of trusted timekeeping excellence.

🕰️
👑
🤝
🔍
🌐
document.addEventListener('DOMContentLoaded', () => { const container = document.getElementById('animationContainer'); const items = document.querySelectorAll('.animated-item'); const title = document.getElementById('dynamic-title'); const desc = document.getElementById('dynamic-description'); const data = [ { title: '40-Year Legacy', desc: 'Four decades of trusted timekeeping excellence.' }, { title: 'Timeless Craftsmanship', desc: 'Quality that stands the test of time.' }, { title: 'Luxury Collection', desc: 'Elegant timepieces for special occasions.' }, { title: 'Trusted Relationships', desc: 'Building connections beyond transactions.' }, { title: 'Authenticity Guaranteed', desc: 'Genuine quality you can rely on.' }, { title: 'For Every Lifestyle', desc: 'From daily wear to luxury statements.' } ]; function setupCircularMotion() { const duration = 30; items.forEach((item, index) => { item.style.animation = `circular-orbit ${duration}s linear infinite`; item.style.animationDelay = `-${(index / items.length) * duration}s`; }); } function updateContent(index) { title.textContent = data[index].title; desc.textContent = data[index].desc; items.forEach(item => item.classList.remove('highlighted')); items[index].classList.add('highlighted'); } let currentIndex = 0; const rotateInterval = setInterval(() => { currentIndex = (currentIndex + 1) % items.length; updateContent(currentIndex); }, 3000); items.forEach(item => { item.addEventListener('click', () => { clearInterval(rotateInterval); updateContent(parseInt(item.dataset.index)); // Restart automatic rotation after 10 seconds setTimeout(() => { rotateInterval = setInterval(() => { currentIndex = (currentIndex + 1) % items.length; updateContent(currentIndex); }, 3000); }, 10000); }); }); setupCircularMotion(); updateContent(0); // Handle window resize window.addEventListener('resize', () => { setupCircularMotion(); }); });
About Us Section @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Source+Sans+3:wght@300;400;600&display=swap'); :root { --color-text-light: #ffffff; --color-button-border: #ffffff; --color-button-text: #ffffff; --color-button-hover-bg: #ffffff; --color-button-hover-text: #333333; --padding-section-vertical: 100px; --max-width-content: 1500px; /* Updated max-width as requested */ --gap-elements: 30px; --border-radius-button: 8px; } .about-section-container { position: relative; padding: var(--padding-section-vertical) 20px; /* Added overflow hidden to prevent horizontal scroll */ overflow: hidden; color: var(--color-text-light); text-align: center; display: flex; justify-content: center; align-items: center; min-height: 550px; box-sizing: border-box; } .about-section-container::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* Updated background image URL with the new link provided. */ background-image: url('https://turningpointmedia.site/wp-content/uploads/2025/08/18.png'); background-size: cover; background-position: center center; background-repeat: no-repeat; filter: brightness(0.6) grayscale(0.25); z-index: 1; pointer-events: none; } .about-content-wrapper { position: relative; z-index: 2; max-width: var(--max-width-content); margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: var(--gap-elements); padding: 30px; background-color: rgba(0, 0, 0, 0.1); border-radius: 10px; box-sizing: border-box; } .about-heading { font-family: 'Playfair Display', serif; /* REDUCED FONT SIZE: Use clamp() to control font size across devices. */ font-size: clamp(1.5em, 3.5vw, 2.2em); font-weight: 500; color: var(--color-text-light); text-transform: none; letter-spacing: 0; line-height: 1.3; margin-bottom: 0; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); /* Ensure text doesn't cause overflow */ overflow-wrap: break-word; } .about-text { font-family: 'Source Sans 3', sans-serif; font-size: clamp(0.95em, 2.5vw, 1.15em); line-height: 1.9; color: rgba(255, 255, 255, 0.95); margin-bottom: 0; max-width: 700px; /* Ensure text doesn't cause overflow */ overflow-wrap: break-word; } /* New styling for the button container */ .about-buttons-container { display: flex; flex-direction: column; align-items: center; gap: 20px; /* Space between the two buttons */ margin-top: 20px; } .about-button { display: inline-block; padding: 18px 45px; border: 2px solid var(--color-button-border); color: var(--color-button-text); text-decoration: none; font-family: 'Source Sans 3', sans-serif; font-size: 1.1em; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; border-radius: var(--border-radius-button); transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); } .about-button:hover { background-color: var(--color-button-hover-bg); color: var(--color-button-hover-text); border-color: var(--color-button-hover-bg); transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0, 0, 0, 0.3); } @media (min-width: 640px) { .about-buttons-container { flex-direction: row; /* Buttons are side-by-side on larger screens */ } } @media (max-width: 992px) { .about-section-container { min-height: 500px; } } @media (max-width: 768px) { .about-section-container { padding: 60px 15px; min-height: 400px; } .about-content-wrapper { padding: 20px; } .about-button { padding: 14px 35px; } } @media (max-width: 480px) { .about-section-container { padding: 40px 15px; min-height: 350px; } .about-content-wrapper { gap: 20px; } }

Ready to find your perfect timepiece?

Our passion is to connect you with the perfect watch that tells your story. Whether you're interested in a specific model or need a recommendation, our team is here to provide exceptional service and guidance. Explore our curated collections or reach out directly to us with your inquiry.