

html,
body{
	margin: 0;
  width: 100%;
  max-width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	min-height: 100dvh;
	background-color: #dad2bfa6; 
  overflow-x: clip;
  font-family: 'Anonymous pro', sans-serif;
  -webkit-tap-highlight-color: transparent;
}


.animation-intro{
  position: absolute;
  inset: 0;
  z-index: 20000;
  pointer-events: none;
}

.animation-intro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #dad2bf;
  z-index: 0;
  animation: test 0.1s ease-in 2s forwards;
}

@keyframes test{
	from{
		opacity:1;
	} to{ opacity: 0;
}}



.noise-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	height: 100dvh;
	pointer-events: none;
	background-image: url("./images/noise-smooth.png");
	opacity: 0.4;
  z-index: 30000;
	mix-blend-mode: multiply;
	animation: noiseAnimation 0.25s steps(2) infinite;
}

@keyframes noiseAnimation {
  0%   { background-position: 0 0; }
  25%  { background-position: -40px 30px; }
  50%  { background-position: 55px -25px; }
  75%  { background-position: 20px 60px; }
  100% { background-position: 0 0; }
}

.all-area{
  padding-top: 0;
}

.top-decor{
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  display: grid;
  align-items: center;
  z-index: 10000;
  grid-template-columns: 60px 1fr 80px;
}

@media (max-width: 768px){
  .top-decor{
    grid-template-columns: 50px 1fr 50px;
  }
}

.border-top-line {
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  transform: translateY(-50%);
  height: 2px;
  background-color: rgb(156, 143, 136);
	opacity: 0;
  animation: decorationFadeIn 2.4s ease-in-out 2.1s forwards;
}

@keyframes slideIn {
  from {
    transform: translateX(-100%);
		opacity:1;

  } to {
    transform: translateX(0%);
		opacity: 1;
  }
}

.border-left-line{
  position: fixed;
  top: 0;
  left: 48px;
  width: 2px;
  height: 100%;
  height: 100dvh;
  background-color: rgb(156, 143, 136);
  z-index: 10000;
  pointer-events: none;
	opacity: 0;
  animation: slideUp 2s linear 2.1s forwards;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
		opacity: 1;


  } to {
    transform: translateY(0%);
		opacity: 1;
  }
}

.border-right-line{
  position: fixed;
  top: 0;
  right: 48px;
  width: 2px;
  height: 100%;
  background-color: rgb(156, 143, 136);
	opacity: 0;
  z-index: 10000;
  pointer-events: none;
  animation: slideUp 2s linear 2.1s forwards;
}

@media (max-width: 768px) {
  .border-right-line {
    height: 160vh;
  }
}

.dotted-line{
  position: fixed;
  top: 0px;
  right: -240px;
  width: 100%;
  bottom: 0px;
  z-index: 10000;
  transform: rotate(90deg);
  filter: brightness(0);
  opacity: 0.1;
  pointer-events: none;

  animation: fadeIn 3s ease-in-out 2s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;

  } to {
    opacity: 0.1;
  }
}


.dotted-2-line{
  position: fixed;
  top: 0px;
  right: 240px;
  width: 100%;
  bottom: 0px;
  z-index: 10000;
  transform: rotate(90deg);
  filter: brightness(0);
  opacity: 0.1;
  pointer-events: none;
  animation: fadeIn 3s ease-in-out 2s;
}

.dotted-3-line{
  position: absolute;
  top: 120px;
  right: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  filter: brightness(0);
  opacity: 0.1;
  pointer-events: none;
  animation: fadeIn 3s ease-in-out 2s;
}

.dotted-4-line{
  position: absolute;
  bottom: 20px;
  right: 0px;
  left: 0px;
  width: 100%;
  z-index: 10000;
  filter: brightness(0);
  opacity: 0.1;
  pointer-events: none;
  animation: fadeIn 3s ease-in-out 2s;
}

.decorations-bottom,
.decorations-top{
  height: 9px;
  width: 100%;
  z-index: 10000;
	opacity:0;
  animation: decorationFadeIn 2.1s ease-in-out 2.1s forwards;
}

