.bgimg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -5;
  background: url("images/background.jpg") no-repeat top center;
  background-size: cover;
}
.b-h {
  /* font-size: 50px; */
  color: wheat;
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 5;
}
section {
  /* border: 1px solid rgb(14, 15, 7); */
  /* margin: 5px; */
  font-family: "Open Sans", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 10px 0; */
  /* flex-direction: column; */
  /* align-items: center; */
}
@media screen and (max-width: 768px) {
  section {
    flex-direction: column;
    align-items: center;
  }
  .b-h {
    font-size: 0.7rem;
  }
}

/* nav bar */
.landing nav {
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #36637b;
  color: white;
  height: 100px;
  width: 100%;
  padding-right: 30px;
  /* shadow bottom */
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.434);

  /* z-index: -1; */
}

.landing nav .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.landing nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  list-style: none;
  padding: 0 10px;
}
.landing nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}
.landing nav ul li a:hover {
  color: #5596b8;
}
.landing nav .language {
  border-right: 1px solid white;
}
.landing nav .language li {
  /* corser */
  cursor: pointer;
}

/* nav bar Responsive */
@media screen and (max-width: 768px) {
  .landing nav {
    width: 100%;
    padding: 0px;
  }
  .landing nav,
  .landing nav .links a {
    font-size: 1rem;
  }
  .landing nav .links {
    height: 80%;
    flex-wrap: wrap;
    justify-content: center;
  }
}

/* all -- title end form */
.donation {
  margin-top: 10px !important;
}
.donation .wrapper {
  width: 90%;
  max-width: 1030px;
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  opacity: 0.7;
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.14);
}

/* section title */
.donation header .img-header {
  content: "";
  position: relative;
  width: 370px;
  height: 80px;
  background: url("images/nub.png") no-repeat;
  background: url("images/nub.svg") no-repeat;
  background-size: 370px;
  left: 50%;
  /* top: -87px; */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.donation .wrapper header h1 a {
  position: relative;
  /* top: 0px; left: 0; */
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 180px;
  padding-top: 40px;
  color: #5699c0;
  font-family: "PT Serif", serif;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #ffffff;
}
.donation .wrapper header h1 a span {
  color: #b7b7b7;
  font-size: 24px;
}
.donation .wrapper header h1 a img {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 10px;
  width: 130px;
  height: 130px;
}

/* section title Responsive */
@media screen and (max-width: 768px) {
  .donation .wrapper header .img-header {
    width: 250px;
    height: 47px;
    background-size: 250px;
  }
  .donation .wrapper header h1 a {
    padding: 50px 20px 10px 20px;
    font-size: 1.5rem;
    height: 130px;
  }
  .donation .wrapper header h1 a span {
    font-size: 1rem;
  }
  .donation .wrapper header h1 a img {
    width: 80px;
    height: 80px;
    top: -40px;
  }
}

/* all form */

.donation .wrapper .donationForm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 450px;
  text-align: center;
  background-color: #fff;
}

