/*
* General Stylesheet
* author: Amri Hidayatulloh
*/

:root {
    --green: #326229;
    --green-fifth: #e3f3e0;
    --green-secondary: #326229;
    --green-tertier: #e7f5e3;
    --green-fourth: #418534;
    --green-light: #95b929;
    --red-soil: #7c2b1c;
    --salmon: #d0a19c;
}

@font-face {
    font-family: "Montserrat-Regular";
    src: url(../fonts/Montserrat-Regular.otf) format("otf"),
        url(../fonts/Montserrat-Regular.woff) format("woff"),
        url(../fonts/Montserrat-Regular.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Medium";
    src: url(../fonts/Montserrat-Medium.otf) format("otf"),
        url(../fonts/Montserrat-Medium.woff) format("woff"),
        url(../fonts/Montserrat-Medium.ttf) format("truetype");
}

@font-face {
    font-family: "Montserrat-Bold";
    src: url(../fonts/Montserrat-Bold.otf) format("otf"),
        url(../fonts/Montserrat-Bold.woff) format("woff"),
        url(../fonts/Montserrat-Bold.ttf) format("truetype");
}

* {
    /* color: #787878; */
    font-family: "Montserrat-Regular";
    line-height: 1.5;
}
.bg-green svg path {
    color: #fff;
}
.py-6 {
    padding-block: 6rem;
}
.py-7 {
    padding-block: 7rem;
}

.pb-10 {
    padding-bottom: 10rem;
}

nav.navbar {
    box-shadow: 3px 0px 4px rgba(0, 0, 0, 0.3);
    background: #fff;
}
.navbar-nav a {
}

.font-regular {
    font-family: "Montserrat-Regular";
}

.font-medium {
    font-family: "Montserrat-Medium";
}

.font-bold {
    font-family: "Montserrat-Bold";
}
.navbar .navbar-nav .nav-link {
    font-family: "Montserrat-Medium";
    font-size: 14px;
    font-weight: bold;
    margin-right: 1rem;
    color: var(--green) !important;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.btn-green {
    background: var(--green);
    border-radius: 10px;
    color: #fff;
}
.btn-red-soil {
    background: var(--red-soil);
    border-radius: 10px;
    color: #fff;
}
.bg-green {
    background: var(--green);
}
.text-green {
    color: var(--green);
}
.bg-green-fourth {
    background: var(--green-fourth);
}
.bg-green-light {
    background: var(--green-light);
}
.bg-salmon {
    background: var(--salmon);
}
.bg-red-soil {
    background: var(--red-soil);
}
.text-footer {
    color: #fff;
    font-size: 12px;
    font-family: "Montserrat-Regular";
    line-height: 1.5;
}
.text-footer b {
    color: #fff;
    font-family: "Montserrat-Medium";
}
.text-footer a,
.text-footer p,
.text-footer span,
.text-footer i,
.text-footer svg {
    color: #fff;
}
.text-footer a:hover {
    color: #fff;
}
.green-title {
    font-family: "Montserrat-bold";
    color: var(--green);
}
.section {
    width: 100%;
    min-height: 500px;
}
.section.homepage {
    min-height: 1000px;
    background: url(../statics/artboard.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.hero-area {
    width: 60%;
    padding-top: 200px;
}
.hero-area h1 {
    font-family: "Montserrat-Bold";
    color: var(--green);
}
.hero-area p.subtitle {
    width: 80%;
}
.hero-area .product-items {
    width: 100%;
    margin-top: 2rem;
}
.hero-area .product-items a {
    width: 33%;
    margin-right: 1%;
    text-decoration: none;
}
.hero-area .product-items .card {
    background: var(--green-fifth) url(../statics/corner.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    border-radius: 20px;
}
.hero-area .product-items .card:hover {
    background: var(--green-fifth) url(../statics/corner-active.png);
    background-position: bottom left;
    background-repeat: no-repeat;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.hero-area .product-items .card b {
    color: var(--green);
    font-family: "Montserrat-Medium";
}
.hero-area .product-items .card p {
    color: #565656;
    font-size: 12px;
    margin-top: 10px;
}
.tree-area {
    width: 100%;
    margin-top: 6rem;
    position: relative;
}
.tree-area .tree-background {
    background: url(../statics/trees.png);
    width: 403px;
    height: 655px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.tree-area .content-box {
    position: absolute;
    display: flex;
    width: 40%;
    z-index: 2;
    flex-wrap: wrap;
}
.tree-area .content-box .off-leaf {
    order: 1;
    width: 60%;
    text-align: right;
}
.tree-area .content-box .on-leaf {
    color: #ffffff;
    order: 2;
    width: 35%;
    text-align: right;
    font-size: 14px;
}
.tree-area .content-box.right .on-leaf {
    order: 1;
    text-align: left;
}
.tree-area .content-box.right .off-leaf {
    order: 2;
    text-align: left;
}
.tree-area .content-box.left {
    right: 51%;
}
.tree-area .content-box.right {
    left: 53%;
}
.tree-area .content-box.leaf-1 {
    top: 65px;
}
.tree-area .content-box.leaf-2 {
    top: 150px;
}
.tree-area .content-box.leaf-3 {
    top: 285px;
}
.tree-area .content-box.leaf-4 {
    top: 340px;
}
.tree-area .content-box .on-leaf span {
    color: #fff;
    font-size: 12px;
    opacity: 0.8;
}
.tree-area .content-box .on-leaf h2 {
    color: #fff;
    font-size: 36px;
    padding: 0;
    margin: 0;
}

.section {
    padding: 3rem;
}

@media (max-width: 768px) {
    .section {
        padding: 2rem;
    }
}

@media (max-width: 600px) {
    .section {
        padding: 1rem;
    }
}

.iot-icon {
    width: 4rem;
}

.section.journey {
    background: url(../statics/greens.png);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    min-height: 800px;
}
.section.journey.about {
    background: #fff;
    min-height: 500px;
}
.section.journey .water-background {
    background: url("../statics/water.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    position: absolute;
    top: -120px;
    left: 0;
}
.section.journey.about .water-background {
    display: none;
}

.section.journey .panel-journey {
    width: 1200px;
    margin-top: 140px;
    backdrop-filter: blur(6px);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
    min-height: 500px;
}
.section.journey.about .panel-journey {
    margin-top: 0;
}
.section.journey .panel-journey .side {
    width: 25%;
    margin-top: 130px;
}
.section.journey.about .panel-journey .side {
    width: 25%;
    margin-top: 0;
    border-radius: 0 30px 30px 0;
    position: relative;
    overflow: hidden;
}
.section.journey.about .panel-journey .side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.section.journey .panel-journey .side h2 {
    color: #fff;
    margin-bottom: 1rem;
    font-family: "Montserrat-Bold";
}
.section.journey.about .panel-journey .side h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.section.journey .panel-journey .main {
    width: 73%;
}
.section.journey .panel-journey .main .nav-checkpoint {
    width: 100%;
}
.section.journey .panel-journey .main .nav-checkpoint ul.checkpoints {
    width: 90%;
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: solid 1px var(--green-secondary);
}
.section.journey .panel-journey .main .nav-checkpoint ul.checkpoints li {
    color: #fff;
    text-align: center;
    padding-top: 15px;
    font-size: 14px;
    position: relative;
}
.section.journey.about .panel-journey .main .nav-checkpoint ul.checkpoints li {
    color: var(--green);
}
.section.journey
    .panel-journey
    .main
    .nav-checkpoint
    ul.checkpoints
    li::before {
    content: " ";
    width: 14px;
    height: 14px;
    background: var(--green-secondary);
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.section.journey
    .panel-journey
    .main
    .nav-checkpoint
    ul.checkpoints
    li.active::before {
    background: #fff;
}
.section.journey.about
    .panel-journey
    .main
    .nav-checkpoint
    ul.checkpoints
    li.active::before {
    background: var(--green);
}
.section.journey .panel-journey .main .nav-checkpoint .btn-nav {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    position: relative;
    margin-top: -13px;
    opacity: 0.8;
}
.section.journey.about .panel-journey .main .nav-checkpoint .btn-nav {
    background: var(--green-tertier);
}
.section.journey .panel-journey .main .nav-checkpoint .btn-nav:hover {
    opacity: 1;
}
.section.journey .panel-journey .main .nav-checkpoint .btn-nav i {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
}
.section.journey .panel-journey .main .story {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    min-height: 350px;
}
.section.journey.about .panel-journey .main .story {
    background: var(--green-tertier);
}
.section.journey .panel-journey .main .story .item {
    width: 100%;
    color: #272727;
}
.section.journey .panel-journey .main .story .item img {
    width: 230px;
    height: 150px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
.section.journey .panel-journey .main .story .item div {
    width: 67%;
}
.section.journey .panel-journey .main .story .item b {
    font-family: "Montserrat-Bold";
    color: #272727;
}
.section.journey .panel-journey .main .story .item p {
    font-size: 14px;
    color: #272727;
}

.section.upcoming {
}
.section.upcoming .workshop-wrapper {
    width: 1300px;
}
.section.upcoming .workshop-wrapper h2 {
    font-family: "Montserrat-Bold";
    color: var(--green);
    font-size: 36px;
}
.section.upcoming .workshop-wrapper .box-workshop-home {
    width: 32%;
    margin: 0 1%;
    text-decoration: none;
}
.section.upcoming .workshop-wrapper .box-workshop-edu {
    width: 30%;
    margin: 0 1% 1% 1%;
    text-decoration: none;
}
.section.upcoming .workshop-wrapper .box-class {
    background: url(../statics/green-panel.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 300px;
    border-radius: 0 30px 0 30px;
}
.section.upcoming .workshop-wrapper .box-class .header {
    background: var(--green);
    font-family: "Montserrat-Medium";
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 0 30px 0 30px;
    font-size: 16px;
}
.section.upcoming .workshop-wrapper .box-class .body {
    min-height: 100px;
}
.section.upcoming .workshop-wrapper .box-class .body h3 {
    color: var(--green);
    font-family: "Montserrat-Medium";
    font-size: 16px;
    min-height: 60px;
    line-height: 1.5;
}
.section.upcoming .workshop-wrapper .box-class .body p {
    font-size: 14px;
}
.section.upcoming .workshop-wrapper .box-class .body p i,
.section.upcoming .workshop-wrapper .box-class .body p span {
    color: #272727;
}
.section.upcoming .workshop-wrapper .box-class .body button {
    width: 100%;
}

.section.testimony {
    background: #e7f5e3 url(../statics/testimony-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    padding: 0;
}
.section.testimony .image-area {
    width: 500px;
    height: 500px;
    position: relative;
}
.section.testimony .image-area .substract {
    background: var(--green-light);
    position: absolute;
    top: 20px;
    left: 70px;
    width: 460px;
    height: 460px;
    border-radius: 0 0 460px 0;
    z-index: 1;
}
.section.testimony.farm .image-area .substract {
    top: 0;
    left: 20px;
    width: 500px;
    height: 500px;
    border-radius: 0 250px 250px 0;
}
.section.testimony .image-area .testimony-photo {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0 0 500px 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}
.section.testimony.farm .image-area .testimony-photo {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 0 250px 250px 0;
    z-index: 2;
    opacity: 0;
    transition: all 0.3s;
}
.section.testimony .image-area .testimony-photo.active {
    opacity: 1;
}
.section.testimony .testi-area {
    width: 55%;
    margin-right: 5%;
    margin-top: 5%;
}
.section.testimony .testi-area h3 {
    color: var(--green);
    font-family: "Montserrat-Bold";
    font-size: 36px;
    text-align: right;
}
.section.testimony .testi-area .testi-slide {
    width: 100%;
}
.section.testimony .testi-area .testi-slide .item {
    text-align: right;
}
.section.testimony .testi-area .testi-slide p,
.section.testimony .testi-area .testi-slide b {
    text-align: right;
    color: var(--green);
}
.section.testimony .testi-area .testi-slide b {
    font-family: "Montserrat-Bold";
}
.section.testimony .testi-area .testi-slide .slick-dots {
    display: flex;
    justify-content: end;
    margin-top: 5%;
    list-style: none;
}
.section.testimony .testi-area .testi-slide .slick-dots li {
    margin-left: 10px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    border: solid 1px var(--green);
    transition: all 0.3s;
}
.section.testimony .testi-area .testi-slide .slick-dots li.slick-active {
    background: var(--green);
}
.section.testimony .testi-area .testi-slide .slick-dots li button {
    display: none;
}

.section.banner-top {
    position: relative;
}
.section.banner-top .banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section.banner-top .banner-text h2 {
    font-family: "Montserrat-Bold";
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.section.banner-top .banner-text p {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.section.objective {
}
.section.objective .panel-objective {
    width: 1200px;
}
.section.objective .panel-objective b {
    color: #fff;
    font-family: "Montserrat-Bold";
}
.section.objective .panel-objective .pane-top,
.section.objective .panel-objective .pane-bottom,
.section.objective .panel-objective .img-top,
.section.objective .panel-objective .img-bottom {
    width: 50%;
    height: 250px;
    color: #fff;
}
.section.objective .panel-objective img {
    object-fit: cover;
    object-position: center;
}
.section.objective .panel-objective .pane-top {
    background: var(--green-fourth);
    border-radius: 50px 0 0 0;
}
.section.objective .panel-objective .pane-bottom {
    background: var(--red-soil);
    border-radius: 0 0 50px 0;
}

.section.team {
}
.section.team .panel-team {
    width: 1200px;
}
.section.team h2 {
    color: var(--green);
    font-family: "Montserrat-Bold";
}
.section.team .team-area {
    width: 100%;
}
.section.team .team-area .card {
    width: 30%;
    border-radius: 20px;
    margin-bottom: 20px;
}
.section.team .team-area .card.blank {
    border: none;
    height: 0;
}
.section.team .team-area .card img {
    border-radius: 20px 20px 100px 0;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.section.team .team-area .card .card-body h5,
.section.team .team-area .card .card-body p {
    text-align: right;
    color: var(--green);
}
.section.team .team-area .card .card-body h5 {
    font-family: "Montserrat-Bold";
}

.section.contact .contact-wrapper {
    width: 1300px;
}
.section.contact .contact-wrapper dt b {
    font-family: "Montserrat-Bold";
}
.section.contact .contact-wrapper h3 {
    font-family: "Montserrat-Bold";
    color: var(--green);
}
.section.contact .contact-wrapper .form-area {
    background: #fafafa;
}
.section.contact iframe {
    width: 100% !important;
    height: 350px !important;
}

.section.workshop-detail .workshop-detail-wrapper {
    width: 1300px;
}
.section.workshop-detail .workshop-detail-wrapper .date-area {
    width: 38%;
}
.section.workshop-detail .workshop-detail-wrapper .text-area h2 b {
    font-family: "Montserrat-Medium";
    color: #272727;
}
.section.blog .blog-wrapper {
    width: 1300px;
}
.section.blog h2,
.section.blog .card-title {
    color: var(--green);
    font-family: "Montserrat-Bold";
}
.section.blog .card {
    width: 49%;
}
.section.blog .card img {
    height: 270px;
    object-fit: cover;
    object-position: center;
}
.section.blog .card b,
.section.blog .blog-detail b {
    font-family: "Montserrat-Bold";
    color: var(--green-fourth);
}
.section.blog .category-blog {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
}
.section.blog .category-blog li {
    padding: 0 5px;
}
.section.blog .category-blog li button {
    background: #f0f0f0;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 10px;
    color: #373737;
    transition: all 0.3s;
}
.section.blog .category-blog li button.active {
    color: #fff;
    background: var(--green);
}
.section.blog .category-blog li button:hover {
    background: #e0e0e0;
}
.section.blog .blog-detail .category {
    font-family: "Montserrat-Bold";
}
.section.blog .blog-detail .badge {
    background: #f0f0f0;
    color: #272727;
    font-size: 14px;
}

.section.product-hero {
    position: relative;
}

.section.product-hero.lokatech-hero {
    background: url("../statics/lokatech-hero.png");
    background-repeat: no-repeat;
    background-size: 100%;
}
.section.product-hero.client {
    background: url("../statics/tomato.png"), url("../statics/oakleaf.png");
    background-position: -20px 120px, right bottom;
    background-repeat: no-repeat;
}
.section.product-hero.lokagrow-hero {
    background: url(../statics/lokagrow-hero.png), url(../statics/saladbg.png);
    background-position: top right, top left;
    background-repeat: no-repeat;
}
.section.product-hero.lokafresh-hero {
    background: url(../statics/lokafresh-side.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.section.product-hero .product-wrapper {
    width: 1300px;
    text-align: center;
}
.section.product-hero h1 {
    font-family: "Montserrat-Bold";
    color: var(--green);
}
.section.product-hero p.tagline {
    font-family: "Montserrat-Medium";
    color: #272727;
    font-size: 18px;
    width: 100%;
}

.section.product-hero .box-selling-point {
    width: 100%;
}

@media (max-width: 1000px) {
    .section.product-hero .box-selling-point {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .section.product-hero .box-selling-point {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.section.product-hero .box-selling-point .item {
    padding: 1rem 2rem;

    /* gap: 1rem; */
}
.section.product-hero .box-selling-point .item p {
    color: white;
    display: flex;
    flex-flow: column;
}
.section.product-hero .box-selling-point .item p span {
    color: white;
}
.section.product-hero .box-selling-point .item p a {
    color: white;
    text-decoration: none;
    font-family: "Montserrat-Medium";
}
.section.product-hero .box-selling-point .item img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.8rem;
}
.section.product-hero .box-selling-point .item .icon.red {
    background: var(--red-soil);
}
.section.product-hero .box-selling-point .item .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}
.section.product-hero .box-selling-point .item .icon i,
.section.product-hero .box-selling-point .item .icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    color: #fff;
    font-size: 20px;
}
.section.product-hero .box-selling-point .item .icon path {
    color: #fff;
}
.section.product-hero .box-selling-point .item p {
    margin: 0;
    text-align: left;
}
.section.product-hero .box-selling-point .item p b {
    font-family: "Montserrat-Bold";
    color: white;
}
.section.our-product {
    background: #e7f5e3 url(../statics/testimony-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
}
.section.our-product .product-wrapper {
    width: 100%;
}
.section.our-product .top {
    margin-top: -130px;
}
.section.our-product .top b {
    color: #272727;
}
.section.our-product .top h2 {
    font-family: "Montserrat-Medium";
    color: var(--green);
}

.brightness-50 {
    filter: brightness(0.5);
}

.brightness-75 {
    filter: brightness(0.75);
}

.section.our-product button.nav {
    background: none;
    outline: none;
    border: none;
    font-size: 32px;
}
.section.our-product button.nav i {
    color: var(--green);
}
.section.our-product .product-carousel {
    width: 95%;
}
.section.our-product .product-carousel .card {
    margin: 0 5px;
    border-radius: 20px;
}
.section.our-product .product-carousel .card img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    object-position: center;
    border-radius: 20px 20px 0 0;
}
.section.our-product .product-carousel .card .card-title {
    font-family: "Montserrat-Medium";
    color: var(--green);
    text-align: center;
}
.section.our-product .product-carousel .card .card-text {
    text-align: center;
}
.section.product-hero .client-area {
    width: 1000px;
}
.section.product-hero .client-area img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    object-position: center;
    margin: 10px;
}

.section.product-hero p {
    max-width: 930px;
}

.mitra-lists {
    width: 100%;
}
.mitra-lists .mitra-items {
    width: 50%;
    height: 400px;
    position: relative;
}
.mitra-lists .mitra-items img.bg {
    width: 100%;
    height: 400px;
}
.mitra-lists .mitra-items .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--green);
    opacity: 0.1;
    transition: all 0.5s;
}
.mitra-lists .mitra-items:hover .overlay {
    opacity: 0.7;
}
.mitra-lists .mitra-items .info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.3s;
}
.mitra-lists .mitra-items .info img.person {
    width: 120px;
    height: 120px;
    border-radius: 62px;
    margin: 10px 0;
    border: solid 4px #fff;
}
.mitra-lists .mitra-items .info .img-area {
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}
.mitra-lists .mitra-items:hover .info .img-area {
    width: 100%;
    height: 135px;
    overflow: hidden;
    transition: 0.3s;
}
.mitra-lists .mitra-items .info h3,
.mitra-lists .mitra-items .info span {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}
.mitra-lists .mitra-items .info h3 {
    font-family: "Montserrat-Bold";
}
.mitra-lists .mitra-items .info .more {
    display: none;
    transition: all 0.4s;
    text-align: center;
    width: 100%;
}
.mitra-lists .mitra-items .info .more p,
.mitra-lists .mitra-items .info .more b {
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 100%;
}
.mitra-lists .mitra-items .info .more b {
    font-family: "Montserrat-Medium";
}
.mitra-lists .mitra-items:hover .info .more {
    display: block;
}

.section.showcase {
    background: var(--green-tertier);
    position: relative;
    min-height: 400px;
}
.section.showcase.white {
    background: #fff;
}
.section.showcase .case-wrapper {
    width: 1300px;
}
.section.showcase .case-wrapper .text-wrapper {
    width: 50%;
}
.section.showcase .case-wrapper .text-wrapper h2 {
    font-family: "Montserrat-Bold";
    color: var(--green);
}
.section.showcase .case-wrapper .text-wrapper b {
    font-family: "Montserrat-Medium";
    color: #272727;
}
.section.showcase .case-wrapper .text-wrapper.text-right {
    width: 50%;
    text-align: right;
}
.section.showcase .case-wrapper .text-wrapper.text-right h2 {
    font-family: "Montserrat-Bold";
    color: var(--green);
    text-align: right;
}
.section.showcase .case-wrapper .text-wrapper.text-right b {
    font-family: "Montserrat-Medium";
    color: #272727;
    text-align: right;
}
.section.showcase .case-wrapper .buble {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.section.showcase .case-wrapper .buble.left {
    justify-content: flex-end;
}
.section.showcase .case-wrapper .buble li {
    margin: 10px 10px 0 0;
    background: #fff;
    padding: 5px 10px;
    border-radius: 30px;
    color: #272727;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}
.section.showcase.white .case-wrapper .buble li {
    background: var(--green-tertier);
}
.section.showcase .case-wrapper .buble li i,
.section.showcase .case-wrapper .buble li path {
    color: var(--green);
}
.section.showcase img.case-display {
    position: absolute;
}
.section.showcase img.case-display.right {
    right: 20px;
    bottom: 0;
    width: 590px;
}
.section.showcase img.case-display.left {
    left: 30px;
    bottom: 0;
    width: 510px;
}
.section.contactus {
    min-height: 100px;
    background: #418534 url(../statics/testimony-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section.contactus .content-area {
    text-align: center;
}
.section.contactus .content-area h3 {
    font-family: "Montserrat-Bold";
    color: #fff;
}
.privacy-lists b {
    font-family: "Montserrat-Bold";
}

.client-testimony,
.partner-testimony,
.alumni {
    display: flex;
    gap: 1rem;
}

.lokafresh-story > div {
    padding-right: 15rem;
}

.google-play-btn {
    width: 100%;
    border-radius: 50px;
}

.google-play-img {
    width: 60%;
    height: 2.5rem;
    object-fit: cover;
}

.lokafresh-story img {
    position: absolute;
}

.hydroestate-story img {
    width: 15rem;
}

@media (max-width: 768px) {
    .client-testimony,
    .partner-testimony {
        flex-wrap: wrap;
    }

    .lokafresh-story > div {
        padding-right: 0;
    }

    div.lokafresh-story > img {
        position: relative;
        margin: 0 auto 1rem;
    }

    .lokafresh-story > div > p {
        font-size: 1.5rem;
    }
}

.project-card,
.rate-card {
    border-radius: 0.8rem;
}

.project-img {
    height: 7rem;
    width: 7rem;
    border-radius: 0.6rem;
    object-fit: cover;
}

.container-content {
    border-radius: 4rem 0 0 0;
    overflow: hidden;
    display: flex;
}

@media (max-width: 768px) {
    .container-content {
        flex-wrap: wrap;
    }

    .container-content div,
    .container-content .max-w-2xl {
        width: 100%;
        max-width: 100%;
    }

    .container-content div.p-5,
    .container-content form.p-5 {
        padding: 2rem 2rem !important;
    }
}

.alumni {
    display: flex;
    gap: 1rem;
}

.alumni-photo {
    width: 100%;
    max-width: 15rem;
    object-fit: contain;
}

@media (max-width: 768px) {
    .alumni {
        flex-wrap: wrap;
    }

    .alumni-photo {
        max-width: 100%;
    }
}

.w-full {
    width: 100%;
}

.w-fit {
    width: fit-content;
}

.h-fit {
    height: fit-content;
}

.max-w-xl {
    max-width: 300px;
}

.max-w-2xl {
    max-width: 350px;
}

.card-product {
    background-color: white;
    border-radius: 1rem;
    /* width: fit-content; */
    overflow: hidden;
}

.card-product img {
    width: 100%;
    object-fit: cover;
}

button {
    padding: 0;
    background: none;
    outline: none;
    border: none;
}

.grid {
    display: grid;
}

.grid-flow-row {
    grid-auto-flow: row;
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.markets {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.card-market {
    background: white;
    width: fit-content;
    padding: 0.65rem;
    border-radius: 5px;
}

.card-market img {
    height: 4rem;
}

.cafe-img {
    width: 4rem;
    height: 4rem;
    background-color: white;
    padding: 10px;
    border-radius: 5px;
    margin-right: 10px;
}

.cafe-img-lg {
    width: 13rem;
    height: 13rem;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.card-class {
    padding: 1rem;
    border-radius: 10px;
    background: white;
}

.class-schedule {
    text-align: center;
    font-weight: 600;
    margin-bottom: 0.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid black;
}

.v-partner {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
    padding: 1rem;
    transition-duration: 300ms;
}

.v-partner:hover {
    border: 1px solid gray;
    transition-duration: 300ms;
}

.v-partner img {
    height: 5rem;
}

@media (max-width: 768px) {
    .v-partner img {
        height: 2rem;
    }
}

.pinned-blogs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

@media (max-width: 768px) {
    .pinned-blogs {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.pinned-blogs .card img {
    max-height: 200px;
    height: 100%;
    object-fit: cover;
}

.flex-flow {
    display: flex;
    gap: 1.5rem;
}

@media (max-width: 1000px) {
    .flex-flow {
        flex-wrap: wrap;
        gap: 1rem;
    }

    .flex-flow img {
        width: 100%;
    }
}

@media (min-width: 1440px) {
    .hero-area .product-items {
        width: 80%;
    }
    .mitra-lists .mitra-items {
        width: 33.33334%;
    }
    .section.showcase {
        justify-content: center !important;
    }
}

@media (max-width: 768px) {
    .section.homepage {
        background-size: 100%;
    }
    .hero-area {
        padding-top: 60px;
        width: 100%;
    }
    .hero-area h1 {
        width: 60%;
    }
    .hero-area .product-items {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .hero-area .product-items a {
        width: 100%;
    }
    .hero-area .product-items a .card {
        margin-bottom: 10px;
    }
    .tree-area {
        margin-top: 1rem;
    }
    .tree-area .content-box .off-leaf {
        display: none;
    }
    .tree-area .content-box .on-leaf {
        width: 90%;
    }
    .tree-area .content-box.left {
        right: 54%;
    }
    .tree-area .content-box.leaf-1 {
        top: 110px;
    }
    .tree-area .content-box.leaf-3 {
        top: 280px;
    }
    .tree-area .content-box.right {
        left: 58%;
    }
    .tree-area .content-box.leaf-2 {
        top: 175px;
    }
    .tree-area .content-box.leaf-4 {
        top: 335px;
    }
    .section.journey .water-background {
        background-size: cover;
    }
    .section.journey {
        margin-top: -70px;
    }
    .section.upcoming {
        padding: 1rem !important;
        padding-top: 3rem !important;
    }
    .section.upcoming .side {
        text-align: center;
        margin-bottom: 3rem;
    }
    .section.upcoming .workshop-wrapper {
        width: 100%;
        padding: 0 !important;
    }
    .section.upcoming .main {
        flex-wrap: wrap;
    }
    .section.upcoming .workshop-wrapper .box-workshop-home {
        width: 100%;
    }
    .section.upcoming .workshop-wrapper .box-class {
        margin-bottom: 1rem;
    }
    .section.testimony .image-area .testimony-photo {
        width: 100%;
        height: 300px;
        border-radius: 0 0 250px 0;
    }
    .section.testimony .image-area {
        margin-right: 0 !important;
    }
    .section.testimony .image-area .substract {
        background: var(--green-light);
        position: absolute;
        top: 18px;
        left: 0;
        width: 100%;
        height: 300px;
        border-radius: 0 0 250px 0;
        z-index: 1;
    }
    .section.testimony .image-area {
        width: 100%;
        height: 350px;
        position: relative;
    }
    .section.testimony .testi-area {
        width: 90%;
        margin-right: 5%;
        margin-top: 5%;
    }
    .section.testimony .testi-area h3 {
        color: var(--green);
        font-family: "Montserrat-Bold";
        font-size: 30px;
        text-align: right;
    }
    footer {
        text-align: center;
    }
    footer .socmed {
        justify-content: center !important;
        margin-top: 20px;
    }
    .section.journey .panel-journey {
        width: 100%;
        padding: 2rem !important;
        flex-wrap: wrap;
    }
    .section.journey .content {
        padding: 1rem !important;
    }
    .section.journey .panel-journey .side {
        width: 100%;
        margin-top: 0;
        text-align: center;
        margin-bottom: 3rem;
    }
    .section.journey .panel-journey .main {
        width: 100%;
    }
    .section.journey .panel-journey .main .story .item img,
    .section.journey .panel-journey .main .story .item div {
        width: 100%;
        text-align: center;
    }
    .section.journey .panel-journey .main .story .item img {
        margin-bottom: 2rem;
    }
    .mitra-lists .mitra-items,
    .mitra-lists .mitra-items img.bg {
        width: 100%;
        height: 300px;
    }
    .section.product-hero p {
        width: 100%;
        color: #272727;
    }

    .section.product-hero .product-wrapper {
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .section.product-hero.main {
        background: url(../statics/lokafresh-side.png);
        background-position: 105% 200px;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .section.product-hero .box-selling-point {
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .section.product-hero .box-selling-point .item {
        border-left: 0;
        border-bottom: solid 1px #f0f0f0;
    }
    section.product-hero .client-area img {
        width: 100px;
        height: 100px;
    }
    .section.product-hero.client {
        background-size: 40%;
        margin-bottom: 3rem;
    }
    .section.our-product {
        margin-top: 2rem;
    }
    .section.product-hero.tech {
        background: url(../statics/lokatech-side.png);
        background-position: left 200px;
        background-repeat: no-repeat;
        background-size: 60%;
    }
    .section.showcase .case-wrapper {
        width: 100%;
        padding: 0 !important;
    }
    .section.showcase .case-wrapper .text-wrapper.text-right {
        width: 100%;
        text-align: right;
    }
    .section.showcase .case-wrapper .text-wrapper {
        width: 100%;
        margin-bottom: 350px;
    }
    .section.showcase img.case-display.left,
    .section.showcase img.case-display.right {
        left: 5%;
        bottom: 0;
        width: 90%;
    }
    .section.our-product .product-wrapper {
        width: 100%;
    }
    .section.our-product .product-wrapper.product-slider {
        padding: 0 !important;
    }
    .section.our-product .product-carousel {
        width: 80%;
    }
    .section.product-hero.grow {
        background: url(../statics/lokagrow-left.png),
            url(../statics/lokagrow-right.png);
        background-position: 0 156px, right 87px;
        background-repeat: no-repeat;
        background-size: 45%;
    }
    .section.team .panel-team {
        width: 100%;
        padding: 0 !important;
    }
    .section.team .team-area .card {
        width: 49%;
        border-radius: 20px;
        margin-bottom: 10px;
    }
    .section.team .team-area .card .card-body h5 {
        font-family: "Montserrat-Bold";
        font-size: 13px;
    }
    .section.team .team-area .card .card-body p {
        font-size: 12px;
    }
    .section.journey.about .panel-journey {
        padding: 0 !important;
    }
    .section.journey.about .panel-journey .side {
        display: none;
    }
    .section.journey.about {
        margin: 3rem 0;
    }
    .section.objective .panel-objective {
        width: 100%;
        padding: 0 !important;
    }
    .section.objective .panel-objective .pane-top,
    .section.objective .panel-objective .pane-bottom {
        width: 100%;
        height: 250px;
        color: #fff;
        padding: 2rem !important;
        font-size: 14px;
    }
    .section.objective .panel-objective .pane-top {
        height: 200px;
    }
    .section.objective .panel-objective .img-top,
    .section.objective .panel-objective .img-bottom {
        display: none;
    }
    .section.contact .contact-wrapper {
        height: 100%;
    }
    .section.upcoming .workshop-wrapper .box-workshop-edu {
        width: 100%;
    }
    .section.workshop-detail .workshop-detail-wrapper {
        width: 100%;
    }
    .section.workshop-detail .workshop-detail-wrapper .date-area {
        width: 100%;
        margin-right: 0 !important;
    }
    .section.blog .blog-wrapper {
        width: 100%;
        padding: 0 !important;
    }
    .section.blog .blog-wrapper .container-fluid {
        padding: 0 !important;
    }
    .section.blog .card {
        width: 100%;
    }
    .section.blog .blog-wrapper .content-area {
        margin-top: 3rem;
    }
    .section.contact .contact-wrapper {
        width: 100%;
        padding: 2rem 0 !important;
    }
    .section.team .team-area .card img {
        height: 170px;
    }
}
