Alliance Vastgoed Office

Neem contact op

+31 (0)315 799 215
+31 (0)6 50 633 180
info@alliancevastgoed.nl
Engbergseweg 1A, 7083 AC, Voorst

Benieuwd hoe we uw project aanpakken? We starten met een kennismaking en analyse van uw wensen. Daarna ontvangt u van ons een conceptvoorstel met een globale planning en kosten, dat we samen verfijnen. Vervolgens sturen we u de definitieve offerte. Na uw akkoord gaan we direct voor u aan de slag!

Btw: 8126.10.659.B.01

Kvk: 09136622

IBAN: NL28 RABO 0118 2279 04

body { overflow: hidden; } header { position: absolute; } header .menu .burger .line { background-color: #111; } section { display: flex; align-items: center; gap: 100px; } .background-image-container { width: 40vw; height: 100vh; } .background-image-container img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(50%); opacity: 0.9; } .contact-form-container { color: #111; } .contact-form-container h1 { font-size: 48px; font-weight: 400; margin-bottom: 80px; } .contact-form-container > div { display: flex; align-items: center; gap: 14px; margin-block: 30px; } .contact-form-container .dot { width: 8px; height: 8px; background-color: #666; border-radius: 50%; } .contact-form-container p { max-width: 500px; margin-top: 80px; margin-bottom: 60px; } .contact-form-container .icon { width: 80px; height: 80px; border-radius: 50%; border: 1px solid #888; display: flex; align-items: center; justify-content: center; cursor: pointer; } /* Responsive design */ @media (max-width: 992px) { section { flex-direction: column; gap: 40px; padding: 20px; min-height: 100vh; justify-content: center; } .background-image-container { display: none; /* Verberg de afbeelding op mobiel */ } .contact-form-container { width: 100%; max-width: 500px; margin: 0 auto; } .contact-form-container h1 { font-size: 36px; margin-bottom: 40px; } .contact-form-container > div { margin-block: 20px; } .contact-form-container p { margin-top: 40px; margin-bottom: 40px; } .contact-form-container .icon { width: 60px; height: 60px; } } @media (max-width: 480px) { .contact-form-container h1 { font-size: 28px; } .contact-form-container .icon { width: 50px; height: 50px; } } .contact-form-container