.homepage-swiper-wrapper {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
}

.homepage-swiper-wrapper .swiper-button {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  width: 35px;
  height: 35px;
}

.homepage-swiper-wrapper .swiper-button-next:after,
.homepage-swiper-wrapper .swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}

.homepage-swiper-wrapper .swiper-pagination-bullet {
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 1;
  width: 8px;
  height: 8px;
  transform: scale(1) !important;
}

.homepage-swiper-wrapper .swiper-pagination {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-flex;
  padding: 5px 4px;
  justify-content: center;
  bottom: 0 !important;
  border-radius: 5px 5px 0 0;
}

.homepage-swiper-wrapper
  .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet-active-main {
  background-color: #fff;
}

/* bandanabox */

#bandanabox-product {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-title,
.section-title {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.hero-content .hero-subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #636363;
}

.avatar-group > li:not(:last-child) {
  margin-right: -0.9rem;
}
.avatar-group > li {
  position: relative;
}
.avatar {
  height: 48px;
  width: 48px;
  position: relative;
  display: inline-block;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50rem;
}

.custom-accordion .panel-title {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.custom-accordion .panel-title > a {
  display: block;
  position: relative;
}

.custom-accordion .panel-group .panel-heading {
  padding-left: 0;
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.custom-accordion .panel-group .panel + .panel {
  margin-top: 0;
}

.how-works-text {
  line-height: 24px;
}

.custom-accordion .panel-body {
  padding-left: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  border-top: none !important;
  padding-top: 0;
}

.custom-accordion .panel-group .panel {
  border-bottom: 1px solid #d1d5d9;
}

.custom-accordion .panel-heading .panel-title > a:focus {
  outline: none !important;
}

.custom-accordion .panel-heading .panel-title > a::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
  font-size: 14px;
  color: #7c2354;
  display: block;
}

.custom-accordion .panel-heading .panel-title > a.collapsed::before {
  content: "\f067";
}

.custom-accordion .panel-heading .panel-title > a:not(.collapsed):before {
  content: "\f068";
}

.why-join-card {
  float: left;
  width: 100%;
  padding-top: 5px;
}

.why-join-card .text-lead {
  font-size: 16px;
  line-height: 1.4;
}

.why-join-card .card-body {
  padding: 12px 16px;
}

.why-join-card .card {
  box-shadow: none;
  border-radius: 12px;
  border-color: transparent;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  background-color: rgba(124, 35, 84, 0.1);
  transition: transform 0.2s ease-in-out, border-color 0.2s ease-in-out,
    background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.why-join-card .card.active,
.why-join-card .card:focus,
.why-join-card .card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
  transform: translateY(-0.25rem);
}

.why-join-card .icon-shape {
  padding: 4px;
  font-size: 26px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c2354;
  margin-left: 10px;
}

.icon-shape.bg-success {
  background-color: rgba(0, 128, 8, 0.1);
  color: rgba(0, 128, 8);
  border-color: rgb(153, 204, 156);
}

.icon-shape.bg-orange {
  background-color: rgb(229 106 23 / 10%);
  color: #e56a17;
  border-color: rgb(229 106 23 / 40%);
}

.icon-shape.bg-info {
  background-color: rgba(13, 202, 240, 0.1);
  color: rgba(13, 202, 240);
  border-color: rgb(158, 234, 249);
}

.why-join-card-title {
  margin-bottom: 8px;
  margin-top: 0;
}

.why-join-card-subtitle {
  font-size: 15px;
}

.rx-vault-logo {
  min-width: 176px;
  max-width: 226px;
}

@media (min-width: 768px) {
  .order-sm-1 {
    order: 1;
  }
}

.rewards-feature-container-content .h2 {
  font-size: 24px !important;
}

@media (max-width: 767.8px) {
  .rewards-feature-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  
  .rewards-feature-image-container img {
    width: 200px !important;
  }

  .rewards-feature-container-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .rewards-feature-container-content .text-description,
  .rewards-feature-container-content .text-heading {
    text-align: center;
  } 
}