body {
  background: rgb(21,25,30);
  background: linear-gradient(139deg, rgb(10, 37, 52) 0%, rgba(21,25,30,1) 60%);
  background-attachment: fixed; 
    color: #ddd;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
}

.animated-link {
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 450px;
}

h1 a, h3.animated-link a {
  text-decoration: none;
  font-weight: 400;
  /* color: #000000; */
  background-repeat: no-repeat;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
} 

h1 a {
  font-size: 48px;
  background-image: linear-gradient(270deg, rgb(139, 121, 52), rgb(125, 109, 53));
  background-size: 100%;
  background-position: 0 50px;
}

h1 a:hover {
  background-position: 0 30px;
}
h1, h2 {
  color: white;
  font-weight: 400;
  margin-bottom: 0;
}
.panel pre.prettyprint {
  font-size: 20px;
  text-align: left;
  width: auto;
  font-weight: normal;
  margin: 10px;
  border: none;
}
.prettyprint .linenums {
  padding: 0;
  list-style: none;
}
.prettyprint ol li {
  background: rgb(21,25,30);
  background: linear-gradient(169deg, rgba(27,52,65,1) 0%, rgba(21,25,30,1) 60%);
}

.panel.red .prettyprint .linenums > li:nth-child(n+7):nth-child(-n+9), 
.panel.gray .prettyprint .linenums > li:nth-child(10),
.panel.purple .prettyprint .linenums > li:nth-child(4),
.panel.green .prettyprint .linenums > li:nth-child(n+6):nth-child(-n+10) {
  background: rgb(21,25,30);
  background: linear-gradient(169deg, rgba(27,52,65,1) 0%, rgba(21,25,30,1) 60%);}
  .initbox {
    bottom: -100vh;
    width: 100px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    background-color: transparent;
    border-radius: 8px;
    color: #222;
    font-weight: 700;
    margin-left: 20px;
    will-change: transform;
  }
.box {
  bottom: -100vh;
  width: 100px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  background-color: white;
  border-radius: 8px;
  color: #222;
  font-weight: 700;
  margin-left: 20px;
  will-change: transform;
}
.box.active {
  background-color: orange;
  border: 2px solid white;
}
.description, .final {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-height: 80vh;
}

.container {
  width: 500%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
}

.panel {
  font-weight: 300;
}
.panel.align-top {
  align-items: flex-start;
}

.panel h1 {
  font-size: 1.8em;
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.panel.description {
  padding-bottom: 60px;
}
.panel p, .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.panel p strong, .panel li strong {
  color: white;
  font-weight: 400;
}
.panel p code, .panel li code {
  background-color: rgba(255,255,255,0.15);
  padding: 2px 4px;
  border-radius: 5px;
}
.panel li {
  margin: 0;
}
.gray {
  background-color: #777;
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205,0.00) 0%, rgba(205, 205, 205,0.1) 43%,transparent 43%, transparent 100%),radial-gradient(circle at 35% 12%, rgba(215, 215, 215,0.0) 0%, rgba(215, 215, 215,0.0) 4%,transparent 4%, transparent 100%),radial-gradient(circle at 1% 35%, rgba(24, 24, 24,0.0) 0%, rgba(24, 24, 24,0.0) 37%,transparent 37%, transparent 100%),radial-gradient(circle at 21% 1%, rgba(0, 0, 0,0.0) 0%, rgba(0, 0, 0,0.0) 26%,transparent 26%, transparent 100%),radial-gradient(circle at 23% 82%, rgba(249, 249, 249,0.04) 0%, rgba(249, 249, 249,0.00) 60%,transparent 60%, transparent 100%),radial-gradient(circle at 11% 54%, rgba(251, 251, 251,0.00) 0%, rgba(251, 251, 251,0.00) 23%,transparent 23%, transparent 100%),radial-gradient(circle at 69% 68%, rgba(234, 234, 234,0.02) 0%, rgba(234, 234, 234,0.03) 10%,transparent 10%, transparent 100%),linear-gradient(90deg, #ababab ,#161b22);
}
.blue {
  background-color: rgb(211, 174, 74);
  background-image: radial-gradient(circle at 47% 14%, rgba(211, 174, 74, 0.04) 0%, rgba(205, 205, 205,0.04) 43%,transparent 43%, transparent 100%),radial-gradient(circle at 35% 12%, rgba(215, 215, 215,0.04) 0%, rgba(215, 215, 215,0.04) 4%,transparent 4%, transparent 100%),radial-gradient(circle at 1% 35%, rgba(24, 24, 24,0.04) 0%, rgba(24, 24, 24,0.04) 37%,transparent 37%, transparent 100%),radial-gradient(circle at 21% 1%, rgba(0, 0, 0,0.04) 0%, rgba(0, 0, 0,0.04) 26%,transparent 26%, transparent 100%),radial-gradient(circle at 23% 82%, rgba(249, 249, 249,0.04) 0%, rgba(249, 249, 249,0.04) 60%,transparent 60%, transparent 100%),radial-gradient(circle at 11% 54%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 23%,transparent 23%, transparent 100%),radial-gradient(circle at 69% 68%, rgba(234, 234, 234,0.04) 0%, rgba(234, 234, 234,0.04) 70%,transparent 70%, transparent 0%),linear-gradient(90deg, #867139, #eee);
}
.orange {
  background-color: #e77614;
  background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228,0.0) 0%, rgba(228, 228, 228,0.0) 13%,transparent 13%, transparent 100%),radial-gradient(circle at 11% 41%, rgba(198, 198, 198,0.0) 0%, rgba(198, 198, 198,0.0) 19%,transparent 19%, transparent 100%),radial-gradient(circle at 52% 23%, rgba(14, 14, 14,0.0) 0%, rgba(14, 14, 14,0.00) 69%,transparent 69%, transparent 100%),radial-gradient(circle at 13% 85%, rgba(148, 148, 148,0.0) 0%, rgba(148, 148, 148,0.06) 44%,transparent 44%, transparent 100%),radial-gradient(circle at 57% 74%, rgba(232, 232, 232,0.0) 0%, rgba(232, 232, 232,0.06) 21%,transparent 21%, transparent 100%),radial-gradient(circle at 59% 54%, rgba(39, 39, 39,0.0) 0%, rgba(39, 39, 39,0.0) 49%,transparent 49%, transparent 100%),radial-gradient(circle at 98% 38%, rgba(157, 157, 157,0.0) 0%, rgba(157, 157, 157,0.06) 24%,transparent 24%, transparent 100%),radial-gradient(circle at 8% 6%, rgba(60, 60, 60,0.0) 0%, rgba(60, 60, 60,0.0) 12%,transparent 12%, transparent 100%),linear-gradient(90deg, #fff, #1d2229);
}
.split-line {
  overflow: hidden;
}

