﻿html {
    scroll-behavior: smooth
}

/* Hide the header & footer */

nav.navbar.navbar-inverse.navbar-fixed-top,
.footer,
.footerInfo {
    display: none!important;
}

/* Header Wrapper */

section.header-wrapper img.main-logo {
    width: 500px;
    margin-top: 5px;
}

section.header-wrapper img.proud-logo {
    width: 120px;
    margin-left: auto;
}

section.header-wrapper {
    padding: 15px 0px;
}

/* Banner Wrapper */

section.banner-wrapper {
    height: 600px;
    background-size: cover !important;
    background-position: center !important;
    display: flex;
    align-items: end;
    padding-bottom: 30px;
    position: relative;
}

section.banner-wrapper h1 {
    font-size: 62px;
    line-height: 64px;
    color: #ffffff;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    text-shadow: 2px 2px 8px #000000 !important;
}

section.banner-wrapper h2 {
    font-size: 32px;
    line-height: 36px;
    color: #ffffff;
}

section.banner-wrapper p {
    font-size: 20px;
    line-height: 44px;
    color: #ffffff;
}

section.banner-wrapper .banner-overlay {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
    position: absolute;
    inset: 0;
}


/* Top Details Wrapper */

.top-details-wrapper div#landing-form {
    padding: 40px;
    background: #ffffff;
    border: 5px solid #b7d23b;
    margin-top: -120px;
    margin-bottom: 50px;
}

section.top-details-wrapper .padding {
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
}

section.top-details-wrapper div#landing-form h3 {
    color: #b7d23b;
    margin-top: 0px;
    font-size: 35px;
    line-height: 35px;
    text-align: center;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

section.top-details-wrapper div#landing-form p {
    font-size: 21px;
    line-height: 26px;
    text-align: center;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

section.top-details-wrapper .padding h2 {
    color: #5a5b5d;
    font-size: 43px;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
}

section.top-details-wrapper .padding p {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 17px;
    line-height: 26px;
    color: #5a5b5d;
}

section.top-details-wrapper .padding ul {
    list-style: none;
    padding-left: 2px;
}

section.top-details-wrapper .padding ul li {
    font-weight: 400;
    font-size: 17px;
    color: #5a5b5d;
    margin-bottom: 15px;
}

section.top-details-wrapper .padding ul li::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f111";
    font-weight: 400;
    margin-right: 15px;
    color: #b7d23b;
    font-size: 0.75em;
}

/* Secondary Details Wrapper */

section.secondary-details-wrapper .container .row {
    display: flex;
}

section.secondary-details-wrapper .flex-align {
    display: flex;
    align-items: center;
}

section.secondary-details-wrapper {
    background: #eeeef0;
}

section.secondary-details-wrapper h2 {
    font-size: 43px;
    line-height: 48px;
    color: #5a5b5d;
    margin-top: 0px;
}

