* {
  border: none;
  margin: 0;
  padding: 0;
  outline: none !important;
}

ul,
p {
  margin-bottom: 0 !important;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #111;
  direction: rtl;
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  text-decoration: none !important;
}
@font-face {
  font-family: "IRANSans";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/eot/IRANSansWeb_Black.eot");
  src: url("../fonts/eot/IRANSansWeb_Black.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/woff2/IRANSansWeb_Black.woff2") format("woff2"),
    url("../fonts/woff/IRANSansWeb_Black.woff") format("woff"),
    url("../fonts/ttf/IRANSansWeb_Black.ttf") format("truetype");
}
@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: 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: "graphik-arabic";
  font-style: normal;
  src: url("../fonts/graphik-arabic-bold.woff2");
}
body {
  direction: rtl !important;
  font-family: "IRANSans";
  font-weight: normal;
  font-size: 13px;
  line-height: 2;
  position: relative;
  overflow-x: hidden;
  background-color: #111111;
  color: #fff;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.c-navi-new-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.c-navi-new-list li {
  list-style: none;
  position: relative;
  line-height: 3;
}
.c-navi-new-list__category-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  list-style: none;
  width: 100%;
  align-items: center;
}
.c-navi-new-list li {
  list-style: none;
  position: relative;
  line-height: 3;
}
.c-navi-new-list__category-item > li {
  margin-left: 25px;
}
.main-menu a,
.main-menu {
  color: #c2c2c2;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s linear;
}
.main-menu a:hover,
.main-menu:hover {
  color: #51c3c3;
}
.has-sub > ul {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 380;
  margin-left: 0;
  background-color: #161616;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  padding-right: 0 !important;
  width: 200px;
}
.has-sub:hover > ul {
  visibility: visible;
  opacity: 1;
  transform: none !important;
  pointer-events: visible;
  pointer-events: unset;
}
.has-sub > ul li:not(:last-child) {
  border-bottom: 1px solid rgba(57, 53, 53, 0.53);
}
.nav-link {
  font-size: 14px !important;
  color: #fff;
  padding: 12px 18px;
  font-weight: 600;
  line-height: 1.8;
  display: block;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.c-navi-new-list__category-item .has-sub:hover > ul li:hover > a {
  background-color: #51c3c3;
  color: #fff;
}
.c-navi-new-list__category-item i {
  vertical-align: middle;
  font-size: 10px;
}
.has-sub:hover > ul li .far.fa-chevron-left {
  position: absolute;
  left: 14px;
  font-size: 12px;
  top: 19px;
}
.has-sub:hover > ul > li > ul {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 380;
  margin-left: 0;
  background-color: #000;
  background-position: bottom left;
  background-clip: border-box;
  background-repeat: no-repeat;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  text-align: right;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    visibility 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translateY(15px) translateZ(0);
  pointer-events: none;
  width: 220px;
}
.has-sub:hover > ul > li:hover > ul {
  visibility: visible;
  pointer-events: visible;
  pointer-events: unset;
  opacity: 1;
}
.online-shop {
  color: #252525;
  background-color: rgb(81, 195, 195);
  box-shadow: 0px 0px 18.27px 2.73px rgba(81, 195, 195, 0.47);
  height: 35px;
  border-radius: 999px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s linear;
}
.online-shop:hover {
  color: rgb(81, 195, 195);
  background-color: #252525;
}
.header {
  background-color: rgb(22, 22, 22);
  box-shadow: 1.133px -12.951px 87.4px 4.6px rgba(0, 0, 0, 0.94);
  padding-top: 25px;
  padding-bottom: 25px;
}
.slide-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-yellow {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  background: radial-gradient(
    circle,
    rgba(81, 195, 195, 0.35) 0%,
    rgba(81, 195, 195, 0) 70%
  );

  pointer-events: none;
  filter: blur(60px);
  border-radius: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease-out;
}

.content-layer {
  position: relative;
  z-index: 2;
  width: 100%;
}

.slide-image img {
  max-width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-image img.loaded {
  opacity: 1;
  transform: translateY(0);
}

.slide-text h1 {
  font-size: 20px;
  margin-bottom: 1rem;
  color: #c2c2c2;
}

.slide-text p {
  line-height: 2;
  color: #c2c2c2;
}
.fa-subtitle {
  font-size: 23px !important;
}
.fa-details {
  font-weight: 300;
  font-size: 23px !important;
}
.slide-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.slide-text.visible {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1500px;
  }
}
.link-slide a {
  border: 1px solid #808080;
  padding: 5px 25px;
  border-radius: 999px;
  display: inline-block;
  color: #c2c2c2;
  transition: all 0.3s linear;
}
.link-slide a:hover {
  background-color: #51c3c3;
  border-color: #51c3c3;
  color: #111;
}
.link-slide a i {
  vertical-align: middle;
  margin-right: 5px;
}
.vector-slide {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 1;
}
.slide-image img {
  filter: brightness(65%) grayscale(0%);
  transition: all 0.5s linear;
  transform: translate(9.405px, 0);
}
.slide-image:hover img {
  filter: brightness(100%) grayscale(0%);
  transform: translate(0, -3.6px);
}
.circle-container {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 30px;
  bottom: 20px;
  cursor: pointer;
}

.rotating-circle {
  width: 100%;
  height: 100%;
  animation: rotateCircle 10s linear infinite;
}

.rotating-circle img {
  width: 100%;
  height: auto;
  display: block;
}

.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 22px;
  color: white;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 2;
}

