@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap");

/* Additional styles for landing page */

.md-typeset pre {
  display: flow-root;
  line-height: 1.4;
  position: relative;
}

.md-typeset code,
.md-typeset kbd,
.md-typeset pre {
  color: var(--md-code-fg-color);
  direction: ltr;
  font-variant-ligatures: none;
  transition: background-color 125ms;
}

.md-typeset pre {
  margin-bottom: 0px;
  margin-top: 0px;
}

code,
kbd,
pre {
  font-feature-settings: "kern";
  font-family: var(--md-code-font-family);
}

pre {
  display: block;
  font-family: monospace;
  unicode-bidi: isolate;
  margin-block: 0px;
  margin-inline: 0px;
}

.d-flex {
  display: flex;
}

.cursor-pointer {
  cursor: pointer;
}

.ml-0 {
  margin-left: 0rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 1rem;
}
.ml-4 {
  margin-left: 1.5rem;
}
.ml-5 {
  margin-left: 3rem;
}

.mr-0 {
  margin-right: 0rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 1rem;
}
.mr-4 {
  margin-right: 1.5rem;
}
.mr-5 {
  margin-right: 3rem;
}

.pl-0 {
  padding-left: 0rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 1rem;
}
.pl-4 {
  padding-left: 1.5rem;
}
.pl-5 {
  padding-left: 3rem;
}

.pr-0 {
  padding-right: 0rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 1rem;
}
.pr-4 {
  padding-right: 1.5rem;
}
.pr-5 {
  padding-right: 3rem;
}

.mt-0 {
  margin-top: 0rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 1rem;
}
.mt-4 {
  margin-top: 1.5rem;
}
.mt-5 {
  margin-top: 3rem;
}

.pt-0 {
  padding-top: 0rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 1rem;
}
.pt-4 {
  padding-top: 1.5rem;
}
.pt-5 {
  padding-top: 3rem;
}

.mb-0 {
  margin-bottom: 0rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 1rem;
}
.mb-4 {
  margin-bottom: 1.5rem;
}
.mb-5 {
  margin-bottom: 3rem;
}

.pb-0 {
  padding-bottom: 0rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 1.5rem;
}
.pb-5 {
  padding-bottom: 3rem;
}

.mx-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-4 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-5 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.px-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.my-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-4 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-5 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.py-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-4 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-5 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.container {
  display: flex;
  flex-flow: column;
}

.container-row {
  display: flex;
  flex-flow: row;
}

.display-1 {
  font-size: 6rem;

  :is(.md-icon) {
    --md-icon-size: 6rem; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }
}

.display-2 {
  font-size: 5rem;

  :is(.md-icon) {
    --md-icon-size: 5rem; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }
}

.display-3 {
  font-size: 4rem;

  :is(.md-icon) {
    --md-icon-size: 4rem; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }
}

.display-4 {
  font-size: 3rem;

  :is(.md-icon) {
    --md-icon-size: 3rem; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }
}

.h1 {
  font-size: 2.2rem;
}

.h2 {
  font-size: 1.5rem;
}

.h3 {
  font-size: 1rem;
}

.h4 {
  font-size: 0.5rem;
}

.h5 {
  font-size: 0.25rem;
}

.text-dark {
  color: var(--md-default-fg-color) !important;
}

.text-white {
  color: var(--md-default-bg-color) !important;
}

.text-pink {
  color: var(--color-nord-purple) !important;
}

.text-link {
  color: var(--color-nord-yellow) !important;
}

.text-link:hover {
  color: var(--md-accent-fg-color) !important;
}

