body {
  margin: 0;
  font-family: 'Nunito Sans';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.btn-outline-dark {
  color: #432b6f;
  border-color: #432b6f;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #432b6f;
  border-color: #432b6f;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #432b6f;
  background-color: rgba(52,58,64,0);
  border-color: #432b6f;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem #432b6f40;
}

.clean-navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: .9rem;
  text-transform: inherit;
}

.navbar-light .navbar-nav .nav-link {
  color: #b7a391;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgb(67,43,111);
}

.page-footer h5 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 0px;
}

.page-footer.dark h5 {
  color: #432b6f;
}

.page-footer .footer-copyright {
  background-color: rgba(255,255,255,0);
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: right;
  margin-top: 30px;
  border: 0.5px solid #432b6f;
}

.page-footer.dark .footer-copyright {
  background-color: rgba(34,36,37,0);
  border-color: #432b6f;
}

.btn-warning {
  color: #432b6f;
  background-color: #f9f0e7;
  border-color: #f9f0e7;
  border-radius: 2.3rem;
  padding-right: 18px;
  padding-left: 18px;
}

.btn-warning.focus, .btn-warning:focus, .btn-warning:hover {
  color: #f9f0e7;
  background-color: rgba(67,43,111,0);
  border-color: #f9f0e7;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #432b6f;
  background-color: #f9f0e7;
  border-color: #f9f0e7;
}

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem #432b6f5f;
}

.feature-box .icon {
  font-size: 30px;
  position: absolute;
  left: 15px;
  top: 15px;
  width: 30px;
  text-align: center;
  color: #b1d34a;
}

.bg-pa {
  position: relative;
}

.bg-pa .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgb(67,43,111);
  opacity: 0.9;
}

.img-col {
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.56;
  transition: 0.4s;
}

.img-col:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.hover {
  overflow: hidden;
  position: relative;
  border-radius: 13px;
}

.hover-1::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #b1d34a;
  position: absolute;
  bottom: -10px;
  left: 0px;
  display: block;
  transition: all 0.3s;
  z-index: 99;
}

.hover-1:hover::after {
  bottom: 0;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.4s;
}

.hover-1:hover .hover-overlay:hover {
  background: rgba(67,43,111,0.8);
}

.hover img {
  width: 100%;
  border-radius: 10px;
  /*position: absolute;*/
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-1:hover .hover-1-icon:hover {
  opacity: 1;
}

.hover-1-tittle {
  position: absolute;
  text-align: center;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 5rem 5rem;
  z-index: 9999;
  transition: all 0.4s;
  opacity: 0;
  color: #ffffff;
}

.hover-1:hover .hover-1-tittle:hover {
  opacity: 1;
}

.hover-1-icon {
  position: absolute;
  text-align: center;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 9rem 8rem;
  z-index: 900;
  transition: all 0.4s;
  opacity: 0;
  color: #ffffff;
}

.leaves {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background: url("../../assets/img/leaves/k-basil-2.jpg") center / cover no-repeat;
}

.overlay-3 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/leaves/k-basil.jpg");
  background-size: 100%;
}

.konsep:hover .overlay-3 {
  opacity: 1;
}

.konsep {
  position: relative;
}

.overlay-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/leaves/k-rosemary.jpg");
  background-size: 100%;
}

.konsep:hover .overlay-1 {
  opacity: 1;
}

.overlay-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/leaves/k-lavender.jpg");
  background-size: 100%;
}

.konsep:hover .overlay-2 {
  opacity: 1;
}

.overlay-4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/leaves/k-sage.jpg");
  background-size: 100%;
}

.konsep:hover .overlay-4 {
  opacity: 1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(67,43,111,0.37254901960784315);
}

.gallery {
  position: relative;
  margin-top: 20px;
  height: 400px;
  width: 500px;
  overflow: hidden;
}

.gallery .image {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../../assets/img/produk/p-show1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

.product-thumbnails {
  margin-top: 30px;
}

.hr-p {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(174,174,174,0.37254901960784315);
}

.more-p {
  color: #b7a391;
  text-decoration: none;
  background-color: transparent;
}

.more-p:hover {
  color: #432b6f;
  text-decoration: none;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next-icon {
  background-image: none;
}

.t-konsep {
  position: relative;
}

.unit-a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url("../../assets/img/produk/p-2-H.jpg") center / cover no-repeat;
}

.t-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/produk/p-1.jpg");
  background-size: 100%;
}

.t-konsep:hover .t-overlay {
  opacity: 1;
}

.unit-a1 {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: url("produk/p-3-H.jpg") center / cover no-repeat;
}

.t-overlayA {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/produk/p-2.jpg");
  background-size: 100%;
}

.t-konsep:hover .t-overlayA {
  opacity: 1;
}

.t-overlayB {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding: 1rem 1rem;
  opacity: 0;
  border-radius: 7px;
  transition: .5s ease;
  background: url("../../assets/img/produk/p-6.jpg");
  background-size: 100%;
}

.t-konsep:hover .t-overlayB {
  opacity: 1;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 40%;
  bottom: 40%;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease;
}

.icon-phone {
  color: black;
  text-decoration: none;
}

.phone {
  color: black;
  text-decoration: none!important;
}

.clean-pricing-item {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.075);
  border-top: 2px solid #5ea4f3;
  padding: 30px;
  overflow: hidden;
  position: relative;
}

.clean-pricing-item .heading {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0,0,0,0);
}

.fi-class {
  text-decoration: none;
}

.fi-class:hover {
  text-decoration: none;
}

@font-face {
  font-family: 'photograph';
  src: url(../fonts/photograph_signature-webfont.woff2);
}

