/*
Theme Name: WebFirst AI
Theme URI: https://github.com/elementor/hello-theme-child/
Description: WebFirst AI is a child theme of Hello Elementor
Theme URI: https://webfirst.com
Author: WebFirst
Template: hello-elementor
Version: 1.0.0
Text Domain: webfirst-ai
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/*
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}

html {
  background-image: url(assets/images/gradient-bg-2.png); 
  background-repeat: no-repeat;
  background-position: bottom -500px left -300px;
  background-color: #020320;
  background-size: 1200px;
}
@media (min-width: 768px) {
  html {
    background-size: contain;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #D4D4EB;
  line-height: 1.75;
  background-image: url(assets/images/gradient-bg.png);
  background-repeat: no-repeat;
  background-position: top 150px center;
  background-size: 1200px;
  background-color: #020320;
}

* {
  margin: 0;
}

a {
  color: white;
  text-decoration: none;
}
*/
