@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --color1: #060606;
    --color2: #212121;
    --color3: #666;
    --color4: #000;
    --color5: #000;
    --color6: #bbb6b6;
    --color7: #d4d9dd;
    --color-green: #32aa4d;
    --color-blue: #0075bf;
    --color-red: #e30613;
    --text-color: var(--color1);
}

html {
    font-size: 16px;
}
body {
    color: var(--text-color);
    font-family: 'Barlow', Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03125rem;
}
h1, h2,h3,h4,h5,h6 {
    color: var(--color3);
}
.lg-heading {
	font-size: calc(1.375rem + 3vw);
    line-height: 1.2;
}
@media (max-width: 767.98px) {
	.lg-heading {
		font-size: calc(1.375rem + 1.5vw);
        line-height: 1.2;
	}
}
@media (min-width: 1250px) {
	.lg-heading {
		font-size: 3.5rem;
        line-height: 1.2;
	}
}
a {
    color: var(--text-color);
    text-decoration: none;
}
a:hover {
    color: var(--text-color);
}
.img-fluid {
    width: 100%;
    height: auto;
}
.header {
    height: 40vw;
    background: scroll var(--color1) no-repeat;
    background-image: url("../img/steelgroup-italy_2.jpg");
    background-position: center;
    background-size: cover;
    position: relative;
}
.header-int {
    height: 8rem;
}
.header .logo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    padding: 1rem;
    transform: translateY(-50%);
}
.header .logo img {
    max-width: 40rem;
    width: 100%;
}
.header-int .logo img {
    max-width: 20rem;
    width: 100%;
}
.header .overlay {
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.language-switcher {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;
}
.language-switcher a {
    display: block;
    width: 1.7rem;
    height: 1.7rem;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #FFF;
    border-radius: 0.25rem;
}
.language-switcher a span {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
}
.content {
    min-height: 60vh;
    background: scroll #FFF no-repeat;
    background-image: url("../img/steelgroup-italy_1.jpg");
    background-position: top center;
    background-size: contain;
    position: relative;
}
.content::after {
    content: "";
    background-color: rgba(255,255,255,0.4);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.content-inner {
    max-width: 82.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.companies-grid {
    max-width: 70rem;
    margin: 0 auto;
}
.img-product-container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
}
.img-product-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s linear;
}
.companies-grid .item:hover .img-product-container img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.img-logo {
    position: relative;
    height: 4.5rem;
    width: 7rem;
    overflow: hidden;
    margin: 0 auto;
}
.img-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.footer {
    max-width: 70rem;
    margin: 0 auto;
    padding: 0 0.75rem;
}
.item {
    border: 1px solid var(--color6);
    border-width: 0 1px 0 0;
}
.item:first-child {
    border-width: 0 1px 0 1px;
}
.btn-download {
	font-size: 0.7rem;
	text-align: center;
	transition: all 0.2s linear;
	position: relative;
	display: inline-block;
	padding: 3.2rem 0 0;
	color: #060606;
	text-transform: normal;
    font-weight: 500;
	width: 5.5rem;
}
.btn-download::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	display: block;
	width: 1.2rem;
	height: 2.2rem;
	background-image: url("data:image/svg+xml,%3Csvg width='7.4238mm' height='12.425mm' version='1.1' viewBox='0 0 7.4238 12.425' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(26.872 -95.626)'%3E%3Cpath d='m-23.514 95.626v11.152l-2.8846-2.6174-0.47387 0.52194 3.7114 3.3688 3.7119-3.3688-0.47387-0.52194-2.8851 2.6174v-11.152h-0.7059z' style='-inkscape-stroke:none;color:%23000000;fill:%23060606;stroke-width:.35278'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat no-repeat;
	background-position: center center;
	background-size: contain;
	transform: translateX(-50%);
	transition: all 0.3s ease-in-out;
}
.btn-download::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 1.6rem;
	width: 2.5rem;
	height: 1rem;
	border: 2px solid #060606;
	border-width: 0 2px 2px 2px;
	display: block;
	transform: translateX(-50%);
}
.btn-download:hover::after {
	top: 0.25rem;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
}

.btn-primary {
    --bs-btn-font-weight: 300;
    --bs-btn-color: #FFF;
    --bs-btn-bg: #060606;
    --bs-btn-border-color: #060606;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #060606;
    --bs-btn-hover-border-color: #060606;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #060606;
    --bs-btn-active-border-color: #060606;
}  

.btn-outline-primary {
    --bs-btn-font-weight: 300;
    --bs-btn-color: #060606;
    --bs-btn-bg: transparent;
    --bs-btn-border-color: #060606;
    --bs-btn-hover-color: #FFF;
    --bs-btn-hover-bg: #060606;
    --bs-btn-hover-border-color: #060606;
    --bs-btn-active-color: #FFF;
    --bs-btn-active-bg: #060606;
    --bs-btn-active-border-color: #060606;
}