:root {
  --black-color: #222222;
  --white-color: #FFFFFF;
  --red-color: #B7052A;
  --darkred-color: #971f2b;
  --brown-color: #E3DED8;
  --light-color: #F6F5EE;
  /**/
  --little-text: 0.85rem;
  --regular-text: 1.1rem;
  --medium-text: 1.35rem;
  --big-text: 1.5rem;
  --cursive-text: 2rem;
  --extra-text: 2.8rem;
  --footer-text: 0.65rem;
}
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--black-color);
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  background-color: var(--white-color);
  font-family: niveau-grotesk, sans-serif;
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}
* {
  outline: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}
._block {
  display: block !important;
}
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
.sticky-top {
  top: 100px;
  z-index: 1;
}
dl, ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/*li:last-of-type {
  margin-bottom: 0 !important;
}*/
/**main setting**/
.container-main {
  position: relative;
  overflow: unset;
  overflow: hidden;
}
section {
  position: relative;
  padding: 12rem 0;
}
section.section-first {
  height: 105vh;
  min-height: 950px;
  padding-bottom: 0;
  padding-top: 0;
}
section.section-first-page {
  padding-top: 16rem;
}
section.section-bigpad {
  padding: 16rem 0;
}
section.section-hero {
  padding-top: 20rem;
  background-color: var(--brown-color);
  background: linear-gradient(180deg, rgba(227, 222, 216, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 12rem;
}
.container:last-of-type {
  margin-bottom: 0;
}
.container.container-center {
  width: 1200px;
  max-width: 90%;
	
}
.wrapper {
  padding: 0;
  overflow: hidden;
}
.container-fluid {
  padding: 0;
}
.row {
  position: relative;
  margin-bottom: 8rem;
}
.row.row-mini {
  margin-bottom: 4rem;
}
.row:last-of-type {
  margin-bottom: 0;
}
.el-margin {
  margin-top: 5em;
}
.el-margin-text {
  margin-top: 2.5em;
}
.col-pad {
  padding: 0 8rem;
}
.separator {
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: var(--red-color);
  margin: 0 auto;
}
.bg-brown {
  background-color: var(--brown-color);
  background: linear-gradient(180deg, rgba(227, 222, 216, 1) 50%, rgba(255, 255, 255, 1) 100%);
}
.bg-red {
  background-color: var(--darkred-color);
  background: linear-gradient(180deg, rgba(151, 31, 43, 1) 0%, rgba(199, 4, 4, 1) 100%);
  background: linear-gradient(180deg, rgba(151, 31, 43, 1) 0%, rgba(147, 5, 5, 1) 100%);
}
.m-bottom {
  margin-bottom: 8rem;
}
.red-color {
	color: var(--red-color);
}
/**end main setting**/
/**hackrow*/
.big-gutters {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.big-gutters > .col, .big-gutters > [class*=col-] {
  padding-right: 5rem;
  padding-left: 5rem;
}
.row {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.row > .col, .row > [class*=col-] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
.no-gutters {
  margin-right: -0 !important;
  margin-left: -0 !important;
}
.no-gutters>.col, .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}
.row.row-little {
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.row.row-little > .col, .row.row-little > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
/**end hackrow*/
/**image setting**/
.cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.cover.cover-top {
  object-position: top;
}
.cover.cover-bottom {
  object-position: bottom right;
}
.cover.cover-right {
  object-position: right;
}
.cover.cover-left {
  object-position: left;
}
.img-free, .img-free img {
  width: 100%;
  max-width: 100%;
}
/*end image setting*/
/*typo*/
h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0 0 0 0;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, h2 {
  /*text-transform: uppercase;*/
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: var(--extra-text);
  color: var(--red-color);
  line-height: 1.35;
  letter-spacing: 0.06rem;
}
h3 {
  font-size: var(--big-text);
  color: var(--red-color);
  font-weight: 400;
}
h4 {
  color: var(--red-color);
  font-size: var(--little-text);
	font-weight: 400;
  margin-bottom: 1.5rem;
}
.bg-red h1, .bg-red h2, .bg-red h3, .bg-red h4 {
  color: var(--white-color);
}
p {
  font-size: var(--regular-text);
  margin-bottom: 1rem;
}
p a {
  font-weight: 500;
}
p strong {
  font-weight: 500;
  color: var(--red-color);
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
.text-intro {
  margin-top: 2.5rem;
}
.text-intro:first-child {
  margin-top: 0;
}
.text-intro p, p.text-intro {
  font-family: 'Mrs Saint Delafield', cursive;
  font-size: var(--cursive-text);
}
strong, b {
  font-weight: 500;
}
.bg-red p, .bg-red p strong {
  color: var(--white-color);
}
/*end typo*/
/*btn*/
.btn-more {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 2rem;
  background-color: transparent;
  border: 1px solid var(--black-color);
  padding: 0;
  margin-top: 2.5rem;
  transition: border 0.3s;
  overflow: hidden;
}
.btn-more span {
  display: block;
  color: var(--black-color);
  font-size: var(--little-text);
  transition: color 0.6s;
  padding: 0.5rem 1rem 0.5rem 1rem;
  min-width: 160px;
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .btn-more:hover {
    border-color: var(--red-color);
  }
  .btn-more:hover span {
    color: var(--red-color);
  }
}
.bg-red .btn-more {
  border: 1px solid var(--white-color);
}
.bg-red .btn-more span {
  color: var(--white-color);
}
/*end btn*/
/*home*/
.claim {
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 30%;
  z-index: 3;
}
.claim h1, .claim h4 {
  color: var(--white-color);
}
.hero-banner {
  position: absolute;
  padding: 0 5rem;
  width: 100%;
  top: 50%;
}
.hero-banner-inside {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}
.arrow-scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  cursor: pointer;
}
.arrow-scroll img {
  width: 100%;
}
/*end home*/
/*page*/
.tag-big {
  position: absolute;
  bottom: 20%;
  text-align: center;
  font-size: 12rem;
  line-height: 2;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  z-index: 100;
  opacity: 0.1;
  max-width: 100%;
  width: 100%;
      pointer-events: none;
  overflow: hidden;
}
.tag-big-left {
  left: 1rem;
}
.tag-big-right {
  right: 1rem;
}
/*end page*/
/*box wine*/
/*wine*/
.box-wine {
  display: block;
  position: relative;
  margin-bottom: 4rem;
  padding-bottom: 2rem;
}
.box-wine::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  height: 30%;
  width: 90%;
  background-color: var(--red-color);
  transition: all 0.3s;
  /**/
  display: none;
}
@media only screen and (min-width: 992px) {
  .box-wine:hover::after {
    height: 50%;
  }
}
figure.img-wine {
  padding-top: 8rem;
  height: auto;
}
figure.img-wine img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.box-wine figure.img-wine {
  padding-top: 0;
  height: 800px;
  z-index: 1;
}
.box-wine .text-wine {
  padding: 0.75rem 1.5rem;
  background-color: var(--black-color);
  font-size: var(--little-text);
  color: var(--light-color);
  z-index: 2;
  /**/
  display: none;
}
.dati-wine {
  padding: 5rem;
  margin-bottom: 3rem;
}
.dati-wine:nth-child(odd) {
	background-color: rgba(0,0,0,0.1);
}
.dati-wine h4 {
  color: var(--white-color);
}
.dati-wine p {
  padding-bottom: 1rem;
  border-bottom: 1px dotted  rgba(0, 0, 0, 0.6);
}
.dati-wine p:last-of-type {
  padding-bottom: 0;
  border-bottom:none;
}
.dati-wine p strong {
  font-weight: 400;
  color: var(--white-color);
}
.dati-vineyard {
  padding: 3rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.dati-vineyard ul li {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
  color: var(--white-color);
}
.dati-vineyard ul li:last-of-type {
  margin-bottom: 0;
}
.dati-vineyard strong {
  font-weight: 400;
}
.img-vineyard {
	position: absolute;
	width:50%;
	height: 100%;
	right:0;
	top:0;
	overflow: hidden;
	    mix-blend-mode: multiply;
    filter: sepia(1);
	/**/
	display: none;
}
.img-vineyard img {
	max-width: 100%;
	max-height: 100%;
	right: 0;
	position: absolute;
}
/*end box wine*/
/* storia */
.box-history {
  width: 550px;
}
.box-history-inside {
  padding: 5rem;
  padding-top: 2.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.number-history {
  font-family: "Times New Roman", "serif";
  font-weight: 700;
  font-size: 10rem;
  color: var(--white-color);
}
/* end storia */
/*team*/
.box-team {
	margin-bottom: 4rem;
}
.text-team {
	padding: 2rem 0rem;
}
.text-team h3 {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
	margin-bottom: 0.5rem;
}
/*end team*/
/*margin hack*/
.row.remove-margin-list {
  margin-bottom: -4rem !important;
}
.row.remove-margin-list > [class*=col-] {
  margin-bottom: 4rem;
}
/*end margin hack*/
/*img*/
figure {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0;
}
figure.img-box {
  height: 1000px;
  min-height: 1000px;
}
figure.img-gallery {
  height: 600px;
}
figure.img-big {
  height: 1000px;
  min-height: 1000px;
}
figure.img-hero {
  height: 100%;
  min-height: 100%;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 1.00);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  opacity: 1;
  z-index: 2;
}
/*end img*/
/*footer*/
footer {
  background-color: var(--red-color);
  background: linear-gradient(180deg, rgba(151, 31, 43, 1) 0%, rgba(199, 4, 4, 1) 100%);
  background: linear-gradient(180deg, rgba(151, 31, 43, 1) 0%, rgba(147, 5, 5, 1) 100%);
  padding: 5rem 8rem;
  margin-top: 12rem;
  color: var(--white-color);
}
.footer-navbar {
  padding: 2rem 0;
  border-bottom: 1px solid var(--white-color);
  width: 100%;
}
.footer-navbar:first-child {
  border-top: 1px solid var(--white-color);
}
footer .logo-footer {
  display: block;
  width: 100%;
  margin: 0 auto;
}
footer .logo-footer img {
  width: 100%;
}
footer .row {
  margin-bottom: 5rem;
}
footer p {
  font-size: var(--footer-text);
  color: var(--white-color);
  text-transform: uppercase;
}
footer p strong, footer p a {
  font-weight: 400;
	color: var(--white-color);
}
footer .nav-inside ul li a span, footer .nav-inside ul li a:hover span {
  color: var(--white-color);
}
/*end footer*/
.swiper-slide {
  display: block;
}
.swiper-container-nav {
  margin-bottom: 4rem;
}
.swiper-button-next, .swiper-button-prev {
  position: relative;
  width: 5rem;
  height: 2rem;
  margin: 0 auto;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  background-image: url("../img/icon/arrow.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center left;
  transition: opacity 0.3s;
}
.bg-red .swiper-button-next, .bg-red .swiper-button-prev {
  background-image: url("../img/icon/arrow-white.svg");
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper.gallerySwiperWine .box-wine {
  margin: 0 0;
  width: 450px;
}
.swiper.galleryHistory .swiper-button-next {
  margin: 0;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .15);
  position: relative;
  margin-top: 2.5rem;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 1px;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--red-color);
}
.gallerySingleWine .swiper-container-nav {
  position: absolute;
  height: 38px;
  width: 100%;
  top: 35px;
  left: 0;
}
.gallerySingleWine .swiper-container-nav .swiper-pagination-bullets.swiper-pagination-horizontal {
  text-align: center;
}
.gallerySingleWine .swiper-container-nav .swiper-pagination-bullet {
  display: inline-block;
  width: auto;
  padding: 0.15rem 0.7rem;
  font-size: 0.75rem;
  height: auto;
  border-radius: 3px;
  color: var(--red-color);
  background-color: transparent;
  border: 1px solid var(--red-color);
  opacity: 1;
}
.gallerySingleWine .swiper-container-nav .swiper-pagination-bullet-active {
  background-color: var(--red-color);
  color: var(--white-color);
}
/*end swiper gallery*/

/*selection*/
::-moz-selection {
  color: white;
  background: black;
}
::selection {
  color: white;
  background: black;
}
/*end selection*/
.iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
	display: none !important;
}