@font-face {
  font-family: "CoolveticaRg";
  src: url(../fonts/CoolveticaRg-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Semibold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url(../fonts/Manrope-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #fff;
  font-family: "Manrope", sans-serif;
  background: #151517;
  letter-spacing: 0%;
}

.d-flex {
  display: flex;
}

.d-none {
  display: none !important;
}

.justify-start {
  justify-content: start;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-end {
  justify-content: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: flex-end;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-direction: column;
}

.show {
  display: flex !important;
}

.w-full {
  width: 100%;
}

.m-0 {
  margin: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.relative {
  position: relative !important;
}

button {
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s all;
}
button:hover {
  cursor: pointer;
}

input, textarea, select, button {
  border: none;
  outline: none;
  transition: 0.3s all;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s all;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "CoolveticaRg", sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.order-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 190px;
  height: 52px;
  border-radius: 50px;
  font-family: "Manrope", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  background-image: linear-gradient(to right, #b4b2f7, #e8aee4, #ffb0c8, #ffbcb0, #ffcea4);
  transition: 0.3s all;
}
.order-btn:hover {
  transform: translateY(-5px);
  color: #222;
}

.title-text {
  font-size: 47px;
  line-height: 46px;
  color: #fff;
}

.title-subtext {
  font-size: 18px;
  font-weight: 600;
  color: #DDDDDD;
  letter-spacing: -0.7px;
}

main {
  overflow: hidden;
}
main .wrapper {
  position: relative;
  padding-top: 16px;
}
main .wrapper .ellipse {
  position: absolute;
  top: 0;
  right: 0;
}
main .wrapper .container {
  position: relative;
  z-index: 3;
}
main .wrapper .wrapper-info {
  width: 55%;
  margin-top: 57px;
}
main .wrapper .wrapper-info .title-text {
  font-size: 66px;
  line-height: 66px;
  background: #B8B3FA;
  background: linear-gradient(to right, #B8B3FA 0%, #FED1A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .wrapper .wrapper-info .title-subtext {
  max-width: 457px;
  margin: 28px 0;
}
main .wrapper .wrapper-card {
  position: relative;
  width: 271px;
  border-radius: 15px;
  background: #fff;
  padding: 10px 10px 33px;
  font-family: "Inter", sans-serif;
  line-height: 100%;
  letter-spacing: -0.7px;
  transition: 0.3s all;
}
main .wrapper .wrapper-card::before {
  content: "";
  width: 240px;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, #aeadb1, #949397, #7b7a7e, #636265, #4c4b4e);
  border-radius: 15px;
  z-index: -2;
  transform: rotate(-6.41deg) translateY(30px) translateX(-8px);
  transition: 0.3s all;
}
main .wrapper .wrapper-card::after {
  content: "";
  width: 260px;
  height: 390px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #b3b3b6, #98989b, #7e7d80, #646367, #4c4b4e);
  border-radius: 15px;
  z-index: -1;
  transform: rotate(-172deg) translateY(5px) translateX(-16px);
  transition: 0.3s all;
}
main .wrapper .wrapper-card .order-price {
  width: 100%;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  font-family: "Inter", sans-serif;
}
main .wrapper .wrapper-card .order-price .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
main .wrapper .wrapper-card .order-price .price-head {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.7px;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(100, 95, 132, 0.3607843137);
  margin-bottom: 20px;
}
main .wrapper .wrapper-card .order-price .price-head .price {
  font-size: 22px;
  line-height: normal;
  margin-right: 15px;
}
main .wrapper .wrapper-card .order-price .price-head .sale {
  font-size: 50px;
  line-height: normal;
  font-weight: 600;
  background: #B8B3FA;
  background: linear-gradient(to right, #B8B3FA 0%, #FED1A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .wrapper .wrapper-card .order-price .price-head .del {
  color: #cbcbcb;
  position: relative;
  font-size: 28px;
  line-height: normal;
  font-weight: 500;
  text-align: right;
}
main .wrapper .wrapper-card .order-price .price-head .del::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 0;
  width: 70px;
  height: 3px;
  background: rgba(250, 38, 38, 0.7);
  transform: rotate(-14deg);
}
main .wrapper .wrapper-card .order-price .price-body {
  position: relative;
  z-index: 3;
  font-size: 18px;
  line-height: 100%;
}
main .wrapper .wrapper-card .order-price .price-body .timer-info {
  display: flex;
}
main .wrapper .wrapper-card .order-price .price-body .timer-info #timer {
  display: flex;
  justify-content: center;
  width: 130px;
  margin-top: 10px;
  height: 20px;
}
main .wrapper .wrapper-card .order-price .price-body .timer-info div {
  display: flex;
  align-items: center;
}
main .wrapper .wrapper-card .order-price .price-body .timer-info span {
  display: block;
  padding: 0 3px;
}
main .wrapper .wrapper-card .card-name {
  font-size: 15px;
  color: #222;
  margin-top: 18px;
}
main .wrapper .wrapper-card .card-title {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin: 8px 0 20px;
}
main .wrapper .wrapper-card .card__btn {
  width: 127px;
  height: 33px;
  border-radius: 50px;
  background: #8884fe;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
main .wrapper .wrapper-card:hover::before {
  transform: rotate(0deg) translateY(0) translateX(0);
}
main .wrapper .wrapper-card:hover::after {
  transform: rotate(-180deg) translateY(0) translateX(0);
}
main .unique-song {
  margin: 180px 0 100px;
  text-align: center;
}
main .unique-song .title-subtext {
  margin: 28px 0 54px;
}
main .unique-song-item {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
main .unique-song-item .item {
  width: 100%;
  height: 370px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  padding: 45px 20px 40px;
  cursor: default;
}
main .unique-song-item .item .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s all;
}
main .unique-song-item .item .item-title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  position: relative;
  z-index: 2;
}
main .unique-song-item .item .item-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 100%;
  color: #222;
  margin: 15px 0;
  position: relative;
  z-index: 2;
}
main .unique-song-item .item .item-btn {
  width: 139px;
  height: 33px;
  border-radius: 50px;
  background: #8884fe;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 2;
  transition: 0.3s all;
  opacity: 0;
}
main .unique-song-item .item:hover .item-img {
  transform: scale(1.05);
}
main .unique-song-item .item:hover .item-btn {
  opacity: 1;
}
main .songs {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
main .songs .container {
  position: relative;
  z-index: 3;
}
main .songs-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
main .songs .ellipse {
  position: absolute;
  left: 0;
  bottom: 0;
}
main .songs .songs-lines {
  position: absolute;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
main .songs .songs-info {
  max-width: 486px;
}
main .songs .songs-info .title-subtext {
  margin-top: 28px;
}
main .songs .song-card {
  position: relative;
  z-index: 3;
  width: 450px;
}
main .songs .song-card .next-btn, main .songs .song-card .prev-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgb(73, 67, 125);
  position: absolute;
  top: 40%;
}
main .songs .song-card .next-btn svg, main .songs .song-card .prev-btn svg {
  transition: 0.3s all;
}
main .songs .song-card .next-btn {
  left: -15px;
}
main .songs .song-card .next-btn:hover svg {
  transform: translateX(-2px) scale(1.1);
}
main .songs .song-card .prev-btn {
  right: -15px;
}
main .songs .song-card .prev-btn:hover svg {
  transform: translateX(2px) scale(1.1);
}
main .songs .card {
  width: 100%;
  border-radius: 12px;
  background: rgba(73, 67, 125, 0.25);
  padding: 10px 5px 20px;
  font-family: "Inter", sans-serif;
  text-align: center;
  position: relative;
  z-index: 1;
}
main .songs .card .card-img {
  width: 100%;
  height: 100px;
  border-radius: 6px;
  object-fit: cover;
  margin: 22px 0 15px;
}
main .songs .card .card-toptext {
  font-size: 10px;
}
main .songs .card .card-title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 100%;
}
main .songs .card .card-subtitle {
  font-size: 12px;
  line-height: 100%;
  color: #cbcbcb;
  margin: 8px 0 7px;
  letter-spacing: -0.7px;
}
main .songs .card .control {
  /* Hide native play button and control bar from iOS to favor plugin button */
  /* Start: LAYERS */
  /* End: LAYERS */
  /* Start: CONTROL BAR */
  /* :focus for accessibility */
  /* End: CONTROL BAR */
  /* Start: Play/Pause/Stop */
  /* End: Play/Pause/Stop */
  /* Start: Time (Current / Duration) */
  /* End: Time (Current / Duration) */
  /* Start: Progress Bar */
  /* End: Progress Bar */
  /* Start: Fullscreen */
  /* End: Fullscreen */
  /* Start: Mute/Volume */
  /* End: Mute/Volume */
  /* Start: Track (Captions and Chapters) */
  /* End: Track (Captions and Chapters) */
  /* Start: Error */
}
main .songs .card .control .mejs__controls:not([style*="display: none"]) {
  background: transparent;
}
main .songs .card .control .mejs__offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}
main .songs .card .control .mejs__container {
  width: 100% !important;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}
main .songs .card .control .mejs__container video::-webkit-media-controls,
main .songs .card .control .mejs__container video::-webkit-media-controls-panel,
main .songs .card .control .mejs__container video::-webkit-media-controls-panel-container,
main .songs .card .control .mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
main .songs .card .control .mejs__fill-container,
main .songs .card .control .mejs__fill-container .mejs__container {
  height: 100%;
  width: 100%;
}
main .songs .card .control .mejs__fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
main .songs .card .control .mejs__container:focus {
  outline: none;
}
main .songs .card .control .mejs__iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}
main .songs .card .control .mejs__embed,
main .songs .card .control .mejs__embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
main .songs .card .control .mejs__fullscreen {
  overflow: hidden !important;
}
main .songs .card .control .mejs__container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}
main .songs .card .control .mejs__container-fullscreen .mejs__mediaelement,
main .songs .card .control .mejs__container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}
main .songs .card .control .mejs__background {
  left: 0;
  position: absolute;
  top: 0;
}
main .songs .card .control .mejs__mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
main .songs .card .control .mejs__poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
main .songs .card .control :root .mejs__poster-img {
  display: none;
}
main .songs .card .control .mejs__poster-img {
  border: 0;
  padding: 0;
}
main .songs .card .control .mejs__overlay {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}
main .songs .card .control .mejs__layer {
  z-index: 1;
}
main .songs .card .control .mejs__overlay-play {
  cursor: pointer;
}
main .songs .card .control .mejs__overlay-button {
  background: url("https://furrowthebrow.github.io/demo/mejs.svg") no-repeat;
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}
main .songs .card .control .mejs__overlay:hover > .mejs__overlay-button {
  background-position: -80px -39px;
}
main .songs .card .control .mejs__overlay-loading {
  height: 80px;
  width: 80px;
}
main .songs .card .control .mejs__overlay-loading-bg-img {
  -webkit-animation: mejs__loading-spinner 1s linear infinite;
  animation: mejs__loading-spinner 1s linear infinite;
  background: transparent url("https://furrowthebrow.github.io/demo/mejs.svg") -160px -40px no-repeat;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}
