@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700,600,400italic");
@import url('https://fonts.googleapis.com/css2?family=Stardos+Stencil:wght@700&display=swap');

@font-face {
  font-family: openSauceOne;
  src: url(assets\fonts\OpenSauceOne\OpenSauceOne-Regular.ttf);
}

.captionBanner {
  width: 100%;
  max-width: 100%;
  height: auto;
  top: 30%;
  position: absolute;
  z-index: 1;
  color: white;
  text-transform: uppercase;
}

.bannerProducts{
  color: white;
  text-shadow: 0.1rem 0.1rem 0.8rem black;
}

.captionBanner h1{
  font-size: 3rem;
  font-weight: 600;
  color: white;
  letter-spacing: 0.3rem;
  text-shadow: 0.5rem 0.5rem 0.9rem black;
  padding-bottom: 1rem;
}

.captionBanner p {
  font-style: 1rem;
  font-size: 1rem;
  text-shadow: 0.1rem 0.1rem 0.5rem black;
  padding-bottom: 1.6rem;
  letter-spacing: 2px;
  text-align: center;
  color: white;
}

::selection {
  color: #cddc39;
}

.responsive {
  width: 100%;
  height: auto;
}

.footernih {
  text-align: left;
  /* padding-left: 100px; */
}
.footernih1 {
  text-align: left;
  /* padding-left: 100px; */
}

.responsives {
  width: 100%;
  height: auto;
}

body {
  background: white;
  font-family: "openSauceOne", sans-serif;
  /*font-family: "Open Sans", sans-serif;*/
  font-weight: 400;
  color: #505050;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 14px;
}
/***basics****/
a,
a:hover,
a:focus,
i {
  text-decoration: none;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
p {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1px;
  color: #444444;
  line-height: 24px;
}
.section-padding {
  padding-top: 100px;
  padding-bottom: 20px;
}
.section-padding1 {
  padding-top: 0;
  padding-bottom: 40px;
}

.section-padding2 {
  padding-top: 25px;
  padding-bottom: 25px;
}


.divided30 {
  width: 100%;
  height: 30px;
}
.padding-bottom30 {
  padding-bottom: 30px;
}
.margin-bottom30 {
  margin-bottom: 30px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
}
.colored-text {
  color: #6cc417;
}

.alo {
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 5px;
}
.section-title {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.section-title h1 {
  text-transform: uppercase;
  font-weight: 300;
  margin: 0px;
  font-size: 40px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.border-line {
  width: 40px;
  height: 1px;
  margin-top: 20px;
  display: block;
  text-align: center;
  background-color: #6cc417;
  margin-left: auto;
  margin-right: auto;
}
.subtitle-caption {
  font-weight: 400;
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 25px;
  text-transform: capitalize;
}
.center-title {
  margin-bottom: 40px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 2px;
}
.no-padding {
  padding: 0px;
}

.bgcolor.scrolled{
  background-color: #fff;
  transition: ease-in-out 0.5s;
}

@media (max-width: 1000px) {
  .navbar{
    background-color: #fff !important;
  }
}

.navbar {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #fff !important;
}
.btn-white {
  color: #fff;
  padding: 0px;
  border: 1px solid #fff;
  padding: 10px 20px;
  background-color: transparent;
}

.btn-whiteForm {
  color: #fff;
  font-size: 16px;
  /* border: 1px solid #fff; */
  padding: 5px 5px;
  background-color: rgba(0, 0, 0, 0.3);
}
.btn-whiteForm:hover {
  color: #fff;
  font-size: 16px;
  /* border: 1px solid #fff; */
  padding: 5px 5px;
  background-color: rgba(0, 0, 0, 0.8);
}

.btn-white:hover {
  color: #6cc417;
  border-color: #fff;
  background-color: #fff;
}
.btn-border-black {
  border: 1px solid #333;
  color: #333;
  padding: 10px 25px;
  background-color: transparent;
}
.btn-border-black:hover {
  color: #fff;
  border-color: #333;
  background-color: #333;
}
.btn-border-theme {
  border: 1px solid #6cc417;
  color: #6cc417;
  padding: 10px 25px;
  background-color: transparent;
}
.btn-border-theme:hover {
  color: #fff;
  border-color: #6cc417;
  background-color: #6cc417;
}
.btn-radius {
  padding: 13px 40px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
}

/*** PRODUCT***/
.news-wrapper {
  padding: 0px;
}
.news-wrapper .news-inner {
  display: block;
  padding: 70px 20px;
  position: relative;
}
.news-wrapper .row {
  margin: 0px;
}
.news-inner .date {
  color: #6cc417;
  font-weight: 400;
  font-style: italic;
}
.news-inner .title {
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: 0;
}
.news-inner p {
  margin-top: 15px;
  margin-bottom: 0px;
}
.news-inner:hover .title {
  letter-spacing: 3px;
}
.post-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 1;
  left: 0;
}
.post-preview-content {
  z-index: 2;
  position: relative;
}
.post-option {
  margin-bottom: 0px;
  margin-top: 15px;
}
.post-option a {
  margin-right: 5px;
  display: inline-block;
  color: #999;
}
.post-option a:hover {
  color: #6cc417;
}

/***contact****/
#contact {
  background: url(images/);
  
  /*background-position: 50% 0;*/
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  z-index: 1;
  display: block;
  position: relative;
}
.contact-details i {
  font-size: 50px;
  color: #fff;
}
.contact-details h4 {
  margin: 20px 0;
  color: #fff;
  font-weight: 300;
  font-style: italic;
}
.contact-form {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 15px;
  /* padding: 10px; */
  /*margin: 30px 0;*/
}
.contact-form .form-control {
  min-height: 45px;
  border: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  /* border: 1px solid #fff; */
  border-radius: 0px;
  background-color: transparent;
  color: #fff;
  -webkit-border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.3);
}
input::placeholder {
  opacity: 1;                                        
  color: #fff;
}
textarea::placeholder {
  opacity: 1;                                        
  color: #fff;
}

