
 .cursor-dot, .cursor-dot-outline {
	 pointer-events: none;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 border-radius: 50%;
	 opacity: 0;
	 transform: translate(-50%, -50%);
	 transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
	 z-index:900;
}
 .cursor-dot {
	 width: 24px;
	 height: 24px;
	 
}
 .cursor-dot-outline {
	 width: 40px;
	 height: 40px;
	 background-color: rgba(149, 108,37, 0.08);
}
 