.text-align-center {
  text-align: center;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.btn-dark {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--md-default-fg-color);
  background-color: var(--md-default-bg-color);
  padding: 10px 30px;
  border: solid var(--md-default-fg-color--lighter) 2px;
  box-shadow: var(--md-accent-bg-color) 0px 0px 0px 0px;
  border-radius: 8px;
  transition: 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.btn-dark:hover {
  transition: 1000ms;
  padding: 10px 50px;
  transform: translateY(-0px);
  background-color: var(--md-default-bg-color--light);
  color: var(--md-default-fg-color);
  border: solid var(--md-default-fg-color--lighter) 2px;
}

.btn-white {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: var(--md-default-bg-color);
  background-color: var(--md-default-fg-color);
  padding: 10px 30px;
  border: solid var(--md-accent-bg-color--light) 2px;
  box-shadow: var(--md-accent-bg-color) 0px 0px 0px 0px;
  border-radius: 8px;
  transition: 1000ms;
  transform: translateY(0);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.btn-white:hover {
  transition: 1000ms;
  padding: 10px 50px;
  transform: translateY(-0px);
  background-color: var(--md-default-fg-color--light);
  color: var(--md-default-bg-color);
  border: solid var(--md-accent-bg-color--light) 2px;
}

.btn-aurora {
  border-radius: 10px;
  padding: 1rem;
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 10px 30px;
  color: var(--color-nord-red) !important;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 3px transparent;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)),
    linear-gradient(
      101deg,
      var(--color-nord-red),
      var(--color-nord-orange),
      var(--color-nord-yellow),
      var(--color-nord-green),
      var(--color-nord-purple)
    );
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px var(--color-nord-dark0) inset;
}

.btn-aurora:hover {
  box-shadow: none;
  color: var(--md-default-fg-color) !important;
  transition: 1000ms;
  transform: translateY(-0px);
}

.box-shadow {
  box-shadow: -5px 5px 10px 1px rgb(0 0 0 / 75%);
}

.third-dark-body {
  background-color: var(--md-default-fg-color--light);
}

.four-gray-body {
  background-color: var(--md-default-fg-color--lighter);
}

.bg-dark {
  background-color: var(--md-accent-bg-color);
}

.w-100 {
  width: 100%;
}

.w-70 {
  width: 70%;
}

.ctx-header-text {
  flex: 60%;
  order: 0;
  display: flex;
  color: var(--md-default-fg-color);
}

.ctx-header-img {
  flex: 40%;
  order: 1;
  display: flex;
  flex-flow: column;
}

.ctx-card-white-1 {
  flex: 50%;
  order: 0;
  justify-content: center;
}

.header-img {
  width: 55%;
  margin-left: auto;
}

.card-aurora {
  position: relative;
  bottom: -170px;
  border-radius: 15px;
  width: 80%;
  min-height: 600px;
}

.title-logo {
  margin-bottom: -10px;
}

.md-main {
  padding: 0px;
}

.md-footer {
  display: none;
}

.item-text-footer:hover {
  color: var(--md-accent-fg-color);
}

:is(.twemoji-footer) {
  --md-icon-size: 1rem; /* TODO: make this responsive */

  svg {
    display: inline-flex;
    height: var(--md-icon-size);
    vertical-align: text-top;
    width: var(--md-icon-size);
    max-height: 100%;
  }
}

:is(.twemoji-check-all) {
  svg {
    display: inline-flex;
    fill: var(--color-nord-green) !important;
  }
}

:is(.twemoji-kotlin) {
  svg {
    fill: var(--color-nord-frost1) !important;
  }
}

:is(.twemoji-rocket-launch) {
  svg {
    fill: var(--color-nord-green) !important;
  }
}

:is(.twemoji-unicorn-variant) {
  svg {
    fill: var(--color-nord-purple) !important;
  }
}

.md-header {
  position: initial;
}

.md-main__inner {
  margin: 0;
}

.md-footer-copyright {
  display: none;
}

.md-footer-nav__inner {
  display: none;
}

.md-content {
  display: none;
}

