HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/olimazi.creativefellows.nl/public/scss/_section-showcase.scss
.page-section__showcase{
	
	
	/*padding:0;
	position:relative;
	
	&::after{
		content:"";
		position:absolute;
		top:0;right:0;bottom:0;left:0;
		
		background: rgb(37,47,44);
		background: linear-gradient(90deg, rgba(37,47,44,0) 0%, rgba(37,47,44,0.75) 45%, rgba(37,47,44,0.75) 55%, rgba(37,47,44,0) 99%);
		opacity:0.75;
	}
	
	.showcase-text{
		position:absolute;z-index:10;
		left:0;right:0;
		width:100%;
		text-align:center;
		@include absolute-center();
		top:55%;
		
		h2{text-transform:uppercase;color:$white;font-size:3rem;line-height:3.5rem;}
		h2 +p{color:$white;}

	}*/
	
	.cell{position:relative;}
	.oli-mazi__shape
	{
		position:absolute;
		width:60rem;
		height:60rem;
		left:-20%;
		top:10%;
		background:#91ab75 url(/images/pattern-1.png) no-repeat 50% 50%;
		background-size:100% auto;
		mix-blend-mode: multiply;
		opacity:0.70;
		border-radius:50%;
		z-index:+1;
		
	}
	
	
}

.page-section__introduction{
	
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	
	*{color:$white;}
	
	h1{
		strong{text-indent:-5000px;display:block;}
	}
	
	> section{
		
		@include vertical-center;
		left:0;
		right:0;
	}
	
	/*.cell{
		position:relative;
		&::before{
			content:"";
			position:absolute;
			width:150%;
			height:0;
			left:-50%;
			top:-50%;
			padding-bottom:150%;
			background:#91ab75;
			mix-blend-mode: multiply;
			opacity:0.75;
			border-radius:50%;
			z-index:-1;
		}
	}*/
	
}