@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@media (max-width: 1250px) {
  .blog-box {
    width: 300px;
  }
}
@media (max-width: 1100px) {
  .blog-box {
    width: 70%;
  }
}
@media (max-width: 550px) {
  .blog-box {
    margin: 20px 10px;
    width: 100%;
  }
  #blog {
    padding: 20px;
  }
}
* {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background: linear-gradient(#52b69a, #184e77);
  background-repeat: no-repeat;
  overflow-x: hidden;
}
body header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10000;
  overflow-x: hidden;
}
body header .logo {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  font-size: 2.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
body header ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
body header ul li {
  list-style: none;
  margin-left: 20px;
}
body header ul li a {
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 1.25em;
}
body header ul li a:hover {
  background-color: #fff;
  color: #184e77;
}
body header ul li a.active {
  background-color: #fff;
  color: #184e77;
  font-weight: bold;
}
body section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -4px;
  overflow: hidden;
}
body section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
body section img #sun {
  mix-blend-mode: screen;
}
body section img #mountains {
  z-index: 10;
}
body section #text {
  right: -175px;
  position: absolute;
  color: #000;
  white-space: nowrap;
  font-size: 3.75em;
  transform: translateY(-200px);
  text-transform: uppercase;
}
body section #btn {
  text-decoration: none;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 40px;
  background: #fff;
  color: #184e77;
  font-size: 1.875em;
  transform: translateY(50px);
}
body section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #184e77, transparent);
  z-index: 1000;
}
body .projects {
  text-align: center;
  position: relative;
  padding: 100px;
  background: #184e77;
  text-align: center;
}
body .projects h2 {
  font-size: 3.75em;

  color: #fff;
  text-transform: uppercase;
}
body .projects h3 {

  font-size: 2.5em;

  margin-bottom: 10px;
  margin-top: 40px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
body .projects p {
  font-size: 1.5em;

  color: #fff;
  margin: 10%;
  margin-top: 0%;
  margin-bottom: 5vh;
  text-align: left;
}
body .projects a {
  font-size: 1.5em;
  text-decoration: none;
  padding: 12px 30px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  position: -webkit-sticky;
  position: sticky;
  margin-bottom: 100px;
}
body .projects a.active {
  background-color: #fff;
  color: #184e77;
  font-weight: bold;
}
body .projects a:hover {
  background-color: #52b69a;
  color: #fff;
}
body .projects a:active #odin {
  margin-top: 5vh;
}
body .projects::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #52b69a, transparent);
  z-index: 1000;
}
body .blog {
  position: relative;
  padding: 100px;
  background-color: #52b69a;
}
body .blog h2 {
  font-size: 3.75em;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
body .blog h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #000;
  text-transform: uppercase;
}
body .blog p {
  font-size: 1.25em;
  color: #fff;
  margin: 10%;
  margin-top: 0%;
  margin-bottom: 5vh;
}
body .blog a {
  font-size: 1.25em;
  text-decoration: none;
  padding: 12px 30px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
}
body .blog ul {
  list-style: none;
}
body .blog .blog-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  flex-wrap: wrap;
}
body .blog .blog-container .blog-box {
  width: 350px;
  background-color: #fff;
  border: 1px solid #000;
  margin: 20px;
}
body .blog .blog-container .blog-box .blog-img {
  width: 100%;
  height: auto;
}
body .blog .blog-container .blog-box .blog-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
body .blog .blog-container .blog-box .blog-text {
  padding: 30px;
  display: flex;
  flex-direction: column;
}
body .blog .blog-container .blog-box .blog-text span {
  color: #184e77;
  font-size: 1.125rem;
}
body .blog .blog-container .blog-box .blog-text .blog-title {
  font-size: 1.625rem;
  font-weight: 500;
  color: #184e77;
}
body .blog .blog-container .blog-box .blog-text p {
  color: #184e77;
  font-size: 1.125rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 20px 0px;
}
body .blog .blog-container .blog-box .blog-text a {
  color: #184e77;
}
body .blog .blog-container .blog-box:hover {
  background-color: #184e77;
  transition: all ease 0.3s;
}
body .blog .blog-container .blog-box:hover .blog-text span {
  color: #fff;
}
body .blog .blog-container .blog-box:hover .blog-text .blog-title {
  color: #fff;
}
body .blog .blog-container .blog-box:hover .blog-text p {
  color: #fff;
}
body .blog .blog-container .blog-box:hover .blog-text a {
  color: #fff;
  text-decoration: underline;
}
body .blog::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, #184e77, transparent);
  z-index: 1000;
}
body .about-us {
  position: relative;
  padding: 100px;
  background: #184e77;
}
body .about-us h2 {
  font-size: 3.75em;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
body .about-us h3 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}
body .about-us p {
  font-size: 1.25em;
  color: #fff;
  margin: 10%;
  margin-top: 0%;
  margin-bottom: 5vh;
}
body .about-us .team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0px;
  flex-wrap: wrap;
  flex-direction: row;
}
body .about-us .team-container .profile {
  width: 300px;
  margin: 20px;
}
body .about-us .team-container .profile .profile-img {
  width: 150px;
  height: auto;
  border-radius: 50%;
}
body .about-us .team-container .profile .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
body .about-us .team-container .profile .profile-text {
  display: flex;
  flex-direction: column;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
}
body .about-us .team-container .profile .profile-text p {
  font-size: 1.125rem;
  color: #52b69a;
}
body .about-us .team-container .profile .profile-text .socials {
  display: flex;
  flex-direction: column;
}
body .about-us .team-container .profile .profile-text .socials .social {
  display: flex;
  flex-direction: row;
  margin: 5px;
}
body .about-us .team-container .profile .profile-text .socials .social a {
  text-decoration: none;
  color: #52b69a;
  font-size: 1.125rem;
}
body .about-us .team-container .profile .profile-text .socials .social .twitter-img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
body .about-us .team-container .profile .profile-text .socials .social .twitter-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}
body .about-us .team-container .profile .profile-text .socials .social .github-img {
  width: 30px;
  height: auto;
  margin-right: 5px;
}
body .about-us .team-container .profile .profile-text .socials .social .github-img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}/*# sourceMappingURL=style.css.map */