/****FONTS***/
@font-face {
	font-family: 'BarlowRegular';
	src: url(../fonts/Barlow-Regular.ttf);
}
@font-face {
	font-family: 'BarlowBold';
	src: url(../fonts/Barlow-Bold.ttf);
}

body {
    font-family: 'BarlowRegular';
}

.display-4, .display-5 {
    font-family: "BarlowRegular";
}
.display-6 {
    font-family: "BarlowBold";
}
/********** Template CSS **********/
:root {
    --primary: #6CBD45;
    --secondary: #FFF0E6;
    --light: #F8F8F9;
    --dark: #1F221D;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn.btn-primary:hover {
    color: var(--primary);
    background: transparent;
	border-color:#87d266 !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "BarlowRegular";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.navbar-nav {
    font-family: "BarlowRegular";
}
.navbar-nav b {
    font-family: "BarlowBold";
}
.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: var(--dark);
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }
	.d-kosong {
	    display: none;
	}
}
.solid-wood {
	  padding:0 !important;
	  margin:0 !important;
	}
@media (min-width: 192px) {
	.d-lg-none {
	  display: none !important;
	}
	.solid-wood {
	  padding-top:1rem !important;
	  padding-left:1.5rem !important;
	  padding-bottom:1rem !important;
	  margin-bottom:.5rem !important;
	}
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(17, 28, 30, .3);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--dark);
    border: 12px solid var(--dark);
    border-radius: 3rem;
}
#header-carousel {
   background: rgb(46,48,45);
   background: linear-gradient(180deg, rgba(46,48,45,1) 0%, rgba(75,83,73,1) 38%);
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 250px;
    }
    
    #header-carousel .carousel-item img {
        /*position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;*/
        min-height: 250px;
		object-fit: cover;
    }
}

.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}


/*** Causes ***/
.causes-item .progress {
    height: 5px;
    border-radius: 0;
    overflow: visible;
}

.causes-item .progress .progress-bar {
    position: relative;
    overflow: visible;
    width: 0px;
    border-radius: 0;
    transition: 5s;
}

.causes-item .progress .progress-bar span {
    position: absolute;
    top: -7px;
    right: 0;
    width: 40px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background: var(--primary);
    color: #FFFFFF;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}


/*** Service ***/
.service-item {
    /**box-shadow: 0 0 45px rgba(0, 0, 0, .06);**/
}


/*** Donate ***/
.donate {
    background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
    color: var(--primary);
    border-color: var(--primary);
}


/*** Team ***/
.team-item img {
    position: relative;
    top: 0;
    transition: .5s;
}

.team-item:hover img {
    top: -30px;
}

.team-item .team-text {
    position: relative;
    height: 100px;
    transition: .5s;
}

.team-item:hover .team-text {
    margin-top: -60px;
    height: 160px;
}

.team-item .team-text .team-social {
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-text .team-social {
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(246, 245, 241, 1) 0%, rgba(246, 245, 241, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(246, 245, 241, 1) 0%, rgba(246, 245, 241, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-item .testimonial-text {
    background: var(--light);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary);
    transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
    background: var(--primary) !important;
} 

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}


/*** Footer ***/

.bg-dark02 {
    background-color:#2e2f2a !important;
}
.footer h4 {
    font-family: "BarlowRegular";
	color: #a9aba5;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: rgba(255,255,255,0.5);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: rgba(255,255,255,0.5);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .btn.btn-square {
    color: rgba(255,255,255,0.5);
    border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
    color: var(--secondary);
    border-color: var(--light);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--secondary);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/*** Certificate ***/
.bg-green {
    background-color:#6cbd45 !important;
}

.bg-green-about {
    padding: 10px 0;
	color: #FFFFFF;
}

.bg-green-about_posisi{position:relative;z-index:1020;}

.certificate {
    padding: 10px 0;
    font-size: 11px;
	color: #FFFFFF;
	position: relative;
	top: -620px;
	z-index:1020;
}

.certificate_posisi{position:fixed;top:640px;z-index:1020;}

.bg-utama {
	background-color:#f7f7f4 !important;
}

.bg-market {
	background-color:#f6f5f1 !important;
}

.bg-solid {
	color: #ffffff;
	background-color: #5d4423 !important;
}
.bg-solid h1 {
	color: #ffffff;
}


/****COLLECTIONS ***/
.gg {position: relative;z-index:1020;}
.collection_posisi{position:fixed;top:710px;z-index:1020;}
.mm {position: relative;z-index:1020;}
.factory_posisi{position:fixed;top:1360px;z-index:1020;}

.collect01 {
   position: relative;

   animation: collect01 1s ease-in-out forwards;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -2.5s);
}

@keyframes collect01 {
  to {
    transform: translateX(0px);
  }
}

.collect02 {
   position: relative;

   animation: collect02 1s ease-in-out forwards;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -2s);
}

@keyframes collect02 {
  to {
    transform: translateX(0px);	
  }
}

@media (min-width: 1407px) {
   .collect01 {transform: translateX(-150px);}
   .collect02 {transform: translateX(150px);}
}
@media (min-width: 992px) {
   .collect01 {transform: translateX(-120px);}
   .collect02 {transform: translateX(120px);}
}
@media (max-width: 991px) {
   .collect01 {transform: translateX(-40px);}
   .collect02 {transform: translateX(40px);}
}

.text-start-sm{text-align:left !important}
.text-end-sm{text-align:right !important}

@media (max-width: 578px) {
	.text-start-sm{text-align:center !important}
	.text-end-sm{text-align:center !important}
}


/**** PROCESS ***/
.process {
  margin: 0;
  padding: 0;
  background: rgb(25,27,24);
  background: linear-gradient(180deg, rgba(25,27,24,1) 0%, rgba(41,45,40,1) 15%, rgba(41,45,40,1) 85%, rgba(25,27,24,1) 100%);
}
.process-right {
  /*position: relative;right: -50px;*/
}
@media (min-width: 992px) {
  .process-right {
     /*position: relative;right: -150px;*/
  }
}
@media (min-width: 1500px) {
    .process-right {
       /*position: relative;right: -300px;*/
	}
}

.process-img {
  height: 480px;
}
.process01 {
   position: relative;
   transform: translateY(-300px);
   top: -150px;

   animation: process01 1s linear;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -1s);
}

