/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.1.1748854789
Updated: 2025-06-02 08:59:49
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap');

*/
 
@font-face {
    font-family: 'Dancing Script', cursive !important; 
    src: url(https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap);
}


    .site-title{
       font-family: 'Dancing Script', cursive !important;    
       font-size: 30px!important;  ;
        scale: .9;
        /*
        position: absolute;
        display: block;
        width: 100%;
        top: -23px;
        left: 0;
        text-align: center;
        */
    }
    #ast-mobile-header .site-title{
        font-size: 22px !important;
        /*
        top: 0;
        left: 0;
        position: relative;
        */
    }
    .scaleLogo {
      scale: 1 !important;
      transition: 5s ease all !important;;
  }
  

/* Tab Navigation */
.music-tabs-nav {
    display: flex;
    margin-bottom: 25px;
    border-bottom: 2px solid #e0e0e0;
}

.music-tab-btn {
    background: none;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    position: relative;
}

.music-tab-btn.active {
    color: #000;
}

.music-tab-btn.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #27ae60;
}

.music-tab-content {
    display: none;
}

.music-tab-content.active {
    display: block;
}
/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.category-card {
    text-transform: uppercase;
    text-align:center;
    letter-spacing: 1px;
    border-radius: 4px;
    border: 1px solid rgb(36 48 60 / 25%);
    padding: 10px 20px;
    transition: 0.3s ease all;
    backdrop-filter: saturate(280%) blur(10px);
    -webkit-backdrop-filter: saturate(280%) blur(10px);
    background-color: rgb(216 223 224 / 10%)!important;
    /*
    background: #f8f9fa;
    padding: 15px;
    text-align: center;
    border-radius: 4px;
    transition: all 0.3s;*/
}
.red-mark{
    background: linear-gradient(to right bottom, #bc2d2e, #e12d30, #ef4747, #fe585b) !important;
    font-weight: normal;
    padding: 4px 5px;
    border-radius: 2px;
    color: #fff;
    /*linear-gradient(to right bottom, #bc2d2e, #e12d30, #ef4747, #fe585b, #d62735, #da2c35, #de3136, #e23536, #e73c36, #ec4336, #f04a36, #f55136) !important
    */
}
.default_bg{
    background-color:#ffeeee;
    opacity: 1 !important;
}
.landing_bg {
    background-color: rgba(50, 93, 127, 0.08);
    opacity: 1 !important;
}
.category-card:hover {
    background: #e9f7ef;
    transform: translateY(-3px);
}

/* Browse Links */
.browse-links {
    margin-top: 30px;
    text-align: center;
}

.browse-link {
    margin: 0 15px;
    color: #27ae60;
    font-weight: 600;
    text-decoration: none;
}


/* Audio Player Styling */
.audio-player {
    margin: 15px 0;
}

.audio-player audio {
    width: 100%;
}

/* Music Track Styling */
.music-track {
    /*
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    */
    margin-bottom: 20px;
    min-height: 200px;
    transition: transform 0.3s ease;
    position: relative;
}

.music-track:hover {
    transform: translateY(-5px);
}

.track-meta {
    display: flex;
    gap: 15px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.track-meta .genre,
.track-meta .mood {
    background: #f0f7ff;
    padding: 4px 10px;
    border-radius: 12px;
}

.track-link {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #333;
}

.track-link:hover {
    background: #f5f5f5;
}

.buy-button {
    pointer-events: auto;
    z-index: 10;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    right: 15px;
    border: 1px solid #79b530;
    border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 1px 6px;
    color: #79b530;
}
.buy-button:hover {
    color: #866868;
    border-color: #866868;
}
.audio-player-container{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    /*width: 430px;*/
    height: 100px;
    margin: -4px auto;
}
/* Category Card Active State */
.category-card.active {
    background: #e1f0ff;
    box-shadow: inset 0 0 0 2px #4a9eff;
}

/* Loading Animation */
.loading {
    text-align: center;
    padding: 30px;
    font-size: 18px;
    color: #666;
}

/* Grid Layout */
#music-grid-container {
    margin-top: 40px;
}

#music-grid-results {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.ast-builder-grid-row>.site-header-section {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    #music-grid-results {
        grid-template-columns: 1fr;
    }
    .title_bg_text{ font-size:17vw !important;}
    .ast-flex.second .ast-width-lg-3 {display: none !important}
    .site-branding{
        position: relative !important;
        left: 0 !important;
    }
    .category-grid{
        display: block;
    }
    .category-card{
        display: inline-block;
        margin: 5px;
    }
    .album-name{
        font-size: 12px;
    }
    .player-track.active {
        top: -96px;
    }
}

