/* colors */
.b-white{
    background-color: white;
}
.white{
    color: white;
}
.b-black{
    background-color: black;
}
.black{
    color: black;
}
.b-purple{
    background-color: rgb(70, 8, 70);
}
.purple{
    color: rgb(70, 8, 70);
}
.gold{
    color: gold;
}
.Vcolor{
    color: #6482AD;
}
.b-Vcolor{
    background-color: #6482AD;
}
.b-Vcolor2{
    background-color: #F6F5F2 !important;
}
.Vcolor2{
    color: #F6F5F2;
}
.originalColor{
    color: #F5EEE6;
}
.b-originalColor{
    background-color: #F5EEE6;
}
/* fonts */
@font-face {
    font-family: "vazir";
    src: url(../fonts/Vazir.ttf);
}
@font-face {
    font-family: "yekan";
    src: url(../fonts/Yekan.ttf);
}
@font-face {
    font-family: "shabnam";
    src: url(../fonts/Shabnam.ttf);
}
@font-face {
    font-family: "montserrat";
    src: url(../fonts/Montserrat-Black.ttf);
}
@font-face {
    font-family: "roboto";
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: "poppins";
    src: url(../fonts/Poppins-Bold.otf);
}
.poppins{
    font-family: "poppins";
}
.shabnam{
    font-family: "shabnam";
}
h2{
    font-family: 'shabnam';
}
p,button{
    font-family: 'vazir';
}
.fs-7{
    font-size: 12px;
}
body{
    background-color: #F5EEE6 !important;
}
.cardTitle{
    float: right;
}
/* header */
header{
    position: sticky;
    top: 0;
    z-index: 100;
}

/* footer */
footer ul{
    list-style-type: none;
}
footer ul li a:hover{
    color: blue;
    text-decoration: underline !important;
}