.elementor-kit-9{--e-global-color-primary:#E1171E;--e-global-color-secondary:#F4951B;--e-global-color-text:#205A7C;--e-global-color-accent:#000000;--e-global-color-d630617:#FFFFFF;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Verdana";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-d630617 );}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */<script>

document.addEventListener('DOMContentLoaded', function(){

const swiper = new Swiper(".myCards", {

effect: "coverflow",

grabCursor: true,

centeredSlides: true,

slidesPerView: "auto",

loop: true,

spaceBetween: -100,

coverflowEffect: {

rotate: 0,
stretch: 0,
depth: 200,
modifier: 1,
slideShadows: false,

},

});


document
.querySelector('.randomBtn')
.addEventListener('click', ()=>{

const total = swiper.slides.length;

const randomIndex =
Math.floor(Math.random()*total);

swiper.slideTo(randomIndex);

});

});

</script>
</script>/* End custom CSS */