/*
Theme Name: Prizor Robotics
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
* IMPORTANT: This file is only served on the frontend when `SCRIPT_DEBUG` is enabled;
* in most instances, the `style.min.css` file will be served. It is not recommended that you
* use the Theme File Editor to modify this stylesheet. Instead, add the necessary style
* overrides via "Additional CSS" in the Site Editor.
*/

/*
* Link styles
* https://github.com/WordPress/gutenberg/issues/42319
*/

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/poppins/Poppins-Regular.woff2');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
}

@font-face {
	font-family: 'Poppins';
	src: url('./assets/fonts/poppins/Poppins-SemiBold.woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	unicode-range: U+000-5FF;
}

:root{
	--white-color: #fff;
	--black-color: #000;
	--purple-color: #CB6CE6;
}

body {margin: 0; padding: 0; background: var(--black-color); color: var(--white-color); font-family: 'Poppins'; font-size: 18px; font-weight: 400; overflow-x: hidden;}
.wrap {max-width: 1795px; width: 1795px; margin: 0 auto; padding: 0 15px;}
p {margin-bottom: 20px;}
p:last-child {margin-bottom: 0;}
a, a:hover, a:focus {transition: all 0.3s ease; outline: none !important; text-decoration: none !important; background: none;}
a:focus {background: none !important; color: var(--purple-color) !important;}
a:focus img {outline: none !important;}
.purple-txt{color: var(--purple-color);}
.padding100 {padding: 100px 0;}
.btn-main {
  color: var(--purple-color);
  background: var(--white-color);
  padding: 15px 40px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  display: inline-block;
}