@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow&display=swap");
/* Red */
/* Very Dark Blue  */
/* Dark Grayish Blue */
/* Grayish Blue:  */
/* ;Light Grayish Blue  */
*,
*::after,
*::before {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: 0;
          box-sizing: 0;
}

body {
  font-family: "Barlow";
  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;
}

.container-fluid {
  margin-top: 3.75rem;
}

.navbar-brand {
  margin-left: 10rem;
}

.projectLi {
  margin-right: 10.125rem;
}
.projectLi a {
  color: hsl(230, 29%, 20%);
  font-family: "Barlow Condensed";
  font-weight: 700;
  letter-spacing: 1px;
}
.projectLi a:focus, .projectLi a:visited, .projectLi a:hover {
  color: hsl(230, 29%, 20%);
}
.projectLi a:hover {
  text-decoration: underline;
}
.projectLi .nav-item:last-child a {
  color: hsl(231, 7%, 65%);
}
.projectLi .nav-item:last-child a:focus, .projectLi .nav-item:last-child a:visited, .projectLi .nav-item:last-child a:hover {
  color: hsl(231, 7%, 65%);
}
.projectLi .nav-item:last-child a:hover {
  text-decoration: underline;
}

hr {
  border: 5px solid hsl(231, 7%, 65%);
  width: 6px;
  border-radius: 50%;
  line-height: 2;
}

nav::after {
  content: "";
  position: absolute;
  background: hsl(207, 33%, 95%);
  width: 43.75rem;
  height: 25.25rem;
  top: 0;
  right: 0;
  border-bottom-left-radius: 100px;
  z-index: -1;
}

#hero {
  width: 100%;
}
#hero .inner-hero {
  margin-top: 7.875rem;
  overflow: hidden;
}

.content {
  margin-left: 6.875rem;
  margin-right: 6.188rem;
}
.content h1 {
  color: hsl(230, 29%, 20%);
  font-family: "Barlow Condensed";
  font-weight: 700;
  font-size: 4rem;
  margin-top: 2.5rem;
}
.content p {
  color: hsl(231, 7%, 65%);
  font-family: "Barlow";
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
}
.content p span {
  background-color: hsl(230, 29%, 20%);
  color: hsl(207, 33%, 95%);
  font-family: "Barlow Condensed";
  font-weight: 700;
  letter-spacing: 0;
  padding: 0.2rem 0.5rem;
}
.content .description {
  color: hsl(230, 11%, 40%);
  font-family: "Barlow";
  font-weight: 400;
  margin-bottom: 4.125rem;
}

.schedule button {
  width: 11.375rem;
  color: hsl(207, 33%, 95%);
  background-color: hsl(0, 100%, 68%);
}
.schedule button:hover {
  background-color: hsla(0, 100%, 68%, 0.8);
}

.preview p {
  color: hsl(231, 7%, 65%);
  font-family: "Barlow";
  font-weight: 400;
  letter-spacing: 5px;
  font-size: 1.125rem;
}

.right img {
  margin-right: -16.125rem;
}

@media screen and (1280px <= width <= 1300px) {
  .content .d-flex {
    width: 28rem;
  }
}
@media screen and (width <= 1024px) {
  .content {
    margin-left: 3.875rem;
    margin-right: 2.188rem;
    margin-top: 3rem;
    margin-bottom: 2rem;
    font-size: 1.3rem;
  }
  .content button {
    font-size: 1.2rem;
  }
  .right img {
    margin-right: -15.125rem;
    width: 72rem;
  }
}
@media screen and (width <= 768px) {
  #projectNav {
    margin-top: 10rem;
  }
  .offcanvas-body {
    background-color: #fff;
    overflow: hidden;
    height: 15.375rem;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.09);
    box-shadow: 10px 10px 21px 3px rgba(0, 0, 0, 0.09);
  }
  nav::after {
    width: 11.563rem;
    height: 26.313rem;
  }
  .container-fluid {
    margin-top: 1.938rem;
  }
  .navbar-brand {
    margin-left: 1.625rem;
  }
  .projectLi {
    margin-right: 1.625rem;
  }
  hr {
    width: 90%;
    margin: 1.625rem auto 1.438rem;
    border-radius: 0;
    border-width: 1.2px;
  }
  #hero .inner-hero {
    margin-top: 3.75rem;
  }
  .content {
    margin: 3rem;
  }
  .content h1 {
    font-size: 5rem;
  }
}
@media screen and (width <= 600px) {
  #projectNav {
    width: 90%;
    margin: 7rem auto;
  }
  .projectLi {
    margin-right: auto;
  }
  .schedule button {
    width: 9.5rem;
  }
  .content {
    margin: 2rem 1rem;
  }
  .content h1 {
    font-size: 2.5rem;
  }
  .right img {
    width: 35rem;
    margin-right: -10.125rem;
  }
  .preview p {
    letter-spacing: 3px;
    font-size: 1rem;
  }
}
@media screen and (width >= 1920px) {
  .content {
    font-size: 1.5rem;
  }
  .content .d-flex {
    width: 30rem;
  }
  .content .d-flex button {
    font-size: 1.2rem;
  }
  .right img {
    width: 80rem;
  }
}/*# sourceMappingURL=style.css.map */
