h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
}
p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
p {
  font-weight: 400;
  font-size: 18px;
  line-height: 158%;
  color: #111111;
  margin-bottom: 25px;
}
html,
body {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.moDe_Hed {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 1000;
  display: flex;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #ffffff;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: auto;
  height: 100%;
}
.navbar-brand img {
  object-fit: contain;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.navbar {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  height: 200px;
  padding-top: 0px;
  padding-bottom: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 122.19%;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #8e8e8e;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mNuL .nav-item {
  margin-right: 4.5rem;
}

.mNuL .nav-item:last-child {
  margin-right: 0px;
}

.mNuR .nav-item {
  margin-right: 4.5rem;
}
.mNuR .nav-item:first-child {
}

.mNuE {
  display: flex;
}
.mNuE li {
  list-style: none;
  margin-left: 2.625rem;
}
.mNuE li:first-child {
  margin-left: 0px;
}
.mNuE li a {
  text-decoration: none;
  font-size: 1.6rem;
  color: #8e8e8e;
  display: flex;
  position: relative;
}

.mNuE li a span {
  position: absolute;
  top: -8px;
  right: -18px;
  font-weight: 700;
  background: #eed5c6;
  font-size: 14px;
  line-height: 122.19%;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  color: #6d6c67;
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  padding: 3px 5px;
  min-width: 24px;
  text-align: center;
}
#moDe_Body {
  padding-top: 200px;
}
.scrollinG .moDe_Hed {
  background-color: #ffffff;
}
.scrollinG .navbar {
  height: 120px;
}
/* buttuon */
.zBtn {
  display: flex;
  padding: 12px 80px 12px 25px;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6d6c67;
  border: 2px solid #77705e;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.zBtn i {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #6d6c67;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -ms-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.zBtnz {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-30px, -50%) rotate(0deg);
  -webkit-transform: translate(-30px, -50%) rotate(0deg);
  -moz-transform: translate(-30px, -50%) rotate(0deg);
  -ms-transform: translate(-30px, -50%) rotate(0deg);
  -o-transform: translate(-30px, -50%) rotate(0deg);
  width: 0px;
  height: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.zBtnz1 {
  top: -12px;
  left: -12px;
}
.zBtnz2 {
  right: -12px;
  top: -12px;
}
.zBtnz3 {
  bottom: -12px;
  left: -12px;
}
.zBtnz4 {
  bottom: -12px;
  right: -12px;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: translate(-30px, -50%) rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: translate(-30px, -50%) rotate(360deg);
  }
}
@keyframes spin {
  0% {
    width: 0px;
    height: 0px;
    transform: translate(-30px, -50%) rotate(0deg);
    -webkit-transform: translate(-30px, -50%) rotate(0deg);
    -moz-transform: translate(-30px, -50%) rotate(0deg);
    -ms-transform: translate(-30px, -50%) rotate(0deg);
    -o-transform: translate(-30px, -50%) rotate(0deg);
  }
  25% {
    width: 6px;
    height: 6px;
    transform: translate(-30px, -50%) rotate(90deg);
    -webkit-transform: translate(-30px, -50%) rotate(90deg);
    -moz-transform: translate(-30px, -50%) rotate(90deg);
    -ms-transform: translate(-30px, -50%) rotate(90deg);
    -o-transform: translate(-30px, -50%) rotate(90deg);
  }
  50% {
    width: 1px;
    height: 1px;
    transform: translate(-30px, -50%) rotate(180deg);
    -webkit-transform: translate(-30px, -50%) rotate(180deg);
    -moz-transform: translate(-30px, -50%) rotate(180deg);
    -ms-transform: translate(-30px, -50%) rotate(180deg);
    -o-transform: translate(-30px, -50%) rotate(180deg);
  }

  75% {
    width: 6px;
    height: 6px;
    transform: translate(-30px, -50%) rotate(270deg);
    -webkit-transform: translate(-30px, -50%) rotate(270deg);
    -moz-transform: translate(-30px, -50%) rotate(270deg);
    -ms-transform: translate(-30px, -50%) rotate(270deg);
    -o-transform: translate(-30px, -50%) rotate(270deg);
  }
  100% {
    transform: translate(-30px, -50%) rotate(360deg);
    -webkit-transform: translate(-30px, -50%) rotate(360deg);
    -moz-transform: translate(-30px, -50%) rotate(360deg);
    -ms-transform: translate(-30px, -50%) rotate(360deg);
    -o-transform: translate(-30px, -50%) rotate(360deg);
    width: 1px;
    height: 1px;
  }
}

.zBtn:hover .zBtnz {
  animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 3s linear infinite;
}
.zBtn:hover i {
  background-color: #ffffff;
}
.zBtn:hover {
  background-color: #77705e;
  color: #ffffff;
}

/* buttuon */

/* ---- common items --------- */
.CmNwZ {
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* ---- common items --------- */

/*------ Home slider ----------*/
.hmSld {
  height: calc(100vh - 200px);
  display: flex;
}
.hmSldAbs {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
}
.hmSldAbsImg {
}
.hmSldAbsImg img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.hmSlTxt {
  margin: auto auto 75px auto;
  width: 100%;
  max-width: 500px;
  padding: 0px 1rem;
}
.hmSlTxt h2 {
  font-size: 3.125rem;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #4f4d49;
}
.hmSlTxt01 {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
}
/*------ Home slider ----------*/

/* Home trendy */
.hmTrndy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.hmTrndy_Tp {
  margin-bottom: 110px;
  margin-left: auto;
  margin-right: auto;
  max-width: 950px;
  width: 100%;
}
.hmTrndy_Tp p {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  text-align: center;
  color: #77705e;
}

.hmTrndy_Bt {
  display: flex;
  flex-direction: column;
}
.hmTrndy_Bt #myTab {
  border-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
}
.hmTrndy_Bt #myTab li {
  padding-left: 18px;
  padding-right: 18px;
}
.hmTrndy_Bt #myTab li .nav-link {
  border: 0px;
  font-size: 18px;
  line-height: 122.19%;
  color: #77705e;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}
.hmTrndy_Bt #myTab li .nav-link::after {
  position: absolute;
  content: "";
  left: 50%;
  transition: all 0.3s ease-in-out;
  width: 0px;
  bottom: 0px;
  height: 2px;
  background-color: #77705e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.hmTrndy_Bt #myTab li .nav-link.active::after {
  width: 100%;
}
/* Home trendy */
