/*--------------------------------------------------------------------- 
File Name: style.css 
---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- 
import Fonts 
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.min.css);

/*--------------------------------------------------------------------- 
basic carousel-control-prev
---------------------------------------------------------------------*/

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 14px;
     font-family: 'Poppins', sans-serif;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none !important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     padding: 0;
     font-weight: 400;
     font-size: 17px;
     line-height: 28px;
}

a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

:focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #767676;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}

.full img {
     height: 25px;
     max-width: 218px;
     margin-top: -20px;
}

.titlepage {
     padding-bottom: 60px;
}

.titlepage::before {
     content: "";
     position: absolute;
     border: #fff solid 5px;
     border-width: 5px;
     width: 80px;
     z-index: 999;
     margin: 0 auto;
     left: 0;
     right: 0;
     top: 55px;
     border-radius: 10px;
}

.titlepage h2 {
     font-size: 45px;
     font-weight: bold;
     line-height: 50px;
     color: #323232;
}

.read_more {
     display: inline-block;
     background: #6dcff6;
     color: #fff;
     max-width: 160px;
     height: 61px;
     line-height: 61px;
     width: 100%;
     font-size: 17px;
     text-align: center;
     font-weight: 500;
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.read_more:hover {
     background: #0e0b01;
     color: #fff;
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.img_responsive {
     max-width: 100%;
}

.text_align_center {
     text-align: center;
}

.text_align_left {
     text-align: left;
}

.text_align_right {
     text-align: right;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}

.container {
     max-width: 1170px;
}


/*---------------------------- 
loader  
----------------------------*/

.loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}

.loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}

.loader img {
     width: 280px;
}


/*--------------------------------------------------------------------- 
header 
---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: rgba(39, 43, 44, 0.87);
     height: 85px;
     padding: 37px 30px;
     position: fixed;
     z-index: 999;
     box-shadow: 0px 2px 8px 5px rgba(0, 0, 0, 0.8);
}

.header .logo_section {
     margin-top: -13px;
}

.sticky {
     position: fixed;
     top: 0;
     width: 100%;
}

a#kontakwa.float {
     position: fixed;
     width: 60px;
     height: 60px;
     bottom: 20px;
     right: 10px;
     background-color: #25d366;
     color: #FFF;
     border-radius: 50px;
     text-align: center;
     font-size: 30px;
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
     z-index: 999;
     transition: ease-out all 0.2s;
     animation-name: hubungiWAx;
     animation-duration: 2s;
     animation-iteration-count: infinite;
}

a#kontakwa.float:hover {
     background-color: #0e8c3d;
     transition: ease-in all 0.2s;
}

a#kontakwa[title]:hover::after {
     content: attr(title);
     background-color: white;
     color: black;
     font-size: 14px;
     position: inherit;
     right: 5.5%;
     padding: 15px;
     padding-top: 10px;
     padding-bottom: 10px;
     border-radius: 25px;
     box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

i#kontak.my-float {
     margin-top: 16px;
}

a#kunjshopee.float {
     position: fixed;
     width: 60px;
     height: 60px;
     bottom: 60px;
     right: 10px;
     background-color: #EE4D2D;
     color: #FFF;
     border-radius: 50px;
     text-align: center;
     font-size: 30px;
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
     z-index: 999;
     transition: ease-out all 0.2s;
     animation-name: kunjungiShopeex;
     animation-duration: 2s;
     animation-iteration-count: infinite;
}

a#kunjshopee.float:hover {
     color: #252525;
     background-color: #a32e17;
     transition: ease-in all 0.2s;
}

a#kunjshopee[title]:hover::after {
     content: attr(title);
     background-color: white;
     color: black;
     font-size: 14px;
     position: inherit;
     right: 5.5%;
     padding: 15px;
     padding-top: 10px;
     padding-bottom: 10px;
     border-radius: 25px;
     box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

img#kontakshop.my-float {
     width: 26px;
     height: 29px;
}

@keyframes hubungiWAx {
     0% {
          bottom: 10px;
     }

     50% {
          bottom: 50px;
     }

     100% {
          bottom: 10px;
     }
}

@keyframes kunjungiShopeex {
     0% {
          bottom: 80px;
     }

     50% {
          bottom: 120px;
     }

     100% {
          bottom: 80px;
     }
}

@keyframes hubungiWA {
     0% {
          bottom: 10px;
     }

     50% {
          bottom: 50px;
     }

     100% {
          bottom: 10px;
     }
}

@keyframes hubungiWA1 {
     0% {
          bottom: 10px;
     }

     50% {
          bottom: 50px;
     }

     100% {
          bottom: 10px;
     }
}

@keyframes kunjungiShopee {
     0% {
          bottom: 75px;
     }

     50% {
          bottom: 115px;
     }

     100% {
          bottom: 75px;
     }
}

@keyframes kunjungiShopee2 {
     0% {
          bottom: 70px;
     }

     50% {
          bottom: 110px;
     }

     100% {
          bottom: 70px;
     }
}

@keyframes kunjungiShopee1 {
     0% {
          bottom: 70px;
     }

     50% {
          bottom: 110px;
     }

     100% {
          bottom: 70px;
     }
}

@keyframes kunjungiShopee3 {
     0% {
          bottom: 57.5px;
     }

     50% {
          bottom: 97.5px;
     }

     100% {
          bottom: 57.5px;
     }
}

@keyframes kunjungiShopee4 {
     0% {
          bottom: 50px;
     }

     50% {
          bottom: 90px;
     }

     100% {
          bottom: 50px;
     }
}


/*--------------------------------------------------------------------- 
sidebar 
---------------------------------------------------------------------*/
.sidebar nav {
     float: left;
     position: relative;
     top: -100px;
     left: 0;
     background: transparent;
     position: fixed;
     z-index: 998;
     box-shadow: 2px 0px 8px 5px rgba(0, 0, 0, 0.8);
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
}

.sidebar img {
     width: 44px;
     height: 44px;
}

.sidebar nav ul {
     text-align: center;
}

.sidebar nav ul li {
     position: relative;
     width: 70px;
     cursor: pointer;
     background: rgba(39, 43, 44, 0.87);
     opacity: 0.9;
     text-transform: uppercase;
     transition: all .4s ease-out;
}

.sidebar nav ul li:after {
     position: absolute;
     background: white;
     color: #A4907C;
     top: 0;
     left: 70px;
     width: 70px;
     height: 100%;
     opacity: .5;
     transform: perspective(400px) rotateY(90deg);
     transform-origin: 0 100%;
     transition: all .4s ease-out;
     border-top-right-radius: 10px;
     border-bottom-right-radius: 10px;
}

.sidebar nav ul li:nth-child(1):after {
     content: "Biji Kopi";
     line-height: 15px;
     padding-top: 33px;
     font-size: 16px;
     font-weight: bolder;
}

.sidebar nav ul li:nth-child(2):after {
     content: "Ceng keh";
     line-height: 15px;
     padding-top: 33px;
     font-size: 16px;
     font-weight: bolder;
}

.sidebar nav ul li:nth-child(3):after {
     content: "Durian";
     line-height: 15px;
     padding-top: 43px;
     font-size: 16px;
     font-weight: bolder;
}

.sidebar nav ul li:nth-child(4):after {
     content: "Gula Aren";
     line-height: 15px;
     padding-top: 33px;
     font-size: 16px;
     font-weight: bolder;
}

.sidebar nav ul li:nth-child(5):after {
     content: "Jahe Rempah";
     line-height: 15px;
     padding-top: 33px;
     font-size: 16px;
     font-weight: bolder;
}

.sidebar nav ul li:hover {
     transform: translateX(-70px);
}

.sidebar nav ul li:hover:after {
     opacity: 1;
     transform: perspective(400px) rotateY(0deg) scale(1);
}


.sidebar nav ul li>div {
     display: inline-block;
     padding: 25px 0;
     background: transparent;
}

.sidebar nav ul li div {
     position: relative;
}


/*--------------------------------------------------------------------- 
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
     float: right;
     padding: 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding: 0px 30px;
     color: #d3d3d3;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #fff;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #fff;
}

.di_no {
     display: none;
}

ul.email {
     padding-top: 1px;
     display: flex;
     align-items: center;
     justify-content: flex-end;
     flex-wrap: wrap;
}

ul.email li {
     padding: 0px 35px;
}

ul.email li:nth-child(2) {
     padding-right: 0;
}

ul.email li a {
     font-size: 17px;
     color: #fff;
}

ul.email li i {
     color: #fff;
     font-size: 19px;
}


/** banner_main **/

#top_section {
     background-image: url('../images/curugindrokilo-1.png');
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     padding-top: 130px;
     height: 100vh;
     background-position: center;
}

#myCarousel .carousel-indicators {
     bottom: -50px;
     margin-left: 11px;
     right: inherit;
}

#myCarousel .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
}

#myCarousel .carousel-indicators li {
     cursor: pointer;
     background: #fff;
     border-radius: 40px;
     width: 22px;
     height: 22px;
}

#myCarousel .carousel-indicators li:hover {
     background: #A4907C;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
     display: none;
}

.relative {
     position: inherit;
     bottom: 0;
     padding: 0;
}

.bluid {
     margin-top: 10px;
     font-family: 'Open Sans', sans-serif;
     text-align: left;
}

.banner_main .bluid img {

     width: 90px;
     height: 90px;
     background-color: white;
     border: 2px black solid;
     border-radius: 50%;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.banner_main .bluid h1 {
     color: #fff;
     font-size: 100px;
     line-height: 20px;
     font-weight: bold;
     padding-bottom: 25px;
}

.banner_main .bluid p {
     color: #fff;
     line-height: 25px;
     font-weight: 500;
     padding-bottom: 25px;
     font-size: 17px;
     width: 350px;
}

.banner_main .bluid .read_more {
     background: #fff;
     color: #000;
     border-radius: 10px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.banner_main .bluid .read_more:hover {
     color: #fff;
     background: #0e0b01;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

#bo_ho1 img {
     transition: transform 0.25s ease;
     max-height: 250px;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
     border-radius: 15px;
}

#bo_ho1 img:hover {
     -webkit-transform: scale(1.5);
     transform: scale(1.5);
     margin-bottom: 50px;
     transition: ease-in all 0.3s;
     box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
}

#bo_ho2 img {
     transition: transform 0.25s ease;
}

#bo_ho2 img:hover {
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     transition: ease-in all 0.3s;
}

#bo_ho3 img {
     transition: transform 0.25s ease;
}

#bo_ho3 img:hover {
     -webkit-transform: scale(1.3);
     transform: scale(1.3);
     transition: ease-in all 0.3s;
}

#bo_ho5 img {
     background-color: white;
     width: 106px;
     height: 106px;
     border: 1px black solid;
     margin-top: 4px;
     margin-bottom: 25px;
     border-radius: 50%;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.card-body:hover #bo_ho5 img {
     animation-name: animasi3d;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

#xaxa img#bdy {
     width: 206px;
     height: 206px;
     border: 0px solid;
     margin-bottom: 45px;
     border-radius: 50%;
     box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
     animation-name: animasi3dx;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

#bo_ho5 img#bdy {
     width: 206px;
     height: 206px;
     border: 0px solid;
     border-radius: 50%;
     box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
     animation-name: animasi3dx;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

#bo_ho5 img#gambarcult {
     width: 18px;
     height: 19px;
     margin-top: -4px;
     border: 0px solid;
     border-radius: 0;
     box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
     margin-bottom: 0;
}

#bo_ho a:hover img#gambarcult {
     animation-name: animasi3dx;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

.we_box2.movee:hover img#blanja {
     animation-name: animasi3dxx;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

.we_box2.movee1:hover img#pilih {
     animation-name: animasi3dxxx;
     animation-duration: 2s;
     animation-iteration-count: infinite;
     margin: 0 auto;
     left: 0;
     right: 0;
}

.we_box2.movee1:hover h3 {
     margin-top: 76px;
}

@media screen and (min-width: 300px) and (max-width: 767.8px) {
     .we_box2.movee1:hover img#pilih {
          animation-name: animasi3dxxxx;
     }
}

#bo_ho4 img {
     animation-name: animasi3dx;
     animation-duration: 4s;
     animation-iteration-count: infinite;
}

#bo_ho4 img#gambargal {
     width: 206px;
     height: 206px;
     border: 0px solid;
     margin-top: 35px;
     border-radius: 50%;
     box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

@keyframes animasi3d {
     0% {
          background-color: white;
          /* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.9); */
     }

     50% {
          background-color: #A4907C;
          transform: rotate3d(1, 4, 3, 360deg);
     }

     100% {
          background-color: white;
     }
}

@keyframes animasi3dx {
     0% {
          background-color: transparent;
     }

     50% {
          transform: rotate3d(1, 4, 3, 360deg);
     }

     100% {
          background-color: transparent;
     }
}

@keyframes animasi3dxx {
     0% {
          background-color: #EE4D2D;
     }

     50% {
          transform: rotate3d(1, 4, 3, 360deg);
     }

     100% {
          background-color: #EE4D2D;
     }
}

@keyframes animasi3dxxx {
     0% {
          position: absolute;
          top: 30px;
     }

     50% {
          position: absolute;
          top: 55px;
     }

     100% {
          position: absolute;
          top: 30px;
     }
}

@keyframes animasi3dxxxx {
     0% {
          position: absolute;
          top: 25px;
     }

     50% {
          position: absolute;
          top: 45px;
     }

     100% {
          position: absolute;
          top: 25px;
     }
}

#bo_ho1 video {
     transition: ease-out all 0.5s;
     max-height: 339px;
     border: 2px black solid;
}

