@font-face {
    font-family: "Cookie";
    src: url('./fonts/cookie.woff2') format('woff2');
}

@font-face {
    font-family: "Mulish";
    font-weight: 500;
    src: url('./fonts/mulish-500.woff2') format('woff2');
}

body {
    width: 100%;
    background-image: url('./images/redvelvet.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ralinda_main {
    width: 100%;
    height: 100%;
    min-height: 100dvh;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.ralinda_order-info {
    width: 500px;
    max-width: calc(100vw - 40px);
    margin: 20px;
    padding: 12px;
    background-color: rgba(255, 255, 255, 0.92);
}

.ralinda_order-info-inner {
    border: 4px solid rgba(173,121,148,0.46);
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

img {
    width: 300px;
    aspect-ratio: 1/1;
    height: auto;
    max-width: 50vw;
}

h1 {
    font-family: "Cookie", cursive;
    color: #8e5c78;
    font-weight: 400;
    /* font-size: clamp(44px, -13.143px + 14.286vw, 64px); */
    font-size: 4rem;
    text-align: center;
    margin: 0.5em 0 0 0

}

h2 {
    font-family: "Mulish", sans-serif;
    color: #8e5c78;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.ralinda_order-info_social-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    gap: 36px;
}


a.social-icon,
a.social-icon:hover {
    text-decoration: none;
    padding: 0;
    background: none;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 27px;
}

a.social-icon svg {
    padding: 0;
    margin: 0;
    height: 27px;
    width: auto;
    aspect-ratio: auto;
    fill: #bf7a96;
}

a.social-icon:hover svg {
    fill: #8e5c78;
}

a.social-icon.facebook {
    /* Add styles for facebook icon */
}

a.social-icon.instagram {
    /* Add styles for instagram icon */
}

a.social-icon.whatsapp {
    /* Add styles for whatsapp icon */
}