<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="robots" content="index, follow">
    <meta name="description" content="Premium Belgian chocolate pralines presented in elegant gift boxes, perfect for festive occasions, corporate gifts, and special moments.">

    <title>EMOTI Chocolate | Luxury Belgian Chocolate Gifts</title>

	<link rel="canonical" href="https://emoti.be/">
	
	<link rel="icon" href="https://emoti.be/wp-content/uploads/2025/09/Favikona.svg" sizes="32x32">
	<link rel="icon" href="https://emoti.be/wp-content/uploads/2025/09/Favikona.svg" sizes="192x192">
	<link rel="apple-touch-icon" href="https://emoti.be/wp-content/uploads/2025/09/Favikona.svg">
	<meta name="msapplication-TileImage" content="https://emoti.be/wp-content/uploads/2025/09/Favikona.svg">
	
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap" rel="stylesheet">

    <meta property="og:title" content="EMOTI Chocolate | Luxury Belgian Chocolate Gifts">
    <meta property="og:description" content="Premium Belgian chocolate pralines presented in elegant gift boxes, perfect for festive occasions, corporate gifts, and special moments.">
    <meta property="og:type" content="website">

    <style>
        @keyframes bounceDown {
            0%, 100% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(14px);
            }
        }

        /*  BASIC  */
        :root {
            --body: #4d4d4d;
            --gold: #f2c95d;
            --chocolate: #755543;
        }

        * {
            box-sizing: border-box;
        }

        html {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
            font-size: 16px;
        }

        body {
            color: var(--body);
            font-family: 'Roboto Slab', sans-serif;
            font-size: 1.125rem;
            line-height: 1.6;
            margin: 0;
        }


        /*  NORMALIZE  */
        footer, header, main, section {
            display: block;
        }

        .section {
            padding: 60px 0;
        }

        @media (min-width: 768px) {
            .section {
                padding: 70px 0 80px;
            }
        }

        a {
            background-color: transparent;
            color: var(--chocolate);
            text-decoration: none;
            transition: color .3s ease-in-out;
        }

        a:active, a:hover {
            color: var(--gold);
            outline-width: 0;
        }

        b, strong, .fw-bolder {
            font-weight: bolder;
        }

        img {
            border-style: none;
            height: auto;
            max-width: 100%;
        }

        p {
            margin: 0;
        }

        /*  FONT  */
        h1, .h1, .fs-1 {
            font-size: 2.5rem;
        }

        @media (min-width: 768px) {
            h1, .h1, .fs-1 {
                font-size: 3.875rem; /* 62px */
            }
        }

        h2, .h2, .fs-2 {
            font-size: 1.875rem; /* 30px */
        }

        h3, .h3, .fs-3 {
            font-size: 1.375rem; /* 22px */
        }

        h4, .h4, .fs-4 {
            font-size: 1.25rem; /* 20px */
        }

        h5, .h5, .fs-5 {
            font-size: 1.125rem; /* 18px */
        }

        h6, .h6, .fs-6 {
            font-size: 1rem; /* 16px */
        }

        h1, h2, h3, h4, h5, h6,
        .h1, .h2, .h3, .h4, .h5, .h6 {
            font-family: 'Roboto Slab', sans-serif;
            font-weight: 400;
            margin: 0 0 20px;
        }


        /*  LAYOUT  */
        .container {
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
            width: 100%;
        }

        @media (min-width: 576px) {
            .container {
                max-width: 540px;
            }
        }

        @media (min-width: 768px) {
            .container {
                max-width: 720px;
            }
        }

        @media (min-width: 992px) {
            .container {
                max-width: 960px;
            }
        }

        @media (min-width: 1200px) {
            .container {
                max-width: 1140px;
            }
        }

        @media (min-width: 1400px) {
            .container {
                max-width: 1320px;
            }
        }

        /*  CUSTOM  */
        .bg-hero {
            background-color: #2a231e;
            background-image: url('https://emoti.be/wp-content/uploads/2026/04/shadow.webp'), url('https://emoti.be/wp-content/uploads/2026/04/hero.webp');
            background-size: auto, 100% auto;
            background-position: center top, center bottom;
            background-repeat: no-repeat, no-repeat;
            padding: 50px 0 220px;
        }

        @media (min-width: 576px) {
            .bg-hero {
                padding: 50px 0 420px;
            }
        }

        @media (min-width: 992px) {
            .bg-hero {
                position: relative;
                height: 1200px;
                padding: 60px 0 30px;
            }

            .bg-hero::after {
                animation: bounceDown 2.5s ease-in-out infinite;
                content: url('https://emoti.be/wp-content/uploads/2026/04/arrow.webp');
                display: inline-block;
                position: absolute;
                right: 61px;
                top: 51%;
            }

            .bg-hero::before {
                border-radius: 20px;
                border: 3px solid rgb(255,255,255);
                content: '';
                display: inline-block;
                padding: 25px 17px;
                position: absolute;
                right: 50px;
                top: 50%;
            }
        }
		
		@media (min-width: 1920px) {
            .bg-hero {
                height: 119vh;
            }
        }

        .bg-promo {
            background-color: #ece1d9;
            background-image: url('https://emoti.be/wp-content/uploads/2026/04/promo.webp');
            background-repeat: no-repeat;
            background-position: left 125px center;
            background-size: auto 100%;
        }

        @media (min-width: 576px) {
            .bg-promo {
                background-position: left 220px center;
            }
        }

        @media (min-width: 768px) {
            .bg-promo {
                background-position: left 450px center;
            }
        }

        @media (min-width: 992px) {
            .bg-promo {
                background-position: left 500px center;
            }
        }

        @media (min-width: 1200px) {
            .bg-promo {
                background-position: left 580px center;
            }
        }

        @media (min-width: 1500px) {
            .bg-promo {
                background-position: right center;
            }
        }

        .hero-content {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 30px;
        }

        .main-logo {
            margin-bottom: 50px;
        }

        .promo-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        .promo-list li {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            text-align: center;
            gap: 10px;
        }

        .promo-list li:not(:last-of-type) {
            margin-bottom: 45px;
        }

        @media (min-width: 768px) {
            .promo {
                padding: 150px 0 190px;
            }

            .promo-list li {
                align-items: center;
                flex-direction: row;
                text-align: left;
                gap: 25px;
            }

            .promo-list li:not(:last-of-type) {
                margin-bottom: 60px;
            }
        }

        .list-title {
            text-transform: uppercase;
            letter-spacing: 8px;
            margin-bottom: 8px;
        }

        .footer {
            background-color: #ece1d9;
        }

        .footer-content {
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            gap: 30px;
            text-align: center;

        }

        @media (min-width: 768px) {
            .footer-content {
                align-items: center;
                flex-direction: row;
                gap: 40px;
                justify-content: center;
                text-align: left;
            }

            .footer-separator {
                border-right: 1px solid rgba(131, 103, 87, 0.4);
                padding-right: 40px;
            }

            .footer-text {
                width: 60%;
            }
        }

        /*  HELPER  */
        .text-center {
            text-align: center;
        }

        .text-balance {
            text-wrap: balance;
        }

        .text-white {
            color: #ffffff;
        }

        .text-gold {
            color: var(--gold);
        }

        .text-chocolate {
            color: var(--chocolate);
        }

        .h-100 {
            height: 100%;
        }

        .mb-0 {
            margin-bottom: 0;
        }

        .mt-auto {
            margin-top: auto;
        }

        .fw-light {
            font-weight: 300;
        }
    </style>
