@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Khmer:wght@100..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;

}

/* font-face-start*/
@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";
}

/* khmer font */
@font-face {
  font-family: "NotoSansBold";
  src: url(/flame-fonts/NotoSansKhmer-SemiBold.ttf) format('truetype');
}

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

@font-face {
  font-family: "NotoSansExtraBold";
  src: url(/flame-fonts/NotoSansKhmer-ExtraBold.ttf) format('truetype');
}

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

@font-face {
  font-family: "NotoSansRegular";
  src: url(/flame-fonts/NotoSansKhmer_SemiCondensed-Medium.ttf) format('truetype');
}

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

@font-face {
  font-family: "NotoSansMedium";
  src: url(/flame-fonts/NotoSansKhmer-Medium.ttf) format('truetype');
}

.NotoSansMedium {
  font-family: "NotoSansMedium";
}
@font-face {
  font-family: "NotoSansLight";
  src: url(/flame-fonts/NotoSansKhmer-Light.ttf) format('truetype');
}

.NotoSansLight {
  font-family: "NotoSansLight";
}
@font-face {
  font-family: "NotoSansSemiLight";
  src: url(/flame-fonts/NotoSansKhmer_SemiCondensed-Light.ttf) format('truetype');
}

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

/* 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;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom,
      #D62300 20%,
      #502314 20% 40%,
      #ff8732 40% 60%,
      #1b8737 60% 80%,
      #F5EBDC 80%);
}
.nbk-ol{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container-content {
  margin-top: .9px; 
}
.button-back{
  position: absolute;
  margin-top: 2rem;
  left: 8%;
}

.bk-font img {
  margin: 0 auto;
  font-family: "Flame";
  font-weight: 900;
  letter-spacing: .7px;
  font-size: 3rem;
}

.bk-font {
  margin: 0 auto;
  font-family: "FlameBold", "NotoSansExtraBold";
  letter-spacing: .3px;
  font-size: 2.4rem;
}

.bk-font-kh {
  text-align: center;
  font-family: "FlameBold", "NotoSansExtraBold";
  letter-spacing: -.2px;
  font-size: 1.4rem;
}

.text-md-start {
  font-family: "FlameSans";
  letter-spacing: .2px;
  color: #F3EBDE;
}

.bg-brown {
  background: #502314;
}

.bg-button {
  background: #ff8732;
}

.bg-restaurant {
  background: #502314;
}

a {
  text-decoration: none;
}

.menu-all {
  text-align: center;
  font-size: 3.5rem;
  color: #F3EBDE;
  padding: 2rem;
  font-family: "FlameBold", "NotoSansExtraBold";
  
}


.bk-font-caption {
  font-family: "FlameSans";
  font-size: 1.2rem;
  color: #502314;
  margin: 0 auto;

}

.bk-font-date {
  font-family: "FlameRegular", "NotoSansMedium";
  font-size: 1.2rem;
  font-weight: 400;
  color: #D62300;
  margin: 0 auto;

}

.content {
  color: #502314;
}


/* bk-alert-start */
.bk-btn-red {
  font-size: 1rem;
  padding: 0.3rem 1.2rem;
  color: #F3EBDE;
  background-color: #d62300;
}

/* bk-alert-end */
/* button-nbk-start */
.btn-nbk {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1.8px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  /* border-radius: var(--bs-btn-border-radius); */
  border-radius: 17px;
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-nbk:hover {
  color:#F3EBDE;
  background-color: brown;
  border-color: var(--bs-btn-hover-border-color)
}
.btn-nbk-check+.btn-nbk:hover {
  color: seashell;
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color)
}

.btn-nbk:focus-visible {
  color:#F5EBDC;
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-nbk-check:focus-visible+.btn-nbk {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow)
}
.btn-nbk-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #d62300;
  --bs-btn-border-color: #d62300;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #d62300;
  --bs-btn-disabled-border-color: #dc3545;
}
/* button-nbk-end */
/* price-start */
.product-title {
  display: flex;
  flex-direction: column;
  margin: .5rem 0;
  align-items: flex-start;
}
.bk-font-prod{
  margin: 0 auto;
  font-family: "FlameBold", "NotoSansExtraBold";
  letter-spacing: .2px;
  font-size: 2rem;
}

.Numbering {
  font-size: 3rem;
  font-family: "Flame";
  font-weight: 900;
  padding-right: 3px;
  text-decoration: none;
  color: #502314;
}

.product .price {
  font-family: "Flame Sans";
  font-size: 1.5rem;
  color: rgb(80, 35, 20);
}

.price {
  margin: 6px 0px;
  font-family: 'Flame Sans';
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  color: var(--color-bbq-brown);
}

.price .khtext {
  font-family: 'Noto Sans Khmer', sans-serif;
  font-weight: 500;
}

.khtext {
  font-family: 'Noto Sans Khmer', sans-serif;
  font-weight: 600;
  text-align: center;
  color: #502314;
}