section.secondary-details-wrapper h2 strong {
    color: #B7D23B !important;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}

section.secondary-details-wrapper h3 {
    color: #5a5b5d;
    font-size: 37px;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
}

section.secondary-details-wrapper .percentage-list .percentage-item {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

section.secondary-details-wrapper .percentage-list .percentage-item:nth-last-child(1) {
    margin-bottom: 0px;
}

section.secondary-details-wrapper .percentage-list .percentage-item .percentage {
    background: #B7D23B;
    color: white;
    font-size: 35px;
    font-weight: 700;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 15px;
}

section.secondary-details-wrapper .percentage-list .percentage-item .percentage-details p {
    margin-bottom: 0px;
}

/* Investment Wrapper */

section.investment-wrapper {
    padding: 50px 0px;
}

section.investment-wrapper h2 {
    font-size: 43px;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    color: #5a5b5d;
}

section.investment-wrapper h3 {
    color: #5a5b5d;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    margin-top: 60px;
}

section.investment-wrapper h3:nth-child(1) {
    margin-top: 30px;
}

section.investment-wrapper h3::before {
    font-family: "Font Awesome 6 Sharp";
    content: "\f00c";
    font-weight: 900;
    margin-right: 0.5em;
    color: #B7D23B;
}

section.investment-wrapper .padding-right {
    padding-right: 30px;
}

section.investment-wrapper .padding-left {
    padding-left: 30px;
}

/* Franchisee Testimonials Wrapper */

section.franchisee-testimonials-wrapper {
    background: #5a5b5d;
    border-right: 20px solid #b7d23b;
    margin-top: 50px;
    min-height: 500px;
    text-align: center;
    position: relative;
}

section.franchisee-testimonials-wrapper .quote-img-wrapper {
    margin-top: -27px;
}

section.franchisee-testimonials-wrapper .carousel {
    padding-top: 0px;
}

section.franchisee-testimonials-wrapper h2 {
    color: #ffffff;
    font-size: 43px;
    line-height: 43px;
    text-align: center;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    margin-bottom: 50px;
    margin-top: 20px;
}

section.franchisee-testimonials-wrapper .item p {
    color: #ffffff;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 300 !important;
    font-style: normal !important;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
}

section.franchisee-testimonials-wrapper .item p:nth-last-child(1) {
    font-size: 20px;
    line-height: 34px;
    margin-top: 25px;
}

section.franchisee-testimonials-wrapper .carousel-indicators {
    display: block;
    bottom: 0;
}

section.franchisee-testimonials-wrapper .carousel-indicators li {
    background-color: #ffffff;
}

section.franchisee-testimonials-wrapper .carousel-indicators li.active {
    background-color: #B7D23B;
}

section.franchisee-testimonials-wrapper .carousel-inner > .next, .carousel-inner > .prev {
    width: 100% !important;
}


/* Testimonials Wrapper */

section.testimonials-wrapper {
    padding: 100px 0px;
}

section.testimonials-wrapper .img-wrapper p {
    position: absolute;
    bottom: 0;
    margin-bottom: 10px;
    left: 33px;
    color: white;
    right: 33px;
    font-size: 18px;
}

section.testimonials-wrapper .padding {
    padding-left: 50px;
}

section.testimonials-wrapper .container .row {
    display: flex;
}

section.testimonials-wrapper .flex-align {
    display: flex;
    align-items: center;
}


section.testimonials-wrapper .quote-img-wrapper .quote-img {
    width: 50px;
    margin-bottom: 25px;
}

section.testimonials-wrapper p.green-btn-wrapper {
    margin-top: 70px;
    margin-bottom: 0px;
}

section.testimonials-wrapper p.green-btn-wrapper a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 21px;
    line-height: 31px;
    text-decoration: none;
    background: #b7d23b;
    background-clip: border-box;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    color: white;
}

section.testimonials-wrapper p.green-btn-wrapper a:hover {
    text-decoration: none;
    background: #86b700;
}


/* Footer Wrapper */

section.footer-wrapper {
    background: #798893;
    padding: 30px 0px;
}

section.footer-wrapper p {
    margin-bottom: 0px;
    text-align: center;
    font-size: 17px;
    line-height: 17px;
    color: #ffffff;
}

@media (min-width: 1367px) and (max-width: 1550px) {

    /* Testimonials Wrapper */


}

@media (min-width: 1200px) and (max-width: 1367px) {
    /* Banner Wrapper */

    section.banner-wrapper h1 {
        font-size: 52px;
        line-height: 54px;
    }

    section.banner-wrapper h2 {
        font-size: 27px;
        line-height: 31px;
    }

    section.banner-wrapper {
        padding-bottom: 10px;
    }

    /* Top Details Wrapper */

    section.top-details-wrapper div#landing-form h3 {
        font-size: 35px!important;
        line-height: 35px;
    }

    section.top-details-wrapper .padding h2 {
        font-size: 36px;
    }

    section.top-details-wrapper .padding {
        padding-top: 20px;
    }

    /* Secondary Details Wrapper */

    section.secondary-details-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    section.secondary-details-wrapper .percentage-list .percentage-item .percentage {
        font-size: 28px;
    }

    /* Investment Wrapper */

    section.investment-wrapper h3 {
        font-size: 24px!important;
        line-height: 26px!important;
    }

    /* Franchisee Testimonials Wrapper */

    section.franchisee-testimonials-wrapper h2 {
        margin-top: 0px;
        font-size: 38px;
        line-height: 38px;
    }

    section.franchisee-testimonials-wrapper .item p {
        font-size: 24px;
        line-height: 32px;
    }

    /* Testimonials Wrapper */

}

