@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
/* Global
===================================================== */
body {
  font-family: "Ubuntu", sans-serif;
  padding-bottom: 20px;
  padding-top: 3rem;
  background-color: rgb(15, 15, 15);
}

.container {
  width: 100%;
  padding: 0.75rem 5rem !important;
}

.block-main {
  max-width: 1400px !important;
  color: #fff;
}

.block-secondary {
  display: block;
  color: #fff !important;
}

.block-learn {
  max-width: 1400px !important;
  color: #fff;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.block-solutions {
  max-width: 1400px !important;
  color: #fff;
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.b-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.text-shadow-1 {
  text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.25);
}

.text-shadow-2 {
  text-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

.text-shadow-3 {
  text-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.25);
}

.square {
  width: 100%;
  height: 100%;
}

/* Navbar
===================================================== */
.navbar {
  margin-bottom: 20px;
  padding: 0%;
}

.navbar-translucent {
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.navbar-translucent a {
  color: #8e8e8e;
  background: none;
  transition: all 0.15s ease-in-out;
}

.navbar-translucent a:hover {
  color: #fff;
  background: none;
  text-decoration: none;
}

/* Dropdown
===================================================== */
.dropdown-main {
  background-color: rgba(0, 0, 0, 0.9) !important;
  -webkit-backdrop-filter: saturate(190%) blur(20px) !important;
  backdrop-filter: saturate(190%) blur(20px) !important;
  box-shadow: 0px 0px 5px black;
}

/* Carousel
===================================================== */
.carousel {
  margin-bottom: 4rem;
}

.carousel img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 52rem;
  font-size: 1.25rem;
}

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 52rem;
}

.carousel-item img {
  filter: brightness(90%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Set video based carousel to fit with the canvas */
.carousel-item video {
  filter: brightness(90%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Content Tile
===================================================== */
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card-cover img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.card-dark {
  background-color: rgb(20, 20, 20);
}
.card-dark p {
  font-size: 1rem;
  padding-bottom: 1rem;
  color: #8e8e8e;
}
.card-dark button {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}

/* Card, Blocks
===================================================== */
.about-block {
  position: relative;
  text-align: center;
  color: #fff;
  height: 20rem;
}

.about-block video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: brightness(85%);
}

.about-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-block a {
  color: #fff;
  opacity: 90%;
  text-decoration: underline;
  transition: all 0.15s ease-in-out;
}
.faq-block a:hover {
  opacity: 100%;
  color: #0d6efd;
}
.faq-block .accordion-item {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px black;
}

/* Features
===================================================== */
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 0.75rem;
}

.learn-features {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0.5rem #000;
  border-radius: 1rem;
  padding: 2rem;
}
.learn-features a {
  color: #8e8e8e;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}
.learn-features a:hover {
  color: #fff;
  text-decoration: underline;
}

.licensing-plan {
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 0.5rem #000;
  border-radius: 1rem;
  padding: 2rem;
  color: rgb(20, 20, 20);
}
.licensing-plan h2 {
  color: #fff;
}
.licensing-plan p {
  color: #fff;
  padding-bottom: 2rem;
}
.licensing-plan .card-body {
  background-color: rgb(20, 20, 20);
  color: #fff;
}

/* Footer
===================================================== */
footer p {
  color: rgb(200, 200, 200);
}

footer a {
  color: rgb(200, 200, 200);
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

footer a:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.social-footer a {
  color: #8e8e8e;
  font-size: 1.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all 0.15s ease-in-out;
}

.social-footer a:hover {
  color: #0d6efd;
}

/* Responsive css
===================================================== */
@media only screen and (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
@media only screen and (max-width: 40em) {
  .about-block {
    height: 15rem;
  }
  .container {
    padding: 0.75rem 2rem !important;
  }
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 40rem;
  }
  .carousel-item > img {
    height: 40rem;
  }
  .featurette-heading {
    font-size: 50px;
  }
  .about-content {
    padding-left: 0%;
    padding-right: 0%;
  }
  .about-content h1 {
    font-size: 10vw;
  }
  .about-content h2 {
    font-size: 5vw;
  }
  .about-content p {
    font-size: 3vw;
  }
}/*# sourceMappingURL=custom.css.map */