@charset "UTF-8";
.side-nav {
  z-index: 2;
  position: fixed;
  transform: rotate(-90deg) translate(-50%);
  transform-origin: 0 0;
  left: 10px;
  top: 50%;
}
.side-nav a {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.4;
  font-size: 30px;
  line-height: 41px;
  font-weight: bold;
  margin: 0 40px;
}
.side-nav a.active {
  opacity: 0.9;
}

.head {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 1080px;
  position: relative;
  background-image: url("../pages/o_artyscie/Image 73.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.head .gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #1B222E80 0%, #03081280 100%) 0% 0% no-repeat padding-box;
}
.head .artist .small {
  font-size: 18px;
  line-height: 22px;
}
.head .artist .name {
  font-size: 5rem;
  line-height: 1.2;
  font-weight: bold;
}
.head .artist .description {
  font-size: 22px;
  line-height: 34px;
}
.head .artist .publisher-logo {
  width: 160px;
  margin-bottom: 40px;
}
.head .album .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.head .album .desc p {
  font-size: 18px;
  opacity: 0.6;
}
.head .album .desc .title {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 1;
}
.head .album .desc .title:after {
  position: absolute;
  left: 15px;
  bottom: 0;
  content: " ";
  height: 10px;
  width: 40%;
  background: transparent linear-gradient(90deg, #E93707 0%, #531349 100%) 0% 0% no-repeat padding-box;
}
.head .outline-text {
  font-size: 10rem;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.4;
  font-weight: bold;
  position: absolute;
  left: -100px;
  bottom: 0;
  line-height: 1.2;
  transform: translateY(50%);
}

section {
  padding: 150px 0;
}
section .title {
  font-size: 70px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 70px;
}
section.bio {
  padding-top: 250px;
  background-color: #0D0D14;
}
section.bio .small {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 25px;
  margin-top: -20px;
}
section.bio .date {
  font-size: 70px;
  font-weight: bold;
  opacity: 0.6;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  margin-bottom: 50px;
}
section.bio .desc {
  font-size: 18px;
  line-height: 38px;
}
section.albums {
  background-color: #0D0D14;
}
section.gradient {
  background: transparent linear-gradient(180deg, #1A1B26 0%, #0D0D10 100%) 0% 0% no-repeat padding-box;
}
section.gradient .watch-more {
  margin-bottom: 300px;
}
section .newsletter {
  position: relative;
}
section .newsletter input {
  background: transparent;
  border: none;
  color: #ffffff;
}
section .newsletter .mail {
  border-bottom: solid 1px #ffffff;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
section .newsletter .outline-text {
  font-size: 200px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.15;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  line-height: 275px;
  transform: translateY(-40%);
}
section .watch-more .swiper-slide {
  align-items: flex-start;
}
section .watch-more .swiper-slide .title {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  display: inline;
  line-height: 1.5em;
  margin: 15px 0 0 0;
}
section .watch-more .swiper-slide .title:after {
  position: absolute;
  content: " ";
  height: 5px;
  bottom: -5px;
  left: 0;
  width: 95%;
  background: transparent linear-gradient(90deg, #E93707 0%, #531349 100%) 0% 0% no-repeat padding-box;
}
section .watch-more .swiper-slide .bottom {
  font-size: 18px;
  line-height: 28px;
}
section .slider_arrow {
  opacity: 0.4;
  position: relative;
  top: 50%;
}
section .albums-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section .albums-slider .swiper-slide .img-border {
  background: transparent linear-gradient(131deg, #DE3314, #270556) padding-box;
}
section .albums-slider .swiper-slide .img-border img {
  margin: 15px;
}
section .albums-slider .swiper-slide p {
  font-weight: bold;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
}
section .albums-slider .swiper-slide p.number {
  transform: translateY(50%);
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  opacity: 0.3;
}
section .albums-slider .swiper-slide-active {
  transform: scale(1.3);
}
section .albums-slider .swiper-slide:not(.swiper-slide-active) p {
  visibility: hidden;
}
section .albums-slider .swiper-slide:not(.swiper-slide-active) .img-border {
  background: transparent;
}

@media all and (max-width: 1690px) {
  section .albums-slider .swiper-slide-active {
    transform: scale(1.1);
  }
}
@media all and (max-width: 1440px) {
  .head .artist .name {
    font-size: 70px;
    line-height: 70px;
  }
  .head .artist .description {
    font-size: 18px;
    line-height: 32px;
  }
}
@media all and (max-width: 1280px) {
  .side-nav {
    top: 50%;
    left: 0;
    height: 100%;
  }
  .side-nav a {
    font-size: 18px;
    margin: 0 20px;
  }

  .head .outline-text {
    font-size: 80px;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
  }
  .head .artist .name {
    font-size: 60px;
    line-height: 65px;
  }

  section .title {
    font-size: 40px;
    line-height: 1;
    padding-bottom: 20px;
  }
  section .albums-slider {
    margin-left: 25%;
  }
  section .albums-slider .swiper-slide .img-border {
    background: transparent;
  }
  section .albums-slider .swiper-slide p.number {
    display: none;
  }
  section .albums-slider .swiper-slide-active {
    transform: none;
  }
}
@media all and (max-width: 768px) {
  .side-nav {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .head {
    height: auto;
  }
  .head .outline-text {
    display: none;
  }
  .head .artist .publisher-logo {
    width: 90px;
    margin-bottom: 40px;
  }
  .head .artist .small {
    font-size: 18px;
    line-height: 22px;
  }
  .head .artist .name {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .head .artist .description {
    font-size: 1rem;
    line-height: 1.8rem;
    padding-bottom: 20px;
  }

  section {
    padding: 50px 0;
  }
  section.bio {
    padding-top: 50px;
  }
  section.bio .title {
    line-height: 50px;
  }
  section.bio .desc {
    line-height: 30px;
  }
  section .albums-slider {
    margin-left: 0;
  }

  .slider_arrow {
    display: none;
  }

  section.gradient .watch-more {
    margin-bottom: 50px;
  }

  section .newsletter .outline-text {
    display: none;
  }

  section .newsletter .title {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=o_artyscie.css.map */
