/* navbar */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@300;400;500;600;700;800;900&display=swap");

:root {
  --color-mayo-egg-white: #F3EBDE;
  --color-fiery-red: #d62300;
  --color-primary-hover: #a71b00;
  --color-bbq-brown: #502314;
  --color-flaing-orange: #ff8732;
  --color-melty-yellow: #ffaa00;
  --color-crunchy-green: #1b8737;
  --color-white: #ffffff;
  --color-grey-brown: #bea393;
  --color-light-brown: #87604f;
  --color-light-gold: #deb841;
  --color-light-tertiary: #502314;
  --border-radius-one: 15px;
  --border-radius-two: 20px;
}

@font-face {
  font-family: "FlameBold";
  src: url(/flame-fonts/FlameBold.otf) format('truetype');
}

.FlameBold {
  font-family: "FlameBold";
}

@font-face {
  font-family: "FlameCondensed";
  src: url(/flame-fonts/FlameCondensed.otf) format('truetype');
}

.FlameCondensed {
  font-family: "FlameCondensed";
}

@font-face {
  font-family: "FlameRegular";
  src: url(/flame-fonts/FlameRegular.otf) format('truetype');
}

.FlameRegular {
  font-family: "FlameRegular";
}

@font-face {
  font-family: "FlameSans";
  src: url(/flame-fonts/FlameSans.otf) format('truetype');
}

.FlameSans {
  font-family: "FlameSans";
}

/* font-face-end*/
*::selection {
  background-color: var(--BBQ-Brown);
  color: var(--Crunchy-Green);
}

*::-webkit-scrollbar {
  height: .5rem;
  width: 0.9rem;
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

body {
  font-family: "FlameSans";
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
}

html {
  /* font-size: 62.5%; */
  font-size: 88%;
  overflow-x: hidden;
  scroll-padding-top: 5.5rem;
  scroll-behavior: smooth;
}

.balk-order-wrapper {
  margin: 3rem;
}

.button-change ul {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin: 4rem auto;
}

.para-2 a {
  text-decoration: none;
  font-family: "FlameRegular", "NotoSansRegular";
  color: #502314;
  padding: .4rem .8rem;
  font-size: 1.2rem;
  width:max-content;
}

.p-style a {
  text-decoration: none;
  font-size: 1.5rem;
  font-family: "FlameSans";
  color: #ffffff;
}

.signup-box {
  width: 360px;
  height: 620px;
  margin: auto;
  background-color: #1b8737;
  border-radius: 3px;
}

.login-box {
  width: 360px;
  height: 350px;
  margin: auto;
  border-radius: 3px;
  background-color: #502314;
}

.h1-style {
  text-align: center;
  color: #F3EBDE;
  padding-top: 15px;
}

.h4-style {
  text-align: center;
  font-family: "FlameSans";
  font-size: 1.5rem;
  color: #F3EBDE;
}

.form-style {
  width: 300px;
  margin: auto;
}

.form-style {
  padding: 1.5rem;
}

.form-style label {
  display: flex;
  margin-top: 20px;
  font-size: 15px;
  color: #F3EBDE;
}

.form-style input {
  width: 100%;
  padding: 7px;
  border: none;
  border: 1px solid gray;
  border-radius: 6px;
  outline: none;
}

input[type="button"] {
  width: 100%;
  margin-top: 20px;
  border: none;
  background-color: #87604f;
  color: white;
  font-size: 16px;
  font-family: "FlameSans";
}

.p-style {
  color: #F3EBDE;
  text-align: center;
  padding-top: 20px;
  font-size: 15px;
}

.para-2 {
  text-align: center;
  color: #F3EBDE;
  margin-top: -10px;
}

/* feedback */
input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  /*background-color: #502314;*/
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
  border-radius: 5px;
}

select {
  color: #502314;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #87604f;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #502314;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #87604f;
}

/* new */

/* bk-alert-start */
.nbk-border {
  border: 1px solid #502314;
  border-radius: 5px;
  padding: 1.5rem;
}

.nbk-button {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.bk-personal-info {
  font-family: "FlameSans", "NotoSansRegular";
  font-size: 1.1rem;
  font-weight: 500;
  color: #502314;
}

.nbk-row {
  padding: 0rem 1rem;
}

.nbk-back {
  font-family: "FlameRegular", "NotoSansRegular";
  color: #502314;
}

.nbk-content {
  margin-bottom: 1rem;
}

hr {
  content: "";
  padding: .2px 0px;
  width: 100%;
  text-align: left;
  height: 1px;
  background-color: #502314;
}

.nbk-content {
  font-family: "FlameSans", "NotoSansRegular";
  color: #502314;
}

.nbk-font-size {
  font-size: 1.1rem;
  text-transform: capitalize;
  letter-spacing: .1px;

}

/* bk-alert-end */

@media (max-width: 767px) {
  .contact-form-row {
    margin: auto;
    max-width: 90%;
    border-radius: 10px;
  }

  .form-title {
    font-family: "Flame", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: var(--color-bbq-brown);
  }

  .contact-title ul li {
    margin: 1rem auto;
    display: flex;
    flex-direction: column;
  }
}