.bk-font-title {
  font-family: "FlameRegular", 'Noto Sans Khmer';
  color: #502314;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
.bk-font-offer {
  margin: 0 auto;
  font-family: "FlameBold", "NotoSansExtraBold";
  letter-spacing: .3px;
}
.price-tag {
  margin-left: 2rem;
}

.price-meduim {
  display: flex;
  align-items: center;
  /* justify-content: space-between;  */

}

.price .khtext {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 500;
}

.m-label {
  margin-left: 5px;
  /* padding: 1px;  */
}

/* price-start */
.product-title {
  display: flex;
  flex-direction: column;
  margin: .5rem 0;
  align-items: flex-start;
}

.Numbering {
  font-size: 3rem;
  font-family: "Flame";
  font-weight: 900;
  padding-right: 3px;
  text-decoration: none;
  color: #502314;
}

.product .price {
  font-family: "FlameSans";
  font-size: 1.5rem;
  color: rgb(80, 35, 20);
}

.price {
  margin: 6px 0px;
  font-family: 'FlameSans';
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  color: var(--color-bbq-brown);
}

.price .khtext {
  font-family: 'Noto Sans Khmer', sans-serif;
  font-weight: 500;
}

.price-tag {
  margin-left: 2rem;
}

.price-meduim {
  display: flex;
  align-items: center;
  /* justify-content: space-between;  */

}

.price .khtext {
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
}

.m-label {
  display: flex;

  margin-left: 5px;
  /* padding: 1px;  */
}

/* price-end */
.bk-color {
  background: #D72300;
}

/* price-end */
/* .add-border-style{
  border: .5px  solid #a96a55;
  border-radius: 7px;
  background-color:#fef6ea;
} */
/* offer-start */
.btn-align-center{
  display: flex;
  align-items: center;
}

.add-button-style {
  /* margin: 5px auto; */
  display: flex;
  justify-content: center;
  gap: 8px;
}

.add-button-style a {
  /* padding: .7rem; */
  font-size: 1rem;
  margin: .3rem;
}

.offer-style {
  padding: 0;
  margin: 0;
}

/* offer-end */
/* bk-background-start */
.bg-red-darken{
  background: #8A1600;
}
.bg-fiery-red{
  background: #D62300;
}
.bg-orange{
  background: #ff8732;
}
/* bk-background-end */

/* add style on product page stat */

.card-custom-border {
  border: 1px solid #87604f;
}


.bg-brown-product-view {
  /* padding-bottom: 2rem; */
  background: #502314;
}

.add-style-button {
  padding: .4rem 1.4rem;
  margin-bottom: 0.8rem;
}

.add-style-padding {
  padding: 5px;
}

.add-style-padding p {
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

.bk-font-normal {
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.7rem;
  color: #502314;
  text-decoration: underline;
}

.required-section {
  padding: 1rem 2rem 0rem;
}

.add-style-bottom {
  margin-bottom: 3rem;
}

.add-style-form {
  padding: .5rem 1rem;
}

.add-style-product {
  justify-content: center;

}

.text-promo-center {
  text-align: center;
}

/* add style on product page end*/
.bk-font-favorite {
  font-family: "FlameRegular", "Noto Sans Khmer";
  font-size: 2.7rem;
  font-weight: 700;
  color: #502314;
}

.bk-title-offer {
  font-family: "FlameBold", "NotoSansBold";
  font-size: 2.7rem;
  color: #D62300;
}

.btn-font-size {
  font-size: 1.2rem;
}

/* section-slide-start */
.container-slider {
  position: relative;
  align-items: center;
  width: 100%;
}

.centering {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* section-slide-end */
/* crown-slide-start */
.container-crown-slider {

  position: relative;
  align-items: center;
  height: 400px;
  width: 100%;
}

.centering-slider {
  margin: 0 auto;
  z-index: 1;
  position: absolute;
  padding: 3rem 2rem;
}

.crown-text-title {
  font-family: "FlameBold", "NotoSansBold";
  font-weight: 800;
  line-height: 4rem;
  font-size: 3.4rem;
  color: #502314;
}

.crown-text-title-yellow {
  font-family: "FlameBold", "NotoSansBold";
  line-height: 4rem;
  font-size: 4rem;
  color: #ffaa00;
}

.text-crown-top {
  font-family: "FlameRegular", "NotoSansRegular";
  text-align: left;
  color: #502314;

}

.brown-beef {
  color: #ffaa00;
  font-size: 1.3rem;
  font-family: "FlameRegular";
  padding: 1rem 1.5rem;
  border-radius: 5px;
  background-color: #502314;
}

.crown-body-card {
  padding: 1.5rem;
}

.row-crown {
  display: inline-block;
  justify-content: center;
  align-items: center;
}

.crownP {
  font-family: "FlameSans", "Noto Sans Khmer";
}

.add-crown-background {
  background-color: #ffffff;
  border: none;
  background-image: linear-gradient(to right, #fafafa, #F3EBDE, #fafafa);

}

.background-texture {

  background-position: 0 0;
  background-size: contain;
  height: auto;
  padding-bottom: 0;
  background-clip: border-box;
  background-image: url(https://cdn.prod.website-files.com/631a1fe2c7c5cefcdfd8ee95/64bcbebab9c30f67196f32f4_Crown-Patterns.gif);
}

.add-more-crown {
  justify-content: space-between;
  align-items: center;
}

.bk-font-crown {
  font-family: "FlameBold", "NotoSansBold";
  letter-spacing: .2px;
  font-size: 3rem;
  color: #502314;
}

.background-crown-body {
  background-color: #ffffff;
  padding: .5rem 1rem;
  border: none;
  border-radius: 5px;
  text-align: justify;
}

.background-crown-brown {
  background-color: #ffffff;
  padding: 1rem;
  /* padding: 2rem 2rem; */
  border-radius: 5px;
  text-align: justify;
}

.card-title-bk-brown {
  font-family: "FlameBold";
  background-color: #f5ebdc;
  color: #ff8732;
  padding: .5rem 1rem;
  border-radius: 5px;
  text-align: center;
}

.card-text-brown {
  padding-top: 5px;
  text-align: left;
  color: #502314;
}

.crown-title-bar {
  padding-bottom: 2rem;
}

.card-title-bk-font {
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -.5px;
  color: #803219;
}

.bk-font-sm {
  color: #502314;
  font-family: "FlameSans";
  margin: 0 auto;
  padding: 0rem 1.5rem;
  font-size: 1rem;
}

.bk-font-crown-yellow {
  color: #502314;
  font-family: "FlameBold", "NotoSansBold";
  font-size: 3.5rem;
  font-weight: 600;

}

.bk-crown-font {
  padding: .7rem 0rem;
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.4rem;
  color: #ff8732;
}

/* crown-slide-end */
/* new add code start */
.close-paragraph {
     font-family: "FlameRegular", "NotoSansRegular";
    font-weight: 500;
    color: #ff8732;
}

.bk-font-crown-close {
    font-size: 3.1rem;
    border-radius: 0.5rem 0.5rem 0 0;
    letter-spacing: -0.3px;
    font-family: "Noto Sans Khmer", sans-serif;
    font-weight: bolder;
    color: #F5EBDC;
    background-color:#ff8732
}

/* new add code end */
/*bk-alert-start */
.bk-alert-form {
  padding: 1.5rem;
  border-radius: 5px;
  border: 1px solid #87604f;
}

.btn-success-bk-alert {
  color: #1b8737;
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.1rem;
  text-decoration: underline;
}

.btn-success-bk-alert:hover {
  color: #0b6c25;
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.1rem;
  text-decoration: underline;
}

.addButtonStyle {
  font-family: "FlameSans", "Noto Sans Khmer";
  font-size: 1.2rem;
}

/*bk-alert-end */
/* outlet-start */
.direction-button {
  font-family: "FlameRegular", "Noto Sans Khmer";
  font-size: 1.2rem;
  font-weight: 500;
  padding: .3rem 1rem;
}

/* outlet-end */
/* nav-bar-start */
.btn-outline-primary {
  padding: 4px 1.4rem;
}

/* nav-bar-end */
.nav-item {
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.3rem;
  margin-right: 9px;
}

.nav-link-none {
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.3rem;
}

/* menu-title-start */
.menu-title {
  display: flex;
  justify-items: center;
  justify-content: center;
}

/* menu-title-end */

/* serve-type */
.serve-type {
  display: flex;
  flex-direction: column;
  margin: 0.5rem;
  align-items: center;
  padding: 0.5rem;
  height: 99px;
  width: 138px;
  border-radius: 7px;
  justify-content: center;
  border: 3px solid #D7C7B5;
}

.serve-type .nav-link {
  text-align: center;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
  color: #502314;
}

/* serve-type */

.section-text {
  align-items: center;
}

.text-title {
  font-family: "FlameBold", "NotoSansExtraBold";
  font-size: 7vw;
  width: 1119px;
  color: #F5EBDC !important;
}

.text-top {
  font-family: "FlameRegular", "NotoSansExtraBold";
  text-align: center !important;
  /*font-size: 3vw;*/
  margin: 0 auto;
  color: #F5EBDC !important;
}

.section-btn {
  display: flex;
  justify-content: center;

}

/* slide */

/* search */
#search-form {
  position: fixed;
  top: -110%;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10004;
  background: rgba(0, 0, 0, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}
.nbk-search-icon{
  cursor: pointer;
}

#search-form.active { 
  top: 0;
}
.nbk-font-title{
  font-size: 1.5rem;
  font-family: "FlameRegular", "NotoSansRegular";
}
.nbk-font-btn{
  font-size: 1.1rem;
  font-family: "FlameRegular", "NotoSansRegular";
}
#search-form #search_product {
  font-family: "FlameSans", "NotoSansRegular";
  width: 50rem;
  border-bottom: .1rem solid#ffffff;
  padding: .7rem .6rem;
  color: #502314;
  font-size: 1.3rem;
  text-transform: none;
}

#search-form #search_product::placeholder {
  color: #502314;
}

#search-form #search_product::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

#search-form label {
  color: #dfc1af;
  cursor: pointer;
  font-size: 3rem;
  margin: 9px;
}

#search-form label:hover {
  color: #ff8732;
}