@media (min-width: 992px) and (max-width: 1200px) {
    /* Banner Wrapper */

    section.banner-wrapper h1 {
        font-size: 42px;
        line-height: 44px;
    }

    section.banner-wrapper h2 {
        font-size: 23px;
        line-height: 27px;
    }

    section.banner-wrapper {
        padding-bottom: 10px;
    }

    section.banner-wrapper p {
        line-height: 27px;
    }

    /* Top Details Wrapper */

    section.top-details-wrapper div#landing-form h3 {
        font-size: 30px !important;
        line-height: 30px;
    }

    section.top-details-wrapper .padding h2 {
        font-size: 36px;
    }

    section.top-details-wrapper .padding {
        padding-top: 20px;
    }

    /* Secondary Details Wrapper */

    section.secondary-details-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    section.secondary-details-wrapper .percentage-list .percentage-item .percentage {
        font-size: 25px;
        padding: 10px;
    }

    section.secondary-details-wrapper h3 {
        font-size: 24px;
    }

    /* Investment Wrapper */

    section.investment-wrapper .padding-right {
        padding-right: 0px;
    }

    section.investment-wrapper .padding-left {
        padding-left: 0px;
        margin-top: 55px;
    }

    /* Franchisee Testimonials Wrapper */

    section.franchisee-testimonials-wrapper h2 {
        margin-top: 20px;
        font-size: 38px;
        line-height: 38px;
    }

    section.franchisee-testimonials-wrapper .item p {
        font-size: 24px;
        line-height: 32px;
    }

    /* Testimonials Wrapper */

}

@media (min-width: 767px) and (max-width: 992px) {
    /* Header Wrapper */

    section.header-wrapper img.proud-logo {
        width: 90px;
    }

    /* Banner Wrapper */

    section.banner-wrapper h1 {
        font-size: 42px;
        line-height: 44px;
    }

    section.banner-wrapper h2 {
        font-size: 23px;
        line-height: 27px;
    }

    section.banner-wrapper {
        padding-bottom: 30px;
    }

    section.banner-wrapper p {
        line-height: 27px;
    }

    section.banner-wrapper {
        height: 450px;
    }

    /* Top Details Wrapper */

    section.top-details-wrapper div#landing-form h3 {
        font-size: 30px !important;
        line-height: 30px;
    }

    section.top-details-wrapper .padding h2 {
        font-size: 36px;
    }

    section.top-details-wrapper .padding {
        padding-top: 0px;
        padding-right: 0px;
    }

    .top-details-wrapper div#landing-form {
        margin-top: 50px;
    }

    /* Secondary Details Wrapper */

    section.secondary-details-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    section.secondary-details-wrapper .percentage-list .percentage-item .percentage {
        font-size: 25px;
        padding: 10px;
    }

    section.secondary-details-wrapper h3 {
        font-size: 24px;
    }

    section.secondary-details-wrapper .container .row {
        display: block;
    }

    section.secondary-details-wrapper .flex-align {
        display: block;
    }

    section.secondary-details-wrapper .flex-align .wrapper {
        margin: 50px 0px;
    }

    section.secondary-details-wrapper {
        padding-bottom: 50px;
    }

    /* Investment Wrapper */

    section.investment-wrapper .padding-right {
        padding-right: 0px;
    }

    section.investment-wrapper .padding-left {
        padding-left: 0px;
        margin-top: 55px;
    }

    section.investment-wrapper h3 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    section.investment-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    /* Franchisee Testimonials Wrapper */

    section.franchisee-testimonials-wrapper h2 {
        margin-top: 20px;
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 30px;
    }

    section.franchisee-testimonials-wrapper .item p {
        font-size: 24px;
        line-height: 32px;
    }

    /* Testimonials Wrapper */

    section.testimonials-wrapper .container .row {
        display: block;
    }

    section.testimonials-wrapper .padding {
        padding-left: 0px;
        margin-top: 40px;
    }

}

