@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #14142B;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

@media screen and (min-width: 1400px) {
  body {
    margin: 0 auto;
    padding: 0;
    height: auto;
  }
}

@media screen and (min-width: 1012px) {
  body {
    padding: 0;
    margin: 0 auto;
    height: auto;
  }
}

@media screen and (min-width: 768px) {
  body {
    margin: 0 auto;
  }
}

@media screen and (min-width: 544px) {
  body {
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  color: #115FA7;
}

/*Utlility classes for padding and margin*/
/*padding*/
.padd-0 {
  padding: 0 !important;
}

.padd-top-0 {
  padding-top: 0 !important;
}

.padd-left-0 {
  padding-left: 0 !important;
}

.padd-right-0 {
  padding-right: 0 !important;
}

.padd-bottom-0 {
  padding-bottom: 0 !important;
}

.padd-x-0 {
  padding: 0 0 !important;
}

.padd-y-0 {
  padding: 0 0 !important;
}

.padd-1 {
  padding: 4px !important;
}

.padd-top-1 {
  padding-top: 4px !important;
}

.padd-left-1 {
  padding-left: 4px !important;
}

.padd-right-1 {
  padding-right: 4px !important;
}

.padd-bottom-1 {
  padding-bottom: 4px !important;
}

.padd-x-1 {
  padding: 4px 0 !important;
}

.padd-y-1 {
  padding: 0 4px !important;
}

.padd-2 {
  padding: 8px !important;
}

.padd-top-2 {
  padding-top: 8px !important;
}

.padd-left-2 {
  padding-left: 8px !important;
}

.padd-right-2 {
  padding-right: 8px !important;
}

.padd-bottom-2 {
  padding-bottom: 8px !important;
}

.padd-x-2 {
  padding: 8px 0 !important;
}

.padd-y-2 {
  padding: 0 8px !important;
}

.padd-3 {
  padding: 16px !important;
}

.padd-top-3 {
  padding-top: 16px !important;
}

.padd-left-3 {
  padding-left: 16px !important;
}

.padd-right-3 {
  padding-right: 16px !important;
}

.padd-bottom-3 {
  padding-bottom: 16px !important;
}

.padd-x-3 {
  padding: 16px 0 !important;
}

.padd-y-3 {
  padding: 0 16px !important;
}

.padd-4 {
  padding: 24px !important;
}

.padd-top-4 {
  padding-top: 24px !important;
}

.padd-left-4 {
  padding-left: 24px !important;
}

.padd-right-4 {
  padding-right: 24px !important;
}

.padd-bottom-4 {
  padding-bottom: 24px !important;
}

.padd-x-4 {
  padding: 24px 0 !important;
}

.padd-y-4 {
  padding: 0 24px !important;
}

.padd-5 {
  padding: 32px !important;
}

.padd-top-5 {
  padding-top: 32px !important;
}

.padd-left-5 {
  padding-left: 32px !important;
}

.padd-right-5 {
  padding-right: 32px !important;
}

.padd-bottom-5 {
  padding-bottom: 32px !important;
}

.padd-x-5 {
  padding: 32px 0 !important;
}

.padd-y-5 {
  padding: 0 32px !important;
}

.padd-6 {
  padding: 40px !important;
}

.padd-top-6 {
  padding-top: 40px !important;
}

.padd-left-6 {
  padding-left: 40px !important;
}

.padd-right-6 {
  padding-right: 40px !important;
}

.padd-bottom-6 {
  padding-bottom: 40px !important;
}

.padd-x-6 {
  padding: 40px 0 !important;
}

.padd-y-6 {
  padding: 0 40px !important;
}

/*margin*/
.mar-0 {
  margin: 0 !important;
}

.mar-top-0 {
  margin-top: 0 !important;
}

.mar-left-0 {
  margin-left: 0 !important;
}

.mar-right-0 {
  margin-right: 0 !important;
}

.mar-bottom-0 {
  margin-bottom: 0 !important;
}

.mar-x-0 {
  margin: 0 0 !important;
}

.mar-y-0 {
  margin: 0 0 !important;
}

.mar-1 {
  margin: 4px !important;
}

.mar-top-1 {
  margin-top: 4px !important;
}

.mar-left-1 {
  margin-left: 4px !important;
}

.mar-right-1 {
  margin-right: 4px !important;
}

.mar-bottom-1 {
  margin-bottom: 4px !important;
}

.mar-x-1 {
  margin: 4px 0 !important;
}

.mar-y-1 {
  margin: 0 4px !important;
}

.mar-2 {
  margin: 8px !important;
}

.mar-top-2 {
  margin-top: 8px !important;
}

.mar-left-2 {
  margin-left: 8px !important;
}

.mar-right-2 {
  margin-right: 8px !important;
}

.mar-bottom-2 {
  margin-bottom: 8px !important;
}

.mar-x-2 {
  margin: 8px 0 !important;
}

.mar-y-2 {
  margin: 0 8px !important;
}

.mar-3 {
  margin: 16px !important;
}

.mar-top-3 {
  margin-top: 16px !important;
}

.mar-left-3 {
  margin-left: 16px !important;
}

.mar-right-3 {
  margin-right: 16px !important;
}

.mar-bottom-3 {
  margin-bottom: 16px !important;
}

.mar-x-3 {
  margin: 16px 0 !important;
}

.mar-y-3 {
  margin: 0 16px !important;
}

.mar-4 {
  margin: 24px !important;
}

.mar-top-4 {
  margin-top: 24px !important;
}

.mar-left-4 {
  margin-left: 24px !important;
}

.mar-right-4 {
  margin-right: 24px !important;
}

.mar-bottom-4 {
  margin-bottom: 24px !important;
}

.mar-x-4 {
  margin: 24px 0 !important;
}

.mar-y-4 {
  margin: 0 24px !important;
}

.mar-5 {
  margin: 32px !important;
}

.mar-top-5 {
  margin-top: 32px !important;
}

.mar-left-5 {
  margin-left: 32px !important;
}

.mar-right-5 {
  margin-right: 32px !important;
}

.mar-bottom-5 {
  margin-bottom: 32px !important;
}

.mar-x-5 {
  margin: 32px 0 !important;
}

.mar-y-5 {
  margin: 0 32px !important;
}

.mar-6 {
  margin: 40px !important;
}

.mar-top-6 {
  margin-top: 40px !important;
}

.mar-left-6 {
  margin-left: 40px !important;
}

.mar-right-6 {
  margin-right: 40px !important;
}

.mar-bottom-6 {
  margin-bottom: 40px !important;
}

.mar-x-6 {
  margin: 40px 0 !important;
}

.mar-y-6 {
  margin: 0 40px !important;
}

/*display utlility*/
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.d-none {
  display: none !important;
}

/*flex direction*/
.flex-d-row {
  -moz-flex-direction: row !important;
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-d-column {
  -moz-flex-direction: column !important;
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.f-justify-space-evenly {
  -moz-justify-content: space-evenly !important;
  -ms-justify-content: space-evenly !important;
  -webkit-box-pack: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important;
}

.f-justify-space-between {
  -moz-justify-content: space-between !important;
  -ms-justify-content: space-between !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.f-justify-space-around {
  -moz-justify-content: space-around !important;
  -ms-justify-content: space-around !important;
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.f-justify-flex-end {
  -moz-justify-content: end !important;
  -ms-justify-content: end !important;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: end !important;
}

.f-justify-flex-start {
  -moz-justify-content: start !important;
  -ms-justify-content: start !important;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: start !important;
}

.f-justify-center {
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.f-align-space-evenly {
  -moz-align-items: space-evenly !important;
  -ms-align-items: space-evenly !important;
  -webkit-box-align: space-evenly !important;
      -ms-flex-align: space-evenly !important;
          align-items: space-evenly !important;
}

.f-align-space-between {
  -moz-align-items: space-between !important;
  -ms-align-items: space-between !important;
  -webkit-box-align: space-between !important;
      -ms-flex-align: space-between !important;
          align-items: space-between !important;
}

.f-align-space-around {
  -moz-align-items: space-around !important;
  -ms-align-items: space-around !important;
  -webkit-box-align: space-around !important;
      -ms-flex-align: space-around !important;
          align-items: space-around !important;
}

.f-align-flex-end {
  -moz-align-items: end !important;
  -ms-align-items: end !important;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: end !important;
}

.f-align-flex-start {
  -moz-align-items: start !important;
  -ms-align-items: start !important;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: start !important;
}

.f-align-center {
  -moz-align-items: center !important;
  -ms-align-items: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.float-right {
  float: right !important;
}

.float-left {
  float: left !important;
}

.float-center {
  float: center !important;
}

.t-align-right {
  text-align: right !important;
}

.t-align-left {
  text-align: left !important;
}

.t-align-center {
  text-align: center !important;
}

.position-relative {
  position: relative !important;
}

.position-fixed {
  position: fixed !important;
}

.position-absolute {
  position: absolute !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

header {
  width: 100%;
  padding: 0 2%;
}

@media screen and (min-width: 1400px) {
  header {
    padding: 0 10%;
  }
}

@media screen and (min-width: 1012px) {
  header {
    padding: 0 10%;
  }
}

header .nav_item_left .logo > a {
  text-decoration: none;
}

header .nav_item_left .logo > a img {
  width: 2.5rem;
  height: 2.5rem;
}

header .nav_item_left .logo .logo_text > a {
  margin-left: 0.2rem;
  color: #ACACAC;
  font-size: 0.3rem;
}

@media screen and (min-width: 1012px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1400px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 544px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 300px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 300px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 768px) {
  header .nav_item_left .logo .logo_text > a {
    font-size: 0.9rem;
  }
}

header .nav_item_right .twitter_follow {
  color: #ACACAC;
  font-size: 0.5rem;
  margin-right: 0.5rem !important;
}

header .nav_item_right .twitter_follow img {
  width: 0.6rem;
  height: 0.6rem;
  vertical-align: middle;
}

@media screen and (min-width: 300px) {
  header .nav_item_right .twitter_follow {
    margin-right: 0.5rem !important;
    font-size: 0.8rem;
  }
  header .nav_item_right .twitter_follow img {
    width: 0.8rem;
    height: 0.8rem;
    vertical-align: middle;
  }
}

@media screen and (min-width: 400px) {
  header .nav_item_right .twitter_follow {
    margin-right: 3rem !important;
    font-size: 0.8rem !important;
  }
}

@media screen and (min-width: 544px) {
  header .nav_item_right .twitter_follow {
    margin-right: 4rem !important;
    font-size: 0.5rem !important;
  }
}

@media screen and (min-width: 768px) {
  header .nav_item_right .twitter_follow {
    margin-right: 4rem !important;
    font-size: 0.5rem !important;
  }
}

@media screen and (min-width: 1012px) {
  header .nav_item_right .twitter_follow {
    margin-right: 4rem !important;
    font-size: 0.9rem !important;
  }
}

@media screen and (min-width: 1400px) {
  header .nav_item_right .twitter_follow {
    margin-right: 4rem !important;
    font-size: 1rem !important;
  }
}

header .nav_item_right .star_project {
  text-decoration: none;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0rem 0.6rem;
  background-color: #653695;
  margin-right: 0.1rem;
}

header .nav_item_right .star_project img {
  width: 0.8rem;
  height: 0.8rem;
  vertical-align: middle;
}

header .nav_item_right .stargazers {
  vertical-align: middle;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #653695;
  padding: 0rem 0.6rem;
}

header .nav_item_right .stargazers .stargazers_count {
  text-decoration: none;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 0.75rem;
  color: #fff;
}

@media screen and (min-width: 1400px) {
  header .nav_item_right .stargazers .stargazers_count {
    font-size: 0.8rem;
  }
}

.hero_container {
  width: 100%;
  height: auto;
  background-color: #14142B;
}

@media screen and (min-width: 1012px) {
  .hero_container {
    padding: 0 10%;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container {
    padding: 0 10%;
  }
}

.hero_container .hero_text_box > .header-text {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.hero_container .hero_text_box > .header-text > h1 {
  background: linear-gradient(100.27deg, #9959DB 27.43%, #308FE8 78.97%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: 500;
  color: #9959db #308fe8;
  margin: 60px 0;
}

@media screen and (min-width: 300px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 400px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 3rem;
  }
}

@media screen and (min-width: 544px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 7rem;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 8rem !important;
  }
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_text_box > .header-text > h1 {
    font-size: 11.5rem !important;
  }
}

.hero_container .hero_text_box > .header-text > h1 .bolder {
  font-weight: 900;
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 70px 0;
  }
}

@media screen and (min-width: 400px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 70px 0;
  }
}

@media screen and (min-width: 544px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 60px 0;
  }
}

@media screen and (min-width: 300px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 50px 0;
  }
}

@media screen and (min-width: 768px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 40px 0;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_text_box > .header-text > h1 {
    margin: 30px 0;
  }
}

.hero_container .hero_text_box > .header-text svg {
  width: 32px;
  height: 32px;
}

@media screen and (min-width: 544px) {
  .hero_container .hero_text_box > .header-text svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_text_box > .header-text svg {
    width: 80px;
    height: 80px;
  }
}

.hero_container .hero_text_box > .header-text .svg1 {
  top: 3px;
  left: 25px;
}

@media screen and (min-width: 300px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 22px !important;
    top: 6px !important;
  }
}

@media screen and (min-width: 400px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 40px !important;
  }
}

@media screen and (min-width: 768px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 80px;
  }
}

@media screen and (min-width: 544px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 10px !important;
    top: 0px;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 100px !important;
    top: 20px !important;
  }
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_text_box > .header-text .svg1 {
    left: 0px !important;
    top: 30px !important;
  }
}

.hero_container .hero_text_box > .header-text .svg2 {
  right: 38px;
  top: 50px;
}

@media screen and (min-width: 768px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 180px;
    top: 190px !important;
  }
}

