/* Navbar */
body {
    background: url(../../../images/pages/home/background.jpg) no-repeat center center;
    object-fit: cover;
}

.navbar-btn {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    color: #FFFFFF !important;
    background: #0078D4;
    border-radius: 4px;
    padding: 8px 16px !important;
    line-height: 1;
    transition: all 300ms ease;
}

.navbar-btn:hover {
    filter: brightness(.7);
}
/* End Navbar */


/* Header */
.header-subtitle {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    color: #242424;
    margin-bottom: 16px;
}

.header-title {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 54px;
    line-height: 130%;
    color: #242424;
    margin-bottom: 16px;
}

.header-title span {
    color: #0894FF;
}

.header-description {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #646464;
    margin-bottom: 16px;
}

.header-btn {
    font-family: 'Poppins',sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    color: #FFFFFF !important;
    background: #0078D4;
    border-radius: 4px;
    padding: 8px 16px !important;
    line-height: 1;
    transition: all 300ms ease;
    display: block;
    width: fit-content;
}

.header-btn:hover {
    filter: brightness(.7);
}

.page-header {
    padding-top: 32px;
    padding-bottom: 32px;
}
/* End Header */

@media (max-width: 767.98px) {

    .page-header {
        padding-top: 32px;
    }

    .header-title {
        text-align: center;
        font-size: 40px;
    }

}
