:root {
  --border: #e5e5e5;
  --border-btm-hover: #cccccc;
  --border-btm-input: #868686;
  --border-down: #e6e5e2;
  --card-down: #f7f4f2;
  --card-hover: #f6f6f6;
  --card-normal: #fbfbfb;
  --divider: #e5e5e5;
  --gradient: linear-gradient(
  326deg,
  rgba(2, 82, 183, 1) 0%,
  rgba(2, 82, 183, 1) 0%,
  rgba(44, 166, 219, 1) 100%
);
  --highlight-hover: #2ca6db;
  --highlight-primary: #2ca6db;
  --light-blue: #f0f8ff;
  --loader: #0067c0;
  --non-gradient: #0067c0;
  --primary-border-btm: #003e73;
  --primary-hover: #1975c5;
  --non-gradient-hi: #2ca6db;
  --primary: #ffffff;
  --radius: 6px;
  --secondary: #f3f3f3;
  --text-dark: #000000;
  --text-light: #a2a2a2;
  --text-medium: #6c757d;
  --text-secondary: #6c757d;
  --white: #ffffff
}

.backdrop-blur {
  background-color: #fff
}

@supports ((-webkit-backdrop-filter:blur(20px)) or (backdrop-filter:blur(20px))) {
  .backdrop-blur {
      background-color: rgba(255,255,255,.9);
      -webkit-backdrop-filter: blur(20px);
      -ms-backdrop-filter: blur(20px);
      -moz-backdrop-filter: blur(20px);
      backdrop-filter: blur(20px)
  }
}

.body,html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

.body {
  background-color: var(--secondary);
  color: var(--text-dark);
  font-family: "Barlow",sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin: 127px 0 0;
  padding: 0
}

html {
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}

