/* Add these lines to hide the scrollbar for Chrome, Safari, and Edge */
::-webkit-scrollbar {
  display: none;
}

/* Fucking Firefox istg */
html
{ 
  -ms-overflow-style: none; /* IE 11 */
  scrollbar-width: none; /* Firefox 64 */
}

body {
  overscroll-behavior-y: none;
  background-size: cover;
  margin: 0;
  font-family: 'Manrope', sans-serif;
}

html, body {
  max-width: 100%;
  box-sizing: border-box;
}
nav
{
  border-bottom: 2px solid #0f0f0f;
  color:#1e293b;
}

footer
{
  border-top: 2px solid #0f0f0f;
  color:#1e293b;
}                           

.page-container {
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
  box-sizing: border-box;
  color:lavender;
  /* display: block; */
}

.planets-container
{
  position: relative;
  height: 390vh;
}

.planet-text {
  position: absolute;
  font-size: 4rem;
  top: 85vh;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color:#1e293b;
  z-index: 2;
}

.planet-model {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: -5vh;
  left: 0;
  --poster-color: #e2e8f0;
  --progress-bar-color: rgba(30, 41, 59, 0);
  --progress-bar-height: 10px;
  z-index: 2;
}

.wavy-dunes {
  position: fixed;
  background: url('https://i.pinimg.com/originals/af/52/87/af5287a1edfb83eb1bf018fece4d5f27.png') no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
}

.pin-container
{
  position: relative;
}

.moon-model {
  width: 100vw;
  height: 100vh;
  --poster-color: #e2e8f0;
  --progress-bar-color: rgba(30, 41, 59, 0);
  --progress-bar-height: 10px;
}

.moon-container {
  height: 100vh;
}

.moon-text {
  color:#e2e8f0;
  font-size: 12rem;
}

.dune-moon-container{
  position: absolute;
  top: 100vh;
  width: 100vw;
}

.earth-container
{
  height: 100vh;
}

.star-container {
  position: relative;
}

.starback-canvas {
  position: absolute;
  top: -40vh;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 130vh;
  object-fit: cover;
}

.demo-container
{
  height: 100vh;
  background-size: cover;
  background: url('https://cdn.glitch.global/ff996a1b-fade-4b92-9204-556d38ecd023/Hazy_Afternoon_Backplate_001.png?v=1685238904735') no-repeat;
}

.demo-text
{
  color: #e1e7ef;
  opacity: 0;
  font-size: 8rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  position: absolute;
  text-align: center;
  width: 80vw;
  user-select: none;
}

.pin-demo
{
  position: relative;
  height: 100vh;
}

.laptop-model
{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  --poster-color: #e2e8f0;
  --progress-bar-color: rgba(30, 41, 59, 0);
  --progress-bar-height: 10px;
  z-index: -1;
  /* pointer-events: none; */
  opacity: 37%;
}
.pin-demo-wrapper
{
  position: relative;
}
.mouse-pointer
{
  position: absolute;
  background: url('https://cdn.glitch.global/ff996a1b-fade-4b92-9204-556d38ecd023/cursor.png?v=1685010072268') no-repeat;
  width: 20px;
  height: 27px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}
.context
{
  opacity: 0;
}
.demo-wrapper
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}


.pricing-container
{
  height: auto;
  position: relative;
  background-color:#e1e7ef;
  opacity: 0;
  color:#1e293b;
  /* border-radius: 87% 13% 92% 8% / 19% 88% 12% 81%  ; */
}


/* DIRTY HACK DONT LOOK */
ins
{
  background: var(--lumin-background-color, rgba(0, 204, 255, 0.631)) !important;
}

/* NAV AND FOOTER */
nav {
  position: sticky;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 2rem;
  background-color: #eaeaea;
  transition: top 400ms ease-in-out;
  z-index: 4;
}

nav.scroll-up,
nav:focus-within {
  top: 0;
}

nav.scroll-down {
  top: -100%;
}

.links {
  display: flex;
  margin: 0 -1em;
}

.links a {
  display: inline-block;
  margin: 0 1em;
}

.links :hover
{
  background-color: yellow;
}

.logo {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color:#0f0f0f;
}

.curved {
  position: relative;
  background: #1e293b;
  height: 25vh;
  width: 100vw;
  opacity: 0;
  font-family: 'Nunito', sans-serif;
}

.curved::after {
  content: '';
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgb(225, 231, 239);
  height: 54%;
}

.quirk-text
{
  position: absolute;
  font-size: 3rem;
  color:#1e293b;
  top: 75%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.flex-container {
  display: flex;
}

.flex-container > .column
{
  align-items: center;
  border-bottom: 1px solid black;
  padding-top: 2px;
  padding-bottom: 2px;
}

.flex-container > .column:first-child {
  border-left: none;
}

.price-column
{
  text-align: center;
  height: 1rem;
  vertical-align: middle;
  
}

.column-1
{
  color:#b81031;
  font-size: 1.5rem;
}

.column-2
{
  color:#021231;
  font-size: 2rem;
}

.column-3
{
  color:#ccc623;
  font-size: 1.5rem;
}

.price-title
{
  color: #63b13b;
  font-size: 2.3rem;
}

nav a {
  color: #1e293b;
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.getChromeExtension {
  font-size: 0.7rem;
  font-family: 'Manrope', sans-serif;
  width:200px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 3px;
  height:30px;
  border-width:1px;
  color:rgba(226, 232, 240, 1);
  border-color:rgba(230, 236, 244, 0);
  border-top-right-radius:28px;
  border-bottom-left-radius:28px;
  border-bottom-right-radius:28px;
  background:rgba(30, 41, 59, 1);
  letter-spacing: 0.1em;
  text-transform: none;
  display: inline-block;
  user-select: none;
}

.getChromeExtension:hover {
  background: rgba(68, 75, 86, 1);
  color:rgba(226, 232, 240, 1);
}

.chromeIcon
{
  background: url('https://www.google.com/chrome/static/images/favicons/favicon-32x32.png') no-repeat;
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 5px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  user-select: none;
  pointer-events: none;
}

section {
  width: 65%;
  margin: 0 auto;
}

section h1 {
  font-size: 2rem;
}

section p {
  font-size: 1.25rem;
  line-height: 140%;
}

footer a {
  color: inherit;
  text-decoration: none;
}

footer .heart {
  color: #DC143C;
}
/*  */
.title-text1{
  margin-top: 20px;
  font-weight: 600;
  text-align: center;
  font-size: 28px !important;
  letter-spacing: .5px;
  padding-top: 20px;
}


.text-p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #8492a6 !important;
  font-style: normal;
  text-align: center;
  padding-bottom: 25px;
}

.card 
{
  width: 270px;
}

.price-btn
{
  background: #1e293b;;
  color: #fff;
}