#portfolio .portfolio__projects{grid-template-columns:repeat(5,1fr);align-items:start;gap:1rem;display:grid}#portfolio .card.portfolio__project{background:#0b0f1a;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;min-height:250px;padding:0;display:flex;overflow:hidden;justify-content:flex-start!important;height:auto!important}#portfolio .project__description-scroll p{color:#a0aec0;margin:0;font-size:.8rem;line-height:1.4;transition:transform 4s ease-in-out;transform:translateY(0)}#portfolio .card.portfolio__project:hover .project__description-scroll p{transform:translateY(-80%)}#portfolio .portfolio__project-image{flex-shrink:0;width:100%;height:140px}#portfolio .portfolio__project-image img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}#portfolio .portfolio__project-content{text-align:center;flex-direction:column;flex-grow:1;gap:.4rem;padding:.8rem;display:flex}#portfolio .portfolio__project h4{color:#fff;font-size:1rem;margin:0!important}#portfolio .project__description-scroll{max-height:60px;overflow-y:auto;margin:0!important}#portfolio .project__description-scroll p{color:#a0aec0;margin:0;font-size:.8rem;line-height:1.4}#portfolio .portfolio__project-cta{margin-top:.8rem;padding:0 .8rem .8rem}#portfolio .btn.sm{width:100%;padding:.5rem;display:block}@media screen and (max-width:1024px){.portfolio__projects{grid-template-columns:1fr 1fr}}@media screen and (max-width:600px){.card.portfolio__project{height:70%;min-height:90px}.portfolio__projects{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;flex-direction:row;gap:1.5rem;padding:0 1rem 1rem;overflow-x:auto;display:flex!important}}
.animated-button{color:#fff;text-transform:uppercase;text-align:center;z-index:30;background-color:#0000;width:220px;height:80px;font-family:verdana;font-size:26px;line-height:80px;text-decoration:none;transition:all .5s;display:inline-block;position:relative}.animated-button:before,.animated-button:after{content:"";z-index:-1;opacity:0;background-color:#05944c;border-radius:50%;width:20px;height:20px;transition:all 2.3s;position:absolute;top:50%;transform:translateY(-50%)}.animated-button:before{left:0;box-shadow:-100px 0 #05944c}.animated-button:after{right:0;box-shadow:100px 0 #05944c}.animated-button:hover:before{opacity:1;left:50%;transform:translate(-50%)translateY(-50%);box-shadow:30px 0 #05944c}.animated-button:hover:after{opacity:1;right:50%;transform:translate(50%)translateY(-50%);box-shadow:-30px 0 #05944c}.animated-button span{z-index:-1;background-color:#05944c;border-radius:8px;width:100%;height:100%;transition:all .3s;position:absolute;top:0;left:0;transform:scale(0)}.animated-button:hover span{transition-delay:.4s;transform:scale(1)}.animated-button:hover{color:#262626;transition-delay:.4s}

.image-container{z-index:1;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.responsive-image{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:90vh}@media (max-width:1024px){.responsive-image{width:80%}}@media (max-width:768px){.image-container{justify-content:center;align-items:center}.responsive-image{width:95%;max-height:70vh}}
