@charset "UTF-8";
@import url(responsive-framework.css);
/* Base */
body {
  font-family: "Roboto", sans-serif;
  line-height: 1.6; /* più leggibile */
  margin: 0;
  padding: 0;
}

/* Titoli */
h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  margin: 0 0 0.5em 0;
}

h1 {
  font-size: clamp(2rem, 4vw + 1rem, 3rem);
  font-weight: 600;
}

h2 {
  font-size: clamp(1.5rem, 3vw + 0.8rem, 2.2rem);
  font-weight: 600;
}

h3 {
  font-size: clamp(1.2rem, 2vw + 0.6rem, 1.6rem);
  font-weight: 500;
}

/* Paragrafi */
p {
  font-size: clamp(0.95rem, 1vw + 0.5rem, 1.1rem);
  margin: 0 0 1em 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Link */
a {
  font-family: "Roboto", sans-serif;
  text-decoration: none;
}

.responsive-text {
  font-size: 5vw; /* 5% della larghezza del viewport */
}

.d-flex {
  justify-content: space-between;
  list-style: none;
}

.rn-section-gap {
  padding: 100px 0;
}

.section-separator {
  position: relative;
}

.hero-section {
  padding-top: 140px;
  padding-left: 10px;
  margin-bottom: 142px;
}

.titolo {
  font-weight: 700;
  font-size: 8.6vh;
  line-height: 75px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sottotitolo {
  font-size: 14px;
  color: black;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
}

.descrizione {
  font-size: 16px;
  line-height: 30px;
  color: black;
  text-align: justify;
}

.nav-link {
  cursor: pointer;
}

.sfondosocial a {
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  background: black;
  position: relative;
  color: white;
}

.span {
  letter-spacing: 8px;
  color: #474747;
}

.titlesocial {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300;
  color: black;
  display: inline-block;
  margin-bottom: 20px;
}

.social-share {
  display: flex;
  gap: 10px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.bloccosocial {
  line-height: 55px;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 6px;
  background: black;
}

.chisono {
  background: black;
}

.titlebig {
  text-align: center;
  font-size: 60px;
}

.btn-chisono {
  background-color: transparent;
  color: white;
  border: none;
  transition: border 0.3s, color 0.3s;
}

.btn-chisono[aria-expanded=true] {
  border: 2px solid white;
}

.timeline {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #fff;
}

.timeline-item {
  position: relative;
  margin-bottom: 30px;
  color: #ffffff;
}

.text-minu {
  --bs-text-opacity: 1;
  color: rgba(191, 191, 191, 0.88) !important;
}

.timeline-dot {
  position: absolute;
  left: -9px;
  top: 0;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.timeline-date {
  font-weight: bold;
  color: #0dcaf0;
  margin-bottom: 5px;
}

.timeline-content h5 {
  margin-top: 0;
  font-size: 1.2rem;
  color: #fff;
}

.timeline-content p {
  margin: 0;
  color: #ccc;
}

.card-header:first-child {
  border-color: white;
}

.card-text:last-child {
  text-align: justify;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
  flex-direction: column-reverse;
  text-transform: uppercase;
}

.modal-body .col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-body .col img {
  max-width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}

.form-control:focus {
  box-shadow: 0 0 0 0.25rem rgb(29, 29, 29) !important;
  border-color: #343a40 !important;
}

.btn-dark-hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #343a40;
  transition: background-color 0.3s ease;
}

.btn-dark-hover:hover {
  background-color: rgb(29, 29, 29) !important;
}

.rettangolocontatti {
  background-color: black;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

.titlecontattisocial {
  font-size: 35px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 300;
  color: black;
}

.descrizionecontattisocial {
  font-size: 19px;
  line-height: 30px;
  text-align: left;
  font-weight: 300;
}

.spancontattisocial {
  font-size: 16px;
  line-height: 30px;
  text-align: left !important;
  font-weight: 300;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 50%;
  font-size: 24px;
  padding: 12px 16px;
  z-index: 9999;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Base per tutti i li (social + skill) */
.social-share li {
  display: inline-block;
  transition: transform 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}

/* Keyframes bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}
/* Hover Social: bounce + scala + rotazione */
.social-share li:hover {
  animation: bounce 0.6s ease;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

/* Hover Skill quadrati: bounce + scala + rotazione */
.social-share .bloccosocial:hover {
  animation: bounce 0.6s ease;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

/* Icone skill mantengono colore base (ad esempio arancione) */
.social-share .bloccosocial svg {
  transition: fill 0.3s ease;
}

/* Icone social mantengono il colore originale (stroke / fill) */
.social-share li svg {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.ombranera {
  filter: drop-shadow(50px 20px 6px rgba(0, 0, 0, 0.3));
}

.ombrabianca {
  filter: drop-shadow(20px 15px 10px rgba(255, 255, 255, 0.445));
}

.foto {
  max-width: 500px;
}

.mobile {
  text-align: center;
}

.btn-whatsapp {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: transparent; /* verde WhatsApp */
  color: white;
  font-size: 17px;
  font-weight: 300;
  padding: 12px 24px;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.btn-whatsapp:hover {
  box-shadow: 0 6px 16px rgba(37, 211, 102, 0.5);
  transform: translateY(-2px);
}

.btn-whatsapp svg {
  flex-shrink: 0;
}

.bordolinea {
  outline: 1px solid #fff;
}

@media (max-width: 768px) {
  .foto {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 30px auto;
  }
  .ombranera,
  .ombrabianca {
    filter: none; /* niente ombra */
  }
  .mobile {
    font-size: clamp(5px, 5vw, 11px);
  }
  .titlecontattisocial {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: 300;
  }
  .span {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .titolo {
    line-height: 50px;
    font-size: 4vh;
  }
  .text-variabile {
    font-size: clamp(8px, 7vw, 55px);
  }
  .descrizionecontattisocial {
    font-size: 13px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
  }

input::placeholder,
textarea::placeholder {
  color: rgb(82, 82, 82) !important;   /* colore placeholder */
  opacity: 1;    /* evita che appaia troppo sbiadito */
}

#chisono, #servizi, #portfolio, #contatti {
  scroll-margin-top: 350px;
}
}


@media (max-width: 412px) {

.mobile{
  font-size: clamp(8px, 3vw, 10px);
}

.ridotto{
  font-size: clamp(13px, 4vw, 16px);
}
.ridotto2{
  font-size: clamp(10px, 4vw, 16px);
}
.ridotto3{
  font-size: clamp(10px, 4vw, 12px);
}
  
}


@media (max-width: 480px) {
  .social-mobile {
    display: flex;
    padding-left: 0;
    list-style: none;
    margin: 0;
    justify-content: center;
    gap: 0;
}
  }


/*# sourceMappingURL=style.css.map */
