body {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #4c4c4c;
}

.navbar-brand {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar-brand h1 {
  color: #19cd00;
  font-weight: 400;
  font-size: 24.6732px;
  letter-spacing: 0.120246px;
  margin: 0 0 0 10px;
}

.navbar-dark .navbar-toggler {
  background-color: #19cd00;
}

header nav.bg-light {
  background: transparent !important;
  padding: 21px 0;
}

header .navbar-dark .navbar-nav .nav-link {
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin: 0 7px;
  letter-spacing: 0.177188px;
}

header .navbar-dark .navbar-nav .nav-link:hover {
  color: #19cd00;
}

header .navbar-dark .navbar-nav .selected {
  background-color: #19cd00;
  border-radius: 5px;
}

header .navbar-dark .navbar-nav .selected .nav-link {
  color: #ffffff;
}

section.home-intro {
  background: #f5fcf5;
}

section.home-intro .text {
  padding: 40px 0;
}

section.home-intro .text h2 {
  font-weight: 600;
  font-size: 64px;
  line-height: 137%;
  letter-spacing: -0.015em;
  color: #333333;
}

section.home-intro .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}

section .actions {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section .actions a {
  border: 1.5px solid #ababab;
  border-radius: 7.08279px;
  padding: 10px;
  width: 155px;
  margin: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
}

section .actions a img {
  height: 18px;
}

section .actions a span {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #181818;
  margin-left: 5px;
}

section.groceries,
section.services {
  padding: 40px 0;
}

section.groceries .text,
section.services .text {
  padding-top: 80px;
}
section.groceries .text h3,
section.services .text h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 48px;
  color: #000000;
}

section.groceries .text p,
section.services .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4f4f4f;
}

section.services .text p {
  margin-bottom: 10px;
}

footer {
  background: #000000;
}

footer ul {
  list-style: none;
  list-style-type: none;
  list-style-image: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-top: 15px;
}

footer ul li {
  margin-right: 15px;
}

footer .container {
  padding-top: 40px;
  padding-bottom: 20px;
  border-radius: 30px;
}

footer h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
  text-align: center;
}

footer h4 {
  font-weight: 700;
  font-size: 16.6998px;
  line-height: 25px;
  color: #ffffff;
}

footer p {
  font-size: 14.6123px;
  line-height: 22px;
  color: #ffffff;
}

footer a {
  font-size: 14.6123px;
  line-height: 22px;
  color: #ffffff;
}

footer a:hover {
  color: #19cd00;
}

footer .copyright {
  font-weight: 400;
  font-size: 14.6123px;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

@media (min-width: 700px) {
  section .actions {
    flex-direction: row;
  }
  section .actions a {
    margin-right: 10px;
  }
  section.services .text {
    padding-top: 40px;
  }
}

section.easter-promo-2024 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  visibility: hidden;
}

.loading {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  left: 50%;
  margin: -200px 0 0 -50px;
  width: 100px;
}
.april-fool {
  position: relative;
}
.april-fool img{
  width: 100%;
}

.april-fool img:last-child{
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  z-index: -1;
}

section.easter-promo-2024 audio {
  opacity: 0;
}

section.easter-promo-2024 .img-container {
  max-width: 500px;
  width: 100%;
  background: url("https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExdno3YnVzMW1vOThxM3QyOGZiYmJrMHlkMHAzYWdxNXFwejYxY2ZvZiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/wWue0rCDOphOE/giphy.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
}

section.easter-promo-2024 .img-container .decors {
  width: 120%;
  object-fit: contain;
}

section.easter-promo-2024 .happy_easter {
  position: absolute;
  bottom: -25px;
  right: -5px;
  text-align: end;
  width: 150px;
}

section.easter-promo-2024 .happy_easter img {
  width: 100%;
}
