@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 */
  }

  .proofs .addition{
    color: #707070;
  }
  
  
.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 */
}

.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;
}


/* 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 */
  }
}
/* Modal styles */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed position to overlay everything */
  z-index: 1000; /* Ensure it appears above all other elements */
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(29, 29, 29, 0.8); /* Dimmed background */
  overflow: hidden; /* Prevent scrolling */
}

/* Modal content styles */
.modal-content {
  position: absolute;
  top: 50%; /* Center vertically */
  left: 50%; /* Center horizontally */
  transform: translate(-50%, -50%); /* Adjust for centering */
  background-color: black; /* Black box around the images */
  padding-top: 40px; /* Add padding to the top */
  padding-bottom: 20px; /* Add padding to the bottom */
  padding-left: 50px;
  padding-right: 50px;
  border-radius: 30px; /* Rounded corners */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Subtle shadow */
  max-width: 90%; /* Increase width */
  max-height: 90%; /* Increase height */
  overflow: auto; /* Allow scrolling if content overflows */
}

/* Image styles */
.mySlides img {
  display: block;
  margin: auto; /* Center the image */
  max-width: 100%; /* Increase image size */
  max-height: 100vh; /* Limit height to viewport height */
}

/* Button styles */
.popup-trigger {
  cursor: pointer;
  color: #196dc7; /* Text color */
  background: none; /* Remove background */
  border: none; /* Remove border */
  font-size: 1rem;
  text-decoration: underline; /* Make it look like part of the text */
  padding: 0; /* Remove padding */
}

.popup-trigger:hover {
  color: #0056b3; /* Slightly darker blue on hover */
}

/* Description styles */
.image-description {
  text-align: center;
  color: white; /* Change description text color to white */
  margin-top: 20px;
  font-size: 1rem; /* Slightly larger font size */
}
/* Close button styles */
.close {
  color: white; /* White color for visibility */
  position: absolute;
  top: 0px; /* Align with the top of the modal content */
  right: 20px; /* Position it inside the black box */
  font-size: 3rem; /* Make it larger */
  font-weight: bold;
  cursor: pointer;
  z-index: 1001; /* Ensure it appears above everything */
}

.close:hover,
.close:focus {
  color: #999; /* Slightly dimmed color on hover */
  text-decoration: none;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%; /* Center vertically */
  width: auto;
  padding: 15px 20px; /* Add padding for better appearance */
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 1.5rem; /* Make the arrows larger */
  background-color: rgba(0, 0, 0, 0.6); /* Add a semi-transparent background */
  border: none;
  border-radius: 5px; /* Rounded corners */
  transition: background-color 0.3s ease, color 0.3s ease;
  z-index: 1001; /* Ensure it appears above everything */
}
.prev {
  left: 5px; /* Position on the left side */
}

.next {
  right: 5px; /* Position on the right side */
}

.prev:hover,
.next:hover {
  color: #8b8b8b;
}
.pointer{
  cursor: pointer;
}
/* 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;
  }
  
}