@import url("https://fonts.googleapis.com/css2?family=Libre+Caslon+Display&family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
}

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

.navbar-dark {
  background-color: #1b1b1b !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Libre Caslon Display", serif;
}

aside {
  padding: 45px 15px 45px 15px;
  width: 20%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  overflow-x: hidden;
  z-index: 1001;
  background: #fff;
  transition: 0.5s;
  scrollbar-width: none;
}
@media screen and (min-width: 1200px) {
  aside {
    padding: 75px 45px 60px 45px;
  }
}
aside .navbar-nav .nav-item .nav-link {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25em;
  color: #1b1b1b;
  margin: 11px 0 0 0;
  padding: 0 0 11px 0;
  list-style: none;
}

.navbar-brand img {
  height: auto;
}

.nav-item-flag {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
}
.nav-item-flag img {
  width: 30px;
  height: 15px;
}

.container-main {
  float: right;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f6f1f0;
}
@media screen and (min-width: 992px) {
  .container-main {
    width: 80%;
  }
}
.container-main section {
  padding: 0;
  margin: 0;
}

.container-fluid.container-full {
  height: 100vh;
}
.container-fluid.container-relative {
  background-color: #010101;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container-fluid.container-relative .relative {
  position: relative;
  z-index: 10;
}
.container-fluid.container-relative .img-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.8;
}
.container-fluid.container-relative .absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sticky {
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sub-title {
  font-family: "Outfit", sans-serif;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  padding-left: 15px;
  position: relative;
  border-bottom: 1px solid #aa8453;
  padding: 8px 0px 15px 15px;
  margin-bottom: 15px;
}
.sub-title::before, .sub-title::after {
  content: "";
  position: absolute;
  display: block;
  top: 44%;
  transform: translateY(-50%);
}
.sub-title::before {
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #aa8453;
  border-radius: 50%;
}

.col-relative {
  position: relative;
  overflow: hidden;
}
.col-relative .img-fluid {
  position: relative;
  z-index: 0;
}
.col-relative .img-caption {
  position: absolute;
  left: calc(var(--bs-gutter-x) * 0.5);
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 20px;
  z-index: 10;
}

.btn {
  font-family: "Outfit", sans-serif;
  color: #1b1b1b;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 1.5em;
  font-size: 12px;
  letter-spacing: 3px;
  border-radius: 0;
}
.btn.btn-continua {
  position: relative;
  padding: 8px 0px 15px 15px;
}
.btn.btn-continua::after {
  transition: all 1s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  content: "";
  background-color: #aa8453;
}
.btn.btn-continua .fas {
  padding-left: 0px;
  color: #aa8453;
}
.btn.btn-continua:hover::after {
  width: 100%;
}

.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

figure {
  margin-bottom: 0;
  background-image: url(img/sf-bottiglie.webp);
  padding: 10px;
}

.col-vini a {
  display: block;
  text-decoration: none;
  color: #010101;
}

footer {
  background-color: #1b1b1b !important;
}
footer p {
  margin-bottom: 0;
}
footer p a {
  color: #fff;
  text-decoration: none;
}
footer .border-footer {
  border-bottom: 1px solid rgba(255, 193, 7, 0.25);
}
@media screen and (min-width: 768px) {
  footer .border-footer {
    border-bottom: 0px solid rgba(255, 193, 7, 0.25);
    border-right: 1px solid rgba(255, 193, 7, 0.25);
  }
}
footer .fab {
  font-size: 30px;
}/*# sourceMappingURL=stili.css.map */