@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.eot'); /* IE9 Compat Modes */
    src: local('Poppins Regular'), local('Poppins-Regular'),
         url('./fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./fonts/Poppins-Regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('./fonts/Poppins-Regular.woff') format('woff'), /* Pretty Modern Browsers */
         url('./fonts/Poppins-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('./fonts/Poppins-Regular.svg#PoppinsRegular') format('svg'); /* Legacy iOS */
  }
  
  
 .playfair {
    font-family: Poppins;
  }

.responsive {
    width: 100%;
    height: auto;
}

.font-xl {
    font-size: 2.7rem;
}

.font-25 {
    font-size: 2.5rem;
}

.font-20 {
    font-size: 2rem;
}

.font-16 {
    font-size: 1.6rem;
}

.font-11 {
    font-size: 1.1rem !important;
}

.font-13 {
    font-size: 1.3rem !important;
}

.lh-150 {
    line-height: 130% !important;
}

.text-left {
    text-align: left !important;
}

.rounded-20 {
    border-radius: 20px;
}

.playbutton {
    color: white !important;
    border-radius: 50px;
    height: 100px  !important;
    width: 100px  !important;
    padding: 30px;
    margin: auto;
    border: 0px;
}


.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mw-100 {
    max-width: 100px;
}

.mw-150 {
    max-width: 150px;
}


.mw-200 {
    max-width: 200px;
}

.mw-250 {
    max-width: 250px;
}


.mw-300 {
    max-width: 300px;
}

.mw-400 {
  max-width: 400px;
}

.mw-500 {
    max-width: 500px;
}

.mw-550 {
  max-width: 550px;
}

.mw-700 {
  max-width: 700px;
}

.px-50 {
    padding-left: 50px;
    padding-right: 50px;
}

.px-25 {
    padding-left: 25px;
    padding-right: 25px;
  }

  @media (max-height: 799px) {
    .px-25 {
      padding-left: 12px;
      padding-right: 12px;
    }
  }

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-75 {
    margin-top: 75px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-100 {
    margin-bottom: 100px;
}

.center {
    text-align: center;
  }

  .v-center {
    display: flex; 
    align-items: center; 
    justify-content:space-between;
  }
  
  .h-center {
    display: flex !important;
    align-items: center !important;
    text-align: center !important; /* Aligns inner text elements */
    justify-content: center!important;
  }


  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200%;
    background:#61c878;
    z-index: 21474836420;
    transition: transform 1.25s ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
  }
  
  .overlay-slide-up {
    transform: translateY(100%);
  }
  
  .content {
    position: relative;
    z-index: 10;
  }

  
  .background-circle {
    position: absolute;
    top: -220px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 100%;
    width: 1200px;
    height: 300px; 
    z-index: 1;
    /*background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50" preserveAspectRatio="none"><path d="M0,50 Q50,0 100,50 Z" fill="%23a9d5a5"/></svg>');*/
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 50" preserveAspectRatio="none"><path d="M0,0 A50,50 0 0,0 100,0 Z" fill="%23ffffff"/></svg>');
    background-size: contain; /* Maintain aspect ratio */
    background-repeat: no-repeat;
    background-position: bottom;
    
  }

  .background-circle-bottom {
    top: unset;
    bottom: -220px !important;
    left: 50% !important;
    transform: translateX(-50%) scaleY(-1) !important;
  }
 
  .green-background {
    position: relative;
    /*top: -60px;*/
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    padding-top: 0px;
    padding-bottom: 70px;
    z-index: 0;
    background-color: #61C878;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: hidden;
  }

  .color-background {
    background-color: #61C878 !important;
  }

  .songdance {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }

  .white {
    color: white;
  }

  .audio-player {
    .waveform-container {
      position: relative;
      width: 100%;
      height: 60px; /* Adjust this height as needed */
    }
  
    #waveform {
      width: 100%;
      height: 100%;
    }
}
  
  

@media (min-width: 890px) {
    .background-circle {
      width: 1400px;
    }
  }

  @media (min-width: 992px) {
    .hide-fullscreen {
      display: none;
    }

    .show-fullscreen {
      display: block;
    }

    .background-circle {
      width: 1800px;
    }
  }

  @media (min-width: 1190px) {
    .background-circle {
      width: 1800px;
    }
  }

  @media (min-width: 1344px) {
    .background-circle {
      width: 2000px;
    }
  }

  @media (min-width: 1500px) {
    .background-circle {
      width: 2500px;
    }
  }

  @media (min-width: 1700px) {
    .background-circle {
      width: 3000px;
    }
  }

  @media (min-width: 2000px) {
    .background-circle {
      width: 3600px;
    }
  }