@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css");
@import url("https://unpkg.com/lenis@1.3.4/dist/lenis.css");
@import url("variables.css");
@import url("typo.css");
@import url("header.css");
@import url("img.css");
@import url("btn.css");
@import url("footer.css");
@import url("swiper-bundle.min.css");
@import url("swiper-custom.css");
@import url("scroller.css");
@import url("form.css");
@import url("preloader.css");
html, body {
  padding: 0;
  margin: 0;
  color: var(--text-color);
  background: var(--cream-color);
  outline: none;
  scroll-behavior: auto !important;
}
* {
  outline: none !important;
}
/**utility**/
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul:last-child {
  margin-bottom: 0 !important;
}
li:last-child {
  margin-bottom: 0 !important;
}
div:last-child {
  margin-bottom: 0 !important;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
.flex-center {
  align-items: center !important;
}
.flex-end {
  align-items: flex-end !important;
}
.over-hidden {
  overflow: hidden !important;
}
.over-show {
  overflow: visible !important;
}
/*margin - padding*/
.m-top {
  margin-top: var(--regular-space) !important;
}
.m-top-xs {
  margin-top: var(--xs-space) !important;
}
.m-top-md {
  margin-top: var(--md-space) !important;
}
.m-top-lg {
  margin-top: var(--lg-space) !important;
}
.m-top-xl {
  margin-top: var(--xl-space) !important;
}
.m-bottom {
  margin-bottom: var(--regular-space) !important;
}
.m-bottom-xs {
  margin-bottom: var(--xs-space) !important;
}
.m-bottom-md {
  margin-bottom: var(--md-space) !important;
}
.m-bottom-lg {
  margin-bottom: var(--lg-space) !important;
}
.m-bottom-xl {
  margin-bottom: var(--xl-space) !important;
}
.m-left {
  margin-left: var(--regular-space) !important;
}
.m-left-xs {
  margin-left: var(--xs-space) !important;
}
.m-left-md {
  margin-left: var(--md-space) !important;
}
.m-left-lg {
  margin-left: var(--lg-space) !important;
}
.m-left-xl {
  margin-left: var(--xl-space) !important;
}
.m-right {
  margin-right: var(--regular-space) !important;
}
.m-right-xs {
  margin-right: var(--xs-space) !important;
}
.m-right-md {
  margin-right: var(--md-space) !important;
}
.m-right-lg {
  margin-right: var(--lg-space) !important;
}
.m-right-xl {
  margin-right: var(--xl-space) !important;
}
hr {
  max-width: calc(100% - 0px);
  border-color: var(--red-color);
  margin: var(--xl-space) auto;
  opacity: 1;
}
/**end utility**/
/**utility color**/
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-black {
  background-color: var(--black-color) !important;
  color: var(--white-color) !important;
}
.bg-black p {
  color: rgba(255,255,255,.55) !important;
}
.bg-red {
  background-color: var(--red-color) !important;
}
.color-white {
  color: var(--white-color) !important;
}
.color-black {
  color: var(--black-color) !important;
}
.color-red {
  color: var(--red-color) !important;
}
/**end utility color**/
/**grid setting**/
.container-main {
  position: relative;
  z-index: 1;
}
section {
  position: relative;
  margin: 0 auto;
  margin-bottom: var(--xl-space);
}
section.section-first {}
.hero-pin {
  position: relative;
  margin-bottom: var(--lg-space);
}
.content-scroll {
  position: relative;
  z-index: 2;
  background-color: var(--cream-color);
}
section.section-first-page {
  padding-top: calc(var(--header-height) + var(--lg-space));
}
section.section-pad {
  padding: var(--xl-space) 0;
}
section.half-bg::after {
  content: "";
  background-color: var(--black-color);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  z-index: 1;
}
.hero-pin section {
  margin-bottom: 0 !important;
}
.container {
  position: relative;
  width: 95%;
  max-width: var(--container-width);
  margin: 0 auto;
  margin-bottom: var(--lg-space);
}
@media screen and (min-width: 992px) {
  .container.container-full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.container.container-mini {
  max-width: 1200px;
}
.row {
  margin-bottom: var(--lg-space);
}
.no-gutters {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1200px) {
  .container .row {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .container .row > .col, .container .row > [class*=col-] {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.row.margin-row {
  margin-bottom: -2rem !important;
}
.row.margin-row > .col, .row.margin-row > [class*=col-] {
  margin-bottom: 2rem !important;
}
.row.grid-row {
  margin-bottom: -15px !important;
  margin-right: -7.5px !important;
  margin-left: -7.5px !important;
}
.row.grid-row > .col, .row.grid-row > [class*=col-] {
  margin-bottom: 15px !important;
  padding-right: 7.5px;
  padding-left: 7.5px;
}
/*****/
.row.row-grid {
  margin-bottom: 5px;
}
.row.grid-img {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.grid-img > .col, .row.grid-img > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.row.grid-img .col-grid-img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
/**end grid setting*/
/**page**/
.banner-hero {
  position: relative;
  width: 100%;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
  min-height: 100svh; /* iOS Safari: esclude la chrome bar dal calcolo dell'altezza */
}
.banner-hero-page {
  min-height: 60vh;
  align-items: center;
}
/*.banner-hero-page-top {
  height: 70vh;
  min-height: 600px;
}*/
.banner-hero-inside {
  position: relative;
  width: 100%;
  padding-bottom: var(--lg-space);
}
.banner-hero-page .banner-hero-inside {
  margin: 0;
  padding: 0;
}
.banner-full {
  min-width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.scroll {
  display: block;
  position: absolute;
  left: 5%;
  bottom: var(--lg-space);
  width: 20px;
  height: 100px;
  z-index: 3;
}
.scroll-inside {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
  background-color: transparent;
  background-image: url("../img/icon/arrow-white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1450px) {
  .scroll {
    /*display: none;*/
  }
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product {
  display: block;
  width: 15%;
}
.product-card .product {
  width: 100%;
}
.product-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 3;
  margin: 0 auto;
}
.product-img img {
  max-height: 100%;
  max-width: 100%;
}
.swiper .product-img {
	width: auto;
	height: var(--wine-img);
}

@media screen and (max-width: 767px) {
  .product {
    width: 50%;
  }
.product-img {
	width: auto;
	height: var(--wine-img);
}
}
.product-img.product-img-page {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  aspect-ratio: auto;
  height: 100vh;
  border: none;
}
.product-img.product-img-page img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .product-img.product-img-page {
    height: auto;
  }
  .product-img.product-img-page img {
    max-width: 80%;
    max-height: 70vh;
  }
}
.product-text {
  position: relative;
  margin: 0 auto;
  padding: var(--md-space) 0;
  text-align: center;
  color: var(--red-color);
  font-size: 1rem;
}
.product-text span.subtitle {
  font-size: 15px;
  letter-spacing: 0;
	text-transform: none;
}
@media screen and (min-width: 992px) {
  .product-img:not(.product-img-page) img {
    transition: transform 1.5s;
  }
  .product:hover img {
    transform: scale(.95);
  }
}
.box-grid {
  gap: 30px;
}
.box-card {
  border-left: 1px solid var(--red-color);
  border-top-width: 2px;
  height: 100%;
}
.box-card-inner {
  padding: 0rem 1.5rem;
}
.box-desc {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.title-box {
	font-size: 1.25rem;
	padding-top: 1rem;
padding-bottom: 1rem;
	border-top: 1px solid var(--red-color);
	border-bottom: 1px solid var(--red-color);
	text-transform: uppercase;
	font-weight: 400;
}
/**menu wine**/
ul.menu-wine {
  display: flex;
  justify-content: center;
  gap: 20px;
}
ul.menu-wine li {
  width: auto;
  text-align: center;
}
ul.menu-wine li::after {
  content: "";
  width: 25px;
  height: 1px;
  background: var(--red-color);
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
ul.menu-wine li:last-child::after {
  display: none;
}
ul.menu-wine li a {
  font-family: "Hanken Grotesk", sans-serif;
  font-size: var(--xxs-text);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--red-color);
  display: inline-block;
  vertical-align: middle;
}
ul.menu-wine li a span {
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid transparent;
}
ul.menu-wine li a.active span {
  border-bottom: 1px solid var(--red-color);
}
@media screen and (min-width: 992px) {
  ul.menu-wine li a:hover span {
    border-bottom: 1px solid var(--red-color);
  }
}
@media screen and (max-width: 767px) {
  ul.menu-wine {
    flex-wrap: wrap;
    gap: 5px;
  }
  ul.menu-wine li {
    width: 100%;
  }
  ul.menu-wine li::after {
    display: none;
  }
}
/**end page**/
/*scrollbar*/ ::-webkit-scrollbar {
  width: 8px;
  background: #00000050;
}
::-webkit-scrollbar-track {
  box-shadow: none;
}
::-webkit-scrollbar-thumb {
  background: var(--black-color);
  border-radius: 0;
}
/*selection*/ ::-moz-selection {
  color: white;
  background: black;
}
::selection {
  color: white;
  background: black;
}
/*end selection*/
/*******global responsive*********/
@media screen and (max-width: 1920px) {
  :root {}
  html, body {
    font-size: 20px;
  }
}
@media screen and (max-width: 1450px) {
  :root {}
  html, body {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-lg {
    display: none !important;
  }
  .align-center-lg {
    text-align: center !important;
  }
  .align-left-lg {
    text-align: left !important;
  }
  .m-top-lg-m {
    margin-top: var(--md-space) !important;
  }
}
@media screen and (max-width: 991px) {
  :root {}
  html, body {
    font-size: 18px;
  }
  .hide-md {
    display: none !important;
  }
  .hide-desktop {
    display: block !important;
  }
  .align-center-md {
    text-align: center !important;
  }
  .align-left-md {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m {
    margin-top: var(--lg-space) !important;
  }
}
@media screen and (max-width: 767px) {
  :root {}
  html, body {
    font-size: 16px;
  }
  .hide-sm {
    display: none !important;
  }
  .align-center-sm {
    text-align: center !important;
  }
  .align-left-sm {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
}
@media screen and (max-width: 575px) {
  :root {}
  html, body {
    font-size: 16px;
  }
  .hide-xs {
    display: none !important;
  }
  .align-center-xs {
    text-align: center !important;
  }
  .align-left-xs {
    text-align: left !important;
  }
  .m-top-lg-m, .m-top-md-m, .m-top-sm-m, .m-top-xs-m {
    margin-top: var(--lg-space) !important;
  }
  footer .m-top-sm-m {
    margin-top: var(--regular-space) !important;
  }
  footer .m-top-xs-m {
    margin-top: var(--regular-space) !important;
  }
}