.carousel-container{width:100%;box-shadow:none;background:#ffb100;border-radius:0;margin:auto;position:relative;overflow:hidden}.carousel-wrapper{width:100%;height:100vh;margin-top:2%;margin-bottom:-3%;position:relative}.carousel-image{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity .6s ease-in-out;position:absolute;top:0;left:0}.carousel-image.active{opacity:1;position:relative}.slide-in-right{animation:.7s forwards slideInFromRight}.slide-in-left{animation:.7s forwards slideInFromLeft}.slide-out-left{animation:.7s forwards slideOutToLeft}.slide-out-right{animation:.7s forwards slideOutToRight}@keyframes slideInFromRight{0%{opacity:.6;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:.6;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.carousel-btn{color:#fff;cursor:pointer;z-index:2;background:#0000008c;border:none;border-radius:30%;padding:5px;font-size:2rem;transition:background .3s,transform .2s;position:absolute;top:50%;transform:translateY(-50%)}.carousel-btn:hover{background:#000c;transform:translateY(-50%)scale(1.1)}.carousel-btn.left{margin-left:0%;left:20px}.carousel-btn.right{margin-right:0%;right:20px}.carousel-dots{z-index:2;justify-content:center;gap:10px;width:100%;display:flex;position:absolute;bottom:20px}.dot{cursor:pointer;background:#ffffff80;border:none;border-radius:50%;width:14px;height:14px;transition:background .3s,transform .2s}.dot:hover{transform:scale(1.2)}.dot.active{background:#ffa200}@media screen and (min-width:768px){.carousel-container.loading{background:linear-gradient(135deg,#ffa200,#fc6);justify-content:center;align-items:center;height:100vh;display:flex}}@media screen and (max-width:769px){.carousel-container.loading{height:30vh}}.carousel-container.loading:after{content:"";border:6px solid #ffffff80;border-top-color:#fff;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.carousel-wrapper{height:60vh;margin-top:5%;margin-bottom:0%}}@media (max-width:768px){.carousel-wrapper{height:40vh;margin-top:5%;margin-bottom:-10%}}@media (max-width:480px){.carousel-wrapper{height:40vh}}