.circle-container:hover .arrow {
  animation: bounceArrow 0.8s infinite;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes bounceArrow {
  0%,
  100% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-50%, -65%);
  }
}
.img-slice {
  background: url("../images/slices.png") no-repeat;
}
.arrow {
  background-position: 0 -3px;
  width: 21px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}
.step-section {
  background-color: #161616;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.main-title-section {
  font-weight: 600;
  font-size: 20px;
}
.sub-title-section {
  font-size: 20px;
  font-weight: 300;
}
.vector-icon {
  margin-top: -90px;
  position: relative;
}
.flex-step {
  align-items: center;
  width: 100%;
  border: 1px solid #4db7b7;
  border-radius: 999px;
  transition: all 0.3s linear;
}
.flex-step:hover .flex-inner-step {
  background-color: #4db7b7;
}
.flex-inner-step {
  padding: 10px 10px 10px 25px;
  border-radius: 999px;
  position: relative;
  border-right: 7px solid #51c3c3;
  transition: all 0.3s linear;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.count-step {
  display: inline-block;
  width: 51px;
  height: 52px;
  border-radius: 50%;
  background-color: rgb(81, 195, 195);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.flex-step:hover .count-step {
  background-color: #161616;
}
.text-step {
  width: calc(100% - 51px);
  margin-right: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.cat-name {
  color: rgb(194, 194, 194);
  font-weight: bold;
  font-size: 16px;
  position: relative;
  z-index: 1;
}
.img-cat {
  overflow: hidden;
  height: 166px;
  position: relative;
  z-index: 1;
}
.img-cat img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box-cat:hover .cat-name {
  color: #51c3c3;
}
.box-cat {
  position: relative;
}
.box-cat::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  background: radial-gradient(
    circle,
    rgba(31, 151, 151, 0.65) 0%,
    rgba(14, 112, 112, 0) 90%
  );
  pointer-events: none;
  filter: blur(60px);
  border-radius: 50%;
  z-index: 0;
  transition: all 0.15s ease-out;
}
.box-cat:hover::after {
  width: 100%;
  height: 100%;
}
.title-footer {
  color: #51c3c3;
  font-weight: 500;
  margin-bottom: 10px;
}
.footer-info,
.footer-info a {
  font-weight: 300;
  color: #fff !important;
  transition: all 0.2s linear;
}
.list-footer li {
  list-style: none;
  transition: all 0.2s linear;
}
.list-footer li:hover a {
  color: #51c3c3;
}
.footer-info a:hover {
  color: #51c3c3;
}
.list-footer li a {
  color: #fff;
  font-weight: 300;
}
@media screen and (min-width: 992px) {
  .c-navi-new-list {
    align-items: center;
  }
  .row.footer-content .col-md-3 {
    display: grid;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .menu__image-parallax {
  min-height: 400px;
}
  .slide-text p {
    font-size: 14px;
  }
  .product-section {
    height: 100vh;
  }
  .product-section .slide-text {
    width: 45%;
  }

  .product-section .slide-image2 {
    width: 45%;
  }
  .slide-content img {
    position: relative;
    z-index: 1;
    margin-bottom: -50px;
  }
  .blog-section {
    padding-top: 7rem;
  }
  .links-slide {
    text-align: right;
  }
  .content-info-slide {
    text-align: left;
    padding-left: 10%;
  }
  .slide-wrapper {
    height: calc(100vh - 82px);
  }
  .online-shop {
    width: 135px;
  }
  .namad li {
    margin-right: 20px;
  }
}
.sotial-footer ul li {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border-radius: 100%;
  overflow: hidden;
}

.sotial-footer a {
  display: block;
  padding: 0;
  border-radius: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 9;
}
.sotial-footer a .flip {
  -webkit-transform: translateZ(19px);
  transform: translateZ(19px);
}
.sotial-footer a span {
  padding: 0;
  display: block;
}
.sotial-footer a .flop {
  display: block;
  -webkit-transform: rotateX(-90deg) translateZ(-19px);
  transform: rotateX(-90deg) translateZ(-19px);
}

.sotial-footer a:hover {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
}
.sotial-footer a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.sotial-footer ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
}
.sotial-footer img {
  object-fit: contain;
}
.title-social {
  color: #dadada;
}
.footer-bottom {
  border-top: 1px solid #303030;
  padding-top: 30px;
}
.namad li {
  display: inline-block;
  vertical-align: middle;
}
.namad li {
  background-color: #1c1c1c;
  padding: 10px;
  border-radius: 7px;
}
.copy-n {
  color: #999;
  font-weight: 300;
  font-size: 12px;
}
.copy-n .bld {
  color: #fff;
  font-weight: 300;
}
.copy-f {
  font-size: 14px;
}
.owl-send .item a {
  border: 1px solid #5c5c5c;
  border-radius: 999px 999px 0 0;
  padding: 20px;
}
.img-service {
  height: 74px;
  overflow: hidden;
}
.img-service img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  max-width: 100px !important;
  margin: auto;
}
.owl-send .item:hover .img-service img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.title-service {
  color: #fff;
  margin-bottom: 20px;
}
.service-section {
  overflow: hidden;
}
.service-section::after {
  position: absolute;
  bottom: -50%;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  background: url("../images/layer-service.png") no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 351px;
}
.owl-send {
  position: relative;
  z-index: 2;
}
.img-blog {
  position: relative;
  border-radius: 999px 999px 0 0;
  display: block;
  overflow: hidden;
}
.img-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 999px 999px 0 0;
  transition: all 0.4s;
}
.owl-blog .item:hover .img-blog img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.title-blog {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  line-height: 1.5;
  color: #ffffffe1;
  margin: 0;
  font-weight: 300;
  border-radius: 999px 999px 0 0;
  background-image: -moz-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
.main-title-blog {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.show-archive {
  color: #c2c2c2;
  transition: all 0.2s linear;
}
.show-archive:hover {
  color: #51c3c3;
}
.show-archive i {
  vertical-align: middle;
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .title-blog {
    font-size: 16px;
    padding: 20px 30px;
  }
  .img-blog {
    height: 390px;
  }
  .img-service {
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

.search-wrapper {
  width: 100%;
  background: #161616;
  padding: 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 20;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
#searchIcon {
  vertical-align: middle;
  cursor: pointer;
  color: #c2c2c2;
}
.search-input {
  padding: 6px 10px;
  font-size: 15px;
  border-radius: 4px;
  border: none;
  background: rgba(45, 45, 45, 0.95);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .search-input {
    width: 60%;
  }
}
@media screen and (max-width: 767.99px) {

.bg-namad {
  background-color: #111111;
}

   .menu__image-parallax {
  min-height: 298px;
}
  #slideArea {
    padding-bottom: 100px !important;
  }
  .slide-text p {
    font-size: 13px;
    text-align: justify;
  }
  .logo-slide,
  .slide-text h1,
  .link-slide {
    text-align: center;
  }
  .menu__image-parallax {
    background-size: 50% !important;
  }
  .mt-xs-15 {
    margin-top: 15px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .product-section .slide-text.from-right.ps-md-5 {
    padding-right: 20px;
  }
  .product-section {
    min-height: 100vh;
  }
  .product-section .slide-text {
    width: 100%;
  }
  .product-section .content-info-slide {
    padding: 0 20px !important;
  }
  .product-section .slide-image2 {
    width: 100%;
  }
  .product-section .slide-content {
    flex-direction: column;
  }
  .links-slide {
    text-align: center;
  }
  .title-blog {
    font-size: 14px;
    padding: 20px;
  }
  .img-blog {
    height: 280px;
  }
  .img-service {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .copy-f,
  .copy-n {
    text-align: center;
    font-size: 10px;
  }
  .namad {
    text-align: center;
    margin-bottom: 17px !important;
  }
  .overlay-yellow {
    display: none !important;
  }
  .online-shop {
    width: 100px;
  }
  .search-input {
    width: 100%;
  }
}
@media screen and (max-width: 991.99px) {
  .panel-menu {
    width: 300px;
    background-color: #161616 !important;
    position: fixed;
    height: 100vh;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
  }

  .close-li {
    background-color: rgb(81, 195, 195) !important;
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-right: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgb(81, 195, 195);
    color: #000 !important;
  }

  .subPanel {
    width: 300px;
    background-color: #161616 !important;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -300px;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    transition: ease 0.5s;
    z-index: 999999 !important;
    display: block !important;
    padding-right: 0 !important;
  }

  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
  }

  #panel-menu ul {
    padding-right: 0 !important;
    max-height: 100vh;
    overflow-y: auto;
  }

  .panel-menu ul li {
    list-style: none;
    width: 100%;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    cursor: pointer;
    position: relative;
    background-color: #161616;
    border-bottom: 1px solid #393636;
    color: #c2c2c2;
    font-weight: 500;
    font-size: 14px;
  }

  .btn-menu {
    color: #252525;
    background-color: rgb(81, 195, 195);
    width: 100%;
    line-height: 40px;
    padding: 5px;
    padding-right: 5px;
    cursor: pointer;
    border-bottom: 1px solid rgb(81, 195, 195);
    color: #000;
  }

  .panel-menu {
    z-index: 10;
  }

  .panel-menu ul li {
    padding-left: 20px;
    padding-right: 10px;
  }

  .main-menu a {
    color: #c2c2c2;
    font-weight: 500;
    font-size: 14px;
  }

  .openSubPanel {
    position: relative;

    cursor: pointer;
    z-index: 1;
    text-align: right;
    width: 100%;
    display: block;
  }

  .panel-menu.isOpen,
  .subPanel.isOpen {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.3);
  }

  .subPanel {
    z-index: 20;
  }

  .closeSubPanel,
  .closePanel,
  .openSubPanel {
    cursor: pointer;
  }

  .panel-menu > ul:nth-child(1) {
    overflow-y: auto !important;
    max-height: 100vh;
    width: 100%;
  }

  .border-none {
    border: none !important;
  }

  .panel-menu.isOpen::before {
    position: absolute;
    right: 300px;
    content: "";
    top: 0;
    height: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    width: 500%;
  }

  .arow-menu i {
    background-position: -69px -3px;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .closeSubPanel i {
    background-position: -66px -25px;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    transform: rotate(180deg);
  }

  .panel-menu.isOpen .close-menu {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 21px;
    color: #000;
    line-height: 15px;
    text-align: center;
    line-height: 33px;
    float: left;
    position: absolute;
    left: 10px;
    top: 10px;
  }

  .openSubPanel .arow-menu {
    color: #879496;
    font-size: 22px;
  }

  .arow-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 29px;
    color: #879496;
  }
  .owl-stage {
    padding-right: 0 !important;
  }
  #searchIcon {
    font-size: 25px;
  }
  .c-navi-new-list {
    align-items: flex-end;
    gap: 25px;
  }
  .c-navi-new-list__category-item.p-0 {
    display: none !important;
  }
  .menuTrigger {
    font-size: 29px;
    color: #b3b3b3;
    line-height: 1;
  }
}
@media screen and (min-width: 992px) {
  #panel-menu {
    display: none;
  }
  #searchIcon {
    font-size: 18px;
  }
  .menuTrigger {
    display: none !important;
  }
}
.search-wrapper.active {
  padding: 15px;
  max-height: 100px;
}
.c-navi-new-list__categories {
  display: flex;
  align-items: center;
}
.menu__image-parallax {
  background-repeat: no-repeat !important;
  background-size: 30%;
background-position: center 95% !important;
  background-attachment: fixed !important;
  transition: background-position 0.1s linear;
}
.product-section {
  width: 100%;
  background: #111111 url("../images/bg-pro.png") no-repeat;
  background-size: cover !important;
  position: relative;
}

