@import url("https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=La+Belle+Aurore&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

:root {
	--darkred: #711111;
	--bglight: #e8e7ec;
	--theyellow: #c18c02;
	--lightred: #9a1e1e;
	--grey: #dddddd;
	--darkgrey: #9d9d9d;
	--logofont: "Amatic SC", cursive;
	--buttonfont: "Archivo", sans-serif;
	--desktopfont: "La Belle Aurore", cursive;
	--seriffont: "Lora", serif;
	--sansfont: "Roboto", sans-serif;
	--font-size-sm: 0.75rem; /* 12px */
	--font-size-base: 1rem; /* 16px, base */
	--font-size-md: 1.25rem; /* 20px */
	--font-size-lg: 1.5rem; /* 24px */
	--font-size-xl: 1.75rem; /* 28px */
	--font-size-xxl: 2rem; /* 32px */
	--font-size-xxxl: 3rem; /* 36px */
	--box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
	--transition-speed: 0.3s ease-out;
}

* {
	font-family: var(--sansfont);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	border: none;
	overflow-x: hidden;
	transition: all 0.2s linear;
}

html,
body {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--bglight);
}
html {
	font-size: 62.5%;
	overflow-x: hidden;
	scroll-padding-top: 5.5rem;
	scroll-behavior: smooth;
}
h1 {
	font-family: var(--desktopfont);
	font-size: var(--font-size-xxxl);
	color: #fff;
}
/* h2 {
  font-family: var(--seriffont);
  font-size: var(--font-size-xxxl);
} */
h3 {
	font-weight: 400;
}
img {
	box-shadow: var(--box-shadow);
}
header {
	top: 0;
	left: 0;
	right: 0;
	background: var(--darkred);
	padding: 2rem 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: var(--box-shadow);
	overflow: hidden;
	position: sticky;
}

header .navbar a {
	font-size: var(--font-size-xl);
	border-radius: 0.6rem;
	padding: 0.1rem 1.5rem;
	color: var(--bglight);
	font-family: var(--desktopfont);
	overflow: hidden;
}
header .navbar {
	overflow: hidden;
}

header .logo {
	color: #fff;
	font-family: var(--logofont);
	font-size: var(--font-size-xxxl);
	font-weight: bolder;
}
footer .logo {
	color: #fff;
	font-family: var(--logofont);
	font-size: var(--font-size-xxxl);
	font-weight: bolder;
}
/* header .logo-mobile {
  display: none;
  color: #fff;
  font-family: var(--logofont);
  font-size: var(--font-size-xxxl);
  font-weight: bolder;
} */

header .navbar a.active,
header .navbar a:hover {
	color: #fff;
	background: #9a1e1e;
	height: 90%;
}

header .icons i,
header .icons a {
	cursor: pointer;
	margin-left: 0.5rem;
	height: 4.5rem;
	line-height: 4.5rem;
	width: 4.5rem;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	border-radius: 50%;
	background: var(--darkred);
}

header .icons i:hover,
header .icons a:hover {
	color: #fff;
	background: var(--lightred);
	transform: rotate(360deg);
}

header .icons #menu-bars {
	display: none;
}

table {
	border-collapse: collapse;
	width: 100%;
}

td,
th {
	border: 1px solid #711111;
	padding: 8px;
	text-align: left;
	font-weight: 300;
}

th {
	text-align: center;
}

#search-form {
	position: fixed;
	top: -110%;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1004;
	background: rgba(0, 0, 0, 0.519);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	backdrop-filter: blur(5px);
}

#search-form.active {
	top: 0;
}

#search-form #search-box {
	width: 50rem;
	border-bottom: 0.1rem solid #fff;
	padding: 1rem 0;
	color: #fff;
	font-size: 3rem;
	text-transform: none;
	background: none;
}

#search-form #search-box::placeholder {
	color: #eee;
}

#search-form #search-box::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

#search-form label {
	color: #fff;
	cursor: pointer;
	font-size: 3rem;
}

#search-form label:hover {
	color: var(--lightred);
}

#search-form #close {
	position: absolute;
	color: #fff;
	cursor: pointer;
	top: 2rem;
	right: 3rem;
	font-size: 5rem;
}