@keyframes decorationFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.star{
  height: 40px;
  width: 40px;
  object-fit: cover;
  z-index: 10000;
	opacity:0;
  margin-left: 29px;
  animation: decorationFadeIn 2.4s ease-in-out 2.1s forwards;
}

.star-2{
  height: 40px;
  width: 40px;
  object-fit: cover;
  z-index: 10000;
	opacity:0;
  position: absolute;
  top: 0;
  right: 28px;
  animation: decorationFadeIn 2.4s ease-in-out 2.1s forwards;
}

.page-1-pin{
  position: relative;
  height: 200vh;
}

.page-2{
  margin-top: 200px;
}

@media (max-width: 768px){
  .page-1-pin{
    height: 200vh;
  }
}

.page-1{
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  position: sticky;
  top: 0;
  box-sizing: border-box;
  padding-top: 48px;
  z-index: 10001;
}

.crown-fall{
  position: absolute;
  left: 50%;
  top: var(--crown-land, 23vh);
  width: clamp(100px, 9vw, 200px);
  aspect-ratio: 3 / 2;
  object-fit: contain;
  z-index: 150;
  pointer-events: none;
  transform: translate(-50%, -200%);
  will-change: transform;
  filter: drop-shadow(0 8px 14px rgba(0,0,0,0.3));
  opacity: 0;
}

@media (max-width: 768px){
  .crown-fall{
    top: var(--crown-land, 14vh);
  }
}

.page-1-content{
  margin-left: 30%;
  margin-right: 30%;
  padding-top: 4rem;
}

.page-1-img-dino-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.pfp-wrap {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
}

.pfp{
  height: 25vw;
  width: 20vw;
  object-fit: cover;
	opacity: 0;
  position: relative;
  z-index: 100;
  min-width: 12rem;
  min-height: 15rem;
	animation: pfp-fadein 3s ease-in-out 2.1s forwards;
}

@media (max-width: 768px){
  .pfp{
    width: 76vw;
    height: 100%;
    margin-left: 0px;
    margin-top: -45px;
  }
}

@keyframes pfp-fadein{
	from{ 
		opacity: 0;
	} to{
		opacity: 1;
	}
}

.ascii-wrap{
  position: relative;
  display: inline-block;
  left: -70px;
  top: -110px;
}

.dino-dim, .dino-bright{
  position: absolute;
  top: 0px;
  left: -30px;
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: clamp(0.5rem, 1vw, 1rem);
}

@media (max-width:768px){
  .dino-dim, .dino-bright{
    transform: rotate(-32deg);
  }
}

.dino-dim{
  color: rgb(156, 143, 136, 0.45);
}

.dino-bright{
  color: rgba(156, 143, 136, 0.85);
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
}

.text-content{
  position: relative;
  z-index: 100;
  text-align: center;
  margin-top: 2rem;
  color: rgba(156, 143, 136, 0.411);
  line-height: 1.5;
  font-size: clamp(0.75rem, 1.5vw, 3rem);
  font-family: 'Pixelify Sans', sans-serif;
  cursor: default;
}

@media(max-width: 768px){
  .text-content{
    width:300px;
    margin-left: 55px
  }

}


.highlight{
  color: black;
}

.ascii-2-wrap{
  position: absolute;
  display: inline-block;
  top: 128px;
  left: 80px;
}

.wifi-dim, .wifi-bright{
  position: absolute;
  top: 0px;
  left: 0px;
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: clamp(0.2rem, 1vw, 0.6rem);
  transform: rotate(-45deg);
}

@media (max-width: 768px){
  .wifi-dim, .wifi-bright{
    left: -10px;
    top: -10px;
  }
}

.wifi-dim{
  color: rgb(156, 143, 136, 0.45);
}

.wifi-bright{
  color: rgba(156, 143, 136, 0.85);
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
}

@media (max-width: 768px) {
  .text-container {
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    overflow: visible;
  }
}

.sub-text-container {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: 68px;
  box-sizing: border-box;
  left: 60px;
  right: 60px;
  font-size: clamp(0.75rem, 1vw, 2rem);
  overflow: hidden;
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
}

