:root {
  --primary: #2293ca;
  --secondary: #f07f00;
}

.blurredWhoAmI {
  position: relative;
  background: transparent;
}

.blurredWhoAmI .contentNotBlurred {
  z-index: 2;
}

.blurredWhoAmI::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url("../images/chiSono.jpg");
  background-size: cover;
  background-position: center;
  filter: blur(10px) grayscale(0.3) brightness(0.9); /* Apply the blur here */
  z-index: 1; /* Behind content */
}

.owl-theme.owl-theme2 .owl-dots {
  display: flex;
  justify-content: center;
}

.owl-theme.owl-theme2 .owl-dots .owl-dot {
  transition: all 0.3s ease;
  background: gainsboro;
  padding: 3px 10px;
  margin: 4px;
  border-radius: 1em;
  border: none;
}

.owl-theme.owl-theme2 .owl-dots .owl-dot.active {
  background: var(--primary);
  padding: 4px 16px;
}

.projects {
  display: flex;
  justify-content: center;
  align-items: center;
}

.projects img {
  height: 600px;
  object-fit: cover;
  border-radius: 1em;
}

.projects .descr-project {
  text-transform: uppercase;
  line-height: 150%;
  margin-bottom: 3em;
}

.projects .one_half {
  display: flex;
  flex-direction: column;
}

.coachingBenefitCont {
  max-width: 650px;
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.text-italic {
  font-style: italic;
}

.coachingBenefit {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.coachingBenefit li {
  display: flex;
  align-items: center;
  justify-content: center;
}

.baseAnimation {
  transition: 0.5s ease-in-out;
}

.switchCoachingCont {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.buy_coaching.disableBuy {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

#selectLabel {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  color: #ff0000b0;
  font-style: italic;
}

.switchCoachingCont .switchCoaching {
  width: 150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}

.switchCoachingCont .switchCoaching.active {
  font-weight: 600;
}

.switchCoachingCont .switchCoaching:nth-child(1) {
  border: 1px solid #111;
  color: #111;
}
.switchCoachingCont .switchCoaching.active:nth-child(1),
.switchCoachingCont .switchCoaching:hover:nth-child(1) {
  color: #fff;
  background: #111;
}

.switchCoachingCont .switchCoaching:nth-child(2) {
  border: 1px solid var(--secondary);
  color: var(--secondary);
}
.switchCoachingCont .switchCoaching.active:nth-child(2),
.switchCoachingCont .switchCoaching:hover:nth-child(2) {
  color: #fff;
  background: var(--secondary);
}

.switchCoachingCont .switchCoaching:nth-child(3) {
  border: 1px solid var(--primary);
  color: var(--primary);
}
.switchCoachingCont .switchCoaching.active:nth-child(3),
.switchCoachingCont .switchCoaching:hover:nth-child(3) {
  color: #fff;
  background: var(--primary);
}

.coaching_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-top: 1em;
}

.divider-cart {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.21);
  border-radius: 1em;
  margin: 1em 0;
}

.coaching_card {
  width: 270px;
  height: 150px;
  position: relative;
  margin-bottom: 2em;
  cursor: pointer;
  transition: 0.7s ease-in-out;
}

.coaching-detail {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 8px;
  border-radius: 6px;
  box-shadow: 1px 1px 2px -1px #000;
}

.coaching_card img {
  border-radius: 1em;
  width: 230px;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}

#riepilogo-card {
  color: #000;
}
#riepilogo-card .coaching_card {
  padding-bottom: 50px;
}
#riepilogo-card .coaching_card .coaching-detail {
  bottom: 20px;
}

#riepilogo-card .coaching_card img {
  margin-left: 20px;
}

.coaching-detail .full-center.column {
  line-height: 20px;
  align-items: start;
}

.addToCart {
  position: absolute;
  top: -18px;
  right: 10px;
  height: 40px;
  width: 40px;
  color: var(--primary);
  border: 1px solid var(--primary);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: 0.7s ease-in-out;
}

.coaching_card img,
.coaching_card .coaching-detail {
  transition: 0.7s ease-in-out;
}

.coaching_card:hover,
.coaching_card.selected {
  transform: scale(1.05);
}
.coaching_card:not(.selected):hover img,
.coaching_card:not(.selected):hover .coaching-detail {
  filter: drop-shadow(0px 0px 3px var(--primary));
}

.coaching_card.selected .addToCart {
  color: #fff;
  background: var(--primary);
}

