@charset "UTF-8";
/*
Theme Name: Datamatix
Theme URI: https://datamatix.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Datamatix is an Elementor based WordPress theme created to serve all types of data science and related projects. It means that the horizon of applicability of this theme includes data analytics, data science services, big data, business intelligence and many more. The theme comes pre-packaged with a drag and drops page builder (Elementor) to ensure you can easily design your website just how you like it, also The theme includes redux options, which make editing easier. Get Datamatix today and build a remarkable website in no time!
Requires at least: WordPress 4.9.6
Version: 1.3.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: datamatix
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

:root {
  --main: #8442e8;
  --main2: #ffbfcc;
  --secondary: #ffcf61;
  --secondary2: #b4b4f4;
  --accent: #4557f6;
  --bg-color: #232325;
  --darker: #0b2845;
  --dark: #0b2845;
  --text: #425466;
  --lighter: #f4f7ff;
  --light: #ecebf6;
  --white: #ffffff;
  --green: #70833c;
  --heading: #0b2845;
  --body: #425466;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #4557f6;
  --btn-bgcolor: #4557f6;
  --btn-bgcolor2: #0b2845;
  --e-global-color-primary: #4557f6;
  --e-global-color-secondary: #ffcf61;
  --menu-color: #0b2845;
}

.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}