.body,.body *,.body :after,.body :before,.body:after,.body:before {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

*,p {
  padding: 0
}

* {
  box-sizing: border-box;
  margin: 0
}

*,a {
  -webkit-tap-highlight-color: transparent
}

p {
  line-height: 1.6;
  margin: 0 0 20px
}

::selection {
  background: var(--highlight-primary);
  color: var(--white);
  text-shadow: none
}

::-moz-selection {
  background: var(--highlight-primary);
  color: var(--white)
}

input,textarea {
  resize: none;
  background-color: #fff;
  border-color: var(--border) var(--border) var(--border-btm-input);
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  color: var(--text-dark);
  font-family: "Barlow",sans-serif;
  font-size: 14px;
  padding: 7px 16px;
  text-decoration: none;
  transition: all .3s ease 0s
}

input:hover,textarea:hover {
  background-color: var(--card-normal)
}

input:focus,textarea:focus {
  border-bottom-width: 2px;
  border-color: var(--border) var(--border) var(--non-gradient)
}

.control input:focus,input:focus,textarea:focus {
  outline-style: none!important;
  outline-offset: 0!important
}

h1, h2, h3, h4 {
  font-family: 'Roboto Slab', sans serif;
}

h1,h2 {
  font-weight: 600
}

h1 {
  font-size: 40px;
  line-height: normal;
  margin: 0
}

h2 {
  font-size: 28px
}

h3 {
  font-size: 26px
}

h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h4,h5 {
  margin-bottom: 15px
}

h4,h5 {
  font-size: 20px;
  line-height: 1.6
}

h2,h3,h6 {
  line-height: 1.4
}

body.body .alt-bg {
  background-color: var(--secondary)
}

body.body .bright-bg {
  background-color: var(--white)
}

body.body .feature-bg {
  background: linear-gradient(to top,#f3f3f3,#fff)
}

body.body .dark-bg {
  background-color: #202020
}

.carousel-title-container.is-dark {
  color: #fff
}

.section-line.is-dark {
  background: #2b2b2b;
  height: 1px
}

body.body .feature-bg-last {
  background: linear-gradient(to bottom,#f3f3f3,#fff)
}

.container {
  max-width: 1400px
}

.owl-dots.disabled,.owl-nav.disabled {
  display: none!important
}

.section-line {
  background: var(--divider);
  height: 1px
}

.footer-div {
  background: #2b2b2b;
  height: 1px
}

.welcome-box {
  color: #000;
  text-align: center;
  padding-top: 0;
  padding-bottom: 100px;
  font-style: italic;
}

.blank {
  background: 0 0;
  height: 1px
}

.top-nav-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%
}

::-webkit-scrollbar {
  background-color: #fff0;
  width: 10px
}

::-webkit-scrollbar-track {
  background-color: var(--white);
  border-radius: 10px
}

::-webkit-scrollbar-thumb {
  background-color: var(--text-secondary);
  border-radius: 10px
}

::-webkit-scrollbar-thumb:hover {
  background: var(--highlight-primary)
}

.app-layout {
  height: 100%
}

.app-layout,.nav-header,.nav-links li {
  align-items: center;
  display: flex
}

.nav-header {
  -moz-box-shadow: 0 0 6px rgb(0 0 0/10%);
  -webkit-box-shadow: 0 0 6px rgb(0 0 0/10%);
  background: #c5e0b5;
  border-bottom: 1px solid #c5e0b5;
  box-shadow: 0 0 6px rgb(0 0 0/10%);
  height: 67px;
  justify-content: space-between;
  min-height: 67px;
  position: fixed;
  top: 0;
  transition: top .3s;
  width: 100%;
  z-index: 9998
}

.nav-scrolled {
  top: -100%
}

.nav-links {
  align-items: stretch;
  display: flex;
  height: 100%;
  list-style: none;
  margin-bottom: 0
}

.nav-links li {
  flex-shrink: 0;
  transition: all .3s ease 0s
}

.btn-primary,.btn-secondary,.nav-cta {
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  font-family: "Barlow",sans-serif;
  font-size: 14px;
  transition: all .3s ease 0s
}

.nav-cta,.nav-links a {
  align-items: center;
  color: var(--text-dark);
  cursor: pointer;
  display: flex;
  height: 100%;
  outline-offset: -.125rem!important;
  text-decoration: none!important
}

.nav-cta {
  background-color: #fff;
  border-color: var(--border) var(--border) var(--border-btm-hover);
  margin-bottom: auto;
  margin-left: 10px;
  margin-top: auto;
  max-height: 33px;
  padding: 6px 16px;
  font-weight: 600;
}

.nav-links a {
  font-size: 14px;
  padding: 0 15px
}

.btn-primary,.btn-secondary {
  padding: 7px 16px;
  text-decoration: none
}

.btn-primary {
  background: var(--non-gradient);
  border-color: var(--non-gradient) var(--non-gradient) var(--primary-border-btm);
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
}

.btn-primary:hover {
  background: var(--primary-hover)
}

#playerShowMore svg {
  margin-bottom: -2px;
  margin-left: 10px
}

.btn-secondary {
  background-color: #fff;
  border-color: var(--border) var(--border) var(--border-btm-hover);
  color: var(--text-dark);
  font-weight: 600;
}

.btn-secondary:hover:enabled {
  background: var(--non-gradient-hi);
  border: 1px solid var(--highlight-primary);
  color: #fff;
  cursor: pointer
}

.btn-secondary svg {
  fill: var(--text-dark)
}

.btn-secondary:hover:enabled svg {
  fill: #fff;
  fill: var(--white)!important
}

.btn-secondary:disabled {
  background-color: transparent;
  border: 1px solid var(--border);
  color: var(--border)
}

.nav-logo-container {
  align-items: center;
  display: flex;
  height: 100%;
  margin-left: -15px;
  margin-right: auto;
  padding: 0 15px;
  transition: all .3s ease 0s
}

.nav-logo-container a {
  text-decoration: none
}

.nav-logo-container a,.nav-logo-container a:hover {
  color: var(--text-dark)
}

.nav-logo-container span {
  display: flex;
  flex-direction: column
}

.nav-logo-container .title {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700
}

.nav-logo-container .subtitle {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  color: var(--text-dark);
  font-size: 14px;
  font-weight: 400;
}

.logo-light {
  content: url(images/branding/technify-312x70-light.png)
}

.media-player-bar {
  background-color: transparent;
  padding: 0;
  position: fixed;
  transition: bottom .3s;
  width: 100%;
  z-index: 9999
}

.player-container {
  display: flex;
  height: 100%;
  position: relative;
  width: 100%
}

.player-left-column {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex-direction: row;
  overflow: hidden;
  width: calc(33.3333vw)
}

.player-middle-column,.player-right-column {
  -moz-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-pack: center;
  display: flex;
  justify-content: center;
  width: calc(33.3333vw)
}

.player-right-column {
  -moz-box-align: center;
  -ms-box-align: center;
  -webkit-box-align: center;
  align-items: center;
  justify-content: flex-end
}

.player-artwork {
  display: inline-block;
  margin-right: 20px;
  opacity: 1;
  position: relative;
  transition: opacity 300ms ease 0s
}

.player-artwork,.player-artwork img {
  height: 80px;
  width: 80px
}

.player-share-icon {
  fill: #484748;
  margin-left: 5px;
  margin-right: 5px
}

.player-share-icon:hover {
  cursor: pointer;
  fill: var(--highlight-hover)
}

.player-info p {
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.player-info .player-album,.player-info .player-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize
}

.player-info .player-album {
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400
}

.player-controls {
  -moz-box-align: center;
  -moz-box-pack: center;
  -ms-box-align: center;
  -ms-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: flex;
  justify-content: center
}

.player-button {
  height: 48px;
  width: 48px
}

.player-button,.player-sub-button {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  margin: 10px;
  transition: all .3s ease 0s
}

.player-button:disabled,.player-sub-button:disabled {
  cursor: default
}

.player-sub-button {
  height: 32px;
  width: 32px
}

.player-button:hover:enabled svg,.player-sub-button:hover:enabled svg {
  fill: var(--white)
}

.player-button:hover:enabled,.player-sub-button:hover:enabled {
  background: var(--non-gradient-hi)
}

#playerShowMore-Icon {
  margin-bottom: -1px;
  margin-left: 10px
}

