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

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-start {
  display: flex;
  justify-content: flex-start;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
}

.flex-space {
  display: flex;
  justify-content: space-between;
}

a {
  text-decoration: none;
  color: black;
}

i {
  color: black;
}

.bxs-phone-call {
  color: rgb(254, 158, 13);
}

.btn-shape {
  padding: 1.1rem 2rem;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgb(254, 158, 13);
  border: none;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}
.btn-shape i {
  color: white;
}

.img-shape {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.card-shape {
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 20px;
}

h1 {
  font-size: 5rem;
  line-height: 70px;
  letter-spacing: 0.1rem;
}
@media (max-width: 768px) {
  h1 {
    font-size: 4rem;
    line-height: 60px;
    letter-spacing: 0rem;
  }
}

.border-padding {
  padding: 1rem 2rem;
}

.title-h1 {
  flex-wrap: wrap;
  text-align: center;
  margin-top: 0.8rem;
  font-size: 3rem;
  font-weight: 200;
  line-height: 50px;
  font-style: normal;
  font-family: "Libre Baskerville", serif;
}
@media (max-width: 768px) {
  .title-h1 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 30px;
  }
}

.or-title {
  color: rgb(254, 158, 13);
}

.or-circle {
  width: 30px;
  height: 30px;
  background-color: orange;
  border-radius: 50%;
  position: absolute;
  left: 30%;
  top: 30%;
}
@media (max-width: 768px) {
  .or-circle {
    width: 17px;
    height: 17px;
  }
}

.red-circle {
  width: 30px;
  height: 30px;
  background-color: #F1592A;
  border-radius: 50%;
  position: absolute;
  top: 70%;
  right: 2%;
}
@media (max-width: 768px) {
  .red-circle {
    width: 17px;
    height: 17px;
    top: 40%;
  }
}

.gr-circle {
  background-color: #8DC63F;
  width: 15px;
  height: 15px;
  top: 65%;
  left: 40%;
}
@media (max-width: 768px) {
  .gr-circle {
    width: 10px;
    height: 10px;
  }
}

.pad-top {
  margin-top: 1.5rem;
}

.pad-btm {
  margin-bottom: 1.5rem;
}

