/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

#footer {
    padding: 45px 0 15px 0;
}

.email-sent {
    max-width: 220px;
    width: 35vw;
}

b,
strong {
    font-weight: 600;
    color: #222;
    font-family: "Inter Display", sans;
    font-size: 1.3rem !important;
}

/* #home {
    background: url("/assets/images/hero-bg.png") center / contain no-repeat;
} */

.bg-shape {
    position: absolute;
    pointer-events: none;
}

@media (max-width: 1150px) {
    .bg-shape {
        display: none;
    }
}

.shape-plus {
    top: 60%;
    left: 75%;
}

.sold-badge {
    height: 1em; /* same height as the text */
    width: auto;
    vertical-align: -3px;
}

.hero-image {
    width: 100%;
    max-width: 450px;
    height: auto;
}
