/* used in pricing area */

.span {

    font-size: 13px;

    margin-top: 0;

    color: #9d9696;

}

h1 {

    color: #de0071 !important;

}

.r-h1 {

    color: #de0071 !important;

    font-size: 25px !important;

}

/* used in address area */

/* .address{

    height:70% !important;

} */

.title-a {

    color: #de0071;

}

/* //used in the index pricing */

.blush {

    font-size: 18px !important;

    font-weight: 900;

}

/* used in gallery */

.img {

    height: 350px;

    object-fit: cover;

}

.images {

    width: 900px;

}

.images-r {

    width: 82%;
    height: 256px;
    object-fit: cover;
    border-radius: 26px;
    border: 2px solid #c6387f;
}

.images-r:hover {

    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

    transform: scale(1.1);

    transition: transform 0.3s ease;

}

.images-ra {

    width: 30%;

    float: left;

}

.images-ram {

    float: left;

    width: 30%;

}

.images-rame {

    width: 30%;

    float: right;

}