/* contact-us-start */

.contact-form-wrap.contact-form-wrap-updated {
    background: #ffffff;
    padding: 15px 15px 0px;
    border-radius: 10px;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 37%);
}

.map-div iframe {
    height: 480px;
    margin-bottom: -7px;
}

@media only screen and (max-width:575px) {
    .map-div iframe {
        height: 300px;
    }
}

/* contact-us-end */

/* footer-start */



.social-footer {
    display: flex;
    justify-content: end;
    column-gap: 10px;
}

.social-footer li {
    display: inline-block;
    padding: 0px 0px;
}

.social-footer li a {
    height: 40px;
    width: 40px;
    border: 0px solid #e5007d;
    display: flex !important;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: #fff;
    transition: 0.3s ease-in-out;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 35%);
}

.social-footer li a:hover {
    transition: 0.3s ease-in-out;
    background: #ffdded;
    border-color: #e5007d;
}

.social-footer li a i {
    font-size: 20px;
    color: #000;
}

.social-footer li a:hover i {
    transition: 0.3s ease-in-out;
    color: #000;
}

.footer-copyright {
    font-family: "Dosis", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.footer-copyright a {
    font-weight: 700;
    color: #e5007d;
    /* text-shadow: 1px 1px 0px #000000ba; */
}

@media only screen and (max-width:575px) {
    .footer-copyright span {
        display: block;
    }
}

/* footer-end */
.about-sec {}

.features-sec {
    background: #fffaf2;
}

.features-card {
    box-shadow: 2px 2px 10px 1px #00000052;
    padding: 20px 15px;
    background: #fff;
    border-radius: 15px;
}

.fc-img {
    height: 70px;
    width: 70px;
    padding: 0px;
    border: 0px dashed #e5007d;
    border-radius: 50px;
    margin: 0 auto;
}

.fc-img img {
    width: 100%;
    filter: invert(24%) sepia(93%) saturate(7468%) hue-rotate(317deg) brightness(87%) contrast(111%);
}

.fc-text {
    text-align: center;
    margin-top: 6px;
}

.fc-text h6 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #1e1e1e;
}

.fc-text p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    height: 102px;
    color: #000000;
}

@media only screen and (max-width:1199px) {
    .fc-text p {
        height: 144px;
    }
}

@media only screen and (max-width:991px) {
    .fc-text p {
        height: 156px;
    }
}

@media only screen and (max-width:767px) {
    .fc-text p {
        height: 156px;
    }
}

@media only screen and (max-width:575px) {
    .fc-text p {
        height: auto;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .features-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .features-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.owner-sec {}

.owner-card {
    box-shadow: 1px 1px 10px rgb(0 0 0 / 11%);
    background: #fff;
}

.owner-img {}

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

.owner-text {
    padding: 10px 15px 12px;
}

.owner-text h5 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #090022;
}

.owner-text h6 {
    font-size: 18px;
    font-weight: 600;
    color: #1e1e1e;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 7px;
}


.owner-text h6:before {}

.owner-text p {
    text-align: justify;
    padding-right: 10px;
    height: 144px;
    overflow-y: auto;
}

.owner-text p::-webkit-scrollbar {
    width: 2px;
}

.owner-text p::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    background-color: #fff;
}

