:root {
	--bs-warning: #f5b31f;
}

.text-warning {
	color: var(--bs-warning);
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, sans-serif;
	overflow-x: hidden;
	background: url("../images/frame.jpg");
	background-size: cover;
	background-position: center;
}

/* HERO */

.hero {
	width: 100%;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
}

/* NAVBAR */

.navbar-custom {
	padding: 20px 0;
}

.dropdown-toggle::after {
	position: absolute;
	top: 19px;
}

.logo {
	width: 90px;
}

.menu-btn {
	background: #dca41d;
	color: black;
	padding: 8px 20px;
	border-radius: 30px;
	text-decoration: none;
	font-weight: bold;
	transition: 0.3s;
	white-space: nowrap;
}

.menu-btn.active,
.menu-btn:hover {
	background: white;
	color: black;
}

/* LANGUAGE */

.dropdown-toggle {
	background: none !important;
	border: none !important;
	color: white !important;
	font-size: 20px;
}

.dropdown-menu {
	background: #222;
	border: 1px solid #555;
	min-width: 90px;
}

.dropdown-item {
	color: white;
	cursor: pointer;
}

.dropdown-item:hover {
	background: #333;
	color: #f5b31f;
}

/* CONTENT */

.hero-content {
	text-shadow: 2px 2px 10px black;
	padding: 60px 0;
	position: relative;
	z-index: 2;
	
	-webkit-flex: 1 0 auto;
	-moz-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.contact-info {
	margin: 40px 0;
	color: white;
	font-size: 22px;
	line-height: 1.8;
}

.glass-box {
	max-width: max-content;
	padding: 35px;
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.12);
	border: 2px solid rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
	text-shadow: 2px 2px 10px black;
}

/* MACHINE IMAGE */

.machine-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

@media (max-width: 992px) {
	.hero-content {
		padding: 30px 20px;
	}

	.navbar-custom {
		padding: 20px;
	}
}


/*------- about us ---------*/


/* RIGHT TEXT */

.right-box {
	padding: 20px;
}

.right-box h2 {
	margin-bottom: 25px;
	text-shadow: 2px 2px 10px black;
}

.right-box ul {
	padding-left: 0;
}

.right-box li {
	margin-bottom: 12px;
	font-weight: bold;
	margin-left: 24px;
}


/* RESPONSIVE */

@media (max-width: 992px) {

	.right-box h2 {
		margin-top: 30px;
	}

	.navbar-custom {
		padding: 20px;
	}
}

/*------- Mortel Meister ---------*/

.product-card{
	text-align:center;
	margin-bottom:35px;
}

.product-box{
	height:239px;
	max-width: 314px;
	margin:auto;
	border-radius:30px;
	border:2px solid rgba(255,255,255,0.4);
	backdrop-filter:blur(10px);
	box-shadow:0 0 15px rgba(255,255,255,0.3);
	display:flex;
	align-items:center;
	justify-content:center;
	overflow:hidden;
}



.product-name{
	color:white;
	font-size:22px;
	margin-top:12px;
}


/*------- Construction Equipment ---------*/

@media (max-width: 992px) {
	.equipment img {
		width: 100%;
		height: 100%;
	}
}