.elementor-406 .elementor-element.elementor-element-0301db4 > .elementor-container{min-height:400px;}.elementor-406 .elementor-element.elementor-element-0301db4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-406 .elementor-element.elementor-element-0301db4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}@media(max-width:1024px){.elementor-406 .elementor-element.elementor-element-0301db4, .elementor-406 .elementor-element.elementor-element-0301db4 > .elementor-background-overlay{border-radius:20px 20px 0px 0px;}.elementor-406 .elementor-element.elementor-element-0301db4{margin-top:-20px;margin-bottom:0px;}}@media(max-width:767px){.elementor-406 .elementor-element.elementor-element-0301db4 > .elementor-container{min-height:75vh;}.elementor-406 .elementor-element.elementor-element-0301db4, .elementor-406 .elementor-element.elementor-element-0301db4 > .elementor-background-overlay{border-radius:20px 20px 0px 0px;}.elementor-406 .elementor-element.elementor-element-0301db4{margin-top:-20px;margin-bottom:0px;}}/* Start custom CSS for section, class: .elementor-element-0301db4 */.icon {
    display: inline-block;
    background: rgba(0,75,135,.5);
    border-radius: 50%;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    font-size: 1em!important;
  }

  .wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-color: #fff;
  }
  @media screen and (max-width: 700px), (max-height: 500px) {
    .wrapper {
      flex-wrap: wrap;
      flex-direction: column;
    }
  }
  
  .player {
    width: 610px;
    min-height: 480px;
    border-radius: 15px;
    padding: 30px;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player {
      width: 95%;
      padding: 20px;
      margin-top: 75px;
      min-height: initial;
      padding-bottom: 30px;
      max-width: 400px;
    }
  }
  .player__top {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    z-index: 2;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player__top {
      flex-wrap: wrap;
    }
  }
  .player-cover {
    margin: auto;
    width: 350px;
    height: 350px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    z-index: 1;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player-cover {
      margin-top: -90px;
      margin-bottom: 25px;
      width: 290px;
      height: 290px;
      margin-left: auto;
      margin-right: auto;
    }
  }
  .player-cover__item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .player-cover__item:before {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px 0px rgba(76, 70, 124, 0.5);
    display: block;
    z-index: 1;
    position: absolute;
    top: 30px;
    transform: scale(0.9);
    filter: blur(10px);
    opacity: 0.9;
    border-radius: 50%;
  }
  .player-cover__item:after {
    content: "";
    background: inherit;
    width: 100%;
    height: 100%;
    box-shadow: 0px 10px 40px 0px rgba(76, 70, 124, 0.5);
    display: block;
    z-index: 2;
    position: absolute;
    border-radius: 50%;
  }
  .player-cover__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 10px 40px 0px rgba(76, 70, 124, 0.5);
    user-select: none;
    pointer-events: none;
  }
  .player-controls {
    flex: 1;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player-controls {
      flex-direction: column;
      padding-left: 0;
      width: 100%;
      flex: unset;
    }
  }
  .player-controls__item {
    display: inline-flex;
    font-size: 30px;
    padding: 5px;
    margin-bottom: 10px;
    color: #acb8cc;
    cursor: pointer;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player-controls__item {
      font-size: 26px;
      padding: 5px;
      margin-right: 10px;
      color: #acb8cc;
      cursor: pointer;
      width: 40px;
      height: 40px;
      margin-bottom: 0;
    }
  }
  .player-controls__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #fff;
    transform: scale(0.5);
    opacity: 0;
    box-shadow: 0px 5px 10px 0px rgba(76, 70, 124, 0.2);
    transition: all 0.3s ease-in-out;
    transition: all 0.4s cubic-bezier(0.35, 0.57, 0.13, 0.88);
  }
  @media screen and (min-width: 500px) {
    .player-controls__item:hover {
      color: #532ab9;
    }
    .player-controls__item:hover::before {
      opacity: 1;
      transform: scale(1.3);
    }
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player-controls__item:active {
      color: #532ab9;
    }
    .player-controls__item:active::before {
      opacity: 1;
      transform: scale(1.3);
    }
  }
  .player-controls__item .icon {
    position: relative;
    z-index: 3;
  }
  .player-controls__item.-xl {
    z-index: 3;
    margin-top: -60px;
    margin-right: auto;
    margin-left: auto;
    font-size: 95px;
    filter: drop-shadow(0 11px 6px rgba(172, 184, 204, 0.45));
    color: #fff;
    width: auto;
    height: auto;
    display: inline-flex;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .player-controls__item.-xl {
      margin-top: -60px;
      margin-right: auto;
      margin-left: auto;
      font-size: 60px;
    }
  }
  .player-controls__item.-xl:before {
    display: none;
  }
  .player-controls__item.-favorite.active {
    color: red;
  }
  
  .album-info {
    text-align: center;
    margin: auto;
    color: #71829e;
    flex: 1;
    user-select: none;
  }
  
  .album-info__name {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 12px;
    line-height: 1.3em;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .album-info__name {
      font-size: 19px;
      margin-bottom: 9px;
    }
  }
  .album-info__track {
    font-weight: 400;
    font-size: 25px;
    opacity: 0.7;
    line-height: 1.3em;
    min-height: 52px;
  }
  @media screen and (max-width: 576px), (max-height: 500px) {
    .album-info__track {
      font-size: 15px;
      min-height: 50px;
    }
  }
  
  /********* Waves Music *******/
  
  .music {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 220px;
    height: 120px;
  }

  @media screen and (max-width: 576px), (max-height: 500px) {
    .music {
      width: 150px;
      height: 100px;
    }
  }
  
  .music .bar {
    width: 8px;
    height: 2px;
    border-radius: 10px;
    background-color: white;
    animation: up_down 1s ease-in-out infinite;
  }
  
  .music.stop .bar {
    width: 8px;
    height: 2px;
    border-radius: 10px;
    background-color: white; 
    animation: none;
  }
  
  @keyframes up_down {
    0%,
    100% {
      height: 2px;
    }
    50% {
      height: 60px;
    }
  }

  
  .music .bar:nth-child(1) {
    background-color: #0099FF;
    animation-delay: 1s;
  }
  
  .music .bar:nth-child(2) {
    background-color: #0099FF;
    animation-delay: 0.8s;
  }
  
  .music .bar:nth-child(3) {
    background-color: #0099FF;
    animation-delay: 0.6s;
  }
  
  .music .bar:nth-child(4) {
    background-color: #0099FF;
    animation-delay: 0.4s;
  }
  
  .music .bar:nth-child(5) {
    background-color: #0099FF;
    animation-delay: 0.2s;
  }
  
  .music .bar:nth-child(6) {
    background-color: #0099FF;
    animation-delay: 0.2s;
  }
  
  .music .bar:nth-child(7) {
    background-color: #0099FF;
    animation-delay: 0.4s;
  }
  
  .music .bar:nth-child(8) {
    background-color: #0099FF;
    animation-delay: 0.6s;
  }
  
  .music .bar:nth-child(9) {
    background-color: #0099FF;
    animation-delay: 0.8s;
  }
  
  .music .bar:nth-child(10) {
    background-color: #0099FF;
    animation-delay: 1s;
  }/* End custom CSS */