:root {
  --grey-site: #262625;
  --light-grey: #dddddd;
  --dark-grey: #3f3f3f;
  --orange: #f7941d;
  --yamaha-color: #ad92d1;
  --yamaha-color--light: #6a469a;
  --yamaha-color-dark: #48217a;
  --text-shadow: #826;
  /* 48217a */
  /* 502b81 */
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  /* overflow: overlay; */
  overflow-x: hidden;
  scroll-behavior: smooth;
  direction: rtl;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

body {
  line-height: 1.5;
  font-family: "iranyekan";
  font-size: 1.6rem;
  background-color: var(--grey-site);
  overflow-x: hidden;
  color: white;
}

/* styles wordpress */
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4/3;
  --wp--preset--aspect-ratio--3-4: 3/4;
  --wp--preset--aspect-ratio--3-2: 3/2;
  --wp--preset--aspect-ratio--2-3: 2/3;
  --wp--preset--aspect-ratio--16-9: 16/9;
  --wp--preset--aspect-ratio--9-16: 9/16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
    135deg,
    rgba(6, 147, 227, 1) 0%,
    rgb(155, 81, 224) 100%
  );
  --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
    135deg,
    rgb(122, 220, 180) 0%,
    rgb(0, 208, 130) 100%
  );
  --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
    135deg,
    rgba(252, 185, 0, 1) 0%,
    rgba(255, 105, 0, 1) 100%
  );
  --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
    135deg,
    rgba(255, 105, 0, 1) 0%,
    rgb(207, 46, 46) 100%
  );
  --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
    135deg,
    rgb(238, 238, 238) 0%,
    rgb(169, 184, 195) 100%
  );
  --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
    135deg,
    rgb(74, 234, 220) 0%,
    rgb(151, 120, 209) 20%,
    rgb(207, 42, 186) 40%,
    rgb(238, 44, 130) 60%,
    rgb(251, 105, 98) 80%,
    rgb(254, 248, 76) 100%
  );
  --wp--preset--gradient--blush-light-purple: linear-gradient(
    135deg,
    rgb(255, 206, 236) 0%,
    rgb(152, 150, 240) 100%
  );
  --wp--preset--gradient--blush-bordeaux: linear-gradient(
    135deg,
    rgb(254, 205, 165) 0%,
    rgb(254, 45, 45) 50%,
    rgb(107, 0, 62) 100%
  );
  --wp--preset--gradient--luminous-dusk: linear-gradient(
    135deg,
    rgb(255, 203, 112) 0%,
    rgb(199, 81, 192) 50%,
    rgb(65, 88, 208) 100%
  );
  --wp--preset--gradient--pale-ocean: linear-gradient(
    135deg,
    rgb(255, 245, 203) 0%,
    rgb(182, 227, 212) 50%,
    rgb(51, 167, 181) 100%
  );
  --wp--preset--gradient--electric-grass: linear-gradient(
    135deg,
    rgb(202, 248, 128) 0%,
    rgb(113, 206, 126) 100%
  );
  --wp--preset--gradient--midnight: linear-gradient(
    135deg,
    rgb(2, 3, 129) 0%,
    rgb(40, 116, 252) 100%
  );
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
  --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
  --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
    6px 6px rgba(0, 0, 0, 1);
  --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

.has-black-color {
  color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
  color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
  background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
  background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
  border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
  border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
  border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
  border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
  border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
  border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
  border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
  border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
  border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
  border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
  border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
  background: var(
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple
  ) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
  background: var(
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan
  ) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange
  ) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
  background: var(
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red
  ) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
  background: var(
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray
  ) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
  background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
  background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
  background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
  background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
  background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
  background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
  background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
  font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
  font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
  gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
  gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
  gap: 2em;
}

:root :where(.wp-block-pullquote) {
  font-size: 1.5em;
  line-height: 1.6;
}

.single-product .wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap;
}

.wp-block-video {
  max-width: 100%;
}
.wp-block-video video {
  max-width: 100%;
}

/* end styles wordpress */

/* تم روشن */
body.light-theme {
  background-color: white;
  color: black;
}



/* تم تاریک */
body.dark-theme {
  background-color: var(--grey-site);
  color: white;
}

body.light-theme .tab-content {
  color: #262625;
}

body.light-theme .archive-product-title {
  color: #262625;
}

body.light-theme .product-archive-container h2 {
  color: #262625;
}

body.light-theme .tabs a {
  color: #262625;
}

body.light-theme .single-product__titles-main {
  color: #262625;
  font-family: Autofont;
  font-weight: 400;
}

body.light-theme .single-product-price {
  color: #262625;
}

body.light-theme .related-col {
  color: #262625;
}

body.light-theme .single-product__cart-register {
  color: white;
}

body.light-theme .single-product-slider_top {
  border: 1px solid gray;
}

/* .archive-products-submenu{
  margin-bottom: 200px;
} */

body.light-theme .archive-products__body--title {
  color: #262625;
}

body.light-theme .modal-call {
  color: #fcfcfc;
}
body.light-theme #closeModalCall button {
  background-color: red;
  color: #a73030;
  cursor: pointer;
}
body.light-theme .single-product-overview {
  color: #212121;
}

/* می‌توان برای عناصر دیگر هم سفارشی‌سازی کرد */
/* .dark-theme a {
  color: #00ffcc;
}

.light-theme a {
  color: #0066cc;
} */

body.light-theme .content-wrapper__second-text {
  color: black;
}

body.dark-theme .content-wrapper__second-text {
  color: white;
}

.parallax-main-top .content-wrapper__second-text {
  color: white !important;
  text-shadow: 2px 2px 0px var(--yamaha-color-dark);
}

.parallax-main-top-mobile .content-wrapper__second-text {
  color: white !important;
  text-shadow: 2px 2px 0px var(--yamaha-color-dark);
}

body.dark-theme .archive-products__title h1 {
  color: white;
}

body.light-theme .archive-products__title h1 {
  color: black;
}

body.dark-theme .archive-product-item_title {
  color: white;
}

body.light-theme .archive-product-item_title {
  color: black;
}

body.light-theme .archive-product-item_description {
  color: darkolivegreen;
}

body.light-theme .custom-product-table table {
  --bs-table-color: #161616;
  --bs-table-bg: var(--bs-body-bg);
}
/* body.light-theme .custom-product-table tr:nth-child(even) {
  --bs-table-bg: #f2ebf4;
} */

/* برای محصولات مربوط به pr-category */
.is-audio-visual-product table tr:nth-child(even) {
  background-color: #d4d4d4;
}
.is-musical-instruments-product table tr:nth-child(even) {
  background-color: #ffddfe;
}

/* برای محصولات مربوط به musical-instruments */
.is-professional-audio-product table tr:nth-child(even) {
  background-color: #d4d4d4;
}

.p-table-spec__delete-btn {
  display: none;
}

.js-reset-column-btn {
  display: none;
}
a {
  text-decoration: none;
  color: var(--yamaha-color--light);
}

img {
  display: block;
  margin: 0 auto;
}

p {
  line-height: 30px;
}

.h2,
h2 {
  font-size: calc(1.7rem + 0.9vw);
  font-weight: bold;
}

.h3,
h3 {
  font-weight: bold;
}

