<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Ranty - Minimal Design</title>
    <link href="https://fonts.googleapis.com" rel="stylesheet">
    <style>
        body { font-family: 'Inter', sans-serif; background-color: #ced4ca; color: #1a1a1a; }
        .serif { font-family: 'Playfair Display', serif; }
        .card-radius { border-radius: 40px; }
    </style>
</head>
<body>
    <!-- Navbar -->
    <nav>
            Ranty
            <a href="#">Services</a>
            <a href="#">Homes</a>
            <a href="#">About us</a>
            <a href="#">Cases</a>
            ENG
            <button>Contact Us</button>
    </nav>
    <!-- Main Content -->
    <main>
        <!-- Left Side -->
            <h1>
                The <br> Perfect <br> Home®
            </h1>
            <p>/ We craft custom homes /</p>
            <button>START</button>
        <!-- Right Side: White Card (Without Hero Image) -->
                    Interior
                    Design
                    3D
                <h2>Unique design &<br>ergonomics</h2>
                <p>From blueprints to renders.</p>
            <!-- Floating Video Label -->
                    <p>Roomtour</p>
                    <p>Video</p>
    </main>
    <!-- Footer Stats -->
    <footer>
        <!-- Brown Card -->
                <h3>We use best<br>materials!</h3>
                <p>Working with verified suppliers.</p>
        <!-- Customers -->
                <img decoding="async" src="https://i.pravatar.cc">
                <img decoding="async" src="https://i.pravatar.cc">
                <p>12m+</p>
                <p>Customers</p>
        <!-- Combine Nature -->
            <h3>
                We can combine nature &<br>home comfort
            </h3>
            <a href="#">
                Learn More —
            </a>
    </footer>
</body>
</html>