.elementor-kit-6{--e-global-color-primary:#81FF8C;--e-global-color-secondary:#81D9FF;--e-global-color-text:#E2E2E2;--e-global-color-accent:#FF81DF;--e-global-typography-primary-font-family:"Orbitron";--e-global-typography-primary-font-size:22px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Electrolize";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Electrolize";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:500;--e-global-typography-text-letter-spacing:0px;--e-global-typography-accent-font-family:"Orbitron";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-letter-spacing:1.3px;--e-global-typography-accent-word-spacing:5px;--e-global-typography-c1380c9-font-family:"Megrim";--e-global-typography-c1380c9-font-size:32px;--e-global-typography-c1380c9-font-weight:700;--e-global-typography-c1380c9-letter-spacing:2.7px;--e-global-typography-eb05e43-font-family:"CyberCity";--e-global-typography-eb05e43-font-size:40px;--e-global-typography-eb05e43-font-weight:400;--e-global-typography-eb05e43-text-transform:none;--e-global-typography-eb05e43-font-style:normal;--e-global-typography-eb05e43-text-decoration:none;--e-global-typography-402f7e5-font-family:"Rubik Glitch";--e-global-typography-402f7e5-letter-spacing:1.7px;background-color:#000000;font-size:11px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-family:"CyberCity", Sans-serif;font-weight:400;text-transform:none;font-style:normal;text-decoration:none;}.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);}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{--e-global-typography-primary-font-size:20px;--e-global-typography-secondary-font-size:18px;--e-global-typography-text-font-size:16px;--e-global-typography-accent-font-size:16px;--e-global-typography-c1380c9-font-size:24px;--e-global-typography-eb05e43-font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-text-font-size:15px;--e-global-typography-accent-font-size:14px;--e-global-typography-c1380c9-font-size:18px;--e-global-typography-eb05e43-font-size:2224px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.static {
    position: static;
}
.relative {
    position: relative;
}

.scroll-y {
    overflow-y: auto;    
}
html, body {
  overflow-x: hidden;
}
.wobble-x {
  animation: wobble-x 1s infinite;
  opacity: 1;
  filter: blur(0);
}
@keyframes wobble-x {
  0% { transform: translateX(0);opacity: 1; }
 
  14% { transform: translateX(0); }
  15% { transform: translateX(-22px); }
  29% { transform: translateX(-22px); }
  30% { transform: translateX(15px); }  
  44% { transform: translateX(15px);opacity: 1;  }
  45% { transform: translateX(-5px);opacity: .8;  }
  58% { transform: translateX(-5px); opacity: .8; }
  59% { transform: translateX(25px;opacity: 1 }
  60% { transform: translateX(25px); filter: blur(0);}
  60% { transform: translateX(5px); filter: blur(20px);}
  75% { transform: translateX(5px); filter: blur(20px);}
  75% { transform: translateX(-36px); filter: blur(0);}
  99% { transform: translateX(-36px)}
  100% { transform: translateX(0); }
}

/* Firefox */
*{
    scrollbar-width: auto;
    scrollbar-color: #81ff8c #000000;
}

/* Other browsers */
*::-webkit-scrollbar{
    width: 16px;
}

*::-webkit-scrollbar-track{
    background: #000000;
    opacity: 0;
}

*::-webkit-scrollbar-thumb{
    background-color: #81ff8c;
    border-radius: 0px;
    border: 3px solid #ffffff;
}
/* Firefox */
.scroll-mini{
    scrollbar-width: auto;
    scrollbar-color: #81ff8c #00000003;
}

/* Other browsers */
.scroll-mini::-webkit-scrollbar{
    width: 8px;
}

.scroll-mini::-webkit-scrollbar-track{
    background: #00000003;
    opacity: 0;
}

.scroll-mini::-webkit-scrollbar-thumb{
    background-color: #0f0f0f;
    border-radius: 0px;
    border: 3px solid #0f0f0f;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'CyberCity';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://elektrotype.tech/wp-content/uploads/2025/06/font.woff2') format('woff2'),
		url('https://elektrotype.tech/wp-content/uploads/2025/06/font.woff') format('woff');
}
/* End Custom Fonts CSS */