/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

:root {
    --cnvs-themecolor: #058b8c;
    --cnvs-themecolor-rgb: 5, 139, 140;
    --cnvs-heading-color: #363c3d;
    --cnvs-btn-color-dark: #363c3d;
    --cnvs-primary-font: "Poppins", sans-serif;
    --cnvs-body-font: "Poppins", sans-serif;
}

.mad {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

.contact-form__error,
#error {
    font-weight: 500;
    color: #c62f3e;
}

#success {
    font-weight: 500;
    color: rgb(31, 100, 31);
}

.submit-result {
    margin-top: 10px;
}
