* {
  padding: 0;
  margin: 0;
}

a{
  text-decoration: none;
}

.pointer {
  cursor: pointer;
}

.container-fluid {
  --bs-gutter-x: 0rem !important;
}

.t {
  border: 2px solid #f47933;
}

.tt {
  border: 2px solid;
}

.orangeHead {
  color: #f47933;
}

.navbar.navbar-expand-lg {
  z-index: 2;
}

.navbar-brand {
  max-width: 140px;
  height: auto;
}
.navbar-brand img {
  width: 100%;
}

.nav-link:focus,
.nav-link:hover {
  color: #e09070;
  font-weight: 900;
}

.navbar-nav a {
  font-size: 16px;
  color: white;
  font-family: "Source Sans Pro";
  font-weight: bold;
}

.logoImage {
  max-width: 140px;
  height: auto;
}
.logoImage img {
  width: 100%;
}

.rr {
  max-width: calc((100vw + 1320px) / 2);
  width: 100%;
  position: relative;
  margin-left: auto;
  padding-bottom: 100px;
}

.parentDiv {
  display: flex;
  padding-left: 20px;
}
.parentDiv .landingPage {
  width: 30%;
  margin-top: 150px;
}
.parentDiv .landingPage h1 {
  font-size: 72px;
  color: black;
  font-family: "Red Hat Display";
  font-weight: bold;
}
.parentDiv .landingPage p {
  font-size: 20px;
  color: #727272;
  width: 80%;
  font-family: "Source Sans Pro";
}
.parentDiv .landingPage .donate {
  max-width: 300px;
  height: auto;
  display: flex;
  align-items: center;
}
.parentDiv .landingPage .donate img {
  width: 100%;
}
.parentDiv .landingPage .donate .circleLogo {
  max-width: 122px;
}
.parentDiv .darkImage {
  width: 60%;
}
.parentDiv .darkImage .imageSection {
  filter: brightness(70%);
  max-width: 1173px;
  position: absolute;
  top: -100px;
  height: auto;
}
.parentDiv .darkImage .imageSection img {
  width: 100%;
}

.imageVideo {
  padding-top: 200px;
}

