<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Name: 			Examples - Spotlight Cursor Text
Written by: 	Okler Themes - (http://www.okler.net)
Theme Version:	9.9.2
*/
.spotlight-cursor-text {
		position: relative;
		height: 100vh;
		width: 100vw;
		background: #CC363C ;
		overflow: hidden;
}

.spotlight-cursor-text .shape {
		will-change: transform;
		position: absolute;
		border-radius: 50%;
}

.spotlight-cursor-text .shape.shape-1 {
		background: #be0a12;
		width: 650px;
		height: 650px;
		margin: -325px 0 0 -325px;
}

.spotlight-cursor-text .shape.shape-2 {
		background: #ec7f81;
		width: 440px;
		height: 440px;
		margin: -220px 0 0 -220px;
}

.spotlight-cursor-text .shape.shape-3 {
		background: #faa1a4;
		width: 270px;
		height: 270px;
		margin: -135px 0 0 -135px;
}

.spotlight-cursor-text1 {
	position: relative;
	height: 100vh;
	width: 100vw;
	background: #fc7216 ;
	overflow: hidden;
}

.spotlight-cursor-text1 .shape {
	will-change: transform;
	position: absolute;
	border-radius: 50%;
}

.spotlight-cursor-text1 .shape.shape-1 {
	background: #f18238;
	width: 650px;
	height: 650px;
	margin: -325px 0 0 -325px;
}

.spotlight-cursor-text1 .shape.shape-2 {
	background: #eaa06e;
	width: 440px;
	height: 440px;
	margin: -220px 0 0 -220px;
}

.spotlight-cursor-text1 .shape.shape-3 {
	background: #f1ac7e;
	width: 270px;
	height: 270px;
	margin: -135px 0 0 -135px;
}

.spotlight-cursor-text2 {
	position: relative;
	height: 100vh;
	width: 100vw;
	background: #25ce25 ;
	overflow: hidden;
}

.spotlight-cursor-text2 .shape {
	will-change: transform;
	position: absolute;
	border-radius: 50%;
}

.spotlight-cursor-text2 .shape.shape-1 {
	background: #0f850f;
	width: 650px;
	height: 650px;
	margin: -325px 0 0 -325px;
}

.spotlight-cursor-text2 .shape.shape-2 {
	background: #256525;
	width: 440px;
	height: 440px;
	margin: -220px 0 0 -220px;
}

.spotlight-cursor-text2 .shape.shape-3 {
	background: #a8f1a8;
	width: 270px;
	height: 270px;
	margin: -135px 0 0 -135px;
}

.spotlight-cursor-text .content {
		top: 0;
		left: 0;
		position: absolute;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100vh;
		width: 100vw;
		background: #fff;
		mix-blend-mode: screen;
}

.spotlight-cursor-text .title {
		font-size: 150px;
		line-height: 150px;
		font-weight: bolder;
		color: #000;
		margin: 0;
		text-align: center;
}

@media (max-width: 1200px) {
		.spotlight-cursor-text .title {
				font-size: 75px;
				line-height: 75px;
		}
}
.spotlight-cursor-text1 .content {
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background: #fff;
	mix-blend-mode: screen;
}

.spotlight-cursor-text1 .title {
	font-size: 150px;
	line-height: 150px;
	font-weight: bolder;
	color: #000;
	margin: 0;
	text-align: center;
}

@media (max-width: 1200px) {
	.spotlight-cursor-text1 .title {
		font-size: 75px;
		line-height: 75px;
	}
}

.spotlight-cursor-text2 .content {
	top: 0;
	left: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100vw;
	background: #fff;
	mix-blend-mode: screen;
}

.spotlight-cursor-text2 .title {
	font-size: 150px;
	line-height: 150px;
	font-weight: bolder;
	color: #000;
	margin: 0;
	text-align: center;
}

@media (max-width: 1200px) {
	.spotlight-cursor-text2 .title {
		font-size: 75px;
		line-height: 75px;
	}
}
</pre></body></html>