* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}
body {
  background: #000000;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  /* iOS smooth scroll */
  /* overflow-x: hidden; */
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 480px) {
  body {
    /* max-width: 90% !important; */
    overflow-x: hidden;
  }
}

canvas {
  display: block;
}

/* Text Styling */
.overlay {
  position: absolute;
  top: 35%; /* Move text slightly up */
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ff1493;
  opacity: 0;
  z-index: 10;
  pointer-events: none;
}

.bold-text {
  color: #ee1c25;
  font-family: "Vancouver Gothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 300;
}

.text-line-1 {
  letter-spacing: -8px;
  font-weight: 750;
  font-size: 9.5vw;
}

.text-line-3 {
  font-weight: 900;
}

.text-line-4 {
  position: relative;
  right: 11%;
  font-weight: 100;
}

.text-line-5 {
  position: relative;
  right: -1%;
  font-weight: 100;
}

.text-line-6 {
    position: relative;
    right: -7vw;
    bottom: 160px;
    text-align: center;
    color: white;
    font-family: "Vancouver Gothic", sans-serif;
    line-height: 0.8;
    letter-spacing: -0.11em;
    padding-bottom: 0px;
    font-size: 3vw;
}

.text-line-7 {
    position: relative;
    top: 12px;
    right: 195px;
    text-align: center;
    color: #ee1c25;
    font-family: "Vancouver Gothic", sans-serif;
    padding-top: 0px;
    padding-right: 7px;
    padding-left: 9px;
    line-height: 0.8;
    letter-spacing: -0.01em;
    padding-bottom: 8px;
    font-size: 3.6vw;
}

.left-text {
  position: relative;
  font-family: "Impact", sans-serif;
  font-weight: 800;
  color: white;
  letter-spacing: 1px;
  line-height: 1;
  font-size: 7vw;
  top: 300px;
  right: 150px;
  text-align: left;
}

.display {
  position: relative;
  width: 100rem;
  bottom: 1rem;
  height: 40rem;
  z-index: -1000;
}

@media (max-width: 412px) {
  .display {
    width: 48rem;
    height: 40rem;
  }
}

.title {
  font-size: 50px;
  letter-spacing: 2px;
  text-shadow: 2px 2px 10px rgba(255, 20, 147, 0.6);
}

.subtitle {
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 1px 1px 10px rgba(255, 20, 147, 0.6);
}

/* Flash Effect */
.flash {
  position: fixed; /* Ensure it covers the whole screen */
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgb(0, 0, 0);
  opacity: 0;
  z-index: 1000; /* Ensure it's above everything */
  pointer-events: none; /* Prevents interaction issues */
}

/* --------- navbar properties------- */
.navbar {
  position: fixed; /* Fix it at the top */
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000; /* Ensure it stays above other content */
}

.nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.nav-links {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("images/background4.png") no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
.mobile-nav.active {
  transform: translateY(0);
}
.mobile-nav h1 {
  font-size: 2rem;
  margin: 10px 0;
}
.mobile-nav a {
  text-decoration: none;
  color: white;
  font-size: 1.8rem;
  margin: 15px 0;
  display: block;
}
.close-btn {
  position: absolute;
  right: 20px;
  background: #ee1c25;
  color: white;
  padding: 10px;
  font-size: 0.8rem;
  cursor: pointer;
  border: none;
}
.open-btn {
  background: #fff;
  color: #000;
  font-size: 0.5rem;
  padding: 12px 17px;
  cursor: pointer;
}
.separator {
  color: #000; /* Adjust color */
}

#header {
  width: 100%;
  /* min-height: 100vh; */
  background-size: cover;
  background-position: center;
}

.container {
  padding: 10px 10%;
}

nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.logo {
  width: 127px;
  padding-top: 24px;
  padding-left: 15px;
  height: 76px;
}

@media (max-width: 767px) {
  .collab-text-mobile {
    color: white;
    text-align: left;
    align-self: flex-start;
    font-family: Impact, sans-serif;
    font-size: 13vw;
    line-height: 0.9;
    text-align: left;
  }

  .collab-text-mobile .red {
    color: #ee1c25;
  }
}

@media (max-width: 480px) {
  .collab-text-mobile {
    text-align: left;
    align-self: flex-start;
    color: white;
    font-family: Impact, sans-serif;
    font-size: 10vw;
    font-weight: 300;
    line-height: 0.88;
  }

  .collab-text-mobile .red {
    color: #ee1c25;
  }
}

nav ul li {
  display: inline-block;
  list-style: none;
  margin: 10px 20px;
}

nav ul li a {
  color: #fffbfb;
  font-family: "Garet", sans-serif;
  text-decoration: none;
  letter-spacing: 0.7px;
  font-size: 14px;
  font-weight: 450;
  position: relative;
}

@media (min-width: 769px) {
  @media (min-width: 769px) {
    .buttons {
      display: inline-flex;
      margin-left: auto;
    }
  }
}
@media (min-width: 769px) {
  nav ul li a {
    color: #ffffff;
    position: relative;
    transition: color 0.3s ease;
  }

  nav ul li a::before,
  nav ul li a::after {
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-weight: bold;
    color: #ff004f;
  }

  nav ul li a::before {
    content: "[";
    left: -10px;
    transform: translateX(-8px);
  }

  nav ul li a::after {
    content: "]";
    right: -10px;
    transform: translateX(8px);
  }

  nav ul li a:hover {
    color: #ee1c25; /* Change text color */
  }

  nav ul li a:hover::before,
  nav ul li a:hover::after {
    opacity: 1;
    transform: translateX(0); /* Slide in */
  }
}

.buttons {
  background-color: #ee1c25;
  color: white;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 450;
  font-family: "Garet-Regular", sans-serif;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-flex; /* updated to show and align */
  align-items: center;
  gap: 8px;
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

.buttons:hover .arrow {
  transform: translateY(-4px); /* arrow goes up on hover */
}

/* Desktop only */
@media (min-width: 769px) {
  .buttons {
    display: inline-flex;
    margin-left: auto;
  }

  .buttons:hover {
    background-color: #810029;
    color: white;
  }

  .buttons:hover .arrow {
    transform: rotate(-45deg); /* makes ↗ become → */
  }

  .buttons:hover .fa-arrow-up-right {
    transform: rotate(-45deg);
  }
}

/* Hide mobile-only elements on desktop */
@media (min-width: 769px) {
  .mobile-only {
    display: none;
  }
}

/* Hide let's collab button on mobile */
@media (max-width: 768px) {
  .buttons {
    display: none;
  }
}

/* Show them on mobile */
@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}

nav .fas {
  display: none;
}

.header-text {
  margin-top: 20%;
  font-size: 30px;
}

.header-text h1 {
  font-size: 60px;
  margin-top: 20px;
  color: #ee1c25;
  font-family: "Russo One", sans-serif;
}