@media (max-width: 767px) {
    /* Header Wrapper */

    section.header-wrapper img.main-logo {
        width: 300px;
        margin: auto;
    }

    section.header-wrapper img.proud-logo {
        width: 90px;
        margin: auto;
        margin-top: 15px;
    }

    section.header-wrapper {
        padding: 25px 0px 15px;
    }

    /* Banner Wrapper */

    section.banner-wrapper h1 {
        font-size: 32px;
        line-height: 34px;
    }

    section.banner-wrapper h2 {
        font-size: 23px;
        line-height: 27px;
    }

    section.banner-wrapper {
        padding-bottom: 30px;
    }

    section.banner-wrapper p {
        line-height: 27px;
    }

    section.banner-wrapper {
        height: 100%;
        min-height: 450px;
        background-position: right !important;
    }

    section.banner-wrapper .banner-overlay {
        background: rgba(0,0,0,0.6);
    }

    /* Top Details Wrapper */

    section.top-details-wrapper div#landing-form h3 {
        font-size: 30px !important;
        line-height: 30px;
    }

    section.top-details-wrapper .padding h2 {
        font-size: 36px;
    }

    section.top-details-wrapper .padding {
        padding-top: 0px;
        padding-right: 0px;
    }

    .top-details-wrapper div#landing-form {
        margin-top: 50px;
    }

    /* Secondary Details Wrapper */

    section.secondary-details-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    section.secondary-details-wrapper .percentage-list .percentage-item .percentage {
        font-size: 25px;
        padding: 10px;
    }

    section.secondary-details-wrapper h3 {
        font-size: 24px;
    }

    section.secondary-details-wrapper .container .row {
        display: block;
    }

    section.secondary-details-wrapper .flex-align {
        display: block;
    }

    section.secondary-details-wrapper .flex-align .wrapper {
        margin: 50px 0px;
    }

    section.secondary-details-wrapper {
        padding-bottom: 50px;
    }

    /* Investment Wrapper */

    section.investment-wrapper .padding-right {
        padding-right: 0px;
    }

    section.investment-wrapper .padding-left {
        padding-left: 0px;
        margin-top: 55px;
    }

    section.investment-wrapper h3 {
        font-size: 24px !important;
        line-height: 26px !important;
    }

    section.investment-wrapper h2 {
        font-size: 33px;
        line-height: 38px;
    }

    /* Franchisee Testimonials Wrapper */

    section.franchisee-testimonials-wrapper h2 {
        margin-top: 20px;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    section.franchisee-testimonials-wrapper .item p {
        font-size: 22px;
        line-height: 30px;
    }

    section.franchisee-testimonials-wrapper .quote-img-wrapper img.quote-img {
        width: 60px;
    }

    section.franchisee-testimonials-wrapper .quote-img-wrapper {
        margin-top: -17px;
    }

    section.franchisee-testimonials-wrapper .carousel {
        padding-top: 0px!important;
    }

    section.franchisee-testimonials-wrapper {
        height: 100%;
        min-height: 500px;
        padding: 0px 20px;
        padding-bottom: 50px;
        border-right: 10px solid #b7d23b;
    }

    /* Testimonials Wrapper */

    section.testimonials-wrapper .container .row {
        display: block;
    }

    section.testimonials-wrapper .padding {
        padding-left: 0px;
        margin-top: 40px;
    }

    section.testimonials-wrapper {
        padding: 50px 0px;
    }
}