:root {
  --title-font: "IranYekan";
  --body-font: "IranYekan";
  --primary-color: #00957a;
  --light-white: rgba(255, 255, 255, 0.1);
  --black-color: #151515;
  --grey-color: #adadad;
  --dark-green: #00231d;
  ---sec-dark-green: #004236;
  --cream-color: #fdedc9;
}

*,
*::after,
*::before {
  outline: none;
  border: none;
  text-decoration: none;
  margin-block: 0;
  margin-inline: 0;
  list-style: none;
  box-sizing: border-box;
  font-weight: 300;
}

a {
  color: var(--black-color);
  text-decoration: none !important;
}

p {
  margin-bottom: 0 !important;
}

ul {
  padding-inline-start: 0;
  margin-bottom: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font) !important;
  background-color: #1e1e1e;
  font-weight: 300;
  overflow-x: hidden;
  margin-top: -3px;
}

@font-face {
  font-family: "IranYekan";
  src: url("../fonts/IRANYekanXVFaNumVF.woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "figtree";
  src: url("../fonts/figtree-variablefont_wght-webfont.woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "mulish";
  src: url("../fonts/mulish-variablefont_wght-webfont.woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "antonio";
  src: url("../fonts/antonio-variablefont_wght-webfont.woff");
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/Ubuntu/ubuntu-bold-webfont.woff");
  font-style: normal;
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/Ubuntu/ubuntu-medium-webfont.woff");
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/Ubuntu/ubuntu-regular-webfont.woff");
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: "ubuntu";
  src: url("../fonts/Ubuntu/ubuntu-light-webfont.woff");
  font-style: normal;
  font-display: swap;
  font-weight: 300;
}

/* general classes */

.container-x {
  padding-right: 112px;
  padding-left: 112px;
}

.custom-btn {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30.200000762939453px);
  transition: all 0.3s;
  padding: 12px 20px;
  display: flex;
  gap: 4px;
  width: fit-content;
  height: fit-content;
  cursor: pointer;
}

.custom-btn svg {
  height: 18px;
  width: 18px;
}

.text-m-b {
  margin-bottom: -2px;
}

.custom-btn span {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
}

.modal {
  background-color: #00000036;
  backdrop-filter: blur(14px);
}

.modal.show .modal-dialog {
  min-width: 68vw;
}

.modal.fade .modal-body {
  padding: 0;
  background-color: #000;
}

.modal .modal-content {
  border: 0;
}

.custom-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.custom-btn.white-btn {
  background-color: #fff;
}

.custom-btn.white-btn span {
  color: #000;
}

.custom-btn.white-btn:hover {
  background-color: #cecece;
}

.custom-btn.green-btn {
  background-color: var(--primary-color);
}

.custom-btn.green-btn span {
  color: #fff;
}

.custom-btn.green-btn:hover {
  background-color: #00b896;
}

.title-cnt .title {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  font-family: var(--title-font) !important;
  margin-bottom: 0;
}

.desc-cnt p {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

.spin {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 24px;
}

.spin .grey-text {
  transition: all 0.3s;
}

.more-cnt.spin .grey-text {
  color: #fff;
}

.custom-btn span {
  overflow: hidden;
  transition: all 0.3s;
}

.custom-btn .custom-invisible {
  transform: translateY(100%);
  transition: all 0.3s;
  height: 100%;
  /* position: absolute; */
}

.carousel-what-context .custom-btn .custom-invisible {
  margin-bottom: -18px;
  transition: all 0.3s;
}

.carousel-what-context .custom-btn .custom-invisible span {
  margin-top: 0;
}

.custom-btn .custom-visible {
  transition: all 0.3s;
  height: 100%;
}

.carousel-what-context .custom-btn:hover .custom-visible {
  /* margin-top: -18px; */
}

.custom-btn:hover .custom-visible {
  transform: translateY(-100%);
  transition: all 0.3s;
}

.custom-btn:hover .custom-invisible {
  transform: translateY(0%);
}

.spin .grey-text {
  color: grey;
}


.menu-item .spin .grey-text {
    color: #fff;
}

footer .spin .grey-text {
  color: #fff;
}

footer .footer-social .spin:hover .grey-text {
    margin-top: -27px;
}

footer .footer-social .spin .white-text {
        margin-bottom: -27px;
}

footer .footer-social .spin {
    height: 27px;
}

.spin .white-text {
  color: white;
}

.spin:hover .grey-text {
  margin-top: -24px;
}

.spin .white-text {
  transition: all 0.3s;
  margin-bottom: -24px;
}

.spin:hover .white-text {
  margin-bottom: 0;
}

/* header */

.nav-open .header-cnt {
  position: fixed;
}

.header-cnt {
  position: absolute;
  top: 0px;
}

.header-cnt .header-menu-cnt {
  height: 100vh;
  background-color: #000;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.header-cnt .header-menu-cnt .menu-list {
  height: calc(100% - 28px);
  gap: 24px;
  margin-top: 28px;
}

.header-cnt .header-menu-cnt .menu-list .menu-item-link {
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 28px;
}

.menu-item-link.spin:hover .grey-text {
  margin-top: -42px;
}

.menu-item-link.spin .white-text {
  margin-bottom: -42px;
}

.menu-item-link.spin {
  height: 42px;
}

.nav-open .header-cnt .header-menu-cnt {
  visibility: visible;
  opacity: 1;
}

.header-menu-cnt .menu-list .menu-item {
  transition: opacity 0.3s, margin-right 0.4s;
}

.nav-open .header-menu-cnt .menu-list .menu-item {
  margin-right: 0;
  opacity: 1;
}

body:not(.nav-open) .header-menu-cnt .menu-list .menu-item {
  margin-right: -300px;
  opacity: 0;
}

.nav-open .header-menu-cnt .menu-list .menu-item:nth-child(2) {
  transition-delay: 0.1s;
}

.nav-open .header-menu-cnt .menu-list .menu-item:nth-child(3) {
  transition-delay: 0.2s;
}

.nav-open .header-menu-cnt .menu-list .menu-item:nth-child(4) {
  transition-delay: 0.3s;
}

.nav-open .header-menu-cnt .menu-list .menu-item:nth-child(5) {
  transition-delay: 0.4s;
}

.nav-open .header-menu-cnt .menu-list .menu-item:nth-child(6) {
  transition-delay: 0.5s;
}

.header-cnt .header {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header-cnt .asar-logo {
  height: 60px;
  width: 200px;
}

.shab-body .header-cnt .asar-logo svg path {
  fill: #42300a;
}

.header-cnt .lang-cnt {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0);
  transition: all 0.3s;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0;
  width: 34px;
}

.header-cnt .lang-cnt.collapsible--expanded {
  margin-bottom: -58px;
}

.header-cnt .lang-cnt .lang-btn {
  transition: all 0.3s;
}

.header-cnt .lang-cnt span,
.header-cnt .lang-cnt a {
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: -5px;
}

.header-cnt .lang-cnt.collapsible--expanded .lang-btn {
  transform: rotate(180deg);
}

.header-cnt .lang-cnt .lang-options {
  height: 0px;
  overflow: hidden;
  transition: all 0.3s;
  top: 49px;
  padding-right: 8px;
  padding-left: 8px;
}

.header-cnt .lang-cnt .collapse-icon {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-cnt .lang-cnt.collapsible--expanded .lang-options {
  height: 58px;
}

.header-cnt .header-center {
  margin-left: 68px;
}

.header-cnt .header-center ul.menu-list {
  gap: 68px;
}

.header-cnt .mobile-menu-cnt .hambur-icon {
  height: 40px;
  width: 40px;
}

.header-cnt .mobile-menu-cnt .mobile-menu-list {
  gap: 12px;
}

.header-cnt .mobile-menu-cnt .mobile-menu {
  height: 0;
  transition: all 0.3s;
  overflow: hidden;
  background-color: #000;
  right: 0;
  width: 100%;
  top: 86px;
}

.header-cnt .mobile-menu-cnt.menu--expanded .mobile-menu {
  height: calc(100vh - 86px);
  overflow-y: auto;
}

.header-cnt.black {
  background-color: #000 !important;
}

.header-cnt .mobile-menu-cnt .mobile-menu-link {
  font-size: 20px;
}

.header-cnt .mobile-menu-cnt:not(.menu--expanded) .mobile-menu-link {
  margin-left: -100% !important;
}

.header-cnt .mobile-menu-cnt.menu--expanded .mobile-menu-link {
  margin-left: 0 !important;
  transition: all 0.3s;
}

.header-cnt
  .mobile-menu-cnt.menu--expanded
  .mobile-menu-list
  li:first-child
  .mobile-menu-link {
  transition-delay: 0.3s;
}

.header-cnt
  .mobile-menu-cnt.menu--expanded
  .mobile-menu-list
  li:nth-child(2)
  .mobile-menu-link {
  transition-delay: 0.5s;
}

.header-cnt
  .mobile-menu-cnt.menu--expanded
  .mobile-menu-list
  li:nth-child(3)
  .mobile-menu-link {
  transition-delay: 0.7s;
}

.header-cnt
  .mobile-menu-cnt.menu--expanded
  .mobile-menu-list
  li:nth-child(4)
  .mobile-menu-link {
  transition-delay: 0.9s;
}

.header-cnt
  .mobile-menu-cnt.menu--expanded
  .mobile-menu-list
  li:nth-child(5)
  .mobile-menu-link {
  transition-delay: 1.1s;
}

.header-cnt .mobile-lang-option {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

.header-cnt .mobile-lang-option:last-child {
  border-right: none;
}

.menu-toggle {
  position: relative;
  height: 26px;
  width: 29px;
  color: #fff;
  cursor: pointer;
}

.nav-open .menu-toggle {
  transform: rotate(90deg);
  transition: all 0.5s 0.4s;
}

.menu-toggle {
  transform: rotate(180deg);
  transition: all 0.5s;
}

.menu-toggle-bar {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 0;
  width: 100%;
  height: 2px;
  border-radius: 4px;
  background-color: white;
}

body:not(.nav-open) .menu-toggle .menu-toggle-bar {
  transition: all 0.3s ease 0.4s;
}

.nav-open .menu-toggle .menu-toggle-bar {
  transition: all 0.3s ease;
}

.menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, -8px);
}

.menu-toggle-bar.menu-toggle-bar--middle {
  /* No specific styles */
}

.menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 8px);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--top {
  transform: translate(0, 0) rotate(45deg);
}

.nav-open .menu-toggle-bar.menu-toggle-bar--middle {
  opacity: 0;
}

.nav-open .menu-toggle-bar.menu-toggle-bar--bottom {
  transform: translate(0, 0) rotate(-45deg);
}

/* main slider */

.main-slider-cnt {
  background-color: var(--dark-green);
}

.main-slide-gradient.bottom-gradient {
  background: linear-gradient(180deg, rgba(0, 23, 19, 0) 0%, #00231d 100%);
  bottom: -1px;
  height: 25%;
}

.header-cnt.header-bg .header-gradient.top-gradient {
  height: 0%;
}

.header-cnt.header-bg {
  background-color: #00231dd1;
  backdrop-filter: blur(24px);
}

.header-gradient.top-gradient {
  background: linear-gradient(0deg, rgba(0, 23, 19, 0) 0%, #00231d 100%);
  top: 0;
  height: 100%;
  left: 0;
  transition: all 0.3s;
}

.main-slider .slick-track {
  z-index: 1;
}

.main-slider .main-slide {
  /*transition: all 0.6s*/
  /*  linear(*/
  /*    0,*/
  /*    -0.0098,*/
  /*    0.00243,*/
  /*    0.0323,*/
  /*    0.0753,*/
  /*    0.128,*/
  /*    0.188,*/
  /*    0.252,*/
  /*    0.318,*/
  /*    0.385,*/
  /*    0.451,*/
  /*    0.514,*/
  /*    0.575,*/
  /*    0.632,*/
  /*    0.684,*/
  /*    0.733,*/
  /*    0.777,*/
  /*    0.817,*/
  /*    0.853,*/
  /*    0.884,*/
  /*    0.911,*/
  /*    0.935,*/
  /*    0.955,*/
  /*    0.972,*/
  /*    0.987,*/
  /*    0.998,*/
  /*    1.01,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1*/
  /*  );*/
  transition: transform 0.6s;
  transform: scale(1.1);
  background-color: #002e26;
  height: 100svh;
}

.main-slider .main-slide a {
  touch-action: auto;
}

.main-slider .slick-slide {
  border: none !important;
  overflow: hidden;
}

.main-slider .slick-slide > div {
  display: flex;
}

.main-slider .main-slide .video-cnt {
  /*transition: all 0.6s*/
  /*  linear(*/
  /*    0,*/
  /*    -0.0098,*/
  /*    0.00243,*/
  /*    0.0323,*/
  /*    0.0753,*/
  /*    0.128,*/
  /*    0.188,*/
  /*    0.252,*/
  /*    0.318,*/
  /*    0.385,*/
  /*    0.451,*/
  /*    0.514,*/
  /*    0.575,*/
  /*    0.632,*/
  /*    0.684,*/
  /*    0.733,*/
  /*    0.777,*/
  /*    0.817,*/
  /*    0.853,*/
  /*    0.884,*/
  /*    0.911,*/
  /*    0.935,*/
  /*    0.955,*/
  /*    0.972,*/
  /*    0.987,*/
  /*    0.998,*/
  /*    1.01,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1*/
  /*  );*/
  height: 100%;
  width: 100%;
  overflow: hidden;
  transform: scale(0.91);
  transition: all 0.7s;
}

.main-slider .main-slide.zoom-out .video-cnt {
  transform: scale(0.9, 0.8);
  border-radius: 35.545px;
}

.main-slider .main-slide.zoom-out {
  transform: scaleX(0.9);
}

.main-slider .main-slide .bg-square-cnt {
  width: 26px;
  border-radius: 8px;
  background-image: url(../imgs/navar.svg);
  background-size: 100% auto;
  bottom: 4px;
  top: 4px;
}

.main-slider .main-slide .bg-square-cnt.left-bg {
  left: 28px;
}

.main-slider .main-slide .bg-square-cnt.right-bg {
  right: 28px;
}

.main-slider-cnt .slider-arrow {
  height: 15px;
  width: 26px;
  right: 48px;
  background-color: transparent;
  transition: all 0.3s;
  opacity: 0.5;
}

.main-slider-cnt .slider-arrow.next-slide {
  bottom: 48px;
}

.main-slider-cnt .slider-arrow.prev-slide {
  bottom: 88px;
}

.main-slider-cnt .slider-arrow:hover {
  opacity: 1;
}

.main-slider .video-cnt .main-video-poster {
  opacity: 0;
  transition: opacity 0.7s, transform 0.3s;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-slider .video-cnt .main-video {
  opacity: 1;
  transition: opacity 0.7s, transform 0.3s;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.main-slider .video-cnt.loaded .main-video {
  opacity: 1;
}

.main-slider .video-cnt.loaded .main-video-poster {
  opacity: 0;
}

.main-slider .main-slide .video-top {
  height: 50%;
  top: 50%;
  right: 50%;
  max-width: 80%;
  transform: translate3d(50%, -50%, 0) scale3d(1, 1, 1);
  transition: transform 0.6s;
  /*transition: all 0.6s*/
  /*  linear(*/
  /*    0,*/
  /*    -0.0098,*/
  /*    0.00243,*/
  /*    0.0323,*/
  /*    0.0753,*/
  /*    0.128,*/
  /*    0.188,*/
  /*    0.252,*/
  /*    0.318,*/
  /*    0.385,*/
  /*    0.451,*/
  /*    0.514,*/
  /*    0.575,*/
  /*    0.632,*/
  /*    0.684,*/
  /*    0.733,*/
  /*    0.777,*/
  /*    0.817,*/
  /*    0.853,*/
  /*    0.884,*/
  /*    0.911,*/
  /*    0.935,*/
  /*    0.955,*/
  /*    0.972,*/
  /*    0.987,*/
  /*    0.998,*/
  /*    1.01,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.03,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.02,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1.01,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1,*/
  /*    1*/
  /*  );*/
}

.main-slider .main-slide .video-top a {
  max-width: 100%;
}

.main-slider .main-slide .video-top a.slide-logo {
  width: 400px;
}

.main-slider .main-slide .video-top a.slide-logo img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.main-slider .main-slide .video-top .custom-btn:not(.white-btn) {
  backdrop-filter: none;
  background-color: rgba(255, 255, 255, 0.3);
  /* padding: 14px 20px; */
}

.main-slider .main-slide .video-top .custom-btn:not(.white-btn):hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.main-slider .main-slide.zoom-out .video-top {
  transform: translate(50%, -50%) scale(1.5, 1.5);
  opacity: 0;
}

.main-slider .video-top .platform-logo {
  width: 24px;
  height: 24px;
}

.main-slider .video-top .platform-logo svg {
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  fill: #fff;
}

.main-slider .video-top .platform-logo.namava-logo {
  width: 65px;
}

.main-slider .video-top .platform-logo.filimo-logo:hover svg {
  fill: #fec23b;
}
.main-slider .video-top .platform-logo.namava-logo:hover svg {
  fill: #1993FF;
}


.main-slider .video-top .platform-logo.filimo-logo path {
  transition: all 0.3s;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-1 {
  fill: #f5853f;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-2 {
  fill: #f47633;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-3 {
  fill: #f99f3f;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-4 {
  fill: #f78e34;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-5 {
  fill: #fec23b;
}

.main-slider .video-top .platform-logo.filimo-logo:hover path.filimo-3 {
  fill: #fbad30;
}

.main-slider .video-top .platform-logo.filmnet-logo:hover svg {
  fill: #d32b4e;
}

/* what we do  */

.what-cnt {
  background-color: var(--dark-green);
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: hidden;
margin-top: -1px;
margin-bottom: -1px;
}

.what-txt-cnt {
  gap: 48px;
}

.what-cnt .what-txt-cnt {
  padding-left: 132px;
  position: relative;
  z-index: 12;
}

.what-slider .what-slide-text .what-slide-title {
  width: fit-content;
  margin: 0 auto;
}

.what-slider .what-slide-text .what-slide-title h4 {
  font-size: 20px;
  font-weight: 500;
  transition: all 0.3s;
}

.what-video-overlay {
  position: relative;
}

.swiper-what-container .swiper-slide {
  transition: width 1s ease;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.swiper-what-container .swiper-slide.swiper-slide-active {
  /* width: 400px !important; */
  width: calc(((50vw - 112px) / 2)) !important;
}

.what-slider-active-bg {
  width: 540px;
  right: -86px;
  filter: blur(24px);
  max-width: 100%;
  height: 91%;
  transform: translateY(-50%);
}

.what-slider-active-bg .what-slider-active-gradient {
  z-index: 1;
  height: 101%;
  width: 100%;
  background: radial-gradient(transparent 50%, #00231d 75%, #00231d 100%);
}

.what-slider-active-bg #gradient-img {
  transition: all 0.3s;
}

.what-slider-active-bg #gradient-img.opacity {
  opacity: 0;
}

.what-slider-active-bg #gradient-img:not(.opacity) {
  opacity: 0.3;
}

.what-slider-active-bg img {
  position: relative;
  z-index: 0;
  opacity: 0.3;
}

.swiper {
  transform: translate3d(0, 0, 0);
  will-change: width;
}

.what-video-overlay {
  position: relative;
}

.what-video-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(29, 32, 30, 0) 0%, #1d201e 100%);
}

.swiper-what-container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.swiper-what-container .swiper-slide .carousel-what-title {
  text-align: left;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  position: relative;
  font-family: var(--title-font);

  transform: translate3d(145px, 84px, 0) rotate(-90deg);
}

.swiper-what-container .swiper-slide .what-slide-sec-title {
  text-align: right;
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  font-family: var(--title-font);
      height: 70px;
    line-height: 1.3;
    display: flex;
    align-items: flex-end;
}

.swiper-what-container
  .swiper-slide:not(.swiper-slide-active)
  .carousel-what-title {
  transition: opacity 0.4s 0.2s;
}

.swiper-what-container .swiper-slide.swiper-slide-active .carousel-what-title {
  opacity: 0;
  transition: opacity 0.4s;
}

.swiper-what-container .swiper-slide .carousel-what-context {
  transition: all 1s;
  margin: 0 auto;
  width: calc(((50vw - 112px) / 2) - 80px) !important;
  justify-content: flex-end;
  bottom: 40px;
  left: 40px;
  right: 40px;
}

.swiper-what-container .swiper-slide .what-slide-gradient {
  background: linear-gradient(
    180deg,
    rgba(0, 67, 55, 0) 0%,
    #004337 80%,
    #004337 100%
  );
  border-radius: 20px;
  height: calc(100% + 60px);
  bottom: -60px;
  transition: all 0.3s;
  right: -2px;
  left: -2px;
}

.swiper-what-container .swiper-slide:hover .what-slide-gradient {
  bottom: -20px;
}

.swiper-slide .swiper-slide-cnt {
  transition: all 0.6s;
  background-size: cover;
  pointer-events: none;
  backface-visibility: hidden;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.swiper-slide:hover .swiper-slide-cnt {
  transform: scale3d(1.07, 1.07, 1.07);
}

.swiper-what-container .swiper-slide.swiper-slide-active .what-slide-bg {
  opacity: 1;
}

.swiper-what-container .swiper-slide .what-slide-bg img {
  opacity: 0.3;
}

.swiper-what-container
  .swiper-slide:not(.swiper-slide-active)
  .carousel-what-context {
  padding: 0;
  left: 44px;
}

.swiper-what-container .swiper-slide .carousel-what-disapearing {
  color: #fff;
  float: right;
  height: 208px;
  overflow: hidden;
  margin-top: 16px;
}

.swiper-what-container .swiper-slide .carousel-what-disapearing .desc-cnt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height:74px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-what-container .carousel-what-disapearing .custom-btn span {
  font-size: 12px;
}

.swiper-what-container
  .swiper-slide.swiper-slide-active
  .carousel-what-disapearing {
  transition: opacity 2s, transform 1s;
}

.swiper-what-container
  .swiper-slide:not(.swiper-slide-active)
  .carousel-what-disapearing {
  transform: translateY(130%);
  opacity: 0;
  transition: opacity 1s, transform 1s;
}

.swiper-button-next,
.swiper-button-prev {
  border-radius: 50%;
  display: flex;
  width: 48px !important;
  height: 48px !important;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(25px);
  padding: 8px;
  transition: all 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 24px !important;
  height: 24px !important;
}

.swiper-what-container .swiper-button-next {
  left: 0 !important;
  right: auto !important;
}

.swiper-what-container .swiper-button-prev {
  right: -24px !important;
  left: auto !important;
}

.swiper-what-container .swiper-button-next svg,
.swiper-what-container .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.what-slider-gradient {
  left: -1px;
  width: 123px;
  background: linear-gradient(
    270deg,
    rgba(0, 23, 19, 0) 0%,
    rgb(0, 35, 29, 0.87) 65%,
    #00231d 89.5%
  );
}

/* latest projest */

.latest-cnt {
  background-color: var(--dark-green);
  padding-top: 0px;
  padding-bottom: 60px;
  overflow-x: hidden;
  margin-bottom: -2px;
  margin-top: -1px;
}

.latest-cnt .latest-nav-cnt {
  margin-right: 112px;
  margin-left: 84px;
}

.latest-cnt .latest-nav-cnt .left-gradient {
  left: -112px;
  width: 75px;
  background: linear-gradient(
    270deg,
    rgba(0, 23, 19, 0) 0%,
    rgb(0, 35, 29, 0.87) 65%,
    #00231d 89.5%
  );
}

.latest-cnt .latest-nav-cnt .right-gradient {
  left: -84px;
  width: 75px;
  background: linear-gradient(
    270deg,
    rgba(0, 23, 19, 0) 0%,
    rgb(0 35 29 / 87%) 65%,
    #00231d 89.5%
  );
}

.latest-nav-cnt .swiper-button-next,
.latest-nav-cnt .swiper-button-prev {
  top: calc(50% - 20px);
}

.latest-nav-cnt .swiper-button-next {
  right: -90px !important;
}

.latest-nav-cnt .swiper-button-prev {
  left: -70px !important;
}

.latest-cnt .title-cnt, .latest-cnt .more-cnt {
  margin-bottom: 32px;
}

.latest-nav-slider {
  margin-bottom: 4px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.latest-nav-cnt.container-x {
  padding-right: 0;
}

.latest-nav-slider .nav-slide {
  height: 264px;
  /* width: 196px; */
  overflow: hidden;
  border-radius: 12.889px;
  border: 8px solid transparent;
  background-color: transparent;
  transition: all 0.3s;
  cursor: pointer;
}

.latest-nav-slider .nav-slide:hover {
  border: 8px solid #002f27;
  background-color: #002f27;
}

.latest-nav-slider .nav-slide img {
  border-radius: 8.889px;
}

.latest-nav-slider .swiper-slide-thumb-active .nav-slide {
  border: 8px solid #004337;
  background-color: #004337;
}

.latest-nav-slider .swiper-slide-thumb-active .nav-slide-cnt {
  margin-bottom: -12px;
  margin-top: 12px;
}

.latest-nav-slider .nav-slide-cnt {
  padding: 0 0px 40px 24px;
  transition: all 0.3s ease-in-out;
}

.latest-nav-slider .nav-slide-cnt .latest-nav-vector {
  opacity: 0;
  transition: all 0.3s;
  bottom: 12px;
  width: calc(100% - 24px);
}

.latest-nav-slider
  .swiper-slide-thumb-active
  .nav-slide-cnt
  .latest-nav-vector {
  opacity: 1;
}

.latest-slider .latest-slide-cnt {
  background-color: var(---sec-dark-green);
  border-radius: 16px;
  overflow: hidden;
}

.latest-slide-platform .platform-logo {
    width: 58px;
}

.slide-btns {
    scale: 0.91;
}

.latest-slide-platform .platform-logo svg{
    width: 100%;
}

.latest-slide-desc .desc-cnt{
      display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.latest-slider .latest-slide-cnt .latest-slide {
  height: 500px;
}

.latest-slider .latest-slide .latest-slide-gradient {
  background: linear-gradient(90deg, #0042363d 0%, #004236 100%);
  right: -1px;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
}

.latest-slider .latest-slide .latest-slide-context {
  padding-right: 72px;
  padding-left: 16px;
  padding-top: 72px;
  padding-bottom: 72px;
  gap: 32px;
  height: 100%;
  width: 400px;
  position: relative;
  z-index: 2;
}

.latest-slide-img-cnt {
  width: calc(100% - 400px);
  height: 100%;
}

.latest-slider .latest-slide-context .latest-slide-logo img {
  height: 90px;
}

.latest-slider .latest-slide-context .latest-slide-title {
}

.latest-slider .latest-slide-context .latest-slide-title h5 {
  text-transform: capitalize;
  font-weight: 500;
  font-family: var(--title-font) !important;
  font-size: 22px;
}

/* news section */

.news-cnt {
  background-color: var(--dark-green);
  padding-top: 60px;
  padding-bottom: 112px;
}

.news-cnt .swiper-button-prev {
  display: none;
}

.news-cnt .swiper-button-next {
  display: none;
}

.more-cnt span {
  font-weight: 500;
}

.news-cnt .news {
  margin-top: 44px;
}

.news-cnt .news-item {
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  overflow: hidden;
  transition: transform 0.6s ease-in-out;
  /* background-color: var(---sec-dark-green); */
}

.news-cnt .news-item-cnt {
  padding: 8px 12px;
}

.news-cnt .news .swiper-slide {
  width: 33.33333%;
}

.news-item .news-img {
  height: 394px;
  /* bottom: -1; */
  position: relative;
  z-index: 10;
  transition: transform 0.3s ease-in-out;
}

.news-item:hover .news-img {
  transform: scale(1.05);
}

.news-item .news-img img {
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

.news-item .news-item-gradient {
  bottom: -60px;
  z-index: 11;
  background: linear-gradient(
    180deg,
    rgba(0, 67, 55, 0) 27%,
    #004337 87%,
    #004337 100%
  );
  transition: all 0.6s;
  height: calc(100% + 60px);
}

.news-item:hover .news-item-gradient {
  bottom: -20px;
}


.all-services .news-item .news-context {
      transform: translateY(72px);
}

.news-item .news-context {
  gap: 16px;
  padding: 0 24px 28px 24px;
  z-index: 12;
  transform: translateY(50px);
  transition: all 0.5s;
  bottom: 0;
}

.news-item:hover .news-context {
  transform: translateY(0);
}

.news-item .news-context .more-cnt {
  opacity: 0;
  transition: all 0.8s;
  position: relative;
}

.news-item:hover .news-context .more-cnt {
  opacity: 1;
}

.news-item .news-context .more-cnt span {
  font-size: 14px;
  margin-top: 1px;
  margin-bottom: -1px;
  margin-left: 24px;
}

.news-item .news-context .more-cnt svg {
  width: 0;
  transition: all 0.8s;
  position: absolute;
  left: 24px;
  height: 24px;
  top: 0;
  transform: rotate(180deg);
}

.news-item:hover .news-context .more-cnt svg {
  width: 24px;
  left: 0px;
}

.news-item .news-context .news-date {
  font-size: 14px;
  gap: 8px;
  opacity: 0;
  transition: all 0.8s;
}

.news-item:hover .news-context .news-date {
  opacity: 1;
}

.news-txt-cnt {
  height: 48px;
}


.news-item .news-context .news-title h3{
    font-size: 20px;
    margin-bottom: 4px;
}

.news-item .news-context .news-title {
     font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
}

.news-item .news-context .news-txt {
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: capitalize;
  font-size: 16px;
}

.news-cnt .slick-button.slick-button-next {
  right: 50%;
  transform: translateX(160%);
}

.news-cnt .slick-button.slick-button-prev {
  left: 50%;
  transform: translateX(-160%);
}

.news-cnt .slick-button {
  position: absolute;
  bottom: 15px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

/* footer  */

footer.footer {
  background-color: var(--dark-green);
  margin-top: -1px;
}

.footer-bottom {
  /* border-top: 1px solid #003a30; */
}

.footer-bottom .copyright {
  text-align: center;
}

.footer-bottom .copyright span {
  font-size: 12px;
}

.footer-bottom .footer-social {
  gap: 28px;
  /* margin-left: -56px; */
}

.footer .footer-logo.zolf-footer-logo svg g :first-child {
  fill: rgb(255, 255, 255);
}

.footer-bottom .footer-social .social-item svg {
  transition: all 0.3s;
  fill: #adadad;
}

.footer-bottom .footer-social .social-item:hover svg {
  fill: #fff;
}

.footer .footer-adrian {
  gap: 8px;
  transition: all 0.3s;
  overflow: hidden;
}

.footer .footer-adrian-cnt {
  overflow: hidden;
  height: 21px;
  width: fit-content;
  margin: 0 auto;
}

.footer .footer-adrian-cnt:hover .footer-adrian {
  margin-top: -21px;
}

.footer .footer-adrian-cnt .footer-adrian-text {
  height: 21px;
  margin-bottom: -21px;
  transition: all 0.3s;
  text-align: center;
  font-size: 12px;
  color: #fff !important;
}

.footer .footer-adrian-cnt:hover .footer-adrian-text {
  margin-bottom: 0;
}

.footer .footer-adrian .adrian-logo {
  width: 57px;
}

.footer .footer-adrian .adrian-logo img{
  height: 21px;
}

.footer .footer-adrian .adrian-text {
  font-size: 12px;
  transition: all 0.3s ease-in-out;

  transform: translateY(22px);
}

.footer .footer-adrian:hover .adrian-text {
  transform: translateY(0px);
}

.footer .footer-top {
  width: 836px;
  padding-top: 32px;
  padding-bottom: 16px;
}

.footer .footer-logo svg {
  width: 80px;
  height: 110px;
}

.footer .footer-logo img {
  width: 80px;
  height: 110px;
}

.footer .footer-logo svg g > path:first-child {
  fill: #00957a;
}

.shab-body .footer .footer-logo svg g > path:first-child {
  fill: #fff;
}

.footer .footer-top .footer-desc .desc-cnt p {
  font-size: 14px;
}

.footer .footer-top .footer-menu-list {
  padding-left: 0;
}

.footer .footer-top .footer-menu-list > li {
  padding: 0 40px;
  border-right: 1px solid #003a30;
  text-align: center;
}

.footer .footer-top .footer-menu-list > li:first-child {
  border-right: none;
}

.footer .footer-top .footer-menu-list .footer-menu-item {
  color: var(--grey-color);
  transition: all 0.3s;
}

.mobile-new-item {
  display: none !important;
}

/* breadcrumb */
.brd-gradient {
  background: linear-gradient(180deg, rgb(0 23 19 / 37%) 0%, #00231d 100%);
  bottom: -1px;
}

.brd-img {
  height: 498px;
      background-color: #00231d;
}

span.brd-title {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 39.2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* about page */
.about-sec-logo {
  width: 203px;
  height: 89px;
}

.department-cnt {
  background-color: #00201a;
  padding-top: 64px;
  padding-bottom: 64px;
}

.department-items {
  margin-top: 56px;
}

.department-items-img {
  height: 142px;
}

.department-items-img img,
.department-items-img {
  border-radius: 20px;
  transition: all 0.3s;
}

.department-element {
  border-radius: 18px;
}

.department-img-gradient {
  top: 0;
  border-radius: 15px;
  background: linear-gradient(180deg, rgba(0, 67, 55, 0) 0%, #004337 100%);
}

span.deoartment-items-name {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  padding: 24px 32px;
  bottom: 0;
}

.department-items .arrow-gradient {
  width: 55px;
  height: 100%;
  left: -20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: linear-gradient(-90deg, rgba(0, 67, 55, 0) 0%, #004337 100%);
}


.department-items .arrow {
  top: 50%;
  left: -32px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.department-items .arrow img {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.department-element:hover .arrow {
  left: 20px;
}

.department-element:hover .department-items-img img {
  scale: 1.1;
}

.our-team {
  padding-top: 64px;
  padding-bottom: 64px;
  background-color: var(--dark-green);
}

.our-team-sec {
  row-gap: 89px;
  margin-top: 56px !important;
}

.our-team-img {
  height: auto;
  width: 263px;
  max-width: 100%;
  aspect-ratio: 1/1;
}

.our-team-des {
  max-width: 263px;
  margin: 0 auto;
}

.our-team-img,
.our-team-img img {
  border-radius: 20px;
}

.our-team-img img {
    object-fit: cover;
}

.our-team-name {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #fff;
    text-align: center;
}

.our-team-post {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: var(--primary-color);
    text-align: center;
}

.honers {
  background-color: #00201a;
  padding-top: 64px;
  padding-bottom: 64px;
}

.honers-items {
  margin-top: 56px !important;
}

.honors-year {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #ffff;
}

.honers-name {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: var(--primary-color);
}

.honers-subject {
      font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  color: #c0c0c0;
  
}


.honers-des {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  padding-left: 100px;
}

/* contact us page */
.contact-us {
  background-color: var(--dark-green);
  padding-top: 57px;
}

.contact-us .information {
  background-color: rgba(0, 67, 55, 1);
  padding: 24px;
  border-radius: 24px;
}

.information-icon {
  background-color: rgba(0, 149, 122, 1);
  width: 40px;
  height: 40px;
  border-radius: 16px;
}

/* .information-icon img{
      padding: 8px;
    } */
.information span {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

/* .social-icon img{
      background-color: rgba(0, 149, 122, 1);
      width: 40px;
      height: 40px;
      border-radius: 16px;
    } */
.map {
  background-color: var(--dark-green);
  /* top: 274px; */
}

.map iframe {
  height: 560px;
  filter: grayscale(100%) invert(92%) contrast(100%);
}

.map-gradient {
  pointer-events: none;
  top: 0;
  background: linear-gradient(
    90deg,
    #001713 0%,
    rgba(0, 23, 19, 0) 50%,
    #001713 100%
  ) !important;
}

.gm-style-mot {
  color: #ffffff00 !important;
}

iframe .gm-style-moc {
  display: none !important;
}

.info-form input,
.info-form textarea {
  background-color: rgba(0, 55, 45, 1);
  border-radius: 12px;
  color: #fff;
  padding: 16px;
}

.info-form textarea {
  resize: none;
}

.info-form .title-name h6 {
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 32px;
}

.info-form label {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.info-form .send-btn {
  background-color: var(--primary-color);
  border-radius: 24px;
  padding-top: 11.5px;
  padding-bottom: 11.5px;
  transition: all 0.3s;
}

.info-form .send-btn:hover {
  background-color: rgba(0, 184, 150, 1);
}

.pr-24 {
  padding-right: 24px !important;
}

/* project page */
.our-project {
  background-color: var(--dark-green);
  padding-bottom: 64px;
}

#tabs {
  margin-top: 0px;
  background-color: rgba(0, 30, 25, 1);
  width: fit-content;
  position: relative;
  border-radius: 136px;
}

#tabs .bg {
  position: absolute;
  width: 120px;
  height: 40px;
  background: #ffffffec;
  top: 50%;
  transform: translate(10px, -50%);
  transition: all 0.5s ease-in-out;
  border-radius: 22px;
}

#tabs ul {
  padding: 8px;
  display: flex;
}

#tabs ul li {
  margin: 0;
  padding: 0;
  width: 120px;
  text-align: center;
  cursor: pointer;
}

#tabs ul li label {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 500;
  color: #fff;
  z-index: 2;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

#button-1:checked ~ ul li:nth-child(1) label,
#button-2:checked ~ ul li:nth-child(2) label,
#button-3:checked ~ ul li:nth-child(3) label {
  color: var(--primary-color);
  transition: all 0.7s ease-in-out;
}

#tabs #button-1:checked ~ .bg {
  transform: translate(calc(0px - 8px), -50%);
}

#tabs #button-2:checked ~ .bg {
  transform: translate(calc(-100% - 8px), -50%);
}

#tabs #button-3:checked ~ .bg {
  transform: translate(calc(-200% - 8px), -50%);
}

#tabs input[type="radio"] {
  display: none;
}

.projects-cnt {
  margin-top: 77px !important;
}

.projects {
  transition: opacity 1s, height 0.1s 2s;
  overflow: hidden;
}

.projects:not(.active) {
  height: 0;
  opacity: 0;
}

.project-items {
  height: 368px;
  padding: 1px !important
}

.project-img {
  box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.25);
  height: calc(100% - 2px);
  margin: 1px;
        width: calc(100% - 3px);
}

.project-img, .project-items {
  border-radius: 16px;
}
.project-items img {
  transition: all 0.9s;
}
.project-items:hover .project-des {
  bottom: 0;
  opacity: 0.96;
}

.project-items:hover .project-img > img {
  transform: scale(1.1);
}

.project-des {
  background: linear-gradient(0deg, rgba(0, 49, 41) 32% , transparent 90%) !important;
  backdrop-filter: blur(2px);
  /* top: 0; */
  gap: 16px;
  padding: 32px 16px !important;
  transition: all 0.9s !important;
  bottom: -368px;
  opacity: 0;
}
.project-des {
  /* transition: opacity 1.5s !important; */
  /* opacity: 0; */
}
.project-des h6 {
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0 !important;
  text-align: center;
  
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-des > span {
  font-weight: 400;
  color: #fff;
  font-size: 16px;
}

.project-des .more span {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 18px;
}

.custom-pagination,
.custom-pagination .ltr {
  gap: 12px;
}

.custom-pagination a {
  color: #fff !important;
  font-weight: 400;
  font-size: 18px;
  height: 36px;
  width: 36px;
  border-radius: 12px;
}

.custom-pagination a:hover {
  background-color: rgba(0, 67, 55, 1);
}

.custom-pagination {
  margin-top: 64px;
}

.custom-pagination a.active {
  background-color: var(--primary-color);
  border-radius: 12px;
}

/* all news page */
.all-news.news-cnt {
  background-color: var(--dark-green);
  padding-bottom: 64px;
}

/* single news page */
.brd .container-x.position-absolute {
  bottom: 0;
}

.brd-address img.brd-arrow {
  /* rotate: 180deg; */
  margin-top: 3px;
}

.brd-address a {
    color: #fff;
    font-weight:400;
    font-size: 16px;
}

.brd-address span {
  font-weight: 400;
  font-size: 16px;
}

.brd-address span.disable {
  color: rgba(144, 144, 144, 1);
}

.brd-address span.active,
.brd-address span.date {
  color: #ffff;
}

.bullet {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.brd .brd-address {
  margin-top: 23px;
}

.single-news-body {
  background-color: var(--dark-green);
  padding-top: 57px;
  padding-bottom: 112px;
}

.single-news-body p {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.img-news {
  margin-top: 48px;
  margin-bottom: 48px;
}

.img-news img {
  border-radius: 24px;
}

/* dar entehaye shab page */

.shab-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
  text-transform: capitalize;
}

.shab-title h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
  text-transform: capitalize;
}

.main-section-cnt {
  height: 100svh;
  background-color: var(--cream-color);
  padding-top: 84px;
}

.start-animation #click-to-start {
  opacity: 0;
  visibility: hidden;
}

#click-to-start {
  transition: all 0.3s;
}

#hover-on-persons {
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
}

#hover-on-persons span {
  font-weight: 500;
  font-size: 20px;
  color: #42300a;
  border-radius: 16px;
  border: 1px solid #eedbb0;
  background: #fff4db4d;
  padding: 9px 18px 12px 18px;
  cursor: pointer;
}

.start-animation #hover-on-persons {
  opacity: 1;
  visibility: visible;
}

#click-on-persons {
  transition: all 0.3s 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 25%;
  display: none;
}

#click-on-persons span {
  font-weight: 500;
  font-size: 14px;
  color: #42300a;
  border-radius: 16px;
  border: 1px solid #eedbb0;
  background: #fff4db4d;
  padding: 9px 18px 12px 18px;
  cursor: pointer;
}

.start-animation #click-on-persons {
  opacity: 1;
  visibility: visible;
}

#click-to-start span {
  font-weight: 500;
  font-size: 20px;
  color: #42300a;
}

.main-section-cnt .main-video-bg {
  mix-blend-mode: multiply;
  z-index: 7;
}

.main-section-cnt .main-video-bg video {
  max-width: 100%;
  max-height: 100%;
}

.main-section-cnt .main-img-bg {
  height: 490px;
  bottom: 50%;
  animation: visible-forward-up 1s forwards;
  opacity: 0;
  transform: translateY(60%);
}

@keyframes visible-forward-up {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }
  100% {
    opacity: 1;
    transform: translateY(40%);
  }
}

