footer {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #dedede;
  padding: 50px 80px;
  color: #dedede;
  font-family: "Arial", sans-serif;
  line-height: 1.6;
}
footer .footer-column {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  footer .footer-column {
    flex: 1 1 100%;
    text-align: center;
    align-items: center;
  }
}
footer .logo-social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  footer .logo-social {
    align-items: center;
  }
}
footer .logo-social .footer-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 20px;
}
footer .logo-social .social-icons-wrapper {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
}
footer .logo-social .social-icons-wrapper a {
  color: #18252e;
  font-size: 24px;
  transition: color 0.3s ease;
}
footer .logo-social .social-icons-wrapper a svg {
  fill: #18252e;
}
footer .logo-social .social-icons-wrapper a:hover {
  color: black;
}
footer h3 {
  color: #18252e;
  font-size: 1.1em;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
footer p {
  font-size: 0.95em;
}
footer .footer-link {
  color: #18252e;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}
footer .footer-link:hover {
  color: black;
  text-decoration: underline;
}
footer .opening-hours {
  display: flex;
  flex-direction: column;
}
footer .opening-hours #orari {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer .opening-hours p {
  font-size: 16px;
  font-weight: 500;
  color: #18252e;
}
footer .opening-hours hr {
  width: 200px;
  border-color: #18252e;
  opacity: 0.1;
}
footer .contacts-location {
  display: flex;
  flex-direction: column;
  color: #18252e;
}
footer .contacts-location h3:nth-of-type(2) {
  margin-top: 25px;
}
footer .contacts-location div {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  footer {
    padding: 60px 30px;
    gap: 30px;
  }
}

header {
  background: hsl(205, 31%, 14%);
  text-align: center;
  padding: 60px 20px;
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  header {
    height: 50vh;
    justify-content: center;
  }
}
header img {
  width: 70%;
  height: auto;
}
@media (max-width: 768px) {
  header img {
    width: 100%;
  }
}
header h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  header h1 {
    font-size: 30px;
  }
}
header p {
  font-size: 18px;
  max-width: 450px;
}
header button {
  padding: 10px 40px;
  background: #3e4f5b;
  color: white;
  font-weight: 500;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
}

#chi_siamo {
  display: flex;
  flex-wrap: wrap;
  background: #3e4f5b;
  color: white;
  padding: 50px;
  justify-content: space-between;
  text-align: justify;
}
@media (max-width: 768px) {
  #chi_siamo {
    padding: 60px 40px;
  }
}
#chi_siamo > div {
  flex: 1 1 100%;
  max-width: 100%;
}
#chi_siamo h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #chi_siamo h2 {
    text-align: center;
    font-size: 30px;
  }
}
#chi_siamo p {
  font-size: 1rem;
}
#chi_siamo button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #dedede;
  color: #3e4f5b;
  border: none;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
  font-size: 1rem;
  cursor: pointer;
}
@media (max-width: 768px) {
  #chi_siamo button {
    width: 100%;
  }
}

#servizi {
  background-color: #dedede;
  padding: 70px;
  height: 80vh;
  min-height: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #servizi {
    height: 100%;
    padding: 80px 40px;
    min-height: 100%;
  }
}
#servizi h2 {
  color: #3e4f5b;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #servizi h2 {
    font-size: 35px;
  }
}
#servizi .swiper-slide {
  width: 400px;
  height: 400px;
}
#servizi .swiper-slide .card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#servizi .swiper-slide .card .card-front,
#servizi .swiper-slide .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
#servizi .swiper-slide .card .card-front {
  flex-direction: column;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#servizi .swiper-slide .card .card-front p {
  color: rgb(255, 255, 255);
  z-index: 3;
  font-size: 30px;
  font-weight: 600;
}
#servizi .swiper-slide .card .card-front button {
  background: none;
  text-decoration: underline;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  animation: none;
}
#servizi .swiper-slide .card .card-back {
  display: flex;
  gap: 10px;
  padding: 50px;
  flex-wrap: wrap;
  background-color: #3e4f5b;
  align-content: center;
  cursor: pointer;
  z-index: 3;
}
#servizi .swiper-slide .card .card-back p {
  background: #dedede;
  border-radius: 50px;
  color: #3e4f5b;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