#bo_ho1 video:hover {
     /* max-height: 390px; */
     transition: ease-in all 0.3s;
     box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.8);
}

#bo_ho1 iframe#comprof {
     transition: ease-out all 0.5s;
     height: 339px;
     width: 100%;
     border: 2px black solid;
     box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.6);
}

#bo_ho1 iframe#comprof:hover {
     /* max-height: 390px; */
     transition: ease-in all 0.3s;
     box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.8);
}


/** we_do **/

.we_do {
     background: #fefaf0;
     padding: 90px 0 190px 0;
}

.we_do .titlepage::before {
     border: #A4907C solid 5px;
     z-index: 1;
     border-radius: 10px;
}

.we_do div#prodkops.container {
     margin-top: 60px;
}

.we_do div#prodother.container {
     margin-top: -250px;
}

.we_do div#prodotherkop.container {
     margin-top: -200px;
}

div#budayas.we_do {
     margin-top: -217px;
     margin-bottom: -110px;
}

.we_do .card .card-body center#tengah {
     font-size: 22px;
     margin-top: -10px;
     margin-bottom: -5px;
}

.we_do .card .card-body center#tengah span#spek a {
     cursor: pointer;
     transition: ease-in all 0.3s;
}

.we_do .card .card-body center#tengah span#spek a:hover {
     font-size: 28px;
     transition: ease-in all 0.3s;
     color: #A4907C;
}

.we1_do {
     position: inherit;
     padding: 0;
}

#bo_ho:hover {
     border: #292a2c solid 1px;
     transition: ease-in all 0.5s;
}

.we_box {
     background-color: #fffef9;
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
     border-radius: 20px;
}

.we_box:hover {
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
}

.we_box h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box h3 a#deswita {
     font-size: 16px;
}

.we_box2 h3 a#deswita {
     font-size: 16px;
}

.we_box h3 img {
     float: right;
}

.we_box p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
}

.we_box2 a#shopee1y {
     max-width: 200px;
     border-radius: 10px;
     background: #252525;
     height: 41px;
     line-height: 41px;
     margin: auto;
     display: block;
     position: absolute;
     bottom: 12%;
     left: 0;
     right: 0;
}

.we_box2 a#shopee1y:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box2 a#shopee1y img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#shopee1 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee1:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee1 img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#shopee2 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee2:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee2 img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#shopee3 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee3:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee3 img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#shopee4 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee4:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee4 img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#shopee5 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee5:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee5 img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#galcoff {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#cont1 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#galceng {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#cont2 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#galjahe {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#cont3 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#galaren {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#cont4 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#galduri {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#cont5 {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
}

.we_box a#shopee1x {
     max-width: 200px;
     position: absolute;
     bottom: 0.8%;
     left: 37%;
     right: 37%;
     border-radius: 10px;
     background: #252525;
}

.we_box a#shopee1x:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#shopee1x img {
     width: 18px;
     height: 19px;
     margin-top: -4px;
}

.we_box a#galut {
     max-width: 200px;
     position: absolute;
     bottom: 0.8%;
     left: 11%;
     border-radius: 10px;
     background-color: #252525;
}

.we_box a#galut:hover {
     background-color: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#contus {
     max-width: 200px;
     position: absolute;
     bottom: 0.8%;
     right: 11%;
     border-radius: 10px;
}

.we_box a#syope {
     max-width: 200px;
     margin-top: -5px;
     border-radius: 10px;
     background: #252525;
}

.we_box a#syope:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_box a#buklet {
     max-width: 200px;
     margin-top: 4px;
}

.we_box .read_more {
     max-width: 131px;
     height: 41px;
     line-height: 41px;
     margin: 0 auto;
     display: block;
     background: #252525;
     border-radius: 10px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.we_box .read_more:hover {
     background: #252525c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.we_do .card-head a {
     color: white;
     font-weight: bolder;
     font-size: 28px;
     line-height: 60px;
}

.we_do h3#culttitle span#spen {
     font-weight: lighter;
     font-size: 16px;
     font-style: italic;
     color: #808080;
}

.we_box2 {
     background-color: #fffef9;
     border: #e6e7e8 solid 1px;
     transition: ease-in all 0.5s;
     padding: 40px;
     margin-bottom: 26px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
     border-radius: 20px;
}

.we_box2:hover {
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
}

.we_box2 h3 {
     color: #292929;
     font-size: 22px;
     font-weight: bold;
     line-height: 25px;
     text-transform: uppercase;
     padding-top: 25px;
}

.we_box2 h3 img {
     float: right;
}

.we_box2 p {
     color: #292929;
     padding-top: 25px;
     display: block;
     padding-bottom: 40px;
     font-size: 14px;
     margin-bottom: -45px;
}

.we_do .read_more1 {
     max-width: 190px;
     height: 65px;
     line-height: 65px;
     font-size: 17px;
     color: white;
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-bottom: 40px;
     border-radius: 10px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.we_do .read_more1:hover {
     background: #464646c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

/* div#bo_ho.we_box.great .read_more {
     position: absolute;
     bottom: 3%;
     right: 38%;
     left: 38%;
} */

#we1 .carousel-indicators {
     display: none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
     background: #ffffff;
     width: 59px;
     height: 59px;
     top: 100%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     border-radius: 50%;
}

#we1 a.carousel-control-prev {
     left: 43%;
     top: 102%;
}

#we1 a.carousel-control-next {
     right: 43%;
     top: 102%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

#we12 .carousel-indicators {
     display: none;
}

#we12 a.carousel-control-next,
#we12 a.carousel-control-prev {
     background: #ffffff;
     width: 59px;
     height: 59px;
     top: 100%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     border-radius: 50%;
}

#we12 a.carousel-control-prev {
     left: 43%;
     top: 102%;
}

#we12 a.carousel-control-next {
     right: 43%;
     top: 102%;
}

#we12 a.carousel-control-next:focus,
#we12 a.carousel-control-next:hover,
#we12 a.carousel-control-prev:focus,
#we12 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we2 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we2 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we2 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we2 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we2 a.carousel-control-next,
.we2 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we2 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we2 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we2 a.carousel-control-next:focus,
.we2 a.carousel-control-next:hover,
.we2 a.carousel-control-prev:focus,
.we2 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we3 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we3 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we3 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we3 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we3 a.carousel-control-next,
.we3 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we3 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we3 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we3 a.carousel-control-next:focus,
.we3 a.carousel-control-next:hover,
.we3 a.carousel-control-prev:focus,
.we3 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we4 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we4 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we4 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we4 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we4 a.carousel-control-next,
.we4 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we4 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we4 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we4 a.carousel-control-next:focus,
.we4 a.carousel-control-next:hover,
.we4 a.carousel-control-prev:focus,
.we4 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we5 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we5 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we5 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we5 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we5 a.carousel-control-next,
.we5 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we5 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we5 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we5 a.carousel-control-next:focus,
.we5 a.carousel-control-next:hover,
.we5 a.carousel-control-prev:focus,
.we5 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we6 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we6 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we6 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we6 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we6 a.carousel-control-next,
.we6 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we6 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we6 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we6 a.carousel-control-next:focus,
.we6 a.carousel-control-next:hover,
.we6 a.carousel-control-prev:focus,
.we6 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we7 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we7 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we7 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we7 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we7 a.carousel-control-next,
.we7 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we7 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we7 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we7 a.carousel-control-next:focus,
.we7 a.carousel-control-next:hover,
.we7 a.carousel-control-prev:focus,
.we7 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we8 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we8 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we8 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we8 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we8 a.carousel-control-next,
.we8 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we8 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we8 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we8 a.carousel-control-next:focus,
.we8 a.carousel-control-next:hover,
.we8 a.carousel-control-prev:focus,
.we8 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we9 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we9 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we9 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we9 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we9 a.carousel-control-next,
.we9 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we9 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we9 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we9 a.carousel-control-next:focus,
.we9 a.carousel-control-next:hover,
.we9 a.carousel-control-prev:focus,
.we9 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we10 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we10 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we10 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we10 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we10 a.carousel-control-next,
.we10 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we10 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we10 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we10 a.carousel-control-next:focus,
.we10 a.carousel-control-next:hover,
.we10 a.carousel-control-prev:focus,
.we10 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}

.we11 .carousel-indicators {
     top: 100%;
     left: 0px;
     right: 0px;
     z-index: 50;
}

.we11 .carousel-indicators .active {
     background: #A4907C;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
}

.we11 .carousel-indicators li {
     cursor: pointer;
     background: #ffffff;
     border-radius: 40px;
     width: 22px;
     height: 6px;
}

.we11 .carousel-indicators li:hover {
     background-color: #A4907C;
}

.we11 a.carousel-control-next,
.we11 a.carousel-control-prev {
     background: #fffef9;
     width: 35px;
     height: 50px;
     top: 45%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.5);
}

.we11 a.carousel-control-prev {
     left: -12px;
     border-top-left-radius: 100%;
     border-bottom-left-radius: 100%;
}

.we11 a.carousel-control-next {
     right: -12px;
     border-top-right-radius: 100%;
     border-bottom-right-radius: 100%;
}

.we11 a.carousel-control-next:focus,
.we11 a.carousel-control-next:hover,
.we11 a.carousel-control-prev:focus,
.we11 a.carousel-control-prev:hover {
     background: black;
     color: #fff;
     opacity: 1;
}


/** end we_do **/


/* Cards */
.we_do .card#produks {
     margin-top: -60px;
     background-color: #F1DEC9;
     width: 100%;
     height: 100%;
     border: 1px #252525 solid;
     box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.9);
     transition: ease-in all 0.5s;
     border-radius: 30px;
}

.we_do .card#produks .card-head {
     border: 2px #252525 solid;
     background-color: #252525;
     border-top-left-radius: 27px;
     border-top-right-radius: 27px;
}

.we_do .card#produks:hover {
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.6);
}

.contact .card#kontakcard {
     width: 100%;
     border: 1px #252525 solid;
     box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
     border-radius: 30px;
}

.contact .card#kontakcard .card-head#kontakhead {
     border: 2px #252525 solid;
     background-color: #252525;
     border-top-left-radius: 27px;
     border-top-right-radius: 27px;
}

.contact div#xaxa.card-body {
     background-color: #fffef9;
     border-radius: 30px;
}

.we_do .card#galgal {
     margin-top: -20px;
     background-color: #F1DEC9;
     width: 100%;
     height: 100%;
     border: 1px #252525 solid;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
     transition: ease-in all 0.5s;
     border-radius: 30px;
}

.we_do .card#galgal .card-head {
     border-top-left-radius: 27px;
     border-top-right-radius: 27px;
}

.we_do .card#galgal:hover {
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.6);
}
/* end Cards */


/** about **/

.about {
     background-image: url('../images/beautyindro.png');
     background-size: cover;
     background-repeat: no-repeat;
     padding-top: 120px;
     position: relative;
     height: 100vh;
     background-position: center;
}

.about .titlepage::before {
     border: #A4907C solid 5px;
     z-index: 1;
     border-radius: 10px;
}

.about .titlepage {
     padding-bottom: 0;
     margin-bottom: 0px;
}

.about .titlepage h2 {
     color: #fff;
}

.about .titlepage p {
     line-height: 35px;
     padding-top: 20px;
     color: #fff;
     font-size: 16px;
}

.about a#profdes.profdes {
     background-color: white;
     border: 1px #252525 solid;
     font-size: 26px;
     color: black;
     position: absolute;
     text-align: center;
     bottom: 5%;
     left: 48.3%;
     right: 48.3%;
     padding-top: 4px;
     width: 50px;
     height: 50px;
     border-radius: 50px;
     box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.8);
}

.about a#profdes.profdes:hover {
     color: white;
     background-color: #252525;
     border: 8px #252525 solid;
}


/** end about **/


/** portfolio **/

.portfolio {
     padding-top: 90px;
     padding-bottom: 90px;
     background: #fefaf0;
}

.portfolio .titlepage::before {
     /* right: inherit; */
     border: #A4907C solid 5px;
     z-index: 1;
     border-radius: 10px;
}

.portfolio_main {
     margin-bottom: 30px;
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
     border-radius: 20px;
}

.portfolio_main figure {
     margin: 0;
     position: relative;
     overflow: hidden;
     border-radius: 20px;
}

#ho_nf:hover {
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
     transition: ease-in all 0.5s;
     border: 1px black solid;
}

#ho_nf:hover .portfolio_text {
     background-color: #fffef9;
     height: 80px;
     transition: ease-in all 0.5s;
     padding: 40px 40px;
     width: 100%;
}

#ho_nf:hover .li_icon {
     margin-top: -65px;
     transition: ease-in all 0.7s;
}

.portfolio_text {
     cursor: pointer;
     position: absolute;
     transition: ease-in all 0.5s;
     bottom: 0;
     height: 0;
     width: 100%;
     background: #fff;
     overflow: initial;
}

.li_icon {
     display: flex;
     transition: ease-in all 0.7s;
     z-index: 998;
     position: absolute;
}

.li_icon a {
     background: #fff;
     width: 60px;
     height: 60px;
     border-radius: 50px;
     display: flex;
     align-items: center;
     justify-content: center;
     color: #3a404e;
     border: 1px black solid;
     font-size: 24px;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.65);
}

.li_icon a#imej {
     margin-left: 5px;
}

.li_icon a:hover {
     background: #0f1012;
     color: #fff;
     border: 1px black solid;
}

.portfolio_text h3 {
     color: #0c0c0d;
     font-size: 24px;
     line-height: 30px;
     font-weight: bold;
     padding-bottom: 15px;
}

