.slider{width:100%;height:26.355vw;margin:auto;position:relative;overflow:hidden}.slides-container{width:100%;height:100%;transition:transform .5s ease-in-out;display:flex}.slide{justify-content:center;align-items:center;min-width:100%;display:flex;position:relative;overflow:hidden;height:100%!important}.slide img{object-fit:cover;width:100%;height:100%}.arrow{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;background-color:#0000;border-radius:30px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:all .3s ease-in-out;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.arrow svg{color:var(--text-primary);width:auto!important;height:25px!important}.left-arrow{background-color:var(--orange-fill);border:1px solid var(--orange-outline);border-radius:30px;transition:all .3s ease-in-out;left:-60px!important}.right-arrow{background-color:var(--orange-fill);border:1px solid var(--orange-outline);border-radius:30px;transition:all .3s ease-in-out;right:-60px!important}.slider:hover .left-arrow{left:20px!important}.slider:hover .right-arrow{right:20px!important}.main-slider-dots-contianer{background-color:orange;width:100%;display:flex;position:absolute;top:95%;left:0}.slider .slick-dots ul{justify-content:center;align-items:center;gap:30px;width:max-content;display:flex}.slider .slick-dots li .custom-dot{background-color:#00f;border-radius:50%;width:20px;height:20px;margin-bottom:50px;transition:background-color .3s}.slider .slick-dots li.slick-active .custom-dot{border-radius:20px;width:40px;height:20px;background-color:orange!important}.mobile-view-slider{display:none}.mobile-view-slider-container{width:100%;height:auto;transition:transform .5s ease-in-out;display:flex}.mobile-slide{justify-content:center;align-items:center;min-width:100%;height:auto;display:flex;position:relative;overflow:hidden}.mobile-slide img{object-fit:cover;width:100%;height:auto}.mobile-arrow{cursor:pointer;-webkit-user-select:none;user-select:none;z-index:2;background-color:#0000;width:35px;height:35px;transition:all .3s ease-in-out;position:absolute;top:50%;transform:translateY(-50%)}.mobile-arrow img{object-fit:contain;width:auto;height:35px}.mobile-left-arrow{left:20px}.mobile-right-arrow{right:20px}.image_preloader{background-color:#0000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.image_preloader img{width:70px;height:70px}.mobile-view-slider-shimmer{background-color:#f0f0f0;width:100%;height:390px;position:relative}.mobile-view-slider-shimmer:before{content:"";background:linear-gradient(90deg,#f0f0f000 0%,#ffffff80 50%,#f0f0f000 100%);width:150%;height:auto;animation:1.5s infinite shimmer;position:absolute;top:0;left:-150%}@keyframes shimmer{0%{transform:translate(-50%)}to{transform:translate(100%)}}@media only screen and (max-width:480px){.slider{display:none}.mobile-view-slider{width:100%;height:auto;margin:auto;display:flex;position:relative;overflow:hidden}}
