/*
 * Author: Luca Arzilli, ALSolutions
 *
 * Project Name: Tenuta Del Nicchio
 *
 */

/* HOME PAGE */

/* vino */

header {
	background-image: url('../img/vino/TENUTADELNICCHIO-HEADER.webp');
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
}

header .container-fluid,
header .row,
header .col-xl-12 {
	height: 100%;
}

.header-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 100%;
	padding-top: 50px;
}

.header-content img {
	width: 30vw;
}

h1,h2 {
	font-size: clamp(30px, 2.7vw, 50px);
    line-height: 110%;
	font-weight:600;
}

#vino-years {
	padding:60px 0px 0px 0px;
}

#vino-years a {
	color: #000;
	text-decoration: none;
	font-size:24px;
	font-family: "Roboto", sans-serif;
	padding: 0 15px;
	color: #000;
	font-weight: 200;
	text-decoration: none;
	transition: all 0.3s ease;
}

#vino-years a.active {
	font-weight: 600;
}

#vino h1 {
	margin-bottom:10px;
}

#vino .sub-title {
	padding-bottom:20px;
}

#vino img {
	max-height:650px;
	width: auto;
	height: auto;
	object-fit: contain;
}

.discover {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}

.discover a {
	color: #fff;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.discover img {
	width: 30px;
	margin-bottom: 10px;
}

.discover span {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media (max-width: 450px) {
	
	.discover {
		display:none;
	}
}

#vino {
    display: flex;
    align-items: center;
    min-height: 100vh;
}

#vino .col-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}