@-webkit-keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes mejs__loading-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
main .songs .card .control .mejs__controls {
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  left: 0;
  list-style-type: none;
  margin: 0;
  position: absolute;
  width: 130px;
  z-index: 3;
}
main .songs .card .control .mejs__button > button {
  background-image: linear-gradient(to right, #ffffff, #f3f3fe, #e4e7fe, #d2ddff, #bcd3ff);
  width: 27px;
  height: 27px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 13px;
}
main .songs .card .control .mejs__button > button::before {
  content: url(../images/svg/play.svg);
  position: absolute;
  top: 7px;
  left: 8px;
}
main .songs .card .control .mejs__button > button::before {
  content: url(../images/svg/pause.svg);
}
main .songs .card .control .mejs__button > button:focus {
  background-image: linear-gradient(to right, #bcd3ff, #d2ddff, #e4e7fe, #f3f3fe, #ffffff);
}
main .songs .card .control .mejs__play > button::before {
  content: url(../images/svg/play.svg);
}
main .songs .card .control .mejs__pause > button::before {
  content: url(../images/svg/pause.svg);
}
main .songs .card .control .mejs__replay > button::before {
  content: url(../images/svg/play.svg);
}
main .songs .card .control .mejs__time {
  color: #CBCBCB;
  font-size: 10px;
  position: absolute;
  bottom: 0;
}
main .songs .card .control .mejs__currenttime-container {
  left: 0;
  display: flex;
  align-items: center;
  width: 55%;
  display: block;
  text-align: right;
  padding-right: 5px;
}
main .songs .card .control .mejs__currenttime-container::after {
  content: "/";
  display: inline-block;
  position: absolute;
  left: 100%;
  top: 0;
}
main .songs .card .control .mejs__duration-container {
  width: 45%;
  right: 0;
  padding-left: 10px;
}
main .songs .card .control .mejs__time-rail {
  direction: ltr;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 40px;
  padding-top: 10px;
  position: relative;
}
main .songs .card .control .mejs__time-total,
main .songs .card .control .mejs__time-buffering,
main .songs .card .control .mejs__time-loaded,
main .songs .card .control .mejs__time-current,
main .songs .card .control .mejs__time-float,
main .songs .card .control .mejs__time-hovered,
main .songs .card .control .mejs__time-float-current,
main .songs .card .control .mejs__time-float-corner,
main .songs .card .control .mejs__time-marker {
  border-radius: 3px;
  cursor: pointer;
  display: block;
  height: 3px;
  position: absolute;
}
main .songs .card .control .mejs__time-total {
  background: #fff;
  margin: 5px 0 0;
  width: 100%;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
  -moz-box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
  box-shadow: 0px 3px 14px 0px rgba(173, 173, 173, 0.45);
}
main .songs .card .control .mejs__time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
main .songs .card .control .mejs__time-loaded {
  background: rgba(255, 255, 255, 0.3);
}
main .songs .card .control .mejs__time-current,
main .songs .card .control .mejs__time-handle-content {
  background: #8E7DFF;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
  -moz-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
  box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.5);
}
main .songs .card .control .mejs__time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}
main .songs .card .control .mejs__time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}
main .songs .card .control .mejs__time-current,
main .songs .card .control .mejs__time-buffering,
main .songs .card .control .mejs__time-loaded,
main .songs .card .control .mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: 0.15s ease-in all;
  transition: 0.15s ease-in all;
  width: 100%;
}
main .songs .card .control .mejs__time-buffering {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
main .songs .card .control .mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
main .songs .card .control .mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
  -ms-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
}
main .songs .card .control .mejs__time-handle,
main .songs .card .control .mejs__time-handle-content {
  border: none;
  cursor: pointer;
  left: 0;
  position: absolute;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  z-index: 11;
  background: #8E7DFF;
}
main .songs .card .control .mejs__time-handle-content {
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  height: 10px;
  left: 0px;
  top: -4px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 10px;
}
main .songs .card .control .mejs__time-rail:hover .mejs__time-handle-content,
main .songs .card .control .mejs__time-rail .mejs__time-handle-content:focus,
main .songs .card .control .mejs__time-rail .mejs__time-handle-content:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
main .songs .card .control .mejs__time-float {
  background: #8E7DFF;
  border: solid 1px #8E7DFF;
  bottom: 100%;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  -moz-box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  box-shadow: 0px 0px 14px 0px rgba(173, 173, 173, 0.55);
  color: #fff;
  display: none;
  height: 18px;
  margin-bottom: 9px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  font-size: 12px;
}
main .songs .card .control .mejs__time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}
main .songs .card .control .mejs__time-float-corner {
  border: solid 5px #8E7DFF;
  border-color: #8E7DFF transparent transparent;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
}
main .songs .card .control .mejs__long-video .mejs__time-float {
  margin-left: -23px;
  width: 64px;
}
main .songs .card .control .mejs__long-video .mejs__time-float-current {
  width: 60px;
}
main .songs .card .control .mejs__broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}
main .songs .card .control .mejs__fullscreen-button > button {
  background-position: -80px 0;
}
main .songs .card .control .mejs__unfullscreen > button {
  background-position: -100px 0;
}
main .songs .card .control .mejs__mute > button {
  background-position: -60px 0;
  display: none;
}
main .songs .card .control .mejs__unmute > button {
  background-position: -40px 0;
}
main .songs .card .control .mejs__volume-button {
  position: relative;
  display: none;
}
main .songs .card .control .mejs__volume-button > .mejs__volume-slider {
  background: #fff;
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}
main .songs .card .control .mejs__volume-button:hover {
  border-radius: 0 0 4px 4px;
}
main .songs .card .control .mejs__volume-total {
  background: #edeeef;
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 2px;
}
main .songs .card .control .mejs__volume-current {
  background: #1d1d1b;
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}
main .songs .card .control .mejs__volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.25);
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 16px;
}
main .songs .card .control .mejs__horizontal-volume-slider {
  display: block;
  height: 36px;
  position: relative;
  vertical-align: middle;
  width: 56px;
}
main .songs .card .control .mejs__horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 8px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 16px;
  width: 50px;
}
main .songs .card .control .mejs__horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main .songs .card .control .mejs__horizontal-volume-handle {
  display: none;
}
main .songs .card .control .mejs__captions-button,
main .songs .card .control .mejs__chapters-button {
  position: relative;
}
main .songs .card .control .mejs__captions-button > button {
  background-position: -140px 0;
}
main .songs .card .control .mejs__chapters-button > button {
  background-position: -180px 0;
}
main .songs .card .control .mejs__captions-button > .mejs__captions-selector,
main .songs .card .control .mejs__chapters-button > .mejs__chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}
main .songs .card .control .mejs__chapters-button > .mejs__chapters-selector {
  margin-right: -55px;
  width: 110px;
}
main .songs .card .control .mejs__captions-selector-list,
main .songs .card .control .mejs__chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
main .songs .card .control .mejs__captions-selector-list-item,
main .songs .card .control .mejs__chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}
main .songs .card .control .mejs__captions-selector-list-item:hover,
main .songs .card .control .mejs__chapters-selector-list-item:hover {
  background-color: rgb(200, 200, 200) !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}
