@charset "UTF-8";

body,
html {
  padding: 0;
  margin: 0;
}

body {
  background: #2A2A2A;
}

img {
  width: 100%;
}

html,
body,
section {
  height: 100%;
}
.termz__box{
  display: none;
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-image: url("../img/music_bg.svg"), linear-gradient(180deg, #E8D2F5 0%, #E2E2F7 100%);
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
}

.header__content{
  position: relative;
  background-image: url('../img/header.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  display: flex;
  justify-content: center;
  padding: 10px 0 150px;
}
header.ready {
  transform: translate(0%, 0%);
}

.logo {
  transform: rotate(0deg) perspective(1000px) rotateX(0deg);
  transition: 0.5s;
}

.logo:hover {
  transform: rotate(0deg) perspective(1000px) rotateX(360deg);
}

.back{
  position: absolute;
  top: 10px;
  left: 10px;
  width: 18px;
  height: 30px;
  padding: 10px;
}

.back img{
  width: 100%;
}

.logo img {
  width: 138px;
  height: 64px;
}

.header_content .back.active {
  transform: rotate(0deg) perspective(1000px) rotateY(360deg);
}

.single__box{
  text-align: center;
}
.single__title{
  color: #4E2575;
  font-size: 30px;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  min-height: 100px;
  font-family: 'Nunito';
}

.single__title::before {
  position: absolute;
  content: '';
  background-image: url('../img/category_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 45px;
  top: 16px;
  left: -100px;
  z-index: 2;
}

.single__title::after {
  position: absolute;
  content: '';
  background-image: url('../img/category_arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 136px;
  height: 45px;
  top: 16px;
  right: -100px;
  transform: scale(-1, 1);
  z-index: 2;
}


.description_box {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  color: #fff;
  width: 95%;
  font-family: 'Avenir Next LT Pro';
  font-weight: normal;
  font-style: normal;
  box-sizing: border-box;
  text-align: justify;
  opacity: 0;
  transition: 1.2s;
  z-index: 3;
}

.description_box.ready {
  opacity: 1;
  transform: translate(-50%, 0%);
}

.description_box:after {
  content: '';
  position: absolute;
  bottom: -25px;
  height: 25px;
  width: 1px;
  background: transparent;
  z-index: -1;
}

.description_box .item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 10px;
  background: #774BA2;
  border: 4px solid #4E2575;
  border-radius: 16px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}

.description_box .item .image_box {
  width: 100%;
  max-width: 61px;
  height: 61px;
  border-radius: 3px;
}

.description_box .item .text_box {
  margin-left: 10px;
  margin-right: 10px;
}

.description_box input[type=range] {
  height: 3px;
  width: 200px;
}

.description_box p {
  margin: 0;
}

.description_box h3 {
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
}

.description_box span,
p {
  padding-bottom: 10px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}

.play {
  background-image: url("../img/music_category/play_music.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.pause {
  background-image: url("../img/music_category/stop_music.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.red {
  background: red;
  border-radius: 11px;
}

.hide {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.active {
  color: #ff0000;
}

.active_p {
  color: #fffefe;
}

.record__player {
  margin-bottom: 3px;
}

.item p {
  margin: 0;
  padding: 0px;
  display: inline;
}

.wrapper::-webkit-scrollbar {
  width: 0
}

::-webkit-scrollbar {
  width: 0
}

.item p {
  margin: 0;
  padding: 0px;
  display: inline;
}

/*end figure style*/
@media all and (min-width: 320px) and (min-height: 500px) {}

@media all and (min-width: 360px) and (min-height: 512px) {
  .description_box input[type=range] {
    height: 3px;
    margin-left: -3px;
    width: 100%;
  }

  .description_box .item .text_box {
    max-width: 100%;
        width: 100%;
    padding: 0 10px;
  }

  .main_box .main_text {
    font-size: 15px;
  }
}

@media all and (min-width: 360px) and (min-height: 560px) {

  .description_box .item .image_box {
    width: 100%;
    max-width: 38px;
    height: 38px;
    border-radius: 3px;
}
  .figure:after {
    width: 260px;
    height: 260px;
  }

  .figure:after {
    transform: translate(-50%, -50%);
  }


}

@media all and (min-width: 360px) and (min-height: 660px) {

}

@media all and (min-width: 375px) and (min-height: 700px) {

}

@media all and (min-width: 415px) and (min-height: 612px) {
  .description_box {
    width: 90%
  }

  .description_box>* {
    font-size: 16px;
  }

  .description_box .item {
    justify-content: space-around;
  }
}

/*Iphone 5S - Album - Chrome*/
@media screen and (min-width: 568px)and (min-height:244px) {
  .description_box {
    width: 350px;
  }

  .description_box .item .text_box {
    max-width: 100%;
    width: 100%;
    padding: 0 20px;
    
  }

  .description_box input[type=range] {
    height: 3px;
    width: 100%;
  }
}

@media screen and (min-width: 568px) and (min-height: 500px) {
  .description_box {
    max-width: 520px;
    width: 100%;
  }


}

@media all and (min-width: 768px) and (min-height: 768px) {
  .description_box {
    width: 65%;
    max-width: 450px;
  }

  .description_box .item .image_box {
    width: 100%;
    max-width: 45px;
    height: 45px;
    border-radius: 5px;
  }

  .description_box input[type=range] {
    height: 3px;
    margin-left: -3px;
    width: 100%;
  }

  .description_box .item {
    justify-content: space-around;
 
  }

  .description_box .item .text_box {
  
  }

  .download_box {
    margin-left: auto;
  }

  .description_box h3 {
    font-size: 13px;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
  }

  .description_box span,
  p {
    font-size: 13px;
  }

  .description_box .item .text_box {
    padding: 0 10px;

  }
}

/*Iphone 8+, Iphone 6s+ - Port*/
@media all and (min-width: 768px) and (min-height: 905px) {

  .description_box {
    max-width: 500px;
  }

  .description_box {
    padding: 20px;
  }

  .description_box>* {
    font-size: 20px;
  }

}

@media all and (min-width: 768px) and (min-height: 1023px) {

}

@media all and (min-width: 1023px) and (min-height: 700px) {


  .description_box {
    max-width: 550px
  }
}

@media all and (min-width: 1023px) and (min-height: 985px) {

}

/*Windows 1440*900 */
@media screen and (min-width: 1439px)and (min-height:788px) {

}

/* Андрій - комп*/
/*в браузере: 1520x722*/
@media screen and (min-width: 1519px)and (min-height:720px) {

}

/*1600x1200*/
/*в браузере: 1583x1050*/
@media screen and (min-width: 1580px)and (min-height:1049px) {

}

/*1600x787*/
/*в браузере: 1600x787 - Asus X75*/
@media screen and (min-width: 1599px)and (min-height:786px) {}

/*1680x1050*/
/*в браузере: 1663x900*/
@media screen and (min-width: 1660px)and (min-height:899px) {}

/*1920x1080*/
/*в браузере: 1903x930*/
@media screen and (min-width: 1900px)and (min-height:929px) {

}

/*1920x1080*/
/*Мій комп на хромі*/
/*в браузере: 1903x969*/
@media screen and (min-width: 1900px)and (min-height:968px) {}

/*1920x1200*/
/*в браузере: 1903x1050*/
@media screen and (min-width: 1900px)and (min-height:1049px) {}

/*2K*/
/*2048x1536*/
/*в браузере: 2031x1386*/
@media screen and (min-width: 2030px)and (min-height:1380px) {
  .description_box {
 
  }
}

/*4K windows*/
/*3840x2160*/
/*в браузере: 2543x1300*/
@media screen and (min-width: 2540px)and (min-height:1299px) {
  .description_box {

  }
}

/*Media Requests*/
/*PC*/
/*4k mac*/
/*6720x3780*/
/*в браузере: 3360x1755*/
@media screen and (min-width: 3350px)and (min-height:1750px) {}


@media screen and (max-width: 769px)and (max-height:916px){
  

}

@media screen and (max-width: 420px)and (max-height:715px) {


}
@media screen and (max-width: 1024px) and (max-height: 1366px) {
  /*tab - vert*/
  .header__content{
    background-image: url('../img/header.svg');
    /* padding: 10px 0 80px; */
  }
  .single__title::before {
    width: 108px;
    height: 45px;
    top: 15px;
    left: -87px;
  }
  .single__title::after {
    width: 108px;
    height: 45px;
    top: 15px;
    right: -87px;
    transform: scale(-1, 1);
  }

}

@media screen and (max-width: 500px) {
  /*mob -vert*/
  /*all*/
  .header__content{
    background-image: url('../img/header_3.svg');
    padding: 10px 0 70px;
  }
  .logo img {
    width: 120px;
    height: 53px;
  }
  .download_song{
    display: block;
    width: 22px;
    height: 25px;
    padding-bottom: 10px;
  }
  .back{
    width: 12px;
    height: 20px;
    
  }
  .single__title{
    font-size: 20px;
    min-height: 60px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 800;
  }
  .single__title::before {
    width: 53px;
    height: 45px;
    top: -3px;
    left: -7px;
  }
  .single__title::after {
    width: 53px;
    height: 45px;
    top: -3px;
    right: -7px;
    transform: scale(-1, 1);
  }
  .description_box h3{
    line-height: 12px;
    font-weight: 600;
  }
  

}

@media screen and (orientation: landscape) and (min-width: 480px) and (max-width: 950px) and (max-height: 500px) {
  .header__content{
    padding: 10px 0 63px;
  }
  .logo img {
    width: 84px;
    height: 40px;
  }
  .single__title {
    font-size: 20px;
    min-height: 60px;
    text-transform: uppercase;
    font-family: 'Nunito';
    font-weight: 800;
  }
  .single__title::before {
    width: 53px;
    height: 45px;
    top: -3px;
    left: -7px;
  }
  .single__title::after {
    width: 53px;
    height: 45px;
    top: -3px;
    right: -7px;
    transform: scale(-1, 1);
  }
}