#home {
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.hiddenBox {
  /* background-image: url(../img/hiden.png); */
  background-size: cover;
  background-position: center;
  position: relative;
  /* min-height: 700px; */
  padding-top: 80px;
  z-index: 9;
}

.hiddenBox::after {
  position: absolute;
  content: "";
  width: 485px;
  height: 700px;
  background-image: url(../img/hiddengirl.png);
  top: 25%;
  left: 0;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}

.hiddenBox::before {
  position: absolute;
  content: "";
  width: 500px;
  height: 700px;
  background-image: url(../img/hiddenboy.png);
  top: 25%;
  right: 0;
  background-repeat: no-repeat;
  z-index: 1;
  background-size: contain;
}

.hiddenPanel {
  background: #ffffff;
  padding: 50px 100px;
  border-radius: 30px;
  box-shadow: 0 0 20px -1px rgba(0, 0, 0, 0.19);
}

.hiddenPanel h2 {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
}

.hiddenPanel p {
  color: #595959;
  font-size: 18px;
  font-weight: 400;
}

/* #home::after {
    position: absolute;
    content: "";
    width: 690px;
    height: 274px;
    background-image: url(../img/bannermusic.png);
    top: 28px;
    left: 36%;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: contain;
} */

#home button {
  padding: 1rem 2rem;
}

#home .main-img {
  display: flex;
  justify-content: center;
}

#subscriptionPart {
  position: absolute;
  bottom: 10%;
  width: 100%;
}

#contact-us label {
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 34.28px;
  letter-spacing: 0%;
  color: #000000;
}

#contact-us input::placeholder,
#contact-us input::placeholder {
  color: #727272;
}

.exploreSlide .swiper-slide {
  position: relative;
  z-index: 1;
}

.exploreSlide .swiper-slide::after {
  position: absolute;
  content: "";
  height: 100%;
  min-height: 485px;
  width: 100%;
  left: 80%;
  top: 0;
  background-image: url("../img/testimonial-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% center;
}

.exploreSlide .swiper-slide.hide-after::after {
  display: none !important;
  content: none !important;
}

.exploreSlide .swiper-slide.swiper-slide-prev::after {
  display: none !important;
  content: none !important;
}

.exploreSlide .swiper-pagination-bullet {
  width: 12px;
  height: 4px;
  background: #706946;
  border-radius: 4px;
}

.exploreSlide .swiper-pagination-bullet-active {
  width: 44px;
}

/* #about-us {
    overflow: hidden;
} */
#about-us {
  position: relative;
  z-index: 2;
}

#about-us::after {
  position: absolute;
  content: "";
  height: 464px;
  width: 464px;
  left: 0;
  top: -35%;
  background-image: url("../img/about-topleft.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

#about-us::before {
  position: absolute;
  content: "";
  height: 464px;
  width: 464px;
  right: 0;
  top: -35%;
  background-image: url("../img/about-topright.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.about-img {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  overflow: visible;
}

.about-img::after {
  position: absolute;
  content: "";
  height: 100%;
  min-height: 215px;
  /* min-height: 480px; */
  width: 100%;
  min-width: 588px;
  left: 0;
  top: 0;
  background-image: url("../img/about-img.webp");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.about-img.two::after {
  position: absolute;
  content: "";
  height: 326px;
  width: 399px;
  right: -20px;
  top: -50%;
  background-image: url("../img/about-img2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  left: auto;
  background-position: top;
  min-width: unset;
  min-height: unset;
}

.about-img.two {
  margin-bottom: 6rem;
}

.about-img img {
  height: 285px;
  width: 285px;
  border-radius: 50%;
  z-index: 2;
}

.thank-img {
  height: 314px;
  width: 295px;
  position: relative;
}

.thank-img::after {
  position: absolute;
  content: "";
  height: 100%;
  min-height: 138px;
  width: 100%;
  min-width: 340px;
  right: -25%;
  top: -19%;
  background-image: url("../img/about-img2.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.thank-img img {
  width: 100%;
  z-index: 2;
  position: relative;
}

.boy-singing {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: end;
  z-index: 2;
  height: -webkit-fill-available;
}

.boy-singing::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("../img/round.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  top: 35%;
  left: -8%;
}

#subscriptionPart .song {
  width: 18%;
}

.trustPanel ul li:first-child {
  margin-left: 0;
}

.trustPanel ul li {
  margin-left: -15px;
}

#home .left-text,
#home .right-text {
  position: absolute;
  top: 15%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
#home .left-text h2,
#home .right-text h2 {
  font-weight: bold;
}

#home .left-text {
  width: 435px;
}

#home .right-text {
  width: 530px;
  right: 0;
}