main .songs .card .control .mejs__captions-selector-input,
main .songs .card .control .mejs__chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}
main .songs .card .control .mejs__captions-selector-label,
main .songs .card .control .mejs__chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
}
main .songs .card .control .mejs__captions-selected,
main .songs .card .control .mejs__chapters-selected {
  color: rgb(33, 248, 248);
}
main .songs .card .control .mejs__captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}
main .songs .card .control .mejs__captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}
main .songs .card .control .mejs__captions-layer a {
  color: #fff;
  text-decoration: underline;
}
main .songs .card .control .mejs__captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}
main .songs .card .control .mejs__captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}
main .songs .card .control .mejs__captions-position-hover {
  bottom: 35px;
}
main .songs .card .control .mejs__captions-text,
main .songs .card .control .mejs__captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}
main .songs .card .control .mejs__container.mejs__hide-cues video::-webkit-media-text-track-container {
  display: none;
}
main .songs .card .control .mejs__cannotplay,
main .songs .card .control .mejs__cannotplay a {
  color: #fff;
  font-size: 0.8em;
}
main .songs .card .control .mejs__cannotplay p,
main .songs .card .control .mejs__cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}
main .songs .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
main .songs .owl-item.center {
  position: relative;
  z-index: 3;
  transform: translateX(-80px);
  transition: 0.3s all;
}
main .songs .owl-item.center .card {
  width: 313px;
  background: rgb(73, 67, 125);
  padding: 15px 20px 25px;
  border-radius: 24px;
  animation: cardAnim 0.5s linear;
}
main .songs .owl-item.center .card .card-img {
  height: 200px;
  border-radius: 12px;
}
main .songs .owl-item.center .card .card-toptext {
  font-size: 14px;
}
main .songs .owl-item.center .card .card-title {
  font-size: 20px;
}
main .songs .owl-item.center .card .card-subtitle {
  font-size: 15px;
}
main .songs .owl-item.center .card .control .mejs__button > button {
  width: 37px;
  height: 37px;
}
main .songs .owl-item.center .card .control .mejs__button > button::before {
  top: 12px;
  left: 12px;
}
main .songs .owl-item.center .card .control .mejs__time {
  font-size: 14px;
  bottom: -10px;
}
main .songs .owl-item.center .card .control .mejs__controls {
  width: 270px;
}
@keyframes cardAnim {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
main .weCreate {
  padding: 111px 0 142px;
  position: relative;
}
main .weCreate .container {
  position: relative;
  z-index: 3;
}
main .weCreate .ellipse img {
  position: absolute;
}
main .weCreate .ellipse img:first-child {
  top: 0;
  left: 0;
}
main .weCreate .ellipse img:last-child {
  bottom: 0;
  right: 0;
}
main .weCreate .weCreate-item .item {
  width: 394px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 9px;
  border-radius: 10px;
}
main .weCreate .weCreate-item .item:last-child {
  margin-bottom: 0;
}
main .weCreate .weCreate-item .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
main .weCreate .weCreate-item .item-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  padding: 25px 25px 21px;
  border-bottom: 2px solid #645F84;
}
main .weCreate .weCreate-item .item-head .item-icon {
  margin-right: 13px;
}
main .weCreate .weCreate-item .item-head .item-title {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
main .weCreate .weCreate-item .item-body {
  position: relative;
  z-index: 2;
  padding: 30px 25px 36px;
}
main .weCreate .weCreate-item .item-body .item-text {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 100%;
  color: #cbcbcb;
  letter-spacing: -0.7px;
}
main .weCreate .weCreate-item .item:nth-child(2) {
  margin-left: 79px;
}
main .weCreate .weCreate-item .item:nth-child(3) {
  margin-left: 156px;
}
main .weCreate .weCreate-info {
  max-width: 412px;
}
main .weCreate .weCreate-info .title-subtext {
  margin: 28px 0;
}
main .weCreate .weCreate-info .order-btn {
  width: 221px;
  height: 52px;
}
main .order {
  position: relative;
  padding: 90px 0 122px;
}
main .order .ellipse {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
main .order .container {
  position: relative;
  z-index: 3;
}
main .order .order-info {
  width: 53%;
}
main .order .order-info .title-subtext {
  margin: 28px 0;
  max-width: 517px;
}
main .order .order-info .order-item .item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  color: #ddd;
  margin-bottom: 35px;
}
main .order .order-info .order-item .item img {
  margin-right: 18px;
}
main .order .order-info .order-price {
  width: 340px;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  font-family: "Inter", sans-serif;
}
main .order .order-info .order-price .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: 100% 100%;
}
main .order .order-info .order-price .price-head {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.7px;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
  margin-bottom: 23px;
  border-bottom: 1px solid rgba(100, 95, 132, 0.3607843137);
}
main .order .order-info .order-price .price-head .price {
  background: #B8B3FA;
  background: linear-gradient(to right, #B8B3FA 0%, #FED1A5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
main .order .order-info .order-price .price-head .sale {
  color: #cbcbcb;
  position: relative;
}
main .order .order-info .order-price .price-head .sale::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(250, 38, 38, 0.7);
  transform: rotate(-10deg);
}
main .order .order-info .order-price .price-body {
  position: relative;
  z-index: 3;
  font-size: 15px;
  line-height: 100%;
}
main .order .order-info .order-price .price-body .timer-info {
  display: flex;
}
main .order .order-info .order-price .price-body .timer-info #timer {
  display: flex;
  width: 130px;
  padding-left: 10px;
}
main .order .order-info .order-price .price-body .timer-info div {
  display: flex;
  align-items: center;
}
main .order .order-info .order-price .price-body .timer-info span {
  display: block;
  padding: 0 3px;
}
main .order .order-info .order-btn {
  width: 328px;
  margin-top: 28px;
}
main .order .phone-box {
  position: relative;
}
main .order .phone-box .phone-small {
  position: absolute;
  bottom: 7px;
  right: 55%;
}
main .order .phone-box .phone-big {
  position: relative;
  z-index: 3;
}

