.alefaktury_pricing_cards{

}
.alefaktury_pricing_cards .ptb-120 {
  padding: 120px 0;
}
.alefaktury_pricing_cards .ptb-60 {
  padding: 60px 0;
}
.alefaktury_pricing_cards .z-2 {
  z-index: 2;
}
.alefaktury_pricing_cards .rounded-custom {
  border-radius: 1rem !important;
}
.alefaktury_pricing_cards p {
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal;
}
.alefaktury_pricing_cards h2 {
  font-weight: 700;
  margin-bottom: 0.625rem;
  line-height: 1.2;
}
.alefaktury_pricing_cards .section-heading {
  margin-bottom: 20px;
}
.alefaktury_pricing_cards .single-pricing-wrap {
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
}
.alefaktury_pricing_cards .custom-shadow {
  -webkit-box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
  box-shadow: 0 5px 20px 0 rgba(210, 210, 245, 0.5);
}
.alefaktury_pricing_cards .pricing-header {
  padding-bottom: 32px;
  border-bottom: 1px dashed var(--bs-secondary);
}
.alefaktury_pricing_cards .mb-32 {
  margin-bottom: 32px;
}
.alefaktury_pricing_cards .pricing-header .package-name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: none;
  color: var(--bsx-color-secondary);
}
.alefaktury_pricing_cards .text-white .pricing-header .package-name {
  color: var(--bsx-color-third);
}
.alefaktury_pricing_cards .pricing-header h4, .alefaktury_pricing_cards .pricing-header .h4 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.alefaktury_pricing_cards .text-white .pricing-header h4, .alefaktury_pricing_cards .text-white .pricing-header .h4 {
  color: #fff;
}
.alefaktury_pricing_cards .pricing-header h4 span, .alefaktury_pricing_cards .pricing-header .h4 span {
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: 5px;
  color: #575757;
  letter-spacing: normal;
}
.alefaktury_pricing_cards .text-white .pricing-header h4 span, .alefaktury_pricing_cards .text-white .pricing-header .h4 span {
  color: #fff;
}
.alefaktury_pricing_cards .pricing-feature-list li {
  font-size: 15px;
  padding: 5px 0;
  color: #575757;
}
.alefaktury_pricing_cards .text-white .pricing-feature-list li {
  color: #fff;
}
.alefaktury_pricing_cards .pricing-feature-list li i {
  color: var(--bsx-color-secondary);
}
.alefaktury_pricing_cards .text-white .pricing-feature-list li i {
  color: var(--bsx-color-third);
}
.alefaktury_pricing_cards .btn {
  --bs-btn-padding-x: 1.75rem;
  --bs-btn-padding-y: 0.65rem;
  --bs-btn-font-family: Poppins, sans-serif;
  --bs-btn-font-size: 0.9375rem;
  --bs-btn-font-weight: 500;
  --bs-btn-line-height: 1.75;
  --bs-btn-color: #575757;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-box-shadow: unset;
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  -webkit-transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.alefaktury_pricing_cards .btn-outline-primary {
  --bs-btn-color: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary);
  --bs-btn-hover-border-color: var(--bsx-color-secondary);
  --bs-btn-focus-shadow-rgb: 23, 92, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary);
  --bs-btn-active-border-color: var(--bsx-color-secondary);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: var(--bsx-color-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
  --bs-gradient: none;
}
.alefaktury_pricing_cards .btn {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid transparent;
  width: 100%;
}
.alefaktury_pricing_cards .btn-outline-primary {
  color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}
.alefaktury_pricing_cards .btn-soft-primary:hover, .alefaktury_pricing_cards .btn-outline-primary:hover {
  color: #fff;
  background-color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}
.alefaktury_pricing_cards .z--1 {
  z-index: -1;
}
.alefaktury_pricing_cards .bottom--40 {
  bottom: -40px !important;
}
.alefaktury_pricing_cards .left--40 {
  left: -40px !important;
}
.alefaktury_pricing_cards .right--40 {
  right: -40px !important;
}
.alefaktury_pricing_cards .top--40 {
  top: -40px !important;
}
.alefaktury_pricing_cards .bg-dark {
  background-color: var(--bsx-color-primary) !important;
}
.alefaktury_pricing_cards .btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bsx-color-secondary);
  --bs-btn-border-color: var(--bsx-color-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bsx-color-secondary);
  --bs-btn-hover-border-color: var(--bsx-color-secondary);
  --bs-btn-focus-shadow-rgb: 58, 116, 255;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bsx-color-secondary);
  --bs-btn-active-border-color: var(--bsx-color-secondary);
  --bs-btn-active-shadow: unset;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bsx-color-secondary);
  --bs-btn-disabled-border-color: var(--bsx-color-secondary);
}
.alefaktury_pricing_cards .form-switch.form-switch-md .form-check-input{
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
}
.alefaktury_pricing_cards .form-switch .form-check-input:checked {
  background-color: var(--bsx-color-secondary);
  border-color: var(--bsx-color-secondary);
}

@media (min-width: 1200px) {
  .alefaktury_pricing_cards .display-6 {
    font-size: 2.5rem;
  }
  .alefaktury_pricing_cards .h2, .quiety2_cards h2 {
    font-size: 2.5rem;
  }
}
@media (min-width: 320px) and (max-width: 991px){
  .alefaktury_pricing_cards .ptb-120 {
    padding: 60px 0;
  }
}
@media (max-width: 991px){
  .alefaktury_pricing_cards .section-heading {
    margin-bottom: 30px;
  }
}
