a {
  text-decoration: none;
}

h1 {
  font-family: serif;
  font-size: clamp(25px, 8vw, 80px);
}

/* navbar mobile */

@media (min-width: 768px) {
  .navbar {
    display: none!important;
  }
}

.navbar {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: .5rem;
  padding-bottom: .5rem;
  z-index: 999;
  top: 0;
  width: 100%;
  background: white;
}

.navbar-mobile {
  height: 10%;
  background-color: rgb(255, 255, 255);
}

@media (min-width: 300px) {
  .img-logo-mobile {
    height: 80px;
  }
}

@media (min-width: 768px) {
  .img-logo-mobile {
    height: 100px;
  }
}

.navbar-toggler {
  padding: .40rem .40rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out;
  margin-right: 20px;
  margin-top: -45px;
}

.nav-item-mobile {
  background-color: #AA3390;
  margin-bottom: 10px;
  border-radius: 20px;
}

.comelovuoi-mobile {
  background: url("../../assets/img/bg.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
}

.link-mobile {
  color: white!important;
}

/* navbar desktop */

@media (max-width: 768px) {
  .navbar-desktop {
    display: none;
  }
}

.navbar-desktop {
  height: 75px;
  position: fixed;
  top: 0;
  width: 100%;
  background: rgb(255,255,255);
  z-index: 99999;
}

.p-nav-desktop {
  margin: auto;
  color: #AA3390;
  transform: scale(1);
  transition: 0.5s;
}

:hover.p-nav-desktop {
  color: #ab3390;
  transform: scale(1.1);
  transition: 0.5s;
  cursor: pointer;
}

@media (min-width: 768px) {
  .p-nav-desktop {
    font-size: 7pt;
  }
}

@media (min-width: 992px) {
  .p-nav-desktop {
    font-size: 10pt;
  }
}

@media (min-width: 768px) {
  .img-logo-desktop {
    height: 100px;
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  .img-logo-desktop {
    height: 120px;
  }
}

/* CORPO */

@media (min-width: 300px) {
  .immagini {
    height: 200px;
    border-radius: 100%!important;
  }
}

@media (min-width: 992px) {
  .immagini {
    height: 400px;
  }
}

.home {
  background: rebeccapurple;
  display: flex;
}

.interno-home {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  z-index: 9;
  transform: translate(-50%,-50%);
  left: 50%;
}

.iltuoitsmilly {
  font-size: clamp(25px, 8vw, 100px);
}

.link-shop {
  height: 50px;
  width: 150px;
  color: #ab3390;
  transition: 0.5s;
}

:hover.link-shop {
  height: 50px;
  width: 150px;
  color: #ffffff;
  transition: 0.5s;
}

@media (min-width: 300px) {
  .btn-shop {
    background: white;
    height: 35px;
    width: 120px;
    border-radius: 20px;
    transition: 0.5s;
    color: tomato!important;
  }
}

@media (min-width: 768px) {
  .btn-shop {
    background: white;
    height: 50px;
    width: 150px;
    border-radius: 20px;
    transition: 0.5s;
    color: tomato!important;
  }
}

:hover.btn-shop {
  background: #bf64aa;
  height: 50px;
  width: 150px;
  border-radius: 20px;
  color: white!important;
  transform: scale(1.1);
  transition: 0.5s;
}

.icona-scorri {
  position: absolute;
  bottom: 0;
  width: 100vw;
  font-size: 40px;
  color: white;
}

.chi-siamo {
  width: 100vw;
  margin-top: 100px;
  margin-bottom: 100px;
}

.div-chi-siamo {
  width: 70%;
  background: #dcd7d2;
  padding: 40px;
  border-radius: 20px;
}

.div-chi-siamo p {
  font-size: clamp(5px, 3vw, 20px);
}

@media (min-width: 300px) {
  .d-flex.justify-content-center.align-items-center.barra {
    height: 50px;
  }
}

@media (min-width: 768px) {
  .d-flex.justify-content-center.align-items-center.barra {
    height: 100px;
  }
}

.filosofia {
  /*height: 100vh;*/
  padding-top: 50px;
  padding-bottom: 50px;
}

.filosofia img {
  border-radius: 150px;
}

.collezioni {
  height: 100vh;
}

.btn-acquisti {
  background: mediumvioletred;
  color: white!important;
}

.div-wa-btn {
  height: 50px;
  width: 100vw;
}

.wa-btn {
  height: 50px;
  width: 150px;
  background: #A8348F;
  margin: auto;
  border-radius: 30px;
}

.wa-btn-int {
  margin: auto;
  color: white;
}

/* COLLEZIONI */

.cont-collezioni {
  /*height: 100%;*/
  width: 100vw;
  overflow-x: scroll;
}

.card-collezioni {
  margin: 0 20px 0 20px;
  color: #bf64aa;
}

.img-collezioni {
  height: 250px;
  border-radius: 100%;
  width: 190px;
  background-position: 0px -20px!important;
}

.testi-collezioni {
  text-align: center!important;
}

.h-collezioni {
  font-size: 20pt;
  margin: 25px 0 15px 0;
}

.ref-image {
  border-radius: 150px!important;
  height: 300px!important;
  width: 250px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-top: auto!important;
  margin-bottom: 50px!important;
}

.ref-product {
  text-align: center!important;
}

.contenitore-prodotti {
  margin-top: 160px;
  width: 90vw;
}

.fa:hover {
  color: #d93734;
}

.fa {
  font-size: 40px;
  color: #ffffff;
}

.col-clv {
  margin-bottom: 40px;
}

.navbar-brand {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

/* chi sono */

/* prodotti */

.body-prodotti {
  /*background-color: #dcd7d2;*/
  color: white!important;
}

.ref-image {
  box-shadow: 5px 7px 10px #0000003d;
}

div.ref-thumbnails {
  --ref-thumbs-per-row: 4!important;
  height: auto!important;
}

div.ref-image {
  height: 100px!important;
  width: 80px!important;
  margin: auto!important;
}

div.ref-media {
  justify-content: center!important;
}

@media (min-width: 300px) {
  .frecce {
    font-size: 15px;
    color: #ad338a;
    font-weight: 900;
  }
}

@media (min-width: 768px) {
  .frecce {
    font-size: 40px;
    color: #ad338a;
  }
}

.prodotti-col {
  overflow-y: scroll;
  /*background: linear-gradient(0.25turn, #00b2ff 1%, rgba(255,255,255,0) 10% 90%, #00b2ff 99%);*/
}

.testo.inizio {
  color: white!important;
}

#contatti {
  margin-top: 20px;
}

#altro {
  background-size: contain;
  background-size: 115% !important;
}

.contattoni {
  margin-bottom: 40px;
}