/* Handle */
.owner-text p::-webkit-scrollbar-thumb {
    background: linear-gradient(to left bottom, #e5007d 20%, #e5007d 50%);
    transition: all 500ms ease;
}

@media only screen and (max-width:991px) {
    .owner-text p {
        text-align: justify;
        padding-right: 0px;
        height: auto;
        overflow-y: auto;
    }

    .owner-text {
        text-align: center;
    }
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .owner-card {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .owner-card {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.gallery-sec.gallery-sec-alt {
    background: #fffaf2;
}

@media only screen and (max-width:575px) and (min-width:411px) {

    .product-inner.infant-wear-name,
    .cat-box-new {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .cat-box-new {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.wel-greeno-new {
    font-size: 32px;
    line-height: 40px;
}

.wel-greeno-new b {
    font-weight: 600;
}

.greeno-about {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 6px;
    color: #1e1e1e;
}

@media only screen and (max-width:575px) and (min-width:411px) {
    .product-item {
        width: 380px;
        margin: 0 auto;
        display: block;
    }
}

@media only screen and (max-width:410px) {
    .product-item {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
}

.footer-widget.fw-1 {}

.footer-widget.fw-1 a.footer-logo {
    display: block;
    margin-bottom: 10px;
}

.footer-widget.fw-1 img {
    width: 120px;
}

.footer-widget.fw-1 p {
    margin-bottom: 6px;
}

.footer-widget.fw-1 a.fa-btn {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    font-family: "Dosis", sans-serif;
    color: #e5007d;
    transition: 0.3s ease-in-out;
}

.footer-widget.fw-1 a.fa-btn:hover {
    text-decoration: underline;
    transition: 0.3s ease-in-out;
}

/* .contact-upper-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fafdff;
    background-blend-mode: luminosity;
}

.gallery-sec.gallery-sec-alt {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #fffaf2;
    background-blend-mode: luminosity;
} */

.lilbumpy-bak-kalar.infa-wear {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    background-color: #ffe5f1;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.features-sec.wcu-home {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    /* background-color: #f9a0bc;
    background-color: #ff76a1; */
    background-color: #ff6797;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.features-sec.wcu-home .section-title h2 {
    color: #fff;
    text-shadow: 1px 1px #000000a1;
}

.about-sec.about-home {
    /* background-image: url(../images/footer-bg.png); */
    background-repeat: repeat;
    background-color: #f9a0bc;
    background-color: #ffd3da;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.about-sec.about-home img {
    border-radius: 15px;
    box-shadow: 2px 2px 10px 1px #00000052;
}

.about-sec.about-home h1 {
    font-size: 40px;
    font-weight: 600;
}

.about-sec.about-home h1 span {
    color: #e5007d;
}

.footer-widget.fw-2 {
    padding-left: 50px;
}

.footer-widget.fw-3 {
    padding-left: 50px;
}

.footer-widget.fw-4 {
    padding-left: 60px;
}

@media only screen and (max-width:1199px) {
    .footer-widget.fw-2 {
        padding-left: 25px;
    }

    .footer-widget.fw-3 {
        padding-left: 20px;
    }

    .footer-widget.fw-4 {
        padding-left: 30px;
    }
}

@media only screen and (max-width:991px) {
    .footer-widget.fw-2 {
        padding-left: 12px;
    }

    .footer-widget.fw-3 {
        padding-left: 12px;
    }

    .footer-widget.fw-4 {
        padding-left: 12px;
    }

}

@media only screen and (max-width:767px) {
    .social-footer {
        justify-content: center;
    }

    .footer-widget.fw-1 a.footer-logo {
        display: block;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:991px) and (min-width:576px) {
    .lilbumpy-bak-kalar .product-item.pi-2 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:575px) {
    .lilbumpy-bak-kalar .product-item.pi-3 {
        margin-top: 30px;
    }
}

#owl-carousel_testi.owl-theme .owl-dots .owl-dot.active span,
#owl-carousel_testi.owl-theme .owl-dots .owl-dot:hover span {
    background: #e5007d;
}

.skirttop-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.hotpant-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.frock-sec-alt {
    background: #ff0078;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: luminosity;
    background-repeat: repeat;
    background-attachment: fixed;
}

.capri-sec-alt {
    background: #ffe0ee;
    background-image: url(../images/spl-bg-new.webp);
    background-blend-mode: multiply;
    background-repeat: repeat;
    background-attachment: fixed;
}

.counter-sec {
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat;
    background-color: #ff6797;
    background-blend-mode: luminosity;
    background-attachment: fixed;
}

.counter-sec .section-title h2 {
    color: #fff;
    text-shadow: 1px 1px #000000a1;
}

.count-area-content {}


.count-inner {
    text-align: center;
    background-image: url(../images/cloud.png);
    background-size: cover;
    background-position: center;
    height: 255px;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 2px 2px #000000d6);
}

.count-inner.ci-one {}

.count-inner.ci-two {
    background-image: url(../images/cloud-2.png);
}

.count-inner.ci-three {
    background-image: url(../images/cloud-3.png);
}

.count-inner.ci-four {
    background-image: url(../images/cloud-4.png);
}

.count-icon {}

.count-icon img {
    width: 65px;
    filter: invert(13%) sepia(100%) saturate(6837%) hue-rotate(319deg) brightness(89%) contrast(107%);
}

.count-digit {
    margin: 8px 0px 4px;
    color: #000;
    font-weight: 700;
    font-size: 46px;
    line-height: 46px;
    font-family: "Dosis", sans-serif;
}

.count-digit.plus-digit {
    position: relative;
}

.count-digit.plus-digit:after {
    position: relative;
    content: "+";
    padding-left: 4px;
    top: -4px;
}

.count-digit.plus-digit.million-digit:after {
    content: "M +";
}

.count-title {}

.count-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
    color: #e5007d;
}

@media only screen and (max-width:1399px) {
    .count-inner {
        height: 216px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 6px 0px 0px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width:1199px) {
    .count-inner {
        height: 183px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 0px;
        font-size: 32px;
        line-height: 32px;
    }

    .count-title h3 {
        font-size: 16px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .count-digit.plus-digit:after {
        padding-left: 3px;
        top: -3px;
    }
}

@media only screen and (max-width:991px) {

    .count-inner.ci-one {
        background-image: url(../images/cloud-2.png);
    }

    .count-inner.ci-two {
        background-image: url(../images/cloud-3.png);
    }

    .count-inner.ci-three {
        background-image: url(../images/cloud.png);
    }

    .count-inner.ci-four {
        background-image: url(../images/cloud-4.png);
    }

    .count-inner {
        height: 235px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 20px;
        margin-bottom: 0px;
        line-height: 20px;
    }

    .counter-sec .section-title.mb-35 {
        margin-bottom: 25px !important;
    }
}

@media only screen and (max-width:767px) {
    .count-inner {
        height: 209px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 50px;
    }

    .count-digit {
        margin: 4px 0px 3px;
        font-size: 36px;
        line-height: 36px;
    }

    .count-title h3 {
        font-size: 19px;
        margin-bottom: 0px;
        line-height: 19px;
    }
}

@media only screen and (max-width:575px) and (min-width:412px) {

    .counter-sec .section-title.mb-35 {
        margin-bottom: 20px !important;
    }

    .count-area-content {
        max-width: 380px;
        margin: 0 auto;
    }

    .count-inner {
        height: 322px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 80px;
    }

    .count-digit {
        margin: 6px 0px 6px;
        font-size: 54px;
        line-height: 54px;
    }

    .count-title h3 {
        font-size: 26px;
        margin-bottom: 0px;
        line-height: 26px;
    }
}

@media only screen and (max-width:411px) {
    .count-area-content {
        max-width: 296px;
        margin: 0 auto;
    }

    .count-inner {
        height: 251px;
        padding: 10px 0;
    }

    .count-icon img {
        width: 60px;
    }

    .count-digit {
        margin: 4px 0px 4px;
        font-size: 40px;
        line-height: 40px;
    }

    .count-title h3 {
        font-size: 22px;
        margin-bottom: 0px;
        line-height: 22px;
    }
}