body {
    font-family: 'Inter', sans-serif;
}

.jumbotron {
    background-color: #F8F8F8;
    height: 85%;
    position: relative;
}

.jumbotron .decoration-hero {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}

.jumbotron h1 {
    font-weight: 600;
    font-size: 46px;
    color: #333333;
    line-height: 1.2;
}

.jumbotron h1 span {
    color: #00BF71;
}

.jumbotron p {
    font-size: 16px;
    color: #707070;
    margin-bottom: 0;
}

.jumbotron .btn {
    font-size: 16px;
}

.jumbotron .container {
    position: relative;
}

.btn {
    padding: 10px 30px;
    transition: all 0.3s ease 0s;
}

.btn.btn-primary {
    background-color: #00BF71;
    border-color: #00BF71;
}

.btn.btn-outline-primary {
    color: #00BF71;
    border-color: #00BF71;
}

.btn.btn-outline-primary:hover {
    color: #fff;
    background-color: #00BF71;
    border-color: #00BF71;
}

.featured {
    position: relative;
    top: -4rem;
    padding-bottom: 50px;
}

.featured .card {
    border-radius: 20px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 8px 50px 0px rgba(148, 148, 148, 0.10);
    padding: 15px;
}

.featured .card h2 {
    color: #04482C;
    font-size: 28px;
    font-weight: 600;
}

.featured .card p {
    color: #6b6b6b;
    font-weight: 400;
}

.featured .card img {
    width: 75px;
}

.about-us {
    background-color: #00BF71;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    position: relative;
    height: 475px;
    margin-top: 75px;
}

.about-us .row {
    position: relative;
}

.about-us .decoration-about-us-top {
    position: absolute;
    top: 0;
    height: 475px;
}

.about-us .decoration-about-us-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-us h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 18px;
}

.about-us p {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

.about-us img.right {
    width: 475px;
    position: absolute;
    bottom: 0;
}

.about-us .avatar {
    position: absolute;
    bottom: 0;
}

.about-us .avatar .circle-behind-about-us {
    position: absolute;
    bottom: 0;
}

.about-us .decoration-about-us-bottom-2 {
    position: relative;
    bottom: -3rem;
    right: -75%;
}

.about-us .decoration-about-us-top-2 {
    position: relative;
    top: -10rem;
    right: -75%;
}

.why-us {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.why-us h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}

.why-us p.subtitle {
    color: #707070;
    font-size: 20px;
}

.why-us h3 {
    color: #005733;
    font-size: 28px;
    font-weight: 700;
}

.why-us p {
    color: #6B6B6B;
}

.why-us img {
    padding: 5px;
    background-color: #E9E9E9;
    margin-bottom: 20px;
    border-radius: 4px;
}

.why-us::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/decoration-why-us.svg);
    background-repeat: no-repeat;
    opacity: 0.4;
}

.why-us .container {
    position: relative;
}

.faq {
    padding-bottom: 100px;
}

.faq h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}

.faq p.subtitle {
    color: #707070;
    font-size: 20px;
}

.faq .card {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.06);
    border: none;
    padding: 20px;
    margin-bottom: 20px;
}

.faq .card .card-header {
    background: #FFF;
    border: none;
}

.faq .card .card-header h3 {
    font-size: 18px;
    margin-bottom: 0;
    color: #333333;
    font-weight: 600;
}

.faq .card .card-header h3.active {
    color: #00BF71;
}

.faq .card .card-body p {
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.faq .card .card-header i {
    font-size: 20px;
    color: #333333;
    transform: rotate(180deg);
    transition: all 0.3s ease 0s;
}

.faq .card .card-header i.active {
    color: #00BF71;
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
}

.faq a {
    color: #00BF71;
}

.faq img {
    width: 100%;
}

.news {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F8F8F8;
}

.news h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}

.news p.subtitle {
    color: #707070;
    font-size: 20px;
}

.news .news-item {
    display: flex;
    margin-right: 1rem;
    margin-bottom: 3.5rem;
}

.news .news-item img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    object-fit: cover;
    object-position: center;
}

.news .news-item h4 {
    font-size: 20px;
    font-weight: 700;
}

.news .news-item p {
    color: #707070;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
}

.news .news-item a {
    font-size: 14px;
    text-decoration: none;
    color: #00BF71;
}

.join-us {
    padding-top: 100px;
    padding-bottom: 100px;
}

.join-us h2 {
    color: #333;
    font-size: 40px;
    font-weight: 600;
    line-height: 52.5px;
    margin-bottom: 30px;
}

.join-us ul {
    list-style: none;
    padding-left: 0;
}

.join-us ul li {
    margin-bottom: 16px;
    font-size: 20px;
    color: #707070;
    display: flex;
    align-items: start;
    padding-right: 150px;
}

.join-us ul li img {
    width: 25px;
    margin-top: 5px;
}

.testimoni {
    padding-bottom: 100px;
}

.testimoni h2 {
    color: #333;
    font-size: 36px;
    font-weight: 700;
}

