.landing .getstarted,
.landing .getstarted:focus {
  background: #00449F;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  font-weight: 400;
  color: #fff;
}

.landing .getstarted:hover,
.landing .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}

.left{
  float: left;
}
.right{
  float: right;
}

:root{ --main-color : #DC3F59; }
.demo{ background-color: #eee; }
.counter{
  color: var(--main-color);
  background: linear-gradient(-135deg,var(--main-color), var(--main-color) 38%,transparent 38%, transparent 65%,var(--main-color) 65%);
  font-family: 'Dosis', sans-serif;
  text-align: center;
/*  width: 200px;*/
  padding: 30px 10px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.counter:before{
  content: '';
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,.8);
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  z-index: -1;
}
.counter .counter-icon{
  font-size: 35px;
  line-height: 35px;
  margin: 0 0 18px;
}
.counter h3{
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 6px;
}
.counter .counter-value{
  font-size: 33px;
  font-weight: 600;
  display: block;
}
.counter.purple{ --main-color: #9B60A7; }
.counter.yellow{ --main-color: #EBA118; }
.counter.blue{ --main-color: #1496A1; }
@media screen and (max-width:990px){
  .counter{ margin-bottom: 40px; }
}


.hero-form{
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 50px;
}
.btn-explore {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: #00449F;
}

.btn-explore:hover {
  background: #df3740;
  color: #ffffff;
}
.product-image-shop{
  max-width: 180px;
  max-height: 180px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.6);
}

.golden-color{
  color: #EBA118 !important;
}

#about img{
  border-radius: 15px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-select select{
  width: 80%;
  font-size: 0.8rem;
}
.reset-btn{
  margin-top: 1rem;
}