.red {
  background-color: #867139;
  background-image: 
    url('./leaking.png'), /* PNG image on top */
    radial-gradient(circle at 19% 90%, rgba(190, 190, 190,0.0) 0%, rgba(190, 190, 190,0.0) 17%, transparent 17%, transparent 100%), 
    radial-gradient(circle at 73% 2%, rgba(78, 78, 78,0.0) 0%, rgba(78, 78, 78,0.0) 94%, transparent 94%, transparent 100%), 
    radial-gradient(circle at 45% 2%, rgba(18, 18, 18,0.0) 0%, rgba(18, 18, 18,0.0) 55%, transparent 55%, transparent 100%), 
    radial-gradient(circle at 76% 60%, rgba(110, 110, 110,0.0) 0%, rgba(110, 110, 110,0.0) 34%, transparent 34%, transparent 100%), 
    radial-gradient(circle at 68% 56%, rgba(246, 246, 246,0.0) 0%, rgba(246, 246, 246,0.0) 16%, transparent 16%, transparent 100%), 
    radial-gradient(circle at 71% 42%, rgba(156, 156, 156,0.0) 0%, rgba(156, 156, 156,0.0) 47%, transparent 47%, transparent 100%), 
    radial-gradient(circle at 46% 82%, rgba(247, 247, 247,0.0) 0%, rgba(247, 247, 247,0.00) 39%, transparent 39%, transparent 100%), 
    radial-gradient(circle at 30% 37%, rgba(209, 209, 209,0.0) 0%, rgba(209, 209, 209,0.0) 15%, transparent 12%, transparent 100%), 
    linear-gradient(90deg, #eee, #ababab);
  background-size: cover; /* Ensure the PNG covers the entire background */
  background-blend-mode: normal; /* Ensure the PNG is not blended with gradients */
  background-position: center;
}

.purple {
  background-color: #8d3dae;
  background-image: radial-gradient(circle at 47% 14%, rgba(205, 205, 205,0.0) 0%, rgba(205, 205, 205,0.0) 43%,transparent 43%, transparent 100%),radial-gradient(circle at 45% 32%, rgba(215, 215, 215,0.0) 0%, rgba(215, 215, 215,0.0) 4%,transparent 4%, transparent 100%),radial-gradient(circle at 1% 35%, rgba(24, 24, 24,0.0) 0%, rgba(24, 24, 24,0.0) 37%,transparent 37%, transparent 100%),radial-gradient(circle at 21% 1%, rgba(0, 0, 0,0.0) 0%, rgba(0, 0, 0,0.0) 26%,transparent 26%, transparent 100%),radial-gradient(circle at 23% 82%, rgba(249, 249, 249,0.0) 0%, rgba(249, 249, 249,0.0) 60%,transparent 60%, transparent 100%),radial-gradient(circle at 11% 54%, rgba(251, 251, 251,0.0) 0%, rgba(251, 251, 251,0.0) 23%,transparent 23%, transparent 100%),radial-gradient(circle at 69% 68%, rgba(234, 234, 234,0.04) 0%, rgba(234, 234, 234,0.0) 10%,transparent 50%, transparent 100%),linear-gradient(90deg, #171c23, #1d2229);
}
.green {
  background-color: #28a92b;
  background-image: radial-gradient(circle at 46% 40%, rgba(228, 228, 228,0.0) 0%, rgba(228, 228, 228,0.0) 13%,transparent 13%, transparent 100%),radial-gradient(circle at 11% 41%, rgba(198, 198, 198,0.0) 0%, rgba(198, 198, 198,0.0) 19%,transparent 19%, transparent 100%),radial-gradient(circle at 52% 23%, rgba(14, 14, 14,0.0) 0%, rgba(14, 14, 14,0.0) 69%,transparent 69%, transparent 100%),radial-gradient(circle at 13% 85%, rgba(148, 148, 148,0.06) 0%, rgba(148, 148, 148,0.0) 44%,transparent 44%, transparent 100%),radial-gradient(circle at 57% 74%, rgba(232, 232, 232,0.06) 0%, rgba(232, 232, 232,0.06) 21%,transparent 21%, transparent 100%),radial-gradient(circle at 59% 54%, rgba(39, 39, 39,0.06) 0%, rgba(39, 39, 39,0.0) 49%,transparent 49%, transparent 100%),radial-gradient(circle at 98% 38%, rgba(157, 157, 157,0.06) 0%, rgba(157, 157, 157,0.06) 24%,transparent 24%, transparent 100%),radial-gradient(circle at 8% 6%, rgba(60, 60, 60,0.06) 0%, rgba(60, 60, 60,0.0) 12%,transparent 12%, transparent 100%),linear-gradient(90deg, #171c22, rgb(88, 74, 35));
}

html, body {
  margin: 0;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: "Signika Negative", sans-serif, Arial;
}

.panel {
	width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.5em;
  text-align: center;
  color: white;
  position: relative;
  box-sizing: border-box;
  padding: 10px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

h1, h2, p, li {
  max-width: 800px;
}

/* HEADER */
header {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 6px 10px 10px 10px;
  border-bottom-right-radius: 26px;
  z-index: 100;
  background-color: rgba(0,0,0,0.5);
  will-change: transform;
}

/* HEADINGS */
.header-section {
  padding: 0 15px;
  text-align: center;
  margin: 40vh auto 50vh;
}

/* SCROLL DOWN */ 
.scroll-down {
  position: absolute; 
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #d3ae4a;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 16px;
  overflow: visible;
}
.scroll-down .arrow {
  position: relative;
  top: -4px;
  margin: 0 auto;
  width: 20px;
  height: 20px;
  filter: invert(91%) sepia(43%) saturate(3167%) hue-rotate(314deg) brightness(85%) contrast(36%);  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}

.arrow-right {
  transform: rotate(-90deg);
  position: relative;
  top: -4px;
  margin: 1rem auto;
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KPHBhdGggZmlsbD0iYmxhY2siIGQ9Ik00ODMuMiwxOTIuMmMtMjAuNS0yMC41LTUzLjUtMjAuOC03My43LTAuNkwyNTcsMzQ0LjFMMTA0LjUsMTkxLjZjLTIwLjItMjAuMi01My4yLTE5LjktNzMuNywwLjYKCWMtMjAuNSwyMC41LTIwLjgsNTMuNS0wLjYsNzMuN2wxOTAsMTkwYzEwLjEsMTAuMSwyMy40LDE1LjEsMzYuOCwxNWMxMy4zLDAuMSwyNi43LTQuOSwzNi44LTE1bDE5MC0xOTAKCUM1MDMuOSwyNDUuNyw1MDMuNywyMTIuNyw0ODMuMiwxOTIuMnoiLz4KPC9zdmc+);
  background-size: contain;
}
.header {
  background-color: #9a7c2949;
}

.description-inner {
  padding: 10vw;
  width: 100%;
}

.title {
  font-size: 3rem;
  letter-spacing: -0.04em;
  text-transform: capitalize;
}

.paragraph {
  font-size: x-large;
  letter-spacing: -0.04em;
  line-height: 1em;
  width: 68%;
  padding: 1em 0;
}

.important-text {
  font-size: xx-large;
  font-weight: 200;
  letter-spacing: 0.02em;
  line-height: 1.3em;
  color: #d3ae4ac9;
}

.highlight-text {
  font-weight: 400;
  font-size: xx-large;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #d3ae4a82;
  padding: .13em .3em;
  border-radius: .5em;
  margin: 1.6em 0;
}

.full-width {
  width: 100%;
}

.lead-text {
  font-size: xx-large;
  font-weight: 50;
  line-height: 2px;
  letter-spacing: -0.01em;
  color: #fff;
}

.insights {
  font-size: large;
  letter-spacing: -0.05em;
}

.cta-text {
  font-weight: 400;
  font-size: 1.8em;
  letter-spacing: -0.03em;
  color: #fff;
  background-color: #3d3d3d82;
  padding: .18em .3em;
  border-radius: .5em;
  margin: 1.5em .0em;
  line-height: 3em;
}
.scaled-image-container {
  position: absolute;
  right: -60vw;
  top: 0; /* You can adjust this value as needed */
  width: 100%; /* Adjust this value as needed */
  height: auto; /* Maintain aspect ratio */
  max-width: 100vw; /* Prevent overflow */
}
.scaled-image-container img {
  width: 100%;
  height: auto; /* Maintain aspect ratio */
  display: block;
  scale: 0.7; /* Adjust this value as needed */
}
.description {
  position: relative;
  width: 100%;
}
.description::after {

  content: '';
  display: block;
  height: 10px;
  width: 100%;
      background: linear-gradient(to right, #86712c, #695524, #bb9f52, #695524); /* Gold-like gradient colors */
  position: absolute;
  bottom: -5px; /* Adjust based on your needs */
  left: 0;
}
/*
==============================================
slideLeft
==============================================
*/
.slideLeft {
  animation-name: slideLeft, fadeIn;
  -webkit-animation-name: slideLeft, fadeIn;

  animation-duration: .7s, 1s; /* Adjust durations as needed */
  -webkit-animation-duration: .7s, 1s;

  animation-timing-function: ease-in, ease-in-out;
  -webkit-animation-timing-function: ease-in, ease-in-out;

  animation-delay: 0s, .7s; /* Start the fade-in after the slide-in */
  -webkit-animation-delay: 0s, .7s;

  animation-fill-mode: forwards, forwards;
  -webkit-animation-fill-mode: forwards, forwards;

  visibility: visible !important;
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%) scale(0.5);
    perspective: 1000px;
  }

  100% {
    opacity: 0.8; /* Set final opacity to 80% for this animation */
    transform: translateX(0%) scale(1);
    perspective: 1000px;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%) scale(0.5);
    perspective: 1000px;
  }

  100% {
    opacity: 0.8; /* Set final opacity to 80% for this animation */
    -webkit-transform: translateX(0%) scale(1);
    perspective: 1000px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

/*
==============================================
slideRight
==============================================
*/
.slideRight {
  animation-name: slideRight;
  -webkit-animation-name: slideRight;

  animation-duration: .7s; /* Adjust durations as needed */
  -webkit-animation-duration: .7s;

  animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;

  animation-delay: 0s; /* Start the fade-in after the slide-in */
  -webkit-animation-delay: 0s;

  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;

  visibility: visible !important;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-100%) scale(0.5);
    perspective: 1000px;
  }

  100% {
    opacity: 0.8; /* Set final opacity to 80% for this animation */
    transform: translateX(0%) scale(1);
    perspective: 1000px;
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) scale(0.5);
    perspective: 1000px;
  }

  100% {
    opacity: 0.8; /* Set final opacity to 80% for this animation */
    -webkit-transform: translateX(0%) scale(1);
    perspective: 1000px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
  }
}

.hidden {
  opacity: 0;
  transform: scale(0.5) translateY(100%);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.visible {
  opacity: 1;
  transform: scale(1) translateY(0);
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
}
.home-title span{
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
}

.home-title span::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  animation: a-ltr-after 2s cubic-bezier(.77,0,.18,1) forwards;
  transform: translateX(-101%);
}

.home-title span::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgb(10, 37, 52);
  animation: a-ltr-before 2s cubic-bezier(.77,0,.18,1) forwards;
  transform: translateX(0);
}

.home-title span:nth-of-type(1)::before,
.home-title span:nth-of-type(1)::after{
  animation-delay: 1s;
}

.home-title span:nth-of-type(2)::before,
.home-title span:nth-of-type(2)::after{
  animation-delay: 1.5s;
}

@keyframes a-ltr-after{
  0% {transform: translateX(-100%)}
  100% {transform: translateX(101%)}
}

@keyframes a-ltr-before{
  0% {transform: translateX(0)}
  100% {transform: translateX(200%)}
} 