#search-form #close {
  position: absolute;
  color:#F3EBDE;
  cursor: pointer;
  top: 1.3rem;
  right: 1.3rem;
  font-size: 3rem;
}
/* search form end */
.container .bk-line-color {
  margin: 0 auto;
  padding: 0;
}

.container .bk-line-color img {
  width: 100%;
}

/* home */
.bk-red {
  border-radius: 10px;
  background: #a71b00;
  height: 12rem;
}

.bk-yellow {
  border-radius: 10px;
  height: 12rem;
  background: #ff8732;
}

.bk-brown {
  height: 12rem;
  border-radius: 10px;
  background: #502314;
}

.title-home {
  font-family: "FlameBold", "NotoSansBold";
  font-size: 2rem;
  line-height: 2rem;
  margin: 0 auto;
  color: #F3EBDE !important;
}

.caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.caption-below {
  position: absolute;
  padding: .5rem;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}

.caption h1 {
  width: max-content;
  font-size: 5rem;
  margin: auto;
  line-height: 5rem;
  color: #F3EBDE;
  font-family: "FlameBold", "NotoSansExtraBold";

}

.caption p {
  font-size: 2vw;
  font-weight: 600;
  line-height: 2.2rem;
  width: 100%;
  margin: 0 auto;
  color: #F3EBDE;
  font-family: "FlameRegular", "Noto Sans Khmer";
}

