@source "../../node_modules/flowbite";
@plugin "flowbite/plugin";


.swiper-wrapper {
    width: 100%;
    height: max-content !important;
    padding-bottom: 64px !important;
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
    position: relative;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e76d09 !important;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


.nav-for-slider .swiper-slide {
    height: auto;
    width: auto;
    cursor: pointer;

}

.swiper-wrapper {
    height: auto;
    padding-bottom: 0 !important;

}

.nav-for-slider .swiper-slide img {
    border: 2px solid transparent;
}

.nav-for-slider .swiper-slide-thumb-active img {

    border-color: #e76d09;
}

.grecaptcha-badge {
    display: none;
}

html {
    scroll-behavior: smooth;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-next:after{
    content: none;
}
