*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font: inherit;
}

img, picture, svg, video {
  display: block;
  max-width: 100%;
}

html {
  color-scheme: dark light;
  font-size: 62.5%;
}

body {
  display: block;
  background: #ffffff;
  min-width: 100vh;
  font-family: "outfit";
  color: #222;
  margin: 0;
}

:root {
  --green: #2f8f3e;
  --accent:#2f8f3e;
  --muted:#6b7785;
  --bg:#fff;
  --card:#ffffff;
  --maxw:1200px;
  --radius:14px;
  --shadow: 0 10px 30px rgba(15,25,40,0.06);
  font-family: "poppins";
}

a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
}

header {
  position: sticky;
  background: #fdfdfd;
  top: 0;
  z-index: 9999;
}
header a {
  text-decoration: none;
  font-size: 17px;
  color: #000;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
}

.brand {
  display: flex;
  gap: 12px;
  align-items: center;
  max-width: 12%;
  border: 0;
}

.head-nav {
  display: flex;
  gap: 40px;
  align-items: center;
}

.btn {
  background: #a35b14;
  color: #fff;
  padding: 10px 16px;
  border-radius: 20px;
  border: 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
}

.smalllink {
  font-size: 17px;
}
.smalllink a {
  text-decoration: none;
  color: #111211;
  position: relative;
}

.active:before {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  border-bottom: 2px solid black;
  bottom: -6px;
}

/* hero */
.hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 6em 0;
}
.hero .leftcol {
  width: 90%;
}
.hero .leftcol .members {
  display: flex;
  align-items: center;
}
.hero .leftcol .members img {
  margin-right: 20px;
  height: 10%;
  width: 10%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .leftcol h1 {
  font-size: 90px;
  font-weight: 550;
  line-height: 90px;
  width: 90%;
}
.hero .leftcol .herotitle p {
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0px 20px 0;
  width: 80%;
}
.hero .leftcol .btn {
  background: #a35b14;
  color: #fff;
  padding: 16px 16px;
  border-radius: 30px;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
}
.hero .leftcol a {
  text-decoration: none;
  color: #111211;
}
.hero .hero-ctas {
  display: flex;
  align-items: center;
}
.hero .hero-ctas p {
  font-size: 17px;
  line-height: 30px;
  padding: 20px 0px 20px 10px;
}
.hero .hero-ctas a {
  text-decoration: none;
  color: #ffffff;
  padding: 30px;
}
.hero .hero-ctas .more {
  color: #111211;
  font-size: 17px;
}
.hero .partners p {
  font-size: 18px;
  line-height: 30px;
  padding: 20px 0px 20px 0;
  width: 80%;
}
.hero .partnerslogo {
  display: flex;
}
.hero .partnerslogo img {
  display: block;
  width: 100px;
  padding-right: 2em;
}
.hero .slides {
  width: 70%;
  height: 70vh;
  overflow: hidden;
  position: relative;
  background: #fff;
  border-radius: 30px;
}
.hero .slide {
  position: absolute;
  height: 100%;
  opacity: 0;
  inset: 0;
  animation: slide-show 12s infinite;
}
.hero .slide-2 {
  animation-delay: 4s;
}
.hero .slide-3 {
  animation-delay: 8s;
}
.hero .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@keyframes slide-show {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20%, 30% {
    opacity: 1;
    scale: 1.03;
  }
  50% {
    opacity: 0;
  }
}

.discover-section {
  padding: 60px 0;
  background: #fafafa;
}

.wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.discover-section h2 {
  font-size: 4em;
  margin-bottom: 25px;
  font-weight: 700;
}

.filter-btn {
  padding: 10px 20px;
  background: #a35b14;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 17px;
}

.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
}

.card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.card img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 16px;
}

.card h3 {
  padding: 15px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.progress {
  width: 90%;
  height: 6px;
  background: #ececec;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.progress div {
  height: 100%;
  background: #49b265;
}

.raised {
  padding: 10px 15px 20px;
  font-size: 14px;
  color: #333;
}

.featured-section {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}

.top-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 25px;
}

/* Big left card */
.big-card {
  background: #c7f593;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  height: 260px;
}

.big-card .tag {
  background: #d7b4ff;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
}

.big-img {
  width: 100%;
  height: 200px;
  margin-top: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Big right text card */
.big-text-card {
  background: #fafafa;
  border-radius: 12px;
  padding: 40px;
}
.big-text-card h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 700;
}

.big-text-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 25px;
}

.learn-link {
  font-size: 14px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.learn-link:hover {
  text-decoration: underline;
}

/* Bottom 3-card grid */
.bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
  margin-top: 35px;
}

.small-card {
  background: #fcfcfc;
  border-radius: 12px;
  padding-bottom: 20px;
}

.tag {
  background: #c7b4ff;
  padding: 3px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  margin: 10px;
}

