@import url("./root-color.css");

@font-face {
  font-family: "GmarketSansMedium";
  /* src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff") */
  src: url("../fonts/GmarketSansTTFMedium.ttf") format("woff");
  font-weight: normal;
  font-style: normal;
}

.navbar {
  background-color: var(--primary);
}

.navbar-nav .nav-link.active {
  /*color: var(--fourth);*/
  color: black;
}

/* new start */
.navbar-nav .nav-link {
  position: relative;
}

.navbar-nav .nav-link:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--fourth);
  transition: width 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover:after {
  width: 100%;
}

/* new end */

.navbar-brand {
  /*color: var(--fourth);*/
  color: black;
}

.navbar-brand:hover {
  color: var(--fourth);
}

.navbar-brand:focus {
  color: var(--fourth);
}

.ui-widget-header {
  border: 1px solid var(--third);
  background: var(--secondary);
  /* color: #fff; */
  color: var(--secondary);
  font-weight: bold;
}

.card {
  margin: 0.8rem;
  background: #ffffff;
}

.form-control-width {
  width: 300px;
}

.form-check {
  padding-left: 2em;
  align-self: center;
}

.text-primary .form-check-label .input-group-text {
  font-family: "GmarketSansMedium", sans-serif;
  font-weight: 800;
  font-stretch: normal;
}

.form-check-inline {
  /*width: 170px;*/
}

.addon {
  width: 100px;
  margin: 0 auto;
  display: block;
  text-align: center;
  background-color: #3c454d;
  color: #ffffff;
  font-weight: 700;
}

.early-consulting .addon {
  width: 120px;
  font-size: 0.8em;
  height: 100%;
  /* vertical-align: middle; */
  /* text-align: center; */
  display: inline-flex;
}

.card-header {
  font-size: 16px;
}

#request {
  width: 100%;
  height: 200px;
}

.form-control {
  height: 38px;
}

.footer-bottom {
  font-size: x-small;
}

.footer-area {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--fourth);
  color: white;
  text-align: center;
}

a {
  color: #ffffff;
}

.spinner-border {
  visibility: hidden;
  vertical-align: middle;
}

.wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* min-height: calc(100vh - 151px); */
  /*min-height: calc(100vh - 167px);*/
}

.payment_container {
  overflow: hidden;
  align-content: center;
  text-align: center;
  margin: 0 auto;
}

.card {
  border: 1px solid rgb(5, 64, 43);
  margin: 0em;
  margin-right: 20px;
  padding: 0em;
  border-radius: 1em;
  box-shadow: 0.15em 0.15em 0.3em 0.3em rgba(1, 81, 21, 0.2);
  display: inline-block;
}

.card2 {
  border: 1px solid rgb(5, 64, 43);
  /* margin: 4em; */
  padding: 1em;
  width: fit-content;
  box-shadow: 0.15em 0.15em 0.3em 0.3em rgba(1, 81, 21, 0.2);
  display: inline-block;
  border-radius: 1.25rem !important;
}

.payment_row {
  font-size: 1.4em;
}

.storebtn {
  width: 9em;
  background-color: rgb(5, 64, 43);
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 0.8em;
  color: white;
  font-weight: 800;
  box-shadow: 0.25em 0.25em 0.1em 0.1em rgba(1, 81, 21, 0.2);
}

.storebtn2 {
  /* width: 13em; */
  background-color: rgb(5, 64, 43);
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 0.8em;
  color: white;
  font-weight: 800;
  box-shadow: 0.25em 0.25em 0.1em 0.1em rgba(1, 81, 21, 0.2);
}

.storebtn3 {
  width: 13em;
  padding: 0.5rem;
  background-color: rgb(5, 64, 43);
  text-decoration: none;
  border-radius: 0.7em;
  font-size: 1.2em;
  color: white;
  font-weight: 800;
  box-shadow: 0.25em 0.25em 0.1em 0.1em rgba(1, 81, 21, 0.2);
}
