body {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
}

.header {
  margin: 0px !important;
  height: 80px;
  padding: 0 !important;
}

nav a {
  color: white !important;
}

@media (max-width: 991.98px) {
  nav a {
    color: #000 !important;
  }
}

@media (max-width: 991.98px) {
  .navbar { position: relative; }
  .navbar .navbar-collapse {
    position: absolute;
    left: 0; right: 0; top: 100%;
    background: #fff;
    padding: .75rem 1rem;
    border-top: 1px solid rgba(0,0,0,.1);
    z-index: 1040;              /* sopra il contenuto */
    box-shadow: 0 6px 16px rgba(0,0,0,.08);
  }
}

.main {
  height: 100vh;
  margin-top: -80px;
}

h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 2em;
}

.main h1 {
  position: relative;
  max-width: 600px;
}

.map-container {
  width: 100%;
}

#Partners img {
  margin: 2%;
  opacity: 0.6;
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 1.8em;
}
.numbers-container {
  padding: 0 16px 0 16px;
}
.numbers {
  background-color: black;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}

.numbers div {
  display: inline-block;
  margin: 36px;
}

.numbers h1 {
  font-weight: 600;
  font-size: 3em;
}

.card {
  border: 0px;
  box-shadow: 0 0 25px #eaeaea;
}

.card .btn {
  float: right;
  background: none;
  color: black;
  text-decoration: underline;
  opacity: 0.8;
  border: 0px;
}

.footer {
  background-color: black;
  color: white;
  padding: 80px 0 40px 0;
}

.footer ul li {
  margin-top: 16px;
  float: right;
  list-style-type: none;
  text-decoration: underline;
}

.footer a {
  text-decoration: underline;
  color: white;
}

.copyright {
  margin-top: 80px;
}

h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
}

.services-icon {
  height: 120px;
  margin-bottom: 24px;
}

.wrapper {
  background-image: url("../assets/bannerino.jpg");
  background-size: cover;
  background-attachment: fixed;
}

.wrapper-main {
  color: white;
  position: relative;
  top: 70%;
  transform: translateY(-50%);
}

.main p {
  margin-top: 24px;
}

.main a {
  background-color: white;
  border-radius: 0;
  color: #407bff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.main button:hover {
  background-color: black;
  border: 1px solid black;
}

.logo {
  padding: 0;
  line-height: 80px;
}

.navigation {
  line-height: 80px;
  padding: 0;
}

.navigation ul li {
  display: inline;
  float: right;
}

.contact-btn {
  margin-bottom: 16px;
  background-color: transparent;
  color: #407bff;
  display: block;
  width: fit-content;
}

.contact-btn:hover {
  background-color: black;
  border: 1px solid black;
  color: white;
}

.agency-photo {
  width: 100%;
  box-shadow: 0 0 25px #eaeaea;
  margin-left: 1px;
}

.products-retail {
  margin-top: 10px;
  list-style: none;
  padding-left: 0;
}

.products-retail li {
  font-size: 1.2em;
}

.products-retail li::before {
  color: black;

  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.products-corporate {
  list-style: none;
}

.products-corporate li::before {
  color: white;
  content: "AR"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 2em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}

.corporate {
  padding: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
}
.pattern-diagonal-lines-sm p {
  color: white;
}
.pattern-diagonal-lines-sm li {
  color: white;
  font-size: 1.2em;
}

.pattern-dots-sm {
  padding: 20px;
  color: white;
}

.pattern-dots-sm li {
  color: #0b051d;
  font-size: 1.2em;
}

.services-head {
  margin-bottom: 40px;
}

form {
  margin-top: 40px;
}

.whatsapp-label {
  position: fixed;
  background-color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 0.8em;
  right: 6%;
  bottom: 18%;
  z-index: 100;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.whatsapp {
  width: 48px;
  height: 48px;
  background-color: transparent;
  border: none;
  position: fixed;
  right: 6%;
  bottom: 10%;
  z-index: 100;
}

#Contacts {
  padding-top: 80px;
  padding-bottom: 160px;
  background-image: url("../assets/contacts-banner2.png");
  background-position: center;
  background-size: cover;
}

#Services {
  padding-top: 80px;
  padding-bottom: 80px;
}
#Products {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #407bff;
  color: white;
}

#Benefits {
  padding-top: 64px;
  padding-bottom: 64px;
}

#Partners {
  padding-top: 80px;
  padding-bottom: 80px;
}

.btn-primary {
  border-radius: 0;
  background: #407bff;
}
.btn-primary:hover {
  border-radius: 0;
  background: black;
  border: 1px solid black;
}

.contacts input {
  border-radius: 0;
}

.contacts textarea {
  border-radius: 0;
}

.customers {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.customers img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  filter: grayscale(100%);
  opacity: 0.5;
  vertical-align: middle;
  padding: 16px;
}

.logo {
  height: 24px;
}

.img-hover-zoom {
  /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

#Team {
  padding: 80px 0 80px 0;
  background-image: linear-gradient(#f6f8fd, white);
};


th, td {
  padding: 20px;
}