@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.grid {
  display: grid;
}

.flex {
  display: flex;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

html::-webkit-scrollbar {
  width: 3px;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #a5a2a0;
  border-radius: 15px;
}

li {
  list-style: none;
}

html.hp {
  height: -moz-max-content;
  height: max-content;
  background-color: #1d1c1a;
}
html.hp .navc {
  padding: 6px;
  background-color: #1d1c1a;
}
html.hp .navc .nvm {
  background-color: #1d1c1a;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 100;
  left: 0;
  position: fixed;
  transform: translateX(-60vw) translateY(-150%);
}
html.hp .navc .nvm .enfc {
  margin-top: 0vh;
}
html.hp .navc .nvm .enfc ul {
  flex-direction: column;
  align-items: center;
}
html.hp .navc .nvm .enfc ul li {
  margin-top: 10vh;
}
html.hp .navc .nvm .enfc ul li button {
  background-color: transparent;
  border: none;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 25px;
}
html.hp .navc .nvm .enfc ul li button:hover {
  border-bottom: solid 4px #c39f63;
  color: #ffffff;
}
html.hp .navc .nvm.active {
  transform: translateY(9%);
  transition: ease-in;
  display: block;
}
html.hp .navc .navmb {
  width: 100%;
  height: 10vh;
  background-color: #1d1c1a;
}
html.hp .navc .navmb .navcon .l-tnav {
  padding-top: 0.5vh;
  flex-direction: row;
  justify-content: space-between;
}
html.hp .navc .navmb .navcon .l-tnav .logo {
  padding-left: 1rem;
}
html.hp .navc .navmb .navcon .l-tnav .logo .logonav {
  height: 8vh;
  z-index: 1;
}
html.hp .navc .navmb .navcon .l-tnav .tmc {
  padding-right: 1rem;
  padding-top: 3vh;
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm {
  height: 50px;
  width: 50px;
  transition: ease 0.1s;
  z-index: 1;
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm .sp1 {
  margin-top: 0;
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm span {
  display: block;
  height: 1px;
  width: 2em;
  background-color: #a5a2a0;
  margin-top: 8px;
  transition: ease 0.1s;
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm.active .sp1 {
  opacity: 0;
  transition: ease-in 0.1s;
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm.active .sp2 {
  transform: rotate(50deg);
}
html.hp .navc .navmb .navcon .l-tnav .tmc .tm.active .sp3 {
  transform: translateY(-0.55em) rotate(-50deg);
}
@media (min-width: 860px) {
  html.hp .navc .navmb {
    display: none;
  }
}
html.hp .navc .navmb.active {
  position: fixed;
  top: 0%;
  left: 0%;
  padding-left: 0.34rem;
}
html.hp .navc .navmb.active .l-tnav {
  padding-top: 1.5vh;
}
html.hp .navc .navds {
  display: none;
  width: 100%;
  height: 10vh;
  background-color: #1d1c1a;
}
html.hp .navc .navds .navcon .l-tnav {
  padding-top: 0.5vh;
  flex-direction: row;
  justify-content: space-between;
}
html.hp .navc .navds .navcon .l-tnav .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1rem;
}
html.hp .navc .navds .navcon .l-tnav .logo .logonav {
  height: 8vh;
  z-index: 1;
}
html.hp .navc .navds .navcon .l-tnav .logo span {
  margin-left: 1vw;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
html.hp .navc .navds .navcon .l-tnav .enfc ul {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
}
html.hp .navc .navds .navcon .l-tnav .enfc ul li a button {
  color: #ffffff;
  background-color: transparent;
  border: none;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  margin-right: 5vw;
  border: 2px solid transparent;
}
html.hp .navc .navds .navcon .l-tnav .enfc ul li a button:hover {
  color: #c39f63;
  border-bottom: solid 2px #c39f63;
}
@media (min-width: 860px) {
  html.hp .navc .navds {
    display: block;
  }
}
html.hp .navc .navds.active {
  position: fixed;
  top: 0;
  left: 0%;
  padding-left: 0.34rem;
}
html.hp .navc .navds.active .l-tnav {
  padding-top: 1.5vh;
}
html.hp #headerc .header {
  background-image: url(/app/images/work/Nichiha-ArchitecturalBlock-Modern.jpg);
  background-size: cover;
  background-position: 45.5%;
  height: 85vh;
}
html.hp #headerc .header .bcb {
  background-color: rgba(0, 0, 0, 0.3803921569);
  height: 100%;
  width: 100%;
}
html.hp #headerc .header .bcb .hcc .hc {
  padding-left: 4vw;
}
html.hp #headerc .header .bcb .hcc .hc .h1ct {
  padding-top: 23vh;
}
html.hp #headerc .header .bcb .hcc .hc .h1ct .th {
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 15px;
}
html.hp #headerc .header .bcb .hcc .hc .h1ct .bh {
  margin-top: 2.5vh;
  color: #ffffff;
  font-family: "Poppins";
  font-weight: 700;
  font-size: 32px;
}
@media (min-width: 450px) {
  html.hp #headerc .header .bcb .hcc .hc .h1ct .bh {
    font-size: 8vw;
  }
}
@media (min-width: 650px) {
  html.hp #headerc .header .bcb .hcc .hc .h1ct .bh {
    font-size: 54px;
  }
}
html.hp #headerc .header .bcb .hcc .hc .cpbc {
  margin-top: 2.5vh;
}
html.hp #headerc .header .bcb .hcc .hc .cpbc .cpb button {
  width: 120px;
  height: 40px;
  color: #ffffff;
  font-family: "Poppins";
  background-color: #c39f63;
  border: none;
  border-radius: 4px;
  transition: ease-in 0.35s;
}
html.hp #headerc .header .bcb .hcc .hc .cpbc .cpb button:hover {
  color: #ffffff;
  transition: ease-in 0.35s;
  background-color: #1d1c1a;
}
html.hp #wcuss {
  overflow: hidden;
  margin-top: 8rem;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
