::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F2F2;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
  background: #b09279;
  -webkit-border-radius: 0;
}

::-webkit-scrollbar-thumb:vertical:active, ::-webkit-scrollbar-thumb:horizontal:active {
  background: #b09279;
  -webkit-border-radius: 0;
}

body, html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font: 16px "Exo", sans-serif;
  color: #fff;
  text-align: left;
  background-color: #000;
}

p {
  margin: 0;
}

#language_picker_des_95 {
  display: none;
}

@media (max-width: 990px) {
  #cursorTracker {
    display: none;
  }
}
#cursorTracker .cursor {
  position: fixed;
  pointer-events: none;
  opacity: 0;
}
#cursorTracker .cursor-pointer {
  width: 38px;
  height: 38px;
  border: 1px solid #b09279;
  border-radius: 50%;
  top: -20px;
  left: -20px;
}
#cursorTracker .cursor-arrow-right, #cursorTracker .cursor-arrow-left {
  top: -35px;
  left: -35px;
}
#cursorTracker .cursor-arrow-left {
  transform: rotate(180deg);
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 145px;
  z-index: 81;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#header #logo {
  position: absolute;
  top: 13px;
  left: 36px;
}
@media (max-width: 767px) {
  #header #logo {
    top: 0;
    left: -10px;
  }
}
#header #logo img, #header #logo a {
  display: block;
}
@media (max-width: 576px) {
  #header #logo img {
    width: 160px;
    height: auto;
  }
}
#header #service {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
}
#header #language {
  padding-right: 26px;
}
#header #language ul {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  #header #language ul {
    margin-top: 21px;
  }
}
#header #language ul li {
  display: inline-block;
}
#header #language ul li a {
  display: block;
  color: #b09279;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0 14px;
  line-height: 75px;
  letter-spacing: 0.182em;
}
#header #fixed .fixed-left {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media (max-width: 990px) {
  #header #fixed .fixed-left {
    transform: none;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  #header #fixed .fixed-left {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
  }
}
#header #fixed .fixed-left .btn-hotel {
  width: 100px;
  height: 100px;
  background-color: #282828;
}
@media (max-width: 767px) {
  #header #fixed .fixed-left .btn-hotel {
    width: 50vw;
    height: auto;
    background-color: transparent;
  }
}
#header #fixed .fixed-left .btn-hotel a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #header #fixed .fixed-left .btn-hotel a {
    display: block;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 2.4em;
    padding: 1.3em 0;
    letter-spacing: 0.182em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.88em;
  }
}
#header #fixed .fixed-left .btn-hotel a img {
  width: 65px;
  height: auto;
}
@media (max-width: 767px) {
  #header #fixed .fixed-left .btn-hotel a img {
    display: none;
  }
}
#header #fixed .fixed-left .btn-hotel a .text {
  display: none;
}
@media (max-width: 767px) {
  #header #fixed .fixed-left .btn-hotel a .text {
    display: block;
  }
}
#header #fixed .fixed-right {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media (max-width: 990px) {
  #header #fixed .fixed-right {
    transform: none;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  #header #fixed .fixed-right {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 80%);
  }
}
#header #fixed .fixed-right .btn-prenota {
  width: 100px;
  height: 100px;
  background-color: #b09279;
}
@media (max-width: 767px) {
  #header #fixed .fixed-right .btn-prenota {
    width: 50vw;
    height: auto;
    background-color: transparent;
  }
}
#header #fixed .fixed-right .btn-prenota a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
  letter-spacing: 0.182em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.88em;
}
@media (max-width: 767px) {
  #header #fixed .fixed-right .btn-prenota a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 2.4em;
    padding: 1.3em 0;
  }
}

.badge-container {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  right: 5%;
  width: 189px;
  height: 200px;
  z-index: 10;
}
@media (max-width: 990px) {
  .badge-container {
    bottom: 130px;
    right: 25px;
    width: 150px;
    height: 159px;
  }
}
@media (max-width: 990px) and (max-height: 550px) {
  .badge-container {
    bottom: 55px;
    right: 10px;
    width: 110px;
    height: 119px;
  }
}
.badge-container .btn-menu {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 990px) {
  .badge-container .btn-menu a img {
    width: 150px;
    height: 159px;
  }
}
@media (max-width: 990px) and (max-height: 550px) {
  .badge-container .btn-menu a img {
    width: 110px;
    height: 119px;
  }
}

