.transparent-border {
    color: transparent !important;
    -webkit-text-stroke: 0.4px white !important;
    /* For WebKit (Safari, Chrome, etc.) */
    text-stroke: 1px white !important;
    /* Standard property */
}
.font-Inter{
    font-family: "Inter", sans-serif;
}
.transparent-border1 {
    color: transparent !important;
    -webkit-text-stroke: 0.5px #FEC63F !important;
    /* For WebKit (Safari, Chrome, etc.) */
    text-stroke: 0.5px white !important;
    /* Standard property */
}