html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth
}

html,
body {
    overflow-x: clip;
}

*,
:after,
:before {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
    padding: 0;
    margin: 0;
    text-shadow: none;
    outline: 0;
    box-shadow: none;
    text-decoration: none;
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #171c1a;
    overflow-x: clip;
}

p {
    margin-bottom: 30px;
}

a {
    color: #171c1a;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

a:hover,
a:focus,
a:active {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: "Inter", sans-serif;
}

.ptb-120 {
    padding: 120px 0;
}

.pt-120 {
    padding-top: 120px;
}

.mt-50 {
    margin-top: 50px;
}

main {
    background-color: #fafafa;
}

.hm-banner {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    padding: 100px 0;
    overflow: hidden;
}

.hm-banner::after,
.why-problem::after,
.hm-clean::after,
.hm-free::after,
.hm-what::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, #0000, #d5ddd9, #0000);
    height: 2px;
}

.hm-shap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: -1;
    opacity: .1;
}


.hm-shap svg {
    width: 1000px;
    height: 500px;
}

.hb-desc {
    max-width: 60%;
    margin: 0 auto;
}

.hb-desc .hbdesc-img {
    max-width: 160px;
    max-height: 160px;
    margin: 0 auto 32px;
}


.hb-desc .hbdesc-img img {
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 10px 8px #0000000a, 0 4px 3px #0000001a;
}

.hb-title {
    width: fit-content;
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    padding: 6px 16px;
    margin: 0 auto 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 50px;
}

.hb-title span {
    height: 6px;
    width: 6px;
    display: block;
    background-color: #149047;
    border-radius: 50px;
}

.hb-title h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #616b66;
    margin-bottom: 0;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.hb-desc h1 {
    font-size: 96px;
    line-height: 102px;
    font-weight: 800;
    color: #171c1a;
    margin-bottom: 24px;
}


.hb-desc h1 b,
.hb-desc h1 strong {
    font-weight: 800;
    background: linear-gradient(135deg, rgb(17, 126, 62), rgb(26, 188, 94));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hb-desc p {
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
    margin-bottom: 48px;
}

.hb-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.default-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    color: #ffffff;
    background: linear-gradient(135deg, #128743, #18b459);
    transition: all .4s ease-in-out;
    box-shadow: 0 0 25px #14904733, 0 4px 15px #14904726;
}

.default-btn:hover,
.default-btn:active,
.default-btn:focus {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 0 40px #1490474d, 0 4px 20px #14904733;
}


.secondary-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 32px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: #171c1a;
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    transition: all .4s ease-in-out;
}

.secondary-btn:hover,
.secondary-btn:active,
.secondary-btn:focus {
    border-color: #14904766;
    box-shadow: 0 0 30px #1490470f;
}

.title-design h4 {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #e61919;
    letter-spacing: 1.6px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.title h2 {
    font-size: 48px;
    line-height: 54px;
    font-weight: 800;
    color: #171c1a;
    letter-spacing: 0.4px;
    margin-bottom: 16px;
}

.title h2 b,
.title h2 strong {
    font-weight: 800;
    color: #e61919;
}

.title p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #171c1a;
    margin-bottom: 0;
}

.whypro-box {
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    padding: 28px;
    border-radius: 16px;
    transition: all 0.4 ease-in-out;
    height: 100%;
}

.whypro-box:hover {
    border-color: #14904766;
    box-shadow: 0 0 30px #1490470f;
}

.whypro-icon {
    max-width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(230, 25, 25, 0.1);
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;
}

.whypro-box:hover .whypro-icon {
    background-color: rgb(230, 25, 25, .15);
}

.whypro-icon svg {
    height: 20px;
    width: 20px;
    stroke: #e61919;
}

.whypro-desc h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #171c1a;
    margin-bottom: 8px;
}


.whypro-desc p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
    margin-bottom: 0px;
}

.hm-framework .title-design h4,
.hm-clean .title-design h4,
.hm-free .title-design h4,
.hm-mind .title-design h4 {
    color: #149047;
}

.hm-framework .title h2 b,
.hm-framework .title h2 strong,
.hm-price .title h2 b,
.hm-price .title h2 strong,
.hm-cta .title h2 b,
.hm-cta .title h2 strong {
    font-weight: 800;
    background: linear-gradient(135deg, #117e3e, #1abc5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hmframe-box {
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    padding: 28px;
    border-radius: 16px;
    transition: all 0.4 ease-in-out;
    height: 100%;
}

.hmframe-box:hover {
    border-color: #14904766;
    box-shadow: 0 0 30px #1490470f;
}

.hmframe-icon {
    max-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #1490471a;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: all .4s ease-in-out;

}

.hmframe-box:hover .hmframe-icon {
    background-color: rgb(20, 144, 71, .15);
}

.hmframe-icon svg {
    height: 20px;
    width: 20px;
    stroke: #149047;
}

.hmframe-desc h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #171c1a;
    margin-bottom: 12px;
}

