.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-0dd9310:#000000;--e-global-color-8a04b60:#C9A227;--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;background-color:transparent;background-image:radial-gradient(at center left, #000000 100%, #C9A227 100%);}.elementor-kit-13 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 *//* =========================
NIXO GOLD ANIMATED BACKGROUND
========================= */

html{

background:#050505;

}

body{

background:#050505 !important;

overflow-x:hidden;

position:relative;

}

/* MAIN BACKGROUND */

body{

background:

radial-gradient(
circle at 20% 20%,
rgba(212,175,55,.12),
transparent 35%
),

radial-gradient(
circle at 80% 25%,
rgba(255,215,106,.10),
transparent 30%
),

radial-gradient(
circle at 50% 80%,
rgba(212,175,55,.08),
transparent 40%
),

#050505 !important;

background-size:

160% 160%;

animation:

luxuryFlow
20s
ease-in-out
infinite;

}

/* SOFT GOLD LIGHT */

.elementor{

position:relative;

}

.elementor::before{

content:'';

position:fixed;

inset:0;

pointer-events:none;

z-index:0;

background:

radial-gradient(
circle,
rgba(212,175,55,.05),
transparent 60%
);

mix-blend-mode:screen;

animation:

goldGlow
10s
ease-in-out
infinite;

}

/* ANIMATION */

@keyframes luxuryFlow{

0%{

background-position:

0% 50%;

}

50%{

background-position:

100% 50%;

}

100%{

background-position:

0% 50%;

}

}

@keyframes goldGlow{

0%{

transform:
scale(1);

opacity:.5;

}

50%{

transform:
scale(1.15);

opacity:.9;

}

100%{

transform:
scale(1);

opacity:.5;

}

}/* End custom CSS */