.home-p {
  width: 100%;
  color: #F3EBDE;
  margin-top: 10px;
  font-size: 1.2rem;
  font-family: "FlameRegular", "Noto Sans Khmer";
}

.home-promo {
  width: max-content;
  padding: 0.7rem;
  font-family: "FlameRegular", "Noto Sans Khmer";
}

/* home */

/* modal-start */
.product-image {
  display: flex;
  margin: auto;
  justify-self: center;
}

.product-image img {
  vertical-align: middle;
}

/* modal-end */
/* footer-start */
.widget-title{
  color:#ff8732;
}
.bk-foot {
  background: #502314;
  padding: 2rem 0.2rem;
}

.adjust-footer {
  content: "";
  left: 0;
  background: #ffaa00;
  height: 2px;
  border-radius: 10%;
  box-sizing: border-box;
  width: 90px;
}

/* footer-end */
.nav-item-nbk{
  width: max-content;
}
/*section-store-location-start*/
.location-container {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.padding-more {
  padding: 1rem;
}

.store-name {
  padding: .5rem;
}

.eng-card-title {
  font-family: "Flame-Regular";
  text-align: left;
}

.kh-title {
  font-family: "Noto Sans Khmer", sans-serif;
  line-height: 15px;
  text-align: left;
}

.tel-text .open-text {
  line-height: 20px;
}

/*section-store-location-end*/
/* head-navbar-start */

.head-branding {
  z-index: 6;
  height: 50px;
}

.nav-logo {
  position: absolute;
  z-index: 10000;
  text-align: center;
  top: 69%;
  width: 88px;
  padding: 9px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.nav-logo img {
  width: 100%;
  z-index: 10000;
}

@media (max-width:768px) {
  #search-form #search_product{
    width: 90%;
    margin: 0 1rem;
  }
  .nav-logo {
    position: absolute;
    text-align: center;
    /* top: 100%; */
    left: 50%;
    width: 88px;
    transform: translate(-50%, -50%);
  }

  .jobBanner {
    width:100%;
  }
  .jobBanner>img {
    width:100%;
  }

  .navbar {
    position: relative;
    /* margin-top: 2rem; */
  }
}

.add-style-dropdown {
  padding: 0 1rem;
}

/* head-navbar-end */
/* delivery */
.contact-info{
  font-family: "FlameSans", "NotoSansRegular";
  font-size: .9rem;
  color: #D7C7B5;
}

.deliver-banner {
  position: relative;
  margin: -5px auto;
}

.deliver-banner img {
  width: 100%;
}

/* new-code-start */

.delivery-background {
  position: relative;
}

.del {
  position: absolute;
  text-align: center;
  top: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.delivery-add-style {
  align-items: center;
  justify-content: center;
}

.card-title-delivery {
  font-size: 6rem;
  font-family: "FlameBold";
}

.card-text-delivery {
  font-size: 2rem;
  font-family: "FlameRegular";
  font-weight: 600;
  text-align: center;
}

.mobile-delivery {
  vertical-align: middle;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);

  position: absolute;
}

.khmerName {
  font-family: "FlameBold", "NotoSansExtraBold";
}

/* new-code-end */
.banner-text {
  position: absolute;
  align-items: center;
  top: 50%;
  align-items: center;
  right: 38%;
  padding: 4px 10px;
  transform: translate(50%, -50%);
}

.banner-text h4 {
  text-transform: capitalize;
  font-family: "FlameRegular", "NotoSansExtraBold";
  color: var(--color-bbq-brown);
  margin: 0;
  padding: 0;
  line-height: 5.6vw;
  text-decoration: none;
  text-align: center;
  font-size: 3.5vw;
}

.banner-text h4:nth-child(2) {
  font-family: "FlameBold", "NotoSansExtraBold";
  color: var(--color-fiery-red);
  text-align: center;
  font-size: 6vw;
}

.button-delivery {
  display: flex;
  margin: 0 auto;
  max-width: 30vw;
  padding: 10px;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  background-color: var(--color-bbq-brown);
}

.button-delivery>a {
  text-decoration: none;
  flex-direction: row;
}

.button-delivery img {
  padding: 3px;
  border-radius: 3px;
}

.button-delivery :hover {
  cursor: pointer;
}

.btn-delivery {
  display: none;
  width: 100%;
}

.add-style-dropdown-mobile {
  display: none;
}


/* @media (max-width: 1053px) {
  .carousel-item img {
    height: 27rem;
  }
} */

@media (min-width: 1024px) {
  .mobile-delivery {
    width: 28%;
  }
}
@media (max-width: 1024px) {
  .mobile-delivery {
    width: 28%;
  }

  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 1rem;
  }

  .add-style-dropdown-mobile {
    display: none;
  }

  .add-style-dropdown {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    padding-top: 1.3rem;
  }
  /* button-chang-language-start */
  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }

  .add-style-dropdown-mobile {
    display: block;
  }

  .add-style-dropdown {
    display: none;
  }

  /* button-chang-language-end */
  .nav-style-link:after {
    display: none;
  }

  /* .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 1.7rem;
    padding: 1rem;
    border-radius: 0px 0px 7px 7px;
    background: #efd4c5;
  } */

  .mobile-dropdown-navbar {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    font-family: "Flame";
    flex-direction:row-reverse;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    align-items: center;
  }
}
@media (min-width: 767px) {
.btn-career {
  font-family: "FlameSans", "NotoSansRegular";
  font-weight: 300;
  padding: 4px 14px;
  border-radius: 15px;
  color: #f5ebdc;
  background: #d62300;
}
}