.hero {
  background-color: #F7F8FA 0.3;
  background-size: cover;
  width: 100%;
  padding: 0.3rem 2rem;
}
@media (max-width: 768px) {
  .hero {
    flex-direction: column;
  }
}
.hero .left-hero {
  width: 45%;
  flex-direction: column;
  gap: 2.4rem;
  padding-top: 5rem;
}
@media (max-width: 768px) {
  .hero .left-hero {
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .hero .left-hero p {
    text-align: center;
  }
}
.hero .left-hero h1 {
  width: 90%;
}
@media (max-width: 768px) {
  .hero .left-hero h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 50px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.hero .left-hero button {
  color: white;
  width: 26%;
  background-color: black;
}
@media (max-width: 768px) {
  .hero .left-hero button {
    margin-left: 20%;
    width: 40%;
  }
}
.hero .right-hero {
  width: 55%;
  padding: 0.2rem 1rem;
}
@media (max-width: 768px) {
  .hero .right-hero {
    display: none;
  }
}
.hero .right-hero img {
  width: 100%;
}

.program {
  width: 100%;
}
.program .top-program {
  width: 100%;
  text-align: center;
}
.program .top-program h1 {
  font-weight: 400;
  font-size: 3rem;
}
.program .top-program p {
  flex-wrap: wrap;
}
.program .bottm-program {
  width: 100%;
  display: grid;
  grid-gap: 1.3rem;
  padding: 0.3rem 3rem;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}
@media (max-width: 768px) {
  .program .bottm-program {
    padding: 0.3rem 0.2rem;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.program .bottm-program .programs-card {
  padding-bottom: 2rem;
  overflow: hidden;
  text-align: center;
  flex-wrap: wrap;
}
.program .bottm-program .programs-card:hover {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 22px;
}
.program .bottm-program .programs-card img {
  width: 100%;
  height: 200px;
}
.program .bottm-program .programs-card .text-sectn {
  text-align: center;
  padding: 0.6rem 4.5rem;
}
@media (max-width: 768px) {
  .program .bottm-program .programs-card .text-sectn {
    padding: 0.6rem 0.2rem;
  }
}
.program .bottm-program .programs-card .text-sectn h1 {
  width: 200px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 0.8rem;
}
.program .bottm-program .programs-card .text-sectn p {
  margin-top: 0.8rem;
  flex-wrap: wrap;
}
.program .bottm-program .programs-card .text-sectn button {
  margin-top: 2rem;
  color: white;
  background-color: black;
}

.about {
  text-align: center;
  padding: 1rem 3rem;
  margin-top: 1rem 0.5rem;
}
@media (max-width: 768px) {
  .about {
    padding: 0.2rem 0.2rem;
  }
}
.about p {
  margin-top: 2rem;
  width: 80%;
  margin-left: 6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .about p {
    margin-left: 1rem;
  }
}
.about .about-btns {
  gap: 2rem;
  margin-top: 1rem;
}
.about .about-btns button {
  background-color: black;
}
.about .about-btns button:hover {
  background-color: rgb(255, 159, 13);
}
.about .about-btns .green-btn {
  background-color: #096247;
}

.fundraise {
  width: 100%;
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .fundraise {
    flex-direction: column;
    padding: 1rem 0.2rem;
  }
}
.fundraise .left-fundraise {
  width: 50%;
}
@media (max-width: 768px) {
  .fundraise .left-fundraise {
    width: 100%;
  }
}
.fundraise .left-fundraise img {
  width: 97%;
}
.fundraise .right-fundraise {
  width: 50%;
  padding: 0.4rem 4rem;
  gap: 1rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .fundraise .right-fundraise {
    width: 100%;
    padding: 0.4rem 0.3rem;
  }
}
.fundraise .right-fundraise h1 {
  text-align: start;
  color: rgb(22, 22, 22);
}
.fundraise .right-fundraise p {
  color: rgb(49, 49, 49);
}
.fundraise .right-fundraise a {
  color: rgb(254, 158, 13);
  text-decoration: underline;
  font-size: 1.2rem;
}

.help {
  width: 100%;
  padding: 3rem 2rem;
  flex-wrap: wrap;
  background-color: #F7F8F9;
}
@media (max-width: 768px) {
  .help {
    flex-direction: column;
    padding: 1rem 0.5rem;
  }
}
.help .left-help {
  width: 50%;
  gap: 2rem;
  flex-direction: column;
}
@media (max-width: 768px) {
  .help .left-help {
    width: 99%;
  }
}
.help .left-help h1 {
  text-align: start;
  width: 80%;
  font-weight: bold;
}
@media (max-width: 768px) {
  .help .left-help h1 {
    font-size: 1.3rem;
  }
}
.help .left-help button {
  background-color: black;
}
.help .left-help button:hover {
  background-color: orange;
}
.help .left-help .white-sectn {
  padding: 1rem 1rem;
  background-color: white;
}
@media (max-width: 768px) {
  .help .left-help .white-sectn {
    padding: 0.3rem 0.2rem;
  }
}
.help .left-help .white-sectn .help-serv {
  padding: 0.3rem 3rem;
  width: 100%;
  border-bottom: 2px solid gray;
}
@media (max-width: 768px) {
  .help .left-help .white-sectn .help-serv {
    padding: 0.3rem 1rem;
  }
}
.help .left-help .white-sectn .help-serv .serv-1 {
  flex-direction: column;
}
.help .left-help .white-sectn .help-serv .serv-1 i {
  font-size: 2rem;
  color: gray;
}
.help .left-help .white-sectn .help-serv .serv-1 i:hover {
  color: orange;
}
.help .left-help .white-sectn .help-serv .serv-1 p {
  text-align: center;
  margin-top: 0.2rem;
  color: gray;
}
.help .left-help .white-sectn .help-serv .serv-1 p:hover {
  color: orange;
}
.help .right-help {
  width: 50%;
}
@media (max-width: 768px) {
  .help .right-help {
    width: 100%;
  }
}
.help .right-help img {
  width: 100%;
}

.help-campaign {
  width: 100%;
  padding: 4rem;
}
@media (max-width: 768px) {
  .help-campaign {
    padding: 2rem;
  }
}
.help-campaign .top-capaign {
  width: 100%;
  text-align: center;
}
.help-campaign .top-capaign p {
  margin-top: 1rem;
}
.help-campaign .top-capaign h1 {
  margin-bottom: 0.6rem;
}
.help-campaign .botm-capaign {
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.help-campaign .botm-capaign .owl-carousel .item {
  height: 37rem;
  width: 97%;
  overflow: hidden;
  border: 0.3px solid rgb(235, 233, 233);
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card {
  width: 100%;
  align-items: center;
  position: relative;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card img {
  height: 40%;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid {
  width: 100%;
  position: absolute;
  margin-top: 1rem;
  padding: 0.2rem 1rem;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid p {
  padding: 0.2rem 0.5rem;
  font-weight: bold;
  font-size: 0.8rem;
  background-color: white;
  border-radius: 33%;
  width: 28%;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid .green-text {
  background-color: #0E926B;
  color: white;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid .vid {
  width: 5%;
  padding: 0.01rem 1rem;
  font-size: 1.2rem;
  background-color: black;
  align-items: center;
  border-radius: 5px;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid .vid:hover {
  background-color: orange;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .sucess-vid .vid i {
  color: white;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .rating {
  padding: 0.7rem 0.7rem;
  width: 100%;
  flex-wrap: nowrap;
  border-bottom: 1px solid rgb(214, 213, 213);
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .rating p {
  margin: 0;
  color: rgb(34, 34, 34);
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .rating .current .amt {
  font-weight: bold;
  color: black;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .rating .percentage {
  font-size: 2.4rem;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card .rating .target .amt {
  font-weight: bold;
  color: black;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card h3 {
  font-size: 1.2rem;
  color: black;
  text-align: center;
}
.help-campaign .botm-capaign .owl-carousel .item .programs-card p {
  text-align: center;
  padding: 0.2rem 2rem;
  margin: 0;
}
.help-campaign .botm-capaign .owl-carousel .item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.help-campaign .botm-capaign .owl-carousel .item .card-footer {
  width: 100%;
  padding-right: 0.1rem;
}
.help-campaign .botm-capaign .owl-carousel .item .card-footer button {
  width: 20%;
  border-top-left-radius: 30%;
  border-bottom-left-radius: 30%;
  background-color: #DB8400;
}
.help-campaign .botm-capaign .owl-carousel .item .card-footer button i {
  color: white;
  font-size: 1.3rem;
}

.volunteer {
  width: 100%;
}
.volunteer .top-volunteer {
  background: url(./assets/h1-map1.png);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 5rem 1rem;
}
.volunteer .top-volunteer .top-volun-cards {
  padding: 0.4rem;
  gap: 1rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .volunteer .top-volunteer .top-volun-cards {
    flex-direction: column;
  }
}
.volunteer .top-volunteer .top-volun-cards .volun-card {
  background-color: white;
  gap: 1rem;
  padding: 0.8rem 1.5rem;
  width: 23%;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(83, 83, 83, 0.24) 0px 3px 8px;
}
@media (max-width: 768px) {
  .volunteer .top-volunteer .top-volun-cards .volun-card {
    width: 90%;
    padding: 0.8rem 0.2rem;
  }
}
.volunteer .top-volunteer .top-volun-cards .volun-card:hover {
  box-shadow: rgba(0, 0, 0, 0.19) 5px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.volunteer .top-volunteer .top-volun-cards .volun-card .leftCard {
  font-size: 4rem;
}
.volunteer .top-volunteer .top-volun-cards .volun-card .rightCard {
  flex-direction: column;
}
.volunteer .top-volunteer .top-volun-cards .volun-card .rightCard .numb {
  font-size: 2.1rem;
  font-style: normal;
}
.volunteer .top-volunteer .top-volun-cards .volun-card .rightCard p {
  margin: 0;
}
.volunteer .botm-volunteer {
  width: 100%;
  position: relative;
  padding: 0.4rem 1rem;
  height: 80vh;
}
@media (max-width: 768px) {
  .volunteer .botm-volunteer {
    padding: 0.4rem 0.3rem;
    height: 100vh;
  }
}
.volunteer .botm-volunteer img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .volunteer .botm-volunteer img {
    height: 50%;
  }
}
.volunteer .botm-volunteer .text-section {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  box-shadow: rgba(83, 83, 83, 0.24) 0px 3px 8px;
  overflow: hidden;
  width: 40%;
  position: absolute;
  right: 0;
  top: 5rem;
}
@media (max-width: 768px) {
  .volunteer .botm-volunteer .text-section {
    width: 100%;
    left: 0.5rem;
    top: 2rem;
  }
}
.volunteer .botm-volunteer .text-section h1 {
  text-align: start;
  color: white;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .volunteer .botm-volunteer .text-section h1 {
    font-size: 1.6rem;
  }
}
.volunteer .botm-volunteer .text-section p {
  margin: 1rem;
  color: white;
}

body {
  background: url(./assets/h1-bg01.png);
  background-size: cover;
  background-repeat: repeat;
  font-family: "Roboto", sans-serif;
}
body .nav-bar {
  width: 100%;
  padding: 1.3rem 3rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  body .nav-bar {
    padding: 1rem 0.1rem;
    width: 100%;
  }
}
body .nav-bar .logo {
  width: 20%;
}
@media (max-width: 768px) {
  body .nav-bar .logo {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
body .nav-bar .logo img {
  width: 73%;
}
@media (max-width: 768px) {
  body .nav-bar .logo img {
    width: 30%;
  }
}
body .nav-bar .logo i {
  font-size: 2.5rem;
  display: none;
}
@media (max-width: 768px) {
  body .nav-bar .logo i {
    display: block;
    color: rgb(85, 84, 84);
  }
}
body .nav-bar .nav-list {
  width: 40%;
  gap: 1.5rem;
  font-size: 0.92rem;
  font-weight: 500;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  body .nav-bar .nav-list {
    display: none;
  }
}
body .nav-bar .nav-contact {
  gap: 0.9rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 40%;
  font-size: 1.4rem;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  body .nav-bar .nav-contact {
    display: none;
  }
}
body .nav-bar .nav-contact p {
  font-size: 1.3rem;
  align-items: center;
}
body .nav-bar .nav-contact button {
  padding: 1.1rem 2rem;
  border-bottom-right-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgb(254, 158, 13);
  border: none;
  color: white;
  font-size: 0.8rem;
  font-weight: 700;
}
body .nav-bar .nav-contact button i {
  color: white;
}/*# sourceMappingURL=style.css.map */