.portfolio_text h3 div {
     float: right;
     border: 2px black solid;
     border-radius: 10px;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
     background-color: white;
}

.portfolio_text h3 i {
     color: gold;
     padding-right: 1.5px;
     padding-left: 1.5px;
}

.portfolio_text p {
     color: #031330;
     font-size: 17px;
     line-height: 30px;
     padding-bottom: 15px;
}

.portfolio .read_more {
     margin: 0 auto;
     display: block;
     background: #252525;
     margin-top: 30px;
     border-radius: 10px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.portfolio .read_more:hover {
     background: #464646c7;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}


/* end portfolio */


/* chose */

.chose {
     padding: 90px 0 60px 0;
     background: #323232;
}

.chose .titlepage::before {
     right: inherit;
     border: #A4907C solid 5px;
     left: 15px;
     border-radius: 10px;
}

.chose .titlepage h2 {
     color: #fff;
}

.chose.chose .titlepage p {
     color: #fff;
     padding-top: 15px;
}

.chose_box {
     margin-bottom: 30px;
}

.chose_box h3 {
     padding-top: 20px;
     color: #fff;
     font-weight: bold;
     font-size: 30px;
     line-height: 35px;
}

.chose_box strong {
     display: block;
     color: #fff;
     font-weight: bold;
     font-size: 48px;
     line-height: 60px;
     padding-bottom: 30px;
}

.chose_box .read_more {
     background: #fff;
     color: #323232;
     max-width: 176px;
     line-height: 47px;
     height: 47px;
     border-radius: 10px;
     box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.6);
}

.chose_box .read_more:hover {
     background: #0e0b01;
     color: #fff;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}


/** end chose **/


/** contact section **/

.contact {
     background: #fefaf0;
     padding: 90px 0;
}

.contact .titlepage::before {
     right: inherit;
     border: #A4907C solid 5px;
     left: 15px;
     z-index: 1;
     border-radius: 10px;
}

.main_form .contactus {
     border: #d2d2d3 solid 1px;
     padding: 0 15px;
     margin-bottom: 25px;
     width: 100%;
     height: 71px;
     background: #fff;
     color: #888888;
     font-size: 16px;
     font-weight: normal;
}

.main_form h5.card-title {
     font-size: 18px;
}

.main_form p.card-text {
     font-size: 16px;
}

.contact .card-link:hover {
     color: #A4907C;
     cursor: pointer;
}

.contact .card-body {
     background-color: #fffef9;
}

.contact .card iframe#petalok {
     border-top-left-radius: 20px;
     border-top-right-radius: 20px;
     transition: ease-in all 0.3s;
     box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.4);
}

.contact .card iframe#petalok:hover {
     transition: ease-in all 0.3s;
     box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.8);
}

.contact .card-body iframe:hover {
     border: 1px black solid;
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.8);
}

.contact .card-body iframe {
     border-radius: 10px;
     transition: ease-in all 0.5s;
     box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
     width: 100%;
     height: 250px;
}

.contact .card-head a {
     line-height: 60px;
}

.contact .card-head img {
     height: 44px;
     margin-bottom: 5px;
}

.main_form .textarea {
     border: #d2d2d3 solid 1px;
     margin-bottom: 25px;
     width: 100%;
     background: #fff;
     color: #888888;
     font-size: 18px;
     font-weight: normal;
     padding: 57px 15px 0 15px;
     border-radius: 0;
     height: 150px;
}

.main_form .send_btn {
     font-size: 17px;
     transition: ease-in all 0.5s;
     background-color: #323232;
     text-transform: uppercase;
     color: #fff;
     padding: 25px 0px;
     max-width: 252px;
     width: 100%;
     display: block;
     margin-top: 10px !important;
     font-weight: bold;
}

.main_form .send_btn:hover {
     background-color: #464646c7;
     transition: ease-in all 0.5s;
     color: #fff;
}

#request *::placeholder {
     color: #888888;
     opacity: 1;
}


/** end contact section **/


/** testimonial **/

.posi_in {
     position: inherit;
     padding: 0;
}

.clientsl_text {
     margin-top: 49px;
     box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
     padding: 40px;
     margin-bottom: 26px;
     background-color: #fffef9;
     border-radius: 20px;
}

.clientsl_text i img {
     margin-top: -74px;
     display: block;
     margin-right: 20px;
     float: left;
     border-radius: 10px;
}

.clientsl_text h3 {
     color: #000b0a;
     font-size: 23px;
     font-weight: bold;
     line-height: 20px;
     text-align: left;
}

.clientsl_text h3 img {
     float: right;
}

.clientsl_text p {
     color: #757575;
     padding-top: 62px;
     display: block;
}

#clientsl .carousel-indicators {
     display: none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
     background: #ffffff;
     width: 59px;
     height: 59px;
     top: 100%;
     opacity: 1;
     font-size: 33px;
     color: #000000;
     border: 1px black solid;
     border-radius: 50%;
}

#clientsl a.carousel-control-prev {
     left: 37%;
}

#clientsl a.carousel-control-next {
     right: 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
     background: #252525;
     color: #fff;
     opacity: 1;
}


/** end testimonial **/


/** footer **/

.footer {
     background: #222222;
     padding-top: 60px;
     box-shadow: 0px -2px 8px 5px rgba(0, 0, 0, 0.8);
}

.Informa h3 {
     color: #ffffff;
     font-size: 23px;
     font-weight: bold;
     line-height: 21px;
     margin-bottom: 15px;
     margin-top: 26px;
     text-transform: uppercase;
}

.Informa li {
     font-size: 17px;
     line-height: 37px;
     color: #ffffff;
}

.Informa li a:hover {
     color: #bdbdbe;
}

.helpful li a {
     color: #fff;
     font-size: 17px;
     line-height: 30px;
}

.helpful li a:hover {
     color: #bdbdbe;
}

.conta li a {
     color: #ffffff;
     font-size: 17px;
}

.conta li a i {
     padding-right: 5px;
}

.copyright {
     background: #151515;
     margin-top: 80px;
     padding: 20px 0px;
}

.copyright p {
     color: #bdbdbe;
     font-weight: 400;
}

.copyright a {
     color: #bdbdbe;
}

.copyright a:hover {
     color: #fff;
}

ul.social_icon li {
     display: inline-block;
     padding-right: 15px;
}

ul.social_icon li:last-child {
     padding-right: 0;
}

ul.social_icon li a {
     color: #fff;
     display: inline-block;
     text-align: center;
     line-height: 33px;
     font-size: 28px;
     font-weight: bold;
}

ul.social_icon li a:hover {
     color: #bdbdbe;
     transform: rotate(360deg);
     transition: ease-in all 0.7s;
}

/* .newslatter_form {
     display: flex;
     align-items: center;
     margin-bottom: 70px;
}

.ente {
     color: #000;
     border: inherit;
     padding: 0 30px;
     height: 66px;
     width: 100%;
     font-size: 17px;
}

.subs_btn {
     max-width: 289px;
     display: inline-block;
     background: #151515;
     height: 66px;
     width: 30%;
     color: #fff;
     font-size: 17px;
     text-transform: uppercase;
     font-weight: bold;
     transition: ease-in all 0.5s;
}

.subs_btn:hover {
     background: #fff;
     color: #151515;
     transition: ease-in all 0.5s;
} */


/** end footer **/


/*- - ener page css--*/

.inner_page .header {
     box-shadow: 0 -3px 20px 0px #717171;
     position: inherit;

}

.inner_page .about {
     margin: 90px 0;
}


/* Device Width Responsive */
/* Large Laptop */
@media screen and (min-width: 1440px) {

     #muncul {
          display: none;
     }

     .contact .card#petalok1 {
          height: 470px;
     }

     .footer a img {
          height: 51px;
          width: 247px;
          margin-top: 8px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     ul.social_icon {
          float: right;
     }

     div#bo_ho.we_box.great {
          height: 84%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     #we1 a#tombol.carousel-control-prev {
          left: 41%;
          top: 97%;
     }

     #we1 a#tombol.carousel-control-next {
          right: 41%;
          top: 97%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 41%;
          top: 97%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 41%;
          top: 97%;
     }

     .banner_main .bluid h1.indtit {
          font-size: 50px;
          padding-top: 24px;
          line-height: 20px;
     }

     .banner_main .bluid p {
          width: 380px;
     }

     .we_box2 {
          height: 91%;
     }

}

/* Medium Laptop / Monitor */
@media screen and (min-width: 1200px) and (max-width: 1439.8px) {

     #muncul {
          display: none;
     }

     .contact .card#petalok1 {
          height: 470px;
     }

     a#kontakwa.float {
          width: 55px;
          height: 55px;
          font-size: 27px;
          animation-name: hubungiWA;
     }

     a#kontakwa[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     i#kontak.my-float {
          margin-top: 13.5px;
     }

     a#kunjshopee.float {
          width: 55px;
          height: 55px;
          animation-name: kunjungiShopee;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     img#kontakshop.my-float {
          width: 24px;
          height: 27px;
          margin-top: -5px;
     }

     ul.social_icon {
          float: right;
          padding-right: 80px;
     }

     .copyright p {
          padding-left: 80px;
     }

     .sidebar nav {
          top: -97px;
     }

     .sidebar img {
          width: 40px;
          height: 40px;
          margin-top: -17px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 52px;
          height: 62px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          color: #A4907C;
          width: 52px;
          height: 100%;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 17.5px;
          font-size: 13px;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 17.5px;
          font-size: 13px;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 23px;
          font-size: 12px;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 17.5px;
          font-size: 13px;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 17.5px;
          font-size: 13px;
     }

     .about a#profdes.profdes {
          font-size: 26px;
          left: 47.8%;
          right: 47.8%;
          padding-top: 4px;
          width: 50px;
          height: 50px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 50px;
          padding-top: 24px;
          line-height: 20px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          max-height: 300px;
          border: 2px black solid;
     }

     .we_box2 {
          padding: 30px;
          height: 91%;
     }

     .we_box2 p {
          margin-bottom: -45px;
     }

     .full img {
          margin-top: -23px;
     }

     .footer a img {
          padding-left: 80px;
          height: 51px;
          width: 327px;
          margin-top: 8px
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     .helpful {
          padding-left: 80px;
     }

     .Informa ul li {
          padding-right: 80px;
     }

     .about .titlepage p#deskabou {
          line-height: 40px;
          font-size: 18px;
     }

     .banner_main .bluid a.read_more {
          font-size: 15px;
     }

     .chose_box .read_more {
          font-size: 15px;
     }

     .we_box .read_more {
          font-size: 15px;
     }

     .we_do .read_more1 {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .portfolio .read_more {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .we_box2 a#shopee1y {
          font-size: 15px;
          bottom: 10%;
     }

     div#bo_ho.we_box.great {
          height: 84%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 10%;
          left: 10%;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 135px;
          position: absolute;
          bottom: 10%;
          right: 10%;
     }

     #bo_ho4 img#gambargal {
          width: 196px;
          height: 196px;
          border: 1px black solid;
          margin-bottom: -5px;
     }

     #we1 a#tombol.carousel-control-prev {
          left: 42%;
          top: 97%;
     }

     #we1 a#tombol.carousel-control-next {
          right: 42%;
          top: 97%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 42%;
          top: 97%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 42%;
          top: 97%;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 31%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 31%;
     }

}

/* Medium-Small Laptop / Monitor */
@media screen and (min-width: 1125px) and (max-width: 1199.8px) {

     #muncul {
          display: none;
     }

     .contact .card#petalok1 {
          height: 470px;
     }

     #top_section .container {
          margin-top: -55px;
     }

     a#kontakwa.float {
          width: 55px;
          height: 55px;
          font-size: 27px;
          animation-name: hubungiWA;
     }

     a#kontakwa[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     i#kontak.my-float {
          margin-top: 13.5px;
     }

     a#kunjshopee.float {
          width: 55px;
          height: 55px;
          animation-name: kunjungiShopee;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     img#kontakshop.my-float {
          width: 24px;
          height: 27px;
          margin-top: -5px;
     }

     .we_box2 {
          padding: 30px;
          height: 91%;
     }

     ul.social_icon {
          float: right;
     }

     ul.social_icon {
          float: right;
          padding-right: 80px;
     }

     .copyright p {
          padding-left: 80px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -103px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 35px;
          height: 35px;
          margin-top: -20px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 48px;
          height: 58px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 48px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 23px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .about a#profdes.profdes {
          font-size: 26px;
          left: 47.8%;
          right: 47.8%;
          padding-top: 4px;
          width: 50px;
          height: 50px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 50px;
          padding-top: 24px;
          line-height: 20px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          max-height: 280px;
          border: 2px black solid;
     }

     .we_box h3#deskcoff {
          font-size: 20px;
     }

     .we_box p#desccoff {
          font-size: 14px;
     }

     .we_box h3#deskceng {
          font-size: 20px;
     }

     .we_box p#descceng {
          font-size: 14px;
     }

     .we_box h3#deskjahe {
          font-size: 20px;
     }

     .we_box p#descjahe {
          font-size: 14px;
     }

     .we_box h3#deskaren {
          font-size: 20px;
     }

     .we_box p#descaren {
          font-size: 14px;
     }

     .we_box p {
          font-size: 15px;
     }

     .we_box2 p {
          font-size: 13px;
          margin-bottom: -45px;
     }

     .we_box2 {
          padding: 30px;
          height: 91%;
     }

     .full img {
          margin-top: -23px;
     }

     .footer a img {
          padding-left: 80px;
          height: 51px;
          width: 337px;
          margin-top: 8px
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     .helpful {
          padding-left: 80px;
     }

     .Informa ul li {
          padding-right: 80px;
     }

     .about .titlepage p#deskabou {
          line-height: 35px;
          font-size: 17px;
     }

     .banner_main .bluid a.read_more {
          font-size: 15px;
     }

     .chose_box .read_more {
          font-size: 15px;
     }

     .we_box .read_more {
          font-size: 15px;
     }

     .we_do .read_more1 {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .portfolio .read_more {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .clientsl_text p.heho {
          font-size: 16px;
          line-height: 25px;
     }

     .we_box2 a#shopee1y {
          font-size: 15px;
          bottom: 10%;
     }

     div#bo_ho.we_box.great {
          height: 82%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     #bo_ho4 img#gambargal {
          width: 186px;
          height: 186px;
          border: 1px black solid;
          margin-bottom: -5px;
     }

     #we1 a#tombol.carousel-control-prev {
          left: 42%;
          top: 98%;
     }

     #we1 a#tombol.carousel-control-next {
          right: 42%;
          top: 98%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 42%;
          top: 98%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 42%;
          top: 98%;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 31%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 31%;
     }

}

