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

/* HOME PAGE */

/* welcome */

header {
	background-image: url('../img/home/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: 27vw;
}

.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;
}

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

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

#progetto, #vigneti {
	padding:20px 0px !important;
}

.title-content {
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 2;
}

.title-content h3 {
	color: #fff;
	margin-bottom: 10px;
}

.scopri-piu {
	color: #fff;
	font-style: italic;
	text-decoration: underline;
	font-size: 18px;
	transition: all 0.3s ease;
}

.scopri-piu:hover {
	opacity: 0.8;
}

#vino img {
	max-height:550px;
	border:0px;
	margin-bottom:40px;
}

#vino .scopri-piu {
	color:#000;
}
#vino h4 {
	margin-bottom:10px;
}

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