.elementor-kit-7{--e-global-color-primary:#02010F;--e-global-color-secondary:#EAF0F4;--e-global-color-text:#9EA1BB;--e-global-color-accent:#0A50EA;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#02010F;font-family:"Poppins", Sans-serif;font-size:18px;line-height:1.5em;letter-spacing:0.01em;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:#1A51C8;color:#BAD7EB;border-radius:12px 12px 12px 12px;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 p{margin-bottom:0px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Inter", Sans-serif;font-size:18px;color:var( --e-global-color-secondary );box-shadow:0px 0px 23px 0px rgba(0, 145.2391304347825, 255, 0.47);border-radius:12px 12px 12px 12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 */.tickets {
    overflow: hidden;
}

.fade-bottom {
  /* Ensures the image is block-level (no extra space) */
  display: block;

  /* The modern “mask” property (with WebKit prefix for Safari). 
     This gradient is fully opaque (#000) from 0–70% 
     and fades to transparent by 100%. 
     Adjust 70% → 80% or 60% to control where the fade begins. */
  -webkit-mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, #000 70%, rgba(0, 0, 0, 0) 100%);

  /* Ensure the mask covers the entire image */
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;

  /* Prevent repeating the mask */
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}


body {
  font-feature-settings: "calt" 1, "liga" 1;
}/* End custom CSS */