/* colors */
.b-white{
    background-color: white;
}
.white{
    color: white;
}
.b-black{
    background-color: black;
}
.black{
    color: black;
}
.Vcolor{
    color: #6482AD;
}
.b-Vcolor{
    background-color: #6482AD;
}
.b-Vcolor2{
    background-color: #F6F5F2;
}
.Vcolor2{
    color: #F6F5F2;
}
.b-purple{
    background-color: rgb(70, 8, 70);
}
.purple{
    color: rgb(70, 8, 70);
}
.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);
}
h2{
    font-family: 'shabnam';
}
p,button{
    font-family: 'vazir';
}
.fs-7{
    font-size: 12px;
}



.progressBar{
    
    top: 0;
    left: 0;
    width: 0%;
    height: 5px ;
    background-color: #6482AD;
    z-index: 1000;
}
header ul{
    direction: rtl;
}
header ul li{
    border-bottom: 2px  solid transparent;
    transition: all 500ms; 
}
header ul li a{
    color: #6482AD !important;
    font-family: "yekan";
}
.navbar-brand{
    font-family: "yekan";
}
@media screen and (max-width:767px) {
    .offcanvas-body a{
        font-size: large;
    }
    .navbar-nav{
        direction: ltr !important;
    }
}

/* header */
header{
    position: sticky;
    top: 0;
    z-index: 100;
}
.activeLi{
    border-bottom: 2px  solid purple;
}
header ul li:hover{
    border-bottom: 2px  solid purple;
    transition: all 500ms;
}
/* TopoptionCard */
.TopoptionCard{
    box-shadow:  0px 5px 5px  rgba(0, 0, 0, 0.333);
    transition: all 500ms;
}
.TopoptionCard:hover{
    box-shadow:  5px 5px 5px 0 rgba(0, 0, 0, 0.333);
    transition: all 500ms;
}
.TopoptionCard p{
    font-family: "vazir";
    font-weight: bold;
}
/* main */
.websiteBrand,.buyObjectCard h2{
    font-family: "poppins";
}

.introTitle{
    font-family: "yekan";
    font-weight: bold;
}
main{
    background-color: #F6F5F2;
}
.printersOptionDescription h2 , .buyObjectCard div{
    font-family: 'roboto';
}


.printersOptionDescription p{
    font-family: 'vazir';
}
.progress-bar1{
    transition: all 500ms;
}
/* buyWithUsTitle */
.buyWithUsTitle{
    font-size: 14px;
}
/* call with us */
.callWithUs input:focus ,.callWithUs textarea:focus{
    outline: none;
    font-weight: bold;

}
/* best objects */
.buyObjectCard{
    overflow: hidden;
}
.buyBtnSection{
    background-color: #000000b7;
    backdrop-filter: blur(10px);
}
.sharpDiv{
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F5EEE6;
    background-image: url(../image/sharp565.png);
}
.ricohDiv{
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F5EEE6;
    background-image: url(../image/MP7000.png);
}
.konicaDiv{
    background-position: center; 
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #F5EEE6;
    background-image: url(../image/bizhub759.png);
}




@keyframes loadingBackground{
    from{background-color: black; }
    to{background-color: white;}
}
.loading{
    animation: loadingBackground;
    animation-duration: 6s;
}
.loadinger{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;

}
ul{
    list-style: none;
}
ul li a{
    text-decoration: none;
    color: #6482AD;
    font-weight: bold;
}
img{
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}