.social-icons {
  display: none;
}
@media (min-width: 769px) {
  nav ul li a::before,
  nav ul li a::after {
    opacity: 0;
    transition: 0.3s;
    font-weight: bold;
  }

  nav ul li a::before {
    content: "[";
    margin-right: 5px;
  }

  nav ul li a::after {
    content: "]";
    margin-left: 5px;
  }

  nav ul li a:hover::before,
  nav ul li a:hover::after {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .navbar {
    justify-content: space-between;
  }

  .navbar .logo {
    margin-right: 20px;
  }

  .navbar ul {
    display: flex;
    gap: 33px;
    align-items: center;
    padding: 0;
    margin: 0;
    margin-left: 1.5%;
  }

  .navbar ul li {
    margin: 0 10px;
  }

  .buttons {
    margin-left: auto;
  }
}

/* ----- marqueeee  --------- */
.heading {
    font-family: "Vancouver-Gothic", sans-serif;
    font-size: 90px;
    font-weight: bold;
    padding-top: 70px;
    position: relative;
    padding-bottom: 6px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    top: 23px;
}

.heading .trust {
  color: #ee1c25; /* Different color for TRUST */
}

.heading .normal {
  color: #ffffff; /* Color for THEY and US */
}

/* h2 {
  font-size: 2em;
  margin-bottom: 20px;
  color: #ee1c25;
} */

.marquee-section {
  background-color: #000;
  /* background-image: url(images/red_11.png); */
  background-size: cover;
  background-position: top;
  /* margin-top: 15%; */
  height: 53.2rem;
}

@media only screen and (max-width: 768px) {
  .marquee-section {
    background-color: #000;
    background-size: cover;
    background-position: top;
    height: 35rem;
  }
}

.marquee-wrapper {
  position: relative;
  width: 100%;
  min-height: 418px;
  overflow: hidden;
  margin-top: 5%;
}
.marquee-container {
  position: absolute;
  width: 200%;
  display: flex;
  white-space: nowrap;
}
.marquee-content {
  display: flex;
  gap: 30px;
  animation: marquee 10s linear infinite;
}
.marquee-content img {
  max-height: 100px;
  width: auto;
  mix-blend-mode: multiply;
  filter: brightness(1);
  background-color: transparent;
}

.marquee-container.one {
  top: 18px;
  transform: rotate(-0.7deg);
  background-color: #000000;
  box-shadow: -2px 6px 20px rgba(255, 255, 255, 0.6);
  padding: 0px 0;
}
.marquee-container.two {
  top: 159px;
  transform: rotate(0.4deg);
  box-shadow: -2px 6px 20px rgba(255, 255, 255, 0.5);
  background-color: #ffffff;
}
.marquee-container.three {
  top: 272px;
  transform: rotate(-0.5deg);
  box-shadow: -2px 6px 20px rgba(255, 255, 255, 0.6);
  background-color: #000000;
  padding: 0px 0;
}

.marquee-content.reverse {
  animation: marquee-reverse 10s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* ------- statistics properties ---------- */
.stats-section {
  text-align: center;
  padding: 50px 20px;
  width: 100%;
}

.stats-heading {
  font-family: "Vancouver Gothic", sans-serif;
  font-size: 5rem;
  padding-top: 50px;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.2;
  text-transform: uppercase;
}

.black {
  color: #ffffff;
}
.pink {
  color: #ee1c25;
}

/* Stats Container */
.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 800px;
  margin: auto;
}

/* Notification Style Stats Card */
.stat {
  position: relative;
  transition: 0.3s;
  width: 100%;
  max-width: 250px;
  text-align: center;
}

/* Small Floating Icon */
.stat i {
  position: absolute;
  top: -17px;
  left: 0px;
  font-size: 1.7rem;
  color: #000;
  background: rgba(255, 255, 255, 0.2);
  padding: 2px;
}

/* Box Around the Number + Text */
.stat-box {
  border: 2px solid rgba(100, 95, 95, 0.5);
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
}

/* Big Number Inside the Box */
.counter {
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Description Below the Number */
.stat p {
  font-size: 1rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.8;
  margin: 0;
}

/* -------- contact ------   */
.contact-container {
  padding: 10px 10%;
  background-color: #000;
}

.row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sub-title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  justify-content: center;
}
.btn {
  display: block;
  margin: 20px auto;
  width: fit-content;
  border: 1px solid #ee1c25;
  position: relative;
  right: 125px;
  padding: 14px 50px;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
  font-family: sans-serif;
}

.btn.btn2 {
  display: inline-block;
  background: #ee1c25;
  font-family: sans-serif;
}

.contact-left {
  flex-basis: 35%;
}

.contact-right {
  flex-basis: 60%;
}

.contact-left p {
  margin-top: 20px;
  align-items: center;
}

.contact-left p i {
  color: #ee1c25;
  margin-right: 15px;
  font-size: 20px;
}

.social-media-icons {
  margin-top: 30px;
}

.social-media-icons a {
  margin-right: 15px;
  font-size: 30px;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}

.social-media-icons a:hover {
  color: #ff1493;
  transform: translateY(-5px);
}

.contact-right form {
  width: 100%;
}

form input,
form textarea {
  width: 100%;
  border: 1px solid burlywood;
  outline: none;
  background: #fff;
  padding: 10px;
  margin: 10px 0;
  color: #000;
  font-size: 12px;
  border-radius: 6px;
}

form .btn2 {
  padding: 14px 60px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
}

#msg {
  color: #ff1493;
  display: block;
  font-size: x-large;
  top: 2px;
}

/* Responsive Design */

@media (max-width: 768px) {
  #sidemenu {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    background-color: #000; /* Adjust as needed */
    z-index: 1000;
    overflow-y: auto;
    transition: transform 0.3s ease-in-out;
    transform: translateX(100%);
  }

  #sidemenu.active {
    transform: translateX(0);
  }

  .stats {
    flex-direction: column;
  }

  .marquee-wrapper {
    min-height: 50vh;
  }

  .marquee-content img {
    max-height: 48px;
  }
  .marquee-container {
    height: 50px;
  }
  .marquee-content {
    gap: 15px;
    animation: marquee 15s linear infinite;
  }
  .heading {
    position: relative;
    top: 1px;
    font-size: 35px;
  }
  .stats-container {
    flex-direction: column;
    align-items: center;
  }
  .stats-heading {
    position: relative;
    /* bottom: 30px; */
    font-size: 2rem;
  }
  .sub-title {
    font-size: 1.4rem;
  }

  .counter {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 3px;
    letter-spacing: 1.2px;
  }

  /* Description Below the Number */
  .stat p {
    font-size: 0.9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin: 0;
  }
  .stat-box {
    padding: 10px;
  }
  .stat i {
    font-size: 1.3rem;
    top: -14px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  /* Tablet */
  .marquee-content img {
    max-height: 50px;
  }
  .marquee-container {
    height: 80px;
  }
  .marquee-content {
    gap: 20px;
    animation: marquee 12s linear infinite;
  }
}
@media only screen and (max-width: 600px) {
  .social-icons {
    display: flex;
    align-items: center;
    gap: 25px;
  }
  .social-icons i {
    color: #fff;
    font-size: 1.8rem;
  }
  nav ul li a {
    color: #ee1c25;
    text-decoration: none;
    font-size: 2.2rem;
    text-align: right;
  }
  nav .fas {
    display: block;
    font-size: 15px;
  }
  nav ul {
    background: #000000;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    z-index: 2;
    transition: right 0.5s;
    align-content: space-evenly;
    justify-items: center;
  }
  nav ul li {
    margin: 20px;
    display: block;
  }

  nav ul .fas {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
  }
  .header-text {
    font-size: 16px;
    margin-top: 100%;
  }

  .header-text h1 {
    font-size: 30px;
  }
  .separator {
    display: none;
  }

  .marquee-container.one {
    top: 14px;
    transform: rotate(-1deg);
    padding: 0px 0;
  }
  .marquee-container.two {
    top: 98px;
    transform: rotate(2deg);
    padding: 0px 0;
  }
  .marquee-container.three {
    top: 160px;
    transform: rotate(359deg);
    padding: 0px 0;
  }
}