@media (max-width: 767px) {
  .col-12 {
    flex: 0 0 auto;
    width: 50%;
  }

  /* button-chang-language-start */
  .navbar>.container,
  .navbar>.container-fluid,
  .navbar>.container-lg,
  .navbar>.container-md,
  .navbar>.container-sm,
  .navbar>.container-xl,
  .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
  }

  .add-style-dropdown-mobile {
    display: block;
  }

  .add-style-dropdown {
    display: none;
  }

  /* button-chang-language-end */
  .banner-text {
    position: absolute;
    align-items: center;
    width: 350px;
    align-items: center;
  }

  .text-md-start {
    text-align: center;
    letter-spacing: .2px;
    color: #F3EBDE;
  }

  .banner-text {
    position: absolute;
    align-items: center;
    /* max-width: 500px; */
    top: 50%;
    align-items: center;
  }

  .navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 1rem;
  }

  .mobile-delivery {
    width: 37%;
    /* width: 28%; */
  }

  .deliver-banner {
    width: 100%;
  }
  .deliver-banner img {
    width: 100%;
    min-height: 290px;
  }

  .button-delivery {
    display: none;
  }

  .btn-delivery {
    display: block;
    margin: 5px auto;

  }

  .btn-delivery>a {
    color: #f5ebdc;
    text-decoration: none;
    padding: .4rem 1.2rem;
  }

  .btn-delivery {
    font-family: "FlameRegular";
    font-size: 1.4rem;
    color: #f5ebdc;
    text-align: center;
    text-decoration: none;
  }

  .carousel-item-nbk img {
    height: 27rem;
  }

  .bk-line-color {
    margin: 0 auto;
    padding: 0;
  }

  .container .bk-line-color img {
    width: 100%;
  }

  .centering {
    margin: 0 auto;
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

  }

  .text-title {
    font-family: "FlameBold", "NotoSansExtraBold";
    font-size: 3.3rem;
    text-align: center;
    width: 100%;
    color: #F5EBDC !important;
  }

  @media (max-width: 414px) {
    /* login-start */
    .w-full{
      width: 100%;
    }
    /* login-end */
    .centering {
      margin: 0 auto;
      z-index: 1;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      transform: translate(-50%, -50%);
    }


    .banner-text {
      position: absolute;
      align-items: center;
      width: 230px;
      top: 50%;
      align-items: center;
    }

    .deliver-banner img {
      max-width: 100%;
    min-height: 145px;

    }

    .text-title {
      font-family: "FlameBold", "NotoSansExtraBold";
      font-size: 3.3rem;
      color: #F5EBDC !important;
    }

    .text-top {
      font-family: "FlameRegular", "NotoSansRegular";
      text-align: center !important;
      font-size: 1.6rem;
      margin: 0 auto;
      font-weight: 500;
      color: #F5EBDC !important;
    }

    .bk-line-color {
      margin: 0 auto;
      padding: 1rem;
    }

    .bk-line-color>img {
      width: 100%;
    }

  }

  @media (min-width: 375px) {
      .btn-career {
        font-family: "FlameSans", "NotoSansRegular";
        font-weight: 300;
        padding: 4px 14px;
        border-radius: 15px;
        color: #f5ebdc;
        background: #d62300;
    }
  }
  @media (max-width: 375px) {


    .centering {
      margin: 0 auto;
      z-index: 1;
      position: absolute;
      padding-top: 2rem;
      top: 50%;
      left: 50%;
     
      transform: translate(-50%, -50%);
    }

    .text-title {
      font-family: "FlameBold", "NotoSansExtraBold";
      font-size: 3.3rem;
      text-align: center;
      width: 383px;
      color: #F5EBDC !important;
    }

    .banner-text {
      position: absolute;
      align-items: center;
      /* width: 200px; */
      align-items: center;
      /* top: 3rem; */
    }

    .bk-line-color {
      margin: 0 auto;
      padding: 1rem;
    }

    .bk-line-color>img {
      width: 100%;
    }
  }
}
@media (max-width: 767px){
  .deliver-banner img {
    width: 100%;
    min-height: 180px;
  }
}
/* delivery */
/* career */
.nbk-font-nh{
  text-decoration: none;
  width: 11.8rem;
}
.bk-career-botton{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.add-style-card {
  padding: 0;
  border: 1px solid #c5836e;


}
.nbk-3{
  padding-bottom: 1rem !important;
}
.add-style-size {
  padding: 0rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "FlameRegular", "Noto Sans Khmer";
}
.nbk-hr-width{
  margin: auto;
  width: 99%;
}
.career-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.career-nbk-title{
  font-family: "FlameRegular", "NotoSansRegular";
  text-align: center;
  color: #502314;
  padding: 1rem 0rem;
}
.career-phone-img {
  display: none;
}

.career-card-img {
  margin: auto;
}

.career-card-img>img {
  vertical-align: middle;
  width: 100%;
}

.section-submit {
  display: flex;
  max-width: 860px;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 1rem 0;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
}

.text-career {
  font-family: "FlameSans", "NotoSansRegular";
  font-size: 1.2rem;
  color: #502314;
}

.btn-career {
  min-width: 7.4rem;
  margin: .8rem;
  text-align: center;
  font-family: "FlameSans", "NotoSansRegular";
  font-weight: 300;
  padding: 7px 18px;
  border-radius: 20px;
  color: #f5ebdc;
  background: #d62300;
}

.btn-career:hover {
  padding: 7px 18px;
  border-radius: 20px;
  color: #fffbf6;
  background: #a72005;
}

@media (max-width: 767px) {
  .caption p {
    font-size: 2rem;
  }

  .career-phone-img {
    padding: 2rem;
    display: flex;
  }

  .career-phone-img img {
    width: 100%;

  }

  .section-submit {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 2, 5rem auto;
    padding: 1rem 0;
    align-items: center;
    text-decoration: none;
    justify-content: center;
  }

  .text-career {
    color: #502314;
    padding: 0 1rem;
  }
}

/* career */
/* privacy */
.about-row {
  margin: 40px auto;
  max-width: 800px;
}

.legal-bar {
  align-items: center;
  /* height: 13rem; */
  background-color: var(--color-bbq-brown);
}

.legal-title {
  padding: 0 .5rem 0;
  max-width: 800px;
  font-family: "FlameRegular";
  text-transform: uppercase;
  font-size: 2.5rem;
  color: var(--color-bbq-brown);
}
.nbk-title-paragraph{
  padding: 0 .5rem 0;
  max-width: 800px;
  font-family: "FlameRegular","NotoSansBold";
  text-transform: uppercase;
  font-size: 1.5rem;
  color: var(--color-bbq-brown);
}
.nbk-title-sub{
  padding: 0 .5rem 0;
  max-width: 800px;
  font-family: "FlameRegular","NotoSansRegular";
  text-transform: uppercase;
  font-size: 1.2rem;
  color: var(--color-bbq-brown);
}

.legal-sub-title {
  font-family: "FlameSans","NotoSansRegular";
  font-size: 1.5rem;
  padding: 0 .5rem 0;
  font-weight: bold;
  color: var(--color-bbq-brown);
}

.textbold {

  font-weight: 200;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-bbq-brown);
}