.sub-text-page-1-2{
  color:#d95d39;
  position: absolute;
  top: 240px;
  left: 15px;
  font-size: clamp(0.75rem, 1.2vw, 2rem);
  transform: rotate(-90deg);
  transform-origin: left top;
  padding: 0;
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
  margin: 0;
  opacity:0;
  animation: sub-text-slide-up 2s linear 2.1s forwards;
}

@media (max-width: 768px){
  .sub-text-page-1-2{
    top: 210px
  }
}

@keyframes sub-text-slide-up{
  from {
    transform: translateY(-100px) rotate(-90deg);
		opacity:1;

  }
  to {
    transform: translateY(0%) rotate(-90deg);
		opacity:1;
  }
}

@keyframes sub-text-slide-right{
  from {
    transform: translateX(-100%);
    opacity: 1;
  }
  to {
    transform: translatex(0%) ;
    opacity: 1;
  }
}

.sub-text-page-1{
  color: #d95d39;
  font-size: clamp(0.75rem, 1.2vw, 2rem);
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
  margin: 0;
	opacity:0;
  
  animation: sub-text-slide-right 2s linear 2.1s forwards;
}

.sub-text-page-1-3{
  color:#d95d39;
  position: absolute;
  top: 68px;
  right: 30px;
  font-size: clamp(0.75rem, 1.2vw, 2rem);

  transform: rotate(-90deg);
  transform-origin: right top;
  padding: 0;
  margin-right: -20px;
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
  margin: 0;
	opacity:0;

  animation: sub-text-slide-up 2s linear 2.1s forwards;
}



.sub-text-page-1-4{
  color:#d95d39;
  font-size: clamp(0.75rem, 1.2vw, 2rem);
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
  margin: 0;
	opacity:0;
  
  animation: sub-text-slide-left 2s linear 2.1s forwards;
}

@keyframes sub-text-slide-left{
  from {
    transform: translateX(100%);
    opacity: 1;
  }
  to {
    transform: translatex(0%) ;
    opacity: 1;
  }
}

.video-page {
  position: relative;
  width: 35%;
  max-width: 768px;      
  aspect-ratio: 9 / 16;  
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;

}

.video-page iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  z-index: 10000
}

@media (max-width: 768px){
  
  .video-page iframe{
   width: 217%;
   left: -58%;
  }
}

.dog-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

.dog-dim, .dog-bright{
  position: absolute;
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: clamp(0.75rem, 1.5vw, 2rem);
  pointer-events: none;
	right: 0px;
  bottom: -100px;
}

@media(max-width: 768px){
  .dog-dim, .dog-bright{
    bottom:-450px;
    left: 100px;
}}

.dog-dim{
  color: rgb(156, 143, 136, 0.45);
}

.dog-bright{
  z-index: 4;
  color: rgba(156, 143, 136, 0.85);
  pointer-events: auto;
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


.page-2 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  box-sizing: border-box;
  margin-top: 500px;
}

.ascii-3-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}


.page-2-content{
	display: flex;
	justify-content: center;
  position: relative;
  width: 100%;
  margin: 0;
}


.ascii-art-rip-dim, .ascii-art-rip-bright{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: clamp(0.35rem, 1vw, 1rem);
  pointer-events: none;
}

@media (max-width: 768px){
  .ascii-art-rip-dim, .ascii-art-rip-bright{
  transform: translate(-50%, -175%) rotate(-35deg);

}}

.ascii-art-rip-dim{
  z-index: 0;
}

.ascii-art-rip-dim{
  color: rgb(156, 143, 136, 0.45);
}