.main-section-cnt .main-img-bg .main-bg-linear {
  background: linear-gradient(180deg, rgba(253, 237, 201, 0) 0%, #fdedc9 100%);
}

.start-animation .main-section-cnt .shab-logo {
  animation: zoom-out-forward-down 1s forwards;
}

.main-section-cnt .shab-logo {
  width: 35%;
  bottom: 100px;
  transform: translate(-50%, -65%);
  z-index: 10;
  top: 50%;
}

@keyframes zoom-out-forward-down {
  0% {
    transform: translate(-50%, -65%);
  }
  100% {
    transform: translate(-50%, 15%) scale(0.7);
  }
}

.main-section-cnt .main-linear {
  height: 20%;
  z-index: 10;
  background: linear-gradient(to top, #fef7e2 0%, rgba(253, 237, 201, 0) 100%);
}

.main-section-cnt .shab-platform {
  border-radius: 16px;
  border: 1px solid #eedbb0;
  background: #fff4db;
  bottom: 112px;
  z-index: 10;
  transition: all 1s;
  opacity: 0;
}

.start-animation .main-section-cnt .shab-platform {
  opacity: 1;
}

.main-section-cnt .shab-platform span {
  color: #42300a;
  text-transform: capitalize;
}

.main-section-cnt .main-persons-cnt {
  height: 100%;
  position: relative;
  z-index: 9;
  flex-direction: row-reverse;
}

.start-animation .main-section-cnt .main-persons-cnt .parsa-cnt {
  animation: visible-grow 1.5s forwards 1s;
}

.main-section-cnt .main-persons-cnt .parsa-cnt {
  height: 95%;
  margin-left: -102px;
  opacity: 0;
  transform-origin: bottom;
  transition: all 0.5s;
  visibility: hidden;
}

.main-section-cnt .main-persons-cnt .parsa-cnt:hover {
  scale: 1.02 !important;
}

.main-section-cnt .main-persons-cnt .hoda-cnt.blur {
  scale: 0.98 !important;
}

.main-section-cnt .main-persons-cnt .parsa-cnt.blur {
  scale: 0.98 !important;
}

.main-section-cnt .main-persons-cnt .hoda-cnt:hover {
  scale: 1.02 !important;
}

.start-animation .main-section-cnt .main-persons-cnt .hoda-cnt {
  animation: visible-grow 1.5s forwards 1.3s;
}

.main-section-cnt .main-persons-cnt .hoda-cnt {
  height: 88%;
  margin-right: -102px;
  opacity: 0;
  transform-origin: bottom;
  visibility: hidden;
  transition: all 0.5s;
}

@keyframes visible-grow {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
}

@keyframes shrink {
  0% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(0.08);
  }
}

@keyframes grow {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}

.sound-btn {
  bottom: 112px;
  border-radius: 16px;
  border: 1px solid #eedbb0;
  background: #fff4db;
  cursor: pointer;
  z-index: 10;
  transition: all 1s;
  opacity: 0;
}

body.shab-body {
  overflow: hidden;
}

body.shab-body.nav-open.start-animation {
  overflow: hidden;
}

body.shab-body.start-animation {
  overflow: visible;
}

.start-animation .sound-btn {
  opacity: 1;
}

.sound-btn .unmute {
  display: none;
}

.blur {
  filter: blur(7.5px);
}

/* dar entehaye shab introduction section */

.shab-body .header-cnt {
  background: transparent;
}

.shab-body .header-cnt .lang-cnt span,
.shab-body .header-cnt .lang-cnt a {
  color: #42300a;
}

.shab-body .menu-toggle .menu-toggle-bar {
  background-color: #42300a;
}

.shab-body .header-cnt .header-menu-cnt {
  background-color: var(--cream-color);
}

.shab-body .header-cnt .spin .grey-text {
  color: #42300abe;
}

.shab-body .header-cnt .spin .white-text {
  color: #42300a;
}

.shab-body footer.footer {
  background-color: #42300a;
}

.shab-body .footer .footer-top .footer-menu-list > li {
  border-right: 1px solid #7b5300;
}

.shab-body .footer .footer-top .footer-menu-list > li:first-child {
  border-right: none;
}

.shab-intro-cnt {
  background-color: #fef7e2;
  padding-left: 0;
  overflow: hidden;

}

.shab-intro-cnt .shab-intro-right {
    padding-top: 100px;
  padding-bottom: 100px;
  width: 45%;
}

.shab-title h1 {
  font-size: 24px;
  font-weight: 700;
  color: var(--black-color);
}

.shab-intro-cnt .shab-intro-line {
  height: 1px;
  background-color: #e7d9bb;
}

.shab-intro-cnt .shab-title .shab-year {
  font-weight: 500;
  color: var(--black-color);
  font-size: 14px;
  margin-bottom: 2px;
}

.shab-intro-cnt .shab-intro-title {
  font-weight: 700;
  font-size: 20px;
  color: var(--black-color);
}

.cloudy-video-cnt {
  width: 150%;
  top: 50%;
  right: 50%;
  transform: translate(50%, -60%);
  height: 150%;
  mix-blend-mode: screen;
  z-index: 10;
}

.custom-btn.brown-btn {
  background: #42300a;
}

.custom-btn.imdb-btn {
  background-color: #fff;
}

.h-fit {
  height: fit-content;
}

.custom-btn.imdb-btn span {
  margin-top: 0;
}

.custom-btn > div {
  height: 18px;
}

.custom-btn > span {
  height: 18px;
}

.carousel-what-disapearing .custom-btn > div {
  height: 18px;
}

.shab-intro-left {
  width: 55%;
}

.shab-intro-left .cloudy-top-gradient {
  z-index: 11;
  height: 60%;
  background: linear-gradient(to bottom, #fef7e2 0%, transparent 100%);
}

.shab-intro-left .cloudy-bottom-gradient {
  z-index: 11;
  height: 60%;
  bottom: -1px;
  background: linear-gradient(to top, #fef7e2 0%, transparent 100%);
}

.shab-intro-left .cloudy-left-gradient {
  z-index: 11;
  right: -2px;
  width: 40%;
  background: linear-gradient(to left, #fef7e2 0%, transparent 100%);
}

.crews-slider-dots .slick-slide {
  cursor: pointer;
  transition: all 0.3s;
}

.shab-crews-cnt {
  background-color: #f3e2bd;
  padding-right: 0;
  overflow: hidden;
}

.crew-slide .crew-slide-img {
  /*background-image: url(../imgs/kooche.png);*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -120px center;
  height: 880px;
  margin-top: -48px;
  margin-bottom: -48px;
  width: 55%;
}

.crew-slide .crew-slide-img img {
  height: 70%;
 
}

.crew-slide .actor-name span {
  color: #42300a;
  font-size: 18px;
  font-weight: 700;
}

.crew-slide .char-name span {
  color: #42300a;
  font-size: 18px;
  font-weight: 300;
}

.crew-slide .crew-names-line {
  width: 1px;
  height: 60%;
  background-color: #d2c099;
}

.crew-slide .crew-slide-text {
  border-radius: 16px;
  border: 1px solid #e7dcc2;
  background: rgba(253, 237, 201, 0.5);
}

.crew-slide .crew-slide-text p {
  color: #6d6d6d;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.crew-slide .crew-slide-context {
  margin-top: 440px;
  width: 45%;
  height: 164px;
}

.crews-slider-dots-cnt {
  justify-content: flex-end;
  gap: 30px;
  padding-top: 48px;
  height: 50%;
  width: 45%;
}

.crews-slider-dots-cnt .crews-dots-slide-cnt {
  padding: 40px 20px;
}

.crews-slider-dots
  .slick-slide:nth-child(even)
  .crews-dots-slide-cnt
  .crews-dots-slide {
  transform: rotate(5deg);
}

.crews-slider-dots
  .slick-slide:nth-child(odd)
  .crews-dots-slide-cnt
  .crews-dots-slide {
  transform: rotate(-5deg);
}


.crews-slider-dots .slick-slide .crews-dots-slide-cnt .crews-dots-slide {
  transform: scale(1);
  transition: 0.5s all;
}

.crews-slider-dots
  .slick-slide.slick-current
  .crews-dots-slide-cnt
  .crews-dots-slide,
.crews-slider-dots
  .slick-slide.slick-target
  .crews-dots-slide-cnt
  .crews-dots-slide {
  transform: scale3d(1.2, 1.2, 1.2) rotate(0);
  box-shadow: -5px 4.833px 16.19px 0px rgba(0, 0, 0, 0.2);
}

.crews-slider-dots-cnt .crews-dots-slide {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 8px;
  width: fit-content;
  cursor: pointer;
  transition: all 0.3s;
  max-width:100%;
}

.crews-slider-dots-cnt .crews-dots-slide .crew-dot-title {
  line-height: 1;
  text-align: center;
  margin-top: 4px;
      white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 118px;
    max-width: 100%;
}

.crews-slider-dots-cnt .crews-dots-slide .crew-dot-title span {
  color: #6d6d6d;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.crews-slider-dots-cnt .crews-dot-img {
  height: auto;
  width: 120px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 4px;
  transition: all 0.3s;
  filter: grayscale(1);
  overflow: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.crews-slider-dots-cnt .slick-current .crews-dot-img,
.crews-slider-dots-cnt .slick-target .crews-dot-img {
  filter: grayscale(0);
}

.shab-gallery-cnt {
  background-color: var(--cream-color);
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 8px;
}

.shab-gallery-cnt .shab-gallery-slide {
  border-radius: 24px;
  overflow: hidden;
  height: 275px;
  cursor: pointer;
}

.shab-gallery-cnt .shab-gallery-slide .shab-gallery-img {
  height: 100%;
}

.gallery-video-cnt {
  position: relative;
}

#one .gallery-video,
#two .gallery-video, .gallery-video-cnt-cnt .gallery-video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

#one,
#two, .gallery-video-cnt-cnt {
  padding: 0 !important;
  border-radius: 16px;
  height: 80vh;
  width: 80vw;
  overflow: hidden !important;
  background-color: #000;
}

.play-icon-cnt {
    cursor: pointer;
}

.play-icon-cnt .play-icon {
  background-color: #212121b2;
  border-radius: 50%;
  height: 48px;
  width: 48px;
}

.fancybox-close-small:after {
  color: #fff !important;
  background-color: #212121b2 !important;
}

.honors-cnt {
  background-color: var(--cream-color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.honors-cnt .honors {
  margin-top: 40px;
}

.honors-cnt .honors .slick-slide {
  width: calc((100vw - 228px) / 3);
}

.honors-cnt .honor-year {
  color: #6d6d6d;
  font-size: 16px;
}

.honors-cnt .honors-title h5 {
  color: #42300a;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.honors-cnt .honors-desc {
  color: #6d6d6d;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.honors .slick-arrow.slick-next {
  right: -20px;
  rotate: 180deg;
}

.honors .slick-arrow.slick-prev {
  left: -20px;
   rotate: 180deg;
}

.honors .slick-arrow {
  z-index: 1;
  cursor: pointer;
}

/* concertine page  */

.concert-body {
  background-color: var(--black-color);
}

.concert-body .concert-main-cnt {
  height: 100svh;
}

.concert-body .concert-main-cnt .concert-main-content {
  flex-direction: row-reverse;
}

.concert-main-context {
  position: relative;
}

.concert-body .concert-main {
  padding-top: 84px;
}

@keyframes fade-right {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

.concert-main-logo {
  width: 482px;
  max-width: 100%;
  animation: fade-right 0.8s forwards ease-out;
}

.concert-body .concert-main-img {
  animation: fade-up 1s forwards ease-out;
  height: 100%;
}

.concert-body .concert-main-video-gradient {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
  height: 50%;
}

.concert-body .concert-main-gradient {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
}

.main-btns {
  opacity: 0;
  flex-direction: row-reverse;
  animation: fade-right 0.8s forwards 0.2s ease-out;
}

.concert-btn {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s;
  height: 48px;
}

.concert-btn:hover {
  background-color: #b4b4b41f;
}

.concert-intro-cnt {
  padding-top: 94px;
  padding-bottom: 94px;
}

.concert-intro-cnt .concert-intro {
  flex-direction: row-reverse;
}

.concert-intro-cnt .concert-intro-note {
  bottom: -1px;
  width: 50%;
}

.concert-intro-cnt .concert-intro-note svg {
  width: 100%;
  height: 100%;
}

.concert-intro-cnt .concert-intro-slide {
  border-radius: 24px;
}

.concert-intro .concert-intro-left {
  padding-right: 164px;
  order: 1;
  width: 67%;
}

.shab-body .concert-intro-desc-cnt .concert-intro-desc {
     max-height: 63px;
  height: fit-content;
  overflow: hidden;
  transition: all 0.8s ease-out;
  overflow: hidden;
  position: relative;
}

.shab-body .concert-intro-desc-cnt .concert-intro-desc::after {
     content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fef7e2);
    transition: opacity 0.3s ease-in-out;
}


.shab-body .concert-intro-desc-cnt .show-more span{
    font-weight: 600;
    color: var(--black-color);
    font-size: 14px;
}

.shab-body .concert-intro-desc-cnt.show-more .concert-intro-desc::after {
    opacity: 0;
}

.concert-intro-desc-cnt .concert-intro-desc {
  max-height: 270px;
  height: fit-content;
  overflow: hidden;
  transition: all 0.8s ease-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 10;*/
  overflow: hidden;
  /*text-overflow: ellipsis;*/
  position: relative;
}

.concert-intro-desc-cnt .concert-intro-desc::after {
       content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #151515);
    transition: opacity 0.3s ease-in-out;
}


.concert-intro-desc-cnt.show-more .concert-intro-desc:after {
    opacity: 0;
}

.concert-intro-desc-cnt.show-more .concert-intro-desc {
  max-height: 1500px;
  /*-webkit-line-clamp: 50;*/
}

.concert-intro .concert-intro-right {
  padding-top: 98px;
      padding-bottom: 8px;
  order: 2;
  width: 33%;
}

.concert-intro .concert-intro-left .concert-intro-logo {
  margin-bottom: 36px;
  width: 262px;
}

.concert-intro .concert-intro-left .concert-intro-crews {
  gap: 16px;
}

.concert-intro-left .concert-intro-crews .concert-intro-crews-item {
  padding: 16px 24px;
  background-color: #0f0f0f;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
}

.concert-intro .concert-intro-left .concert-intro-desc {
  margin-top: 72px;
}

.concert-intro-left .crew-resp {
  font-size: 14px;
  font-weight: 300;
}

.concert-intro-left .crew-name {
  font-size: 16px;
  font-weight: 600;
}

.concert-intro-left .concert-intro-desc p {
  font-size: 16px;
  line-height: 1.5;
}

.cr-pointer {
  cursor: pointer;
}

.w-fit {
  width: fit-content;
}

.h-fit {
  height: fit-content;
}

.concert-intro-left .show-more span {
  font-weight: 900;
  font-size: 14px;
  color: #b01116;
  transition: all 0.3s;
}

.concert-intro-left .show-more:hover span {
  color: #d90007;
}

.concert-intro-desc-cnt .concert-intro-desc {
  max-height: 258px;
  height: fit-content;
  overflow: hidden;
  transition: all 0.8s ease-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 10;*/
  overflow: hidden;
  text-overflow: ellipsis;
}

.concert-intro-desc-cnt.show-more .concert-intro-desc {
  max-height: 800px;
  -webkit-line-clamp: 50;
}

.concert-guest-cnt {
  padding-top: 286px;
  padding-bottom: 156px;
}

.concert-guest-cnt .guest-bg-video {
  height: 100%;
}

.concert-guest-cnt .concert-guest-slider-cnt {
  padding-bottom: 56px;
}

.concert-guest-cnt .guest-slide {
  height: 585px;
}

.concert-guest-cnt .concert-video-gradient {
  background: radial-gradient(
    ellipse at 50% 44%,
    transparent 0%,
    rgb(21 21 21) 49%
  );
  width: 300%;
}

.concert-guest-cnt .guest-name-cnt {
  bottom: 0px;
  z-index: 11 !important;
}

.concert-guest-cnt .guest-name {
  border-radius: 12px;
  border: 1px solid #1f1f1f;
  background: rgba(21, 21, 21, 0.70);
  backdrop-filter: blur(5px);
  margin-bottom: 24px;
  text-align: center;
}

.concert-guest-cnt .guest-name span {
  color: #b01116;
  font-size: 50px;
  font-weight: 900;
}

.concert-guest-slider-cnt .mic-cnt {
  width: 90px;
  height: 484px;
  transform: translateX(-50%);
  z-index: 10;
  bottom: -32px;
  transition: all 0.8s;
}

.concert-guest-cnt.slide-changing .mic-cnt {
  bottom: -66px;
}

.concert-guest-slider .slick-slide .guest-slide .guest-img {
  transform: scale(1);
  opacity: 1;
  transition: all 0.8s;
}

.concert-guest-slider .slick-slide .guest-slide.fade-zoom-out .guest-img {
  transform: scale(0.9);
  opacity: 0;
}

.concert-guest-slider .slick-slide .guest-slide .guest-name {
  opacity: 1;
  transition: all 0.8s;
}

.concert-guest-slider .slick-slide .guest-slide.fade-zoom-out .guest-name {
  opacity: 0;
}

.concert-guest-cnt .guest-name-cnt .guest-title span {
  font-weight: 900;
  font-size: 20px;
}

.concert-guest-slider-cnt .guest-slider-arrow.next-arrow {
  right: 0;
}

.concert-guest-slider-cnt .guest-slider-arrow.prev-arrow {
  left: 0;
}

.concert-guest-slider-cnt .concert-slide-video-bg {
  mix-blend-mode: lighten;
  width: 100%;
}

.column {
  position: relative;
  float: left;
  min-height: 1px;
  width: 25%;
}

.my-shuffle {
  position: relative;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}

.container img {
  display: block;
  width: 100%;

  max-width: none;
  height: 100%;
  object-fit: cover;
}

.grid-cnt {
  display: flex;
  justify-content: center;
  margin: 4px auto 0 auto;
}

.picture-item-cnt {
  padding: 12px;
  width: 25%;
}

.picture-item-cnt .picture-item {
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 16px;
  display: block;
  position: relative;
}

.picture-item-cnt .picture-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.picture-item-cnt .picture-item:hover img {
  scale: 1.05;
}

.concert-gallery-cnt {
  margin-top: 98px;
  margin-bottom: 98px;
}

.concert-gallery::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.concert-gallery-cnt .concert-gallery {
  height: 592px;
  overflow-y: scroll;
}

.single-page-project {
    background-color: #00231d;
}


.single-page-project .concert-gallery-cnt .concert-gallery {
    height: fit-content;
}

.single-page-project .concert-gallery-cnt .gallery-top-gradient {
  background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, #00231d 100%);
}

.single-page-project .concert-gallery-cnt .gallery-bottom-gradient {
      background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #00231d 100%);
}

.concert-gallery-cnt .gallery-top-gradient {
  background: linear-gradient(0deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
  height: 10% !important;
}

.concert-gallery-cnt .gallery-bottom-gradient {
  background: linear-gradient(180deg, rgba(21, 21, 21, 0) 0%, #151515 100%);
  height: 10% !important;
}

.concert-body footer.footer {
  background-color: var(--black-color);
}

/* **********/
/* dar zolfe to page */
.zolf-video {
  height: 100vh;
}

.zolf-video-poster {
  top: 0;
}

.video-poster {
  opacity: 1;
  transition: opacity 1s linear;
}

.video-gradient {
  top: 0;
  background: linear-gradient(0deg, #3a5134 0%, rgba(58, 81, 52, 0) 125%);
}

.poster-gradient {
  background: linear-gradient(0deg, #3a5134 0%, rgba(58, 81, 52, 0) 37.5%);
  top: 0;
}

.zolf-poster-name {
  bottom: 0;
}

.white-zolf,
.yellow-zolf {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, calc(50% - -162px));
  z-index: 2;
}

@keyframes goUp {
  0% {
    transform: translate(-50%, calc(50% - -162px));
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

@keyframes changeFillColor {
  0% {
    fill: #fff;
  }

  100% {
    fill: #f9cd7f;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.white-zolf {
  animation: goUp 1.5s forwards;
  animation-delay: 1.5s;
}

.white-zolf svg {
  animation: scale 1.5s forwards;
  animation-delay: 1.5s;
}

.white-zolf svg path {
  animation: changeFillColor 1.5s forwards;
  animation-delay: 1.5s;
}

.zolf .container-x.position-absolute {
  bottom: 30px;
}

.listen span,
.listen-text {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.invisible-btn {
  margin-bottom: -40px;
}
.listen .listen-icon:hover .invisible-btn {
  margin-bottom: 0px;
}
.visible-btn,
.invisible-btn {
  transition: all 0.3s;
}
.listen .listen-icon:hover .visible-btn {
  margin-top: -35px;
}
.aparat .invisible-btn {
  margin-bottom: -25px;
}
.aparat:hover .invisible-btn {
  margin-bottom: 0px;
}
.aparat {
  height: 25px;
}
.aparat:hover .visible-btn {
  margin-top: -35px;
}
.listen-icon {
  padding: 8px 12px 8px 16px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2.142857074737549px);
  height: 42px;
}

.rotate {
  transform: scale(-1);
}

.mute img {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.zolf .container-x.zolf-slider.position-absolute {
  bottom: -100px;
}

.zolf-slider {
  background-color: #3a5134;
}

.zolf-item,
.zolf-item img {
  border-radius: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.zolf-item:hover img {
  scale: 1.1;
}

.zolf-slider-gradient {
  top: 0;
  border-radius: 16px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(58, 81, 52, 0) 0%,
    rgba(58, 81, 52, 0.6) 100%
  );
}

.w-fit-content {
  width: fit-content;
}

.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}

.zolf-cnt {
  margin-left: -150px;
}
.zolf-slider .slick-slide > div {
  padding-left: 24px;
}

.zolf-item .position-relative {
  height: 203px;
  border-radius: 16px;
}

.zolf-item .position-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zolf-content {
  background: #3a5134;
  padding-top: 89px;
  padding-bottom: 80px;
  margin-top: 209px;
}

.zolf-content .zolf-poster {
  width: 360px;
  height: auto;
  max-width: 100%;
  aspect-ratio: 1/1;
}

.zolf-content .zolf-poster,
.zolf-content .zolf-poster img {
  border-radius: 18px;
}

.zolf-content .zolf-pragragh {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.zolf-content .btns {
  gap: 61px;
  margin-top: 17px;
  flex-wrap:wrap;
}

.zolf-content .btns a {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #354b30;
}

.zolf-content .btns span {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.boxes {
  margin-top: 92px;
}

.boxes .box {
  border-radius: 12px;
  border: 1px solid #34472f;
  background: rgba(41, 61, 36, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 16px 24px;
}

.boxes .box span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.boxes .box h6 {
  color: rgba(235, 224, 158, 1);
  font-weight: 500;
  font-size: 16px;
}

.zolf-content .zolf-bg {
  bottom: -37px;
  right: 0;
}

.zolf-bottom-video.video-full-screen .zolf-bottom-video-gradient {
    opacity: 0;
}

.zolf-bottom-video {
  height: 423px;
  width: 100%;
  position: relative;
  transition: all 0.7s;
  z-index: 5;
}
#zolf-bottom-video {
  object-fit: cover;
  display: block;
  height: 100%;
}
.zolf-bottom-video-gradient {
  top: 0;
  background: linear-gradient(0deg, #3a5134 0%, #3a5134 100%);
  mix-blend-mode: saturation;
  z-index: 0;
  pointer-events: none;
}
.zolf-bottom-video .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(235, 224, 158, 1);
  border-radius: 50%;
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  display: flex;
}
.video-full-screen {
  height: 100vh;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  transition: height 0.5s ease-in-out;
}
.zolf-bottom-video .exit {
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: opacity 0.7s;
  cursor: pointer;
  z-index: 102;
}
.zolf-bottom-video.video-full-screen .exit {
  opacity: 1;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 30%) !important;
  padding: 8px;
  border-radius: 50%;
}
.zolf::-webkit-scrollbar {
  display: none;
}
.zolf .fancybox-slide > * {
  display: inline-flex !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff00 !important;
  overflow: auto;
  box-sizing: border-box;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.zolf-video {
  height: 100vh;
}

.zolf-video-poster {
  top: 0;
}

.video-poster {
  opacity: 1;
  transition: opacity 1s linear;
}

.video-gradient {
  top: 0;
  background: linear-gradient(0deg, #3a5134 0%, rgba(58, 81, 52, 0) 125%);
}

.poster-gradient {
  background: linear-gradient(0deg, #3a5134 0%, rgba(58, 81, 52, 0) 37.5%);
  top: 0;
}

.zolf-poster-name {
  bottom: 0;
}

.white-zolf,
.yellow-zolf {
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, calc(50% - -162px));
  z-index: 2;
}

@keyframes goUp {
  0% {
    transform: translate(-50%, calc(50% - -162px));
  }

  100% {
    transform: translate(-50%, 50%);
  }
}

@keyframes changeFillColor {
  0% {
    fill: #fff;
  }

  100% {
    fill: #f9cd7f;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.3);
  }
}

.white-zolf {
  animation: goUp 1.5s forwards;
  animation-delay: 1.5s;
}

.white-zolf svg {
  animation: scale 1.5s forwards;
  animation-delay: 1.5s;
}

.white-zolf svg path {
  animation: changeFillColor 1.5s forwards;
  animation-delay: 1.5s;
}

.zolf .container-x.position-absolute {
  bottom: 30px;
}

.listen span,
.listen-text {
  font-weight: 300;
  font-size: 16px;
  color: #fff;
}
.invisible-btn {
  margin-bottom: -40px;
}
.listen .listen-icon:hover .invisible-btn {
  margin-bottom: 0px;
}
.visible-btn,
.invisible-btn {
  transition: all 0.3s;
}
.listen .listen-icon:hover .visible-btn {
  margin-top: -35px;
}
.aparat .invisible-btn {
  margin-bottom: -25px;
}
.aparat:hover .invisible-btn {
  margin-bottom: 0px;
}
.aparat {
  height: 25px;
}
.aparat:hover .visible-btn {
  margin-top: -35px;
}

.rotate {
  transform: scale(-1);
}

.mute img {
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  padding: 10px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.zolf .container-x.zolf-slider.position-absolute {
  bottom: -100px;
}

/* .bg-green {
    background-color: #3A5134;
    height: 103px;
  } */

.zolf-slider {
  background-color: #3a5134;
}

.zolf-item,
.zolf-item img {
  border-radius: 16px;
  transition: all 0.3s;
  cursor: pointer;
}

.zolf-item:hover img {
  scale: 1.1;
}

.zolf-slider-gradient {
  top: 0;
  border-radius: 16px;
  border-radius: 16px;
  background: linear-gradient(
    180deg,
    rgba(58, 81, 52, 0) 0%,
    rgba(58, 81, 52, 0.6) 100%
  );
}

.w-fit-content {
  width: fit-content;
}

.pr-0 {
  padding-right: 0;
}
.pl-0 {
  padding-left: 0;
}
.zolf-slider .slick-slide {
  /* float: right!important */
}

.zolf-slider .slick-next,
.zolf-slider .slick-prev {
  position: absolute;
  bottom: -41px;
  cursor: pointer;
}

.zolf-slider .slick-next svg,
.zolf-slider .slick-prev svg {
  transform: rotate(180deg);
}

.zolf-slider .slick-prev {
  left: calc(112px + 150px);
}

.zolf-slider .slick-next {

  left: calc(112px + 190px);
}

.zolf-item .position-relative {
  /* width: 304px; */
  height: 203px;
  border-radius: 16px;
}

.zolf-item .position-relative img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zolf-content {
  background: #3a5134;
  padding-top: 89px;
  padding-bottom: 80px;
  /* padding-right: 287px;
    padding-left: 287px; */
  margin-top: 209px;
}

.zolf-content .zolf-poster,
.zolf-content .zolf-poster img {
  border-radius: 18px;
}

.zolf-content .zolf-pragragh {
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
}

.zolf-content .btns {
  gap: 61px;
  margin-top: 17px;
}

.zolf-content .btns a {
  padding: 8px 16px;
  border-radius: 40px;
  background-color: #354b30;
}

.zolf-content .btns span {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
}

.boxes {
  margin-top: 92px;
}

.boxes .box {
  border-radius: 12px;
  border: 1px solid #34472f;
  background: rgba(41, 61, 36, 0.3);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 16px 24px;
}

.boxes .box span {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.boxes .box h6 {
  color: rgba(235, 224, 158, 1);
  font-weight: 500;
  font-size: 16px;
}

.zolf-content .zolf-bg {
  bottom: -37px;
  right: 0;
}

.zolf-bottom-video {
  height: 423px;
  width: 100%;
  position: relative;
  transition: all 0.7s;
  z-index: 5;
}
#zolf-bottom-video {
  object-fit: cover;
  display: block;
  height: 100%;
}
.zolf-bottom-video-gradient {
  top: 0;
  background: linear-gradient(0deg, #3a5134 0%, #3a5134 100%);
  mix-blend-mode: saturation;
  z-index: 0;
  pointer-events: none;
}
.zolf-bottom-video .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(235, 224, 158, 1);
  border-radius: 50%;
  width: 68px;
  height: 68px;
  z-index: 10;
  cursor: pointer;
  display: flex;
}
.video-full-screen {
  height: 100vh;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
  transition: height 0.5s ease-in-out;
}
.zolf-bottom-video .exit {
  top: 30px;
  left: 30px;
  opacity: 0;
  transition: opacity 0.7s;
  cursor: pointer;
  z-index: 102;
}
.zolf-bottom-video.video-full-screen .exit {
  opacity: 1;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 30%) !important;
  padding: 8px;
  border-radius: 50%;
}
.zolf::-webkit-scrollbar {
  display: none;
}
.zolf .fancybox-slide > * {
  display: inline-flex !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff00 !important;
  overflow: auto;
  box-sizing: border-box;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

/* Farsi styles */

.more-cnt .more svg {
  transform: rotate(180deg);
}

@keyframes circle {
    0% {
      transform: translateX(0px);
    }

    50% {
      transform: translateX(20px);

    }

    100% {
      transform: translateY(0px);
    }
  }
  @keyframes spin {
      0% {
          transform: rotate(0deg);
      }

      100% {
          transform: rotate(360deg);
      }
  }

  #forget_overlay {
      display: none;
      position: fixed;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: #101010;
      opacity: 0.9;
      z-index: 99999999;
  }

  .loading {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background :#101010;
  }

  .myloader,
  .myloader:after {
      border-radius: 50%;
      width: 8em;
      height: 8em;
      display: block;
      position: absolute;
      top: 50%;
      margin-top: -4.05em;
  }

  .myloader {
      left: 50%;
      margin-left: -4em;
      font-size: 10px;
      border: 0.8em solid  var(--red);
      border-left: 0.8em solid  rgb(229 229 229);
      animation: spin 1.1s infinite linear;
  }

  .text-center {
      direction: rtl;
      display: flex;
      justify-content: center;
  }

  .border-red {
      border: 1px solid red !important;
  }

  
.fancybox-inner .fancybox-toolbar {
  bottom: 13px;
  top: auto;
  right: 50%;
  transform: translateX(50%);
  border-radius: 12px;
  overflow: hidden;
}

.fancybox-inner .fancybox-arrow:after {
  border-radius: 8px;
  background-color: rgba(12, 12, 12, 0.6);
}


.fancybox-inner .fancybox-button, .fancybox-infobar__body {
  background-color: rgba(12, 12, 12, 0.6);
}

.about-txt-cnt {
    background-color: var(--dark-green);
    overflow: hidden;
}


.zolf-body .shab-title h1 {
        font-size: 24px;
    font-weight: 500;
    color: rgba(235, 224, 158, 1);
}

.zolf-body .shab-year {
    font-weight: 400;
    color: rgba(235, 224, 158, 1);
    font-size: 14px;
  
}

.concert-body .shab-title h1 {
        font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.concert-body .shab-year {
    font-weight: 500;
    color:  #fff;
    font-size: 14px;
   margin-bottom: 2px;
}

#preloader {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 200;
    background-color: #00231d;
    transition: all 0.3s;
    top:0 ;
    right: 0;
    left: 0;
    bottom: 0;
}

#preloader.hide {
    opacity: 0;
    visibility: hidden;
}

.lottie-cnt {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lottie-cnt #lottie {
    width: 100px;
    height: 100px;
        display: flex;
    align-items: center;
    justify-content: center;
}

.lottie-cnt #lottie video {
    object-fit: contain;
    width: 100%;
    height: 100%;
}