.product-section .slide-custom {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-section .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;

  position: relative;
  perspective: 1000px;
}

.product-section .slide-text {
  opacity: 0;
  transform: translateX(80px) rotateY(10deg);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-section .slide-image2 {
  text-align: center;
  opacity: 0;
  transform: translateX(-80px) rotateY(-10deg) scale(0.95);
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}

.product-section .slide-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  transition: transform 1.2s ease, opacity 0.8s ease;
}

.product-section .swiper-slide-active .slide-text {
  opacity: 1;
  transform: translateX(0) rotateY(0);
  transition-delay: 0.3s;
}

.product-section .swiper-slide-active .slide-image2 {
  opacity: 1;
  transform: translateX(0) rotateY(0) scale(1);
  transition-delay: 0.1s;
}

.product-section .swiper-slide-active .slide-img:hover {
  transform: scale(1.05) rotateZ(1deg);
}

.product-section .slide-text,
.product-section .slide-image2 {
  transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  will-change: transform, opacity;
}

.product-section .swiper-slide-active .slide-text,
.product-section .swiper-slide-active .slide-image2 {
  transition-delay: 0s;
}

.details-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 25px;
  border: 1px solid #ffffff8f;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 999px;
}
.details-btn i {
  vertical-align: middle;
  margin-right: 10px;
}
.details-btn:hover {
  background-color: rgb(81, 195, 195);
  color: #111;
  transform: translateY(-3px);
}