/* Hero image and text */
.hero {
	background-color: var(--darkgrey);
	/* background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(255, 255, 255, 0) 40%
  );

  background-image: url(/assets/img/bgVerona.jpg); */

	background-image: linear-gradient(
			to bottom,
			rgba(245, 246, 252, 0),
			rgba(0, 0, 0, 0.948)
		),
		url(/assets/img/bgVerona.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: local;
	background-position: center top;
	overflow: hidden;
	height: 95vh;
	color: #fff;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
	background: #000000;
	height: 2px;
	width: 2px;
}

::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
	background: var(--theyellow);
	border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
	background: var(--darkred);
}

#up {
	border-radius: 50%;
	width: 50px;
	height: 50px;
	background-color: rgba(193, 139, 2, 0.726);
	backdrop-filter: blur(5px);
	color: #fff;
	align-items: center;
	justify-content: center;
	box-shadow: var(--box-shadow);
	transition: var(--transition-speed);
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bolder;
	position: fixed;
	bottom: 20px;
	right: 30px;
	display: none;
	z-index: 100;
}

#up:hover {
	background-color: var(--lightred);
}

.container {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	max-width: 960px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 20rem;
	flex-wrap: wrap;
}
.hero-text-container {
	display: flex;
	flex-direction: column;
	max-width: 40rem;
	margin: auto 10rem;
}
.hero-head {
	font-family: var(--desktopfont);
	font-size: 8rem;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.346);
}
.hero-text {
	font-family: var(--sansfont);
	font-style: italic;
	font-size: 2rem;
	line-height: 2;
	text-shadow: 3px 3px rgba(0, 0, 0, 0.346);
}

.arrows {
	width: 60px;
	height: 72px;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	bottom: 20px;
}

/* .AlCal {
  background: var(--bglight);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.94) 0%,
    rgba(232, 231, 236, 0.2) 20%
  );
} */
.legend-container {
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	padding: 8rem 3rem;
	gap: 30rem;
	/* margin: auto; */
}
.icon-text {
	font-family: var(--seriffont);
	font-size: var(--font-size-xl);
	font-weight: 500;
}

.bar,
.wine,
.food {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 2rem;
}

.AlCal {
	padding-top: 10rem;
	padding-bottom: 3rem;
	background: var(--bglight);
}

.heading01 > h2 {
	font-family: var(--desktopfont);
	font-weight: 200;
	font-size: 4rem;
	overflow: hidden;
	text-align: center;
}
span.al-calmiere {
	font-family: var(--seriffont);
	font-weight: 200;
}

.heading01 h2:before,
.heading01 h2:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 30%;
}

.heading01 h2:before {
	right: 5rem;
	margin-left: -50%;
}

.heading01 h2:after {
	left: 5rem;
	margin-right: -50%;
}

text,
tspan {
	font-family: var(--seriffont);
}