.morebr {
  padding: 3rem;
}

.title-legal {
  text-decoration: none;
  padding: 3rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: "FlameRegular";
  font-weight: bold;
  font-size: 5rem;
  color: var(--color-mayo-egg-white);
}

.font-flame {
  font-family: "Flame-regular", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.5rem;
}

.text-eng {
  margin: 0;
  padding: .5rem .5rem;
  font-family: "FlameSans", "NotoSansRegular";
  line-height: 33px;
  font-weight: 100;
  text-align: justify;
  color: var(--color-bbq-brown);
  font-size: 1.2rem;
}

.text-inside {
  margin: 0;
  padding: 1rem 4.5rem;
  font-family: "FlameSans";
  font-size: 1rem;
  line-height: 2rem;
  text-align: justify;
  color: var(--color-bbq-brown);
}

@media (max-width: 767px) {
  .about-row {
    margin: 40px auto;
    padding: 1rem;
    max-width: 800px;
  }

  .legal-title {
    text-align: center;
    max-width: 800px;
    font-family: "FlameBold", sans-serif;
    letter-spacing: 1px;
    font-size: 2.5rem;
    color: var(--color-bbq-brown);
  }
}

/* privacy */
/* about-start */
.about-row {
  margin: 40px auto;
  max-width: 800px;
}

.title-bar {
  align-items: center;
  /* height: 13rem; */
  background-color: var(--color-bbq-brown);
}