/* thanks */
.thanks {
  /* background-color: #fff;
  opacity: 0.7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #5699c0;
  font-family: "PT Serif", serif;
  font-size: 3rem;
  padding: 40px; */
  background-color: #ccc;
  position: absolute;
  top: 380px;
  height: 70%;
  width: 90%;
  max-width: 1031px;
  z-index: 150;
  /* opacity: 0.7; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #5699c0;
  font-family: "PT Serif", serif;
  font-size: 3rem;
  padding: 40px;
}
.thanks span {
  margin: 35px 0;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .thanks {
    top: 295px;
    font-size: 2rem;
  }
  .thanks span {
    font-size: 1.5rem;
  }
}

/* amount */
.donationForm .amount {
  width: 100%;
  /* height: 300px; */
  flex-direction: column;
  padding: 30px 0;
  background-color: #c1ccd3;
}
.amount .choose:nth-of-type(1) {
  width: 90%;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
.amount .choose:nth-of-type(2) {
  width: 90%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.amount .choose:nth-of-type(2) span:nth-of-type(1) {
  margin: 0 0 10px 0;
}
.amount .choose ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amount .choose ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  width: 30%;
  height: 50%;
  margin: 0 5px 10px 5px;
}
.amount .choose ul li a {
  /* button style */
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 40%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #fff;
  color: #5699c0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.amount .choose ul li a:hover {
  color: white;
  background: #a8a8a8;
}
.amount .choose ul li .active {
  color: white;
  background: #5699c0;
  border: 2px solid #5699c0;
}
.amount .choose ul li .active:hover {
  color: white;
  background: #5699c0;
  border: 2px solid #5699c0;
}
.amount .choose ul li span {
  width: 100%;
  height: 70px;
  padding: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3f5059;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}

/*  */
.amount .choose span h5 {
  width: 100%;
  height: 20%;
  color: #3f5059;
  margin-bottom: 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
.amount .choose span {
  width: 100%;
  height: 80%;
  position: relative;
}
.amount .choose span input {
  width: 80%;
  height: 50px;
  /* center */
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  border: 2px solid #f1f1f1;
  border-radius: 5px;
  outline: none;
  color: #a8a8a8;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 30px;
}
.amount .choose span input:focus {
  border-color: #5699c0;
}
.amount .choose span .input {
  position: relative;
  height: 50px;
}
.amount .choose span .input:before {
  content: "$";
  position: absolute;
  height: 50px;
  top: 0;
  left: 15%;
  color: #a8a8a8;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  line-height: 50px;
  z-index: 3;
}
.amount .choose span p {
  position: relative;
  width: 100%;
  margin: 25px 0 0 0;
  color: #3f5059;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  /* text-transform: uppercase; */
  text-decoration: none;
  transition: 0.3s;
}
.or {
  position: relative;
  top: 40%;
  left: -12px;
  width: 1px;
  height: 80%;
  color: #36637b;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s;
}
/* section form Responsive */
@media screen and (max-width: 768px) {
  .amount .choose:nth-of-type(1) {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .amount .choose:nth-of-type(2) {
    width: 90%;
    margin: 20px 0 0 0;
  }
  .amount .choose span {
    flex-wrap: nowrap;
    width: 50%;
    height: 100%;
  }

  .amount .choose ul li {
    width: 45%;
    font-size: 1rem;
  }
  .amount .choose ul li a {
    width: 40%;
    height: 50px;
    font-size: 1rem;
  }
  .amount .choose ul li span {
    width: 90%;
    height: 60px;
    font-size: 1rem;
    padding: 3px;
  }
}
@media screen and (max-width: 425px) {
  .amount .choose:nth-of-type(2) {
    flex-direction: column;
  }
  .amount .choose:nth-of-type(2) span:nth-of-type(2) {
    border-top: 1px solid #fff;
    margin: 10px 0;
  }
  .amount .choose span {
    flex-wrap: wrap;
    width: 100%;
    height: 50%;
  }
  .amount .choose ul li a,
  .amount .choose ul li span {
    font-size: 0.8rem;
  }
}

/* section contactBilling  */
.contactBilling {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 30px 0 0 0;
}
.contactBilling .contact,
.contactBilling .billing {
  width: 50%;
  float: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 60px 20px;
}
.contactBilling .contact {
  border-right: 1px solid #e4e4e4;
}
.contactBilling h5 {
  color: #5699c0;
  padding: 20px 0 18px;
  font-size: 26px;
  font-weight: bold;
}

.contactBilling ul li {
  position: relative;
  margin-bottom: 3%;
  float: left;
}
.anonymous {
  display: flex;
  align-items: center;
  justify-content: center;
}
.anonymous input {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
.anonymous label {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  top: 0px !important;
  right: 0px !important;
  padding: 0 20px !important;
}

@media screen and (max-width: 768px) {
  .contactBilling .contact,
  .contactBilling .billing {
    width: 80%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 30px 20px;
    border: none;
  }
  .contactBilling ul li {
    width: 100%;
    margin-bottom: 3%;
  }
}

/* inputs style */

.contactBilling ul li input[type="text"],
.contactBilling ul li input[type="number"],
.contactBilling ul li input[type="email"],
.contactBilling ul li input[type="tel"],
.contactBilling .billing ul li select {
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 0 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.contactBilling ul li input[type="text"]:focus,
.contactBilling ul li input[type="number"]:focus,
.contactBilling ul li input[type="email"]:focus,
.contactBilling ul li input[type="tel"]:focus,
.contactBilling .billing ul li select:focus {
  border-color: #5699c0;
}
.contactBilling ul li input[type="text"]:disabled,
.contactBilling ul li input[type="number"]:disabled,
.contactBilling ul li input[type="email"]:disabled,
.contactBilling ul li input[type="tel"]:disabled,
.contactBilling .billing ul li select:disabled {
  opacity: 0.5;
}
.contactBilling ul li input[type="text"]::-webkit-input-placeholder,
.contactBilling ul li input[type="number"]::-webkit-input-placeholder,
.contactBilling ul li input[type="email"]::-webkit-input-placeholder,
.contactBilling ul li input[type="tel"]::-webkit-input-placeholder,
.contactBilling .billing ul li select::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.contactBilling ul li input[type="text"]:-moz-placeholder,
.contactBilling ul li input[type="number"]:-moz-placeholder,
.contactBilling ul li input[type="email"]:-moz-placeholder,
.contactBilling ul li input[type="tel"]:-moz-placeholder,
.contactBilling .billing ul li select:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.contactBilling ul li input[type="text"]::-moz-placeholder,
.contactBilling ul li input[type="number"]::-moz-placeholder,
.contactBilling ul li input[type="email"]::-moz-placeholder,
.contactBilling ul li input[type="tel"]::-moz-placeholder,
.contactBilling .billing ul li select:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.contactBilling ul li input[type="text"]:-ms-input-placeholder,
.contactBilling ul li input[type="number"]:-ms-input-placeholder,
.contactBilling ul li input[type="email"]:-ms-input-placeholder,
.contactBilling ul li input[type="tel"]:-ms-input-placeholder,
.contactBilling .billing ul li select:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.contactBilling ul li label {
  position: absolute;
  font-size: 12px;
  color: #a8a8a8;
  text-transform: uppercase;
  right: 15px;
  top: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.contactBilling ul .active label {
  display: block;
}
.contactBilling ul .two-thirds label {
  position: relative;
  font-size: 12px;
  float: left;
  color: #a8a8a8;
  text-transform: uppercase;
  left: 0px;
  top: 0px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
}
.he {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.contactBilling ul .full,
.contactBilling ul .radio {
  width: 99%;
}
.contactBilling ul .half {
  width: 48%;
  margin-right: 3%;
}
.contactBilling ul .two-thirds {
  width: 68%;
  margin-right: 3%;
}
.contactBilling ul .third {
  width: 31.333333333%;
  margin-right: 3%;
}
.contactBilling ul .state {
  width: 64.666666667%;
  margin-right: 3%;
}
.contactBilling ul .zip {
  width: 32.333333333%;
  margin-right: 0;
}
.contactBilling ul .cvv input[type="text"] {
  padding: 0 60px 0 20px;
}
.contactBilling ul .cvv:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 23px;
  background: url("images/card.png") no-repeat;
  top: 13px;
  right: 10px;
}
@media screen and (max-width: 425px) {
  .contactBilling ul .cvv {
    width: 66%;
  }
}
.contactBilling ul .last {
  margin-right: 0;
}
.contactBilling ul .two-thirds.last {
  width: 28%;
  margin-right: 0;
}

/* message */
/* .message {
  flex-direction: column;
  width: 100%;
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
} */
/* .message span {
  width: 50%;
  padding: 0 50px 30px 0;
}
.message h5 {
  color: #5699c0;
  padding: 20px 0 18px;
  font-size: 26px;
  font-weight: bold;
} */
.message textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 10px 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
.message textarea:focus {
  border-color: #5699c0;
}
.message textarea:disabled {
  opacity: 0.5;
}
.message textarea::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.message textarea:-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.message textarea::-moz-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
.message textarea:-ms-input-placeholder {
  text-transform: uppercase;
  color: #a8a8a8;
  font-size: 13px;
}
/* message Responsive */
@media screen and (max-width: 375px) {
  .contactBilling ul .two-thirds label {
    font-size: 10px;
  }
}

/* submit */
.submit {
  width: 50%;
  /* clear: both;
  text-align: center;
  padding-top: 40px;
  -webkit-transform: translateY(25px);
  -ms-transform: translateY(25px);
  transform: translateY(25px); */
}
.submit div {
  width: 100%;
  height: 100%;
  margin: 70px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit span {
  /* width: 35%; */
  position: relative;
}
.submit span:before {
  content: "l";
  font-family: "icons";
  color: white;
  position: absolute;
  left: 20px;
  font-size: 30px;
  top: 10px;
}
.submit input[type="submit"] {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 0 25px 0 65px;
  height: 50px;
  cursor: pointer;
  background: #ff7700;
  font-family: "PT Serif", serif;
}
.submit input[type="submit"]:hover {
  background: #6a6a6a;
}

/* target end donors */
.target-donation,
.donors-list {
  background-color: #c1ccd3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  /* padding: 50px 0; */
}
.target-donation h3,
.target-donation p,
.donors-list h3 {
  color: #1a5e85;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin: 15px 0 10px 0;
}

.target {
  width: 100%;
  border-bottom: 3px solid #e4e4e4;
  margin: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.target .scale {
  width: 90%;
  height: 30px;
  background-color: #e4e4e47a;
  border-radius: 0 30px 30px 0;
  position: relative;
  margin: 0 0 40px 0;
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.14);
}
.target .scale .arrow {
  width: 2%;
  height: 30px;
  border-radius: 0 30px 30px 0;
  background-color: #125174;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.14);
}
.target .scale .percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: bold;
  transition: color 0.3s ease;
}
/* donors */
.donors {
  width: 95%;
  height: 400px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 10px 0 40px 0;
}
.donors ul {
  width: 100%;
  height: 100%;
  margin: 20px 0 0 0;
  padding: 10px 0 0 0;
  border-bottom: 2px solid #fff;
  overflow-y: scroll;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  /* border: 1px solid #e4e4e4; */
}
.donors ul li {
  width: 35%;
  height: 35%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  background-color: #fff;
  flex-direction: row;
  margin: 10px 25px;
  padding: 10px 20px;
  color: #5699c0;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.441);
}
/* scrolling */
.donors ul::-webkit-scrollbar {
  width: 0px;
}
.donors ul::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.donors ul::-webkit-scrollbar-thumb {
  background: #888;
}
.donors ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media screen and (max-width: 768px) {
  .target-donation {
    flex-direction: column;
  }
  .target-donation h3,
  .target-donation p,
  .donors-list h3 {
    font-size: 20px;
  }
  .target {
    width: 90%;
  }
  .donors {
    width: 98%;
  }
  .donors ul {
    width: 90%;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
  }
  .donors ul li {
    width: 40%;
  }
}
@media screen and (max-width: 630px) {
  .donors {
    width: 98%;
  }
  .donors ul li {
    width: 90%;
  }
}

/* footer */
.footer {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background-color: #4e5255;
  color: white;
  width: 90%;
  max-width: 1030px;
  height: 100px;
  width: 90%;
  opacity: 0.7;
  font-size: 1.5rem;
  font-family: "Open Sans", sans-serif;
  box-shadow: 0px 5px 21px 0px rgba(1, 2, 2, 0.14);
  opacity: 0.7;
}
.footer h3 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 5px 15px;
    flex-direction: column;
    height: 150px;
    font-size: 1.2rem;
  }
  .footer h3 {
    font-size: 0.8rem;
  }
}
.overlay,
.modal {
  z-index: 100;
  background-color: #4e5255;
}
.email-link {
  color: rgb(12, 12, 137) !important;
}
.cursor-pointer {
  cursor: pointer;
}

.full.dropdown select {
  width: 100%;
  max-width: 100%;
  height: 40px; /* Adjust height as needed */
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 5px;
  border: 2px solid #e4e4e4;
  padding: 10px 20px;
  outline: none;
  background: white;
  font-size: 13px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #6a6a6a;
}
