.container-xl {
  width: 100vw !important;
}

.navbar {
  position: fixed;
  z-index: 20;
  height: 5em;
  width: 100%;
  background-color: white;
  transition: all 0.3s ease;
  font-family: "Public Sans", sans-serif;
  right: 0 !important;
  transform: none !important;
}

.navbar-collapse {
  position: absolute;
  top: 6em;
  left: 1.5em;
  right: 1.5em;
  background-color: white;
  border-radius: 0.5em;
  box-shadow: 0px 0px 150px 50px rgba(0, 0, 0, 0.5);
  color: hsl(233, 26%, 24%);
}

.navbar-nav {
  padding: 1.5em 0;
}

.nav-link {
  height: 100%;
  color: hsl(233, 8%, 62%);
  transition: color 0.2s ease;
  position: relative;
}
.nav-link:hover {
  color: hsl(233, 26%, 24%);
}
.nav-link::after {
  transform: scaleX(1);
}
.nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  height: 4px;
  background: linear-gradient(135deg, hsl(136, 64%, 51%), hsl(192, 69%, 51%));
  transform: scaleX(0);
  transition: transform 0.25s ease-in-out;
  transform-origin: center;
}

.nav-main-btn {
  background: linear-gradient(135deg, hsl(136, 64%, 51%), hsl(192, 69%, 51%));
  border-radius: 2em;
  padding: 1em 2.5em;
  color: white;
  border: none;
}
.nav-main-btn:hover {
  opacity: 70%;
  color: white;
  border: none;
}

.navbar-toggler {
  border: none;
  background-color: white;
}
.navbar-toggler:focus {
  border: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  background-image: url("../images/icon-hamburger.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.2s ease-in-out;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("../images/icon-close.svg");
}

.hero {
  background-color: hsl(0, 0%, 98%);
  font-family: "Public Sans", sans-serif;
}
.hero .hero-info {
  padding: 1em 3em;
}
.hero .hero-title {
  color: hsl(233, 26%, 24%);
  font-size: 3em;
  font-weight: 300;
  margin-bottom: 1em;
}
.hero .hero-text {
  font-size: 1.1em;
  color: hsl(233, 8%, 62%);
  margin-bottom: 2em;
}

.hero-img-block {
  background-image: url("../images/bg-intro-mobile.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 115%;
  margin-top: -5.5em;
  display: flex;
  justify-content: center;
}

.services {
  font-family: "Public Sans", sans-serif;
  background-color: white;
}

.service img {
  height: 100px;
}

.services h2 {
  color: hsl(233, 26%, 24%);
  font-size: 2.5em;
  font-weight: 300;
  margin-bottom: 0.5em;
}

.services h3 {
  color: hsl(233, 26%, 24%);
  font-size: 2em;
  font-weight: 300;
  margin-bottom: 1em;
}

.articles {
  background-color: hsl(0, 0%, 98%);
}

.services p {
  font-size: 1.1em;
  color: hsl(233, 8%, 62%);
  margin-bottom: 2em;
}

.articles h2 {
  color: hsl(233, 26%, 24%);
  font-size: 2.5em;
  font-weight: 300;
}

.card {
  width: 90%;
  font-family: "Public Sans", sans-serif;
  border: none;
}

.card-img-top {
  width: 100%;
  height: 15em;
}

.card-subtitle {
  font-size: 0.9em;
  color: hsl(233, 8%, 62%);
  margin: 1.5em 0;
}

.card-title {
  color: hsl(233, 26%, 24%);
  font-size: 1.5em;
  font-weight: 300;
}

.card-text {
  font-size: 1.2em;
  color: hsl(233, 8%, 62%);
  margin: 1.5em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
}

footer {
  background-color: hsl(233, 26%, 24%);
}

footer a {
  color: hsl(220, 16%, 96%);
  text-decoration: none;
}

footer p {
  color: hsl(220, 16%, 96%);
}

.footer-section li {
  padding: 0.5em;
}

@media (min-width: 1200px) {
  .container-xl {
    max-width: none !important;
    width: 100vw;
    padding: 0;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .navbar {
    height: 5em;
  }
  .navbar-nav {
    width: 50%;
    height: 100%;
    padding: 0;
  }
  .navbar-collapse {
    height: 100%;
    position: static;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .nav-link {
    display: flex;
    align-items: center;
  }
  .hero {
    display: flex;
    align-items: center;
    position: relative;
    height: 50em;
  }
  .hero-img-block {
    background-image: url("../images/bg-intro-desktop.svg");
    background-repeat: no-repeat;
    background-size: 150%;
    background-position: left -3em top -5em;
    margin-top: -5em;
    padding: 0;
    display: flex;
    justify-content: end;
  }
  .mockups-wrapper {
    overflow: hidden;
  }
  .hero-mockups {
    position: relative;
    z-index: 10;
    max-width: none;
    clip-path: inset(-50px 40px -200px 0px);
  }
  .services {
    position: relative;
    z-index: 1;
    background-color: hsl(220, 16%, 96%);
    margin-top: -5em;
    padding-top: 5em;
  }
  .card-text {
    font-size: 1.2em;
    color: hsl(233, 8%, 62%);
    margin: 1.5em 0;
  }
  footer li {
    width: 50%;
  }
  .footer-section {
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */