@import url('../bootstrap/bootstrap.min.css');
@import url('../slick/slick.css');
@import url('style.css');

@import url('works.css');

#cookie-consent {
	display: none;
	position: fixed;
	z-index: 999999999;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: var(--black);
	color: var(--warning);
	padding: 10px;
	text-align: center;
}
#cookie-consent a {
	color: var(--primary);
}
#cookie-consent a:hover,
#cookie-consent a:focus {
	color: var(--tertiary);
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.footer1static {
	margin-top: auto;
}
.slider_section {
	width: 100%;
	max-width: 100svw;
	margin: 0 auto;
	padding: 0;
}