/* (A) MATERIAL ICONS */
.aWrap .svg-inline--fa {
  color: white !important;
}

/* (B) WRAPPER */
.aWrap {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* allow buttons to wrap into another row on small screens */
  /* flex-wrap: wrap; */
  width: 580px;
  padding: 21px 30px;
  margin: 5px auto;
  border-radius: 70px;
  background: #fdd25f;
  gap: 1rem;
  padding-bottom: 30px;
}

.aWrap,
.aWrap * {
  box-sizing: border-box;
}

/* (C) PLAY/PAUSE BUTTON */
.aPlay {
  padding: 0;
  margin: 0;
  background: 0;
  border: 0;
  cursor: pointer;
  height: 70px;
  width: 70px;
  background-color: #6fe7c0;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 70px;
}

.aPlay i {
  font-size: 26px;
}

/* (D) TIME */
.aCron {
  font-size: 14px;
  color: #161616;
  margin: 0 10px;
}

/* (E) RANGE SLIDERS */
/* (E1) HIDE DEFAULT */
.aWrap input[type="range"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  width: 90px;
  padding: 0;
  margin: 0;
  background: 0;
}
.aWrap input[type="range"]::-moz-range-track,
.aWrap input[type="range"]::-moz-range-progress {
  background: transparent;
  border: none;
}
.range,
.range-volume {
  position: relative;
  display: flex;
  align-items: center;
}

.range input,
.range-volume input {
  position: relative;
  z-index: 1;
}

.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 0px;
  background-color: #ff2663;
  border-radius: 10px 0 0 10px;
}

.range .change-range {
  background-color: #6fe7c0;
}

.range-volume .change-range {
  /* height: 4px; */
  width: 63%;
}

.under-ranger {
  position: absolute;
  left: 0;
  top: 0;
  height: 6px;
  width: 100%;
  background-color: rgb(63, 63, 63);
  border-radius: 10px;
}

/* .range-volume .under-ranger {
    height: 4px;
} */

.aWrap input[type="range"]::-webkit-slider-thumb {
  appearance: none;
}

/* .range-volume .under-ranger, .range-volume .change-range {
    top: 2px;
} */
/* (E2) CUSTOM SLIDER TRACK */
.aWrap input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

/* (E3) CUSTOM SLIDER BUTTON */
.aWrap input[type="range"]::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  position: relative;
  cursor: pointer;
  margin-top: -5px;
}

/* (F) VOLUME */
.aVolIco {
  margin: 0 10px;
  cursor: pointer;
}

input.aVolume {
  width: 68px !important;
}

.aVolume::-webkit-slider-runnable-track {
  height: 10px !important;
}

.aVolume::-webkit-slider-thumb {
  margin-top: -3px !important;
}

.aVolume::-moz-range-thumb {
  margin-top: -3px !important;
}

.volume-container {
  display: flex;
  align-items: center;
}

/* 2/12/2025 */

.aWrap input[type="range"]::-webkit-slider-runnable-track,
.aWrap input[type="range"]::-moz-range-track {
  background: transparent;
  height: 6px;
  border-radius: 10px;
}

.aWrap input[type="range"]::-webkit-slider-thumb,
.aWrap input[type="range"]::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  cursor: pointer;

  margin: 0;
}

.aWrap input[type="range"]::-moz-focus-outer {
  border: 0;
}

.under-ranger,
.range .change-range,
.range-volume .change-range {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  border-radius: 10px;
}

/* end */

#cart label {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 2;
}

#cart input {
  border: none;
  border-bottom: 1px solid #c3c3c3;
  color: #000;
  padding-left: 0;
}

#cart input::placeholder {
  color: #919191;
}

#contact-us input:focus {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #727272;
}