/* Hero Section Container */
.hero-container {
  position: relative;
  width: 100%;
  height: 80vh;
  top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000; /* Set to match your design */
  overflow: hidden;
}

/* Left Text */
.hero-text {
  position: absolute;
  top: 13%;
  left: 2%;
  text-align: left;
  color: #fff;
  font-family: "Vancouver Gothic", sans-serif;
  letter-spacing: -1px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 0.75;
  z-index: 2;
}

.hero-text strong {
  font-weight: 900;
}

/* Right Text */
.hero-text-right {
  position: absolute;
  right: 5%;
  color: #ffffff;
  font-family: "Vancouver Gothic", sans-serif;
  font-size: 1.7vw;
  font-weight: 100;
  line-height: 1.2;
  text-align: right;
  z-index: 2;
}

.hero-text-right strong {
  font-weight: 900;
  font-family: "Impact", sans-serif;
}

/* Quick Solution Text */
.quick-solution {
  font-size: 1vw;
  max-width: 300px;
  text-align: right;
  margin-top: 10px;
}

/* 3D Model Container */
.hero-image {
  position: absolute;
  top: 50%; /* Adjusted for better centering */
  left: 50%;
  transform: translate(-48%, -50%);
  width: 30vw;
  height: 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Background LUMOS Text */
.background-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14vw;
  font-weight: 900;
  color: rgba(124, 32, 32, 0.1);
  text-transform: uppercase;
  z-index: 0;
}

/* Smiley Icon */
.lumos-smiley {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: #ffff;
  font-size: 25px;
  cursor: pointer;
}

/* #model-container {
  width: 100%;
  height: auto;
} */
#model-container {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevents overflow on smaller screens */
}

canvas {
  display: block;
  margin: 0 auto;
}

.hero-image {
  width: 150vw;
  height: auto;
  top: 15%;
}
/* MEDIA QUERIES FOR RESPONSIVENESS */

/* Tablets (768px and below) */
@media (max-width: 768px) {
  /* .hero-text {
    font-size: 8vw; 
    top: 5%;
  } */
  .bold-text {
    color: #ee1c25;
    font-family: "Vancouver Gothic", sans-serif;
    font-size: 1.7vw;
    font-weight: 300;
  }

  .hero-text-right {
    font-size: 3.5vw;
    /* top: 50%; */
    /* Adjust */
  }

  .hero-image {
    width: 45vw;
    height: 45vw;
    /* top: 30%; */
  }

  .quick-solution {
    font-size: 2.5vw;
  }

  .lumos-footer {
    font-size: 2vw;
    text-align: right;
    align-self: flex-end;
    font-size: 1.2rem;
    color: #fff;
    font-family: sans-serif;
  }

  .hero-image {
    width: 100vw;
    height: auto;
  }
}

/* Mobile (480px and below) */
@media (max-width: 480px) {
  .hero-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100vh;
    padding: 10px;
    overflow: hidden;
  }

  .hero-text {
    font-size: 20vw;
    left: 2%;
    top: 12%;
    margin-bottom: 10px;
    line-height: 25px;
  }
  .text-line-1 {
    letter-spacing: -2px;
    font-weight: 750;
    font-size: 10vw;
  }

  .hero-image {
    width: 100vw;
    height: auto;
  }

  #model-container {
    width: 100%;
    height: auto;
    top: 10vh;
  }
  p {
    font-size: 6vw;
  }

  .hero-text-right {
    position: absolute;
    top: 75vh;
    right: 16px;
    padding-top: 20px;
    font-size: 33vw;
    margin-bottom: 65px;
  }
  .bold-text {
    color: #ff3132;
    font-family: "Garet", sans-serif;
    font-size: 3.9vw;
    font-weight: 750;
  }
  .quick-solution {
    font-size: 3.2vw;
    max-width: 80%;
    margin: 10px auto;
  }

  .background-text {
    font-size: 18vw;
    color: #4682b4;
    /* bottom: 5%; */
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1;
    top: 15%;
  }

  .lumos-footer {
    margin-top: 60px;
    font-size: 2vw;
    font-weight: 600;
    font-family: "garet", sans-serif;
    color: rgb(249, 244, 244);
    width: 100%;
    text-align: right;
    align-self: flex-start;
  }

  .lumos-smiley {
    font-size: 20px;
    bottom: 10px;
    left: 10px;
  }
}