/* Swiper pagination and buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  transition: transform 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  transform: scale(1.2);
}

.swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.icon-all {
  background-position: -33px -3px;
  width: 27px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.view-all {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
}
.en-title {
  font-size: 54px;
}
.en-subtitle {
  font-size: 43px;
  font-weight: 300;
}
.back-to-top {
  background: url("../images/top.png") no-repeat;
  width: 43px;
  height: 42px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  cursor: pointer;
}
.footer {
  background-color: #111111;
}
.sale-img {
    height: 230px !important;
    display: flex;
    align-items: center;
    justify-content:center;
}
.sale-img img{
    max-width:100%;
   
    height:100%;
    object-fit:scale-down
}
.search-row .sale-img img{
    /*height:auto*/
}
.sale-txt h1{
    text-align:center;
}
.contact-page .card, .inner-page .card{
    background-color:#212020;
    color:#fff;
}
.contact-page p, .contact-page span{
    color:#fff !important;
}
.contact-page .form-control{
    background-color:transparent;
    color:#fff !important;
}
.contact-page iframe{
   width:100%;
}
.contact-page button{
  border:1px solid #fff;
}
:root{
  --teal-main: rgb(81, 195, 195);
  --teal-soft: rgba(81, 195, 195, 0.15);
  --teal-glow: rgba(81, 195, 195, 0.35);
}
.cart-pill{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    /* background: rgba(255, 255, 255, 0.05); */
    padding: 8px 12px 4px 12px;
    border-radius: 14px;
    /* border: 1px solid rgba(195, 254, 247, 0.15); */
    /* box-shadow: 0 0 18px rgba(0, 255, 213, 0.08); */
    transition: border-color .3s ease, box-shadow .3s ease;
  }
  .cart-pill:hover{
  /*border-color: var(--teal-glow);*/
  /*box-shadow: 0 0 22px rgba(81, 195, 195, 0.35);*/
}
.cart:before {
    content: '';
    position: absolute;
    top: 27.5%;
    left: 0px;
    height: 55%;
    width: 1px;
    background-color: #636060;
}
  .cart-label{
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  .cart-img{
    /*height: 22px;*/
    /*width: 22px;*/
  }
   .user-btn{

    /*background: rgba(255, 255, 255, 0.05);*/
    padding: 10px 12px;
     border-radius: 12px;
     display: flex;
     align-items: center;

    /* border: 1px solid rgba(195, 254, 247, 0.1); */
    /*box-shadow: 0 0 14px rgba(0, 255, 213, 0.12);*/
   }
   .user-btn img{
   
    margin-left: 0;
    height: 26px;
   }
   .user a{

    color: #fff;
     margin-left: 5px;
   }
  /* ==================== User Submenu Styles ==================== */
  .user{
   position: relative;
  }
 .user-submenu {
     position: absolute;
     top: 100%;
     left: 0;
     width: 260px;

    background: linear-gradient(135deg, rgba(8, 16, 18, 0.98) 0%, rgb(6 28 32) 100%);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
     border-radius: 20px;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     z-index: 1000;
     margin-top: 15px;

    border: 2px solid rgba(195, 254, 247, 0.1);
     overflow: hidden;
 }
 
 .user:hover .user-submenu {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }
 
 .user-submenu::before {
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     width: 100%;
     height: 4px;

   background: linear-gradient(90deg,
    rgb(81, 195, 195) 0%,
    rgba(81, 195, 195, 0.6) 100%);
 }
 
 .user-submenu-header {
     display: flex;
     align-items: center;
     padding: 10px 15px;

    border-bottom: 1px solid rgba(195, 254, 247, 0.1);
    background: linear-gradient(135deg,
    rgba(81, 195, 195, 0.08) 0%,
    rgba(81, 195, 195, 0.12) 100%);
 }
 
 .user-avatar {
     width: 40px;
     height: 40px;
     border-radius: 50%;
     overflow: hidden;

    background: linear-gradient(135deg,
        var(--teal-main) 0%,
        var(--teal-soft) 100%);
     margin-left: 12px;

    border: 3px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 255, 213, 0.2);
     display: flex;
     align-items: center;
     justify-content: center;
 }
 
 .user-avatar img {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }
 
 .user-info {
     display: flex;
     flex-direction: column;
 }
 
 .user-name {
     font-size: 13px;
     font-weight: 700;

    color: var(--accent-color);
     /*margin-bottom: 4px;*/
 }
 
 .user-email {
     font-size: 12px;

    color: #9bcac3;
 }
 
 .user-menu-list {
     list-style: none;
     padding: 8px 0;
     margin: 0;
 }
 
 .user-menu-item {

    border-bottom: 1px solid rgba(195, 254, 247, 0.06);
     transition: all 0.3s ease;
 }
 
 .user-menu-item:last-child {
     border-bottom: none;
 }
 
 .user-menu-item a {
     display: flex;
     align-items: center;
     padding: 5px 20px;

    color: #e5f5f2;
     font-size: 13px;
     text-decoration: none;
     transition: all 0.3s ease;
     position: relative;
 }
 
 .user-menu-item a::before {
     content: '';
     position: absolute;
     right: 0;
     top: 0;
     width: 0;
     height: 100%;

    background: linear-gradient(90deg,
        rgba(0, 255, 213, 0.08) 0%,
        rgba(0, 161, 141, 0.08) 100%);
     transition: width 0.3s ease;
 }
 
 .user-menu-item a:hover::before {
     width: 100%;
 }
 
 .user-menu-item a:hover {

    color: var(--accent-color);
     padding-right: 25px;
 }
 
 .user-menu-item i {
     margin-left: 12px;
     font-size: 16px;

   color: rgb(81, 195, 195);
     width: 24px;
     text-align: center;
     transition: all 0.3s ease;
 }
 
 .user-menu-item:hover i {

    color: var(--accent-color);
     transform: scale(1.1);
 }
 
 .user-menu-item.logout a {

    color: var(--accent-color);
     font-weight: 600;
 }
 
 .user-menu-item.logout i {

    color: var(--accent-color);
 }
 
 .user-menu-item.logout a:hover {

    background: linear-gradient(90deg,
        rgba(0, 255, 213, 0.08) 0%,
        rgba(0, 161, 141, 0.05) 100%);
 }
 .login-required-state {
     padding: 30px 20px 10px;
     text-align: center;
 }
 
 .login-icon-wrapper {
     margin: 0 auto 20px;
     animation: pulse 2s ease-in-out infinite;
 }
 
 @keyframes pulse {
     0%, 100% { 
         transform: scale(1); 
         opacity: 1;
     }
     50% { 
         transform: scale(1.05); 
         opacity: 0.9;
     }
 }
 