.hmframe-desc p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
    margin-bottom: 0px;
}

.hmframe-count {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    color: #eef1f0cc;
}

.hm-framework .row .col-lg-4:nth-child(2n) .hmframe-box .hmframe-icon {
    background-color: #e97a0c1a;
}

.hm-framework .row .col-lg-4:nth-child(2n) .hmframe-box:hover .hmframe-icon {
    background-color: rgba(233, 122, 12, 0.15);
}

.hm-framework .row .col-lg-4:nth-child(2n) .hmframe-box .hmframe-icon svg {
    stroke: #e97a0c;
}

.hm-clean .title h2 b,
.hm-clean .title h2 strong {
    color: #616b66;
}

.hm-cleanimg img {
    border-radius: 16px;
    max-width: 100%;
    box-shadow: 0 0 20px #1490471f, 0 0 60px #1490470a;
}


.hm-price .title-design h4,
.hm-what .title-design h4 {
    color: #e97a0c;
}

.price-box {
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    padding: 28px;
    border-radius: 16px;
    transition: all 0.4 ease-in-out;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.price-box:hover {
    border-color: #14904766;
    box-shadow: 0 0 30px #1490470f;
}

.hm-price .row .col-lg-3:nth-child(2) .price-box {
    box-shadow: 0 0 20px #1490471f, 0 0 60px #1490470a;
}

.price-badge {
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    padding: 4px 16px;
    background-color: #149047;
    border-radius: 50px;
}

.price-box h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: #171c1a;
    margin-bottom: 4px;
}

.price-box p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
    margin-bottom: 20px;
}

.price-box h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 800;
    color: #171c1a;
    margin-bottom: 24px;
}

.price-box h3 span {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
}

.price-box ul {
    margin-bottom: 32px;
    flex: 1;
}

.price-box li {
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #616b66;
    position: relative;
    padding-left: 24px;
}

.price-box li::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 16px;
    width: 16px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23149047' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-check w-4 h-4 text-primary mt-0.5 shrink-0'%3E%3Cpath d='M20 6 9 17l-5-5'%3E%3C/path%3E%3C/svg%3E");
}

.price-box li+li {
    margin-top: 4px;
}

.price-box a {
    width: 100%;
    padding: 12px 24px;
}

