.border-top {
  border-top: 1px solid #e8e8e8 !important;
}

.rounded {
  border-radius: 0.2rem !important;
  overflow: hidden;
}

.rounded-n {
  border-radius: 0.5rem !important;
  overflow: hidden;
}

.shadow {
  box-shadow: rgba(33, 33, 33, 0.3) 0px 6px 6px -4px !important;
}

html {
  height: 100% !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: #565656;
  height: 100% !important;
  -webkit-overflow-scrolling: touch;
}
body:not(.focus-visible) :focus:not(.focus-visible) {
  outline: 0 !important;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

hr {
  margin: 3rem 0 !important;
  border-top: 1px solid #e0d7eb !important;
}

@media (min-width: 1320px) {
  .container, .container-lg {
    max-width: 1400px;
  }
}

.container-fluid {
  max-width: 1800px;
}

body {
  background-color: #efebf5;
}

.section-loghi {
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .section-loghi {
    padding: 3rem 0;
  }
}
.section-loghi .name-inner {
  height: 100%;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
}
.section-loghi img {
  box-shadow: rgba(26, 39, 68, 0.25) 0px 50px 45px, rgba(26, 39, 68, 0.12) 0px 20px 30px, rgba(26, 39, 68, 0.12) 0px 4px 6px, rgba(26, 39, 68, 0.17) 0px 12px 13px, rgba(26, 39, 68, 0.09) 0px -3px 5px;
  transition: 0.5s all;
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.section-loghi imgimg:hover {
  box-shadow: rgba(33, 33, 33, 0.3) 0px 6px 6px -4px;
}