@keyframes process01 {
  to {
    transform: translateY(200px);
  }
}

.process02 {
   position: relative;
   transform: translateY(50px);
   top: -200px;

   animation: process02 1s linear;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -1s);
}

@keyframes process02 {
  to {
    transform: translateY(-50px);
  }
}

.process03 {
   position: relative;
   transform: translateY(-20px);

   animation: process03 1s linear;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -1s);
}

@keyframes process03 {
  to {
    transform: translateY(200px);
  }
}

.process04 {
   position: relative;
   transform: translateY(20px);

   animation: process04 1s linear;
   animation-play-state: paused;
   animation-delay: calc(var(--scroll) * -1s);
}

@keyframes process04 {
  to {
    transform: translateY(-50px);
  }
}
.process-factory {
  padding-bottom: 130px;
}
@media (max-width: 520px) {
   .process01 {transform: translateY(-40px);}
   .process02 {transform: translateY(240px);}
   .process03 {transform: translateY(-100px);}
   .process04 {transform: translateY(40px);}
   .process-factory {
	  padding-bottom: 70px;
	}
}
@media (max-width: 456px) {
   .process-img {
	  height: 360px;
	}
}


/****/

.btncollection {
   margin: 0;
   padding: 5px;
   display: inline-block;
   position: relative;
   text-align:left;
   line-height:1;
   color: #2e2f2a;
   border: 1px solid transparent;
}
.btncollection:hover {
    color: #2e2f2a;
}
.filterpilihan {
   /*border: 1px solid transparent;*/
}
.filterpilihan.active  {
   display: inline-block;
   /*border: 1px solid rgba(46, 47, 42, 0.2);*/
   border-radius: 10px;
   
}
.filterpilihan.active a  {
opacity: 0.2;
}
.allpilihan {
  float: right;
  display: inline-block;
  position: relative;
  top:-3px;
  right:3px;
  width:20px;

}

.filterpilihan .allpilihan a {
   display: none;
   border: 1px solid #2e2f2a;
   border-radius: 3px;
}
.filterpilihan.active .allpilihan a:hover {
   color:#2e2f2a;
   border-color:#2e2f2a;
   opacity: 1;
}
.btncollection img {
   padding: 0;
   margin: 0;
   border:0;
}
.item-filter {
}

.fsilang {
   font-family: 'Verdana';
   font-size: 1.1rem;
   font-weight: bold;
   border: none !important;
}

.form-control {
  background-color:#272824 !important;
  border-color:#444542 !important;
}
.form-control:focus {
  border-color:#87d266 !important;
  box-shadow:0 0 0 .25rem rgba(122,255,15,0.25) !important;
}
.form-message {
  background-color:#2e2f2a !important;
}
.contact-email {
  border-left: 1px solid #a9aca5;
  border-right: 1px solid #a9aca5;
}
@media (max-width: 992px) {
   .contact-email {
	  border: none;
	  border-left: 1px solid #a9aca5;	  
	}
}
@media (max-width: 767px) {
   .contact-email {
	  border: none;
	  border-top: 1px solid #a9aca5;
	  border-bottom: 1px solid #a9aca5;
	}
}

.id-color {
	color: #b4d88b;
}

.rounded-img{border-radius:0.8rem !important}

/* modal */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog {
  position: relative;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  display: block !important;
  text-align: right !important;
  
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}
.modal-body img {
	max-width:100%;height:auto;
}
.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.modal-body {
position: relative;
padding: 20px 20px 40px 20px;
}
.modal-header {
border-bottom: none;
}
.close-text{font-size:14px;}
.modal-thumb-item{width:50px;height:50px;display:block;background:#ccc;float:left;margin:10px 0 0 5px;}
.modal-thumb-item img{width:100%;height:100%;}
.modal-title{margin:40px 0 20px 0; font-weight:bold;font-size: 24px;}
h3.modal-title{margin:10px 0 0px 0; font-weight:bold;font-size: 20px;}
.modal-body ul{margin:0;padding:0;}
.modal-body ul li{margin:0 0 20px 0;padding:0;}

@media (min-width: 768px){
.modal-dialog {
	width: 800px;
	padding-top: 30px;
	padding-bottom: 30px;
	}
}
@media (min-width: 992px){
.modal-lg {
	width: 900px;
	}
	.modal-lg .modal-body {
	position: relative;
	padding: 20px 20px 40px 20px;
	}
}
@media (min-width: 1200px){
.modal-lg {
	width: 1100px;
	}
	.modal-lg .modal-body {
	position: relative;
	padding: 20px 100px 40px 100px;
	}
}

#msg_error { margin: 10px; }
#msg_error li {	font-size: 13px; color: #fe4d3b; font-weight:bold; }

#msg_success { margin: 10px; }
#msg_success li {	font-size: 13px; color: #b4d88b; font-weight:bold; }

.error-msg { font-size: 11pt; color: #FF0000; }
.info-msg { font-size: 11pt; color: #0000FF; }