@import url("https://fonts.googleapis.com/css2?family=Bentham&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* @import url("https://unpkg.com/boxicons@latest/css/boxicons.min.css"); */
/* @import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light+Two&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Macondo+Swash+Caps&family=Outfit:wght@100..900&family=Quintessential&display=swap');

:root {

  --calcWidth: calc(var(--vw, 1vw) * 100);
  --calcWidth: calc(var(--vh, 1vw) * 100);
}

.shadows-into-light-two-regular {
  font-family: "Shadows Into Light Two", cursive;
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  margin-bottom: 8%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #2837ac;
  background-color: #0b1d26;
  
  margin-bottom: 20px;
}

.footnote-copy {
  box-sizing: content-box;
  margin-bottom: 20px;
  color: #ced3f8;
  font-size: smaller;
}

body.overflow-hidden {
  overflow: hidden;
}

body {
  background-image: linear-gradient(to bottom, #000000 0%, #000000 40%, #0b1d26 70%, #183c4e 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding-bottom: 50px;
  
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

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

section {
  position: absolute;
  top: 0;
  left: 0;
  width: 95%;
  height: 95%;
  z-index: 12;
  overflow: hidden;
}

.about-title {
  /* font-family: "Quintessential", serif; */
  /* font-family: "Shadows Into Light Two", cursive; */
  font-family: "Quintessential", serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(24px, calc(var(--vw, 1vw) * 6), 48px);

  color: #9fa9f7;
  margin-bottom: 1.5rem;
}

.feature-span {
  justify-self: center;
  width: 100%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  width: 46ch;
  font-weight: 400;
  color: #6085d4;
  font-size: clamp(14px, calc(var(--vw, 1vw) * 2), 46px);
  line-height: clamp(18px, calc(var(--vw, 1vw) * 2.4), 51px);
  border: #a7aee4 solid 0px;
}

ul.feature-list {

  list-style-position: outside;
  list-style-type: square !important;
}

li.feature-list {
  list-style-type: square !important;
  list-style-position: inside;
}

.dark-mountains-container-stars {
  position: absolute;
  left: 0;
  top: 0px;
  min-width: 100%;
  height: auto;
  overflow: visible;
}

.dark-mountians {
  width: 100%;
  height: auto;
}

.homelogoabout {
  position: absolute;
  top: clamp(20px, calc(var(--vw, 1vw) * 7), 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  background-color: transparent;
  overflow: visible;
  z-index: 22;
}

.homelogoabout img {
  width: auto;
  height: clamp(38px, calc(var(--vw, 1vw) * 16), 140px);
}

.fadehomelogo {
  position: relative;
  top: 0;
  left: 0;
  width: 50%;

  background-color: #2b2644ab;

  -webkit-mask: linear-gradient(to left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 96%,
      rgba(255, 255, 255, 1) 100%);
  mask: linear-gradient(to left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 20%,
      rgba(255, 255, 255, 1) 96%,
      rgba(255, 255, 255, 1) 100%);
}

.notusedhomelogo img {
  height: auto;
  overflow: hidden;
  z-index: 6;
  width: 80%;
  padding-left: 20%;
  padding-top: 1.5rem;
  padding-right: 2rem;
  padding-bottom: 1.0rem;
  text-align: center;
  opacity: 1;
}



.main-about-section {
  position: relative;
  margin-top: clamp(100px, calc(var(--vw, 1vw) * 35), 630px);
  width: 100%;
  border: red solid 0px;
  text-decoration: none;
}

.main-about-section a {
  text-decoration: none;
}

.aboutreturn {
  margin-top: clamp(20px, calc(var(--vw, 1vw) * 3), 40px);
}

.link-none {
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: #a7aee4;
}

.link-none-pp {
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
  color: #a7aee4;
}

a,
button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none;
  text-decoration: none;
}





.comet-span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1), 0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  animation: animate 3s linear infinite;
}

.comet-span::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}

@keyframes animate {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }

  30% {
    opacity: 0.7;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.0;
  }

  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}

.comet-span:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0s;
  animation-duration: 1s;
}

.comet-span:nth-child(2) {
  top: 0;
  right: 20%;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 3s;
}

.comet-span:nth-child(3) {
  top: 80px;
  right: 40%;
  left: initial;
  animation-delay: 0.4s;
  animation-duration: 2s;
}

.comet-span:nth-child(4) {
  top: 0;
  right: 60%;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 1.7s;
}

.comet-span:nth-child(5) {
  top: 0;
  right: 80%;
  left: initial;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
}

/*
span:nth-child(6){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}
span:nth-child(7){
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
span:nth-child(8){
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
span:nth-child(9){
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}
span:nth-child(9){
    top: 0px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}
    */