#contact-us input:autofill {
  background-color: transparent;
}

header {
  z-index: 99;
}

.explore {
  z-index: 9;
}

.mySwiper.exploreSlide {
  padding: 80px 0;
}

#home input {
  padding-right: 13.5rem;
}

@media screen and (max-width: 1685px) {
  .exploreSlide .swiper-slide::after {
    min-height: 565px;
    background-size: cover;
    background-position: unset;
    left: 65%;
  }
  .stellarnav > ul > li > a {
    padding: 0 10px;
  }
  #about-us::after,
  #about-us::before {
    height: 300px;
    width: 300px;
    top: -20%;
  }
}

@media screen and (max-width: 1440px) {
  .about-img img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    z-index: 2;
  }

  #subscriptionPart .song {
    width: 29%;
    padding-inline: 1.6rem;
  }

  .primaryBtn,
  #home button {
    font-size: 1rem;
    padding: 0.8rem 2rem;
  }

  #home input {
    height: 75px;
    padding-right: 12rem;
  }

  .thank-img {
    height: auto;
    width: 100%;
    position: relative;
  }

  #home .main-img img {
    max-width: 80%;
  }

  #home .left-text {
    width: 295px;
    left: 10%;
  }
  #home::before {
    height: 460px;
    width: 520px;
  }

  #home .right-text {
    width: 420px;
  }

  #home .left-text h2,
  #home .right-text h2 {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 2rem;
  }
  #home .left-text,
  #home .right-text {
    top: 15%;
  }
  #home .main-img {
    width: 480px;
    margin-top: 9rem;
  }
  footer .logo,
  .foo-logo {
    max-width: 200px;
  }

  #contact-us p,
  #contact-us label,
  #contact-us input,
  #about-us,
  #home,
  #cart,
  #cart label,
  #cart input,
  p {
    font-size: 0.937rem;
  }

  #contact-us svg {
    height: 13px;
  }

  #contact-us svg.locations {
    height: 19px;
  }

  #home .right-text p {
    max-width: 60%;
    position: relative;
    left: 15%;
  }
  .middileabout .text-content {
    margin-bottom: 3rem;
  }
  #subscriptionPart {
    align-items: center;
    bottom: 12%;
  }
}

@media screen and (max-width: 1366px) {
  .exploreSlide .swiper-slide::after {
    min-height: 560px;
  }

  .about-img.two::after {
    right: 0;
  }
}