.player-button:disabled svg,.player-sub-button:disabled svg {
  cursor: pointer;
  fill: #cbd1d8
}

.player-sub-button svg {
  margin: auto
}

.player-bar-container {
  max-width: 1440px;
  padding-left: 15px;
  padding-right: 15px
}

.owl-carousel .owl-stage {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -ms-touch-action: pan-Y;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  position: relative;
  touch-action: manipulation
}

.carousel-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2px;
  transition: all .3s ease 0s
}

.carousel-title-container {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px
}

.carousel-title-container h3 {
  margin: 0
}

.album-carousel-next:hover,.album-carousel-prev:hover,.demo-carousel-next:hover,.demo-carousel-prev:hover,.lyrics-carousel-next:hover,.lyrics-carousel-prev:hover,.photo-carousel-next:hover,.photo-carousel-prev:hover,.review-carousel-next:hover,.review-carousel-prev:hover,.video-carousel-next:hover,.video-carousel-prev:hover {
  background: var(--non-gradient-hi);
  border: 1px solid var(--highlight-primary);
  color: #fff
}

.album-carousel-next,.album-carousel-prev,.demo-carousel-next,.demo-carousel-prev,.lyrics-carousel-next,.lyrics-carousel-prev,.review-carousel-next,.review-carousel-prev {
  background-color: #fff;
  border-color: var(--border) var(--border) var(--border-btm-hover);
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  color: var(--text-dark);
  cursor: pointer;
  font-family: "Barlow",sans-serif;
  margin-left: 10px;
  padding: 6px 9px;
  transition: all .3s ease 0s
}

.photo-carousel-next,.photo-carousel-prev,.video-carousel-next,.video-carousel-prev {
  background-color: #323232;
  border-color: #3f3f3f;
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  margin-left: 10px;
  padding: 6px 9px;
  transition: all .3s ease 0s
}

.mpViser-ctrl button svg,.photo-carousel-next svg,.photo-carousel-prev svg,.video-carousel-next svg,.video-carousel-prev svg {
  fill: #fff
}

.owl-carousel .carousel-item .review-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0
}

.review-stars {
  font-size: 16px;
  padding: 20px 0 40px
}

.review-stars svg {
  margin-right: 5px
}

.review-content {
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 14px;
  font-style: italic;
  margin: 0 0 40px;
  overflow: hidden;
  text-overflow: ellipsis
}

.review-link {
  align-self: flex-start;
  margin-top: auto
}

.album-card {
  background: var(--card-normal);
  border-color: var(--border);
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1px;
  text-align: center
}

.album-card.is-dark {
  background: #323232;
  border-color: #3f3f3f
}

.album-card.is-dark:hover {
  background: #434343;
  border-bottom-color: #3f3f3f
}

