/* Reset styles */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

body {
    color: #000;
    font-family: 'Archivo Narrow', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: var(--black-color);
}

.btn {
    padding: 6px 28px;
    border-radius: 10px;
    font-size: 22px;
    display: inline-block;
    font-weight: 500;
}

.btn-primary {
    background-color: #47a7df;
    border: solid 2px #47a7df;
}

.btn-primary:hover {
    background-color: #fff;
    border: solid 2px #47a7df;
    color: #000;
}

.btn-outline {
    border: solid 2px #47a7df;
}

.btn-outline:hover {
    border: solid 2px #47a7df;
    background-color: #47a7df;
    color: #fff;
}

body::-webkit-scrollbar {
    width: 15px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #47a7df;
}

html {
    scroll-behavior: smooth;
}

figure {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none;
}

/* header */

header {
    padding: 10px 0 20px;
    position: absolute;
    width: calc(100%);
    z-index: 1;

}

.hero-banner {
    background-size: 100%;
    background-color: #bbe2ec;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 160px;
}

header .row {
    background-color: #f9f9f9;
    border-radius: 100px;
    overflow: hidden;
    padding: 15px 15px;
    align-items: center;
    box-shadow: 1px 2px 9px rgb(67 87 67 / 10%);
}

.logo {
    max-width: 200px;
    display: block;
}

nav.menu ul {
    display: flex;
    justify-content: center;
    column-gap: 30px;
}

nav.menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

nav.menu ul li .title {
    font-size: 28px;
}

.nav-action {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 10px;
}

.nav-action a {
    font-weight: 300;
}

.nav-action a.joins {
    background-color: #66ba44;
    border: solid 2px #66ba44;
}

.nav-action button.joins:hover {
    background-color: transparent;
    border: solid 2px #66ba44;
    color: #000;
}

.nav-action button.joins {
    background-color: #66ba44;
    border: solid 2px #66ba44;
}

.nav-action a.joins:hover {
    background-color: transparent;
    border: solid 2px #66ba44;
    color: #000;
}

nav.menu ul li span {
    font-size: 17px;
    margin-top: 3px;
}

/* hero  */
.hero-section {
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}

.hero-info {
    padding: 200px 0 290px;
    margin-left: 120px;
}

.hero-info h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 50px;
    font-weight: 700;
}

.hero-info h3 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    font-size: 40px;
}

.hero-info p {
    font-size: 25px;
    font-weight: 300;
    font-family: 'Archivo Narrow', sans-serif;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    margin-left: 40px;
    position: relative;
}

.hero-info p span {
    position: relative;
    max-width: fit-content;
    z-index: 11;
}

.hero-info p span::after {
    height: 8px;
    width: 100%;
    background-color: #d2d7a6;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.hero-info .btn {
    background-color: #1a4075;
    border: solid 2px #1a4075;
    margin-top: 40px;
    margin-left: 40px;
}

.hero-info .btn:hover {
    background-color: transparent;
    border: solid 2px #1a4075;
    color: #000;
}



/* empowerment */

.empowerment-section {
    margin-top: -20px;
}

.empowerment-img .row {
    max-width: 800px;
}

.empowerment-img {
    width: 370px;
    height: 400px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    padding: 30px;
    text-align: center;
    object-fit: cover;
}

.empowerment-action {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 55px;
}

.empowerment-action div {
    max-width: fit-content;
    margin: 0 auto;
}

.empowerment-img figure {
    max-width: 100%;
}

.empowerment-dec {
    max-width: fit-content;
}

.empowerment-dec h2 {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 5px;
    font-family: 'Archivo Narrow', sans-serif;
}

.empowerment-dec p {
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 20px;
}

.empowerment-section .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*  Financial Stability */
.financial-Stability-info {
    text-align: center;
    padding: 60px 0 0;
}

.financial-Stability-info label {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    font-size: 32px;
    text-align: center;
}

.financial-Stability-info h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.financial-Stability-info p {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Archivo Narrow', sans-serif;
    font-size: 18px;
}

.financial-Stability-info p.financial {
    margin-top: 10px;
    font-size: 20px;
}

.financial-item {
    border: solid 11px #f9f9f9;
    padding: 30px 20px;
    border-radius: 30px;
}

.financial-box {
    margin-top: 60px;
    max-width: 900px;
    margin: 60px auto 0;
}