/* GLOBAL BACKGROUND ELEMENTS */
#global-player-bg-artwork {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  filter: blur(40px);
  z-index: -2;
  opacity: 0;
  transition: background 1.5s ease, opacity 0.5s ease, filter 0.5s ease;
}

#global-player-bg-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  transition: opacity 0.5s ease;
}

.content-page.contact-page{
   /* box-shadow: inset 4px 0px 10px 2px #0000008f;
   */
    box-shadow: inset 0px 8px 6px -6px #888, inset 0px -8px 6px -6px #888;
}
/* INDIVIDUAL PLAYERS */
.custom-player {
    /*
  display: flex;
  align-items: center;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  */
  position: relative;
  height: 100%;
  z-index: 3;
}

.player-track {
    /*
  flex-grow: 1;
  padding: 0 20px;
  */
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    padding: 13px 22px 10px 160px;
    background-color: #fff7f7;
    border-radius: 15px 15px 0 0;
    transition: 0.3s ease top;
    z-index: 1;
    max-height: 100px;
}
.player-track.active {
  top: -98px;
}
.album-name {
  color: #54576f;
  font-size: 14px;
  font-weight: bold;
}

.track-name {
  color: #acaebd;
  font-size: 11px;
  margin: 2px 0 13px 0;
}
.track-name a {
    color: #acaebd;
}
.track-time {
    /*
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  */
    height: 12px;
    margin-bottom: 5px;

}
.current-time {
  float: left;
}

.track-length {
  float: right;
}

.current-time,
.track-length {
  color: transparent;
  font-size: 11px;
  background-color: #ffe8ee;
  border-radius: 10px;
  transition: 0.3s ease all;
}
.player-track.active .current-time, .player-track.active .track-length {
    color: #f86d92;
    background-color: transparent;
}
/*
.seek-bar-container {
  height: 4px;
  background: #eee;
  border-radius: 2px;
  position: relative;
  cursor: pointer;
}

.seek-bar {
  height: 100%;
  width: 0%;
  background: #27ae60;
  border-radius: 2px;
  transition: width 0.1s linear;
}

.s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: rgba(45,45,45,0.1);
  z-index: 1;
}

.seek-time {
  position: absolute;
  top: -25px;
  background: #2d2d2d;
  color: #fff;
  font-size: 11px;
  padding: 3px 6px;
  border-radius: 3px;
  display: none;
}
*/

.seek-bar-container,
.seek-bar {
  position: relative;
  height: 4px;
  border-radius: 4px;
}

.seek-bar-container {
  background-color: #ffe8ee;
  cursor: pointer;
}

.seek-time {
  position: absolute;
  top: -29px;
  color: #fff;
  font-size: 12px;
  white-space: pre;
  padding: 5px 6px;
  border-radius: 4px;
  display: none;
}

.s-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  opacity: 0.2;
  z-index: 2;
}

.seek-time,
.s-hover {
  background-color: #3b3d50;
}

.seek-bar {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #fd6d94;
  transition: 0.2s ease width;
  z-index: 1;
}
.player-content {
  position: relative;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 30px 80px #656565;
  border-radius: 15px;
  z-index: 2;
}


.album-art {
  position: absolute;
  top: -40px;
  width: 115px;
  height: 115px;
  margin-left: 40px;
  transform: rotateZ(0);
  transition: 0.3s ease all;
  box-shadow: 0 0 0 10px #fff;
  border-radius: 50%;
  overflow: hidden;
}