#servizi .swiper-slide .card.flipped .card-front {
  opacity: 0;
  visibility: hidden;
}
#servizi .swiper-slide .card.flipped .card-back {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #servizi {
    padding: 30px;
  }
}
#servizi .swiper-button-prev,
#servizi .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.2); /* sfondo visibile */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
#servizi .swiper-button-prev::after,
#servizi .swiper-button-next::after {
  display: none;
}
#servizi button {
  background-color: #3e4f5b;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* leggero ingrandimento */
  }
  100% {
    transform: scale(1);
  }
}
#prodotti {
  background-color: white;
  padding: 70px;
  height: 80vh;
  min-height: 800px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 768px) {
  #prodotti {
    height: 100%;
    padding: 80px 40px;
    min-height: 100%;
  }
}
#prodotti h2 {
  color: #3e4f5b;
  font-size: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  #prodotti h2 {
    font-size: 35px;
  }
}
#prodotti .swiper-slide {
  width: 400px;
  height: 400px;
}
#prodotti .swiper-slide .card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
#prodotti .swiper-slide .card .card-front,
#prodotti .swiper-slide .card .card-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease-in-out, visibility 0.5s;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
}
#prodotti .swiper-slide .card .card-front {
  flex-direction: column;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}
#prodotti .swiper-slide .card .card-front p {
  color: rgb(255, 255, 255);
  z-index: 3;
  font-size: 30px;
  font-weight: 600;
}
#prodotti .swiper-slide .card .card-front button {
  background: none;
  text-decoration: underline;
  padding: 5px 20px;
  border-radius: 30px;
  border: none;
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  animation: none;
}
#prodotti .swiper-slide .card .card-back {
  display: flex;
  gap: 10px;
  padding: 50px;
  flex-wrap: wrap;
  background-color: #3e4f5b;
  align-content: center;
  cursor: pointer;
  z-index: 3;
}
#prodotti .swiper-slide .card .card-back p {
  background: #dedede;
  border-radius: 50px;
  color: #3e4f5b;
  width: 100%;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 20px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
#prodotti .swiper-slide .card.flipped .card-front {
  opacity: 0;
  visibility: hidden;
}
#prodotti .swiper-slide .card.flipped .card-back {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #prodotti {
    padding: 30px;
  }
}
#prodotti .swiper-button-prev,
#prodotti .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.2); /* sfondo visibile */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
#prodotti .swiper-button-prev::after,
#prodotti .swiper-button-next::after {
  display: none;
}
#prodotti button {
  background-color: #3e4f5b;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05); /* leggero ingrandimento */
  }
  100% {
    transform: scale(1);
  }
}
#slider {
  padding: 50px;
}
@media (max-width: 768px) {
  #slider {
    padding: 20px;
  }
}
#slider .swiper .swiper-slide img {
  width: 100%;
  border-radius: 10px;
}
#slider .swiper .swiper-button-next {
  color: white;
}
#slider .swiper .swiper-button-prev {
  color: white;
}
#slider .swiper-button-prev,
#slider .swiper-button-next {
  background-color: rgba(0, 0, 0, 0.5); /* sfondo visibile */
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}
#slider .swiper-button-prev::after,
#slider .swiper-button-next::after {
  display: none;
}

.swiper-3d .swiper-slide-shadow-left {
  border-radius: 10px;
}

.swiper-3d .swiper-slide-shadow-right {
  border-radius: 10px;
}

