.elementor-1600 .elementor-element.elementor-element-c63d34b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-80ae2d1 */.gv-player {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
  z-index: 999999 !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
  max-width: 364px !important;
  font-family: Arial, sans-serif;
  transition: opacity .3s ease;
}

.gv-player .track-info {
  width: 150px !important;
  height: 150px !important;
  min-width: 150px !important;
  min-height: 150px !important;
  position: relative;
  z-index: 2;
  border-radius: 50%;
  background-color: #050505 !important;
  background-image: radial-gradient(circle at center, transparent 0 31px, #050505 32px 100%) !important;
  box-shadow: 0 5.6px 17.5px rgba(0,0,0,.35);
  animation: spinDisc 7s linear infinite;
  animation-play-state: paused;
  flex-shrink: 0;
  overflow: hidden;
  isolation: isolate;
}

.gv-player.playing .track-info {
  animation-play-state: running;
}

.gv-player .track-info::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background:
    repeating-radial-gradient(circle, rgba(255,255,255,.09) 0px, rgba(255,255,255,.09) 1px, transparent 2px, transparent 5px),
    linear-gradient(135deg, transparent 0%, rgba(255,255,255,.24) 34%, transparent 48%, transparent 100%),
    linear-gradient(45deg, transparent 0%, rgba(255,255,255,.08) 55%, transparent 68%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}

.gv-player .track-info::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 1px rgba(0,0,0,.8), 0 2px 8px rgba(0,0,0,.25);
  z-index: 4;
  pointer-events: none;
}

.gv-player .track-cover {
  position: absolute !important;
  width: 62px !important;
  height: 62px !important;
  border-radius: 50% !important;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0,0,0,.35);
}

.gv-player .track-container {
  min-width: 238px !important;
  width: auto !important;
  box-sizing: content-box !important;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 9.8px;
  padding: 15px 24.5px 15px 75px;
  border-radius: 17.5px;
  background: #fff;
  box-shadow: 0 3.5px 21px rgba(0,0,0,.15);
  transform: translateX(-70px);
  flex-shrink: 0;
}

.gv-player .tracker-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

.gv-player .track-text {
  min-width: 0;
  flex: 1;
  display: flex;
flex-direction: column;
gap: 0;
}

.gv-player .title-wrap {
  max-width: 182px !important;
  overflow: hidden;
  white-space: nowrap;
}

.gv-player #track-title {
  display: inline-block;
  font-size: 16px;
  color: #111;
}

.gv-player #track-title.scrolling {
  animation: scrollTitle 8s linear infinite;
}

.gv-player #track-artist {
  font-size: 14px;
  color: #777;
}

.gv-player #progress,
.gv-player #volume-slider {
  width: 100%;
  accent-color: #111;
  cursor: pointer;
}

.gv-player .track-buttons,
.gv-player .volume-control {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9.8px;
}

.gv-player button {
  border: none !important;
  background: transparent !important;
color: #000 !important;
  width: 29.4px !important;
  height: 29.4px !important;
  min-width: 29.4px !important;
  min-height: 29.4px !important;
  border-radius: 50% !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  transition: .2s ease;
}

.gv-player button::before {
  content: attr(data-icon);
  font-size: 12.6px;
  line-height: 1;
}

.gv-player button:hover {
  transform: scale(1.1);
  background: transparent !important;
}

.gv-player #play {
  width: 36.4px !important;
  height: 36.4px !important;
  min-width: 36.4px !important;
  min-height: 36.4px !important;
}

.gv-player #play::before {
  font-size: 15.4px;
}

.gv-player #player-close {
  position: absolute;
  top: 5.6px;
  right: 5.6px;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  min-height: 20px !important;
  background: transparent !important;
  color: #999 !important;
  z-index: 20;
}

.gv-player #player-close::before {
  font-size: 15px;
}

.gv-player #player-close:hover {
  background: rgba(0,0,0,.08) !important;
  color: #111 !important;
  transform: none;
}

.gv-player .volume-control {
  position: relative;
}