.financial-header {
    margin-bottom: 20px;
    text-align: center;
}

.financial-header label {
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.financial-header h2 {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    max-width: fit-content;
    position: relative;
    margin: 0 auto 20px;
}

.financial-header h2 span {
    position: relative;
    z-index: 11;
}

.financial-header h2::after {
    height: 8px;
    width: 100%;
    background-color: #c0e1f3;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
}

.financial-item ul {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: fit-content;
    margin: 0 auto 20px;
}

.financial-item ul li {
    font-size: 20px;
    text-align: center;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: fit-content;
}

.financial-item ul li figure {
    margin-right: 10px;
    max-width: 21px;
}

.financial-item a {
    margin: 0 auto;
}

.btn-action {
    text-align: center;
}

/* Secure Your Earnings */

.apply-section {
    padding: 80px 0 40px;
}

.apply-info label {
    text-align: center;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    font-size: 32px;
    width: 100%;
}

.apply-info h2 {
    font-family: 'Archivo Narrow', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    max-width: fit-content;
    position: relative;
    margin: 0 auto 20px;
}

.apply-info h2::after {
    height: 8px;
    width: 100%;
    background-color: #ffeab3;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
}

.apply-info h2 span {
    position: relative;
    z-index: 111;
}

.apply-info p {
    font-size: 20px;
    text-align: center;
    max-width: 860px;
    margin: 0px auto;
    font-family: 'Archivo Narrow', sans-serif;
}

.appy-from {
    border: solid 11px #f9f9f9;
    max-width: 800px;
    margin: 40px auto 0;
    padding: 60px;
    border-radius: 60px;
}

.appy-from .row {
    margin-bottom: 20px;
}

.appy-from .row:last-child {
    margin-bottom: 0;
}

.appy-from input {
    background-color: #f9f9f9;
    width: 100%;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 2px #f9f9f9;
}

.appy-from input:focus {
    border: solid 2px #f9f9f9;
}

.appy-from input:hover {
    border: solid 2px #47a7df;
    cursor: pointer;
}

.appy-from textarea {
    background-color: #f9f9f9;
    width: 100%;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    border: solid 2px #f9f9f9;
    min-height: 100px;
}

.appy-from textarea:focus {
    border: solid 2px #f9f9f9;
}

.appy-from textarea:hover {
    border: solid 2px #47a7df;
}

.appy-from input::-ms-input-placeholder {
    color: var(--black-color);
    font-weight: 400;
}

.appy-from input::placeholder {
    color: var(--black-color);
    font-weight: 400;
    font-size: 20px;
}

.appy-from textarea::-ms-input-placeholder {
    color: var(--black-color);
    font-weight: 400;
}

.appy-from textarea::placeholder {
    color: var(--black-color);
    font-weight: 400;
    font-size: 20px;
}

.submit .btn {
    background-color: #66ba44;
    border: solid 2px #66ba44;
}

.submit .btn:hover {
    background-color: transparent;
    border: solid 2px #66ba44;
    color: #000;
}

/* logo */
.logo-section {
    background: linear-gradient(280deg, rgba(248, 204, 204, 0) 0%, rgba(60, 88, 128, 1) 50%);
    padding: 50px 0;
}

/* footer */

footer {
    background-color: #f9f9f9;
    padding: 110px 0;
}

.footer-info {
    text-align: center;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    column-gap: 5px;
}

.social-icon img {
    width: 30px;
}

.footer-info {
    font-size: 16px;
}

.footer-info p {
    max-width: 514px;
    margin: 0 auto;
    width: 100%;
}

.social-icon {
    margin-bottom: 10px;
    margin-top: 10px;
}

.footer-link {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: center;
}

.footer-action {
    text-align: center;
}

.footer-action h1 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    font-size: 30px;
}

.footer-action h2 {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
}

.footer-btn {
    display: flex;
    flex-direction: column;
}

.footer-btn a {
    margin-top: 20px;
    max-width: 400px;
    margin: 10px auto 0;
    width: 100%;
}

.footer-btn div {
    margin-top: 20px;
    max-width: 400px;
    margin: 10px auto 0;
    width: 100%;
}

.footer-link li {
    margin: 0 5px;
}


.parallax-container {
    width: 100%;
}

/* modal */