.contact-form h3 {
  margin-bottom: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.help-block {
  margin: 0px;
}
.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.help-block ul li {
  color: #fff;
  padding: 0px 10px;
  background-color: #6cc417;
  font-size: 12px;
}
.footer {
  /* padding: 50px 0; */
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #e7efc8;
}
.footer .alo {
  display: block;
  color: #fff;
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
}
.footer .social {
  margin: 30px 0;
}
.footer .social li a i {
  color: #f5f5f5;
  display: block;
}
.footer .social li a:hover i {
  opacity: 0.6;
}
.footer .copyright {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.footer .links ul {
  list-style-type: none;
}
.footer .links li a {
  color: black;
  transition: color 0.2s;
}
.footer .links li a:hover {
  text-decoration: none;
  color: #0f9b49;
}
.footer .about-company i {
  font-size: 25px;
}
.footer .about-company a {
  color: white;
  transition: color 0.2s;
}
.footer .about-company a:hover {
  color: #4180cb;
}
.footer .location i {
  font-size: 18px;
}
.footer .copyright p {
  color: white;
}
.brand-img {
  width: 100%;
}

svg text {
  stroke: rgb(2, 0, 0);
  font-size: 40px;
  font-weight: 20;

  stroke-width: 2;
  animation: textAnimate 5s infinite;
}

html {
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 200px;
}

body {
  margin: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.panels {
  min-height: 100vh;
  overflow: hidden;
  display: flex;
}

.panel {
  display: flex;
  flex: 1;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: #000000;
  box-shadow: inset 0 0 0 5px rgba(255,255,255,0.1);
  color: white;
  text-align: center;
  align-items: center;
  transition: 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11),
  flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11);
  background: 0.2s;
font-size: 20px;
background-size: cover;
background-position: center;
}

.panel1 { background-image:url("/assets/images/generalusewipes.JPG"); 

}
.panel2 { background-image:url("/assets/images/oil.jpg");

}
.panel3 { background-image:url("/assets/images/spillkit.jpg");

}
.panel4 { 
  background-image:url("/assets/images/disinfectingwipes.jpg"); 

}
.panel5 { background-image:url("/assets/images/chemicalabsorbent.jpg");

}
.panel6 { background-image:url("/assets/images/reion.jpg"); 

}

/* Flex Children */
.panel > * {
  margin: 0;
  width: 50%;
  transition: transform 0.5s;
/*     border: 1px solid red; */
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.panel *:first-child {
  transform: translateY(-100%);
}

.panel.open-active *:first-child {
  transform: translateY(0);
}

.panel *:last-child {
  transform: translateY(100%);
}

.panel.open-active *:last-child {
  transform: translateY(0);
}

.panel p {
  text-transform: uppercase;
  font-family: 'Amatic SC', cursive;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.72), 0 0 14px rgba(0, 0, 0, 0.45);
  font-size: 2em;
}

.panel p:nth-child(2) {
  font-size: 4em;
}

.panel.open {
  font-size: 40px;
  flex: 5;
}


/* 4 product */
.product {
	height: 320px;
	width: 100%;
	position: relative;
}

.product__image {
	background-size: cover;
	background-position: center;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

/* Ketika background image card aktif */
.product__image--active {
	opacity: 1;
	/*transition: ease-in;*/
    z-index: 2;
}

.product__cards {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	display: flex;
	flex-wrap: wrap;
	z-index: 2; 
}

.product__cards .card {
	flex: 1;
	padding: 32px;
	background-color: rgba(0, 0, 0, 0.24);

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	gap: 1rem;
	cursor: pointer;
	transition: .3s ease;
}

.product__cards .card:hover {
	background-color: rgba(0, 0, 0, 0.123);
	transition: .3s ease;
}

.product__cards .card .card__header {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	height: 72px;
	transition: .3s ease;
}

.product__cards .card .card__header .card__title {
	font-size: 1.6rem;
	font-weight: bold;
    color: #f5f5f5;
}

.product__cards .card .card__link {
	color:white;
	text-decoration: none;
	transition: .3s ease;
}

.product__cards .card .card__link:hover {
	color: blue;
	transition: .3s ease;
}

/* Ketika card aktif */
.product__cards .card--active {
	flex: 2;
	background-color: transparent;
	cursor: unset;
	transition: .3s ease;
}

.product__cards .card--active:hover {
	background-color: transparent;
}

.product__cards .card--active .card__header {
	height: 77px;
	transition: .3s ease;
}

.card__desc{
    font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: white;
}

@media only screen and (max-width: 768px) {
	.product__cards .card__desc {
		display: none;
	}

	.product__cards .card--active .card__header {
		height: auto;
	}

	.product__cards .card--active {
		flex: 1;
	}

	.product__cards .card .card__link span {
		display: none;
	}

	.product__cards .card {
		padding: 20px;
	}
}

@media only screen and (max-width: 540px) {
	.product__cards {
		display: grid !important;
		grid-template-columns: 1fr 1fr !important;
	}
}

@media only screen and (max-width: 320px) {
	.product__cards .card {
		padding: 18px;
	}
}

@media only screen and (max-width: 280px) {
	.product__cards .card {
		padding: 5px;
	}
}

/* All Products */
.thumbnail {
  border-radius: 5px;
}
.thumbnail .contentProduct p {
  font-size: 12px; 
  font-family: openSauceOne, sans-serif; 
  line-height: 18px; 
  color: #000; 
  padding: 8px;
}

/* responsive footer */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .vl {
    border-bottom: 1px solid grey;
    /* height: 200px; */
    width: 100%;
  }
}

@media only screen and (max-width: 1199px) {
  .vl {
    border-bottom: 1px solid grey;
    /* height: 200px; */
  }
}

@media only screen and (min-width: 1200px) {
  .vl {
    border-right: 1px solid grey;
    height: 200px;
  }
}