.carousel3d--xs{--size:140px;--radius:260px;--duration:.6s}.carousel3d--sm{--size:180px;--radius:320px;--duration:.65s}.carousel3d--md{--size:220px;--radius:380px;--duration:.7s}.carousel3d--lg{--size:280px;--radius:460px;--duration:.8s}.carousel3d--xl{--size:340px;--radius:540px;--duration:.9s}.carousel3d--wide{--step:60deg}.carousel3d--normal{--step:45deg}.carousel3d--tight{--step:30deg}.carousel3d--dense{--step:22.5deg}.carousel3d{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;height:auto;width:100%;margin-top:100px;height:500px;--size: clamp(140px, 40vw, 280px);--radius: calc(var(--size) * 1.9);--perspective: calc(var(--size) * 4.5);--duration: .7s}@media(max-width:600px){.carousel3d{height:400px}}@media(max-width:450px){.carousel3d{height:350px}}@media(max-width:350px){.carousel3d{height:300px}}.carousel3d .image-container{position:relative;width:var(--size, 200px);height:var(--size, 200px);transform-style:preserve-3d;transform:perspective(var(--perspective, 1000px)) rotateY(0);transition:transform var(--duration, .7s)}.carousel3d .image-container .is-front{filter:saturate(1.05) brightness(1.06);box-shadow:0 28px 60px #0000008c,0 0 0 1px #0096ff40,inset 0 1px #ffffff1f;transform:translateZ(1px)}.carousel3d .image-container img:not(.is-front){filter:blur(1px) brightness(.85) saturate(.9);transform:scale(.96)}.carousel3d .image-container span{position:absolute;inset:0;transform:rotateY(calc(var(--i) * var(--step, 45deg))) translateZ(var(--radius, 400px));width:auto;height:clamp(150px,40vw,260px)}.carousel3d .image-container span img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0;border-radius:10px;margin:0 auto;border:4px solid var(--my-background-cards);box-shadow:0 20px 40px #00000073,0 0 0 1px #ffffff0f,inset 0 1px #ffffff14;transition:transform .5s cubic-bezier(.2,.8,.2,1),box-shadow .5s,filter .5s}.carousel3d .btn-container{position:relative;width:80%}.carousel3d .btn{position:absolute;bottom:-160px;cursor:pointer;height:50px}.carousel3d .btn:active{transform:translateY(1px)}.carousel3d #prev{left:50%;transform:translate(-250%);width:85px}.carousel3d #next{left:50%;transform:translate(150%);width:85px}.carousel3d #contact,.carousel3d #services{width:188px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;text-decoration:none}.carousel3d #services{bottom:-240px}@media(max-width:550px){.carousel3d #prev{left:50%;transform:translate(-225%)}.carousel3d #next{left:50%;transform:translate(125%)}.carousel3d #services{bottom:-225px}}@media(max-width:450px){.carousel3d #prev{left:50%;transform:translate(-110%)}.carousel3d #next{left:50%;transform:translate(10%)}.carousel3d #contact{bottom:-230px}.carousel3d #services{bottom:-300px}}