.coaching_card.selected .addToCart {
  color: #fff;
  background: var(--primary);
}

.addToCart svg {
  width: 26px;
  height: 26px;
}

#cart.start .addToCart {
  color: #111;
  border: 1px solid #111;
}

#cart.start .coaching_card.selected .addToCart {
  color: #fff;
  background: #111;
}

#cart.start .coaching_card:not(.selected):hover img,
#cart.start .coaching_card:not(.selected):hover .coaching-detail {
  filter: drop-shadow(0px 0px 3px #111);
}

#cart.pro .addToCart {
  color: var(--secondary);
  border: 1px solid var(--secondary);
}

#cart.pro .coaching_card.selected .addToCart {
  color: #fff;
  background: var(--secondary);
}

#cart.pro .coaching_card:not(.selected):hover img,
#cart.pro .coaching_card:not(.selected):hover .coaching-detail {
  filter: drop-shadow(0px 0px 3px var(--secondary));
}

.price-tag {
  display: inline-block;
  -moz-border-radius-topright: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  background: linear-gradient(90deg, var(--primary), #1a7fb1);
  text-shadow: 1px 1px 1px var(--primary);
  font-weight: bold;
  font-size: 1.1em;
  text-indent: -6px;
  position: relative;
  -moz-transform-origin: 88% 10%;
  -ms-transform-origin: 88% 10%;
  -webkit-transform-origin: 88% 10%;
  transform-origin: 88% 10%;
  position: absolute;
  right: -18px;
  top: 0;
  width: 60px;
  z-index: 2;
  transform: rotate(11deg);
  transition: 0.7s ease-in-out;
}
.price-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid var(--primary);
}
.price-tag::after {
  content: "";
  position: absolute;
  top: 10%;
  left: 88%;
  width: 5px;
  height: 5px;
  border-radius: 2.5px;
  background-color: #cecece;
  box-shadow: inset -1px 1px 0 #8e8e8e;
}
.coaching_card:hover .price-tag,
.coaching_card.selected .price-tag {
  transform: rotate(-11deg);
  top: -30px;
}

/* External card variant */
.coaching_card--external {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  border-radius: 1em;
  overflow: hidden;
  border: 2px solid transparent;
  background-clip: padding-box;
  overflow: visible;
}

.external-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--primary);
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.5px;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cartTitle {
  z-index: 2;
  position: relative;
  background: #ffffff8c;
}

#cart.start .price-tag {
  background: linear-gradient(90deg, #111, #000000);
  text-shadow: 1px 1px 1px #111;
}
#cart.start .price-tag::before {
  border-right: 20px solid #111;
}

#cart.pro .price-tag {
  background: linear-gradient(90deg, var(--secondary), #c56f0e);
  text-shadow: 1px 1px 1px var(--secondary);
}
#cart.pro .price-tag::before {
  border-right: 20px solid var(--secondary);
}

.c_start {
  color: #111;
}
.column {
  flex-direction: column;
}

/* Timeline Container */
.timeline {
  background: var(--primary-color);
  margin: 20px auto;
  padding: 20px;
}
.timeline-title {
  color: var(--primary);
  text-shadow: 1px 1px 2px #000;
}

/* Card container */
.card {
  position: relative;
  max-width: 400px;
}

/* setting padding based on even or odd */
.card:nth-child(odd) {
  padding: 30px 0 30px 30px;
}
.card:nth-child(even) {
  padding: 30px 30px 30px 0;
}
/* Global ::before */
.card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: solid var(--primary);
}

/* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
  left: 0px;
  top: -5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the top and bottom to "-5px" because earlier it was out of a pixel in mobile devices */
@media only screen and (max-width: 400px) {
  .card:nth-child(odd)::before {
    top: -5px;
    bottom: -5px;
  }
}

/* Setting the border of top, bottom, right */
.card:nth-child(even)::before {
  right: 0;
  top: -0.5px;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
  border-color: var(--secondary);
}

/* Removing the border if it is the first card */
.card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: -1px 0px 5px -2px var(--primary);
}

.year {
  line-height: 12px;
  margin-top: 6px;
}

.card:nth-child(even) .year {
  text-align: right;
}

.card:nth-child(even) .info {
  box-shadow: 1px 0px 5px -2px var(--secondary);
}

/* Title of the card */
.title {
  color: var(--primary);
  position: relative;
  padding: 0;
  font-size: 20px;
  line-height: 20px;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 999px;
  border: 3px solid var(--primary);
}

