@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
body {
  background: #1e2832;
  color: white;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.nav {
  display: flex;
  align-items: center;
  padding-top: 15px;
}
.nav .nav-logo {
  margin-left: 23px;
  margin-right: 50px;
}
.nav .nav-link {
  font-weight: 600;
  font-size: 14px;
  margin-right: 30px;
  color: white;
  text-decoration: none;
  transition: 0.1s opacity ease-out;
}
.nav .nav-link:hover {
  opacity: 0.75;
}
@media (max-width: 700px) {
  .nav .nav-link {
    display: none;
  }
}
.nav .nav-button {
  color: white;
  background: #76a7c7;
  text-decoration: none;
  height: 30px;
  padding: 0 16px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  transition: 0.1s opacity ease-out;
}
.nav .nav-button:hover {
  opacity: 0.75;
}
@media (max-width: 700px) {
  .nav .nav-button {
    margin-left: auto;
    margin-right: 5vw;
  }
}

.hero .col {
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  width: 450px;
  margin-top: 100px;
}
@media (max-width: 900px) {
  .hero .col {
    margin-left: 5vw;
    width: 90vw;
    text-align: center;
    margin-top: 40px;
  }
}
.hero .title {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 75px;
}
.hero .highlight {
  font-weight: 800;
}
.hero .subtitle {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
  line-height: 21px;
}
.hero .row {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media (max-width: 900px) {
  .hero .row {
    justify-content: center;
  }
}
.hero .try-button {
  margin-right: 25px;
  color: white;
  background: #76a7c7;
  text-decoration: none;
  height: 45px;
  width: 130px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.1s opacity ease-out;
}
.hero .try-button:hover {
  opacity: 0.75;
}
.hero .login-button {
  color: white;
  background: rgba(108, 151, 180, 0.3);
  border: 3px solid rgba(108, 151, 180, 0.88);
  text-decoration: none;
  height: 45px;
  width: 130px;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  transition: 0.1s opacity ease-out;
}
.hero .login-button:hover {
  opacity: 0.75;
}
.hero .landing-image {
  position: absolute;
  top: 20px;
  left: 600px;
}
@media (max-width: 900px) {
  .hero .landing-image {
    position: static;
    max-width: 90vw;
    margin-left: 5vw;
    margin-top: 40px;
  }
}

#features {
  display: flex;
  align-items: center;
  margin-top: 500px;
}
@media (max-width: 900px) {
  #features {
    margin-top: 150px;
    flex-direction: column;
  }
}
#features .col {
  display: flex;
  flex-direction: column;
  margin-left: 140px;
  margin-right: 150px;
  width: 600px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  #features .col {
    margin-left: 0;
    margin-right: 0;
    width: 90vw;
  }
}
#features .title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#features .title img {
  margin-left: 10px;
}
#features .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 36px;
}
@media (max-width: 900px) {
  #features .accounts-image {
    max-width: 90vw;
    margin-top: 20px;
  }
}

#tasks {
  display: flex;
  align-items: center;
  margin-top: 100px;
}
@media (max-width: 900px) {
  #tasks {
    flex-direction: column;
    margin-top: 200px;
  }
}
#tasks .col {
  display: flex;
  flex-direction: column;
  margin-left: 150px;
  width: 500px;
  flex-shrink: 0;
}
@media (max-width: 900px) {
  #tasks .col {
    width: 90vw;
    margin-left: 0;
  }
}
#tasks .title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
#tasks .title img {
  margin-left: 10px;
}
#tasks .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 36px;
}
#tasks .tasks-image {
  margin-left: -367px;
}
@media (max-width: 900px) {
  #tasks .tasks-image {
    margin-left: 0;
    max-width: 90vw;
    margin-bottom: 20px;
  }
}

#monitors {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 190px;
}
#monitors .title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 20px;
}
#monitors .subtitle {
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.4);
  line-height: 36px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  #monitors .monitors-image {
    max-width: 90vw;
    margin-top: 20px;
  }
}

#success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 190px;
  margin-bottom: 200px;
}
#success .title {
  font-size: 55px;
  font-weight: bold;
  margin-bottom: 60px;
}
#success #carousel {
  align-self: stretch;
}
#success #carousel .carousel-cell {
  display: flex;
  flex-direction: column;
  width: 350px;
  min-height: 700px;
  margin-left: 5px;
  margin-right: 5px;
}
#success #carousel .carousel-cell:not(.is-selected) {
  opacity: 0.2;
}
#success #carousel .carousel-cell:not(.is-selected) .carousel-cell-wrapper {
  transform: scale(0.75);
}
#success #carousel .carousel-cell-wrapper {
  display: flex;
  flex-direction: column;
  transition: 0.2s transform ease-out;
  will-change: transform;
}
#success #carousel .carousel-row {
  display: flex;
  margin-bottom: 25px;
}
#success #carousel .carousel-avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
#success #carousel .carousel-col {
  display: flex;
  flex-direction: column;
}
#success #carousel .carousel-username {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  text-align: start;
}
#success #carousel .carousel-text {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.03em;
  color: rgba(255, 255, 255, 0.6);
  text-align: start;
}
#success #carousel .carousel-image {
  border-radius: 30px;
  width: 350px;
}

#footer {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  #footer {
    padding: 10px 20px;
  }
}
#footer .footer-logo {
  margin-right: auto;
}
@media (max-width: 900px) {
  #footer .footer-logo {
    transform: scale(0.9);
  }
}
#footer .footer-links a {
  text-decoration: none;
  color: white;
  margin-right: 10px;
  margin-left: 10px;
}

/*# sourceMappingURL=style.css.map */
