.elementor-kit-8 {
  --e-global-color-primary: #ffffff;
  --e-global-color-secondary: #1b1b1b;
  --e-global-color-text: #f5f5f4;
  --e-global-color-accent: #ff0000;
  --e-global-color-accentsecondary: #00000000;
  --e-global-color-white: #ffffff;
  --e-global-color-black: #000000;
  --e-global-color-divider: #ffffff1a;
  --e-global-color-darkdivider: #f7fbfa1a;
  --e-global-typography-primary-font-family: "Plus Jakarta Sans";
  --e-global-typography-primary-font-size: 50px;
  --e-global-typography-primary-font-weight: 300;
  --e-global-typography-primary-line-height: 1.2em;
  --e-global-typography-secondary-font-family: "Plus Jakarta Sans";
  --e-global-typography-secondary-font-size: 22px;
  --e-global-typography-secondary-font-weight: 700;
  --e-global-typography-secondary-line-height: 1.2em;
  --e-global-typography-text-font-family: "Plus Jakarta Sans";
  --e-global-typography-text-font-size: 16px;
  --e-global-typography-text-font-weight: 400;
  --e-global-typography-text-line-height: 1.7em;
  --e-global-typography-accent-font-family: "Plus Jakarta Sans";
  --e-global-typography-accent-font-size: 16px;
  --e-global-typography-accent-font-weight: 700;
  --e-global-typography-accent-line-height: 1.4em;
  background-color: var(--e-global-color-black);
  background-image: url("../images/bg-img.jpg");  
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
  line-height: var(--e-global-typography-text-line-height);
  background-position: 100% 900px;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
.elementor-kit-8 button,
.elementor-kit-8 input[type="button"],
.elementor-kit-8 input[type="submit"],
.elementor-kit-8 .elementor-button {
  background-color: var(--e-global-color-accent);
  font-family: var(--e-global-typography-accent-font-family), Sans-serif;
  font-size: var(--e-global-typography-accent-font-size);
  font-weight: var(--e-global-typography-accent-font-weight);
  line-height: var(--e-global-typography-accent-line-height);
  color: var(--e-global-color-primary);
  border-radius: 100px 100px 100px 100px;
  padding: 14px 25px 14px 25px;
}
.elementor-kit-8 h1 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  line-height: var(--e-global-typography-primary-line-height);
}
.elementor-kit-8 h2 {
  color: var(--e-global-color-primary);
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  line-height: var(--e-global-typography-secondary-line-height);
}
.elementor-kit-8 h3 {
  color: var(--e-global-color-primary);
}
.elementor-kit-8 h4 {
  color: var(--e-global-color-primary);
}
.elementor-kit-8 h5 {
  color: var(--e-global-color-primary);
}
.elementor-kit-8 h6 {
  color: var(--e-global-color-primary);
}
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1300px;
}
.e-con {
  --container-max-width: 1300px;
}
.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}
.elementor-element {
  --widgets-spacing: 20px 20px;
}
 {
}
h1.entry-title {
  display: var(--page-title-display);
}
@media (max-width: 1024px) {
  .elementor-kit-8 {
    --e-global-typography-primary-font-size: 40px;
    --e-global-typography-secondary-font-size: 20px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    background-position: 0px 0px;
  }
  .elementor-kit-8 h1 {
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
  }
  .elementor-kit-8 h2 {
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
  }
  .elementor-kit-8 button,
  .elementor-kit-8 input[type="button"],
  .elementor-kit-8 input[type="submit"],
  .elementor-kit-8 .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1024px;
  }
  .e-con {
    --container-max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .elementor-kit-8 {
    --e-global-typography-primary-font-size: 30px;
    --e-global-typography-secondary-font-size: 18px;
    font-size: var(--e-global-typography-text-font-size);
    line-height: var(--e-global-typography-text-line-height);
    background-position: 0px 0px;
    background-size: 200% auto;
  }
  .elementor-kit-8 h1 {
    font-size: var(--e-global-typography-primary-font-size);
    line-height: var(--e-global-typography-primary-line-height);
  }
  .elementor-kit-8 h2 {
    font-size: var(--e-global-typography-secondary-font-size);
    line-height: var(--e-global-typography-secondary-line-height);
  }
  .elementor-kit-8 button,
  .elementor-kit-8 input[type="button"],
  .elementor-kit-8 input[type="submit"],
  .elementor-kit-8 .elementor-button {
    font-size: var(--e-global-typography-accent-font-size);
    line-height: var(--e-global-typography-accent-line-height);
  }
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 767px;
  }
  .e-con {
    --container-max-width: 767px;
  }
}