.ascii-art-rip-bright{
  z-index: 4;
  color: rgba(156, 143, 136, 0.95);
  pointer-events: auto;
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.page-2-main-content{
  position: relative;
  top: 0px;
  flex: 0 0 400px;
  width: 400px;
  height: 400px;
	z-index: 2;
}

@media (max-width: 768px){
  .page-2-main-content{
    margin-top: 200px;
  }
}


.page-2-border-container:nth-child(1){
	height: 40px;
	width: 40px;
	transform: rotate(0deg);
}

.page-2-border-container:nth-child(2){
	height: 40px;
	width: 40px;
	transform: rotate(90deg);
}

.border-1-2-container{
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.page-text-container{
  position: absolute;
  top: 0;
  left: 40px;
  right: 40px;
  z-index: 3;
  text-align: center;
}

.main-heading-page-2{
  margin: 0;
  font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
}

.sub-heading-page-2{
  font-family: 'Anonymous pro', sans-serif;
  font-size: clamp(0.6rem, 1vw, 1rem);
    font-weight: 700;
  color:#d95d39;
  position: relative;
  margin:0;
}

@media (max-width: 768px){
  .sub-heading-page-2{
    transform: translateY(32px);
  }
}

.corner-top-left,
.corner-top-right,
.corner-bottom-left,
.corner-bottom-right{
  position: absolute;
  width: 40px;
  height: 40px;
}

.corner-top-left{
  top: 0;
  left: 0;
}

.corner-top-right{
  top: 0;
  right: 0;
}

.corner-bottom-left{
  bottom: 0;
  left: 0;
}

.corner-bottom-right{
  bottom: 0;
  right: 0;
}

@media (max-width: 768px){
  .corner-top-left{
    top: 40px;
    left: 60px;
  }

  .corner-top-right{
    top: 40px;
    right: 60px;
  }

 .corner-bottom-left{
  bottom: 40px;
  left: 60px;
}
 .corner-bottom-right{
  bottom: 40px;
  right: 60px;
}

}

.corner-top-left .page-2-border-container{
  transform: rotate(0deg);
}

.corner-top-right .page-2-border-container{
  transform: rotate(90deg);
}

.corner-bottom-left .page-2-border-container{
  transform: rotate(-90deg);
}

.corner-bottom-right .page-2-border-container{
  transform: rotate(180deg);
}


.page-2-border{
	position: relative;
	top: 0;
	right: 0;
	height: 2px;
	width: 27px;
  background-color: #d95d39;
	margin: 0;
	margin-right: -3px;
}

.page-2-border-vertical{
	position: relative;
	right: 0;
	bottom: 0;
	height: 27px;
	width: 2px;
	background-color: #d95d39;
	margin: 0;
}

.toggle-effect {
    width: 320px;
    height: 320px;
    position: relative;
    overflow: hidden;
    margin: 40px auto;
  }

.real-promises{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  z-index: 3;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.fake-promises{
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
  z-index: 3;
	padding-bottom: 20px;
	padding-top: 20px;
	cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

#card2 {
  display: none;
}

.swipe-tip{
  position: relative;
  z-index: 4;
  text-align: center;
  font-size: clamp(0.75rem, 1vw, 1.2rem);
  color: #9C8F88;
}

.swipe-progress{
  position: relative;
  z-index: 4;
  width: 100%;
  height: 4px;
  background-color: rgba(156, 143, 136, 0.25);
  overflow: hidden;
}

@media (max-width:768px){
  .swipe-progress{
    width: 79%;
    margin-inline: auto;
  }
}

.swipe-progress-fill{
  width: 0%;
  height: 100%;
  background-color: #d95d39;
  transition: width 0.15s ease-out;
}

.main-heading-page-2{
  font-size: clamp(0.8rem, 1.6vw, 7rem);
	transform: translateY(-10px);
}
.page-2,p{
  font-size: clamp(0.7rem, 1.6vw, 1rem);
}

@media (max-width: 768px){
  .main-heading-page-2{
   transform: translateY(32px);
}}

.bullet-point-container{
	position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  align-content: center;
  width: 100%;
  margin-top: 0;
  margin-left: 20px;
}

.bullet-point-container p{
  margin: 0;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 200;
  
}

.bullet{
	height: 20px;
	width: 20px;
	object-fit: cover;
	transform: rotate(180deg);
	margin-left: 10px;
}

.shovel-wrap{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: auto;
}

.shovel-dim, .shovel-bright{
  position: absolute;
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: clamp(0.75rem, 1vw, 1rem);
  pointer-events: none;
	right: 20px;
  top: 100px;
}

@media (max-width: 768px){
  .shovel-dim, .shovel-bright{
    top: 600px;
  }
}


.shovel-dim{
  color: rgb(156, 143, 136, 0.45);
}

.shovel-bright{
  z-index: 4;
  color: rgba(156, 143, 136, 0.85);
  pointer-events: auto;
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}

.mission-page{
  position: relative;
  margin-top: 0px;
  box-sizing: border-box;
  margin-left: 33%;
  margin-right: 33%;
}

@media (max-width: 768px){
  .mission-page{
    margin-left: 12%;
    margin-right: 12%;
  .mission-1{
    height: 20rem;
  }
  }
}

.mission-page-heading-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.mission-1{
  width: 70%;
  height: 25rem;
  position: relative;
  margin: 0 auto;
  transition: 1s ease;
  cursor: pointer;
  margin-top: 20px;
}

.mission-1:hover{
  width: 80%;
}

.mission-1.expanded{
  width: 100%;
}

.mission-left-border{
  position: absolute;
  left: 0px;
  top:0px;
  bottom: 0px;
  width: 2px;
  background-color: #d95d39;
}

.mission-right-border{
  position: absolute;
  right: 0px;
  top:0px;
  bottom: 0px;
  width: 2px;
  background-color: #d95d39;
}

.mission-top-border{
  position: absolute;
  left: 0px;
  top:0px;
  right: 0px;
  height: 2px;
  background-color: #d95d39;

}

.mission-bottom-border{
  position: absolute;
  left: 0px;
  right:0px;
  bottom: 0px;
  height: 2px;
  background-color: #d95d39;
}

.content-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
}

.mission-1.expanded .content-container{
  opacity: 0;
}

.details-container{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
  opacity: 0;
  transition: 1s ease;
}

@media (max-width: 768px){
  .details-container{
    padding-right: 20px;
    padding-left: 20px;
    box-sizing: border-box;
  }
}

.explanations{
  text-align: center;
  font-size: 18px;
}

.mission-1.expanded .details-container{
  opacity: 1;
}

.mission-heading{
  font-size: 35px;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.mission-sub-headings-container{
  margin-top: 0px;
}

.mission-sub-heading{
  font-size: clamp(1rem 1vw 2rem);
  text-align: left;
  margin-left: 26px;
  margin-bottom: -10px;
}

.mission-sub-heading-2{
  font-size: clamp(1rem 1vw 2rem);
  text-align: left;
  margin-left: 26px;
  margin-top: -10px;
}

.status-bar{
  width: 250px;
  height: 50px;
  object-fit: cover;
  margin-left: 10px;
}


.mission-1-details{
  font-size: clamp(1rem 1vw 2rem);
  text-align: left;
  margin-left: 26px;
  margin-top: 30px;
}

.arrow{
   color:#d95d39;
}

.orange-line-mission{
  width: 350px;
  height: 2px;
  background-color:#d95d39;
}

.nav-arrow{
  position: absolute;
  bottom: 20px;
  right: 32px;
  margin: 0;
  color:#d95d39;
  font-size: 25px;
}

.details{
  font-size: 18px;
}

@media (max-width: 768px){
.status-bar{
  width: 200px;
  margin-left: 13px;
}
.mission-sub-headings-container{
  margin-left: -8px;
}
.mission-1-details{
  transform: translateX(-8px);
}
}




.mission-2{
  width: 70%;
  height: 25rem;
  position: relative;
  margin: 0 auto;
  transition: 1s ease;
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 768px){
  .mission-2{
    height: 20rem;
  }
}

.mission-2:hover{
  width: 80%;
}

.mission-2.expanded{
  width: 100%;
}

.content-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
}

.mission-2.expanded .content-container{
  opacity: 0;
}

.details-container{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
  opacity: 0;
  transition: 1s ease;
}

.explanations{
  text-align: center;
  font-size: 18px;
}

.highlight{
  font-weight: 700;
}

.mission-2.expanded .details-container{
  opacity: 1;
}

.mission-2-heading{
  font-size: 35px;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.pants-on-fire{
  width: 250px;
  height: 130px;
  object-fit: cover;
    margin-left: 10px;
}

@media (max-width: 768px){
  .mission-2-heading{
    font-size: 27px;
  }
  .pants-on-fire{
    width: 200px;
    height: 100px;
    margin-left: 0px;
  }
}

.mission-2-sub-headings-container{
  margin-top: 0px;
}

.mission-details-container{
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}

.mission-2-details{
  font-size: clamp(1rem 1vw 2rem);
  text-align: left;
  display: inline-block;
}


.mission-2-details-2{
  font-size: clamp(1rem 1vw 2rem);
  text-align: left;

  display: inline-block;
}

.orange-line-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.orange-line{
  width: 90%;
  height: 2px;
  position: relative;
  background-color:#d95d39;
  
}


.mission-2-sub-heading{
  font-size: 14px;
  text-align: left;
  margin-left: 10px;
  display: inline-block;
}

.mission-arrow-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
}


.nav-arrow{
  color:#d95d39;
  font-size: 25px;
}

.details{
  font-size: 18px;
}

@media (max-width: 768px){
 .mission-2-sub-heading{
  font-size: 10px;
 }
 .details{
  font-size: 12px;
 }
 .nav-arrow{
  font-size: 13px;
 }
 .mission-arrow-container{
  padding-right: 0px;
  padding-left: 0px;
 }
}

.mission-3{
  width: 70%;
  height: 25rem;
  position: relative;
  margin: 0 auto;
  transition: 1s ease;
  cursor: pointer;
  margin-top: 20px;
}

@media (max-width: 768px){
  .mission-3{
    height: 20rem;
  }
}

.mission-3:hover{
  width: 80%;
}

.mission-3.expanded{
  width: 100%;
}

.content-container{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
}

.mission-3.expanded .content-container{
  opacity: 0;
}

.details-container{
    position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  transition: opacity 0.5s ease;
  opacity: 0;
  transition: 1s ease;
}

.explanations{
  text-align: left;
  font-size: 16px;
}

.mission-3.expanded .details-container{
  opacity: 1;
}

.mission-3-heading{
  font-size: 35px;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 900;
  margin: 0;
  text-align: center;
}

.goal{
  width: 250px;
  height: 130px;
  object-fit: cover;
    margin-left: 10px;
}

@media (max-width: 768px){
  .mission-3-heading{
    font-size: 27px;
  }
  .goal{
    width: 200px;
    height: 100px;
    margin: 10 auto;
  }
}

.mission-3-sub-headings-container{
  margin-top: 0px;
}

.mission-details-container{
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
}


.orange-line-container{
  width: 100%;
  display: flex;
  justify-content: center;
}

.orange-line{
  width: 90%;
  height: 2px;
  position: relative;
  background-color:#d95d39;
  
}

.mission-3-details{
  font-size: clamp(1rem 1vw 1.5rem);
  text-align: left;
  display: inline-block;
}


.mission-3-sub-heading{
  font-size: 14px;
  text-align: left;
  margin-left: 17px;
  display: inline-block;
}

.mission-arrow-container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  padding-right: 10px;
  padding-left: 10px;
}


.nav-arrow{
  color:#d95d39;
  font-size: 25px;
}

.details{
  font-size: 18px;
}

@media (max-width: 768px){
 .mission-3-details{
  font-size: 10px;
  margin-left: 10px;
  transform: translateY(-5px);
 }
 .details{
  font-size: 12px;
 }
 .nav-arrow{
  font-size: 13px;
 }
 .mission-arrow-container{
  padding-right: 0px;
  padding-left: 0px;
 }
}

.page-3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  min-height: 100dvh;
  box-sizing: border-box;
}

