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

body {
  font-family: sans-serif;
}

ul,
ol,
li {
  list-style-type: none;
}

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

/* Header start */

.header-container {
  width: 1000px;
  margin: 0 auto;
  /* text-align: center;    */
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding: 50px 0 100px;
  color: #0a2640;
}

.header-tepa {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.header-tepa-ong {
  display: flex;
}

.header-ul {
  display: flex;
  gap: 20px;
}

.header-navbar {
  display: flex;
  align-items: center;
}

.header-button-1 {
  margin-left: 30px;
  padding: 10px 35px;
  border: 2px solid #0a2640;
  border-radius: 25px;
  color: #0a2640;
}

.header-p-1 {
  color: #0a2640;
  margin: 70px auto 20px;
}

.header-span-1 {
  font-size: 45px;
  margin: 0 auto;
}

.header-past {
  width: 1000px;
  padding: 50px;
  /* border-bottom: 1px solid #0a2640; */
  display: flex;
  justify-content: space-between;
}

.header-past-chap-img {
  width: 400px;
}

.header-past-ong {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 62px 0;
}

.header-past-ong-1 {
  display: flex;
}

.header-past-ong-1-span {
  font-weight: 600;
  color: #0a2640;
}

.header-past-ong-1-p {
  margin-left: 12px;
  color: #777;
}

.header-past-ong-span {
  font-size: 35px;
  color: #000;
}

.header-past-ong-3 {
  display: flex;
  align-items: center;
}

.header-past-ong-3-p {
  margin-left: 12px;
  color: #000;
}

.header-past-chiziq {
  width: 900px;
  height: 1px;
  background-color: #0a2640;
  margin: 0 auto;
}

.header-span-2 {
  font-size: 32px;
  margin: 100px 0 50px 100px;
  color: #000;
}

.header-box-2 {
  width: 800px;
  height: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.header-box-2-tepa {
  display: flex;
  justify-content: space-between;
}

.header-box-2-1 {
  width: 230px;
}

.header-box-2-1-img {
  width: 230px;
}

.header-box-2-1-box-1 {
  display: flex;
  margin: 18px 0;
}

.header-box-2-1-box-1-p {
  margin-left: 10px;
  color: #777;
}

.header-box-2-1-box-1-span {
  font-weight: 600;
}

.header-box-2-1-p {
  color: #000;
  margin-bottom: 20px;
}

.header-box-2-1-2 {
  display: flex;
  align-items: center;
}

.header-box-2-1-2-p {
  color: #000000;
  margin-left: 10px;
}

.header-box-2-past {
  display: flex;
  justify-content: space-between;
}

/* Header end */
/* Footer start */

.footer-container {
  width: 1000px;
  margin: 0 auto;
  padding-top: 80px;
}

.footer-tepa {
  width: 100%;
  background-color: #0a2640;
  color: #fff;
  text-align: center;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;

  background-image: url(/images/Footer-disk.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.footer-span-1 {
  font-size: 32px;
}

.footer-form {
  display: flex;
  margin: 40px auto 0;
}

.footer-input {
  width: 250px;
  height: 42px;
  padding-left: 15px;
  border-radius: 25px;
  border: none;
  margin-right: 8px;
}

.footer-button {
  width: 150px;
  height: 43px;
  background-color: #65e4a3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #0a2640;
  font-weight: 600;
}

.footer-past {
  display: flex;
  padding: 100px 0 70px;
}

.footer-p-1 {
  color: #777;
  margin: 30px 0 50px;
}

.footer-past-ong {
  display: flex;
  width: 450px;
  margin-left: 100px;
  justify-content: space-between;
  color: #777;
}

.footer-p-2 {
  color: #777;
}

.footer-ong-span-1 {
  font-weight: 600;
  color: #000000;
}

.footer-ong-p-1 {
  margin: 40px 0 30px;
}

.footer-ong-p-2 {
  margin-bottom: 30px;
}

.footer-box-2 {
  display: flex;
}

.footer-div-1 {
  width: 50px;
  height: 20px;
  background-color: #65e4a3;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  color: #0a2640;
  font-size: 10px;
  font-weight: 600;
}

/* Footer end */