@media (max-width: 990px) {
  #nav {
    display: none;
  }
}
#nav #box-menu #menu {
  list-style: none;
  margin: 35px 0 0 0;
  padding: 0;
  display: flex;
}
#nav #box-menu #menu li {
  position: relative;
  overflow: hidden;
}
#nav #box-menu #menu li a {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.9em;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.182em;
}
@media (max-width: 1167px) {
  #nav #box-menu #menu li a {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
}
#nav #box-menu #menu li a span {
  border-bottom: 1px solid transparent;
  transition: all 0.7s ease-out;
  line-height: 1.8em;
  padding-bottom: 0.4em;
}
#nav #box-menu #menu li a:hover span {
  border-color: #fff;
}

#menupdf {
  position: relative;
  top: 35px;
  padding-right: 56px;
}
@media (max-width: 1167px) {
  #menupdf {
    padding-right: 22px;
  }
}
@media (max-width: 990px) {
  #menupdf {
    top: 37px;
  }
}
@media (max-width: 767px) {
  #menupdf {
    top: 24px;
  }
}
#menupdf a {
  height: 75px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.9em;
  box-sizing: border-box;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  letter-spacing: 0.182em;
}
@media (max-width: 1167px) {
  #menupdf a {
    padding-left: 1.1em;
    padding-right: 1.1em;
  }
}
#menupdf a span {
  border-bottom: 1px solid transparent;
  transition: all 0.7s ease-out;
  line-height: 1.8em;
  padding-bottom: 0.4em;
}
#menupdf a:hover span {
  border-color: #fff;
}

#foto {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-size: 0;
  height: 100vh;
}
#foto .list {
  height: 100%;
  overflow: hidden;
}
#foto .list img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#foto .list img:not(:first-child) {
  display: none;
}
#foto .decoration-separator {
  position: absolute;
  left: 0;
  bottom: -45px;
  height: 90px;
  width: 100%;
}
#foto .decoration-separator svg {
  width: 100%;
  height: 100%;
}

body.noPhoto #content .article {
  padding-top: 145px;
}