.h4,
h4 {
  font-weight: bold;
}

.h5,
h5 {
  font-weight: bold;
}

.h6,
h6 {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2.5rem;
  }
}

.single-product-overview h1 {
  font-size: 3.5rem;
}

.single-product-overview h2 {
  font-size: 3.3rem;
}

.single-product-overview h3 {
  font-size: 2rem;
}

.single-product-overview h4 {
  font-size: 1.7rem;
}

.single-product-overview h1,
.single-product-overview h2,
.single-product-overview h3,
.single-product-overview h4,
.single-product-overview h5 {
  padding-bottom: 20px;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  .single-product-overview h1 {
    font-size: 4.2rem;
  }

  .single-product-overview h2 {
    font-size: 3.8rem;
    /* min-height: 90px; */
  }

  .single-product-overview h3 {
    font-size: 3.1rem;
    /* min-height: 90px; */
  }

  .single-product-overview h4 {
    font-size: 2.4rem;
  }

  .single-product-overview h5 {
    font-size: 2.6rem;
  }

  .single-product-overview h6 {
    font-size: 2.2rem;
  }

  .single-product-overview h1,
  .single-product-overview h2,
  .single-product-overview h3,
  .single-product-overview h4,
  .single-product-overview h5 {
    padding-bottom: 30px;
    margin-top: 15px;
  }
}

@media (min-width: 1500px) {
  .container {
    max-width: 1280px;
  }

  .container-1200 {
    max-width: 1200px;
  }
}

main {
  /* display: none; */
  /* text-align: center; */
  /* font-size: 24px; */
  /* color: #333; */
  width: 100%;
  z-index: 1;
  /* transition: clip-path 1.5s ease-out;
  clip-path: circle(0% at 50% 50%); */
}

.parallax-main-top {
  background: url("https://tasharqeshm.com/wp-content/themes/tashargheshm/assets/images/img/yamaha-center-iran-E2.jpg");
  /*background-size:100% !important;*/
  height: 100vh;
  /* Adjust as needed */
  /* width: 1920px; */
  /* background-attachment: fixed; */
  /*background-position: center !important;*/
  background-repeat: no-repeat !important;
  background-size: cover !important;
  /* background-position: center; */
  margin: 0 auto;
  max-width: 2600px;
}

.parallax-main-top-mobile {
  /* background: url("https://navakala.com/wp-content/themes/tashargheshm/assets/images/img/yamaha-center-iran-E.jpg"); */
  height: 100vh;
  /* Adjust as needed */
  /* width: 1920px; */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat !important;
  background-size: cover;
  background-size: 100% auto;
}

.header {
  z-index: 9999;
  width: 100%;
  position: fixed;
}

.nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  z-index: 1000;
  flex-direction: row-reverse;
  height: 11rem;
}

.nav__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8rem;
  height: 4.8rem;
  background: black;
  border-radius: 5rem;
  cursor: pointer;
}

.nav__btn-line {
  display: block;
  width: 2.5rem;
  height: 0.2rem;
  background-color: white;
  position: relative;
  transition: all 250ms ease-in-out;
}

.nav__btn-line::after,
.nav__btn-line::before {
  position: absolute;
  content: " ";
  width: 2.5rem;
  height: 0.2rem;
  background-color: white;
  transition: all 250ms ease-in-out;
}

.nav__btn-line::after {
  top: 0.7rem;
}

.nav__btn-line::before {
  top: -0.7rem;
}

.nav__btn--open .nav__btn-line {
  background-color: transparent;
}

.nav__btn--open .nav__btn-line::after {
  transform: translateY(-7px) rotate(45deg);
}

.nav__btn--open .nav__btn-line::before {
  transform: translateY(7px) rotate(-45deg);
}

.header-popup {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  /* display: none; */
  display: flex;
  /* flex-direction: column; */
  visibility: hidden;
}

.header-popup__column {
  /* width: calc(100vw/3); */
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 300ms ease;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  /* visibility: hidden; */
}

/* .header-popup__column-res{
  width: 100vw;
} */

.header-popup__column1 {
  /* transition: all 300ms ease; */
  transition-delay: 200ms;
}

.header-popup__column2 {
  /* transition: all 300ms ease; */
  transition-delay: 300ms;
}

.header-popup__column3 {
  /* transition: all 300ms ease; */
  transition-delay: 400ms;
}

.header-popup__column--active {
  height: 100vh;
  /* visibility:visible */
}

.text-container-words {
  font-size: 24px;
  /* font-family: Arial, sans-serif; */
  line-height: 1.5;
  margin: 20px;
  /* color: #333; */
  /* opacity: 0; */
  /* برای شروع، متن پنهان است */
  /* transition: opacity 2s ease; */
}

.content-wrapper__content {
  width: 40%;
  margin: 0 auto;
  font-size: 2rem;
  text-align: justify;
}

.content-wrapper__content p {
  color: white;
}

/* .text-container-words span {
  display: inline-block; 
  opacity: 0; 
  transition: opacity 0.5s ease; 
} */

.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 100vh; */
}

.content-wrapper {
  /* margin: 200px auto; */
  padding-top: 60px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* margin-bottom: 150px; */
  text-align: center;
}

@media (max-width: 992px) {
  /* .bg-main #section1 {
    padding-top: 300px;
  } */

  .pt70 {
    padding-top: 50px !important;
  }
}

@media (min-width: 992px) {
  .content-wrapper {
    padding-top: 400px;
  }
}

.images-scale {
  margin-top: 20px;
  /* display: flex;
  justify-content: space-around;
  align-items: center; */
}

@media (min-width: 1200px) {
  /* .content-wrapper {
    margin-bottom: 200px;

  } */
  .images-scale {
    /* margin-top: 100px; */
  }
}

/* .content-wrapper-2 {
  margin-bottom: 400px;
} */
.content-wrapper__first-text {
  font-size: 6rem;
  color: var(--yamaha-color--light);
  text-shadow: var(--text-shadow) 1px 0px 1px;
}

.content-wrapper__second-text {
  font-size: 6rem;
  color: aliceblue;
}

.header-popup__first-text {
  font-size: 3rem;
  /* color: #d09a49; */
  color: #7942ed;

  /* transition: all 300ms ease;
  transition-delay: 400ms; */
  /* display:none; */
  opacity: 0;
  transition: all 200ms ease-out 100ms;
}

.header-popup__first-text--active {
  opacity: 1;
  transition: all 300ms ease;
  transition-delay: 400ms;
}

.nav__center {
  align-items: center;
  justify-content: space-around;
  max-width: 80rem;
  height: 100%;
}

.nav__center a {
  color: var(--yamaha-color-dark);
  display: inline-block;
  width: 100%;
}

.nav__center-left {
  margin-right: 4rem;
  justify-content: space-between;
  width: 7rem;
  align-items: center;
}

