:root {
    --green: #01daaf;
    --black: #1a1a1a;
    --light-green: #f2fdfb;
}

@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

* {
    font-family: 'Lexend', sans-serif;
    color: var(--black);
}

.body-bg {
    background-color: var(--light-green);
}

.navbar-bg {
    background-color: white;
    opacity: 0.98;
    margin: 10px 0px;
    padding: 10px;
    border-radius: 64px;
    position: relative;
}

.navbar-logo {
    padding: 12px 12px;
}

.navbar-logo img {
    height: 40px;
}

@media only screen and (max-width: 1400px) {
    .navbar-bg {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-logo {
        padding: 10px 10px;
    }

    .navbar-logo img {
        height: 36px;
    }
}

.btn-navbar {
    background-color: var(--green);
    color: white;
    margin-right: 6px;
    padding: 12px 36px;
    border-radius: 32px;
    text-decoration: none;
    font-size: 20px;
}

.btn-navbar:hover {
    background-color: var(--black);
    color: white;
}

@media only screen and (max-width: 576px) {
    .btn-navbar {
        padding: 16px 32px;
        font-size: 16px;
    }
}

.section-hero {
    color: white;
}

.hero-img {
    background-image: url('img/hero.png');
    background-size: cover;
    background-position: center;
}

.section-hero-text {
    padding: 216px 10px 192px 10px;
}

.section-hero-text h1 {
    font-size: clamp(3rem, 1.9091rem + 5.4545vw, 6rem);
    font-weight: 700;
    line-height: 1.25em;
    padding-bottom: 24px;
    color: white;
}

.section-hero-text h2 {
    font-size: clamp(1.125rem, 0.7159rem + 2.0455vw, 2.25rem);
    font-weight: 300;
    line-height: 1.4em;
    padding-bottom: 64px;
    color: white;
}

.btn-hero {
    background-color: var(--green);
    color: white;
    border-radius: 20px;
    padding: 18px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
}

.btn-hero:hover {
    background-color: white;
    color: var(--green);
}

@media only screen and (max-width: 576px) {
    .btn-hero {
        padding: 16px 32px;
        font-size: 16px;
    }
}

.section-bg-green {
    background-color: var(--green);
}

.section-gap {
    padding: 96px 10px 108px 10px;
}

.section-title h2 {
    font-size: clamp(1.875rem, 1.4659rem + 2.0455vw, 3rem);
    font-weight: 600;
    line-height: 1.3em;
}

.section-bg-green > .section-title h2 {
    color: white;
}

.section-title h2 {
    padding-bottom: 24px;
}

.section-number-box {
    background-color: white;
    border-radius: 24px;
    text-align: center;
    padding: 28px 10px 32px 10px;
}

.section-number-box h3 {
    color: var(--green);
    font-weight: 700;
    /* font-size: 48px; */
    font-size: clamp(2.25rem, 1.9773rem + 1.3636vw, 3rem);
    margin-bottom: 0px;
}

.section-number-box h4 {
    font-weight: 500;
    /* font-size: 21px; */
    font-size: clamp(1.125rem, 1.0568rem + 0.3409vw, 1.3125rem);
    margin-bottom: 0px;
}

.section-bg-light-green {
    background-color: var(--light-green);
}

.section-bg-white {
    background-color: white;
}

.section-service-box {
    border: 8px solid var(--light-green);
    border-radius: 24px;
    text-align: center;
    padding: 28px 10px 32px 10px;
}

.section-service-box h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 8px;
    padding-top: 12px;
}

.section-service-box p {
    font-size: 18px;
    line-height: 1.35em;
    margin-bottom: 0px;
}

.section-service-box img {
    width: 72px;
}

.btn-cta {
    background-color: var(--green);
    color: white;
    border-radius: 20px;
    padding: 18px 36px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 20px;
}

.btn-cta:hover {
    background-color: white;
    color: var(--green);
}

@media only screen and (max-width: 576px) {
    .btn-cta {
        padding: 16px 32px;
        font-size: 16px;
    }
}

.div-service-btn {
    margin-top: 72px;
}

.section-intro h3 {
    /* font-size: 24px; */
    /* font-size: 21px; */
    font-weight: 400;
    font-size: clamp(1.3125rem, 1.2443rem + 0.3409vw, 1.5rem);
    line-height: 1.5em;
}

.section-intro img {
    border-radius: 24px;
}

.col-why-logo img {
    width: 100%;
    padding: 50px;
    background-color: white;
    border-radius: 24px;
}

.why-list {
    font-size: clamp(1.125rem, 1.0568rem + 0.3409vw, 1.3125rem);
    padding: 10px;
}

.why-list ul {
    margin-left: 40px;
    margin-top: 20px;
}

@media only screen and (max-width: 1400px) {
    .why-list ul {
        margin-left: 20px;
        margin-top: 0px;
    }
}

@media only screen and (max-width: 992px) {
    .why-list ul {
        margin-left: -10px;
    }
}

.why-list li {
    margin-bottom: 10px;
}

.why-list li::marker {
    color: var(--green);
}

.action-photo img {
    border-radius: 24px;
}

.highlight-text {
    margin-top: 20px;
    margin-left: 20px;
}

.highlight-text h3 {
    padding-bottom: 8px;
}

.highlight-text p {
    font-size: 18px;
}

.partner-logo img {
    padding: 10px;
    width: 300px;
}

.join-box {
    background-color: white;
    border-radius: 24px;
    padding: 20px;
}

.join-box img {
    width: 72px;
    position: absolute;
    padding: 4px;
}

.join-text {
    position: relative;
    margin-left: 84px;
    margin-top: 10px;
}

.join-text h4 {
    /* 16, 20 */
    font-size: clamp(1rem, 0.9091rem + 0.4545vw, 1.25rem);
    font-weight: 400;
    padding-bottom: 0px;
    line-height: 1em;
}

.join-text h2 {
    /* 24, 32 */
    font-size: clamp(1.5rem, 1.3182rem + 0.9091vw, 2rem);
    font-weight: 600;
    color: var(--green);
    padding-bottom: 0px;
    line-height: 1em;
}

.join-text h3 {
    /* 16, 18 */
    font-size: clamp(1rem, 0.9545rem + 0.2273vw, 1.125rem);
    font-weight: 500;
    line-height: 1.35em;
    padding-top: 4px;
}

footer {
    padding: 30px 10px;
}

footer img {
    height: 40px;
}

footer p {
    margin-bottom: 0em;
}

/* /planed */

.img-cropped {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
}

.planted-leaf {
    height: 60px;
    margin-top: -10px;
    margin-left: -5px;
}

.planted-border {
    border-left: 3px solid var(--green);
}