#content {
  position: relative;
  overflow: hidden;
  line-height: 2.1em;
}
#content p {
  margin: 2.1em 0;
}
#content a {
  color: #fff;
  transition: all 0.4s ease-out;
}
#content h1 {
  font-size: 65px;
  line-height: 1.34em;
  margin: 0.92em 0;
  text-transform: uppercase;
  font-weight: 200;
  text-align: center;
}
@media (max-width: 990px) {
  #content h1 {
    font-size: 47.45px;
  }
}
@media (max-width: 767px) {
  #content h1 {
    font-size: 27.3px;
  }
}
#content h1 .subtitle {
  display: block;
  font-size: 37px;
  font-weight: 300;
  line-height: 1.34em;
  margin: 0 0;
  color: #b09279;
  text-align: center;
  text-transform: none;
}
@media (max-width: 990px) {
  #content h1 .subtitle {
    font-size: 27.01px;
  }
}
@media (max-width: 767px) {
  #content h1 .subtitle {
    font-size: 19.24px;
  }
}
#content h2 {
  font-size: 37px;
  font-weight: 300;
  line-height: 1.34em;
  margin: 0.92em 0;
  color: #b09279;
  text-align: center;
}
@media (max-width: 990px) {
  #content h2 {
    font-size: 27.01px;
  }
}
@media (max-width: 767px) {
  #content h2 {
    font-size: 19.24px;
  }
}
#content h3 {
  font-size: 29px;
  font-weight: 300;
  line-height: 1.34em;
  margin: 0.92em 0;
}
@media (max-width: 990px) {
  #content h3 {
    font-size: 21.17px;
  }
}
@media (max-width: 767px) {
  #content h3 {
    font-size: 15.08px;
  }
}
#content .col-2 {
  columns: 2;
  column-rule: 1px solid rgba(176, 146, 121, 0.22);
  column-gap: 8vw;
  margin-top: 10.5vh;
}
@media (max-width: 767px) {
  #content .col-2 {
    columns: 1;
  }
}
#content .col-2 p {
  margin: 0;
  padding: 1.7em 0 0 0;
}
#content p.link {
  display: flex;
  margin: 2.6em 0;
  justify-content: center;
}
#content p.link a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.182em;
  padding: 1.2em 0;
  font-size: 23px;
  border: none;
  color: #fff;
}
#content p.link a > .text {
  position: relative;
  z-index: 21;
  display: block;
}
#content p.link a > .animation {
  background-color: #b09279;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transform: translate(-101%);
  z-index: 16;
}
#content .background-pattern {
  position: absolute;
  top: 0;
  left: 16%;
  right: 0;
  bottom: 0;
  background: url("../images/pattern-black.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #content .background-pattern {
    left: 0;
  }
}
#content .light-circle {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.33) 0%, rgba(255, 255, 255, 0.33) 14%, rgba(255, 255, 255, 0) 63%);
}
#content .article {
  position: relative;
}
#content .article .item-page {
  margin: 21vh auto;
  width: 70vw;
}
@media (max-width: 990px) {
  #content .article .item-page {
    width: 80vw;
  }
}
#content .article .item-page .content-menu {
  position: relative;
}
#content .article .item-page .content-menu > .inner {
  padding: 1.8vw 8vw;
  text-align: center;
}
#content .article .item-page .content-menu .col-2 {
  column-rule: transparent;
  column-gap: 5vw;
  margin-top: 5vh;
}
@media (max-width: 767px) {
  #content .article .item-page .content-menu .col-2 {
    columns: 1;
  }
}
#content .article .item-page .content-menu .col-2 img {
  width: 100%;
  height: auto;
}
#content .article .item-page .content-menu .col-2 p {
  margin: 0;
  padding: 1.7em 0 0 0;
}
#content .article .slider {
  padding: 21vh 0;
}
#content .section-item {
  position: relative;
}
#content .section-item h2 {
  font-size: 65px;
  text-transform: uppercase;
  font-weight: 200;
  color: #fff;
}
@media (max-width: 990px) {
  #content .section-item h2 {
    font-size: 47.45px;
  }
}
@media (max-width: 767px) {
  #content .section-item h2 {
    font-size: 27.3px;
  }
}
#content .section-item h3 {
  font-size: 37px;
  color: #b09279;
  text-align: center;
  margin-bottom: 10.5vh;
}
@media (max-width: 990px) {
  #content .section-item h3 {
    font-size: 27.01px;
  }
}
@media (max-width: 767px) {
  #content .section-item h3 {
    font-size: 19.24px;
    margin-bottom: 6.5vh;
  }
}
#content .section-item .content > .inner :first-child {
  margin-top: 0;
}
#content .section-item .content > .inner :last-child {
  margin-bottom: 0;
}
#content .section-item > .inner {
  margin: 21vh auto;
}
@media (max-width: 990px) {
  #content .section-item > .inner {
    margin: 14vh auto;
  }
}
#content .section-item.section-imageTextBox .light-circle {
  left: auto;
  right: -36vw;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox .light-circle {
    display: none;
  }
}
#content .section-item.section-imageTextBox .decoration-separator {
  position: relative;
  height: 270px;
  width: 100%;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextBox .decoration-separator {
    height: 220px;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox .decoration-separator {
    height: 110px;
  }
}
#content .section-item.section-imageTextBox .decoration-separator svg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
}
#content .section-item.section-imageTextBox > .inner {
  width: 70vw;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextBox > .inner {
    width: 80vw;
  }
}
#content .section-item.section-imageTextBox > .inner .section-before .content > .inner {
  margin-bottom: 10.5vh;
}
#content .section-item.section-imageTextBox > .inner .section-main {
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox > .inner .section-main {
    margin-left: -7vw;
    margin-right: -7vw;
  }
}
#content .section-item.section-imageTextBox > .inner .section-main .image .image-box {
  position: relative;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox > .inner .section-main .image .image-box {
    height: 65vh;
  }
}
#content .section-item.section-imageTextBox > .inner .section-main .image .image-box img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox > .inner .section-main .image .image-box img {
    height: 100%;
    object-fit: cover;
  }
}
#content .section-item.section-imageTextBox > .inner .section-main .content {
  position: absolute;
  left: 7vw;
  right: 7vw;
  bottom: -4vw;
}
@media (max-width: 1167px) {
  #content .section-item.section-imageTextBox > .inner .section-main .content {
    bottom: -15vw;
  }
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextBox > .inner .section-main .content {
    bottom: -19vw;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox > .inner .section-main .content {
    position: static;
    margin: -13vh 5vw 0 5vw;
  }
}
#content .section-item.section-imageTextBox > .inner .section-main .content > .inner {
  background: #fff url("../images/pattern-white.jpg") no-repeat;
  background-size: cover;
  color: #000;
  padding: 4.8vw;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextBox > .inner .section-main .content > .inner {
    position: relative;
  }
}
#content .section-item.section-imageTextBox > .inner .section-main .content a.winebutton {
  color: #000;
  background: #b09279;
  padding: 1em 2em;
  text-decoration: none;
  letter-spacing: 0.182em;
  text-transform: uppercase;
}
#content .section-item.section-imageTextCol .decoration-separator {
  position: absolute;
  top: 21vh;
  right: 0;
  height: 70px;
  width: 100%;
  z-index: 21;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .decoration-separator {
    top: 15vh;
  }
}
#content .section-item.section-imageTextCol .decoration-separator svg {
  width: 100%;
  height: 100%;
}
#content .section-item.section-imageTextCol .section-main {
  display: flex;
  padding-top: 10.5vh;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-main {
    flex-wrap: wrap;
  }
}
#content .section-item.section-imageTextCol .section-main .image {
  flex-basis: 50%;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-main .image {
    flex-basis: 60%;
  }
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextCol .section-main .image {
    flex-basis: 80%;
  }
}
#content .section-item.section-imageTextCol .section-main .image .image-box {
  position: relative;
}
#content .section-item.section-imageTextCol .section-main .image .image-box img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
#content .section-item.section-imageTextCol .section-main .content {
  flex-basis: 50%;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-main .content {
    flex-basis: 100%;
  }
}
#content .section-item.section-imageTextCol .section-main .content > .inner {
  margin: 25vh 16.2% 8vh 16.2%;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-main .content > .inner {
    margin: 8vh 10vw;
  }
}
#content .section-item.section-imageTextCol .section-text .inner {
  margin: 21vh auto;
  width: 70vw;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-text .inner {
    margin: 9vh auto 15vh auto;
    width: 80vw;
  }
}
#content .section-item.section-imageTextCol .section-after {
  margin: 21vh auto;
}
@media (max-width: 990px) {
  #content .section-item.section-imageTextCol .section-after {
    margin: 15vh auto;
  }
}
#content .section-item.section-imageTextCol .section-after .slider {
  padding: 21vh 0;
}
#content .section-item.section-imageTextCol .section-after .slider .background-pattern {
  left: 0;
  right: 36%;
}
@media (max-width: 767px) {
  #content .section-item.section-imageTextCol .section-after .slider .background-pattern {
    right: 0;
  }
}
#content .section-item.section-imageTextCol .section-after .slider .light-circle {
  left: auto;
  right: 0;
}
#content .section-item.section-textSliderFull .section-main .content .light-circle {
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  #content .section-item.section-textSliderFull .section-main .content .light-circle {
    top: 34%;
  }
}
#content .section-item.section-textSliderFull .section-main .content > .inner {
  width: 70vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (max-width: 990px) {
  #content .section-item.section-textSliderFull .section-main .content > .inner {
    width: 80vw;
  }
}
#content .section-item.section-textSliderFull .section-main .decoration-separator {
  height: 170px;
  width: 100%;
  z-index: 21;
  position: relative;
}
#content .section-item.section-textSliderFull .section-main .decoration-separator svg {
  position: absolute;
  left: 0;
  bottom: -35px;
  width: 100%;
  height: 70px;
}
#content .section-item.section-textSliderFull .section-main .decoration-separator.bottom {
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -35px;
}
#content .section-item.section-textSliderFull .section-main .decoration-separator.bottom svg {
  position: static;
  height: 100%;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner {
  height: 86vh;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .list {
  height: 100%;
  overflow: hidden;
  position: relative;
  background-color: #000;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .list .image-box {
  width: 100%;
  margin-right: 0;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .list .image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .hoverPanel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .hoverPanel .hoverLeft {
  flex-basis: 50%;
}
#content .section-item.section-textSliderFull .section-main .slider > .inner .hoverPanel .hoverRight {
  flex-basis: 50%;
}
@media (max-width: 767px) {
  #content .section-item.section-news .light-circle {
    display: none;
  }
}
#content .section-item.section-news .section-main > .content {
  padding-top: 10.5vh;
}
#content .section-item.section-news .section-main > .content .outer-list {
  position: relative;
}
#content .section-item.section-news .section-main > .content .outer-list .list-item {
  width: 100%;
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .image {
  width: 60%;
}
@media (max-width: 990px) {
  #content .section-item.section-news .section-main > .content .outer-list .list-item .inner .image {
    width: 100%;
  }
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .image img {
  width: 100%;
  height: auto;
  display: block;
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content {
  position: absolute;
  top: 0;
  right: 0;
  width: 46%;
  height: 100%;
}
@media (max-width: 990px) {
  #content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content {
    position: relative;
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    top: -9vh;
  }
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content > .inner {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  background: #fff url("../images/pattern-white.jpg") no-repeat;
  background-size: cover;
  color: #000;
  padding: 4.8vw;
}
@media (max-width: 990px) {
  #content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content > .inner {
    width: auto;
    position: static;
    transform: none;
  }
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content h3 {
  text-align: left;
  margin-bottom: 2.5vh;
}
#content .section-item.section-news .section-main > .content .outer-list .list-item .inner .content a {
  color: #000;
}
#content .section-item.section-news .section-main > .content .outer-list .slider-nav {
  position: absolute;
  left: 10vw;
  bottom: 5vh;
}
#content .section-item.section-news .section-main > .content .outer-list .slider-nav a, #content .section-item.section-news .section-main > .content .outer-list .slider-nav img {
  display: block;
}
@media (max-width: 767px) {
  #content .section-item.section-news .section-main > .content .outer-list .slider-nav {
    display: none;
  }
}
#content .slider {
  position: relative;
}
#content .slider .inner {
  height: 78vh;
  position: relative;
}
@media (max-width: 767px) {
  #content .slider .inner {
    height: 65vh;
  }
}
#content .slider .inner .list {
  height: 100%;
  overflow: hidden;
}
#content .slider .inner .list .image-box {
  position: relative;
  height: 100%;
  margin-right: 46px;
}
@media (max-width: 990px) {
  #content .slider .inner .list .image-box {
    width: 86%;
  }
}
@media (max-width: 767px) {
  #content .slider .inner .list .image-box {
    margin-right: 26px;
    width: 81%;
  }
}
#content .slider .inner .list .image-box img {
  display: block;
  height: 100%;
  width: auto;
}
@media (max-width: 990px) {
  #content .slider .inner .list .image-box img {
    width: 100%;
    object-fit: cover;
  }
}
#content .slider .inner .slider-nav {
  position: absolute;
  right: 10vw;
  bottom: 5vh;
}
#content .slider .inner .slider-nav a, #content .slider .inner .slider-nav img {
  display: block;
}
@media (max-width: 767px) {
  #content .slider .inner .slider-nav {
    display: none;
  }
}

