body {
  background-color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.forget-password-link{
  font-size: 0.9rem;
}

.navbar {
  background-color: #000000c0 !important;
}

.navbar-brand {
  color: #ffffff !important;
  font-weight: bold;
}

.navbar-nav .nav-link {
  color: #ffffff !important;
  transition: 0.3s;
}

.navbar-nav .nav-link:hover {
  color: #ffc107 !important;
}

.nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 5px;
  right: 0;
  background: #ffffff;
  transition: width 1s ease;
  -webkit-transition: width 0.5 ease;
}

.nav-link:hover::after {
  width: 100%;
  left: 0;
  background: #ffd900;
}
   
.navbar-toggler {
  background-color: none;
  border: none;
  outline :none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}


.navbar-icons {
  color: #ffffff;
  margin-left: 10px;
  font-size: 1.2rem;
  cursor: pointer;
  transition: 0.3s;
}

.navbar-icons:hover {
  color: #ffc107;
}

.navbar-input {
  background-color: #ffffff;
  border: none;
  color: #000000;
  outline: none;
  border-radius: 5px;
}

.navbar-input::placeholder {
  color: #000000;
}

.dropdown-menu {
  margin-left: -15px;
}

.carousel-item img {
  height: 500px;
  object-fit: cover;
}
.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  border-radius: 5px;
}

.title-custom {
  font-size: 3.5rem;
  font-family: "Galada", sans-serif;
  position: absolute;
  color: white;
  text-transform:capitalize;
  top: 40%; 
  left: 10%;
  opacity: 0;
  transform: translateX(-50%);
  animation: slideInLeftAnimation 1s forwards;
  animation-delay: 0.8s;
}

.main-custom {
  font-size: 1.3rem;
  font-family: "Delius Swash Caps";
  font-style: italic;
  position: absolute;
  line-height: 1.3rem;
  color: rgb(255, 255, 255);
  top: 54%; 
  left: 10%; 
  width: 33rem;
  opacity: 0;
  transform: translateX(-50%);
  animation: slideInLeftAnimation 1s forwards;
  animation-delay: 0.8s;
}

@keyframes slideInLeftAnimation {
  to {
      opacity: 1;
      transform: translateX(0); 
      }
}
  
.product-card {
  background-color: #ffffff;
  transition: 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
}
.product-card img {
  transition: 0.3s;
}
.product-card:hover img {
  transform: scale(1.1);
}

.stars {
  font-size: 1.3rem;
}

.sells {
  font-size: 1rem;
}

.card-texts {
  font-size: 1.4rem;
}

.interests {
  font-size: 1rem;
  margin-right: 5px;
}

.interes {
  font-size: 0.8rem;
  margin-right: 5px;
  padding: 2px;
}

.interest {
  font-size: 0.7rem;
  font-weight: bold;
  padding: 2px;
}

.add-to-cart-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 10px 20px;
  display: none;
  border-radius: 5px;
  transition: 0.3s;
}

.product-card:hover .add-to-cart-btn {
  display: block;
}

.add-to-cart-btn:hover {
  color: white;
}

.add-to-cart-icon {
  color: #fff;
}

.old-price {
  color: #dc3545;
  text-decoration: line-through;
}

.cart-badge {
  background-color: #ffc107;
  color: #343a40;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 0.8rem;
  position: absolute;
  top: 10px;  
}

.product-all-container {
  margin-top: 90px;
}

.detail-container {
  margin-top: 90px !important;
}

.card-title-detail {
  font-size: 1.5rem;
}

.card-title{
  font-size: 1.3rem;
}

.footer{
  font-size: 1rem;
}

.myContainer {
  margin-bottom: 270px;
}

.price {
  font-size: 0.9rem;
}

.input-custom {
  outline: none;
  border: none;
  width:100%;
}

footer {
  background-color: #000000c9 !important;
  color: #ffffff !important;
  padding: 20px 0;
}

@media (max-width: 992px) {

  .navbar-toggler {
    order: 1;
  }

  .navbar-collapse {
    order: 2;
    width: 100%;
  }

  .navbar-icons {
    order: 3;
  }

  .navbar-icons {
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .card-title {
    font-size: 1.25rem;
  }

  .card-text {
    font-size: 1rem;
  }
}

@media (max-width: 576px) {

.input-group{
  width: max-content !important;
}

.title-custom {
  font-size: 2rem;
  text-align: center;
  top: 70%; 
  left: 18%;
}
  
.main-custom {
  font-size: 1rem;
  text-align: center;
  top: 79%; 
  left: 7%; 
  width: 20rem;
  line-height: 1rem;
}

.lead {
  font-size: 1rem;
  margin-top: -5px;
}

.tentang-kami {
  font-size: 0.9rem;
}

.card-title {
  font-size: 0.9rem !important;
}

.star-and-sale{
  margin-top: -10px;
}

.star{
  font-size: 0.59rem;
}

.sell{
  font-size: 0.7rem;
}

.old-price{
  font-size: 0.8rem;
}

.new-price{
  display: block;
  font-size: 1.1rem;
}

.interest{
  font-size: 0.5rem;
  padding: 2px;
}

.btn-selengkapnya {
  font-size: 0.7rem;
}

.stars{
  font-size: 1rem;
}

.sells{
  font-size: 1rem;
}

.card-texts {
  margin-top: 5px;
  font-size: 1.2rem; 
}

.interests{
  font-size: 0.9rem;
}

.add-to-cart-btn {
  padding: 5px 10px;
  font-size: 0.8rem;
  width: max-content;
}

.location {
  font-size: 0.7rem;
}

h2 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1rem;
}

.myButton {
  font-size: 0.9rem;
}

.myButton-sm {
  font-size: 0.6rem;
  padding: 4px;
}

.name-product {
  font-size: 0.9rem;
}

.quality {
  padding: 0;
}

.interes {
  font-size: 0.5rem;
  margin: 0;
}

.price{
  font-size: 0.7rem;
}

.act {
  padding: 0;
}

.qty .fas {
  font-size: 0.6rem;
}

.delete-btn {
  font-size: 0.8rem;
}

.btn-hapus{
  display: none;
}

.confirm-btn {
  justify-content: start !important;
}

.order-btn {
  margin:0 !important;
}

.form-control {
  font-size: 0.9rem;
}

.nav-custom {
  font-size: 0.6rem;
}

#card {
  margin-bottom: 100px;
}

.same {
  text-align: justify !important;
}

.btn-bayar {
  font-size: 0.8rem;
  padding: 3px;
}

.info {
  justify-content: start !important;
  align-items: start !important;
}

.form-text{
  font-size: 0.7rem !important;
}

 

}

