@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap"); /* Headings */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300..800&display=swap"); /* Body, Call-to-actions */
/* Pink  */
/* Very Pale Cyan  */
/* Very Dark Cyan */
/* Grayish Blue */
*,
*::before,
*:after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Open Sans";
  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;
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

p,
button {
  font-family: "Open Sans";
}

header {
  background: hsl(193, 100%, 96%) url(../../images/bg-hero-desktop.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  padding-bottom: 2rem;
}
header nav .try-btn {
  outline: none;
  background-color: hsl(193, 100%, 100%);
  width: 10rem;
  color: hsl(192, 100%, 9%);
  font-weight: 600;
}
header nav .try-btn:hover {
  background-color: hsl(193, 100%, 100%);
  color: hsl(208, 11%, 55%);
}

.intro {
  max-width: 95%;
  margin: 1rem auto;
}

.content {
  margin-left: 1rem;
  position: relative;
  top: 30%;
}
.content h1 {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}
.content p {
  font-weight: 400;
  font-size: 1.125rem;
  width: 33rem;
}

.get-started {
  width: 22rem;
  outline: none;
  background-color: hsl(322, 100%, 66%);
  color: hsl(193, 100%, 96%);
  font-weight: 400;
  font-size: 1.1rem;
  cursor: pointer;
}
.get-started:focus {
  background-color: hsl(322, 100%, 66%);
  color: hsl(193, 100%, 96%);
}
.get-started:hover {
  background-color: hsl(321, 100%, 78%);
  color: hsl(193, 100%, 96%);
}

#privileges {
  margin-bottom: 15rem;
}

.inner-content {
  max-width: 80%;
  margin: auto;
}

article {
  width: 70%;
  margin: 2rem auto;
  padding: 1.2rem;
}
article h3 {
  font-weight: 700;
  font-size: 1.2rem;
}
article p {
  font-weight: 400;
  font-size: 1rem;
}

footer {
  background-color: hsl(192, 100%, 9%);
  color: hsl(193, 100%, 96%);
}
footer .col-12 {
  padding: 2rem;
}

.footer-grid img {
  -webkit-filter: invert(97%) sepia(57%) saturate(3265%) hue-rotate(179deg) brightness(108%) contrast(113%);
          filter: invert(97%) sepia(57%) saturate(3265%) hue-rotate(179deg) brightness(108%) contrast(113%);
}
.footer-grid span {
  -webkit-filter: invert(97%) sepia(57%) saturate(3265%) hue-rotate(179deg) brightness(108%) contrast(113%);
          filter: invert(97%) sepia(57%) saturate(3265%) hue-rotate(179deg) brightness(108%) contrast(113%);
}
.footer-grid a {
  color: hsl(193, 100%, 96%);
  font-size: 1rem;
  font-family: "Open Sans";
  font-weight: 400;
  cursor: pointer;
}
.footer-grid a:focus, .footer-grid avisited, .footer-grid a:active {
  color: hsl(193, 100%, 96%);
}
.footer-grid a:hover {
  color: hsl(193, 100%, 96%);
}

.icon img {
  width: 28px;
}
.icon img:hover {
  cursor: pointer;
  -webkit-filter: invert(57%) sepia(64%) saturate(4613%) hue-rotate(297deg) brightness(105%) contrast(101%);
          filter: invert(57%) sepia(64%) saturate(4613%) hue-rotate(297deg) brightness(105%) contrast(101%);
}

.ready {
  width: 60%;
  background-color: hsl(193, 100%, 100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -10rem;
  padding: 2rem;
}
.ready h2 {
  color: hsl(192, 100%, 9%);
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (width <= 992px) {
  .content {
    margin-left: auto;
    top: auto;
  }
  .content h1 {
    font-size: 1.88rem;
  }
  .content p {
    width: auto;
  }
  .content .get-started {
    width: 20rem;
  }
}
@media screen and (769px <= width <= 991px) {
  #privileges {
    margin-bottom: 16rem;
  }
  .ready {
    width: 75%;
    top: -10rem;
  }
}
@media screen and (width <= 768px) {
  header {
    background: hsl(193, 100%, 96%) url(../../images/bg-hero-mobile.svg);
  }
  .navbar-brand img {
    width: 150px;
  }
  #privileges {
    margin-bottom: 18rem;
  }
  .content {
    margin-left: auto;
    top: auto;
  }
  .content h1 {
    font-size: 1.88rem;
  }
  .content p {
    width: auto;
  }
  .content .get-started {
    width: 18rem;
  }
  .inner-content {
    max-width: 85%;
  }
  article {
    width: 80%;
    padding: 2.3rem;
  }
  .ready {
    width: 90%;
    margin-top: -1rem;
  }
}
@media screen and (width <= 600px) {
  .navbar-brand img {
    width: 140px;
  }
  .content h1 {
    font-size: 1.5rem;
  }
  .inner-content {
    max-width: 100%;
  }
  article {
    width: 90%;
    padding: 3rem;
  }
  .ready {
    width: 94%;
    margin-top: -2rem;
  }
  .ready .get-started {
    width: 18rem;
  }
}
@media screen and (width <= 500px) {
  .ready {
    width: 96%;
  }
}/*# sourceMappingURL=style.css.map */