.about-title {
  padding: 0 .3rem 0;
  font-family: "FlameRegular", "NotoSansBold";
  color: var(--color-bbq-brown);
}

.title-aboutus {
  text-decoration: none;
  padding: 3rem;
  text-align: center;
  letter-spacing: 1px;
  font-family: "FlameRegular";
  font-weight: bold;
  font-size: 5rem;
  color: var(--color-mayo-egg-white);
}

.font-flame {
  font-family: "Flame-regular", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}

.kh-text {
  margin: 0;
  padding: 1rem 2rem;
  font-family: "Noto Sans Khmer", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 34px;
  text-align: justify;
  color: var(--color-bbq-brown);
}

@media (max-width: 767px) {

  .email-contact-info {
    font-family: "FlameSans";
    font-size: 2.5vw;
    color: #D7C7B5;
  }
  .about-row {
    margin: 40px auto;
    padding: 1rem;
    max-width: 800px;
  }

  .about-title-kh {
    font-size: 3rem;
    font-family: "Noto Sans Khmer", "Noto Sans Khmer";
    font-weight: 700;
    text-align: center;
    color: var(--color-bbq-brown);
  }

  .about-title {
    letter-spacing: 1px;
    color: var(--color-bbq-brown);
  }

  .nav-item {
    position: relative;
  }

  .nav-style-link:after {
    display: none;
  }
}

/* about-end*/

/* store-start */
.add-style-paginate {
  margin: 0 auto;

}

.store-wrapper {
  margin: 0 auto;
  max-width: 1024px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 0.5rem;
}

.store-location-wrapper {
  margin: 0rem auto;
  max-width: 800px;
}

.input-style {
  font-family: "FlameSans";
  font-weight: 300;
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 0 1rem;
  width: 100%;
  color: #ff8732;
}

.lists-card {

  padding: 1.5rem;
  margin: 1rem auto;
}

.search-title {
  font-family: "FlameRegular";
  font-size: 1.2rem;
  text-align: center;
  margin: 4rem;
  color: #502314;
}

.store-title-location {
  font-family: "FlameRegular";
  font-size: 2rem;
  text-align: center;
  margin: 2rem 4rem 0;
  color: #502314;
}

.t-title {
  font-family: "FlameRegular";
  font-size: 1.2rem;
  color: #502314;
}

.store-descript {
  font-family: "FlameSans";
  color: #502314;
}

.search-button {
  display: flex;
  margin: 2rem auto;
  justify-content: center;

}

.btn-location {
  margin-left: 1rem;
  width: 5rem;
  height: 5rem;
  border-radius: 5px;
  position: relative;
  background-color: #d62300;
}

.location-direction {
  font-family: "FlameRegular";
  font-size: 1rem;
}

.btn-location>img {
  width: 2.8rem;
  position: absolute;
  vertical-align: middle;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
}

.operation-hours {
  font-family: "FlameRegular", "Noto Sans Khmer";
  font-size: 1.2rem;
  text-align: center;
  color: #ff8732;
}

.lists-card .location-name-km {

  font-weight: bolder;
  font-family: "Noto Sans Khmer", sans-serif;
  color: #502314;
}

.lists-card .location-name-eng {
  font-family: "FlameRegular";
  font-weight: 800;
  color: #502314;
}

.location-direction {
  margin: 1rem 0;
}

.lists-card a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #d62300;
}

.pagination a {
  margin: auto;
  font-family: "FlameRegular";
  font-size: 1.5;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  text-decoration: none;
  color: #d62300;
  border: 2px solid #d62300;
  border-radius: 5px;
  padding: 1rem 3rem;
}

.store-heading {
  font-family: "FlameRegular";
  font-size: 5.2rem;
  padding: 4rem;
  text-align: center;
  color: #f5ebdc;
  background: #502314;
}

.bk-maps iframe {
  border-radius: 8px;
  height: 400px;
  width: 100%;
}

/* store-end*/

/* delivery-app-start */
.bk-bg-red {
  background: #ffffff;
  padding: .8rem;
}

.bk-font-header {
  font-family: "FlameRegular";
  font-size: 2rem;
  color: #502314;
}

/* delivery-app-end */
/* front-nav-bar-start */
.nav-style-link {
  font-family: "FlameRegular", "NotoSansRegular";
  /* font-size: 1.1rem; */
}
.card-nbk{
  padding:0rem 1rem;
}
.nav-item {
  list-style-type: none;
  position: relative;
}

.nav-style-link:after {
  content: "";
  position: absolute;
  background-color: #D62300;
  color: #502314;
  height: 3px;
  left: 0;
  width: 0%;
  bottom: -7px;
  transition: 0.3s ease-in-out;
}

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

/* .nav-item {
  padding-top: .7rem;
} */

/* front-nav-bar-end */
/* deliverybutton-slider-start */
.btn-outline-bk {
  border: 2px solid #f5ebdc;
  color: #F5EBDC;
}

.btn-outline-bk:hover {
  border: 2px solid #f5ebdc;
  color: #D62300;
  background-color: #F5EBDC;
  --bs-btn-active-color: #fff;
}

