*{
    scroll-behavior: smooth;
}
nav{
  background: #e8e7e5;
  height: 50px;
}
.navbar-brand {
	color: black;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.nav-item a {
	font-family: poppins;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}
.navbar-light .navbar-nav .nav-link {  
    color: black;
    margin-left: 15px;
}

#about{
  padding: 60px 0px;
}
#about h1{
  font-weight: 900;
  font-size: 34px;
  margin-top: 60px;
  padding: 5px 0px;
} 

#products h1{
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  padding: 5px 0px;
}
.card{
  margin: 20px 10px;
}
.card-body{
  box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.1);
}
.featureCol .hotOffer {
  font-size: 14px;
  line-height: 16px;
  top: 10px;
  left: 10px;
  min-width: 50px;
  padding: 7px 5px 7px 5px;
  border-radius: 15px;
  background: #f9861f;
}
.featureCol .hotOffer.red {
  background: #e21919;
}


.footerHolder h3{
  font-weight: 700;
  font-size: 25px;
}
.footerHolder .footerContactList {
  font-size: 15px;
  line-height: 17px;
  color: #707070;
}
.footerHolder .footerContactList .email .icon {
  font-size: 12px;
}
.footerHolder .followSocailNetwork {
  font-size: 15px;
  line-height: 18px;
  color: #444444;
}
.footerHolder .followSocailNetwork a {
  color: #808080;
}
.footerHolder .footerNavList a {
  color: #707070;
}

.btn-custom { 
  color: #ffffff; 
  background-color: #a89261; 
} 
.sosmedku{
  padding: 10px;
  background-color: rgb(83, 57, 23);
  text-decoration: none;
  color: white;
  border-radius: 100%;
  display: none;
}