@media screen and (max-width: 1025px) {
  #home {
    padding-top: 1.5rem;
    z-index: 3;
  }

  #home .main-img img {
    max-width: unset;
    width: 100%;
  }
  #home .main-img {
    padding-top: 2rem;
  }
  header .primaryBtn {
    padding: 0.7rem 1rem;
  }

  #home .left-text h2,
  #home .right-text h2 {
    font-size: 1.4rem;
  }

  #home .left-text {
    width: 270px;
  }
  #home .left-text h2,
  #home .right-text h2 {
    margin-bottom: 1rem;
  }
  .exploreSlide .swiper-slide .relative img {
    width: 85px;
    height: 85px;
  }

  .exploreSlide .swiper-slide .relative p.my-5 {
    margin-top: 0.2rem !important;
  }
  .exploreSlide .swiper-slide::after {
    min-height: 550px;
    left: 80%;
  }
  #home .right-text {
    width: 300px;
  }
  #home .right-text p {
    max-width: 85%;
    left: 10%;
  }
  #home .main-img {
    width: 265px;
    margin-top: 9rem;
  }
  #subscriptionPart {
    bottom: 4%;
  }

  #subscriptionPart .song {
    font-size: 1rem;
  }

  #home input {
    height: 70px;
    padding-right: 10rem;
    padding-left: 1rem;
  }
  .primaryBtn,
  #home button {
    font-size: 14px;
    padding: 0.8rem 1.2rem;
  }

  #subscriptionPart .trustPanel ul li img {
    width: 50px;
    height: 50px;
  }

  .exploreSlide .swiper-slide::after {
    /* min-height: 380px; */
    background-size: contain;
    background-position: 50% center;
  }

  #contact-us h3.text-\[3\.125rem\] {
    font-size: 2.188rem;
  }

  #contact-us .contactForm h3,
  #cart h3 {
    font-size: 1.4rem;
  }

  /* .exploreSlide .swiper-slide::after {
        min-height: 277px;
        background-position: 25% center;
        background-size: contain;
    } */

  #cart,
  #thank-you {
    padding: 50px 0;
  }
  .hiddenBox::before {
    width: 350px;
    height: 450px;
    top: 30%;
  }
  .hiddenBox::after {
    width: 272px;
    height: 405px;
    top: 45%;
  }
  .hiddenPanel h2 {
    font-size: 20px;
  }
  .hiddenPanel .flex.justify-center.mb-5 {
    margin-bottom: 1.2rem;
  }
  .hiddenPanel .flex.justify-center.mb-5 img {
    width: 35px;
  }
  a.hiddenBtn,
  #purchaseNow {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .hiddenPanel p {
    font-size: 14px;
  }
  .hiddenPanel {
    padding: 50px 8rem;
  }
  .searchSuccess.hiddenBox::before {
    width: 250px;
    height: 335px;
    top: 65%;
  }
  .searchSuccess.hiddenBox::after {
    width: 200px;
    height: 300px;
    top: 13%;
    left: -5%;
  }
  .searchSuccess.hiddenBox .hiddenPanel {
    padding: 50px 5rem;
  }
  .aWrap {
    margin: 5px auto;
  }
  .aWrap img {
    width: 50px;
  }
  .aWrap {
    width: 385px;
    padding: 17px 24px;
    gap: 0.1rem;
    margin: 5px auto;
  }
  .aWrap input[type="range"] {
    width: 40px;
  }
  .aPlay {
    height: 50px;
    width: 50px;
    flex: 0 0 50px;
  }
  .hiddenPanel .addToCart {
    font-size: 12px;
    padding: 5px 20px;
    bottom: -18px;
  }
  .mySwiper.exploreSlide {
    padding: 20px 0 60px;
  }
}

@media screen and (max-width: 999px) {
  .exploreSlide .swiper-slide::after {
    min-height: 360px;
    left: 70%;
  }
  .middileabout .about-img {
    width: 45%;
    margin-bottom: 0;
    overflow: hidden;
  }
  .middileabout .text-content {
    width: 55%;
  }
  .middileabout {
    display: flex;
    flex-wrap: wrap;
  }
  .boy-singing {
    height: 350px;
  }
  .boy-singing img {
    height: 100%;
  }
  .boy-singing::after {
    height: 60%;
    width: 60%;
    top: 35%;
    left: 34%;
  }
  .thank-img::after {
    min-height: 95px;
    min-width: 298px;
    right: -25%;
    top: -35%;
  }
  #thank-you h1 {
    font-size: 42px;
    line-height: 1;
  }
  .thankBtn {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 16px;
  }
  #thank-you .primaryBtn {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 999px) {
  #home input {
    height: 60px;
  }
  #home::before {
    height: 340px;
    width: 350px;
  }
  #purchaseNow {
    margin-top: 0;
  }
  .searchFailed.hiddenBox::after {
    width: 180px;
    height: 280px;
    top: 40%;
    left: -5%;
  }
  .searchFailed.hiddenBox .hiddenPanel {
    padding: 50px 10rem;
  }
  .searchFailed.hiddenBox::before {
    width: 195px;
    height: 255px;
    top: 49%;
    right: 0;
  }
}
@media screen and (max-width: 820px) {
  .stellarnav > ul > li > a:hover {
    color: #ff2663;
  }
  #home .right-text {
    width: 290px;
  }

  #home .left-text h2,
  #home .right-text h2 {
    font-size: 1.3rem;
  }

  #subscriptionPart .song {
    font-size: 0.8rem;
    height: fit-content;
  }

  .middileabout {
    display: flex;
    flex-wrap: wrap;
  }

  .middileabout .text-content {
    width: 55%;
  }

  .middileabout .about-img {
    width: 45%;
    margin-bottom: 0;
    overflow: hidden;
  }

  .boy-singing {
    height: 350px;
  }

  .boy-singing img {
    height: 100%;
  }
  .exploreSlide .swiper-slide::after {
    min-height: 385px;
    left: 75%;
  }

  .boy-singing::after {
    height: 60%;
    width: 60%;
    top: 35%;
    left: 34%;
  }

  #contact-us .contactForm h3 {
    font-size: 1.1rem;
  }

  #cart h3 {
    font-size: 1.2rem;
  }

  #thank-you .primaryBtn {
    padding: 0.8rem 1rem;
  }
  .trustPanel h6 {
    width: 100%;
    max-width: 38%;
  }
}

