@import '../fonts/muli/stylesheet.css';
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;600;700&display=swap");
body {
  font-family: "muliregular";
  font-size: 18px;
  color: #333333;
}

.semi-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
}

.bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.upper {
  text-transform: uppercase;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.btn.custom-button {
  padding: 11px 35px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  border: 0px;
  cursor: pointer;
  width: auto;
  height: auto;
  background: #159a90;
}
.btn.download img {
  width: 20px;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  width: 100%;
  height: 100vh;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader img {
  max-width: 350px;
}

.card {
  border: none !important;
  border-radius: 20px;
}

#home_header,
#about_header {
  height: 80vh;
  background-image: url(../img/header.jpg);
  background-size: cover;
  background-position: center center;
}
#home_header .container,
#about_header .container {
  height: 100%;
}
#home_header .container .row, #home_header .container .col-12,
#about_header .container .row,
#about_header .container .col-12 {
  height: 100%;
}
#home_header .container .row h1, #home_header .container .col-12 h1,
#about_header .container .row h1,
#about_header .container .col-12 h1 {
  padding: 1em;
  background: #159a90;
  border-radius: 10px 0px;
}

#about_header {
  height: 40vh;
}

#nav_container {
  background: white;
}
#nav_container .navbar-light,
#nav_container .bg-light {
  background: white !important;
}
#nav_container img {
  max-height: 60px;
}
#nav_container .nav-link {
  color: #159a90 !important;
}

.sub-title {
  color: #159a90;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  display: block;
  font-family: "Fira Sans", sans-serif;
}

.title {
  color: #292929;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
  display: block;
  font-family: "Fira Sans", sans-serif;
}

footer {
  height: 50px;
  background: #159a90;
  color: white;
}
footer .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
footer .container span {
  margin-bottom: 0;
}

#why_us {
  background: #f3f6fd;
}
#why_us .card {
  padding: 50px 0px;
}
#why_us .card img {
  width: 70%;
  max-width: 100px;
  margin-bottom: 35px;
}

#download {
  background: #f3f6fd;
}

#mission {
  background: #f3f6fd;
}
#mission #mission_img {
  background-image: url(../img/mission.jpg);
  background-size: cover;
  background-position: center center;
}
#mission .col-md-6 {
  min-height: 500px;
}
#mission .col-md-6 .row {
  height: 100%;
}

#slogan {
  background: #f3f6fd;
}
#slogan #slogan_img {
  background-image: url(../img/slogan.jpg);
  background-size: cover;
  background-position: center center;
}
#slogan .col-md-6 {
  min-height: 500px;
}
#slogan .col-md-6 .row {
  height: 100%;
}

#report img {
  width: 50px;
  margin-bottom: 1em;
}

#bottom {
  background: #159a90;
  color: aliceblue;
  border-bottom: 1px solid #f3f6fd;
}
#bottom a {
  color: aliceblue;
  text-decoration: none;
  font-size: 0.9em;
}
#bottom ul {
  list-style: none;
  padding-left: 0;
}
#bottom .socials {
  display: flex;
}
#bottom .socials img {
  width: 35px;
  margin-right: 1em;
  color: white;
}

#how_it_works {
  background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/header.jpg);
  background-size: cover;
  background-position: center;
}
#how_it_works .card {
  text-align: center;
  margin-bottom: 1em;
}
#how_it_works .card .card-body {
  padding-top: 50px;
  padding-bottom: 50px;
}
#how_it_works .card img {
  width: 80px;
  margin-bottom: 1.5em;
}/*# sourceMappingURL=main.css.map */