/* ---------- services ------------ */
.stacking-container {
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cards {
  position: sticky;
  width: 100%;
  background: rgb(0, 0, 0);
  color: white;
  font-size: 1px;
  font-weight: 100;
  transition: background 0.5s ease-in-out, top 0.5s ease-in-out;
  padding-left: 50px;
  display: flex;
  /* gap: 20px; */
  height: 199px;
  align-items: flex-start;
  padding-top: 15px;
}

.cards:nth-child(1) {
  top: 0px;
}
.cards:nth-child(2) {
  top: 72px;
}
.cards:nth-child(3) {
  top: 144px;
}
.cards:nth-child(4) {
  top: 216px;
}
.cards:nth-child(5) {
  top: 288px;
}
.cards:nth-child(6) {
  top: 360px;
}
.cards:nth-child(7) {
  top: 432px;
}
.cards:nth-child(8) {
  top: 500px;
}

.card-contents {
  flex: 1;
}

.text-containers {
  position: relative;
}

.big-texts {
  font-size: 36px;
  font-weight: bolder;
  display: block;
  white-space: normal;
  text-align: start;
  font-family: "HelveticaWorld", sans-serif;
  transition: color 0.4s ease;
}

.subtexts {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.subtexts p {
  font-size: 15px;
  font-family: "Garet", sans-serif;
  color: grey;
  margin: 5px 0;
  text-align: start;
}

.video-containers {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.card-videos {
  width: 100%;
  max-width: 320px;
  height: auto;
  display: block;
}

.cards.active:nth-child(1) {
  background: #99000d;
}
.cards.active:nth-child(2) {
  background: #cb181d;
}
.cards.active:nth-child(3) {
  background: #ef3b2c;
}
.cards.active:nth-child(4) {
  background: #fb6a4a;
}
.cards.active:nth-child(5) {
  background: #fc9272;
}
.cards.active:nth-child(6) {
  background: #fcbba1;
}
.cards.active:nth-child(7) {
  background: #fee0d2;
}
.cards.active:nth-child(8) {
  background: #fff5f0;
}

.content-section {
  text-align: start;
  background: #fff;
  position: relative;
  z-index: 20;
}
.parallax {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-top: -200px;
  z-index: 15;
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
    align-items: start;
    text-align: start;
    padding: 10px;
    padding-left: 20px;
    height: auto;
  }
  .card-videos {
    width: 100%;
    max-width: fit-content;
    height: auto;
    display: block;
  }

  .big-texts {
    font-size: 28px;
  }

  .cards:nth-child(1) {
    top: 0px;
  }
  .cards:nth-child(2) {
    top: 40px;
  }
  .cards:nth-child(3) {
    top: 80px;
  }
  .cards:nth-child(4) {
    top: 120px;
  }
  .cards:nth-child(5) {
    top: 160px;
  }
  .cards:nth-child(6) {
    top: 200px;
  }
  .cards:nth-child(7) {
    top: 240px;
  }
  .cards:nth-child(8) {
    top: 280px;
  }

  .stacking-container {
    height: 1000vh;
  }
}

@media (max-width: 480px) {
  .stacking-container {
    height: 300vh;
  }

  .cards:nth-child(1) {
    top: 0px;
  }
  .cards:nth-child(2) {
    top: 40px;
  }
  .cards:nth-child(3) {
    top: 80px;
  }
  .cards:nth-child(4) {
    top: 120px;
  }
  .cards:nth-child(5) {
    top: 160px;
  }
  .cards:nth-child(6) {
    top: 200px;
  }
  .cards:nth-child(7) {
    top: 240px;
  }
  .cards:nth-child(8) {
    top: 300px;
  }

  .cards {
    padding: 10px;
    padding-left: 10px;
    height: auto;
  }

  .big-texts {
    font-size: 16px;
  }

  .subtexts p {
    font-size: 12px;
  }

  .video-containers {
    width: 100%;
    padding: 10px;
  }

  .card-contents {
    padding-left: 10px;
  }
}
/* ---- cube section ----- */
.cube-section {
  background: #000;
  background-image: url("images/66c396aa4d1275804e73a0a2_black-background.webp"); /* Replace with your image path */
  /* background-size: 100% 100%; */
  /* background-repeat: initial; */
  position: relative;
  color: white;
  height: 53rem;
  min-height: 70vh;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}

.cube-section .cubes-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
}

.cube-section .cube-wrapper {
  width: 240px;
  height: 240px;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cube-section .cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 1s ease;
  animation: rotateCube;
}

.cube-section .face {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("images/cubetexture.webp");
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  padding: 20px;
  backface-visibility: hidden;
}

.face.front .top-left {
  position: absolute;
  letter-spacing: 0.09em;
  top: 5px;
  left: 5px;
  font-family: "Garet", sans-serif;
  font-size: 0.75rem;
  font-weight: 100;
  color: #fff;
}

.face.back .top-left {
  position: absolute;
  letter-spacing: 0.09em;
  top: 5px;
  left: 5px;
  font-family: "Garet", sans-serif;
  font-size: 0.75rem;
  font-weight: 100;
  color: #fff;
}

.face.bottom .top-left {
  position: absolute;
  letter-spacing: 0.09em;
  top: 5px;
  left: 5px;
  font-family: "Garet", sans-serif;
  font-size: 0.75rem;
  font-weight: 100;
  color: #b8b5b5;
}

.face.front .top-right {
  position: absolute;
  top: 4px;
  right: 3px;
  font-family: "Garet", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
}

.face.bottom .top-right {
  position: absolute;
  top: 4px;
  right: 3px;
  font-family: "Garet", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;
  color: #fff;
}

.face.front .main-title {
  position: relative;
  left: 0px;
  top: 10px;
  font-family: "Helvectica", sans-serif;
  font-size: 3.2rem;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.front .main-title-2 {
  position: relative;
  left: 0px;
  top: 10px;
  font-family: "Helvectica", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.front .main-title-3 {
  position: relative;
  left: 28px;
  top: 10px;
  font-family: "Helvectica", sans-serif;
  font-size: 3.5rem;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.bottom .main-title {
  position: relative;
  left: 0px;
  top: 18px;
  font-family: "Helvectica", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.bottom .main-title-2 {
  position: relative;
  left: 0px;
  top: 6px;
  font-family: "Helvectica", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.bottom .main-title-3 {
  position: relative;
  left: 0px;
  top: 6px;
  font-family: "Helvectica", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: white;
  margin: 0px;
}

.face.front .bottom-text {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 26px;
  right: 6px;
}

.face.front .bottom-text-2 {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 26px;
  right: -5px;
}

.face.front .bottom-text-3 {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 25px;
  right: -26px;
}

.face.bottom .bottom-text {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 26px;
  right: 1px;
}

.face.bottom .bottom-text-2 {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 39px;
  right: -19px;
}

.face.bottom .bottom-text-3 {
  text-align: right;
  font-family: "Garet", sans-serif;
  position: relative;
  top: 39px;
  right: -7px;
}

.face.front .subtext {
  font-size: 0.675rem;
  position: relative;
  left: 5px;
  top: 2px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.front .subtext-2 {
  font-size: 0.675rem;
  position: relative;
  top: 2px;
  left: 11px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.front .subtext-3 {
  font-size: 0.675rem;
  position: relative;
  top: 2px;
  left: 30px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.bottom .subtext {
  font-size: 0.675rem;
  position: relative;
  bottom: -12px;
  left: 3px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.bottom .subtext-2 {
  font-size: 0.675rem;
  position: relative;
  bottom: 0px;
  left: 3px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.bottom .subtext-3 {
  font-size: 0.675rem;
  position: relative;
  bottom: 0px;
  left: 3px;
  color: rgb(187, 187, 187);
  font-weight: 100;
  font-family: "Garet", sans-serif;
}

.face.front .collab-count {
  position: relative;
  left: 166px;
  top: 27px;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.front .collab-count-2 {
  position: relative;
  left: 156px;
  top: 26px;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.front .collab-count-3 {
  position: relative;
  left: 105px;
  top: 26px;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.bottom .collab-count {
  position: relative;
  left: 48px;
  top: 54px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.bottom .collab-count-2 {
  position: relative;
  left: 94px;
  top: 37px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.bottom .collab-count-3 {
  position: relative;
  left: 107px;
  top: 37px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "Garet", sans-serif;
  font-weight: 400;
  color: white;
}

.face.front .highlight {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: 27.5px;
  right: 134px;
  font-size: 1.8rem;
}

.face.front .highlight-2 {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: 28px;
  right: 155px;
  font-size: 1.7rem;
}

.face.front .highlight-3 {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: 25px;
  right: 174px;
  font-size: 1.7rem;
}

.face.bottom .highlight {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: -2px;
  right: 48px;
  font-size: 1.7rem;
}

.face.bottom .highlight-2 {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: 28px;
  right: 135px;
  font-size: 1.7rem;
}

.face.bottom .highlight-3 {
  color: #ee1c25;
  font-weight: bold;
  font-family: "Helvetica", sans-serif;
  position: relative;
  top: 27px;
  right: 151px;
  font-size: 1.7rem;
}

/* Mobile view */

@media only screen and (max-width: 768px) {
  .face.front .top-left {
    position: absolute;
    letter-spacing: 0.09em;
    top: 3px;
    left: 5px;
    font-family: "Garet", sans-serif;
    font-size: 0.55rem;
    font-weight: 100;
    color: #fff;
  }

  .face.front .top-right {
    position: absolute;
    top: 2px;
    right: 3px;
    font-family: "Garet", sans-serif;
    font-size: 0.55rem;
    font-weight: 300;
    color: #fff;
  }

  .face.front .main-title {
    position: relative;
    left: 0px;
    top: 10px;
    font-family: "Helvectica", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.front .subtext {
    font-size: 0.575rem;
    position: relative;
    left: 5px;
    top: 4px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.front .collab-count {
    position: relative;
    left: 77px;
    top: 20px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
  }

  .face.front .highlight {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: 17.5px;
    right: 109px;
    font-size: 1.3rem;
  }

  .face.front .bottom-text {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 18px;
    right: 2px;
  }

  .face.bottom .top-left {
    position: absolute;
    letter-spacing: 0.09em;
    top: 3px;
    left: 5px;
    font-family: "Garet", sans-serif;
    font-size: 0.55rem;
    font-weight: 100;
    color: #fff;
  }

  .face.bottom .top-right {
    position: absolute;
    top: 2px;
    right: 3px;
    font-family: "Garet", sans-serif;
    font-size: 0.55rem;
    font-weight: 300;
    color: #fff;
  }

  .face.bottom .main-title {
    position: relative;
    left: 0px;
    top: 10px;
    font-family: "Helvectica", sans-serif;
    font-size: 1.9rem;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.bottom .subtext {
    font-size: 0.575rem;
    position: relative;
    left: 2px;
    top: 6px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.bottom .collab-count {
    position: relative;
    left: 30px;
    top: 41px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
  }

  .face.bottom .bottom-text {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 16px;
    right: 2px;
  }

  .face.bottom .highlight {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: -3px;
    right: 39px;
    font-size: 1.3rem;
  }

  .face.front .main-title-2 {
    position: relative;
    left: 0px;
    top: 10px;
    font-family: "Helvectica", sans-serif;
    font-size: 2.4rem;
    letter-spacing: 0.06em;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.front .subtext-2 {
    font-size: 0.575rem;
    position: relative;
    left: 6px;
    top: 4px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.front .collab-count-2 {
    position: relative;
    left: 70%;
    top: 23px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
    text-align: center;
  }

  .face.front .highlight-2 {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: 19px;
    right: 120px;
    font-size: 1.2rem;
  }

  .face.front .bottom-text-2 {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 22px;
    right: -14px;
  }

  .face.bottom .main-title-2 {
    position: relative;
    left: 5px;
    top: 13px;
    font-family: "Helvectica", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.bottom .subtext-2 {
    font-size: 0.575rem;
    position: relative;
    left: 7px;
    top: 7px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.bottom .collab-count-2 {
    position: relative;
    left: 73px;
    top: 22px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
  }

  .face.bottom .highlight-2 {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: 21px;
    right: 105px;
    font-size: 1.2rem;
  }

  .face.bottom .bottom-text-2 {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 22px;
    right: -10px;
  }

  .face.front .main-title-3 {
    position: relative;
    left: 26px;
    top: 4px;
    font-family: "Helvectica", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.front .subtext-3 {
    font-size: 0.575rem;
    position: relative;
    left: 29px;
    top: -3px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.front .collab-count-3 {
    position: relative;
    left: 74px;
    top: 22px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
  }

  .face.front .highlight-3 {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: 21px;
    right: 134px;
    font-size: 1.3rem;
  }

  .face.front .bottom-text-3 {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 22px;
    right: -16px;
  }

  .face.bottom .main-title-3 {
    position: relative;
    left: 1px;
    top: 8px;
    font-family: "Helvectica", sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    color: white;
    margin: 0px;
  }

  .face.bottom .subtext-3 {
    font-size: 0.575rem;
    position: relative;
    left: 5px;
    top: 3px;
    color: rgb(187, 187, 187);
    font-weight: 100;
    font-family: "Garet", sans-serif;
  }

  .face.bottom .collab-count-3 {
    position: relative;
    left: 82px;
    top: 25px;
    font-size: 1.2rem;
    font-family: "Garet", sans-serif;
    font-weight: 400;
    color: white;
  }

  .face.bottom .highlight-3 {
    color: #ee1c25;
    font-weight: bold;
    font-family: "Helvetica", sans-serif;
    position: relative;
    top: 20px;
    right: 118px;
    font-size: 1.3rem;
  }

  .face.bottom .bottom-text-3 {
    text-align: right;
    font-family: "Garet", sans-serif;
    position: relative;
    font-size: 1.2rem;
    top: 26px;
    right: 4px;
  }
}

/* Face positions */
.cube-section .front {
  transform: rotateY(0deg) translateZ(120px);
}
.cube-section .back {
  transform: rotateY(180deg) translateZ(120px);
}
.cube-section .top {
  transform: rotateX(90deg) translateZ(120px);
}
.cube-section .bottom {
  transform: rotateX(-90deg) translateZ(120px);
}
.cube-section .left {
  transform: rotateY(-90deg) translateZ(120px);
}
.cube-section .right {
  transform: rotateY(90deg) translateZ(120px);
}

@media (max-width: 1024px) {
  .cube-section .cube-wrapper {
    width: 180px;
    height: 180px;
  }
  .cube-section .face {
    font-size: 1rem;
    padding: 15px;
  }
}

@media (max-width: 600px) {
  .cube-section .cube-wrapper {
    width: 180px;
    height: 180px;
  }
  .cube-section .face {
    font-size: 0.9rem;
    padding: 12px;
  }
  .cube-section .cubes-container {
    gap: 80px; /* 🔹 Increased gap for mobile */
    margin-bottom: 15%;
  }
}
/* for smaller cube depth */
@media (max-width: 1024px) {
  .cube-section .front {
    transform: rotateY(0deg) translateZ(90px);
  }
  .cube-section .back {
    transform: rotateY(180deg) translateZ(90px);
  }
  .cube-section .top {
    transform: rotateX(90deg) translateZ(90px);
  }
  .cube-section .bottom {
    transform: rotateX(-90deg) translateZ(90px);
  }
  .cube-section .left {
    transform: rotateY(-90deg) translateZ(90px);
  }
  .cube-section .right {
    transform: rotateY(90deg) translateZ(90px);
  }
}

@keyframes rotateCube {
  0% {
    transform: rotateX(0deg) rotateY(0deg);
  }
  100% {
    transform: rotateX(360deg) rotateY(360deg);
  }
}

.face {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("images/cubetexture.webp");
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 20px;
  box-sizing: border-box;
  backface-visibility: hidden;
}

.face-content {
  text-align: left;
}

.face-content h1 {
  font-family: "garet", sans-serif;
}

/* .face-content p {
} */

.cube-1-text {
  padding-left: 50px;
  font-size: 1.5rem;
}

.rollover {
  display: inline-block;
  opacity: 0;
  transform: rotateX(90deg) translateY(2.5vw);
}

.rollover.animate {
  animation: rollOver 0.7s ease-out forwards;
}

@keyframes rollOver {
  0% {
    opacity: 0;
    transform: rotateX(90deg) translateY(2.5vw);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg) translateY(0);
  }
}

/* -------- footer section --------- */
.undream-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
}

.footer-image {
  width: 140px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr;
  }

  .footer-links ul {
    flex-direction: row;
    gap: 10px;
  }

  .footer-cta {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .undream-footer {
    background-color: #000;
    color: #fff;
    padding: 0px 20px;
    height: 10vh;
  }
  .footer-image {
    display: none;
    width: 120px;
  }

  .footer-links a {
    font-size: 16px;
  }

  .socials-icons a {
    font-size: 15px;
  }

  .footer-cta {
    font-size: 12px;
  }
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  align-items: start;
  text-align: center;
}

.footer-brand h2 {
  font-size: 24px;
  color: #ee1c25;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.footer-brand p {
  font-size: 14px;
  color: #aaa;
  line-height: 1.5;
  font-family: "Garet", sans-serif;
}

.footer-links h4,
.footer-social h4 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: uppercase;
}

.footer-links ul {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
  margin-top: 20px;
}

.socials-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

.footer-links li {
  margin-bottom: 8px;
}

.footer-links a {
  color: #ffffff;
  text-decoration: none;
  font-family: "garet", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ee1c25;
}

.socials-icons a {
  color: #fff;
  font-size: 18px;
  margin-right: 15px;
  transition: color 0.3s ease;
}

.socials-icons a:hover {
  color: #ee1c25;
}

.footer-cta {
  margin-top: 20px;
  font-size: 14px;
  color: rgb(204, 204, 204);
  font-family: garet, sans-serif;
  text-align: center;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  font-size: 13px;
  color: #999;
}

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #ee1c25;
  color: white;
  padding: 12px 14px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  z-index: 1000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}

.back-to-top.show {
  opacity: 1;
  pointer-events: auto;
}

@font-face {
  font-family: "Ppneuemontreal";
  src: url("https://cdn.prod.website-files.com/66c2fc2d3f238706366ee71c/66fd41ec6d3da228a4c57f89_PPNeueMontreal-Bold.woff2")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Ppneuemontreal";
  src: url("https://cdn.prod.website-files.com/66c2fc2d3f238706366ee71c/66fd41f7cce500e4f11cda4d_PPNeueMontreal-Medium.woff2")
    format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Impact";
  src: url("https://cdn.prod.website-files.com/66c2fc2d3f238706366ee71c/66fd43fafa8ff67d308109ca_impact.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.content-block.is--relative {
  position: absolute;
  text-align: center;
  align-items: center;
}

.section-wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  max-width: 100%;
  box-sizing: border-box;
}

.lumos-footer {
  margin-top: 43vh;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 100;
  font-family: garet, sans-serif;
  color: rgb(249, 244, 244);
  width: 100%;
  text-align: right;
  align-self: normal;
}

.heading-large {
  color: var(--white);
  letter-spacing: -0.04em;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Impact, sans-serif;
  font-size: 9.375vw;
  font-weight: 400;
  line-height: 83%;
}

.cube-animation {
  perspective: 100vw;
}

.heading-large.cube-animation {
  margin-top: 0;
}

.heading-large.cube-animation {
  display: flex;
  flex-direction: column;
}

.heading-large.cube-animation.is--mobile_block {
  display: none;
}

.has--color-black {
  color: var(--brand-black);
}

.has--color-black {
  perspective: 5000px;
  transform-style: preserve-3d;
}

.has--color-black {
  display: inline !important;
}

.paragraph-default.has--color-black.is--absolute {
  width: 24vw;
  position: absolute;
  inset: 0.5vw 0% auto auto;
}

.layout {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 21fr 15fr 26fr 13fr 25fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.layout.has--top-margin {
  grid-row-gap: 7.3vw;
  margin-top: 7.3vw;
}

.text-line-container {
  display: block;
  position: relative;
  right: 14.9rem;
  transform-style: preserve-3d;
  line-height: 83%;
}

.paragraph-large {
  color: var(--brand-black);
  text-transform: none;
  font-size: 2.6vw;
  line-height: 98%;
}

.paragraph-large.has--indent {
  width: 28vw;
  margin-right: -3vw;
  line-height: 106%;
}

#w-node-_110a25d1-e038-4d0c-a1c7-211a7317d157-366ee71d {
  grid-area: 1 / 3 / 2 / 5;
}

.heading-xsmall {
  letter-spacing: -0.02em;
  font-size: 0.83vw;
  font-weight: 500;
  line-height: 120%;
}

.heading-xsmall.is--absolute {
  position: absolute;
  inset: 0% 0% auto auto;
}

.count-wrapper {
  justify-content: space-between;
  display: flex;
}

#w-node-_1e09fb80-d749-052b-03e4-a8cce3ef97a5-366ee71d {
  grid-area: 2 / 3 / 3 / 6;
}

.text-line {
  color: var(--white);
  letter-spacing: -0.04em;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Impact, sans-serif;
  font-size: 9.375vw;
  font-weight: 400;
  line-height: 83%;
}

.text-line {
  display: inline-block;
  backface-visibility: hidden;
  transition: transform 0.7s ease, opacity 0.7s ease;
  opacity: 1;
}

.line-front {
  transform: rotateX(0deg);
  transform-origin: top center;
  opacity: 1;
}

.line-top {
  position: absolute;
  top: 0em;
  transform-origin: bottom center;
  left: 0;
  transform: rotateX(-105deg) translateY(2.5vw);
  opacity: 0;
}

.line {
  perspective: 5000px;
  transform-style: preserve-3d;
}

[animate-p] .line {
  display: block;
  overflow: hidden;
}

.count-block {
  width: 19vw;
  overflow: hidden;
}

.count-block.is--2 {
  width: 16.5vw;
}

.count-block.is--3 {
  width: 14vw;
}

.has--color-black-2 {
  color: var(--brand-black);
}

strong {
  font-weight: bold;
}

.has--weight-bold {
  font-weight: 700;
}

.has--weight-bold {
  display: inline !important;
}

[animate-p] .word {
  display: inline-block;
}

.num-wrapper {
  overflow: hidden;
}

.num {
  color: var(--brand-black);
  letter-spacing: -0.03em;
  font-family: Impact, sans-serif;
  font-size: 7.3vw;
  font-weight: 400;
  line-height: 112%;
}

.num {
  display: flex;
}

/* These were inline style tags. Uses id+class to override almost everything */
#style-lXHr9.style-lXHr9 {
  transform: rotateX(105deg) translateY(-2.5vw);
  opacity: 0;
}
#style-9jgHX.style-9jgHX {
  transform: rotateX(0deg) translateY(0vw);
  opacity: 1;
}
#style-MrRGV.style-MrRGV {
  transform: rotateX(105deg) translateY(-2.5vw);
  opacity: 0;
}
#style-6Iz3J.style-6Iz3J {
  transform: rotateX(0deg) translateY(0vw);
  opacity: 1;
}
#style-7hVXo.style-7hVXo {
  transform: rotateX(105deg) translateY(-2.5vw);
  opacity: 0;
}
#style-SDvHH.style-SDvHH {
  transform: rotateX(0deg) translateY(0vw);
  opacity: 1;
}
#style-4WJQN.style-4WJQN {
  color: black;
}
#style-o2A1Q.style-o2A1Q {
  color: black;
}
#style-4xPly.style-4xPly {
  color: black;
}
#style-8SOZP.style-8SOZP {
  color: black;
}
#style-OKFAp.style-OKFAp {
  color: black;
}
#style-bRgye.style-bRgye {
  color: black;
}
#style-ZM4Cl.style-ZM4Cl {
  color: black;
}
#style-4e5Tq.style-4e5Tq {
  color: black;
}
#style-riLye.style-riLye {
  color: black;
}
#style-RR6de.style-RR6de {
  color: black;
}
#style-AlBWb.style-AlBWb {
  color: black;
}
#style-NKV3m.style-NKV3m {
  color: black;
}
#style-2RcoV.style-2RcoV {
  color: black;
}
#style-SJYQQ.style-SJYQQ {
  color: black;
}
#style-e4XHM.style-e4XHM {
  color: black;
}
#style-f4zIm.style-f4zIm {
  color: black;
}
#style-HAihC.style-HAihC {
  color: black;
}
#style-RX1XK.style-RX1XK {
  color: black;
}
#style-wOEY7.style-wOEY7 {
  color: black;
}
#style-seNAm.style-seNAm {
  color: black;
}
#style-HyTwe.style-HyTwe {
  color: black;
}
#style-UYfLs.style-UYfLs {
  color: black;
}
#style-jV1Jf.style-jV1Jf {
  color: black;
}
#style-tPrLy.style-tPrLy {
  color: black;
}
#style-YmdET.style-YmdET {
  color: black;
}
#style-8pq5w.style-8pq5w {
  color: black;
}
#style-7Xy3o.style-7Xy3o {
  color: black;
}
#style-B394D.style-B394D {
  color: black;
}
#style-Kg3Hk.style-Kg3Hk {
  color: black;
}
#style-F6LWC.style-F6LWC {
  color: black;
}
#style-aBVe5.style-aBVe5 {
  color: black;
}
#style-OHgYT.style-OHgYT {
  color: black;
}
#style-x4tlG.style-x4tlG {
  color: black;
}
#style-53bbs.style-53bbs {
  color: black;
}
#style-lBxM8.style-lBxM8 {
  color: black;
}
#style-HcBtT.style-HcBtT {
  color: black;
}
#style-NOcle.style-NOcle {
  color: black;
}
#style-JKcEZ.style-JKcEZ {
  color: black;
}
#style-SdwjN.style-SdwjN {
  color: black;
}
#style-7NJfN.style-7NJfN {
  color: black;
}
#style-ojXls.style-ojXls {
  color: black;
}
#style-NrIhr.style-NrIhr {
  color: black;
}
#style-FohEP.style-FohEP {
  color: black;
}
#style-bkwwA.style-bkwwA {
  color: black;
}
#style-K4SgC.style-K4SgC {
  color: black;
}
#style-V3Ce7.style-V3Ce7 {
  color: black;
}
#style-qN1LQ.style-qN1LQ {
  color: black;
}
#style-LcPZK.style-LcPZK {
  color: black;
}
#style-oeUoc.style-oeUoc {
  color: black;
}
#style-wCQqn.style-wCQqn {
  color: black;
}
#style-E28mT.style-E28mT {
  color: black;
}
#style-NbLhi.style-NbLhi {
  color: black;
}
#style-y1K1d.style-y1K1d {
  color: black;
}
#style-ELJs4.style-ELJs4 {
  color: black;
}
#style-N2RKq.style-N2RKq {
  color: black;
}
#style-4iLqv.style-4iLqv {
  color: black;
}
#style-ciAXn.style-ciAXn {
  color: black;
}
#style-emQGo.style-emQGo {
  color: black;
}
#style-bU4aC.style-bU4aC {
  color: black;
}
#style-ofXaK.style-ofXaK {
  color: black;
}
#style-oDk2F.style-oDk2F {
  color: black;
}
#style-3jy11.style-3jy11 {
  color: black;
}
#style-AoVLH.style-AoVLH {
  color: black;
}
#style-rWZLb.style-rWZLb {
  color: black;
}
#style-BDOYe.style-BDOYe {
  color: black;
}
#style-TDEYf.style-TDEYf {
  color: black;
}
#style-YFNIi.style-YFNIi {
  color: black;
}
#style-jDsMj.style-jDsMj {
  color: black;
}
#style-Wl1f5.style-Wl1f5 {
  color: black;
}
#style-MUPcb.style-MUPcb {
  color: black;
}
#style-4lzCF.style-4lzCF {
  color: black;
}
#style-Y5cPi.style-Y5cPi {
  color: black;
}
#style-Z7hbp.style-Z7hbp {
  color: black;
}
#style-EttHV.style-EttHV {
  color: black;
}
#style-Mva8D.style-Mva8D {
  color: black;
}
#style-SokDU.style-SokDU {
  color: black;
}
#style-qeoZE.style-qeoZE {
  color: black;
}
#style-PRIMj.style-PRIMj {
  color: black;
}
#style-JoQVc.style-JoQVc {
  color: black;
}
#style-fI3l4.style-fI3l4 {
  color: black;
}
#style-WVKGQ.style-WVKGQ {
  color: black;
}
#style-oqc3C.style-oqc3C {
  color: black;
}
#style-F4ojY.style-F4ojY {
  color: black;
}
#style-z2BgJ.style-z2BgJ {
  color: black;
}
#style-H3DKT.style-H3DKT {
  color: black;
}
#style-c2I8A.style-c2I8A {
  color: black;
}
#style-UBXo8.style-UBXo8 {
  color: black;
}
#style-21jql.style-21jql {
  color: black;
}
#style-oUqQN.style-oUqQN {
  color: black;
}
#style-2vGsg.style-2vGsg {
  color: black;
}
#style-lHgUc.style-lHgUc {
  color: black;
}
#style-Fm4hV.style-Fm4hV {
  color: black;
}
#style-yWCcd.style-yWCcd {
  color: black;
}
#style-r5BNN.style-r5BNN {
  color: black;
}
#style-vZ3Db.style-vZ3Db {
  color: black;
}
#style-L8JsO.style-L8JsO {
  color: black;
}
#style-2oMFP.style-2oMFP {
  color: black;
}
#style-IPUCo.style-IPUCo {
  color: black;
}
#style-dsHvl.style-dsHvl {
  color: black;
}
#style-fDrQd.style-fDrQd {
  color: black;
}
#style-vsd8N.style-vsd8N {
  color: black;
}
#style-KIWWd.style-KIWWd {
  color: black;
}
#style-Q2Tav.style-Q2Tav {
  color: black;
}
#style-ctsF3.style-ctsF3 {
  color: black;
}
#style-kMrv3.style-kMrv3 {
  color: black;
}
#style-NUm8S.style-NUm8S {
  color: black;
}
#style-27I4l.style-27I4l {
  color: black;
}
#style-AKnKS.style-AKnKS {
  color: black;
}
#style-zEBZi.style-zEBZi {
  color: black;
}
#style-Pr84i.style-Pr84i {
  color: black;
}
#style-f9aJM.style-f9aJM {
  color: black;
}
#style-hWPL3.style-hWPL3 {
  color: black;
}
#style-jkiJe.style-jkiJe {
  color: black;
}
#style-sDwQI.style-sDwQI {
  color: black;
}
#style-NL6pb.style-NL6pb {
  color: black;
}
#style-LCyTr.style-LCyTr {
  color: black;
}
#style-e8hdo.style-e8hdo {
  color: black;
}
#style-NZl2d.style-NZl2d {
  color: black;
}
#style-dN7Lf.style-dN7Lf {
  color: black;
}
#style-q1E9g.style-q1E9g {
  color: black;
}
#style-3b6qt.style-3b6qt {
  color: black;
}
#style-UEnvq.style-UEnvq {
  color: black;
}
#style-7cccX.style-7cccX {
  color: black;
}
#style-oi2xN.style-oi2xN {
  color: black;
}
#style-UVmXp.style-UVmXp {
  color: black;
}
#style-Qxq4c.style-Qxq4c {
  color: black;
}
#style-n8iZJ.style-n8iZJ {
  color: black;
}
#style-wilY7.style-wilY7 {
  color: black;
}
#style-7bo9r.style-7bo9r {
  color: black;
}
#style-foi8f.style-foi8f {
  color: black;
}
#style-ebWNR.style-ebWNR {
  color: black;
}
#style-c6PGD.style-c6PGD {
  color: black;
}
#style-XH7ID.style-XH7ID {
  color: black;
}
#style-HJMjF.style-HJMjF {
  color: black;
}
#style-ZkfDC.style-ZkfDC {
  color: black;
}
#style-qsT7s.style-qsT7s {
  color: black;
}
#style-6aT5o.style-6aT5o {
  color: black;
}
#style-Wo54p.style-Wo54p {
  display: block;
  text-align: start;
  width: 100%;
}
#style-gZmnl.style-gZmnl {
  display: inline-block;
  position: relative;
}
#style-Aq37R.style-Aq37R {
  display: inline-block;
  margin-left: 5.8vw;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-N5lKX.style-N5lKX {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-kofUq.style-kofUq {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-t9JhL.style-t9JhL {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-kZ8LW.style-kZ8LW {
  display: block;
  text-align: start;
  width: 100%;
}
#style-HPkoO.style-HPkoO {
  display: inline-block;
  position: relative;
}
#style-1x4GA.style-1x4GA {
  display: inline-block;
  position: relative;
}
#style-QOecd.style-QOecd {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-zsfcx.style-zsfcx {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-o2Gmb.style-o2Gmb {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-42614.style-42614 {
  display: block;
  text-align: start;
  width: 100%;
}
#style-H8Hfa.style-H8Hfa {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-vWiqy.style-vWiqy {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-gDm2K.style-gDm2K {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-V7stJ.style-V7stJ {
  display: block;
  text-align: start;
  width: 100%;
}
#style-UCoRo.style-UCoRo {
  display: inline-block;
  margin-left: 0px;
  translate: none;
  rotate: none;
  scale: none;
  opacity: 1;
  transform: translate(0px, 0%);
}
#style-8BTcN.style-8BTcN {
  color: black;
}
#style-oORfm.style-oORfm {
  color: black;
}
#style-zBa7Z.style-zBa7Z {
  color: black;
}
#style-r3x5A.style-r3x5A {
  color: black;
}
#style-HzF9G.style-HzF9G {
  color: black;
}
#style-LDRd8.style-LDRd8 {
  color: black;
}
#style-df6MB.style-df6MB {
  color: black;
}
#style-dN9z3.style-dN9z3 {
  color: black;
}
#style-oMFN6.style-oMFN6 {
  color: black;
}
#style-a8SLr.style-a8SLr {
  color: black;
}
#style-cognn.style-cognn {
  opacity: 0;
}
#style-VVpp9.style-VVpp9 {
  opacity: 0;
}
#style-ZxNyI.style-ZxNyI {
  opacity: 0;
}

