@font-face {
  font-family: "Inter-ExtraBold";
  src: url(../assets/fonts/inter/Inter-ExtraBold.ttf);
}

@font-face {
  font-family: "Inter-Bold";
  src: url(../assets/fonts/inter/Inter-Bold.ttf);
}

@font-face {
  font-family: "Inter-light";
  src: url(../assets/fonts/inter/Inter-Regular.ttf);
}

@font-face {
  font-family: "Merriweather-Light";
  src: url(../assets/fonts/Merriweather/Merriweather-Light.ttf);
}

* {
  margin: 0;
  padding: 0;
  font-family: "Inter-light";
}

body {
  background-color: #f9f8f7;
}

.nav-section {
  background-color: #f9f8f7;
  border-bottom: 1px solid #e5e7eb;
}

.nav-logo {
  max-height: 38px;
  max-width: 170px;
}

.payment-heading {
  font-size: 30px;
  font-family: "Inter-ExtraBold";
  line-height: 2.7rem;
}

.payment-description {
  font-size: 18px;
  color: #222;
}

.step-heading {
  font-family: "Inter-Bold";
  font-size: 14px;
}

.step-description {
  color: #6b7280;
  font-size: 14px;
}

.payment-details-wrapper {
  width: 24rem;
  max-width: 24rem;
}

.step-container {
  border-bottom: 1px solid #e5e7eb;
}

.step-container .step-wrapper {
  border-bottom: 1px solid #06b6d4;
}

.step-container .step-wrapper:not(.active) {
  border-bottom: none;
}

.step-container .step-wrapper:nth-child(1) {
  cursor: pointer;
}

.step-container .step-wrapper:nth-child(2) {
  margin-left: 2rem;
  cursor: pointer;
}

.step-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cost-wrapper {
  background-color: #d5edf4;
  border-radius: 10px;
  padding: 15px;
}

.cost-wrapper .cost-heading div,
.cost-wrapper .cost-heading span {
  font-family: "Inter-Bold";
  font-size: 14px;
}

.cost-wrapper .cost-description {
  font-size: 14px;
  margin-top: 10px;
  color: #0f172a;
}

.form-bg {
  background-color: white;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 24px;
}

.form-bg .step-wrapper div {
  margin-bottom: 15px;
}

.form-bg .step-wrapper div:last-child {
  margin-bottom: 0;
}

.form-label-text {
  font-size: 14px;
  font-family: "Inter-Bold";
  margin-bottom: 12px;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  font-family: "Inter-light";
  color: rgba(0, 0, 0, 0.1);
}

input:-ms-input-placeholder {
  font-size: 14px;
  font-family: "Inter-light";
  color: rgba(0, 0, 0, 0.1);
}

input::-ms-input-placeholder {
  font-size: 14px;
  font-family: "Inter-light";
  color: rgba(0, 0, 0, 0.1);
}

input::placeholder {
  font-size: 14px;
  font-family: "Inter-light";
  color: rgba(0, 0, 0, 0.1);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submit-btn {
  color: white;
  background-color: #2c5a5a;
  font-family: "Inter-Bold";
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.375rem;
  font-size: 14px;
}

.quote-wrapper {
  background-color: black;
  padding: 4rem;
  color: white;
  border-radius: 10px;
}

.quote-description {
  font-size: 30px;
  font-family: "Merriweather-Light";
  line-height: 2.5rem;
}

.author-avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.quote-author {
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: 1fr auto;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.author-description {
  color: white;
  font-size: 18px;
  margin-left: 20px;
  display: inline-block;
}

.footer-wrapper {
  background-color: black;
  width: 100%;
  padding: 100px 40px;
}

.menu-link-ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.menu-link-ul li {
  list-style-type: none;
  display: inline-block;
  margin: 5px 0;
  margin-right: 20px;
}

.menu-link-ul li a {
  color: white;
  font-family: "Inter-Bold";
  font-size: 14px;
}

.footer-copyright {
  margin: 0;
  color: #64748b;
  font-size: 14px;
  margin-top: 40px;
}

.main-loader {
  height: 100vh;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(109, 109, 109, 0.2);
  z-index: 999999;
}

#card-element {
  margin-bottom: 5px;
  border: 1px solid black;
  -webkit-box-shadow: var(0 0 transparent), var(0 0 transparent),
    var(0 1px 2px 0 rgba(0, 0, 0, 0.05));
  box-shadow: var(0 0 transparent), var(0 0 transparent),
    var(0 1px 2px 0 rgba(0, 0, 0, 0.05));
  border: 1px solid #d1d5db;
  padding: 15px;
  border-radius: 5px;
}

#card-errors {
  font-size: 14px;
  margin-bottom: 18px;
  color: red;
  margin-left: 5px;
}

#payment-message {
  color: #697386;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

/** payment success page css*/
.main-container-wrapper {
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
}

.success-heading {
  font-family: "Inter-ExtraBold";
  text-align: center;
}

.content-description {
  font-size: 20px;
}

.description-bold {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .payment-details-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .quote-description {
    font-size: 24px;
  }
  .payment-heading {
    font-size: 24px;
    line-height: 2rem;
  }
}

@media screen and (max-width: 576px) {
  .main-container-wrapper {
    width: 70%;
  }
}
/*# sourceMappingURL=style.css.map */
