.elementor-kit-6{--e-global-color-primary:#0B0B10;--e-global-color-secondary:#020101BF;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:40px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:uppercase;--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;}.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(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 */body{
    background: #0B0B10;
}
.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: fit-content;
  max-width: 100%;

  padding: 18px 36px;

  background:
    radial-gradient(circle at 50% 120%, rgba(109, 76, 255, 0.26), transparent 42%),
    linear-gradient(180deg, rgba(18, 18, 30, 0.92), rgba(8, 8, 14, 0.96));

  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;

  box-shadow:
    0 0 0 1px rgba(109, 76, 255, 0.18),
    0 18px 70px rgba(109, 76, 255, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -18px 40px rgba(109, 76, 255, 0.12);

  backdrop-filter: blur(18px);
}

.site-logo .elementor-button,
.site-logo {
  min-width: 86px;

  background: #ffffff !important;
  color: #111111 !important;

  border-radius: 14px !important;
  border: none !important;

  box-shadow:
    0 8px 22px rgba(255, 255, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);

  font-weight: 800 !important;
  letter-spacing: 0.04em;
}

.site-nav-link .elementor-button,
.site-nav-link {
  min-width: 118px;

  background:
    linear-gradient(180deg, rgba(31, 32, 45, 0.96), rgba(15, 15, 24, 0.96)) !important;

  color: #ffffff !important;

  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 999px !important;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}

.site-nav-link .elementor-button:hover,
.site-nav-link:hover {
  transform: translateY(-2px);

  background:
    linear-gradient(180deg, rgba(63, 49, 137, 0.96), rgba(31, 24, 73, 0.98)) !important;

  border-color: rgba(109, 76, 255, 0.85) !important;

  box-shadow:
    0 0 0 1px rgba(109, 76, 255, 0.4),
    0 14px 36px rgba(109, 76, 255, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.site-nav-link .elementor-button-text,
.site-logo .elementor-button-text {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}/* End custom CSS */