@import url("reset.css");

@import url("https://fonts.googleapis.com/css?family=Roboto:regular,500,600,700&display=swap");

/* ************COMMON************ */

.logo {
  font-weight: 700;
  font-size: 2.25rem;
}

.logo img {
  max-height: 3rem;
  width: auto;
  display: block;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  color: #D6B97B;
  margin: 0;
  padding: 0;
  background-color: #020B10;
}

[class*="__container"] {
  max-width: 72.624rem;
  margin: 0 auto;
  padding: 0 0.938rem;
}

.button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 30px;
  transition: all 0.3s;
  color: #fff;
  background-color: #303a4d;
}

.title {
  font-size: 3.5rem;
  font-weight: 600;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

/* ************HEADER************ */

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  z-index: 1000;
}

.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 5rem;
  flex-wrap: wrap;
  max-width: 74.624rem;
}

.header__logo {
  position: relative;
  z-index: 2;
}

.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.header__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social-header__link {
  display: inline-block;
  transition: filter 0.3s;
}

.social-header__link img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) saturate(100%) invert(89%) sepia(6%) saturate(1200%) hue-rotate(5deg) brightness(105%) contrast(92%);
}

.social-header__link:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(1200%) hue-rotate(5deg) brightness(90%) contrast(92%);
}

.menu__link {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
}

.actions-header {
  display: flex;
  align-items: center;
  gap: 0.624rem;
}

.icon-menu {
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
  z-index: 5;
}

.icon-menu span,
.icon-menu::before,
.icon-menu::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #D6B97B;
  transition: all 0.3s ease;
}

.icon-menu span {
  top: calc(50% - 1px);
}

.icon-menu::before {
  top: 0;
}

.icon-menu::after {
  bottom: 0;
}

.actions-header__button {
  font-weight: 600;
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid #303a4d;
  border-radius: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}

body.menu-open {
  overflow: hidden;
}

/* ****************PAGES**************** */
.page__main {
  padding-bottom: 160px;
}

/* *****************HOME**************** */

.main {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/Home/Home-Hero.jpg") center center / cover no-repeat;
  background-attachment: scroll;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 0;
}

.main__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 85vh;
  padding-top: 0;
}

.main__caption {
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-weight: 500;
}

.main__title {
  font-size: 5.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #D8CFC4;
}

.main__title img {
  max-width: 100%;
  height: auto;
  display: block;
}

.main__subtitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #D8CFC4;
}
.main__text {
  margin-bottom: 3.5rem;
  max-width: 33.375rem;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.main__button {
  display: inline-block;
  padding: 10px 0px;
  border-radius: 0;
  color: #fff;
  background-color: transparent;
  border: 1px solid #D6B97B;
  width: 350px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 28px;
  text-transform: none;
  position: relative;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}

.main__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(214, 185, 123, 0.5);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.3s ease;
  z-index: -1;
}

.main__button:hover::before {
  transform: scale(1);
}

.outro_home {
  background: url("../images/Home/CTA.jpg") center / cover no-repeat;
}

/* ************ABOUT**************** */

.about {
  background: url("../images/Home/Background_section.jpg") center / cover no-repeat;
}

.main_about {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/ALL/HERO_NoStatue.jpg") center center / cover no-repeat;
  background-attachment: scroll;
  min-height: 90vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4rem;
}

.main_about--compact {
  min-height: 70vh;
}

.contact-hero {
  justify-content: center;
}

.contact-hero__text {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 420px;
  margin: 0 auto;
}

.contact-hero__title {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 600;
  color: #D8CFC4;
}

.contact-hero__group h2 {
  margin: 0 0 0.25rem;
  font-size: 1rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #D6B97B;
}