.page-3-content{
  position: relative;
  top: 400px;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px){
  .page-3-content{
    top: 100px;
  }
}

.suggestion-box{
  position: relative;
  width: 25rem;
  height: 25rem;
}


.suggestion-box-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.letter-container{
  height: 10rem;
  width: 15rem;
  background-color: #dad2bf;
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
}

.left-border{
  background-color: #d95d39;
  width: 2px;
  position: absolute;
  height: 100%;
  left: 0px;
  bottom: 0px;
  display: inline-block;
  margin: 0;
}

.right-border{
  background-color: #d95d39;
  width: 2px;
  position: absolute;
  height: 100%;
  right: 0px;
  display: inline-block;
  margin: 0;
}

.top-border{
  background-color: #d95d39;
  height: 2px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  display: inline-block;
  margin: 0;
}

.suggestion-box-heading{
  font-size: clamp(1.5rem, 2.4vw, 2.2rem);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  color:#d95d39;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
}

.suggestion-box-sub-heading{
  font-size: clamp(0.75rem, 1vw, 1rem);
  text-align: center;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
}

.answer-collector{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 110;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 400;
}

.form-container{
  background-color:#dad2bf;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  height: 10rem
}

.form-frame{
  height: 9rem;
  width: 20rem;
  display: block;
}

