html {
  scroll-behavior: smooth;
}

.navbar {
  padding: 11px 0;
}

.form-heading {
  position: relative;
  z-index: 2;
  text-shadow: 2px 2px #000;
}

.social-icons svg {
  margin-right: 10px;
  font-size: 25px;
  position: relative;
}

.social-icons {
  text-align: right;
}

.social-icons a {
  text-indent: -99999em;
}

.donate-box {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 0px 5px #000;
  color: #641d0c;
  padding: 30px;
  border-radius: 20px;
  height: 500px;
  position: relative;
  z-index: 5;
}
.donate-box .heading {
  font-family: Arial;
  line-height: 1.7;
}

.donate-btn {
  background-color: #0F8265;
  padding: 15px;
  border: 2px solid #725656;
  font-size: xx-large;
  border-radius: 60px;
  color: #fff;
  font-weight: bolder;
  transition: all 0.25s ease;
  margin-top: 30px;
  width: 100%;
}
.donate-btn:hover, .donate-btn:focus, .donate-btn:active {
  background-color: #0F8265 !important;
  border: 2px solid #725656;
  color: #fff !important;
  box-shadow: none;
}
.donate-btn:hover svg, .donate-btn:focus svg, .donate-btn:active svg {
  left: 20px;
}
.donate-btn svg {
  left: 15px;
  position: relative;
  transition: all 0.25s ease;
}

.intervention {
  background-color: #FFF4F1;
  border-top: 1px solid #ddd;
  text-align: center;
}
.intervention p {
  font-weight: 400;
  margin-top: 2rem;
}
.intervention img {
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0px 1px 4px #000;
}

.inner-donate {
  background-color: #030404;
  border-radius: 20px;
  padding: 60px;
  max-width: 400px;
  text-align: left;
}
.inner-donate p {
  font-size: 1.1rem;
}
.inner-donate .btn {
  border: transparent;
  display: block;
  padding: 10px;
  font-size: 1.1rem;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.inner-donate .btn:hover {
  background-color: #009d7b !important;
  border: transparent;
}

.sponsors {
  padding: 4rem 0;
  text-align: center;
}
.sponsors .heading {
  color: #9b4242;
}

footer.footer {
  background-color: #5adfc1;
  padding: 1.5rem 0;
}
footer.footer .btn {
  border: transparent;
  display: inline-block;
  padding: 10px;
  font-size: 1.1rem;
  max-width: 200px;
  margin-top: 0;
}
footer.footer .btn:hover {
  background-color: #009d7b !important;
  border: transparent;
}
footer.footer .social-icons a {
  line-height: 20px;
}
footer.footer .social-icons a svg {
  font-size: 28px;
}

.footer-logo img {
  max-width: 120px;
}