.card:nth-child(even) .title {
  color: var(--secondary);
}

.card:nth-child(even) .title::before {
  border-color: var(--secondary);
}

/* text right if the card is even  */
.card:nth-child(even) > .info > .title {
  text-align: right;
}

/* setting dot to the left if the card is odd */
.card:nth-child(odd) > .info > .title::before {
  left: -45px;
}

/* setting dot to the right if the card is odd */
.card:nth-child(even) > .info > .title::before {
  right: -45px;
}

/* BUY FORM */
#dati_acquirente,
#dati_bonifico {
  transform: translateX(1000px) translateX(500px) scale(0.5);
  opacity: 0;
  transition: 0.6s ease-in-out all;
  padding: 1rem;
  background: #fff;
  color: #000;
  max-width: 1300px;
  margin: 3rem auto 1.5rem;
  border-radius: 2rem;
}
#dati_bonifico {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0rem auto;
}
#toggle_dati_bonifico {
  display: flex;
  font-size: 140%;
  line-height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#price-bank {
  padding: 6px 30px;
  background: linear-gradient(45deg, var(--primary), #4fbee3);
  color: #fff;
  border-radius: 1em;
}

.small-badge {
  padding: 3px 10px;
  background: linear-gradient(45deg, var(--primary), #4fbee3);
  color: #fff;
  border-radius: 1em;
}

#copy-popup {
  transition: 0.7s ease-in-out;
  position: fixed;
  bottom: -100px;
  font-weight: 600;
  font-size: 13px;
  left: 2em;
  padding: 6px 2em;
  height: 22px;
  border-radius: 1em;
  background: linear-gradient(45deg, black, rgb(33, 33, 33));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#copy-popup.shown {
  bottom: 20px;
}

.checkbox-container {
  margin: 1em 3%;
}
.checkbox-container p.cont_checkbox {
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 1rem !important;
}
.cont_checkbox input {
  margin-right: 10px !important;
  margin-right: 10px !important;
  width: 20px;
  height: 20px;
  accent-color: var(--primary);
}
@media screen and (max-width: 700px) {
  .toggle_dati_bonifico {
    font-size: 120%;
    line-height: 36px;
    margin-top: -16px;
  }
  .checkbox-container p.cont_checkbox {
    font-size: 12px;
  }
}
@media screen and (max-width: 400px) {
  .toggle_dati_bonifico {
    font-size: 100%;
    line-height: 30px;
    margin-top: 0;
  }
}
@media screen and (max-width: 360px) {
  .toggle_dati_bonifico {
    font-size: 100%;
    line-height: 28px;
    margin-top: 0;
    top: 25px;
  }
}

.toggle_dati_bonifico.scale_in {
  transform: scale(1);
  opacity: 1;
}
.hide_on_bonifico.scale_out {
  transform: scale(0) !important;
  opacity: 0 !important;
  transition: 0.4s !important;
}
#dati_acquirente.show_acquirente,
#dati_bonifico.show_acquirente {
  transform: translateX(0) translateX(0) scale(1);
  opacity: 1;
}
#dati_acquirente {
  margin-bottom: 100px !important;
}
#show_dati_bonifico {
  max-width: 75%;
  min-width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#fake_paypal_btn,