.secondPage {
  width: auto;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.secondPage p {
  position: absolute;
  color: white;
  padding-left: 50px;
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  font-family: "Red Hat Display";
}
.secondPage p span {
  color: #f47933;
}
.secondPage .group7 {
  width: 100%;
}
.secondPage .group45 {
  position: absolute;
  bottom: 0;
  right: 5%;
}

.ourImpact {
  font-size: 44px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.ourImpact span {
  padding-left: 10px;
  color: #f47933;
}

.boxone {
  width: 100%;
}
.boxone div {
  padding: 15px;
  border: 1px #727272 dotted;
}
.boxone img {
  max-width: 60px;
}
.boxone .impactDesciption {
  color: #727272;
  font-size: 20px;
}
.boxone .rate {
  font-weight: 600;
  margin: 0;
  padding-top: 10px;
  font-size: 40px;
}

.pressNews h1 {
  font-size: 44px;
  font-weight: 600;
  color: #000;
}
.pressNews .newsImage {
  font-size: 20px;
  font-weight: 500;
  font-family: "Red Hat Display";
}
.pressNews .newsImage img {
  max-width: 100%;
}

.solutionFeed {
  right: 0vw;
  color: #000;
}
.solutionFeed p {
  font-family: "Red Hat Display";
  font-weight: 700;
  font-size: 37px;
}
.solutionFeed span {
  border-bottom: 3px solid #f47933;
}
.solutionFeed button {
  padding: 15px;
  font-size: 18px;
  padding-inline: 30px;
  background-color: #f47933;
  color: white;
  border: none;
  display: flex;
  align-items: center;
}
.solutionFeed .orangeArrow {
  position: absolute;
  bottom: 0;
}
.solutionFeed .stripeDiv {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.solutionFeed .stripeDiv .stripe {
  max-width: 894px;
  width: 100%;
}

.creameConatiner {
  background-color: #fef7f2;
}

.footer {
  display: flex;
  position: relative;
  border-bottom: 1px solid #cccaca;
  justify-content: space-between;
}
.footer .provide {
  width: 30%;
}
.footer .provide p {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
}
.footer .newsletter {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 23px;
}
.footer .emailINput {
  display: flex;
  align-items: center;
}
.footer input {
  padding: 17px;
  position: relative;
  padding-inline: 60px;
}
.footer .sms {
  position: absolute;
  z-index: 1;
  padding-left: 15px;
}
.footer .arrow {
  position: absolute;
  left: 88%;
}
.footer .links p {
  position: absolute;
  right: 0%;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #0b0f18;
}
.footer .links span {
  padding-inline: 10px;
}

.footerEnd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  color: #727272;
  font-size: 16px;
}
.footerEnd a {
  color: #727272;
}

@media (max-width: 1600px) {
  .imageVideo {
    padding-top: 100px;
  }
  .parentDiv .landingPage {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .rr {
    max-width: calc((100vw + 1120px) / 2);
    padding-bottom: 175px;
  }
  .parentDiv .landingPage {
    width: 35%;
    margin-top: 10px;
  }
  .landingPage .donate img {
    width: 50%;
  }
  .imageVideo {
    padding-top: 0px;
  }
  .landingPage {
    width: 40%;
  }
  .solutionFeed .stripeDiv .stripe {
    max-width: 694px;
  }
  .solutionFeed .orangeArrow {
    bottom: -14px;
    padding-right: 25px;
  }
}
@media (max-width: 1200px) {
  .navbar-expand-lg .navbar-nav {
    position: absolute;
    right: 0;
  }
  .rr {
    max-width: calc((100vw + 960px) / 2);
    padding-bottom: 65px;
  }
  .parentDiv .landingPage h1 {
    font-size: 54px;
  }
  .parentDiv .landingPage p {
    font-size: 18px;
    width: 95%;
  }
  .parentDiv .landingPage .donate img {
    width: 50%;
  }
  .parentDiv .landingPage .donate .circleLogo {
    max-width: 110px;
  }
  .newsImage p {
    font-size: 18px;
  }
  .solutionFeed .stripeDiv .stripe {
    max-width: 494px;
  }
  .solutionFeed .orangeArrow {
    bottom: -20px;
    padding-right: 29px;
    width: 92px;
  }
  .footer .provide {
    width: 40%;
  }
}
@media (max-width: 1050px) {
  .landingPage h1 {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    position: relative;
  }
  .rr {
    max-width: calc((100vw + 720px) / 2);
    padding-bottom: 30px;
  }
  .container-fluid {
    max-width: 720px;
    --bs-gutter-x: 1.5rem !important;
  }
  .navbar-nav a {
    color: black;
  }
  .landingPage {
    width: 100%;
    margin-bottom: 30px;
  }
  .landingPage h1 {
    font-size: 56px;
  }
  .parentDiv .darkImage .imageSection {
    position: relative;
    top: 0px;
  }
  .parentDiv .landingPage {
    width: 70%;
  }
  .parentDiv .darkImage {
    width: 80%;
  }
  .darkImage {
    width: 100%;
  }
  .darkImage .imageSection {
    bottom: 0;
  }
  .secondPage p {
    font-size: 32px;
  }
  .ourImpact {
    font-size: 32px;
  }
  .pressNews h1 {
    font-size: 32px;
  }
  .pressNewsArrow {
    max-width: 80px;
  }
  .pressNews .newsImage {
    font-size: 18px;
  }
  .solutionFeed p {
    font-size: 24px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer .arrow {
    left: 42%;
  }
  .footer .links p {
    position: relative;
  }
  .footer .links span {
    padding-inline: 2px;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    max-width: 540px;
  }
  .rr {
    max-width: calc((100vw + 540px) / 2);
    padding-bottom: 0;
  }
  .parentDiv .landingPage h1 {
    font-size: 52px;
  }
  .parentDiv .landingPage .donate .circleLogo {
    max-width: 100px;
  }
  .parentDiv .landingPage .donate img {
    width: 45%;
  }
  .parentDiv .darkImage {
    width: 96%;
  }
  .secondPage p {
    font-size: 24px;
    padding-left: 25px;
  }
  .newsImage p {
    font-size: 16px;
  }
  .pressNewsArrow {
    max-width: 70px;
  }
  .pressNews .newsImage {
    font-size: 16px;
  }
  .solutionFeed p {
    font-size: 18px;
  }
  .solutionFeed .orangeArrow {
    bottom: -26px;
    padding-right: 23px;
    width: 78px;
  }
  .solutionFeed button {
    padding: 10px;
    padding-inline: 15px;
  }
  .footer {
    flex-direction: column;
  }
  .footer .provide {
    width: 100%;
  }
  .footer input {
    width: 90%;
  }
  .footer .arrow {
    left: 75%;
  }
  .footer .links p {
    position: relative;
  }
  .emailINput {
    padding-top: 10px;
  }
  .footerEnd {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .parentDiv {
    padding-left: 12px;
  }
  .parentDiv .landingPage {
    width: 90%;
  }
  .parentDiv .landingPage h1 {
    font-size: 38px;
  }
  .parentDiv .landingPage p {
    font-size: 18px;
  }
  .parentDiv .landingPage .donate .circleLogo {
    max-width: 90px;
  }
  .parentDiv .landingPage .donate img {
    width: 50%;
  }
  .logoImage {
    max-width: 100px;
  }
  .newsImage p {
    font-size: 18px;
  }
  .landingPage {
    width: 100%;
  }
  .landingPage h1 {
    font-size: 36px;
  }
  .landingPage .donate .circleLogo {
    max-width: 100px;
  }
  .secondPage p {
    font-size: 18px;
    padding-left: 15px;
  }
  .secondPage .group45 {
    width: 60px;
    bottom: 10px;
  }
  .ourImpact {
    font-size: 32px;
  }
  .boxone {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .pressNews h1 {
    font-size: 32px;
  }
  .pressNewsArrow {
    max-width: 70px;
  }
  .pressNews .newsImage {
    flex-direction: column;
    font-size: 18px;
  }
  .newsImage div {
    width: 100%;
  }
  .newsImage div img {
    width: 100%;
  }
  .solutionFeed p {
    font-size: 24px;
  }
  .coloumClass {
    width: 95%;
  }
  .solutionFeed .stripeDiv {
    padding-top: 25px;
  }
  .footer .links p {
    font-size: 12px;
  }
}
@media (max-width: 380px) {
  .col-8 {
    width: 100%;
  }
  .landingPage .donate img {
    width: 40%;
  }
  .secondPage p {
    font-size: 14px;
    padding-left: 5px;
  }
  .secondPage .group45 {
    width: 40px;
    bottom: 25px;
  }
  .ourImpact {
    font-size: 24px;
  }
  .pressNews h1 {
    font-size: 24px;
  }
  .pressNewsArrow {
    max-width: 50px;
  }
}/*# sourceMappingURL=First.css.map */