.getstartbtn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.getstartbtn:hover {
  background: rgb(255, 187, 0);
}

.certificate-cart {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important;
}

.certificate-list{
  display: inline;
  cursor: pointer;
}
.certificate-list:hover{
  text-decoration: underline;
  color: purple;
}
.product-list{
  display: inline;
  cursor: pointer;
}
.product-list:hover{
  text-decoration: underline;
  color: purple;
}
.active{
  color: purple;
}
.certificate-item{
  position: relative;
}
.product-item{
  position: relative;
}
.certificate-cart{
  height: 400px;
}
.certificate-image{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.product-image{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: fill;
}
.product-cart {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 6px 20px rgba(0, 0, 0, 0.1) !important;
  position: relative;
  overflow: hidden;
  height: 400px;
}
.product-cart:hover .buynowbtn {
  bottom: 0;
}
.product-cart .buynowbtn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  background: #fd7e14;
  border-radius: 10px 10px 0 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  padding: 10px 5px;
}
.product-cart .buynowbtn:hover {
  color: #000000;
  background: #FBA504;
}

.submit-disabled {
  opacity: 0.7;
  pointer-events: none;
}

.submit-enabled {
  opacity: 1;
}

textarea {
  resize: none;
}/*# sourceMappingURL=main.css.map */