.social {
    transition: all;
    transition-duration: 0.5s;
}

.social:hover {
    color: black !important;
}

.design {
    transition: all;
    transition-duration: 0.5s;
}

.design:hover {
    color: black !important;
}
.item img{
    width: 210px;
    height: 210px;
    object-fit: cover;
}



.item h3{
    margin-top: 15px;
}

.header{
    background-image: url(images/back2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ab_header{
    background-image: url(images/back5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
   
}
*{
    font-family: "Tiro Devanagari Marathi", serif;
    font-weight: 400;
    font-style: normal;
}

.card img{
    width: 300px;
    height: 300px;
    margin: auto;
}

.card-title{
    font-weight: 900;
}

.tip{
    background-image: url(images/tip.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
div .x{
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 2px solid;
}