body {
  /* font-family: "Happy Monkey" !important; */
  font-family: "Poppins", sans-serif;
  background-color: #eeeeee;
  font-weight: 400 !important;
  color: #000000 !important;
  font-size: 16px !important;
}
p {
  text-align: justify !important;
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
}
ul {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px !important;
}
h1,
h2,
h3 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 800;
}

h4,
h5,
h6 {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

.programtitle {
  padding: 10px;
  background-color: #fff599;
}

* {
  margin: 0;
  padding: 0;
}
#content {
  margin: 50px;
}
a {
  text-decoration: none;
}

.expandable {
  background: #fff;
  overflow: hidden;

  transition: all 0.5s ease-in-out;
  line-height: 0;
  padding: 0 1em;
  color: transparent;
}

.expandable:target {
  line-height: 1.5;
  padding-top: 1em;
  padding-bottom: 1em;
  color: black;
}
.title {
  font-size: 700%; /* Adjust the size as needed */
  font-weight: 700 !important; /* Optional: Make the text bold */
  background-image: linear-gradient(
    to right,
    #000000,
    #f61818
  ) !important; /* Two colors for the gradient */
  -webkit-background-clip: text !important; /* Clip the background to the text */
  color: transparent !important; /* Make the text color transparent so the gradient is visible */
}
.text-white {
  color: #ffffff !important;
}

@keyframes typing {
  0%,
  100% {
    content: "LOVE";
  }
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.typewriter {
  --caret: currentcolor;
}

.typewriter::before {
  content: "LOVE";
  animation: typing 5s infinite;
}

.typewriter::after {
  content: "";
  border-right: 1px solid var(--caret);
  animation: blink 0.5s linear infinite;
}

.typewriter.thick::after {
  border-right: 1ch solid var(--caret);
}

.typewriter.nocaret::after {
  border-right: 0;
}

@media (prefers-reduced-motion) {
  .typewriter::after {
    animation: none;
  }
}

.logo-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px; /* Adjust width as needed */
  transform: translate(-50%, -50%);
  padding: 20px;
  background: rgba(255, 255, 255, 0.3);
}

.ftco-footer-widget {
  padding: 20px;
}
.ftco-footer-widget h2 {
  font-size: 300%; /* Adjust the size as needed */
  font-weight: bold; /* Optional: Make the text bold */
  background-image: linear-gradient(
    to right,
    #06ade5,
    #f61818
  ) !important; /* Two colors for the gradient */
  -webkit-background-clip: text !important; /* Clip the background to the text */
  color: transparent !important; /* Make the text color transparent so the gradient is visible */
}
.text {
  color: #000000 !important;
}
.no-gutters {
  height: 300px;
}
.donateh3 {
  display: inline-block;
  border-bottom: 2px #a81717 solid !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.programdiv {
  padding: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
}
.programdiv:hover {
  padding: 25px;
}

.new-title-class {
  color: #ffffff !important;
  background-color: #810808 !important;
  font-size: 30px;
  padding: 3px 10px;
}
.ftco-heading-2 {
  font-weight: 700 !important;
  color: #a21313;
}
.footer-animate {
  font-size: 40px !important;
  border-radius: 20px;
  background-color: #a8dcff;
  padding: 20px;
}

.clickable-li {
  cursor: pointer !important;
  text-decoration: none !important;
}
.footer-animate {
  text-decoration: none !important;
}
.footer-animate a:hover {
  text-decoration: none;
  color: inherit; /* Optional: keeps the text color consistent on hover */
}
.facebook {
  background-color: #066fc6 !important;
  padding: 10px;
  color: #ffffff;
}
a {
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .footer-animate {
    font-size: 20px !important;
    border-radius: 100px;
    background-color: #a8dcff;
    padding: 20px;
  }
  .title {
    font-size: 350% !important; /* Adjust the size for small screens */
    color: #000000 !important; /* Change text color for small screens */
  }
  .slogan {
    font-size: 16px !important;
  }
  .logo-overlay {
    position: absolute;
    bottom: 0 !important;
    left: 50%;
    width: 250px !important; /* Adjust width as needed */
    transform: translateX(-50%) !important;
    padding: 10px !important;
    background: rgba(255, 255, 255, 0.3);
  }
}

.services {
  background-color: #f0ff98 !important;
  padding: 20px !important;
  border-radius: 20px !important;
  margin-bottom: 20px !important;
}
.us {
}

.mtotoredbg {
  background-color: #9a0000;
}
.mtotored {
  color: #9a0000;
}
.small-left {
  text-align: left !important;
}

@media (min-width: 768px) {
  .small-left {
    text-align: center !important;
  }
}
.nav-link {
  color: #000000 !important;
  font-weight: 500 !important;
}
.donatebtn {
  background-color: #ec4343 !important;
  border-radius: 5px !important;
  color: #ffffff !important;
  padding: 5px 10px !important;
}

.nav-link:hover {
  background-color: #ece143 !important;
  color: #000000 !important;

  padding: 5px 10px !important;
}
.becomebtn {
  background: #66c835 !important;
  font-size: 20px;
  border: none;
  border-radius: 20px;
  padding: 10px 20px;
}
