::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #727272;
}

::-webkit-scrollbar-thumb {
  background: #3f3f40;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-bg {
  background-color: transparent;
}
.nav-brand-name {
  width: 120px;
  height: 40px;
}

.header-box {
  box-shadow: 0 0 2px 1px #fec321;
  border-radius: 6px;
  overflow: hidden;
}

.header-img {
  object-fit: fill;
  min-height: 230px;
  max-height: 230px;
}

.about-box {
  border: 2px solid #5b8c51;
  background-color: #f5f5f5;
}
.about-divider {
  height: 5px;
  width: 50%;
  text-align: center;
  border-radius: 10px;
  border-width: 0;
  color: #fec321;
  background-color: #fec321;
}
.icon-color {
  background-color: #231f20;
  border-radius: 50%;
  opacity: 1;
}
.about-section-font {
  font-family: "Time New Roman, sans-serif";
}
.about-icon {
  font-size: 1rem;
  color: #5b8c51;
}

.img-fluid {
  max-width: 100%;
  aspect-ratio: 1/1;
  transition: transform 0.5s ease;
}
.img-fluid:hover {
  transform: scale(1.1);
}

.product-item {
  border: 3px solid #2065ae;
  overflow: hidden;
  border-radius: 2px;
}
.remove-decoration {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.footer-font {
  font-size: 16px;
}

.footer-icon {
  font-weight: bold;
  color: #5b8c51;
}

.container-background{
  border: 2px solid #5b8c51;
}