@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html, body {
  width: 100%;
  height: 100%;
}

body {
  font-family: "Lato", sans-serif;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999999;
}
.loading .half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 4;
  transition: all 1s;
}
.loading .half.top {
  top: 0;
  background-color: #efefef;
}
.loading .half.bottom {
  bottom: 0;
  background-color: #efefef;
}
.loading .content {
  transition: all 1s;
  position: relative;
  z-index: 5;
}
.loading.open {
  visibility: hidden;
}
.loading.open .top {
  top: -50%;
}
.loading.open .bottom {
  bottom: -50%;
}
.loading.open .content {
  opacity: 0;
}

h1, h2, h3 {
  font-weight: 500;
  letter-spacing: 2px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
}

h2 a {
  color: inherit;
}
h2 a span {
  opacity: 0.3;
}
h2 a:hover {
  color: darkred !important;
}
h2 a:not(:first-of-type)::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
  opacity: 0.3;
}
h2 a.active span {
  opacity: 1;
}

p {
  color: #222;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased !important;
  -moz-font-smoothing: antialiased !important;
  text-rendering: optimizelegibility !important;
  font-weight: 300;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  p {
    line-height: 2rem;
    font-size: 1.2rem;
  }
  p.titolo-ricetta {
    height: 3.6rem;
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
p b {
  font-weight: 500;
  color: #010101;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  p b {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

a {
  color: inherit;
}

.img-sticky {
  position: sticky;
  top: 150px;
}

/* navbar */
.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 0rem 0rem;
  /* mobile theme */
  background-color: white !important;
}
.navbar .navbar-brand {
  z-index: 999;
}
.navbar .navbar-toggler {
  border: 0;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
@media screen and (min-width: 768px) {
  .navbar {
    font-size: 12px;
    width: 100%;
    justify-content: space-around;
    align-items: stretch;
  }
  .navbar .navbar-brand {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .navbar {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .navbar .navbar-brand {
    height: 124px;
    width: 140px;
    position: relative;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    background-color: #fff;
  }
  .navbar .navbar-brand img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .navbar {
    font-size: 14px;
  }
  .navbar .navbar-brand {
    display: block;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.navbar .navbar-collapse {
  flex-direction: column;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .navbar .navbar-collapse .navbar-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    flex-grow: 1;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin-top: 0;
    padding: 0 0 0 0;
    border-radius: 0;
    z-index: 998;
    background-color: #000;
    min-width: 100%;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a {
    padding: 0.25rem 0.25rem;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu a:hover {
    background-color: #666;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
  }
}
.navbar .navbar-collapse .lang {
  justify-content: end;
  width: 100%;
}
.navbar .navbar-collapse .lang .nav-link {
  color: #000 !important;
}
.navbar .navbar-collapse .navbar-nav {
  background-color: black;
}
.navbar .navbar-collapse .nav-item .nav-link {
  color: #fff;
}
.navbar .navbar-collapse .nav-item .nav-link:hover {
  color: #ddd;
}
.navbar.nav-fisso:before {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  content: "";
  width: 100%;
  height: calc(100% + 1px);
  z-index: 0;
  transition: all 0.5s;
  border-bottom: 1px solid rgba(221, 221, 221, 0.5);
}
@media screen and (min-width: 992px) {
  .navbar {
    /* large theme default */
    background-color: transparent !important;
    /* scroll */
  }
  .navbar .navbar-collapse .navbar-nav {
    background-color: transparent;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar .navbar-collapse .lang ul {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .navbar.nav-scroll:before {
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 0px;
    z-index: 0;
    transition: all 0.5s;
    border-bottom: 5px solid rgba(221, 221, 221, 0.5);
  }
  .navbar.nav-scroll.scroll:before {
    top: 0px;
    height: 100%;
  }
  .navbar.nav-scroll.scroll .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar.nav-scroll.scroll .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar.nav-inverse .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar.nav-inverse .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
  .navbar.nav-fisso:before {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    content: "";
    width: 100%;
    height: calc(100% + 5px);
    z-index: 0;
    transition: all 0.5s;
    border-bottom: 5px solid rgba(221, 221, 221, 0.5);
  }
  .navbar.nav-fisso .navbar-nav .nav-link {
    color: #000 !important;
  }
  .navbar.nav-fisso .navbar-nav .nav-link:hover {
    color: #fff !important;
  }
}

.mobile-menu {
  list-style: none;
  padding: 0px;
  position: fixed;
  margin: 0;
  right: 0px;
  top: 22px;
}
.mobile-menu li {
  float: left;
  border-right: 1px solid #efefef;
}
.mobile-menu li:last-child {
  border-right: 0;
}
.mobile-menu li a {
  display: block;
  padding: 12px;
  font-size: 20px;
  color: #222;
}

/* custum padding */
@media screen and (min-width: 992px) {
  .px-lg-6 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .pr-lg-6 {
    padding-right: 6rem !important;
  }
  .pl-lg-6 {
    padding-left: 6rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
}
a:hover {
  text-decoration: none;
}

.bg-light, .bg-dark {
  z-index: 99;
  position: relative;
}

.bg-white-trasp {
  background-color: rgba(239, 239, 239, 0.95);
  z-index: 99;
  position: relative;
}

.bg-dark-trasp {
  background-color: rgba(34, 34, 34, 0.9);
  z-index: 99;
  position: relative;
}

/*

.sticky {
    position: sticky;
    top: 160px;
}
*/
.swiper-main {
  width: 100%;
  height: 100%;
  background-color: #000000;
}
.swiper-main .swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-main .swiper-slide * {
  transition: all 2.5s;
}
.swiper-main .swiper-slide .container {
  position: absolute;
  left: 40%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.swiper-main .swiper-slide h1 {
  opacity: 0.5;
  color: #fff;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .swiper-main .swiper-slide h1 {
    font-size: 7rem;
  }
}
.swiper-main .swiper-slide p {
  color: #fff;
  font-weight: 400;
  opacity: 0;
  left: 50px;
  position: relative;
  animation-delay: 2.5s;
  transition: all 2.5s;
}
.swiper-main .swiper-slide a {
  color: inherit;
  text-decoration: none;
}
.swiper-main .swiper-slide img {
  opacity: 0.5;
}
.swiper-main .swiper-slide.swiper-slide-active .container {
  left: 50%;
}
.swiper-main .swiper-slide.swiper-slide-active h1 {
  opacity: 1;
}
.swiper-main .swiper-slide.swiper-slide-active p {
  opacity: 0.5;
  left: 0px;
}
.swiper-main .swiper-slide.swiper-slide-active img {
  opacity: 1;
}
.swiper-main .swiper-pagination {
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  color: #fff;
  font-size: 1.25rem;
}
.swiper-main .swiper-pagination .swiper-pagination-current {
  font-weight: 800;
  color: darkred;
}

.swiper-container-fluid .container, .main-container-fluid .container {
  position: relative;
  z-index: 10;
}
.swiper-container-fluid img, .main-container-fluid img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .swiper-container-fluid img, .main-container-fluid img {
    width: 100%;
    height: auto;
  }
}

.main-container-fluid {
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.main-container-fluid .container {
  position: relative;
  z-index: 10;
  overflow: hidden;
}
.main-container-fluid .container h1 {
  font-size: 2rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .main-container-fluid .container h1 {
    font-size: 7rem;
  }
}
.main-container-fluid .container p {
  color: #fff;
  font-weight: 400;
  opacity: 0.8;
}
.main-container-fluid .arrow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  z-index: 15;
  border: 1px solid white;
  border-radius: 100%;
  opacity: 0.5;
}
.main-container-fluid .arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  animation: arrow 2s infinite;
}
@keyframes arrow {
  0% {
    opacity: 0;
    transform: translate(-50%, -80%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -20%);
  }
}
.main-container-fluid img {
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-home {
  position: absolute;
  z-index: 999999;
  bottom: 100px;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0px solid white;
  max-width: 40vw;
  display: flex;
}
.banner-home.banner-home-sinistra {
  left: 15px;
}
.banner-home.banner-home-destra {
  right: 15px;
  background-color: transparent !important;
}
@media screen and (min-width: 768px) {
  .banner-home.banner-home-destra {
    right: 65px;
  }
}
.banner-home a {
  float: left;
}
@media screen and (min-width: 768px) {
  .banner-home {
    bottom: 20px;
    max-width: 600px;
  }
  .banner-home a {
    float: left;
  }
}
.banner-home p {
  color: #fff;
}
.banner-home .chiudi-banner {
  position: absolute;
  top: 4px;
  right: 4px;
  color: #fff;
  cursor: pointer;
  cursor: hand;
}
.banner-home .chiudi-banner.chiudi-banner-sinistra {
  color: #000;
}

.container-fluid > .row {
  max-width: 1800px;
  margin: 0px auto;
}

.container-page {
  padding-top: 150px;
}

.container-visite {
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(img/sfondo-autunno.jpg);
  background-attachment: fixed;
}

.grid-pack {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px;
  grid-auto-flow: dense;
  margin-bottom: 15px;
}
.grid-pack .grid-img img {
  position: relative;
  max-width: 100%;
}
.grid-pack .grid-img:first-child {
  grid-row-start: 1;
  grid-row-end: 3;
  overflow: hidden;
  position: relative;
}
.grid-pack .grid-img:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-pacchetti {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 180px 0px 40px 0px;
}
.container-pacchetti .container {
  background-color: #fff;
  box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.5);
}
.container-pacchetti .row-pack {
  position: relative;
}
.container-pacchetti .row-pack * {
  position: relative;
  z-index: 5;
}
.container-pacchetti .row-pack .row-bg {
  position: absolute;
  right: 15px;
  top: 0;
  width: calc(100% - 30px);
  height: 100%;
  content: "";
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .container-pacchetti .row-pack .row-bg {
    width: 73.7%;
  }
}
.container-pacchetti .row-pack .btn {
  max-width: 120px;
}
.container-pacchetti.primavera {
  background-image: url(/img/pacchetti/sfondo-primavera.jpg);
}
.container-pacchetti.primavera .row-pack:nth-of-type(2) .row-bg {
  background-color: #606c38;
}
.container-pacchetti.primavera .row-pack:nth-of-type(3) .row-bg {
  background-color: goldenrod;
}
.container-pacchetti.estate {
  background-image: url(/img/pacchetti/sfondo-estate.jpg);
}
.container-pacchetti.estate .row-pack:nth-of-type(2) .row-bg {
  background-color: #606c38;
}
.container-pacchetti.estate .row-pack:nth-of-type(3) .row-bg {
  background-color: #4a7da8;
}
.container-pacchetti.autunno {
  background-image: url(/img/pacchetti/sfondo-autunno.jpg);
}
.container-pacchetti.autunno .row-pack:nth-of-type(2) .row-bg {
  background-color: #606c38;
}
.container-pacchetti.autunno .row-pack:nth-of-type(3) .row-bg {
  background-color: #bc6c25;
}
.container-pacchetti.inverno {
  background-image: url(/img/pacchetti/sfondo-inverno.jpg);
}
.container-pacchetti.inverno .row-pack:nth-of-type(2) .row-bg {
  background-color: #606c38;
}
.container-pacchetti.inverno .row-pack:nth-of-type(3) .row-bg {
  background-color: #777;
}

.breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0rem;
}
.breadcrumb li a {
  color: #aaa;
}
.breadcrumb li.active {
  color: darkred;
}

.nav-tipo .nav-item {
  position: relative;
}
@media screen and (min-width: 768px) {
  .nav-tipo .nav-item:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 1px;
    height: 10px;
    background-color: #000000;
    opacity: 0.5;
    content: "";
  }
  .nav-tipo .nav-item:last-child::after {
    display: none;
  }
}
.nav-tipo .nav-item .nav-link {
  color: #010101;
}

.nav-tabs .nav-item a {
  border: 0;
  border-radius: 0;
  color: inherit;
}
.nav-tabs .nav-item:nth-child(1) {
  background-color: #f00;
  color: #fff;
}
.nav-tabs .nav-item:nth-child(2) {
  background-color: #500;
  color: #fff;
}
.nav-tabs .nav-item:nth-child(3) {
  background-color: #900;
  color: #fff;
}

.embed-responsive-item {
  border: 1.5em solid #fff !important;
  box-shadow: 0em 1rem 3rem -2rem rgba(0, 0, 0, 0.5);
}

figure {
  position: relative;
  box-shadow: 0em 1rem 3rem -2rem rgba(0, 0, 0, 0.5);
  margin-bottom: 4rem;
  background-color: #fff;
  /* figure animata */
  /* figure pagina linea */
}
figure.animata::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: -webkit-clip-path 0.3s;
  transition: clip-path 0.3s;
  transition: clip-path 0.3s, -webkit-clip-path 0.3s;
}
figure.animata img {
  display: block;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: -webkit-clip-path 0.6s 0.3s;
  transition: clip-path 0.6s 0.3s;
  transition: clip-path 0.6s 0.3s, -webkit-clip-path 0.6s 0.3s;
}
figure.animata.is-animated ::before, figure.animata.is-animated img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
figure.vini::after, figure.vini::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.05);
}
figure.vini::after {
  left: 0;
}
figure.vini::before {
  right: 0;
}
figure.vini a {
  display: block;
  color: inherit;
  /*    

  figcaption {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 50%;
      // background-color: rgba($color: #000000, $alpha: .8);
      display: flex;
      flex-direction: column;
      vertical-align: middle;
      justify-content: center;
      opacity: 0;
      -webkit-transition: all 2.5s;
      transition: all 2.5s;
      h4 {
          color: #000;
          border-bottom: 1px solid rgba($color: #000, $alpha: .15);
      }
      p {
          color: #000;
          font-size: .9rem;
      }
  }
  &:hover {
      figcaption {
          opacity: 1;
      }
  }

  */
}
figure.vini a::after, figure.vini a::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  background-color: rgba(0, 0, 0, 0.05);
}
figure.vini a::after {
  top: 0px;
}
figure.vini a::before {
  bottom: 0px;
}
figure.vini a figcaption {
  text-align: left;
  padding: 10px;
}
figure.vini a figcaption h5 {
  color: #000;
}
figure.vini a figcaption p {
  color: #000;
  font-size: 0.9rem;
}
figure.vini.horizontal img {
  transform: rotate(-90deg);
}

.swiper-vini .swiper-wrapper {
  height: auto;
}
.swiper-vini .swiper-pagination-bullet-active {
  opacity: 1;
  background: darkred;
}

.swiper-page .swiper-wrapper {
  height: auto;
}

.swiper-page .swiper-pacchetti {
  height: auto;
}

.card {
  text-align: left;
}
.card .card-title {
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .card-text {
  font-size: 0.8rem;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card .card-price {
  font-size: 0.9rem;
  color: darkred;
  font-weight: 600;
  text-transform: uppercase;
}
.card .card-price span {
  opacity: 0.5;
  position: relative;
  color: black;
}
.card .card-price span::before {
  width: 100%;
  height: 1px;
  background-color: black;
  content: "";
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.nav-icon {
  position: relative;
}
.nav-icon:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #222;
  content: "";
}
.nav-icon li {
  margin-left: 15px;
}
.nav-icon li a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #222;
  border-radius: 100%;
  color: #222;
  background-color: #fff;
}
.nav-icon li a:hover {
  color: #fff;
  background-color: #222;
}
.nav-icon li a i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tooltip {
  text-transform: uppercase;
  font-size: 0.75rem;
}
.tooltip .tooltip-inner {
  background-color: darkred;
  border-radius: 0;
}
.tooltip .arrow::before {
  border-left-color: darkred;
}
.tooltip.bs-tooltip-bottom .arrow::before {
  border-left-color: transparent;
  border-bottom-color: darkred;
}

.nav-vino {
  position: relative;
}
.nav-vino:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #aaa;
  content: "";
}
.nav-vino li {
  margin-left: 15px;
}
.nav-vino li a {
  position: relative;
  display: block;
  border: 1px solid #aaa;
  border-radius: 0;
  color: #aaa;
  background-color: #fff;
}
.nav-vino li a:hover {
  color: #fff;
  background-color: #aaa;
}
.nav-vino li a i {
  margin-right: 15px;
}
.nav-vino.nav-vino-2 li {
  margin-left: 15px;
}
.nav-vino.nav-vino-2 li a {
  border: 1px solid #000;
  border-radius: 0;
  color: #fff;
  background-color: #000;
}
.nav-vino.nav-vino-2 li a:hover {
  color: #fff;
  background-color: #aaa;
}
.nav-vino.nav-vino-2 li a i {
  margin-right: 15px;
}

.form-group label {
  font-size: 12px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 600;
}
.form-group .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

fieldset:not(:first-of-type) {
  display: none;
}

form input[type=email] {
  text-transform: lowercase;
}

.btn {
  border-radius: 0;
  border: 0;
}
.btn.btn-primary {
  background-color: darkred;
}
.btn.btn-airbnb {
  background-color: rgb(255, 56, 92) !important;
  color: #fff;
}

.figure-wild {
  position: relative;
  overflow: hidden;
  max-width: 1127px;
  margin: 0px auto;
}
.figure-wild img {
  position: relative;
  z-index: 9;
}
.figure-wild ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.figure-wild ul li {
  z-index: 999;
  position: absolute;
  width: 12.75%;
  height: 16.8%;
}
.figure-wild ul li:nth-of-type(1) {
  left: 28.7%;
  top: 3.9%;
}
.figure-wild ul li:nth-of-type(2) {
  right: 27.3%;
  top: 3.9%;
}
.figure-wild ul li:nth-of-type(3) {
  left: 22.5%;
  top: 32.8%;
}
.figure-wild ul li:nth-of-type(4) {
  right: 20.9%;
  top: 32.8%;
}
.figure-wild ul li:nth-of-type(5) {
  left: 25.1%;
  top: 65.55%;
}
.figure-wild ul li:nth-of-type(6) {
  right: 23.3%;
  top: 65.55%;
}
.figure-wild ul li:nth-of-type(7) {
  left: 51%;
  transform: translateX(-50%);
  top: 79.5%;
}
@media screen and (min-width: 768px) {
  .figure-wild ul li {
    width: 240px;
    height: 152px;
  }
  .figure-wild ul li:nth-of-type(1) {
    left: 167px;
    top: 32px;
  }
  .figure-wild ul li:nth-of-type(2) {
    right: unset;
    left: 750px;
    top: 32px;
  }
  .figure-wild ul li:nth-of-type(3) {
    left: 45px;
    top: 300px;
  }
  .figure-wild ul li:nth-of-type(4) {
    right: unset;
    left: 869px;
    top: 300px;
  }
  .figure-wild ul li:nth-of-type(5) {
    left: 100px;
    top: 594px;
  }
  .figure-wild ul li:nth-of-type(6) {
    right: unset;
    left: 821px;
    top: 594px;
  }
  .figure-wild ul li:nth-of-type(7) {
    left: 51%;
    transform: translateX(-50%);
    top: 715px;
  }
}
.figure-wild ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.01);
  opacity: 0.5;
  display: block;
  z-index: 1000;
}
.figure-wild ul li a:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.sticky {
  top: 130px;
  position: sticky;
}

.text-secondary {
  opacity: 0.5;
}

.masonry {
  padding: 0;
  -moz-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}
@media screen and (min-width: 768px) {
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (min-width: 992px) {
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}
.masonry figure {
  margin-bottom: 0;
  display: inline-block;
  background: #fff;
  padding: 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 1.5em;
}

.video-wild {
  box-shadow: 0em 1rem 3rem -2rem rgba(0, 0, 0, 0.5);
  padding: 1.5em;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999999;
}
.overlay .overlay-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  color: #222;
  padding: 20px;
}
.overlay.overlay-conf {
  display: none;
}
.overlay.overlay-conf .overlay-content {
  width: 90%;
  max-width: 900px;
}

.cart-select {
  border: 0;
}

.premio .col-md-5 {
  order: 1;
}
.premio .col-md-7 {
  order: 2;
  text-align: right;
}
.premio .col-md-7 .tit {
  position: relative;
  color: #666;
}
.premio .col-md-7 .tit h2, .premio .col-md-7 .tit h4 {
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
}
.premio .col-md-7 .tit::after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 100%;
  height: 100px;
  border-bottom: 1px solid darkgoldenrod;
  border-top: 1px solid darkgoldenrod;
  z-index: 0;
}
.premio:nth-child(odd) .col-md-7 {
  order: 0;
  text-align: left;
}
.premio:nth-child(odd) .col-md-7 .tit::after {
  right: unset;
  left: 0;
}
.premio img {
  position: relative;
  z-index: 9;
}
.premio .col-riga h3 {
  border-top: 1px solid darkgoldenrod;
}

