@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth!important;
}

* {
    margin: 0px;
    padding: 0px;
}

*, ::after, ::before {
    box-sizing: inherit;
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none!important;
    box-shadow: none !important;
}

body {
    background-color: #ffffff!important;
    font-size: 16px!important;
    font-family: 'Libre Franklin', sans-serif!important;
    color: #4C5454!important;
}

header {
    display: flex!important;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 83px;
    padding: 0px 40px!important;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15)!important;
}

header a.nav-link {
    color: #4C5454;
    font-weight: 600;
}

header a.nav-link:hover{
    color: #039B86;
    border-bottom: 2px solid #039B86;
}

header a.btn-primary, a.btn-primary {
    color: #FFFFFF;
    background-color: #EE9922;
    border-color: #EE9922;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    font-weight: bold;
}

header a.btn-primary:hover, a.btn-primary:hover {
    background-color: rgb(207, 133, 30);
    border-color: rgb(207, 133, 30);
}

.btn.btn-primary.active.focus,
.btn.btn-primary.active:focus,
.btn.btn-primary.active:hover,
.btn.btn-primary:active.focus,
.btn.btn-primary:active:focus,
.btn.btn-primary:active:hover,
.btn.btn-primary:focus {
    background-color: rgb(207, 133, 30)!important;
    border-color: rgb(207, 133, 30)!important;
}

#hero-section {
    background-image: linear-gradient(90deg, rgba(43, 155, 117, 0.8), rgba(43, 155, 117, 0.8), rgba(43, 155, 117, 0.9)), url('../images/hero-image-bg.jpg');
    background-size: cover;
    width: 100%;
    height: 600px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15); 
    display: flex;
    flex-direction: row;
    align-items: center;
}

#hero-image img {
    width: 854px;
}

#hero-image {
    margin-top: 80px;
}

#hero-content {
    padding-left: 100px!important;
    color: #ffffff;
    width: 37%;
}

#hero-content h1 {
    font-weight: bold;
    font-size: 48px;
    /* line-height: 60px; */
    margin-bottom: 23px;
}

#hero-content h4 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 23px;
}

#hero-content p {
    margin-bottom: 28px;
}

#about-us {
    /* background-image: url('/images/about-us-bg.png'); */
    background: url('../images/about-us-bg.png') bottom no-repeat, url('../images/geometry-bg.png'), rgba(206, 255, 211, 0.6);
    /* background-color: rgba(206, 255, 211, 0.5); */
    background-blend-mode: soft-light;
    background-size: 450px, auto;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15)!important;
    min-height: 374px;
    width: 100%;
    text-align: center;
    padding: 0px 40px;
}

#about-us h2 {
    padding: 65px 0px 34px 0px;
    margin-bottom: 0px!important;
    font-size: 32px;
    font-weight: bold;
}

#how-it-works {
    padding: 0px 40px!important;
    background-image: url('../images/dotandcircle-bg.png');
    background-size: cover;
    height: 1453px;
    width: 100%;
}

#how-it-works h2 {
    padding: 128px 0px 44px 0px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

#how-it-works .steps {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 423px;
}

.steps .steps-image-left, .steps .steps-content-right, .steps .steps-content-left {
    width: 40%;
}

.steps .steps-image-left, .steps .steps-content-left {
    padding-left: 62px;
}

.steps .steps-content-right, .steps .steps-image-right {
    padding-right: 62px;
}

.step-number {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.36);
    text-transform: uppercase;
}

.steps h4 {
    font-size: 24px;
    color: #039B86;
    margin-top: 13px;
    margin-bottom: 23px;
}

.steps p {
    font-weight: 600!important;
}

.steps small {
    color: #959595;
}

#partners {
    width: 100%;
    height: 820px;
    padding: 0px 40px;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

#partners h2 {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    padding: 128px 0px 44px 0px;
}

#client-slider {
    height: 635px;
}

.carousel-item.active {
    display: flex!important;
    flex-direction: row!important;
    align-items: center;
    float: unset!important;
    transition: 0s!important;
}

.carousel-item {
    float: unset!important;
}

.client-content {
    width: 50%!important;
    padding: 0px 50px 0px 100px;
}

.client-content h4 {
    font-weight: bold;
    font-size: 24px;
    color: #039C85;
    margin-bottom: 23px;
}

.client-content p {
    margin-bottom: 23px;
}

a.btn-secondary {
    border: 1px solid #039B86;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
    background-color: #FFFFFF!important;
    color: #039B86;
    font-weight: bold;
}

a.btn-secondary:hover, a.btn-secondary:hover {
    background-color: #039B86!important;
    border-color: #039B86!important;
    color: #FFFFFF!important;
}

.btn.btn-secondary.active.focus,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary:active.focus,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active:hover,
.btn.btn-secondary:focus {
    background-color: #039B86!important;
    border-color: #039B86!important;
    color: #FFFFFF!important;
}

.carousel-indicators li {
    border-radius: 50%!important;
    width: 10px!important;
    height: 10px!important;
    background-color: #000000!important;
}

.carousel-indicators {
    top: 520px!important;
}

.carousel-control-prev-icon {
    background-image: url('../images/arrow-left.png')!important;
}

.carousel-control-next-icon {
    background-image: url('../images/arrow-right.png')!important;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px!important;
    height: 30px!important;
}

.carousel-control-next, .carousel-control-prev {
    opacity: 0.8!important;
    top: -130px!important;
    width: 5%!important;
}

#demo {
    width: 100%;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('../images/background-texture.png');
    background-color: #039B86;
}

#demo h2 {
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 23px;
}

footer {
    background: rgba(206, 245, 210, 0.5);
    padding: 0px 40px;
    width: 100%;
}

.footer-menu {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 128px 0px 20px 0px;
    list-style-type: none;
}

.footer-menu li a {
    font-weight: bold;
    color: #4C5454;
}

.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    padding: 50px 0px;
}

.social-media li {
    padding-left: 15px;
}

footer p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-bottom: 50px;
    margin-bottom: 0px!important;
}

nav.mobile-navigation {
    display: none;
}

footer.mobile-footer {
    display: none;
}


