html {
  scroll-behavior: smooth;
}


@media(max-width: 990px){
    .card{
      margin: 20px;
    }
  } 

.hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tipis {
  font-family: 'Lato', sans-serif;
  src: url("fonts/Lato-Regular.ttf");
  font-weight: 500;
}



.card{
  border-radius: 4px;
  background: #ffffff;
  box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
  transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  cursor: pointer;
}

.card:hover{
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.fhak{
  background-color:orange;
  color:white;
} 

.tinggi_carousel{
  height: 500px;
}

.dropdown-hover:hover>.dropdown-menu {
  display: inline-block;
}

.dropdown-hover>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

/* Background merah yang ada di sliderrrrr */
.background-merah{
  background-color: #b72024;
}

.tombol-merah{
  color: #ffffff;
  background-color: #b72024;
}
.tombol-merah:hover{
  background-color: #a11c21;
}

.tombol-oren{
  color: #ffffff;
  background-color: #F07203;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.tombol-oren:hover{
  background-color: #c25c04;
}

.warna-produk{
  color: #b72024;
}

.warna-rupiah{
  color: #f18719;
}

.warna-merah{
  color: #b72024;
}

.warna-putih{
  color:#ffffff;
}

.tombol-kuning{
  color: #ffffff; 
  background-color: #f18719;
}
.tombol-kuning:hover{
  background-color: #b16b25;
}

.putih-svg{
  fill: white;
}

.border-merah{
  border-style: solid; 
  border-color: #b72024;
}

.description-detail{
  font-size: large;
  font-weight: 500;
  text-align: left;
}

a{
  color: inherit;
  text-decoration: none;
}

a:hover{
  color: inherit;
  text-decoration: none;
}

.terbang{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.pelengket{
  position: -webkit-sticky;
  position: sticky;
  padding-left: 20px;
  z-index:100;
  bottom: 1rem;
}

.icon-terbang{
	margin-top:16px;
}

.LottiePlayerHP{
  height: 300px;
}

.LottiePlayerDesktop{
  width: 800px;
  height: 600px;
}


.bunder-gemoy{
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
}

.content {
  position: relative;
}

.thumbnail {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.content:hover .thumbnail {
  opacity: 0.3;
}

.content:hover .middle {
  opacity: 1;
}