:root {
    --theme-color: #0d5ef4;
    --theme-color2: #f20f10;
    --title-color: #0f2239;
    --body-color: #4d5765;
    --smoke-color: #f3f7fb;
    --black-color: #000;
    --white-color: #fff;
    --light-color: #72849b;
    --yellow-color: #ffb539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --border-color: #ecf1f9;
    --title-font: 'Jost', sans-serif;
    --body-font: 'Roboto', sans-serif;
    --icon-font: "Font Awesome 5 Free";
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 70px;
    --section-space-mobile: 50px;
    --section-title-space: 30px;
    --ripple-ani-duration: 5s;
    --ripple-ani-duration: 5s;
    --font-large: 40px;
}

body {
    font-family: "Poppins", sans-serif;
}
p, a, h1, h2, h3, h4, h5, h6, div, button, span, li, strong, ul {
    font-family: "Poppins", sans-serif;
}
h1.heading {
    font-size: 102px;
        text-shadow: 0px 4px 40px #0E39C3;
}

h2.sub-heading {
    font-size: 46px;
    color: #090914;
    font-weight: 600;
}
p {
    font-size: 16px;
    color: #a1a1aa;
}
h3.min-heading {
    font-size: 32px;
    font-weight: 500;
}
.section-bg {
    background-color: #f8f8f8;
}
@media (max-width: 768px) {
    h1.heading {
        font-size: 35px;
   }
    h2.sub-heading {
        font-size: 30px;
        color: #090914;
        font-weight: 600;
   }
    h3.min-heading {
        font-size: 20px;
        font-weight: 500;
   }
}
