@charset "UTF-8";

/* CSS Document - Estratto da custom.css per Distributori.aspx */

.btn-standard-black {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  background-color: #000;
  padding: 5px 25px;
  border: solid #000 2px;
  box-shadow: none;
  border-radius: 50px;
  transition: 417ms;
  transform: translateY(0);
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  width: 150px;
}

.btn-standard-black:hover {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  background-color: #ab9671;
  padding: 5px 25px;
  border: solid #ab9671 2px;
  box-shadow: none;
  border-radius: 50px;
  transition: 417ms;
  transform: translateY(0);
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.btn-standard-carousel {
  font-size: 0.7rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05rem;
  background-color: #ab9671;
  padding: 5px 25px;
  border: solid #ab9671 2px;
  box-shadow: none;
  border-radius: 50px;
  transition: 417ms;
  transform: translateY(0);
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}

.btn-standard-carousel:hover {
  transition: 417ms;
  transform: translateY(-0px);
  background-color: #333333;
  color: #ffffff;
  border: solid 2px #333333;
}

.disegno1 {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}

.disegno3 {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}

.disegno4 {
  position: absolute;
  opacity: 0.8;
  z-index: 1;
}

@media (min-width: 1690px) {
  .disegno1 {
    top: 240px !important;
    left: 2% !important;
    width: 150px !important;
  }

  .disegno3 {
    top: 440px !important;
    right: 4% !important;
    width: 180px !important;
  }

  .disegno4 {
    top: 90px !important;
    left: 1.5% !important;
    width: 150px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1689px) {
  .disegno1 {
    top: 60px !important;
    left: 28% !important;
    width: 120px !important;
  }

  .disegno3 {
    top: 600px !important;
    right: 2% !important;
    width: 180px !important;
  }

  .disegno4 {
    top: -80px !important;
    left: 20% !important;
    width: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 1399px) {
  .disegno1 {
    top: 100px !important;
    left: 22% !important;
    width: 85px !important;
  }

  .disegno3 {
    top: 580px !important;
    right: 2% !important;
    width: 180px !important;
  }

  .disegno4 {
    top: -80px !important;
    left: 30% !important;
    width: 150px !important;
  }
}

@media (max-width: 767px) {
  .disegno1 {
    top: 8% !important;
    left: 51% !important;
    width: 120px !important;
  }

  .disegno3 {
    top: 1030px !important;
    right: 2% !important;
    width: 130px !important;
  }

  .disegno4 {
    top: -80px !important;
    left: 45% !important;
    width: 150px !important;
  }
}

.distributori {
  background-color: #fff;
  border-radius: 18px;
  margin-top: 3rem !important;
}

.txt-storia02 {
  font-family: "Work Sans", sans-serif;
  color: #ab9671;
  text-transform: uppercase;
}

.txt-titolo {
  font-family: "Playfair Display", serif;
  font-size: 2.6rem;
  line-height: 2.9rem;
}

.txt_titoletto {
  font-size: 1.2rem;
}

.img-gelaterie {
  margin-left: -7%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.container-qualita {
  background-color: #fff;
  border-radius: 18px;
  padding-bottom: 100px !important;
}

.text-gold {
  color: #ab9671;
}

.link-freccia:hover {
  color: #3a3a3a!important;
  text-decoration: none;
}

.bg-affidabilita-distributori {
  background-image: url('/images/bg-affidabilita-distributori.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-affidabilita {
  background-color: #3a3a3a;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}

.card-affidabilita:hover {
  background-color: #454545;
  transform: translateY(-5px);
}

.container-supporto {
  background-color: #fff;
  border-radius: 18px;
}

.accordion-button {
  background-color: transparent !important;
}

.accordion-header-2 {
  background-color: white !important;
  border-bottom: 1px solid #ab9671;
}

.accordion-body-2 {
  background-color: white !important;
}

.img-carta-gelati {
  width: 100%;
  height: auto;
  border-radius: 18px;
  transform: scale(1.2) translateX(-9%);
}

.link-freccia-white:hover{
  color: #fff!important;
  text-decoration: none;
}

.container-successo {
  background-color: #333333;
  border-radius: 18px;
  padding: 30px;
  padding-bottom: 126px !important;
  margin-bottom: 130px !important;
  padding-top: 70px !important;
  margin-top: 100px !important;
}

.stats-wrapper {
  position: absolute;
  max-width: 1100px;
}

.stats-banner {
  background: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
}

@media (max-width: 768px) and (hover: none) and (pointer: coarse) {
  .stats-banner {
    transform: translateX(-3%);
  }
}

.stat-value {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.1;
}

.stat-label {
  font-size: 1rem;
  color: #555;
}

.stat-sup {
  font-size: 1rem;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  color: #1a1a1a;
}

.divider {
  border-left: 1px solid #ddd;
  height: 80px;
}

.btn-scopri {
  background-color: #9e8b6e;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 0.6rem 2rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
}

.btn-scopri:hover {
  background-color: #8a7860;
  color: #fff;
}

.button-inside-stats {
  position: absolute;
  bottom: -19px;
  z-index: 10;
}

.container-formati {
  border-radius: 18px;
  padding: 30px;
}

.col-formati {
  background: #fff;
  border-radius: 18px;
  padding: 30px 50px;
  z-index: 10;
}

.formati-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9e8b6e;
}

.formati-subtitle {
  font-size: 0.8rem;
  color: #1a1a1a;
}

.img-vaschette {
  width: 100%;
  height: auto;
  border-radius: 18px;
  transform: scale(1.5) translateX(10%);
  z-index: 1;
}

.affidabilita-uptitle {
  position: absolute;
  font-family: 'Work Sans', sans-serif;
  font-size: 0.6rem !important;
  letter-spacing: 0.2em;
  line-height: 0.8rem;
  text-transform: uppercase;
  color: #212529;
  right: -65px;
  top: -34px;
  width: 150px;
}

.margin-top-mobile {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .margin-top-mobile {
    margin-top: 0 !important;
  }

  .txt-titolo {
    font-size: 0.8em;
    margin-top: 2rem;
  }

  .txt_titoletto {
    font-size: 0.8em;
  }

  .btn-standard-carousel {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05rem;
    background-color: #ab9671;
    padding: 5px 15px;
    border: solid #ab9671 2px;
    box-shadow: none;
    border-radius: 50px;
    transition: 417ms;
    transform: translateY(0);
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }

  .img-gelaterie {
    margin-left: 0 !important;
  }
}

@media (min-width: 992px) {
  .position-absolute-mobile {
    position: absolute;
  }
}

@media (max-width: 991px) {
  .col-formati {
    padding: 20px !important;
  }

  .accordion-button {
    margin-left: -1rem !important;
  }

  .img-vaschette {
    transform: scale(1) translateX(0%) !important;
  }

  .img-carta-gelati {
    width: 100%;
    height: auto;
    border-radius: 18px;
    transform: scale(1) translateX(0%) !important;
  }

  .txt-titolo {
    font-size: 1.5em;
  }

  .txt_titoletto {
    font-size: 0.8em;
  }

  .btn-standard-carousel {
    font-size: 0.6rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05rem;
    background-color: #ab9671;
    padding: 5px 15px;
    border: solid #ab9671 2px;
    box-shadow: none;
    border-radius: 50px;
    transition: 417ms;
    transform: translateY(0);
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
}

@media (max-width: 991px) {
  .btn-quality-btn-wrapper {
    margin-top: 0px !important;
  }

  .col-qualita-valori {
    margin-top: 100px !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-quality-spacing {
    margin-top: 100px !important;
  }

  .quality-badge-img {
    width: 80px !important;
  }

  .quality-badge-wrapper {
    margin-top: 55px !important;
    margin-right: -100px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .btn-quality-spacing {
    margin-top: 125px !important;
  }
}

@media (max-width: 1200px) {
  .txt-titolo {
    font-size: 2em;
  }

  .txt_titoletto {
    font-size: 1em;
  }
}

@media (max-width: 1400px) {
  .txt-titolo {
    font-size: 2em;
  }

  .txt_titoletto {
    font-size: 1.1em;
    line-height: 1.6rem;
  }
}

@media (min-width: 1400px) {
  .stats-wrapper {
    position: absolute;
    min-width: 1100px;
  }
}

.mt-10 {
  margin-top: 7rem !important;
}

.pe-lg-10 {
  padding-right: 0rem !important;
}

@media (min-width: 768px) {
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
}


.accordion-button::before {
  content: ""!important;
}

.btn-margin{
  position: absolute; 
  margin-top: 150px;
}