.album-art.active {
  top: -60px;
  box-shadow: 0 0 0 4px #fff7f7, 0 30px 50px -15px #afb7c1;
}

.album-art:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin: -10px auto 0 auto;
  background-color: #d6dee7;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #fff;
  z-index: 2;
}

.album-art img {
  display: block;
  position: absolute;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
}

.album-art img.active {
  opacity: 1;
  z-index: 1;
}

.album-art.active img.active {
  z-index: 1;
  animation: rotateAlbumArt 3s linear 0s infinite forwards;
}

@keyframes rotateAlbumArt {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

.buffer-box {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 13px;
  color: #1f1f1f;
  font-size: 13px;
  font-family: Helvetica;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding: 6px;
  margin: -12px auto 0 auto;
  background-color: rgba(255, 255, 255, 0.19);
  opacity: 0;
  z-index: 2;
}

.album-art img,
.buffer-box {
  transition: 0.1s linear all;
}

.album-art.buffering img {
  opacity: 0.25;
}

.album-art.buffering img.active {
  opacity: 0.8;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.album-art.buffering .buffer-box {
  opacity: 1;
}
/*
.album-art {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.album-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.buffer-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: #333;
  opacity: 0;
}

.album-art.buffering .buffer-box {
  opacity: 1;
}
*/
.player-controls {
  width: 250px;
  height: 100%;
  margin: 0 5px 0 141px;
  float: right;
  overflow: hidden;
}
.control {
  width: 33.333%;
  float: left;
  padding: 12px 0;
  margin-left: 30%;
  margin-top: 3%;
}
.play-pause-button {
    /*
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #27ae60;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  */
  width: 26px;
  height: 26px;
  
  padding: 20px 34px 40px 22px;
  background-color: #fff;
  
  border-radius: 6px;
  cursor: pointer;
  box-shadow: none;
}

.play-pause-button i {
    /*
  color: white;
  font-size: 16px;
  margin-left: 2px;
  */
  display: block;
  color: #d6dee7;
  font-size: 26px;
  text-align: center;
  line-height: 1;
}

.play-pause-button,
.play-pause-button i {
  transition: 0.2s ease all;
}

.no-container.main{
    position: relative;
    overflow: hidden;
    padding: 40px 0;
}
.no-tracks {
    position: absolute;
    bottom: 0;
}
/*
.play-pause-button:hover {
  background-color: #d6d6de;
}
*/

.play-pause-button:hover i, .player-track.active .play-pause-button i {
  color: #dacccc;
}
/* ACTIVE STATE */
/*
.player-track.active .album-name,
.player-track.active .track-name {
  color: #27ae60;
}

.player-track.active .seek-bar-container {
  background: #e0f2e9;
}
*/

#ast-desktop-header, #ast-mobile-header{
    width: 100%;
    position: fixed;

}
#ast-mobile-header{top: 0;}
.site-primary-header-wrap {
    height: 112px;
    transition: all .9s ease-out;
    -webkit-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
}
.menu-scroll .site-primary-header-wrap {
    height: 50px!important;

    opacity: 1 !important;
    z-index: 101;    
}
.menu-scroll {
    box-shadow: 0 2px 4px rgb(0 0 0 / 57%);
}
.site-branding {
    position: absolute;
    left: 105px;
    top: 0;
}
.footer_menu_links li {
    float: left;
    list-style: none;
    padding: 0;
    margin-right: 20px;
    font-size: 14px;
    padding-bottom: unset;
}
.footer_menu_links {
    padding-left: 0;
    margin-top: 5px;
    margin-left: 0;
}
.price-btn {
    display:none;
    background-color: #eb3f41;
    box-shadow: 0 1.5em 1.5em -0.95em rgb(0 0 0 / 80%), 0 1.25em 5em 1em rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 1.5em 1.5em -0.95em rgb(0 0 0 / 80%), 0 1.25em 5em 1em rgb(0 0 0 / 30%);
    line-height: 37px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3.2px;
    padding: 0 65px;
    color: #fff;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    /* cursor: pointer; */
    border-radius: 50px;
    font-weight: bold;
    font-size: 16px;

