@charset "UTF-8";
.button {
  font-family: "Inter", sans-serif;
  text-align: center;
  letter-spacing: 1px;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 900;
  margin-top: auto;
  color: #B34245;
  text-decoration: none;
  background-color: transparent;
  border: 3px solid #B34245;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.button:hover {
  background-color: #B34245;
  color: #fef6f0;
  cursor: pointer;
}

strong {
  font-weight: 600;
}

body {
  background-color: #fef6f0;
}

html {
  scroll-behavior: smooth;
}

h1 {
  color: #B34245;
  font-family: "DM Serif Text", serif;
  font-weight: 900;
  font-size: 94px;
  margin-bottom: 0px;
  z-index: 1;
  position: relative;
  letter-spacing: 1px;
}

h2 {
  font-family: "DM Serif Text", serif;
  color: #B34245;
  text-align: center;
  font-size: 54px;
  letter-spacing: 1px;
}

h3 {
  font-family: "DM Serif Text", serif;
  letter-spacing: 1px;
  color: #281515;
  font-size: 32px;
  text-align: center;
  margin-top: -35px;
}

ol.breadcrumb {
  padding: 0;
  margin-left: 10px;
}

.breadcrumb {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  display: flex;
  font-size: 16px;
  width: 100vw;
  list-style: none;
  text-align: left;
  position: relative;
  justify-content: flex-start;
  margin-left: 0;
}

.breadcrumb a {
  text-decoration: none;
  padding: 0px;
  color: #281515;
  text-align: left;
  position: relative;
  justify-content: flex-start;
  transition: transform 0.3s ease-in-out;
}
.breadcrumb a:hover {
  color: #B34245;
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #B34245;
  margin: 0 8px;
}

.description {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 20px 164px;
  text-align: left;
}

.attività {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 80px 164px;
}

.attività button {
  font-family: "Inter", sans-serif;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 15px;
  color: #fef6f0;
  font-weight: 500;
}

.button-ads {
  background-color: #89A253;
  border: solid 1px #89A253;
}

.button-design {
  background-color: #B34245;
  border: solid 1px #B34245;
}

.button-content {
  background-color: #E3A54F;
  border: solid 1px #E3A54F;
}

.button-smm {
  background-color: #57899E;
  border: solid 1px #57899E;
}

.progetti {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin: 40px 80px;
}

.card {
  display: flex;
  flex-direction: column;
  height: 672px;
  border: 1px solid #281515;
  border-radius: 12px;
  box-shadow: 0 2px 4px #281515 0, 2, 3;
  padding: 32px;
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 460px;
  max-width: 300px;
}

.card-title {
  text-align: left;
  margin: 12px 0px 12px 0px;
}

.card-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: #281515;
  margin: 12px 0;
}

.card-img {
  width: 290px;
  height: 215px;
  border-radius: 12px;
  border: 1px solid #281515;
  overflow: hidden;
  position: relative;
  margin-bottom: 6px;
}
.card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.contatti {
  margin: 120px 164px;
}

.contatti-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.contatti-info > div:first-child {
  flex: 1 1 0;
  min-width: 0;
}

.contatti-title {
  margin-bottom: 20px;
  margin-top: 0px;
  position: relative;
  align-self: center;
}

.contatti-left {
  flex: 1 1 0;
  min-width: 0;
  max-width: 600px;
}

.contatti-form {
  min-width: 320px;
  max-width: 600px;
  width: 100%;
}

.contatti-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  text-align: left;
  max-width: 600px;
  position: relative;
}

.social {
  margin-top: 80px;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.contatti-social {
  display: flex;
  position: relative;
  gap: 30px;
  margin-top: 8px;
  align-items: center;
}

.contatti-social img {
  z-index: 1;
  max-width: 50px;
  transition: transform 0.3s ease-in-out;
}
.contatti-social img:hover {
  transform: scale(1.3);
}

.contatti-form {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1 1 60%;
}

.form {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.form-control {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 18px;
  padding: 12px 16px;
  border: 1px solid #281515;
  background-color: #fef6f0;
  border-radius: 10px;
}
.form-control:focus {
  outline: 2px solid #B34245;
}

.contatti-mail {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 16px;
  margin-top: 12px;
}
.contatti-mail a {
  color: #281515;
  text-decoration: underline;
}
.contatti-mail a:hover {
  color: #fef6f0;
  background-color: #B34245;
  text-decoration: underline;
  cursor: pointer;
}

.button-invia {
  font-family: "Inter", sans-serif;
  letter-spacing: 1px;
  padding: 10px 20px;
  max-width: 100px;
  font-size: 20px;
  font-weight: 900;
  margin-top: 24px;
  color: #B34245;
  background-color: transparent;
  border: 3px solid #B34245;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.button-invia:hover {
  background-color: #B34245;
  color: #fef6f0;
  cursor: pointer;
}

.condizioni-form {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  color: rgba(40, 21, 21, 0.5803921569);
  font-size: 14px;
  margin-top: 32px;
  max-width: 600px;
}
.condizioni-form p {
  margin: 0;
}

.pencil-bg {
  z-index: 0;
  position: absolute;
  width: 380px;
  margin-top: 130px;
  left: -180px;
  rotate: 8deg;
  opacity: 0.6;
}

.copyright {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-size: 16px;
}

label[for]::after {
  content: " *";
  color: #B34245;
}

.form-message {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 12px 20px;
  border-radius: 8px;
  transition: color 0.3s, background 0.3s;
}

.form-message[style*=green] {
  background: #e6fbe6;
  color: #89A253;
  border: 1px solid #89A253;
}

.form-message[style*=red] {
  background: #ffeaea;
  color: #b34245;
  border: 1px solid #b34245;
}

@media (max-width: 900px) {
  body {
    margin: 0 24px;
  }
  .breadcrumb {
    margin-top: 20px;
    left: 0px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  .description {
    margin: 40px 12px;
    text-align: left;
    font-size: 16px;
  }
  .attività {
    margin: 20px 12px;
    gap: 18px;
    flex-wrap: wrap;
  }
  .card-title {
    font-size: 28px;
  }
  .card-text {
    font-size: 16px;
  }
  .contatti {
    margin: 40px 12px;
  }
  .contatti-info {
    flex-direction: column;
    gap: 32px;
    align-items: stretch;
  }
  .contatti-left,
  .contatti-form {
    max-width: 100%;
    width: 100%;
    min-width: 0;
  }
  .contatti-title {
    font-size: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .contatti-text {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
  .social {
    margin-top: 32px;
    align-items: center;
    font-size: 16px;
  }
  .contatti-social {
    gap: 18px;
    margin-top: 18px;
    justify-content: center;
  }
  .contatti-social img {
    max-width: 50px;
  }
  .form {
    max-width: 100%;
    font-size: 16px;
  }
  .form-control {
    font-size: 16px;
    padding: 10px 12px;
  }
  .button-invia {
    font-size: 16px;
    max-width: 100%;
    width: 100%;
    padding: 10px 0;
  }
  .condizioni-form {
    font-size: 12px;
    max-width: 100%;
  }
}

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