/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		4.3.0
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

html { font-size: 16px; } 
.vert-center { position: relative; top: 50%; transform: translateY(-50%); }
.spacer { clear: both; }

html, body {
	min-height: 100%;
	background-color: #000;
}

body {
	position: relative;
	background-color: #000;
	background-image: url('images/body-bg.jpg');
	background-size: cover;
	background-position: center center;
}

p {
	font-family: "space-grotesk-variable", sans-serif;
	font-variation-settings: "wght" 400;
}

h1, h2, h3, h4, h5, h6, button {
	font-family: "anton", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
}

.topbar {
	background-color: #1b1b1b;
	width: 100%;
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
	text-align: right;
}

.topbar p, .footer p, .top-block-text p {
	font-size: 1.3125rem;
	color: white;
	margin-bottom: 0;
}

span.bull {
	margin-left: 1rem;
	margin-right: 1rem;
}

.footer {
	background-color: #1b1b1b;
	padding-top: 4%;
	padding-bottom: 8%;
}

.foot-right {
	text-align: right;
}

.foot-left {
	padding-right: 30%;
}

.foot-left img {
	width: 100%;
	height: auto;
}

.top-block {
	padding-top: 7%;
	padding-bottom: 5%;
}

.top-block-wrap {
	width: 100%;
}

.top-block-logo {
	width: 74%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	background-color: black;
	border: 0.65rem solid white;
	padding: 3rem 2.5rem;
}

.top-block-logo img {
	width: 100%;
}

.top-block-text {
	width: 100%;
	background-color: #393939;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 5rem;
	padding-bottom: 3rem;
	position: relative;
	border: 0.1875rem solid black;
	z-index: 1;
	top: -3rem;
	background-image: url(images/granite-texture.jpg);
	background-size: cover;
	background-position: center center; 
}

.top-block-text h1, .top-block-text h2 {
	color: white;
	font-size: 3.125rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

.company-blocks {
	padding-top: 2%;
	padding-bottom: 8%;
}

.comp-box-outer {
	margin-bottom: 2.75rem;
}

.comp-box {
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 0.75rem solid #393939;
	background-size: cover;
	background-position: center center;
	position: relative;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.comp-box:hover {
	border: 0.75rem solid white;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

img.comp-logo {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	display: table;
}

.comp-box-outer h3 {
    color: white;
    font-size: 2.25rem;
    margin-top: 0.35rem;
    padding-right: 10%;
}

.cbox-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000000d6;
	opacity: 0;
	padding-top: 4%;
	padding-bottom: 4%;
	padding-left: 8%;
	padding-right: 8%;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.comp-box:hover .cbox-overlay {
	opacity: 1.0;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.cbox-overlay h4 {
	color: #aeaeae;
	font-size: 1.75rem;
	margin-bottom: 1rem;
}

.cbox-overlay a {
	text-decoration: none;
}

.cbox-overlay p {
	color: white;
}

button {
    background-color: white;
	color: black;
    border: 0;
    margin-left: auto;
    margin-right: 0;
    display: table;
    margin-top: 1.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-family: "space-grotesk-variable", sans-serif;
    font-variation-settings: "wght" 500;
    letter-spacing: 20%;
    border-radius: 1rem;
    font-size: 0.875rem;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

button:hover {
	background-color: #aeaeae;
	color: black;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.metal-sheen-bg {
	position: fixed;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	overflow: hidden;
	background: transparent;
}

.metal-sheen-bg::before {
	content: "";
	position: absolute;
	left: -10%;
	width: 130%;
	height: 80%;            /* bigger band */
	top: -80%;              /* start further off screen */

	background: linear-gradient(
		180deg,
		rgba(255,255,255,0) 0%,
		rgba(255,255,255,0.06) 40%,   /* stronger lead-in */
		rgba(255,255,255,0.22) 50%,   /* brighter core */
		rgba(255,255,255,0.06) 60%,
		rgba(255,255,255,0) 100%
	);

	filter: blur(32px);     /* slightly tighter = more visible */
	opacity: 0.85;          /* stronger overall presence */

	animation: metalSheenSweep 10s linear infinite;
	will-change: transform;
}

/* subtle brushed texture */
.metal-sheen-bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0.08;
	background-image: repeating-linear-gradient(
		180deg,
		rgba(255,255,255,0.02) 0px,
		rgba(255,255,255,0.02) 1px,
		rgba(255,255,255,0) 3px,
		rgba(255,255,255,0) 7px
	);
}

/* TRUE full sweep from top to bottom */
@keyframes metalSheenSweep {
	0% {
		transform: translateY(0%);
	}
	100% {
		transform: translateY(220%);
	}
}

body > *:not(.metal-sheen-bg) {
	position: relative;
	z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
	.metal-sheen-bg::before {
		animation: none;
		transform: translateY(60%);
	}
}

.reveal {
	opacity: 0;
	transform: translateY(18px);
	animation: revealUp 0.9s ease forwards;
	will-change: transform, opacity;
}

.reveal-delay-1 {
	animation-delay: 0.15s;
}

.reveal-delay-2 {
	animation-delay: 0.3s;
}

.reveal-delay-3 {
	animation-delay: 0.45s;
}

.logo-settle {
	opacity: 0;
	transform: translateY(56px) scale(0.9);
	animation: logoSettle 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
	animation-delay: 0.5s;
	will-change: transform, opacity;
}

@keyframes logoSettle {
	0% {
		opacity: 0;
		transform: translateY(56px) scale(0.9);
	}
	55% {
		opacity: 1;
		transform: translateY(-10px) scale(1.05);
	}
	100% {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
} 

@keyframes revealUp {
	from {
		opacity: 0;
		transform: translateY(18px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes logoSettle {
	from {
		opacity: 0;
		transform: translateY(18px) scale(0.985);
	}
	to {
		opacity: 1;
		transform: translateY(0) scale(1);
	}
}

.top-block-logo {
	transition: transform 0.35s ease;
}

.top-block-logo:hover {
	transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
	.reveal,
	.reveal-delay-1,
	.reveal-delay-2,
	.reveal-delay-3,
	.logo-settle {
		opacity: 1;
		transform: none;
		animation: none;
	}

	.top-block-logo {
		transition: none;
	}

	.top-block-logo:hover {
		transform: none;
	}
}

.scroll-reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.75s ease,
		transform 0.75s cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}

.scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.scroll-reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}






/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
.comp-box { border: 0.25rem solid #393939; }
.comp-box:hover { border: 0.25rem solid white; }
.cbox-overlay h4 { margin-bottom: 0.5rem; }
.cbox-overlay p { color: white; line-height: 1.3; font-size: 0.9375rem; }
button { margin-top: 0.5rem; padding-top: 0.35rem; padding-bottom: 0.35rem; padding-left: 1.5rem; padding-right: 1.5rem; font-variation-settings: "wght" 400; letter-spacing: 15%; border-radius: 0.75rem; font-size: 0.8125rem; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }
.cbox-overlay p { color: white; line-height: 1.4; font-size: 1.125rem; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.footer { background-color: #1b1b1b; padding-top: 8%; padding-bottom: 10%; }
.foot-left { padding-right: 18%; padding-left: 18%; margin-bottom: 3.5rem; }
.foot-right { text-align: center; }


}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.top-block-logo { width: 82%; border: 0.35rem solid white; padding: 2.25rem 1.85rem; }


}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }

}