@charset "UTF-8";

/*
Theme Name: PixVerse
Theme URI: https://pixverse.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: PixVerse is a premium WordPress theme designed for video production studios, filmmakers, and creative agencies. It provides a complete platform to showcase portfolios, promote services, and engage audiences — all powered by Elementor and a rich set of custom widgets. As a fully featured and exceptionally powerful theme, PixVerse is tailored for video production businesses of all sizes seeking a bold and professional online presence. Developed after extensive market research, PixVerse delivers the functionality and user experience expected of a leading video production website.
Requires at least: WordPress 5.9
Version: 1.1.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: pixverse
Tested up to: 6.9.4
Requires PHP: 7.4
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: #050414;
    --accent: #4D40F2;
    --light: #ffffff;
    --dark: #000000;
    --heading: #1E1E1E;
    --body: #696972;
    --text: #696972;
    --bodybg: #1E1E1E;
    --btn-bgcolor: #050414;
    --btn-bgcolor2: #4D40F2;
    --btn-color: #ffffff;
    --btn-color2: #050414;
    --btn-bgcolor3: #fff;
    --font-size-sm: 14px;
    --font-size-md: 15px;
    --line-height-sm: 19.6px;
    --input-background: #ffffff;
    --background-item: #050414;
    --background-body: #ffffff;
    --border-color: rgba(82, 88, 102, 0.2);
    --full-fd: 70px;
    --display: flex;
}

@media (max-width: 767px) {
    :root {
        --line-height-sm: 16px;
    }
}