:root {
  --bs-font-sans-serif: "Poppins", sans-serif;
}

[x-cloak] {
  display: none !important;
}

.btn-brand {
  background-color: #0D2440;
  color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 7px;
  display: flex;
  min-height: 36px;
  height: auto;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  transition: all, 0.25s;
  gap: 6px;
}

.btn-brand:hover {
  background-color: #0D2440;
  color: #ffffff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1607843137);
}

.color-strip {
  height: 6px;
  width: 100%;
  z-index: 999;
  background: linear-gradient(to right, #3D73BA 16.66%, #EFB370 16.66%, #EFB370 33.33%, #5EB173 33.33%, #5EB173 50%, #E03531 50%, #E03531 66.66%, #2C438E 66.66%, #2C438E 83.33%, #E7BD58 83.33%);
}

.navbar .navbar-brand .header_logo {
  width: 190px;
  display: inline-block;
  padding: 10px 0;
}

.footer {
  background-color: #1E2B46;
  color: #ffffff;
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer-logo img {
  width: 200px;
  margin-bottom: 30px;
}

.footer-contact {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: none;
}

.footer-contact .contact-text {
  display: none;
}

.footer-title {
  font-weight: bold;
  font-size: 14px;
}

.footer-title .footer-title-icon {
  display: none;
}

.footer-links {
  margin: 10px auto;
}

.footer-links li a {
  color: #a2a9b0;
  text-decoration: none;
  font-size: 14px;
}

.footer-social-icons {
  display: none;
}

.footer-wave {
  background-image: url("https://vacanze.amare.travel/vendor/theme/amaretravel/img/wave.png");
  background-repeat: repeat-x;
  background-position: center bottom;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 30px;
}

.credit {
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  margin-bottom: 10px;
}

.credit img {
  width: 60px;
}

.credit img.borsa {
  width: 100px;
}

.credit img.sostravel {
  width: 150px;
}

.separator {
  display: flex;
  min-width: 100%;
  margin-bottom: 20px;
}

.separator .el {
  height: 2px;
  width: 100%;
}

.copy {
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding-top: 20px;
}

#amare-loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #0D2440;
}
#amare-loader-content #loader-img {
  height: 50px;
  width: auto;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-contact {
    margin-bottom: 20px;
  }
  .footer-contact .contact-icon {
    display: none;
  }
  .footer-contact .contact-text {
    display: block;
  }
  .footer-title {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer-title .footer-title-icon {
    display: inline-block;
  }
  .footer-links {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  .footer-social-links {
    display: none;
  }
  .footer-social-icons {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
  }
  .footer-social-icons a {
    text-decoration: none;
    color: #ffffff;
    font-size: 32px;
  }
  .custom-switch {
    position: relative;
    right: 20px;
  }
  .flight-element {
    position: relative;
  }
}