</head>
<body>
<main>
    <section class="hero bg-hero">
        <div class="container h-100">
            <div class="hero-content text-center h-100">
                <div>
                    <img class="main-logo" src="https://emoti.be/wp-content/uploads/2026/04/logo1.webp" alt="Emoti Chocolate">
                    <p class="text-white fs-3 fw-light">We specialize in premium Belgian chocolate pralines presented in elegant gift boxes, perfect for festive occasions, corporate gifts, and special moments.</p>
                </div>
                <h1 class="mb-0 mt-auto text-gold">Luxury Belgian Chocolate Gifts</h1>
            </div>
        </div>
    </section>

    <section class="section content">
        <div class="container text-center">
            <img src="https://emoti.be/wp-content/uploads/2026/04/icon.webp" alt="maintenance mode">
            <h2 class="text-gold">Our website is currently under reconstruction</h2>
            <p>Our website is currently undergoing renovation as we prepare a new and improved experience.<br>Thank you for your patience — the new website will be available soon.</p>
        </div>
    </section>

    <section class="section promo bg-promo">
        <div class="container">
            <ul class="promo-list">
                <li>
                    <div><img src="https://emoti.be/wp-content/uploads/2026/04/circle1.webp" alt="premium"></div>
                    <div class="text-chocolate">
                        <h3 class="fs-4 list-title">Premium Belgian Chocolates</h3>
                        <p>The premium Belgian chocolates should deliver more than taste.<br>It should communicate value at first glance.</p>
                    </div>
                </li>

                <li>
                    <div><img src="https://emoti.be/wp-content/uploads/2026/04/circle2.webp" alt="gift"></div>
                    <div class="text-chocolate">
                        <h3 class="fs-4 list-title">Elegant Gift Packaging</h3>
                        <p>Beautifully designed boxes created for retail partners<br>who value design, quality and reliability.</p>
                    </div>
                </li>

                <li>
                    <div><img src="https://emoti.be/wp-content/uploads/2026/04/circle3.webp" alt="occasions"></div>
                    <div class="text-chocolate">
                        <h3 class="fs-4 list-title">Perfect for Special Occasions</h3>
                        <p>Ideal for holidays, celebrations, and corporate gifts.</p>
                    </div>
                </li>
            </ul>
        </div>
    </section>
</main>

<footer class="footer">
    <div class="container">
        <div class="footer-content section">
            <div class="footer-separator"><img src="https://emoti.be/wp-content/uploads/2026/04/logo2.webp" alt="EMOTI Chocolate footer"></div>
            <div class="footer-text"><p class="text-chocolate">We would love to hear from the all chocolate lovers, if you have a question or a comment, please do not hesitate to contact us by e-mail: <a href="mailto:info@emoti.be" class="fw-bolder">info@emoti.be</a></p></div>
        </div>
    </div>
</footer>
</body>
</html>