@import url("https://fonts.googleapis.com/css2?family=Noto+Sans&family=Noto+Sans+HK:wght@400;700&display=swap");
html {
  scroll-behavior: smooth;
}

html, body {
  overflow-x: hidden;
}

.text-primary {
  color: #EB6534 !important;
}

.w-md-50 {
  width: 80% !important;
}
@media (min-width: 767px) {
  .w-md-50 {
    width: 50% !important;
  }
}

.w-lg-75 {
  width: 100% !important;
}
@media (min-width: 991px) {
  .w-lg-75 {
    width: 75% !important;
  }
}

p, span, a, input, small, textarea, select, option {
  font-family: "Noto Sans", sans-serif;
}

h1, h2, h3, h4, label {
  font-family: "Noto Sans HK", sans-serif;
}

.text-big {
  font-size: 30px;
}
@media (min-width: 767px) {
  .text-big {
    font-size: 34px;
  }
}
@media (min-width: 991px) {
  .text-big {
    font-size: 40px;
  }
}
@media (min-width: 1199px) {
  .text-big {
    font-size: 50px;
  }
}

.header-with-overlay {
  position: relative;
}

.header-with-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1021;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-with-overlay .overlay .logo {
  width: 300px;
  height: auto;
}

.bg-orange {
  background: #EB6534;
  background: linear-gradient(to right, #EB6534, #ef9c42);
}

section.pricing {
  background: #EB6534;
  background: linear-gradient(to right, #EB6534, #ef9c42);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.pricing .btn {
  opacity: 0.7;
}

/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -0.25rem;
    margin-bottom: 0.25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}
#contact .form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ced4da;
  box-shadow: none;
}

input, select, option, label {
  outline: none;
}
input:hover, input:focus, input:active, select:hover, select:focus, select:active, option:hover, option:focus, option:active, label:hover, label:focus, label:active {
  box-shadow: none !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.overlay * {
  position: relative;
}

.company-private__selection {
  overflow: hidden;
}
.company-private__selection .col-commercialista {
  transition: 300ms;
}
.company-private__selection .col-commercialista:hover {
  overflow: hidden;
  transition: 300ms;
  transform: scale(1.1);
}
.company-private__selection .col-venditore {
  transition: 300ms;
}
.company-private__selection .col-venditore:hover {
  overflow: hidden;
  transition: 300ms;
  transform: scale(1.1);
}

#pricing .pricing-toggler .btn {
  opacity: 1;
  -webkit-appearance: none;
  vertical-align: middle;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  transition: background, color, border 250ms ease;
}
#pricing .pricing-toggler .btn-toggle {
  width: 3rem;
  height: 1.75rem;
  background-color: #6666ff;
  border-radius: 24px;
  position: relative;
}
#pricing .pricing-toggler .btn-toggle:hover {
  background-color: #b3b3ff;
}
#pricing .pricing-toggler .btn-toggle__inner {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 100%;
  background: white;
  position: absolute;
  margin: 4px;
  left: 1.25rem;
  top: 0;
  right: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 255, 0.1);
  transition: left 250ms ease;
  pointer-events: none;
}
#pricing .pricing-toggler .btn-primary {
  background-color: #6666ff;
  color: #fff;
  border: 2px solid white;
}
#pricing .pricing-toggler .btn-primary:hover {
  background-color: #fff;
  color: #6666ff;
  border-color: #6666ff;
}
#pricing .pricing-toggler .btn-secondary {
  background-color: white;
  color: #6666ff;
  border: 2px solid #6666ff;
}
#pricing .pricing-toggler .btn-secondary:hover {
  background-color: #6666ff;
  color: white;
  border-color: white;
}
#pricing .js-toggle .btn-toggle__inner {
  left: 0;
}

.contact-form-container {
  z-index: 9;
}

.footer-container a {
  position: relative;
  z-index: 2;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

label.error {
  font-size: 0.8rem;
  color: #610000;
}

/*# sourceMappingURL=front.css.map */