@media (max-width: 1024px) {
  .title-text {
    font-size: 36px;
    line-height: 34px;
  }
  .title-subtext {
    font-size: 16px;
  }
  main .wrapper {
    position: relative;
    padding-top: 16px;
  }
  main .wrapper .wrapper-info {
    width: 55%;
    margin-top: 57px;
  }
  main .wrapper .wrapper-info .title-text {
    font-size: 42px;
    line-height: 42px;
  }
  main .wrapper .wrapper-info .title-subtext {
    max-width: 400px;
    margin: 20px 0;
  }
  main .wrapper .wrapper-card {
    width: 220px;
    padding: 8px 8px 20px;
    margin-right: 25px;
  }
  main .wrapper .wrapper-card::before {
    content: "";
    width: 190px;
    height: 310px;
  }
  main .wrapper .wrapper-card::after {
    content: "";
    width: 200px;
    height: 340px;
  }
  main .wrapper .wrapper-card .order-price {
    padding: 15px;
  }
  main .wrapper .wrapper-card .order-price .price-head .price {
    font-size: 16px;
  }
  main .wrapper .wrapper-card .order-price .price-head .sale {
    font-size: 40px;
  }
  main .wrapper .wrapper-card .order-price .price-head .del {
    font-size: 22px;
  }
  main .wrapper .wrapper-card .order-price .price-head .del::before {
    top: 10px;
    width: 55px;
  }
  main .wrapper .wrapper-card .order-price .price-body {
    position: relative;
    z-index: 3;
    font-size: 18px;
    line-height: 100%;
  }
  main .wrapper .wrapper-card .order-price .price-body .timer-info {
    display: flex;
  }
  main .wrapper .wrapper-card .order-price .price-body .timer-info #timer {
    display: flex;
    justify-content: center;
    width: 130px;
    margin-top: 10px;
    height: 20px;
  }
  main .wrapper .wrapper-card .order-price .price-body .timer-info div {
    display: flex;
    align-items: center;
  }
  main .wrapper .wrapper-card .order-price .price-body .timer-info span {
    display: block;
    padding: 0 3px;
  }
  main .wrapper .wrapper-card .card-img {
    height: 180px;
  }
  main .wrapper .wrapper-card .card-name {
    font-size: 14px;
    margin-top: 12px;
  }
  main .wrapper .wrapper-card .card-title {
    font-size: 16px;
    margin: 8px 0 24px;
  }
  main .unique-song {
    margin: 100px 0 50px;
  }
  main .unique-song .title-subtext {
    margin: 20px 0 40px;
  }
  main .unique-song-item {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
  main .weCreate {
    padding: 80px 0 100px;
  }
  main .weCreate .weCreate-item .item {
    width: 300px;
  }
  main .weCreate .weCreate-item .item-head {
    padding: 15px;
  }
  main .weCreate .weCreate-item .item-head .item-icon {
    margin-right: 8px;
  }
  main .weCreate .weCreate-item .item-head .item-title {
    font-size: 16px;
  }
  main .weCreate .weCreate-item .item-body {
    padding: 20px 15px;
  }
  main .weCreate .weCreate-item .item-body .item-text {
    font-size: 14px;
  }
  main .weCreate .weCreate-item .item:nth-child(2) {
    margin-left: 20px;
  }
  main .weCreate .weCreate-item .item:nth-child(3) {
    margin-left: 40px;
  }
  main .weCreate .weCreate-info {
    max-width: 300px;
  }
  main .weCreate .weCreate-info .title-subtext {
    margin: 28px 0;
  }
  main .order {
    padding: 70px 0 100px;
  }
  main .order .order-info {
    width: 45%;
  }
  main .order .order-info .title-subtext {
    margin: 20px 0;
    max-width: 400px;
  }
  main .order .order-info .order-item .item {
    font-size: 16px;
    margin-bottom: 20px;
  }
  main .order .order-info .order-item .item img {
    margin-right: 10px;
  }
  main .order .order-info .order-price {
    padding: 15px;
  }
  main .order .order-info .order-price .price-head {
    font-size: 16px;
    margin-bottom: 15px;
  }
  main .order .order-info .order-price .price-body {
    font-size: 14px;
  }
  main .order .order-info .order-btn {
    width: 300px;
    margin-top: 20px;
  }
  main .order .phone-box .phone-small {
    width: 220px;
  }
  main .order .phone-box .phone-big {
    width: 250px;
  }
  main .songs {
    min-height: auto;
    padding: 50px 0;
  }
  main .songs-info {
    margin-bottom: 50px;
  }
  main .songs-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .title-text {
    font-size: 32px;
    line-height: 28px;
  }
  main .wrapper {
    padding-top: 0;
    padding-bottom: 90px;
    position: relative;
  }
  main .wrapper .wrapper-card {
    margin: 0;
  }
  main .wrapper .logo {
    display: none;
  }
  main .wrapper .order-btn {
    position: absolute;
    top: 107%;
    left: 50%;
    transform: translateX(-50%);
  }
  main .wrapper .wrapper-box {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  main .wrapper .wrapper-info {
    width: 100%;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  main .wrapper .wrapper-info .title-text {
    font-size: 36px;
    line-height: 36px;
  }
  main .wrapper .wrapper-info .title-subtext {
    max-width: none;
    margin: 10px 0 0;
  }
  main .wrapper .wrapper-card {
    margin-top: 25px;
  }
  main .unique-song {
    margin-top: 50px;
  }
  main .unique-song .title-subtext {
    margin: 10px 0;
  }
  main .unique-song-item {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  main .weCreate {
    padding: 50px 0 100px;
  }
  main .weCreate .container {
    flex-direction: column-reverse;
    position: relative;
  }
  main .weCreate .weCreate-item .item {
    width: 100%;
  }
  main .weCreate .weCreate-item .item:nth-child(2) {
    margin-left: 0;
  }
  main .weCreate .weCreate-item .item:nth-child(3) {
    margin-left: 0;
  }
  main .weCreate .weCreate-info {
    max-width: none;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  main .weCreate .weCreate-info .title-subtext {
    margin: 20px 0;
  }
  main .weCreate .weCreate-info .order-btn {
    position: absolute;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
  }
  main .order {
    padding: 50px 0 220px;
    position: relative;
  }
  main .order .container {
    flex-direction: column;
    position: relative;
  }
  main .order .order-info {
    width: 100%;
  }
  main .order .order-info .title-subtext {
    max-width: none;
  }
  main .order .order-info .order-price {
    position: absolute;
    bottom: -100px;
    left: 2.5%;
    width: 95%;
  }
  main .order .order-info .order-btn {
    position: absolute;
    bottom: -180px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .order .phone-box {
    transform: translateX(40px);
  }
  main .order .phone-box .phone-small {
    width: 180px;
  }
  main .order .phone-box .phone-big {
    width: 200px;
  }
}
@media (max-width: 576px) {
  .title-text {
    font-size: 28px;
    line-height: 28px;
  }
  .title-subtext {
    font-size: 15px;
    line-height: 14px;
  }
  main .unique-song .title-text br {
    display: none;
  }
  main .unique-song .title-subtext {
    margin: 10px 0 30px;
  }
  main .unique-song .title-subtext br {
    display: none;
  }
  main .unique-song-item {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 15px;
  }
  main .unique-song-item .item {
    height: 250px;
    border-radius: 10px;
    padding: 20px 6px 10px;
  }
  main .unique-song-item .item .item-title {
    font-size: 15px;
  }
  main .unique-song-item .item .item-subtitle {
    font-size: 13px;
    margin: 5px 0;
  }
  main .unique-song-item .item .item-btn {
    width: 120px;
    height: 30px;
    font-size: 14px;
  }
  main .songs {
    padding: 30px 0 0;
  }
  main .songs .songs-info {
    margin-bottom: 40px;
  }
  main .songs .songs-info .title-subtext {
    margin: 20px 0 0;
  }
  main .songs .song-card {
    width: 320px;
  }
  main .songs .card .control .mejs__controls {
    width: 90px;
  }
  main .songs .card .control .mejs__time {
    font-size: 8px;
  }
  main .songs .owl-item.center {
    transform: translateX(-65%);
  }
  main .songs .owl-item.center .card {
    width: 240px;
    padding: 15px 10px 20px;
    border-radius: 16px;
  }
  main .songs .owl-item.center .card .card-img {
    height: 160px;
    border-radius: 10px;
  }
  main .songs .owl-item.center .card .card-toptext {
    font-size: 14px;
  }
  main .songs .owl-item.center .card .card-title {
    font-size: 18px;
  }
  main .songs .owl-item.center .card .card-subtitle {
    font-size: 14px;
  }
  main .songs .owl-item.center .card .control .mejs__time {
    bottom: -5px;
  }
  main .songs .owl-item.center .card .control .mejs__controls {
    width: 210px;
  }
}/*# sourceMappingURL=main.css.map */