.testimoni p.subtitle {
    color: #707070;
    font-size: 20px;
}

.testimoni .card {
    border-radius: 20px;
    border: 1px solid #EDEDED;
    background: #FFF;
    box-shadow: 0px 14px 20px 0px rgba(0, 0, 0, 0.04);
    padding: 15px;
}

.testimoni .card h4 {
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.testimoni .card h5 {
    color: #707070;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
}

.testimoni .card p {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    margin-bottom: 0;
}

.testimoni .card img {
    width: 75px;
    height: 75px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimoni .card i {
    color: orange;
    font-size: 20px;
}

.contact-us {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.contact-us .container {
    background-color: #00BF71;
    padding: 100px 50px;
    border-radius: 20px;
    color: #fff;
    position: relative;
}

.contact-us h2 {
    font-size: 32px;
    font-weight: 700;
}

.contact-us p {
    font-size: 20px;
    font-weight: 400;
}

.contact-us .form-control {
    border-radius: 10px;
    background-color: #fff;
    border: none;
    padding: 20px;
}

.contact-us img.left {
    position: absolute;
    bottom: 0;
    width: 400px;
}

.contact-us .row::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/decoration-contact-us.svg);
    border-radius: 20px;
}

footer {
    background-color: #F8F8F8;
    padding-top: 75px;
    padding-bottom: 75px;
}

footer img {
    width: 200px;
    position: relative;
    left: -20px;
}

footer h2 {
    color: #00BF71;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer p {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    margin-bottom: 20px;
}

footer h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

footer ul li {
    margin-bottom: 15px;
}

footer ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.navbar {
    padding: 20px 0;
    transition: all 0.3s ease-in-out;
}

.navbar .navbar-brand {
    font-size: 24px;
    color: #00BF71;
    font-weight: 700;
}

.navbar .navbar-brand img {
    width: 150px;
}

.navbar ul li.nav-item {
    margin-right: 30px;
}

.navbar.bg-white {
    box-shadow: 0px 1px 8px 1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease-in-out;
}

.navbar ul li.nav-item .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 10px 40px;
    color: #fff;
}

@media screen and (max-width: 1400px) {
    .jumbotron .row {
        padding-top: 7rem !important;
    }

    .featured {
        top: -7rem;
    }

    .about-us {
        margin-top: 25px;
    }

    .about-us img.right {
        width: 450px;
    }

    .about-us .avatar .circle-behind-about-us {
        width: 450px;
    }

    .contact-us img.left {
        width: 350px;
    }
}

@media screen and (max-width: 1200px) {
    .jumbotron .row {
        padding-top: 10rem !important;
    }

    .jumbotron h1 {
        font-size: 36px;
    }

    .about-us img.right {
        width: 425px;
        padding-right: 2rem;
    }

    .about-us .avatar .circle-behind-about-us {
        width: 425px;
        padding-right: 2rem;
    }

    .contact-us img.left {
        width: 350px;
        padding-right: 3rem;
    }
}

@media screen and (max-width: 992px) {
    .jumbotron {
        height: 100%;
        overflow: hidden;
    }

    .jumbotron .row {
        flex-direction: column-reverse;
        padding-top: 6rem !important;
    }

    .jumbotron .row img {
        width: 75% !important;
    }

    .jumbotron h1 {
        text-align: center;
        font-size: 46px !important;
    }

    .jumbotron p {
        text-align: center;
        font-size: 18px;
    }

    .jumbotron .actions {
        display: flex !important;
        justify-content: center;
    }

    .jumbotron .jumbotron-images {
        text-align: center;
        margin-bottom: 2rem;
    }

    .featured {
        top: -4rem;
    }

    .about-us .container {
        max-width: 100%;
    }

    .about-us .decoration-about-us-bottom-2,
    .about-us .decoration-about-us-top-2 {
        display: none;
    }

    .join-us .container {
        max-width: 100%;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .join-us ul li {
        padding-right: 50px;
        margin-bottom: 0;
    }

    .contact-us .container {
        max-width: 95%;
    }
}

@media screen and (max-width: 767px) {
    .jumbotron .row img {
        width: 100% !important;
    }

    .about-us {
        overflow: hidden;
    }

    .about-us img.right {
        width: 350px;
    }

    .about-us .avatar .circle-behind-about-us {
        width: 350px;
    }

    .about-us h2 {
        font-size: 36px;
    }

    .about-us p {
        font-size: 16px;
    }

    .faq .row {
        flex-direction: column-reverse;
    }

    .faq img {
        margin-bottom: 3rem;
    }

    .join-us .row {
        flex-direction: column-reverse;
    }

    .join-us .row img {
        margin-bottom: 3rem;
    }

    .contact-us img.left {
        display: none;
    }

    .contact-us .input-group {
        width: 100% !important;
    }

    .row>* {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 576px) {
    .jumbotron h1 {
        font-size: 40px !important;
    }

    .jumbotron p {
        font-size: 16px;
    }

    .about-us img.right,
    .about-us .circle-behind-about-us {
        display: none;
    }
}