

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

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

body {
  background: #0a0e27 !important;
  min-height: 5500px; 
  font-family: Arial, sans-serif;
  color: #ffffff;
}

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


.rubiks-logo {
  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;
  filter: invert(1);
}

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


.presents-text {
  position: absolute;
  top: 620px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  color: #ffffff;
  z-index: 10;
  text-align: center;
}


.project-logo {
  position: absolute;
  top: 700px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: auto;
  z-index: 10;
}


.section-two {
  position: absolute;
  top: 1080px; 
  width: 100%;
  height: 1080px;
  background: #0a0e27;
  padding: 80px 100px;
}


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

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


.text-columns {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.text-column {
  flex: 1;
  color: #ffffff;
}

.text-column h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.text-column p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cccccc;
  text-align: justify;
}


.video-section {
  position: absolute;
  top: 1400px; 
  width: 100%;
  min-height: 1200px; 
  background: #0a0e27;
  padding: 80px 100px;
}


.video-placeholder {
  width: 100%;
  max-width: 1600px;
  height: 900px;
  background: #1a1f3a;
  margin: 0 auto 80px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
}


.below-video-section {
  display: flex;
  gap: 60px;
  max-width: 1600px;
  margin: 0 auto 60px;
  align-items: flex-start;
}

.below-video-text {
  flex: 1;
  color: #ffffff;
}

.below-video-text h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  text-align: center;
}

.below-video-text p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cccccc;
  text-align: justify;
}

.below-video-image {
  flex: 1;
}

.below-video-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.three-images-row {
  display: flex;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}

.three-images-row img {
  width: calc(33.333% - 27px);
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  filter: invert(1);
}


.section-three {
  position: absolute;
  top: 2800px; 
  width: 100%;
  min-height: 1080px;
  background: #0a0e27;
  padding: 80px 100px;
  color: #ffffff;
}

.section-three h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
}

.section-three p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cccccc;
  max-width: 1200px;
  margin: 0 auto 3rem;
  text-align: center;
}


.image-gallery {
  display: flex;
  gap: 40px;
  max-width: 1600px;
  margin: 0 auto;
  justify-content: center;
}

.gallery-image {
  width: calc(33.333% - 27px);
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  filter: invert(1);
}


.section-four {
  position: absolute;
  top: 4000px; 
  width: 100%;
  min-height: 1080px;
  background: #0a0e27;
  padding: 80px 100px;
  color: #ffffff;
  text-align: center;
}

.section-four h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #ffffff;
}

.section-four p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #cccccc;
  max-width: 1200px;
  margin: 0 auto;
}


.back-button-container {
  position: absolute;
  top: 5200px; 
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 40px;
}

.back-button {
  display: inline-block;
  padding: 15px 40px;
  background: #1a1f3a;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.back-button:hover {
  background: #2a2f4a;
}


@media (max-width: 1400px) {
  .rubiks-logo {
    width: 900px;
  }
  
  .project-logo {
    width: 600px;
  }
  
  .text-columns,
  .below-video-section,
  .image-gallery {
    max-width: 1200px;
  }
}

@media (max-width: 1024px) {
  .text-columns,
  .below-video-section {
    flex-direction: column;
    gap: 40px;
  }
  
  .image-gallery {
    flex-wrap: wrap;
  }
  
  .gallery-image {
    width: calc(50% - 20px);
  }
  
  .rubiks-logo {
    width: 700px;
  }
  
  .project-logo {
    width: 500px;
  }
}

@media (max-width: 768px) {
  body {
    min-height: auto;
  }
  
  .section-two,
  .video-section,
  .section-three,
  .section-four {
    position: relative;
    top: auto;
    padding: 40px 20px;
  }
  
  .rubiks-logo {
    width: 90%;
    top: 100px;
  }
  
  .project-logo {
    width: 80%;
    top: auto;
    position: relative;
    margin: 500px auto 40px;
  }
  
  .presents-text {
    top: 400px;
    font-size: 24px;
  }
  
  .plants-left,
  .plants-right,
  .plants-section2-left,
  .plants-section2-right {
    width: 400px;
  }
  
  .text-column h2,
  .section-three h2,
  .section-four h2 {
    font-size: 32px;
  }
  
  .text-column p,
  .below-video-text p,
  .section-three p,
  .section-four p {
    font-size: 16px;
  }
  
  .gallery-image {
    width: 100%;
  }
  
  .video-placeholder {
    height: 400px;
  }
  
  .back-button-container {
    position: relative;
    top: auto;
    margin-top: 60px;
  }
}
