
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap" rel="stylesheet');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overscroll-behavior-y: contain;
   
    font-family: "Outfit", sans-serif;
}

  
body {
    margin: 0;
    padding: 0;
    background: url(noise.jpg);
    animation: animate .5s steps(10) infinite;
    position: relative;
 

}

header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding:  30px 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 100;

}
#logo{
    font-size: 1.45em;
    color:rgb(50, 245, 40);
    pointer-events: none;
    margin-right: 8vw;
    outline: 5px dotted rgb(255, 4, 4);
    text-shadow: 2px 2px 2px rgb(255, 8, 8);
}



.parallax{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh;
}
#text{
    position: relative;
    text-justify: auto;
    left: 5%;
    top: 15vw;
    font-size: 18.455252918287936vw;
    color:rgb(252, 205, 220);
    text-shadow: 0px 8px 5px #f3f704a1;
    font-family: "Space Grotesk", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    line-height: 85%;
    
}



.parallax img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
   

}
 .parallax #hill2{
     mix-blend-mode: hard-light;
 }
 .parallax #leaf{
    left: 54%;
    padding-top: 350px; /* adds inner space at top */
    z-index: 200;
    width: 35%;
   
 }
 .parallax #tree{
    top:200vh;
    left:5%;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 0  5.75rem rgb(108, 99, 206));
 
    
 }
 .parallax #hill1{

    top:5%;
      
    
}
.parallax #hill3{

    width: 55%;
    top:185vh;

    mix-blend-mode: color-burn;
  
    filter: contrast(1.75);
    filter: hue-rotate(90deg);
    filter: drop-shadow(0 0 .75rem rgb(242, 113, 231));
    z-index: 200;
    
    animation: floatAndFade 10s ease-in-out infinite;
    
    
 }

 .parallax #caminando{
  width: 130vh;
  top:279vh;
left: 0%;
mix-blend-mode: color-burn; 
  z-index: 200;

 }

 .parallax #sol{
  width: 50%;
  top:780%;
left: 45%;
z-index: 200;
mix-blend-mode: color-burn; 



 }
.parallax #hill4{

   top:5%;
   filter: drop-shadow(0 0 5.75rem rgb(168, 238, 5));
   
}
.parallax #hill5{
   
    width: 45%;
    top:110vh;
    left:1%;
   
   
    mix-blend-mode: color-burn;
    z-index: 2000;
    
  
}
.parallax #hill2{

  width: 45.5%;
  top:230vh;
  left:50%;
  transform: rotateY(3.142rad);
  filter: contrast(200%);
  filter: drop-shadow(1 0 .75rem rgb(194, 255, 50));
  mix-blend-mode: exclusion;
  z-index: 99999;
  animation: walkLeft 79s linear infinite;
  
  
 }
 .parallax #caracol{

  width: 40.5%;
  top:330vh;

  filter: contrast(200%);
  filter: drop-shadow(1 0 .75rem rgb(194, 255, 50));
  mix-blend-mode: exclusion;
  z-index: 99999;
  animation: walkRight 79s linear infinite;
  
  
 }

 @keyframes walkLeft {
  0% {
    left: 100%;
  }
  100% {
    left: -40%; /* Ends offscreen to the left */
  }
}

@keyframes walkRight {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100vw); /* Or 100% depending on what you want */
  }
}


.parallax #carrusel{

  width: 95%;
  mix-blend-mode: overlay;
   
    
}

.parallax #footer{

    overflow: auto;
    overscroll-behavior-y: none;
     
      
  }
  
  



.sec{
    

    
    padding: 10vw;
    color:rgb(254, 254, 254);
    text-shadow: 2px 2px 2px rgba(0,0,0, .1);
}

.sec h2{

    top:10vw;
    
    font-size: 10.05vw;
    line-height: 85%;
    color:rgb(255, 27, 129);
    text-shadow: 2px 2px 2px rgba(45, 89, 233, 0.804);
    
font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  mix-blend-mode: color-burn;
  
}

.animate-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  }
  
  /* When it enters the viewport */
  .animate-on-scroll.visible {
    opacity: 1;
    transform: translateY(0);
  }

.sec p{
    font-size: 2em;
    color: rgb(255, 0, 190);
    font-weight: 280;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    /* Improved readability */
    line-height:120%; /* or 120% */
    letter-spacing: 0.5px;
    word-spacing: 1px;
    text-justify: auto;


    /* Enhanced text shadow for better legibility */
    text-shadow: 
        1px 1px 2px rgba(0, 0, 0, 0.6),
        0 0 5px rgba(68, 4, 72, 0.3);
}

.sec #glass{
  background-color: rgba(255, 255, 255, 0.283);
  backdrop-filter: blur(5px);
  
  padding: 3vw;
  width: 80vw;
  margin: 5vh auto;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  gap: 2rem;
  position: relative;
}
.block {
  background: white;
  padding: 1rem;
  overflow: visible;
  max-width: 60%;
  font-size: 1.1rem;
  line-height: 1.6;
  box-shadow: 2px 2px 8px rgba(0,0,0,0.1);
}


.block.left {
  align-self: flex-start;
  transform: rotate(-1deg);
  text-justify: auto;
  background: rgb(205, 255, 136);
}

.block.right {
  align-self: flex-end;
  transform: rotate(1deg);
  background: rgb(125, 220, 255);
  text-justify: auto;
}

.block.skewed {
  align-self: center;
  /*transform: rotate(-2deg);*/
  background: rgb(230, 242, 98);
  text-justify: auto;
}


.section-title {
  color:rgb(255, 27, 129);
  text-shadow: 2px 2px 2px rgba(45, 89, 233, 0.804);
  pointer-events: none; 
  font-family: "Bebas Neue", sans-serif;
  font-size: 2.5rem;
  margin: 0;
  padding: 0.5rem 0;
}

.section-title.left {
  align-self: flex-start;
  transform: rotate(-1deg);
}

.section-title.right {
  align-self: flex-end;
  transform: rotate(1deg);
  text-align: right;
}

.section-title.center {
  align-self: center;
  transform: rotate(-2deg);
  text-align: center;
}

@keyframes animate
{
    0%
    {
        background-position: 0 0;
    }
    100%
    {
        background-position: 100% 100%;
    }
}

#canvas-container {
    position:relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    background: transparent;
  mix-blend-mode: color-dodge;
  
    
     
  }
  /* The image starts hidden */
  #pareja {
    position: absolute;
    top: 0;
    left: 0;
    width: 15%;
    height: 15%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.3s ease;
    mix-blend-mode: normal; /* disables blending */
    z-index: 2000; /* Make sure it's above the canvas */
    pointer-events: none; /* So it doesn't block mouse hover */
  }

  /* On hover, show the image*/ 
  #canvas-container:hover #pareja {
    opacity: 1;
    mix-blend-mode: normal;
  }

  
  @keyframes floatAndFade {
    0% {
      transform: translateY(0);
      opacity: 1;
    }
    50% {
      transform: translateY(295px); /* float up */
      opacity: 0.5;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
    /* The image starts hidden */
    #pareja {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transition: opacity 0.3s ease;
        z-index: 2000; /* Make sure it's above the canvas */
        pointer-events: none; /* So it doesn't block mouse hover */
      }
  
      /* On hover, show the image 
      #canvas-container:hover #pareja {
        opacity: 1;
      }*/