@media screen and (max-width: 768.99px) {
  .exploreSlide .swiper-slide::after {
    min-height: 440px;
    left: 80%;
  }
  #home .left-text p br {
    display: none;
  }

  #home {
    padding-bottom: 7rem;
  }
  #subscriptionPart {
    bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  .middileabout .text-content {
    width: 100%;
  }

  #home .left-text,
  #home .right-text {
    position: relative;
    top: 0;
  }

  #home {
    padding-top: 7rem;
    padding-bottom: 0;
  }

  #subscriptionPart {
    flex-direction: column;
  }

  #home .left-text,
  #home .right-text {
    width: 100%;
    margin-bottom: 1rem;
  }

  #about-us::after,
  #about-us::before {
    height: 211px;
    width: 220px;
    top: -8%;
  }

  .about-img::after {
    min-height: 250px;
    min-width: 300px;
  }

  .middileabout .about-img.two {
    margin: auto;
    margin-top: 9rem;
  }

  .about-img.two::after {
    right: 0;
    left: -50%;
    top: -65%;
    width: 300px;
  }

  .exploreSlide .swiper-slide::after {
    display: none;
  }

  .explore h2 {
    font-size: 1.9rem;
  }

  #contact-us p,
  #contact-us label,
  #contact-us input,
  #contact-us textarea,
  #about-us,
  #home,
  .explore p,
  #cart .box p {
    font-size: 0.9rem;
  }

  .mySwiper.exploreSlide {
    padding: 40px 0;
  }

  .slideBoxx {
    padding: 40px 20px;
  }

  .boy-singing::after {
    height: 75%;
    width: 75%;
    top: 35%;
    left: 15%;
  }

  #subscriptionPart {
    position: static;
    margin-top: 0;
  }

  #subscriptionPart .trustPanel {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    margin-right: 0;
  }

  .trustPanel .flex.space-x-6.mt-5 {
    flex-direction: column-reverse;
    margin-top: 0;
  }
  .trustPanel h6 {
    width: 100%;
    max-width: unset;
  }
  .trustPanel .flex.space-x-6.mt-5 ul {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  #purchaseNow {
    margin-top: 0;
    font-size: 13px;
  }

  #subscriptionPart .song {
    width: 60%;
    padding-inline: 1.6rem;
    margin: auto;
    margin-top: 1.2rem;
  }

  #home .left-text p,
  #home .left-text h2,
  #home .right-text h2,
  #home .right-text p {
    margin: auto;
  }

  footer h5 {
    font-size: 1rem;
  }

  footer ul.foo-menu {
    font-size: 13px;
  }

  .explore h2,
  #about-us h2,
  #contact-us h3.text-\[3\.125rem\] {
    font-size: 1.3rem;
  }

  #cart .box form {
    flex-direction: column;
    padding: 0 10px;
  }

  #cart .box {
    padding: 0 8px 50px;
  }

  .roundBox {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  #cart th {
    font-size: 0.7rem;
  }

  #cart td,
  #cart table p {
    font-size: 0.7rem !important;
  }

  #cart form .w-full.flex.flex-col {
    margin: 0;
  }

  #cart .primaryBtn,
  #thank-you .primaryBtn {
    padding: 0.8rem 1rem;
  }

  .thank-img::after {
    right: 0;
  }

  #thank-you h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  #thank-you {
    text-align: center;
  }

  .thankBtn {
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
    gap: 0;
  }
  .thank-img::after {
    top: -20%;
  }

  .thankBtn .primaryBtn {
    margin-right: 0;
    margin-bottom: 1rem;
  }

  header .cart a {
    width: 30px;
    height: 30px;
  }

  header .cart a span {
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }

  header .cart a svg {
    height: 15px;
    width: 15px;
  }

  header .foo-logo {
    max-width: 150px;
  }

  header .primaryBtn {
    font-size: 0.7rem;
    padding: 0.6rem 0.5rem;
  }

  #about-us,
  .text-end.middileabout {
    text-align: center;
  }

  .middileabout .about-img {
    overflow: unset;
  }
  .hiddenBox .mx-auto.max-w-3xl {
    max-width: 90%;
  }
  .hiddenPanel {
    padding: 8rem 2rem;
  }

  .searchFailed.hiddenBox::before,
  .searchSuccess.hiddenBox::before {
    width: 150px;
    height: 200px;
    top: unset;
    bottom: -15%;
  }
  .searchFailed.hiddenBox::after,
  .searchSuccess.hiddenBox::after {
    width: 140px;
    height: 192px;
    top: unset;
    bottom: -15%;
    left: 0;
  }
  .hiddenPanel h2 {
    font-size: 17px;
  }
  .hiddenPanel h5 {
    font-size: 12px;
    margin: 7px auto;
  }
  .aWrap img {
    display: none;
  }
  .aWrap input[type="range"],
  input.aVolume {
    width: 30px !important;
  }
  .aPlay {
    height: 30px;
    width: 30px;
    flex: 0 0 30px;
  }
  .aPlay i {
    font-size: 16px;
  }
  .hiddenPanel .addToCart {
    font-size: 12px;
    padding: 5px 20px;
    bottom: -17px;
  }
  .hiddenBox.searchFailed .hiddenPanel {
    padding: 1.4rem 1.2rem 8.5rem;
  }
  .searchSuccess.hiddenBox .hiddenPanel {
    padding: 1.4rem 1.2rem 5rem;
  }
  .aWrap {
    width: 100%;
    padding: 10px 20px;
    gap: 0;
    margin: 5px auto;
    padding-bottom: 20px;
  }
  .aVolIco,
  .aCron {
    margin: 0 5px;
  }
  .aVolIco i {
    font-size: 14px;
  }
  .aCron {
    font-size: 12px;
  }
}

