body {
    opacity: 0;
}

html, body {
    height: 100%;
    margin: 0;
}

h3 {
    font-weight: 700;
    font-family: 'Poppins', sans-serif !important;
    padding-top: 30px;
}

h4 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
}

.main-header .header-banner {
    width: 100%;
    height: 40px;
    background: transparent linear-gradient(90deg, #25B5FC 0%, var(--blue) 35%, var(--purple) 68%, var(--pink) 100%) 0% 0% no-repeat padding-box;
    opacity: 0.2;
}

.navbar {
    background: #fff;
}

.navbar.nav-border {
    border-bottom: solid 1px #d3d3d3;
}  

.main-header .header-content {
    height: auto;
    margin-top: 50px !important;
}

.logo-img {
    max-width: 275px;
    width: 100%;
}

.main-footer {
    height: 100%;
    max-height: 300px;
}

.footer-top {
    height: 100%;
}

.main-footer .footer-logo { 
    margin: 2.5rem 40px;
}

.footer-figure {
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .logo-img {
        height: 35px;
    }

    .simple-text-wpr p {
        font-size: 14px;
    }

    h3  {
        padding-top: 10px;
    }

    h3 span {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    .main-footer .footer-logo { 
        margin: 2.5rem 20px;
    }
}

/* PRIMARY */
@font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_normal.ttf") format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_italic.ttf") format('ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_medium.ttf") format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_medium_italic.ttf") format('ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_bold.ttf") format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Rubik';
    src: url("../fonts/rubik_bold_italic.ttf") format('ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    }
    
    /* SECONDARY */
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_normal.ttf") format('ttf');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_italic.ttf") format('ttf');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_medium.ttf") format('ttf');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_medium_italic.ttf") format('ttf');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_bold.ttf") format('ttf');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    }
    
    @font-face {
    font-family: 'Poppins';
    src: url("../fonts/poppins_bold_italic.ttf") format('ttf');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
    }