#sezioneVideoPromo {
  display: flex;
  flex-direction: row;
  height: auto;
  background-color: #dedede;
  padding: 50px;
  justify-content: center;
  border-radius: 30px;
  margin: 100px 50px;
  gap: 40px;
}
#sezioneVideoPromo #colonnaVideo,
#sezioneVideoPromo #colonnaDesc {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sezioneVideoPromo #colonnaDesc {
  gap: 20px;
}
#sezioneVideoPromo #colonnaDesc h2 {
  font-size: 40px;
  font-weight: 900;
  color: #18252e;
  text-align: center;
}
#sezioneVideoPromo #colonnaDesc p {
  text-align: center;
  line-height: 30px;
  padding: 0 10px;
}
#sezioneVideoPromo #colonnaDesc button {
  background-color: #3e4f5b;
  padding: 15px 30px;
  border-radius: 30px;
  border: none;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  animation: pulse 2s infinite;
}
#sezioneVideoPromo #videoPromo {
  border: 30px solid #3e4f5b;
  border-radius: 50px;
  max-height: 700px;
  height: auto;
}
@media (max-width: 768px) {
  #sezioneVideoPromo {
    flex-direction: column;
    padding: 20px;
    margin: 50px 20px;
    gap: 30px;
  }
  #sezioneVideoPromo #colonnaVideo,
  #sezioneVideoPromo #colonnaDesc {
    width: 100%;
  }
  #sezioneVideoPromo #colonnaDesc h2 {
    font-size: 28px;
  }
  #sezioneVideoPromo #colonnaDesc p {
    font-size: 12px;
    line-height: 21px;
  }
  #sezioneVideoPromo #videoPromo {
    border-width: 20px;
    border-radius: 30px;
    width: 100%;
  }
}

#form-container {
  background-color: #3e4f5b;
  color: white;
  padding: 60px 20px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  #form-container {
    height: 100%;
    padding: 60px 40px;
  }
}
#form-container .appypro-description {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
  gap: 10px;
}
#form-container .appypro-description p {
  font-size: 14px;
}
#form-container h2 {
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media (max-width: 768px) {
  #form-container h2 {
    font-size: 20px;
    font-weight: 900;
  }
}
#form-container form {
  width: 70vw;
  max-width: 900px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media (max-width: 768px) {
  #form-container form {
    min-width: 100%;
  }
}
#form-container form label {
  width: 100%;
}
#form-container form a {
  color: white;
  text-decoration: underline;
}
#form-container form #buono {
  font-size: 12px;
  text-align: center;
}
#form-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}
#form-container .form-group .checkbox-label input {
  width: 30px;
}
#form-container .form-group .select2 {
  width: 100% !important;
}
#form-container .form-group .custom-select-style {
  width: 100%;
  padding: 30px 20px;
  border: 2px solid white;
  border-radius: 50px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #form-container .form-group .custom-select-style {
    padding: 18px 8px;
    font-size: 16px;
  }
}
#form-container .form-group .custom-select-style span {
  display: block !important;
  color: rgba(255, 255, 255, 0.7) !important;
}
#form-container .form-group .custom-select-style .select2-selection__arrow {
  position: relative;
}
#form-container .form-group .checkbox-label {
  text-align: center;
  margin-top: 20px;
}
#form-container .form-group input,
#form-container .form-group select,
#form-container .form-group textarea {
  width: 100%;
  padding: 20px;
  border: 2px solid white;
  border-radius: 50px;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  #form-container .form-group input,
  #form-container .form-group select,
  #form-container .form-group textarea {
    padding: 10px;
    font-size: 16px;
  }
}
#form-container .form-group input::placeholder,
#form-container .form-group select::placeholder,
#form-container .form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#form-container button[type=submit] {
  background: white;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 25px;
  border: none;
  color: #3e4f5b;
  width: 300px;
  cursor: pointer;
}

@media (min-width: 768px) {
  #chi_siamo > div {
    flex: 1;
    max-width: 50%;
  }
  footer > div {
    flex: 1;
    max-width: 33.33%;
  }
}
html {
  scroll-behavior: smooth;
  -webkit-touch-callout: none; /* Disabilita menu context */
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}

select {
  appearance: none; /* Standard */
  -webkit-appearance: none; /* Safari/Chrome */
  -moz-appearance: none; /* Firefox */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:focus-visible {
  outline: none;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #000;
}

h2 {
  line-height: 40px;
}

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