@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300;400;700&family=Poppins:wght@400;700&Space+Grotesk:wght@700&display=swap');
@import url('https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-rounded/css/uicons-solid-rounded.css');
@import url('https://cdn-uicons.flaticon.com/uicons-brands/css/uicons-brands.css');
@import url('https://cdn-uicons.flaticon.com/uicons-solid-straight/css/uicons-solid-straight.css');

/* mobile size */
@media screen and (max-width: 767px) {

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px !important;
    }

    h3,
    p.do-contact-us {
        font-size: 20px !important;
    }

    h4,
    p.any-inquiry {
        font-size: 18px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 14px;
    }

    .columns.seven h3 {
        margin-top: 10vh;
    }

    .btn-blue {
        width: 90%;
        text-align: center;
    }

    .our-services {
        margin: 0;
    }

    .testimonial-text p {
        font-size: 14px;
    }

    .testimonial-text {
        width: 80%;
    }

    .testimonial-img {
        width: 80%;
        height: 230px;
    }

    .testimonial-content {
        padding: 26px;
    }

    .testimonial-box {
        margin-top: 50px;
    }

    .index-numbers p {
        font-size: 30px;
    }

    .star-container h3 {
        width: 85%;
        text-align: center;
        display: inline-flex;
    }

    .footer-address, .footer-item {
        position: relative !important;
        left: 0px !important;
        top: 0px !important;
        width: 75%;
    }

    .footer-item {
        width: 80%;
    }

    .bxslider {
        width: 100vw !important;
    }

    .footer-address {
        padding-bottom: 15px;
    }

    .footer-item h6 {
        margin-top: 3vh !important;
        font-size: 16px;
    }

    .footer_top {
        padding: 3vh 0 0 0;
    }

    .opportunity-img {
        width: 70vw !important;
    }

    .opportunity-text {
        font-size: 15px;
        margin: 0 30px;
    }

    .blue-box-padding {
        width: 80%;
        padding: 20px 30px;
    }

    .blue-box-outline {
        margin-bottom: 15px;
    }

    .happiness-text {
        margin: auto !important;
    }

    .happiness-img {
        width: 80% !important;
        margin: auto !important;
    }

    .business-opp-card {
        margin: 20px 5px;
        height: 155px;
    }

    .business-opp-card>img {
        max-width: 65px;
        width: 100%;
    }

    .business-opp-card p{
        text-align: center;
    }

    .index-card {
        padding: 22px;
        width: 200px;
    }

    .product-btn {
        height: 34px;
    }

    .product-thumbnails>img {
        width: 10vh;
        height: 10vh;
        object-fit: cover;
    }

    /* testimonial at business opportunity */
    .amberchia{
        margin-top: 50px;
        flex-direction: column;
    }

    .amberchia-text {
        display: flex;
        flex-wrap: wrap;
        width: 90vw;
        border-radius: 40px;
    }

    .amberchia-text img {
        width: 50px !important;
    }

    .elecher img {
        transform: rotate(3deg);
    }

    .label-card {
        margin: 15px;
    }

    .baby-poster {
        margin-top: 50px;
        width: 100vw;
    }

    .best-seller-text {
        margin-left: 0 !important;
    }

    iframe.fullwidth {
        width: 100vw;
        height: 50vh;
    }

    iframe.halfwidth {
        width: 100vw;
        height: 34vh;
    }

    .service-icon-text {
        width: 58vw;
    }

    .product-thumbnails>img {
        width: 8vh;
        height: 8vh;
        margin-top: 5px;
    }

    #add-to-cart.btn-blue-outline {
        width: 90vw;
    }

    /* product detail image */
    .elevatezoom_box {
        width: 90vw !important;
    }

    /* contact us Submit button */
    .contact-submit {
        width: 90vw;
    }

    /* about our studio */
    .about-studio-container {
        width: 80vw;
        display: flex;
        flex-wrap: wrap;
        text-align: center !important;
        justify-content: center;
        flex-direction: column;
        margin: auto !important;
    }

    .about-studio-container p {
        font-size: 14px;
    }

    .who-are-we-container::before {
        height: 100vh;
        width: 100vw;
    }

    .why-choose-us-inner {
        top: 25vh;
        width: 78vw;
        padding: 15px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .why-choose-us-container::after {
        left: 30vw;
    }

    .services {
        display: flex;
        justify-content: center;
        flex-direction: column;
        padding: 35px 30px;
    }

    .services-inner {
        justify-content: center;
        flex-wrap: wrap;
    }

    .reverse-col {
        flex-direction: column-reverse;
    }

    .family-goal {
        display: flex;
        justify-content: center;
        flex-direction: column;
        width: 80vw;
        margin-top: -6vh;
    }

    .family-goal-text p,
    .why-choose-us-inner p {
        font-size: 16px !important;
    }

    .family-goal img {
        margin-top: 15vh;
        width: 80vw;
    }

    .our-goal-title {
        left: 0%;
        padding-left: 0px;
    }

    .services-container {
        width: 100vw;
        flex-direction: column !important;
        margin: 0 !important;
    }

    .our-goal-title::after {
        left: 0%;
        width: 130%;
    }

    .our-story-bg {
        padding: 50px 100vw;
    }

    .our-story-container {
        flex-direction: column;
        align-items: baseline;
    }

    .our-story-container img {
        width: 80vw !important;
        height: 60vh !important;
    }

    /* yellow rec */
    .our-story-desc::before {
        top: 10%;
    }

    .our-story-desc::after {
        top: -16%;
    }

    .our-story-desc {
        padding: 24px;
    }

    .box-outline,
    .box-fill {
        position: relative !important;
        left: 0% !important;
    }

    .services-inner {
        padding-bottom: 15px;
    }

    .our-story-desc {
        width: 80vw !important;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .our-story-desc p {
        font-size: 15px;
        padding: 5px;
    }

    .mv-boxes {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .mv-container {
        margin: 50px 0 !important;
    }

    .mission-and-vision img {
        width: 80vw !important;
    }

    .mission-and-vision .box-outline,
    .mission-and-vision .box-fill {
        padding: 20px;
    }

    .happiness-text {
        width: 80vw !important;
    }

    .join-family {
        flex-wrap: wrap;
    }

    .join-family img {
        width: 90%;
        border-radius: 15px;
    }

    .join-family-text {
        margin: 20px 30px;
    }

    .offline-online-container {
        margin: 0 6vw;
    }

    .elecher {
        margin-top: 40px;
    }

    .amberchia img,
    .elecher img {
        left: 0;
        right: 0;
        top: 25px;
    }

    .amberchia-text img {
        top: 0;
    }

    .membership-collab,
    .membership-collab-text {
        flex-direction: column;
    }

    .membership-collab {
        margin: 0 auto 25px;
    }

    .membership-collab img {
        width: 70vw;
        margin-right: 0;
    }

    .membership-collab-text {
        width: 75vw;
        margin: 30px 0 35px 0;
    }

    .partners-container img {
        width: 9%;
    }

    .member-benefit-card {
        padding: 30px;
        margin: 20px;
    }

    a.footer-logo>img {
        width: 65%;
    }

    .member-benefit-wrapper {
        margin-bottom: 25px;
    }

    p.any-inquiry {
        color: #FFB2CC;
        line-height: 0px;
    }

    p.do-contact-us {
        color: #77BDEF;
        font-weight: 700;
    }

    .outlet-title {
        font-size: 14px;
    }

    .outlet-layout {
        justify-content: flex-start;
    }

    .header-icon-ul li .dropdown-content {
        right: 250%;
    }

    .blockquote:before {
        font-size: 200px;
        top: 40px;
    }

    .blockquote-wrapper {
        padding: 115px 10px;
    }

    .shoot {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .inner {
        left: -153px;
    }

    .best-seller-outer,
    .opportunity-container,
    .join-family,
    .offline-online-width {
        width: 100%;
    }

    .sidemenu-mobile-margin {
        margin-left: 4vw;
    }

    .modal-content {
        max-width: 85%;
        height: auto;
    }

    .modal-footer {
        padding: 8px 10px;
    }

    .mt3rem-height {
        margin-top: 3rem;
    }

    .testimony-user {
        font-size: 10px;
    }

    .blockquote p {
        font-size: 25px;
    }

    .gallery-img img {
        height: 240px;
        width: 275px;
    }

    .gallery-img .label {
        padding: 0px;
        width: inherit;
        height: 40px;
    }

    .gallery-img {
        margin: 1rem;
        width: 50vw;
    }

    .testimony-margin {
        margin: 2rem !important;
    }

    .fb-vid-img img {
        display: none;
    }

    .licensing-form-container {
        margin: 0 3rem;
    }

    .faq-cardbox {
        width: 24rem;
    }

    img.contact-mascot {
        width: 50%;
    }

    .text-wrap {
        margin: 0;
    }

    .baby-poster>img {
        width: 100%;
    }

    .redeem-ticket a {
        flex-basis: 50%;
    }

    .member-benefits-inner img {
        width: 50vw;
    }

    .contact-details {
        margin: 1rem;
    }

    .container {
        padding: 1rem 2rem;
    }

    .msrItem>div>div {
        padding: 2rem 1rem;
    }

    .slogan-container img {
        width: 15rem;
    }

    .our-story-text {
        margin: 0 2rem 3rem 2rem;
    }

    .cocomelon-container {
        margin: 1rem 10px;
    }

    [tooltip]:hover::after {
        left: -68px;
        border-radius: 5px;
    }

    .select_multiple_btn label {
        font-size: 9px;
    }

    /* instagram gallery ui */
    .instafeed-container img {
        height: 50vw;
    }

    .instafeed-container {
        width: calc(50% - 5px);
    }

    .payment_address .seven.columns, .payment_address .five.columns{
        width: 100% !important;
    }

    td.order-tracking-colon{
        display: none !important;
    }

    .order-tracking-input-table tr td{
        display: block;
    }

    /* responsive order tracking details table STARTS*/
    .responsive .cart-img-text{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
    }
    .responsive .cart_price, .responsive .cart_subtotal{
        text-align: left !important;
    }
    .responsive .cart_subtotal, .responsive .cart_quantity{
        margin-top: 2%;
        text-align: left;
    }
    .responsive .view_tr .cart_subtotal{
        font-weight: bold;
    }
    .responsive .cart_image img{
        width: 75px;
    }
    .responsive .cart_image{
        min-width: fit-content;
    }
    .cart-order-tracking-text{
        width: 100%;
        margin-left: 2%;
    }
    .cart_quantity{
        float: left;
    }
    /* responsive order tracking details table ENDS*/

    .service-wrapper {
        margin: 0 10px 5rem;
    }

    .col-xs-6 {
        width: 78.93617%;
    }

    /* testimonial STARTS*/
    .introduction-container {
        padding: 50px 10px 35px;
    }

    .testimony-slide-container {
        padding: 2rem 12vw;
    }

    .testimony-slide-inner{
        width: 60vw;
    }
    /* testimonial ENDS*/

    .home-img-wrapper img{
        width: 300px;
        height: 300px;
    }

    .cocomelon-img img{
        width: 100%;
    }

    .outer{
        width: calc(50%);
    }

    .regret-text{
        margin-top: 1rem;
    }
    
    .happiness-padding{
        padding: 3rem !important;
    }
}

@media (min-width: 425px) and (max-width: 767px) {
    .faq-cardbox {
        width: 20rem;
    }

    .faq-container{
        width: calc(50%);
        display: flex;
        justify-content: center;
    }

    .lightbox-instagram {
        overflow: overlay;
        height: 96%;
        width: 80vw;
        top: 2vw;
        left: 10vw;
    }

    .insta-post-img img {
        width: 100%;
        height: 30rem;
    }

    .description {
        top: 72%;
        left: 10%;
        width: 88%;
        height: 45%;
        display: flex;
        flex-direction: column;
    }

    .post-date {
        margin-top: unset;
        margin-bottom: 10px;
    }

    .service-icon-container{
        width: 70vw;
    }

    .four.columns.product {
        max-width: calc(48%) !important;
        margin: 1%;
    }
}

@media screen and (max-width: 425px) {
    .lightbox-instagram {
        height: 96%;
        width: 90vw;
        top: 2vw;
        left: 5vw;
        overflow: overlay;
    }

    .description {
        top: 25rem;
        left: 10%;  
        width: 88%;
        height: 45%;
        display: flex;
        flex-direction: column;
    }

    .insta-post-img img {
        width: 100%;
        height: 24rem;
    }

    .service-icon-container{
        width: 100%;
    }

    .faq-container{
        width: calc(100%);
        display: flex;
        justify-content: center;
    }

    .main_product_box .row{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
}

@media(min-width: 660px) and (max-width: 768px) {
    .product-big-img {
        height: 15rem;
    }
}

@media(min-width: 525px) and (max-width: 660px) {
    .product-big-img {
        height: 12rem;
    }

    .thumbnail-img {
        height: 2rem;
        width: calc(27% - 7px);
    }

    .label-card-outer{
        width: calc(33.33%);
    }
}

@media(min-width: 416px) and (max-width: 525px) {
    .product-big-img {
        height: 45vw;
    }

    .four.columns.product {
        max-width: 170px;
    }
}

@media screen and (max-width: 525px) {
    /* responsive cart page STARTS */
    .product_addcart{
        width: 100%;
    }
    .responsive .cart_title{
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .responsive .cart_sub_option{
        font-size: 10px;
    }
    .responsive .cart-remove{
        float: right;
        line-height: 0;
        padding: 5px;
        border: 1px solid #d0d0d0;
        border-radius: 50%;
    }
    .responsive .cart-remove i{
        color: #d0d0d0;
    }
    .responsive .cart_sub_option{
        margin-top: 5%;
    }
    .responsive .cart-image{
        width: 95px;
    }
    .checkout_box{
        max-width: 100%;
    }
    .responsive .cart-product-details{
        padding-left: 2.5%;
    }
    .responsive .cart-price{
        margin-top: 10%;
        float: right;
    }
    .responsive .cart_photo_service img{
        height: 2.5rem;
    }

    /* plus minus quantity box */
    .responsive .cart-quantity{
        margin-top: 5%;
        width: 7.5rem;
    }
    .responsive .cart-img-container{
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .responsive .sp-minus{
        border-top-left-radius: var(--cart-quantity-border-radius);
        border-bottom-left-radius: var(--cart-quantity-border-radius);
    }
    .responsive .sp-plus{
        border-top-right-radius: var(--cart-quantity-border-radius);
        border-bottom-right-radius: var(--cart-quantity-border-radius);
    }
    .responsive .cart-quantity .sp-minus,
    .responsive .cart-quantity .sp-plus{
        width: 25px;
        height: var(--cart-quantity-height);
    }
    .responsive .cart-quantity .sp-minus .cart_minus,
    .responsive .cart-quantity .sp-plus .cart_plus{
        line-height: var(--cart-quantity-height);
    }
    .responsive .cart-quantity input{
        border-radius: var(--cart-quantity-border-radius);
        line-height: 25px;
        padding: unset;
    }

    /* responsive cart page ENDS */
    .label-card-outer{
        width: calc(50%);
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 470px) {
    .button-product {
        display: none !important;
    }

    .cart_right .button_cart{
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 416px) {
    .four.columns.product {
        max-width: 20rem;
    }

    .product{
        margin-right: unset;
    }
}

@media screen and (max-width: 414px) {
    .product-details {
        height: 14vw;
    }
}