/* Header-start */
.who-we-are-dropdown {
  position: relative;
}

.header {
  border-bottom: 1px solid rgba(200, 196, 196, 0.733);
}

.who-we-are-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  width: 200%;
}

.logo-style {
  background-color: white;
  width: fit-content;
}

.header-donate-btn {
  background-color: #0087ca;
  border-radius: 1rem;
  padding: 0.8rem;
  text-align: center;
}

.header-donate-btn a {
  text-decoration: none;
  color: white;
}

.header-donate-btn a:hover {
  color: white;
  transition: background-color 0.5s ease-in-out;
}

.header-donate-btn:hover {
  background-color: #2bb5f9;
}

.header-toggle-icon {
  display: flex;
  justify-content: flex-end;
  align-items: start;
  margin: 0;
  padding: 0;
}

.header-toggle-icon button {
  align-self: end;
}
/* Header-end */

/* Hero-Section-4 Start */
.donate-area-main {
  color: #fff;
  width: 30%;
  position: absolute;
}

.donate-area {
  position: sticky;
}

.donate-area h1 {
  color: #fff;
  font-weight: bolder;
}

.donate-area h2 {
  font-weight: bold;
}

.donate-area h5 {
  font-weight: 400;
}

.donate-area a {
  color: gray;
  background-color: #fff;
  text-decoration: none;
  font-size: 1.4rem;
  border: 1px solid gray;
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}

.donate-area a:hover {
  color: #fff;
  background-color: #0087ca;
}

.donate-area h1:after {
  content: "";
  text-align: center;
  display: block;
  position: relative;
  width: 40%;
  border: 2px solid #fff;
  border-width: 5%;
  margin-top: 20%;
  margin-left: 30%;
}

.hero-section-3-header {
  position: sticky;
  background-color: #000000;
  color: #fff;
  height: 60vh;
}

.hero-section-3 h1:after {
  content: "";
  text-align: center;
  display: block;
  position: relative;
  width: 20%;
  border: 2px solid #0087ca;
  border-width: 4px;
  margin-top: 10%;
  margin-left: 45%;
}

.footer-img {
  background-image: url("../images/footer-img.jpg");
  background-size: cover;
  height: 100vh;
}
/* Hero-Section-4 End */

/* Footer Start */
.footer-content-start {
  background-color: #2c2c2c;
  color: #fff;
}

.footer-logo img {
  background-color: #000000;
  border-radius: 0.5rem;
}

.footer-links a {
  color: gray;
  transition: all steps(6) 0.4s;
}

.footer-links a:hover {
  color: #fff;
}

.footer-content-end {
  background-color: #fff;
  height: 10vh;
}

.footer-content-end h5 {
  color: gray;
}

.footer-donate-btn a {
  border: 1px solid #fff;
  border-radius: 2rem;
  padding: 0.5rem 1rem;
  background-color: #000000;
  color: #fff;
  text-decoration: none;
  transition: all ease-in-out 0.5s;
  font-weight: 700;
  font-style: italic;
}

.footer-donate-btn a:hover {
  color: #000000;
  background-color: #fff;
}

.footer-social-link h5 {
  border: 1px solid #fff;
  padding: 1rem 1.5rem;
  border-radius: 2rem;
  transition: all ease-in-out 0.5s;
}

.footer-social-link a {
  color: #fff;
}

.footer-social-link a:hover {
  color: #fff;
}

.footer-social-link h5:hover {
  background-color: #000000;
}
/* Footer End */