#fake_bonifico {
  pointer-events: none;
  background: #d9d9d9;
  border-color: #c3c3c3;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#oppure_pay_label {
  text-align: center;
  width: 100%;
  transition: margin 0.5s;
  margin-bottom: 1.25rem !important;
}
#oppure_pay_label.acquisto_valido {
  margin-bottom: 0 !important;
}
@media screen and (min-width: 900px) {
  #dati_acquirente {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
}
@media screen and (max-width: 400px) {
  #paypal_container {
    position: absolute;
    width: 96%;
    left: 2%;
  }
  #oppure_pay_label.acquisto_valido {
    margin-top: 60px;
  }
}
.show_when_valid {
  display: none !important;
  transform: scale(0) !important;
  opacity: 0.5 !important;
  transition: 0.7s;
}
.show_when_valid.show_valid {
  display: block !important;
  transform: scale(1) !important;
  opacity: 1 !important;
}
#dati_bonifico.show_valid {
  display: flex !important;
}
.swal2-container.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.7) !important;
}
.full_center_column_address {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.full_center_column_address input {
  margin-left: 8px;
  margin-right: 8px;
}
.full_center_column_address input:first-child {
  margin-left: 0;
}
.full_center_column_address input:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1100px) {
  .full_center_column_address {
    flex-wrap: wrap;
  }
  .full_center_column_address input {
    width: 48% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 500px) {
  .full_center_column_address {
    flex-direction: column;
  }
  .full_center_column_address input {
    width: 95% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#label_last_buy {
  font-size: 14px;
  line-height: 14px;
  margin-top: 6px;
  opacity: 0.5;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.contact-submit-holder {
  margin-bottom: 0;
}
#payLabel,
.labelFullLine {
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 1em;
  text-align: center;
  width: 100%;
  display: inline-block;
  color: var(--primary);
  margin-top: 1em;
}

/* ================  Media Queries ================ */

@media screen and (max-width: 500px) {
  .switchCoachingCont .switchCoaching {
    width: 90px;
  }
}

.padding-bottom--24 {
  padding-bottom: 24px;
}

#buy-form {
  display: flex;
}

#riepilogo-card {
  transform: translateX(-1000px) translateX(-500px) scale(0.5);
  opacity: 0;
  transition: 0.6s ease-in-out all;
  width: 30%;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  pointer-events: none;
}
#riepilogo-card .labelFullLine {
  margin: 2em 0;
}
#riepilogo-card .riepilogo-finale {
  transform: translateY(-30px);
  width: 100%;
  padding: 0 1em;
  text-align: center;
  box-sizing: border-box;
}
#riepilogo-card.showRiepilogo {
  transform: translateX(0) translateX(0) scale(1);
  opacity: 1;
}
#riepilogo-card .coach-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  width: 100%;
}

#dati_acquirente {
  width: 70%;
}

#new-buy-form label {
  margin-bottom: 6px;
}

#new-buy-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* margin-right: -15px;
  margin-left: -15px; */
}

.f-3,
.f-4,
.f-6,
.f-12 {
  margin: 0 2%;
}

#new-buy-form .f-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
}

#new-buy-form .f-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 31.333333%;
  flex: 0 0 31.333333%;
  max-width: 31.333333%;
}

#new-buy-form .f-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46%;
  flex: 0 0 46%;
  max-width: 46%;
}

#new-buy-form .f-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 96%;
  flex: 0 0 96%;
  max-width: 96%;
}

@media screen and (min-width: 600px) {
  #new-buy-form .fm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }

  #new-buy-form .fm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }

  #new-buy-form .fm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }

  #new-buy-form .fm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
  }
}

@media screen and (min-width: 1000px) {
  #new-buy-form .fl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }

  #new-buy-form .fl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }

  #new-buy-form .fl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }

  #new-buy-form .fl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
  }
}

@media screen and (min-width: 1500px) {
  #new-buy-form .fxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 21%;
    flex: 0 0 21%;
    max-width: 21%;
  }

  #new-buy-form .fxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31.333333%;
    flex: 0 0 31.333333%;
    max-width: 31.333333%;
  }

  #new-buy-form .fxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
  }

  #new-buy-form .fxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 96%;
    flex: 0 0 96%;
    max-width: 96%;
  }
}

.input-icon {
  position: absolute;
  height: 46px;
  width: 32px;
  right: calc(1px + 0.5em);
  top: calc(1px + 2em);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #cbcbcb;
}

.field {
  position: relative;
  padding: 2em 0.5em 0;
  box-sizing: border-box;
}

.field input {
  font-size: 16px;
  line-height: 28px;
  width: 100%;
  padding: 10px 35px 10px 10px;
  box-sizing: border-box;
  border: unset;
  border-radius: 4px;
  outline: 1px solid transparent;
  background-color: rgb(255, 255, 255);
  text-align: start;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px,
    rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.field input:focus {
  outline-color: var(--primary);
}

.field input:focus ~ .input-icon {
  color: var(--primary);
}

.field-checkbox input {
  width: 20px;
  height: 15px;
  margin-right: 5px;
  box-shadow: unset;
  min-height: unset;
}
.field-checkbox label {
  display: flex;
  align-items: center;
  margin: 0;
}

#new-buy-form label {
  display: block;
  position: absolute;
  opacity: 0;
  bottom: 1.9rem;
  color: #5d5d5d;
  transition: 0.2s ease-in-out transform;
  font-size: 12px;
}

#new-buy-form input::placeholder {
  color: #a6a6a6;
}