.par-water-cont {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p1 {
	font-family: var(--sansfont);
	font-size: var(--font-size-xxl);
	font-style: italic;
	font-weight: lighter;
	text-align: left;
	padding: 3rem;
	width: 40%;
	margin-left: 4rem;
	margin-right: 5rem;
	line-height: 2;
}
.watermark {
	margin-bottom: 5rem;
	padding-left: 5rem;
}
.watermark svg {
	width: 80%;
}

.container-2 {
	display: flex;
	gap: 4rem;
	margin-bottom: 5rem;
}
.img-alcal {
	max-width: 45%;
}

.img-alcal > img {
	width: 75%;
	height: auto;
}

.alcal-icon-text {
	display: flex;
	flex-direction: column;
	gap: 15rem;
	padding: 9rem 0;
}

.alcal-icon-text > span {
	text-align: left;
	font-size: 2.5rem;
	font-family: var(--buttonfont);
	font-weight: 200;
}

.alcal-icon-cont {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding: 6rem 0;
}

.history-container {
	margin-top: 3rem;
}

span.history {
	font-family: var(--sansfont);
	font-weight: 200;
	font-style: oblique;
}

.heading02 {
	margin-top: 3rem;
}

.heading02 > h2 {
	font-family: var(--buttonfont);
	font-weight: lighter;
	font-size: 4rem;
	overflow: hidden;
	text-align: center;
}

.heading02 > h2:after {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 35%;
}

.heading02 > h2:before {
	right: 5rem;
	margin-left: -50%;
}

.heading02 > h2:after {
	left: 5rem;
	margin-right: -50%;
}

.watermark-history {
	margin-right: 10rem;
	margin-bottom: 5rem;
	margin-left: 7rem;
}
.watermark-history svg {
	width: 150%;
}

.watermark-history-laman {
	padding-top: 3rem;
	margin-bottom: 5rem;
	margin-left: 7rem;
}
.watermark-history-laman svg {
	width: 150%;
	padding-top: 3rem;
}
.p2 {
	font-family: var(--sansfont);
	font-size: var(--font-size-xxl);
	font-style: italic;
	font-weight: lighter;
	text-align: left;
	padding: 5rem 5rem 0 10rem;
	width: 70%;
	margin-left: 5rem;
	margin-right: 4rem;
	line-height: 2;
}
.p3 {
	font-family: var(--sansfont);
	font-size: var(--font-size-xxl);
	font-weight: lighter;
	text-align: left;
	padding: 3rem 5rem 0 5rem;
	width: 70%;
	margin-left: 5rem;
	margin-right: 4rem;
	line-height: 2;
}

.history-img-cont {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
	margin-bottom: 8rem;
}

.history-img-cont > img {
	max-width: 50%;
	box-shadow: var(--box-shadow);
}

span.gallery-head {
	font-family: var(--sansfont);
	font-weight: 200;
	font-style: oblique;
}

.heading03 > h2 {
	font-family: var(--buttonfont);
	font-weight: lighter;
	font-size: 4rem;
	overflow: hidden;
	text-align: center;
}

.heading03 > h2:before {
	background-color: #000;
	content: "";
	display: inline-block;
	height: 1px;
	position: relative;
	vertical-align: middle;
	width: 65%;
}

.heading03 > h2:before {
	right: 5rem;
	margin-left: -50%;
}

.heading03 > h2:after {
	left: 5rem;
	margin-right: -50%;
}

.gallery-cont {
	display: flex;
	align-items: center;
	margin-top: 5rem;
	justify-content: space-between;
	margin-bottom: 8rem;
}
.gallery-img-cont {
	object-fit: cover;
	width: 100%;
	margin-left: 18%;
}
.gallery-img-cont > img {
	max-width: 60%;

	box-shadow: var(--box-shadow);
}

.gallery-watermark {
	margin-right: 5%;
}

.gallery-watermark svg {
	width: 130%;
}

span.contact-head {
	font-family: var(--sansfont);
	font-weight: 200;
	font-style: oblique;
}
.contact-content {
	display: flex;
	width: 100%;
	margin-top: 5rem;
	justify-content: space-evenly;
	height: 80rem;
}
.contact-text {
	display: flex;
	font-family: var(--sansfont);
	font-size: 1.75rem;
	gap: 2rem;
	justify-content: space-between;
	width: 100%;
	padding: 1rem;
}
.contact-text a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: #000;
}
.alcal-some a,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	color: inherit;
}

.contact-text a:hover {
	color: var(--theyellow);
	font-size: 1.85rem;
}
/* .phone,
.address {
  padding: 1rem;
} */
.hours {
	display: flex;
	flex-direction: column;
	font-family: var(--sansfont);
	font-size: 2rem;
	gap: 5rem;
	margin-top: 2rem;
	flex-wrap: nowrap;
}

.contact-right {
	display: flex;
	flex-direction: column;
	width: 40%;
	gap: 2rem;
	align-items: center;
}

.map01 {
	width: 100%;
	height: 70%;
	margin: 2rem;
}

.buttonwrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.buttonwrapper a {
	text-align: center;
	font-weight: 400;
	font-family: var(--buttonfont);
	text-decoration: none;
	font-size: var(--font-size-lg);
}