/* Small Laptop / Monitor */
@media screen and (min-width: 1024px) and (max-width: 1124.8px) {

     #muncul {
          display: none;
     }

     .contact .card#petalok1 {
          height: 470px;
     }

     #top_section .container {
          margin-top: -55px;
     }

     a#kontakwa.float {
          width: 55px;
          height: 55px;
          font-size: 27px;
          animation-name: hubungiWA;
     }

     a#kontakwa[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     i#kontak.my-float {
          margin-top: 13.5px;
     }

     a#kunjshopee.float {
          width: 55px;
          height: 55px;
          animation-name: kunjungiShopee;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 13px;
          right: 6.5%;
     }

     img#kontakshop.my-float {
          width: 24px;
          height: 27px;
          margin-top: -5px;
     }

     ul.social_icon {
          float: right;
          padding-right: 70px;
          font-size: 22px;
          line-height: 45px;
          padding-top: 7px;
     }

     .copyright p {
          padding-left: 70px;
          font-size: 15px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -102px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 35px;
          height: 35px;
          margin-top: -20px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 48px;
          height: 58px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 48px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 23px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .about a#profdes.profdes {
          font-size: 21px;
          left: 47.4%;
          right: 47.4%;
          padding-top: 4px;
          width: 45px;
          height: 45px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 50px;
          padding-top: 24px;
          line-height: 20px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          max-height: 260px;
          border: 2px black solid;
     }

     .we_box h3#deskcoff {
          font-size: 20px;
     }

     .we_box p#desccoff {
          font-size: 13px;
     }

     .we_box h3#deskceng {
          font-size: 20px;
     }

     .we_box p#descceng {
          font-size: 13px;
     }

     .we_box h3#deskjahe {
          font-size: 20px;
     }

     .we_box p#descjahe {
          font-size: 13px;
     }

     .we_box h3#deskaren {
          font-size: 20px;
     }

     .we_box p#descaren {
          font-size: 13px;
     }

     .we_box p {
          font-size: 14px;
     }

     .we_box2 h3 {
          font-size: 20px;
     }

     .we_box2 p {
          font-size: 12px;
          margin-bottom: -45px;
     }

     .we_box2 {
          padding: 30px;
          height: 91%;
     }

     .full img {
          margin-top: -25px;
     }

     .footer a img {
          padding-left: 70px;
          height: 51px;
          width: 317px;
          margin-top: 8px
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     .helpful {
          padding-left: 70px;
     }

     .Informa ul li {
          padding-right: 70px;
          font-size: 15px;
     }

     .helpful ul li a {
          font-size: 15px;
     }

     .conta ul li a {
          font-size: 15px;
     }

     .about .titlepage p#deskabou {
          line-height: 35px;
          font-size: 16px;
     }

     .banner_main .bluid a.read_more {
          font-size: 15px;
     }

     .chose_box .read_more {
          font-size: 15px;
     }

     .we_box .read_more {
          font-size: 15px;
     }

     .we_do .read_more1 {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 14.5px;
     }

     .portfolio .read_more {
          max-width: 120px;
          height: 55px;
          line-height: 55px;
          font-size: 15px;
     }

     .clientsl_text p.heho {
          font-size: 14px;
          line-height: 25px;
     }

     .we_box2 a#shopee1y {
          font-size: 15px;
          bottom: 10%;
     }

     div#bo_ho.we_box.great {
          height: 85%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 9%;
          left: 11%;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 135px;
          position: absolute;
          bottom: 9%;
          right: 11%;
     }

     #bo_ho4 img#gambargal {
          width: 176px;
          height: 176px;
          border: 1px black solid;
          margin-bottom: -5px;
     }

     #bo_ho1 iframe#comprof {
          height: 300px;
          width: 100%;
          border: 2px black solid;
     }

     #we1 a#tombol.carousel-control-prev {
          left: 41%;
          top: 98%;
     }

     #we1 a#tombol.carousel-control-next {
          right: 41%;
          top: 98%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 41%;
          top: 98%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 41%;
          top: 98%;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 31%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 31%;
     }

}

/* Tablet / Ipad */
@media screen and (min-width: 768px) and (max-width: 1023.8px) {

     #muncul {
          display: none;
     }

     .we_do .card#produks {
          border-radius: 23px;
     }

     .we_do .card#produks .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .we_do .card#galgal {
          border-radius: 23px;
     }
     
     .we_do .card#galgal .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .contact .card#kontakcard {
          border-radius: 23px;
     }
     
     .contact .card#kontakcard .card-head#kontakhead {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }
     
     .contact div#xaxa.card-body {
          border-radius: 23px;
     }

     .contact .card#petalok1 {
          height: 470px;
     }

     ul.social_icon {
          float: right;
          padding-right: 65px;
     }

     ul.social_icon li a {
          line-height: 33px;
          font-size: 23px;
     }

     .copyright p {
          padding-left: 65px;
          font-size: 11px;
     }

     .about a#profdes.profdes {
          font-size: 21px;
          left: 47%;
          right: 47%;
          padding-top: 4px;
          width: 45px;
          height: 45px;
     }

     a#kontakwa.float {
          width: 50px;
          height: 50px;
          font-size: 24px;
          animation-name: hubungiWA;
     }

     a#kontakwa[title]:hover::after {
          font-size: 12px;
          right: 9%;
     }

     i#kontak.my-float {
          margin-top: 13.5px;
     }

     a#kunjshopee.float {
          width: 50px;
          height: 50px;
          animation-name: kunjungiShopee2;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 12px;
          right: 9%;
     }

     img#kontakshop.my-float {
          width: 22px;
          height: 25px;
          margin-top: -10px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -102px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 35px;
          height: 35px;
          margin-top: -20px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 48px;
          height: 58px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 48px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 23px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .footer a img {
          padding-left: 65px;
          height: 48px;
          width: 301px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     #top_section .container {
          margin-top: -45px;
     }

     .full img {
          height: 25px;
          max-width: 180px;
          margin-top: -21px;
     }

     .banner_main .bluid img {
          width: 78px;
          height: 78px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 42px;
          padding-top: 16px;
          padding-bottom: 24px;
          line-height: 20px;
     }

     .banner_main .bluid p {
          font-size: 15px;
          padding-bottom: 25px;
     }

     .banner_main .bluid a.read_more {
          font-size: 13px;
          width: 135px;
          height: 45px;
          line-height: 45px;
     }

     .chose_box .read_more {
          max-width: 135px;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          margin-top: 0;
     }

     .we_box .read_more {
          max-width: 135px;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          margin-top: -10px;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 1%;
          left: 8%;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 1%;
          left: 8%;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 1%;
          left: 8%;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 1%;
          left: 8%;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 135px;
          position: absolute;
          bottom: 1%;
          right: 8%;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 135px;
          position: absolute;
          bottom: 1%;
          right: 8%;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 135px;
          position: absolute;
          bottom: 1%;
          right: 8%;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 135px;
          position: absolute;
          bottom: 1%;
          right: 8%;
     }

     .we_do .read_more1 {
          max-width: 135px;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          margin-bottom: 10px;
     }

     .portfolio .read_more {
          max-width: 135px;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          margin-top: -10px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 12px;
     }

     .contact .card-body iframe {
          width: 100%;
          height: 205px;
     }

     .contact h4.card-title {
          margin-bottom: 2px;
     }

     .contact .card-head a {
          line-height: 37px;
     }

     .contact .card-head img {
          height: 32px;
          margin-bottom: 1px;
     }

     .contact a#watsap {
          font-size: 12px;
          margin-bottom: -35px;
     }

     .contact a#emailkub {
          font-size: 12px;
          margin-bottom: -35px;
     }

     .contact a#locatdet {
          font-size: 12px;
     }

     .contact a#locatdet div {
          margin-bottom: -35px;
     }

     .main_form h5#mdpl.card-title {
          font-size: 16px;
     }

     .main_form p#locatdet.card-text {
          font-size: 12.5px;
          line-height: 22px;
     }

     .clientsl_text h3.heho {
          font-size: 16px;
     }

     .clientsl_text p.heho {
          font-size: 12.5px;
          line-height: 27.5px;
     }

     .helpful {
          padding-left: 65px;
     }

     .Informa ul li {
          padding-right: 65px;
          font-size: 10.6px;
     }

     .Informa .fotor {
          font-size: 18px;
     }

     .helpful ul li a {
          font-size: 11.4px;
     }

     .conta ul li a {
          font-size: 10.8px;
     }

     .contact div#garis.titlepage::before {
          margin-top: -60px;
     }

     .contact .titlepage h2#cont1 {
          font-size: 25px;
          margin-top: -45px;
     }

     .contact .titlepage::before {
          margin-top: -15px;
          margin-bottom: -10px;
     }

     .contact .titlepage h2 {
          font-size: 25px;
          margin-bottom: -25px;
     }

     .chose .titlepage::before {
          margin-top: -15px;
     }

     .chose .titlepage h2 {
          margin-bottom: -10px;
          font-size: 25px;
     }

     .portfolio .titlepage::before {
          margin-top: -65px;
     }

     .portfolio .titlepage h2 {
          font-size: 25px;
          margin-bottom: -25px;
          margin-top: -45px;
     }

     .we_do .titlepage::before {
          margin-top: -65px;
     }

     .we_do .titlepage h2 {
          font-size: 25px;
          margin-bottom: -25px;
          margin-top: -45px;
     }

     .about .titlepage::before {
          margin-top: -15px;
     }

     .about .titlepage h2 {
          margin-bottom: -20px;
          font-size: 25px;
     }

     .about .titlepage p#deskabou {
          line-height: 30px;
          font-size: 13px;
     }

     .we_box2 a#shopee1y {
          max-width: 145px;
          height: 40px;
          line-height: 40px;
          font-size: 13px;
          bottom: 9%;
     }

     .we_box2 a#shopee1y img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee1 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee1 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee2 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee2 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee3 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee3 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee4 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee4 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee5 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee5 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#galcoff {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#cont1 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#galceng {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#cont2 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#galjahe {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#cont3 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#galaren {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#cont4 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#galduri {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#cont5 {
          max-width: 145px;
          margin-top: -10px;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee1x {
          max-width: 145px;
          position: absolute;
          bottom: 1%;
          z-index: 1;
          left: 37%;
          right: 37%;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#shopee1x img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#galut {
          max-width: 145px;
          position: absolute;
          bottom: 1%;
          left: 11%;
          font-size: 13px;
          border-radius: 10px;
          background-color: darkred;
     }

     .we_box a#contus {
          max-width: 145px;
          position: absolute;
          bottom: 1%;
          right: 11%;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#syope {
          max-width: 135px;
          margin-top: 0;
          font-size: 13px;
          border-radius: 10px;
     }

     .we_box a#buklet {
          max-width: 145px;
          margin-top: 4px;
     }

     .we_box a#buklet i {
          font-size: 13px;
     }

     .we_do .card-head a {
          font-size: 25px;
          line-height: 40px;
     }

     #bo_ho4 img#gambargal {
          width: 166px;
          height: 166px;
          border: 1px black solid;
          margin-bottom: -15px;
     }

     #bo_ho5 img {
          width: 84px;
          height: 84px;
     }

     #xaxa img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#gambarcult {
          width: 15px;
          height: 16px;
          margin-top: -4px;
          border: 0px solid;
          border-radius: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          margin-bottom: 0;
     }

     #bo_ho1 img {
          max-height: 184px;
     }

     #bo_ho1 img#lastimage {
          margin-bottom: 22px;
     }

     #bo_ho1 video {
          max-height: 240px;
          border: 2px black solid;
          margin-bottom: 10px;
     }

     #bo_ho1 iframe#comprof {
          height: 230px;
          width: 100%;
          border: 2px black solid;
     }

     .li_icon a {
          width: 50px;
          height: 50px;
          font-size: 19px;
          margin-left: 0;
     }

     .li_icon a i {
          font-size: 19px;
     }

     .li_icon a#imej {
          margin-left: 3px;
     }

     #ho_nf:hover div.portfolio_text {
          height: 10px;
          padding: 30px 30px;
     }

     #ho_nf:hover .li_icon {
          margin-top: -55px;
          transition: ease-in all 0.7s;
     }

     .portfolio_text h3 {
          color: #0c0c0d;
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          padding-bottom: 15px;
     }

     .portfolio_text h3 div {
          float: right;
          font-size: 15px;
          border: 2px black solid;
          border-radius: 7px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
          background-color: white;
     }

     .portfolio_text h3 i {
          color: gold;
          padding-right: 1.5px;
          padding-left: 1.5px;
     }

     .chose_box h3#penj {
          font-size: 18px;
     }

     .chose_box h3#client {
          font-size: 18px;
     }

     .chose_box h3#pres {
          font-size: 18px;
     }

     .chose_box strong#angka {
          font-size: 26px;
          margin-top: -20px;
          margin-bottom: -35px;
     }

     .we_box h3#deskcoff {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#desccoff {
          font-size: 12px;
          margin-top: -18px;
          line-height: 22px;
     }

     .we_box h3#deskceng {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descceng {
          font-size: 12px;
          margin-top: -18px;
          line-height: 22px;
     }

     .we_box h3#deskjahe {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descjahe {
          font-size: 12px;
          margin-top: -18px;
          line-height: 22px;
     }

     .we_box h3#deskaren {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descaren {
          font-size: 12px;
          margin-top: -18px;
          line-height: 22px;
     }

     .we_do div#prodother.container {
          margin-top: -320px;
     }

     .we_do .card .card-body center#tengah {
          font-size: 16px;
     }

     .we_do .card .card-body center#tengah span#spek a {
          cursor: pointer;
          transition: ease-in all 0.3s;
     }

     .we_do .card .card-body center#tengah span#spek a:hover {
          font-size: 22px;
          transition: ease-in all 0.3s;
          color: #A4907C;
     }

     .we_box {
          padding: 30px;
     }

     div#bo_ho.we_box.great {
          height: 91%;
     }

     .we_box h3 {
          font-size: 20px;
          padding-top: 12px;
     }

     .we_box h3 a#deswita {
          font-size: 14px;
     }

     .we_box2 h3 a#deswita {
          font-size: 14px;
     }

     .we_box p {
          font-size: 11px;
          line-height: 25px;
          padding-bottom: 20px;
     }

     .we_box2 {
          padding: 30px;
          height: 91%;
     }

     .we_box2 h3 {
          font-size: 16px;
     }

     .we_box2 p {
          font-size: 11px;
          line-height: 19px;
          margin-top: -15px;
          margin-bottom: -45px;
     }

     #we1 a.carousel-control-next,
     #we1 a.carousel-control-prev {
          width: 53px;
          height: 53px;
     }

     #we1 a#tombol.carousel-control-prev {
          left: 40%;
          top: 105%;
     }

     #we1 a#tombol.carousel-control-next {
          right: 40%;
          top: 105%;
     }

     #we12 a.carousel-control-next,
     #we12 a.carousel-control-prev {
          width: 53px;
          height: 53px;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 40%;
          top: 105%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 40%;
          top: 105%;
     }

     #clientsl a.carousel-control-next,
     #clientsl a.carousel-control-prev {
          width: 53px;
          height: 53px;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 31%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 31%;
     }

     .we2 a.carousel-control-next,
     .we2 a.carousel-control-prev {
          width: 32px;
          height: 47px;
     }

     .we3 a.carousel-control-next,
     .we3 a.carousel-control-prev {
          width: 32px;
          height: 47px;
     }

     .we4 a.carousel-control-next,
     .we4 a.carousel-control-prev {
          width: 32px;
          height: 47px;
     }

     .we5 a.carousel-control-next,
     .we5 a.carousel-control-prev {
          width: 32px;
          height: 47px;
     }

     .we6 a.carousel-control-next,
     .we6 a.carousel-control-prev {
          width: 32px;
          height: 47px;
     }

}