.login-title {
    font-size: 13px;
    font-weight: 700;
    color: var(--teal-main);
    margin: 0 0 10px 0;
}

.login-description {
    font-size: 13px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.login-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 25px;
}

.login-primary-btn,
.register-secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    /*padding: 12px 20px;*/
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.login-primary-btn {
    background: linear-gradient(135deg, 
        var(--teal-main)0%, 
        var(--teal-soft) 100%);
    color: white !important;
    box-shadow: 0 4px 12px rgba(77, 20, 140, 0.2);
}

.login-primary-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(20 140 119 / 35%);
}

.register-secondary-btn {
    background: #fff;
    color:var(--teal-main) !important;
    border: 2px solid var(--teal-main);
}

.register-secondary-btn:hover {
    background:rgba(20, 140, 134, 0.05);
    transform: translateY(-2px);
}

.login-actions i {
    font-size: 15px;
}

.login-features {
    padding-top: 20px;
    border-top: 2px dashed rgba(77, 20, 140, 0.15);
}

.feature-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 8px 0;
    font-size: 13px;
    color: #555;
}

.feature-item i {
    color: hsl(266.25deg 88.89% 21.18%);
    font-size: 14px;
}

.feature-item:hover {
    color: hsl(266.25deg 88.89% 21.18%);
}