.gv-player #volume {
  width: 26.6px !important;
  height: 26.6px !important;
  min-width: 26.6px !important;
  min-height: 26.6px !important;
  z-index: 3;
  background: #000 !important;
  color: #fff !important;
}

.gv-player #volume-slider-container {
  position: absolute;
  right: 31.5px;
  top: 50%;
  transform: translateY(-50%) translateX(28px);
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: all .25s ease;
  padding: 5.6px 8.4px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(7px);
  box-shadow: 0 2.8px 10.5px rgba(0,0,0,.12);
  z-index: 1;
  display: flex;
  align-items: center;
}

.gv-player .volume-control:hover #volume-slider-container,
.gv-player .volume-control:focus-within #volume-slider-container {
  width: 105px;
  opacity: 1;
}

.gv-player #volume-slider {
  width: 70px;
  margin: 0;
}

.gv-player .track-text strong, .gv-player .track-text span{
    line-height: 1em !important;
}

.gv-player button.icon-btn::before {
  content: "";
  width: 55%;
  height: 55%;
  display: block;
  background-image: var(--btn-img);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gv-player button.icon-btn:not([data-img]),
.gv-player button.icon-btn[data-img=""] {
  --btn-img: none;
}

.gv-player button.icon-btn[data-img]:not([data-img=""])::before {
  content: "";
}

.gv-player button.icon-btn[data-img]:not([data-img=""]) {
  --btn-img: attr(data-img url);
}

@media (max-width: 768px) {
  .gv-player {
            left: 8px !important;
        right: 8px !important;
        bottom: 50px !important;
        max-width: none !important;
        align-items: center;
        width: calc(100vw - 16px) !important;
        background: white;
        box-shadow: 0 3.5px 21px rgba(0, 0, 0, .15);
        border-radius: 20px;
        padding-left: 10px;
  }

  .gv-player .track-info {
    width: 65px !important;
    height: 65px !important;
    min-width: 65px !important;
    min-height: 65px !important;
    background-image: radial-gradient(circle at center, transparent 0 15px, #050505 16px 100%) !important;
    
  }
  
  .gv-player .player-info{
      display: flex !important;
      flex-direction: column !important;
  }

  .gv-player .track-cover {
    width: 32px !important;
    height: 32px !important;
  }

  .gv-player .track-info::after {
    width: 8px;
    height: 8px;
  }

  .gv-player .track-container {
    min-width: 0 !important;
        width: calc(100vw - 90px) !important;
    box-sizing: border-box !important;
    transform: none !important;
    padding: 12px 14px 12px 14px;
    gap: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  .gv-player .title-wrap {
    max-width: calc(100vw - 190px) !important;
  }

  .gv-player #track-title {
    font-size: 14px;
  }

  .gv-player #track-artist {
    font-size: 12px;
  }

  .gv-player #progress {
    height: 22px;
  }

  .gv-player .track-buttons {
    gap: 5px;
  }

  .gv-player button {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    background: transparent !important;
    color: black !important;
  }
  
  .gv-player button:hover {
    background: transparent !important;
  }

  .gv-player button::before {
    font-size: 16px;
  }

  .gv-player #play {
    width: 30px !important;
    height: 30px !important;
    min-width: 35px !important;
    min-height: 35px !important;
    background: transparent !important;
    color: black !important;
  }

  .gv-player #play::before {
    font-size: 20px;
  }

  .gv-player #volume {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
  }
  
  .gv-player #prev{
      display: none !important;
  }
  
  .gv-player .volume-control{
      display: none;
  }

  .gv-player #player-close {
    top: 0px;
        right: 6px;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
  }

  .gv-player #player-close::before {
    font-size: 20px;
  }

  .gv-player #volume-slider-container {
      display: none;
    right: 36px;
    padding: 8px 10px;
    transform: translateY(-50%) translateX(26px);
  }

  .gv-player .volume-control:hover #volume-slider-container,
  .gv-player .volume-control:focus-within #volume-slider-container {
    width: 100px;
  }

  .gv-player #volume-slider {
      display: none !important;
    width: 80px;
  }
}

@keyframes scrollTitle {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@keyframes spinDisc {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}/* End custom CSS */