﻿

:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13, 110, 253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10, 88, 202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(13, 110, 253, .25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545;
    --bs-growcredit-color: #473560;
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat-Regular.ttf)
}

html,body{
    font-family: montserrat-regular;
}

body {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

h1, h2, h3 {
    color: #222;
    margin-bottom: 0;
}

h1{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
}

h2{
    font-size: 2.7rem;
    font-weight: 600;
    line-height: 1.3;
}

h3{
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5;
}

.fw-bolder {
    font-weight: bolder !important;
}

img{
    height: auto;
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #565656;
    margin-bottom: 0;
}

footer p {
    color: white;
}

input::placeholder {
    color: #000000;
    font-family: inherit;
}

.row {
    margin-right: 0px; 
    margin-left: 0px;
}
.text-capitalize {
    text-transform: capitalize !important;
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.welcome-landing-page{
    background: hsla(0, 76%, 46%, 0) url(../img/landingpage/gc/background-1-organicgrowcredit.png) no-repeat scroll center center / cover;
    height: 800px;
}

.welcome-landing-page .bg-overlay:after {
    z-index: -2;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.bg-overlay{
    position: relative;
    z-index: 0;
}

.btn-orange{
    background-color: #FFA500;
    color: white;
    border: 2px solid #FFA500;
    border-radius: 5px !important;
}

.button-group {
    margin-top: 30px;
}

.input-email{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 46px;
    width: 1%;
    flex: 1 1 auto;
    position: relative;
    min-width: 0;
}
.button-email{
    margin-left: calc(var(--bs-border-width)* -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.container-mobile-1 {
    margin-left: auto;
    margin-right: -18px;
    margin-top: -4px;
}

.bg-overlay:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-47deg, #473560 0% 100%);
    opacity: .94;
    z-index: -2;
}
.overflow-hidden {
    overflow: hidden !important;
}

.container-info-banner {
    margin-top: 8em;
    max-width: 1200px;
}

.welcome-landing-page .welcome-thumb{
    max-width: 400px;
}

.welcome-landing-page .shape-bottom{
    z-index: -1;
}

.shape-bottom {
    position: absolute;
    inset: auto 0 -8px;
}

.ptb_100 {
    padding: 100px 0;
}

/* Header */

header{
    position: absolute;
    z-index: 1000;
    width: 100%;
}

.m-log {
    margin-left: 2vw;
}

.nav-logo-l {
    padding-left: 20px;
    max-width: 150px;
    height: auto;
}

.nav-logo-r {
    padding-right: 20px;
    max-width: 150px;
    height: auto;
}

.btn-log-in {
    background-color: transparent;
    color: var(--bs-white) !important;
    border: 2px solid var(--bs-white);
    border-radius: 5px !important;
}

.btn-sign-up {
    background-color: #79A471;
    color: white;
    border: 2px solid #79A471;
    border-radius: 5px !important;
}

/* */

.container-boxes{
    margin-top: 48px;
}
.section-heading{
    position: relative;
}

.line-text:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    background-color: #473560;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
}
.img-box{
    padding: 46px;
    border-radius: 1.5rem;
    box-shadow: 0 3px 20px #0000001f;
}

.order-1{
    order: 1 !important;
}

.order-2{
    order: 2 !important;
}

.h-100 {
    height: 100% !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.bg-gray {
    background: #f6f9fe;
}

.bg-purple{
    background: var(--bs-growcredit-color);
}
.service-list > li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.avatar-sm{
    height: 3rem;
    width: 3rem;
}

.p-0{
    padding: 0px !important;
}

.service-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    width: 54px;
    font-size: 1.5rem;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: 0 1px 3px #0000001f;
    transition: all .3s ease 0s;
}

.service-icon img {
    width: 30px;
    height: auto;
    display: block;
}

.media-body{
    flex: 1;
    padding-left: 10px;
}

.btn-service{
    background-color: #473560;
    border: none;
}

.btn-service:hover {
    box-shadow: 0 1px 3px rgba(71, 53, 96, .5);
    border: 0 none;
    background-color: #473560;
}

.service-thumb img{
    border-radius: 10px;
}

.d-block {
    display: block !important;
}

.avatar-md {
    height: 4rem;
    width: 4rem;
}

.single-work{
    position: relative;
}

.single-work :after {
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><!--!Font Awesome Free 6.7.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path fill="#ffffff" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
    font-size: 45px;
    font-weight: 900;
    color: #fff;
    font-family: "Font Awesome 5 Free";
    top: 50%;
    right: 0;
    margin-right: -15px;
    transform: translateY(-50%);
    transition: transform .3s;
}

#navbarSupportedContent-desktop {
    justify-content: end;
    padding-right: 20px;
}

/* responsive  */
@media (max-width: 991px) {
    .welcome-landing-page .welcome-thumb {
        max-width: 340px;
    }
    .welcome-landing-page{
        height: 700px !important;
    }
    h1{
        font-size: 3em;
    }
    h2{
        font-size: 36px;
    }
    .heading-sub{
        margin-bottom: 50px;
    }
}

@media (min-width: 768px) {
    .pe-md-5 {
        padding-right: 3rem !important;
    }
}

@media (max-width: 767px) {
    .welcome-landing-page .welcome-thumb {
        max-width: 270px;
        padding-top: 20px;
    }
    .welcome-landing-page{
        height: 100% !important;
    }
    h1 {
        font-size: 2.8em;
    }
    h2 {
        font-size: 30px;
        line-height: 1.4;
    }

    .ptb_100{
        padding: 50px 0;
    }
}
@media (max-width: 767px) {
    .container-mobile-1 {
        margin: auto;
    }

    .welcome-landing-page .welcome-intro{
        margin-top: 30px;
    }
}
@media (max-width: 575px) {
    .welcome-landing-page .welcome-thumb{
        max-width: 230px;
    }
    h1{
        font-size: 2.5em;
        line-height: 1.2;
    }
    h2{
        font-size: 2em;
        line-height: 1.5;
    }

    .welcome-landing-page .welcome-intro{
        margin-top: 0px;
    }
}