*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none !important;
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: 300;
  src: url("../_fonts/AnjomanMax-Light.woff") format("woff"),url("../_fonts/AnjomanMax-Light.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-Light.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: 500;
  src: url("../_fonts/AnjomanMax-Medium.woff") format("woff"),url("../_fonts/AnjomanMax-Medium.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-Medium.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: 600;
  src: url("../_fonts/AnjomanMax-SemiBold.woff") format("woff"),url("../_fonts/AnjomanMax-SemiBold.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: 800;
  src: url("../_fonts/AnjomanMax-ExtraBold.woff") format("woff"),url("../_fonts/AnjomanMax-ExtraBold.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: 900;
  src: url("../_fonts/AnjomanMax-Black.woff") format("woff"), url("../_fonts/AnjomanMax-Black.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-Black.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: bold;
  src: url("../_fonts/AnjomanMax-Bold.woff") format("woff"), url("../_fonts/AnjomanMax-Bold.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-Bold.woff2") format("woff2");
}

@font-face {
  font-family: AnjomanMax;
  font-style: normal;
  font-weight: normal;
  src: url("../_fonts/AnjomanMax-Regular.woff") format("woff"),url("../_fonts/AnjomanMax-Regular.ttf") format("ttf"),
    url("../_fonts/AnjomanMax-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Nian";
  src: url("../fonts/Nian-Regular.eot");
  src: url("../fonts/Nian-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nian-Regular.woff") format("woff"), url("../fonts/Nian-Regular.woff2") format("woff2"), url("../fonts/Nian-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.about-page .swiper-main .slide-text {
 font-family: "Nian" !important;
}
.about-page  .swiper-years .swiper-slide{
 font-family: "Nian" !important;
}
body {
  direction: rtl !important;
  font-family: "AnjomanMax";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #fff9f5;
}
html.has-scroll-smooth {
  overflow: hidden !important;
}
html {
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
body,
.main {
  background-color: #fff9f5;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.body::-webkit-scrollbar,
.main::-webkit-scrollbar,
html::-webkit-scrollbar {
  display: none;
}

.Pin-Wrapp,
.Pin-Wrapp {
  display: flex;
  direction: rtl;
  align-items: center;
  text-align: right;
  justify-content: space-between;
}

.Pin-Wrapp .section1 {
  display: flex;
  align-items: end;
  height: 100vh;
  position: relative;
  width: 100vw;
}

.Pin-Wrapp .section1 .in1 {
  height: 100%;
}
.in1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.Pin-Wrapp .section3 {
  width: 100vw;
  background-color: #fff9f5;
  flex-shrink: 0;
}

.title-slide {
  width: 100%;
}
.page-breadcrumb li,
.page-breadcrumb li a {
  color: #000 !important;
}
@media (max-width: 767.99px) {
  .signInButton.mr-auto.show-comment-form {
    width: 100% !important;
  }
  .border-top-link {
    border-top: 1px solid #a1a1aa;
    padding-top: 20px;
  }
  .v-swiper .swiper-slide,
  .v-swiper .swiper-slide a,
  .left-img {
    height: 270px;
    width: 100% !important;
  }
  .news-grid-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #azad-sec3 {
    background-color: #fafafa;
    padding-top: 1rem;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  #azad-sec1 {
    padding-top: 10rem;
  }
  .about-page {
    /* background: #fff9f5 url("../images/bg-azadi-mob.png") no-repeat; */
    background: #fff9f5 url("../images/bg-search.png") no-repeat;
  }
  #decleration .img-employ {
    width: 50%;
  }
  .main-desc-about.expanded {
    max-height: auto !important;
    height: auto !important;
  }
  .about-page {
    background-position: top center;
    background-size: 100% auto !important;
  }
  .list-categories.no-border {
    margin-bottom: 70px !important;
  }
  .no-border li a {
    border: none !important;
  }
  .no-border li {
    margin-top: 15px;
  }
  .send-form.signInButton {
    width: 100% !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .hidden-mob2 {
    display: none !important;
  }
  .Pin-Wrapp .section2 {
    background: url("../images/bg-sect-about.png") no-repeat;
    background-size: cover !important;
  }
  .slider-home {
    height: 100vh;
  }
  .slider-home .swiper-slide {
    width: 100%;
    height: 100vh;
  }
  .slider-home .swiper-slide img,
  .slider-home .swiper-slide video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }
  .language-dropdown {
    background: #0b0b0b;
  }
  .about-img1 {
    margin-top: 20px;
    text-align: left;
  }
  .about-img1 img {
    width: 50%;
  }

  .section7.position-relative {
    padding: 20px;
  }

  .fp-viewing-0,
  body,
  html {
    overflow-y: auto !important;
  }

  .Pin-Wrapp {
    display: block !important;
  }
  .Pin-Wrapp .section1 .in1 {
    width: 100%;
  }
  .hidden-xs {
    display: none !important;
  }
  #PinSection {
    direction: rtl;
    position: relative;
  }

  .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: 140px;
    height: auto !important;
  }

  .section7 {
    width: 100%;
  }
  .Pin-Wrapp {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .title-relaed-blog {
    font-size: 28px;
  }
  .korean-accordion .accordion-panel {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
   padding: 20px 80px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff9f5;
    overflow-y: auto;
    max-height: 100vh;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .korean-accordion .accordion-item.active .accordion-panel {
    opacity: 1;
    visibility: visible;
  }
  .korean-accordion {
    display: flex;
    overflow: hidden;
    direction: rtl;
    border: 1px solid #eee;
    border-radius: 6px;
    position: fixed;
    right: 60px;
    height: 100%;
    width: calc(100% - 60px);
  }
  .korean-accordion .accordion-item {
    width: 60px;
    transition: width 0.4s ease;
    overflow: hidden;
    border-left: 1px solid #ccc;
    position: relative;
    display: flex;
  }
  .korean-accordion .accordion-item  svg{
  transform: rotate(180deg);
    margin-bottom: 5px;
  }
  .korean-accordion .accordion-item.active {
    width: 100%;
  }
  .korean-accordion .accordion-item.active svg{
     transform: rotate(0);
  }
  .korean-accordion .accordion-header {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    padding: 20px 10px;
    text-align: center;
    color: #171717;
    cursor: pointer;
    width: 60px;
    height: 100%;
    font-size: 16px;
  }
  .img-col {
    height: 80vh;
  }
  .img-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .thumb-show-room {
    width: calc(100% - 150px);
  }
  .show-roorm .slide-image {
    height: 60vh;
  }
  .v-swiper .swiper-slide,
  .v-swiper .swiper-slide a,
  .left-img {
    height: 481px;
  }
  .ps-md-20 {
    padding-right: 20px;
  }
  .filter-list {
    width: 100%;
    justify-content: center;
  }
  .align-items-md-end {
    align-items: flex-end;
  }
  .inner-nama {
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
  }
  .page-inner {
    padding-top: 77px;
  }
  .pl-md-25 {
    padding-left: 25px;
  }
  .pr-md-25 {
    padding-right: 25px;
  }
  .wrapper-slide-blog {
    overflow: hidden;
    width: 440px !important;
    margin: auto;
  }
  .pl-md-10 {
    padding-left: 10px;
  }
  .pr-md-10 {
    padding-right: 10px;
  }
  .img-employ img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s linear;
  }
  .img-employ {
    height: 460px;
    margin-top: 30px;
  }
  .nav-buttons {
    width: 443px;
  }

  .thumb-grid {
    display: grid;
    grid-template-columns: repeat(3, 55px);
    grid-gap: 10px;
    justify-content: center;
  }
  .gallery-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  .col-slider {
    border-left: 1px solid #cbced0;
    height: 100vh;
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .main-slider-desktop {
    width: 730px;
    height: 480px;
  }
  .thumb-grids {
    height: 100vh;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    justify-content: center;
  }
  .desc-project {
    max-height: 300px;
    overflow-y: auto;
    direction: ltr;
    margin-right: -10px;
  }
  .item-pro .img-item-product {
    width: 205px !important;
    height: 250px !important;
  }
  .img-catalog {
    width: 150px !important;
    height: 200px !important;
  }
  .captcha {
    width: calc(100% - 185px);
    margin-left: 5px;
  }
  .related-pro1 .swiper-slide a,
  .related-pro2 .swiper-slide a {
    border: 1px solid #dbd8d1;
  }
  .related-pro2 .inner-img-proj .img-pr {
    width: 205px;
    height: 250px;
  }
  .inner-img-proj {
    width: 308px;
    height: 486px;
    position: relative;
    overflow: hidden;
  }
  .iso-section .inner-img-proj {
    width: 450px;
    height: 70vh;
    position: relative;
  }
  .related-pro1 .inner-img-proj .img-p {
    width: 150px;
    height: 250px;
  }
  .related-pro1 .inner-img-proj .img-iso {
    width: 360px;
    height: 52vh;
  }
  .related-pro1,
  .related-pro2 {
    overflow: hidden;
  }
  .link-desk a,
  .link-desk button {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .link-desk {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    height: calc(100% - 503px);
  }
  .main-swiper .swiper-slide {

    height: 410px;
    width: 410px !important;
  }
  .content-project-show.w-100 {
    border: 1px solid #cbced0;
  }
  .scrollable-box {
    max-height: 503px;
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-top: 2rem;
  }

  .scrollable-box::-webkit-scrollbar {
    display: none;
  }
  .product-gallery {
    margin: 30px auto;
  }
  .main-slider-container {
    width: 100%;
  }
  .title-header {
    padding: 2px 15px 2px 8.846px;
  }
  .title-header h1 {
    font-size: 24px;
  }
  .title-inner-box {
    max-width: 308px;
    margin-left: auto;
    margin-right: auto;
  }
  .iso-section .title-inner-box {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
    max-width: inherit !important;
  }
  .col-desc {
    border-right: 1px solid #d9d9d9;
  }
  .pe-md-50 {
    padding-left: 50px;
  }
  .desk-section {
    width: 1378px;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
    margin-left: 9rem;
  }
  .releted-section {
    width: 886px;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
    margin-left: 4rem;
  }
  .iso-section {
    width: 600px;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
    margin-left: 4rem;
  }
  .blog-col {
    width: 570px;
    height: 100vh;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
    justify-content: center;
    background: #fafafa;
  }
  .hidden-md {
    display: none !important;
  }
  .item-product {
    display: flex;
    flex-direction: column;
    width: 280px;
    height: 100vh;
    text-align: center;
  }
  .Pin-Wrapp .item-product {
    border-left: 1px solid #dbd8d1;
  }
  .ps-md-5 {
    padding-right: 5rem;
  }
  .Pin-Wrapp .section2 {
    width: 100%;
    padding: 0 25px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .h-fit {
    position: absolute;
    right: 70px;
    bottom: 17px;
    z-index: 10;
  }
  .scrollBtmHorizontal {
    width: 114px;
    overflow: hidden;
    background-color: #fff;
    height: 1px;
  }
  .scrollBtmHorizontal .line {
    animation: animTraitlinearHorizRTL infinite 3s linear;
    background-color: #b52029;
    width: 40%;
    height: 1px;
  }

  @keyframes animTraitlinearHorizRTL {
    0% {
      transform: translateX(100%);
    }
    50% {
      height: 180px;
    }
    100% {
      transform: translateX(-200px);
    }
  }
  .arow-pro-slider2 {
    justify-content: flex-end;
    gap: 100px;
    padding-left: 10%;
  }
  .section5 .parallax-box {
    width: 440px;
    height: 280px;
  }
  .box-proj {
    width: 545px;
    height: 455px;
    padding: 48px;
    background: rgba(12, 12, 13, 0.85);
  }
  .section5 {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .decelration {
    width: 354px;
    margin-right: 3rem;
    margin-left: 3rem;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .sec-about-1 {
    width: 1060px;
    padding-left: 1.5rem;
    padding-right: 3rem;
    height: 100vh;
    flex-shrink: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: #fff9f5 url("../images/bg-search.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .contact-page {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 200px;
  }
  .error-page {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    padding-right: 60px;
  }
  .azadi-1 {
    width: 1400px;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100vh;
    flex-shrink: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: #fff9f5 url("../images/bg-azadi.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .azadi-2 {
    width: 100vw;
    padding-left: 4rem;
    padding-right: 4rem;
    height: 100vh;
    flex-shrink: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background: #fff9f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .about-maain-video {
    width: 1056px;
    padding-left: 1.5rem;
    padding-right: 3rem;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .history-section {
    width: 900px;
    margin-left: 3rem;
    margin-right: 1.5rem;
    height: 100vh;
    flex-shrink: 0;
    background-color: #fff9f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .show-rooom-section {
    width: 905px;
    margin-left: 5rem;
    margin-right: 5rem;
    height: 100vh;
    flex-shrink: 0;
    background-color: #fff9f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .proj-main-gallery {
    width: 90vw;
    height: 100vh;
    flex-shrink: 0;
  }
  .grid-product-list {
    width: 100vw;
    height: 100vh;
    flex-shrink: 0;
  }
  .social-footer-home .social-menu {
    margin-top: 30px !important;
  }
  .section6 {
    width: 322px;
    height: 100vh;
    padding: 10px;
    border-right: 1px solid #cbced0;
  }
  .containerHorizontal {
    overflow: hidden !important;
  }

  .section7 {
    width: 358px;
    height: 100vh;
  }

  .Pin-Wrapp .section1 .in1 {
    width: 100vw;
  }

  #PinSection {
    height: 100vh;
    overflow: hidden;
    display: flex;
    right: 0;
    direction: rtl;
    position: relative;
  }
  .Pin-Wrapp .section2 {
    width: 1400px;
    padding: 0 50px;
    
    padding-left: 0;
  }

  .section4 {
    width: 1300px;
    height: 100%;
    background-color: #fff9f5;
  }
}
.desk-about {
  align-self: stretch;
  color: #c7c6c6;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.container-fluid {
  width: 100%;
  clear: both;
  float: right;
  margin-left: auto;
  margin-right: auto;
}
.position-relative {
  position: relative;
}
.d-block {
  display: block;
}
.text-center {
  text-align: center;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
.align-items-center {
  align-items: center;
}
.mt-20 {
  margin-top: 20px;
}
.ps-0 {
  padding-right: 0;
}
.w-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.justify-center {
  justify-content: center;
}
@media (min-width: 768px) {
  .wrrapper-section2 {
    max-width: 1060px;
    margin: auto;
  }
  .brand-section {
    max-width: 1400px;
    margin: auto;
  }
  .d-md-flex {
    display: flex;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 60%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 40%;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 767.99px) {
  .title-relaed-blog {
    font-size: 18px;
  }
  .korean-accordion .accordion-item .accordion-header {
    display: flex;
    padding: 9px 31px 14px 31px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border: 1px solid #171717;
    box-shadow: 0px 0px 5px #ccc;
    color: #616164;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }
  .korean-accordion .accordion-item.active .accordion-header {
    background-color: #b52029;
    border-color: #b52029;
    color: #fff;
  }
  .korean-accordion .accordion-item {
    margin-bottom: 10px;
  }
  .korean-accordion .accordion-item svg {
    display: none !important;
  }
  .korean-accordion .accordion-panel {
    display: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    padding: 20px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff9f5;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .korean-accordion .accordion-item.active .accordion-panel {
    display: block;
  }
  .thumb-show-room {
    width: 100%;
  }
  .show-roorm .slide-image {
    height: 209px;
  }
  .top-footer-inner {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .top-footer-inner .social-menu.mt-md-0 {
    width: 100%;
    margin-top: 20px !important;
  }
  .wrapper-slide-blog {
    overflow: hidden;
    width: 100% !important;
    margin: auto;
  }
  .img-employ {
    height: 245px;
  }
  .nav-buttons {
    width: 100%;
  }
  .thumb-grid {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .col-slider {
    width: 100%;
  }
  .main-slider-mobile {
    width: 100%;
    height: 230px;
  }
  .thumb-grids {
    width: 100%;
  }
  .item-pro .img-item-product {
    width: 115px;
    height: 140px;
  }
  .img-catalog {
    width: 115px;
    height: 140px;
  }
  .captcha {
    width: 100%;
    margin-bottom: 10px;
  }
  .mb-xs-30 {
    margin-bottom: 30px;
  }
  .related-pro1 .swiper-slide a {
    border: 1px solid #dbd8d1;
  }
  .related-pro2 .inner-img-proj .img-pr {
    width: 115px;
    height: 140px;
  }
  .inner-img-proj {
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }
  .related-pro1 .inner-img-proj .img-p {
    width: 85px;
    height: 67px;
  }
  .releted-section.p-xs-20.mt-xs-15 {
    background-color: #fafafa;
    padding-top: 20px;
  }
  .about-img {
    margin-top: 20px;
  }
  .link-desk a,
  .link-desk button {
    display: flex;
    width: 100%;
    height: 48px;
    align-self: stretch;
    border: 1px solid #cbced0 !important;
    background: #fff9f5;
    color: #171717;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
    position: relative;
    --signIn_bottomRightTriangleSideLength: 1rem;
    --signIn_topLeftTriangleSideLength: 0.9rem;
  }
  .link-desk a::before,
  .link-desk button::before {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 var(--signIn_bottomRightTriangleSideLength)
      var(--signIn_bottomRightTriangleSideLength);
    border-style: solid;
    border-color: transparent transparent #b52029 transparent;
    transition: all 0.2s ease-in-out;
  }
  .main-swiper .swiper-slide {
    height: 300px;
  }
  .product-gallery {
    padding-top: 50px;
    border: 1px solid #cbced0;
    padding-bottom: 15px;
  }
  .title-header {
    padding: 14px 12px 14px 11px;
  }
  .title-header h1 {
    font-size: 14px;
  }
  .h-fit {
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 10px;
    z-index: 10;
    height: 114px;
    width: 1px;
  }
  .scrollBtmHorizontal {
    height: 114px;
    width: 1px;
    overflow: hidden;
    background-color: #fff;
  }
  .scrollBtmHorizontal .line {
    animation: animTraitlinearHorizRTL infinite 3s linear;
    background-color: #b52029;
    width: 1px;
    height: 40%;
  }

  @keyframes animTraitlinearHorizRTL {
    0% {
      transform: translateY(0);
    }
    50% {
      height: 180px;
    }
    100% {
      transform: translateY(200px);
    }
  }
  .custom-next,
  .custom-prev {
    cursor: pointer;
  }
  .arow-pro-slider2 {
    justify-content: center;
    gap: 50px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
    color: #fff;
  }
  .wrapper-slide-mob {
    display: flex;
    width: 90%;
    padding: 48px 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    background: rgba(12, 12, 13, 0.85);
    margin: auto;
    overflow: hidden;
  }
  .section5 .parallax-box {
    width: 290px;
    height: 351px;
  }
  .section5 {
    min-height: 500px;
  }

  .section5 {
    width: 100%;
    background: none !important;
  }
  .social-footer-home {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .social-footer-home .social-menu {
    margin-top: 0 !important;
    gap: 0 !important;
  }
  .social-footer-home {
    width: 100%;
  }
  .social-menu li a {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 55px;
  }
  .social-menu {
    justify-content: space-around !important;
  }
  .social-menu li:not(:last-child) {
    border-left: 1px solid #cbced0;
  }
  .top-footer-home {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  .section6 {
    width: 100%;
    padding: 10px;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.c-preloader {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff9f5;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
}
.c-preloader__count {
  padding-top: 20px;
  color: #231f20;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.c-preloader__progress {
  background: #fff9f5;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-preloader__progress .logo-preload {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -49%);
  z-index: 99999;
}
@media (min-width: 992px) {
  .news-grid-box {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .big-img {
    padding-top: 3rem;
    padding-right: 80px;
  }
  .grid-item-pro {
    grid-template-columns: repeat(3, 1fr);
  }
  .toggle-icon {
    display: none !important;
  }
  .hidden-lg {
    display: none !important;
  }
  .menu ul li.has-sub:hover > ul {
    display: block;
  }
  .show-room::before {
    width: 8px;
    height: 28px;
    background: #b52029;
    right: 0;
    position: absolute;
    top: 0;
    content: "";
  }
  .menu ul li.has-sub > ul {
    display: none;
    position: absolute;
    top: 0;
    right: 48%;
    min-width: 70px;
    list-style: none;
    padding: 0;
    z-index: 1000;
  }
  .menu {
    width: 325px;
    margin-right: 60px;
    padding: 3% 2%;
    min-height: 100vh;
  }
  .menu-overlay {
    cursor: url('data:image/svg+xml;utf8,<svg height="32" width="32" xmlns="http://www.w3.org/2000/svg"><line x1="0" y1="0" x2="32" y2="32" stroke="red" stroke-width="3"/><line x1="32" y1="0" x2="0" y2="32" stroke="red" stroke-width="3"/></svg>')
        16 16,
      auto;
  }
  .search-wrapper {
    width: calc(100% - 60px);
    margin-right: 60px !important;
  }
  .flex-content {
    width: calc(100% - 180px);
  }
  .language-selector,
  .b-header-search {
    margin-top: 15px;
  }
  .b-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 100%;
    padding: 40px 23px;
    z-index: 200;
    border-left: 1px solid #fefefe;
    transition: all 0.2s linear;

    background: rgba(0, 0, 0, 0.65);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .b-header__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}
.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -20px;
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0;
  margin-bottom: 0px;
  margin-bottom: 0px;
  z-index: 100;
  min-width: 50px;
  text-align: center;
}
.language-selector {
  position: relative;
  display: inline-block;
}
.language-dropdown li {
  padding: 4px 12px;
  cursor: pointer;
}
.language-dropdown li a {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
.language-dropdown li:hover a {
  color: #b52029;
}
.b-header__left svg:hover path,
.b-header__left svg:hover,
.social-header li:hover svg,
.social-header li:hover path {
  stroke: #b52029;
}
.cursor-pointer {
  cursor: pointer;
}
.social-header li {
  list-style: none;
  display: block;
  margin-top: 15px;
  transition: all 0.2s linear;
}
.b-header:hover {
  background-color: #0b0b0b;
}
@media (min-width: 768px) {
  .top-footer-home {
    height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .logo-desc {
    position: absolute;
    right: 80px;
    top: 30px;
    z-index: 15;
    width: 150px;
        height: 69px;
  }
}
@media (max-width: 767.99px) {
  .main-slider-container {
    width: 80%;
  }
  .p-xs-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hidden-xs {
    display: none;
  }
}
.header-solid .b-header {
  background: #0b0b0b;
  border-color: #0b0b0b !important;
  transition: all 0.2s linear;
}
.h-scrollbar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  width: clamp(160px, 40vw, 520px);
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  overflow: hidden;
  z-index: 2147483647;
  pointer-events: none;
}
.h-scrollbar__progress {
  width: 100%;
  height: 100%;
  background: #e2001a !important;
  transform-origin: left center;
  transform: scaleX(0);
}
.title-inner {
  color: #000;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.desk-about {
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.signInButton {
  --signIn_width: 190px;
  --signIn_height: 48px;
  --signIn_bottomRightTriangleSideLength: 1rem;
  --signIn_topLeftTriangleSideLength: 0.9rem;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 48px;
  border: 1px solid #cbced0;
  background-color: #fff;
  overflow: hidden;
}

.signInButton::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-width: 0 0 var(--signIn_bottomRightTriangleSideLength)
    var(--signIn_bottomRightTriangleSideLength);
  border-style: solid;
  border-color: transparent transparent #b52029 transparent;
  transition: all 0.2s ease-in-out;
}

.signInButton:hover,
.signInButton:focus-visible {
  cursor: pointer;
}

.signInButton:hover::before,
.signInButton:focus-visible::before {
  --signIn_bottomRightTriangleSideLength: calc(
    var(--signIn_width) + var(--signIn_height) -
      var(--signIn_topLeftTriangleSideLength) +
      (var(--signIn_topLeftTriangleSideLength) * 0.3)
  );
}

.signInButton:hover > .signInButtonText,
.signInButton:focus-visible > .signInButtonText {
  color: #fff;
}

.signInButtonText {
  color: #171717;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 1;
  transition: all 0.2s ease-in-out;
}
.abouts-me {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 5vh 0vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-left: 15vw;
  
}
.abouts-me .nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.about-me {
  position: absolute;
  top: 0;
  right: 200px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 80px;

  opacity: 0;
  visibility: hidden;
  transition: 1s;
  background-color: #fff9f5;
}

.about-me.show {
  position: relative;
  right: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
}

.about-me.exit-left {
  right: 100%;
  opacity: 0;
  z-index: 0;
}
.abouts-me .nav li {
  list-style: none;
  width: 30.5%;
  height: 94px;
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
}
.abouts-me .nav li::after {
  position: absolute;
  content: "";
  bottom: 1px;
  right: 1px;
  width: 0;
  height: 0;
  border-width: 0 0 14px 12px;
  border-style: solid;
  border-color: transparent transparent #b52029 transparent;
  transition: all 0.2s ease-in-out;
}
.abouts-me .nav li:nth-child(1) .d-flex {
  border: 1px solid #cbced0;
  display: flex;
  color: #fff9f5;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-size: contain !important;
  background-position: right !important;
  height: 100%;
  width: 100%;
}
.abouts-me .nav li:nth-child(2) .d-flex {
  border: 1px solid #cbced0;
  display: flex;
  color: #2bbeb6;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-size: contain !important;
  background-position: right !important;
  height: 100%;
  width: 100%;
  color: #fff;
}
.abouts-me .nav li:nth-child(3) .d-flex {
  border: 1px solid #cbced0;
  background-color: #000;
  display: flex;
  color: #fff;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background-size: contain !important;
  background-position: right !important;
  height: 100%;
  width: 100%;
}
.abouts-me .nav li.show .d-flex {
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}
.about-me-image {
  flex: 0 0 535px;
}
.desc-inner {
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.card-about {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.more-about-me {
  display: flex;
  gap: 10px;
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  transition: all 0.2s linear;
}
.more-about-me:hover {
  color: #b52029;
}
.more-about-me:hover svg rect {
  fill: #b52029;
}
.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 10;
  transform: translateX(100%);
  justify-content: space-around;
}
.menu-overlay .menu {
  cursor: default;
}
.menu {
  height: 100%;
  flex-shrink: 0;
  background: #fff9f5;
  padding: 3% 2%;
}
.menu2   .menu {
  margin-right: 0;

  padding: 0% 2%;
}
.menu li {
  display: block;
  list-style: none;
  position: relative;
}
.logo-menu {
  margin-bottom: 60px !important;
}

.menu ul li.has-sub {
  position: relative;
}
.menu > ul > li {
  list-style: none;
  margin-bottom: 20px;
}

.menu ul li > a {
  color: #171717;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}

.menu ul li.has-sub > ul li {
  margin-bottom: 10px;
}
.menu ul li.has-sub > ul::after {
  width: 43px;
  height: 1px;
  background: #000;
  position: absolute;
  right: -50px;
  top: 15px;
  content: "";
}
.menu ul li.has-sub > ul li a {
  display: block;
  padding: 0 15px;
  text-decoration: none;
  color: #171717;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.menu ul li.has-sub > ul li a:hover {
  color: #b52029;
}
.show-room {
  padding-right: 15px;
}

.menu li.menu-item {
  opacity: 0;
  transform: translateY(30px);
}
.search-box {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fcf9f6 url("../images/bg-search.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.6s ease;
}

.search-box.open {
  right: 0;
}

.search-wrapper {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  border: 1px solid #cbced0;
  background: #fff9f5;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin-right: auto;
  position: relative;
}

.search-wrapper input {
  flex: 1;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  direction: rtl;
  width: calc(100% - 26px);
  color: #171717;
  font-weight: 400;
  background: #fff9f5;
  box-shadow: none !important;
  border: none !important;
}

.close-search {
  background: none;
  border: none;
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
}

.b-header-search svg {
  cursor: pointer;
}
.b-header.js-ajax-hidden.bg-menu {
  background: #0b0b0b;
}
.btn-search {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  cursor: pointer;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  color: #616164;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  font-family: "AnjomanMax";
}
.breadcrumb li a {
  display: inline-block;
  color: #616164;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  font-family: "AnjomanMax";
}
.flex-content {
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.not-found-text {
  color: #171717;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.h-content {
  display: flex;
  min-height: calc(100vh - 138px);
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 991.99px) {
  .big-img {
    padding-top: 3rem;

    text-align: center;
  }
  .has-sub ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .has-sub.open > a .toggle-icon {
    content: "-";
  }
  .has-sub.menu-item.open > a::before {
    width: 6px;
    height: 17px;
    flex-shrink: 0;
    background: #b52029;
    content: "";
    right: -10px;
    top: 5px;
    position: absolute;
  }
  .b-header.js-ajax-hidden.menu-active {
    background-color: #fff9f5 !important;
  }
  .b-header.js-ajax-hidden.menu-active svg path,
  .b-header.js-ajax-hidden.menu-active svg {
    stroke: #171717;
  }
  .b-header.js-ajax-hidden.menu-active .burger svg {
    display: none;
  }
  .b-header.js-ajax-hidden.menu-active .burger {
    background: url("../images/close-menu.svg") no-repeat;
    width: 24px;
    height: 24px;
  }
  .b-header.js-ajax-hidden.menu-active .mob-logo img {
    /* display: none; */
  }
  .b-header.js-ajax-hidden.menu-active .mob-logo a {
    /* background: url("../images/logo2.svg") no-repeat;
    width: 101px;
    height: 41px; */
  }
  .b-header.js-ajax-hidden.menu-active .language-dropdown li a {
    color: #000;
  }
  .menu ul li.has-sub > ul li a {
    text-align: center;
  }
  .menu ul li.has-sub > ul {
    display: none;
  }
  .menu {
    width: 100%;
    text-align: center;
    height: 100vh;
    overflow-y: auto;
    padding: 100px 0;
    min-height: 100vh;
  }
  .flex-content {
    width: 100%;
  }
  .search-wrapper {
    margin-right: 0 !important;
  }
  .p-md-20 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hidden-mob {
    display: none !important;
  }
  .b-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    z-index: 200;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    background-color: #0b0b0b;
    height: 60px;
  }
  body {
    padding-top: 60px;
  }
  .b-header__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .b-header__left svg {
    vertical-align: middle;
  }
  .b-header__left {
    display: flex;
    gap: 14px;
    flex-direction: row-reverse;
  }
}

.slide-mob .swiper-container {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.slide-mob {
  padding: 0 60px;
}
.img-mob-slider {
  height: 233px;
}
.img-mob-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height: 233px;
  align-self: stretch;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.mob-slider-title {
  color: #171717;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b52029;
}
.toggle-icon {
  font-size: 24px;
  margin-right: 3px;
  transition: transform 0.3s ease;
  line-height: 1;
}

.social-menu {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 100px !important;
}

.sliderSection .swiper {
  width: 610px;
  height: 100vh;
  margin-top: 4rem;
}

.sliderSection .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sliderSection .caption {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
  color: #000;
  margin-top: 20px;
  width: 100%;
}

.sliderSection .product-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sliderSection .product-list li {
  margin: 20px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.sliderSection .product-list li.active {
  color: #b52029;
}
.sliderSection {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.img-pro-slide {
  height: 270px;
  display: block;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}
.img-pro-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.title-slide-pro {
  color: #000;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list-li {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.arow-pro-slider {
  height: 425px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-right: 1px solid #000;
  padding-right: 30px;
}
.arrow.up,
.arrow.down {
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.flex-copy-home {
  display: flex;
  gap: 3px;
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  border-top: 1px solid #000;
  padding-top: 10px;
  justify-content: center;
}
.flex-footer-home {
  flex-direction: column;
  align-items: center;
}

.social-menu li {
  list-style: none;
  transition: all 0.2s linear;
  position: relative;
  flex-grow: 1;
}
.social-menu li a:hover svg,
.social-menu li a:hover svg path {
  stroke: #b52029;
}
.section5 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section5 .project-swiper {
  width: 100%;
  height: 100%;
}

.section5 .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.section5 .parallax-box {
  overflow: hidden;
  position: relative;
}

.section5 .parallax-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateY(0);
}

.section5 .caption {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.box-proj {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.arow-pro-slider2 {
  width: 100%;
  display: flex;
}
.arrow.up2,
.arrow.down2 {
  cursor: pointer;
}
.p-name {
  color: #171717;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.p-swiper {
  overflow: visible;
  padding-left: 60px;
  padding-right: 60px;
}

.p-swiper .swiper-slide {
  width: 240px;
  transition: 0.4s ease;
}

.p-swiper .swiper-slide-active {
  transform: scale(1.1, 1.1);
  z-index: 2;
}

.p-swiper .swiper-slide img {
  width: 100%;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}

.p-name {
  display: none;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
}

.swiper-slide-active .p-name {
  display: block;
}
.total-slides2 {
  color: #cbced0;
  text-align: center;

  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.arow-pro-slider3 {
  color: #171717;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 50px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 40px;
  color: #fff;
  margin-bottom: 40px;
}
.arow-pro-slider3 .swiper-slide-counter {
  color: #171717;
}
.custom-prev2,
.custom-next2 {
  cursor: pointer;
}
.title-pro-slide {
  width: 350px;
  color: #171717;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4rem;
  display: block;
  width: 100%;
}
.wrapper-slide-pro {
  display: block;
  width: 100%;
}
.pro-mob-home {
  background: url("../images/bg-pro-home.png") no-repeat;
  background-size: 100% auto !important;
  background-position: top center !important;
  padding-top: 7rem;
}
.pro-mob-home-inner {
  background: url("../images/bg-pro-home.png") no-repeat;
  background-size: 100% auto !important;
  background-position: top center !important;
}
.pro-mob-home-inner .title-pro-slide {
  padding-top: 5rem;
}
.link-more-pro {
  text-align: center !important;
  margin-bottom: 50px;
}
.link-more-pro .signInButton,
.link-more-info .signInButton {
  margin: auto;
}
.link-more-info {
  margin: 10px 0;
}
.image-accordion {
  width: 100%;
  padding: 20px;
}

.accordion-item {
  cursor: pointer;
}

.accordion-header img {
  width: 100%;
  display: block;
  transition: transform 0.3s ease;
}

.accordion-content {
  display: none;
  padding: 10px;
}

.accordion-item.active .accordion-content {
  display: block;
}

.btn-more {
  display: inline-block;
  padding: 8px 16px;
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-decoration: none;
  font-size: 13px;
  color: #333;
  transition: 0.2s;
}

.btn-more:hover {
  background: #f0f0f0;
}
.desc-info-ac {
  align-self: stretch;
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.accordion-header {
  position: relative;
}
.icon-toggle {
  position: absolute;
  bottom: 10px;
    left: 0;
    width: 44px;
    right: 0;
    margin: auto;
    height: 45px;
  flex-shrink: 0;
  background-color: rgba(12, 12, 13, 0.85);
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 20px;

  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 1;
}
.project-swiper-desk {
  height: 70vh !important;
}
.project-swiper-desk .swiper-slide {
  height: 70vh !important;
  overflow: hidden;
}
.slider-home .swiper-pagination,
.slider-about .swiper-pagination {
  text-align: left;
  padding-left: 10px;
}
.slider-home .swiper-pagination-bullet,
.slider-about .swiper-pagination-bullet {
  display: block;
  margin-right: auto !important;
  margin-bottom: 5px !important;
  width: 12px;
  height: 12px;
  border: 1px solid #fff;
  background-color: transparent !important;
  opacity: 1 !important;
}
.slider-home .swiper-pagination-bullet-active,
.slider-about .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.slider-about {
  height: 100vh;
  width: 100%;
  background: url("../images/about-slider.png") no-repeat;
  background-size: cover;

  overflow: hidden;
}
.about-swiper .swiper-slide {
  height: 90vh;
  width: 100% !important;
  padding: 5rem 3rem;
}

.about-swiper .swiper-wrapper {
  width: 100% !important;
}
.positoin-relative {
  position: relative;
}
.tilte-about-slider {
  width: 100%;
  color: #fefefe;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.desk-about-slider {
  width: 100%;
  color: #fefefe;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
}
.about-swiper .signInButton {
  background-color: transparent;
}
.about-swiper .signInButtonText {
  color: #fff;
}

.item-project {
  position: relative;
  width: 600px;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  transition: all 0.5s ease-in-out;
}
.cover-img-proj {
  width: 50%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
  opacity: 0.7;
}
.show-arrow {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: 0;
  transition: all 0.2s linear;
}
.item-project:hover .cover-img-proj {
  width: 100% !important;
}
.item-project:hover .show-arrow,
article:hover .show-arrow {
  opacity: 1;
}
.item-proj {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.item-proj .title-proj {
  flex-shrink: 0;
  color: #fff9f5;
  text-align: center;

  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  width: 100%;
  padding: 7px 8px 6px 8px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #0b0b0b;
  position: absolute;
  bottom: 0;
  right: 0;
}

.inner-img-proj img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  
}
.pt-20 {
  padding-top: 20px;
}
.item-project img {
  opacity: 0;
  transition-duration: 0.8s;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}

.item-project.appear img {
  opacity: 1;
}

.item-product a {
  border-bottom: 1px solid #dbd8d1;
  height: 50vh;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.n-pro {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0px;
}
.img-item-product {
  width: 150px;
  height: 250px;
  margin: auto;
  position: relative;
}
.img-catalog {
  margin: auto;
  position: relative;
}
.img-item-product img,
.img-catalog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transition: all 0.5s linear;
}
.icon-more-catalog {
  display: inline-flex;
  padding: 10px 13px 10px 11px;
  justify-content: center;
  align-items: center;
  background: rgba(12, 12, 13, 0.85);
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  margin: auto;
  z-index: 1;
  color: #fefefe;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.item-product.appear img,
.item-pro.appear img {
  opacity: 1;
}
.img-item-product .icon-toggle,
.img-catalog .icon-more-catalog {
  opacity: 0;
  transition: all 0.2s linear;
}
.item-product a:hover .icon-toggle,
.item-product a:hover .icon-more-catalog {
  opacity: 1;
}
.col-first {
  width: 272px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border-left: 1px solid #dbd8d1;
  padding: 40px 65px 20px 20px;
  justify-content: flex-start;
}
.col-first2 {
  width: 350px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: baseline;
  border-left: 1px solid #dbd8d1;
  padding: 40px 65px 20px 20px;
  justify-content: flex-start;
}
.btn-filter {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  display: flex;
  width: 190px;
  height: 44px;
  padding: 18px 24px;
  justify-content: center;
  align-items: center;
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  background: #0b0b0b;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
  z-index: 10;
}
.filter-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.filter-modal.active {
  display: flex;
}

.filter-box {
  color: #fff;
  max-width: 90%;
  text-align: right;
  direction: rtl;
  position: relative;
  display: flex;
  width: 404px;
  height: auto;
  padding: 18px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  background: #0b0b0b;
  padding: 0 5rem;
}

.filter-box label {
  display: block;
  margin: 4px 0;
  width: 108px;
}

.filter-box button {
  background: none;
  display: flex;
  padding: 5px 22px 3px 23px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  margin-top: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  cursor: pointer;
}
.filter-box button:hover {
  color: #b52029;
  border-color: #b52029;
}
.filter-box .close-filter {
  border: none !important;
}
.filter-box .close-filter span {
  cursor: pointer;
  display: inline-block;
}
.filter-box input {
  display: none;
}
.filter-box label {
  padding-right: 20px;
  position: relative;
}

.checkbox-label {
  position: relative;
  padding-right: 28px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.checkbox-label .custom-check {
  position: relative;
  padding-right: 24px;
}

.checkbox-label .custom-check::before {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #a1a1aa;
  content: "";
  position: absolute;
  right: -4px;
  top: 3px;
  transition: background-color 0.3s ease;
}

.checkbox-label input[type="checkbox"]:checked + .custom-check::before {
  background-color: #fff;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}
.title-main-pro {
  color: #fafafa;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  width: 100%;
  padding: 12px;
  justify-content: flex-start;
  align-items: center;
  background: #0b0b0b;
  margin-bottom: 0 !important;
}
.list-categories {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list-categories li {
  flex: 0 0 50%;
  list-style: none;
}
.list-categories li a {
  border: 1px solid #dbd8d1;
  display: block;
}
.n-border-left {
  border: none;
}
.title-header h1 {
  color: #fafafa;
  text-align: justify;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0 !important;
}
.title-header {
  background: #0b0b0b;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.main-slider-container {
  max-width: 500px;
  margin: auto;
}

.d-flex.flex-arrow {
  justify-content: center;
  gap: 20px;
  align-items: center;
  margin-top: 27px;
}

.main-slider-container {
  position: relative;
  overflow: hidden;
}

.main-swiper {
  width: 410px;
}
.main-swiper .swiper-slide {
  margin: auto;
  box-shadow: 0 15.252px 73.561px -17.655px rgba(0, 0, 0, 0.35);
}

.main-slider-container  .main-swiper{
  height: 410px;
}
.main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-slider-container {
  margin-top: 10px;
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.thumb-slider-container .thumb-swiper {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.thumb-swiper {
  width: 100%;
  height: 60px;
}

.thumb-swiper .swiper-slide {
  width: 60px;
  height: 60px;
  opacity: 0.5;
  cursor: pointer;
}

.thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-inner-section {
  width: 100%;
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.description-box-wrapper {
  position: relative;
  font-size: 15px;
  line-height: 2;
  color: #333;
  overflow: hidden;
}

.description-box {
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}

.description-box.limited {
  max-height: 110px;
}

.toggle-btn {
  margin-top: 10px;
  border: none;
  background: none;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  transition: color 0.3s;
}

.toggle-btn:hover {
  color: #000;
}
.attirb-div {
  border-bottom: 1px solid #616164;
  padding-bottom: 15px;
}
.item-attrib {
  align-self: stretch;
  color: #000;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;

  padding: 8px 0;
}
.show-desk-project .item-attrib:not(:last-child),
.item-pro .item-attrib:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.bollet {
  padding-right: 10px;
  position: relative;
}
.bollet::after {
  content: "";
  position: absolute;
  right: 0;
  top: 19px;
  width: 5px;
  height: 5px;
  background-color: #000;
  border-radius: 100%;
}

.share-items {
  position: absolute;
  gap: 12px;
  background: #fff;
  z-index: 10;
  width: 250px;
  text-align: center;
  display: none;
  border: 1px solid #d9d9d9;
  left: 38px;
  top: 0;
}
.share-items a {
  display: inline-flex;
  padding: 5px 10px;
  color: #000;
  text-decoration: none;
  vertical-align: middle;
  align-items: center;
}
.share-btn {
  background-color: transparent !important;
  cursor: pointer;
  border: none !important;
  box-shadow: none !important;
  display: flex;
}
.share-items a svg path {
  fill: #000;
}
.share-items a:hover svg path {
  fill: #c32126;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #c32126;
}
.title-inner-box {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.related-pro1 .inner-img-proj .img-p img,
.related-pro2 .inner-img-proj .img-pr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}

.related-pro1 .inner-img-proj .img-iso img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #fff;
}
.related-pro1 .title-pro,
.related-pro2 .title-pro {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 25px;
}
.related-pro1 .inner-img-proj,
.related-pro2 .inner-img-proj {
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
}

.main-prev2,
.main-prev1,
.main-next1,
.main-next2 {
  cursor: pointer;
}
.swiper {
  position: relative;
  transform: none !important;
  will-change: auto !important;
}
.swiper-button-disabled {
  opacity: 0.4;
}

.show-desk-project .accordion {
  width: 100%;
}

.show-desk-project .accordion-item {
  border-bottom: 1px solid #8e8e8e;
}

.show-desk-project .accordion-header {
  padding: 15px 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #171717;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.show-desk-project .accordion-header .arrow {
  margin-left: 10px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.show-desk-project .accordion-header.active .arrow {
  transform: rotate(180deg);
}

.show-desk-project .accordion-content {
  display: none;
}
.order-form-wrapper {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.order-form-wrapper.open {
  display: flex;
}

.order-form-content {
  display: flex;
  max-width: 658px;
  padding: 48px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #cbced0;
  width: 90%;

  position: relative;
  direction: rtl;
}
#order-form label {
  display: block;
  color: #171717;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
}
#order-form {
  width: 100%;
  cursor: pointer;
}
.order-form {
  cursor: pointer;
}
#order-form input {
  width: 100%;
  display: block;
  height: 48px;
  padding: 7px 15px;
  border: 1px solid #cbced0;
  background: #fff9f5;
  margin-bottom: 5px;
}
#order-form textarea {
  width: 100% !important;
  display: block !important;
  height: 79px !important;
  padding: 7px 15px;
  border: 1px solid #cbced0;
  background: #fff9f5;
  margin-bottom: 5px;
}
.close-order-form {
  background: none;
  border: none;
  cursor: pointer;
}
.text-right {
  text-align: right;
}
.order-form-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.order-form-content {
  z-index: 2;
}
.captcha {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
}
.captcha {
  background-color: #fff9f5;
}
.refresh-captcha {
  width: 40px;
  height: 40px;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.captcha input {
  margin-bottom: 0 !important;
  border: none !important;
  width: calc(100% - 120px) !important;
}
.captcha-code {
  width: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
.captcha-code img {
  width: 100%;
  height: 100%;
}
.order-form-content h3 {
  color: #171717;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: block;
  text-align: right;
  width: 100%;
}

.fade-in {
  opacity: 0;
}
.grid-item-pro {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .top-footer-inner {
   
  }
  .about-page {
    background: #fff9f5 url("../images/bg-about-mob.png") no-repeat;
  }
  .swiper-main .slide-image {
    flex: 1;
    max-width: 50%;
  }
  .swiper-main .swiper-slide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .main-desc-about.expanded {
    max-height: 400px;
    height: 400px;
    overflow-y: auto;
  }
  .col-main-image {
    height: 378px;
    width: 575px;
    margin: auto;
  }
  .col-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
  }
  .grid-item-pro {
    padding-top: 3rem;
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 1rem;
  }

  .row.row-pro::after {
    background-color: #fafafa;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-left: 1px solid #d9d9d9;
  }
  .row.row-pro {
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: relative;
  }
}
.big-img {
  position: relative;
  z-index: 1;
}

.big-img {
  text-align: center;
}
.main-preview-wrapper {
  position: relative;
  overflow: hidden;
}

.main-preview {
  width: 100%;
  height: auto;
  display: block;
  clip-path: inset(0 0 0 0);
}
.item-pro.appear {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .news-grid-box {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-item-pro {
    grid-template-columns: repeat(2, 1fr);
  }
}
.year-catalog {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.n-catalog {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
  min-height: 40px;
  padding: 0 20%;
}
.show-desk-project-desc {
  margin-top: 4rem;
  text-align: right;
}
.n-project {
  color: #171717;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mt-30 {
  margin-top: 30px;
}
.opt-proj {
  color: #171717;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.desc-project {
  color: #171717;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.wrapper-desc-project {
  direction: rtl;
  padding-right: 10px;
  margin-top: 20px;
}

.thumb-grid img {
  width: 100%;
  height: 55px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

.thumb-grid img.active::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  pointer-events: none;
}
.thumb-wrapper {
  position: relative;
  width: 55px;
  height: 55px;
}
.thumb-wrapper.active::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  pointer-events: none;
}
.thumbs .swiper-slide img {
  width: 55px;
  height: 55px;
  object-fit: cover;
}
.thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.main-slider-desktop img,
.main-slider-mobile img,
.main-slider-mobile video,
.main-slider-desktop video {
  width: 100%;
  height: 100%;
  object-fit: f;
}
.nav-buttons {
  text-align: center;
  margin-top: 20px;
}
.nav-buttons button {
  background-color: transparent !important;
  color: #fff9f5;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 10px;
}
.nav-buttons {
  display: flex;
  height: 44px;
  padding: 18px 24px;
  gap: 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #0b0b0b;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.main-title-about {
  width: 100%;
  color: #000;

  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-desc-about {
  width: 100%;
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.main-desc-about {
  height: 400px;
  transition: max-height 0.5s ease;
  overflow: hidden;
}

.more-view {
  cursor: pointer;
  width: 500px;
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.more-view .icon {
  font-size: 20px;
  margin-left: 5px;
}
.swiper-main {
  width: 100%;
  padding: 25px;
  direction: rtl;
  border: 1px solid #cbced0;
  margin-bottom: 20px;
}

.swiper-main .slide-text {
  flex: 1;
  max-width: 40%;
  text-align: right;
}

.swiper-main .slide-text h3 {
  width: 100%;
  color: #000;
  text-align: right;
  margin-bottom: 30px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.swiper-main .slide-text p {
  color: #231f20;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.swiper-main .slide-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.h-carousel .swiper-slide {
  width: auto !important;
  padding: 10px 20px;
  cursor: pointer;
  color: #616164;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 5px;
  transition: 0.3s;
  font-family: inherit;
}
.swiper-years .swiper-slide::before {
  width: 8px;
  height: 8px;
  background: #616164;
  content: "";
  position: absolute;
  right: 5px;
  top: 17px;
}
.swiper-years .swiper-slide-thumb-active {
  color: #b52029;
}
.swiper-years .swiper-slide-thumb-active::before {
  background: #b52029;
}
@media (max-width: 768px) {
  .slide-text,
  .slide-image {
    max-width: 100% !important;
    flex: 1 1 100% !important;
  }
}
.swiper-years-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-years-wrapper .swiper-button-prev,
.swiper-years-wrapper .swiper-button-next {
  position: relative !important;
  margin: 0 !important;
  top: auto;
}
.swiper-years-wrapper .swiper-button-prev::after,
.swiper-years-wrapper .swiper-button-next::after {
  display: none !important;
}
.swiper-years {
  margin: 0 !important;
}
.swiper-years-wrapper .swiper-button-prev:hover svg path,
.swiper-years-wrapper .swiper-button-next:hover svg path {
  fill: #b52029;
}
.history-title {
  width: 100%;
  color: #000;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.about-maain-video video {
  width: 100%;
  height: 100%;
}
.bg-w {
  background-color: #fff;
}
.mb-10 {
  margin-bottom: 10px;
}
.iso-section .inner-img-proj {
  background-color: #fff9f5;
  padding: 20px;
}
.iso-section .title-pro,
#certificates .title-pro {
  color: #000;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.n-employ {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 10px;
  padding-right: 20px;
  position: relative;
}
.n-employ::before {
  width: 8px;
  height: 8px;
  background: #616164;
  position: absolute;
  right: 0;
  top: 10px;
  content: "";
}
.c-employ {
  align-self: stretch;
  color: #000;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.img-employ img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.img-employ:hover img {
  filter: none !important;
}
.img-reveal {
  position: relative;
  overflow: hidden;
  display: block;

  max-width: 100%;
}

.img-reveal > img {
  display: block;
  width: 100%;
  height: auto;
  transform: translateZ(0);

  -webkit-mask: linear-gradient(#000 0 0) left / 0% 100% no-repeat;
  mask: linear-gradient(#000 0 0) left / 0% 100% no-repeat;
  transition: -webkit-mask-size 1.2s cubic-bezier(0.2, 0.7, 0.2, 1),
    mask-size 1.2s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: mask-position, mask-size;
}

.img-reveal::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #f2efe9;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.2, 0.7, 0.2, 1);
  will-change: transform;
}

.img-reveal.is-inview > img {
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.img-reveal.is-inview::before {
  transform: translateX(100%);
}

.img-reveal::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0b0b0b;
  transform: translateX(-120%);
  transition: transform 0.9s cubic-bezier(0.2, 0.7, 0.2, 1);
  pointer-events: none;
}
.img-reveal.is-inview::after {
  transform: translateX(120%);
}
.menu-container {
  display: flex;
  align-items: center;
  background: #0b0b0b;
  color: white;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
.menu-about-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  border-bottom: none !important;
}

.menu-arrow {
  cursor: pointer;
  padding: 0 10px;
}
.menu-container .menu {
  display: flex;
  overflow: hidden;
  flex: 1;
}
.menu-container .menu-item {
  white-space: nowrap;
  padding: 0 15px;
  color: white;
  text-decoration: none;
}
.menu-item.active {
  color: red;
}

#decleration .decelration:nth-child(even) .n-employ {
  text-align: left;
}
#decleration .decelration:nth-child(even) > * {
  width: 50%;
  margin-right: auto;
}
#decleration .decelration:nth-child(even) .img-employ {
  margin-right: auto;
}
.mb-50 {
  margin-bottom: 50px;
}
.menu-about {
  color: #fff9f5;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 10px;
  position: relative;
}
.menu-about::before {
  width: 1px;
  height: 14px;
  background: #fff;
  content: "";
  position: absolute;
  left: -11px;
  top: 6px;
}
.menu-about.active {
  color: #b52029;
}
.header-menu.sticky-menu {
  position: fixed;
  width: 100%;
  top: 61px;
  right: 0;
  z-index: 100;
  margin-top: 0 !important;
}
.text {
  color: #171717;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.blog-date {
  color: #171717;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.title-blog {
  color: #171717;
  text-align: right;

  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.desc-blog {
  align-self: stretch;
  color: #171717;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.blog-swiper .swiper-slide a,
.blog-swiper-mob .swiper-slide a {
  padding: 20px;
  text-align: center;
  display: block;
  border: 1px solid #cbced0;
  background: #fff9f5;
}
.blog-link {
  width: 100%;
  height: 270px;
  flex-shrink: 0;
}
.blog-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}
.title-blog-sec {
  align-self: stretch;
  color: #000;
  text-align: right;

  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.mt-10 {
  margin-top: 10px;
}
.justify-between {
  justify-content: space-between;
}
.header-inner {
  background-color: #171717;
  padding-top: 17px;
  padding-bottom: 17px;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 20;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.header-inner .b-header__left {
  display: flex;
  gap: 14px;
  flex-direction: row-reverse;
}
.header-inner .b-header__wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.header-inner .language-selector,
.header-inner .b-header-search {
  margin-top: 0 !important;
}
.header-inner .b-header__left svg {
  vertical-align: middle;
}
.container {
  max-width: 1400px;
  margin: auto;
  width: 90%;
}
.flex-left .language-selector,
.flex-left .b-header-search {
  margin-top: 0;
}
.gap-3 {
  gap: 15px;
}
.news-filter {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
}
.filter-btn {
  padding: 2px 14px;
  cursor: pointer;

  color: #a1a1aa;
  background-color: transparent !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-btn.active {
  color: #b52029;
}

.news-card {
  border: 1px solid #cbced0;
  padding: 16px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.news-card img {
  width: 100%;
  display: block;
}
.news-card.hidden {
  display: none;
}
.news-grid-box {
  display: grid;
  gap: 24px;
  margin-bottom: 70px;
}
.blog-news {
  height: 270px;
  overflow: hidden;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
  position: relative;
}
.blog-news img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-filter {
  display: inline-flex;
  padding: 7px;
  justify-content: center;
  align-items: center;
  background: #0b0b0b;
  width: 100%;
}
.page-inner .language-dropdown {
  background-color: #171717;
}

.top-footer-inner {
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.align-items-end {
  align-items: flex-end;
}
.text-end {
  text-align: left;
}
article .show-arrow {
  bottom: 24px;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -1;
}
.order-last {
  order: 9999;
}

@media (min-width: 768px) {
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 9999;
  }
}

.filter-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-y: hidden;
  border-bottom: none !important;
}
.filter-list .filter-btn {
  position: relative;
}
.filter-list .filter-btn::before {
  width: 1px;
  height: 14px;
  background: #a1a1aa;
  content: "";
  position: absolute;
  left: -3px;
  top: 10px;
}
.filter-list .filter-btn:last-child:before {
  display: none !important;
}
.news-filter.sticky-menu {
  position: fixed;
  width: 100%;
  right: 0;
  z-index: 10;
  top: 70px;
  left: 0;
  margin: auto;
}
.v-swiper {
  overflow: hidden;
}
.v-swiper .swiper-button-next::after,
.v-swiper .swiper-button-prev::after {
  display: none !important;
}
.v-swiper .swiper-button-next {
  left: auto !important;
  right: 48px;
  bottom: 0;
  width: 48px;
  height: 38px;
  top: auto !important;
  z-index: 10;
}
.v-swiper .swiper-button-prev {
  left: auto !important;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 38px;
  top: auto !important;
  z-index: 10;
}
.show-gallery {
  position: absolute;
  display: inline-flex;
  padding: 11px 12px;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  background: #fff9f5;
  left: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.v-swiper .swiper-slide,
.v-swiper .swiper-slide a,
.left-img {
  display: block;
}
.v-swiper .swiper-slide img,
.left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-list {
  width: 100%;
  height: 24px;
  color: #616164;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.t-title a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.list-title,
.related-pro,
.author-row {
  padding: 10px;
  border: 1px solid #cbced0;
}
.title-sec {
  color: #000;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.rel-swiper {
  overflow: hidden;
}
.img-product {
  width: 150px;
  height: 250px;
  margin: auto;
}
.img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
}
.title-related-pro {
  flex-shrink: 0;
  color: #616164;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.left-img .img-reveal {
  height: 100%;
}
.play-badge {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 73px;
  height: 73px;
}
.avatar {
  width: 78.092px;
  height: 78.092px;
  flex-shrink: 0;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.author-name {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.title-relaed-blog {
  color: #000;
  text-align: right;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.related-blog-slider,
.related-pro-slider,
.related-proj-slider,
.commenet-slider {
  overflow: hidden;
}
.related-blog-slider .swiper-slide a,
.related-pro-slider .swiper-slide a {
  display: block;
  border: 1px solid #cbced0;
  padding: 10px;
}
.related-pro-slider .img-item-product img,
.related-proj-slider .item-pro img {
  opacity: 1 !important;
}
.related-blog-slider .img-item-product:hover .icon-toggle {
  opacity: 1;
}
.comment-section {
  background: url("../images/comment-slider.png") no-repeat;
  background-size: contain;
  background-position: top center;
  border-top: 1px solid #a1a1aa;
  padding-top: 30px;
  margin-top: 40px;
  mix-blend-mode: darken;
}
.card-comment {
  display: flex;
  width: 100%;
  padding: 37px 50px 42px 51px;
  justify-content: center;
  align-items: center;
  background: #fff9f5;
  box-shadow: 0 26px 50px -12px rgba(0, 0, 0, 0.35);
  flex-direction: column;
  min-height: 200px;
  justify-content: center;
  margin-bottom: 50px;
}
.n-user-comment {
  align-self: stretch;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.text-comment {
  align-self: stretch;
  color: #525252;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}
.commenet-slider .swiper-button-next.custom-next5::after,
.commenet-slider .swiper-button-prev.custom-prev5::after,
.rel-swiper .swiper-button-prev.custom-prev3::after,
.rel-swiper .swiper-button-next.custom-next3::after {
  display: none;
}
.commenet-slider .swiper-button-next.custom-next5,
.rel-swiper .swiper-button-next.custom-next3 {
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 48px;
  height: 38px;
  position: relative !important;
}
.commenet-slider .swiper-button-prev.custom-prev5,
.rel-swiper .swiper-button-prev.custom-prev3 {
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 48px;
  height: 38px;
  position: relative !important;
}
.total-slides {
  color: #cbced0;
}
.mr-auto {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.rel-swiper .img-product {
  position: relative;
}
.rel-swiper .img-product .icon-toggle {
  opacity: 0;
  transition: all 0.2s linear;
}
.rel-swiper .img-product:hover .icon-toggle,
.related-pro-slider .img-item-product:hover .icon-toggle {
  opacity: 1;
}
.lbl-title {
  font-size: 18px;
}
.cal-contact {
  display: inline-block;
  direction: ltr;
  color: #171717;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.swiper-years-wrapper {
  overflow: hidden;
  width: 100%;
}
.thumb-show-room {
  overflow: hidden;
  margin-top: 20px !important;
}
.show-roorm .swiper-years-wrapper {
  justify-content: space-between !important;
}
.show-roorm .swiper-button-next,
.show-roorm .swiper-button-prev {
  width: 37px;
}
.thumb-show-room .swiper-slide {
  height: 105px !important;
  margin-left: 10px !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.thumb-show-room .swiper-slide img {
  width: 100% !important;
  height: 105px;
  object-fit: cover;
}
.thumb-show-room .swiper-slide::before {
  display: none !important;
}
.show-roorm .swiper-main-1,
.show-roorm .swiper-years-wrapper {
  overflow: hidden;
  width: 100%;
}
.show-roorm .swiper-main-1 .swiper-slide {
  width: 100%;
}
.show-roorm .slide-image {
  width: 100%;
}
.show-roorm .swiper-years-wrapper .swiper-slide {
  position: relative;
  cursor: pointer;
}
.show-roorm .swiper-years-wrapper .swiper-slide-thumb-active::after {
  content: "+";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 200;
  pointer-events: none;
}
.gap-2 {
  gap: 10px;
}

.title-form {
  color: #171717;
  text-align: justify;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.frm-contact label {
  align-self: stretch;
  color: #616164;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
}
.frm-contact input[type="text"] {
  width: 100%;
  display: block;
  height: 48px;
  padding: 7px 15px;
  border: 1px solid #cbced0;
  background: #fff9f5;
  margin-bottom: 5px;
  border-radius: 0;
}
.lbl-section-form {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.options {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.options label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  gap: 6px;
}
.red-star {
  color: #ef6e59;
}
.options input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #999;
  outline: none;
  cursor: pointer;
  position: relative;
}

.options input[type="radio"]:checked {
  border-color: #999;
  background-color: #999;
}
.frm-contact .message {
  display: block;
  height: 160px !important;
  width: 100% !important;
  padding: 7px 15px 7px 42px;

  border: 1px solid #cbced0;
  background: #fff9f5;
}
.signInButton.w-100 {
  width: 100%;
}
.captcha.w-100 {
  border: 1px solid #ccc;
}
.not-form {
  color: #000;
  text-align: right;

  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb.w-100.top {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.breadcrumb.w-100.top li,
.breadcrumb.w-100.top li a {
  color: #fff;
}
.page-inner .search-wrapper {
  width: 100% !important;
  margin-right: 0 !important;
}
.mt-40 {
  margin-top: 40px;
}
.col-lef-error {
  background: url("../images/error.500.jpg") no-repeat;
  background-position: left;
  background-size: cover;
}
.col-lef-error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  align-self: stretch;
  color: #171717;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 20px;
}
.show-roorm .slide-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-product-list .item-pro:hover .icon-toggle{
  opacity: 1;

}

@media (min-width: 1600px) {
  .item-pro.appear {
    margin-bottom: 70px;
}
}

.menu ul li.has-sub.showmenu > ul{
        display: block;
    }

    .has-subp > ul:hover {
      display: block;
    }
    .menu ul li.has-subp > ul:hover{
      display: block;
    }
    .menu ul li.has-subp > ul li:hover{

    }
    @media (max-width: 600px) {
      .img-item-product {
    width: 100% !important;

   
    margin: 0 auto !important;
    position: relative;
    text-align: center;
}
.img-item-product img, .img-catalog img {
    width: 90%;
    height: auto;

}
.item-product a {
       height: 270px;
}

    .show-roorm   .d-block.mt-20.w-100.hidden-md.p-xs-20{
margin-top: 0;
      }
      .sec-about-1.mt-xs-15{
        margin-top: 0 !important;
      }
      .show-roorm   .d-block.mt-20.w-100.hidden-md.p-xs-20 .breadcrumb.w-100{
        
    position: absolute;
    top: 45px;
    z-index: 999999;

      }
      .menu-about-list {

        padding: 7px 0 11px;
    }
    .filter-btn {
      font-size: 14px;
      
    padding: 4px 14px 8px;
  }
  .title-inner {
    font-size: 22px;
}
     .about-page .swiper-years-wrapper .swiper-button-prev,.about-page .swiper-years-wrapper .swiper-button-next {
   transform: scale(2);
}
.main-title-about {
  font-size: 19px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.p-swiper .swiper-slide img {
  width: 90%;
}
.iso-section .title-pro, #certificates .title-pro {

  font-size: 16px;
}
      .title-inner-box {
        font-size: 18px;
        margin-top: 30px;
    }
      .list-categories li.item-pro a {
        display: block;
    }
      .img-item-product {
   
        margin-bottom: 25px;
      }
      .img-item-product .icon-toggle, .img-catalog .icon-more-catalog {
        opacity: 1;
    }
        .img-item-product .icon-toggle {
        display: none;
    }
    .icon-more-catalog{
      
    font-size: 0;
    width: 39px;
    height: 39px;
    }
    .project-list .n-pro {
        font-size: 13px;
        margin-top: 70px;
      }
      .n-pro {
        font-size: 13px;
        margin-top: 0;
      }
      .about-swiper .swiper-slide {
        height: 90vh;
        width: 100% !important;
        padding: 5rem 3rem;
        display: flex
    ;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .cat-pro  .section6.position-relative{
      display: none !important;
    }
      .box-proj {
        display: flex !important;
       
      }
      .list-categories li a {
        border: 1px solid #dbd8d1;
        display: flex
    ;
    }
    .releted-section .d-flex.flex-arrow{
      display: none !important;
    }
    }
    .main-slider-desktop img{
      width: auto;
      height: auto;
      object-fit: contain;
    }    .main-slider-desktop .swiper-slide {
 
      margin: 0 auto;
      text-align: center;
  }
  .breadcrumb.w-100{
    padding-right: 7px;
  }
  .d-block text strong{
    color: #000;
  }
  .d-block text a{
    color: #000;
  }

  @media (min-width: 1800px) {
    .Pin-Wrapp .section3 {
      width: 85vw;
      background-color: #fff9f5;
      flex-shrink: 0;
  }
  .abouts-me {

    padding-left: 6vw;
}
   .fix-whataspp-mobile{
    display: none;
   }
  }


               @media (max-width: 768px) {
                .top-footer-inner .d-flex img{
                  display: none !important;
                }
                 .has-chidren.activeloc .chi2{
display: flex;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: rgb(255 255 255 / 50%);
        z-index: 99999;
        padding: 0 30px;
        text-align: center;
        gap: 20px;
 }
.locc01 a{

    background-color: #000;
    color: #fff;
    width: 180px;
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    
        height: 45px !important;
        line-height: 45px;
}
.loccsvg svg{
  margin-top: 7px;
}
.chi2 p{
  font-size: 22px;
  text-align: center;
  padding: 15px 20px;
  color: #000;
}
.locc01 {

 display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 45px;
    gap: 15px;
}
    
                .fix-whataspp-mobile {
  width: 59px;
        height: 40px;
        position: fixed;
        z-index: 99999;
        bottom: 80px;
        left: 10px;
        background-color: #17171780;
    border-top-left-radius: 8px;
border-top-right-radius: 8px;
border-bottom-left-radius: 8px;
}
  .fix-whataspp-mobile::before {
 position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-width: 0 0 var(--signIn_bottomRightTriangleSideLength)
      var(--signIn_bottomRightTriangleSideLength);
    border-style: solid;
    border-color: transparent transparent #b52029 transparent;
    transition: all 0.2s ease-in-out;
}
 
                .fix-whataspp-mobile a{

    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.p-swiper .pro-box{
  margin: 0 auto;
  text-align: center;
}
    .p-swiper .swiper-slide img
 {
        width: 85%;
    }
    .p-swiper .swiper-slide {
    width: 100%;
    transition: 0.4s ease;
}
.top-footer-home .d-flex img{
display: none;
}


.has-chidrena{
  
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 55px;
}
  .chi{
                display: none;

              }
               .chi2{
                 display: none;
              }
              
               }


              @media (min-width: 768px) {
                .menu > ul > li.has-subp{
                  width: 100% !important;
              
                }
                  .menu > ul > li.has-sub{
                  width: 100% !important;
              
                }
                .menu > ul > li {
    width: 110px;
  
}
   .chi{
                display: none;

              }
              .chi2{
                 display: none;
              }
                  .social-footer-home .social-menu {
     position: relative;
    }
               .chi a{
         
    color: #fff;
    width: 127px;
    background-color: black;
    height: 40px;
    outline: 0;
    border: 1px solid #000;
    text-decoration: none;
    cursor: pointer;
    line-height: 40px;
    text-align: center;

              }
              .has-chidren:hover .chi{
                display: flex;
    flex-direction: column;
    position: absolute;
    right: -50px;
    gap: 5px;
    text-align: center;

              }
   
}
.link-desk a:hover, .link-desk button:hover{
  color: red !important;
}
.link-desk a:hover svg path{
  stroke: red !important;
}
 .link-desk button:hover svg path{
  fill: red !important;
 }

.bog-show  .d-block .d-block.text p{

    margin-top: 0;
    background-color: inherit !important;
    font-family: inherit !important;
    color: #000 !important;
    font-size: 16px !important;
}
.bog-show  .d-block .d-block.text h2{

    margin-top: 0;
    background-color: inherit !important;
    font-family: inherit !important;
    color: #000 !important;
    font-size: 20px !important;
}

.main-desc-about p{
  
    font-family: Nian !important;
    font-size: 18px !important;
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools, .mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
    opacity: 1 !important;
    
}
.mCSB_scrollTools .mCSB_draggerRail {
    width: 4px !important;

}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 0 !important;
}