#message{
  background-color:#dad2bf;
  padding-left: 10px;
  height: 45px;
  width: 160px;
  border: none;
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Pixelify Sans', sans-serif;
  color: black;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 400;
}

#message:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.submit{
  border: none;
  height: 40px;
  width: 18rem;
  background-color: #E04201;
  cursor: pointer;
  font-family: 'Pixelify Sans';
  font-size: clamp(0.5rem, 1vw, 1rem);
  margin-bottom: 10px;
    font-family: 'Anonymous pro', sans-serif;
  font-weight: 700;
}

@media (max-width: 768px){
  .page-3{
    padding: 0 48px;
  }

  .suggestion-box-heading{
    margin-top: 20px;
  }

  .page-3-content{
    width: 100%;
    box-sizing: border-box;
  }

  .suggestion-box{
    width: 100%;
    max-width: 25rem;
    height: auto;
    aspect-ratio: 1;
  }

  .letter-container{
    width: min(13rem, calc(100% - 24px));
    top:-58px;
  }

  .form-container{
    width: min(18rem, 100%);
    height: 8rem;
  }

  .answer-collector{
    transform: translateY(8px);
  }

  .form-frame{
    width: 100%;
    height: 7rem;
  }

  .form-container form{
    width: 100%;
  }

  .submit{
    display: block;
    width: calc(100% - 20px);
    max-width: 18rem;
    margin: 0 auto 10px;
    margin-top: -15px;
  }

  .suggestion-box-sub-heading{
    transform: translateY(5px)
  }

  #message{
    width: min(160px, calc(100% - 20px));
    box-sizing: border-box;
    top: 25px;
  }
}

