HEX
Server: Apache
System: Linux server-634962.emtiyz.com 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: codo66ho (1003)
PHP: 8.2.29
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/codo66ho/.trash/assets/scss/_breadcrumb.scss
.breadcrumb_section {
	z-index: 1;
	overflow: visible;
	padding: 250px 0px 245px;
	.slider_side_btn {
		bottom: 87px;
		left: -88px;
		a {
			padding: 20px 46px 18px;
		}
	}
	.background_overlay {
		background-color: rgba(52, 52, 52, .5);
		z-index: -1;
	}
	.breadcrumb_watermark {
		@extend%water_print_style;
		left: 0;
		right: 0;
		text-align: center;
		transform: translateX(0);
		top: 50px;
		-webkit-text-stroke-color: rgba(255, 255, 255, 0.1) ;
	}
	.breadcrumb_title {
		@extend%heading_style;
		color: #fff;
		line-height: 0.833;
		font-size: 120px;
		text-align: center;
	}
	.breadcrumb {
		left: 50%;
		bottom: -30px;
		border-radius: 0;
		text-align: center;
		padding: 18px 40px;
		position: absolute;
		transform: translateX(-50%);
		background-color: #ffffff;
		box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
		li {
			font-size: 16px;
			font-weight: 600;
		}
		.active {
			color: $base-color;
		}
	}
}
.breadcrumb-item+.breadcrumb-item::before {
	content: "|";
	padding: 0;
	margin: 0px 3px;
}