@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");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");

.navbar-nav .nav-link {
  color: black;
}

.navbar-brand {
  color: black;
}

.btn-primary {
  width: 130px;
  height: 50px;
  font-size: 20px;
  background-color: rgb(255, 255, 255);
  color: #cc3f45;
  border-radius: 8px;
  font-weight: 600;
  border: solid 2px #cc3f45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.btn-primary:hover {
  background-color: #cc3f45;
  color: white;
  border: #cc3f45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-div {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero-div #righ {
  background-image: url("./pic.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 780px) {
  .hero-div #righ {
    display: none;
  }
}

.hero-div .col {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #e1575d;
  position: relative;
}

.hero-div .col #whiteblob {
  position: absolute;
  top: 45%;
  right: -50px;
  width: 90%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media screen and (max-width: 780px) {
  .hero-div .col #whiteblob {
    right: 0;
    width: 105%;
  }
}

.hero-div .col #box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 908px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 756px;
}

.hero-div .col #box h1 {
  font-size: 68px;
  font-weight: 700;
}

.hero-div .col #box p {
  font-weight: 600;
  font-size: 24px;
}

.hero-div .col #box div #resources {
  width: 160px;
  height: 50px;
  font-size: 20px;
  background-color: #cc3f45;
  color: white;
  border-radius: 8px;
  font-weight: 600;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-div .col #box div #resources:hover {
  background-color: white;
  border: solid 2px #cc3f45;
  color: #cc3f45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-div .col #box div #donate {
  width: 130px;
  height: 50px;
  font-size: 20px;
  background-color: white;
  color: #cc3f45;
  border-radius: 8px;
  font-weight: 600;
  border: solid 2px #cc3f45;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-div .col #box div #donate:hover {
  background-color: #cc3f45;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hero-div .col #redblob {
  position: absolute;
  opacity: 30%;
  mix-blend-mode: soft-light;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  width: 110%;
}

.hero-div #wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

/*# sourceMappingURL=style.css.map */
body {
  margin: 0;
  padding: 0;
}

.about-container {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.about-header-container {
  position: relative;
  overflow: hidden;
}

.about-img {
  height: 22vh;
}

.head {
  position: relative;
  font-family: "Merriweather Sans";
  font-weight: 300;
  color: #212121;
  flex: 1 1 0;
  font-size: 1.7rem;
  min-width: 400px;
  margin-top: 3vh;
}

.mission {
  position: absolute;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-size: 6rem;
  top: 0vh;
  left: 12vw;
  color: #212121;
}

.image {
  flex: 1 1 0;
  display: flex;
  flex-flow: row nowrap;
  min-width: 400px;
}

.rect {
  flex: none;

  width: 100%;
  border-radius: 15px;
}

@media screen and (max-width: 700px) {
  .rect {
    top: -15px;
    left: -15px;
  }

  .dots {
    bottom: -15px;
    right: -15px;
  }
}

.group-img {
  width: 100%;
  object-fit: contain;
  border-radius: 15px;
  flex: none;
  margin-left: -97%;
  margin-top: 3%;
}

.dots {
  flex: none;
  margin-left: -25%;
  margin-bottom: -70%;
  max-width: 30%;
  object-fit: contain;
}

.green {
  background: rgba(99, 212, 113, 0.14);
  position: relative;
  height: 49vh;
  width: 100%;
  margin-top: 23vh;
}

.circle-red {
  width: 4.7rem;
}

.history-red {
  position: absolute;
  left: 11.5vw;
  top: -11%;
}

.history-icon {
  position: absolute;
  width: 3.6rem;
  left: 12.2vw;
  top: -8.3%;
}

.history h2 {
  color: #f96a70;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  position: absolute;
  left: 18vw;
  top: -8%;
}

.history p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  width: 36%;
  position: absolute;
  left: 11.5vw;
  top: 12%;
  font-size: 1.6rem;
}

.team-red {
  position: absolute;
  left: 55vw;
  top: -11%;
}

.team-icon {
  position: absolute;
  width: 3.6rem;
  left: 55.62vw;
  top: -8.4%;
}

.team h2 {
  color: #f96a70;
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  position: absolute;
  left: 61.5vw;
  top: -8%;
}

.team p {
  font-family: "Merriweather Sans";
  font-style: normal;
  font-weight: 300;
  width: 36%;
  position: absolute;
  left: 55vw;
  top: 12%;
  font-size: 1.6rem;
}

.bg-primary {
  background-color: rgba(99, 212, 113, 0.14) !important;
}

.bi {
  color: #cc3f45;
}

footer {
  width: 100vw;

  position: relative;
  bottom: 0;
}

.hr {
  width: 80%;
  margin: auto;
}

.footerlinks {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
  justify-content: center;
}

.footerlinks li a {
  text-decoration: none;
  color: #0969da;
}

.footerlinks li a:hover {
  text-decoration: underline;
}

.footercontainer {
  padding: 3vh 0;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  gap: 10px;
  width: clamp(80%, 80%, 72rem);
}

.footercontainer p {

  color: #919191;
}



body section {
  background: white;
  margin-top: 100px;

  text-align: center;

}

body section h1 {
  margin-bottom: 40px;
  font-size: 3rem;
  color: #cc3f45;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 100;
}

form {
  width: 58.3333333333%;
  margin: 0 auto;
}

form .field {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

form .field label {
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 0;
  background: #F96A70;
  width: 100%;
  padding: 18px 0;
  font-size: 1.45em;
  letter-spacing: 0.075em;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field label+span {
  font-family: "SSStandard";
  opacity: 0;
  color: white;
  display: block;
  position: absolute;
  top: 12px;
  left: 7%;
  font-size: 2.5em;
  text-shadow: 1px 2px 0 #cd6302;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field input[type=text],
form .field textarea {
  border: none;
  background: #E8E9EA;
  width: 80.5%;
  margin: 0;
  padding: 18px 0;
  padding-left: 19.5%;
  color: #F96A70;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

form .field input[type=text]#msg,
form .field textarea#msg {
  height: 71px;
  resize: none;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form .field input[type=text]:focus,
form .field input[type=text].focused,
form .field textarea:focus,
form .field textarea.focused {
  outline: none;
}

form .field input[type=text]:focus#msg,
form .field input[type=text].focused#msg,
form .field textarea:focus#msg,
form .field textarea.focused#msg {
  padding-bottom: 150px;
}

form .field input[type=text]:focus+label,
form .field input[type=text].focused+label,
form .field textarea:focus+label,
form .field textarea.focused+label {
  width: 18%;
  background: #cc3f45;

}

form .field input[type=text].focused+label,
form .field textarea.focused+label {
  color: #E8E9EA;
}

form .field:hover label {
  width: 18%;
  background: #313A3D;
  color: white;
}

form input[type=submit] {
  background: #cc3f45;
  color: white;
  -webkit-appearance: none;
  border: none;
  margin-top: 100px;
  text-transform: uppercase;
  position: relative;
  padding: 13px 50px;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  -webkit-transition: all 333ms ease-in-out;
  -moz-transition: all 333ms ease-in-out;
  -o-transition: all 333ms ease-in-out;
  -ms-transition: all 333ms ease-in-out;
  transition: all 333ms ease-in-out;
}

form input[type=submit]:hover {
  background: #313A3D;
  color: #cc3f45;
}

form input[type=submit]:focus {
  outline: none;
  background: #cd6302;
}