body {
  font-family: "Archivo", sans-serif;
  font-size: 15.5px;
  letter-spacing: 0.5px;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  color: #4a4a4a;
  line-height: 1.3rem;
}

.container {
  max-width: 1100px;
}

h1, h2, h3, h4, h5, h6 {
    font-variation-settings:
    "wdth" 180;
}

.link-unstyled {
    text-decoration: none;
    color: inherit;
}

.brand-primary {
    color: #00eef6;
}

.brand-secondary {
    color: #00bac0;
}


.bg-dark-nav {
    background-color: #212121e0 !important;
}

.bg-dot-pattern {
    --dot-bg: #f4f4f4;
  --dot-color: #dcdcdc;
  --dot-size: 2px;
  --dot-space: 10px;
 
	background:
		linear-gradient(90deg, var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
		linear-gradient(var(--dot-bg) calc(var(--dot-space) - var(--dot-size)), transparent 1%) center / var(--dot-space) var(--dot-space),
		var(--dot-color);
}

.bg-brand-secondary {
  background: #00BAC0;
background: linear-gradient(180deg, rgba(0, 186, 192, 1) 0%, rgba(0, 111, 115, 1) 100%);
}

.bg-light-gray {
  background-color: #f4f4f4;
}

.bg-dark-gray {
  background-color: #2f2f2f;
}

.bg-black {
  background-color: #000;
}

.navbar {
  border-bottom:#00eef66e solid 1px;
  font-family: "Reddit Sans", sans-serif;
}

.nav-link {
  
  font-size: 14px;
  letter-spacing: 0.75px;
  color: #fff;
  margin-right: 2rem;
}

.nav {
    --bs-nav-link-color: inherit;
    --bs-nav-link-hover-color: inherit;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #4a4a4a;
    background-color: #f5f5f5;
    font-weight: medium;
}

.border-none {
  border: none;
  border-width: 0px;
}

.nav-pill-adjustment {
  font-weight: 500;
  padding: 0.7rem 1.3rem;
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  margin-top: -8px;
  margin-left: -16px;
  left: 0;
  background-color: #fff;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(0.5);
}

.hover-underline-animation-adjustment:hover::after {
  transform: scaleX(0.58);
}

.hover-underline-animation.left::after {
  transform-origin: bottom right;
}

.hover-underline-animation.left:hover::after {
  transform-origin: bottom left;
}

.dropdown-item {
  font-size: 14px;
}

.body-color {
  color: #4a4a4a;
}


.badge-custom {
  color: #4a4a4a;
  background-color: transparent;
  border: solid 1px #4a4a4a;
}

.btn-primary {
  background-color: transparent;
  border-color:  #00eef6;
  border-width: 2px;
  border-radius: 3rem;
  padding: 0.4rem 1.2rem 0.3rem 1.2rem;
  font-size: 14px;
  color: #00eef6;
}

.btn-primary:hover {
  background-color: #00eef6;
  color: #000;
  border-color:  #00eef6;
}

.btn-secondary {
  background-color:#00bac0;
  border-color:  #00bac0;
  border-width: 2px;
  border-radius: 3rem;
  padding: 0.4rem 1.2rem 0.3rem 1.2rem;
  font-size: 14px;
  color: #fff;
}

.btn-label {
  filter: grayscale(1);
}

.btn-main-nav {
  background-color: transparent;
  border:solid 2px #00bac0;
  border-radius: 3rem;
  padding: 6px 19px;
  font-size: 14px;
  color: #00eef6;
  max-width: 180px;
}

.btn-main-nav:hover {
  background-color: #00eef61d;
  border:solid 2px #00eef642;
  color: #00eef6;
}

.icon-featured-container {
  width: 60px;
  height: 60px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

input::placeholder {
  font-size: 14px;
}

/* Dot Wave Canvas */
canvas {
  height: 600px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  max-width: 100% !important;
  z-index: 1;
}


.brand-primary-background {
  background-color: #00eef6;
}

.dropping-texts {
  display: inline-block;
  width: 180px;
  text-align: left;
  height: 180px;
  vertical-align: -2px;
  position: relative;
}

.dropping-texts > div {
  font-size:0px;
  opacity:0;
  margin-left:-20px;
  position:absolute;
  font-weight:300;
  overflow: visible;
}

.dropping-texts > div:nth-child(1) {
  animation: roll 5s linear infinite 1s; 
}
.dropping-texts > div:nth-child(2) {
  animation: roll 5s linear infinite 2s;
}
.dropping-texts > div:nth-child(3) {
  animation: roll 5s linear infinite 3s;
}
.dropping-texts > div:nth-child(4) {
  animation: roll2 5s linear infinite 4s;
}

@keyframes roll {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  3% {
    opacity:1;
    transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  20% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  27% {
    font-size:0px;
    opacity:0.5;
    margin-left:20px;
    margin-top:100px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(0deg);
  }
}

@keyframes roll2 {
  0% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  3% {
    opacity:1;
    transform: rotate(0deg);
  }
  5% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
  }
  30% {
    font-size:inherit;
    opacity:1;
    margin-left:0px;
    margin-top:0px;
    transform: rotate(0deg);
  }
  37% {
    font-size:150px;
    opacity:0;
    margin-left:-1000px;
    margin-top:-800px;
  }
  100% {
    font-size:0px;
    opacity:0;
    margin-left:-30px;
    margin-top:0px;
    transform: rotate(0deg);
  }
}

.home-intro-container {
  background-image: url("../img/cirrus-g7-isolated.webp");
  background-size: 760px;
  background-position: right;
  background-repeat: no-repeat;
}

.background-topo-map {
  background-image: url(../img/background-topo-map.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.key-features-background {
  background-image: url(../img/key-features-bg.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}



.footer-main {
  border-top: solid 5px #00eef6;
  border-bottom: solid 20px #1f1f1f;
  font-family: "Reddit Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5rem;
  letter-spacing: 0.4px;
  
}

.footer-text {
    font-size: 13px;
    color: #E1E1E1;
    line-height: 1.5rem;
}

.footer-link {
	opacity: 0.7;
	transition: ease 0.3s;
}

.footer-link:hover {
	opacity: 1;
}

.hero-subhead-adjustment {
  margin-top: -7.5rem;
}

.hero-waitlist-adjustment {
  margin-top: 2rem;
}

.product-launch-intro-section {
  background-image: url(../img/cirrus-perspective-g7-scaled.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}


@media (min-width: 576px) {

 }


@media (min-width: 768px) { 
  .hero-subhead-adjustment {
  margin-top: -6.5rem;
  }
 }


@media (min-width: 992px) { 
  .hero-subhead-adjustment {
  margin-top: -5.5rem;
  }
  .hero-waitlist-adjustment {
  margin-top:5.5rem;
  }
 }


@media (min-width: 1200px) { 

 }


@media (min-width: 1400px) { 

 }

