.cstm_btn_1 
	color: white !important 
	text-transform: uppercase 
	font-weight: 700 
	padding: 14px 40px 
	
	display: inline-block 
	position: relative 
	z-index: 1 
	cursor: pointer 
	white-space: nowrap 
	&:hover 
		
		
		
.anim_btn_1 
	&::before 
		transform: scaleX(1) 
		transform-origin: bottom right 
		content: " " 
		display: block 
		position: absolute 
		top: 0 
		right: 0 
		bottom: 0 
		left: 0
		
		inset: 0 0 0 0 
		background: transparent
		z-index: -1 
		transition: transform .3s ease 
	&:hover 
		&::before 
			transform: scaleX(0) 
			transform-origin: bottom right 

.btn-clr_t
	background: transparent
	border: 1px solid #A2459A
	color: white				
.btn-clr_1
	background: #FFCA42
	color: black !important
	@include phone
		margin-left: 0 !important
	@include tablet
		margin-left: 0 !important
	@include tablet-ls
		margin-left: 0 !important				
.btn-clr_2
	background: #A2459A	
	color: white
.btn-clr_2:hover
  background: #FFCA42
  color: black !important
.btn-clr_t:hover
  background: #FFCA42
  color: black !important 
  border: 1px solid #FFCA42 
.btn-clr_1:hover
  background: #A2459A
  color: white !important 
.btn-color-one:hover
  background: #A2459A
  color: white
.hub_sign_up_btn:hover
  background: #FFCA42
  color: white !important
.btn-clr_3
	background: transparent	
	color: #872C7F !important	
	border: 1px solid #872C7F  !important 