html.hp #wcuss .thsc .ths {
  flex-direction: column;
  align-items: center;
}
html.hp #wcuss .thsc .ths h1 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Poppins";
}
html.hp #wcuss .thsc .ths h1 span {
  display: block;
  width: 40%;
  margin-left: 30%;
  transform: translateX(-3.5%);
  height: 3px;
  margin-top: 18px;
  background-color: #c39f63;
}
html.hp #wcuss .thsc .ths p {
  width: 50%;
  margin-top: 34px;
  font-size: 14px;
  color: #a5a2a0;
  text-align: center;
  font-family: "Poppins";
}
@media (min-width: 620px) {
  html.hp #wcuss .thsc .ths h1 {
    font-size: 40px;
  }
}
html.hp #wcuss .ps {
  margin-top: 20px;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
html.hp #wcuss .ps p {
  width: 80vw;
  text-align: center;
  color: #a5a2a0;
  font-size: 13px;
  font-family: "Poppins";
}
@media (min-width: 620px) {
  html.hp #wcuss .ps p {
    width: 500px;
    font-size: 14px;
  }
}
html.hp #servsc {
  height: -moz-max-content;
  height: max-content;
  margin-top: 2.5rem;
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
html.hp #servsc .thsc .ths {
  flex-direction: column;
  align-items: center;
}
html.hp #servsc .thsc .ths h1 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Poppins";
}
html.hp #servsc .thsc .ths h1 span {
  display: block;
  width: 40%;
  margin-left: 30%;
  transform: translateX(-3.5%);
  height: 3px;
  margin-top: 18px;
  background-color: #c39f63;
}
html.hp #servsc .thsc .ths p {
  width: 90%;
  margin-top: 34px;
  font-size: 14px;
  color: #a5a2a0;
  text-align: center;
  font-family: "Poppins";
}
@media (min-width: 600px) {
  html.hp #servsc .thsc .ths p {
    width: 500px;
  }
}
@media (min-width: 620px) {
  html.hp #servsc .thsc .ths h1 {
    font-size: 40px;
  }
}
html.hp #servsc p {
  text-align: center;
  width: 250px;
  margin-top: 18px;
  font-family: "Poppins";
  color: #a5a2a0;
  font-size: 13px;
}
html.hp #servsc ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.hp #servsc li {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.hp #servsc li img {
  width: 290px;
}
html.hp #servsc li .fch1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
html.hp #servsc li .fch1 h1 {
  font-size: 20px;
  color: #ffffff;
  font-family: "Poppins";
  margin-top: 20px;
  text-align: center;
}
html.hp #servsc li .fch1 span {
  display: block;
  margin-top: 15px;
  width: 100px;
  transform: translateX(-3.5%);
  height: 3px;
  background-color: #c39f63;
}
html.hp #servsc li p {
  width: 290px;
  padding: 0px 10px 0px 10px;
}
@media (min-width: 768px) {
  html.hp #servsc li p {
    width: 350px;
  }
}
@media (min-width: 1300px) {
  html.hp #servsc li p {
    width: 300px;
    height: 60px;
  }
}
@media (min-width: 768px) {
  html.hp #servsc ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
  html.hp #servsc li img {
    width: 300px;
  }
}
@media (min-width: 1300px) {
  html.hp #servsc ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 20px;
  }
  html.hp #servsc li img {
    width: 300px;
  }
}
html.hp .lgta {
  width: 100%;
  margin-top: 10rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
html.hp .lgta .lgt {
  width: 170px;
}
html.hp .aussc {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
html.hp .aussc #aus {
  margin-top: 2em;
  width: 90%;
  height: -moz-min-content;
  height: min-content;
}
html.hp .aussc #aus .thsc .ths {
  flex-direction: column;
  align-items: center;
}
html.hp .aussc #aus .thsc .ths h1 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Poppins";
}
html.hp .aussc #aus .thsc .ths h1 span {
  display: block;
  width: 40%;
  margin-left: 30%;
  transform: translateX(-3.5%);
  height: 3px;
  margin-top: 18px;
  background-color: #c39f63;
}
html.hp .aussc #aus .thsc .ths p {
  width: 60%;
  margin-top: 34px;
  font-size: 14px;
  color: #a5a2a0;
  text-align: center;
  font-family: "Poppins";
}
@media (min-width: 620px) {
  html.hp .aussc #aus .thsc .ths h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  html.hp .aussc #aus .thsc .ths p {
    width: 450px;
  }
}
html.hp .aussc #aus .auc {
  margin-top: 2em;
  width: 100%;
}
html.hp .aussc #aus .auc ul {
  flex-direction: column;
  align-items: center;
}
html.hp .aussc #aus .auc ul li .exp {
  grid-template-columns: 1fr 1fr;
  margin-top: 3.5em;
}
html.hp .aussc #aus .auc ul li .exp .ic {
  width: 100%;
  flex-direction: row;
  justify-content: center;
}
html.hp .aussc #aus .auc ul li .exp .ic .csh,
html.hp .aussc #aus .auc ul li .exp .ic .pr,
html.hp .aussc #aus .auc ul li .exp .ic .ed {
  width: 90px;
  fill: #ffffff;
  stroke: #ffffff;
}
html.hp .aussc #aus .auc ul li .exp .inf {
  flex-direction: column;
  align-items: left;
}
html.hp .aussc #aus .auc ul li .exp .inf h1 {
  font-family: "Poppins";
  color: #ffffff;
  font-size: 14px;
}
html.hp .aussc #aus .auc ul li .exp .inf p {
  margin-top: 10px;
  font-size: 13px;
  color: #a5a2a0;
  font-family: "Poppins";
}
@media (min-width: 1200px) {
  html.hp .aussc #aus .auc ul li .exp .inf {
    width: 450px;
  }
}
html.hp #exofwork {
  margin-top: 8rem;
  width: 100%;
  height: 650px;
}
html.hp #exofwork .exofworkc .fc {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
html.hp #exofwork .exofworkc .com {
  margin-top: 35px;
  flex-direction: row;
  justify-content: center;
}
html.hp #exofwork .exofworkc .com button {
  width: 200px;
  background-color: #c39f63;
  border-radius: 10px;
  border: none;
  color: #ffffff;
  font-family: "Poppins";
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  transition: ease-in 0.3s;
}
html.hp #exofwork .exofworkc .com button:hover {
  background-color: #1d1c1a;
  transition: ease-in 0.3s;
  cursor: pointer;
}
html.hp #exofwork .exofworkc .gy {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px;
}
html.hp #exofwork .exofworkc .gy img {
  width: 150px;
  border-radius: 0px;
}
html.hp #exofwork .exofworkc .thsc .ths {
  flex-direction: column;
  align-items: center;
}
html.hp #exofwork .exofworkc .thsc .ths h1 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Poppins";
}
html.hp #exofwork .exofworkc .thsc .ths h1 span {
  display: block;
  width: 40%;
  margin-left: 30%;
  transform: translateX(-3.5%);
  height: 3px;
  margin-top: 18px;
  background-color: #c39f63;
}
html.hp #exofwork .exofworkc .thsc .ths p {
  width: 90%;
  margin-top: 34px;
  font-size: 14px;
  color: #a5a2a0;
  text-align: center;
  font-family: "Poppins";
}
@media (min-width: 620px) {
  html.hp #exofwork .exofworkc .thsc .ths h1 {
    font-size: 40px;
  }
}
html.hp #cus {
  height: 330px;
  background-color: #c39f63;
  width: 100%;
  margin-top: 8rem;
}
html.hp #cus ul {
  flex-direction: column;
  align-items: left;
  padding: 2rem;
}
html.hp #cus ul li {
  margin-top: 20px;
}
html.hp #cus ul li .phs {
  flex-direction: row;
}
html.hp #cus ul li .phs .ic {
  width: -moz-fit-content;
  width: fit-content;
}
html.hp #cus ul li .phs .inf {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 1rem;
}
html.hp #cus ul li .phs h1 {
  font-family: "Poppins";
  font-size: 22px;
  color: #ffffff;
}
html.hp #cus ul li .phs img {
  width: 50px;
}
html.hp #cus ul li .phs button {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  color: #c39f63;
  font-family: "Poppins";
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  transition: ease-in 0.5s;
}
html.hp #cus ul li .phs button:hover {
  background-color: #1d1c1a;
  transition: ease-in 0.5s;
  cursor: pointer;
}
html.hp #cus ul li .phs span {
  font-size: 13px;
  color: #ffffff;
  font-family: "Poppins";
}
@media (min-width: 768px) {
  html.hp #cus {
    display: none;
  }
}
html.hp #cusd {
  display: none;
  height: 230px;
  background-color: #c39f63;
  width: 100%;
  margin-top: 8rem;
}
html.hp #cusd ul {
  flex-direction: row;
  justify-content: space-around;
  padding: 2rem;
}
html.hp #cusd ul li {
  margin-top: 20px;
}
html.hp #cusd ul li .phs {
  flex-direction: column;
}
html.hp #cusd ul li .phs .ic {
  width: -moz-fit-content;
  width: fit-content;
}
html.hp #cusd ul li .phs h1 {
  margin-top: 10px;
  font-family: "Poppins";
  font-size: 22px;
  color: #ffffff;
}
html.hp #cusd ul li .phs img {
  width: 50px;
}
html.hp #cusd ul li .phs button {
  width: 100%;
  background-color: #ffffff;
  border-radius: 25px;
  border: none;
  color: #c39f63;
  font-family: "Poppins";
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  transition: ease-in 0.5s;
}
html.hp #cusd ul li .phs button:hover {
  background-color: #1d1c1a;
  transition: ease-in 0.5s;
  cursor: pointer;
}
html.hp #cusd ul li .phs span {
  font-size: 13px;
  color: #ffffff;
  font-family: "Poppins";
}
@media (min-width: 768px) {
  html.hp #cusd ul {
    flex-direction: row;
    justify-content: space-around;
  }
  html.hp #cusd ul .phs {
    flex-direction: column;
    align-items: center;
    height: 300px;
  }
  html.hp #cusd ul .inf {
    height: 300px;
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  html.hp #cusd {
    display: block;
  }
}
html.hp #ft {
  margin-top: 0em;
  height: 200px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3803921569);
}
html.hp #ft .logoc {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 180px;
}
html.hp #ft .logoc .logocf {
  flex-direction: row;
  justify-content: left;
  align-items: center;
}
html.hp #ft .logoc .logocf .lf {
  height: 100px;
  margin-left: 5vw;
}
html.hp #ft .logoc .cpr {
  display: none;
  flex-direction: column;
  height: 100px;
  justify-content: center;
  align-items: center;
}
html.hp #ft .logoc .cpr span {
  font-size: 10px;
  font-family: "Poppins";
  color: #323231;
}
@media (min-width: 525px) {
  html.hp #ft .logoc .cpr {
    display: flex;
  }
}
html.hp #ft .logoc .smc {
  width: 100px;
}
html.hp #ft .logoc .smc .sm {
  margin-right: 30%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
