:root {
  --color-primery: #ffb30f;
  --color-secondary: #2be7e3;
  --color-gray: #8a8a8a;
  --color-secondary-gray: #3a3a3a;
  --color-white: #fff;
  --bg-primary: #222b36;
}

@font-face {
  font-family: "Acumin Variable Concept";
  src: url("/assets/fonts/Acumin-Variable-Concept.ttf");
}

body {
  font-family: "Acumin Variable Concept", sans-serif;

  margin: 0;
  padding: 0;
}

[lang="fa"] body {
  font-family: "IRANSansWeb(FaNum)", sans-serif !important;
}

.text-primary {
  color: var(--color-primery) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-gray {
  color: var(--color-gray) !important;
}

.text-light-gray {
  color: var(--color-gray) !important;
}

.text-white {
  color: var(--color-white) !important;
}

.en-text {
  font-family: "Acumin Variable Concept";
}

.amita-font {
  font-family: "Amita", cursive;
}

.btn {
  padding: 0.5rem 1.5rem;
}

.container {
  position: relative;
  z-index: 2;
}

/* header */

.header {
  background: url("/assets/img/header-bg-sm.jpg") no-repeat center top / cover;
  height: 732px;
  padding: 0 2rem;
}

.bg-overlay {
  background-color: transparent;
  background-image: radial-gradient(
    at center center,
    #0f2e5580 67%,
    var(--bg-primary) 100%
  );
  opacity: 0.61;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  padding: 0 2rem;
  height: 732px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.custom-toggler-icon {
  color: var(--color-primery) !important;
}

.events > p {
  padding-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .header {
    background: url("/assets/img/header-bg.jpg") no-repeat center top / cover;
    height: 1080px;
  }

  [lang="fa"] .header {
    background: url("/assets/img/header-bg-rtl.jpg") no-repeat center top /
      cover;
  }
  .bg-overlay {
    height: 1080px !important;
    opacity: 1 !important;
  }
  .events {
    margin: 0 3rem;
  }

  .navbar-nav {
    gap: 1rem;
  }

  .site-name {
    margin: 5rem 0;
  }
}

.navbar {
  z-index: 1001;
}

@media screen and (max-width: 768px) {
  .navbar {
    position: relative;
    z-index: 1001;
  }

  .navbar-nav {
    padding: 0 !important;
  }

  .navbar-collapse {
    background-color: var(--bg-primary);
    border: 0.5px solid var(--color-gray);
    z-index: 1000;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
  }

  [lang="fa"] .navbar-collapse {
    right: 0;
    left: auto;
  }

  .nav-item {
    border: 0.5px solid var(--color-gray);
    padding: 0 2rem;
  }

  .header--events {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    height: 80%;
  }

  .navbar-brand > img {
    width: 50px;
    height: auto;
  }
}
/* header */

/* dropdown */
.dropdown-divider {
  border-top: 1px solid var(--color-gray);
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
}

.dropdown-toggle {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
/* dropdown */

/* bio */
.bio {
  background-color: transparent;
  background-image: linear-gradient(90deg, var(--bg-primary) 50%, #363f4b 50%);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 1555px;
  padding: 4rem 0;
}

.bio--img {
  max-width: 490px;
  width: 90%;
  height: auto;
  border: 2px solid var(--color-primery);
  box-shadow: 0px 0px 53px 32px rgba(0, 0, 0, 0.5);
  border-style: groove;
  margin-bottom: 2rem;
}

.bio > div > p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .bio {
    height: 2090px;
    padding: 7rem 0;
  }

  .bio > div > p {
    font-size: 15px;
  }
}

/* bio */

/* discography */
.dicography {
  background: url("/assets/img/discography-bg.jpg") no-repeat center center /
    cover;
  width: auto;
  height: 900px;
  position: relative;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 150px 30px 150px 30px;
  display: grid;
  align-items: center;
}

.dicography--backdrop {
  background: url("/assets/img/Back-scaled.jpg") no-repeat center center / cover;
  opacity: 0.74;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  position: absolute;
  padding: 0 2rem;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  max-width: 100%;
  padding: 0 1rem; /* فضای اطراف کاروسل */
  box-sizing: border-box;
}

.carousel-btn {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
  color: #fff;
}

.carousel-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 1200px;
}

.carousel-track {
  display: flex;
  align-items: center;
  transition: transform 0.5s ease;
}

.album-card {
  padding: 0 1rem;
  box-sizing: border-box;
}

.dicography--img {
  width: 100%;
  display: block;
  border-radius: 8px;
}

@media (min-width: 1200px) {
  .album-card {
    flex: 0 0 33.3333%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .album-card {
    flex: 0 0 50%;
  }
}
@media (max-width: 767px) {
  .album-card {
    flex: 0 0 100%;
  }
  .dicography {
    background-attachment: local;
    height: 600px;
    padding: 50px 5px 50px 5px;
  }
}

/* discography */

/* gallery */
.gallery {
  background: url("/assets/img/bg-gallery.jpg") no-repeat center top / cover;
  width: auto;
  height: 731.73px;
  position: relative;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3rem 10rem;
  display: grid;
  align-items: center;
}

.gallery--backdrop {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    rgba(34, 43, 54, 0) 50%,
    var(--bg-primary) 50%
  );
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.form-check-input:checked {
  background-color: var(--color-secondary);
  border-color: var(--color-secondary);
}

@media (max-width: 768px) {
  .gallery {
    padding: 3rem 1rem !important;
    height: 100%;
  }
}
/* gallery */

/* footer */
footer {
  background: url("/assets/img/bg-footer.jpg") no-repeat top center / cover;
  height: 532.84px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 180px 180px -0px 180px;
  position: relative;
  display: grid;
  justify-content: center;
  overflow-x: hidden;
}

.footer--backdrop {
  background-color: var(--bg-primary);
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.social-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 15px;
  color: white;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.social-icon > i {
  font-size: 25px;
}

.email-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  color: white;
  font-size: 20px;
}

.social-icons {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
}
.social-icons a {
  margin: 0 10px;
  font-size: 40px;
  color: #fff;
  transition: color 0.3s ease, transform 0.3s ease; /* Add transform to transition */
}

.social-icons > a:hover {
  color: var(--color-secondary);
  transform: scale(1.2); /* Apply initial scale on hover */
  animation-name: bounceScale;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

@keyframes bounceScale {
  0%,
  25%,
  55%,
  85%,
  100% {
    transform: translateY(0); /* Only animate translateY */
  }
  41%,
  44% {
    transform: translateY(0.5rem);
  }
  50% {
    transform: translateY(-0.25rem);
  }
  70% {
    transform: translateY(0.25rem);
  }
  90% {
    transform: translateY(0.15rem);
  }
}

@media (max-width: 768px) {
  footer {
    background: url("/assets/img/bg-footer-sm.jpg") no-repeat top center / cover;
    height: 574.75px;
  }
  .footer--backdrop {
    opacity: 0.68;
  }
}

.footer--text {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 35px 20px 35px 20px;
  background-color: var(--bg-primary);
}

.footer--text > p {
  text-align: center;
  color: var(--color-secondary);
  margin-bottom: 0 !important;
}
/* footer */

/* about */
/* header */
.header-about {
  background-color: var(--bg-primary);
  height: 608.94px;
  padding: 0 2rem;
  position: relative;
}

.bg-overlay-about {
  background: url("/assets/img/aboute-header-bg.jpg") no-repeat center center /
    cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.typewriter-box {
  font-size: 1.4rem;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* header */

/* text */
.about {
  background: url("/assets/img/about-text-bg.jpg") repeat center center /
    contain;
  height: fit-content;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
  position: relative;
  background-attachment: fixed;
  display: grid;
  align-items: center;
  justify-content: center;
}

.bg-overlay-about-text {
  background-color: var(--bg-primary);
  opacity: 0.85;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-text {
  max-width: 1140px;
  padding: 50px;
}

.about-text > p {
  margin-top: 4rem;
}
/* text */
/* about */

/* agent */
.header-agent {
  background-color: #040404;
  height: 760.55px;
  padding: 0 2rem;
  position: relative;
}

.bg-overlay-agent {
  background: url("/assets/img/bg-agent.jpg") no-repeat center center / cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 760.55px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 768px) {
  .header-agent {
    height: 394.94px;
  }
  .bg-overlay-agent {
    height: 394.94px;
  }
}

[lang="fa"] .bg-overlay-agent {
  background: url("/assets/img/bg-agent-rtl.jpg") no-repeat center center /
    cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.agent--text {
  font-size: 1.7rem;
}

.agent--text > h2 {
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 768px) {
  .agent--text {
    font-size: 0.7rem;
  }
  .agent--text > h2 {
    font-size: 1rem;
    font-weight: 600;
  }
  .agent-logo {
    width: 80px;
    height: auto;
  }
}
/* agent */

/* discography page */
.header-discography {
  background-color: var(--bg-primary);
  height: 608.94px;
  padding: 0 2rem;
  position: relative;
}

.bg-overlay-discography {
  background: url("/assets/img/bg-discography-header.jpg") no-repeat center
    center / cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.dicography-list {
  background-color: var(--bg-primary);
  padding: 6rem;
}

.dicography-list > div {
  padding: 2rem 0;
}

.dicography--img {
  max-width: 600px;
}
/* discography page */

/* gallery page */
.header-gallery {
  background-color: var(--bg-primary);
  height: 608.94px;
  padding: 0 2rem;
  position: relative;
}

.bg-overlay-gallery {
  background: url("/assets/img/bg-gallery-header.jpg") no-repeat center center /
    cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.gallery-list {
  background-color: var(--bg-primary);
  padding: 6rem;
  text-align: center;
}

@media (max-width: 768px) {
  .gallery-list {
    padding: 2rem;
  }
}

.gallery-pics {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

.gallery-pics > img {
  max-width: 290px;
}

.gallery-list .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery-list img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block; /* Removes extra space below image */
  border-radius: 8px; /* Slightly rounded corners for images */
  transition: transform 0.2s ease-in-out, filter 0.3s ease-in-out; /* Smooth hover effect for transform AND filter */
  filter: grayscale(0%); /* Default: full color */
}
.gallery-list img:hover {
  filter: grayscale(100%); /* Make image black and white on hover */
}
.gallery--svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  opacity: 0; /* Hidden by default */
  transition: opacity 0.3s ease;
  border-radius: 8px;
  text-align: center;
  padding: 10px; /* Add some padding */
}
.position-relative:hover .gallery--svg {
  opacity: 1; /* Show on hover */
}
.gallery--svg p {
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.gallery--svg .fa-circle-play {
  font-size: 3rem; /* Larger play icon */
}
/* gallery page */

/* certificate */
.header-certificate {
  background-color: var(--bg-primary);
  height: 760.55px;
  padding: 0 2rem;
  position: relative;
  z-index: 0;
}

.bg-overlay-certificate {
  background: url("/assets/img/bg-agent.jpg") no-repeat center right / cover;
  opacity: 0.25;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 760.55px;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 768px) {
  .header-certificate {
    height: 600px;
    padding: 0 0.5rem;
  }
  .bg-overlay-certificate {
    height: 600px;
  }
}

.certificate--title {
  font-size: 47px;
  font-weight: 600;
}

.winner-music {
  background-color: var(--bg-primary);
  padding: 4rem;
}

.winner-music > audio {
  margin-top: 2rem;
}

@media (max-width: 768px) {
  .certificate--title {
    font-size: 20px;
  }
  .winner-music {
    padding: 1rem;
  }
}

/* certificate */