#footer {
  text-align: center;
  position: relative;
  color: #b09279;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.9em;
}
@media (max-width: 767px) {
  #footer {
    font-size: 14.56px;
    padding-bottom: 63px;
  }
}
#footer .background-pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../images/pattern-black.jpg") no-repeat;
  background-size: cover;
  opacity: 0.81;
}
#footer .inner {
  position: relative;
}
#footer .decoration-separator {
  height: 70px;
  width: 26%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -35px;
}
@media (max-width: 767px) {
  #footer .decoration-separator {
    display: none;
  }
}
#footer .decoration-separator svg {
  width: 100%;
  height: 100%;
}
#footer .decoration-separator.right {
  left: auto;
  right: 0;
}
#footer a {
  color: #b09279;
  text-decoration: none;
}
#footer .logo-footer {
  padding: 8vh 0 4vh 0;
}
#footer .logo-footer img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #footer .logo-footer img {
    max-width: 202px;
    height: auto;
  }
}
#footer .indirizzo {
  margin-bottom: 4vh;
}
#footer .contacts, #footer .mail {
  margin: 3.1vh 0;
}
#footer #menu-info {
  list-style: none;
  padding: 8vh 0 3vh 0;
  margin: 0;
}
#footer #menu-info li {
  display: inline-block;
  margin: 0 1.2em;
  font-size: 17.16px;
  color: #fff;
  text-transform: uppercase;
}
#footer #menu-info li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
#footer .awards {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: center;
}
#footer .awards .otherimg {
  max-height: 150px;
  width: auto;
}
@media (max-width: 990px) {
  #footer .awards {
    flex-direction: column;
  }
}
#footer .by-altea {
  position: absolute;
  right: 210px;
  bottom: 113px;
}
@media (max-width: 767px) {
  #footer .by-altea {
    bottom: 68px;
    right: 40px;
  }
}

