@font-face {
  font-family: "Kepler";
  src: url("../fonts/Kepler-Std-Semicondensed-Caption.woff") format("woff"),
    url("../fonts/Kepler-Std-Semicondensed-Caption.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway Bold";
  src: url("../fonts/Raleway-Bold.woff") format("woff"),
    url("../fonts/Raleway-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Raleway LightItalic";
  src: url("../fonts/Raleway-LightItalic.woff") format("woff"),
    url("../fonts/Raleway-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Raleway Light";
  src: url("../fonts/Raleway-Light.woff") format("woff"),
    url("../fonts/Raleway-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM PlexSans Bold";
  src: url("../fonts/IBMPlexSans-Bold.woff") format("woff"),
    url("../fonts/IBMPlexSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --RegalBlue: #204566;
  --SummerSky: #31b0cd;
  --CreamCan: #f4bd51;
  --Zambezi: #595959;
  --Solitude: #e2e3e4;
  --Scarlet: #fd1612;
  --Lima: #75bf27;
  --Orange: #ffad00;
}

main {
  min-height: 100vh;
  padding-top: 80px;
}

h3 {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Kepler";
  color: var(--RegalBlue);
}

.talk-now {
  padding: 5px 20px;
  border-radius: 15px;
  background: #006f84;
  color: #fff;
  font-size: 1rem;
  font-family: "Raleway bold";
  position: fixed;
  bottom: 8vh;
  right: 150px;
}

.contact-floating-btn {
  font-family: "Raleway bold";
  color: #fff;
  width: 209px;
  height: 65px;
  padding: 0 20px;
  border-radius: 30px;
  background: #006f84;
  align-items: center;
  position: fixed;
  bottom: 5vh;
  right: 50px;
  cursor: pointer;
  z-index: 999;
  display: flex;
  justify-content: space-between;
}

.contact-desc {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 1.25rem;
  margin-top: 2rem;
  font-family: 'Raleway LightItalic';
}

.contact-desc p.contact-p {
  font-size: 1.25rem;
  margin-left: 30px;
  font-family: "Raleway bold";
}

.pardot-contact-form {
  border-radius: 20px;
  position: fixed;
  box-shadow: 1px 1px 4px 2px rgb(0 0 0 / 20%);
  width: 900px;
  left: calc(50% - 450px);
  z-index: 999;
  background: #fff;
  padding-top: 5rem;
  top: 10vh;
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 1rem;
}

.pardot-contact-form h3 {
  font-family: 'Kepler Bold';
  font-weight: bold;
  font-size: 2.5rem !important;
}

i.fas {
  font-family: 'FontAwesome';
}

.pardot-contact-form i {
  position: absolute;
  right: 20px;
  top: 20px;
  font-style: normal;
  font-size: 1.5rem;
  cursor: pointer;
}

.counter {
  transition: color 1.2s ease-in-out;
}

.good {
  color: var(--Lima) !important;
}

.average {
  color: var(--Orange) !important;
}

.bad {
  color: var(--Scarlet) !important;
}

.container-fluid {
  height: 100px;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.navbar-brand {
  height: 100%;
  display: flex;
  max-width: 25%;
  align-items: center;
  justify-content: center;
  background: var(--RegalBlue);
}

.navbar-brand img {
  width: 60%;
  height: auto;
}

.title {
  width: 75%;
}

.progress-container {
  margin-top: 0.15rem;
}

.progress {
  height: 0.5rem;
  background-color: var(--SummerSky);
}

.progress-bar {
  background-color: var(--CreamCan);
}

.calc_step {
  margin-bottom: 6vw;
}

.slide-description p {
  font-size: 1.25rem;
  margin-left: 35px;
  font-family: "Raleway bold";
}

.img-description p.desc {
  text-align: right;
  padding-right:20%;
  color: #a1a2a2;
  font-family: "Raleway lightItalic";
}

.slide-description p.desc {
  margin-top: -22px;
  font-family: "Raleway lightItalic";
}

.slide-description.result p {
  font-family: "Raleway lightItalic";
}

.col-md-5 {
  padding: 0;
}

.img-description img {
  width: 105%;
}

.button-group.first {
  text-align: end;
}

.btn-outline-primary,
.btn-outline-primary:hover,
.btn-outline-primary.disabled {
  padding-left: 3rem;
  padding-right: 3rem;
  border-radius: unset;
  color: var(--Zambezi);
  border-color: var(--Zambezi);
  background-color: var(--CreamCan);
}

.btn-outline-primary.back {
  border: none;
  padding-left: 1rem;
  padding-right: 1rem;
  background-color: unset;
}

.btn-outline-primary.back::before {
  font-family: "FontAwesome";
  content: "\f100";
  margin-right: 0.5rem;
}

.form-check label.radio {
  padding: 0 6px;
  margin-right: 1rem;
  border: solid 1px var(--Zambezi);
}

.form-check label.radio:hover {
  background-color: var(--CreamCan);
}

.form-check label.radio input[type="radio"] {
  position: unset;
  margin-left: 0;
  opacity: 0;
}

.form-check-label {
  font-size: 1.15rem;
  margin-bottom: 1rem;
  font-family: "Raleway Light";
}

label {
  cursor: pointer;
}

.question .col-md-12.contact-form {
  padding-left: 50px;
}

.col-md-12.contact-form input,
select {
  border-radius: unset;
  font-family: "Raleway Light";
  background-color: var(--Solitude);
  border: none;
  width: 100%;
  padding: 0.375rem 0.75rem;
}

select.role {
  margin-bottom: 2rem;
}

option {
  background-color: #fff;
}

.result p.desc {
  font-size: 1.6rem;
}

.slide-description.result .question p {
  margin-left: 0;
}

.result h1 {
  padding-left: 35px;
  font-size: 3.5rem;
  display: flex;
  margin: 3rem 0 3rem 15%;
  font-family: "IBM PlexSans Bold";
}

.result h5 {
  font-weight: bold;
}

.slide-description.result .question > p {
  margin-left: 48px;
}

.result .question .button-group a {
  margin-left: 20%;
  margin-top: 2rem;
}

.result-qtn2 {
  display: none;
}

.result-qtn2 .col-md-12 {
  padding-left: 50px;
}

.waiting,
.result .finish,
.result .continue {
  margin-left: 22px;
}

.completed .finish {
  margin-left: 37px;
}

.computing2 p {
  font-family: "IBM PlexSans Bold";
  display: inline-block;
  font-weight: bolder;
  letter-spacing: 2px;
  margin-right: 5px;
}

.computing2 i {
  font-size: 1.3rem;
  letter-spacing: 4px;
}

.fas.fa-angle-double-right {
  font-family: "FontAwesome";
}

@keyframes color {
  from {
    background-position: 0% 50%;
  }

  to {
    background-position: 100% 50%;
  }
}

#HiddenSurvey {
  display: none;
}

#survey .progress-container {
  margin-top: 0;
}

#survey .progress {
  height: 2px;
  background-color: var(--SummerSky);
}

#survey p.desc {
  font-size: 1rem;
  margin-left: 0;
  margin-top: 2rem;
  display: inline-block;
}

#survey h1 {
  margin: 0;
  padding: 0;
  margin-left: 0.5rem;
  font-size: 1.5rem;
  display: inline-block;
}

#survey h5 {
  font-size: 1rem;
}

