:root {
  /*Setting Color*/
  --white-color: #FFFFFF;
  --black-color: #101010;
  --gray-color: #AAA5A5;
  --yellow-color: #A67845;
  --yellowlight-color: #C2A078;
  --yellowlight-color: #A67845;
  --brown-color: #613D30;
  --light-color: #F5EFE7;
  --orange-color: #965837;
  /*Setting Font*/
  --little-text: 0.75rem;
  --regular-text: 1.1rem;
  --medium-text: 1.5rem;
  --big-text: 2.5rem;
  /*Setting Space*/
  --regular-space: 2rem;
  --medium-space: 5rem;
  --big-space: 10rem;
}
html, body {
  padding: 0px;
  margin: 0px;
  color: var(--gray-color);
  outline: none;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  background-color: var(--black-color);
  font-family: "Times New Roman", "serif"
}
html, body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  -moz-osx-font-smoothing: grayscale;
}
* {
  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;
}
.nopaddingtop {
  padding-top: 0 !important;
}
.nopaddingbottom {
  padding-bottom: 0 !important;
}
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: hidden;
  padding: 0;
}
section {
  position: relative;
  margin-bottom: var(--big-space);
}
section.section-first {
  padding-top: calc(var(--big-space) * 2);
}
section.section-pad {
  padding: var(--big-space) 0;
}
section.section-gallery {
  padding-left: 10% !important;
}
.container {
  width: 1500px;
  max-width: 80%;
  padding: 0;
  margin-bottom: var(--big-space);
  z-index: 2;
}
.container:last-of-type {
  margin-bottom: 0;
}
.container.container-full {
  width: 100%;
  max-width: 100%;
}
.wrapper {
  padding: 0;
  overflow: hidden;
}
.row {
  position: relative;
  margin-bottom: var(--big-space);
}
.row.row-mini {
  margin-bottom: var(--medium-space);
}
.row:last-of-type {
  margin-bottom: 0;
}
.el-margin {
  margin-top: var(--medium-space);
}
.el-margin-mini {
  margin-top: var(--regular-space);
}
.col-pad {
  padding: var(--medium-space);
}
.col-pad-full {
  padding: 5rem;
}
.m-bottom {
  margin-bottom: var(--medium-space);
}
hr {
  border-color: var(--black-color);
}
.bg-brown {
  background-color: var(--brown-color) !important;
}
.bg-orange {
  background-color: var(--orange-color) !important;
}
.bg-yellow {
  background-color: var(--yellowlight-color) !important;
}
.bg-white {
  background-color: var(--white-color) !important;
}
.bg-light {
  background-color: var(--light-color) !important;
}
.bg-light h1, .bg-light h2, .bg-light h3, .bg-light h4, .bg-light p {
  color: var(--black-color);
}
.bg-yellow h1, .bg-yellow h2, .bg-yellow h3, .bg-yellow h4, .bg-yellow p {
  color: var(--black-color);
}
.bg-brown h4, .bg-brown p {
  color: var(--black-color);
}
.bg-orange h4, .bg-orange p {
  color: var(--black-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;
}
/**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;
}
.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.3;
  margin-bottom: var(--regular-space);
  font-weight: 400;
  font-style: normal;
}
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
  margin-bottom: 0;
}
h1, h3, h4 {
  font-size: var(--big-text);
  font-family: "turquoise", serif;
  color: var(--white-color);
}
h2 {
  font-size: var(--little-text);
  color: var(--yellow-color);
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
h3 {
  font-size: var(--medium-text);
  color: var(--yellow-color);
}
p {
  font-size: var(--regular-text);
  margin-bottom: var(--regular-space);
}
p a {
  font-weight: 700;
  text-decoration: none;
}
p:last-child, p:last-of-type {
  margin-bottom: 0;
}
strong, b {
  font-weight: 700;
}
blockquote {
  padding: 0;
  font-size: var(--regular-text);
  margin-bottom: var(--regular-space);
  font-style: italic;
  color: var(--yellow-color);
}
.little-text {
  font-size: var(--little-text);
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
/*end typo*/
/*img*/
figure {
  position: relative;
  margin-bottom: 2.5rem;
  width: 100%;
  overflow: hidden;
}
figure:last-of-type {
  margin-bottom: 0;
}
figure.img-box {
  height: 600px;
  min-height: 600px;
}
figure.img-box-mini {
  height: 450px;
  min-height: 450px;
}
figure.img-mini {
  height: 320px;
  min-height: 320px;
}
figure.img-big {
  height: 70vh;
  min-height: 750px;
  margin-bottom: 0;
}
figure.img-gallery {
  height: 600px;
  width: 450px;
  margin-bottom: 0;
}
figure.img-hero {
  height: 100vh;
  height: 100svh;
  min-height: 800px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0.8;
  z-index: 2;
}
/*end img*/
/*btn*/
.btn-more {
  position: relative;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: transparent;
  padding: 0;
  margin-top: var(--regular-space);
  transition: background 0.3s;
  overflow: hidden;
}
.btn-more span {
  display: block;
  font-size: var(--little-text);
  color: var(--yellow-color);
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  transition: color 0.6s;
  padding-bottom: 3px;
  z-index: 2;
}
.btn-more span::before {
  content: "";
  display: block;
  vertical-align: middle;
  width: 100%;
  height: 1px;
  background-color: var(--yellow-color);
  /**/
  position: absolute;
  bottom: 0;
  left: 0;
}
.btn-more.btn-white span {
  color: var(--white-color);
}
.btn-more.btn-white span::before {
  background-color: var(--white-color);
}
@media only screen and (min-width: 992px) {}
/*end btn*/
/*home*/
.banner-hero {
  position: absolute;
  padding: 0 3rem;
  width: 100%;
  max-width: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 4;
}
.banner-hero .logo-banner {
  width: 500px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 2.5rem;
}
.banner-hero .logo-banner img {
  width: 100%;
}
.logo-big {
  position: absolute;
  bottom: 0%;
  right: -15%;
  width: 40%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.logo-big img {
  width: 100%;
}
.map {
  position: absolute;
  bottom: 0%;
  right: 0;
  width: 60%;
  height: 100%;
  mix-blend-mode: multiply;
  z-index: 1;
}
.map img {
  position: absolute;
  max-width: 100%;
  max-height: 90%;
  top: 50%;
  transform: translateY(-50%);
  right: -2%;
}
/*end home*/
/*page*/
.card-swipe {
  width: 400px;
}
.list-features {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--yellow-color);
}
.list-features .little-text {
  color: var(--yellow-color);
  margin-bottom: 0.5rem;
}
.list-features .little-text span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25rem;
  font-size: 30px;
  margin-top: -5px;
}
.box-visit {
  padding-bottom: var(--medium-space);
  margin-bottom: var(--medium-space);
  border-bottom: 1px solid var(--black-color);
}
.box-visit:first-of-type {
  padding-top: var(--medium-space);
  border-top: 1px solid var(--black-color);
}
.box-visit:last-of-type {
  margin-bottom: 0;
}
.box-visit .little-text {
  margin-top: var(--regular-space);
  color: var(--black-color);
}
.box-visit .little-text strong {
  color: var(--yellow-color);
}
/*end page*/
/*wine*/
.container-wine {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -3rem;
}
a.box-wine {
  display: block;
  width: 30%;
  text-decoration: none;
  margin-bottom: var(--regular-space);
}
.img-wine {
  position: relative;
  width: 100%;
  height: 600px;
  padding: 2rem;
  text-align: center;
}
.img-wine img {
  display: inline-block;
  position: relative;
  height: 100%;
  z-index: 2;
}
.img-wine::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.text-wine {
  font-family: "turquoise", serif;
  color: var(--black-color);
  padding: 1.5rem 0;
  padding-bottom: 1.5rem;
  text-decoration: none;
  font-size: 1.6rem;
  border-bottom: 1px solid var(--black-color);
}
.text-wine span {
  display: block;
  font-size: var(--little-text);
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  a.box-wine {
    width: 48%;
  }
  a.box-wine.box-wine-home {
    width: 100%;
  }
}
@media (max-width: 767px) {
  a.box-wine {
    width: 100%;
  }
  .img-wine {
    height: 450px;
  }
}
.desc-wine {
  padding: 0 10%;
  padding-top: var(--medium-space);
}
.desc-wine p strong {
  font-weight: 400;
  text-transform: uppercase;
  color: var(--yellow-color);
}
.img-wine-big {
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  min-height: 600px;
  padding-top: var(--medium-space);
  text-align: center;
}
.img-wine-big img {
  display: inline-block;
  position: relative;
  height: 100%;
  z-index: 2;
}
.img-wine-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  background: rgb(194, 160, 120);
  background: linear-gradient(180deg, rgba(194, 160, 120, 0.80) 0%, rgba(194, 160, 120, 0) 100%);
}
.row-awards {
  font-family: "futura-pt", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  font-size: 0.85rem;
  color: var(--black-color);
  padding: 10px 0;
  border-bottom: 1px dotted var(--yellow-color);
  align-items: center;
}
.row-awards:first-of-type {
  padding-top: 0.5rem;
  border-top: 1px dotted var(--yellow-color);
}
.row-awards:last-of-type {
  margin-bottom: 0;
  border-bottom: 0;
}
.row-awards div {
  width: 60%;
  padding: 0 15px;
}
.row-awards div:first-of-type {
  width: 20%;
  padding: 0;
}
.row-awards div:last-of-type {
  color: var(--black-color);
  width: 20%;
  padding: 0;
  text-align: right;
}
.row-awards div:nth-child(2) {
  text-align: left;
}
.row-awards strong {
  font-weight: 400;
}

