@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.banner {
    background-color: black;
    color: white;
    padding: 10px 0px;
}

.nav-link {
    color: black;
    font-weight: 600;
}

.darzan-button {
    background-color: #D0529D;
    color: white;
    text-decoration: none;
    border: none;
    padding: 5px 20px;
    margin-left: 10px;
}

.darzan-button a {
    text-decoration: none;
    color: white;
}

.img-container {
    position: relative;
    text-align: center;
    color: white;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-20%, -100%);
}

.heading {
    color: #D0529D;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
}

.heading-black {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 28px;
    text-align: center;
}

.section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.work-holder-box {
    font-size: 15px;
    color: #7e8890;
    line-height: normal;
}

.work-holder-box p {
    font-size: 15px;
    line-height: 24px;
    color: #414141;
}

.column {
    padding: 80px 0 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 60px;
}

.mouse-img {
    background-image: url(./place_order.svg);
}

.kurta-img {
    background-image: url(./dress_material.svg);
}

.machine-img {
    background-image: url(./stitch_deliver_img.svg);
}

.pay-delivery-img {
    background-image: url(./pay_on_delivery.svg);
}

.column>p {
    margin: 0 40px;
}

.work-holder-box .row {
    background-image: url(./pattren-img.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-repeat: repeat-x;
}

.stitching-title-holder {
    margin-bottom: 60px;
    text-align: center;
}

.ss-title {
    font-size: 35px;
    color: #d0529d;
    display: block;
}

.doorstep-title {
    display: block;
    font-size: 18px;
    color: #555;
}

.darzan-btn {
    background-color: #D0529D;
    color: white;
    text-decoration: none;
    border: none;
    padding: 5px 40px;
    margin-left: 10px;
}

.darzan-btn a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

.circle {
    background-color: #D0529D;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    padding: 30px 0px;
    margin-left: 35%;
}

.contact-form-outer .form-control {
    border-radius: 0px !important;
    border-top: 0px !important;
    border-right: 0px !important;
    border-left: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-bottom: 2px solid #D0529D !important;
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

.contact-list {
    padding-top: 50px;
}

.contact-form-outer label {
    font-weight: 400;
}

.contact-form-outer textarea.form-control {
    height: 90px !important;
}

.icon_contact {
    width: 24px;
}

.contact-us-content {
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.message-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    clear: both;
}

.message-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    clear: both;
}

.social-icons {
    padding-top: 30px;
    padding-bottom: 30px;
}

.copyright {
    background-color: black;
    text-align: center;
    color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

@media screen and (max-width: 780px) {
    .img-container {
        background-color: black;
    }

    .img-container img {
        display: none;
    }

    .centered {
        position: relative;
        top: 0;
        left: 0;
        transform: initial;
        padding: 100px;
    }
}