.bottom-border{
  position: relative;
  margin-top: 200px;
  width: 100%;
  background-color:#9C8F88;
  height: 2px;
}

.star-decorations-bottom{
  display: grid;
  grid-template-columns: 60px 1fr 80px;
  position: relative;
  top: -20px;
  box-sizing: border-box;
  align-items: center;
}

.bottom-star-1{
  height: 40px;
  width: 40px;
  margin-left: 29px
}

.bottom-star-2{
  height: 40px;
  width: 40px;
  transform: translateX(11px);
}

.footer{
  position: relative;
  text-align: center;
  margin: 0;
  top: -80px;
}

.the-end{
  height: 150px;
  width: 300px;
  margin: 0;
  opacity: 0;
}

.the-end.is-visible{
  animation: end-fade-in 1s ease-in-out forwards;
}

@keyframes end-fade-in{
  from{
    opacity: 0;
  } to{
    opacity: 1;
  }
}

.thankyou-note{
  margin: 0;
  margin-top: -10px;
}

.signature{
  color:#d95d39;
  font-size: clamp(0.5rem, 1vw, 1rem);
  font-family: 'Pixelify sans';
}

.gojo-wrap{
  position: relative;
  display: inline-block;
  left: -200px;
  top: -50px;
  width: 260px;
  height: 150px;
  cursor: pointer;
}

.gojo-dim, .gojo-bright{
  position: absolute;
  top: -100px;
  right: 180px;
  color: #9C8F88;
  white-space: pre;
  cursor: default;
  font-size: 3.6px;
}

@media (max-width:768px){
  .dino-dim, .dino-bright{
    transform: rotate(-32deg);
  }
}

.gojo-dim{
  color: rgb(156, 143, 136, 0.45);
}

.gojo-bright{
  color: rgba(156, 143, 136, 0.85);
  -webkit-mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
  mask-image: radial-gradient(circle 60px at var(--mx, -999px) var(--my, -999px), black 0%, transparent 100%);
}

@media (max-width: 768px){
  .gojo-dim, .gojo-bright{
    opacity: 0;
  }
}


