@font-face {
    font-family: 'vazir';
    src: url('../fonts/vazir/vazir.ttf');
}

.navbar-brand{
    color: yellow !important;
}

body{
    direction: rtl;
    font-family:'vazir';
}
.home-text{
    padding-right: 200px;
}
.home-img{
    background: url("../images/home.webp");
    background-repeat: no-repeat;
    background-position: left;
    position: relative;
}
.home-img::before{
    content: " ";
    position: absolute;
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    background-color: rgba(229, 3, 3, 0.845);
    width: 80%;
    height: 100%;
    z-index: -1;
    left: 0;
}


#btn_gold{
    background-color: yellow !important;
    color: black;
}
#btn_rial{
    background-color: rgb(255, 234, 2) !important;
    color: black;
}

.blog-item img{
    width: 200px;
}
.product-detail img{
    height: auto;
}