.elementor-kit-483{--e-global-color-primary:#B026FF;--e-global-color-secondary:#7D3CFF;--e-global-color-text:#FFFFFF;--e-global-color-accent:#4A5FFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-483 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.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 */html{
scroll-behavior:smooth;
}

body{
overflow-x:hidden;
background:#05010c;
}

.glow-hover{
transition:.4s ease;
}

.glow-hover:hover{
transform:translateY(-6px) scale(1.02);
box-shadow:
0 0 25px rgba(176,38,255,.45),
0 0 50px rgba(125,60,255,.25);
}

.neon-button{
background:linear-gradient(90deg,#B026FF,#4A5FFF);
box-shadow:0 0 30px rgba(176,38,255,.45);
transition:.4s ease;
}

.neon-button:hover{
transform:scale(1.04);
box-shadow:
0 0 40px rgba(176,38,255,.65),
0 0 80px rgba(125,60,255,.35);
}

.glow-bg{
position:relative;
overflow:hidden;
}

.glow-bg::before{
content:'';
position:absolute;
width:500px;
height:500px;
background:#B026FF;
filter:blur(180px);
opacity:.15;
border-radius:50%;
right:-120px;
top:-120px;
}/* End custom CSS */