.lo-model .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.lo-model .modal-content {
    border-radius: 40px;
    padding: 80px 0;
}

.lo-model .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1111;
}

.modal-body {
    padding: 0;
}

.client-list {
    margin: 0 30px;
}

.client-list .client-item h2 {
    font-size: 24px;
    color: #000;
    text-decoration: underline;
    font-weight: 400;
}

.client-list .client-item p {
    font-size: 20px;
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    line-height: normal;
}

.client-list .client-item {
    margin-bottom: 30px;
}

.lo-model .nav-action {
    justify-content: center;
}


.client-note {
    padding: 20px;
    background-color: #f9f9f9;
    margin-top: 60px;
    text-align: center;
}

.client-note p {
    font-size: 22px;
    font-family: 'Archivo Narrow', sans-serif;
    font-style: italic;
    font-weight: 300;
}

.client-note p span {
    position: relative;
    z-index: 1;
}

.client-note p span::after {
    height: 8px;
    width: 100%;
    background-color: #c7e4bb;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}

.business-info p {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 30px;
    max-width: 700px;
    line-height: 26px;
    font-size: 20px;
}

.business-info p span {
    font-weight: 400;
}

.business-info p span a {
    color: #ff0000;
}

.lo-model .logo-section {
    padding: 20px 0;
    margin-top: 40px;
}

.business-modal-note {
    text-align: center;
    margin-top: 40px;
}

.business-modal-note p {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 300;
    max-width: 700px;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
}


.haveQuestions-modal .client-list .client-item h2 {
    background-color: #fff1cd;
    color: #000;
    text-decoration: none;
    font-family: 'Archivo Narrow', sans-serif;
    padding: 4px 20px;
    border-radius: 100px;
    margin-bottom: 5px;
    font-size: 22px;
}

.haveQuestions-modal .client-note {
    margin-top: 40px;
}


.scroll-top {
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #fff;
    border-radius: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    display: none;
}


.loanproducts-list {
   max-width: 600px;
   margin: 0 auto 40px; 
}

.loanproducts-list li {
    list-style: disc;
    font-size: 20px;
}


/* resposnive */
@media (max-width: 1199px) {
    nav.menu ul li .title {
        font-size: 26px;
    }

    nav.menu ul li span {
        font-size: 14px;
    }

    .hero-info {
        padding: 244px 0 220px !important;
        margin-left: 0;
    }
}


@media (min-width: 980px) and (max-width: 1024px) {
    nav.menu ul {
        flex-direction: row !important;
        display: flex;
    }
}

@media (max-width: 1024px) {


    .empowerment-img {
        max-width: 100% !important;
    }

    .modal.show .modal-dialog {
        transform: none;
        max-width: 95%;
    }

    .business-info p {
        padding: 20px;
    }

    .business-modal-note p {
        padding: 20px 20px 0;
    }

    .hero-info {
        padding: 160px 0 220px;
        margin-left: 0;
    }

    nav.menu ul {
        flex-direction: column;
        display: flex;
    }

    nav.menu ul li {
        margin-bottom: 20px;
    }

    .navbar-collapse {
        margin-top: 120px;
        position: absolute;
        background-color: #fff;
        width: calc(100% - 0px);
        padding: 15px;
        z-index: 111;

    }

    .nav-action a {
        margin-bottom: 20px;
    }

    .nav-action {
        flex-direction: column;
    }

    .hero-info p {
        margin-left: 0;
    }

    .hero-info .btn {
        margin-left: 0;
    }

    .empowerment-img {
        max-width: 259px;
        margin-bottom: 30px;
        margin-top: 40px;
    }

    .financial-item {
        margin-bottom: 20px;
    }

    .financial-item a {
        font-size: 14px;
    }



    .financial-header h2 {
        font-size: 32px;
    }

    .appy-from {
        padding: 20px;
    }

    .appy-from .col-lg-6 {
        margin-bottom: 15px;
    }

    .appy-from .row {
        margin-bottom: 0;
    }

    .apply-info h1 {
        font-size: 32px;
    }

    .apply-info h2 {
        line-height: 1;
    }

    .apply-info h2 span {
        font-size: 30px;
    }

    footer {
        padding: 60px 0;
    }

    .footer-link {
        flex-wrap: wrap;
    }

    .footer-action h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .footer-action h2 {
        font-size: 36px;
    }
}