/* Large Mobile Phone */
@media screen and (min-width: 576px) and (max-width: 767.8px) {

     #muncul1 {
          display: none;
     }

     .we_do .card#produks {
          border-radius: 23px;
     }

     .we_do .card#produks .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .we_do .card#galgal {
          border-radius: 23px;
     }
     
     .we_do .card#galgal .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .contact .card#kontakcard {
          border-radius: 23px;
     }
     
     .contact .card#kontakcard .card-head#kontakhead {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }
     
     .contact div#xaxa.card-body {
          border-radius: 23px;
     }

     .portfolio {
          padding-bottom: 50px;
     }

     .contact .card#petalok1 {
          margin-bottom: 40px;
          margin-top: 15px;
     }

     .contact .card iframe#petalok {
          height: 220px;
     }

     .header {
          max-height: 11px;
     }

     ul.social_icon li a {
          line-height: 45px;
          font-size: 20px;
     }

     .about a#profdes.profdes {
          font-size: 21px;
          left: 46.2%;
          right: 46.2%;
          padding-top: 2.5px;
          width: 40px;
          height: 40px;
     }

     .about a#profdes.profdes i {
          margin-left: -1px;
     }

     .about a#profdes.profdes:hover {
          border: 7px #252525 solid;
     }

     a#kontakwa.float {
          width: 40px;
          height: 40px;
          font-size: 20px;
          animation-name: hubungiWA1;
     }

     a#kontakwa[title]:hover::after {
          font-size: 10px;
          right: 10%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     i#kontak.my-float {
          margin-top: 10.5px;
     }

     a#kunjshopee.float {
          width: 40px;
          height: 40px;
          animation-name: kunjungiShopee3;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 10px;
          right: 10%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     img#kontakshop.my-float {
          width: 17px;
          height: 19px;
          margin-top: -19px;
     }

     .navigation.navbar-dark .navbar-toggler-icon {
          background: url(../images/menu_btn-1.png);
          background-repeat: no-repeat;
          float: right;
          margin-top: 2px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -112px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 35px;
          height: 35px;
          margin-top: -20px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 48px;
          height: 58px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 48px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 23px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 15px;
          font-size: 12px;
          font-weight: bolder;
     }

     .footer a img {
          height: 47px;
          width: 224px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     #top_section .container {
          margin-top: -35px;
     }

     #myCarousel .carousel-indicators {
          bottom: -30px;
     }

     #myCarousel .carousel-indicators li {
          width: 19px;
          height: 19px;
     }

     .header .logo_section {
          margin-top: -6px;
     }

     .full img {
          margin-top: -21px;
          height: 25px;
          max-width: 200px;
     }

     .banner_main .bluid img {
          width: 62px;
          height: 62px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 38px;
          padding-bottom: 25px;
     }

     .banner_main .bluid p {
          font-size: 14px;
          width: 360px;
          padding-bottom: 25px;
     }

     .banner_main .bluid a.read_more {
          font-size: 13px;
          width: 135px;
          height: 45px;
          line-height: 45px;
     }

     .chose_box .read_more {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          margin-top: 0;
     }

     .we_box .read_more {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          margin-top: -10px;
     }

     div#bo_ho.we_box.great {
          height: 83%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 11%;
          left: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 11%;
          left: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 11%;
          left: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 11%;
          left: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 110px;
          position: absolute;
          bottom: 11%;
          right: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 110px;
          position: absolute;
          bottom: 11%;
          right: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 110px;
          position: absolute;
          bottom: 11%;
          right: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 110px;
          position: absolute;
          bottom: 11%;
          right: 9%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     .we_do .read_more1 {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          margin-bottom: 10px;
     }

     .portfolio .read_more {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          margin-top: -10px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 14.5px;
     }

     .contact h2#location {
          margin-top: -50px;
     }

     .contact div.titlepage.hello::before {
          margin-top: -65px;
          margin-bottom: -10px;
     }

     .contact .card-body iframe {
          width: 100%;
          height: 205px;
     }

     .contact h4.card-title {
          margin-bottom: 2px;
     }

     .contact .card-head a {
          line-height: 37px;
     }

     .contact .card-head img {
          height: 32px;
          margin-bottom: 1px;
     }

     .contact a#watsap {
          font-size: 12px;
     }

     .contact a#emailkub {
          font-size: 12px;
     }

     .contact a#locatdet {
          font-size: 12px;
     }

     .contact a#locatdet div {
          margin-bottom: -35px;
     }

     .main_form h5#mdpl.card-title {
          font-size: 16px;
     }

     .main_form p#locatdet.card-text {
          font-size: 12.5px;
          line-height: 18px;
     }

     .clientsl_text h3.heho {
          font-size: 16px;
     }

     .clientsl_text p.heho {
          font-size: 12.5px;
          line-height: 18px;
          margin-top: -40px;
          margin-bottom: -20px;
     }

     .Informa ul li {
          font-size: 12.8px;
     }

     .Informa .fotor {
          font-size: 20px;
     }

     .helpful ul li a {
          font-size: 13px;
     }

     .conta ul li a {
          font-size: 13px;
     }

     .copyright p {
          font-size: 14px;
          text-align: center;
     }

     .contact div#garis.titlepage::before {
          margin-top: -77px;
     }

     .contact .titlepage h2#cont1 {
          margin-top: -65px;
          font-size: 20px;
     }

     .contact .titlepage::before {
          margin-top: -15px;
          margin-bottom: -10px;
     }

     .contact .titlepage h2 {
          font-size: 20px;
          margin-bottom: -45px;
     }

     .chose .titlepage::before {
          margin-top: -55px;
     }

     .chose .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .portfolio .titlepage::before {
          margin-top: -80px;
     }

     .portfolio .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .we_do .titlepage::before {
          margin-top: -80px;
     }

     .we_do .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .about .titlepage::before {
          margin-top: -50px;
     }

     .about .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .about .titlepage p#deskabou {
          line-height: 20px;
          font-size: 12.5px;
          margin-top: -25px;
     }

     .we_box2 p#methcoff {
          margin-bottom: -30px;
     }

     .we_box2 a#shopee1y {
          max-width: 125px;
          height: 35px;
          line-height: 35px;
          font-size: 12px;
          bottom: 3.5%;
     }

     .we_box2 a#shopee1y img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee1 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee1 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee2 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee2 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee3 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee3 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee4 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee4 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#shopee5 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee5 img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#galcoff {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont1 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galceng {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont2 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galjahe {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont3 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galaren {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont4 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galduri {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont5 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#shopee1x {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 37%;
          right: 37%;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee1x img {
          width: 15px;
          height: 16px;
          margin-top: -4px;
     }

     .we_box a#galut {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 11%;
          font-size: 13.5px;
          border-radius: 5px;
          background-color: darkred;
     }

     .we_box a#contus {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          right: 11%;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#syope {
          max-width: 110px;
          margin-top: 0;
          font-size: 12px;
          border-radius: 10px;
     }

     .we_box a#buklet {
          max-width: 110px;
          margin-top: 4px;
     }

     .we_box a#buklet i {
          font-size: 13.5px;
     }

     .we_do .card-head a {
          font-size: 19px;
          line-height: 35px;
     }

     #bo_ho4 img#gambargal {
          width: 136px;
          height: 136px;
          border: 1px black solid;
          margin-bottom: -35px;
     }

     #bo_ho5 img {
          width: 84px;
          height: 84px;
     }

     #xaxa img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#gambarcult {
          width: 15px;
          height: 16px;
          margin-top: -4px;
          border: 0px solid;
          border-radius: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          margin-bottom: 0;
     }

     #bo_ho1 img {
          max-height: 184px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          width: 100%;
          border: 2px black solid;
     }

     #bo_ho1 iframe#comprof {
          height: 230px;
          width: 100%;
          border: 2px black solid;
     }

     .li_icon a {
          width: 45px;
          height: 45px;
          font-size: 19px;
          margin-left: 0;
     }

     .li_icon a#imej {
          margin-left: 2px;
     }

     #ho_nf:hover div.portfolio_text {
          max-height: 10px;
     }

     #ho_nf:hover .li_icon {
          margin-top: -50px;
          transition: ease-in all 0.7s;
     }

     .portfolio_text h3 {
          color: #0c0c0d;
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          padding-bottom: 15px;
     }

     .portfolio_text h3 div {
          float: right;
          font-size: 15px;
          border: 2px black solid;
          border-radius: 7px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
          background-color: white;
     }

     .portfolio_text h3 i {
          color: gold;
          padding-right: 1.5px;
          padding-left: 1.5px;
     }

     .chose_box {
          text-align: center;
     }

     .chose_box h3#penj {
          font-size: 18px;
     }

     .chose_box h3#client {
          font-size: 18px;
     }

     .chose_box h3#pres {
          font-size: 18px;
     }

     .chose_box strong#angka {
          font-size: 26px;
          margin-top: -20px;
          margin-bottom: -35px;
     }

     .we_box h3#deskcoff {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#desccoff {
          font-size: 15px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskceng {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descceng {
          font-size: 15px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskjahe {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descjahe {
          font-size: 15px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskaren {
          font-size: 16px;
          margin-top: -10px;
          line-height: 35px;
     }

     .we_box p#descaren {
          font-size: 15px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_do div#prodother.container {
          margin-top: -320px;
     }

     .we_do .card .card-body center#tengah {
          font-size: 16px;
     }

     .we_do .card .card-body center#tengah span#spek a {
          cursor: pointer;
          transition: ease-in all 0.3s;
     }

     .we_do .card .card-body center#tengah span#spek a:hover {
          font-size: 22px;
          transition: ease-in all 0.3s;
          color: #A4907C;
     }

     .we_box {
          padding: 30px;
     }

     .we_box h3 {
          font-size: 19px;
          padding-top: 13px;
          margin-bottom: -20px;
     }

     .we_box h3 a#deswita {
          font-size: 13px;
     }

     .we_box2 h3 a#deswita {
          font-size: 13px;
     }

     .we_box p {
          font-size: 13px;
          line-height: 21px;
          padding-bottom: 20px;
     }

     .we_box2 {
          padding: 20px;
     }

     .we_box2 h3 {
          font-size: 19px;
     }

     .we_box2 p {
          font-size: 12px;
          line-height: 18px;
          margin-top: -15px;
          margin-bottom: -45px;
     }

     .we_do.mobel {
          margin-bottom: -110px;
     }

     #we12 a.carousel-control-next,
     #we12 a.carousel-control-prev {
          width: 48px;
          height: 48px;
          top: 95%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 34%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 34%;
     }

     #clientsl a.carousel-control-next,
     #clientsl a.carousel-control-prev {
          width: 48px;
          height: 48px;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 34%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 34%;
     }

     .we7 .carousel-indicators li {
          height: 4px;
     }

     .we7 a.carousel-control-next,
     .we7 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we8 .carousel-indicators li {
          height: 4px;
     }

     .we8 a.carousel-control-next,
     .we8 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we9 .carousel-indicators li {
          height: 4px;
     }

     .we9 a.carousel-control-next,
     .we9 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we10 .carousel-indicators li {
          height: 4px;
     }

     .we10 a.carousel-control-next,
     .we10 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we11 .carousel-indicators li {
          height: 4px;
     }

     .we11 a.carousel-control-next,
     .we11 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

}

