.carousel-container{perspective:1000px}.animated-border{border:5px solid transparent;border-radius:20px;animation:borderAnimation 6s linear infinite;box-shadow:0 0 10px #5e97ff,0 5px 10px #ff0101;transition:box-shadow .3s ease}.carousel-item-wrapper .p-0{position:relative;z-index:1;border-radius:calc(1rem - 3px);overflow:hidden;height:100%;background-color:hsl(var(--background))}.animated-border img{border-radius:20px}[data-active=true] .carousel-item-wrapper{transform:scale(1.1) translateZ(0);opacity:1;z-index:10}[data-active=false] .carousel-item-wrapper{transform:scale(.7) translateZ(-100px);opacity:1;z-index:1}.embla__container{transform-style:preserve-3d;display:flex;align-items:center}.embla__slide{flex:0 0 50%;min-width:0;padding-left:2rem;position:relative}@media (max-width:1024px){.embla__slide{flex-basis:60%}}@media (max-width:768px){.embla__slide{flex-basis:90%}}.carousel-item-wrapper .h-full{height:100%}.carousel-item-wrapper .overflow-hidden{overflow:hidden;border-radius:1rem}