@media screen and (max-width: 380px) {
  #subscriptionPart .song {
    width: 65%;
  }

  .primaryBtn,
  #home button {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
  }

  #home input {
    height: 55px;
    padding-right: 7rem;
    font-size: 0.8rem;
  }

  #home button {
    right: 10px;
  }

  .middileabout .about-img {
    width: 100%;
    margin-bottom: 0;
  }

  .about-img.two::after {
    right: 0;
    left: -10%;
    top: -50%;
    width: 300px;
  }

  .middileabout .about-img.two {
    margin-top: 6rem;
    margin-bottom: 1.2rem;
  }

  footer h5 {
    font-size: 0.84rem;
    margin-bottom: 0.2rem;
  }

  footer ul.foo-menu {
    font-size: 12px;
  }

  .social-media {
    margin-bottom: 1.5rem;
  }

  #contact-us .location {
    margin-top: 1.2rem;
    margin-bottom: 1.3rem;
  }

  .boy-singing::after {
    left: 10%;
  }

  header .foo-logo {
    max-width: 120px;
  }

  header .primaryBtn {
    font-size: 0.6rem;
    padding: 0.6rem 0.5rem;
    margin-right: 10px;
  }
  .contactForm {
    padding: 20px 10px;
  }
  .contactForm input,
  .contactForm textarea {
    padding-top: 0;
    padding-bottom: 2px;
  }
  .contactForm textarea {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 330px) {
  .searchSuccess.hiddenBox .hiddenPanel {
    padding: 1.4rem 1.2rem 6rem;
  }
  #thank-you h1 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.7;
  }
}

.stellarnav.menu.mobile {
  text-align: center;
}

.stellarnav.menu.mobile ul {
  z-index: 9;
}

.stellarnav.mobile ul {
  background: #6fe7c0;
}

.stellarnav.mobile ul a,
.stellarnav > ul > li > a {
  color: #000;
}

body.inner-page header {
  position: relative;
  background-color: #e4e2d8;
}

.stellarnav .icon-close:after,
.stellarnav .icon-close:before {
  border-bottom: solid 3px #000;
}

.stellarnav .menu-toggle span.bars span {
  background: #000;
}
.social-media li a img {
  transition: transform 0.3s ease; /* smooth transition */
}

