@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/* -------------------- Reset & Shared -------------------- */
* {
  margin: 0;
  padding: 10px;
  box-sizing: border-box;
  font-family: "Fira Sans", sans-serif;
}

body {
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
}

button,
input,
select {
  font-family: inherit;
}

.button:hover {
  background-color: #ff90ff;
  transform: scale(1.05);
  transition: 0.3s;
}

.common-btn1 {
  border: 2px solid transparent;
  background-color: #006a50;
  padding: 15px 25px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
}

.title {
  color: #373636;
  font-weight: 800;
}

.text-description {
  color: #1f1e1e;
}

.learn-more-blue {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: rgb(126, 126, 223);
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.learn-more-green {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: rgb(26, 130, 26);
  color: white;
  cursor: pointer;
  transition: 0.3s;
}
.learn-more-yellow {
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 10px 20px;
  background-color: rgb(225, 141, 25);
  color: white;
  cursor: pointer;
  transition: 0.3s;
}

.agree-btn {
  padding: 10px 20px;
  background-color: rgb(218, 242, 222);
  border-radius: 5px;
  cursor: pointer;
}

/* -------------------- Header -------------------- */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.sign {
  padding: 10px 20px;
  border: 2px solid #006a50;
  border-radius: 5px;
  background-color: rgb(251, 249, 249);
  color: #006a50;
  cursor: pointer;
}

.banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  background-color: #c6e4d6;
  border-radius: 10px;
  margin: 0 20px;
}

.bannerbox-1,
.bannerbox-2 {
  flex: 1 1 300px;
  margin: 10px;
}

.banner-title {
  color: #7d7b7b;
}

.banner-description {
  font-size: clamp(24px, 5vw, 40px);
  margin: 20px 0;
}

/* -------------------- Pillars -------------------- */
.title-pillars {
  text-align: center;
  margin: 60px 20px 30px;
  font-size: 28px;
}

.pillar-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
}

.pillar-boxs,
.pillar-box1,
.pillar-box2,
.pillar-box3 {
  flex: 1 1 300px;
  max-width: 450px;
  min-height: 260px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #9a9999;
  text-align: center;
}

/* Vision Section */
.pillar-box1 {
  background-color: rgb(203, 203, 255);
}
.pillar-box2 {
  background-color: rgb(186, 249, 208);
}
.pillar-box3 {
  background-color: rgb(243, 250, 226);
}

/* -------------------- Quote -------------------- */
.Quote {
  margin: 30px 20px;
  padding: 20px;
  border-radius: 15px;
  background-image: url(assets/quote-bg.png);
  background-repeat: no-repeat;
  border: 1px solid gray;
  text-align: left;
}

/* -------------------- Opinion Table -------------------- */
.Opinion-Matters {
  text-align: center;
  margin: 60px 20px;
  font-size: 28px;
}

table {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  border-collapse: collapse;
}

td,
th {
  border: 1px solid #979797;
  padding: 10px;
}

.first-row {
  background-color: #d2fce2;
}

/* -------------------- Recent News -------------------- */
.news {
  text-align: center;
  margin-top: 60px;
  font-size: 28px;
}

.news-box,
.newss-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 20px 10px;
}

.newsbox-1,
.newsbox-2,
.newssbox-2 {
  flex: 1 1 300px;
}

/* -------------------- Donate Section -------------------- */
.taka {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 20px 0;
}

.takaa,
.takaa200 {
  padding: 15px 25px;
  border-radius: 10px;
  font-size: large;
  cursor: pointer;
}

.holder {
  width: 90%;
  max-width: 500px;
  height: 50px;
  margin: 10px auto;
  text-align: center;
}

.done {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

/* -------------------- Footer -------------------- */
.Newsletter {
  text-align: center;
  background-color: #a4feac;
  border-radius: 20px;
  padding: 30px 10px;
  margin-top: 40px;
}

.enter,
.btn-sub {
  width: 100%;
  max-width: 400px;
  margin: 5px 0;
  padding: 10px;
}

.btn-sub {
  background-color: #006a50;
  color: white;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
}

.promise {
  color: #343333;
  margin-top: 10px;
}

.BD2 {
  text-align: center;
  margin-top: 40px;
  font-size: 28px;
}

.logo {
  text-align: center;
  margin: 20px 0;
}

.logo img {
  margin: 0 10px;
}

/* -------------------- Media Queries -------------------- */
@media (max-width: 1024px) {
  .banner {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .pillar-box,
  .pillar-box1,
  .pillar-box2,
  .pillar-box3 {
    flex-direction: column;
  }

  .news-box,
  .newss-box {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .banner-description {
    font-size: 22px;
    text-align: center;
  }

  .taka button {
    width: 100%;
    margin-bottom: 10px;
  }
}
