/*
Theme Name: JupiterX Child
Theme URI: https://jupiterx.artbees.net/
Template: jupiterx
Author: Artbees
Author URI: https://artbees.net/
Description: Jupiter X is a fast, light, and powerful WordPress theme for building all kinds of websites.
Tags: one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,e-commerce,featured-images,full-width-template,threaded-comments,blog,custom-colors,grid-layout,rtl-language-support,footer-widgets,theme-options,translation-ready,custom-menu
Version: 4.10.1.1757488758
Updated: 2025-09-10 07:19:18

*/

/* Custom CSS Start HERE */
:root{
	--az-half-width: calc((100vw - 1220px) / 2);
}
.az-leftpadding{
	padding-left: var(--az-half-width) !important;
}
.az-rightpadding{
	padding-right: var(--az-half-width) !important;
}
@keyframes float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
}