/* Medium Mobile Phone */
@media screen and (min-width: 428px) and (max-width: 575.8px) {

     #muncul1 {
          display: none;
     }

     .we_do .card#produks {
          border-radius: 23px;
     }

     .we_do .card#produks .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .we_do .card#galgal {
          border-radius: 23px;
     }
     
     .we_do .card#galgal .card-head {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }

     .contact .card#kontakcard {
          border-radius: 23px;
     }
     
     .contact .card#kontakcard .card-head#kontakhead {
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
     }
     
     .contact div#xaxa.card-body {
          border-radius: 23px;
     }

     .portfolio {
          padding-bottom: 50px;
     }

     .contact .card#petalok1 {
          margin-bottom: 40px;
          margin-top: 15px;
     }

     .contact .card iframe#petalok {
          height: 220px;
     }

     .header {
          max-height: 11px;
     }

     ul.social_icon li a {
          line-height: 23px;
          font-size: 20px;
     }

     .about a#profdes.profdes {
          font-size: 21px;
          left: 45.4%;
          right: 45.4%;
          padding-top: 2.5px;
          width: 40px;
          height: 40px;
     }

     .about a#profdes.profdes i {
          margin-left: -1px;
     }

     .about a#profdes.profdes:hover {
          border: 7px #252525 solid;
     }

     a#kontakwa.float {
          width: 40px;
          height: 40px;
          font-size: 20px;
          animation-name: hubungiWA1;
     }

     a#kontakwa[title]:hover::after {
          font-size: 10px;
          right: 12.5%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     i#kontak.my-float {
          margin-top: 10.5px;
     }

     a#kunjshopee.float {
          width: 40px;
          height: 40px;
          animation-name: kunjungiShopee3;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 10px;
          right: 12.5%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     img#kontakshop.my-float {
          width: 17px;
          height: 19px;
          margin-top: -19px;
     }

     .navigation.navbar-dark .navbar-toggler-icon {
          background: url(../images/menu_btn-1.png);
          background-repeat: no-repeat;
          float: right;
          margin-top: 2px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -112px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 31px;
          height: 31px;
          margin-top: -25px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 42px;
          height: 53px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 42px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 13px;
          padding-top: 13px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 13px;
          padding-top: 13px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 13px;
          padding-top: 21px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 13px;
          padding-top: 13px;
          font-size: 11px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 13px;
          padding-top: 13px;
          font-size: 11px;
          font-weight: bolder;
     }

     .footer a img {
          height: 42px;
          width: 206px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     #top_section .container {
          margin-top: -15px;
     }

     #myCarousel .carousel-indicators {
          bottom: -30px;
     }

     #myCarousel .carousel-indicators li {
          width: 18px;
          height: 18px;
     }

     .header .logo_section {
          margin-top: -6px;
     }

     .full img {
          margin-top: -18px;
          height: 25px;
          max-width: 200px;
     }

     .banner_main .bluid img {
          width: 55px;
          height: 55px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 34px;
          padding-bottom: 25px;
          margin-top: -15px;
     }

     .banner_main .bluid p {
          font-size: 13px;
          width: 360px;
          padding-bottom: 25px;
     }

     .banner_main .bluid a.read_more {
          font-size: 12px;
          width: 125px;
          height: 45px;
          line-height: 45px;
     }

     .chose_box .read_more {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: 0;
     }

     .we_box .read_more {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: -10px;
     }

     div#bo_ho.we_box.great {
          height: 83%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 11%;
          left: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 11%;
          left: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 11%;
          left: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 11%;
          left: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 11.5%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     .we_do .read_more1 {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-bottom: 10px;
     }

     .portfolio .read_more {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: -10px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 14px;
     }

     .contact h2#location {
          margin-top: -50px;
     }

     .contact div.titlepage.hello::before {
          margin-top: -65px;
          margin-bottom: -10px;
     }

     .contact .card-body iframe {
          width: 100%;
          height: 205px;
     }

     .contact h4.card-title {
          margin-bottom: 2px;
     }

     .contact .card-head a {
          line-height: 37px;
     }

     .contact .card-head img {
          height: 28px;
          margin-bottom: 1px;
     }

     .contact a#watsap {
          font-size: 11px;
     }

     .contact a#emailkub {
          font-size: 11px;
     }

     .contact a#locatdet {
          font-size: 11px;
     }

     .contact a#locatdet div {
          margin-bottom: -40px;
     }

     .main_form h5#mdpl.card-title {
          font-size: 15px;
     }

     .main_form p#locatdet.card-text {
          font-size: 11px;
          line-height: 18px;
     }

     .clientsl_text h3.heho {
          font-size: 16px;
     }

     .clientsl_text p.heho {
          font-size: 11px;
          line-height: 18px;
          margin-top: -40px;
          margin-bottom: -20px;
     }

     .Informa ul li {
          font-size: 12.4px;
     }

     .Informa .fotor {
          font-size: 20px;
     }

     .helpful ul li a {
          font-size: 12.6px;
     }

     .conta ul li a {
          font-size: 12.6px;
     }

     .copyright p {
          font-size: 13.8px;
     }

     .contact div#garis.titlepage::before {
          margin-top: -80px;
     }

     .contact .titlepage h2#cont1 {
          margin-top: -65px;
          font-size: 20px;
     }

     .contact .titlepage::before {
          margin-top: -15px;
          margin-bottom: -10px;
     }

     .contact .titlepage h2 {
          font-size: 20px;
          margin-bottom: -45px;
     }

     .chose .titlepage::before {
          margin-top: -55px;
     }

     .chose .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .portfolio .titlepage::before {
          margin-top: -80px;
     }

     .portfolio .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .we_do .titlepage::before {
          margin-top: -80px;
     }

     .we_do .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .about .titlepage::before {
          margin-top: -55px;
     }

     .about .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .about .titlepage p#deskabou {
          line-height: 20px;
          font-size: 12px;
          margin-top: -25px;
     }

     .we_box2 p#methcoff {
          margin-bottom: -25px;
     }

     .we_box2 a#shopee1y {
          max-width: 105px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          bottom: 3%;
     }

     .we_box2 a#shopee1y img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#shopee1 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee1 img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#shopee2 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee2 img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#shopee3 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee3 img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#shopee4 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee4 img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#shopee5 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee5 img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#galcoff {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont1 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galceng {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont2 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galjahe {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont3 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galaren {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont4 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#galduri {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#cont5 {
          max-width: 40px;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#shopee1x {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 37%;
          right: 37%;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee1x img {
          width: 14px;
          height: 15px;
          margin-top: -4px;
     }

     .we_box a#galut {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 11%;
          font-size: 13.5px;
          border-radius: 5px;
          background-color: darkred;
     }

     .we_box a#contus {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          right: 11%;
          font-size: 13.5px;
          border-radius: 5px;
     }

     .we_box a#syope {
          max-width: 100px;
          margin-top: 0;
          font-size: 11px;
          border-radius: 10px;
     }

     .we_box a#buklet {
          max-width: 100px;
          margin-top: 4px;
     }

     .we_box a#buklet i {
          font-size: 13.5px;
     }

     .we_do .card-head a {
          font-size: 19px;
          line-height: 35px;
     }

     #bo_ho4 img#gambargal {
          width: 126px;
          height: 126px;
          border: 1px black solid;
          margin-bottom: -35px;
     }

     #bo_ho5 img {
          width: 76px;
          height: 76px;
     }

     #xaxa img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#bdy {
          width: 156px;
          height: 156px;
     }

     #bo_ho5 img#gambarcult {
          width: 14px;
          height: 15px;
          margin-top: -4px;
          border: 0px solid;
          border-radius: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          margin-bottom: 0;
     }

     #bo_ho1 img {
          max-height: 184px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          width: 100%;
          border: 2px black solid;
     }

     #bo_ho1 iframe#comprof {
          height: 170px;
          width: 100%;
          border: 2px black solid;
     }

     .li_icon a {
          width: 45px;
          height: 45px;
          font-size: 19px;
          margin-left: 0;
     }

     .li_icon a#imej {
          margin-left: 2px;
     }

     #ho_nf:hover div.portfolio_text {
          max-height: 10px;
     }

     #ho_nf:hover .li_icon {
          margin-top: -50px;
          transition: ease-in all 0.7s;
     }

     .portfolio_text h3 {
          color: #0c0c0d;
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          padding-bottom: 15px;
     }

     .portfolio_text h3 div {
          float: right;
          font-size: 15px;
          border: 2px black solid;
          border-radius: 7px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
          background-color: white;
     }

     .portfolio_text h3 i {
          color: gold;
          padding-right: 1.5px;
          padding-left: 1.5px;
     }

     .chose_box {
          text-align: center;
     }

     .chose_box h3#penj {
          font-size: 18px;
     }

     .chose_box h3#client {
          font-size: 18px;
     }

     .chose_box h3#pres {
          font-size: 18px;
     }

     .chose_box strong#angka {
          font-size: 26px;
          margin-top: -20px;
          margin-bottom: -35px;
     }

     .we_box h3#deskcoff {
          font-size: 17px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#desccoff {
          font-size: 13px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskceng {
          font-size: 17px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descceng {
          font-size: 13px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskjahe {
          font-size: 17px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descjahe {
          font-size: 13px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_box h3#deskaren {
          font-size: 17px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descaren {
          font-size: 13px;
          margin-top: -18px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 18px;
     }

     .we_do div#prodother.container {
          margin-top: -320px;
     }

     .we_do .card .card-body center#tengah {
          font-size: 17px;
     }

     .we_do .card .card-body center#tengah span#spek a {
          cursor: pointer;
          transition: ease-in all 0.3s;
     }

     .we_do .card .card-body center#tengah span#spek a:hover {
          font-size: 23px;
          transition: ease-in all 0.3s;
          color: #A4907C;
     }

     .we_box {
          padding: 30px;
     }

     .we_box h3 {
          font-size: 19px;
          padding-top: 13px;
          margin-bottom: -20px;
     }

     .we_box h3 a#deswita {
          font-size: 13px;
     }

     .we_box2 h3 a#deswita {
          font-size: 13px;
     }

     .we_box p {
          font-size: 13px;
          line-height: 21px;
          padding-bottom: 20px;
     }

     .we_box2 {
          padding: 20px;
     }

     .we_box2 h3 {
          font-size: 19px;
     }

     .we_box2 p {
          font-size: 12px;
          line-height: 18px;
          margin-top: -15px;
          margin-bottom: -45px;
     }

     .we_do.mobel {
          margin-bottom: -110px;
     }

     #we12 a.carousel-control-next,
     #we12 a.carousel-control-prev {
          width: 44px;
          height: 44px;
          top: 95%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 32%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 32%;
     }

     #clientsl a.carousel-control-next,
     #clientsl a.carousel-control-prev {
          width: 44px;
          height: 44px;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 32%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 32%;
     }

     .we7 .carousel-indicators li {
          height: 4px;
     }

     .we7 a.carousel-control-next,
     .we7 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we8 .carousel-indicators li {
          height: 4px;
     }

     .we8 a.carousel-control-next,
     .we8 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we9 .carousel-indicators li {
          height: 4px;
     }

     .we9 a.carousel-control-next,
     .we9 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we10 .carousel-indicators li {
          height: 4px;
     }

     .we10 a.carousel-control-next,
     .we10 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

     .we11 .carousel-indicators li {
          height: 4px;
     }

     .we11 a.carousel-control-next,
     .we11 a.carousel-control-prev {
          width: 30px;
          height: 40px;
          font-size: 23px;
     }

}