.small-img {
  width: 100%;
  height: 300px;
  border-radius: 12px 12px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.small-card h4 {
  font-size: 17px;
  margin: 15px 15px 20px;
}

.donate-link {
  font-size: 15px;
  color: black;
  text-decoration: none;
  margin-left: 15px;
  font-weight: bold;
}

.donate-link:hover {
  text-decoration: underline;
}

.section-wrapper {
  background: #f0fae9;
  padding: 120px 0;
  display: flex;
  justify-content: center;
}

.content-box {
  max-width: 1200px;
  text-align: left;
  padding: 20 0px;
}

h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

p {
  font-size: 17px;
  line-height: 1.6;
  color: #333;
}

a {
  color: #a35b14;
  text-decoration: none;
}

.links {
  margin-top: 20px;
}

/* Campaigns */
.Campaigns {
  padding: 20px 0 20px 0;
}
.Campaigns .top {
  background: url("../Images/banner-01.png");
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 30em;
}
.Campaigns .top h2 {
  font-size: 6em;
  padding: 1em 0 0 0;
  text-align: center;
}
.Campaigns .top p {
  font-size: 20px;
  padding: 0 90px;
  text-align: center;
}

.avlcampaign {
  background: #faf9f6;
}
.avlcampaign .maincamp {
  padding: 30px 0;
}
.avlcampaign .maincamp h3 {
  margin: 0 0 10px 0;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding: 50px 0;
}

.main-campaign {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(2, auto);
  gap: 4em;
  margin-bottom: 8em;
}
.main-campaign .rightcolcamp {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.main-campaign .rightcolcamp img {
  width: 60em;
  -o-object-fit: cover;
     object-fit: cover;
  height: 30em;
}
.main-campaign .leftcolcamp {
  text-align: justify;
  width: 50em;
}
.main-campaign .leftcolcamp h4 {
  font-size: 30px;
  font-weight: 500;
}
.main-campaign .leftcolcamp p {
  font-size: 17px;
  padding: 10px 0;
}
.main-campaign .leftcolcamp a {
  font-size: 17px;
  font-weight: 500;
}

.login {
  background: url("../Images/faded-gray-background-with-paint-brush-texture.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}
.login .loginform {
  border-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #2f8f3e;
}
.login .loginlefcol {
  background-color: #2f8f3e;
}
.login .loginlefcol .logo1 img {
  width: 30%;
  height: 30%;
  padding-bottom: 3rem;
  margin-left: 4rem;
}
.login .loginlefcol .first {
  padding: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 400px;
  height: 100px auto;
}
.login .loginlefcol .first h4 {
  font-size: 40px;
  font-weight: 500;
  color: #fdfdfd;
  margin: 20px 0;
}
.login .loginlefcol .first p {
  font-size: 16px;
  color: #fdfdfd;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.login .loginlefcol .first button {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  padding: 15px 20px;
  width: 50%;
  border: 1px solid #fdfdfd;
  border-radius: 30px;
  background-color: #49b265;
}
.login .loginlefcol .first button a {
  color: #fdfdfd;
  font-weight: 500;
}
.login .loginrightcol {
  background-color: #fdfdfd;
  border-radius: 0 20px 20px 0;
  padding: 50px;
}
.login .loginrightcol .signupform {
  padding: 0;
  margin: 0;
  width: 500px;
}
.login .loginrightcol .signupform .socialicons {
  display: flex;
  justify-content: center;
  gap: 4em;
  padding-bottom: 10px;
  margin: 20px 0;
}
.login .loginrightcol .signupform .socialicons img {
  width: 40px;
  height: 40px;
}
.login .loginrightcol .signupform h4 {
  font-size: 40px;
  color: #111211;
  font-weight: 500;
  margin: 20px 0;
}
.login .loginrightcol .signupform p {
  font-size: 16px;
  margin: 10px 0;
}
.login .loginrightcol .signupform .formp {
  text-align: left;
  margin-top: 10px;
}
.login .loginrightcol .signupform input {
  font-size: 16px;
  padding: 15px 10px;
  width: 100%;
  border: 1px solid black;
  border-radius: 20px;
  outline: none;
  background: #fdfdfd;
  color: #111211;
  margin-bottom: 10px;
}
.login .loginrightcol .signupform input::-moz-placeholder {
  color: #000000;
}
.login .loginrightcol .signupform input::placeholder {
  color: #000000;
}
.login .loginrightcol .signupform button {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  padding: 15px 20px;
  width: 70%;
  border: 0;
  border-radius: 30px;
  background-color: #49b265;
}
.login .loginrightcol .signupform button a {
  color: #fdfdfd;
  font-weight: 500;
}

.signin {
  background: url("../Images/faded-gray-background-with-paint-brush-texture.jpg") no-repeat;
  background-size: cover;
  height: 100vh;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}
.signin .signinform {
  border-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  background-color: #2f8f3e;
}
.signin .signinleftcol {
  background-color: #fdfdfd;
  border-radius: 20px 0 0 20px;
  padding: 50px;
}
.signin .signinleftcol .loginform {
  padding: 0;
  margin: 0;
  width: 500px;
  display: inline;
}
.signin .signinleftcol .loginform a {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
}
.signin .signinleftcol .loginform a img {
  width: 30%;
  height: 30%;
  padding-bottom: 3rem;
}
.signin .signinleftcol .loginform .socialicons {
  display: flex;
  justify-content: center;
  gap: 4em;
  padding-bottom: 10px;
  margin: 20px 0;
}
.signin .signinleftcol .loginform .socialicons img {
  width: 40px;
  height: 40px;
}
.signin .signinleftcol .loginform h4 {
  font-size: 40px;
  color: #111211;
  font-weight: 500;
  margin: 20px 0;
}
.signin .signinleftcol .loginform p {
  font-size: 16px;
  margin: 10px 0;
}
.signin .signinleftcol .loginform .formp {
  text-align: left;
  margin-top: 10px;
}
.signin .signinleftcol .loginform input {
  font-size: 16px;
  padding: 15px 10px;
  width: 100%;
  border: 1px solid black;
  border-radius: 20px;
  outline: none;
  background: #fdfdfd;
  color: #111211;
  margin-bottom: 10px;
}
.signin .signinleftcol .loginform input::-moz-placeholder {
  color: #000000;
}
.signin .signinleftcol .loginform input::placeholder {
  color: #000000;
}
.signin .signinleftcol .loginform button {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  padding: 15px 20px;
  width: 70%;
  border: 0;
  border-radius: 30px;
  background-color: #49b265;
}
.signin .signinleftcol .loginform button a {
  color: #fdfdfd;
  font-weight: 500;
}
.signin .signinrightcol {
  background-color: #2f8f3e;
}
.signin .signinrightcol .first {
  padding: 30px;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 400px;
}
.signin .signinrightcol .first h4 {
  font-size: 40px;
  font-weight: 500;
  color: #fdfdfd;
  margin: 20px 0;
}
.signin .signinrightcol .first p {
  font-size: 16px;
  color: #fdfdfd;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
}
.signin .signinrightcol .first button {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0;
  padding: 15px 20px;
  width: 50%;
  border: 1px solid #fdfdfd;
  border-radius: 30px;
  background-color: #49b265;
}
.signin .signinrightcol .first button a {
  color: #fdfdfd;
  font-weight: 500;
}

.Contact {
  padding: 20px 0 20px 0;
}
.Contact .top {
  background: url("../Images/banner-01.png");
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 30em;
}
.Contact .top h2 {
  font-size: 6em;
  padding: 1em 0 0 0;
  text-align: center;
}
.Contact .top p {
  font-size: 20px;
  padding: 0 90px;
  text-align: center;
}

.contactmain {
  background: #ffffff;
}

.contactbox {
  background-color: #ffffff;
  display: flex;
  font-size: 19px;
}
.contactbox h3 {
  font-size: 30px;
  padding-bottom: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}
.contactbox .contactleft {
  flex-basis: 60%;
  padding: 40px 60px;
  background: #fffaf5;
}
.contactbox .contactleft .inputrow {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
}
.contactbox .contactleft .inputrow .inputgroup {
  flex-basis: 45%;
}
.contactbox .contactleft .inputrow .inputgroup input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  outline: none;
  padding: 10px 0;
  background-color: #fdfdfd;
  color: #000000;
}
.contactbox .contactleft textarea {
  width: 100%;
  border: 1px solid #ccc;
  outline: none;
  padding: 10px;
  box-sizing: border-box;
  background-color: #fdfdfd;
  color: #000;
  margin-top: 10px;
}
.contactbox .contactleft button {
  background: #a35b14;
  width: 100px;
  border: none;
  outline: none;
  color: #fff;
  height: 35px;
  border-radius: 30px;
  margin-top: 20px;
}
.contactbox .contactright {
  flex-basis: 40%;
  padding: 40px;
  background: #a35b14;
  color: #ffffff;
  font-size: 16px;
}
.contactbox tr td {
  padding-top: 20px;
}
.contactbox tr td:first-child {
  padding-right: 20px;
}

/* footer */
footer {
  padding: 0px;
  text-align: center;
  color: var(--muted);
  font-size: 17px;
  margin-top: 40px;
  border-top: 1px solid #f3f5f6;
}

.af-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  margin-top: 0px;
}

.af-footer .wrap {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footer-top h3 {
  margin: 0;
  padding: 28px 0 18px;
  font-size: 20px;
  color: #111211;
}

.footer-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 40px;
}

.tip-card {
  flex: 1;
  min-width: 260px;
  background: #fff7d6;
  padding: 18px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #f5e6a8;
}

.tip-card .icon {
  font-size: 20px;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  padding: 30px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.footer-links h4 {
  margin-bottom: 12px;
  font-size: 17px;
}

.footer-links a {
  display: block;
  margin-bottom: 8px;
  color: #555;
  text-decoration: none;
  font-size: 17px;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-bottom {
  padding: 20px 20px;
  text-align: center;
  font-size: 17px;
  color: #777;
}

.col {
  text-align: left;
  margin-left: 20px;
}

/* responsive *//*# sourceMappingURL=main.css.map */