@media only screen and (max-width: 769px){
    h1 { font-size: 84px!important; line-height: 1.2; }
    h2 { font-size: 32px!important;; line-height: 1.3; }
    h3 { font-size: 24px!important;; line-height: 1.4; }
    h4 { font-size: 20px!important;; line-height: 1.5; }
    h5 { font-size: 18px!important;; line-height: 1.5; }
    h6 { font-size: 16px!important;; line-height: 1.6; }

    .list-hero{
        display: none !important;
    }
    .hero-img{
        top: none;
        position: none !important;
        width: 100% !important;
        height: 218px !important;
    }
    .about-img{
     
      height: 50vh !important;
      
    }
    .title-hero {
       top: 0 !important; 
        position: none !important;
    }
    .title-pricing  {
      width: 300px;
      }
    .row-vertical {
        display: none !important;
    }
    .padding-line {
        padding: 10px !important;
    }
    .form-container {
      width: 370px !important;
    }
    .testimonial-wrapper {
      width: 320px;
    }
    
    .title-contact  {
      width: 300px;
      }
     .right-block-projects {
      display: none;
      }
    .left-block-projects {
      display: none;
    }
    .img-single-project {
      width: 100%;
      height: 30vh !important;
      position: relative;
    }
    .img-single-project-two {
  
      width: 100%;
      height: 40vh !important;
      position: relative;
    
  }
}
*{
  scroll-behavior: smooth;
}
.block-img {
  overflow: hidden;
}
.hero-img{
    top: -40px;
    position: relative;
    width: 75%;
    height: 80vh;
    z-index: -1;
}
.about-img{
  width: 100%;
  height: 80vh;
  position: relative;
}
.img-single-project {
  width: 100%;
  height: 80vh;
  position: relative;
}
.img-single-project-two {
  
    width: 100%;
    height: 100vh;
    position: relative;
  
}
.img-single-project-three {
  
  width: 100%;
  height: 500px;
  position: relative;

}
.title-hero {
   top: -170px; 
    position: relative;
}
.column-img-about {
    overflow: hidden;
}
.icone-pricing {
    background-color: var(--wp--preset--color--text-color);
}
.icone-pricing-2 {
    background-color: var(--wp--preset--color--background-primary);
}



/* Marquee */ 
:root{
   
        
     
        
    
      /*Marquee */
      --gap: 1rem;
      --size: clamp(10rem, 1rem + 40vmin, 30rem);
      --gap: 30px;
      --duration: 60s;
      --scroll-start: 0;
      --scroll-end: calc(-100% - var(--gap));

}
.marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }

  .marqueegroup {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
  }

  @media (prefers-reduced-motion: reduce) {
    .marqueegroup {
      animation-play-state: paused;
    }
  }

  .marquee--vertical {
    --mask-direction: to bottom;
  }

  .marquee--vertical,
  .marquee--vertical .marqueegroup {
    flex-direction: column;
  }

  .marquee--vertical .marqueegroup {
    animation-name: scroll-y;
  }

  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
  }

  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }


.faq-question {
  background-color: transparent;
  width: 100%;
  max-width: 100%;
  overflow: hidden; 
}
.faq-question summary {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  transition: background-color 0.3s ease;
}
.faq-question summary::after {
  content: "+"; 
  font-size: 40px;
  transition: transform 0.3s ease, color 0.3s ease; 
}
.faq-question[open] summary::after {
  transform: rotate(45deg);
}
.faq-answer {
  line-height: 1.6;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden; 
  transition: max-height 0.9s ease-in-out, opacity 0.5s ease-in-out;
}
.faq-question[open] .faq-answer {
  max-height: 500px; 
  opacity: 1;
}
.faq-question:hover summary {
  background-color: var(--wp--preset--color--text-terciary);
}


.reveal {
  opacity: 0; 
  transform: translateY(50px); 
  transition: opacity 1s ease, transform 1s ease; 
}
.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

.containers-ims .image-span:hover img {
  transform: scale(1.05); 
  filter: brightness(1);
  transition: transform 0.5s ease-in-out, filter 0.3s ease-in-out; 
}
.ajust {
  overflow: hidden;
}

.left-block-projects {
  background-color: var(--wp--preset--color--background-primary);
  width: 180px;
  height: 80px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.right-block-projects {
  background-color: var(--wp--preset--color--background-primary);
  width: 180px;
  height: 200px;
  position: absolute;
  inset: 0% 0% auto auto;
  margin-top: 0;
}
.background-white {
  position: relative;
}

.rectangle-side {
  width: 100% ;
}



.image-move {
  position: absolute;
  width: 400px; 
  height: auto;
  z-index: 10; 
  pointer-events: none; 
  transition: transform 0.2s ease-out;

    left: 50%;
  transform: translate(-50%, -50%); 
}
.image-move{

      width: 300px;

      height: auto;
      
      transform:translate(-50%, -50%);
  } 
.image-move{

      width: 200px;

      height: auto;
      
      transform:translate(-50%, -45%);
  } 
  .bnt-black {
   padding: 4px 16px;
    cursor: pointer;
    transition: all 0.3s ease; 
    border: 1px solid #fff;
}
  .bnt-black:hover {
    background-color: #fff; 
    color: #000; 
    border-color: #000; 
}
.bnt-white{
  padding: 4px 16px;
    cursor: pointer;
    transition: all 0.3s ease; 
    border: 1px solid #000;
}
.bnt-white:hover {
  background-color: #000; 
  color: #fff; 
  border-color: #fff; 
}