html.hp #ft .logoc .smc .sm .ig {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 70%;
}
html.hp #ft .logoc .smc .sm .ig img {
  height: 35px;
}
html.hp #ft .logoc .smc .sm .fb {
  width: -moz-fit-content;
  width: fit-content;
}
html.hp #ft .logoc .smc .sm .fb img {
  height: 35px;
}

.hp.na {
  overflow: hidden;
}

.cu {
  height: -moz-min-content;
  height: min-content;
  background-color: #1d1c1a;
}
.cu .navc {
  padding: 6px;
  background-color: #1d1c1a;
}
.cu .navc .nvm {
  background-color: #1d1c1a;
  height: 100vh;
  width: 100%;
  display: none;
  z-index: 100;
  left: 0;
  position: fixed;
  transform: translateX(-60vw) translateY(-150%);
}
.cu .navc .nvm .enfc {
  margin-top: 0vh;
}
.cu .navc .nvm .enfc ul {
  flex-direction: column;
  align-items: center;
}
.cu .navc .nvm .enfc ul li {
  margin-top: 10vh;
}
.cu .navc .nvm .enfc ul li button {
  background-color: transparent;
  border: none;
  font-weight: 400;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 25px;
}
.cu .navc .nvm .enfc ul li button:hover {
  border-bottom: solid 4px #c39f63;
  color: #ffffff;
}
.cu .navc .nvm.active {
  transform: translateY(9%);
  transition: ease-in;
  display: block;
}
.cu .navc .navmb {
  width: 100%;
  height: 10vh;
  background-color: #1d1c1a;
}
.cu .navc .navmb .navcon .l-tnav {
  padding-top: 0.5vh;
  flex-direction: row;
  justify-content: space-between;
}
.cu .navc .navmb .navcon .l-tnav .logo {
  padding-left: 1rem;
}
.cu .navc .navmb .navcon .l-tnav .logo .logonav {
  height: 8vh;
  z-index: 1;
}
.cu .navc .navmb .navcon .l-tnav .tmc {
  padding-right: 1rem;
  padding-top: 3vh;
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm {
  height: 50px;
  width: 50px;
  transition: ease 0.1s;
  z-index: 1;
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm .sp1 {
  margin-top: 0;
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm span {
  display: block;
  height: 1px;
  width: 2em;
  background-color: #a5a2a0;
  margin-top: 8px;
  transition: ease 0.1s;
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm.active .sp1 {
  opacity: 0;
  transition: ease-in 0.1s;
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm.active .sp2 {
  transform: rotate(50deg);
}
.cu .navc .navmb .navcon .l-tnav .tmc .tm.active .sp3 {
  transform: translateY(-0.55em) rotate(-50deg);
}
@media (min-width: 860px) {
  .cu .navc .navmb {
    display: none;
  }
}
.cu .navc .navmb.active {
  position: fixed;
  top: 0%;
  left: 0%;
  padding-left: 0.34rem;
}
.cu .navc .navmb.active .l-tnav {
  padding-top: 1.5vh;
}
.cu .navc .navds {
  display: none;
  width: 100%;
  height: 10vh;
  background-color: #1d1c1a;
}
.cu .navc .navds .navcon .l-tnav {
  padding-top: 0.5vh;
  flex-direction: row;
  justify-content: space-between;
}
.cu .navc .navds .navcon .l-tnav .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-left: 1rem;
}
.cu .navc .navds .navcon .l-tnav .logo .logonav {
  height: 8vh;
  z-index: 1;
}
.cu .navc .navds .navcon .l-tnav .logo span {
  margin-left: 1vw;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 18px;
  font-weight: 500;
}
.cu .navc .navds .navcon .l-tnav .enfc ul {
  height: 100%;
  width: -moz-max-content;
  width: max-content;
  flex-direction: row;
  align-items: center;
}
.cu .navc .navds .navcon .l-tnav .enfc ul li a button {
  color: #ffffff;
  background-color: transparent;
  border: none;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  margin-right: 5vw;
  border: 2px solid transparent;
}
.cu .navc .navds .navcon .l-tnav .enfc ul li a button:hover {
  color: #c39f63;
  border-bottom: solid 2px #c39f63;
}
@media (min-width: 860px) {
  .cu .navc .navds {
    display: block;
  }
}
.cu .navc .navds.active {
  position: fixed;
  top: 0;
  left: 0%;
  padding-left: 0.34rem;
}
.cu .navc .navds.active .l-tnav {
  padding-top: 1.5vh;
}
.cu #projectssc {
  margin-top: 3em;
}
.cu #projectssc .projectss {
  padding-left: 1rem;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
}
.cu #projectssc .projectss #cfrm {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: left;
}
.cu #projectssc .projectss #cfrm textarea {
  height: 100px;
  width: 80%;
  padding: 0.5rem;
  border-radius: 6px;
  resize: none;
  color: #ffffff;
  font-family: "Poppins";
  background-color: rgba(0, 0, 0, 0.3803921569);
  border: none;
}
.cu #projectssc .projectss #cfrm h1 {
  color: #ffffff;
  font-size: 17px;
  font-weight: 500;
  font-family: "Poppins";
  margin-top: 10px;
  margin-bottom: 4px;
}
.cu #projectssc .projectss #cfrm button {
  margin-top: 10px;
  height: 40px;
  border: none;
  font-weight: 500;
  border-radius: 15px;
  width: 240px;
  transition: ease-in 0.2s;
  font-family: "Poppins";
  font-weight: 500;
  background-color: #c39f63;
}
.cu #projectssc .projectss #cfrm .es {
  display: none;
  font-family: "Poppins";
  color: #ffffff;
  margin-top: 0.6rem;
  font-weight: 500;
}
.cu #projectssc .projectss #cfrm .es.cr {
  display: block;
}
.cu #projectssc .projectss #cfrm .ef {
  display: none;
  font-family: "Poppins";
  color: red;
  margin-top: 0.6rem;
  font-weight: 500;
}
.cu #projectssc .projectss #cfrm .es.cr {
  display: block;
}
.cu #projectssc .projectss #cfrm button:hover {
  background-color: #1d1c1a;
  color: #c39f63;
  transition: ease-in 0.2s;
}
.cu #projectssc .projectss #cfrm input {
  text-align: center;
  margin-top: 5px;
  padding: 0.5rem;
  border-radius: 6px;
  font-family: "Poppins";
  width: 80%;
  background-color: rgba(0, 0, 0, 0.3803921569);
  border: none;
  color: #ffffff;
}
@media (min-width: 855px) {
  .cu #projectssc .projectss #cfrm input {
    width: 500px;
  }
  .cu #projectssc .projectss #cfrm textarea {
    width: 500px;
  }
}
.cu #projectssc .projectss .thsc .ths {
  flex-direction: column;
  align-items: left;
}
.cu #projectssc .projectss .thsc .ths h1 {
  font-size: 27px;
  color: #ffffff;
  font-family: "Poppins";
}
.cu #projectssc .projectss .thsc .ths h1 span {
  display: block;
  width: 40%;
  margin-left: 30%;
  transform: translateX(-3.5%);
  height: 3px;
  margin-top: 18px;
  background-color: #c39f63;
}
.cu #projectssc .projectss .thsc .ths p {
  width: 50%;
  margin-top: 34px;
  font-size: 14px;
  color: #a5a2a0;
  text-align: center;
  font-family: "Poppins";
}
@media (min-width: 620px) {
  .cu #projectssc .projectss .thsc .ths h1 {
    font-size: 40px;
  }
}/*# sourceMappingURL=app.css.map */