#new-buy-form input:placeholder-shown + label {
  visibility: hidden;
  z-index: -1;
  transition: 0.2s ease-in-out;
}
#new-buy-form input:not(:placeholder-shown) + label,
#new-buy-form input:focus:not(:placeholder-shown) + label {
  visibility: visible;
  z-index: 1;
  opacity: 1;
  transform: translateY(-10px);
  transition: 0.2s ease-in-out transform;
}

#new-buy-form input.invalid_input {
  outline-color: red !important;
}
#new-buy-form input.invalid_input ~ .input-icon {
  color: red !important;
}
#calendlyFooter {
  background: #f2f4ff;
}

#calendlyFooter h4 {
  position: relative;
  font-weight: 600;
  color: var(--primary);
}

.container-img {
  padding: 2em;
  width: 400px;
  max-width: 400px;
  aspect-ratio: 1 / 1;
}
#footer-image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

#calendlyFooter h4:before {
  content: "CALL \A CONOSCITIVA";
  white-space: pre;
  font-size: 80px;
  line-height: 50px;
  color: #2292ca3a;
  position: absolute;
  top: -50px;
  left: -20px;
  width: 100%;
  font-weight: 600;
}

#calendlyFooter.risorsa-free h4:before {
  content: "RISORSA \A GRATUITA";
}

.btn-outline-icon {
  background: transparent;
  border: 1px solid #666666;
  padding: 4px;
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4em;
  width: 100%;
  cursor: pointer;
  max-width: 400px;
  position: relative;
  transition: 0.5s ease-in;
  overflow: hidden;
}
.btn-outline-icon > * {
  z-index: 2;
}

.btn-outline-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateX(-110%) scale(0.2);
  left: 0;
  top: 0;
  transition: 0.5s ease-in;
  z-index: 1;
  border-radius: 1em;
  background: var(--primary);
}

.btn-outline-icon:hover {
  color: #fff;
  border-color: var(--primary);
}

.btn-outline-icon:hover::before {
  transform: translateX(0) scale(1);
}

a.btn-outline-icon span:not(.fa) {
  color: #000;
  line-height: 16px;
  font-size: 16px;
  transition: 0.5s ease-in;
}

a.btn-outline-icon:hover span:not(.fa) {
  color: #fff !important;
}

a.btn-outline-icon span.fa {
  line-height: 24px;
  font-size: 24px;
}

.btn-outline-icon .fa {
  height: 52px;
  width: 52px;
  min-width: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--primary);
  color: #fff;
}

.btn-outline-icon-sm {
  background: transparent;
  border: 1px solid #666666;
  padding: 3px;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4em;
  width: 90%;
  cursor: pointer;
  max-width: 350px;
}

.btn-outline-icon-sm .fa {
  height: 30px;
  width: 30px;
  min-width: 30px;
}

.text-center-mmm {
  padding: 3em 0.5em;
}

.confirm-buy {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1em;
}

@media screen and (max-width: 700px) {
  .container-img {
    padding: 1em;
    width: 250px;
    max-width: 250px;
    margin-top: 1.5em;
  }

  .btn-outline-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .text-center-mmm {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .text-center-mmm {
    padding-top: 6em;
  }

  #buy-form {
    flex-direction: column;
  }

  #riepilogo-card {
    width: 100%;
  }

  #riepilogo-card .coach-container {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0 3em;
    justify-content: center;
  }

  #riepilogo-card .coaching_card {
    padding-bottom: 50px;
    width: 200px;
    height: 100px;
    font-size: 14px;
  }

  #riepilogo-card .coaching_card .coaching-detail span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #riepilogo-card .coaching_card .coaching-detail strong {
    display: flex;
    align-items: center;
  }

  #riepilogo-card .coaching_card .coaching-detail {
    left: 10px;
  }

  #dati_acquirente {
    width: 100%;
    box-sizing: border-box;
  }

  .small-badge {
    padding: 1px 6px;
    margin-left: 6px;
  }

  .price-tag {
    height: 32px;
    line-height: 32px;
    right: -18px;
    width: 40px;
  }
  .price-tag::before {
    left: -18px;
    border-top: 16px solid transparent;
    border-bottom: 18px solid transparent;
    border-right: 18px solid var(--primary);
  }

  #toggle_dati_bonifico {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  #toggle_dati_bonifico > * {
    max-width: 100%;
  }
}

@media screen and (max-width: 600px) {
  #riepilogo-card .coach-container {
    flex-direction: column;
    transform: translateX(-35px);
  }

  #riepilogo-card .labelFullLine {
    transform: translateX(-35px);
  }
}
