/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 25 2024 | 00:44:22 */
#bg-video-animate {
    position: relative;
    width: 100%;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
}

#bg-video-animate canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* #content-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white; /* Adjust based on your color scheme */
    padding: 20px;
    box-sizing: border-box;
    z-index: 10; /* Ensures it is above the canvas */
} */
#particles-js {
   position: relative;
	top:0;
	width: 100%;
    height: 100vh; /* Adjust as needed */
    overflow: hidden;
	background-color: #538DC5;
}
canvas.particles-js-canvas-el {
    position: absolute;
	top:0;
	left:0;
	display:none;
}
@media (max-width: 767px) {
    body:not(.rtl) .elementor-4105 .elementor-element.elementor-element-39328d9 {
        left: 78%;
        width: 34%;
        offset-rotate: -90deg;
    }
}
/* ------------------------------------------------------------ */
