HEX
Server: Apache/2.4.41
System: Linux mainweb 5.4.0-182-generic #202-Ubuntu SMP Fri Apr 26 12:29:36 UTC 2024 x86_64
User: nationalmedicaregrp (1119)
PHP: 8.3.7
Disabled: exec,passthru,shell_exec,system,popen,proc_open,pcntl_exec
Upload Files
File: /home/demo/public_html/waterdamage/assets/scss/partials/_not-found.scss
.page-404 {
	padding-top: 200px;
	padding-bottom: 130px;
	
	.btn {
		font-size: 13px;
		box-shadow: 0 8px 15px rgba(#000, 0.07);

		.btn-icon {
			font-size: 2.15em;
			margin-right: 0.5em;
			text-shadow: 0 0.25px 0 currentColor, 0 -0.25px 0 currentColor, 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
		}

		&:hover {
			box-shadow: 0 10px 20px rgba(#000, 0.1);
		}
	}
}
.text-404 {
	position: relative;

	.ld-particles-container {
		position: absolute;
		top: 0;
		left: 0;
		z-index: auto;
	}
	.re-particles-inner {
		position: relative;

		&:after {
			content: '';
			display: inline-block;
			width: 100%;
			height: 100%;
			position: absolute;
			top: 0;
			left: 0;
			box-shadow: 
				0 0 15px 2px #fff inset,
				0 0 30px 2px #fff inset,
				0 0 45px 2px #fff inset,
				0 0 60px 2px #fff inset;
		}
	}
	h1 {
		margin: 0 0 0.45em;
		font-size: 300px;
		line-height: 1;
		font-weight: 700;
		position: relative;
	}
}