*,
*::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: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/IRANSansWeb.woff2") format("woff2");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/eot/IRANSansWeb_Bold.eot");
  src: url("../fonts/eot/IRANSansWeb_Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Bold.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Bold.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/eot/IRANSansWeb_Medium.eot");
  src: url("../fonts/eot/IRANSansWeb_Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Medium.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Medium.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Medium.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/eot/IRANSansWeb_Light.eot");
  src: url("../fonts/eot/IRANSansWeb_Light.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Light.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Light.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Light.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot");
  src: url("../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_UltraLight.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_UltraLight.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_UltraLight.ttf") format("truetype");
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/IRANSansWebFaNum.woff") format("woff");
}
body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #1e1e1e;
  color: #fff;
}
.container-fluid {
  width: 100%;
  clear: both;
  float: right;
  margin-left: auto;
  margin-right: auto;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c0a0b;
  overflow: hidden;
  z-index: 9999999999;
  flex-direction: column;
}
.spinner {
  width: 40px;
  height: 40px;
  background-color: #d4af37;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
}
.loading-container {
  width: 100%;
  text-align: center;
  position: relative;
  margin: 0 32px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-container,
.loading-container1 {
  opacity: 0;
}
.mm {
  position: absolute;
  top: 27%;
}
.preloader .text-container {
  display: flex;
  flex-direction: row;
  gap: 1em;
  overflow: hidden;
  color: white;
  opacity: 0;
  justify-content: center;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #ae0f0a;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

.loading-container:before,
.loading-container1:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100vh;
  background-color: #646464;
  top: 0;
  left: 50%;
  border-radius: 10px;
  -webkit-animation: movingLine 3.4s ease-in-out;
  animation: movingLine 3.4s ease-in-out;
  right: 50%;
}

@-webkit-keyframes movingLine {
  0% {
    opacity: 0;
    height: 0;
  }

  33.3%,
  66%,
  100% {
    opacity: 0.8;
    height: 100vh;
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0c0a0b;
  overflow: hidden;
  z-index: 9999999999;
  flex-direction: column;
}

.pre-container {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-container {
  opacity: 0;
}

.logo-container {
  opacity: 0;
  transform: translateY(70px);
  visibility: hidden;
}

.container {
  width: 100%;
  height: 100%;
  padding: 0 60px;
  margin: 0 auto;
}
.container--fullscreen {
  height: 100vh;
}
.container--postion-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}

.b-btn-nav {
  display: inline-block;
  padding: 0 14px;

  font-size: 17px;
  line-height: 32px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #000;
  text-align: center;
  background: #fff;
  border-radius: 6px;
}
.b-btn-nav--active {
  line-height: 28px;
  border: 2px solid #404040;
}
.b-btn-nav--carousel {
  width: 52px !important;
}

a {
  outline: 0;
}
.animate-show-active-slide {
  overflow: visible !important;
}
.animate-show-next-slide {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
  -webkit-transition: 0.45s ease all !important;
  transition: 0.45s ease all !important;
}

/*!
 * fullPage 2.9.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes wrench {
  0%,
  to {
    -webkit-transform: rotate(-8deg) scale(1.2);
    transform: rotate(-8deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(36deg) scale(1.2);
    transform: rotate(36deg) scale(1.2);
  }
}
@keyframes wrench {
  0%,
  to {
    -webkit-transform: rotate(-8deg) scale(1.2);
    transform: rotate(-8deg) scale(1.2);
  }
  50% {
    -webkit-transform: rotate(36deg) scale(1.2);
    transform: rotate(36deg) scale(1.2);
  }
}
@-webkit-keyframes showscroll {
  0%,
  50% {
    height: calc(100vh - 0px);
  }
  85% {
    height: calc(100vh - 120px);
  }
  to {
    height: calc(100vh - 80px);
  }
}
@keyframes showscroll {
  0%,
  50% {
    height: calc(100vh - 0px);
  }
  85% {
    height: calc(100vh - 120px);
  }
  to {
    height: calc(100vh - 80px);
  }
}
@-webkit-keyframes scrollarrow {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
  }
}
@keyframes scrollarrow {
  0%,
  50%,
  to {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  25% {
    -webkit-transform: translateY(-10px) translateX(-50%);
    transform: translateY(-10px) translateX(-50%);
  }
  75% {
    -webkit-transform: translateY(10px) translateX(-50%);
    transform: translateY(10px) translateX(-50%);
  }
}
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  position: relative;
}
.fp-scrollable,
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav,
.fp-slidesNav {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#fp-nav {
  margin-top: -32px;
  top: 50%;
  position: fixed;
  z-index: 100;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.bottom {
  bottom: 17px;
}
.fp-slidesNav.top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.b-blog-form form,
.b-form {
  position: relative;
  color: #000;
}
.b-form__wrapper {
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.b-fullscreen-slide,
.b-map #map {
  width: 100%;
  height: 100%;
}
.b-fullscreen-slide > .swiper-wrapper .swiper-slide {
  background-color: #000;
  width: 100%;
  height: 100;
}

#products .swiper-slide:hover .b-fullscreen-slide__title-case span {
  writing-mode: inherit;
}

.b-fullscreen-slide__item {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.b-fullscreen-slide__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.b-fullscreen-slide__bottom {
  max-width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  z-index: auto;
}
.js-next-slide,
.js-next-slide2,
.js-next-slide3,
.js-next-slide4 {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 27px;
  right: 44px;
  left: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.js-prev-slide,
.js-prev-slide2,
.js-prev-slide3,
.js-prev-slide4 {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 27px;
  left: 44px;
  right: 0;
  margin: auto;
  z-index: 10;
  cursor: pointer;
}
.js-next-slide:after,
.js-next-slide2:after,
.js-next-slide3:after,
.js-next-slide4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow-left.svg) no-repeat;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.js-prev-slide:after,
.js-prev-slide2:after,
.js-prev-slide3:after,
.js-prev-slide4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/arrow-right.svg) no-repeat;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.b-fullscreen-slide__arrow:active,
.b-fullscreen-slide__arrow:hover {
  border-color: #fff;
}
.b-fullscreen-slide__arrow:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.b-fullscreen-slide__arrow:active:after {
  -webkit-transform: translateX(9px);
  transform: translateX(9px);
}

.b-fullscreen-slide--product .swiper-slide:after,
.b-fullscreen-slide--product.single-slide:after,
.b-fullscreen-slide__arrow {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
}
.b-fullscreen-slide--product .swiper-slide,
.b-fullscreen-slide--product.single-slide {
  position: relative;
}
.layer-slide {
  content: "";
  display: block;
  position: absolute;
  width: 40%;
  height: 85%;
  left: 40px;
  top: 0;
  border-radius: 0 0 75px 75px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
}

.b-fullscreen-slide--product-single .b-fullscreen-slide__item {
  width: 100%;
}

.b-fullscreen-slide__item--case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.b-fullscreen-slide__item--case > .swiper-wrapper .swiper-slide-next {
  -webkit-transform: translateX(-110px);
  transform: translateX(-110px);
}
.b-fullscreen-slide__item--case > .swiper-wrapper .swiper-slide-active {
  z-index: 100;
}

.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:active
  .b-fullscreen-slide__title-case {
  background-color: transparent;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:active
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition: none;
  transition: none;
  color: transparent;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:hover
  .b-fullscreen-slide__title-case {
  opacity: 1;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg:hover
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition-delay: 0.13s;
  transition-delay: 0.13s;
  opacity: 1;
}
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg.inactive
  .b-fullscreen-slide__title-case
  span {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active {
  width: calc(100% - 170px + 85px) !important;
  left: 0 !important;
  z-index: 100;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active:after {
  background-color: transparent !important;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--active img {
  width: 100% !important;
}
.b-fullscreen-slide__item--case .b-fullscreen-slide__bg--back-hidden,
.b-fullscreen-slide__item--case
  .b-fullscreen-slide__bg.inactive
  .b-fullscreen-slide__title-case {
  opacity: 0;
}

.social-header li {
  list-style: none;
  display: block;
  margin-top: 15px;
}
.social-header li a {
  display: block;
  text-align: center;
}
.social-header li a img,
.social-float img {
  filter: brightness(0) invert(1);
  transition: all 0.2s linear;
}
.social-header li a:hover img,
.float-icon .social-float:hover img {
  filter: none !important;
}
.b-header--blog {
  position: absolute;
}
.b-header--blog .b-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 0;
}
.b-header--blog .b-title__single {
  position: relative;
  opacity: 1;
  left: 0;

  font-size: 14px;
  letter-spacing: 2.2px;
  color: #fff;
}

.b-header__right {
  position: relative;
  z-index: 100;
}

.b-header-search:hover {
  -webkit-animation: wrench 1s ease infinite;
  animation: wrench 1s ease infinite;
  cursor: pointer;
}

.b-header__menu {
  position: relative;
  display: block;
  width: 48px;
  height: 24px;
}

.b-main-site p {
  margin-bottom: 0;

  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}
.b-main-site a {
  color: #000;
}

.b-menu__list {
  padding: 0;
  margin: 0;
}
.b-menu__item {
  display: block;
  margin-bottom: 32px;
  position: relative;
}
.b-menu__item:last-child {
  margin-bottom: 0;
}
.b-menu__item > a,
.b-nav-select select {
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
}
.b-menu__item > a {
  position: relative;
  display: inline-block;
  color: #171717;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.b-nav {
  position: relative;
  margin: 0 auto;
}
.b-nav:after {
  position: absolute;
  top: 0;
  right: 0;
}

.b-nav-left {
  position: fixed;
  height: 100%;
  top: 0;
  right: 120px;
  z-index: 10;
  direction: rtl;
}
.b-nav-left__center .b-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  position: relative;
  padding-right: 5px;
}
.b-nav__item {
  display: inline-block;
  height: 37px;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1;
  text-align: center;
  color: #ffffffc0;
  cursor: pointer;
}
.b-nav__item .circle {
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid white;
  border-radius: 50%;
  background-color: transparent;
  transition: background-color 0.3s;
  width: 12px;
  height: 12px;
  stroke-width: 1px;
  stroke: #fff;
}
.b-nav__item[data-dir="center"] .circle {
  background-color: white;
}
.b-nav__item[data-dir="center"] {
  color: #fff;
  font-weight: 400;
}
.b-product {
  position: relative;
  width: 100%;
  height: 100vh;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.b-product-mobile {
  display: none;
  overflow-x: hidden;
}
.b-product__half-wrap {
  height: 100%;
  z-index: 100;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  direction: rtl;
}
.b-product__content {
  max-width: 590px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.b-product__btn.btn {
  display: flex;
  padding: 11px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 69px;
  border: 1px solid #c7c6c6;
  margin-right: auto;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}
.b-product__btn.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.b-product__btn.btn:hover:after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
  background-color: #fff;
}
.b-product__btn.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.b-product__title {
  color: #fff;
  text-align: right;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 30px;
}

.section.fp-completely .b-animate-scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.section.active.fp-completely .b-fullscreen-slide__arrow.hidden-load,
.section.fp-completely .b-company__content,
.section.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
.section.fp-completely .b-fullscreen-slide--product.single-slide:after,
.section.fp-completely .b-fullscreen-slide__arrow,
.section.fp-completely .b-product__copy {
  opacity: 0;
}
.b-animate-scale,
.section.active .b-animate-scale {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.section.active.fp-completely .b-animate-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section.active.fp-completely .b-company__content,
.section.active.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
.section.active.fp-completely .b-fullscreen-slide--product.single-slide:after,
.section.active.fp-completely .b-fullscreen-slide__arrow,
.section.active.fp-completely .b-product__content,
.section.active.fp-completely .b-product__copy {
  opacity: 1;
}
.js-ajax-hidden {
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.hidden-content {
  opacity: 0 !important;
}

@media only screen and (max-width: 1000px) {
  .fp-viewing-0,
  body,
  html {
    overflow-x: hidden;
  }
  .container {
    padding: 0 48px;
  }

  .section.fp-completely .b-animate-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .section.fp-completely .b-company__content,
  .section.fp-completely .b-fullscreen-slide--product .swiper-slide:after,
  .section.fp-completely .b-fullscreen-slide--product.single-slide:after,
  .section.fp-completely .b-fullscreen-slide__arrow,
  .section.fp-completely .b-product__copy {
    opacity: 1;
  }
  .b-animate-scale,
  .section.active .b-animate-scale {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .hidden-content {
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 767.99px) {
  .order-content {
    padding-top: 100px;
    padding-bottom: 100px;
    max-height: 100vh;
    overflow-y: auto;
  }
  .d-md-flex.items-center.justify-between .code-flex {
    width: 100% !important;
  }
  .body-honors {
    background: #000 url("../images/bg-honors.png") no-repeat;
    background-position: top center !important;
    background-size: contain !important;
  }

  .container-blog {
    padding: 40px 20px;
  }
  .mt-xs-30 {
    margin-top: 50px;
  }
  .body-contact {
    background: url("../images/m.menu.png") no-repeat;
    background-size: cover !important;
    background-position: top center !important;
  }
  .body-contact .tabs > ul > li {
    background-color: transparent !important;
  }
  .body-contact .social-footer ul {
    border: none !important;
    text-align: center;
    justify-content: space-between;
  }
  .text-justify {
    text-align: justify;
  }
  .main.d-block.event-show {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .list-event {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
  }
  .list-event li {
    flex: 0 0 calc(49% - 10px);
    list-style: none;
  }
  .max-w-\[545px\] {
    margin-bottom: 130px !important;
}
.inner-onglet {
    padding-bottom: 135px !important;
}
  .float-icon {
    bottom: 30px !important;
  }
  .frm-comment .code-flex {
    width: 100% !important;
    border-bottom: 1px solid #fff !important;
    border-radius: 0 !important;
  }
  .frm-comment .code-flex input {
    border: none !important;
  }
  .img-proj {
    height: 180px !important;
  }
  .related-product-carousel .js-next-slide2 {
    right: 2px !important;
  }
  .related-product-carousel .img-pro {
    height: 150px;
  }
  .arrow-related-slide {
    top: -54px !important;
  }
  .hotspot-info .close-btn {
    right: 10px !important;
    left: auto !important;
    top: 0 !important;
  }
  .hotspot-info.show {
    display: inline-flex;
    opacity: 1;
    transform: translateY(0);
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 300px !important;
  }
  .show-size,
  .show-order {
    width: 100% !important;
    display: flex !important;
    justify-content: space-between !important;
  }
  .js-prev-slide-pro.swiper-button-prev {
    bottom: -45px !important;
    top: auto !important;
    transform: rotate(90deg);
    left: 40%;
  }
  .js-next-slide-pro.swiper-button-next {
    bottom: -45px !important;
    top: auto !important;
    transform: rotate(90deg);
    right: 40%;
  }
  .gallery-wrapper {
    margin-bottom: 50px;
  }
  .gallery-product {
    width: 100% !important;
  }
  .swiper-pagination.swiper-pagination1 {
    display: none !important;
  }
  .share-wrapper {
    position: absolute;
    top: -51px;
    left: 0;
  }
  .gallery-product img,
  .fancybox__content img {
    border-radius: 0 !important;
  }
  .p-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-flex.nama-site {
    justify-content: center;
  }
  .mt-xs-20 {
    margin-top: 20px;
  }
  .info-page {
    margin-top: 90px;
    margin-right: 20px;
  }
  .product-list-inner {
    margin-top: 50px;
  }
  .b-fullscreen-slide__title-case,
  .b-fullscreen-slide__title-case span {
    opacity: 1 !important;
    text-align: center;
    width: 100%;
    font-size: 15px;
  }

  .container.footer {
    padding-top: 200px;
  }
  .tab-content {
    padding: 20px 6px;
  }
  .tabs ul {
    border: 1px solid #c7c6c6;
    border-radius: 8px;
    display: flex !important;
  }
  .tabs ul li:nth-child(1) {
    border-radius: 0 8px 8px 0;
  }
  .tabs ul li:nth-child(2) {
    border-radius: 8px 0 0 8px;
  }
  #contact {
    background: url("../images/footer-mob.png") no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .hidden-mob {
    display: none !important;
  }
  .social-float::after {
    position: absolute;
    content: "";
    left: -8px;
    height: 28px;
    width: 1px;
    background-color: #fff;
    top: 0;
  }
  .b-product__desc {
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    -moz-box-orient: vertical;
    -moz-line-clamp: 4;
    display: -webkit-box;
    overflow: hidden;
  }
  .b-product__content.js-slider-product-content {
    justify-content: flex-end !important;
    align-items: center;
    padding-bottom: 20px;
  }
  .b-product__title.js-product-title.text-left.f-33.reveal {
    text-align: center !important;
  }
  .js-next-slide {
    top: 48% !important;
    bottom: auto !important;
    right: auto !important;
    left: 20px !important;
  }
  .js-next-slide2 {
    top: 48% !important;
    bottom: auto !important;
    left: auto !important;
    right: 20px !important;
  }
  .js-prev-slide {
    top: 48% !important;
    bottom: auto !important;
    left: auto !important;
    right: 20px !important;
  }
  .js-prev-slide2 {
    top: 48% !important;
    bottom: auto !important;
    right: auto !important;
    left: 10px !important;
  }
  .b-fullscreen-slide__arrow.js-next-slide2 {
    right: auto !important;
    left: 20px !important;
  }
  .b-fullscreen-slide__arrow.js-prev-slide2 {
    left: auto !important;
    right: 20px !important;
  }
  .proj-carousel .js-prev-slide2 {
    left: 0 !important;
  }
  .b-fullscreen-slide__bottom {
    top: 0 !important;
  }

  .float-icon {
 left: 5px !important;
    right: unset;
    margin: auto;
    bottom: 5px !important;
  
  }
  .container {
    padding: 0 24px;
  }
  .b-company__content {
    width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .b-product--screen-contacts .b-product__content,
  footer .b-product__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .b-product--screen-contacts .b-product__half-wrap,
  footer .b-product__half-wrap {
    margin-bottom: 34px;
  }
  .b-swipe__card-object .swiper-slide {
    width: calc(100% - 16px);
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .event-img {
    height: 145px;
    width: 100%;
  }
  .event-img img {
    border-radius: 0;
  }
  .desktop-slider {
    display: none !important;
  }

  .b-nav-pagination {
    display: none !important;
  }
  .b-product__connect {
    color: #fff !important;
    font-family: Modam !important;
    font-size: 14px !important;
  }
  .b-product__connect a {
    color: #fff !important;
    font-family: Modam !important;
    font-size: 16px !important;
  }

  .ps-xs-60 {
    padding-right: 60px !important;
  }
  .block-xs {
    display: block;
  }

  .b-menu__item > a {
    color: #fff !important;
  }

  .b-product__half-wrap .b-company__btn {
    width: 109px !important;
  }

  .desktop-slider {
    display: none;
  }
  .b-fullscreen-slide--product.about-section::after {
    display: none !important;
  }

  .b-nav-left {
    right: 40px !important;
  }
  .b-product__half-wrap,
  .b-fullscreen-slide--product .swiper-slide::after,
  .b-fullscreen-slide--product.single-slide::after {
    width: 95%;
  }
  .b-company__left {
    padding-left: 0 !important;
  }
  .b-nav__item {
    font-size: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .b-fullscreen-slide__item--case {
    width: 100% !important;
  }
}

.fp-tableCell {
  direction: ltr;
}
.rtl {
  direction: rtl;
}

.ps-10 {
  padding-right: 7px;
}
.justify-center {
  justify-content: center;
}
.mt-20 {
  margin-top: 20px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-16 {
  margin-top: 30px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mt-50 {
  margin-top: 50px;
}
.w-100 {
  width: 100%;
}
.text-center {
  text-align: center;
}

.body-inner {
  overflow-y: auto;
}
.btn-download {
  color: #000;

  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 7px;
  border-bottom: solid 1px #000;
}
.ms-15 {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .body-honors .title-inner {
    margin-right: 100px;
    margin-top: 10px;
  }
  .ps-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-0 {
    padding-left: 0 !important;
  }
  .main-title-blog {
    font-size: 24px;
  }
  .list-blog {
    position: relative;
  }
  .list-blog::after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #57534e;
  }
  .list-blog li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #c7c6c6;
    transform-origin: left;
    transform: scaleX(var(--line-scale));
  }

  .accordion {
    margin: 50px auto;
  }
  .baranch-lists {
    padding: 0 100px 0 50px;
  }
  .main-contact.d-block {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 7rem;
  }
  .event-show {
    padding-top: 8rem !important;
  }
  .js-event-href {
    width: 201px;
    margin-left: auto;
  }
  .event-img {
    height: 350px;
    width: 100%;
  }
  .event-img img {
    border-radius: 8px;
  }
  .card-comment {
    padding: 85px 88px 85px 87px;
    border-radius: 8px;
    border: 1px solid #57534e;
  }
  .ps-md-50 {
    padding-right: 50px;
  }
  .pl-md-50 {
    padding-left: 50px;
  }
  .logo-inner-desc {
    position: relative;
    z-index: 11;
  }
  .products-flex-container .list-grid {
    display: flex;

    padding: 0;
            padding: 0;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
  }
  .main.d-block {
    padding: 30px 100px 20px 50px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .inner-main,
  .related-product {
    padding: 30px 100px 20px 50px;
  }
  .related-product2 {
    padding: 30px 40px 20px 50px;
  }
  .footer-inner {
    margin-top: 50px;
    padding: 30px 100px 20px 50px;
  }
  .d-flex.nama-site {
    justify-content: center;
    margin-top: 15px;
  }
  .mt-md-30 {
    margin-top: 30px;
  }
  .info-page {
    position: absolute;
    top: 120px;
    right: 100px;
    z-index: 99;
  }
  #products .swiper-slide:hover {
    border: none;
    z-index: 2;
  }
  .b-fullscreen-slide > .swiper-wrapper .swiper-slide {
    overflow: hidden;
  }
  #products .swiper-slide:hover .b-fullscreen-slide__title-case {
    padding: 20px 10px !important;
  }
  .b-fullscreen-slide__title-case {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: start;
    align-items: end;
    padding-bottom: 20px;
  }
  .b-fullscreen-slide__title-case span {
    writing-mode: vertical-rl;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  #products .swiper-slide {
    height: 80vh;
  }
  .tabs > ul > li {
    width: 211px;
  }
  #tab1 {
    background: url("../images/map1.png") no-repeat;
    background-size: cover;
    min-height: 425px;
    padding: 40px;
      max-width: 1400px;
  }
  #tab2 {
    background: url("../images/map2.png") no-repeat;
    background-size: cover;
    min-height: 425px;
    padding: 40px;
    max-width: 1400px;
  }

  .content-tab {
    padding: 50px 220px 50px 0;
  }
  .js-video {
    right: 94px;
    bottom: 27px;
  }
  .f-33 {
    font-size: 33px;
  }
  .b-product__desc {
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    margin-bottom: 24px;
    color: #fff;
    text-align: justify;
  }
  .b-product__content {
    height: 60%;
    right: 60px;
    left: 60px;
  }
  .b-product__half-wrap {
    position: absolute;
    top: 0;
    left: 40px;
    width: 40%;
    height: 100%;
  }
  .b-nav-left__wrap {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: fit-content;
  }
  .b-nav__wrap {
    width: 200px;
    font-size: 0;
  }
  .menu-overlay::after {
    width: 1px;
    height: 382px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
  }
  .logo-desc {
    position: absolute;
    right: 80px;
    top: 30px;
    z-index: 15;
    width: 100px;
    height: 64px;
  }
  .text-info-contact {
    font-size: 36px;
  }
  .branch-title {
    font-size: 36px;
  }
  .branch-address {
    font-size: 16px;
  }

  .branch-address a {
    font-size: 16px;
  }
  .d-md-flex {
    display: flex;
  }
  .b-header__menu {
    text-align: center;
    margin-bottom: 20px;
  }
  .b-company__btn.btn.js-ajax-company.js-slider-change-href.w-100.btn-download {
    width: 100% !important;
  }
  .mob-slider {
    display: none !important;
  }
  .b-company__btn {
    width: 70px;
  }

  .b-product__half-wrap .b-company__btn {
    width: 95px !important;
  }

  .searh-content {
    width: 90%;
    margin: auto;
  }
  .searh-conten .frm {
    padding: 20px 15% !important;
  }

  .col-form-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-form {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991.99px) {
  .hidden-md {
    display: none !important;
  }
  .list-cat {
    width: 47.5%;
    display: inline-block;
    margin: 0 1%;
  }
  .list-grid.list-view .img-pro {
    height: 200px !important;
  }
  .products-flex-container .list-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 0;
  }
  .list-grid.list-view {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .view-toggle button {
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
  }
  .main.d-block {
    padding: 70px 15px;
  }
}

@media (max-width: 767.99px) {
  .main-title-blog {
    font-size: 16px;
  }
  .accordion {
    margin: 20px auto;
  }
  .baranch-lists {
    padding: 0 20px;
  }
  .swiper-pagination.swiper-pagination2 {
    bottom: -30px;
  }
  .card-comment {
    padding: 10px;
    margin-bottom: 100px;
    border-bottom: 1px solid #fff;
  }
  .list-grid.list-view .img-pro {
    height: 145px !important;
  }
  .products-flex-container .list-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    padding: 0;
  }
  .list-grid.list-view {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .view-toggle button {
    background: transparent;
    border: none;
    cursor: pointer;
    margin: 0 5px;
  }

  .view-toggle button.active {
    color: #000;
  }
  .grid-item {
    transform: scale(1);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  .grid-item.fade-out {
    opacity: 0;
    transform: scale(0.95);
  }

  .grid-item.fade-in {
    opacity: 1;
    transform: scale(1);
  }

  .main.d-block {
    padding: 70px 15px;
  }
  .main-contact {
    padding: 40px 0 0 0;
  }
  .main-contact footer {
    padding: 40px 20px 20px 20px;
    background-color: #000;
  }
  #products .swiper-slide {
    height: 48vh;
  }
  .tabs > ul > li {
    width: 50%;
  }
  .js-video {
    right: 0;
    left: 0;
    bottom: 50%;
    margin: auto;
  }
  .b-product__content {
    height: 80%;
    right: 20px;
    left: 20px;
  }
  .b-product__half-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
  }
  .b-nav__item {
    height: 24px !important;
  }
  .b-nav-left__wrap {
    position: absolute;
    bottom: 30px;
    margin: auto;
    height: fit-content;
    right: -15px !important;
  }
  .text-info-contact {
    font-size: 20px;
    max-width: 273px;
    margin-left: auto;
    margin-right: auto;
  }
  .popup-gallery .swiper-slide img {
    max-height: 430px;
  }
  .branch-title {
    font-size: 26px;
  }
  .branch-address {
    font-size: 12px;
  }

  .branch-address a {
    font-size: 12px;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .b-company__btn {
    width: 90px;
  }
  .b-fullscreen-slide__title-case span {
    color: #fff;
  }

  .b-product__btn.btn {
    width: auto !important;
    margin: 30px auto 0 auto !important;
  }
  .box-left {
    margin-top: 0 !important;
  }
  .with-submenu > a::after {
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 15px;
    height: 13px;
    content: "";
    background: url("../images/down.svg");
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
    transition-delay: 0s, 0s;
    transition-delay: 0s, 0s;
  }

  .b-fullscreen-slide__title-case,
  .b-fullscreen-slide__title-case span,
  .b-fullscreen-slide__title-case .btn {
    opacity: 0;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
  }
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case,
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case span,
  .swiper-slide.swiper-slide-active .b-fullscreen-slide__title-case .btn {
    opacity: 1;
    -webkit-transition: 0.35s ease all;
    transition: 0.35s ease all;
    left: auto !important;
  }
  .submenu {
    display: none;
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .submenu li a {
    color: #fff;
    text-align: center;
  }

  .col-form-4 {
    width: 100%;
  }
}

.b-nav-left__counter {
  position: absolute;
  bottom: 92px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 2px;
}

.breadcrumb {
  direction: rtl;
  text-align: right;
  padding-right: 0 !important;
}
.breadcrumb li {
  display: inline-block;
  margin-left: 5px;
  color: #c7c6c6;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.breadcrumb li a {
  color: #c7c6c6;
  text-align: right;

  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}

.flex-col {
  flex-direction: column;
}
.d-flex {
  display: flex;
}
.justify-between {
  justify-content: space-between;
}
.align-items-center {
  align-items: center;
}
.mt-15 {
  margin-top: 15px;
}
.d-block {
  display: block;
}
.position-relative {
  position: relative;
}
.float-icon {
  display: flex;
  width: 295px;
  height: 38px;
  padding: 5px 26px 5px 16px;
  align-items: center;
  flex-shrink: 0;
  border-radius: 69px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  left: 140px;
  bottom: 65px;
  z-index: 1;
  justify-content: space-between;
  align-items: center;
}
.float-icon .tel-img{
  
    width: 133px;
    height: 22px;
}
.floating-download-catalog {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  border-left: 1px solid #ffffffc9;
  padding-left: 13px;
  line-height: 1.5;
  min-width: 102px;
  text-align: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.floating-_cal {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: black;
  transition: all 0.2s linear;
}
.floating-_cal:hover {
  -webkit-text-stroke-color: #ae0f0a;
}
.d-flex.flex-cal {
  gap: 7px;
  height: 36px;
  padding-top: 0px;
}
.float-icon .d-flex.flex-cal {
  
    justify-content: center;
    align-items: center;

}
.icon-down {
  display: none;
}
.floating-download-catalog:hover .text-down {
  font-size: 0 !important;
  transition: all 0.2s linear;
}
.floating-download-catalog:hover .icon-down {
  display: block;
  transition: all 0.2s linear;
}

.gap-3 {
  gap: 3px;
}
.gap-6 {
  gap: 6px;
}
.text-left {
  text-align: left;
}

.b-fullscreen-slide .slide-inner img {
  width: auto;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  will-change: transform;
}

.kenburns-zoom {
  animation: kenburnsZoom var(--kenburns-duration, 6000ms) ease-in-out forwards;
}

@keyframes kenburnsZoom {
  0% {
    transform: scale(1) translateZ(0);
  }
  100% {
    transform: scale(1.12) translateZ(0);
  }
}
video {
  width: 100% !important;
  height: 100% !important;
  overflow-clip-margin: content-box;
  overflow: clip;
  filter: unset;
  -o-object-fit: cover;
  object-fit: cover;
}
.logo-desc img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.js-video {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: capitalize;
  gap: 3px;
  z-index: 200;
}

.b-popup__close {
  display: block;
  width: 32px;
  height: 32px;
  background: url(../images/close.svg) no-repeat;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 10;
  -webkit-transition: opacity 300ms linear 450ms,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  cursor: pointer;
  -webkit-transition: opacity 300ms linear, -webkit-transform 0.3s ease-in-out;
  transition: opacity 300ms linear, transform 0.3s ease-in-out;
  transition: opacity 300ms linear, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}

.b-popup__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.b-popup__header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 48px 60px;
  z-index: 10;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.b-popup__half-section--left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms;
  transition: transform 300ms linear 450ms, -webkit-transform 300ms linear 450ms;
}
.open .b-popup__half-section {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 300ms linear;
  transition: transform 300ms linear;
  transition: transform 300ms linear, -webkit-transform 300ms linear;
}
.burger {
  width: 32px;
  height: 24px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.burger span {
  display: block;
  height: 2px;
  background: #c8c6bf;
  transform-origin: center;
  transition: all 0.4s ease;
}
.burger span:nth-child(2) {
  width: 20px;
}
.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 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
}
.menu-item {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  opacity: 0;
  transform: translateY(30px);
}
.menu-item:hover {
  color: #fff;
}
.search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 12;
  transform: translateX(100%);
  flex-direction: column;
}

.search-box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 80%;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  margin: auto;
  position: relative;
}
.search-box form {
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: 100%;
  height: 48px;
  padding: 12px 24px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #57534e;
  margin: auto;
  position: relative;
}
@media (min-width: 1400px) {
  .search-box {
    width: 100%;
    max-width: 1200px;
  }
}

.search-input {
  width: calc(100% - 30px);
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #fff;
}

.search-button {
  background-color: transparent !important;
  cursor: pointer;
  border: none !important;
  box-shadow: none;
  line-height: 1;
}
.row-breadcrumb {
  position: absolute;
  top: 130px;
  right: 0;
  z-index: 12;
  right: 100px;
  width: 80%;
  color: #fff;
}
.row-breadcrumb ul li {
  display: inline-block;
  color: #fff;
}
.row-breadcrumb ul li a {
  display: inline-block;
  color: #fff;
}
.close-search {
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: opacity 300ms linear 450ms,
    -webkit-transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out;
  transition: opacity 300ms linear 450ms, transform 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
}
.close-search:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.not-found-text {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-top: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.video-overlay,
.map-overlay,
.map-overlay2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transform: translateX(100%);
  justify-content: space-around;
}
.language-selector {
  position: relative;
  display: inline-block;
}

.language-toggle {
  cursor: pointer;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: -7px;
  background: #444;
  color: #000;
  list-style: none;
  padding: 5px 0;
  margin: 5px 0 0;
  margin-bottom: 0px;
  border-radius: 4px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 100;
  min-width: 50px;
  text-align: center;
}

.language-dropdown li {
  padding: 4px 12px;
  cursor: pointer;
}
.language-dropdown li a {
  color: #fff;
}
.language-dropdown li:hover {
  background-color: #000;
}
.b-header__left {
  position: relative;
  z-index: 1000;
}
@media (min-width: 992px) {
  .list-blog {
    width: 85%;
    margin: auto;
  }
  #products .container.b-fullscreen-slide__bottom {
    display: none !important;
  }
  .js-case-slider-mob {
    padding-right: 20% !important;
    padding-left: 2% !important;
  }

  .js-case-slider-mob .swiper-slide {
    border-right: 1px solid #fff;
  }

  .d-flex.menu-flex {
    justify-content: space-around;
    align-items: center;
    min-height: 100%;
  }
  .menu-overlay {
    padding: 0 20%;
  }
  .hidden-lg {
    display: none !important;
  }
  .language-selector {
    margin-top: 20px;
  }
  .burger {
    margin-bottom: 20px;
  }
  .b-header__wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .b-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    padding: 60px 23px;
    z-index: 200;
    border-left: 1px solid #57534e;
    background: rgba(0, 0, 0, 0.65);
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  .js-case-slider-mob .swiper-wrapper {
    display: flex !important;
  }

  .js-case-slider-mob .swiper-slide {
    flex: 1;
    transition: flex 0.4s ease, transform 0.4s ease;
    display: flex;
  }
}
@media (max-width: 991.99px) {
  .body-cat-pro {
    overflow-y: auto !important;
  }
  .social-float {
    line-height: 1;
    position: relative;
  }
  .menu-open-mobile .mob-calalog-down,
  .menu-open-mobile .b-header-search,
  .menu-open-mobile .language-selector,
  .menu-open-mobile .mob-logo,
  .menu-open-mobile .float-icon {
    display: none !important;
  }
  .logo-menu {
    margin-bottom: 40px;
  }
  .d-flex.menu-flex {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .menu-overlay {
    padding: 100px 0 50px 0;
    height: 100vh;
    overflow-y: auto;
  }
  .menu-overlay nav {
    margin-bottom: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
  .b-header__left a {
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: uppercase;
  }
  .b-header__left {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .b-header__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .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: #1e1e1ea1;
  }
  .social-menu li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    list-style: none;
  }
  .social-menu li:not(:last-child)::after {
    position: absolute;
    content: "";
    left: -21px;
    height: 24px;
    width: 1px;
    background-color: #fff;
    top: 0;
  }
  .social-menu li a img {
    filter: brightness(0) invert(1);
    transition: all 0.2s linear;
  }
  .social-menu li a:hover img {
    filter: none !important;
  }
}

.title-project {
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.lbl {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.value {
  color: #ededed;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.tabs ul {
  list-style: none;
  padding: 0;
  display: flex;
}

.social-footer li a:hover img {
  filter: none !important;
}
.tabs > ul > li {
  cursor: pointer;
  color: #57534e;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding: 14px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  line-height: 1;
  background: #000;
}
.tabs > ul > li:nth-child(1) {
  border-left: 1px solid #ededed;
}
.tabs li.active {
  color: #fff;
}

.tab-content {
  display: none;
  justify-content: center;
  flex-direction: column;
}

.tab-content.active {
  display: flex;
}
.content-tab {
  direction: rtl;
  width: 100%;
}
.title-contact {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
}
.value-contact,
.value-contact a {
  color: #fff;
  text-align: right;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
}

.container.footer {
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-map {
  position: absolute;
  top: 48%;
  left: 14%;
  z-index: 1;
  transition: all 0.2s linear;
}
.icon-map:hover {
  transform: scale(1.1);
}
.social-footer li {
  margin-left: 15px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.social-footer li a img {
  filter: brightness(0) invert(1);
  transition: all 0.2s linear;
}
.social-footer li a {
  position: relative;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}
.img-2 {
  filter: none !important;
  display: none;
}
.social-footer li a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.social-footer li:hover .img-1 {
  display: none;
  transition: all 0.2s linear;
}
.social-footer li:hover .img-2 {
  display: block;
  transition: all 0.2s linear;
}
.mt-30 {
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .project-slider .b-product__content.js-slider-product-content {
    justify-content: center !important;
  }
  #project .swiper-slide .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .fp-tableCell .swiper-slide.swiper-slide-visible.swiper-slide-fully-visible {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  .js-case-slider-mob {
    padding: 0 100px;
  }
  .js-case-slider-mob .swiper-slide {
    width: 250px;
    transition: transform 0.3s ease;
  }
  .js-case-slider-mob .swiper-slide {
    transform: scale(1);
  }
  .js-case-slider-mob .swiper-slide-visible {
    transform: scale(1.2);
    z-index: 2;
  }
}
.title-inner {
  color: #fff;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-right: 60px;
  position: relative;
}
.title-inner::after {
  width: 50px;
  height: 1px;
  background: #ededed;
  position: absolute;
  top: 18px;
  right: 0;
  content: "";
}
.info-page .breadcrumb li,
.info-page .breadcrumb li a,
.main .breadcrumb li,
.main .breadcrumb li a {
  color: #c7c6c6;
}

.line {
  width: 100%;
  height: 1px;
  background: #ededed;
}
.products-flex-container {
  display: flex;
  flex-direction: column;
}

.grid-item {
  display: flex;
  flex-direction: column;
  position: relative;
  opacity: 0;
  transform: translatey(-15px);
  transition: opacity 1s ease, transform 1s ease;
  border-radius: 8px;
  margin-bottom: 50px;
}
.grid-item.is-loaded {
  opacity: 1;
  transform: translatey(0);
}
.pro-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 5px;
  position: relative;
  display: block;
  -webkit-transition: transform 0.4s;
  -moz-transition: transform 0.4s;
  -o-transition: transform 0.4s;
  -ms-transition: transform 0.4s;
  transition: transform 0.4s;
  margin: 0;
}
.pro-name::before {
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.grid-item:hover .pro-name {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.item-name {
  display: block;
  line-height: 15px;
  overflow: hidden;
  background-color: #1e1e1e;
  margin-top: 5px;
  border-radius: 0 0 8px 8px;
  position: relative;
}
.item-name.d-flex svg {
  position: absolute;
  left: 0;
  top: 0;
}
.grid-item::before,
.grid-item::after {
  pointer-events: none;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  content: "";
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  border-radius: 8px;
}

.grid-item::before {
  border-top: 1px solid #fff !important;
  border-bottom: 1px solid #fff !important;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}
.grid-item::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
}
.grid-item:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.grid-item:hover::after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.grid-item a {
  position: relative;
  background-color: #1e1e1e;
  padding: 10px;
}
.img-pro {
  height: 308px;
  border-radius: 8px;
  overflow: hidden;
}
.img-pro img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -moz-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -ms-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
}
.grid-item:hover .img-pro img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.d-flex.nama-site {
  color: #fafafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.view-toggle button.active svg rect {
  fill: #fff !important;
}
@media screen and (min-width: 991px) and (max-width: 1199.99px) {
  .img-pro {
    height: 238px;
  }
}
.item-cat {
  height: 350px;
  border-bottom: 1px solid #c7c6c6;
  margin-bottom: 7px;
  position: relative;
  display: block;
}

.item-cat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cat-name {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  display: flex;
  color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.45) 100%
  );
}
.en-name {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
}
.fa-name {
  color: #fff;
  font-size: 16px;
}
.list-cat {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.list-cat.is-loaded {
  opacity: 1;
  transform: translateY(0);
}
.desc-pro ul {
  padding-right: 20px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .main-title-event {
    margin-top: 7rem;
  }
  .swiper-pagination.swiper-pagination2 {
    bottom: 20px;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.gallery-product {
  overflow: hidden;
}
.gallery-product img,
.fancybox__content img {
  border-radius: 8px;
}
.js-next-slide-pro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/top-arrow.png) no-repeat;
  width: 21px;
  height: 11px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}
.js-prev-slide-pro::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/buttom-arrow.png) no-repeat;
  width: 21px;
  height: 11px;
  -webkit-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

.gallery-controls .swiper-pagination {
  text-align: left;
  position: absolute;
  left: -12px !important;
  top: 42% !important;
  width: 50px;
  height: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  gap: 5px;
}
.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
}
.gallery-controls .swiper-pagination-bullet {
  width: 20px;
  height: 1px;
}
.swiper-pagination-bullet-active {
  background: #b11116 !important;
}
.gallery-controls .swiper-pagination-bullet-active {
  width: 40px;
  height: 1px;
  background: #b11116 !important;
}
.js-prev-slide-pro,
.js-next-slide-pro {
  cursor: pointer;
  font-size: 24px;
  user-select: none;
}

.share-btn {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}
.share-items {
  position: absolute;
  gap: 12px;
  border-radius: 4px;
  background: #000;
  z-index: 10;
  width: 250px;
  color: #fff;
  text-align: center;
  display: none;
  left: 35px;
  top: 0;
  border: 1px solid #959595;
}
.share-items a {
  display: inline-flex;
  padding: 5px 8px;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  align-items: center;
}
.show-size,
.show-order {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 210px;
  padding: 11px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 69px;
  border: 1px solid #c7c6c6;
  display: inline-block;
  cursor: pointer;
  background-color: #000;
}
.order-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.897);
  align-items: center;
  justify-content: center;
  z-index: 1000;
  transform: translateX(100%);
  justify-content: space-around;
}
.close-order {
  position: absolute;
  top: 10%;
  right: 10%;
  z-index: 111;
  cursor: pointer;
}
.size-wrapper {
  overflow: hidden;
  width: 50%;
  margin: auto;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-width: 2px;
  border-color: #a90200 !important;
}
.fancybox__nav button.is-prev,
.fancybox__nav button.is-next {
  border: 1px solid #fff;
}
.frm-order {
  display: flex;

  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  background: #0c0c0c;
  direction: rtl;
}
.submit-btn {
  background: #0c0c0c;
}
.lbl-form {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.frm-order input[type="text"],
.frm-comment input[type="text"] {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #57534e;
  background-color: transparent;
  color: #fff;
  padding: 0 10px;
}
.order-content {
  margin-top: 100px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  height: 100vh;
  overflow-y: auto;
  direction: ltr;
}
@media screen and (min-width: 768px) {
  .order-content {
    margin-right: -35px;
  }
  .frm-order {
    width: 794px;
    padding: 60px;
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .inner-main-blog {
    padding: 30px 80px 20px 0;
  }
  .container-blog {
    padding: 30px 40px 20px 50px;
  }
  .list-blog {
    gap: 100px;
  }
  .list-blog li {
    flex: 0 0 calc(49% - 50px);
  }
  .img-event {
    height: 600px;
  }
  .img-event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .js-next-slide-pro {
    width: 21px;
    height: 11px;
    position: absolute;
    top: 38%;
    left: 0;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: 11;
    cursor: pointer;
  }
  .js-prev-slide-pro {
    width: 21px;
    height: 11px;
    position: absolute;
    top: 60%;
    left: 0;
    right: auto;
    bottom: auto;
    margin: auto;
    z-index: 11;
    cursor: pointer;
  }
  .gallery-controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -50px;
  }
  .flex-md {
    display: flex;
  }
  .share-wrapper {
    position: absolute;
    top: 0;
    left: -40px;
  }
}
.code-flex {
  width: calc(100% - 140px);
  margin-left: 10px;
  display: flex;
  height: 48px;

  align-items: center;
  gap: 26px;
  flex-shrink: 0;
  border-radius: 8px;
  background: #0c0c0c;
}
.btn-send {
  display: flex;
  width: 156px;
  padding: 11px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 69px;
  border: 1px solid #c7c6c6;
  cursor: pointer;
  box-shadow: none !important;
  background-color: transparent !important;
  color: #fff;
  height: 44px;
}
.refresh {
  width: 30px;
  height: 30px;
  box-shadow: none !important;
  border: none;
  background: transparent !important;
  cursor: pointer;
}
.capcha {
  width: 140px;
  height: 44px;
}
.capcha img {
  width: 100%;
  object-fit: fill;
  height: 100%;
}
.message {
  display: block !important;
  height: 105px !important;
  padding: 7px 15px;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #57534e;
}
.input-error {
  background-color: rgba(239, 110, 89, 0.2) !important;
}

.form-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

.form-popup-content {
  display: flex;
  max-width: 473px;
  padding: 7px 45px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  color: #fff;
  text-align: center;
  width: 90%;
}
.popup-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}
.form-popup-content.success {
  background: linear-gradient(90deg, #02aa24 0%, #16ca07 100%);
}
.form-popup-content.error {
  background: #ef6e59;
}
.btn-inner {
  position: relative;
  cursor: pointer;
}
.btn-inner::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.4s;
}
.btn-inner:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
  background-color: #fff;
}
.btn-inner:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.product-image-wrapper {
  position: relative;
  width: 100%;
}

.product-image-wrapper img {
  width: 100%;
  display: block;
}
.hotspot {
  position: absolute;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 42px;
  background: var(--00000080, rgba(0, 0, 0, 0.8));
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.hotspot:hover {
  transform: scale(1.4);
  box-shadow: 0 0 15px #ae100bb0;
}

.hotspot-info {
  position: absolute;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 11px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  max-width: 250px;
  flex-direction: column;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 10;
}

.hotspot-info.show {
  display: inline-flex;
  opacity: 1;
  transform: translateY(0);
}

.hotspot-info .info-content {
  display: flex;
  gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hotspot-info img.info-img {
  width: 108px;
  height: 108px;
  object-fit: cover;
}

.hotspot-info .info-text h4 {
  margin: 0 0 5px;
  font-size: 16px;
  color: #333;
}

.hotspot-info .info-text p {
  margin: 0;
  align-self: stretch;
  color: #fff;
  text-align: justify;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hotspot-info .close-btn {
  position: absolute;
  top: 10px;
  left: -2px;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  font-weight: 300;
}
.related-product-title {
  flex-shrink: 0;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.swiper-button-disabled {
  opacity: 0.6;
}
.related-product-carousel,
.related-project-carousel {
  overflow: hidden;
}
.arrow-related-slide {
  position: absolute;
  left: 60px;
  top: 0;
}
.proj-name {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  margin-top: 10px;
}
.proj-name::before {
  width: 7px;
  height: 7px;
  background-color: #fff;
  content: "";
  display: inline-block;
  border-radius: 100%;
  margin-left: 5px;
}
.img-proj {
  height: 290px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
}
.img-proj img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.5s ease;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -moz-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -ms-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
}
.proj-carousel .swiper-slide:hover .img-proj img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.title-text-comment {
  align-self: stretch;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-comment {
  display: flex;
  justify-content: center;
  align-items: center;
}
.com-n-user {
  align-self: stretch;
  color: #fff;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.com-tex {
  align-self: stretch;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.comment-swiper {
  overflow: hidden;
}
.title-form-order {
  flex-shrink: 0;
  color: #fff;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.frm-comment .code-flex {
  background-color: transparent !important;
}
.return-btn {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  padding: 11px 35px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 69px;
  border: 1px solid #c7c6c6;
}
.d-block.text-center.error-message.mt-20 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
}

.event-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider_main,
.slider_main_catalog {
  position: relative;
  padding-bottom: 56px;
  transition: transform 0.9s ease;
}
.slider_main.intro {
  overflow: hidden;
  transform: translateX(-22vw);
}
.slider_main_catalog.intro {
  overflow: hidden;
  transform: translateX(-22vw);
}
.slider_main.ready {
  overflow: visible;
  transform: none;
}

.product_cat .slider__item {
  display: block;
  opacity: 0;
  transition: opacity 0.6s ease;
}
.product_cat .swiper-slide {
  position: relative;
  overflow: hidden;
}

.slider_main .swiper-slide,
.slider_main_catalog .swiper-slide {
  overflow: hidden;
  transform: none;
  transition: transform 0.9s ease, opacity 0.9s ease;
  will-change: transform, opacity;
}

.slider_main.intro .swiper-slide:nth-child(1) {
  transform: translate3d(67vw, 11vh, 0) rotate(-6deg);
  z-index: 77;
}
.slider_main.intro .swiper-slide:nth-child(2) {
  transform: translate3d(37vw, -10vh, 0) rotate(-6deg);
  z-index: 60;
}
.slider_main.intro .swiper-slide:nth-child(3) {
  transform: translate3d(87vw, 4vh, 0) rotate(-2deg);
  z-index: 50;
}
.slider_main.intro .swiper-slide:nth-child(4) {
  transform: translate3d(95vw, 2vh, 0) rotate(3deg);
  z-index: 40;
}
.slider_main_catalog.intro .swiper-slide:nth-child(1) {
  transform: translate3d(67vw, 11vh, 0) rotate(-6deg);
  z-index: 77;
}
.slider_main_catalog.intro .swiper-slide:nth-child(2) {
  transform: translate3d(37vw, -10vh, 0) rotate(-6deg);
  z-index: 60;
}
.slider_main_catalog.intro .swiper-slide:nth-child(3) {
  transform: translate3d(87vw, 4vh, 0) rotate(-2deg);
  z-index: 50;
}
body.true .slider_main .swiper-slide,
body.true .slider_main_catalog .swiper-slide {
  transform: none;
}
body.true .slider_main .swiper-slide:nth-child(1) {
  transition-delay: 0s;
}
body.true .slider_main .swiper-slide:nth-child(2) {
  transition-delay: 0.15s;
}
body.true .slider_main .swiper-slide:nth-child(3) {
  transition-delay: 0.3s;
}
body.true .slider_main .swiper-slide:nth-child(4) {
  transition-delay: 0.45s;
}
body.true .slider_main_catalog .swiper-slide:nth-child(1) {
  transition-delay: 0s;
}
body.true .slider_main_catalog .swiper-slide:nth-child(2) {
  transition-delay: 0.15s;
}
body.true .slider_main_catalog .swiper-slide:nth-child(3) {
  transition-delay: 0.3s;
}
body.true .slider__item {
  opacity: 1;
}
body.true .swiper-slide:nth-child(1) .slider__item {
  transition-delay: 0.05s;
}
body.true .swiper-slide:nth-child(2) .slider__item {
  transition-delay: 0.2s;
}
body.true .swiper-slide:nth-child(3) .slider__item {
  transition-delay: 0.35s;
}
body.true .swiper-slide:nth-child(4) .slider__item {
  transition-delay: 0.5s;
}

.slider_main > .swiper-pagination.swiper-pagination-progressbar,
.slider_main_proj > .swiper-pagination.swiper-pagination-progressbar,
.slider_main_catalog > .swiper-pagination.swiper-pagination-progressbar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: auto;
  width: 70%;
  height: 3px;
  margin: 0 auto;
  background: #1a1a1a;
  border-radius: 4px;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #c61a1a;
}

@media (max-width: 767.99px) {
  .close-order {
    top: 4% !important;
    right: 8% !important;
  }
  .frm-order {
    width: 100%;
    padding: 40px;
  }
  .list-blog {
    gap: 20px;
  }
  .list-blog li {
    flex: 0 0 100%;
  }
  .slider_main.intro {
    transform: translateX(-12vw);
  }
}
.slider__item {
  border: 1px solid #57534e;
  border-radius: 8px;
  padding: 10px;
}
.slider__item:hover .pro-name,
.projects-hero:hover .pro-name {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.slider__item::before {
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  content: attr(data-hover);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.event-img {
  overflow: hidden;
}
.event-img img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -moz-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -ms-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
}
.slider__item:hover .event-img img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.layer-event {
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  flex-shrink: 0;
  padding: 20px;
  border-radius: 75px 0 0 75px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.text-right {
  text-align: right;
}
.slider_main_proj .swiper-slide {
  width: auto !important;
  flex-shrink: 0;
}

.slider_main_proj .img-show-proj img {
  display: block;
  height: auto;
  width: auto;
  max-height: 70vh;
}
.layer-proj {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slider_main_proj .swiper-wrapper {
  padding-bottom: 25px;
}
.slider_main_proj .lbl {
  font-size: 14px;
}
.slider_main_proj .value {
  text-align: justify;
}
.location-nav {
  width: 90%;
  padding: 13px 55px 13px 54px;
  justify-content: center;
  align-items: center;
  border-radius: 69px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, 0.45);
  justify-content: space-between;
  align-items: center;
}
.location-nav a {
  display: flex;
  position: relative;
}
.location-nav a:not(:last-child)::after {
  width: 1px;
  height: 27px;
  background: #fff;
  position: absolute;
  content: "";
  top: 4px;
  left: -44px;
}
.map-icon,
.map-icon2 {
  cursor: pointer;
}
.main-contact .accordion {
  margin: 50px auto;
}
.main-contact .accordion-header {
  padding: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px 8px 0 0;
  border: 1px solid #231f20;
  background: #231f20;
  margin-top: 20px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-contact .accordion-content {
  display: none;
  overflow: hidden;
  padding: 15px;
  background: #231f20;
  border-radius: 0 0 8px 8px;
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.branch-name {
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.cal {
  color: #fff;
}
.accordion-content p {
  margin: 10px 0;
}
.loc-branch span {
  display: inline-block;
  margin-left: 10px;
}
.accordion-content .list-accordion:not(:last-child) {
  border-bottom: 1px solid #c7c6c6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.list-accordion:hover .branch-name {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ad0d09;
  color: #ad0d09;
  transition: all 0.2s linear;
}
.list-accordion:hover {
  cursor: pointer;
}
.blog-date {
  align-self: stretch;
  color: #fff;
  text-align: right;
  margin-bottom: 10px;

  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blog-title {
  align-self: stretch;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.blog-desc {
  align-self: stretch;
  color: #ffffffeb;
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 15px;
}
.list-blog {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.list-blog li {
  list-style: none;
  padding-top: 20px;
}
.list-blog li {
  opacity: 0;
  transform: translateY(40px);
  --line-scale: 0;
  position: relative;
}

.img-blog-list {
  height: 310px;
  border-radius: 8px;
  overflow: hidden;
}
.img-blog-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -moz-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -o-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  -ms-transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
  transition: all 0.8s cubic-bezier(0.76, 0.015, 0.41, 1);
}
.list-blog li:hover .img-blog-list img,
.related-product-carousel .swiper-slide:hover .img-blog-list img {
  -webkit-transform: scale(1.08, 1.08);
  -moz-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  -ms-transform: scale(1.08, 1.08);
  transform: scale(1.08, 1.08);
}
.return-back {
  display: flex;
  width: 100%;
  padding: 10px;
  align-items: center;
  background: #1e1e1e;
  display: flex;
  justify-content: flex-end;
}
.return-back a {
  display: flex;
  align-items: center;
  gap: 25px;
  color: #fff;
}
.main-title-blog {
  color: #fff;
  text-align: right;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.flex-date {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: lowercase;
  justify-content: space-between;
  align-items: center;
}
.share-wrapper.position-relative {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.text {
  text-align: justify;
  font-size: 14px;
  color: #ffffffc4;
}

.related-gallery-carousel .swiper-slide {
  width: auto !important;
  flex: 0 0 auto;
}

.related-gallery-carousel .rel-img {
  display: block;
  width: auto;
  height: auto;
  max-height: 260px;
}
.vector-gallery {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.2s linear;
}
.related-gallery-carousel .swiper-slide:hover .vector-gallery {
  opacity: 1;
}
.swiper-pagination.swiper-pagination2 {
  top: auto !important;
}
.related-product-carousel .blog-date {
  border-top: 1px solid #fff;
  padding-top: 5px;
}
.title-fq {
  width: 100%;
  flex-shrink: 0;
  color: #fff;
  text-align: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.related-product-carousel .swiper-slide a {
  display: block;
}
.faq {
  margin-top: 24px;
}
.faq-title {
  margin: 0 0 12px;
  color: #fff;
  font-weight: 600;
}

.faq-item {
  border-bottom: 1px solid #c7c6c6c2;
}

.faq-q {
  width: 100%;
  text-align: right;
  padding: 16px 0px 16px 44px;
  background: transparent;
  color: #e9e9e9;
  border: 0;
  outline: 0;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
}

.faq-q::before,
.faq-q::after {
  content: "";
  position: absolute;
  inset-inline-end: 16px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #e9e9e9;
  transform: translateY(-50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.faq-q::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-q[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0.6;
}

.faq-a {
  display: none;
  padding: 0 16px 16px 16px;
  color: #bfbfbf;
  line-height: 1.9;
  font-size: 14px;
}

.faq-item.is-open .faq-q {
  color: #fff;
}
.faq-item.is-open .faq-a {
  display: block;
}

.projects-hero {
  position: relative;
}
.hero-bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: #000;
}
.bg-layer {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;

  
    filter: brightness(0.4) contrast(1.05);

  opacity: 0;
}

.projects-hero .proj-swiper {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-right: 80px;
}

.projects-hero .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
  backdrop-filter: blur(2px);
  transition: transform 0.3s ease, filter 0.3s ease, background 0.3s ease;
}

.projects-hero .swiper-wrapper {
  align-items: center;
}

.projects-hero .swiper-slide img {
  display: block;
  height: 290px;
  width: 462px;
  border-radius: 8px;
  object-fit: cover;
}
.projects-hero .swiper-slide{

  width: 462px;
}

.projects-hero .swiper-slide:not(:hover) img {
  filter: grayscale(1) opacity(0.8);
}
.project-name {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.img-project {
  border-radius: 8px;
  overflow: hidden;
  height: 220px;
}
.img-project img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-project li {
  list-style: none;
  display: block;
  margin-bottom: 40px;
  opacity: 0;
  transform: translateX(60px);
}
.list-project li a {
  display: block;
}
.list-project li .project-name {
  margin-top: 10px;
}
.arc-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  perspective: 1200px;
}

.arc-swiper {
  width: min(600px, 92vw);
  overflow: visible;
  perspective: 1200px;
}

.arc-swiper .swiper-slide {
  width: auto;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  filter: grayscale(1) brightness(0.8);
  transition: filter 0.25s ease;

  opacity: 0;
}
.slide-inner {
  position: relative;
}
.slide-caption {
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none;

  transition: all 0.4s ease;
}

.slide-caption h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.slide-caption p {
  margin: 5px 0 0;
  font-size: 14px;
}


.arc-swiper .swiper-slide:hover .slide-inner {
  transform: scale(1.2, 1.2);
  transition: all 1000ms;
  z-index: 88;
  position: relative;
}

.arc-swiper .swiper-slide:hover .slide-caption {
  display: block;
}
.arc-swiper .swiper-slide img {
  height:100%;
  width: 100%;
  display: block;
  object-fit: contain;
  will-change: transform, filter;
    border-radius: 8px;
}
.arc-img{
  width: 158px;
  height: 300px;
  border-radius: 8px;
  background-color: #fff;
  overflow: hidden;

}
.arc-swiper .swiper-slide:hover {
  filter: grayscale(0.1) brightness(1);
}


.arc-pagination {
  position: absolute;
  left: 0 !important;
  right: 0;
  margin: auto;
  justify-content: center;
  bottom: -40px !important;
  display: flex;
  gap: 10px;
}
.arc-pagination .swiper-pagination-bullet {
  width: 1.5px;
  height: 22px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  opacity: 1;
  transition: transform 0.25s, background 0.25s;
}
.arc-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.85);
  transform: scaleX(1.2);
}

.list-honors {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  padding: 0 14px;
}

.list-honors .honor-item {
  position: relative;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 10px;
  height: 300px;
  opacity: 0;
  transform: translateY(24px);
  filter: grayscale(1) brightness(0.9);
}
.list-honors .img-project {
  height: 100%;
}
.list-honors .img-project img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-plus {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 20px;
  font-size: 20px;
  cursor: pointer;
}

.honor-sheet {
  position: fixed;
  inset: 0;
  display: none;
  align-items: flex-end;
  justify-content: center;
  background: rgba(0, 0, 0, 0.35);
  z-index: 999;
  bottom: 50px;
}

.honor-sheet .sheet-inner {
  width: min(360px, 92vw);
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin: 0 0 16px 0;
  padding: 12px 12px 16px;
  position: relative;
  display: flex;
  gap: 12px;
}

.honor-sheet .sheet-media img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  background: #0f0f0f;
  border-radius: 8px;
}

.honor-sheet h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 15px;
}
.honor-sheet p {
  margin: 0;
  color: #cfcfcf;
  font-size: 13px;
  line-height: 1.7;
}

.sheet-close {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
  font-size: 16px;
  z-index: 20;
  top: 8px;
  line-height: 20px;
  cursor: pointer;
}
.animate-text {
  opacity: 0;
  transform: translateY(100%);
  position: relative;

}
.desc-pro .animate-text{
  padding-right: 7px;
}
.desc-pro .animate-text::before{
position: absolute;
  right: -4px;
  top: 11px;
  content: '';
  background-color: #fff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.slide-info{
  display: none;
  min-height: 80px;
  text-align: center;
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: uppercase;
margin-top: 15px;
}
.slide-info h3,.slide-info p{
  color: #FFF;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: normal;
text-transform: uppercase;
}

.arc-swiper .swiper-slide:hover {
  flex: 0 0 300px;
}
.arc-swiper .swiper-slide:hover{
  margin-top: -30px;
}
.arc-swiper .swiper-slide:hover{
transition: all 0.2s linear;
  transform: scale(1.1,1.2) !important;
}
.arc-swiper .swiper-slide:hover .slide-info{
  display: block;

}
.arc-swiper .swiper-slide{
  min-height: 400px;
}
.arc-swiper .swiper-slide:hover .arc-img{
  width: 100%;
}
  .swiper-slide:hover  .b-fullscreen-slide__title-case {
        background: rgba(0, 0, 0, 0.1);
    }
@media (max-width: 767.99px) {
    .menu-item {
   
    margin: 0 auto !important;
    padding: 0 !important;
}
}


@media (max-width: 767.99px) {
.breadcrumb {

margin-right: 8px;
}
}
.icon-map {

    display: none;
}










