body{
  font-family: 'Nunito';
}

/* INSECTICIDE */
.insecticide .card-title, 
.insecticide .card-footer
 {
  font-size: 15px;
}


h1 {
  /* font-size: 72px;
  line-height: 1.5;
  color: #2c3e50;
  font-weight: 100; */
}

#container {
  width: 980px;
  margin: 0 auto;
}

section {
  height: 400px;
  margin: 60px 0;
}

.section--purple {
  background-color: #9b59b6;
}

.section--blue {
  background-color: #3498db;
}

.section--green {
  background-color: #2ecc71;
}

#main {
  text-align: center;
}

#more {
  margin: 20px auto 48px;
}

.navbar-nav > .nav-item > a {
  /* color: #c73f43; */
}

.footer-branch {
  font-size: 0.8em;
}

.carousel,
.insecticide,
.rodenticide,
.produk-header,
.produk-content
{
  font-family: Nunito, sans-serif !important;
}

.carousel-item {
  transition: transform 2s ease, opacity .5s ease-out;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../vendors/back-to-top/img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1031;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}

/* [1] The container */
.img-hover-zoom {
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform .5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.termite-accordion {
  /* background-color: none !important; */
  --bs-accordion-bg: none !important;
}

.termite-accordion .accordion-button:focus {
  z-index: 3;
  border-color: #ff9e9e !important;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 13, 13, 0.25) !important;
}

.termite-accordion .accordion-button:not(.collapsed) {
  color: #ffffff !important;
  background-color: #da251e !important;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.strength-parallax {
  /* The image used */
  background-image: linear-gradient(rgba(192, 192, 192, 0.5), rgba(0, 0, 0, 0.5)),
  url("../img/img-1.jpg");
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fumigant::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 120%;
  /* top: 50%; */
  left: -10%;
  z-index: -1;
  background: url(../img/bg-2.jpg);
  background-size: cover;
         /* background-position: 0 300px; */
  background-repeat: no-repeat;
  transform: rotate(-45deg);
  opacity: 0.3;
}


.btn-wa-float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:31px;
	right:115px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.wa-float{
	margin-top:16px;
}

.produk-header {
  /* height: 400px; */
}

.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #c73f43;
}
.gloria-hallelujah-regular {
  font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
}
