/*
Theme Name: Akshata Kishore Moharir
Theme URI: #
Template: hello-elementor
Author: Akshata Kishore Moharir
Author URI: #
Description: This is the child theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1732279270
Updated: 2024-11-22 12:41:10

*/

header#site-header, footer#site-footer{
	display:none !important;
}
.main-hero-sec{
	background: linear-gradient(#4b134f,#b24244); 
}
#particles-js {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	height:100vh;
}

@media screen and (max-width:767px){
	div#particles-js{
		opacity:0;
		height:60vh;
	}
}