/* ==================== Responsive Adjustments ==================== */
@media (max-width: 480px) {
    .user-submenu{
        width:220px;
    }
    .empty-cart-state,
    .login-required-state {
        padding: 20px 15px;
    }
    
     
     .empty-cart-animation svg,
     .login-icon-wrapper svg {
         width: 100px;
         height: 100px;
     }
     
     .empty-cart-title,
     .login-title {
         font-size: 16px;
     }
     
     .suggestion-tags {
         gap: 6px;
     }
     
     .suggestion-tag {
         font-size: 11px;
         padding: 5px 12px;
     }
 }
 
 
   /* ==================== Cart Submenu Styles ==================== */
    .cart{

    /*background-color: rgba(255, 255, 255, 0.03);*/
    border-radius: 14px;
    padding: 6px;
     display: flex;
     align-items: center;
     justify-content: center;
     position: relative;
     cursor: pointer;

    /* margin-left: 20px; */
    /* border: 1px solid rgba(195, 254, 247, 0.14); */
    /*box-shadow: 0 0 18px rgba(0, 255, 213, 0.12);*/
   }
 .cart-badge{
   position: absolute;
   top: -1px;
   right: -5px;
   background-color: rgb(81, 195, 195);
   width: 20px;
   height: 20px;
   color: #fff;
   font-size: .9em;
   border-radius: 999px;
   display: flex;
   align-items: center;
   justify-content: center;
 }
   .cart::after{
     content: "";
     position: absolute;

    height: 0;
   }
 .cart-submenu {
     position: absolute;
     top: 100%;
     left: 0;
     min-width: 280px;
     width: max-content;

    background: linear-gradient(135deg, rgba(8, 16, 18, 0.98) 0%, rgb(6 28 32) 100%);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
     border-radius: 20px;
     opacity: 0;
     visibility: hidden;
     transform: translateY(15px);
     transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
     z-index: 1000;
     padding: 0;
     margin-top: 15px;
     border: 2px solid rgba(77, 20, 140, 0.1);
     overflow: hidden;
 }
 
 
 .cart:hover .cart-submenu {
     opacity: 1;
     visibility: visible;
     transform: translateY(0);
 }
 
 .cart-submenu::before, .empty-cart::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 4px;

  background: linear-gradient(90deg,
    rgb(81, 195, 195) 0%,
    rgba(81, 195, 195, 0.6) 100%);


 }
 
 .cart-header {
     display: flex;
     justify-content: space-between;
     align-items: center;
     padding:15px 20px;

    background: linear-gradient(135deg,
    rgba(81, 195, 195, 0.08) 0%,
    rgba(81, 195, 195, 0.12) 100%);
    border-bottom: 2px solid rgba(195, 254, 247, 0.08);
 }
 
 .cart-title {
     font-size: 13px;
     font-weight: 700;

    color: var(--accent-color);
     margin: 0;
 }
 
 .cart-items-count {
     font-size: 12px;

    color: #fff;
    background: rgba(195, 254, 247, 0.06);
     padding: 2px 12px;
     border-radius: 12px;
     font-weight: 600;
 }
 
 .cart-items {
     max-height: 320px;
     overflow-y: auto;
     padding: 10px 15px;
 }
 
 .cart-items::-webkit-scrollbar {
     width: 6px;
 }
 
 .cart-items::-webkit-scrollbar-track {

    background: rgba(195, 254, 247, 0.05);
     border-radius: 10px;
 }
 
 .cart-items::-webkit-scrollbar-thumb {

   background: rgb(81, 195, 195);
     border-radius: 10px;
 }
 
 .cart-item {
     display: flex;
     align-items: center;
     padding: 12px;

    border-bottom: 1px solid rgba(195, 254, 247, 0.06);
     position: relative;

    background: rgba(255, 255, 255, 0.02);
     border-radius: 12px;
     margin-bottom: 10px;
     transition: all 0.3s ease;
 }
 
 .cart-item:hover {

    box-shadow: 0 4px 16px rgb(0 255 253 / 25%);

 }
 
 .cart-item-image {
     width: 70px;
     height: 70px;
     border-radius: 10px;
     overflow: hidden;

    background: linear-gradient(135deg,
        rgba(0, 255, 213, 0.06) 0%,
        rgba(0, 161, 141, 0.05) 100%);
     display: flex;
     align-items: center;
     justify-content: center;

    border: 2px solid rgba(195, 254, 247, 0.08);
 }
 
 .cart-item-image img {
     max-width: 85%;
     max-height: 85%;
     object-fit: contain;
 }
 
 .cart-item-details {
     flex: 1;
     margin-right: 12px;
     padding-left: 30px;
 }
 
 .cart-item-title {
     font-size: 13px;
     font-weight: 600;

    color: #f5f5f5;
     margin: 0 0 8px 0;
     line-height: 1.4;
 }
 
 .cart-item-price {
     font-size: 13px;
     color: #666;
     display: flex;
     align-items: center;
 }
 
 .item-quantity {
color: rgb(81, 195, 195);
     margin-left: 6px;
 }
 
 .item-price {
     font-weight: 700;

    color:#d3d2d2;
     margin-left: 4px;
 }
 
 .price-currency {
     font-size: 11px;

    color: rgb(81, 195, 195);
     margin-right: 3px;
 }
 
 .remove-item-btn {
     position: absolute;
     left: 8px;
     top: 50%;
     transform: translateY(-50%);
     width: 24px;
     height: 24px;
     border-radius: 50%;
     border: none;

    background: rgba(0, 255, 213, 0.12);
    color: #939292;
     font-size: 12px;
     display: flex;
     align-items: center;
     justify-content: center;
     cursor: pointer;
     transition: all 0.3s ease;
 }
 
 .remove-item-btn:hover {
     background: var(--teal-main);
     color: #fff;
     transform: translateY(-50%) scale(1.1);
 }
 
 .cart-footer {
     padding: 15px 20px;
     border-top: 2px solid rgba(77, 20, 140, 0.1);
     /* background: #fff; */
 }
 
