
html.has-scroll-smooth {
  overflow: hidden !important;
}
body {
  background-color: #f0ede5 !important;
}
.productShow .Pin-Wrapp,
.projectShow .Pin-Wrapp {
  display: flex;
  direction: rtl;
  align-items: center;
  text-align: right;
  justify-content: space-between;
}
.p-name {
  align-self: stretch;
  color: var(--black, #000);
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.lb-opt {
  align-self: stretch;
  color: var(--black, #000);
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.vl-opt {
  align-self: stretch;
  color: var(--black, #000);
  text-align: justify;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
.lbl-desc-proj {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-family: ModamVF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.desc-proj {
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.productShow .line,
.projectShow .Pin-Wrapp .line {
  transform: translateY(80%);
  opacity: 0;
}

.projectShow .Pin-Wrapp .section1 {
  display: flex;
  align-items: end;
  height: 100vh;
  position: relative;
}

.projectShow .Pin-Wrapp .section1 .in1 {
  height: 100%;
}
.in1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projectShow .Pin-Wrapp .section2 {
  width: -moz-max-content;
  width: max-content;
}

.projectShow .Pin-Wrapp .section3 {
  display: flex;
  flex-direction: column;
  justify-content: center;

  align-items: center;
}


.aboutUs .section4 .lVideo,
.aboutUs .section9 .lVideo .videoIn,
.productShow .Pin-Wrapp .section7,
.projectShow .Pin-Wrapp .section4 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.projectShow .Pin-Wrapp .section4 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.list-color li {
  width: 229px;
  height: 162px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 10px;
}
.list-color {
  width: 515px;
}
.list-color li img {
  transition: all 0.2s linear;
  width: 100%;
  object-fit: cover;
}

.list-color li:hover > img {
  border-radius: 0px 0px 0px 45px;
}
.list-color li:hover .layer {
  opacity: 1;
  cursor: pointer;
}
.img-code {
  width: 16px;
  height: 16px;
  border-radius: 100%;
}
.code-color {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-family: Megila;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.aboutUs .section4 .lVideo .playbtn,
.aboutUs .section9 .lVideo .playbtn,
.productShow .Pin-Wrapp .section7 .playbtn,
.projectShow .Pin-Wrapp .section4 .playbtn {
  position: absolute;
  cursor: pointer;
}



.productShow .Pin-Wrapp .section8 .rightP,
.projectShow .Pin-Wrapp .section5 .rightP {
  margin-top: 10vh;
  width: 417px;
}

.projectShow .Pin-Wrapp .section5 p {
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.35px;
  text-align: justify;
  direction: rtl;
}

.landing .section3 .leftItems ul li .activeBtn,
.productShow .Pin-Wrapp .section2 h1 span,
.projectShow .Pin-Wrapp .section5 p span,
.service .section3 .leftItems ul li .activeBtn {
  font-weight: 700;
  color: #c59b47;
}

.productShow .Pin-Wrapp .section9,
.projectShow .Pin-Wrapp .section6 {
  margin-left: 309px;
}

.productShow .Pin-Wrapp .section9 img,
.projectShow .Pin-Wrapp .section6 img {
  height: 100vh;
  filter: brightness(0.8);
}

.projectShow .Pin-Wrapp .section7 a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.productShow .Pin-Wrapp .section10 a .imgS img,
.projectShow .Pin-Wrapp .section7 a .imgS img {
  height: 100vh;
}

.productShow .Pin-Wrapp .section10 a .titleOverlay,
.projectShow .Pin-Wrapp .section7 a .titleOverlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
}

.productShow .Pin-Wrapp .section10 a .titleOverlay h2,
.productShow .Pin-Wrapp .section10 a .titleOverlay p,
.projectShow .Pin-Wrapp .section7 a .titleOverlay h3 {
  align-self: stretch;
  color: #f0ede5;
  text-align: right;
  font-family: Megila;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-weight: 700;
  color: #fff;
  margin-top: 20px;
  font-size: 28px;
  line-height: 39.72px;
  text-align: center;
}

.projectShow .Pin-Wrapp .section7 a .titleOverlay .nextArrow {
  text-align: center;
  align-self: stretch;
  margin-top: 5px;
  color: #f0ede5;
  text-align: center;
  font-family: ModamVF;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.productShow .Pin-Wrapp .section98,
.projectShow .section98 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  white-space: nowrap;
  font-family: "Yekan Bakh FaNum";
  font-weight: 300;
  font-size: 0.8em;
  line-height: 36.35px;
}

.productShow h1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 36.35px;
}

.productShow h2 {
  font-weight: 700;
  font-size: 1.5em;
  line-height: 36.35px;
}

.productShow h3 {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 36.35px;
}

.productShow h4 {
  font-weight: 400;
  font-size: 1em;
  line-height: 36.35px;
}

.productShow h5,
.productShow h6 {
  font-weight: 300;
  line-height: 36.35px;
  font-family: "Yekan Bakh FaNum";
}

.productShow h5 {
  font-size: 0.8em;
}

.productShow h6 {
  font-size: 0.7em;
}

.productShow p a {
  color: #c59b47;
}

.productCat
  .overlayCat
  .overlaySliderContainer
  .swiper-slide
  .slideContainer
  .titleCat,
.productShow .Pin-Wrapp .section1,
.productShow .Pin-Wrapp .section5 .in5 .btmSec .btms .swiper-slide {
  display: flex;
  align-items: center;
}

.productShow .Pin-Wrapp .section1 img {
  margin-top: 30px;
}

.productShow .Pin-Wrapp .section2 {
  margin-right: 116px;
  display: flex;
  align-items: center;
  position: relative;
}

.productShow .Pin-Wrapp .section2 .share {
  direction: ltr;
  display: flex;
  align-items: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
  margin-bottom: 45px;
  cursor: pointer;
  position: absolute;
  left: 0;
  bottom: 525px;
  z-index: 11000;
}

.productShow .Pin-Wrapp .section2 .share span {
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 28.37px;
  color: #000;
  text-align: right;
}

.productShow .Pin-Wrapp .section2 h1 {
  font-family: "Yekan Bakh FaNum";
  font-size: 96px;
  font-weight: 400;
  line-height: 134.63px;
  text-align: right;
  margin-bottom: 47px;
}

.productShow .Pin-Wrapp .section2 .para {
  width: 860px;
}

.productShow .Pin-Wrapp .section2 .para p {
  font-family: Byekan;
  font-weight: 400;
  font-size: 22px;
  line-height: 30.45px;
  text-align: justify;
}

.productShow .Pin-Wrapp .section3 {
  margin: 0 116px;
  display: flex;
  align-items: end;
}

.productShow .Pin-Wrapp .section3 .imgS {
  overflow: hidden;
  width: 571px;
  height: 597px;
}

.productShow .Pin-Wrapp .section4 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.productShow .Pin-Wrapp .section4 .roundTxt {
  margin-left: -190px;
}

.productShow .Pin-Wrapp .section4 .para {
  margin-top: 20px;
  width: 360px;
}

.productShow .Pin-Wrapp .section4 .para p {
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 28.37px;
  text-align: justify;
}

.productShow .Pin-Wrapp .section5 {
  position: relative;
  margin-right: 165px;
  background-color: #f4f4f4;
  padding: 0 95px 0 80px;
}

.productShow .Pin-Wrapp .section5 .modal {
  position: absolute !important;
}

.productShow .Pin-Wrapp .section5 .modal .modal-dialog,
.productShow .Pin-Wrapp .section8 .modal .modal-dialog {
  margin-top: 115px !important;
}

.productShow .Pin-Wrapp .section5 .modal .close,
.productShow .Pin-Wrapp .section8 .modal .close {
  float: left !important;
  font-size: 35px;
}

.productShow .Pin-Wrapp .section5 .modal .modal-content,
.productShow .Pin-Wrapp .section8 .modal .modal-content {
  background: #f4f4f4;
}

.productShow .Pin-Wrapp .section5 .modal .modal-header,
.productShow .Pin-Wrapp .section8 .modal .modal-header {
  border: none;
}

.productShow .Pin-Wrapp .section5 .modal .modal-header h4,
.productShow .Pin-Wrapp .section8 .modal .modal-header h4 {
  font-family: Byekan;
  font-weight: 700;
  font-size: 22px;
  line-height: 32.39px;
  text-align: right;
}

.productShow .Pin-Wrapp .section5 .modal .modal-body,
.productShow .Pin-Wrapp .section8 .modal .modal-body {
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.35px;
  text-align: right;
  direction: rtl;
}

.productShow .Pin-Wrapp .section5 .in5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec {
  display: flex;
  -moz-column-gap: 72px;
  column-gap: 72px;
  align-items: center;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .gallerySlider {
  width: 360px;
  overflow: hidden;
}

.productShow
  .Pin-Wrapp
  .section5
  .in5
  .topSec
  .gallerySlider
  .swiper-pagination {
  display: flex;
  justify-content: left;
  bottom: 34px;
  left: 40px;
  align-items: center;
  direction: ltr;
}

.productShow
  .Pin-Wrapp
  .section5
  .in5
  .topSec
  .gallerySlider
  .swiper-pagination
  .swiper-pagination-bullet {
  opacity: 1;
  background-color: #d9d9d9;
  width: 5px;
  height: 5px;
  transition: 0.5s ease-in-out;
}

.productShow
  .Pin-Wrapp
  .section5
  .in5
  .topSec
  .gallerySlider
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #c59b47;
  width: 11px;
  height: 11px;
  transition: 0.5s ease-in-out;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList {
  width: 376px;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 12px;
  border-bottom: 1px solid rgba(197, 155, 71, 0.6156862745);
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul li h4 {
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.35px;
  text-align: justify;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul li .colors {
  display: flex;
  align-items: center;
  -moz-column-gap: 16.18px;
  column-gap: 16.18px;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul li .colors span {
  width: 25.55px;
  height: 25.55px;
  border-radius: 50%;
  position: relative;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul li:last-child {
  border: none;
  padding: 13px 0;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul .download {
  display: flex;
  align-items: center;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul .download a {
  display: flex;
  align-items: center;
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 36.35px;
  color: #000;
  -moz-column-gap: 11px;
  column-gap: 11px;
}

.productShow .Pin-Wrapp .section5 .in5 .topSec .infoList ul .orderBtn {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
  column-gap: 20px;
  font-family: Byekan;
  font-weight: 400;
  font-size: 20px;
  line-height: 28.37px;
  text-align: justify;
  color: #000;
  text-decoration: none;
  border: 1px solid #c59b47;
  padding: 7px 23px;
  border-radius: 29px;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec {
  margin-top: 62px;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .tops {
  display: flex;
  align-items: center;
  -moz-column-gap: 65px;
  column-gap: 65px;
  margin-bottom: 23px;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .tops .fragm {
  display: block !important;
  width: -moz-fit-content;
  width: fit-content;
  direction: ltr;
  font-family: DaxlinePro;
  font-size: 24px;
  font-weight: 400;
  line-height: 33.64px;
  text-align: center;
  color: #c59b47;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .tops .fragm span:first-child {
  font-size: 20px;
  transform: translate(5px, -5px);
  display: inline-block;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .tops .fragm span:last-child {
  font-size: 22px;
  display: inline-block;
  transform: translateX(-2px);
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .tops p {
  font-family: Byekan;
  font-weight: 700;
  font-size: 22px;
  line-height: 32.39px;
  text-align: justify;
  color: #c59b47;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .btms {
  display: flex;
  -moz-column-gap: 36px;
  column-gap: 36px;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .btms .btns {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 11px;
}

.productShow .Pin-Wrapp .section5 .in5 .btmSec .btms .btns .swiper-button-lock {
  display: block !important;
}



.section7 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section6 {
  width: 166px;
  height: 100vh;
  margin: 0 !important;
}

.productShow .Pin-Wrapp .section6 {
  display: flex;
  padding: 0 116px 0 165px;
  -moz-column-gap: 27px;
  column-gap: 27px;
}

.productShow .Pin-Wrapp .section6 .paraTitle {
  margin-top: 163px;
}

.productShow .Pin-Wrapp .section6 .paraTitle p {
  font-family: "Test Domaine Sans Display";
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  height: 100%;
  line-height: 22.36px;
  letter-spacing: 0.035em;
  text-align: left;
  color: #c59b47;
  writing-mode: vertical-rl;
  direction: ltr;
}

.productShow .Pin-Wrapp .section8 .download a,
.productShow .Pin-Wrapp .section8 .order a,
.productShow .Pin-Wrapp .section91 .submitComment {
  color: #000;
  font-family: Byekan;
  white-space: nowrap;
  text-decoration: none;
}

.productShow .Pin-Wrapp .section6 .paraTitle p .line {
  display: inline-block !important;
  margin-bottom: 5px;
}

.productShow .Pin-Wrapp .section6 .line {
  transform: translateY(0) !important;
  opacity: 1 !important;
}

.productShow .Pin-Wrapp .section6 .vertImgs {
  margin-top: 95px;
  display: flex;
  align-items: end;
}

.productShow .Pin-Wrapp .section6 .vertImgs .imgS {
  margin-bottom: 15px;
  overflow: hidden;
}

.productShow .Pin-Wrapp .section6 .vertImgs img {
  transition: 1s ease-in-out;
  transform: scale(1.15);
}
.title-slide {
  width: 100%;
}
.page-breadcrumb li,
.page-breadcrumb li a {
  color: #000 !important;
}
@media (max-width: 767.99px) {
  .productShow #PinSection,
  .projectShow #PinSection {
    overflow-y: auto !important;
    overflow-x: hidden;
  }
  .fp-viewing-0,
  body,
  html {
    overflow-y: auto !important;
  }
  .productShow .Pin-Wrapp,
  .projectShow .Pin-Wrapp {
    display: block !important;
  }
  .projectShow .Pin-Wrapp .section1 .in1 {
  width: 100%;
}
.hidden-xs{
  display: none !important;
}
.productShow #PinSection,
.projectShow #PinSection {
  direction: rtl;
  position: relative;
}
.projectShow .Pin-Wrapp .section2 {
  width: 100%;
  padding: 0 25px;
  margin-bottom: 30px;
    margin-top: 20px;
}
.section3 div {
  width: 100%;
}
.projectShow .Pin-Wrapp .section4 img {
  width: 100%;
}
.section4{
  margin-top: 10px;
}
.section5 {
  margin-top: 20px;
}
.list-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 8px 20px;
    margin-bottom: 20px;
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  border-bottom: none !important;
  width: 100%;
}
.list-color li {
  min-width: 229px;
  height: auto !important;
}
.img-code {
  display: none !important;
}
.section7 {
  width:100%;
}
.Pin-Wrapp {
  width: 100% !important;
}
}
@media (min-width:768px) {
  .section7 {
  width: 358px;
  height: 100vh;
}
  .list-color li img {
  height: 100%;
}
  .list-color li .layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-direction: column;
  border-radius: 0px 0px 0px 45px;
  opacity: 0;
  transition: all 0.2s linear;
}
  .projectShow .Pin-Wrapp .section5 {
  flex-direction: column;
  display: flex;
  align-items: center;
  height: 100vh;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px 0 20px;
}
  .projectShow .Pin-Wrapp .section4 img {
  width: 451px;
}
  .hidden-lg{
  display: none !important;
}
.projectShow .Pin-Wrapp .section1 .in1 {
  width: 683px;
}
.projectShow .Pin-Wrapp .section3 img {
  object-fit: cover;
  width: 949px;
  height: 690px;
}
.productShow #PinSection,
.projectShow #PinSection {
  height: 100vh;
  overflow: hidden;
  display: flex;
  right: 0;
  direction: rtl;
  position: relative;
}
.projectShow .Pin-Wrapp .section2 {
  max-width: 400px;
  padding: 0 50px;
}
.projectShow .Pin-Wrapp .section3 img {
  object-fit: cover;
  width: 949px;
  height: 690px;
}
.section4 {
  padding-right: 20px;
}
}