.button1 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	width: 40%;
	height: 5rem;
	background-color: var(--theyellow);
}
.button1 a {
	color: #fff;
}
.button2 a {
	color: var(--theyellow);
}
.button2 {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	width: 40%;
	height: 5rem;
	background-color: rgba(0, 0, 0, 0);
	border: var(--theyellow) solid 1px;
}
/* .button2:hover {
  background-color: ;
} */

.alcal-some {
	display: flex;
	justify-content: center;
	gap: 3rem;
	width: 20%;

	margin-left: auto;
	margin-right: 3rem;
	font-size: 3rem;
	color: var(--darkred);
}
.alcal-some i:hover {
	font-size: 4rem;
	color: var(--theyellow);
}

.baraldi-wrapper {
	padding-top: 5rem;
	background-color: var(--grey);
}

.container-bb {
	display: flex;
	gap: 4rem;
	margin-bottom: 5rem;
	margin-left: 6rem;
	width: 100%;
	align-items: center;
}

.bb-icon-cont {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding: 6rem 0;
}

.bb-icon-text {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding: 9rem 0;
}

.icontext {
	display: flex;
	align-items: center;
	gap: 6rem;
}

.icontext span {
	text-align: left;
	font-size: 2.5rem;
	font-family: var(--buttonfont);
	font-weight: 200;
}

.img-bb {
	max-width: 50%;
	margin-left: auto;
}

.img-bb > img {
	max-width: 100%;
	height: auto;
}

.img-caption-cont {
	align-items: center;
	text-align: center;
	font-family: var(--sansfont);
	font-size: var(--font-size-lg);
	font-weight: 200;
	font-style: italic;
}

.laman-wrapper {
	padding-top: 5rem;
	background-color: var(--bglight);
}

.container-laman {
	display: flex;
	/* gap: 4rem; */
	margin-bottom: 5rem;
	margin-left: 6rem;
	width: 100%;
	align-items: center;
}

.laman-icon-cont {
	display: flex;
	flex-direction: column;
	gap: 10rem;
	padding: 6rem 0;
}

.img-laman {
	max-width: 50%;
	margin-left: auto;
}

.img-laman > img {
	max-width: 100%;
	height: auto;
}

footer {
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--darkred);
	padding: 2rem 7%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	box-shadow: var(--box-shadow);
}

.credit {
	font-family: var(--sansfont);
	color: #fff;
}

/* Scroll Down Arrow */

/* media queries  */

@media (max-width: 991px) {
	html {
		font-size: 55%;
	}

	header {
		padding: 1rem 2rem;
	}

	section {
		padding: 2rem;
	}
}

* {
	font-family: var(--sansfont);
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	text-decoration: none;
	outline: none;
	border: none;

	transition: all 0.2s linear;
}

html,
body {
	height: 100vh;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--bglight);
}

.img-alcal {
	max-width: 45%;
}

.img-alcal > img {
	width: 100%;
	height: auto;
}

.alcal-some {
	display: flex;
	justify-content: center;
	gap: 2rem;
	width: 50%;
	margin-left: auto;
	margin-right: 3rem;
	font-size: 3rem;
	color: var(--darkred);
}

.alcal-some > * {
	width: fit-content;
	overflow: hidden;
}
.map01 {
	width: 100%;
	height: fit-content;
	margin: 2rem;
}

@media (max-width: 768px) {
	header .icons #menu-bars {
		display: inline-block;
	}

	header .navbar {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: rgba(208, 208, 208, 0.216);
		border-top: 0.1rem solid rgba(0, 0, 0, 0.2);
		border-bottom: 0.1rem solid rgba(0, 0, 0, 0.2);
		padding: 1rem;
		clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
		backdrop-filter: blur(5px);
		z-index: 5;
	}

	header .navbar.active {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}

	header .navbar a {
		display: flex;
		padding: 1.5rem;
		margin: 6rem 18rem;
		font-size: 2rem;
		background: rgb(112, 112, 112);
		align-items: center;
		justify-content: center;
	}

	#search-form #search-box {
		width: 90%;
		margin: 0 1rem;
	}
	* {
		font-family: var(--sansfont);
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		text-decoration: none;
		outline: none;
		border: none;

		transition: all 0.2s linear;
	}

	html,
	body {
		height: 100vh;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: var(--bglight);
	}

	/* .logo {
    display: none;
  }
  .logo-mobile {
    display: inline-block;
    color: #fff;
    font-family: var(--logofont);
    font-size: var(--font-size-xxxl);
    font-weight: bolder;
  } */
}