.album-card.is-dark .album-title {
  color: #fff
}

.album-card.is-dark .album-subtitle {
  color: #a2a2a2
}

.album-card .card-content-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 20px
}

.album-card .card-content-wrapper svg {
  fill: var(--highlight-primary);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px
}

.iconRating {
  fill: var(--non-gradient-hi);
  height: 20px;
  width: 20px
}

.album-card .responsive {
  height: auto;
  width: 100%
}

.album-card .music-note {
  background-image: url(./images/music-note.png);
  height: 48px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease 0s;
  width: 48px
}

.album-card:hover .music-note {
  background-image: url(./images/music-note-hover-dark.png)
}

.hero-column-left .album-artwork {
  -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
}

.album-card .album-artwork {
  border-radius: 5px 5px 0 0;
  transition: all .3s ease 0s
}

.album-card:hover .album-artwork {
  opacity: .5
}

.album-card,.album-card #albumSubtitle,.review-link {
  transition: all .3s ease 0s
}

.album-card .album-title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize
}

.album-card .album-subtitle {
  margin-top: -15px;
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 20px 20px;
  text-transform: capitalize
}

.other-subtitle {
  padding: 0!important
}

.album-card-menu {
  color: var(--highlight-primary);
  font-size: 18px;
  margin-top: auto
}

.btn-secondary:enabled svg {
  fill: #484748;
  font-size: 20px;
  margin-bottom: -2px
}

.hero-album-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%
}

.hero-column-left,bio-column-right-l {
  flex: 0 0 auto
}

.hero-column-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 50px
}

.hero-column-right p {
  font-weight: 600;
  color: #000;
  font-size: 14px;
  margin-bottom: 8px
}

.hero-button-container {
  align-items: center;
  display: flex;
  margin-top: 40px
}

.hero-column-right h4 {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: capitalize
}

.album-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.album-list .album {
  padding: 20px;
    display: flex;
    border-radius: var(--radius);
    border: 1px solid var(--border);
    background: var(--card-normal);
    font-size: 14px;
}

.album-list ul {
  list-style: none;
}

.album-list ul li {
  padding: 5px;
  cursor: pointer;
  text-transform: capitalize;
}

.album-list ul li:hover {
  font-weight: 600;
  background: var(--card-hover);
}

.album-list h2 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.album-list .list {
  width: 100%;
    padding-left: 20px;
}

.responsive {
  height: 100%;
  width: 100%
}

.hidden,audio {
  display: none
}

.no-support {
  margin: 2rem auto;
  text-align: center;
  width: 90%
}

#plwrap, #ploWrap {
  border-radius: var(--radius);
  overflow: auto
}

#ploWrap {
  height: 251px;
}

#ploWrap {
  background: rgb(251 251 251/100%);
  border: 1px solid rgb(229 229 229/100%);
}

#plwrap{
  height: 251px;
  background: rgb(251 251 251/50%);
  border: 1px solid rgb(229 229 229/80%);
}

#audiowrap,#plwrap {
  margin: 0 auto
}

#plList li {
  transition: all .3s ease 0s;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 15px
}

#ploList li {
  transition: all .3s ease 0s;
  border-bottom: 1px solid var(--border);
  cursor: pointer;
  display: flex;
  margin: 0;
  padding: 15px;
}

#plList li:last-child, #ploList li:last-child {
  border-bottom: none
}

.plItem {
  width: 100%;
    height: 100%;
    position: relative;
}

.plBtnItem {
  margin-right: 30px;
  position: relative;
}

.plAlbum,.plTitle {
  line-height: 1.3;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  text-transform: capitalize;
  white-space: nowrap
}

.plTitle {
  color: var(--text-dark);
  font-weight: 600;
  left: 50px;
}

.plIcon {
  left: 50px;
  position: absolute;
}

.plIcon svg {
  fill: var(--text-secondary);
  height: 12px;
  width: 12px;
}

