:root {
  --nader-bg: #202020;
  --nader-bg-alt: #272727;
  --nader-text: #d8d8d8;
  --nader-muted: #a9a9a9;
  --nader-accent: #00aaa8;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--nader-bg);
  color: var(--nader-text);
  direction: rtl;
  overflow-x: hidden;
}

#Content {
  background: var(--nader-bg);
}

#Top_bar {
  background: rgba(25, 25, 25, 0.94) !important;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
}

#Top_bar .logo img {
  max-height: 64px !important;
  width: auto !important;
}

.section.mcb-section {
  box-sizing: border-box;
  min-height: 0 !important;
  padding: 78px 0 !important;
  background-color: var(--nader-bg) !important;
  background-image: none !important;
}

.section.mcb-section:nth-of-type(even) {
  background-color: var(--nader-bg-alt) !important;
}

.section.mcb-section .section_wrapper {
  box-sizing: border-box;
  width: min(1120px, calc(100% - 40px)) !important;
  max-width: 1120px !important;
  margin-inline: auto !important;
}

#Z.section.mcb-section {
  min-height: 86vh !important;
  padding: 170px 0 90px !important;
  background-image:
    linear-gradient(90deg, rgba(24, 24, 24, 0.9), rgba(24, 24, 24, 0.48)),
    url('/newsite/wp-content/uploads/2015/03/b2b.jpg') !important;
  background-position: right center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.section h1,
.section h2,
.section h3,
.section h4,
.section .title {
  color: var(--nader-accent) !important;
  line-height: 1.55 !important;
}

.section p,
.section li {
  color: var(--nader-text);
  font-size: 16px;
  line-height: 2.05;
}

.section a {
  color: var(--nader-accent);
}

#K .section_wrapper,
#M .section_wrapper,
#C .section_wrapper,
#Songs .section_wrapper,
#S .section_wrapper,
#T .section_wrapper {
  padding: 0 24px;
}

.gallery {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 14px;
  height: auto !important;
  margin: 28px 0 0 !important;
}

.gallery::before,
.gallery::after,
.gallery > br {
  display: none !important;
}

.gallery .gallery-item {
  box-sizing: border-box;
  display: block !important;
  float: none !important;
  position: static !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  border-radius: 5px;
  background: #181818;
  aspect-ratio: 4 / 3;
}

.gallery .gallery-icon,
.gallery .gallery-icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 180ms ease, transform 180ms ease;
}

.gallery a:hover img {
  filter: grayscale(0%);
  transform: scale(1.025);
}

.gallery-item.asset-missing {
  display: none !important;
}

.section-divider {
  border-color: var(--nader-accent) !important;
}

.wpcf7,
#T form {
  max-width: 760px;
  margin-inline: auto;
}

@media (max-width: 767px) {
  .section.mcb-section {
    padding: 54px 0 !important;
  }

  #Z.section.mcb-section {
    min-height: 72vh !important;
    padding: 125px 0 58px !important;
    background-position: right center !important;
  }

  .section.mcb-section .section_wrapper {
    width: min(100% - 28px, 1120px) !important;
  }

  #K .section_wrapper,
  #M .section_wrapper,
  #C .section_wrapper,
  #Songs .section_wrapper,
  #S .section_wrapper,
  #T .section_wrapper {
    padding: 0 8px;
  }

  .section p,
  .section li {
    font-size: 15px;
    line-height: 1.95;
  }

  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }
}
