@charset "utf-8";
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Bold.woff2') format('woff2'), url('../fonts/Lora-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-BoldItalic.woff2') format('woff2'), url('../fonts/Lora-BoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Italic.woff2') format('woff2'), url('../fonts/Lora-Italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Medium.woff2') format('woff2'), url('../fonts/Lora-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-MediumItalic.woff2') format('woff2'), url('../fonts/Lora-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-Regular.woff2') format('woff2'), url('../fonts/Lora-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBoldItalic.woff2') format('woff2'), url('../fonts/Lora-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora';
  src: url('../fonts/Lora-SemiBold.woff2') format('woff2'), url('../fonts/Lora-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.material-icons,
.material-icons-outlined,
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', ui-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
:root {
  --gutter: clamp(12px, 2vw, 24px);
  --gutter-medium: clamp(12px, 3.2vw, 48px);
  --gutter-large: clamp(12px, 6.4vw, 96px);
}
* {
  box-sizing: border-box;
}
.animazione {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
body {
  margin: 0;
  padding: 0;
  height: auto;
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  background-color: #FFFCF5;
  cursor: default;
  position: relative;
  font-weight: 400;
  font-size: clamp(16px, 1.82vw, 20px);
  color: #0B1319;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  line-height: 1.5;
  overflow-x: hidden;
}
.skip-link {
  position: absolute !important;
  top: -100%;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  font-size: 16px;
}
.skip-link:focus {
  top: 0;
}
sup {
  font-size: 0.6em !important;
}
strong,
b,
.strong {
  font-weight: 700;
}
.animazione {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.box-shadow {
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.7);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.7);
}
.box-shadow-hover {
  -webkit-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  -moz-box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.31);
}
img {
  -ms-interpolation-mode: bicubic;
}
p {
  margin: 0 !important;
  padding: 0;
  padding-bottom: clamp(14px, 1.38vw, 24px) !important;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  color: #BA9F5E;
  text-decoration: none;
}
a:hover {
  color: #E1C990;
  text-decoration: underline;
}
h1,
.h1 {
  font-size: clamp(40px, 4.27vw, 64px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
h2,
.h2 {
  font-size: clamp(40px, 4.27vw, 64px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
h3,
.h3 {
  font-size: clamp(22px, 2.54vw, 32px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  text-transform: initial;
}
h4,
.h4 {
  font-size: clamp(18px, 2vw, 22px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
h5,
.h5 {
  font-size: clamp(16px, 1.82vw, 20px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
h6,
.h6 {
  font-size: clamp(14px, 1.64vw, 18px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.aligncenter {
  text-align: center;
}
.button {
  box-sizing: border-box;
  margin: 0;
  border: none;
  text-decoration: none;
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-size: clamp(16px, 1.82vw, 20px);
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  font-style: normal;
  border-radius: 100px;
  background: #BA9F5E;
  display: inline-flex;
  padding: 11px 20px 12px;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.button:hover {
  text-decoration: none;
  background: #492E28;
  color: #FFFCF5;
}
a:focus,
button:focus {
  outline: 2px solid #ffcc00;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  top: -100%;
  left: 0;
  background: #000000;
  color: #fff;
  padding: 8px;
  z-index: 1000;
}
.skip-link:focus {
  top: 0;
}
.slick-dots li button:before {
  font-size: 12px !important;
}
header {
  width: 100%;
  height: 100vh;
  background-size: cover;
  padding: 9vh clamp(24px, 3.2vw, 48px) var(--gutter) clamp(24px, 3.2vw, 48px);
  position: relative;
  background: linear-gradient(180deg, rgba(73, 46, 40, 0) 80%, rgba(73, 46, 40, 0.8) 100%), linear-gradient(0deg, rgba(73, 46, 40, 0.2) 0%, rgba(73, 46, 40, 0.2) 100%), url(../images/background.jpg) center / cover no-repeat;
}
@media (min-width: 768px) {
  header {
    background-attachment: fixed;
  }
}
header #logo {
  text-align: center;
}
header #logo img {
  width: clamp(160px, 35vw, 270px);
  height: auto;
}
header .scroll-down {
  position: absolute;
  bottom: 24px;
  padding-bottom: 24px;
  margin: auto;
  z-index: 10;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  display: block;
  left: 0;
  right: 0;
  width: 150px;
}
header .scroll-down span {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  animation: scrollDownAnim 1.2s ease-in-out infinite alternate;
}
header .scroll-down:hover {
  text-decoration: none;
}
header .scroll-down:hover span {
  bottom: -10px;
}
@keyframes scrollDownAnim {
  0% {
    bottom: -5px;
  }
  100% {
    bottom: 5px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.lineheight150 {
  line-height: 1.5;
}
.wrap-container {
  max-width: 1512px;
  margin: 0 auto;
  padding: clamp(48px, 6.4vw, 96px) var(--gutter-large);
}
@media (max-width: 768px) {
  .wrap-container {
    padding-bottom: 60px;
  }
}
.display-flex {
  display: flex;
  gap: 36px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .display-flex {
    flex-direction: row;
    gap: clamp(24px, 5.4vw, 96px);
  }
}
.w-col-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .w-col-6 {
    width: 50%;
  }
}
.fullwidth-image img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .fullwidth-image {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .fullwidth-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right bottom;
  }
}
#modello-wine-products {
  min-height: 100vh;
}
#modello-wine-products h2 {
  text-transform: uppercase;
  padding-bottom: var(--gutter-large);
}
#modello-wine-products .title-product,
#modello-wine-products .description-product,
#modello-wine-products .link-sheet {
  padding-top: var(--gutter);
}
#modello-wine-products .link-sheet {
  text-align: center;
}
#modello-wine-products .image-product {
  position: relative;
  overflow: hidden;
}
#modello-wine-products .image-product img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}
#modello-wine-products .image-product .img-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}
#modello-wine-products .image-product:hover .img-hover {
  opacity: 1;
}
#modello-wine-products .image-product:hover .img-default {
  opacity: 0;
}
#modello-masked-figure {
  background-color: #E1C990;
}
#modello-masked-figure .display-flex {
  align-items: center;
}
#modello-masked-figure .display-flex img {
  width: 100%;
  height: auto;
}
#modello-masked-figure .display-flex h3 {
  padding-bottom: var(--gutter-medium);
}
#contact {
  background-color: #BA9F5E;
}
#contact .display-flex {
  align-items: center;
}
@media (max-width: 768px) {
  #contact .display-flex {
    gap: 36px;
  }
}
#contact .contact-line {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 6px 0;
}
#contact .contact-line label {
  font-size: clamp(22px, 2.54vw, 32px);
  font-family: 'Lora', 'Open Sans', Helvetica, Arial, sans-serif !important;
  font-weight: 500;
  line-height: 1.1;
  padding: 0;
  margin: 0;
  text-transform: initial;
  line-height: 1.5;
}
#contact .contact-line a {
  color: #0B1319;
}
#contact .contact-line a:hover {
  color: #0B1319;
}
footer {
  background-color: #492E28;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
  padding: clamp(48px, 6.4vw, 96px) var(--gutter-large);
}
footer a {
  color: #FFFCF5;
  text-decoration: underline;
}
/*# sourceMappingURL=style.css.map */