.social-media li a:hover img {
  transform: translateY(-5px); /* move icon slightly up */
}

.primaryBtn::before {
  background-color: #f7931e;
}

.primaryBtn:hover::before {
  background-color: #000;
}

.primaryBtn:before {
  animation: opacityFallbackOut 0.5s step-end forwards;
  backface-visibility: hidden;
  background-color: #ebebeb;
  clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(0);
  transition: clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1),
    -webkit-clip-path 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  border-radius: 50px;
}

.primaryBtn:hover:before {
  animation: opacityFallbackIn 0s step-start forwards;
  clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
}

.primaryBtn:after {
  background-color: #ffffff;
}

.primaryBtn span {
  z-index: 1;
  position: relative;
}
.primaryBtn:hover span {
  color: #fff;
}

@media screen and (min-width: 1670px) {
  #thank-you .mx-auto.max-w-3xl {
    max-width: 55%;
  }
  #thank-you .primaryBtn {
    width: 257px;
    height: 55px;
    line-height: 55px;
    padding: 0;
  }
  #thank-you .primaryBtn span {
    margin: auto;
  }
  .hiddenBox.searchFailed .mx-auto.max-w-3xl {
    max-width: 54%;
  }
  .hiddenBox.searchFailed .mx-auto.max-w-3xl .hiddenPanel {
    padding: 50px 15rem;
  }
  .hiddenBox.searchSuccess .mx-auto.max-w-3xl {
    max-width: 54%;
  }
  .searchFailed.hiddenBox::before {
    width: 817px;
    height: 889px;
    top: 0;
  }

  .searchSuccess.hiddenBox::before {
    width: 814px;
    height: 882px;
    top: 9%;
  }
  .searchSuccess.hiddenBox::after {
    width: 700px;
    height: 1050px;
    top: 15%;
  }
  .searchFailed.hiddenBox::after {
    width: 700px;
    height: 1000px;
    top: 5%;
  }
  .about-img.two::after {
    height: 620px;
    width: 699px;
    right: -39px;
    top: -60%;
  }
  .about-img::after {
    min-height: 454px;
    /* min-height: 480px; */
    width: 100%;
    min-width: 537px;
    left: -15%;
    top: -35%;
  }
  .about-img {
    margin-top: 6rem;
  }
  .about-img.two {
    margin-top: 0;
  }
  header {
    padding-top: 65px;
  }
  /* #home {
        padding-top: 2rem;
    } */
  #musicSearchForm {
    width: 75%;
  }
  .trustPanel .flex.space-x-6.mt-5 {
    justify-content: space-between;
  }
  #subscriptionPart .song {
    width: 259px;
    flex: 0 0 259px;
    height: 94px;
  }
  #subscriptionPart {
    bottom: 12%;
    align-items: center;
  }
  #home .right-text p {
    width: 100%;
    max-width: 359px;
    text-align: left;
    left: 10%;
    position: relative;
  }
  #home .right-text {
    right: 5%;
  }
  .boy-singing::after {
    top: 39%;
    left: -6%;
  }
  .stellarnav > ul > li > a {
    padding: 0px 8px;
  }
  #purchaseNow {
    min-width: 337px;
    height: 55px;
  }
}
@media screen and (max-width: 640px) {
  .mobilesong {
    display: none;
  }
  .stellarnav.mobile ul .primaryBtn {
    background: #fff;
    color: #000000;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    padding: 0.938rem 3.38rem;
    display: inline-flex;
    border-radius: 35px;
    appearance: none;
    cursor: pointer;
    opacity: 1;
    position: relative;
    transition: opacity 300ms cubic-bezier(0.694, 0, 0.335, 1),
      background-color 100ms cubic-bezier(0.694, 0, 0.335, 1),
      color 100ms cubic-bezier(0.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#musicSearchForm input::placeholder {
  color: #000;
}

@media screen and (min-width: 1900px) {
  #home .right-text p {
    width: 359px;
    left: 18%;
    line-height: 21px;
    margin-top: 10%;
  }
  #home .right-text {
    right: 5%;
  }
  #home .left-text {
    left: 8%;
  }
  #home .left-text p {
    width: 359px;
    position: relative;
    left: -5%;
    line-height: 21px;
    margin-top: 10%;
  }
  #home .left-text h2,
  #home .right-text h2 {
    line-height: 53px;
  }
}