/* Medium-Small Mobile Phone */
@media screen and (min-width: 375px) and (max-width: 427.8px) {

     #muncul1 {
          display: none;
     }

     .we_do .card#produks {
          border-radius: 20px;
     }

     .we_do .card#produks .card-head {
          border-top-left-radius: 17px;
          border-top-right-radius: 17px;
     }

     .we_do .card#galgal {
          border-radius: 20px;
     }
     
     .we_do .card#galgal .card-head {
          border-top-left-radius: 17px;
          border-top-right-radius: 17px;
     }

     .contact .card#kontakcard {
          border-radius: 20px;
     }
     
     .contact .card#kontakcard .card-head#kontakhead {
          border-top-left-radius: 17px;
          border-top-right-radius: 17px;
     }
     
     .contact div#xaxa.card-body {
          border-radius: 20px;
     }

     .portfolio {
          padding-bottom: 50px;
     }

     .contact .card#petalok1 {
          margin-bottom: 40px;
          margin-top: 14px;
     }

     .header {
          max-height: 11px;
     }

     ul.social_icon li a {
          line-height: 18px;
          font-size: 18px;
     }

     .contact .card iframe#petalok {
          height: 210px;
     }

     .about a#profdes.profdes {
          font-size: 18px;
          left: 45.2%;
          right: 45.2%;
          padding-top: 2.5px;
          width: 35px;
          height: 35px;
     }

     .about a#profdes.profdes i {
          margin-left: -1px;
     }

     .about a#profdes.profdes:hover {
          border: 5px #252525 solid;
     }

     a#kontakwa.float {
          width: 40px;
          height: 40px;
          font-size: 20px;
          animation-name: hubungiWA1;
     }

     a#kontakwa[title]:hover::after {
          font-size: 10px;
          right: 14.5%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     i#kontak.my-float {
          margin-top: 10.5px;
     }

     a#kunjshopee.float {
          width: 40px;
          height: 40px;
          animation-name: kunjungiShopee3;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 10px;
          right: 14.5%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     img#kontakshop.my-float {
          width: 17px;
          height: 19px;
          margin-top: -19px;
     }

     .navigation.navbar-dark .navbar-toggler-icon {
          background: url(../images/menu_btn-1.png);
          background-repeat: no-repeat;
          float: right;
          margin-top: 2px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -112px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 28px;
          height: 28px;
          margin-top: -28px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 39px;
          height: 50px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 39px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 15px;
          padding-top: 18px;
          font-size: 9px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .footer a img {
          height: 41px;
          width: 200px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     #top_section .container {
          margin-top: -15px;
     }

     #myCarousel .carousel-indicators {
          bottom: -30px;
     }

     #myCarousel .carousel-indicators li {
          width: 18px;
          height: 18px;
     }

     .header .logo_section {
          margin-top: -6px;
     }

     .full img {
          margin-top: -18px;
          height: 25px;
          max-width: 180px;
     }

     .banner_main .bluid img {
          width: 50px;
          height: 50px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 29px;
          padding-bottom: 20px;
          margin-top: -15px;
     }

     .banner_main .bluid p {
          font-size: 13px;
          width: 320px;
          padding-bottom: 25px;
     }

     .banner_main .bluid a.read_more {
          font-size: 12px;
          width: 125px;
          height: 45px;
          line-height: 45px;
     }

     .chose_box .read_more {
          max-width: 110px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: 0;
     }

     .we_box .read_more {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: -10px;
     }

     div#bo_ho.we_box.great {
          height: 83%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 11%;
          left: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 11%;
          left: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 11%;
          left: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 11%;
          left: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 100px;
          position: absolute;
          bottom: 11%;
          right: 13%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     .we_do .read_more1 {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-bottom: 10px;
     }

     .portfolio .read_more {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          margin-top: -10px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 13px;
     }

     .contact h2#location {
          margin-top: -50px;
     }

     .contact div.titlepage.hello::before {
          margin-top: -65px;
          margin-bottom: -10px;
     }

     .contact .card-body iframe {
          width: 100%;
          height: 205px;
     }

     .contact h4.card-title {
          margin-bottom: 2px;
     }

     .contact .card-head a {
          line-height: 37px;
     }

     .contact .card-head img {
          height: 28px;
          margin-bottom: 1px;
     }

     .contact a#watsap {
          font-size: 11px;
     }

     .contact a#emailkub {
          font-size: 11px;
     }

     .contact a#locatdet {
          font-size: 11px;
     }

     .contact a#locatdet div {
          margin-bottom: -40px;
     }

     .main_form h5#mdpl.card-title {
          font-size: 15px;
     }

     .main_form p#locatdet.card-text {
          font-size: 11px;
          line-height: 18px;
     }

     .clientsl_text h3.heho {
          font-size: 16px;
     }

     .clientsl_text p.heho {
          font-size: 11px;
          line-height: 18px;
          margin-top: -40px;
          margin-bottom: -20px;
     }

     .Informa ul li {
          font-size: 12px;
     }

     .Informa .fotor {
          font-size: 20px;
     }

     .helpful ul li a {
          font-size: 12.2px;
     }

     .conta ul li a {
          font-size: 12.2px;
     }

     .copyright p {
          font-size: 13.6px;
     }

     .contact div#garis.titlepage::before {
          margin-top: -80px;
     }

     .contact .titlepage h2#cont1 {
          margin-top: -65px;
          font-size: 20px;
     }

     .contact .titlepage::before {
          margin-top: -15px;
          margin-bottom: -10px;
     }

     .contact .titlepage h2 {
          font-size: 20px;
          margin-bottom: -45px;
     }

     .chose .titlepage::before {
          margin-top: -55px;
     }

     .chose .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .portfolio .titlepage::before {
          margin-top: -80px;
     }

     .portfolio .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .we_do .titlepage::before {
          margin-top: -80px;
     }

     .we_do .titlepage h2 {
          font-size: 20px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .about .titlepage::before {
          margin-top: -55px;
     }

     .about .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 20px;
     }

     .about .titlepage p#deskabou {
          line-height: 20px;
          font-size: 11px;
          margin-top: -25px;
     }

     .we_box2 p#methcoff {
          margin-bottom: -30px;
     }

     .we_box2 a#shopee1y {
          max-width: 105px;
          height: 35px;
          line-height: 35px;
          font-size: 11px;
          bottom: 3%;
     }

     .we_box2 a#shopee1y img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee1 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee1 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee2 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee2 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee3 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee3 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee4 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee4 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee5 {
          max-width: 40px;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee5 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#galcoff {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#cont1 {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#galceng {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#cont2 {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#galjahe {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#cont3 {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#galaren {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#cont4 {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#galduri {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#cont5 {
          max-width: 40px;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#shopee1x {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 37%;
          right: 37%;
          font-size: 11px;
          border-radius: 5px;
     }

     .we_box a#shopee1x img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#galut {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          left: 11%;
          font-size: 13px;
          border-radius: 5px;
          background-color: darkred;
     }

     .we_box a#contus {
          max-width: 40px;
          position: absolute;
          bottom: 0.8%;
          right: 11%;
          font-size: 13px;
          border-radius: 5px;
     }

     .we_box a#syope {
          max-width: 100px;
          margin-top: 0;
          font-size: 11px;
          border-radius: 10px;
     }

     .we_box a#buklet {
          max-width: 100px;
          margin-top: 4px;
     }

     .we_box a#buklet i {
          font-size: 13px;
     }

     .we_do .card-head a {
          font-size: 18.5px;
          line-height: 35px;
     }

     #bo_ho4 img#gambargal {
          width: 116px;
          height: 116px;
          border: 1px black solid;
          margin-bottom: -35px;
     }

     #bo_ho5 img {
          width: 72px;
          height: 72px;
     }

     #xaxa img#bdy {
          width: 136px;
          height: 136px;
     }

     #bo_ho5 img#bdy {
          width: 136px;
          height: 136px;
     }

     #bo_ho5 img#gambarcult {
          width: 13px;
          height: 14px;
          margin-top: -4px;
          border: 0px solid;
          border-radius: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          margin-bottom: 0;
     }

     #bo_ho1 img {
          max-height: 143px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          width: 100%;
          border: 2px black solid;
     }

     #bo_ho1 iframe#comprof {
          height: 140px;
          width: 100%;
          border: 2px black solid;
     }

     .li_icon a {
          width: 45px;
          height: 45px;
          font-size: 19px;
          margin-left: 0;
     }

     .li_icon a#imej {
          margin-left: 2px;
     }

     #ho_nf:hover div.portfolio_text {
          max-height: 10px;
     }

     #ho_nf:hover .li_icon {
          margin-top: -50px;
          transition: ease-in all 0.7s;
     }

     .portfolio_text h3 {
          color: #0c0c0d;
          font-size: 18px;
          line-height: 20px;
          font-weight: bold;
          padding-bottom: 15px;
     }

     .portfolio_text h3 div {
          float: right;
          font-size: 15px;
          border: 2px black solid;
          border-radius: 7px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
          background-color: white;
     }

     .portfolio_text h3 i {
          color: gold;
          padding-right: 1.5px;
          padding-left: 1.5px;
     }

     .chose_box {
          text-align: center;
     }

     .chose_box h3#penj {
          font-size: 18px;
     }

     .chose_box h3#client {
          font-size: 18px;
     }

     .chose_box h3#pres {
          font-size: 18px;
     }

     .chose_box strong#angka {
          font-size: 26px;
          margin-top: -20px;
          margin-bottom: -35px;
     }

     .we_box h3#deskcoff {
          font-size: 16px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#desccoff {
          font-size: 12px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskceng {
          font-size: 16px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descceng {
          font-size: 12px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskjahe {
          font-size: 16px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descjahe {
          font-size: 12px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskaren {
          font-size: 16px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descaren {
          font-size: 12px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_do div#prodother.container {
          margin-top: -320px;
     }

     .we_do .card .card-body center#tengah {
          font-size: 16px;
     }

     .we_do .card .card-body center#tengah span#spek a {
          cursor: pointer;
          transition: ease-in all 0.3s;
     }

     .we_do .card .card-body center#tengah span#spek a:hover {
          font-size: 22px;
          transition: ease-in all 0.3s;
          color: #A4907C;
     }

     .we_box {
          padding: 30px;
     }

     .we_box h3 {
          font-size: 18px;
          padding-top: 10px;
          margin-bottom: -20px;
     }

     .we_box h3 a#deswita {
          font-size: 13px;
     }

     .we_box2 h3 a#deswita {
          font-size: 13px;
     }

     .we_box p {
          font-size: 12px;
          line-height: 21px;
          padding-bottom: 20px;
     }

     .we_box2 {
          padding: 20px;
     }

     .we_box2 h3 {
          font-size: 18px;
          line-height: 18px;
     }

     .we_box2 p {
          font-size: 11px;
          line-height: 18px;
          margin-top: -15px;
          margin-bottom: -45px;
     }

     .we_do.mobel {
          margin-bottom: -110px;
     }

     #we12 a.carousel-control-next,
     #we12 a.carousel-control-prev {
          width: 42px;
          height: 42px;
          top: 95%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 30%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 30%;
     }

     #clientsl a.carousel-control-next,
     #clientsl a.carousel-control-prev {
          width: 42px;
          height: 42px;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 30%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 30%;
     }

     .we7 .carousel-indicators li,
     .we8 .carousel-indicators li,
     .we9 .carousel-indicators li,
     .we10 .carousel-indicators li,
     .we11 .carousel-indicators li {
          height: 4px;
     }

     .we7 a.carousel-control-next,
     .we7 a.carousel-control-prev,
     .we8 a.carousel-control-next,
     .we8 a.carousel-control-prev,
     .we9 a.carousel-control-next,
     .we9 a.carousel-control-prev,
     .we10 a.carousel-control-next,
     .we10 a.carousel-control-prev,
     .we11 a.carousel-control-next,
     .we11 a.carousel-control-prev {
          width: 28px;
          height: 35px;
          font-size: 22px;
     }

}