.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding:0px 12px;
    background: linear-gradient(135deg, 
        rgba(77, 20, 140, 0.05) 0%, 
        rgba(174, 20, 140, 0.05) 100%);
    border-radius: 12px;
}

.total-label {
    font-size: 13px;
    font-weight: 600;
    color: #b6b4b4;
}

.total-amount {
    display: flex;
    align-items: baseline;
}

.amount {
    font-size: 16px;
    font-weight: 700;
    color: var(--teal-main);
    margin-left: 4px;
}

.currency {
    font-size: 13px;
    color: #b6b4b4;
}

.cart-actions {
    display: flex;
    gap: 10px;
}

.view-cart-btn, .checkout-btn {
    flex: 1;
    display: block;
    padding: 0px 8px;
    text-align: center;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    /*border: 2px solid transparent;*/
}

.view-cart-btn {
    background: #fff;
    color: var(--teal-main) !important;
    border-color: #fff;
}

.view-cart-btn:hover {
    background: var(--teal-main);
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px  var(--teal-main);
}

.checkout-btn {
    background: linear-gradient(135deg,
    rgb(81, 195, 195),
    rgba(81, 195, 195, 0.75));
    color: white !important;
}

.checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(81, 195, 195, 0.45);
}

/* Empty Cart State */
.empty-cart{
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    width: max-content;
    background: linear-gradient(135deg, #ffffff 0%, #f8f5ff 100%);
    box-shadow: 0 10px 40px rgba(77, 20, 140, 0.15);
    border-radius: 20px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1000;
    padding: 0;
    margin-top: 15px;
    border: 2px solid rgba(77, 20, 140, 0.1);
    overflow: hidden;
}
.empty-cart {
    text-align: center;
    padding:15px 10px;
}
.cart:hover .empty-cart {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.empty-cart-icon {
    font-size: 35px;
    color:rgb(20 140 102 / 30%);
    margin-bottom: 10px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.empty-cart-message {
    font-size: 13px;
    color: #666;
    /* margin-bottom: 20px !important; */
    font-weight: 500;
}

.continue-shopping-btn {
    display: inline-block;
    padding: 10px 24px;
    background: linear-gradient(135deg, 
        hsl(266.25deg 88.89% 21.18%) 0%, 
        hsl(304.44deg 100% 21.18%) 100%);
    color: white !important;
    font-size: 13px;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.continue-shopping-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(77, 20, 140, 0.4);
}