.contact-wrapper {
  background-color: #000;
  /* background-image: url("images/66c396aa4d1275804e73a0a2_black-background.webp"); */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 20px;
}

.contact-container {
  background: #191919;
  border-radius: 8px;
  position: relative;
  /* right: 50px; */
  left: -140px;
  padding: 40px;
  color: white;
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 40px;
  box-sizing: border-box;
}

.contact-form {
  flex: 1 1 55%;
  min-width: 280px;
  color: #ee1c25;
  font-family: "Garet", sans-serif;
}
.contact-info {
  flex: 1 1 40%;
  display: flex;
  font-family: "Garet", sans-serif;
  font-weight: 200;
  flex-direction: column;
  gap: 20px;
  min-width: 280px;
}

.contact-form h2 {
  margin-bottom: 20px;
  font-size: 28px;
}

.form-row {
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  flex-direction: column;
}

.form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-group label {
  margin-bottom: 5px;
  font-family: "garet", sans-serif;
  font-weight: 400;
  text-align: start;
}

.form-group input,
.form-group textarea {
  width: 98%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-family: "garet", sans-serif;
  font-size: 14px;
  font-weight: 100;
  box-sizing: border-box;
}

.form-group textarea {
  resize: none;
}

.submit-button {
  background: #ee1c25;
  color: #ffffff;
  font-weight: bold;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
  align-self: flex-start;
}

