
.background{
    z-index: -10;
    width: 100%;    
    min-height: 426.12px;
    background: url("../images/habg.png"), linear-gradient(
      359.02deg,
      rgba(218, 218, 218, 0) 0.83%,
      rgba(0, 101, 249, 0.2) 57.15%,
      rgba(255, 255, 255, 0.2) 96.53%
    );
    background-repeat: no-repeat;
    background-position: center , center;
}

.gradient_Box{
    background: linear-gradient(
      359.02deg,
      rgba(218, 218, 218, 0) 0.83%,
      rgba(0, 101, 249, 0.2) 57.15%,
      rgba(255, 255, 255, 0.2) 96.53%
    );
    border-radius: 20px;
    padding: 20px;
}