.plAlbum {
  right: 0;
  position: absolute;
  text-transform: uppercase;
  font-size: 14px;
  border: 1px solid rgb(229 229 229/0%);
  margin: -7px;
  background: rgb(255 255 255 / 0%);
  color: var(--highlight-primary);
  padding: 7px 16px;
  width: fit-content;
  border-radius: var(--radius);
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.plAlbum:hover {
  background: rgb(255 255 255 / 100%);
  border: 1px solid rgb(229 229 229/80%);
}

.plNum {
  color: var(--highlight-primary);
}

.plLength {
  color: var(--text-medium);
  line-height: 1.3;
  padding-left: 21px;
  position: absolute;
  right: 150px;
}

.plSel,.plSel:hover {
  cursor: default
}

.plSel {
  background-color: var(--white)!important;
  color: var(--text-dark)
}

#tracks a:active,#tracks a:hover,.plSel:hover {
  background-color: var(--card-normal);
  color: var(--text-dark)
}

#tracks a::-moz-focus-inner {
  border: 0;
  padding: 0
}

.plyr--audio .plyr__controls {
  background-color: transparent;
  border: 0;
  width: 100%
}

.plyr__controls .plyr__controls__item.plyr__time {
  font-size: 14px;
  margin-left: 7px;
  width: 50px
}

.mpViser-ctrl {
  transition: all .3s ease 0s;
  border-bottom: 4px solid #6c757d;
  background: linear-gradient(to top,rgb(0 0 0/10%),rgb(255 255 255/0%) 90%)
}

.mpViser-ctrl button {
  margin-left: auto;
  margin-right: auto;
  background: #6c757d;
  border: 1px solid #6c757d;
  border-radius: 12px 12px 0 0;
  color: var(--white);
  cursor: pointer;
  display: block;
  padding: 9px 25px 5px;
  transition: all .3s ease 0s;
  box-shadow: 0 0 6px rgb(0 0 0/10%);
  -moz-box-shadow: 0 0 6px rgb(0 0 0/10%);
  -webkit-box-shadow: 0 0 6px rgb(0 0 0/10%)
}

.player-bar-wrapper {
  background: var(--white)
}

.mpViser-ctrl button:hover {
  background: var(--non-gradient-hi);
  border: 1px solid var(--non-gradient-hi)
}

.mpViser-ctrl button:hover+.mpViser-ctrl {
  border-color: var(--non-gradient)
}

.video-container {
  background: #323232;
  border-color: #3f3f3f;
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 1px;
  padding: 1px;
  text-align: center;
  transition: all .3s ease 0s;
  width: 100%
}

.video-wrapper-left {
  flex: 1
}

.video-wrapper-right {
  color: #fff;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 20px 20px 20px 40px;
  text-align: left
}

.video-subtitle {
  color: var(--text-light);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 0
}

.video-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0
}

.video-description {
  -ms-box-orient: vertical;
  box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  font-size: 14px;
  font-style: italic;
  margin: 0;
  overflow: hidden;
  padding: 20px 0;
  text-overflow: ellipsis
}

.album-card-menu button:hover {
  color: var(--white)
}

.owl-carousel .carousel-item .review-subtitle,.player-share {
  color: #484748;
  font-size: 14px;
  margin-bottom: 0;
}

.album-card:hover #albumCardMenu svg,.album-card:hover #albumSubtitle,.player-button svg,.player-button:enabled svg,.player-buy-link,.player-sub-button svg,.player-sub-button:enabled svg {
  fill: #484748
}

.section-button,.section-title {
  font-size: 25px;
  font-weight: 300;
  margin-right: auto
}

.logo-container {
  display: flex;
  flex-direction: column;
  color: var(--text-dark);
  text-decoration: none
}

.footer,.footer a {
  color: #cfcfcf
}

.footer .copyright-text {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin: 0
}

.footer .credits-text {
  font-size: 12px
}

.footer svg {
  fill: #fff
}

.logo-container .title {
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #fff
}

.logo-container .subtitle {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}

.footer a {
  text-decoration: underline
}

.footer a:hover {
  color: var(--highlight-primary)
}

.footer .designer-text {
  font-size: 12px
}

.bio-column-left p:last-child,.bio-column-left-r p:last-child,.footer .designer-text:last-child {
  margin-bottom: 0
}

.order-info-column-right {
  flex: 2;
  text-align: right
}

.album-info,.album-info a {
  color: var(--text-secondary)
}

.album-info a {
  text-decoration: none
}

.album-info {
  font-size: 14px;
  margin-bottom: 5px
}

.album-info span,.lyricWrapper p {
  color: var(--text-dark);
  font-weight: 600
}