@media screen and (min-width: 300px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 35px;
    top: 70px;
  }
}

@media screen and (min-width: 400px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 70px !important;
    top: 80px;
  }
}

@media screen and (min-width: 544px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 50px !important;
    top: 140px;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 140px !important;
    top: 240px !important;
  }
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_text_box > .header-text .svg2 {
    right: 50px !important;
    top: 360px !important;
  }
}

.hero_container .hero_text_box .hero_text {
  color: #c5c5c5;
  padding: 0 10%;
  font-size: 1rem;
}

.hero_container .hero_cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero_container .hero_cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hero_container .hero_cta a {
  text-decoration: none;
  background-color: #115FA7;
  border-radius: 50px;
  color: #fff;
  padding: 15px 30px;
  font-size: 0.9rem;
}

.hero_container .hero_cta .github_sponsor_btn {
  margin-top: 0.5rem;
  display: inline-block;
  color: #24292e;
  background-color: #fafbfc;
  border-color: rgba(27, 31, 35, 0.15);
  -webkit-transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
  transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
}

@media screen and (min-width: 768px) {
  .hero_container .hero_cta .github_sponsor_btn {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 1012px) {
  .hero_container .hero_cta .github_sponsor_btn {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .hero_container .hero_cta .github_sponsor_btn {
    margin-top: 0;
    margin-left: 0.5rem;
  }
}

.hero_container .hero_cta .github_sponsor_btn svg {
  vertical-align: middle;
}

.hero_container .octicon {
  fill: currentColor;
}

.hero_container .pink-text {
  color: #ea4aaa !important;
}

.hero_container .note {
  color: #c5c5c5;
  margin: 1.4rem 0;
  font-size: 1rem;
  padding: 0 10%;
}

.hero_container .note > a {
  text-decoration: none;
  color: #115FA7;
}

.about_container #about {
  color: #c8c8c8;
  margin: 2rem 0 !important;
  font-size: 2rem;
}

.about_container .project_readme .projectReadme_intro, .about_container .challenges_section .projectReadme_intro, .about_container .proceed_section .projectReadme_intro {
  color: #653695;
  font-size: 1rem;
}

.about_container .project_readme .motivation, .about_container .challenges_section .motivation, .about_container .proceed_section .motivation {
  color: #653695;
}

.about_container .project_readme .key_text, .about_container .challenges_section .key_text, .about_container .proceed_section .key_text {
  color: rgba(67, 74, 116, 0.73);
  font-size: 0.9rem;
  display: block;
}

.about_container .project_readme .para-left, .about_container .challenges_section .para-left, .about_container .proceed_section .para-left, .about_container .project_readme .para-right, .about_container .challenges_section .para-right, .about_container .proceed_section .para-right {
  color: #c5c5c5;
}

.readme-ul .readme-li {
  color: #c5c5c5;
  line-height: 1.6;
}

.challenges-p {
  color: #c5c5c5;
  font-size: 0.9rem;
  font-weight: bold;
}

.key_text {
  color: rgba(67, 74, 116, 0.73);
  font-size: 0.9rem;
  line-height: 1.4;
}

.key_text::after {
  content: " - ";
}

.para-left, .para-right, p {
  color: #c5c5c5;
  width: 100%;
  line-height: 1.6;
}

@media screen and (min-width: 1400px) {
  .para-left {
    width: 70%;
    margin: 2rem auto 0 0;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1012px) {
  .para-left {
    width: 70%;
    margin: 2rem auto 0 0;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1400px) {
  .para-right {
    width: 70%;
    margin: 2rem 0 0 auto;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1012px) {
  .para-right {
    width: 70%;
    margin: 2rem 0 0 auto;
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1400px) {
  .readme-li {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 1012px) {
  .readme-li {
    font-size: 0.9rem;
  }
}

.partners > .partner_heading {
  color: #c8c8c8;
}

.partners > .profile_wrap {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners > .profile_wrap > .thumbnail {
  margin: 5px 0;
  padding: 0 5px;
  width: 200px;
  height: 100px;
}

.partners > .profile_wrap > .thumbnail > a img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 90%;
  height: 100%;
}

@media screen and (min-width: 1400px) {
  .partners > .profile_wrap > .thumbnail > a img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 1012px) {
  .partners > .profile_wrap > .thumbnail > a img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 768px) {
  .partners > .profile_wrap > .thumbnail > a img {
    width: 200px;
    height: 200px;
  }
}

@media screen and (min-width: 544px) {
  .partners > .profile_wrap > .thumbnail > a img {
    width: 150px;
    height: 150px;
  }
}

.donation_tracker_frame {
  margin: 4rem 0;
  padding: 1rem 10%;
}

.donation_tracker_frame h2 {
  margin-bottom: 1.5rem;
  color: #fff;
}

.donation_tracker_frame .briefing {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}

.donation_tracker_frame iframe {
  width: 100%;
  height: 600px;
  margin: 1rem 0;
}

.get_involved .head_text {
  color: #c8c8c8;
}

.get_involved .ways-to-container {
  width: 100%;
  height: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1400px) {
  .get_involved .ways-to-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

@media screen and (min-width: 1012px) {
  .get_involved .ways-to-container {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
}

.get_involved .ways-to-container > .contribute, .get_involved .ways-to-container > .donate, .get_involved .ways-to-container > .connect {
  border-radius: 20px;
  width: 100%;
  line-height: 1.5;
  background-color: #fff;
  height: auto;
}

@media screen and (min-width: 1400px) {
  .get_involved .ways-to-container > .contribute, .get_involved .ways-to-container > .donate, .get_involved .ways-to-container > .connect {
    width: 30%;
    height: 390px;
  }
}

@media screen and (min-width: 1012px) {
  .get_involved .ways-to-container > .contribute, .get_involved .ways-to-container > .donate, .get_involved .ways-to-container > .connect {
    width: 30%;
    height: 390px;
  }
}

.get_involved .ways-to-container > .contribute > h3, .get_involved .ways-to-container > .donate > h3, .get_involved .ways-to-container > .connect > h3 {
  background-color: #115FA7;
  border-radius: 20px;
  color: #DDDDDD;
  font-size: 0.9rem;
  padding: 2rem 0;
}

.get_involved .ways-to-container > .contribute > p, .get_involved .ways-to-container > .donate > p, .get_involved .ways-to-container > .connect > p {
  color: #6e7191;
  font-size: 0.9rem;
}

.get_involved .ways-to-container > .contribute > .in_link, .get_involved .ways-to-container > .donate > .in_link, .get_involved .ways-to-container > .connect > .in_link {
  display: block;
  font-size: 0.9rem;
}

.get_involved .ways-to-container > .contribute > .in_link > img, .get_involved .ways-to-container > .donate > .in_link > img, .get_involved .ways-to-container > .connect > .in_link > img {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
}

.get_involved .ways-to-container > .donate > h3 {
  background-color: #14142B;
  border-radius: 20px;
  color: #DDDDDD;
}

.get_involved .ways-to-container > .donate > .in_link {
  border: 1px solid #115FA7;
  border-radius: 20px;
}

.get_involved .ways-to-container > .connect > h3 {
  background-color: #653695;
  border-radius: 20px;
  color: #DDDDDD;
}

.project_readme, .challenges_section, .proceed_section {
  background-color: rgba(17, 95, 167, 0.06);
  padding: 0 10%;
  line-height: 1.2;
}

.goals_section, .support_section, .partners, .get_involved {
  background-color: #14142B;
  padding: 0 10%;
  line-height: 1.2;
}

footer p {
  margin: 1rem 0 !important;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
}
/*# sourceMappingURL=main.css.map */