.elementor-kit-6{--e-global-color-primary:#1F2B61;--e-global-color-secondary:#54595F;--e-global-color-text:#3D3D3D;--e-global-color-accent:#6194CE;--e-global-color-d5c34e3:#FFFFFF;--e-global-color-f9e5727:#EFF9FF;--e-global-color-343d556:#DBEAF2;--e-global-typography-primary-font-family:"Figtree";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-text-letter-spacing:0.8px;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-kit-6 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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(min-width:2400px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );letter-spacing:var( --e-global-typography-text-letter-spacing );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.swiper-slide{
    overflow: visible !important;
}
.fade-carousel .swiper {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        black 10%,
        black 90%,
        transparent 100%
    );
} 
@media (min-width: 280px) and (max-width: 380px) {
    .pastevents-loop-ctnr{
        margin-top: -70px;
    }
}
@media (min-width: 400px) and (max-width: 640px) {
    .swiper-wrapper{
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .fade-carousel .swiper-wrapper {
        -webkit-mask-image: linear-gradient(to right, 
            transparent 0%, 
            black 10%, 
            black 90%, 
            transparent 100%);
        mask-image: linear-gradient(to right, 
            transparent 0%, 
            black 10%, 
            black 90%, 
            transparent 100%);
    }
}
@media (min-width: 2100px) {
    .fade-carousel .swiper-wrapper {
        -webkit-mask-image: linear-gradient(to right, 
            transparent 0%, 
            black 20%, 
            black 80%, 
            transparent 100%);
        mask-image: linear-gradient(to right, 
            transparent 0%, 
            black 20%, 
            black 80%, 
            transparent 100%);
    }
    .swiper-wrapper{
        padding-bottom: 40px;
    }
}

.gradient-text {
background: #b8d1f2;
background: linear-gradient(180deg, rgba(184, 209, 242, 1) 0%, rgba(232, 244, 252, 1) 50%, rgba(255, 255, 255, 1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.fade-bottom-text {
  background: linear-gradient(180deg, #eee, #ddd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 20%, transparent 100%);
}


.transparent-fade-bottom-txt {
 background:  linear-gradient(180deg, rgba(255,255,255,0.3), rgba(255,255,255,0));
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display:inline-block;
}


.cr-shiny-glass-effect {
  position: relative;
  overflow: hidden;
}
.cr-shiny-glass-effect:hover::after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
  
  }
  .cr-shiny-glass-effect::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255,255,255,.3);
  transform: translate(-50%,-50%) rotate(-45deg);
  z-index: 1;
  pointer-events:none;   /* allow clicking through */

  }/* End custom CSS */