html,
body {
  min-height: 100% !important;
  background-color: #f8f9fa;
}
body {
  height: 100vh !important;
}

@font-face {
  font-family: "galanoGrotesqueRegular";
  src: url("../../../assets/fonts/GalanoGrotesqueRegular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "galanoGrotesqueSemiBold";
  src: url("../../../assets/fonts/GalanoGrotesqueSemiBold.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "poppinsRegular";
  src: url("../../../assets/fonts/Poppins/Poppins-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsMedium";
  src: url("../../../assets/fonts/Poppins/Poppins-Medium.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsSemibold";
  src: url("../../../assets/fonts/Poppins/Poppins-SemiBold.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsBold";
  src: url("../../../assets/fonts/Poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "poppinsThin";
  src: url("../../../assets/fonts/Poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --galanoGrotesqueRegular: galanoGrotesqueRegular;
  --galanoGrotesqueSemiBold: galanoGrotesqueSemiBold;
  --poppinsRegular: poppinsRegular;
  --poppinsMedium: poppinsMedium;
  --poppinsSemibold: poppinsSemibold;
  --poppinsBold: poppinsBold;
  --poppinsThin: poppinsThin;
}

.regularFont {
  font-family: var(--galanoGrotesqueRegular);
}

.semiBoldFont {
  font-family: var(--galanoGrotesqueSemiBold);
}

.poppinsRegular {
  font-family: var(--poppinsRegular);
}
.poppinsMedium {
  font-family: var(--poppinsMedium);
}
.poppinsSemibold {
  font-family: var(--poppinsSemibold);
}
.poppinsBold {
  font-family: var(--poppinsBold);
}
.poppinsThin {
  font-family: var(--poppinsThin);
}

/* NEW STYLES */

.tickList li {
  position: relative;
  padding-left: 32px;
}

.tickList li::before {
  position: absolute;
  left: 0px;
  height: 24px;
  width: 24px;
  top: 0px;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  background: url(../../../assets/images/tick.svg);
}

.inputBg {
  background-color: rgba(228, 231, 233, 0.4);
  border: 1px solid rgba(43, 42, 41, 0.1);
}

.iconColor {
  color: rgba(43, 42, 41, 0.2);
}

.customRadio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #b3b3b2;
  display: inline-block;
  color: #b3b3b2;
}

.customHiddenRadio:checked ~ .customRadio {
  background-color: #2b2a29;
  position: relative;
}

.customHiddenRadio:checked ~ .customRadio::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: red;
  border-radius: 50%;
  background: url(../../../assets/images/tickMark.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.customHiddenRadio:checked ~ .customRadioText {
  color: #2b2a29;
}

.customRadioText {
  color: #b3b3b2;
}

.customHiddenRadio {
  display: none;
}

.customSelect {
  width: 100%;
  background-color: transparent;
  border: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.formStyles {
  border: 1px solid rgba(43, 42, 41, 0.1);
  border-radius: 0px 0px 12px 12px;
  box-shadow: 0 4px 24px rgb(0 0 0 / 4%);
  background-color: white;
}

.eventHeader {
  border-bottom: 1px solid rgba(43, 42, 41, 0.1);
}

.roundOne {
  border-radius: 1px !important;
}

.headerDrawer {
  height: calc(100vh - 78px);
}

.noHeight {
  height: 0px;
}

.benefitCard {
  padding: 21px 27px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 6px;
  font-size: 17px;
  line-height: 28px;
  background-color: #fff;
}

.choiceBg {
  background-color: white;
  padding: 40px 0px;
  border-radius: 30px;
}
.centerGroup {
  grid-column: 1 / span 3;
}

.reduceWidth {
  width: 75%;
}

.freeBtn {
  background-color: #E28900;
  /* background-color: #0094D0; */
  /* background-color: #b4331d; */
  border-radius: 10px;
  padding: 0px 8px;
  margin-top: 5px;
}

.fastBtn {
  position: absolute;
  top: -48px;
  left: 32%;
  background-color: #E28900;
  /* background-color: #0094D0; */
  /* background-color: #b4331d; */
  padding: 5px 10px;
  border-radius: 10px;
}

.titleHeading {
  font-size: 28px;
  line-height: 38px;
}
/*LEAD POPUP STYLES  */

.leadInput {
  /* background: #f5f4f4 !important; */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  padding: 13px 20px;
  border: none;
  font-size: 14px !important;
  line-height: 20px !important;
  /* margin-bottom: 16px !important; */
}

.mobileInput {
  /* background: #f5f4f4 !important; */
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  padding: 8px 12px 8px 90px !important;
  border: none;
  font-size: 14px !important;
  line-height: 19px !important;
  /* margin-bottom: 16px !important; */
}

.blueCheck{
  background-color: #0094D0 !important;
  /* background-color: #D24624 !important; */
}

.leadLabel {
  font-weight: 500;
  font-size: 16px;
  line-height: 21.6px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}

.leadSelect {
  background: #ffffff;
  box-shadow: 0px 11.2px 39.2px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 14px 20px;
  font-size: 14px;
  line-height: 19px;
  color: #666666;
  border: none;
}
.leadGroup {
  margin-bottom: 16px;
}

.leadHelpText {
  font-size: 16px;
  line-height: 21px;
  color: #3a3939;
  margin-bottom: 30px;
  margin-top: 30px !important;
}

.leadCheckLabel {
  font-size: 14px;
  line-height: 19px;
  color: #3a3939;
}

.colorGold {
  color: #f39000;
}

.leadSubmitBtn {
  background-color: #E28900 !important;
  /* background: #0094D0 !important; */
  /* background: #D24624!important; */
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}

.leadForm {
  border-radius: 12px;
  margin: 0px;
  box-shadow: 0 4px 24px rgb(0 0 0 / 4%);
  border: 1px solid rgba(43, 42, 41, 0.1);
}

.errorText {
  font-size: 10px;
  text-align: center;
  color: rgb(239 68 68);
  margin-bottom: 10px;
}
/* 
.leadImg {
  width: 100%;
  height: 800px;
  margin-bottom: 56px;
}

.imgOfLead {
  object-position: top;
  object-fit: cover;
} */
/* .mainForm {
  padding: 100px 0px;
} */

@media (max-width: 1024px) {
  .customRadio {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 1.5px solid #b3b3b2;
    display: inline-block;
  }

  .benefitCard {
    padding: 12px 18px;
    font-size: 9px;
    line-height: 15px;
  }

  /*LEAD POPUP STYLES  */

  .leadInput {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5.78947px !important;
    padding: 14px 20px !important;
    border: none;
    font-size: 12px !important;
    line-height: 16px !important;
    /* margin-bottom: 16px !important; */
  }

  .mobileInput {
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.1) !important;
    border-radius: 5.78947px !important;
    padding: 14px 20px 14px 90px !important;
    border: none;
    font-size: 12px !important;
    line-height: 16px !important;
    /* background: #f5f4f4 !important; */

    /* margin-bottom: 16px !important; */
  }

 

  .leadLabel {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 16px;
    display: block;
  }

  .leadSelect {
    padding: 11px 16px;
    font-size: 14.47px;
    line-height: 20px;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
  }
  .leadGroup {
    margin: 20px 0px;
  }

  .leadHelpText {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 12px;
  }

  .leadCheckLabel {
    font-size: 12px;
    line-height: 16px;
  }

  .leadSubmitBtn {
    width: 100%;
    background: #3dbe43;
    border-radius: 6.42016px;
    padding: 12px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 36px;
  }

  .leadForm {
    margin: 0px;
    max-width: 100%;
    /* padding: 20px !important; */
    border: 1px solid rgba(43, 42, 41, 0.1);
  }

  .leadImg {
    width: 100%;
    height: 320px;
    margin-bottom: 20px;
  }

  .mainForm {
    padding: 0px;
  }
}

/* Thank you Page */
.thankYouCenter {
  background-color: #ffffff;
  padding: 21.5px 31.67px 32.24px 31.67px;
  box-shadow: 4.43077px 4.43077px 8.86154px rgba(0, 0, 0, 0.16);
  border-radius: 13.2923px;
  display: inline-block;
}

.thankYouBg {
  object-fit: cover;
}

.thankYouMain {
  background-color: #2a3131;
}

/* NEW EVENT PAGE CHANGES */
.ratingContainer {
  display: flex;
  color: #ffdb5c;
  gap: 3px;
  font-size: 18px;
  line-height: 16px;
  margin-bottom: 8px;
}

.review {
  font-size: 13px;
  line-height: 23px;
  font-style: italic;
  margin-bottom: 10px;
}

.addressText {
  font-style: normal !important;
  text-align: end;
}

.partnerContent > div {
  height: 110px;
  width: 100px;
}

.partnerContent > p {
  font-size: 19px;
  line-height: 28px;
}

.benefitCard img {
  height: 40px;
  width: 40px;
}

.topRounded {
  border-radius: 12px 12px 0px 0px;
}

#eventReview.choiceBg {
  background-color: transparent !important;
}

.registerText {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  margin-bottom: 25px;
}

#timer {
  gap: 1px;
  margin: 26px auto 9px auto;
}


#timer .digit  {
  font-size: 16px;
  line-height: 24px;
  /* letter-spacing: 0.3em; */
  padding: 0px 1px;
  /* color: #0094D0 !important; */
  background-color: #eaeaea;
  border-radius: 2px;
}

#timer #days, #hours, #minutes ,#seconds{
  color: #00860e !important;
 text-align: center;
}

.timerText {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.005em;
  
}
@media screen and (max-width: 1024px) {
  .titleHeading {
    font-size: 20px;
    line-height: 30px;
  }

  .partnerContent > div {
    height: 48px;
    width: 48px;
  }

  .partnerContent > p {
    font-size: 10px;
    line-height: 13px;
  }
  .reduceWidth {
    width: 100%;
  }

  .centerGroup {
    grid-column: 1 / span 2;
  }

  .benefitCard img {
    height: 25px;
    width: 25px;
  }

  .ratingContainer {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 8px;
  }

  .review {
    font-size: 11px;
    line-height: 19px;
  }

  .fastBtn {
    top: -28px;
    left: 32%;
    background-color: #E28900;
    /* background-color: #0094D0; */
    /* background-color: #b4331d; */

    padding: 5px 10px;
    border-radius: 10px;
  }

  .choiceBg {
    padding: 20px;
    border-radius: 20px;
  }

  #eventReview.choiceBg {
    background-color: white !important;
  }
}

@media screen and (min-width: 1024px) {
  .thankYouBg {
    bottom: 0px;
  }
}

.firstLineEvent {
  width: 92%;
}

.lSpacing {
  letter-spacing: 1px;
}
