body {
  background: #171629;
  color: #fff;
  font-family: 'Poppins';
  padding-bottom: 3rem;
}

.mg-3 {
  margin-top: 6rem;
}

.heading-first {
  font-weight: 400;
  font-size: 36px;
}

.heading-bottom {
  font-weight: 200;
  font-size: 24px;
  opacity: 60%;
}

@media (min-width:768px) {
  .navigation-clean {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean .navbar-toggler {
  border-color: #ddd;
}

.navigation-clean .navbar-toggler:hover, .navigation-clean .navbar-toggler:focus {
  background: none;
}

.navigation-clean .navbar-toggler {
  color: #888;
}

.navigation-clean.navbar-light .navbar-nav .nav-link.active, .navigation-clean.navbar-light .navbar-nav .nav-link.active:focus, .navigation-clean.navbar-light .navbar-nav .nav-link.active:hover {
  color: #ffffff;
  box-shadow: none;
  background: none;
  pointer-events: none;
}

.navigation-clean.navbar .navbar-nav .nav-link {
  padding-left: 18px;
  padding-right: 18px;
}

.navigation-clean.navbar-light .navbar-nav .nav-link {
  color: #465765;
}

.navigation-clean.navbar-light .navbar-nav .nav-link:focus, .navigation-clean.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff !important;
  background-color: transparent;
}

.mg-2 {
  margin-top: 3rem;
}

.navbar-title {
  color: #fff!important;
  font-weight: bold;
  font-size: 36px;
}

.nav-item {
  font-weight: 300;
  font-size: 24px;
  opacity: 1;
}

.header-h1 {
  font-weight: 500;
  font-size: 52px;
  letter-spacing: 2.5px;
  line-height: 1.5;
}

.header-desc {
  font-size: 22px;
  color: #b1b1b1;
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.5;
}

.feature-title {
  font-weight: 300;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 0px!important;
}

.feature-img {
  max-width: 100%;
  max-height: 100px;
}

.feature-card {
  background-image: url("../../assets/img/Group%2048.svg");
  background-size: cover;
  border-radius: 8px;
}

.cat-buton {
  background: #1F1D35!important;
  border: none!important;
  margin: 10px;
  box-shadow: none!important;
  border-radius: 8px;
  padding: 8px 30px;
  color: #A78BFA;
  font-size: 18px;
  font-weight: 200;
}

.cat-buton:hover {
  background: #2d2b4e!important;
}

.product-img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px 8px 0px 0px;
}

.card-header {
  padding: 0px;
}

.product-card {
  background: #1F1D35!important;
  margin-bottom: 4rem;
  border-radius: 8px!important;
}

.product-name {
  color: #A78BFA;
  opacity: 80%;
  font-size: 26px;
  font-weight: 300;
}

.product-desc {
  font-size: 18px;
  font-weight: 200;
  opacity: 60%;
}

.purchas-ebtn {
  background: #A78BFA!important;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 0px 0px 8px 8px;
  font-size: 18px;
  font-weight: 200;
  border: 0px!important;
  box-shadow: none!important;
}

.purchas-ebtn:hover {
  background: #8971d0!important;
}

.side-img {
  border-radius: 150px;
  max-height: 100%;
  max-width: 100%;
}