bio-column-left-r {
  padding: 0 0 0 140px;
  flex: 1
}

.darken,.darken-small,.darken-small a {
  color: var(--text-medium)
}

.darken-small {
  font-size: 12px;
  margin-top: 10px;
  text-align: right
}

.darken-small a {
  cursor: pointer;
  text-decoration: none
}

.bio-image {
  -moz-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  border-radius: 3px;
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%)
}

.bio-container .bio-column-right {
  flex: 0 0 auto;
  padding: 0 0 0 140px
}

.downupPopup {
  border: 1px solid var(--border);
  -moz-box-shadow: 0 0 6px rgb(0 0 0/10%);
  -webkit-box-shadow: 0 0 6px rgb(0 0 0/10%);
  background-color: var(--white);
  bottom: 132px;
  box-shadow: 0 0 6px rgb(0 0 0/10%);
  height: 400px;
  left: 50%;
  position: fixed;
  will-change: transform;
  z-index: 10000
}

#myPopup {
  border-radius: 12px 12px 0 0;
  max-width: 1400px;
  transition: transform 300ms ease 0s;
  width: 100%
}

.downupPopup.no-act {
  transform: translate(-50%,100vh)!important;
  visibility: hidden
}

.downupPopup-header {
  font-family: 'Roboto Slab', sans-serif;
  border-radius: 12px 12px 0 0;
  background-color: var(--white);
  color: var(--text-dark);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 20px
}

.downupPopup-content {
  color: var(--text-secondary);
  font-size: 16px;
  height: 310px;
  padding: 0 20px 20px;
  text-align: center
}

#lyricAlbum,#lyricSong {
  text-transform: capitalize
}

#lyricSong {
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0;
  padding: 0
}

#lyricAlbum {
  border-bottom: 1px solid var(--divider);
  color: var(--text-medium);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px
}

.lyricWrapper {
  height: 225px;
  overflow: auto;
  text-align: center
}

.lyricWrapper p {
  font-size: 14px;
  font-weight: 500
}

#dark-back {
  align-items: flex-end;
  background-color: rgba(0,0,0,.5);
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999
}

.owl-carousel,.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1
}

.owl-carousel .owl-stage:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden
}

.owl-carousel .owl-item,.owl-carousel .owl-stage-outer {
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.owl-carousel .owl-stage-outer {
  overflow: hidden;
  position: relative
}

.owl-carousel .owl-item {
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden
}

.owl-carousel .owl-item,.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.owl-carousel .owl-wrapper {
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
  -o-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0)
}

.owl-carousel .owl-item {
  -webkit-touch-callout: none;
  float: left;
  min-height: 1px
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%
}

.no-js .owl-carousel,.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  display: block;
  opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-user-select: none;
  touch-action: pan-y;
  user-select: none
}

.owl-nav .owl-next.disabled,.owl-nav .owl-prev.disabled {
  display: none!important
}

#promotePlay {
  fill: #fff;
  margin: auto 30px auto auto
}

.promoteLabel {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: auto;
  margin-top: 12px
}

.pmt-container {
  align-content: center;
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px
}

.top-nav-button {
  cursor: pointer;
  height: 40px;
  padding: 10px 0
}

.top-nav-button svg {
  margin-top: auto
}

.album-info-container,.bio-container,.order-info-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.album-info-container .album-info-column,.order-info-container .order-info-column {
  flex: 2
}

.album-nav {
  -moz-box-shadow: 0 7px 10px -7px rgb(0 0 0/10%);
  -webkit-box-shadow: 0 7px 10px -7px rgb(0 0 0/10%);
  background-color: var(--white);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 7px 10px -7px rgb(0 0 0/10%);
  top: 67px;
  transition: top .3s;
  position: fixed;
  width: 100%;
  z-index: 9999
}

.album-nav-col {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  transition: all .3s ease 0s;
  width: 25%
}

.album-nav-col .label {
  color: var(--white);
  font-size: 9px;
  font-weight: 600;
  text-align: center;
  width: 100%
}

.album-nav-col .svg {
  margin-bottom: 3px;
  text-align: center;
  width: 100%
}

.an-container {
  display: flex;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
  padding-left: 20px;
  padding-right: 20px
}