@media (max-width: 685px) {
	html {
		font-size: 50%;
	}
	::-webkit-scrollbar {
		background: #000000;
		height: 2px;
		width: 1px;
	}

	header {
		position: fixed;
	}

	svg {
		height: 44.34px;
		width: 58px;
	}

	.hero {
		background-color: var(--darkgrey);
		background-image: linear-gradient(
				to bottom,
				rgba(245, 246, 252, 0),
				rgba(0, 0, 0, 0.948)
			),
			url(/assets/img/bgVerona.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center top;
		overflow: hidden;
		height: 100vh;
		color: #fff;
	}

	.container {
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 960px;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 40rem;
		flex-wrap: wrap;
	}
	.AlCal {
		display: flex;
		flex-direction: column;
	}

	.par-water-cont {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p1 {
		font-family: var(--sansfont);
		font-size: var(--font-size-xxl);
		font-style: italic;
		font-weight: lighter;
		text-align: left;
		padding: 3rem;
		width: 80%;
		margin-left: 4rem;
		margin-right: 5rem;
		line-height: 2;
	}
	.watermark {
		display: none;
	}

	.container-2 {
		display: flex;
		flex-direction: column;
	}

	.img-alcal {
		max-width: 100%;
		margin-left: auto;
	}

	.img-alcal > img {
		width: 100%;
		height: auto;
	}
	.alcal-icon-cont {
		display: flex;
		flex-direction: row;
		gap: 6rem;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 0;
	}

	.alcal-icon-text {
		display: flex;
		flex-direction: row;
		gap: 1.2rem;
		margin-left: 20%;
		width: 90%;
		padding-top: 0;
		padding-bottom: 1rem;
	}

	.alcal-icon-text > span {
		text-align: center;
		font-size: 16px;
		font-family: var(--buttonfont);
		font-weight: 300;
	}

	.watermark-history {
		display: none;
	}
	.history-container {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.p2,
	.p3 {
		font-family: var(--sansfont);
		font-size: var(--font-size-xxl);
		font-style: italic;
		font-weight: lighter;
		text-align: right;
		padding: 3rem;
		width: 80%;
		margin-left: 4rem;
		margin-right: 5rem;
		line-height: 2;
	}
	.history-img-cont {
		display: flex;
		flex-direction: column-reverse;
	}

	.history-img-cont > img {
		max-width: 100%;
		box-shadow: var(--box-shadow);
	}
	.gallery-watermark {
		display: none;
	}
	.gallery-img-cont {
		max-width: 100%;
		margin-left: 0;
	}
	.gallery-img-cont > img {
		max-width: 100%;

		box-shadow: var(--box-shadow);
	}
	.contact-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: auto;
		margin: 3rem;
	}
	.contact-right {
		width: auto;
		margin-top: 2rem;
	}
	.alcal-some {
		margin: auto;
		align-items: center;
	}
	.baraldi-wrapper {
		display: flex;
		flex-direction: column;
	}
	.container-bb {
		flex-direction: column;
		margin: auto;
	}
	.bb-icon-cont {
		display: none;
	}
	.img-bb {
		max-width: 100%;
		margin-left: 0;
	}
	.dentro {
		max-width: 70%;
	}

	.laman-wrapper {
		display: flex;
		flex-direction: column;
	}
	.container-laman {
		flex-direction: column-reverse;
		margin: auto;
	}
	.laman-icon-cont {
		flex-direction: column;
		margin: auto;
		gap: 5rem;
		padding: 3rem 0;
	}

	.laman-icon-cont span {
		font-family: var(--buttonfont);
		font-size: 16px;
	}
	.laman-wine {
		display: none;
	}
	.img-laman {
		max-width: 100%;
	}

	.watermark-history-laman {
		display: none;
	}
	.img-laman03 {
		max-width: 95%;
	}
}

@media (max-width: 450px) {
	html {
		font-size: 50%;
	}
	::-webkit-scrollbar {
		background: #000000;
		height: 2px;
		width: 1px;
	}

	header {
		position: fixed;
	}

	svg {
		height: 44.34px;
		width: 58px;
	}

	.hero {
		background-color: var(--darkgrey);
		background-image: linear-gradient(
				to bottom,
				rgba(245, 246, 252, 0),
				rgba(0, 0, 0, 0.948)
			),
			url(/assets/img/bgVerona.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: center top;
		overflow: hidden;
		height: 100vh;
		color: #fff;
		position: relative;
		z-index: -1;
	}

	.container {
		display: flex;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		max-width: 960px;
		padding-left: 1rem;
		padding-right: 1rem;
		padding-top: 40rem;
		flex-wrap: wrap;
	}
	.AlCal {
		display: flex;
		flex-direction: column;
	}

	.par-water-cont {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.p1 {
		font-family: var(--sansfont);
		font-size: var(--font-size-xxl);
		font-style: italic;
		font-weight: lighter;
		text-align: left;
		padding: 3rem;
		width: 80%;
		margin-left: 4rem;
		margin-right: 5rem;
		line-height: 2;
	}
	.watermark {
		display: none;
	}

	.container-2 {
		display: flex;
		flex-direction: column;
	}

	.img-alcal {
		max-width: 100%;
		margin-left: auto;
	}

	.img-alcal > img {
		width: 100%;
		height: auto;
	}
	.alcal-icon-cont {
		display: flex;
		flex-direction: row;
		gap: 6rem;
		margin: auto;
		padding-top: 2rem;
		padding-bottom: 0;
	}

	.alcal-icon-text {
		display: flex;
		flex-direction: row;
		gap: 1.2rem;
		margin: auto;
		width: 90%;
		padding-top: 0;
		padding-bottom: 1rem;
	}

	.alcal-icon-text > span {
		text-align: center;
		font-size: 16px;
		font-family: var(--buttonfont);
		font-weight: 300;
	}

	.watermark-history {
		display: none;
	}
	.history-container {
		display: flex;
		flex-direction: column;
		margin-bottom: 0;
	}
	.p2,
	.p3 {
		font-family: var(--sansfont);
		font-size: var(--font-size-xxl);
		font-style: italic;
		font-weight: lighter;
		text-align: right;
		padding: 3rem;
		width: 80%;
		margin-left: 4rem;
		margin-right: 5rem;
		line-height: 2;
	}
	.history-img-cont {
		display: flex;
		flex-direction: column-reverse;
	}

	.history-img-cont > img {
		max-width: 100%;
		box-shadow: var(--box-shadow);
	}
	.gallery-watermark {
		display: none;
	}
	.gallery-img-cont {
		max-width: 100%;
		margin-left: 0;
	}
	.gallery-img-cont > img {
		max-width: 100%;

		box-shadow: var(--box-shadow);
	}
	.contact-content {
		display: flex;
		flex-direction: column;
		height: 100%;
		width: auto;
		margin: 3rem;
	}
	.contact-right {
		width: auto;
		margin-top: 2rem;
	}
	.alcal-some {
		margin: auto;
		align-items: center;
	}
	.baraldi-wrapper {
		display: flex;
		flex-direction: column;
	}
	.container-bb {
		flex-direction: column;
		margin: auto;
	}
	.bb-icon-cont {
		display: none;
	}
	.img-bb {
		max-width: 100%;
		margin-left: 0;
	}
	.dentro {
		max-width: 70%;
	}

	.laman-wrapper {
		display: flex;
		flex-direction: column;
	}
	.container-laman {
		flex-direction: column-reverse;
		margin: auto;
	}
	.laman-icon-cont {
		flex-direction: column;
		margin: auto;
		gap: 5rem;
		padding: 3rem 0;
	}

	.laman-icon-cont span {
		font-family: var(--buttonfont);
		font-size: 16px;
	}
	.laman-wine {
		display: none;
	}
	.img-laman {
		max-width: 100%;
	}

	.watermark-history-laman {
		display: none;
	}
	.img-laman03 {
		max-width: 95%;
	}
}