#home::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  background-image: url("../img/homebg.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#home::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  height: 476px;
  width: 700px;
  z-index: -1;
  background-image: url("../img/home-topmusic.webp");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(-50%);
}
#home .main-img {
  display: flex;
  justify-content: center;
  width: 522px;
  margin: auto;
  margin-top: 12rem;
}
@media screen and (max-width: 1590px) {
  #home::after {
    background-size: cover;
  }
  #home::before {
    left: 55%;
    top: -8%;
    height: 476px;
    width: 552px;
    transform: translateX(-55%);
  }
}

@media screen and (max-width: 1440px) {
  #home .main-img {
    width: 480px;
    margin-top: 9rem;
  }
}
@media screen and (max-width: 1100px) {
  #home .main-img {
    margin-top: 3rem;
  }
  #home::before {
    left: 50%;
    top: 0;
    height: 310px;
    width: 400px;
    transform: translateX(-50%);
  }
  #home .main-img {
    width: 265px;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 999px) {
  #home::before {
    height: 310px;
    width: 320px;
  }
  #home .left-text {
    left: 0;
  }
}
@media screen and (max-width: 825px) {
  #home::before {
    height: 276px;
    width: 282px;
    top: 5%;
    left: 45%;
    transform: translateX(-45%);
  }
}

@media screen and (max-width: 768px) {
  #home::after {
    content: normal;
  }

  #home::before {
    height: 170px;
    width: 220px;
    top: 10%;
    left: 45%;
    transform: translateX(-45%);
  }
  .about-img.two::after {
    position: absolute;
    content: "";
    height: 255px;
    width: 310px;
    right: -20px;
    top: -15%;
  }
}
@media screen and (max-width: 767px) {
  #home .main-img {
    width: 255px;
    margin-top: 0;
    padding-top: 1rem;
  }
  #home .right-text p,
  #home .left-text p {
    width: 100%;
    max-width: 90%;
    left: unset;
  }
  #home::before {
    height: 275px;
    width: 340px;
    top: 30%;
    left: 45%;
    transform: translateX(-45%);
  }
  .about-img.two::after {
    position: absolute;
    content: "";
    height: 200px;
    width: 280px;
    right: 0;
    top: -50%;
    z-index: -2;
  }
}

.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: #fbfded;
  padding-top: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.nav-link.active {
  color: #6fe7c0;
  font-weight: 600;
}
.stellarnav > ul > li > a:hover {
  color: #6fe7c0;
}
.cms-content a {
  font-weight: bold;
}
.cms-content a:hover {
  color: #6fe7c0;
}
@media (min-width: 1030px) and (max-width: 12500px) {
  .exploreSlide .swiper-slide::after {
    left: 70%;
  }
}

#cart input:focus {
  outline: none;
  box-shadow: none;
}
@media (min-width: 1440px) and (max-width: 1690px) {
  #home .main-img img {
    max-width: 80%;
  }
  #home .left-text h2,
  #home .right-text h2 {
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  #home .left-text {
    width: 370px;
}
#home .right-text {
    width: 440px;
    right: 0;
}
#subscriptionPart .song {
    width: 25%;
}
#subscriptionPart .trustPanel h6{
    font-size: 16px;
}
#home::before {
    height: 470px;
    width: 500px;
}
}
@media (min-width: 1023px) and (max-width: 1100px) {
  #home {
    padding-top: 8rem;
  }
  #home .main-img img {
    max-width: 100%;
  }
  #home .left-text,
  #home .right-text {
    top: 5%;
  }
  #home .left-text h2,
  #home .right-text h2 {
    font-size: 1.4rem;
    line-height: 1.3;
    margin-bottom: 1rem;
  }
  #subscriptionPart .song {
    font-size: 16px;
  }
  #home input {
    height: 65px;
    padding-right: 12rem;
  }
  #searchInputButton {
    right: 10px;
  }
}

@media screen and (max-width: 991px) {
  .stellarnav > ul > li > a:hover {
    color: #ff2663;
  }
}
