@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: prompt;
}

body {
    font-family: 'Poppins', sans-serif;
    background: #121212;
    color: white;
    overflow-x: hidden;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

nav menu {
    display: flex;
    list-style: none;
    align-items: center;
    position: relative;
}

nav menu svg {
    cursor: pointer;
    width: 80px;
    margin-top: 10px;
}


nav menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    width:15vw;
}

nav menu li a {
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    letter-spacing: 2px;
    transition: color 0.3s ease;
    font-weight: 100;
    font-size: 13px;
}

nav menu li a:hover {
    color: #ffd700;
}
.scroll{
  position: absolute;
  width: 90px;
  text-align: end;
  right:2%;
  z-index: 2;
}

.hero {
  height: 65vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6rem;
  position: relative;
  margin-right: 10rem;
  margin-bottom: 7rem;
}

.hero h2 {
  margin-top: 5rem;
  font-size: 3rem;
  text-transform: uppercase;
}

.hero h3 {
  margin-top: -10px;
  font-size: 1.5rem;
  font-weight: lighter;
  padding-right: 395px;
}

.scroll{
  position: absolute;
  width: 90px;
  text-align: end;
  top: 17rem;
  right:2%;
  z-index: 2;
}
/* background ligts */
.color{
  width: 600px;
  height: 550px;
  position: absolute;
  top: -180px;
  right: -180px;
  z-index: -1;
  background: radial-gradient(#FF805E 0%, #0000 72%);
  filter: blur(60px);
  opacity: 0.8;
}
.color2{
  width: 500px;
  height: 350px;
  position: absolute;
  top: 15px;
  right: 70px;
  z-index: -1;
  background: radial-gradient(#3AD35D 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(133deg);
  opacity: 0.8;
}
.color3{
  width: 500px;
  height: 450px;
  position: absolute;
  top: 150px;
  right: 10px;
  z-index: -1;
  background: radial-gradient(#1999BD 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(133deg);
  opacity: 0.8;
}
.color4{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 20px;
  right: -90px;
  z-index: -1;
  background: radial-gradient(#8119BD 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(128deg);
  opacity: 0.6;
}

.color5{
  width: 450px;
  height: 550px;
  position: absolute;
  top: 25rem;
  left: 30px;
  z-index: -1;
  background: radial-gradient(#8119BD 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(105deg);
  opacity: 0.8;
}

.color6{
  width: 550px;
  height: 650px;
  position: absolute;
  top: 20rem; /* Move it slightly above the screen */
  left: 50px;
  z-index: -2;
  background: radial-gradient(#3AD35D 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(30deg);
  opacity: 0.6;
}
.color7{
  width: 400px;
  height: 550px;
  position: absolute;
  top: 29rem; /* Move it slightly above the screen */
  left: 110px;
  z-index: -3;
  background: radial-gradient(#1999BD 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(155deg);
  opacity: 0.6;
}
.color8{
  width: 550px;
  height: 650px;
  position: absolute;
  top: 17rem;
  left: -230px;
  z-index: -2;
  background: radial-gradient(#FF805E 0%, #0000 72%);
  filter: blur(60px);
  transform: rotate(30deg);
  opacity: 0.6;
}
/* Oucomes effect */
.name {
  position:absolute;
  top:64%;
  display:block;
  width:110vw;
  left:-30px;
  height:270px;
  overflow:hidden;
}
.name rect { 
  width:500vw;
  height:300px;
}
.name mask {
  height:250px;
}
.name text {
  font-size:285px;
  font-weight: 1000;
  align-items: center;
  display: flex;
}
/* proof white version */
.outcome-ver1{
  background-color: #D9D9D9;
  padding: 2rem 5rem 5rem 5rem;
}
.outcome-ver1 hr{
  border: 2px solid #C8C8C8;
  border-radius: 10px;
}
.content-container{
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-top: 2rem;
  gap: 20px;

}
.images{
  background-color: #E9E9E9;
  padding: 2rem 3rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;
  flex:0 0 40%;
  position: relative;
  overflow: hidden;
}
.images img {
    width: 90%;
    height: auto;
    border-radius: 30px;
    z-index: 1;
    margin-left: 1.5rem;
    display: none; /* Hide all images by default */
  }
  
  .images img.active {
    display: block; /* Show only the active image */
  }
.text-container{
  background-color: #E9E9E9;
  color: #000000;
  padding: 3rem;
  border-radius: 30px;
  flex: 1 1 45%;

}

.color-image{
  width: 600px;
  height: 550px;
  position: absolute;
  bottom: -180px;
  left: -180px;
  background: radial-gradient(#FF805E 0%, #0000 72%);
  filter: blur(60px);
  opacity: 0.8;
}

.color-image1{
  width: 600px;
  height: 550px;
  position: absolute;
  bottom: -400px;
  left: -190px;
  background: radial-gradient(#3AD35D 0%, #0000 72%);
  filter: blur(60px);
  opacity: 0.8;
}
/* poof black version */
.outcome-ver2{
  padding: 2rem 5rem 5rem 5rem;
}

.images2{
  background-color: #191919;
  padding: 2rem 3rem 2rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  border-radius: 30px;
  flex:0 0 40%;
  position: relative;
  overflow: hidden;

}
.images2 img {
  width: 90%;
  height: auto;
  border-radius: 30px;
  z-index: 1;
  margin-left: 1.5rem;
  display: none; /* Hide all images by default */
}

.images2 img.active {
  display: block; /* Show only the active image */
}

.proofs .addition{
  color: #707070;
}

.text-container2{
  background-color: #191919;
  color: #ffffff;
  padding: 3rem;
  border-radius: 30px;
  flex: 1 1 45%;
}

.color2-image{
  width: 600px;
  height: 550px;
  position: absolute;
  bottom: -180px;
  right: -180px;
  background: radial-gradient(#FF805E 0%, #0000 72%);
  filter: blur(60px);
  opacity: 0.8;
}

.color2-image1{
  width: 600px;
  height: 550px;
  position: absolute;
  bottom: -400px;
  right: -190px;
  background: radial-gradient(#8119BD 0%, #0000 72%);
  filter: blur(60px);
  opacity: 0.8;
}
/* Animation for moving light effects */
.moving-light .color2-image,
.moving-light .color-image {
  position: absolute;
  animation: moveLight 12s infinite alternate ease-in-out;
  cursor: pointer;
}

/* Animation for moving light effects */
@keyframes moveLight {
  0% {
    transform: translate(0, 0); /* Start at the bottom-right corner */
  }
  25% {
    transform: translate(100px, -300px); /* Move to the top-left corner */
  }
  50% {
    transform: translate(-300px, -300px); /* Move to the top-right corner */
  }
  75% {
    transform: translate(-300px, 100px); /* Move to the bottom-left corner */
  }
  100% {
    transform: translate(0, 0); /* Return to the bottom-right corner */
  }
}

.moving-light .color2-image1,
.moving-light .color-image1 {
  position: absolute;
  animation: moveLight1 12s infinite alternate ease-in-out;
}
.pointer{
  cursor: pointer;
}
/* Animation for moving light effects */
@keyframes moveLight1 {
  0% {
    transform: translate(0, 0); /* Start at the bottom-right corner */
  }
  25% {
    transform: translate(-300px, 100px); /* Move to the top-left corner */
  }
  50% {
    transform: translate(-300px, -300px); /* Move to the top-right corner */
  }
  75% {
    transform: translate(100px, -300px); /* Move to the bottom-left corner */
  }
  100% {
    transform: translate(0, 0); /* Return to the bottom-right corner */
  }
}
/* footer */
.socials{
  display: flex;
  text-transform: uppercase;
  padding: 1.5rem;
  flex-direction: row;
  gap: 15rem;
  justify-content: center;
}
.socials a{
  color: white;
  font-weight: 100;
  transition: color 0.3s ease;
  text-decoration: none;
}
.socials a:hover{
  color: #a0a0a0;
}

@media screen and (max-width: 968px) {
  .content-container {
    flex-direction: column;
    align-items: center;
  }
  .images, .text-container {
    width: 90%;
    margin: 0 auto;
  }
  
}