.md-footer-meta__inner {
  align-content: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Table of content font color */
a.md-nav__link {
  color: var(--md-default-fg-color);
  text-decoration: none;
}

footer * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer ul {
  list-style-type: none;
}

/* Responsiveness additions */
.container-row-responsive {
  display: flex;
  flex-flow: column; /* Mobile first */
  align-items: center;
}

.text-content-padding {
  padding: 1.5rem;
  text-align: center;
}

.feature-column-container {
  display: flex;
  flex-flow: column; /* Stack on mobile */
  gap: 1rem;
}

.feature-column {
  flex: 1;
}

@media (min-width: 1220px) {
  .container-row-lg {
    display: flex;
    flex-flow: row;
  }

  .d-xl-none {
    display: none;
  }

  .pt-lg-5 {
    padding-top: 3rem;
  }

  .my-xl-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-xl-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mx-xl-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .mx-xl-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .text-start-xl {
    text-align: start;
  }

  .btn-xl-large:hover {
    font-size: 22px;
    padding: 15px 50px;
  }

  .btn-lg-large {
    font-size: 22px;
    padding: 15px 30px;

    --md-icon-size: 22px; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }

  .btn-aurora-custom {
    margin-top: 15rem;
  }

  .md-main {
    display: none;
  }

  .md-header__title .md-header__ellipsis .md-header__topic {
    background-image: url(../images/logos/nav-icon.svg);
    height: 40px;
    width: 150px;
    background-repeat: no-repeat;
    margin-top: 10px;
  }

  .md-header__topic .md-ellipsis {
    display: none;
  }
}

@media (min-width: 960px) and (max-width: 1219px) {
  .container-row-xl {
    display: flex;
    flex-flow: row;
  }

  .d-lg-none {
    display: none;
  }

  .pt-lg-5 {
    padding-top: 3rem;
  }

  .my-lg-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .my-lg-4 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .mx-lg-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .mx-lg-5 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .ctx-card-white-1 {
    flex: 100%;
  }

  .text-start-lg {
    text-align: start;
  }

  .btn-xl-large:hover {
    font-size: 22px;
    padding: 15px 50px;
  }

  .btn-lg-large {
    font-size: 22px;
    padding: 15px 30px;

    --md-icon-size: 22px; /* TODO: make this responsive */

    svg {
      display: inline-flex;
      height: var(--md-icon-size);
      vertical-align: text-top;
      width: var(--md-icon-size);
      max-height: 100%;
    }
  }

  .btn-aurora-custom {
    margin-top: 15rem;
  }
}

@media (min-width: 960px) {
  .container-row-responsive {
    flex-flow: row;
    align-items: center;
  }
  .text-content-padding {
    padding: 0 1rem;
    text-align: left;
  }

  .feature-column-container {
    flex-flow: row; /* Side-by-side on larger screens */
  }

  .d-lg {
    display: flex;
  }
}

@media (min-width: 720px) and (max-width: 959px) {
  .d-md-none {
    display: none;
  }
  .d-lg {
    display: none;
  }

  .my-md-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .mx-md-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .ctx-header-text {
    flex: 100%;
  }

  .header-img {
    width: 35%;
  }
}

@media (min-width: 540px) and (max-width: 719px) {
  .d-sm-none {
    display: none;
  }
  .d-lg {
    display: none;
  }

  .mx-sm-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-sm-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .header-img {
    width: 35%;
  }
}

@media (min-width: 300px) and (max-width: 539px) {
  .d-xs-none {
    display: none;
  }
  .d-lg {
    display: none;
  }
  .d-sm {
    display: none;
  }

  .text-xs-center {
    text-align: center;
  }

  .h1 {
    font-size: 2.2rem;
  }

  .title-logo {
    margin-bottom: -5px;
  }

  .container-xs {
    display: flex;
    flex-flow: column;
  }

  .mx-xs-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .my-xs-5 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 60em) {
  .md-sidebar--secondary {
    display: none;
  }
}

@media screen and (min-width: 76.25em) {
  .md-sidebar--primary {
    display: none;
  }
}

@media (max-width: 959px) {
  .display-1 {
    font-size: 4rem;
  }
  .display-3 {
    font-size: 3rem;
  }
  .display-4 {
    font-size: 2.2rem;
  }

  .d-lg-none {
    display: flex;
  }

  .card-aurora {
    position: relative;
    bottom: 0;
    width: 100%;
    min-height: auto;
    margin-top: 3rem;
    border-radius: 15px;
  }
  .btn-aurora-custom {
    margin-top: 3rem;
  }
}

@media (max-width: 767px) {
  .footer-img {
    display: none;
  }
}

@media (max-width: 539px) {
  .display-1 {
    font-size: 3.5rem;
  }
  .display-3 {
    font-size: 2.5rem;
  }
  .display-4 {
    font-size: 2rem;
  }
  .h1 {
    font-size: 1.8rem;
  }

  .text-content-padding {
    padding: 1rem;
  }
}

/* extra styling for light mode */
[data-md-color-scheme="nord:light"] {
  .text-link {
    color: var(--color-nord-purple) !important;
  }

  .text-link:hover {
    color: var(--md-accent-fg-color) !important;
  }
}
