@import "tailwindcss";
:root {
  --primary-color: #764DF0;
  --bg-dark:#101435 ;
  --primary-color-rgb: 118, 77, 240;
  --secondary-color: #442490;
  --secondary-color-rgb: 68, 36, 144;
}





.gradient-section-bottom {
        z-index: 1;
    position: absolute;
    bottom: 0 !important;
    width: 100%;
     background: linear-gradient(0deg, #101435 0%, #10143500 100%);

}



 .gradient-text {
    background: linear-gradient(0deg, #888888 0%, #ffffff 75%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* text-fill-color: transparent; */
  }