.icons {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 60px;
}

.icon-cart, .icon-premi {
  background-color: darkred;
  width: 50px;
  height: 50px;
  border: 1px solid darkred;
  z-index: 99999;
  border-radius: 100%;
  position: relative;
  display: block;
  margin-top: 15px;
}
.icon-cart .fas, .icon-premi .fas {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-decoration: none;
}
.icon-cart .numero, .icon-premi .numero {
  position: absolute;
  right: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
  border-radius: 100%;
  color: #fff;
}
.icon-cart .numero span, .icon-premi .numero span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
}

.social figure {
  position: relative;
}
.social figure i {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.modal {
  z-index: 1000000;
}

.container-landing {
  background-color: white;
  /*
  @media screen and (min-width: $medium) {
      position: relative;
      height: 100%;
      width: 100%;
      overflow: hidden;
      .container {
          position: relative;
          z-index: 5;

          .logo {
              animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
              animation-delay: 1s;
          }
          h2 {
              animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;
              animation-delay: 2s;
          }

      }
      .row-bott {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%,-50%);
          width: 100%;
          height: 100%;
          z-index: 10;
          /*
          .col-md-3 {
              animation: slide-in 1s cubic-bezier(.5, 0, .5, 1) both;

              &:nth-child(1) {
                  animation-delay: 3s;
              }
              &:nth-child(2) {
                  animation-delay: 4s;
              }
              &:nth-child(3) {
                  animation-delay: 5s;
              }
              &:nth-child(4) {
                  animation-delay: 6s;
              }
          }

      }
  }
  */
}
.container-landing.natale-2023 {
  background-image: url(/site/img/natale-2023.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #dadad8;
  padding-top: 15vh;
}

@keyframes slide-in {
  from {
    transform: translateY(-1em);
    opacity: 0;
  }
}
footer {
  background-color: #cecece;
  z-index: 999;
  position: relative;
}
footer.landing {
  background-color: #fff;
}
footer p {
  color: #222;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
footer p b {
  color: #111;
  font-size: 12px;
  line-height: 32px;
}
footer .nav .nav-link {
  color: #222;
  opacity: 1;
  text-transform: uppercase;
  font-size: 12px;
}
footer .flex-row .nav-item {
  flex: 100%;
}
@media screen and (min-width: 768px) {
  footer .flex-row .nav-item {
    flex: 50%;
  }
}

footer.foot-home {
  position: fixed;
  z-index: 9999;
}

@media screen and (min-width: 1600px) {
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
}

.swiper-slide-calendario {
  position: relative;
}
.swiper-slide-calendario .fas {
  position: absolute;
  top: 0;
  cursor: pointer;
  cursor: hand;
  padding: 10px;
}
.swiper-slide-calendario .fas.fa-arrow-right {
  right: 0px;
}
.swiper-slide-calendario .fas.fa-arrow-left {
  left: 0px;
}
.swiper-slide-calendario .fas.swiper-button-disabled {
  display: none;
}
.swiper-slide-calendario th {
  text-align: center;
}
.swiper-slide-calendario td {
  text-align: center;
  opacity: 0.5;
  position: relative;
}
.swiper-slide-calendario td span {
  position: relative;
  z-index: 98;
}
.swiper-slide-calendario td .orari {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 100%;
  transform: translateX(-50%);
  background-color: red;
  font-size: 10px;
  z-index: 999;
}
.swiper-slide-calendario td.book {
  position: relative;
  /*
  &:hover {
      &::after {
          position: absolute;
          right: 0;
          top: 0;
          width: 50%;
          height: 100%;
          background-color: lawngreen;
          content: "";
      }
  }
  */
}
.swiper-slide-calendario td.book.over::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lawngreen;
  content: "";
}
.swiper-slide-calendario td.book.over-next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lawngreen;
  opacity: 0.5;
  content: "";
}
.swiper-slide-calendario td.cliccabile {
  opacity: 1;
  cursor: pointer;
  cursor: hand;
}
.swiper-slide-calendario td.cliccabile:hover {
  background-color: lightgray;
}
.swiper-slide-calendario td.cliccabile:hover .orari {
  display: block;
}
.swiper-slide-calendario td.cliccabile.book-scelta {
  position: relative;
}
.swiper-slide-calendario td.cliccabile.book-scelta::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lightgreen;
  content: "";
}
.swiper-slide-calendario td.cliccabile.book-scelta-next::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: lightgreen;
  content: "";
}
.swiper-slide-calendario td.non-cliccabile {
  position: relative;
  overflow: hidden;
  color: #fff !important;
  opacity: 1 !important;
  background-color: lightcoral;
  cursor: pointer;
  cursor: hand;
}
.swiper-slide-calendario td.non-cliccabile span {
  position: relative;
  z-index: 0;
}
.swiper-slide-calendario td.non-cliccabile .fully {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 5;
}
.swiper-slide-calendario td.non-cliccabile:hover .fully {
  opacity: 1;
}
.swiper-slide-calendario td.non-selezionabile {
  position: relative;
  overflow: hidden;
  cursor: none;
}
.swiper-slide-calendario td.non-selezionabile span {
  opacity: 0.5;
  position: relative;
  z-index: 0;
}

/*

.list-group-orario {
    border-top: 1px solid rgba(0,0,0,.125);
}

*/
.list-group-item {
  border-radius: 0 !important;
  cursor: pointer;
  cursor: hand;
}
.list-group-item.active {
  background-color: lightgreen;
  color: #000;
}/*# sourceMappingURL=stili.css.map */