@font-face {
    font-family: "Montserrat";
    src: url("./font/Montserrat-VariableFont_wght.ttf"),
        url("assets/font/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Bownjax";
    src: url("./font/Bownjax-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kotori-Rose";
    src: url("./font/KotoriRose-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kotori-Rose Bold";
    src: url("./font/KotoriRose-Bold.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mommy-Baby";
    src: url("./font/MommyandBabySans.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Mommy-Baby Italic";
    src: url("./font/MommyandBabyansLightItalic.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Playpen-Sans";
    src: url("./font/PlaypenSans-VariableFont_wght.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Kepolu";
    src: url("./font/Kepolu.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Jacksilver";
    src: url("./font/Jacksilver.ttf");
    font-weight: normal;
    font-style: normal;
}

html {
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
}

.bg-cover {
    color: rgb(255, 255, 255);
    position: relative;
    max-height: 805px;
    width: 100%;
    object-fit: fill;
}

@media (min-width: 976px) and (max-width: 1200px) {
    .bg-cover {
        min-height: 800px;
    }
}

@media (min-width: 376px) and (max-width: 576px) {
    .bg-cover {
        max-height: 249px;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .bg-cover {
        min-height: 600px;
    }
}

@media (max-width: 376px) {
    .bg-cover {
        max-height: 226.5px;
    }
}

@media (max-width: 300px) {
    .bg-cover {
        max-height: 169px;
    }
}

.bg-cover1 {
    color: rgb(255, 255, 255);
    position: relative;
    max-height: 805px;
    object-fit: cover;
    width: 100%;
}

@media (min-width: 1441px) {

    .bg-cover1,
    .bg-cover2,
    .bg-cover {
        object-fit: cover !important;
        object-position: center;
    }
}

@media (min-width: 976px) and (max-width: 1200px) {
    .bg-cover1 {
        min-height: 800px;
        object-fit: cover;
    }
}

@media (min-width: 376px) and (max-width: 576px) {
    .bg-cover1 {
        max-height: 249px;
        object-fit: cover;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .bg-cover1 {
        min-height: 600px;
        object-fit: cover;
    }
}

@media (max-width: 376px) {
    .bg-cover1 {
        max-height: 226.5px;
    }
}

@media (max-width: 300px) {
    .bg-cover1 {
        max-height: 169px;
    }
}

.bg-cover2 {
    color: rgb(255, 255, 255);
    position: relative;
    max-height: 805px;
    width: 100%;
    object-fit: cover;

}

@media (min-width: 976px) and (max-width: 1200px) {
    .bg-cover2 {
        min-height: 800px;
    }
}

@media (min-width: 376px) and (max-width: 576px) {
    .bg-cover2 {
        max-height: 249px;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .bg-cover2 {
        min-height: 600px;
    }
}

@media (max-width: 376px) {
    .bg-cover2 {
        max-height: 226.5px;
    }
}

@media (max-width: 300px) {
    .bg-cover2 {
        max-height: 169px;
    }
}

.story {
    width: 400px;
}

@media (max-width: 300px) {
    .story {
        width: 300px;
    }
}

.testi {
    width: 300px;
    height: auto;
}

@media (max-width:576px) {
	.bg-prinsip3 {
		min-height: 400px !important;
	}
	.prinsip-kami.kedua .mascot-prinsip {
    	height: 100px !important; 
	}
	.prinsip-kami.kedua .bg-prinsip2 {
		min-height: 400px !important;
	}
    .testi {
        width: 100px;
        position: relative;
        bottom: 20px;
    }

    .official-store.fourth .hastag-right {
        bottom: 1em !important;
    }
}

@media (max-width: 300px) {
    .testi {
        position: relative;
        bottom: 2rem;
    }
}

.bg-color {
    background-color: #88a48f;
}

.bg-cover-home {
    position: relative;
    top: 0;
    min-height: 850px;
    background: url("./assets/GF-189.JPG") no-repeat scroll 0px 100% / cover;
}

@media (min-width:576px) and (max-width: 976px) {
    .bg-cover-home {
        min-height: 460px;
    }
}

@media (max-width: 576px) {
    .bg-cover-home {
        min-height: 450px !important;
    }
}

.bg-cover-homes {
    color: rgb(255, 255, 255);
    position: relative;
    height: 600px;
    width: 100%;
    object-fit: cover;
}

@media (min-width:576px) and (max-width: 1024px) {
    .bg-cover-homes {
        height: 460px;
    }
}

@media (max-width: 576px) {
    .bg-cover-homes {
        height: 275px;
    }

    .gallery-farm .tooltips .tooltips-text {
        top: 3em !important;
        width: 70%;
    }

    .gallery .gallery-farm .ourfarm-left .img-mascot {
        bottom: 3em !important;
        left: 2em !important;
    }

    .gallery-farm .ourfarm-left .img-mascot {
        height: 140px !important;
    }

    .ourfarm-right {
        height: 200px !important;
    }

    .tooltips .img-farmtools {
        width: 100% !important;
    }

    .tooltips .tooltips-text h3 {
        font-size: 15px !important;
    }

    .visi-banner h4 {
        padding-left: 1.5rem;
    }

    .mascot-2 {
        right: 10px !important;
    }
}

.bg {
    height: auto;
    width: 100vw;
    background: black;
    overflow: hidden;
}


.bg-home {
    background-color: #F2ECE4;
    position: relative;
}

.bg-see-more {
    background-color: rgb(136, 164, 143);
    background-size: cover;
    position: relative;
    padding-right: 1rem;
}

@media (max-width: 576px) {
    .bg-see-more {
        right: 0;
    }
}

.bg-welcome {
    background-color: #fefefc;
    background: url(./assets/about_visi.jpg);
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.bg-misi {
    background-color: #fefefc;
    background: url(./assets/farm_misi2.png);
    background-size: cover;
    height: 600px;
    position: relative;
    overflow: hidden;
    background-position: center;
}

.welcome {
    font-family: "Kotori-Rose";
    color: #88a48f;
    border-color: #a58964 !important;
}

@media (max-width: 300px) {
    .welcome {
        width: 68%;
    }
}

.kebun {
    color: #88a48f;
    font-family: "Mommy-Baby Italic";
    letter-spacing: 4px;
    margin-top: 1rem;
}

.desc-about {
    color: #ffffff;
    font-family: "Kotori-Rose";
    max-width: 80%;
    font-size: 40px;
    font-weight: bolder;
}

@media (min-width:1024px) and (max-width: 1200px) {
   .desc-about {
    	font-size: 36px;
   }
	.visi-banner {
		width: 45% !important; 
	}
}
@media (max-width: 576px) {
    .desc-about {
        font-size: 14px;
        max-width: 90%;
        padding: 0 1.5rem;
    }
}

.mascot-2 {
    width: 110px;
    height: 225px;
    margin-top: 2rem;
    position: absolute;
    right: -70px;
    bottom: -72px;
}

.mascot-3 {
    width: auto;
    height: 350px;
    margin-top: 2rem;
    position: absolute;
    left: 6rem;
    z-index: 20;
}

.img-caption {
    position: absolute;
    margin-bottom: 0rem;
    font-size: 16px;
    color: white;
    background-color: rgba(26, 35, 30, 0.563);
    width: 350px;
    text-align: center;
    padding: .5rem 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .img-caption {
        width: 270px;
    }
}

@media (max-width: 576px) {
    .img-caption {
        width: 300px;
    }
}

.title-produk {
    color: white;
    font-size: 54px;
    font-family: 'Kotori-Rose';
    position: relative;
    right: 2rem;
    bottom: 3rem;
}

@media (min-width: 976px) and (max-width: 1024px) {
    .title-produk {
        right: 2rem;
        font-size: 44px;
    }
}

@media (max-width: 976px) {
    .title-produk {
        right: 0;
    }
}

.gallery {
    padding: 6em 0;
}

.gallery-90 {
    width: 90%;
    margin: 0 auto;
}

.farm-title {
    font-size: 60px;
    position: relative;
    text-align: center;
    color: #63452d;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 1em;
}

@media (max-width: 576px) {
    .farm-title {
        font-size: 40px;
    }

    .title-journey {
        font-size: 40px !important;
    }

    .title-produk {
        font-size: 30px;
    }

    .subtitle-produk {
        font-size: 12px !important;
    }

    .mascot-3 {
        width: auto;
        height: 150px !important;
        left: 50px;
        top: 35px !important;
    }

    .official-store .bg-produk,
    .produk-kami .bg-produk {
        min-height: 300px !important;
    }

    .official-right .produk {
        margin-top: 0px !important;
        border-radius: 0 !important;
    }

    .official-store .produk-container {
        margin-bottom: 0 !important;
    }

    .official-right {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .official-store.second.position-relative {
        max-height: 1200px !important;
    }

    .official-store .title-produk {
        bottom: 1em !important;
    }

    .journey {
        padding: 100px 0 70px !important;
    }
}

.testi-slider {
    height: auto;
    width: 90%;
    margin: 0 auto;
}

.testimoni-box {
    height: 350px;
    padding: 20px 20px 0 20px;
    object-fit: contain;
    width: 100% !important;
}

.img-mascot {
    width: auto;
    height: 250px;
    position: absolute;
    left: 19rem;
    bottom: 0;
}

@media (max-width: 576px) {
    .img-mascot {
        /*margin-top: -16rem;*/
        left: 1rem;
    }
}

@media (min-width:576px) and (max-width: 976px) {
    .img-mascot {
        left: 2rem;
        /*margin-top: -10rem;*/
    }
}

@media (min-width: 976px) and (max-width: 1024px) {
    .img-mascot {
        left: 10rem;
        /*margin-top: -10rem;*/
    }
}

.img-leaf {
    position: relative;
    bottom: 1rem;
}

@media (max-width: 576px) {
    .img-leaf {
        bottom: 0;
        top: 2rem;
    }
}

.intro {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

@media (max-width: 976px) {
    .intro {
        flex-direction: column;
        justify-content: center;
    }
}

.title-intro {
    font-family: "Mommy-Baby Italic";
    color: #88a48f;
    font-weight: 200;
    letter-spacing: 4px;
    position: relative;
    bottom: 2rem;
    left: 2rem;
}

@media (max-width: 976px) {
    .title-intro {
        text-align: center;
        bottom: 0;
        top: 2rem;
        left: 0;
        margin-bottom: 3rem;
    }
}

.desc-intro {
    color: #a58964;
    font-family: "Kotori-Rose";
    position: relative;
    left: 2rem;
    font-size: 16px;
}

@media (max-width: 976px) {
    .desc-intro {
        position: relative;
        top: 2rem;
        padding: 0 1.5rem;
        margin-bottom: 1rem;
        left: 0;
        font-size: 14px;
    }
}

@media (max-width: 300px) {
    .desc-intro {
        position: relative;
        top: 2rem;
        padding: 0;
        margin-bottom: 5rem;
        left: 0;
        font-size: 14px;
    }
}

.behind {
    background-color: #3a5024;
}

.btn-contact {
    max-height: 40px;
}

@media (min-width: 976px) and (max-width:1025px) {
    .btn-contact {
        margin-top: 1rem !important;
    }
}

@media (max-width: 300px) {
    .wrap-project {
        margin: 0 !important;
        padding: 4rem 1rem 1rem !important;
    }
}

@media (min-width: 300px) and (max-width: 576px) {
    .wrap-project {
        position: relative;
        left: 0;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .wrap-project {
        position: relative;
    }
}

.title-contact {
    /*font-family: 'Bownjax';*/
    /*font-size: 66px;*/
    /*color: #63452D;*/
    font-size: 40px;
    color: #63452D;
    font-weight: bolder;
    text-transform: uppercase;
}

.contact-field {
    color: #63452D;
}

.contact-paragraph {
    color: #A58964;
}

.contact-text {
    text-decoration: none;
    color: white;

}

.contact-text:hover {
    text-decoration: none;
    color: #63452d;
}

.brands {
    position: relative;
    left: 2rem;
    bottom: 1rem;
    display: block;
    width: 170px !important;
    height: auto;
}

@media (max-width: 1024px) {
    .brands {
        display: none;
    }
	.mascot-3 {
    	height: 250px; 
	}
}

.brand {
    position: relative;
    right: 3rem;
    display: none;
    width: 170px;
    height: auto;
}

@media (min-width: 300px) and (max-width: 576px) {
    .brand {
        display: block;
    }
}

@media (max-width: 300px) {
    .brand {
        display: block;
        margin-left: 9rem;
        margin-top: -3rem;
        width: 120px;
    }
}

@media (min-width: 576px) and (max-width:1024px) {
    .brand {
        display: block;
        right: 0;
    }
}

.navbar-brands {
    position: absolute;
    left: 40%;
    top: -1.4rem;
    padding: 2rem 0;
}

@media (max-width: 576px) {
    .navbar-brands {
        left: 48%;
    }
}

@media (max-width: 300px) {
    .navbar-brands {
        left: 10%;
        top: 2.6rem;
    }
}

.subtitles {
    font-weight: 300;
}

.subtitle {
    font-weight: 400;
}

.subtitle a {
    text-decoration: none;
    color: #88a48f;
}

.subtitles a {
    text-decoration: none;
    color: #88a48f;
}

.subtitles a:hover {
    text-decoration: none;
    color: #a58964;
}

.subtitle a:hover {
    text-decoration: none;
    color: #a58964;
}

.text-project {
    text-align: left;
}

.image1 {
    background: url('./assets/keberlanjutan-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    width: 320px;
    height: 320px;
}

@media (min-width: 740px) and (max-width: 1025px) {
    .image1 {
        width: 180px;
        height: 180px;
    }
}

@media(max-width: 740px) {
    .image1 {
        width: 180px;
        height: 180px;
    }
}

.image2 {
    background: url('./assets/teknologi-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 1rem;
    background-position: center;
    width: 240px;
    height: 240px;
}

@media (min-width: 740px) and (max-width: 1025px) {
    .image2 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 740px) {
    .image2 {
        width: 180px;
        height: 180px;
    }
}

.image3 {
    background: url('./assets/ecomony-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    width: 240px;
    height: 240px;
}

@media (min-width: 740px) and (max-width: 1025px) {
    .image3 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 740px) {
    .image3 {
        width: 180px;
        height: 180px;
    }
}

.image7 {
    background: url('./assets/indoor-min.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    width: 240px;
    height: 240px;
}

@media (min-width: 740px) and (max-width: 1025px) {
    .image7 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 740px) {
    .image7 {
        width: 180px;
        height: 180px;
    }
}

.image4 {
    background: url('./assets/melon.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    width: 320px;
    height: 320px;
}

@media (max-width: 1025px) {
    .image4 {
        width: 180px;
        height: 180px;
    }
}

.image5 {
    background: url('./assets/komunitas.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    width: 320px;
    height: 320px;
}

@media (max-width: 1025px) {
    .image5 {
        width: 180px;
        height: 180px;
    }
}

.image6 {
    background: url('./assets/quality.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1rem;
    width: 240px;
    height: 240px;
}

@media (min-width: 740px) and (max-width: 1025px) {
    .image6 {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 740px) {
    .image6 {
        width: 180px;
        height: 180px;
    }
}

.images {
    width: 300px;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1112px) and (max-width: 1200px) {
    .images {
        width: 250px;
        height: 250px;
    }
}

@media (min-width: 900px) and (max-width: 1111px) {
    .images {
        width: 200px;
        height: 200px;
    }
}

@media (min-width: 768px) and (max-width: 899px) {
    .images {
        width: 150px;
        height: 150px;
    }
     .pb-md-3 {
        width: 90%;
    }
}

@media (max-width: 300px) {
    .images {
        width: 160px;
        height: 160px;
    }
}

.nav-item {
    padding-bottom: 0 !important;
}

.behind-container {
    max-width: 352px;
}

@media (min-width: 300px) and (max-width: 1025px) {
    .behind-container {
        width: 200px !important;
    }
}

@media(max-width: 300px) {
    .behind-container {
        max-width: 300px;
    }
}

.behind-title {
    /*font-family: "Bownjax";*/
    color: rgb(255, 221, 0);
    text-align: center;
    font-size: 50px;
    padding-top: 7rem;
    margin-bottom: -2rem;
    text-transform: uppercase;
}

.text-intro {
    color: #fff;
    font-size: 18px;
    margin-top: 0;
    max-width: 75%;
}

@media (max-width: 1112px) {
	.bg-welcome .hastag-center{
		padding-top: 20px;
	}
    .bg-produk {
        min-height: 800px !important;
    }

    .official-store.second {
        max-height: 650px !important;
    }

    .official-store.third {
        min-height: 600px !important;
    }

    .official-store.fourth {
        min-height: 500px !important;
    }

    .mascot-prinsip2 {
        left: 26rem !important;
    }

    .mascot-prinsip {
        left: 29rem !important;
    }

    .sejarah-kami .point-bullet {
        left: 52% !important;
    }

    .sejarah-kami.btm .point-bullet {
        left: -69% !important;
    }

    .mascot-2 {
        width: auto;
        height: 150px;
        right: 0;
        bottom: -20px;
    }
}

@media (max-width: 1024px) {
    .text-intro {
        max-width: 80%;
        font-size: 14px;
    }

    .mascot-prinsip2 {
        left: 24rem !important;
    }

    .bg-cover-prinsip-2 {
        min-height: 600px !important
    }

    .mascot-prinsip {
        height: 150px !important;
        left: 25rem !important;
    }

    .point-bullet {
        left: 53%;
    }

    .mascot-2 {
        height: 150px;
        bottom: -22px;
        width: auto;
        right: 0;
    }

    .desc-about {
        max-width: 80%;
        font-size: 30px;
    }

    .img-mascot {
        height: 200px;
        left: 205px;
        width: auto;
    }

    .hastag-right,
    .hastag-left,
    .hastag-center {
        font-size: 12px;
    }

    .logo-white {
        height: 40px !important;
    }

    .logo-hijau {
        height: 30px !important;
    }

    .values-box {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .farm-title {
        font-size: 40px;
    }

    .bg-produk {
        min-height: 650px !important;
    }

    .official-store.fourth .hastag-right {
        bottom: 12em;
    }

}

.text-intros {
    color: rgb(255, 221, 0);
    font-family: "Playpen-Sans";
    font-size: 18px;
    margin-top: -1.2rem;
    letter-spacing: 2px;
    max-width: 90%;
}

@media (max-width: 1024px) {
    .text-intros {
        max-width: 200px;
        font-size: 12px;
    }
}

.text-value {
    color: #a58964;
    font-family: "Kotori-Rose";
    font-size: 14px;
    text-align: center;
    margin-top: 1rem;
}

.desc-home {
    font-family: "Playpen-Sans";
    color: #a58964;
    letter-spacing: 2px;
    font-size: 22px;
    font-weight: 500;
    margin: 0 auto 30px auto;
    line-height: 1.5em;
}

@media (min-width:576px) and (max-width:1024px) {
    .desc-home {
        font-size: 14px;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .desc-home {
        font-size: 14px;
        padding: 0 1rem;
    }
}

.values {
    background-color: #fefefc;
}

.homee {
    background-color: #F2ECE4;
}

body {
    padding: 0;
    margin: 0;
    min-height: 100vh;
    background-color: #fcf6e6;
    overflow-x: hidden;
}

.wave {
    /*padding: 250px 120px;*/
    text-align: center;
}

@media (max-width: 800px) and (min-width: 400px) {
    .wave {
        /*padding:200px 120px;*/
    }
}

@media (max-width: 300px) {
    .wave {
        /*padding: 180px 60px;*/
    }
}

section {
    width: 100%;
    min-height: 500px;
}

.jumbotron {
    position: relative;
}

.jumbotron:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: 58vh;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url(./assets/wave1.png);
    background-size: contain;
    background-repeat: no-repeat;

}

@media (min-width: 576px) and (max-width: 976px) {
    .jumbotron:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 400px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(./assets/wave1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media (max-width: 576px) {
    .jumbotron:before {
        content: "";
        position: absolute;
        bottom: 0;
        top: 200px;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(./assets/wave1.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
}

.bg-meet {
    background: url(./assets/Layer_1.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center left;
}

.title {
    font-family: fantasy;
    color: yellow;
}

.img-footer {
    position: relative;
    right: 1rem;
    width: 300px;
    height: auto;
    object-fit: contain;
}

@media (max-width:976px) {
    .img-footer {
        left: 0;
        width: 200px;
    }
}

.txt-footer {
    position: relative;
    left: 3rem;
}

@media (max-width: 976px) {
    .txt-footer {
        left: 0;
    }
}

.img-gallery {
    object-fit: cover;
    width: 310px;
    height: 470px;
    border-top-left-radius: 35%;
    border-bottom-right-radius: 35%;
}

@media (max-width: 576px) {
    .img-gallery {
        width: 200px;
        height: 250px;
    }
}

@media (min-width:576px) and (max-width: 976px) {
    .img-gallery {
        width: 186px;
        height: 282px;
    }
}

@media (min-width:976px) and (max-width: 1180px) {
    .img-gallery {
        width: 270px;
        height: 430px;
    }
}

.border-img {
    padding: 1rem 2rem;
    background-color: #fdce0c;
    border-top-left-radius: 5rem;
    border-bottom-right-radius: 5rem;
    max-width: 80%;
    position: relative;
    left: 2rem;
    bottom: 1rem;
    text-align: center;
    font-weight: 600;
}

@media (max-width: 576px) {
    .border-img {
        padding: .6rem 1rem;
        left: .7rem;
        bottom: .7rem;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .border-img {
        padding: 1.2rem 1rem;
        left: .9rem;
        bottom: .7rem;
    }
}

.img-about {
    width: 502px;
    height: auto;
    position: relative;
    bottom: 2rem;
	max-width: unset;
}

@media (min-width: 976px) and (max-width: 1180px) {
    .img-about {
        width: 430px;
    }
}

@media (max-width: 576px) {
    .img-about {
        width: 300px;
    }
}

@media (max-width: 300px) {
    .img-about {
        width: 200px;
    }
}

.img-karyawan{
    background: url(./assets/home_karyawan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 722px;
}

@media (max-width: 976px) {
    .img-karyawan {
        min-height: 400px !important;
    }

    .produk-container.produk-btm {
        position: relative;
        left: 0rem;
        padding: 1rem;
    }
}

.desc-gallery {
    color: #a58964;
    font-family: "Playpen-Sans";
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    max-width: 90%;
    line-height: 1.5em;
}

@media (min-width:576px) and (max-width: 1024px) {
    .desc-gallery {
        max-width: 94%;
        font-size: 14px;
        padding: 0 1rem;
    }
}

@media (max-width: 576px) {
    .desc-gallery {
        font-size: 14px;
        max-width: 100%;
        padding: 0 1rem;
    }
}

.news {
    background-color: #63452d;
}

.home-news {
    padding-right: 3rem;
    padding-left: 3rem;
    gap: 1rem;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.mitra {
    /*background-color: #88a48f;*/
    padding-bottom: 5rem;
}

.bg-mitra {
    height: auto;
    /* width: 100vw; */
    /*overflow: hidden;*/
    width: 70%;
    margin: 0 auto;
}

.bg-mitra .slick-next,
.bg-mitra .slick-prev {
    color: #4E3827;
    width: 70px;
    height: 70px;
}

.bg-mitra .slick-prev {
    left: -100px;
}

.bg-mitra .slick-next {
    right: -100px;
}

.bg-mitra .slick-next:before,
.bg-mitra .slick-prev:before {
    font-size: 70px;
    color: #4E3827;
}

.title-mitra {
    /*font-family: 'Mommy-Baby';*/
    color: #63452D;
    position: relative;
    font-size: 44px;
    text-align: center;
    padding-top: 1em;
    margin-bottom: 5rem;
    font-weight: bolder;
    text-transform: uppercase;
}

.icon-marketplace {
    height: 35px;
}

/*@media (max-width:576px){*/
/*    .title-mitra{*/
/*        left: 2rem;*/
/*    }*/
/*}*/
/*@media (min-width: 576px) and (max-width: 976px){*/
/*    .title-mitra{*/
/*        left: 5rem;*/
/*    }*/
/*}*/

.text-mitra {
    color: white;
    font-family: 'Montserrat';
    margin-top: 1rem;
    font-size: 12px;
    text-align: center;
}

.logo-mitra {
    height: 250px;
    padding: 20px;
    object-fit: contain;
}

@media (max-width:1024px) {
    .logo-mitra {
        height: 150px;
    }

    .bg-mitra .slick-next:before,
    .bg-mitra .slick-prev:before {
        font-size: 50px;
    }

    .home-news {
        padding-right: 3rem;
        padding-left: 3rem;
        gap: 1rem;
    }

    .news {
        min-height: 450px;
    }
}

@media (max-width:992px) {
    .news {
        min-height: 350px;
    }

    .bg-meet {
        background-position: top;
    }
}

@media (max-width:767px) {
	.bg-welcome .container {
		max-width: 90%;
	}
	.home-news {
		padding-right: 1rem;
		padding-left: 1rem;
	}
    .bg-mitra .slick-next {
        right: -60px;
    }

    .bg-mitra .slick-prev {
        left: -60px;
    }

    .bg-mitra .slick-next:before,
    .bg-mitra .slick-prev:before {
        font-size: 30px;
    }

    .logo-mitra {
        height: 100px;
        padding: 5px;
    }

    .produk-items .produk {
        width: 350px !important;
        height: 300px !important;
    }

    .produk-items .img-caption {
        width: 350px !important;
    }

    .produk-kami {
        padding-bottom: 0 !important;
    }

    .produk-container.produk-btm {
        padding: 15px 0 0 !important;
        margin: 0 !important;
    }

    .produk-container {
        top: 0 !important;
        margin-top: 2em;
    }

    /*.produk-kami.second {*/
    /*    padding-bottom: 10rem !important;*/
    /*}*/
    .official-right .produk {
        margin-top: -150px;
        border-radius: 0 !important;
    }

    .produk-full {
        padding-bottom: 5em;
    }

    .testi {
        width: auto !important;
        height: 200px !important;
    }
}

@media (max-width:576px) {
    .text-mitra {
        font-size: 14px;
    }

    .produk-items .produk {
        width: 300px !important;
        height: 250px !important;
    }

    .produk-items .img-caption {
        width: 300px !important;
    }

    .official-store.second {
        max-height: 100%;
    }

    .title-gallery {
        font-size: 30px !important;
        padding-top: 1em !important;
    }

    .title-meet {
        font-size: 30px !important;
    }

    .logo-top-banner {
        height: 60px !important;
    }

    .container-gallery {
        flex-direction: column !important;
        width: 60%;
        margin: 0 auto;
    }

    .produk-box {
        position: relative !important;
    }

    .testimoni-box {
        height: auto !important;
        width: 100%;
    }
}

.img-news {
    position: relative;
    left: 1rem;
}

@media (max-width: 1180px) {
    .img-news {
        left: 0;
    }
}

.question-foot {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}

@media (max-width: 976px) {
    .question-foot {
        justify-content: flex-start;
    }
}

.latest-news {
    color: #fdce0c;
    font-size: 54px;
    padding-bottom: 1rem;
    border-bottom: .4rem solid #88a48f;
    font-family: "Kepolu";
}

@media (min-width: 576px) and (max-width: 976px) {
    .latest-news {
        font-size: 40px;
    }
}

.readmore {
    color: white;
    text-decoration: none;
    font-size: 24px;
    cursor: pointer;
    margin-left: .2rem;
}
.readmore:visited { 
	color: #fdce0c;
}
@media (min-width: 576px) and (max-width: 976px) {
    .readmore {
        font-size: 14px;
    }
}

.readmore:hover {
    color: #fdce0c;
}

.title-meet {
    color: #63452d;
    font-family: "Mommy-Baby";
    font-size: 54px;
    margin-top: -2rem;
}

.desc-meet {
    color: #a58964;
    font-family: "Playpen-Sans";
    font-weight: 500;
    margin-top: 3rem;
    font-size: 20px;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 576px) {
    .desc-meet {
        font-size: 14px;
        max-width: 100%;
        padding: 0 .5rem;
    }
}

.round {
    border-radius: 20px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited {
    background-color: #88a48f !important;
    border-color: #88a48f !important;
}

.nav-item {
    color: #88a48f !important;
    text-transform: uppercase;
    font-family: "Montserrat";
    font-size: large;
}

.nav-item:active {
    border-bottom: 2px solid #88a48f;
    max-height: 40px;
}

@media (max-width:1024px) {
    .nav-item:active {
        max-width: 150px;
    }

    .desc-meet {
        font-size: 14px;
    }

    .img-footer {
        width: 200px;
    }
}

.nav-item:focus {
    border-bottom: 2px solid #88a48f;
    max-height: 40px;
}

@media (max-width:1024px) {
    .nav-item:focus {
        max-width: 150px;
    }
}

.desc-journey {
    color: #3a5024;
    font-size: 12px;
    font-family: "Playpen-Sans";
    margin-top: -1rem;
}

@media (max-width:576px) {
    .desc-journey {
        padding: 0 2rem;
    }
}

.img-title {
    position: relative;
    bottom: 15rem;
    z-index: 11;
    width: 65%;
    height: auto;
}

@media (max-width: 576px) {
    .img-title {
        position: absolute;
        right: 1.5rem;
        top: 266px;
        width: 90%;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .img-title {
        width: 140%;
        right: 4rem;
        position: relative;
        margin-top: -1rem;
    }
}

@media (min-width: 976px) and (max-width: 1200px) {
    .img-title {
        margin-top: 1rem;
    }
}

@media (min-width: 1200px) and (max-width: 2000px) {
    .img-title {
        margin-top: -9rem;
    }
}

@media (min-width: 2000px) {
	.mascot-prinsip, .mascot-prinsip2 {
    	left: 66rem !important; 
	}
    .img-title {
        bottom: 32rem;
    }

    .wave {
        padding: 250px 120px 0px 120px;
    }

    .ourfarm-left .img-mascot {
        left: 14rem !important;
        bottom: 18em !important;
    }

    .tooltips-text {
        top: 14em !important;
        left: 9em !important;
    }

    .img-farmtools {
        width: 130% !important;
    }
}

/*.img-testimoni {*/
/*  z-index: 9;*/
/*  bottom: 14rem;*/
/*  width: 80%;*/
/*  height: auto;*/
/*  margin-right: 3.6rem;*/
/*}*/
/*@media (min-width:300px) and (max-width: 576px) {*/
/*    .img-testimoni {*/
/*        width: 91%;*/
/*        margin-top: -.5rem;*/
/*        margin-right: 1.3rem;*/
/*        bottom: 3rem;*/
/*    }*/
/*}*/
/*@media (min-width: 576px) and (max-width: 1024px){*/
/*    .img-testimoni {*/
/*        bottom: 12rem;*/
/*        margin-right: 1.6rem;*/
/*    }*/
/*}*/
/*@media (max-width: 300px){*/
/*    .img-testimoni {*/
/*        width: 90%;*/
/*        top: 70px;*/
/*    }*/
/*}*/

.img-button {
    position: relative;
    z-index: 15;
    right: 60rem;
    top: 16rem;
    padding: .2rem 1.5rem;
    border-radius: 15px !important;
    border: 2px solid #63452d;
    color: white;
    background-color: #88a48f;
}

.img-button::before {
    position: relative;
    z-index: 14;
    right: 60rem;
    top: 16.1rem;
    padding: 1rem 1.6rem;
    border-radius: 15px !important;
    border: 2px solid #63452d;
    color: white;
    background-color: #63452d;
}

/*.gallery {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  max-height: 320px !important;*/
/*}*/
@media (max-width: 576px) {
    /*.gallery {*/
    /*    margin-top: -23rem;*/
    /*    min-height: 270px;*/
    /*}*/
}

@media (max-width: 300px) {
    /*.gallery {*/
    /*    margin-top: -23rem;*/
    /*    min-height: 260px;*/
    /*    margin-left: 1.5rem;*/
    /*    padding-bottom: 5rem;*/
    /*}*/
}

@media (min-width: 576px) and (max-width: 1180px) {
    /*.gallery {*/
    /*    margin-top: -3rem;*/
    /*    min-height: 170px;*/
    /*}*/
}

@media (min-width: 2000px) {
    /*.gallery {*/
    /*    min-height: unset;*/
    /*    max-height: unset !important;*/
    /*}*/
}

.testimoni {
    background: url(./assets/farm_kebun.jpg);
    background-size: cover;
    height: 725px;
    background-repeat: no-repeat;
    padding-top: 10rem;
}

@media (max-width: 976px) {
    .testimoni {
        margin-bottom: 0;
    }

    .official-right .produk {
        border-radius: 0 !important;
        width: 100vw !important;
        height: 500px !important;
    }

    .official-right {
        padding: 0 !important;
    }

    .produk-kami.second .bg-produk {
        display: none !important;
    }
}

.produk-kami.second {
    position: relative;
}

.produk-kami.second .bg-produk {
    background-color: #88a48f;
    min-height: 770px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    width: 30%;
}

.produk-box {
    position: absolute;
    top: 0;
}

.produk-full {
    z-index: 1;
    position: relative;
    width: 100%;
    float: right;
    padding-right: 3em;
    padding-left: 6em;
}

.official-store .subtitle-produk {
    font-size: 14px;
    font-family: 'Kotori-Rose';
    font-style: italic;
}

.official-store .title-produk {
    bottom: 2em;
}

.official-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0;
    padding-left: 0;
}

.official-right .produk {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    background-color: #3a5024;
}

.official-store .produk-container {
    top: 0;
}

.official-store .bg-produk {
    background-color: #88a48f;
    min-height: 650px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.official-store.second {
    max-height: 900px;
}

.official-store.third {
    min-height: 800px;
}

.official-store.fourth {
    min-height: 650px;
}

.img-official {
    height: 100%;
    object-fit: cover;
}

.subtitle-produk {
    font-size: 16px;
    font-family: 'Kotori-Rose';
    font-style: italic;
}

.bg-produk {
    background-color: #88a48f;
    min-height: 770px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.produk-items {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.produk-items .img-caption {
    width: 100%;
}

.produk-items .produk {
    height: 200px;
    width: 100%;
}

.produk-container.produk-btm {
    right: 0 !important;
}

.title-produk.produk-btm {
    right: 5rem;
}

@media (max-width:1199px) {
	ul#primary-menu {
		flex-direction: column;
		align-items: baseline;
		margin: 0;
		padding: 0;
	}
	ul#primary-menu li{
		padding-top: 1rem;
	}
	ul#primary-menu li:last-child{
		margin-top: 1rem;
	}
	ul#primary-menu li:last-child a {
		padding-top: 0;
		padding-bottom: 1rem;
	}
    .bg-produk {
        min-height: 700px;
    }
}

@media (max-width:991px) {
	.sejarah-kami,
    .sejarah-kami.btm {
        height: 100% !important;
    }

    .bg-cover-sejarah {
        min-height: 400px !important;
    }

    .sejarah-kanan {
        padding-top: 4em !important;
        padding-left: 0 !important;
        height: 100% !important;
        width: 100% !important;
    }

    .sejarah-kami.btm h1 {
        display: none;
    }

    .sejarah-kami.btm .sejarah-benih {
        width: 450px !important;
    }

    .sejarah-kami.btm {
        padding-bottom: 4em !important;
    }
	.sejarah-kami h1 {
        position: relative !important;
        font-size: 40px !important;
        top: 1em !important;
        left: 0 !important;
        text-align: center;
    }

    .sejarah-kami .point-bullet {
        left: 50% !important;
    }
	.overlay-misi {
    	bottom: -13em !important; 
	}
	.prinsip-kami h1 {
        position: relative !important;
    }	
    .prinsip-kami h1 {
        top: 0px !important;
    }
	.prinsip-kami .prinsip-box , .prinsip-kami.kedua .prinsip-box, .prinsip-kami.ketiga .prinsip-box {
		padding-top: 3em !important;
		padding-bottom: 5em;
	}
	.mascot-prinsip, .mascot-prinsip2 {
		left: unset !important;
		right: 15px;
	}

}

@media (max-width:768px) {
	.title-journey {
		margin-top: 16rem !important;
	}
    .produk-container.produk-btm {
        right: 0 !important;
        padding: 15px 15px 0 15px;
    }

    .produk-kami.second .bg-produk {
        display: none;
    }

    .overlay-visi {
        width: 60% !important;
    }

    .visi-banner {
        width: 55% !important;
        padding-bottom: 6em !important;
    }

    .prinsip-box {
        padding-top: 2em !important;
        padding-bottom: 2em;
    }

    .bg-cover-prinsip,
    .bg-cover-prinsip-3,
    .bg-cover-prinsip-2 {
        min-height: 500px !important;
    }

    .mascot-prinsip {
/*         left: 33rem !important;
        bottom: unset !important;
        top: 22em; */
    }

    .mascot-prinsip2 {
        height: 150px !important;
/*         left: 34rem !important;
        bottom: 33em !important; */
    }

    

    .tooltips .img-farmtools {
        width: 140%;
        bottom: 40px;
        left: -28px;
    }

    .tooltips .tooltips-text {
        top: 2em !important;
        left: 1.5em !important;
    }

    .tooltips .tooltips-text h3 {
        font-size: 15px !important;
    }

    .tooltips .tooltips-text p {
        font-size: 10px !important;
    }

    .gallery-90 .ourfarm-left .img-mascot {
        bottom: 3em !important;
    }

    .logo-left {
        left: 30px !important;
    }

    .logo-right {
        right: 30px !important;
    }

    .hastag-right {
        right: 30px !important;
    }

    .hastag-left {
        left: 30px !important;
    }

    .logo-kebun-right {
        right: 30px !important;
    }

    .title-intro {
        top: 0rem;
        margin-bottom: 0;
    }

    .mascot-3 {
        height: 220px;
    }

    .bg-produk {
        min-height: 400px !important;
    }

    .produk-items .produk {
        height: 150px;
    }

    .produk-full {
        padding-right: 1em;
        padding-left: 1em;
    }

    .produk-kami {
        padding-bottom: 0 !important;
        height: 100%;
        min-height: 700px !important;
    }

    .testi {
        width: 200px;
    }

}

@media (max-width:768px) {
    .jumbotrons {
        min-height: unset !important;
    }

    .bg-produk {
        min-height: 400px;
    }

/*     .overlay-misi {
        bottom: -16em !important
    } */

    .mascot-2 {
        bottom: 0;
    }
}

.produk-container {
    position: relative;
    right: 6rem;
    top: 5rem;
}

@media (max-width:1024px) {
	.testimoni-box {
    	padding: 20px 0; 
	}
    .produk-container {
        right: 4rem;
    }

    .subtitle-produk {
        font-size: 16px;
    }

    .canvas {
        width: 65% !important;
    }
}

@media (max-width:976px) {
    .produk-container {
        right: 0;
    }
}

@media (min-width: 2000px) {
    .produk-container {
        right: 13rem;
    }
}

.produk {
    width: 350px;
    height: 300px;
    object-fit: cover;
    border-radius: 20px;
    background-color: #3a5024;
	max-width: unset;
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .produk {
        width: 270px;
        height: 220px;
    }
}

@media (max-width: 576px) {
    .produk {
        width: 300px;
        height: 250px;
    }

    .sejarah-kami.btm .sejarah-benih {
        width: 90% !important;
    }

    .sejarah-benih {
        width: 90% !important;
    }

    .about-little {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .sejarah-kami h1,
    .prinsip-kami h1,
    .behind-title {
        font-size: 30px !important;
    }

    .overlay-visi {
        width: 60% !important;
        height: 450px !important;
    }

    .bg-welcome .visi-banner {
        width: 60% !important;
        padding-top: 5em !important;
		padding-bottom: 5em !important;
		padding-left: 0;
		padding-right: 0;
    }

    .aboutpage .bg-welcome {
        height: 450px !important;
    }
	.misi-banner h4, .visi-banner h4 {
		font-size: 30px;
	}

    .desc-about {
        max-width: 100% !important;
        font-size: 20px !important;
    }

    .img-mascot {
        height: 120px;
        left: 17rem;
        width: auto;
        bottom: 2em;
    }
	.bg-welcome .hastag-center {
		padding-top: 0;
	}
}

@media (max-width: 375px) {
	.journey .title-journey {
    	margin-top: 10rem !important;
	}
    .img-mascot {
        height: 120px;
        left: 14rem;
        width: auto;
        bottom: 3em;
    }
	.bg-welcome .visi-banner {
    	padding-bottom: 2em !important; 
	}

    .gallery-farm .tooltips .tooltips-text {
        margin-top: -1em;
    }
}

@media (min-width: 2000px) {
    .produk {
        width: 550px;
        height: 500px;
    }

    .produk-items .produk {
        height: 400px;
        width: 100%;
    }

    .produk-kami.second .bg-produk {
        min-height: 1400px;
    }

    .official-right .produk {
        margin-top: 3em;
        width: 100%;
        height: 800px;
    }

    .official-store .bg-produk {
        min-height: 1000px;
    }

    .official-store.second {
        max-height: 1600px;
    }
}

@media (max-width: 976px) {
    .produk-kami {
        padding-bottom: 15rem;
    }
}

.canvas {
    padding: 50px 0px;
    width: 800px;
    border-radius: 55px;
    position: relative;
    top: 50%;
    background-color: white;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

@media (min-width: 376px) and (max-width: 576px) {
    .canvas {
        width: 360px;
        padding: 0;
    }
}

@media (min-width: 769px) and (max-width: 976px) {
    .canvas {
        width: 630px;
        padding: 100px 0;
    }
}

@media (max-width: 768px) {
    .canvas {
        padding: 50px 0;
    }
}

@media (max-width: 376px) {
    .canvas {
        width: 340px;
        padding: 0;
    }
}

@media (max-width: 300px) {
    .canvas {
        width: 280px;
        padding: 0;
        margin-bottom: 4rem;
    }
}

.desc-testimoni {
    width: 100%;
}

@media (max-width: 576px) {
	.bg-welcome .container {
		max-width: 100%;
	}
    .desc-testimoni {
        padding: 0px;
        font-size: 14px;
    }

    .testimoni-box {
        padding: 0;
    }

    .canvas {
        width: 90% !important;
    }

    .journey .logo-pemasok {
        /*top: 12em;*/
        top: 5em;
    }
}

@media (max-width: 300px) {
    .desc-testimoni {
        padding: 0px;
        font-size: 16px;
    }
}

.google-map {
    /*padding-bottom: 50%;*/
    position: relative;
}

.google-map iframe {
    /*height: 50%;*/
    width: 50%;
    /*left: 50%;*/
    /*top: 33%;*/
    /*transform: translate(-50%, -50%);*/
    /*position: absolute;*/
}

@media (max-width:1024px) {
    .google-map iframe {
        width: 70%;
        /*height: 70%;*/
        /*top: 50%;*/
    }
}

@media (max-width:767px) {
	.title-journey {
		margin-top: 17rem !important;
	}
	.desc-about {
		font-size: 26px;
	}
	.visi-banner {
		width: 60% !important;
		padding-bottom: 6em !important;
	}
	.bg-welcome{
		height: 600px !important;
	}
	.img-mascot {
		left: 13rem;
	}
    .google-map iframe {
        width: 80%;
        height: 300px;
    }

    .gallery-farm {
        display: inline-flex;
        flex-direction: column-reverse;
    }

    .ourfarm-right {
        height: 300px;
        margin-bottom: 10px;
    }

    .ourfarm-right .img-ourfarm {
        width: 50%;
        padding-right: 5px;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .ourfarm-right .img-farmbtm {
        width: 50%;
        padding-left: 5px;
        padding-top: 0;
        height: 100%;
        object-fit: cover;
        object-position: left;
    }

    .ourfarm-left {
        padding-left: 0;
        padding-right: 0;
    }

    .tooltips .img-farmtools {
        width: 100%;
        /*bottom: 40px;*/
        /*left: -1.5em;*/
        bottom: 65px;
        left: -2.5em;
    }

    .tooltips .tooltips-text {
        top: 6em !important;
        width: 80%;
    }
}

.social {
    color: #63452D;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    /*bottom: 10rem;*/
    padding: 0 3rem;
}

.social-marketplace {
    color: #63452D;
    text-decoration: none;
    font-size: 24px;
    position: relative;
    /*bottom: 10rem;*/
    padding: 0 3rem;
    display: inline-flex;
    align-items: center;
}

.social-marketplace:hover {
    color: #A58964;
}

@media (max-width:1024px) {

    .social,
    .social-marketplace {
        font-size: 16px;
        padding: 0;
        /*bottom: 1rem;*/
    }

    .icon-marketplace {
        height: 20px;
    }
}

@media (max-width: 576px) {

    .social,
    .social-marketplace {
        font-size: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 8px 0;
        width: 80%;
        margin: 0 auto;
    }

    .icon-marketplace {
        margin-left: -3px;
    }
}

.social:hover {
    color: #A58964;
}

.contact-title {
    color: #88a48f;
    text-align: center;
    font-family: 'Kotori-Rose';
}

.registration-form {
    padding: 50px 0;
    text-align: center;
    color: #63452d;
}

.registration-form form {
    background-color: #fff;
    max-width: 600px;
    margin: auto;
    padding: 50px 70px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .form-icon {
    text-align: center;
    background-color: #5891ff;
    border-radius: 50%;
    font-size: 40px;
    color: white;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 100px;
}

.registration-form .item {
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.registration-form .create-account {
    border-radius: 1rem !important;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    background-color: #a58964;
    border: none;
    color: white;
    margin-top: 20px;
}

.registration-form .social-media {
    max-width: 600px;
    background-color: #fff;
    margin: auto;
    padding: 35px 0;
    text-align: center;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #88a48f;
    border-top: 1px solid #dee9ff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.075);
}

.registration-form .social-icons {
    margin-top: 30px;
    margin-bottom: 16px;
}

.registration-form .social-icons a {
    font-size: 23px;
    margin: 0 3px;
    color: #88a48f;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    text-align: center;
    background-color: #fff;
    line-height: 45px;
}

.registration-form .social-icons a:hover {
    text-decoration: none;
    opacity: 0.6;
}

@media (max-width: 576px) {
    .registration-form form {
        padding: 50px 20px;
    }

    .registration-form .form-icon {
        width: 70px;
        height: 70px;
        font-size: 30px;
        line-height: 70px;
    }
}



.journey {
    background-color: #88a48f;
    position: relative;
    padding: 170px 0 200px;
}

@media (max-width: 576px) {
    .journey {
        margin-top: -4rem;
    }
}

.detail-journey {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding-top: 3rem;
}

@media (max-width: 576px) {
    .detail-journey {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-left: 0;
    }
}

@media (min-width: 576px) and (max-width:976px) {
    .detail-journey {
        margin-left: 0;
    }
}

.detail {
    font-size: 88px;
    font-weight: 700;
    font-family: "Kotori-Rose";
}

@media (max-width: 976px) {
    .detail {
        font-size: 64px;
    }
}

.navbar {
    padding: 30px 20px;
    border-bottom: 8px solid #a58964;
}

.navbar-home {
    border-bottom: 8px solid #88a48f;

}


.home-title {
    text-align: center;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 44px;
    color: #88a48f;
    position: relative;
    padding-bottom: 30px;
    line-height: 1.5em;
}

@media (min-width: 740px) and (max-width: 1024px) {
    .home-title {
        font-size: 37px;
    }
}

@media (min-width: 1024px) and (max-width: 1367px) {
    .home-title {
        font-size: 44px;
    }
}

@media (min-width: 576px) and (max-width: 740px) {
    .home-title {
        font-size: 24px;
    }
}

@media (max-width:576px) {
    .home-title {
        font-size: 20px;
        padding-top: 20px;
    }

    .bg-meet {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .title-contact {
        font-size: 30px;
        padding-top: 20px;
    }

    .title-mitra {
        font-size: 30px;
        padding-top: 2em !important;
    }
}

.gold {
    color: #fdce0c
}


.bg-line {
    background-color: #3a5024;
}

.title-gallery {
    font-family: "Jacksilver";
    color: #88a48f;
    font-size: 54px;
    word-spacing: 4px;
    padding: 0 2rem;
    text-align: center;
}

.btn-secondary {
    background-color: #a58964 !important;
    border-color: #a58964 !important;
}

.has-border {
    border-bottom: 5px solid rgb(136, 164, 143);
    width: 12.3rem;
}

.title-testimoni {
    color: #a58964;
    font-family: "Kepolu";
    font-size: 56px;
}

@media (max-width: 576px) {
    .title-testimoni {
        font-size: 44px;
        position: relative;
        top: 3rem;
        margin-bottom: 1em;
    }
}

@media (max-width: 300px) {
    .title-testimoni {
        font-size: 34px;
        position: relative;
        top: 3rem;
    }
}

.title-journey {
    font-size: 46px;
    margin-top: 12rem;
}

button {
    border-radius: 0 !important;
}

footer {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background-color: #f2ece4;
    padding: 100px 0 0px;
    color: #88a48f;
    line-height: 0.5rem;
}

.title-behind {
    font-family: 'Kotori-Rose';
    max-width: 80%;
    border-top: 2px solid #567f66;
    margin-bottom: 0;
}

@media (min-width: 2000px) {

    /*.img-testimoni {*/
    /*    bottom: 0;*/
    /*}*/
    .bg-produk {
        min-height: 1260px;
    }

    .bg-meet {
        background-position: inherit;
    }

    .img-mascot {
        left: 20rem;
    }
}


@media (min-width: 3000px) and (max-width: 4000px) {
    .img-mascot {
        left: 50rem;
        margin-top: -9rem;
    }
}

@media (min-width: 4001px) {
    .img-mascot {
        left: 22rem;
        margin-top: -9rem;
    }

    .desc-meet {
        width: 35%;
    }

    .google-map iframe {
        height: 600px !important;
    }

    .produk-items .produk {
        height: 600px;
    }

    .produk-kami.second .bg-produk {
        min-height: 2000px;
    }

    .produk-container {
        right: 20rem;
    }

    .produk {
        width: 900px;
        height: 700px;
    }

    .produk-kami .bg-produk {
        min-height: 1600px;
    }

    .official-right .produk {
        height: 1200px;
    }

    .official-store .bg-produk {
        min-height: 1600px;
    }

    .official-store.second {
        max-height: 2700px;
    }

    .tooltips-text {
        top: 14em !important;
        left: 9em !important;
        display: inline-flex;
        flex-direction: column;
        align-items: baseline;
        height: 60%;
        justify-content: center;
        padding-left: 10em;
    }

    .ourfarm-left .img-mascot {
        height: 600px !important;
        left: 23rem !important;
        bottom: 18em !important;
    }
}

@media (max-width: 300px) {
    .container-gallery {
        padding: 0 3rem;
    }

    /*.container-gallery .img-gallery{*/
    /*  width: 70px;*/
    /*  height: 118px;*/
    /*}*/
}

@media (max-width: 576px) {
    .title-behind {
        max-width: 80%;
    }

    .text-project {
        position: relative;
        left: 0;
    }
}

@media (min-width: 576px) and (max-width: 976px) {
    .text-project {
        position: relative;
        left: .4rem;
    }
}

@media (max-width: 1280px) {
    .img-title {
        bottom: 200px;
    }
}

.prinsip-box {
    gap: 3rem;
}

.prinsip-box-btm {
    gap: 3rem;
}

@media (min-width: 1080px) and (max-width: 1112px) {
    .prinsip-box {
        gap: 1.5rem;
    }

    .prinsip-box-btm {
        gap: 2rem;
    }

    .img-mascot {
        left: 16rem;
    }
}

.home-hidup {
    position: relative;
}

.logo-banner {
    position: absolute;
    top: 50px;
    z-index: 10;
    display: flex;
    justify-content: center;
    width: 100%;
}

.logo-top-banner {
    width: auto;
    height: 120px;
}

.logo-pemasok {
    position: absolute;
    top: 20px;
}

.logo-kebun-right {
    right: 70px;
    left: unset;
    bottom: 20px;
    top: unset;
    position: absolute;
    z-index: 1;
}

.logo-hijau {
    width: auto;
    height: 50px;
}

.logo-white {
    width: auto;
    height: 60px;
}

.logo-left {
    left: 70px;
    z-index: 1;
}

.logo-right {
    right: 70px;
    z-index: 1;
}

.logo-top {
    top: -45px !important;
    z-index: 1;
}

.hastag-center {
    position: relative;
    bottom: 0;
    color: #88a48f;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.hastag-right {
    position: absolute;
    bottom: 0;
    color: #88a48f;
    font-style: italic;
    font-weight: 600;
    text-align: right;
    right: 70px;
}

.hastag-left {
    position: absolute;
    bottom: 0;
    color: #88a48f;
    font-style: italic;
    font-weight: 600;
    text-align: right;
    left: 70px;

    /*@media (max-width: 976px){*/
    /*    left: 2rem;*/
    /*    bottom: 25rem;*/
    /*}*/
}

.hastag-white {
    color: #fff !important;
}

.hastag-top {
    top: 15px;
    bottom: unset;
    z-index: 1;
}

@media (max-width: 767px) {
    .logo-banner .logo-hijau {
        height: 50px;
    }

    .logo-hijau {
        height: 20px;
    }

    .hastag-right,
    .hastag-left,
    .hastag-center {
        font-size: 10px;
    }

    .logo-white {
        height: 30px;
    }
}

.misi-banner {
    text-align: center;
    color: #fff;
    position: relative;
    bottom: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 600px;
}

.misi-banner h4,
.visi-banner h4 {
    font-size: 40px;
    margin-bottom: 30px;
}

.misi-number {
    font-size: 40px;
    font-weight: bolder;
    font-family: "Kotori-Rose";
}

.overlay-misi {
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 700px;
    z-index: 0;
    position: absolute;
    left: 0;
    border-radius: 100% 100% 0 0;
    bottom: -26em;
    transform: scale(1.1);
}

.misi-text {
    width: 80%;
    margin: 0 auto;
}

.visi-banner {
    color: #ffffff;
    width: 40%;
    padding: 7em 0 1em 0;
    position: relative;
}

.overlay-visi {
    background: rgb(3 64 22 / 50%);
    width: 40%;
    height: 650px;
    z-index: 0;
    position: absolute;
    left: 0;
    border-radius: 0 100% 100% 0;
    bottom: 0;
    transform: scale(1.1);
    backdrop-filter: opacity(0.5);
}

.sejarah-kami {
    height: 600px;
    color: #fff;
    position: relative;
}

.bg-cover-sejarah {
    position: relative;
    top: 0;
    min-height: 600px;
    background: url("./assets/about_sejarah.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.sejarah-kami h1 {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 50px;
    width: 100%;
    top: 2.5em;
    left: 1em;
}

.sejarah-benih {
    width: 450px;
    object-fit: cover;
    border-radius: 30px;
    height: 300px;
    margin-top: 5px;
}

.sejarah-kanan {
    padding-top: 13em;
    text-align: center;
    padding-left: 2em;
    position: relative;
}

.sejarah-kanan p {
    font-family: "Kotori-Rose";
}

.point-bullet {
    width: 100%;
    height: 2px;
    background-color: #567f66;
    border: none;
    position: absolute;
    left: 52%;
}

.point-bullet:before {
    content: '\00a0\2022\00a0\00a0';
    color: #567f66;
    font-size: 40px;
    top: -32px;
    position: absolute;
    left: -15px;
}

.sejarah-kami.btm {
    height: 700px;
    color: #fff;
    position: relative;
    background: rgb(136, 164, 143);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sejarah-kami.btm .point-bullet {
    width: 120%;
    height: 2px;
    background-color: #567f66;
    border: none;
    position: absolute;
    right: 0 !important;
    left: -69%;
}

.sejarah-kami.btm .point-bullet:before {
    content: '\00a0\2022\00a0\00a0';
    color: #567f66;
    font-size: 40px;
    top: -32px;
    position: absolute;
    right: -27px;
    left: unset;
}

.sejarah-kami.btm .sejarah-kanan {
    padding-left: 0;
    padding-top: 0em;
}

.sejarah-kami.btm .sejarah-benih {
    width: 100%;
}

.sejarah-kami.btm h1 {
    top: 20px;
}

.prinsip-kami {
    min-height: 600px;
    color: #fff;
    position: relative;
    border-top: 2px solid #567f66;
}

.prinsip-kami.ketiga {
    min-height: 950px;
    color: #fff;
    position: relative;
}

.prinsip-kanan {
    text-align: left;
    padding-left: 2em;
    position: relative;
}

.prinsip-kami.ketiga .bg-cover-prinsip {
    position: relative;
    top: 0;
    min-height: 950px;
    background: url(./assets/about_sejarah.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover-prinsip {
    position: relative;
    top: 0;
    min-height: 800px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(./assets/about_prinsip.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover-prinsip-2 {
    position: relative;
    top: 0;
    min-height: 800px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(./assets/farm_prinsip2.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-cover-prinsip-3 {
    position: relative;
    top: 0;
    min-height: 950px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(./assets/farm_indoor.jpg);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
}

.mascot-prinsip {
    width: auto;
    height: 200px;
    position: absolute;
    left: 36rem;
    z-index: 1;
    bottom: 1em;
}

.mascot-prinsip2 {
    width: auto;
    height: 250px;
    position: absolute;
    left: 34rem;
    z-index: 1;
    bottom: 2em;
}

.prinsip-kami h1 {
    position: absolute;
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 50px;
    width: 100%;
    top: 1.5em;
    padding-left: 2rem;
}

.prinsip-box {
    padding-top: 5em;
}

.img-values-1 {
    width: 120px;
    height: 120px;
    background: url(./assets/hydropo-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.img-values-2 {
    width: 120px;
    height: 120px;
    background: url(./assets/pesticide_free-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.img-values-3 {
    width: 120px;
    height: 120px;
    background: url(./assets/fresh_farm_piked-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.img-values-4 {
    width: 120px;
    height: 120px;
    background: url(./assets/packed_with_love-removebg-preview.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.news-box {
    border-bottom: 2px solid grey;
    padding-bottom: 20px;
}

.news-box:last-child {
    border-bottom: unset;
    padding-bottom: 20px;
}

.news-box h2 {
    color: #88a48f;
    padding-top: 15px;
}

.news-date {
    color: #a58964;
    font-family: "Playpen-Sans";
    font-size: 12px;
}

.content-article p {
    color: #a58964;
    font-family: "Playpen-Sans";
}

.more-article {
    text-align: right;
    float: right;
    color: #a58964;
    text-decoration: none;
    text-transform: uppercase;
    font-style: italic;
	margin-top: 20px;
    border: 1px solid grey;
    padding: 5px;
}

.more-article:hover, .more-article:focus, .more-article:visited { 
	color: #63452D;
}

.wrapper-article {
    background: #fff;
    margin: 3em 0;
    padding: 10px 20px;
}

.sidebar-article {
    background: #F2ECE4;
    margin: 3em 0;
    padding: 10px 20px;
}

.img-farmbtm {
    float: right;
    padding-top: 10px;
}

.img-farmtools {
    width: 135%;
    bottom: 85px;
    left: -28px;
	max-width: unset;
}

.tooltips {
    position: relative;
}

.tooltips-text {
    position: absolute;
    width: 100%;
    top: 4em;
    left: 6em;
}

.ourfarm-left .img-mascot {
    width: auto;
    height: 350px;
    position: absolute;
    left: 5rem;
    bottom: 4em;
}

.tooltips-text h3 {
    font-family: "Kepolu";
    color: #fff;
    font-size: 32px;
    padding-top: 25px;
}

.tooltips-text p {
    font-family: "Playpen-Sans";
    font-size: 16px;
    color: #63452d;
}

@media (max-width: 1399px) {
    .tooltips-text {
        top: 3em;
    }

    .tooltips-text h3 {
        padding-top: 0;
    }

    .ourfarm-left .img-mascot {
        height: 300px;
    }

    .official-store.fourth .hastag-right {
        bottom: 9em;
    }

    .journey .logo-right {
        right: 10px;
    }
}

@media (max-width: 1112px) {
	.prinsip-kami h1 { 
		top: 2em;
	}
	.bg-see-more {
    	padding-top: 2em !important; 
	}
	.bg-prinsip2 {
		min-height: 650px !important;
	}
	.prinsip-kami.kedua .prinsip-box, .prinsip-kami.ketiga .prinsip-box {
    	padding-top: 0;
	}
    .tooltips-text {
        top: 1em !important;
        left: 3em !important;
    }

    .tooltips-text h3 {
        font-size: 20px !important;
    }

    .tooltips-text p {
        font-size: 12px !important;
    }

    .ourfarm-left .img-mascot {
        height: 150px !important;
        bottom: 13em !important;
    }
}

@media (max-width: 425px) {
	.img-mascot {
		left: 10rem;
		bottom: 1rem;
	}
	.bg-welcome .visi-banner {
    	width: 65% !important; 
	}
    .tooltips .img-farmtools {
        width: 110%;
        bottom: 50px;
        left: -1.5em;
    }

    .gallery-farm .tooltips .tooltips-text {
        top: 5em !important;
    }

    .tooltips .tooltips-text p {
        font-size: 9px !important;
    }

    .gallery .gallery-farm .ourfarm-left .img-mascot {
        bottom: 3em !important;
    }

    .misi-banner h4,
    .visi-banner h4 {
        font-size: 25px;
    }

    .misi-number {
        font-size: 25px;
    }

    .story {
        width: 250px;
    }

    .sejarah-kami h1 {
        margin-bottom: 2em;
    }

    .sejarah-kanan {
        padding-top: 1em !important;
    }

    .prinsip-kami h1 {
        margin-top: 1em;
    }

}

@media (max-width: 320px) {
	.prinsip-kami.kedua .bg-prinsip2 {
		min-height: 350px !important;
	}
	.prinsip-kami.kedua .mascot-prinsip {
		height: 80px !important;
	}
	.img-karyawan {
		min-height: 300px !important;
	}
    .tooltips .img-farmtools {
        width: 115%;
        bottom: 40px;
        left: -1.5em;
		height: 300px;
    }

    .tooltips .tooltips-text {
        top: 1.5em !important;
        left: 1em !important;
        width: 77% !important;
    }

    .tooltips .tooltips-text h3 {
        font-size: 13px !important;
    }

    .tooltips .tooltips-text p {
        font-size: 7px !important;
    }

    .gallery-90 .ourfarm-left .img-mascot {
        height: 100px;
        bottom: 4em !important;
    }

    .gallery-farm .tooltips .tooltips-text {
        margin-top: 0em;
    }

    .desc-about {
        font-size: 18px !important;
    }

    .img-mascot {
        left: 11rem;
    }

    .sejarah-kanan {
        padding-top: 1em !important;
    }
}

.values-img{
	height: 120px;
	position: relative;
}
.values-img img{
	height: 100%;
	width: auto;
}

.category article {
    padding: 3em 0;
    border-bottom: 2px solid grey;
}
.category article:last-child {
    border-bottom: unset;
}
footer.entry-footer {
    background: unset;
    padding: 0;
    color: inherit;
}
footer.entry-footer .cat-links , footer.entry-footer .tags-links, footer.entry-footer .comments-link{
    padding-right: 10px;
}

@media (max-width: 900px) {
  .ourfarm-left .img-mascot {
    height: 150px !important;
    bottom: 65px !important;
  }

  .img-farmtools {
    width: 135%;
    height: 360px;
    bottom: 85px;
    left: -28px;
    max-width: unset;
  }
  
  .produk-box {
    position: relative;
    top: -160px;
    /* right: 25px; */
  }
  
  /*.logo-pemasok {*/
  /*  position: relative;*/
  /*  top: 260px;*/
  /*}*/
  
}

@media (min-width: 450px) and (max-width: 767px){
    .produk-full {
        padding-right: 1em;
        padding-left: 1em;
    }

    .produk-box {
        top: 0;
        position: relative;
    }

    .testi {
        width: 180px !important;
        height: 260px !important;
    }
}

@media (min-width: 800px) and (max-width: 1024px) {
    .produk-full {
        padding-right: 1em;
        padding-left: 1em;
        bottom: 80px;
    }
}

@media (min-width: 670px) and (max-width: 834px) {
    .img-karyawan {
        min-height: 600px !important;
    }
}

@media (min-width: 901px) and (max-width: 976px) {
    .produk-full {
        padding-right: 1em;
        padding-left: 1em;
        padding-top: 6em;
        bottom: 320px;
    }
}