/* Small Mobile Phone */
@media only screen and (min-width: 300px) and (max-width: 374.8px) {

     #muncul1 {
          display: none;
     }

     .we_do .card#produks {
          border-radius: 17px;
     }

     .we_do .card#produks .card-head {
          border-top-left-radius: 14px;
          border-top-right-radius: 14px;
     }

     .we_do .card#galgal {
          border-radius: 17px;
     }
     
     .we_do .card#galgal .card-head {
          border-top-left-radius: 14px;
          border-top-right-radius: 14px;
     }

     .contact .card#kontakcard {
          border-radius: 17px;
     }
     
     .contact .card#kontakcard .card-head#kontakhead {
          border-top-left-radius: 14px;
          border-top-right-radius: 14px;
     }
     
     .contact div#xaxa.card-body {
          border-radius: 17px;
     }

     .portfolio {
          padding-bottom: 50px;
     }

     .header {
          max-height: 11px;
     }

     ul.social_icon li a {
          line-height: 18px;
          font-size: 18px;
     }

     .contact .card#petalok1 {
          margin-bottom: 40px;
          margin-top: 10px;
     }

     .contact .card iframe#petalok {
          height: 200px;
     }

     .about a#profdes.profdes {
          font-size: 18px;
          left: 44.5%;
          right: 44.5%;
          padding-top: 2.5px;
          width: 35px;
          height: 35px;
     }

     .about a#profdes.profdes i {
          margin-left: -1px;
     }

     .about a#profdes.profdes:hover {
          border: 5px #252525 solid;
     }

     a#kontakwa.float {
          width: 33px;
          height: 33px;
          font-size: 17px;
          animation-name: hubungiWA1;
     }

     a#kontakwa[title]:hover::after {
          font-size: 10px;
          right: 15%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     i#kontak.my-float {
          margin-top: 8.5px;
     }

     a#kunjshopee.float {
          width: 33px;
          height: 33px;
          animation-name: kunjungiShopee4;
     }

     a#kunjshopee[title]:hover::after {
          font-size: 10px;
          right: 15%;
          padding: 10px;
          padding-top: 5px;
          padding-bottom: 5px;
          border-radius: 15px;
     }

     img#kontakshop.my-float {
          width: 14.5px;
          height: 16px;
          margin-top: -25px;
     }

     .navigation.navbar-dark .navbar-toggler-icon {
          background: url(../images/menu_btn-1.png);
          background-repeat: no-repeat;
          float: right;
          margin-top: 2px;
     }

     .sidebar nav {
          float: left;
          position: relative;
          top: -112px;
          left: 0;
          background: transparent;
          position: fixed;
          z-index: 998;
          box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.9);
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar img {
          width: 28px;
          height: 28px;
          margin-top: -28px;
     }

     .sidebar nav ul li {
          position: relative;
          width: 39px;
          height: 50px;
          cursor: pointer;
          background: rgba(39, 43, 44, 0.87);
          opacity: 0.9;
          text-transform: uppercase;
          transition: all .4s ease-out;
     }

     .sidebar nav ul li:after {
          position: absolute;
          background: white;
          color: #A4907C;
          top: 0;
          width: 39px;
          height: 100%;
          opacity: .5;
          transform: perspective(400px) rotateY(90deg);
          transform-origin: 0 100%;
          transition: all .4s ease-out;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px;
     }

     .sidebar nav ul li:nth-child(1):after {
          content: "Biji Kopi";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(2):after {
          content: "Ceng keh";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(3):after {
          content: "Durian";
          line-height: 15px;
          padding-top: 18px;
          font-size: 9px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(4):after {
          content: "Gula Aren";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .sidebar nav ul li:nth-child(5):after {
          content: "Jahe Rempah";
          line-height: 15px;
          padding-top: 12px;
          font-size: 10px;
          font-weight: bolder;
     }

     .footer a img {
          height: 40px;
          width: 185px;
     }

     .footer a.logo_footer {
          margin-bottom: 70px;
     }

     #top_section .container {
          margin-top: -20px;
     }

     #myCarousel .carousel-indicators {
          bottom: -20px;
     }

     #myCarousel .carousel-indicators li {
          width: 17px;
          height: 17px;
     }

     .header .logo_section {
          margin-top: -6px;
     }

     .full img {
          margin-top: -18px;
          height: 25px;
          max-width: 180px;
     }

     .banner_main .bluid img {
          width: 45px;
          height: 45px;
     }

     .banner_main .bluid h1.indtit {
          font-size: 22px;
          padding-bottom: 10px;
          margin-top: -27px;
     }

     .banner_main .bluid p {
          font-size: 11px;
          width: 260px;
          padding-bottom: 20px;
     }

     .banner_main .bluid a.read_more {
          font-size: 9px;
          width: 100px;
          height: 35px;
          line-height: 35px;
     }

     .chose_box .read_more {
          max-width: 100px;
          height: 35px;
          line-height: 35px;
          font-size: 10px;
          margin-top: 0;
     }

     .we_box .read_more {
          max-width: 90px;
          height: 35px;
          line-height: 35px;
          font-size: 10px;
          margin-top: -10px;
          border-radius: 5px;
     }

     div#bo_ho.we_box.great {
          height: 83%;
     }

     div#bo_ho.we_box.great a#details1 {
          position: absolute;
          bottom: 11%;
          left: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details2 {
          position: absolute;
          bottom: 11%;
          left: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details3 {
          position: absolute;
          bottom: 11%;
          left: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#details4 {
          position: absolute;
          bottom: 11%;
          left: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee1 {
          max-width: 90px;
          position: absolute;
          bottom: 11%;
          right: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee2 {
          max-width: 90px;
          position: absolute;
          bottom: 11%;
          right: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee3 {
          max-width: 90px;
          position: absolute;
          bottom: 11%;
          right: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     div#bo_ho.we_box.great a#shopee4 {
          max-width: 90px;
          position: absolute;
          bottom: 11%;
          right: 16%;
          height: 30px;
          line-height: 30px;
          border-radius: 10px;
     }

     .we_do .read_more1 {
          max-width: 90px;
          height: 35px;
          line-height: 35px;
          font-size: 10px;
          margin-bottom: 10px;
     }

     .portfolio .read_more {
          max-width: 90px;
          height: 35px;
          line-height: 35px;
          font-size: 10px;
          margin-top: -10px;
     }

     .navigation.navbar-dark .navbar-nav .nav-link {
          font-size: 11px;
     }

     .contact h2#location {
          margin-top: -50px;
     }

     .contact div.titlepage.hello::before {
          margin-top: -65px;
          margin-bottom: -10px;
     }

     .contact .card-body iframe {
          width: 100%;
          height: 205px;
     }

     .contact h4.card-title {
          margin-bottom: 2px;
     }

     .contact .card-head a {
          line-height: 30px;
     }

     .contact .card-head img {
          height: 24px;
          margin-bottom: 1px;
     }

     .contact a#watsap {
          font-size: 10px;
     }

     .contact a#emailkub {
          font-size: 10px;
     }

     .contact a#locatdet {
          font-size: 10px;
     }

     .contact a#locatdet div {
          margin-bottom: -40px;
     }

     .main_form h5#mdpl.card-title {
          font-size: 14px;
     }

     .main_form p#locatdet.card-text {
          font-size: 9px;
          line-height: 18px;
     }

     .clientsl_text h3.heho {
          font-size: 14px;
     }

     .clientsl_text p.heho {
          font-size: 9px;
          line-height: 18px;
          margin-top: -40px;
          margin-bottom: -20px;
     }

     .Informa ul li {
          font-size: 10px;
     }

     .Informa .fotor {
          font-size: 18px;
     }

     .helpful ul li a {
          font-size: 10.2px;
     }

     .conta ul li a {
          font-size: 10.2px;
     }

     .copyright p {
          font-size: 13.4px;
     }

     .contact div#garis.titlepage::before {
          margin-top: -80px;
     }

     .contact .titlepage h2#cont1 {
          margin-top: -65px;
          font-size: 18px;
     }

     .contact .titlepage::before {
          margin-top: -15px;
          margin-bottom: -10px;
     }

     .contact .titlepage h2 {
          font-size: 18px;
          margin-bottom: -45px;
     }

     .chose .titlepage::before {
          margin-top: -55px;
     }

     .chose .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 18px;
     }

     .portfolio .titlepage::before {
          margin-top: -80px;
     }

     .portfolio .titlepage h2 {
          font-size: 18px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .we_do .titlepage::before {
          margin-top: -80px;
     }

     .we_do .titlepage h2 {
          font-size: 18px;
          margin-bottom: -55px;
          margin-top: -65px;
     }

     .about .titlepage::before {
          margin-top: -55px;
     }

     .about .titlepage h2 {
          margin-top: -40px;
          margin-bottom: -10px;
          font-size: 18px;
     }

     .about .titlepage p#deskabou {
          line-height: 20px;
          font-size: 9px;
          margin-top: -25px;
     }

     .we_box2 p#methcoff {
          margin-bottom: -30px;
     }

     .we_box2 a#shopee1y {
          max-width: 95px;
          height: 30px;
          line-height: 30px;
          font-size: 10px;
          border-radius: 10px;
          bottom: 3%;
     }

     .we_box2 a#shopee1y img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee1 {
          max-width: 40px;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee1 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee2 {
          max-width: 40px;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee2 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee3 {
          max-width: 40px;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee3 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee4 {
          max-width: 40px;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee4 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#shopee5 {
          max-width: 40px;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee5 img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#galcoff {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#cont1 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#galceng {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#cont2 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#galjahe {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#cont3 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#galaren {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#cont4 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#galduri {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#cont5 {
          max-width: 40px;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#shopee1x {
          max-width: 40px;
          position: absolute;
          bottom: 1%;
          left: 37%;
          right: 37%;
          font-size: 10px;
          border-radius: 5px;
     }

     .we_box a#shopee1x img {
          width: 13px;
          height: 14px;
          margin-top: -4px;
     }

     .we_box a#galut {
          max-width: 40px;
          position: absolute;
          bottom: 1%;
          left: 11%;
          font-size: 12px;
          border-radius: 5px;
          background-color: darkred;
     }

     .we_box a#contus {
          max-width: 40px;
          position: absolute;
          bottom: 1%;
          right: 11%;
          font-size: 12px;
          border-radius: 5px;
     }

     .we_box a#syope {
          max-width: 90px;
          margin-top: 0;
          font-size: 10px;
          border-radius: 10px;
     }

     .we_box a#buklet {
          max-width: 90px;
          margin-top: 4px;
     }

     .we_box a#buklet i {
          font-size: 12px;
     }

     .we_do .card-head a {
          font-size: 18px;
          line-height: 35px;
     }

     #bo_ho4 img#gambargal {
          width: 106px;
          height: 106px;
          border: 1px black solid;
          margin-bottom: -35px;
     }

     #bo_ho5 img {
          width: 66px;
          height: 66px;
     }

     #xaxa img#bdy {
          width: 116px;
          height: 116px;
     }

     #bo_ho5 img#bdy {
          width: 116px;
          height: 116px;
     }

     #bo_ho5 img#gambarcult {
          width: 13px;
          height: 14px;
          margin-top: -4px;
          border: 0px solid;
          border-radius: 0;
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
          margin-bottom: 0;
     }

     #bo_ho1 img {
          max-height: 111px;
     }

     #bo_ho1 video {
          /* transition: ease-out all 0.15s; */
          width: 100%;
          border: 2px black solid;
     }

     #bo_ho1 iframe#comprof {
          height: 110px;
          width: 100%;
          border: 2px black solid;
     }

     .li_icon a {
          width: 40px;
          height: 40px;
          font-size: 18px;
          margin-left: 0;
     }

     .li_icon a#imej {
          margin-left: 2px;
     }

     #ho_nf:hover div.portfolio_text {
          max-height: 10px;
     }

     #ho_nf:hover .li_icon {
          margin-top: -50px;
          transition: ease-in all 0.7s;
     }

     .portfolio_text h3 {
          color: #0c0c0d;
          font-size: 16px;
          line-height: 20px;
          font-weight: bold;
          padding-bottom: 15px;
     }

     .portfolio_text h3 div {
          float: right;
          font-size: 13px;
          border: 2px black solid;
          border-radius: 7px;
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.4);
          background-color: white;
     }

     .portfolio_text h3 i {
          color: gold;
          padding-right: 1.5px;
          padding-left: 1.5px;
     }

     .chose_box {
          text-align: center;
     }

     .chose_box h3#penj {
          font-size: 14px;
     }

     .chose_box h3#client {
          font-size: 14px;
     }

     .chose_box h3#pres {
          font-size: 14px;
     }

     .chose_box strong#angka {
          font-size: 22px;
          margin-top: -20px;
          margin-bottom: -35px;
     }

     .we_box h3#deskcoff {
          font-size: 14px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#desccoff {
          font-size: 9px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskceng {
          font-size: 14px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descceng {
          font-size: 9px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskjahe {
          font-size: 14px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descjahe {
          font-size: 9px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_box h3#deskaren {
          font-size: 14px;
          margin-top: -10px;
          line-height: 21px;
     }

     .we_box p#descaren {
          font-size: 9px;
          margin-top: -20px;
          margin-left: -10px;
          margin-right: -10px;
          line-height: 15px;
     }

     .we_do div#prodother.container {
          margin-top: -320px;
     }

     .we_do .card .card-body center#tengah {
          font-size: 14px;
     }

     .we_do .card .card-body center#tengah span#spek a {
          cursor: pointer;
          transition: ease-in all 0.3s;
     }

     .we_do .card .card-body center#tengah span#spek a:hover {
          font-size: 20px;
          transition: ease-in all 0.3s;
          color: #A4907C;
     }

     .we_do h3#culttitle span#spen {
          font-weight: lighter;
          font-size: 12px;
          font-style: italic;
          color: #808080;
     }

     .we_box {
          padding: 30px;
     }

     .we_box h3 {
          font-size: 16px;
          padding-top: 10px;
          margin-bottom: -20px;
     }

     .we_box h3 a#deswita {
          font-size: 11px;
     }

     .we_box2 h3 a#deswita {
          font-size: 11px;
     }

     .we_box p {
          font-size: 10px;
          line-height: 21px;
          padding-bottom: 20px;
     }

     .we_box2 {
          padding: 20px;
     }

     .we_box2 h3 {
          font-size: 14px;
          line-height: 15px;
     }

     .we_box2 p {
          font-size: 9px;
          line-height: 15px;
          margin-top: -15px;
          margin-bottom: -45px;
     }

     .we_do.mobel {
          margin-bottom: -110px;
     }

     #we12 a.carousel-control-next,
     #we12 a.carousel-control-prev {
          width: 42px;
          height: 42px;
          top: 95%;
     }

     #we12 a#tombol.carousel-control-prev {
          left: 29%;
     }

     #we12 a#tombol.carousel-control-next {
          right: 29%;
     }

     #clientsl a.carousel-control-next,
     #clientsl a.carousel-control-prev {
          width: 42px;
          height: 42px;
     }

     #clientsl a#tombol.carousel-control-prev {
          left: 29%;
     }

     #clientsl a#tombol.carousel-control-next {
          right: 29%;
     }

     .we7 .carousel-indicators li,
     .we8 .carousel-indicators li,
     .we9 .carousel-indicators li,
     .we10 .carousel-indicators li,
     .we11 .carousel-indicators li {
          height: 3px;
     }

     .we7 a.carousel-control-next,
     .we7 a.carousel-control-prev,
     .we8 a.carousel-control-next,
     .we8 a.carousel-control-prev,
     .we9 a.carousel-control-next,
     .we9 a.carousel-control-prev,
     .we10 a.carousel-control-next,
     .we10 a.carousel-control-prev,
     .we11 a.carousel-control-next,
     .we11 a.carousel-control-prev {
          width: 28px;
          height: 35px;
          font-size: 22px;
     }

}