/* 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 Start */
.hero-section{
  background-image: url('../../images/box-section-after-3.jpg');
  background-size: cover;
  position: relative;
  height: 75vh;
}

.hero-section-transparent{
  position: absolute;
  background-color: rgba(30, 29, 29, 0.733);
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text-area{
  background-color: #0087ca;
  height: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-text-area h1{
  text-wrap: wrap;
  text-align: center;
}
/* Hero-section End */

/* Education-content-area Start */
.content-area-head h1{
  font-weight: 700;
  font-style: italic;
}

.content-area-head h1:after{
  content: "";
  text-align: center;
  display: block;
  position: relative;
  width: 40%;
  border: 2px solid #0087ca;
  border-width: 100%;
  margin-top: 10%;
  margin-left: 30%;
}

.education-content-img{
  display: flex;
  justify-content: center;
}

.education-content-img img{
  width: 100%;
  /* height: 40vh; */
  border-radius: 1rem;
  box-shadow: 2px 4px 4px #2c2c2c;
}

.education-hero-content h4{
  font-weight: 500;
  color: gray;
}

.education-hero-content-2 h2{
  font-weight: 700;
  font-size: 3rem;
}

.education-hero-content-2 h4{
  font-weight: 500;
  color: gray;
}

#h4-element{
  color: gray;
  font-weight: 800;
}
/* Education-content-area End */

/* Bank Detail Section Start */
.bank-detail-head{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0087ca;
  color: #fff;
  height: 10vh;
}

.bank-details h3{
  font-weight: 700;
  text-decoration: underline;
}

.bank-details td{
  border: 3px solid gray;
  padding: 15px;
}

.row-01{
  background-color: #2c2c2c;
  color: #fff;
}
/* Bank Detail Section 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 */