canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.has-gradient-one-gradient-background{
    background: none !important;
}

.has-gradient-two-gradient-background{
    background: none !important;
}

.has-gradient-three-gradient-background{
    background: none !important;
}

.has-gradient-four-gradient-background{
    background: none !important;
}

.has-gradient-five-gradient-background{
    background: none !important;
}

.has-gradient-six-gradient-background{
    background: none !important;
}

.has-gradient-seven-gradient-background{
    background: none !important;
}   

.has-gradient-eight-gradient-background{
    background: none !important;
}

.has-gradient-nine-gradient-background{
    background: none !important;
}


.wp-site-blocks{
    position: relative;
    z-index: 10;
}

.has-dark-shade-background-color{
    background:rgba(0,0,0,0.5) !important;
}

.statSection{
    background:#fff !important;
    color:#000 !important;
    margin:50px 0px !important;
}

/* .wp-image-322{
    opacity: 0;
} */

body .saaslauncher-footer{
    background:#000 !important;
}

.controlH .has-dark-shade-background-color{
    background: rgba(0,0,0,0.5) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    max-height:480px;
    min-height:480px;
}

html, body {
    max-width: 100%;
    /* overflow-x: hidden; */
}

.nxtTestimonialBlock{
    background: rgba(14,14,14,0.10) !important;
    border: 1px solid #7E185B !important        ;
    border-radius: 32px !important;
    font-size: 19px !important;
    color: #FFFFFF !important;
}

/* CSS Scroll Snap */

html {
    
    SCROLL-SNAP-TYPE: Y MANDATORY;
	
}

.snap-scroll {
    scroll-snap-align: start;
	scroll-snap-stop: always;
}

.full-width-override {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}