body,
html {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: linear-gradient(rgba(0, 0, 0, 0.40), rgba(0, 0, 0, 0.5)), url('../img/bg.jpg');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.myCard {
    border: none;
    color: #ffffff;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 80%;
}

.vazirFont {
    font-family: "Vazirmatn", sans-serif;
}

.orbitronFont {
    font-family: "Orbitron", sans-serif;
}

/* start card */
.card-footer {
    background-color: #222;
    text-align: center;
    direction: rtl;
}

.card-footer span {
    color: #fff;
    font-size: 14px;
}

/* End card  */
/* Start client  */
.hero {
    height: 100vh;
    justify-content: center;
    background-color: #343a40;
}

.tmb-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
}
.w-70{
    width: 70px;
}

/* End client  */