* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Times New Roman', Times, serif

}
.footer li {
  margin-bottom: 10px;
}

.footer .nav-link:hover {
  text-decoration: underline !important;
}
.section-title {
  text-align: center;
  font-weight: 700;
  background-color: #4b0c16;
  color: #fff;
  padding: 1.8rem;
}

.text-just {
  text-align: left;
}
.free-shipping {
  background-color: #4b0c16;
}



.glass-blue {
background:linear-gradient(90deg, #4b0c16, #7a1623)

}

.small-ban{
  background-color: #FFF8EE;
}



.float-infinite {
  animation: floatInfinite 3s ease-in-out infinite;
}

@keyframes floatInfinite {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
.glow-border{
  border:   #e1ffe6;
  border-radius: 20px;
}
