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

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

.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: 400px;
    width: 100%;
    left: 75%;
    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: 35%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

#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 0;
    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;
    border: none;
    outline: none;
    box-shadow: none;
    width: 90px;
    padding: 0;
    margin: 0;
    background: 0;
}

.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;
}

/* (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;
}

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

#cart input {
    border: none;
    border-bottom: 1px solid #C3C3C3;
    color: #919191;
    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;
}

@media screen and (max-width:1685px) {
    .exploreSlide .swiper-slide::after {
        min-height: 500px;
        background-size: cover;
        background-position: unset;
    }
}

@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;
    }

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

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

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

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

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

    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.938rem;
    }

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

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

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

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

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

    #home .main-img img {
        max-width: 70%;
    }
    header .primaryBtn {
        padding: 0.7rem 1rem;
    }

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

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

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

    #subscriptionPart {
        bottom: 4%;
    }

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

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

    #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;
    }
}

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

}

@media screen and (max-width: 820px) {
    #home .main-img img {
        max-width: 85%;
    }

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

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

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

    .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%;
    }

    .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;
    }

}

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

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

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

    #home {
        padding-top: 10rem;
    }

    #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,
    #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;
    }

    .trustPanel .flex.space-x-6.mt-5 {
        flex-direction: column-reverse;
        margin-top: 0;
    }

    .trustPanel .flex.space-x-6.mt-5 ul {
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    #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;
    }

    .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;
    }
}

@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: 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;
    }
}

.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 .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 .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.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;
}