:root {
  --primary-gradiant: #1847a8;
  --secondary-color: #78b800;
  --heading-color: #000;
  --text-color: rgb(71, 71, 71);
  --text-color-2: #78b800;
  --text-color-3: rgb(54, 53, 57);
  --bg-color: rgb(255, 255, 255);
  --bg-color-2: #1847a8;
  --transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
}
