* {
  padding: 0;
  margin: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  font-size: 1.6rem;
  /* margin-left: 24px;
  margin-right: 24px; */
}

.main-container {
  display: block;
}

.section-header {
  height: 70px;
  color: #008000;
}

.header-row {
  display: flex;
  margin-top: 12px;
  margin-bottom: 12px;
  /* justify-content: space-between; */
}

.cast-logo {
  width: 50px;
  height: 50px;
}

.cast {
  color: #16a34a;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  margin-right: 60rem;
}

.links * {
  line-height: 2.6;
  color: #dcfce7;
  display: flex;
  flex-direction: column;
  margin: 0;
}

.burger-menu,
ul {
  display: flex;
  align-items: center;
  gap: 6rem;
  /* color: #008000; */
}

.burger-menu,
a {
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  /* color: #008000; */
}

/* .burger-menu,
a:hover {
  color: #f97316;
  font-size: 17px;
  font-weight: bold;
} */

.red-bg {
  background-color: #8b0000;
  padding: 1rem 2rem;
  border-radius: 5px;
  color: #ffffff;
}

.image {
  background-image: url("../Images/WhatsApp\ Image\ 2025-05-07\ at\ 15.26.23_0c786357.jpg");
  background-repeat: no-repeat;
  background-position: center 38%;
  background-size: cover;
  text-align: center;
  margin-bottom: 6.4rem;
  background-color: #008000;
  color: #ffffff;
  height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.message {}

.text-bld {
  font-size: 4rem;
  margin-bottom: 1.6rem;
}

.text {
  font-size: 1.7rem;
}

.donation {
  text-align: center;
  margin-top: 64px;
  margin-left: 24px;
  margin-right: 24px;
}

.donation-text {
  font-size: 2.5rem;
  margin-bottom: 4.8rem;
}

.button {
  background-color: rgb(117, 16, 16);
  color: #ffffff;
  padding: 1.7rem 3.2rem;
  border: transparent;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: bold;
}

.button-btn {
  color: #ffffff;
}

.button-btn:hover {
  color: #ffffff;
}

.logo {
  width: 90px;
  height: 70px;
  margin-right: 30px;

  margin-bottom: 4.8rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: 1.2rem 7.4rem;
  border-radius: 10px;
  cursor: pointer;
}

.section-footer {
  background-color: #008000;
  margin-top: 60px;
  color: #ffffff;
}

.footer {
  display: flex;
  margin-right: 24px;
  margin-left: 24px;
  margin-top: 48px;
  margin-bottom: 70px;
  /* align-items: center;*/
  justify-content: center;
}

.footer-row-cast,
.footer-row-links,
.footer-contact {
  width: 300px;
  margin-right: 100px;
  margin-top: 48px;
  /* border: 2px solid black; */
  padding: 10px;
}

/* .links {
  line-height: 2.6;
}
.links,
a {
  color: #dcfce7;
  text-decoration: none;
} */

.foooter-cast,
h4 {
  margin-bottom: 16px;
}

.footer-text {
  margin-bottom: 16px;
  color: #dcfce7;
  line-height: 2;
  display: flex;
}

.cast-icons {
  display: flex;
}

.fb-icon,
.tw-icon,
.in-icon {
  margin-right: 25px;
  font-size: 20px;
  cursor: pointer;
}

.footer-content {
  margin-left: 24px;
  margin-right: 24px;
}

.footer-content-row {
  display: flex;
  justify-content: center;
  border-top: 1px solid #d9f0e148;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer-copyright {
  margin-right: 20px;
}

.location,
.contact,
.envelope {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loc-icon,
.call-icon,
.mail-icon {
  margin-right: 10px;
  cursor: pointer;
}

/* .burger-menu,
a {
  font-weight: bold;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
  align-items: center;
}
/* .burger-menu:last-child {
  background-color: #8b0000;
} */
/* .burger-menu,
a:hover {
  font-weight: bold;
  font-size: 1.8rem;
  color: #f97316;
} */