@font-face {
  font-family: "LEMONMILKMedium";
  src:
    url("../fonts/LEMONMILKMedium.woff2") format("woff2"),
    url("../fonts/LEMONMILKMedium.woff") format("woff"),
    url("../fonts/LEMONMILKMedium.ttf") format("truetype");
}

@font-face {
  font-family: "LEMONMILKLight";
  src:
    url("../fonts/LEMONMILKLight.woff2") format("woff2"),
    url("../fonts/LEMONMILKLight.woff") format("woff"),
    url("../fonts/LEMONMILKLight.ttf") format("truetype");
}

@font-face {
  font-family: "QwertyAbility";
  src: url("../fonts/QwertyAbility.otf") format("truetype");
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "LEMONMILKLight";
}

.text-parodi {
  color: #8d3a1c;
  font-family: "QwertyAbility";
  font-size: 40px;
}

.text-highlated {
  color: #8d3a1c;
}

.navbar-brand img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

section.banner {
  position: relative;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow-x: hidden;
}

section.banner img.background {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: -10px;
  max-width: 140%;
  width: 120%;
  object-fit: cover;
  height: 100%;
  filter: blur(3px);
}

section.banner .row {
  max-width: 100%;
}

section.banner .row * {
  overflow-y: hidden;
}

section.banner h1 {
  color: #fff;
  font-size: 80px;
  font-family: "QwertyAbility";
}

section.banner h5.desc {
  color: #fff;
  max-width: 600px;
  text-align: center;
  margin: 10px auto;
}

section.banner .btn-contact {
  background-color: #8d3a1c;
  color: #fff;
  border-radius: 10px;
  margin-top: 20px;
  font-size: 20px;
}

section.about-us {
  background-color: rgb(238, 238, 238);
  padding: 40px 0;
}

section.about-us h2 {
  text-align: center;
}

section.about-us p.desc {
  margin-top: 20px;
}

section.about-us .row-about {
  margin-top: 30px;
  align-items: center;
}

section.about-us .row-about img {
  border-radius: 5px;
}

section.areas {
  padding: 30px 0;
}

section.areas h2 {
  text-align: center;
}

section.areas .col-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

section.areas .col-item .content {
  border: 1px solid #8d3a1c;
  display: flex;
  justify-content: top;
  flex-direction: column;
  align-items: center;
  width: 95%;
  padding: 15px;
  border-radius: 5px;
  height: 100%;
}

section.areas .col-item .content hr {
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #8d3a1c;
  margin: 1em 0;
  padding: 0;
  width: 60px;
}

section.areas .box {
  background-color: #fff;
  color: #8d3a1c;
  padding: 15px;
  display: inline-block;
  border-radius: 10px;
}

section.areas .box i {
  font-size: 60px;
}

section.areas h3.title {
  margin-top: 10px;
  font-size: 25px;
  color: #8d3a1c;
}

section.speciality {
  background-color: rgb(238, 238, 238);
  padding: 60px 0;
}

section.speciality.italy {
  background-color: #fff;
}

section.speciality .col-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: left;
  text-align: justify;
}

section.speciality .desc {
  font-size: 14px;
}

section.speciality.italy .col-text {
  align-items: flex-end;
}

section.contact {
  background-color: rgb(238, 238, 238);
  padding: 40px 0;
}

section.contact form {
  max-width: 800px;
  margin: 0 auto;
}

section.contact form input,
section.contact form textarea {
  border: 0px solid #fff;
  border-radius: 0;
  box-shadow: -19px 20px 56px -26px rgba(128, 128, 128, 0.75);
  -webkit-box-shadow: -19px 20px 56px -26px rgba(128, 128, 128, 0.75);
  -moz-box-shadow: -19px 20px 56px -26px rgba(128, 128, 128, 0.75);
}

section.contact .col-info {
  display: flex;
  justify-content: center;
}

section.contact .col-info .item {
  margin-bottom: 10px;
}

section.contact .col-info .item:hover {
  color: #8d3a1c;
}

section.contact .col-info .item i {
  margin-right: 5px;
  font-size: 20px;
}

section.contact .col-info .item label {
  font-size: 18px;
}

section.contact .col-info .item label a {
  text-decoration: none;
  color: #000;
}

section.contact .col-info .item label a:hover {
  color: #8d3a1c;
}

section.contact .btn-submit {
  color: #8d3a1c;
  border-radius: 20px;
  border: 2px solid #8d3a1c;
  margin-top: 25px;
  padding: 5px 30px;
  display: inline-block;
  font-size: 18px;
  background-color: rgb(238, 238, 238);
}

section.contact .btn-submit:hover {
  background-color: #8d3a1c;
  color: rgb(238, 238, 238);
}

@media screen and (max-width: 991px) {
  section.banner h1 {
    font-size: 30px;
  }
  section.banner h5.desc {
    font-size: 15px;
  }
  section.banner .btn-contact {
    font-size: 16px;
  }
  section.about-us p.desc {
    margin-top: 10px;
    font-size: 14px;
  }
  section.areas h3.title {
    font-size: 20px;
  }
  section.areas ul li {
    font-size: 14px;
  }
  section.speciality h3 {
    margin: 10px 0;
    text-align: left;
  }
  section.speciality.italy .row {
    flex-direction: column-reverse;
  }
  section.speciality .desc {
    text-align: justify;
  }
  section.speciality.italy .col-text {
    align-items: unset;
  }
  section.contact .col-info .item label a {
    font-size: 13px;
  }
  section.contact .col-info {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  text-decoration: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: transform 0.2s ease;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: #fff;
}

.contact-map {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 8px;
}
