.hero-section{justify-content:center;align-items:center;height:100vh;min-height:1000px;display:flex}.hero-section .container{align-items:center;gap:4rem;display:flex}.hero-section .container .hero-content{flex-direction:column;gap:2rem;display:flex}.hero-section .container img{animation:5s ease-in-out infinite alternate animateImage}.hero-section button,.hero-section .btn{width:100%;max-width:250px}.animate-blink{font-size:32px;animation:1s step-end infinite blink}.hero-title{font-family:Anta,sans-serif;font-size:62px;font-weight:700}@keyframes blink{50%{opacity:0}}.company-overview{background-color:var(--secondary-color)}.company-overview .row{gap:4rem}.company-overview .overview-content{flex-direction:column;gap:1rem;display:flex}@media screen and (max-width:960px){.hero-section .container{flex-direction:column-reverse}.hero-section .container .col{width:100%}.hero-section .container .hero-img{width:50%}}@media screen and (max-width:768px){.hero-section{height:unset;min-width:unset}.hero-section .container{gap:0}.hero-section .container .hero-content{padding-right:0}.gradient{background:var(--background)}.hero-title{font-size:28px}}@keyframes animateImage{0%{opacity:1;transform:scale(1)rotate(0)}to{opacity:.8;transform:scale(1.05)rotate(5deg)}}
