body {
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 600;
}

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 20;
}

.navbar .nav-link {
  font-size: 0.9rem;
  letter-spacing: 0.02rem;
  font-weight: 300;
}

.navbar .nav-link:hover {
  font-weight: 500;
}

.navbar .nav-link.btn-bosio {
  font-weight: 300;
}

.navbar .btn-bosio {
  background-color: #E30613;
  color: #fff;
  font-size: 0.85rem;
  letter-spacing: 0.07rem;
  font-weight: 300;
  border-radius: 0;
  padding: 0.2rem 1.2rem;
}

.sec_video {
  position: relative;
  overflow: hidden;
  height: 700px;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.sec_video .box {
  position: absolute;
  width: 600px;
  top: 50%;
  transform: translateY(-50%);
}

.sec_video .box .title {
  font-family: "DM Serif Text", serif;
  font-weight: 400;
  font-size: 3.5rem;
  margin-bottom: 1.2rem;
  line-height: 1.1;
  color: #fff;
}

.sec_video .box .subtitle {
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  font-weight: 300;
  margin-bottom: 1.4rem;
  color: #fff;
}

.sec_video .btn-atelier {
  border: solid 1px #fff;
  color: #fff;
}

.sec_video .btn-atelier:hover {
  background-color: #fff;
  color: #fff;
}

#claim {
  background-color: #E30613;
  height: 85px;
  display: flex;
  align-items: center;
}

#claim h1 {
  font-weight: 200;
  font-size: 2.5rem;
  letter-spacing: 0.05rem;
  color: #fff;
  margin-bottom: 0;
}

.arrows {
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.arrows path {
  stroke: #fff;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

@-webkit-keyframes arrow {
  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }
}

.arrows path.a1 {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
}

.arrows path.a2 {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
}

.section-title {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  margin-bottom: 0.7rem;
  font-weight: 700;
  color: #E30613;
}

.storia {
  background-color: #fff;
  padding: 5rem 0;
  border-bottom: 1px #E30613 solid;
}

.storia .title,
.servizi .title {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
}

.storia .text {
  font-weight: 200;
}

.element {
  display: flex;
  align-items: center;
}

.element .icon {
  background-color: #fff;
  width: 120px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.element .icon img {
  width: 45px;
}

.element .text .title {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03rem;
  margin-bottom: 0.2rem;
}

.element .text p {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.servizi {
  padding: 5rem 0;
}

.servizi .cta-title {
  font-size: 1.7rem;
  font-weight: 200;
  letter-spacing: 0.05rem;
  margin-bottom: 0.7rem;
}

.btn-bosio {
  background-color: #E30613;
  color: #fff;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  font-weight: 300;
  border-radius: 0;
  padding: 0.5rem 2rem;
}

.btn-bosio:hover {
  background-color: #fff;
  color: #E30613;
  border: solid 1px #E30613;
}

.contattaci-banner {
  background-color: #E30613;
  color: #fff;
  margin: 5rem 0;
}

.contattaci-banner .title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 200;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
}

.contattaci-banner .btn-bosio-light {
  background-color: #fff;
  color: #E30613;
  font-size: 1.1rem;
  letter-spacing: 0.07rem;
  font-weight: 300;
  border-radius: 0;
  padding: 0.5rem 2rem;
}

.contattaci-banner .btn-bosio-light:hover {
  background-color: #E30613;
  color: #fff;
  border: solid 1px #fff;
}

.contattaci-banner p {
  font-size: 0.95rem;
  line-height: 1.8;
}

.team {
  margin-bottom: 5rem;
}

.team .social .followText {
  font-size: 1rem;
  font-weight: 500;
}

.team .title {
  font-size: 2.6rem;
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-bottom: 2rem;
}

.team .box {
  padding: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.team .text {
  margin-bottom: 2rem;
  font-size: 0.95rem;
}

.team .social {
  display: flex;
  align-items: center;
}

.team .social a {
  color: #000;
}

.team .social a:hover {
  color: #E30613;
}

.team .social i {
  font-size: 1.2rem;
}

.contact {
  background-color: #E30613;
}

input::placeholder,
.contact textarea::placeholder {
  font-weight: 200;
  font-size: 0.9rem;
  opacity: 1;
  letter-spacing: 0.05rem;
  color: #fff !important;
}

.form-control,
.form-select {
  font-weight: 200;
  opacity: 1;
}

.privacyLabel {
  font-size: 0.8rem;
  color: #fff;
  text-transform: uppercase;
}

.privacyLabel a {
  color: #fff;
}

.contact textarea {
  padding: 0.5rem;
}

.contact input,
.contact textarea,
.contact select {
  border-radius: 0;
  color: #fff;
  border: solid 1px #fff;
  background-color: transparent;
}

.contact .form-control:focus {
  border: solid 1px #fff;
  box-shadow: none;
}

.contact .intestazione {
  font-weight: 200;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.02rem;
}

.contact .btn-bosio-light {
  background-color: #fff;
  color: #E30613;
  font-size: 1rem;
  letter-spacing: 0.07rem;
  font-weight: 400;
  border-radius: 0;
  padding: 0.5rem 2rem;
}

.contact .btn-bosio-light:hover {
  background-color: #E30613;
  color: #fff;
  border: solid 1px #fff;
}

.contact .title {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 200;
  letter-spacing: 0.02rem;
  color: #fff;
}

.form-check-input:checked {
  background-color: #ffffff4b;
  border-color: #ffffff4b;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #000;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23000' stroke='none'/%3e%3c/svg%3e");
}

.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"),
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23000'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23000' stroke='none'/%3e%3c/svg%3e");
  border: solid 1px #000;
}

.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-select.is-valid,
.was-validated .form-select:valid,
.was-validated .form-select:valid:focus {
  border-color: #fff;
}

.form-control.is-valid,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
  border-color: #fff;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #000;
}

.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #000;
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #fff;
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #ffffff4b;
  border-color: #fff;
}

footer p {
  font-size: 0.9rem;
}

footer a {
  color: #000;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.margin-interessato {
  margin-top: 3.5rem;
}

@media (max-width: 991.98px) {

  .contattaci-banner {
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .team .box {
    padding: 4rem 3rem;
  }

  .element .icon img {
    width: 40px;
  }
}

@media (max-width: 767.98px) {
  #claim h1 {
    font-size: 8vw;
  }

  .storia {
    padding: 3rem 0;
  }

  .servizi {
    padding: 3rem 0;
  }

  .storia .title,
  .servizi .title {
    font-size: 7vw;
  }

  .element .text .title {
    font-size: 5vw;
  }

  .element .text p {
    font-size: 4vw;
  }

  .contattaci-banner .title {
    font-size: 8vw;
  }

  .team .box {
    padding: 2rem 0.5rem;
  }

  .team {
    margin-bottom: 2rem;
  }

  .team .title {
    font-size: 9vw;
    margin-bottom: 0.7rem;
    line-height: 1;
  }

  .intro.sec_video {
    height: calc(88vh - 56px);
    margin-top: 56px;
  }

  .element {
    align-items: start;
  }

  .servizi .cta-title {
    font-size: 7vw;
  }

  .btn-bosio {
    font-size: 4.2vw;
  }

  .section-title {
    font-size: 3.8vw;
  }

  .contattaci-banner .btn-bosio-light {
    font-size: 4.2vw;
  }

  .contattaci-banner p {
    font-size: 4.2vw;
  }

  .team .text {
    font-size: 4.2vw;
  }

  .contact .title {
    font-size: 7vw;
  }

  .storia .text {
    font-size: 4.2vw;
  }
}