

* { 
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html, body {
  height: 100%;
  overflow-x: hidden;
  background: #0a0e27 !important;
}

body {
  background: #0a0e27 !important;
  min-height: 100vh; 
}

.container {
  width: 100%;
  
  min-height: 7320px;
  background: #0a0e27 !important;
  position: relative;
}


.astral-snake-image {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: auto;
  z-index: 10;
}


.plants-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 900px !important;
  height: auto;
  z-index: 5;
}

.plants-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px !important;
  height: auto;
  z-index: 5;
}


.presents-text {
  position: absolute;
  top: 820px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-align: center;
  z-index: 15;
  font-family: Arial, sans-serif;
}


.zubari-logo {
  position: absolute;
  top: 860px !important;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px !important;
  height: auto;
  z-index: 10;
}


.scroll-space { height: 0; }


.section-two {
  position: absolute;
  top: 1080px;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: 5;
}


.plants-section2-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 900px;
  height: auto;
  z-index: 6;
}

.plants-section2-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 900px;
  height: auto;
  z-index: 6;
}


.text-columns {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1400px;
  display: flex;
  gap: 4rem;
  z-index: 10;
}

.text-column {
  flex: 1;
  color: white;
}

.text-column h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  text-align: center;
}

.text-column p {
  font-size: 1.125rem;
  line-height: 1.8;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: justify;
}


.video-section {
  position: absolute;
  top: 2160px;
  left: 0;
  width: 100%;
  min-height: 800px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
}


.video-gallery-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto 4rem;
  z-index: 10;
}

.video-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.video-item video {
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  background: #000;
}

.video-caption {
  color: white;
  font-size: 1rem;
  font-family: Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
  margin: 0;
}

.video-placeholder {
  display: none;
}


.video-text-columns {
  width: 90%;
  max-width: 1400px;
  display: flex;
  gap: 4rem;
  z-index: 10;
  margin-top: 3rem;
}

.video-text-column {
  flex: 1;
  color: white;
}

.video-text-column h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  text-align: center;
}

.video-text-column p {
  font-size: 1.125rem;
  line-height: 1.8;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: justify;
}


.character-design-section {
  position: absolute;
  top: 3000px;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: 5;
}


.plants-char-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 600px;
  height: auto;
  z-index: 6;
}

.plants-char-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
  height: auto;
  z-index: 6;
}


.character-design-title {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 10;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}


.zubari-scamp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: auto;
  z-index: 8;
}


.environment-design-section {
  position: absolute;
  top: 4080px;
  left: 0;
  width: 100%;
  height: 2160px;
  z-index: 5;
}


.leaf-env-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: auto;
  z-index: 6;
}

.leaf-env-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: auto;
  z-index: 6;
}


.environment-design-title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 10;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}


.levels-container {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  z-index: 8;
}


.level-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.level-block h2 {
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
}


.level-preview {
  width: 300px;
  height: 400px;
  background: black;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 8;
}


.level-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}


.level-preview:hover {
  width: 800px;
  height: 600px;
  z-index: 50;
  transform: scale(1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
}


.level-2 .level-preview:hover {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.level-1 .level-preview:hover {
  transform-origin: left center;
}


.level-3 .level-preview:hover {
  transform-origin: right center;
}


.level-preview:hover .horizontal-scroll {
  width: 300%;
  cursor: grab;
  animation: scrollHorizontalLarge 6s ease-in-out infinite alternate;
}

.level-preview:hover .vertical-scroll {
  height: 300%;
  cursor: grab;
  animation: scrollVerticalLarge 6s ease-in-out infinite alternate;
}


@keyframes scrollHorizontalLarge {
  0% { transform: translateX(0); }
  100% { transform: translateX(-66%); }
}

@keyframes scrollVerticalLarge {
  0% { transform: translateY(0); }
  100% { transform: translateY(-66%); }
}


.lily-left {
  position: absolute;
  top: 60%; 
  left: 0%;
  width: 900px;
  height: auto;
  z-index: 15;
}

.lily-right {
  position: absolute;
  top: 60%; 
  right: 0%;
  width: 900px;
  height: auto;
  z-index: 15;
}


.scamps-title {
  position: absolute;
  top: 68%; 
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 20;
  font-family: Arial, sans-serif;
  margin: 0;
  letter-spacing: 0.05em;
}


.levels-container-2 {
  position: absolute;
  top: 80%; 
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  z-index: 8;
}


.asset-design-section {
  position: absolute;
  top: 6240px;
  left: 0;
  width: 100%;
  height: 1080px;
  z-index: 5;
}


.vines-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: auto;
  z-index: 6;
}

.vines-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: auto;
  z-index: 6;
}


.asset-design-title {
  position: absolute;
  top: 8%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  z-index: 10;
  font-family: Arial, sans-serif;
  margin: 0;
  letter-spacing: 0.05em;
}


.cave-art-section {
  position: absolute;
  top: 25%;
  left: 15%;
  z-index: 8;
}

.cave-art-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}

.cave-art-image {
  width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
}


.death-screen-section {
  position: absolute;
  top: 25%;
  right: 15%;
  z-index: 8;
  text-align: center;
}

.death-screen-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}

.death-screen-image {
  width: 450px;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

.death-screen-text {
  color: white;
  font-size: 1.125rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}


.app-icon-section {
  position: absolute;
  top: 65%;
  left: 15%;
  z-index: 8;
  text-align: center;
}

.app-icon-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}

.app-icon-image {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 1rem auto;
}

.app-icon-text {
  color: white;
  font-size: 1.125rem;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.6;
}


.buttons-section {
  position: absolute;
  top: 65%;
  right: 15%;
  z-index: 8;
  text-align: center;
}

.buttons-title {
  color: white;
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 2rem;
  font-family: Arial, sans-serif;
  letter-spacing: 0.05em;
}

.buttons-image {
  width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
}