/*
Theme Name:           Cloudme
Theme URI:            
Author:               
Author URI:           
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.4
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          cloudme
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/

#gsapcontainer {
    display:flex;
    flex-wrap:wrap;
    flex-direction:column;
    height:100vh;
    will-change: transform;
}

#herogsapcontainer {
	 margin: 0;
      overflow-x: hidden;
      overflow-y: scroll;
      height: 200vh; /* Extra scroll space to trigger animation */
}


canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