.bk-text {
  font-size: 1.1rem;
  padding: .4rem 1.2rem;
  font-family: "FlameRegular", "NotoSansRegular";

}

/* deliverybutton-slider-end */
.nbk-justify-content{
  display: flex;
  justify-content: space-between;
}
/* change-language-start */
.bk-font-drop {
  font-family: "FlameRegular", "NotoSansRegular";
  color: #502314;
}
.nbk-flame-size{
  font-family: "FlameRegular", "NotoSansRegular";
  font-size: 1.1rem;
}
.nbk-color{
  color: #502314;
}
/* change-language-end */
.btn-back {
  color: #F3EBDE;
  font-family: "FlameRegular", "NotoSansBold";
  font-size: 1.1rem;
  transition: linear;
}

.btn-back:hover {
  color: #ffffff;
  font-size: 1.1rem;
}

.cont-width-button {
  margin: 0 auto;
  max-width: 850px;
}

.btn-back-whopper {
  text-decoration: underline;
  color: #502314;
  font-family: "FlameRegular", "NotoSansBold";
  font-size: 1.3rem;
  transition: linear;
}

.btn-back-whopper:hover {
  color: #803219;
}

/* home */
.card-body-relative {
  position: relative;
}

/* home */
.nbk-text-desc{
  font-family: "FlameSans", "NotoSansRegular";
  font-size: 1.2rem;
  color: #F3EBDE;
}

/* produt */
.product-area {
  display: flex;
  justify-content: center;
}

.featured-product-wrapper {
  margin: 0 auto;
  max-width: 900px;
}

/* .container{
  max-width: 1024px;
} */
@media (min-width: 576px) {
  .product-container-width {
    margin: auto;
    padding-left: 30px;
  }

  .cont-width {
    margin: auto;
    max-width: 1024px;
    /* max-width: 899px; */
  }
  .adjust-more-style {
    margin-left: 2.5rem;
  }


  /* .head-branding-top {
  position: sticky;
  top: 0;
  z-index: 1020;
} */
}

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 auto;
    width: 32%;
  }

  .product-container-width {
    margin: auto;
  }
}

.w-90 {
  width: 100% !important;
}

.prod-padding {
    margin: 0rem .5rem;
}

.justify-content-space-start {
  justify-content: center !important;
}

.contact-info{
  font-family: "FlameSans", "NotoSansRegular", serif;
  color: #D7C7B5;
}

 .email-contact-info{
  font-family: "FlameSans";
  color:#D7C7B5;
 }

.col-14{
  width: 60%;
}
.bk-logo-letter{
  color: #D7C7B5;
}
.bk-copy-right-letter{
    font-family:"FlameSans",serif;
  font-size: 10px;
  color: #D7C7B5;
}
.section-copy-right{
  display: flex;
  justify-content: space-between;
}
/* produt */
/* profile-start */
.profile-banner{
 
  background: #502314;
}
.img-profile{
  width: 15rem;
  height: 15rem;
}
.img-profile img{
border-radius: 100%;
width: 15rem;
height: 15rem;
vertical-align: middle;
}
.nbk-title{
  font-family: "FlameRegular";
  text-transform: capitalize;
  color: #ffffff;
  font-size: 3.2rem;
}
.nbk-title-modal{
  font-family: "FlameRegular";
  text-transform: capitalize;
  color: #ffffff;
  font-size: 1rem;
}
.profile-content{
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* height: 20vw; */
}

.nbk-caption{
  font-family: "FlameSans";
  color: #ffffff;
  font-size: 1.2rem;
}
.btn-bnk{
  color: #F3EBDE;
  border: 1px solid #F3EBDE;
  border-radius: 16px;
  padding: .4rem 1.5rem;
  text-align: center;
  cursor: pointer;
}
.nbk-back-white{
  color: #F5EBDC;
  cursor: pointer;
}
.nbk-back-white:hover{
  color:#ff8732;
}
.btn-bnk:hover{
  color: #502314;
  border: 1px solid #F3EBDE;
  background: #F5EBDC;
  border-radius: 16px;
  padding: .4rem 1.5rem;
  text-align: center;
}
.paginates{
  max-width: 590px;
  color: #502314;
  margin: auto;
}
.profile-nbk-title{
  font-family: "FlameRegular";
  font-size: 2rem;
}
.prod-padding-profile{
  padding: 2rem;
}
.profile-container-width{
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
/* profile-end */
/* owl */
.row-owl{
  display: flex;
  align-items: center;
  gap:30px;
  margin: 20px 0px;
  overflow: scroll;
}
.container-owl{
  margin: 0 auto;
  height: auto;
  max-width: 50%;
}
.card-owl{
  width: 500px;
}
.card-owl .w-nbk-img{
  width: 100%;
}

/* owl */

/* career */
.location-outlet{
  display: flex;
  flex-direction: row;
  gap:12px;
  align-items: center;
  padding-left: .5rem;
}
.notified-number{
 color:#F3EBDE;
  font-size: 1.5rem;
  border-radius: 50%;
  padding: 0.1rem .9rem;
  background:#D62300;
}
.storeName{
  font-family: "FlameRegular", "NotoSansRegular";
}
/* career */