html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "GraphikRegular", "Graphik" !important;
  background-color: #f9f9f9;
  overflow-y: unset !important;
}

#main,
#wrapper {
  background-color: #E5E0DB;
  position: relative;
}

html body,
html header ul.nav>li>a,
html h1,
html h2,
html h3,
html h4,
html h5,
html h6,
html .heading-font,
html .off-canvas-center .nav-sidebar.nav-vertical>li>a {
  font-family: "GraphikRegular", "Graphik" !important;
}

#footer .section.bottom-version,
#footer .absolute-footer,
#footer .col-inner #text-2519128814.text,
#footer #wpcf7-f10540-o5 {
  display: none;
}

#footer .section.navigation-resources {
  background: #150b00;
}

.homePage {
  background: var(--branding-primary-20, #E5E0DB);
  margin: auto;
  overflow: hidden;
}

.displayPc {
  display: block;
}

.displayPh {
  display: none;
}

.banner {
  background: var(--branding-primary-20, #E5E0DB);
  position: relative;
}

.banner>img {
  width: 100%;
}

.banner .bannerTxt {
  position: absolute;
  top: 220px;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.banner .bannerTxt h1 {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 90px;
  margin-bottom: 30px;
}

.banner .bannerTxt .light {
  width: 469px;
  height: 12px;
  flex-shrink: 0;
  background: var(--branding-primary-20, #E5E0DB);
  margin-bottom: 50px;
}

.banner .bannerTxt p {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  max-width: 1240px;
}

.banner .items {
  position: absolute;
  bottom: 200px;
  left: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.banner .items .item {
  max-width: 2100px;
}

.banner .items .item:first-child {
  margin-bottom: 30px;
}

.banner .items .item div {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 10px;
}

.banner .items .item div.light {
  width: 200px;
  height: 10px;
  flex-shrink: 0;
  background: var(--branding-primary-100, #7F664D);
  margin-bottom: 30px;
}

.banner .items .item p {
  color: var(--branding-primary-20, #E5E0DB);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0;
  padding-left: 30PX;
}

.title {
  color: var(--branding-secondary-80, #443C33);
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 30px;
}

.des {
  color: var(--branding-secondary-80, #443C33);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin: 0;
}

.hairColor {
  max-width: 1440px;
  margin: 100px auto 0;
}

.hairColor .des {
  margin-bottom: 50px;
  text-align: center;
}

.hairLenght .img img,
.hairColor .img img {
  width: 100%;
}

.hairLenght {
  max-width: 1440px;
  margin: 100px auto 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

.hairLenght .title {
  text-align: left;
}

.hairLenght .txt {
  padding-right: 20px;
}

.customSize {
  max-width: 1440px;
  margin: 0 auto 0;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
}

.customSize .title {
  text-align: right;
}

.customSize .des {
  text-align: right;
}

.customSize .txt {
  padding-left: 20px;
}

.customBase {
  position: relative;
  margin-top: 100px;
}

.customBase img {
  width: 100%;
}

.customBase .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1440px;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.customBase .title {
  color: var(--branding-primary-20, #E5E0DB);
  text-align: left;
}

.customBase .des {
  width: 700px;
  color: var(--branding-primary-20, #E5E0DB);
  text-align: left;
}

.specialRequirements {
  max-width: 1440px;
  margin: 100px auto 0;
}

.specialRequirements .des {
  margin-bottom: 50px;
  text-align: center;
}

.specialRequirements .imgs {
  display: flex;
  gap: 20px;
}

.specialRequirements .imgs img {
  width: 100%;
}

.description {
  max-width: 1030px;
  margin: 100px auto 0;
}

.description p {
  margin: 0;
  color: var(--branding-secondary-80, #443C33);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.description div {
  margin-top: 30px;
  color: var(--branding-secondary-80, #443C33);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}

.recommended {
  max-width: 1440px;
  margin: 100px auto 100px;
}

.recommended .title {
  margin-bottom: 50px;
}

.recommended .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.recommended .items a>img {
  width: 100%;
}

.recommended .items h3 {
  color: var(--branding-secondary-80, #443C33);
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.recommended .items .icon {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 10px;
}

.recommended .items .icon div {
  margin-right: 3px;
}

.recommended .items p {
  color: var(--branding-secondary-80, #443C33);
  font-family: Graphik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 10px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.about {
  background-color: #150b00;
  position: relative;
}

.about .content .aboutTitle {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

.about .content .horizontal {
  z-index: 1;
  margin: initial;
  margin-bottom: 40px;
  width: 268px;
  height: 5px;
  background-color: #7F664D;
  position: relative;
}

.about .content {
  max-width: 1200px;
  margin: auto;
  position: relative;
  padding: 100px 0;
}

.about .content .icon1 {
  position: absolute;
  top: 160px;
  left: -90px;
}

.about .content>p {
  font-size: 14px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.about .icon2 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.about form.wpcf7-form {
  position: relative;
  z-index: 3;
}

.about form.wpcf7-form label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.about form.wpcf7-form label textarea,
.about form.wpcf7-form label input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-left: 0;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first {
  color: #fff;
}

.about form.wpcf7-form select.wpcf7-select.selected-after-first option {
  color: #8B8D90;
}

.about form.wpcf7-form label input::-webkit-input-placeholder,
.about form.wpcf7-form label textarea::-webkit-input-placeholder {
  color: #8B8D90;
}

.about form.wpcf7-form label textarea {
  min-height: 50px;
  overflow-y: hidden;
}

.about form.wpcf7-form .subcls017 {
  text-align: center !important;
  margin-top: 20px;
}

.about form.wpcf7-form .subcls017 .subcls017 {
  background-color: #7F664D;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  border: none;
  margin: 0;
  width: 20%;
}

.about .countyfieldcls .country-name {
  color: #000;
}

@media screen and (max-width: 1920px) {
  .banner .items .item {
    max-width: 1440px;
  }

  .banner .items {
    bottom: 100px;
  }

  .banner .items .item div {
    font-size: 42px;
    line-height: 50px;
  }

  .banner .items .item p {
    font-size: 14px;
    line-height: 18px;
  }

  .banner .items .item div.light {
    width: 150px;
  }
}

@media screen and (min-width: 1440px) {}

@media screen and (max-width: 1480px) {
  .banner .bannerTxt {
    top: 10%;
  }

  .banner .items .item {
    padding: 0 15px;
  }

  .hairColor,
  .hairLenght,
  .customSize,
  .specialRequirements,
  .description,
  .recommended,
  .customBase .txt {
    padding: 0 15px;
  }

  .customBase .txt {
    width: 100%
  }
}

@media screen and (max-width: 1335px) {}

@media screen and (max-width: 1280px) {
  .banner .items {
    bottom: 50px;
  }

  .banner .bannerTxt {
    top: 50px;
  }

  .banner .bannerTxt h1 {
    font-size: 48px;
    line-height: 56px;
  }

  .banner .bannerTxt .light {
    width: 300px;
  }

  .banner .items {
    bottom: 30px;
  }

  .banner .bannerTxt .light {
    margin-bottom: 20px;
  }

  .banner .bannerTxt {
    padding: 0 15px;
  }

  .banner .items .item div {
    font-size: 28px;
    line-height: 34px;
  }

  .banner .items .item p {
    font-size: 12px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .about .content {
    max-width: 92vw;
  }

  .about .content .icon1 {
    top: 170px;
    left: 0;
    width: 15%;
  }

  .about .icon2 {
    width: 20%;
  }
}

@media screen and (max-width: 1025px) {
  .banner .items .item div.light {
    margin-bottom: 10px;
  }

  .banner .bannerTxt {
    top: 20px;
  }

  .banner .bannerTxt h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .banner .bannerTxt p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 875px) {
  .processPh {
    display: none;
  }
}

@media screen and (max-width: 875px) {
  .banner .bannerTxt h1 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }

  .banner .bannerTxt .light {
    margin-bottom: 10px;
  }

  .banner .bannerTxt p {
    font-size: 12px;
    line-height: 16px;
  }
}


@media screen and (min-width: 768px) and (max-width: 910px) {}

@media screen and (min-width: 768px) and (max-width: 1025px) {}

@media screen and (min-width: 767px) {}

@media screen and (max-width: 767px) {
  .displayPh {
    display: block;
  }

  .displayPc {
    display: none !important;
  }

  .banner .bannerTxt h1 {
    font-size: 9vw;
    line-height: 11vw;
  }

  .banner .bannerTxt {
    top: 25vw;
  }

  .banner .bannerTxt .light {
    margin-bottom: 20px;
  }

  .banner .bannerTxt p {
    font-size: 3.4vw;
    line-height: 5vw;
  }

  .banner .items {
    bottom: 50px;
  }

  .banner .items .item div {
    font-size: 6vw;
    line-height: 7vw;
  }

  .banner .items .item p {
    font-size: 3.5vw;
    line-height: 4.9vw;
    padding: 0;
  }

  .hairColor,
  .hairLenght,
  .specialRequirements,
  .description,
  .customBase,
  .customSize {
    margin: 50px auto 0;
  }

  .recommended {
    margin: 50px auto 50px;
  }

  .title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .des {
    font-size: 12px;
    line-height: 16px;
  }

  .hairLenght {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr);
  }

  .hairColor .des {
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .hairColor {
    padding: 0;
  }

  .customSize {
    display: flex;
    gap: 30px;
    flex-direction: column-reverse;
  }

  .customBase img {
    display: none;
  }

  .customBase .txt {
    position: relative;
    background: var(--branding-primary-100, #7F664D);
    padding: 50px 15px;
    top: auto;
    left: auto;
    transform: none;
  }

  .specialRequirements .des {
    margin-bottom: 30px;
  }

  .specialRequirements .imgs {
    flex-direction: column;
  }

  .description p {
    font-size: 18px;
    line-height: 22px;
  }

  .description div {
    margin-top: 20px;
  }

  .recommended .items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .recommended .items a>img {
    width: 100%;
  }

  .recommended .items h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .recommended .items p {
    -webkit-line-clamp: 3;
    font-size: 12px;
    line-height: 16px;
  }

  .recommended .title {
    margin-bottom: 20px;
  }

  .about .content {
    max-width: 92vw;
    padding: 50px 0 15px;
  }

  .about .content .icon1 {
    top: 23px;
    left: 0;
    width: 35%;
  }

  .about .icon2 {
    width: 30%;
  }

  .about .subcls017 .subcls017 {
    width: 100%;
  }

  .pum-container.popmake.theme-13498.pum-responsive.pum-responsive-medium.responsive.size-medium.custom-position.active {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }

  .request-a-quote-button5.popmake-13507 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 560px) {
  .about form.wpcf7-form .subcls017 .subcls017 {
    width: 98%;
    font-size: 14px;
    padding: 5px 0;
  }

  .about .content .aboutTitle {
    font-size: 6vw;
  }

  .recommended .items h3 {
    margin-top: 15px;
    font-size: 13px;
    line-height: 17px;
  }

  .recommended .items .icon div {
    font-size: 12px;
    line-height: 16px;
  }

  .banner .bannerTxt h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .customBase .des {
    width: auto;
  }

  .banner .bannerTxt {
    top: 103px;
  }

  .banner .bannerTxt p {
    font-size: 12px;
    line-height: 16px;
  }

  .banner .items .item div {
    font-size: 20px;
    line-height: 24px;
  }

  .banner .items .item p {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }
}

@media screen and (max-width: 390px) {}

@media screen and (max-width: 370px) {
  .banner .bannerTxt {
    top: 50px;
  }
}