body {
  font-family: "Poppins";
}
.banner-section {
  background: linear-gradient(#070624 -17.19%, #07062400 111.4%),
    linear-gradient(
      86.97deg,
      #25d366c2 -0.67%,
      #19bb7d66 24.91%,
      #075e54 48.82%,
      #075e54 72.18%,
      #25d366a3 88.31%
    ),
    #070624;
}

.business-conversations {
  background: rgb(163, 255, 208);
  background: radial-gradient(
    circle,
    rgba(163, 255, 208, 1) 38%,
    rgba(255, 255, 255, 1) 67%
  );
}

.why-whatsApp {
  background-color: #ffffff;
  background-image: url("./images/green-bg-new.webp");
}
.our-customers {
  background-color: #075e54;
  background-image: url("./images/green-bg-new.webp");
}

.why-businesses {
  background-color: #47b647;
  background-image: url("./images/green-bg-new.webp");
}

.demo-session {
  background-color: #1a581a;
  background-image: url("./images/dotw.webp");
  background-position: center center;
  background-size: 1% auto;
}

.rotate {
  transform: rotate(180deg);
}

.headingGradiant {
  background: linear-gradient(
    93.27deg,
    #ffffff -2.13%,
    #56fa69 30.32%,
    #25d366 62.76%,
    #25d366 95.21%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.headingGradiantRgb {
  background: rgb(7, 94, 84);
  background: linear-gradient(
    93.27deg,
    #075e54f8 -2.13%,
    #189c48 30.32%,
    #25d366 62.76%,
    #25d366 95.21%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bgGradiantRgb {
  background: rgb(7, 94, 84);
  background: linear-gradient(
    93.27deg,
    #075e54f8 -2.13%,
    #189c48 30.32%,
    #25d366 62.76%,
    #25d366 95.21%
  );
}
.bgGradiant {
  background: linear-gradient(
    146deg,
    #ece5dd -2.13%,
    #56fa69 30.32%,
    #25d366 62.76%,
    #25d366 95.21%
  );
}