.contact-hero__group a {
  color: #D8CFC4;
  text-decoration: none;
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

.contact-hero__group a:hover {
  color: #ffffff;
}

/* ************MUSIC PAGE**************** */

.main_music {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../images/ALL/HERO_NoStatue.jpg") center center / cover no-repeat;
  background-attachment: scroll;
  min-height: 90vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.music__hero {
  justify-content: center;
  gap: 3rem;
}

.music__hero-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 320px;
}

.music__hero-item img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.music__hero-caption {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.music__hero-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #D8CFC4;
  text-transform: uppercase;
}

.music__hero-date {
  font-size: 1rem;
  color: #D8CFC4;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background: rgba(0, 0, 0, 0.35);
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.videos__hero {
  justify-content: center;
  min-height: 90vh;
}

.videos__hero-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 560px;
}

.videos__hero .main_about__image {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.videos__hero-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.videos__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  width: 100%;
}

@media (min-width: 531px) {
  .videos__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 992px) and (min-width: 769px) {
  .videos__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.main__container_videos {
  max-width: 1840px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: inherit;
}

.videos__cta {
  align-self: center;
}

.videos__list {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
  display: grid;
  gap: 1rem;
}

.videos__list a {
  color: #D6B97B;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.videos__list a:hover {
  color: #ffffff;
}

.music__albums {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.music__album {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 0 1 300px;
  max-width: 300px;
}

.music__album-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.music__album-cover {
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 4px;
}

.music__album-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.music__album-info {
  text-align: center;
  width: 100%;
}

.music__album-title {
  color: #D8CFC4;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

.music__album-date {
  color: #D8CFC4;
  font-size: 0.9rem;
  margin: 0;
}

.main_about__content {
  display: flex;
  align-items: center;
  gap: 3rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
}

.main_about__image {
  flex: 0 0 45%;
  max-width: 45%;
}

.main_about__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.main_about__text {
  flex: 1;
  color: #B0AFA9;
  font-size: 1.1rem;
  line-height: 1.8;
}

.main_about__text p {
  margin-bottom: 1.5rem;
}

.main_about__text p:last-child {
  margin-bottom: 0;
}

/* ************EPK HERO**************** */
.epk-hero {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  max-width: 1400px;
}

.epk-hero__bio {
  flex: 1;
  max-width: 50%;
}

.epk-hero__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #D8CFC4;
  margin-bottom: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

/* Center Photos and Logos titles in services section */
.services__container .epk-hero__title {
  text-align: center;
  margin-top: 3rem;
}

.services__container .epk-hero__title:first-of-type {
  margin-top: 0;
}

/* Center Contact title in about section */
.page__about.about .about__container .epk-hero__title {
  text-align: center;
  margin-bottom: 1rem;
}

.epk-hero__text {
  color: #B0AFA9;
  font-size: 1.1rem;
  line-height: 1.8;
}

.epk-hero__text p {
  margin-bottom: 1.5rem;
}

.epk-hero__text p:last-child {
  margin-bottom: 0;
}

.epk-hero__player {
  flex: 1;
  max-width: 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.epk-hero__player iframe {
  width: 100%;
  height: 600px;
  border-radius: 8px;
  filter: none !important;
}

.epk-hero__player iframe + div {
  margin-top: -1rem;
}

@media (max-width: 768px) {
  .epk-hero {
    flex-direction: column;
    gap: 2rem;
  }

  .epk-hero__bio,
  .epk-hero__player {
    max-width: 100%;
  }

  .epk-hero__title {
    font-size: 2rem;
  }

  .epk-hero__player iframe {
    height: 400px;
  }
}

.main_shows {
  background: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url("https://www.nonthewiser.com/images/Services/Services-Hero.jpg") center center / cover no-repeat;
  background-attachment: scroll;
  min-height: 90vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_shows__content {
  max-width: 640px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: #D8CFC4;
}

.main_shows__title {
  margin-bottom: 0;
}

.main_shows__text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #B0AFA9;
}

.shows__text {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.shows__text h2,
.shows__text h3 {
  margin: 0;
  color: #D6B97B;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 1rem;
}

.shows__text ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.shows__text li {
  color: #D8CFC4;
  font-size: 0.95rem;
}

.shows__divider {
  height: 1px;
  width: 100%;
  background: rgba(214, 185, 123, 0.3);
}

.shows__container {
  max-width: 960px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.shows__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.shows__item {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(214, 185, 123, 0.2);
  border-radius: 12px;
  backdrop-filter: blur(6px);
}

.shows__date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #D6B97B;
  text-transform: uppercase;
}

.shows__day {
  font-size: 2.5rem;
  line-height: 1;
}

.shows__month {
  font-size: 0.95rem;
}

.shows__details {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.shows__city {
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.shows__venue {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 1rem;
}

.shows__note {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
}

.shows__ticket {
  color: #D6B97B;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.1em;
  transition: color 0.3s ease;
}

.shows__ticket:hover {
  color: #ffffff;
}

@media (max-width: 768px) {
  .main__container_pages {
    padding: 1rem;
    padding-top: 5rem;
    align-items: flex-start;
  }

  .videos__hero-wrapper {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .main_about__content {
    flex-direction: column;
    gap: 2rem;
    padding: 0;
  }

  .main_about__image {
    flex: 1;
    max-width: 100%;
  }

  .main_about__text {
    font-size: 1rem;
  }

  .music__albums {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    padding: 2rem 1rem;
  }

  .music__album {
    max-width: 250px;
  }

  .shows__item {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .shows__ticket {
    justify-self: center;
  }

  .music__hero {
    align-items: center;
  }

  .music__hero-item {
    max-width: 280px;
  }

  .contact-hero__text {
    align-items: center;
    text-align: center;
  }
}

.about__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* EPK Videos section - reduced height */
.epk .about__container,
.page__about.about .about__container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  gap: 2rem;
}

/* Contact section - smaller gap between title and content */
.page__about.about .about__container .main_about__content.contact-hero {
  margin-top: 0;
}

/* Reduce gap and title margin for contact section */
.page__about.about .about__container:has(.contact-hero) {
  gap: 1rem;
}

/* Fallback for browsers without :has() support */
@supports not selector(:has(*)) {
  .page__about.about .about__container .contact-hero {
    margin-top: -1rem;
  }
}

.page__about.about .main__container_videos {
  min-height: auto;
  padding: 0;
}

.about__title {
  text-align: center;
  margin-bottom: 0;
}

.about__image {
  position: relative;
  max-width: 552px;
  margin: 0 auto;
}

.about__image img {
  border-radius: 16px;
  max-width: 100%;
  max-height: 600px;
  height: auto;
  display: block;
  object-fit: contain;
}

.about__text {
  max-width: 30rem;
  letter-spacing: 0.02em;
  line-height: 150%;
  margin-bottom: 3.5rem;
}

.about__text p:not(:last-child) {
  margin-bottom: 2.5rem;
}

.outro_about {
  background: url("https://www.nonthewiser.com/images/About/CTA.jpg") center / cover no-repeat;
}

/* **************SERVICES**************** */

.main_services {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://www.nonthewiser.com/images/Services/Services-Hero.jpg") center / cover no-repeat;
  margin-top: 0;
  padding-top: 0;
}

.services {
  background: url("../images/Home/Background_section2.jpg") center / cover no-repeat;
}

.services__container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.services__title {
  text-align: center;
  margin-bottom: 2rem;
}

.services__album-section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.services__album-art {
  max-width: 400px;
  flex-shrink: 0;
}

.services__album-art img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.services__streaming-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-width: 200px;
}

.streaming-button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 500;
}

.streaming-button:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

.streaming-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.streaming-icon.spotify {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 0C5.4 0 0 5.4 0 12s5.4 12 12 12 12-5.4 12-12S18.66 0 12 0zm5.521 17.34c-.24.359-.66.48-1.021.24-2.82-1.74-6.36-2.101-10.561-1.141-.418.122-.84-.179-.84-.66 0-.359.24-.66.54-.779 4.56-1.021 8.52-.6 11.64 1.32.42.18.479.659.242 1.02zm1.44-3.3c-.301.42-.841.6-1.262.3-3.239-1.98-8.159-2.58-11.939-1.38-.479.12-1.02-.12-1.14-.6-.12-.48.12-1.021.6-1.141C9.6 9.9 15 10.561 18.72 12.84c.361.181.54.78.241 1.2zm.12-3.36C15.24 8.4 8.82 8.16 5.16 9.301c-.6.179-1.2-.181-1.38-.721-.18-.601.18-1.2.72-1.381 4.26-1.26 11.28-1.02 15.721 1.621.539.3.719 1.02.42 1.56-.299.421-1.02.599-1.559.3z'/%3E%3C/svg%3E");
}

.streaming-icon.apple {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M17.05 20.28c-.98.95-2.05.88-3.08.4-1.09-.5-2.08-.48-3.24 0-1.44.62-2.2.44-3.06-.4C2.79 15.25 3.51 7.59 9.05 7.31c1.35.07 2.29.74 3.08.8 1.18-.24 2.31-.93 3.57-.84 1.51.12 2.65.72 3.4 1.8-3.12 1.87-2.38 5.98.48 7.13-.57 1.5-1.31 2.99-2.54 4.09l.01-.01zM12.03 7.25c-.15-2.23 1.66-4.07 3.74-4.25.29 2.58-2.34 4.5-3.74 4.25z'/%3E%3C/svg%3E");
}

.streaming-icon.amazon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M5.926 2.5c-.5 0-.926.426-.926.926v17.148c0 .5.426.926.926.926h12.148c.5 0 .926-.426.926-.926V3.426c0-.5-.426-.926-.926-.926H5.926zm.926 1.852h10.296v15.296H6.852V4.352zm2.148 2.148v10.852h6v-10.852h-6zm1.852 1.852h2.296v7.148H10.852V8.352z'/%3E%3C/svg%3E");
}

.streaming-icon.tidal {
  background-color: #fff;
  border-radius: 2px;
}

.streaming-icon.itunes {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zm0 19c-3.859 0-7-3.141-7-7s3.141-7 7-7 7 3.141 7 7-3.141 7-7 7zm0-11c-2.206 0-4 1.794-4 4s1.794 4 4 4 4-1.794 4-4-1.794-4-4-4z'/%3E%3C/svg%3E");
}

.streaming-icon.deezer {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M3 4h4v4H3V4zm5 0h4v4H8V4zm5 0h4v4h-4V4zm-10 5h4v4H3V9zm5 0h4v4H8V9zm5 0h4v4h-4V9zm-10 5h4v4H3v-4zm5 0h4v4H8v-4zm5 0h4v4h-4v-4z'/%3E%3C/svg%3E");
}

.services__video {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}

.services__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  filter: none !important;
}

/* ************EPK GALLERY**************** */
.epk-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin: 2rem auto 0;
  max-width: 1400px;
  justify-content: center;
}

@media (max-width: 992px) {
  .epk-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}

.epk-gallery__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 4 / 3;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
}

.epk-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.epk-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.epk-gallery__item:hover img {
  transform: scale(1.05);
}

.epk-gallery__item--centered {
  grid-column: 2;
  grid-row: 3;
}

@media (max-width: 992px) {
  .epk-gallery__item--centered {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 768px) {
  .epk-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  
  .epk-gallery__item--centered {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 530px) {
  .epk-gallery {
    grid-template-columns: 1fr;
  }
}

.services__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.item-services {
  display: flex;
  flex-direction: column;
  align-items: start;
  min-height: 100%;
}

.item-services__image {
  margin-bottom: 2rem;
  max-width: 360px;
  height: 421px;
}

.item-services__image img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.item-services__title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.item-services__text {
  max-width: 21.5rem;
  line-height: 150%;
  margin-bottom: 2rem;
  flex-grow: 1;
  letter-spacing: 0.02em;
}

.item-services__button {
  background-color: inherit;
  border: 2px solid #303a4d;
  color: #303a4d;
}

.outro_services {
  background: url("https://www.nonthewiser.com/images/Services/CTA.jpg") center / cover no-repeat;
}

/* ************TESTIMONIAL**************** */

.testimonial__container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.testimonial__caption {
  margin-bottom: 4rem;
  font-weight: 600;
  text-transform: uppercase;
}

.testimonial__title {
  margin-bottom: 4rem;
  font-size: 2rem;
  max-width: 40.75rem;
  line-height: 136%;
  font-weight: 500;
}

.item-testimonial__image {
  max-width: 64px;
  margin: 0 auto;
  margin-bottom: 1.063rem;
  height: 64px;
}

.item-testimonial__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.item-testimonial__title {
  margin-bottom: 0.25rem;
  font-weight: 600;
}

.item-testimonial__caption {
  font-size: 0.938rem;
}

/* ****************OUTRO**************** */

.outro__container {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.outro__title {
  margin-bottom: 1.25rem;
}

.outro__text {
  max-width: 33.625rem;
  line-height: 150%;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}

.outro__button {
  padding: 1.25rem 3rem;
}

/* ****************FOOTER**************** */

.footer {
  background-color: #020B10;
  color: #fff;
  padding: 0;
}

.footer__subscribe {
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.footer__subscribe-title,
.footer__subscribe-text,
.footer__form,
.footer__disclaimer {
  display: none;
}

.footer__input {
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  color: #333;
  font-size: 1rem;
  min-width: 150px;
  flex: 1;
  max-width: 200px;
}

.footer__input::placeholder {
  color: #999;
}

.footer__button {
  padding: 0.75rem 2rem;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s;
}

.footer__button:hover {
  background-color: #333;
}

.footer__disclaimer {
  margin-bottom: 1.5rem;
  color: #999;
  font-size: 0.875rem;
  line-height: 1.6;
}

.footer__disclaimer p {
  margin: 0.25rem 0;
}

.footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 0;
}

.footer__social-link {
  display: inline-block;
  transition: filter 0.3s;
}

.footer__social-link img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(89%) sepia(6%) saturate(1200%) hue-rotate(5deg) brightness(105%) contrast(92%);
}

.footer__social-link:hover img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(6%) saturate(1200%) hue-rotate(5deg) brightness(90%) contrast(92%);
}

.footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 2rem 1rem;
  text-align: center;
}

.footer__copyright {
  color: #D6B97B;
  font-size: 0.875rem;
}

/* ****************ABOUT PAGE**************** */
.main__text_pages {
  max-width: 37.5rem;
}

.main__container_pages {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  min-height: 100vh;
  padding: 2rem;
  padding-top: 6rem;
}

.main_music .main__container_pages {
  align-items: center;
  padding-top: 2rem;
}

.main_about .main__container_pages {
  min-height: auto;
}

.main_pages {
  min-height: 676px !important;
  margin-top: 0;
  padding-top: 0;
}

.main_about.main_pages {
  min-height: 100vh !important;
}

.main_music.main_pages {
  min-height: 100vh !important;
}

/* ****************SERVICES PAGE**************** */
.services-page__container {
  padding-top: 160px;
}

.services-page__item {
  margin-bottom: 132px;
}

.services-page__item:not(:last-child) {
  padding-bottom: 132px;
  margin-bottom: 132px;
  border-bottom: 1px solid rgba(48, 58, 77, 0.4);
}

.services-page__column {
  display: flex;
  align-items: center;
  gap: 97px;
}

.services-page__title {
  margin-bottom: 24px;
}

.services-page__text {
  margin-bottom: 56px;
  max-width: 480px;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.services-page__text p:not(:last-child) {
  margin-bottom: 20px;
}

.services-page__img {
  max-width: 552px;
  height: 614px;
}

.services-page__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************CONTACT PAGE****************/

.main_contact {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("https://www.nonthewiser.com/images/Contact/Contact-Hero.jpg") center / cover no-repeat;
  margin-top: 0;
  padding-top: 0;
}

.contact__container {
  display: flex;
  justify-content: space-between;
  gap: 109px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.contact__title {
  margin-bottom: 48px;
  font-weight: 600;
  line-height: 110%;
  font-size: 40px;
}

.connect-contact {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 32px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e1e4eb;
}

.connect-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 24px;
}

.connect-contact__type {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 110%;
  text-transform: uppercase;
}

.connect-contact__label {
  font-size: 22px;
  line-height: 150%;
  letter-spacing: 0.02em;
}

.contact__links {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact__text {
  max-width: 545px;
  font-size: 18px;
  line-height: 150%;
}

.contact__text p:not(:last-child) {
  margin-bottom: 15px;
}

iframe {
  width: 100vw;
  height: 482px;
  filter: grayscale(100%);
}

/* **************REVIEWS PAGE**************** */
.reviews__container {
  padding-top: 160px;
  padding-bottom: 160px;
}

.reviews__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
}

.reviews__column {
  border: 1px solid #e1e4eb;
  border-radius: 8px;
}

.reviews__item {
  padding-top: 48px;
  padding-bottom: 56px;
  padding-right: 32px;
  padding-left: 32px;
}

.item-reviews {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-reviews__img {
  max-width: 46px;
  height: 36px;
  margin: 0 auto;
  margin-bottom: 46px;
}

.item-reviews__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.item-reviews__text {
  margin-bottom: 40px;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 150%;
}

.item-reviews__author {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
}

.item-reviews__geo {
  font-size: 14px;
  letter-spacing: 0.002em;
}

/* ******************PRICING PAGE******************** */
.pricing__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pricing__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  letter-spacing: 4%;
}

.pricing__title {
  font-weight: 600;
  font-size: 72px;
  margin-bottom: 24px;
}

.pricing__text {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 88px;
}

.pricing__row {
  display: flex;
  align-items: start;
  gap: 24px;
}

.pricing__column {
  border: 2px solid #e1e4eb;
  border-radius: 8px;
}

.pricing__item {
  padding: 40px;
  padding-bottom: 48px;
}

.item-pricing__info {
  padding-bottom: 32px;
  border-bottom: 1px solid #e1e4eb;
  margin-bottom: 32px;
}

.item-pricing__label {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1%;
  margin-bottom: 16px;
}

.item-pricing__cost {
  font-size: 72px;
  font-weight: 600;
  margin-bottom: 16px;
}

.item-pricing__list {
  margin-bottom: 64px;
}

.item-pricing__item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-pricing__item::before {
  content: "";
  background: url("https://www.nonthewiser.com/img/pricing/check.svg") 0 0 no-repeat;
  width: 16px;
  height: 18px;
}

.item-pricing__item:not(:last-child) {
  margin-bottom: 12px;
}

.item-pricing__button {
  display: inline-block;
  font-size: 22px;
  letter-spacing: 2%;
  font-weight: 600;
  color: #fff;
  padding: 20px 82px;
  background-color: #303a4d;
  border-radius: 64px;
}

.team {
  background-color: #e1e4eb;
}

.team__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team__title {
  text-align: center;
  margin-bottom: 96px;
  max-width: 483px;
}

.team__row {
  display: grid;
  column-gap: 24px;
  row-gap: 96px;
  grid-template-columns: repeat(3, 1fr);
}

.team__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-team__img {
  max-width: 360px;
  height: 363px;
  margin-bottom: 40px;
}

.item-team__img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.item-team__name {
  max-width: 186px;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}

.item-team__role {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 26px;
  letter-spacing: 2%;
}

.item-team__role span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.item-team__role span::after {
  content: "";
  background: url("https://www.nonthewiser.com/img/team/icons/star.svg") 0 0 no-repeat;
  width: 12px;
  height: 12px;
}

.item-team__text {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 328px;
  margin-bottom: 20px;
}

.item-team__icons {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* *************FAQ PAGE************** */
.faqs__container {
  padding-top: 140px;
  padding-bottom: 140px;
}

.faqs__title {
  text-align: center;
  margin-bottom: 80px;
}

.spollers-faq__item {
  width: 100%;
}

.spollers-faq__item:not(:last-child) {
  margin-bottom: 24px;
}

.spollers-faq__button {
  display: inline-block;
  border: 2px solid #e1e4eb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border-radius: 8px;
}

.spollers-faq__button span {
  padding-left: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  font-weight: 600;
}

.spollers-faq__button img {
  padding-right: 34.5px;
}

.spollers-faq__text {
  max-height: 0;
  overflow: hidden;
  width: 100%;
  display: block;
}

.spollers-faq__item.active .spollers-faq__text {
  max-height: calc(1000px + 16px);
}

.spollers-faq__item.active .spollers-faq__button {
  border-bottom: none;
  border-radius: 8px 8px 0px 0px;
}

.spollers-faq__item.active .spollers-faq__button span {
  padding-bottom: 32px;
}

.spollers-faq__item.active .spollers-faq__button img {
  transform: translate(-34px, 0px) rotate(180deg);
}

.spollers-faq__inner {
  padding-top: 20px;
  padding-left: 40px;
  border: 2px solid #e1e4eb;
  border-radius: 0px 0px 8px 8px;
  line-height: 150%;
  padding-bottom: 20px;
  border-top: none;
  padding-right: 100px;
}

/* ****************TEAM PAGE**************** */
.director__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  align-items: center;
  gap: 96px;
}

.director__title {
  margin-bottom: 16px;
}

.director__role {
  font-size: 22px;
  letter-spacing: 2%;
  margin-bottom: 40px;
}

.director__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 480px;
}

.director__text p:not(:last-child) {
  margin-bottom: 20px;
}

.director__img {
  max-width: 552px;
  height: 614px;
}

.director__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

/* ****************GALLERY**************** */
.gallery__container {
  padding-bottom: 140px;
  padding-top: 140px;
}

.gallery__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  margin-bottom: 96px;
  justify-items: center;
}

.gallery__item {
  max-width: 360px;
  height: 407px;
}

.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.gallery__paggination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.gallery__paggination button:first-child {
  transform: translate(0px, 5px);
}

.gallery__paggination button:last-child {
  transform: rotate(-180deg) translate(0px, 5px);
}

.gallery_active {
  color: #fff;
  padding: 10px 15px;
  background-color: #303a4d;
  border-radius: 100px;
  display: inline-block;
}

/* ****************RESOURCES**************** */
.resources__container {
  padding-top: 140px;
  padding-bottom: 140px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 96px;
  justify-items: center;
}

.resources__img {
  max-width: 360px;
  height: 330px;
  margin-bottom: 32px;
}

.resources__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.resources__title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 12px;
}

.resources__text {
  letter-spacing: 2%;
  line-height: 150%;
  max-width: 243px;
  margin-bottom: 32px;
}

.resources__button {
  background-color: #fff;
  color: #303a4d;
  font-weight: 600;
  letter-spacing: 2%;
  border: 2px solid #303a4d;
  border-radius: 64px;
}

/* ****************ADAPTIVE**************** */

@media (max-width: 992px) {
  .services__row {
    grid-template-columns: 1fr;
    gap: 6rem;
    justify-items: center;
  }

  .item-services {
    text-align: center;
    align-items: center;
  }

  .page__main {
    padding-bottom: 80px;
  }
}

@media (min-width: 47.999rem) {
  .menu__list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

@media (max-width: 995px) {
  .item-pricing__button {
    font-size: 19px;
  }
}

@media (max-width: 62.6875rem) {
  .resources__container {
    padding-top: 70px;
    padding-bottom: 70px;
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery__paggination {
    gap: 27px;
  }

  .gallery__row {
    grid-template-columns: repeat(2, 1fr);
  }

  .shows__container {
    padding: 3rem 1.5rem;
  }

  .team__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 24px;
  }

  .director__container {
    flex-direction: column;
    padding-top: 70px;
    padding-bottom: 70px;
    gap: 10px;
    text-align: center;
  }

  .item-pricing {
    padding: 20px;
    padding-bottom: 30px;
  }

  .pricing__title {
    font-size: 39px;
  }

  .pricing__text {
    margin-bottom: 25px;
  }

  .item-pricing__button {
    padding: 16px 42px;
  }

  .footer__subscribe {
    padding: 2rem 1rem;
  }

  .footer__subscribe-title {
    font-size: 2rem;
  }

  .footer__form {
    flex-direction: column;
    width: 100%;
    max-width: 300px;
  }

  .footer__input {
    max-width: 100%;
    width: 100%;
  }

  .footer__button {
    width: 100%;
  }

  .services-page__column {
    gap: 30px;
    font-size: 15px;
  }

  .services-page__title {
    font-size: 29px;
  }

  .reviews__row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 10px;
  }

  .reviews__item {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: inline-block;
  }

  .item-reviews__text {
    font-size: 16px;
  }

  .item-reviews__author {
    font-size: 16px;
  }
}

@media (max-width: 61.936rem) {
  .footer__subscribe {
    padding: 1.5rem 1rem;
  }

  .footer__subscribe-title {
    font-size: 1.75rem;
  }

  .footer__form {
    flex-direction: column;
    width: 100%;
    max-width: 280px;
  }

  .footer__input {
    max-width: 100%;
    width: 100%;
  }

  .footer__button {
    width: 100%;
  }

  .footer__links {
    font-size: 0.75rem;
    flex-direction: column;
    gap: 0.25rem;
  }

  .logo {
    font-size: 2rem;
  }
}

@media (max-width: 530px) {
  .reviews__row {
    grid-template-columns: 1fr;
  }

  .team__row {
    grid-template-columns: 1fr;
  }

  .gallery__row {
    grid-template-columns: 1fr;
  }

  .resources__container {
    grid-template-columns: 1fr;
  }

  .shows__container {
    padding: 2.5rem 1rem;
  }

  .videos__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .header__navigation {
    gap: 0;
  }

  .icon-menu {
    display: block;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    padding: 6rem 1.5rem 2rem;
    flex-direction: column;
    gap: 3rem;
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../images/Home/Background_section.jpg") center / cover no-repeat;
    transition: left 0.3s ease;
    overflow-y: auto;
  }

  .menu__body::before {
    content: "";
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4.5rem;
    background: rgba(0, 0, 0, 0.8);
    transition: left 0.3s ease;
  }

  body.menu-open .menu__body {
    left: 0;
  }

  body.menu-open .menu__body::before {
    left: 0;
  }

  body.menu-open .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }

  body.menu-open .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }

  body.menu-open .icon-menu span {
    width: 0;
  }

  .menu__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }

  .menu__item {
    text-align: center;
  }

  .menu__link {
    font-size: 1.25rem;
    letter-spacing: 3px;
  }

  .header__social {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}