.section__main{width:100%;height:500px;box-shadow:var(--box-shadow);position:relative}.section__main--img{position:absolute;top:0;right:0;width:60%;height:100%;object-fit:cover;min-height:270px}.section__main--svg{width:60%;height:100%;position:absolute;z-index:1;object-fit:cover;top:0}.section__main__text{position:relative;width:50%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2}.section__main__text--title{font-size:30px;text-align:center;color:var(--title-text-color);margin-bottom:20px;font-weight:bolder}.section__main__text__links{display:flex;gap:20px}@media screen and (max-width:1080px){.section__main{height:400px}.section__main__text--title{font-size:25px}.section__main--img{width:80%}}@media screen and (max-width:675px){.section__main__text__links{flex-direction:column}.section__main--img{width:100%}.section__main__text--title{font-size:20px}.section__main--svg{width:80%}}@media screen and (max-width:500px){.section__main--svg{display:none}.section__main--img{height:auto}.section__main__text{background-color:#fff;height:auto;width:100%;padding:20px;position:absolute;bottom:-50px;box-shadow:var(--box-shadow)}.section__main__text__links{flex-direction:row}}.section__services{width:100%;min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:50px}.section__services__cards{display:flex;flex-direction:row;justify-content:center;gap:20px;flex-wrap:wrap}.section__services__cards__card{display:flex;flex-direction:column;align-items:center;max-width:500px;width:100%;height:auto;padding:20px}.section__services__cards__card__title{display:flex;flex-direction:column;justify-content:center;align-items:center}.section__services__cards__card__text{text-align:justify}.section__services__cards__card__text{font-size:15px;color:var(--text-color)}.section__services__cards__card__title--link{font-weight:700;color:var(--primary-color);text-decoration:underline}@media screen and (max-width:500px){.section__services{margin-top:100px}}.section__aboutUs{position:relative;min-height:500px;background-image:url(/_astro/imgParallax.OV-QZ6at.png);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover}.parallax__content{background-color:#080c9180;width:100%;height:100%;display:flex;justify-content:center;align-items:center;gap:50px;margin-top:50px}.section__aboutUs__content{color:var(--secondary-color);max-width:500px;padding:20px}.section__aboutUs__content--title{display:flex;justify-content:center;align-items:center;flex-direction:column}.section__aboutUs__content--h2{font-size:40px;font-weight:700}.section__aboutUs__content--p{text-align:justify}.line-white{display:block;width:100px;height:5px;margin:10px 0;background-color:var(--secondary-color)}.section__aboutUs__content--link{font-weight:700;text-decoration:underline}.section__aboutUs__content--lottie{width:500px;height:500px}@media screen and (max-width:1080px){.parallax__content{flex-direction:column;gap:0}.section__aboutUs__content{margin-top:50px}.section__aboutUs__content--lottie{width:100%;height:500px}}.section__projects{width:100%;margin-top:50px;min-height:500px;display:flex;flex-direction:column;align-items:center;box-shadow:var(--box-shadow);padding-bottom:50px}.section__projects__content{max-width:1200px;display:flex;justify-content:center;align-items:center;gap:50px;flex-wrap:wrap}.section__projects__button{margin-top:50px}.flip-card.is-flipped .flip-card-inner{transform:rotateY(180deg)}.section_ourclients{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:50px;min-height:300px}.section__location{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;margin-top:50px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(calc(-300px * var(--slide-count, 33)))}}.slider{width:100%;height:200px;margin:auto;overflow:hidden;position:relative;max-width:960px}.slide-circle{width:60px;height:60px;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#fff;font-size:24px;font-weight:700;margin-bottom:10px}.slider:before,.slider:after{background:linear-gradient(to right,#fff,#fff0);content:"";height:200px;position:absolute;width:200px;z-index:2}.slider:after{right:0;top:0;transform:rotate(180deg)}.slider:before{left:0;top:0}.slider .slide-track{animation:scroll 100s linear infinite;display:flex;width:calc(300px * var(--slide-count, 33) * 2)}.slide-logo{width:90px;height:60px;object-fit:contain;margin-bottom:10px}.slider .slide{height:200px;width:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}.slide-text{text-align:center}
