.custom-shape{clip-path:polygon(0 0,100% 0,100% 90%,0% 100%)}.custom-shape2{clip-path:polygon(0 10%,100% 0%,100% 100%,0% 100%)}@keyframes rotate-shape{0%{transform:rotate(0)}50%{transform:rotate(15deg)}to{transform:rotate(0)}}.animate-rotate-shape{animation:rotate-shape 7s linear infinite}.counter{animation-duration:1s;animation-delay:0s}.arrow-shape{width:50px;height:70px;background-color:#fff;clip-path:polygon(0 50%,100% 100%,100% 0)}html{scroll-behavior:smooth}.swiper{width:100%;height:100%}.swiper-slide{text-align:center;font-size:18px;background:#fff;display:flex;justify-content:center;align-items:center}.swiper-slide img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.carousel-track{display:flex;width:100%;animation:scroll 20s linear infinite}@media (max-width: 576px){.carousel-track{animation-duration:3s}}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.mySwiper3{width:500px;height:auto;margin:0 auto}@media (max-width: 640px){.mySwiper3{width:315px;margin:0 auto}}.animation-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #40b6fe}70%{box-shadow:0 0 0 60px #40b6fe00}}.max-h-0{max-height:0}
