@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100&display=swap");
html,
body {
  overflow-x: hidden !important;
}
body {
  /* font-family: "Anton", sans-serif; */
  font-family: "Roboto", sans-serif;
}
:root {
  --main-color: #ffe4b5;
  --secondary-color: #e3a857;
  --secondary-color-hover: #ffbb05;
}

body {
  display: flex;
  min-width: 100vw;
  /*height: 100vh;*/
  /*justify-content: center;*/
  align-items: center;
  background-color: var(--main-color);
  flex-direction: column;
}
form .content {
  height: 40px;
  font-size: larger;
  padding-left: 13px !important;
}
.xMark {
  padding-left: 10px;
  min-width: 650px;
  max-width: 650px;
  margin-top: -10px;
  height: 35px;
  display: flex;
  justify-content: flex-end;
}
.xMark svg {
  fill: var(--secondary-color);
  height: 25px;
  margin-top: 10px;
}
.name {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  /* background-color: #45a049; */
}
.name div {
  flex-grow: 1;
}
.container {
  /* max-height: 60vh; */
  max-width: 600px;
  min-width: 600px;
  margin: 0 auto;
  /* padding: 20px; */
  /* background-color: rgb(224, 214, 250); */
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  align-items: center;
  /*box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.197);*/
  border:solid 3px white;
  transition: 0.3s;
}
.container:hover {
  /*box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.349);*/
  transition: 0.3s;
}
.container form {
  width: 100%;
  /* background-color:var(--main-color); */
  overflow: hidden;
}
.container form .formContent {
  width: 90%;
  overflow: hidden;
  margin-left: 28px;
}

h1 {
  text-align: center;
  font-family: "Anton", sans-serif;
  letter-spacing: 2px;
  color: #01ab8c;
}

label {
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.content {
  height: 40px;
  outline: none;
  font-size: larger;
}

input[type="text"],
input[type="email"],
input[type="number"],
textarea {
  width: 100%;
  padding: 5px;
  margin-top: 5px;
  border: none;
}
.viewAmount {
  margin-top: -17px !important;
  display: flex;
  align-items: center;
  max-height: 30px;
  min-height: 30px;
  /* background-color: aqua; */
  justify-content: flex-start;
  margin-bottom: 5px;
}
.moneySign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  background-color: var(--secondary-color);
  color: white;
  height: 30px;
  border: none;
  font-weight: bold;
}
.donationAmount {
  width: 180px !important;
  font-size: larger;
  /* max-height: 30px; */
  /* min-height: 30px; */
  border: solid 1px rgb(162, 162, 162);
  height: 20px;
  /* width: 100%; */
  padding-left: 13px !important;
  margin-top: 0px !important;
}
.amountPresets {
  height: 50px;

  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 5px;
  margin: 2.5px 0px 2.5px 0px;
}
.amountPresets div {
  height: 50px;
  flex-grow: 1;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-color);
  font-weight: bold;

  color: white;
}
.amountPresets div:hover {
  background-color: var(--secondary-color);
}
.amountPresets div:active {
  color: rgb(118, 85, 152);
  font-weight: bold;
  background-color: rgb(255, 255, 255);
}
.projects {
  margin: 2.5px 0px 2.5px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.projects .projRow {
  margin: 2.5px 0px 2.5px 0px;
  width: 100%;
  background-color: var(--secondary-color);
}
.proj {
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  padding: 0px 0px 10px 10px;
  gap: 10px;
  color: white;
}
.trees {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  padding: 0px 15px 0px 0px;
  font-weight: bold;
}
.projRow1,
.projRow2 {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
}
.projRow2 {
  background-color: #45a04900 !important;
}
.projRow2 .proj {
  background-color: var(--secondary-color);
}
.projRow1 .proj,
.projRow2 .proj {
  flex-grow: 1;
}
.projRow3 {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.projRow3 .proj:nth-child(-n + 3) {
  flex-grow: 1;
}
.subCol {
  display: flex;
  justify-content: flex-start;
  /* background-color: #4caf50; */
  gap: 5px;
}
.subCol .proj {
  min-width: 33.33% !important;
  max-width: 33.33% !important;
}

input[type="button"] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: var(--secondary-color);

  color: #fff;
  border: none;
  cursor: pointer;
}
.label {
  font-weight: bold;
}
.PaySubmit {
  background-color: rgb(11, 177, 138) !important;
  font-size: x-large;
  font-family: "Anton", sans-serif;
  height: 75px;
  letter-spacing: 2px;
}
.memberSubmit {
  background-color: var(--secondary-color) !important;
  font-size: x-large;
  font-family: "Anton", sans-serif;
  height: 75px;
  letter-spacing: 2px;
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

.memberSubmit:hover {
  background-color: var(--secondary-color-hover) !important;
}

input[type="button"]:hover {
  background-color: rgb(153, 117, 189);
}
.header-image {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
}

input[type="button"] {
  display: block;
  width: 100%;
  padding: 10px;
  margin-top: 20px;
  background-color: #4caf50;
  color: #fff;
  border: none;
  cursor: pointer;
}

input[type="button"]:hover {
  background-color: #45a049;
}

@media (max-width: 600px) {
  body {
    display: flex;
    flex-direction: column;
    min-width: 100vw;
    margin-left: -1px;
    justify-content: center;
    align-items: center;
    background-color: var(--main-color);
  }
  .xMark{
  /* background-color: red; */
  padding-right: 30px !important;
  min-width: 100vw !important;
  max-width: 100vw !important;
  margin-top: -10px;
  height: 35px;
  display: flex;
  justify-content: flex-end;

}
.xMark svg{
  margin-top: 6px;

 fill:var( --secondary-color) !important;
  height: 25px;

}
  .container {
    /* max-height: 850px; */
    /* min-height: 70vh; */
    min-width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    /* padding: 20px 20px; */
    /* background-color: rgb(224, 214, 250); */
    background-color: var(--main-color);
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    box-shadow: none;
    transition: 0.3s;
  }
  .container:hover {
    /*box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.5);*/
    transition: 0.3s;
  }
  .container form {
    width: 100vw;
    overflow: hidden;
    color: rgb(0, 0, 0);
    /* display: flex; */
    justify-content: center;
    /* margin-top: 140px; */
    /* background-color: red; */
    bottom: 0px;
  }
  input[type="submit"] {
    font-family: "Anton", sans-serif;
    letter-spacing: 20px;
    display: block;
    min-width: 100vw;
    max-width: 100vw;
    padding: 20px;
    margin-top: 20px;
    background-color: var(--secondary-color);
    /* font-weight: bolder; */
    font-size: x-large;
    color: #fff;
    border: none;
    cursor: pointer;
    letter-spacing: 2px;
  }
  .name {
    display: block;
    /* background-color: #ffffff4a; */
    justify-content: space-between;
    gap: 23px;
  }
  .container form .formContent {
    margin: 30px 0px 0px 20px;

    width: 90%;
    overflow: hidden;
    /* background-color: rgba(238, 130, 238, 0.15); */
  }
  form .content {
    height: 25px;
    font-size: larger;
    padding-left: 13px !important;
  }
  textarea {
    height: 25px;
    font-size: larger;
  }
  .container form .formContent label {
    /* color: #000000b7; */
    font-weight: bold;
    margin-top: 15px;
  }
  .container form .formContent input {
    margin-top: 10px;
  }
  .amountPresets {
    gap: 5px;
    height: 110px;
  }
  .amountPresets div {
    height: 50px;
    flex-grow: 1;
    width: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--secondary-color);
    font-weight: bold;
    font-size: 1rem;
    color: white;
  }
}
