/*
Theme Name:		 Vault Child
Theme URI:		 https://vault.uicore.co/
Description:	 Child theme for Vault - Multi-Purpose Elementor WordPress Theme
Author:			 UiCore
Author URI:		 https://uicore.co
Template:		 vault
Version:		 1.0.0
Text Domain:	 vault
*/


/*
    Add your custom styles here
*/
.uicore-shrink:not(.uicore-scrolled) {
    --uicore-header--logo-padding: 16px !important;
    --uicore-header--menu-typo-h: 70px !important;
  }
.uicore-header-wrapper{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
	background: rgba(20, 20, 25, 0.7) !important;
}
.uicore-navbar nav .uicore-nav {
  justify-content: center !important;
}
.uicore-btn {
	background: #fff !important;
  color: #050505 !important;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.1) !important;
}
.admin-bar .uicore-navbar.uicore-sticky {
  top: 0 !important;
  background: rgba(20, 20, 25, 0.7) !important;
}
.section1-home::before{
	content: '' !important;
  position: absolute !important;
  top: -20% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 800px !important;
  height: 800px !important;
  background: conic-gradient(from 180deg at 50% 50%, #2a8af6 0deg, #a853ba 180deg, #e92a67 360deg) !important;
  filter: blur(120px) !important;
  opacity: 0.15 !important;
  /*z-index: -1 !important;*/
  border-radius: 50% !important;
  animation: pulse-glow 8s ease-in-out infinite alternate !important;
}
.section1-home{
	max-width: 1200px !important;
  margin: 0 auto;
}
.title-section1-home h2{
	background: linear-gradient(to right, #ffffff, #a1a1aa) !important;
	-webkit-text-fill-color: transparent !important;
	-webkit-background-clip: text !important;
}
.text-section1-home p{
	max-width: 600px !important;
  margin: 0 auto 40px !important;
}