/* mega slider css button */
.megaSellSwiper {
    position: relative;
    overflow: hidden;
}

.megaSellSwiper img {
    width: 100%;
}

.megaSellNext,
.megaSellPrev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-color: rgba(255,
            255,
            255,
            0.8);
    border-radius: 50%;/
}

.megaSellPrev {
    left: 5px;
}

.megaSellNext {
    right: 5px;
}

.megaSellPrev::after {
    content: "\f284";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: var(--secondary-color);
}

.megaSellNext::after {
    content: "\f285";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: var(--secondary-color);
}

/* mega swapper end */


/* Globaelly style the swiper navigation buttons */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

/* ADD CUSTOM ICON */
.swiper-button-prev::before {
    content: "\f284";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: var(--secondary-color);
}

.swiper-button-next::before {
    content: "\f285";
    font-family: "bootstrap-icons";
    font-size: 18px;
    color: var(--secondary-color);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: var(--secondary-color);
}

.swiper-button-next:hover::before,
.swiper-button-prev:hover::before {
    color: #fff;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    z-index: 10;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid var(--secondary-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

/* cursor custom style swapper */

/* .swiper-button-next-1,
.swiper-button-prev-1 {
    position: absolute; 
     top: 50%;
    transform: translateY(-50%);
} */

/* POSITION */
.swiper-button-prev-1 {
    left: -8px;
}

.swiper-button-next-1 {
    right: -8px;
}

.testimonial-prev {
    left: -8px;
}

.testimonial-next {
    right: -8px;
}

.videostory-prev {
    left: -8px;
}

.videostory-next {
    right: -8px;
}

.premium-tour-prev- {
    left: -8px;
}

.premium-tour-next {
    right: -8px;
}

.trendingblog-next {
    right: -8px;
}

.trendingblog-prev {
    left: -8px;
}

.photo-swapper-prev {
    left: -8px;

}

.photo-swapper-next {
    right: -8px;

}

.tour-category-next {
    right: -8px;

}

.tour-category-prev {
    left: -8px;

}


/* 📱 Mobile (600px se niche) */
@media (max-width: 600px) {

    .swiper-button-prev-1 {
        left: 5px;
    }

    .swiper-button-next-1 {
        right: 5px;
    }

    .testimonial-prev {
        left: 5px;
    }

    .testimonial-next {
        right: 5px;
    }

    .videostory-prev {
        left: 5px;
    }

    .videostory-next {
        right: 5px;
    }

    .premium-tour-prev- {
        left: 5px;
    }

    .premium-tour-next {
        right: 5px;
    }

    .trendingblog-next {
        right: 5px;
    }

    .trendingblog-prev {
        left: 5px;
    }


    .photo-swapper-prev {
        left: 5px;

    }

    .photo-swapper-next {
        right: 5px;

    }

    .tour-category-next {
        right: 5px;

    }

    .tour-category-prev {
        left: 5px;

    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        /* height: 45px; */
    }

}