.sidenav {
  border-right: 1px solid var(--border);
  -moz-box-shadow: 0 0 6px rgb(0 0 0/10%);
  -webkit-box-shadow: 0 0 6px rgb(0 0 0/10%);
  box-shadow: 0 0 6px rgb(0 0 0/10%);
  height: 100%;
  left: -330px;
  overflow: hidden;
  position: fixed;
  top: 0;
  will-change: transform;
  z-index: 10001
}

#mySidenav {
  transition: transform 300ms ease 0s;
  width: 320px
}

.sidenav.no-act {
  transform: translate(-330px)!important
}

.sidenav-header {
  font-family: 'Roboto Slab', sans-serif;
  background-color: var(--white);
  color: var(--text-dark);
  display: flex;
  font-size: 20px;
  font-weight: 600;
  justify-content: space-between;
  margin-right: auto;
  padding: 20px;
  position: absolute;
  width: calc(100% - 10px)
}

.sidenav-bottom,.sidenav-content {
  display: flex;
  flex-direction: column
}

.sidenav-content {
  background-color: var(--white);
  color: var(--text-secondary);
  font-size: 16px;
  height: 100%;
  overflow: auto;
  padding-bottom: 20px;
  padding-top: 67px;
  text-align: left;
  text-decoration: none
}

.sidenav-bottom {
  margin-top: auto
}

.sidenav-content ul {
  list-style: none;
  margin-bottom: 0
}

.sidenav-content li {
  cursor: pointer;
  padding: 10px 10px 10px 30px;
  transition: all .3s ease 0s
}

.sidenav-content a,.sidenav-cta {
  color: var(--text-dark);
  text-decoration: none
}

.sidenav-content svg {
  fill: var(--text-dark);
  height: 16px;
  width: 16px
}

.sidenav-content .icon {
  display: inline-block;
  min-width: 30px
}

.sidenav-content li:hover {
  background: var(--card-hover)
}

.sidenav-content .copyright-text,.sidenav-content .designer-text {
  font-size: 12px;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center
}

.sidenav-content .copyright-text {
  font-weight: 500;
  margin: 50px 0 5px
}

.sidenav-content .sidenav-share {
  margin-bottom: auto;
  margin-top: auto;
  padding-top: 50px;
  text-align: center
}

.sidenav-cta {
  background: var(--non-gradient);
  border: 1px solid var(--non-gradient);
  border-radius: var(--radius);
  color: var(--white)!important;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow",sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  padding: 8px 25px;
  transition: all .3s ease 0s;
  width: 250px
}

.sidenav-cta:hover {
  background: var(--non-gradient-hi);
  border-color: var(--non-gradient-hi)
}

#sidenavDrop {
  align-items: flex-end;
  background-color: rgba(0,0,0,.5);
  display: none;
  justify-content: center;
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000
}

#plList li:hover {
  background-color: rgb(255 255 255/80%)
}

#ploList li:hover {
  background-color: #fff
}

.nav-links li:hover,.nav-logo-container:hover {
  background: rgb(255 255 255 / 80%);
}

.album-card:hover,.nav-cta:hover {
  background: var(--card-hover);
  border-bottom-color: var(--border-btm-hover)
}

.message-wrapper input:hover,.message-wrapper textarea:hover,.video-container:hover {
  background-color: #434343
}

.album-nav-col:hover,.nav-logo {
  cursor: pointer
}

.player-more-link,.tracker-bar {
  width: 100%;
  background: var(--white)
}

.album-card:hover,.album-carousel-next:hover svg,.album-carousel-prev:hover svg,.album-nav-col .svg svg,.demo-carousel-next:hover svg,.demo-carousel-prev:hover svg,.lyrics-carousel-next:hover svg,.lyrics-carousel-prev:hover svg,.photo-carousel-next:hover svg,.photo-carousel-prev:hover svg,.review-carousel-next:hover svg,.review-carousel-prev:hover svg,.review-stars,.video-carousel-next:hover svg,.video-carousel-prev:hover svg {
  fill: var(--white)
}

.hero-footer,.section-footer {
  padding: 40px 0 0;
  text-align: center;
  width: 100%
}

.album-info a:hover,.darken-small a:hover {
  color: var(--highlight-primary);
  text-decoration: underline
}

.album-bio,.sidenav p {
  font-size: 14px
}

