:root {
  --menu-mobile-bar-bg-color: #000;
  --menu-mobile-bar-bg-color: #fff;
  --primary: rgba(16, 16, 16, 1);
  --body-bg: rgba(242, 249, 244, 1);
}

@media only screen and (max-width: 768px) {
  .page-template-about .site-logo {
    display: none;
  }
}
.page-template-about .hero {
  margin-top: 45px;
}
.page-template-about .hero .container {
  position: relative;
}
.page-template-about .hero .container .main-image-wrapper {
  margin-inline: auto;
  position: relative;
  width: max(58.0729166667vw, 71%);
}
@media only screen and (max-width: 768px) {
  .page-template-about .hero .container .main-image-wrapper {
    width: 91%;
  }
}
.page-template-about .hero .container .main-image-wrapper .image-shadow {
  z-index: 0;
  position: absolute;
  border-radius: 50px;
  background-color: hsl(285, 70%, 90%);
  width: 96%;
  height: 95%;
  margin-top: -4%;
  margin-right: -2%;
}
.page-template-about .hero .container .main-image-wrapper .main-image {
  position: relative;
  z-index: 2;
  border-radius: 45px;
}
.page-template-about .hero .container .lyrics-image {
  position: absolute;
  z-index: 3;
  width: max(24.921875vw, 30%);
  top: -16.5%;
}
@media only screen and (max-width: 768px) {
  .page-template-about .hero .container .lyrics-image {
    margin-bottom: 30px;
    position: relative;
    width: 70%;
    top: -10%;
    right: 5%;
  }
}
.page-template-about .hero .container .icon {
  position: absolute;
  z-index: 2;
  width: max(6.171875vw, 7%);
  height: max(6.171875vw, 7%);
  top: 95%;
  right: 50%;
  transform: translateX(50%);
}
@media only screen and (max-width: 768px) {
  .page-template-about .hero .container .icon {
    top: 80%;
    right: 20%;
    width: auto;
    height: 20%;
  }
}
.page-template-about .hero .container .text {
  z-index: 2;
  font-size: max(0.9375vw, 12px);
  line-height: 1.333em;
  font-weight: 600;
  color: hsl(35, 17%, 22%);
  position: absolute;
  bottom: 20%;
  left: -5%;
  width: 14.375vw;
}
@media only screen and (max-width: 768px) {
  .page-template-about .hero .container .text {
    position: static;
    width: max(9.375vw, 180px);
    margin-right: auto;
    margin-left: 5%;
    margin-top: 10px;
  }
}
.page-template-about .about {
  margin-top: 105px;
}
.page-template-about .about .container {
  width: 72.7083333333vw;
}
.page-template-about .about .container .title {
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  color: hsl(35, 17%, 22%);
  margin-right: 0.8854166667vw;
}
.page-template-about .about .container .text-fields-wrapper {
  margin-top: 1.9791666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6041666667vw;
}
.page-template-about .about .container .text-fields-wrapper > * {
  font-size: max(1.25vw, clamp(0.875rem, 0.845rem + 0.129vw, 1rem));
  font-weight: 600;
  line-height: 1.75em;
}
@media only screen and (max-width: 768px) {
  .page-template-about .about .container .text-fields-wrapper > * {
    width: 100%;
  }
}
.page-template-about .about .container .text-fields-wrapper :nth-child(4) {
  width: 100%;
}
.page-template-about .gallery .container {
  margin-top: 72px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 70px;
}
.page-template-about .gallery .container .gallery-image {
  max-width: 20.3645833333vw;
  max-height: 20.3645833333vw;
  border-radius: 50%;
}
@media only screen and (max-width: 575px) {
  .page-template-about .gallery .container .gallery-image {
    max-width: 40%;
    max-height: 40%;
    flex: 1;
  }
}
.page-template-about .gallery .container .gallery-image:nth-child(3n+1) {
  box-shadow: 0.78125vw -0.78125vw 0px 0.6510416667vw hsl(285, 70%, 90%);
}
.page-template-about .gallery .container .gallery-image:nth-child(3n+2) {
  box-shadow: 1.3020833333vw -0.5208333333vw 0px 0.6510416667vw hsl(285, 70%, 90%);
}
.page-template-about .gallery .container .gallery-image:nth-child(3n) {
  box-shadow: -1.0416666667vw -0.5208333333vw 0px 0.6510416667vw hsl(285, 70%, 90%);
}
.page-template-about .articles {
  background-color: hsl(285, 70%, 90%);
  margin-top: 137px;
  padding-bottom: 114px;
}
.page-template-about .articles .container {
  width: min(90.1041666667vw, 95%);
}
.page-template-about .articles .container .icon {
  width: 5.9375vw;
  height: 5.4947916667vw;
  margin-inline: auto;
  position: relative;
  top: -35px;
}
.page-template-about .articles .container .title {
  margin-top: 78.62px;
  font-size: clamp(2rem, 1.58rem + 1.81vw, 3.75rem);
  line-height: 1em;
  font-weight: 700;
  color: hsl(35, 17%, 22%);
  text-align: center;
  max-width: max(64.2708333333vw, 71%);
  margin-inline: auto;
}
.page-template-about .articles .container .content {
  margin-top: 30px;
  font-size: clamp(1rem, 0.924rem + 0.324vw, 1.3125rem);
  line-height: 1.4em;
  font-weight: 700;
  color: hsl(35, 17%, 22%);
  text-align: center;
  max-width: max(71.5104166667vw, 79%);
  margin-inline: auto;
}
.page-template-about .articles .container .articles-wrapper {
  margin-top: 92px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
}
.page-template-about .articles .container .articles-wrapper .article-card {
  max-width: 23%;
  height: 450px;
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 2.5px 5px 6px rgba(41, 41, 41, 0.3921568627);
  direction: var(--article-direction);
}
.page-template-about .articles .container .articles-wrapper .article-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1024px) {
  .page-template-about .articles .container .articles-wrapper .article-card {
    max-width: 30%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-about .articles .container .articles-wrapper .article-card {
    max-width: 45%;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-about .articles .container .articles-wrapper .article-card {
    max-width: 90%;
  }
}
.page-template-about .articles .container .articles-wrapper .article-card:hover {
  box-shadow: 5px 10px 6px rgba(41, 41, 41, 0.3921568627);
}
.page-template-about .articles .container .articles-wrapper .article-card .article-title {
  font-size: clamp(1.3rem, 1.04rem + 0.38vw, 1.5rem);
  line-height: 1.3em;
  font-weight: 600;
  color: hsl(0, 10%, 24%);
  padding-top: max(0.78125vw, 15px);
  padding-inline: max(1.4583333333vw, 28px);
  margin-bottom: 10px;
}
.page-template-about .articles .container .articles-wrapper .article-card .article-content {
  font-size: clamp(0.875rem, 0.845rem + 0.129vw, 1rem);
  line-height: 1.4em;
  font-weight: 400;
  color: hsl(0, 0%, 33%);
  padding-inline: max(1.5625vw, 30px);
  padding-bottom: 1.5625vw;
}
.page-template-about .social {
  margin-top: max(6.1979166667vw, 119px);
}
.page-template-about .social .container .dedicated-songs {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about .social .container .dedicated-songs {
    flex-direction: column;
    justify-content: center;
    gap: 50px;
    margin-bottom: 150px;
  }
}
.page-template-about .social .container .dedicated-songs .song {
  display: flex;
  align-items: end;
  gap: 21px;
}
@media only screen and (max-width: 1024px) {
  .page-template-about .social .container .dedicated-songs .song {
    justify-content: center;
    width: 100%;
  }
}
.page-template-about .social .container .dedicated-songs .song .song-img {
  width: 115px;
  height: 105px;
}
.page-template-about .social .container .dedicated-songs .song .song-title {
  font-size: clamp(1.25rem, 1.14rem + 0.453vw, 1.6875rem);
  font-weight: 600;
  line-height: 1.18em;
  color: hsl(0, 10%, 24%);
  max-width: 15.5208333333vw;
}
@media only screen and (max-width: 1024px) {
  .page-template-about .social .container .dedicated-songs .song .song-title {
    max-width: 50%;
  }
}
.page-template-about .social .container .instagram-details {
  margin-top: 12.96875vw;
}
.page-template-about .social .container .instagram-details .text-wrapper {
  display: flex;
  align-items: center;
  gap: 27px;
  font-size: clamp(1.25rem, 1.14rem + 0.453vw, 1.6875rem);
  font-weight: 700;
  line-height: 1.18em;
  color: hsl(0, 10%, 24%);
}
@media only screen and (max-width: 768px) {
  .page-template-about .social .container .instagram-details .text-wrapper {
    flex-direction: column;
  }
}
.page-template-about .social .container .instagram-details .text-wrapper .link {
  direction: ltr;
  padding: 11px 22px;
  border-radius: 5px;
  color: hsl(288, 19%, 10%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-template-about .social .container .instagram-details .text-wrapper .link .ig-button {
  width: max(300px, 15.625vw);
}
.page-template-about .social .container .instagram-details .images-wrapper {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.6041666667vw;
}
.page-template-about .social .container .instagram-details .images-wrapper .instagram-image {
  object-fit: contain;
  max-height: max(16.3541666667vw, 314px);
  max-width: 14%;
}
@media only screen and (max-width: 768px) {
  .page-template-about .social .container .instagram-details .images-wrapper .instagram-image {
    max-width: 24%;
  }
}
@media only screen and (max-width: 575px) {
  .page-template-about .social .container .instagram-details .images-wrapper .instagram-image {
    max-width: 40%;
  }
}

/*# sourceMappingURL=about.min.css.map */
