body {
  background-color: #000;
  color: #fff;
  font-family: 'Quicksand', sans-serif;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Charis SIL', serif;
}
h2 {
  color: #cba549;
}
.container {
  max-width: 1440px;
  padding: 0 15px;
}
strong {
  font-weight: bold;
}
.cover {
  height: 100vh;
  width: 100%;
  background-image: url("../img/cover.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 70%;
}
.logo {
  width: 30vw;
  height: auto;
}
.cover_product {
  height: 120vh;
  width: 100%;
  background-image: url("../img/collezione.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.container-fluid {
  overflow-x: hidden;
}
.btn-outline-primary {
  color: #fff;
  border-color: #cba549;
  padding: 12px 50px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #cba549;
  border-color: #fff;
}

p {
  font-size: 28px;
  font-weight: lighter;
}
.content p{
  padding: 150px;
}
.title {
  padding-left: 150px;
  color: #cba549;
  margin: 30px 0;
}
#ancora {
  padding-top: 0;
}
.disegno {
  position: absolute;
  left: 0%;
  bottom: -2%;
  z-index: -1;
  max-width: 100%;
  height: auto;
}
ul.list_product {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.container_footer {
  padding: 50px 0;
}
.logo_neg img {
  max-width: 300px;
  height: auto;
  margin-bottom: 50px;
}
.logo_neg {
  margin-bottom: 50px;
}
.credits p {
  font-size: 14px;
  margin-bottom: 10px;
}
i {
  color: #cba549;
  margin-right: 15px;
}
.tel a,.mail a {
  font-size: 14px;
  color: #fff;
}
.tel {
  margin-bottom: 1rem;
}
.tel span,.credits a {
  color: #cba549;
  margin: 0 5px
}
.only_mobile {
  display: none;
}
#masseriapieghetta {
  padding-top: 150px;
  margin-top: 0;
}
.list_product li{
  margin-bottom: 10px;
}

/*GALLERY*/

/* BASIC STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --yellow: #fffbbc;
  --lightbox: #242424;
}


/* IMAGE GRID STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.image-grid  {
  padding-bottom: 150px;
}

.image-grid figure {
  margin-bottom: 0;
}

.image-grid img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.2s;
}

.image-grid a:hover img {
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.35);
}


/* LIGHTBOX STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lightbox-modal .modal-content {
  background: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 20px;
  right: 18px;
  font-size: 1.2rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
  text-align: center;
}

.lightbox-modal img {
  width: auto;
  max-height: 100vh;
  max-width: 100%;
}

.lightbox-modal .carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(36, 36, 36, 0.75);
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 10px;
}

.lightbox-modal .carousel-control-next {
  right: 10px;
}