.row-awards.row-awards-image div:first-of-type {
  width: 10%;
  padding: 0;
}
.row-awards.row-awards-image div:nth-child(2){
  width: 20%;
}
.row-awards.row-awards-image div:nth-child(3) {
  width: 50%;
}
.awards-header {
  cursor: pointer;
  color: var(--yellow-color);
  padding: 10px 0;
  font-weight: 600;
  border-top: 1px solid var(--yellow-color);
}
.awards-header span {
  vertical-align: middle;
  float: right;
}
.awards-header[aria-expanded='true'] span {
  transform: rotate(-45deg);
}
.awards-image {
	max-height: 25px;
	max-width: 70px;
	mix-blend-mode: multiply;
}
#accordion .row.row-mini {
  margin-bottom: 0 !important;
}
#accordion .row.row-mini:last-of-type .row-awards:last-of-type {
  border-bottom: 1px dotted var(--yellow-color);
}
@media (max-width: 767px) {
  .row-awards {
    font-size: 0.75rem;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .row-awards div {
    width: 70%;
    padding: 0;
  }
  .row-awards div:first-of-type {
    width: 70%;
	margin-top: 8px;
	margin-bottom: 8px;
    padding: 0;
  }
  .row-awards div:last-of-type {
    width: 30%;
    text-align: right;
  }
  .row-awards div:nth-child(2) {
    text-align: left;
  }
	
.row-awards.row-awards-image div:first-of-type {
    width: 70%;
	margin-bottom: 10px;
}
.row-awards.row-awards-image div:nth-child(2){
    width: 70%;
	margin-bottom: 10px;
}
.row-awards.row-awards-image div:nth-child(3) {
    width: 70%;
}
}
/*end wine*/
/*margin hack*/
.row.remove-margin-list {
  margin-bottom: -5rem !important;
}
.row.remove-margin-list > [class*=col-] {
  margin-bottom: 5rem;
}
/*end margin hack*/
/*swiper*/
.swiper-button-next {
  position: relative;
  right: auto;
  left: auto;
  top: auto;
  bottom: auto;
  margin-top: 20px;
  width: 35px;
  height: 35px;
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-next .material-symbols-outlined {
  font-size: 30px;
  color: var(--black-color);
}
/*end swiper*/
/*footer*/
footer {
  padding: var(--big-space) 0;
  padding-bottom: 0;
  background-color: var(--yellowlight-color);
}
footer .footer-container {
  padding: 0 30px;
}
footer .footer-row {
  margin-bottom: var(--big-space);
}
footer .footer-row:last-of-type {
  margin-bottom: 0;
}
footer .footer-row ul {
  text-align: center;
}
footer .footer-row ul li {
  display: inline-block;
  margin: 0 0.5rem;
}
footer .footer-row ul li a {
  font-size: var(--regular-text);
  font-family: "turquoise", serif;
  text-transform: uppercase;
  color: var(--black-color);
}
footer .footer-row-inside {
  padding: var(--regular-space) 0;
  border-top: 1px solid var(--black-color);
}
footer .little-text {
  margin-bottom: 1rem;
  color: var(--black-color);
}
footer .little-text:last-of-type {
  margin-bottom: 0;
}
.logo-footer {
  display: block;
  width: 350px;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.logo-footer img {
  width: 100%;
}
/*end footer*/
/*preloader*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--black-color);
  width: 100%;
  height: 100%;
  z-index: 999000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s, transform 1s;
  pointer-events: none;
}
.is-complete .preloader {
  transition-delay: 0;
  opacity: 0;
}
/*end preloader*/
/*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;
}