.downupPopup-header .downupPopup-kapat,.sidenav-header .sidenav-kapat {
  align-self: center;
  cursor: pointer;
  font-size: 20px
}

.contact-bg {
  background: #202020;
}

.message-wrapper {
  color: #fff;
  background: rgb(43 43 43/100%);
  border: 1px solid #3f3f3f;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  padding: 40px
}

.message-wrapper input::-webkit-input-placeholder,.message-wrapper input::placeholder,.message-wrapper textarea::-webkit-input-placeholder,.message-wrapper textarea::placeholder {
  color: #fff
}

.message-wrapper input,.message-wrapper textarea {
  resize: none;
  background-color: #373737;
  border-color: #3f3f3f #3f3f3f #9a9a9a;
  border-radius: var(--radius);
  border-style: solid;
  border-width: 1px;
  color: #fff;
  font-family: "Barlow",sans-serif;
  font-size: 14px;
  padding: 7px 16px;
  text-decoration: none;
  transition: all .3s ease 0s
}

.contact-column-left a {
  line-height: 1.6;
  margin: 0 0 10px;
  color: #fff;
  text-decoration: none
}

.contact-column-left a:hover {
  color: var(--highlight-hover)
}

.message-wrapper input:focus,.message-wrapper textarea:focus {
  border-bottom-width: 2px;
  border-color: #3f3f3f #3f3f3f var(--non-gradient);
  outline-style: none!important;
  outline-offset: 0!important
}

.message-wrapper .control_indicator {
  background: #373737;
  border: 1px solid #9a9a9a;
  border-radius: 3px;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px
}

.message-wrapper .danger,.message-wrapper .safe {
  display: none;
  text-align: center;
  border-radius: var(--radius);
  font-size: 14px;
  padding: 6px
}

.message-wrapper .danger {
  margin-top: 20px;
  background: #e91e63
}

.message-wrapper .safe {
  background: #2ca6db
}

.contact-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%
}

.contact-column-left,.contact-column-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 70px
}

.contact-column-left {
  padding: 0 70px 0 0
}

.message-wrapper form {
  width: 100%;
  display: flex;
  flex-direction: column
}

.icon-contact svg {
  margin-right: 20px;
  fill: #fff;
  height: 16px;
  width: 16px
}

.icon-contact {
  float: left;
  margin-top: 5px
}

.footer-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 40px;
  width: 100%
}

.footer-column-left,.footer-column-right {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 70px
}

.footer-column-left {
  padding: 0 70px 0 0
}

.section-platforms p {
  font-weight: 600;
}

.gig-card {
  font-size: 14px;
  padding: 20px;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    margin-bottom: 20px;
    transition: all .3s ease 0s;
    cursor: pointer;
}

.gig-card:last-child {
  margin-bottom: 0;
}

.gig-card .gig-info {
  display: grid;
  grid-template-columns: 0fr 3fr 1fr;
  gap: 20px;
}

.gig-card .gig-info .gig-cover {
  display: flex;
  width: 256px;
  flex-direction: column;
}
.gig-card .gig-info .gig-cover img {
  margin-left: auto;
  display: block;
  height: 256px;
  margin-right: auto;
  -moz-box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
}

.gig-card .gig-info .gig-actions {
  color: var(--text-medium);
  text-align: right;
  font-size: 14px;
}

.gig-card .gig-info .gig-content, .gig-card .gig-info .gig-actions {
  display: flex;
    flex-direction: column;
    justify-content: center;
}

.gig-card:hover {
  -moz-box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
  -webkit-box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
  box-shadow: 0 4px 14px rgb(0 0 0 / 10%);
}

.gig-card span {
  margin-bottom: 5px;
}

.gig-card .gig-info .gig-content p:last-of-type {
  margin: 0;
}

.gig-card .gig-info .gig-content p:first-of-type {
  margin-top: 20px;
}

.gig-card .gig-info .gig-content p {
  margin: 0 0 10px;
}

.gig-card .gig-info .gig-content .gig-title {
  margin-bottom: 40px;
}

.gig-card .gig-info .gig-actions button {
  width: 142px;
}

.gig-card .gig-info .gig-actions{
  align-items: center;
}

.gig-card .gig-info .gig-actions button:disabled {
  cursor: not-allowed;
  background: #e91e63;
  border-color: #e91e63 #e91e63 #880e4f;
}