.nav__center-right {
  /* height: 11rem;
  align-items: center; */
  width: 65rem;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

.header-popup__other-text {
  font-size: 2rem;
  /* color:#fff; */
  opacity: 0;
  transition: all 200ms ease-out 100ms;
}

.header-popup__other-text > a {
  color: white;
}

.header-popup__other-text--active {
  opacity: 1;
  transition: all 500ms ease;
  transition-delay: 400ms;
}

.header-popup__up {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header-popup__down {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.main-stores {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.image-container {
  /* margin: 0 20px; */
  /* width: 300px; */
  /* height: 500px; */
  overflow: hidden;
  /* جلوگیری از بزرگ شدن تصویر بیرون از محفظه */
  /* position: relative; */
  /* background-color: #d09a49; */
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  /* position: absolute; */
  /* z-index: -1; */
}

.image-container:hover img {
  transform: scale(1.1);
  /* بزرگ شدن تصویر بدون تغییر محفظه */
}

.image-container_first {
  /* width: 32rem; */
  /* width: 12vw; */
  /* height: 40rem; */
  width: 300px;
  height: 550px;
}

.image-container_sec {
  /* width: 400px;
  height: 500px; */
  /* width: 20rem; */
  /* height: 35rem; */
}

.image-container_thrd {
  /* width: 300px;
  height: 600px; */
  /* width: 12vw; */
  /* height: 50vh; */
  width: 300px;
  height: 570px;
}

.image-container_fth {
  /* width: 400px;
  height: 500px; */
  /* width: 12vw; */
  /* height: 40vh; */
}

.image-container_fifth {
  /* width: 300px;
  height: 600px; */
  /* width: 12vw; */
  /* height: 50vh; */
  width: 350px;
  height: 570px;
}

.image-grid {
  margin-top: 200px;
}

.grid-container {
  height: 90vh;
  width: 90vw;
  margin: 200px auto;
  display: grid;
  grid-template-columns: repeat(12, 6vw);
  grid-template-rows: repeat(6, 6vw);
  gap: 20px;
  justify-content: center;
  align-content: center;
  /* transition: all 1000ms ease-in; */
}

/* .grid-container:hover {
  grid-template-columns: repeat(12, 8vw);
  grid-template-rows: repeat(6, 8vw);
  gap: 30px;
} */

.grid-container img {
  object-fit: cover;
}

/* تنظیم اندازه و مکان برای هر عکس */
.grid-container img:nth-child(1) {
  margin-top: 10px;
  grid-column: 2 / 5;
  /* اولین عکس روی 6 ستون گسترش می‌یابد */
  grid-row: 1 / 2;
  /* گسترش روی 4 ردیف */
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(2) {
  margin-top: 40px;
  grid-column: 5 / 9;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(3) {
  grid-column: 9/11;
  grid-row: 1 / 3;
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(4) {
  margin-top: 10px;
  grid-column: 3/5;
  grid-row: 2/4;
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(5) {
  margin-top: 40px;
  grid-column: 5/7;
  grid-row: 3/5;
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(6) {
  margin-top: 40px;
  grid-column: 7/9;
  grid-row: 3/4;
  width: 100%;
  height: 100%;
}

.grid-container img:nth-child(7) {
  grid-column: 9/12;
  grid-row: 3/5;
  width: 100%;
  height: 100%;
}

::-webkit-scrollbar {
  width: 8px;
  background: rgba(255, 255, 255, 0);
}

.znegative {
  z-index: -10;
}

::-webkit-scrollbar-track {
  /* background:rgba(255, 255, 255, 0);  */
  background: none;
}

::-webkit-scrollbar-thumb {
  background: var(--yamaha-color--light);
  border-radius: 10px;
  /* گرد کردن نوار اسکرول */
}

/* .display-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.font-small {
  font-size: 3.5rem;
}

.padding-top-150 {
  padding-top: 0;
}
.flex-column-revers {
  flex-direction: column-reverse;
} */

/* .w-45 { */
  /* width: 45%; */
/* } */

.image-scale__section {
  /* height: 800px; */
  align-items: center;
  justify-content: space-evenly;
}

.image-container_first-section {
  width: 70%;
  /* height: 800px; */
}

.image-container_sec-section {
  width: 70%;
  /* height: 800px; */
}

.full-screen-img {
  margin-top: 110vh;
}

.full-screen-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-container-grid {
  height: 100vh;
  direction: ltr;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  position: relative;
  /* transform: scale(2.5);  */
  /* transition:  transform 100ms ease !important; */
  height: 90vh;
  width: 90vw;
  margin: 200px auto;
  display: grid;
  grid-template-columns: repeat(12, 7vw);
  grid-template-rows: repeat(6, 7vw);
  gap: 20px;
  justify-content: center;
  align-content: center;
}

#image {
  /* width: 50%; */
  /* transition: transform 0.3s ease; */
  /* transform-origin: center;    */
  /* transform: scale(1); 
  transition: transform 500ms ease; */
}

.main-archive {
  margin-top: 90px;
  min-height: 500px;
}

.breadcrumb {
  padding: 50px 0;
}

p#breadcrumbs {
  padding: 30px 0;
}

.archive-products__title {
  font-size: 3rem;
  color: white;
}

.archive-products__body--title {
  color: white;
  font-size: 2rem;
  margin-top: 1rem;
}

.archive-products__body--body {
  color: white;
  font-size: 1.5rem;
  margin-top: 1rem;
  word-wrap: break-word;
}

.archive-product__body-bar {
  width: 0;
  height: 0.2rem;
  background-color: #4e4e4e;
  /* margin-top: 0.6rem; */
  transition: width 200ms ease-in-out;
}

.archive-products__body--elements {
  margin-top: 7rem !important;
}

.archive-products__body--elements .image-container {
  border-radius: 10px;
}

.archive-products__body--elements:hover .archive-product__body-bar {
  width: 100%;
}

.archive-products__body--img img {
  width: 100%;
}

.archive-section {
  background-color: var(--grey-site);
}

.archive-section__title {
  font-size: 3.5rem;
}

.archive-section__row {
  margin-top: 150px;
  background-color: var(--grey-site);
  color: white;
}

.archive-banner {
  background-color: var(--grey-site);
  margin-top: 50px;
  margin-bottom: 50px;
}

.archive-banner img {
  width: 100%;
}

.archive-brands {
  margin: 2rem 0;
}

.archive-brands__top {
  height: 10rem;
  background-color: white;
}

.archive-brands__bottom {
  min-height: 10rem;
  background-color: rgb(226, 226, 226);
  flex-wrap: wrap;
}

.archive-brands__box {
  width: 20rem;
}

.archive-brands__box img {
  /* flex-grow: 1; */
  width: 100%;
}

.archive-brands__box {
  /* flex-grow: 1; */
  /* width: 100%; */
  padding: 1rem;
}

@media screen and (max-width: 992px) {
  /* .parallax-main-top-mobile .content-wrapper {
    padding-top: 350px;
  } */

  .wrapper {
    /* margin-top: 80px; */
  }

  .grid-container {
    height: 90vh;
    width: 90vw;
    margin: 0px auto;
    display: grid;
    grid-template-columns: repeat(12, 6vw);
    grid-template-rows: repeat(24, 3vw);
    gap: 10px;
    justify-content: center;
    align-content: center;
    /* transition: all 1000ms ease-in; */
  }

  /* تنظیم اندازه و مکان برای هر عکس */
  .grid-container img:nth-child(1) {
    margin-top: 1px;
    grid-column: 6 / 2;
    grid-row: 9 / 14;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(2) {
    margin-top: 1px;
    grid-column: 12 / 2;
    grid-row: 1 / 9;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(3) {
    grid-column: 6 / 12;
    grid-row: 9 / 16;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(4) {
    margin-top: 1px;
    grid-column: 2 / 6;
    grid-row: 14 / 20;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(5) {
    margin-top: 1px;
    grid-column: 6 / 12;
    grid-row: 16 / 20;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(6) {
    margin-top: 1px;
    grid-column: 8 / 12;
    grid-row: 20 / 25;
    width: 100%;
    height: 100%;
  }

  .grid-container img:nth-child(7) {
    grid-column: 2 / 8;
    grid-row: 20 / 25;
    width: 100%;
    height: 100%;
  }

  .image-container_first {
    /* width: 32rem; */
    /* width: 12vw; */
    /* height: 40rem; */
    width: 150px;
    height: 300px;
  }

  .image-container_sec {
    /* width: 400px;
  height: 500px; */
    /* width: 20rem; */
    /* height: 35rem; */
    width: 150px;
    height: 250px;
  }

  .image-container_thrd {
    /* width: 300px;
  height: 600px; */
    /* width: 12vw; */
    /* height: 50vh; */
    width: 150px;
    height: 250px;
  }

  .image-container_fth {
    /* width: 400px;
  height: 500px; */
    /* width: 12vw; */
    /* height: 40vh; */
    width: 150px;
    height: 300px;
  }

  .image-container_fifth {
    /* width: 300px;
  height: 600px; */
    /* width: 12vw; */
    /* height: 50vh; */
    width: 150px;
    height: 250px;
    margin: 2rem auto;
  }
}

/* start of archive-product */

.archive-product-title {
  color: white;
}

.archive-tabs-wrapper {
  text-align: center;
}

.archive-tabs-wrapper .tab {
  width: auto;
}

.tabs {
  font-size: 12px;
}

.tab {
  color: white;
  display: inline-block;
  width: 26rem;
  /* background-color: #4e4e4e; */
  /* padding: 1rem; */
  margin: 2rem 1rem;
  transition: all 200ms ease-in-out;
}

.tab:hover {
  color: #4e4e4e;
  background-color: white;
}

.tab:hover path {
  fill: #4e4e4e;
}

.full-width-line {
  height: 1px;
  width: 100%;
  background-color: #4e4e4e;
  margin: 1rem o;
}

.wrap-archive-product-items-scroll {
  border-bottom: 1px solid black;
}

.archive-product-items {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  /* text-align: center; */
}

.archive-product-items .serach-items {
  min-height: 425px;
}

.archive-product-item {
  /* flex-grow: 1; */
  /* margin-left: 40px; */
  margin-top: 4rem;
  min-width: calc(100% / 3);
  /* min-width: 40rem; */
  /* flex-grow: 1; */
}

.product-archive-container {
  margin-top: 10rem;
}

.archive-product-item_img {
  width: 100%;
  /* height: 100%; */
}

.archive-product-item_img img {
  width: 100%;
  /* height: 100%; */
}

.product-archive-container h2 {
  color: white;
  margin:  0px;
  padding: 0px;
}

.archive-product-item_title {
  margin: 2rem 0;
  color: aliceblue;
  font-family: helvica ;
  font-size:20px
}

.archive-product-item_description {
  color: antiquewhite;
  margin: 1rem 0;
}

.product-archive-smallslide {
  /* width: 50%; */
}

.product-archive-smallslide img {
  width: 100%;
}

/* end of archive-product */

/* start of single product page  */
.single-product__banner-top {
  margin-top: 14rem;
  padding: 0;
}

.single-product__banner-top img {
  width: 100%;
  object-fit: cover;
}

.single-product__titles span {
  display: inline-block;
}

.single-product__titles-main {
  color: white;
  font-size: 4rem !important;
  padding-left: 1rem;
}
.single-product__titles-main h1 {
  font-size: 4rem !important;
}

.single-product__titles-second {
  color: var(--light-grey);
}

.single-product_star {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 5px;
}

.single-product_star img {
  margin: -1px;
  display: inline;
  width: 20px;
}

.single-product_review {
  display: inline-block;
  margin: 5px;
}

.single-product-slider_top {
  width: 100%;
}

.single-product__gallery {
}

.single-product__gallery-top {
}

.single-product-item {
  width: 100%;
}

.single-product-item img {
  width: 100%;
}

.modal-thumbs .swiper-slide {
  min-width: 80px;
  max-width: 90px;
}
.modal-thumbs .swiper-slide img {
  min-width: 60px;
}

.single-product__gallery-down {
  width: 80%;
  overflow-x: hidden;
  margin: 1rem auto;
  /* position: relative; */
}

.single-product__gallery-down > .swiper-wrapper {
  /* width: 80%; */
  /* overflow-x: hidden; */
  /* margin: 1rem auto; */
  /* position: relative; */
}

.zoom-btns button {
  padding: 10px;
  display: block;
}
.zoom-btns button:hover {
  background-color: inherit;
}

.single-product-item-down {
  width: 90%;
}

.single-product-item-down img {
  width: 90%;
}

.single-product-wrapper-thumb .swiper-button-prev {
  /* right: -4rem !important; */
  color: #999;
  top: 6rem;
}

.single-product-wrapper-thumb .swiper-button-next {
  left: -4rem !important;
  color: #999;
  top: 6rem;
}

.thumb_gallery .swiper-button-prev {
  /* right: -4rem !important; */
  color: #999;
  /* top: 6rem; */
}

.thumb_gallery .swiper-button-next {
  /* left: -4rem !important; */
  color: #999;
  /* top: 6rem; */
}

.single-product-wrapper-thumb {
  position: relative;
}

.single-product__gallery-down .swiper-pagination {
  position: relative !important;
  top: 0 !important;
}

.single-product__gallery-down .swiper-pagination-bullet {
  background-color: #dddddd;
}

.single-product-price {
  color: white;
  padding-right: 5rem;
}

.single-product-price__price {
  margin-bottom: 2rem;
}

.single-product-price__shipping {
  margin-bottom: 2rem;
}

.single-product-price__shipping a {
  color: white;
}

.single-product-price__avail {
  margin-bottom: 2rem;
}

.single-product-price__thumb {
  width: 120px;
  height: 120px;
  border: 2px solid var(--orange);
}

.single-product-price__thumb img {
  width: 100%;
  height: 100%;
}

.single-product__cart-add {
  text-align: center;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.single-product__cart-add a {
  background-color: var(--yamaha-color);
  padding: 1.5rem;
  display: inline-block;
  width: 80%;
  transition: all 300ms ease;
  color: white;
}

.single-product__cart-add a:hover {
  background-color: var(--yamaha-color--light);
}

.single-product__cart-call {
  text-align: center;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.single-product__cart-call a {
  background-color: var(--yamaha-color);
  padding: 1.5rem;
  display: inline-block;
  width: 80%;
  transition: all 300ms ease;
  color: white;
}

.single-product__cart-call a:hover {
  background-color: var(--yamaha-color--light);
}

.single-product__cart-find {
  border-radius: 2px;
  text-align: center;
  margin-bottom: 1rem;
}

.single-product__cart-find a {
  background-color: #585858;
  padding: 1.5rem;
  display: inline-block;
  width: 80%;
  transition: all 300ms ease;
  color: white;
}

.single-product__cart-find a:hover {
  background-color: rgb(68, 68, 68);
}

.single-product__cart-register {
  width: 80%;
  border-radius: 2px;
  text-align: center;
  margin-bottom: 1rem;
  background-color: #585858;
  margin: 0 auto;
  padding: 12px;
}

.single-product__cart-register a {
  background-color: #585858;
  padding: 1.5rem;
  display: inline-block;
  width: 80%;
  transition: all 300ms ease;
  color: white;
}

.single-product__cart-register a:hover {
  background-color: rgb(68, 68, 68);
}

.breadcrumb-item::before {
  color: #a7a7a7 !important;
}

.single-product-tabs {
  flex-direction: row;
  justify-content: start;
}

.single-product-tabs .nav-link {
  color: #a7a7a7;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: var(--yamaha-color--light);
  color: white;
  border-color: var(--yamaha-color--light);
}

.tab-content {
  color: #dddddd;
}

.single-product-related {
  margin-top: 10rem;
  line-height: 30px;
}

.single-product-related_title {
  border-top: 2px solid #a7a7a7;
  padding-top: 20px;
  font-size: 3rem;
}
.single-product-related_title span {
  /* border-bottom: 1px solid gray; */
  padding-bottom: 5px;
}

.single-product-related_products {
  justify-content: space-between;
  width: 95% !important;
  margin: 0 auto;
}

.single-product-related_product {
  box-shadow: 0px 0px 3px 2px #ddd;
  padding: 2rem 0;
}

.single-product-related_product a {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-evenly;
  transition: all 300ms ease;
  color: white;
  align-items: center;
}

.single-product-related_product a:hover {
  transform: scale(1.05);
}

.related-col {
}

.related-title span {
  font-size: 2.5rem;
}

.related-title {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
}

.related-desc {
}

.related-img {
}

.related-img img {
  width: 80%;
}

.single-product-overview-image {
  padding: 2rem;
}

.single-product-overview-desc {
  padding: 2rem;
  color: black;
}

.single-product-overview-content {
  margin: 3rem auto;
}

.single-product-overview-content .cp-heading {
  font-family: Autofont;
  font-weight: 500 !important;
  font-size: 3rem !important;
}

.single-product-overview-content_title {
  margin: 3rem 0;
}

.single-product-overview-content_title span:nth-child(1) {
  font-size: 3rem;
  margin-left: 1rem;
}

.single-product-overview-content_title span:nth-child(2) {
}

.single-product-overview-content_desc {
}

.single-product-overview-content_keys {
  margin-top: 3rem;
  margin-right: 3rem;
}

.single-product-overview-animation {
}

.single-product-overview-features {
}

.single-product-overview-advanced {
  margin-top: 3rem;
}

.single-product-advaned_title {
  margin: 1rem 0;
  font-size: 3rem;
}

.advanced-bar {
  width: 100%;
  height: 1px;
  background-color: var(--dark-grey);
}

.single-product-advaned_content {
}

.advanced-content-title {
  font-size: 2rem;
  padding: 1rem 0;
}

.advanced-content-img img {
  width: 100%;
}

.advanced-content-text {
}

.single-product-overview-specific {
}

.single-product-overview-content li {
  margin-bottom: 6px;
  line-height: 30px;
}

.full-width-container {
  position: relative;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  /*background-color: var(--light-grey);*/
  background-color: white;
}

.single-advanced-img {
  width: 80%;
}

.single-advaned {
  width: 80%;
  color: black;
}

.single-advaned-title {
  font-size: 3rem;
  margin-bottom: 10px;
}

.single-advaned-content {
  line-height: 30px;
  text-align: justify;
}

.advanced-child:nth-child(odd) {
  flex-direction: row-reverse;
}

.advanced-child:last-child {
  padding-bottom: 1rem;
}

.center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

table {
  width: 100%;
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  border: 1px solid rgb(218, 218, 218);
}

.overview-video-tab {
  text-align: center;
}

.modal-content {
  margin-top: 4rem;
  /* max-width: 80vw !important; */
  height: 90vh;
  background-color: #323232;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
}

.single-product-overview-content .swiper-slide-active img{
  cursor: pointer;
}

.rb_product_main .swiper-wrapper {
  width: 40%;
}

.main_gellery {
  width: 35%;
  text-align: center;
}

.thumb_gallery {
  width: 60%;
  position: relative;
  /* text-align: center; */
  margin: 0 auto;
  overflow-x: hidden;
}

.modal-dialog {
  margin: 0 auto;
  max-width: 95vw;
}

.rb_product_thumbs {
  overflow-x: hidden;
  width: 80%;
  margin: 0 auto;
}

.rb_product_thumbs .swiper-wrapper {
  overflow: hidden !important;
}

.archive-tabs-wrapper svg {
  vertical-align: middle;
}

.archive-tabs-wrapper path {
  transform: scale(0.6);
  fill: #fff;
}

/* end of single product page  */

/* start of coordination page  */
.coord-page {
  margin-top: 20rem;
}

.coord-title {
  font-size: 3rem;
  margin: 1rem 0;
}

.border-single {
  margin: 2rem 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-grey);
}

.coord-content {
  margin-top: 100px;
}

.coord-address__add {
}

.coord-address__tel {
}

.coord-address__fax {
}

.coord-address__email {
}

.coord-content-right {
}

.coord-google {
}

.coord-google iframe {
  width: 100%;
}

.coord-address {
  border: 1px solid white;
  border-radius: 0.5rem;
}

.coord-content-left {
}

.coord-padding {
  padding: 1rem;
}

.coord-padding img {
  margin: 0px;
}

.coord-form-title {
}

.btn-coord {
  background-color: var(--yamaha-color-dark);
  color: white;
  padding: 1rem 2rem;
}

.padding-1rem {
  padding: 1rem;
}

#coord-from * {
  font-size: 1.5rem;
}

/* end of coordination page  */

/* start of stores page */
.coorp-m1 {
  margin-top: 1rem;
}

.stores-page .swiper-button-prev {
  color: white;
}

.stores-page .swiper-button-next {
  color: white;
}

/* end of stores page */

@media only screen and (max-width: 576px) {
  .main_gellery {
    width: 90%;
    text-align: center;
  }

  .thumb_gallery {
    width: 90%;
  }

  .coord-content-left {
    margin-top: 4rem;
  }

  .content-wrapper__content {
    width: 80%;
  }

  .parallax-main-top {
    /* background-size: 50%; */
  }

  #inquiry-name {
    margin-top: 1rem;
  }

  #inquiry-email {
    margin-top: 1rem;
  }

  #inquiry-product {
    margin-top: 1rem;
  }

  #inquiry-serial {
    margin-top: 1rem;
  }

  #inquiry-textarea {
    margin-top: 1rem;
  }

  #inquiry-send-bot {
    margin-top: 1rem;
  }
}

@media only screen and (min-width: 576px) {
  .main_gellery {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  .main_gellery {
    width: 50%;
  }
}

@media only screen and (min-width: 992px) {
  .grid-container-wrapper {
    margin-top: 85rem;
  }
}

@media only screen and (min-width: 1200px) {
  .main_gellery {
    width: 30%;
  }
}

/* end of single product page  */
#coord-textarea {
  height: 15rem;
}

#inquiry-textarea {
  height: 15rem;
}

.faq-tashar {
  margin-top: 15rem;
}

.faq-title {
  font-size: 2rem;
}

.faq-bar {
  width: 100%;
  height: 2px;
  background-color: #999;
}

.accordion-button {
  background-color: var(--yamaha-color--light) !important;
  color: white !important;
  padding: 2rem;
  font-size: 2rem;
}

#flush-headingOne {
  border-top: 2px solid white;
  border-right: 2px solid white;
  border-left: 2px solid white;
}

/* start footer */
footer .footer-section {
  direction: rtl;
  text-align: justify;
}

footer .footer-section h3 {
  padding: 10px;
  border-bottom: 1px solid gray;
  /* text-align: center; */
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 17px;
}

footer .footer-section ul {
  padding: 0px;
  text-align: center;
}

@media (max-width: 592px) {
  footer .footer-section .footer-margin-top {
    margin-top: 30px;
  }
}

footer .footer-section ul li {
  margin-top: 20px;
}

footer .footer-column-1 {
  margin-left: 60px;
  /* margin-right: 60px; */
}

footer .footer-section div {
  min-height: 30px;
  margin-top: 10px;
}

footer .footer-logo-image img {
  text-align: center;
  margin-top: 40px;
}

.text-white.footer-row-connecton {
  margin-top: 25px;
}

/* end footer */
/* start of search  */

.search-container {
  position: relative;
  display: inline-block;
}

.search-icon {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.search-input-container {
  width: 300px;
  position: absolute;
  top: 40px;
  right: -100px;
  display: none;
  /* مخفی به صورت پیش‌فرض */
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 40px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

@media (min-width: 1200px) {
  .search-input-container {
    right: 0px;
  }
}

.search-input {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  margin-right: 5px;
}

.close-search {
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #999;
  margin-left: 5px;
}

.close-search:hover {
  color: #333;
}

/* end of search  */

.about-image-container .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  /* رنگ مشکی نیمه‌شفاف */
}

.about-image-container img {
  width: 100%;
  margin-top: 100px;
}

.about-content {
  /* position: absolute; */
  width: 70%;
  margin: 0 auto;
  /* top: 30%; */
  left: 10%;

  margin-top: 100px;
  margin-bottom: 100px;
}

.about-content-top {
}

.about-content-bar {
  background-color: var(--yamaha-color-dark);
  width: 2rem;
  height: 15rem;
}

.about-content-title {
  margin-right: 2rem;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 0;
  font-size: 3rem;
  margin: auto;
}

.about-content-text {
  font-size: 18px;
  text-align: justify;
  line-height: 34px;
}

.about-content-title h2 {
  font-size: 28px !important;
}

.product-inquiry {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.product-inquiry__title {
  font-size: 3rem;
}

.product-inquiry__bar {
  width: 100%;
  height: 2px;
  background-color: #999;
}

.product-inquiry__text {
  margin: 1rem auto;
}

.product-inquiry__img {
  margin: 5rem auto;
}

.product-inquiry__form * {
  font-size: 1.5rem;
}

.submenu-tashar {
  box-shadow: 0px 1px 4px 1px gray;
  position: absolute;
  margin-top: 0;
  background-color: white;
  display: none;
  top: 8rem;
  width: 20rem;
  padding: 0;
}

.submenu-tashar li {
  padding: 1rem;
  width: 100%;
  /* border-bottom: 1px solid gray; */
}

.menu-tashar {
  display: flex;
  height: 100%;
  align-items: center;
}

.submenu-item {
  list-style-type: none;
  /* display: inline-block; */
  /* margin-right: -35px; */
}

.case-sample-gallery .swiper-pagination {
  position: static;
}

.case-sample-gallery .swiper-pagination-bullet-active {
  background-color: var(--yamaha-color);
}

.exhibition-sample-gallery .swiper-pagination {
  position: static;
}

.exhibition-sample-gallery .swiper-pagination-bullet-active {
  background-color: var(--yamaha-color);
}

.swipperhome .swiper-pagination {
  position: static;
}

.single-product-overview-content .swiper-pagination-bullet {
  display: none;
}

.swipperhome .swiper-pagination-bullet-active {
  background-color: var(--yamaha-color);
}

.swipperhome {
  width: 90%;
  margin: 0 auto;
  /* direction: ltr; */
}

.custom-product-table {
  direction: ltr;
  overflow: auto;
}

.spectable-filter-remove-wrapper {
  display: none;
}

.spectable-filter {
  display: none;
}

.custom-product-table table {
  --bs-table-color: #e5e5e5;
  --bs-table-bg: #323232;
}

.custom-product-table table th {
  font-weight: 400;
}

.total-products {
  margin-top: 8rem;
}

#breadcrumbs span:last-of-type strong {
  unicode-bidi: isolate !important;
  direction: inherit !important;
}

.padding-100 {
  padding: 70px !important;
}

.serach-items {
  display: flex;
  width: 100%;
  justify-content: right;
  gap: 4rem;
  transition: all 0.4s;
}

.search-product-item_img {
}

.serach-items:hover {
  /* transform: scale(1.01); */
}

.text-container-words {
  font-size: 1.5rem;
  margin: 10px 0;
}

.word {
  /* display: inline-block; */
  /* کلمات به صورت بلوک جداگانه */
  opacity: 0;
  /* مخفی کردن کلمات */
  transform: translateY(20px);
  /* شروع از پایین */
}

.line {
  font-size: 1.5rem;
  margin: 10px 0;
}

.single-product-container {
  /* background-color: white; */
}

body.dark-theme .single-product-container div {
  color: #dddddd;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
}

#black-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 9777999;
}

[dir="rtl"] .wp-block-quote {
  border-left: none;
  border-right: 4px solid currentColor;
  padding-right: 1em;
  padding-left: 0;
  text-align: right;
}

/* برای سایت‌های چپ‌چین (پیش‌فرض انگلیسی) */
[dir="ltr"] .wp-block-quote {
  border-right: none;
  border-left: 4px solid currentColor;
  padding-left: 1em;
  padding-right: 0;
  text-align: left;
}

.wp-block-column p {
  padding-right: 5px;
  padding-left: 5px;
  text-align: justify;
  line-height: 30px;
}

.wp-block-column h2,
.wp-block-column h3,
.wp-block-column h4,
.wp-block-column h5 {
  padding-right: 5px;
  padding-left: 5px;
}

.wp-block-image img {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.wp-block-image.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/* .wp-block-image img:first-of-type{
  padding-right: 20px;
}
.wp-block-image img:last-of-type{
  padding-left: 20px;
} */
@media (min-width: 992px) {
  .wp-block-columns {
    margin-right: 40px;
    margin-left: 40px;
  }

  .wp-block-columns > .wp-block-column {
    margin-right: 30px;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .wp-block-column p {
    padding-right: 15px;
    padding-left: 15px;
  }

  .wp-block-column h2,
  .wp-block-column h3,
  .wp-block-column h4,
  .wp-block-column h5 {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.modal-call {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  padding: 20px;
  background: rgb(37, 37, 37);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 15px;
}

.modal-overlay-call {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modal-call.show,
.modal-overlay-call.show {
  display: block;
}

#closeModalCall {
  font-size: large;
  /* background-color: #323232; */
  color: #ffffff;
  transition: all 0.3s ease-in;
}

/* #closeModalCall:hover{
font-size: xx-large;
} */

/*color gutenberg*/
.has-light-grayish-magenta-background-color {
  background-color: #d6c1d6 !important;
}

.has-strong-magenta-background-color {
  background-color: #a156b4 !important;
}

.has-light-grayish-magenta-color {
  color: #d6c1d6 !important;
}

.has-strong-magenta-color {
  color: #a156b4 !important;
}

.has-very-light-gray-color {
  color: #eee !important;
}

.has-very-dark-gray-color {
  color: #313131 !important;
}

/*text align gutenberg*/
.wp-block-column .has-text-align-center {
  text-align: center !important;
}

.wp-block-column .has-text-align-right {
  text-align: right !important;
}

.wp-block-column .has-text-align-left {
  text-align: left !important;
}

/* .image-container_first_mobile{
height: 100%;
width: 100%;
}

.image-container_second_mobile{
  margin-top: 25px;
  height: 100%;
  width: 100%;
  } */

/* .image-container_first_mobile img{
  height: 100% !important;
  width: 100% !important;
  }

  .image-container_second_mobile img{
    height: 100% !important;
    width: 100% !important;
    } */

.store-template-gallery-slider {
  /* max-height: 60vh !important; */
  /* width: 10vw !important; */
  /* height: 10vw !important; */
  overflow: hidden;
  /* margin: 10px; */
}

.store-template-gallery-slider-img {
  /* width: 50% !important;
  height: 100% !important;
  object-fit: cover; */
  aspect-ratio: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: unset !important;
  transform: scale(3);
  background-color: rgba(110, 110, 110, 0.5);
  border-radius: 27px;
}

.store-template-gallery-wrapper {
  /* width: 60%; */
  margin: 0 auto;
}

@media (max-width: 992px) {
  .store-template-gallery-slider-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .store-template-gallery-wrapper {
    margin-top: 10vh;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    filter: unset !important;
    transform: scale(1.5);
    background-color: rgba(110, 110, 110, 0.5);
    border-radius: 27px;
  }
}

.store-template-gallery-slider-img-thumb {
}

.container-store {
  display: none;
  width: 60%;
  overflow: hidden;
  margin: 30px auto;
}

.store_template_gallery_thumb {
  /* width: 50%; */
  /* overflow-x: hidden; */
  margin: 20px auto;
  position: relative;
  overflow-x: hidden;
}

.image-container_slider_span {
  text-shadow: #333 2px 2px 2px;
  color: white;
  position: absolute;
  top: 15px;
  left: 15px;
  /* font-size: 20px; */
  font-size: clamp(12px, 2vw, 16px);
}

/* @media (max-width: 567px) {
  .image-container_second_mobile{
    margin-top: 25px;
    height: 350px !important;
    width: 220px !important;
    }
    .image-container_first_mobile{
      height: 2400px !important;
      width: 2200px !important;
      }

  } */

.ScrollSmoother-wrapper .image-container_first_mobile,
.ScrollSmoother-wrapper .image-container_second_mobile {
  border-radius: 10px;
}

.store-page-exhibition {
  width: 70%;
  display: flex;
  justify-content: center;
  margin: 2rem auto;
  position: relative;
}

.store-page-exhibition span {
  font-size: x-large;
  color: var(--light-grey);
}

.swipperexhibit {
  max-width: 1100px;
  margin: 0 auto;
  width: 80%;
}

.swipperexhibit .image-container_exhibit {
  max-width: 500px;
  /* margin: 0 20px; */
}

.swipperexhibit .swiper-wrapper {
  /* justify-content: center; */
}

.open-modal-btn {
  padding: 10px 20px;
  background-color: var(--yamaha-color-dark);
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  display: none;
  /* ابتدا پنهان است */
  z-index: 999999999;
}

.modalstore {
  background-color: #323232;
  padding: 20px;
  border-radius: 12px;
  width: 95%;
  height: 95vh;
  /* max-width: 400px; */
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  position: relative;
  transform: translateY(-30px);
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  /* انیمیشن ساده */
  margin-top: 30px;
}

.modalstore .close-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ff2c2c;
  transform: scale(2.5);
}

/* .prevbtn {
  left: -30px !important;
  color: #999 !important;
  top: 50%;
}

.nextbtn {
  right: -30px !important;
  color: #999 !important;
  top: 50%;
} */
.store-template-gallery-main .swiper-button-prev {
  left: -30px !important;
  color: #999 !important;
  top: 50%;
}

.store-template-gallery-main .swiper-button-next {
  right: -30px !important;
  color: #999 !important;
  top: 50%;
}

.store-template-gallery-wrapper .swiper-wrapper {
  /* justify-content: center; */
}

.store_template_gallery_thumb .swiper-wrapper {
  /* overflow: hidden; */
}

.store-template-gallery-main {
  /* width: 80%; */
  margin: 0 auto;
}

.store_template_gallery_thumb_main {
  position: relative;
  margin: 0 auto;
}

.pt70 {
  padding-top: 170px;
}

.grid-container-wrapper-class {
  margin-bottom: -100px !important;
}

.padding-top-200 {
  padding-top: -20px !important;
}

@media (min-width: 1200px) {
  .archive-product-items {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.archive-product-item a {
  display: block;
  width: 95%;
  padding: 10px;
  /* box-shadow: 0px 1px 7px -3px gray; */
  margin: 0 auto;
  min-height: 365px;
}

.footer_social_icons {
  display: flex;
  justify-content: center;
  /* margin-top: 30px !important; */
}

.fullscreenbackgrnd img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 100px;
}

.search-pagination-container {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  font-size: larger;
  direction: ltr;
}

.search-pagination-container a {
  padding: 0 5px;
}

.gallery-description-meta ul {
  line-height: 35px;
}

.gallery-description-meta {
  padding-right: 1rem;
}

.single-product__gallery-excerp {
  padding: 5rem;
}

.row-reverse-direction {
  flex-direction: row-reverse;
}

.parallax-main-top .content-wrapper__second-text_store {
  font-family: rockness;
  color: white !important;
  text-shadow: 2px 2px 0px var(--yamaha-color-dark);
  font-size: 13rem;
}

.parallax-main-top-mobile .content-wrapper__second-text_store {
  font-family: rockness;
  color: white !important;
  text-shadow: 4px 4px 1px var(--yamaha-color-dark);
  font-size: 5rem;
  font-weight: bold;
}

/* .content-section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #333;
  font-size: 1.8rem;
} */

/* کانتینر اصلی که محدوده اسکرول انیمیشن را تعیین می‌کند */
/* .pin-wrap {
  height: 150vh; 
  position: relative;
} */
.pin-wrap {
  height: 100vh;
  position: relative;
  /* ⚠️ برای اطمینان از قرارگیری در لایه بالایی */
  /* z-index: 999; */
}

/* بخش تمام صفحه که سنجاق می‌شود */
.pin-section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* تصویر/ویدئو تمام صفحه پس‌زمینه (ثابت) */
/* .full-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  background-image: url("https://picsum.photos/1920/1080?random=1");
  background-size: cover;
  background-position: center;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-shadow: 0 0 5px black;
} */

/* 🟢 تصویر متحرک (نیمه‌شفاف - شروع از راست) */
.moving-image {
  width: 100%;
  /* نصف عرض صفحه */
  height: 100%;
  position: absolute;
  top: 0;
  /* ⚠️ شروع از راست بیرون از صفحه */
  right: -50%;
  left: auto;

  /* background-color: rgba(0, 115, 170, 0.6); */
  /* آبی نیمه‌شفاف */
  background-image: url("../images/svg/graphicelement-logo-full.svg");
  background-size: contain;
  background-position: center;
  z-index: 1;
  background-repeat: no-repeat;
}

.video-bg {
  position: relative;
  width: 100%;
  height: 100vh;
  /* یا هر ارتفاعی که می‌خواهی */
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  /* مثل background-size: cover */
  z-index: -1;
}

.video-bg .content {
  position: relative;
  z-index: 10;
  color: white;
}

.img-two-hover {
  margin-bottom: 50px;
}

.content-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* مطمئن شوید که محتوا روی ویدئو قرار گیرد */
  display: flex;
  /* برای موقعیت دهی اولیه به مرکز */
  align-items: flex-start;
  margin-top: 10%;
  justify-content: end;
  margin-left: 10%;
}

.text-to-move {
  /* موقعیت اولیه در مرکز یا بالای مرکز */
  color: white;
  text-align: center;
  /* این ترنسفورم اولیه در JS توسط GSAP جایگزین یا تغییر داده خواهد شد */
  transform: translate(0, 0);
  font-size: 28px;
}

.moving-svg {
  width: 80vh;
  height: 80vh;
  position: absolute;
  top: 0vh;
  right: 30vw;
  background-image: url(../images/svg/graphicelement-logo-tuning-piano-10.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.text-line-2 {
  position: absolute;
  /* bottom: 25vh; */
  top: 70%;
  left: 30vw;
  width: 100%;
  font-size: 4rem;
  color: white;
  text-align: center;
}

.text-line-3 {
  position: absolute;
  /* bottom: 25vh; */
  top: 80%;
  left: 30vw;
  width: 100%;
  font-size: 4rem;
  color: white;
  text-align: center;
}

.text-line-1 {
  position: absolute;
  bottom: -50vh;
  width: 100%;
  font-size: 4rem;
  color: white;
  text-align: center;
}

.full-screen-img {
  margin-top: 110vh;
}
#section1 img{
  width: 70vh;

}

@media (max-width: 768px) {
  .content-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    /* مطمئن شوید که محتوا روی ویدئو قرار گیرد */
    display: flex;
    /* برای موقعیت دهی اولیه به مرکز */
    align-items: center;
    margin-top: 0%;
    justify-content: center;
    margin-left: 0%;
  }

  .text-to-move {
    /* موقعیت اولیه در مرکز یا بالای مرکز */
    color: white;
    text-align: center;
    /* این ترنسفورم اولیه در JS توسط GSAP جایگزین یا تغییر داده خواهد شد */
    transform: translate(0, 0);
    font-size: 28px;
    padding: 2rem;
  }

  .text-line-2 {
    position: absolute;
    /* bottom: 40vh; */
    width: 100%;
    top: 50%;
    left: 26%;
    font-size: 1.5rem;
    color: white;
    text-align: center;
  }
    .text-line-3 {
    position: absolute;
    /* bottom: 40vh; */
    width: 100%;
    top: 60%;
    left: 26%;
    font-size: 1.5rem;
    color: white;
    text-align: center;
  }

  .text-line-1 {
    position: absolute;
    bottom: -50vh;
    width: 100%;
    font-size: 2rem;
    color: white;
    text-align: center;
  }

  .moving-svg {
    width: 50vw;
    height: 50vw;
    position: absolute;
    top: 0vh;
    right: 50vw;
    background-image: url(../images/svg/graphicelement-logo-tuning-piano-10.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .video-bg img {
    width: 100%;
  }
  .video-bg video{
    width: 100%;
  }
  .video-bg {
    position: relative;
    width: 100%;
    height: 100%;
    /* یا هر ارتفاعی که می‌خواهی */
    overflow: hidden;
  }
  .full-screen-img {
    margin-top: 20px;
  }
  .pin-wrap {
    height: 30vh;
    position: relative;
    /* ⚠️ برای اطمینان از قرارگیری در لایه بالایی */
    /* z-index: 999; */
  }
  .pin-section {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #section1 img{
    width: 50vh;
  
  }
}

.wp-block-columns {
  display: flex;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

/* وضعیت اولیه ستون ها: مخفی (شفافیت صفر) و کمی پایین تر (آماده برای اسلاید به بالا) */
.my-animated-row .wp-block-column {
  opacity: 0;
  transform: translateY(50px); /* شروع از 50 پیکسل پایین تر */
  transition: opacity 0.8s ease-out, transform 0.8s ease-out; /* تنظیم انیمیشن */
}

/* وضعیتی که جاوا اسکریپت آن را هنگام فعال شدن انیمیشن اضافه می کند */
.my-animated-row.is-visible .wp-block-column {
  opacity: 1;
  transform: translateY(0); /* پایان انیمیشن در موقعیت اصلی */
}

.my-animated-row.is-visible .wp-block-column:nth-child(3) {
  /* ستون راست (اولین ستون نمایان شونده) */
  transition-delay: 0s;
}

.my-animated-row.is-visible .wp-block-column:nth-child(2) {
  /* ستون وسط */
  transition-delay: 0.4s;
}

.my-animated-row.is-visible .wp-block-column:nth-child(1) {
  /* ستون چپ (آخرین ستون نمایان شونده) */
  transition-delay: 0.8s;
}

/* اعمال استایل فقط روی استایل سفارشی ما */
.is-style-full-width {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-sizing: border-box !important;
    
    /* پدینگ پیش‌فرض موبایل */
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* موبایل‌های افقی (576px به بالا) */
@media (min-width: 576px) {
    .is-style-full-width {
        padding-left: calc(50vw - 270px) !important;
        padding-right: calc(50vw - 270px) !important;
    }
}

/* تبلت‌ها (768px به بالا) */
@media (min-width: 768px) {
    .is-style-full-width {
        padding-left: calc(50vw - 360px) !important;
        padding-right: calc(50vw - 360px) !important;
    }
}

/* لپ‌تاپ (992px به بالا) */
@media (min-width: 992px) {
    .is-style-full-width {
        padding-left: calc(50vw - 480px) !important;
        padding-right: calc(50vw - 480px) !important;
    }
}

/* دسکتاپ (1200px به بالا) */
@media (min-width: 1200px) {
    .is-style-full-width{
        padding-left: calc(50vw - 595px) !important;
        padding-right: calc(50vw - 595px) !important;
    }
}

.padding-top-0{
padding-top: 0;
}

.font-small {
  font-size: 2.5rem !important;
}
.font-small-2{
  font-size: 2rem !important;
}