#animation-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  z-index: 451;
  color: #fff;
  font-size: 2.2em;
}
#animation-layer > * {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.scroll svg {
  transform: rotate(180deg) translateY(-10px);
  cursor: pointer;
  width: 90px;
  display: block;
  margin: 0 auto;
}

body.pop-up-on .pop-up {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: 9;
  background: rgba(0, 0, 0, 0.7);
}
body.pop-up-on .pop-up .box {
  position: relative;
  z-index: 10;
  width: 40%;
  height: 40%;
  background-color: #000;
  border: 1px solid #AB937C;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}
@media (max-width: 990px) {
  body.pop-up-on .pop-up .box {
    min-width: 370px;
    min-height: 381px;
    padding: 10px;
    box-sizing: border-box;
  }
}
body.pop-up-on .pop-up .box p {
  line-height: 160%;
  font-size: 20px;
  text-align: center;
}
body.pop-up-on .pop-up .box p strong {
  font-weight: 400;
  color: #AB937C;
}
body.pop-up-on .pop-up .box .btn-menu {
  background-color: #AB937C;
  text-transform: uppercase;
  padding: 10px 15px;
}
body.pop-up-on .pop-up .box .btn-menu a {
  color: #000;
  text-decoration: none;
}
body.pop-up-on .pop-up .box .btn-menu a:hover {
  cursor: pointer;
}
body.pop-up-on .pop-up .box .close {
  position: absolute;
  top: 4%;
  right: 2%;
}
body.pop-up-on .pop-up .box .close:hover {
  cursor: pointer;
}

.popup-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background-color: #b09279;
  padding: 40px 48px;
  z-index: 9999;
  max-width: 560px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 12px;
  align-items: start;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.95) translateY(20px);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-sizing: border-box;
}
.popup-banner.attivo {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateY(0);
}
.popup-banner .popup-banner__titolo {
  color: #000;
  margin: 0;
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.popup-banner .popup-banner__testo {
  display: block;
}
.popup-banner .popup-banner__testo p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.6em;
}
.popup-banner .popup-banner__testo p + p {
  margin-top: 0.5em;
}
.popup-banner .popup-banner__chiudi {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #000;
  z-index: 1;
  padding: 4px 8px;
  transition: opacity 0.2s;
}
.popup-banner .popup-banner__chiudi:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .popup-banner {
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 28px 24px;
    max-height: 80vh;
    overflow-y: auto;
    transform: scale(1) translateY(100%);
  }
  .popup-banner.attivo {
    transform: scale(1) translateY(0);
  }
  .popup-banner .popup-banner__titolo {
    font-size: 18px;
  }
  .popup-banner .popup-banner__testo p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=burje.css.map */
