@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

svg {
  z-index: 100;
}

:root {
  --padding: 10vmin;
  --color-background: #D0CBC7;
  --font-size-large: 8vw;
  --font-size-medium: 4vw;
  --font-size-normal: 2vw;
}

@media only screen and (min-width: 800px) {
  :root {
    --font-size-large: 64px;
    --font-size-medium: 32px;
    --font-size-normal: 16px;
  }
}

@media only screen and (max-width: 500px) {
  :root {
    --font-size-large: 40px;
    --font-size-medium: 20px;
    --font-size-normal: 14px;
  }
}

a {
  color: white;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

li {
  margin-top: 10px;
}

html, body {
  margin: 0;
  min-height: 100%;
  min-width: 100%;
  font-family: 'Libre Baskerville', serif;
  background-color: var(--color-background);
  font-weight: 400;
  font-size: var(--font-size-normal);
  overflow-x: hidden;
}

canvas {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}

.solid {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.wireframe {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
}

.content {
  position: relative;
  z-index: 1;
}

.content .trigger {
  position: absolute;
  top: 0;
  height: 100%;
}

.content .section {
  position: relative;
  padding: var(--padding);
  --pad2: calc(var(--padding) * 2);
  width: calc(100vw - var(--pad2));
  height: calc(100vh - var(--pad2));
  margin: 0 auto;
  z-index: 2;
}


.content .section.dark {
  color: white;
  background-color: black;
}

.content .section.right {
  text-align: right;
}

.content .blueprint {
  position: relative;
  background-color: #04295d;
  background-image: linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px),
                    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
  background-attachment: fixed;
}

.content .blueprint svg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  stroke: white;
  pointer-events: none;
  visibility: hidden;
}

.content .blueprint .dark {
  background-color: transparent;
}

.content .ground-container {
  position: relative;
  overflow: hidden;
}

.content .ground-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -100px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transform-origin: top center;
}

.content .ground-container .ground {
  z-index: -1;
  background-image: url("./img/bg3.webp");
  margin-top: -400px;
}

.content .ground-container .clouds {
  z-index: 2;
  background-image: url("./img/clouds.webp");
}

.content .scroll-cta,
.content .credits {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.content .scroll-cta {
  font-size: var(--font-size-medium);
  opacity: 0;
}

.content .sunset {
  /* background: url("https://assets.codepen.io/557388/sunset-reduced.jpg") no-repeat top center; */
  background: url("./img/bg1.png") no-repeat top center;

  background-size: cover;
  transform-origin: top center;
}

.content h1,
.content h2 {
  font-size: var(--font-size-large);
  margin: 0vmin 0 2vmin 0;
  font-weight: 700;
  display: inline;
}

.content h3 {
  font-size: var(--font-size-medium);
  font-weight: 400;
  margin: 0;
}

.content .end h2 {
  margin-bottom: 50vh;
}

.content .loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-medium);
}

.obj{
  margin-top: 30px;
  box-shadow: rgba(255, 255, 255, 0.26) 0px 1px 4px;
  border-radius: 10px;
  padding: 20px;
  background-color: #04295d;
}

 li{
  font-size: 20px;
  list-style: none;
}

.key{
  margin-top: 30px;
}

.key li{
  border-radius: 10px;
  border-bottom: 2px solid #fff;
  padding: 8px;
}

.navbar-light .navbar-nav .nav-link{
  font-size: 16px !important;
}

.section p{
  font-size: 20px;
}

.logo-footer{
  width: 420px;
}

.copys{
  color: #fff !important;
}


/* CSS */
.button-92 {
  --c: #fff;
  /* text color */
  background: linear-gradient(90deg, #0000 33%, #fff5, #0000 67%) var(--_p,100%)/300% no-repeat,
    #004dff;
  /* background color */
  color: #0000;
  border: none;
  transform: perspective(500px) rotateY(calc(20deg*var(--_i,-1)));
  text-shadow: calc(var(--_i,-1)* 0.08em) -.01em 0   var(--c),
    calc(var(--_i,-1)*-0.08em)  .01em 2px #0004;
  outline-offset: .1em;
  transition: 0.3s;
}

.button-92:hover,
.button-92:focus-visible {
  --_p: 0%;
  --_i: 1;
}

.button-92:active {
  text-shadow: none;
  color: var(--c);
  box-shadow: inset 0 0 9e9q #0005;
  transition: 0s;
}

.button-92 {
  font-weight: bold;
  font-size: 2rem;
  margin: 0;
  cursor: pointer;
  padding: .1em .3em;
}


@media only screen and (max-width:600px){
  .content .section{
    padding: 10px;
    margin: 10px;
    height: unset !important;
  }
  .content .ground-container .clouds{
    background-image: unset;
  }
  .logo-footer{
  width: 180px;
}
.content .scroll-cta,
.content .credits {
  position: relative;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.copys{
  color: #000 !important;
  font-size: 10px !important;
  margin-top: 40px !important;
}
}