#survey .user-details > div {
  margin-bottom: 1rem;
}

#survey .user-details .col-md-2 {
  font-weight: bold;
  font-family: "Raleway Bold";
}

#survey .user-details .col-md-10 {
  font-size: 1rem;
  font-family: "Raleway Light";
  border-bottom: solid 1px;
}

#survey .question p {
  font-size: 1rem;
  font-family: "Raleway Light";
}

#survey .question label {
  font-size: 1rem;
}

#survey .pdf > div {
  width: 100% !important;
  max-width: 100% !important;
  flex: 0 0 100%;
}

#survey .waiting {
  margin-left: 0;
}

#survey .pdf .button-group {
  display: none;
}

@media (max-width: 1200px) {
  .form-check label.radio {
    margin-right: 0;
  }

  .pardot-contact-form {
    width: 80vw;
    left: 10vw;
  }
  
}

@media (max-width: 992px) {
  .col-md-4,
  .col-md-12,
  .col-md-8,
  .col-md-7,
  .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  h3 {
    font-size: 2rem;
  }

  .contact-desc,
  .form-check-label,
  .slide-description p {
    font-size: 1rem;
  }

  .result.desc {
    font-size: 1.4rem;
    margin-left: 30px;
  }

  a.btn.btn-outline-primary.continue,
  .row.question > .col-md-12:not(.contact-form),
  .col-md-4 {
    margin-left: 22px;
  }

  .result-qtn2 .col-md-12 {
    padding-left: 30px;
  }

  .img-description {
    margin-top: 10vw;
  }

  .result .question .button-group a {
    margin-left: 10%;
  }

  .waiting {
    margin-left: 0;
  }

  .completed .result.slide-description {
    order: 1;
  }

  .completed .img-description {
    order: 3;
  }

  .completed .col-md-12 {
    order: 2;
  }

  .completed .finish {
    margin-bottom: 1rem;
    white-space: normal;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 5vw;
  }

  .contact-desc,
  p.desc,
  .form-check-label,
  .slide-description p {
    font-size: 0.94rem;
  }

  .slide-description {
    padding-right: 8vw;
  }

  .slide-description:not(.result) .button-group {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-outline-primary,
  .btn-outline-primary:hover,
  .btn-outline-primary.disabled {
    width: 100%;
    margin-top: 3vw;
  }

  .completed .finish {
    margin-left: 0px;
  }

  .pardot-contact-form h3 {
    font-size: 2rem !important;
  }
}

@media (max-width: 480px) {
  .navbar-brand {
    max-width: 30%;
  }

  .navbar-brand img {
    width: 75%;
  }

  .result h1 {
    padding-left: 0;
    margin: 3rem 0 3rem 9vw;
  }
}

@media (max-width: 400px) {
  .result h1 {
    margin: 3rem 0 3rem 4vw;
  }

  .slide-description p,
  .result .finish,
  .result .continue,
  .question .col-md-12.contact-form {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-description .question.result-qtn2 p {
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
    margin-right: 0;
  }

  a.btn.btn-outline-primary.continue,
  .row.question > .col-md-12:not(.contact-form),
  .col-md-4 {
    margin-left: 0;
  }

  .welcome .slide-description p.desc {
    text-align: center;
  }

  .slide-description p.desc {
    margin-top: 0;
  }

  .contact-p {
    padding: 0px !important;
  }

  .slide-description .icon {
    text-align: center;
    margin-bottom: 2vw;
  }

  .completed .finish {
    font-size: 0.85rem;
  }
}
