.btn-glossy{ position: relative; overflow: hidden;}.btn-glossy::before { content: ''; position: absolute; top: 0; left: -200%; width: 200%; height: 100%; transform: skewX(-20deg); background-image: linear-gradient(to right, transparent, rgba(255,255,255,.35), transparent); z-index: 1;}.btn-glossy:hover::before { animation-name: glossy-move; animation-duration: 1.8s; animation-timing-function: ease;animation-delay: .1s;}@keyframes glossy-move { from { left: -200%; } to { left: 200%; }} body {font-family: "Poppins"} h1, h2, h3, h4, h5, h6 {font-family: "Poppins"}.brxe-accordion .accordion-title .title {font-family: "Poppins"}.brxe-accordion .accordion-content-wrapper {font-family: "Poppins"}