.marketplace {
  padding-top: 2rem;
  padding-bottom: 0rem;
}
.marketplace .pb-20 {
  padding-bottom: 20px;
}
.marketplace .section-title {
  font-weight: 700;
  line-height: 1.2;
}
.marketplace .pb-15 {
  padding-bottom: 15px;
}
.marketplace .marketplace-feature ul {
  display: inline-block;
  margin: 30px 0px;
}
.marketplace .marketplace-feature ul li {
  position: relative;
  padding: 8px 12px;
  margin-bottom: 17px;
  list-style-type: none;
  clear: both;
  float: left;
}
.marketplace .marketplace-feature ul li span {
  display: block;
  position: relative;
  padding-left: 35px;
  z-index: 2;
}
.marketplace .marketplace-feature ul li::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #FFB545 2.18%, rgba(255, 181, 69, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.marketplace .marketplace-feature ul li.purple-2::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #625FFB 2.18%, rgba(98, 95, 251, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.marketplace .marketplace-feature ul li.green-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #65CB7B 2.18%, rgba(101, 203, 123, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.marketplace .marketplace-feature ul li.blue-3::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90.27deg, #d321b5 2.18%, rgba(101, 203, 123, 0) 99.77%);
  opacity: 0.2;
  border-radius: 30px;
}
.marketplace .marketplace-feature ul li span i {
  height: 28px;
  width: 28px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #ffab0a;
  color: var(--plainclr);
  position: absolute;
  top: 1px;
  padding: 5px;
  left: 0;
  font-size: 13px;
}
.marketplace .marketplace-feature ul li.purple-2 span i {
  background-color: #6865ff;
}
.marketplace .marketplace-feature ul li.green-3 span i {
  background-color: #5fc33b;
}
.marketplace .marketplace-feature ul li.blue-3 span i {
  background-color: #d321b5;
}
.marketplace .marketplace-img-wrapper {
  position: relative;
  text-align: right !important;
}
.marketplace .marketplace-main-1 {
  position: absolute;
  bottom: 14%;
  left: 0%;
  animation: tpupdown 1s infinite alternate;
}
.marketplace .marketplace-main-1 img {
  filter: drop-shadow(0px 20px 40px rgba(32, 33, 36, 0.14));
  border-radius: 20px;
}
.marketplace .marketplace-main-2 {
  position: absolute;
  bottom: -12%;
  right: -7%;
  z-index: -1;
}
@keyframes tpupdown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
.marketplace .tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.marketplace .tp-btn-inner {
  display: inline-block;
  background: #600ee4;
  color: var(--plainclr);
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  padding: 0 35px;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: 0.5s;
}
.marketplace .tp-btn-inner.white-bg:hover {
  transform: translateY(-2px);
  box-shadow: 0px 8px 24px 0px rgba(25, 118, 41, 0.3);
}
.marketplace .tp-btn-inner span {
  position: relative;
  z-index: 5;
  transition: 0.3s;
  transition-delay: 0.3s;
  color: var(--plainclr);
  display: inline-block;
  transform: translateY(-2px);
}
.marketplace .tp-btn-inner:hover span {
  color: var(--plainclr);
  transition-delay: 0.1s;
}
.marketplace .tp-btn-hover {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.marketplace .tp-btn-hover b {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: var(--darkclr);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.7s ease;
  z-index: 1;
}
.marketplace .tp-btn-hover:hover b {
  width: 400px;
  height: 400px;
  display: inline-block;
}
.marketplace .tp-btn-hover.alt-color b {
  background-color: var(--darkclr);
}
.marketplace .tp-btn-hover.alt-color-black b {
  background-color: var(--darkclr);
}
.marketplace .tp-btn-hover.alt-color-white b {
  background-color: var(--plainclr);
}

@media (min-width: 767px) and (max-width: 992px) {
  .marketplace {
    padding-top: 36px;
    padding-bottom: 44px;
  }
  .marketplace .marketplace-feature ul {
    width: 100%;
  }
  .marketplace-feature {
    width: 100% !important;
  }
  .marketplace .marketplace-feature ul li {
    float: unset;
  }
  .marketplace .marketplace-img-wrapper {
    position: relative;
    padding-top: 25px;
    text-align: center !important;
  }
  .marketplace .marketplace-main-2 {
    right: 0;
  }
  .feature-box {
    background-color: var(--plainclr);
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .marketplace .marketplace-feature ul li {
    float: none;
  }
}
@media (max-width: 767px) {
  .marketplace .btn-theme-one,
  .marketplace .btn-theme-two {
    width: auto !important;
  }
  .marketplace .marketplace-img-wrapper {
    text-align: left !important;
  }
  .marketplace .marketplace-img-wrapper img {
    width: 100% !important;
  }
  .marketplace .marketplace-main-2 {
    display: none;
  }
  .marketplace-section-box {
    margin-top: 1.6rem;
  }
  .marketplace {
    padding-bottom: 0;
    padding-top: 0px;
  }
  .marketplace .marketplace-feature ul li {
    float: unset;
  }
  .marketplace .section-title {
    margin-top: 30px;
  }
}/*# sourceMappingURL=marketplace-expansion.css.map */