body {
  background: #351E29;
  color: #f4efe5;
  margin: 0 auto;
  max-width: 1600px;
  min-height: 100vh;
  font-family: 'Inter';
  font-weight: 400;
  text-align: center;
}

.navbar {
  background: rgba(53,30,41,0.5);
  backdrop-filter: blur(5px);
}

.btn {
  border-radius: 6px;
  padding: 0.5rem 1.2rem;
}

.fas.fa-phone-alt {
  margin-right: 0.5rem;
}

.nav-link:focus, .nav-link:hover {
  color: #f4efe5;
}

.nav-link {
  color: var(--bs-body-bg);
}

.link-esteso {
  color: #F19B23;
  font-weight: 500;
  margin-right: 1rem;
}

.link-esteso:hover {
  color: #f4efe5;
}

.homepage-bg {
  text-align: center;
  height: 100vh;
  background: url("../../assets/img/Oste-Milano-sfondo-scuro.jpg") center / cover no-repeat;
  display: flex;
}

h1 {
  font-family: 'KyivType Titling Bold3';
  font-size: calc(3rem + 1vw);
}

h2 {
  font-family: 'KyivType Titling Medium3';
  margin-bottom: 1.75rem;
  font-size: calc(1.5rem + .5vw);
}

.centered p {
  color: white;
}

.beige-bg {
  background-color: #f4efe5;
}

h5 {
  color: #F6B66E;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.beige-bg h3 {
  color: #351e29;
}

.beige-bg h4 {
  color: #351e29;
  font-size: 1.2rem;
}

.beige-bg h2 {
  color: #351e29;
}

.beige-bg p {
  color: #64504F;
}

.fas.fa-caret-right {
  margin-left: 0.5rem;
}

div {
  text-align: left;
}

.btn {
  -webkit-appearance: none;
  border: none;
  outline: 0;
  position: relative;
  background-image: linear-gradient(45deg, #F19B23 10%, #9b6636 90%);
  background-size: 200% 100%;
  color: white;
  border-radius: 10px;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 1.2rem;
}

.btn:hover {
  color: white;
  -webkit-animation: bruh 3s linear infinite;
  animation: bruh 3s linear infinite;
}

.beige-bg h5 {
  color: #9B6636;
}

.last-p {
  margin-bottom: 1.5rem;
}

.padding-middle {
  padding: 40px 40px;
}

h3 {
  font-family: 'KyivType Titling Medium3';
  margin-bottom: 1.75rem;
}

.arco-bg {
  background-color: #9b6636;
  width: 80px;
  height: 80px;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  text-align: center;
  justify-content: center;
  display: flex;
  margin-bottom: 1.5rem;
}

.arco-bg img {
  width: 60px;
}

.paddings {
  padding-top: 80px;
  padding-bottom: 80px;
}

.harmonic-text {
  max-width: 540px;
}

.harmonic-text img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.pre-arco {
  margin-top: 20px;
}

.pre-map {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  header {
    max-width: 740px;
  }
}

@media (max-width: 767px) {
  header {
    max-width: 90%;
  }
}

header {
  margin-top: calc(100px + 5vw);
  backdrop-filter: blur(1px);
  padding: 20px;
}

header .btn {
  margin-right: 1rem;
}

.imageBox {
  position: relative;
  float: left;
  margin-bottom: 1rem;
}

.imageBox .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}

.imageBox:hover .hoverImg {
  display: block;
}

@media (max-width: 576px) {
  .birre {
    display: none;
  }
}

.swiper-slide p {
  position: absolute;
}

.pappagalli {
  max-width: 360px;
  margin-bottom: 20px;
}

.margin {
  margin-top: 1rem;
}

.far.fa-envelope {
  margin-right: 0.5rem;
}

.vertical-links {
  display: grid;
}

.vertical-links a {
  margin-bottom: 1rem;
}

.fas.fa-map-marker-alt {
  margin-right: 0.5rem;
}

.social-icon {
  color: #ffffff;
  font-size: calc(1.5rem + .5vw);
}

footer h3 {
  margin-bottom: 1rem;
}

h6 {
  font-family: 'KyivType Titling Medium3';
}

footer h6 {
  text-align: center;
  margin-top: 20px;
}

