.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    display: flex;
    /* background: #ffffff;
    height: 11rem; */
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;

    /*object-fit: cover;*/
}

.autoplay-progress {
    position: absolute;
    right: 16px;
    bottom: 16px;
    z-index: 10;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: var(--swiper-theme-color);
}

.autoplay-progress svg {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    stroke-width: 4px;
    stroke: var(--swiper-theme-color);
    fill: none;
    stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg);
}

.ads .swiper {
    width: 100%;
    height: 100%;
}

.ads .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: block;
    /* justify-content: center;
  align-items: center; */
}

.ads.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.category .swiper {
    width: 100%;
    height: 100%;
    background: #000000;
}

.category .swiper-slide {
    text-align: center;
    display: block;

    /* justify-content: center;
  align-items: center; */
}

.category .swiper-slide img {
    display: block;

    margin: auto;
}

.subcategory .swiper {
    width: 100%;
    height: 100%;
}

.subcategory .swiper-slide {
    text-align: center;
    display: block;
    /* justify-content: center;
  align-items: center; */
}

.subcategory .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.swiper-button-next:after, .swiper-button-prev:after {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity));
    font-size: 11px;
    font-weight: 900;
    color:#ffffff;
    padding: 2px;
    width: 22px;
    height: 22px;
    border-radius: 50px;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.swiper-rtl .swiper-button-next {
    left: -2px;
    right: auto;
    z-index: 999;
}
.swiper{padding: 0 5px 0 5px;}
.swiper-rtl .swiper-button-prev {
    left: auto;
    right: -2px;
    z-index: 999;
}


.swiper-rtl .category .swiper-button-next {
    left: -2px;
    right: auto;
    z-index: 999;
}
.swiper{padding: 0 5px 0 5px;}
.swiper-rtl .category  .swiper-button-prev {
    left: auto;
    right: -2px;
    z-index: 999;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}