.contact-info h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.contact-info p {
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 16px;
}

.contact-text {
  color: #ffffff;
}

.info-item {
  display: flex;
  color: #ee1c25;
  line-height: 1.8;
  gap: 8px;
  font-size: 16px;
  font-weight: 300;
  align-items: flex-start;
  text-align: start;
}

.info-item svg {
  flex-shrink: 0;
}

/* === Responsive Styles === */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    padding: 30px 20px;
  }
  .form-row {
    flex-direction: column;
    gap: 0;
  }

  /* .text-line-6{
    position: relative;
    bottom: 595px;
    left: 141px;
    text-align: center;
    color: white;
    font-family: "Vancouver Gothic",sans-serif;
    letter-spacing: -0.11em;
    padding-bottom: 0px;
    font-size: 2.8vw;
  }

   .text-line-7{
    position: relative;
    top: -512px;
    right: -100px;
    text-align: center;
    background-color: #000;
    color: #ee1c25;
    font-family: "Vancouver Gothic",sans-serif;
    padding-top: 8px;
    padding-right: 13px;
    padding-left: 13px;
    letter-spacing: -0.01em;
    padding-bottom: 8px;
    font-size: 3.6vw;
  } */

  .contact-form,
  .contact-info {
    flex: 1 1 100%;
  }

  .contact-form h2,
  .contact-info h1 {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .text-line-6,
  .text-line-7 {
    position: relative;

    font-family: "Vancouver Gothic", sans-serif;
    width: 100%;
    padding: 10px 0;
  }

  .text-line-6 {
    color: white;
    font-size: 6vw;
    right: 80px;
    bottom: 23px;
    letter-spacing: -0.05em;
  }

  .text-line-7 {
    background-color: #000;
    top: -12px;
    left: 10px;
    color: #ee1c25;
    font-size: 7vw;
  }

  .contact-wrapper {
    padding: 20px 15px;
    background-image: url(images/red_11.png);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
  }

  .submit-button {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .section-wrapper {
    margin-top: 10vh;
    display: flex;
    flex-direction: column;
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .text-line-6 {
    color: white;
    font-size: 7vw;
    bottom: 23px;
    letter-spacing: -0.05em;
    margin-left: 12vh;
  }
  .text-line-7 {
      text-align: right;
      color: #ee1c25;
      font-family: "Vancouver Gothic", sans-serif;
      letter-spacing: -0.05em;
      font-size: 8vw;
      margin-right: 10vh;
  }

  .contact-wrapper {
    padding: 30px 10px;
  }

  .contact-container {
    position: relative;
    right: 0px;
    padding: 20px 15px;
    left: 0px;
  }

  .submit-button {
    width: 98%;
    text-align: center;
  }
}
.info-pair-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media (min-width: 768px) {
  .info-pair-container {
    position: relative;
    top: 30px;
    flex-direction: column;
    gap: 5px;
  }

  .info-item strong {
    font-weight: 100;
    font-size: 2.3vh;
    color: #ee1c25;
    position: relative;
    top: -4px;
    text-align: start;
  }
  .info-column {
    flex: 1;
    gap: 51px;
  }
}

@media (max-width: 768px) {
  .content-block.is--relative {
    z-index: 1;
    flex-flow: column;
    position: relative;
    top: 20vh;
    text-align: left;
    /* left: 3%; */
    line-height: 85%;
  }
}