.hm-free .title h2 b,
.hm-free .title h2 strong,
.hm-mind .title h2 b,
.hm-mind .title h2 strong {
    font-weight: 800;
    background: linear-gradient(135deg, #da730b, #f9b11f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.hm-free .whypro-box {
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.hm-free .whypro-icon {
    background-color: rgba(233, 122, 12, 0.1);
}

.hm-free .whypro-box:hover .whypro-icon {
    background-color: rgba(233, 122, 12, 0.15);
}


.hm-free .whypro-icon svg {
    stroke: rgba(233, 122, 12);
}

.hm-free .whypro-desc {
    flex: 1;
}

.hm-free .whypro-desc p {
    line-height: 26px;
    margin-bottom: 16px;
}

.free-btn-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.free-data p {
    font-size: 12px;
    line-height: 18px;
    color: #616b6699;
    font-family: "JetBrains Mono", sans-serif;
    font-weight: 300;
    margin-bottom: 0;
}

.free-btn a {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #149047;
}

.free-btn a svg {
    max-height: 16px;
    max-width: 16px;
    stroke: #149047;
}

.mind-box {
    background: #ffffffb3;
    border: 1px solid #d5ddd999;
    padding: 40px;
    border-radius: 16px;
    transition: all 0.4 ease-in-out;
}

.mind-box+.mind-box {
    margin-top: 30px;
}

.mind-box h3 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #171c1a;
    margin-bottom: 0;
}

.mind-box h3 span.green {
    background: linear-gradient(135deg, #117e3e, #1abc5e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.mind-box h3 span.red {
    background: linear-gradient(135deg, #cf1717, #ea3e3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hm-mind .title h2 {
    margin-bottom: 0;
}

.hm-what .row {
    row-gap: 30px;
}

.hm-cta .title h2 b,
.hm-cta .title h2 strong {
    display: block;
}

.hm-cta .title {
    margin-bottom: 40px;
}

.cta-small-title p {
    font-size: 12px;
    line-height: 18px;
    color: #616b6699;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 32px;
}

footer {
    padding: 60px 0;
    border-top: 1px solid #dde3e0;
}

.fb-img {
    max-width: 62px;
    max-height: 62px;
    margin: 0 auto 16px;
}

.fb-img img {
    max-width: 100%;
    max-height: 100%;
}

.fb-desc p,
.copyright-desc p {
    font-size: 12px;
    line-height: 22px;
    color: #616b6699;
    font-weight: 300;
    margin-bottom: 16px;
}

.copyright-desc p {
    color: #616b6666;
    margin-bottom: 0;
}

/* Resposive */

@media screen and (max-width: 1199px) {
    .hm-banner {
        padding: 60px 0;
    }

    .hb-desc .hbdesc-img {
        max-width: 130px;
        max-height: 130px;
    }

    .hb-desc h1 {
        font-size: 70px;
        line-height: 82px;
    }

    .hb-desc p {
        font-size: 16px;
        line-height: 24px;
    }

    .default-btn,
    .secondary-btn {
        padding: 12px 28px;
        font-size: 13px;
        line-height: 19px;
    }

    .ptb-120 {
        padding: 90px 0;
    }

    .pt-120 {
        padding-top: 90px;
    }

    .title h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .title p {
        font-size: 16px;
        line-height: 24px;
    }

    .whypro-box,
    .hmframe-box,
    .price-box,
    .hm-free .whypro-box {
        padding: 20px;
    }

    .whypro-desc h3 {
        font-size: 16px;
        line-height: 24px;
    }

    .whypro-desc p,
    .price-box p {
        line-height: 24px;
    }

    .hmframe-desc h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .hmframe-count {
        font-size: 50px;
        line-height: 50px;
    }

    .price-box {
        padding-top: 30px;
    }

    .price-box h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .price-box h3 {
        font-size: 32px;
        line-height: 36px;
    }

    .mind-box {
        padding: 30px;
    }

    .mind-box h3 {
        font-size: 24px;
        line-height: 32px;
    }

    footer {
        padding: 50px 0;
    }
}


@media screen and (max-width: 991px) {

    .hb-desc .hbdesc-img {
        max-width: 110px;
        max-height: 110px;
        margin-bottom: 25px;
    }

    .hb-desc {
        max-width: 100%;
    }

    .hb-title {
        margin: 0 auto 30px;
    }

    .hb-title h4 {
        font-size: 11px;
        line-height: 15px;
    }

    .hb-desc h1 {
        font-size: 60px;
        line-height: 72px;
    }

    .hb-desc p {
        margin-bottom: 30px;
    }

    .default-btn,
    .secondary-btn,
    .hm-cta .secondary-btn {
        padding: 11px 22px;
        font-size: 12px;
        line-height: 18px;
    }

    .secondary-btn {
        padding: 13px 22px;
    }

    .ptb-120 {
        padding: 70px 0;
    }

    .pt-120 {
        padding-top: 70px;
    }

    .mt-50 {
        margin-top: 30px;
    }

    .title-design h4 {
        font-size: 11px;
        line-height: 15px;
        margin-bottom: 14px;
    }

    .title h2 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 14px;
    }

    .row {
        row-gap: 30px;
    }

    .price-box a {
        padding: 10px 15px;
    }

    .price-box h3 {
        margin-bottom: 20px;
    }

    .mind-box {
        padding: 25px;
    }

    .mind-box h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .hm-cta .title h2 b,
    .hm-cta .title h2 strong {
        display: inline;
    }

    footer {
        padding: 40px 0;
    }

}

@media screen and (max-width: 767px) {
    .hm-banner {
        padding: 40px 0;
    }

    .hb-desc .hbdesc-img {
        max-width: 70px;
        max-height: 70px;
    }

    .hb-desc h1 {
        font-size: 40px;
        line-height: 52px;
    }

    .hb-desc p {
        font-size: 15px;
        line-height: 23px;
    }

    .hb-button {
        flex-wrap: wrap;
    }

    .hb-button a {
        width: 100%;
    }

    .ptb-120 {
        padding: 50px 0;
    }

    .pt-120 {
        padding-top: 50px;
    }

    .title h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .title p {
        font-size: 15px;
        line-height: 23px;
    }

    .mind-box+.mind-box {
        margin-top: 20px;
    }

    .mind-box {
        padding: 20px;
    }

    .mind-box h3 {
        font-size: 18px;
        line-height: 27px;
    }

    footer {
        padding: 30px 0;
    }
}