.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}


main {
  height: 100%;
  min-height: 85vh;;
}

.titles {
  color: white;
  padding: 30px;
}

.card {
  width: 18rem;
  min-width: 18rem;
  border: 12px solid rgb(31 13 42);
  background-color: #04091559;
}

.card-img {
  height: 200px;
  padding: 30px;
}

.card-footer {
  background: rgb(var(--bs-dark-rgb));
  height: auto;
  padding: 16px;
  color: white;
  border-radius: 0 !important;
}

#store {
  padding: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  width: 100%;
  justify-content: center;
}

.carousel {
    width: 100%;
    height: 400px;
    background: #1f0d2a1c;
    filter: drop-shadow(2px 3px 17px #1f0d2aba);
}

.carousel-img {
  height: 400px;
  margin: auto;
}

.show-more {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 40px;
}

.amount-now {
  font-weight: 400;
  font-size: 24px;
  padding: 10px 0 0;
}

.amount-last {
  font-size: 16px;
    width: 100%;
}

.console {
  margin-top: 40px;
  width: 100%;
  text-align: start;
}

.form-control {
    background: rgb(var(--bs-dark-rgb));
    margin: 24px 0;
    border: none;
    filter: drop-shadow(2px 3px 6px #1f0d2a78);
    color: white;
}

.form-control::placeholder {
  color: #ffffffd3 !important;
}
