::-webkit-scrollbar {
  display: none !important;
}

.my-header-bg {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.modal {
  background: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(15px) !important;
}

.modal-close-button {
  width: 2.3rem;
  height: 2.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.object-position-top {
  object-position: top !important;
}

.object-position-right {
  object-position: right !important;
}

.colorful-text {
  background: linear-gradient(90deg, #85459b 20%, #d5384e 90%, #ed4935);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion-button {
  box-shadow: none !important;
}

.accordion-item {
  border: none !important;
}

@media screen and (min-width: 600px) {
  .bg-bottle-1 {
    background-image: url("/assets/images/8.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .bg-bottle-3 {
    background-image: url("/assets/images/10.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.bg-bottle-2 {
  background-image: url("/assets/images/4.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.bg-image {
  position: relative;
  background-image: url("/assets/images/home/6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.bg-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.bg-gradient {
  background: linear-gradient(265deg, #fe6800, #3e65ad 48%, #fe6800) !important;
}

.sm-text-p {
  font-size: 0.75rem !important;
}

.bg-gradient-primary {
  background: linear-gradient(0deg, #fe6800, #fff);
}

@keyframes logoloop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.marquee-wrap {
  display: flex;
  overflow: hidden;
  padding: 10px 0;
  white-space: nowrap;
  width: 100%;
}

.loop-track {
  display: flex;
  animation: logoloop 20s linear infinite;
  width: max-content;
}

.loop-collection {
  display: flex;
  gap: 0.5rem;
}

.marquee-image {
  object-fit: contain;
  flex: none;
  max-width: none;
  height: auto;
  width: 180px;
}

.mt-hero-video {
  margin-top: -5.5rem !important;
}

.video-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.bg-green {
  background-color: #128a43 !important;
}

.statistics__stat {
  font-size: 6rem;
  font-weight: bold;
  display: inline-block;
  background: url("https://www.accion.org/wp-content/uploads/2023/11/stats-canva-crowded-market2-e1699909921500.png")
    no-repeat center;
  background-size: cover;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  max-width: none;
  white-space: nowrap;
}
