/* 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;
}

/* header */


/* main */
h1{
    font-family:"yekan";
}
/* konicaCards */
.konicaCards{
    height: 300px;
}
.konicaBackgroundTitlePic{
    background: url(../image/poster.jpg);
    background-color: black;
    background-attachment: fixed;
    background-size: cover;
    background-position: center ;

}
.hhhh{
    overflow-y: scroll !important;
    scrollbar-width: none !important;

}
.offcanvas-body{
    overflow-y: initial !important;
}

/* collapse */
.collapse table tr{
    border-bottom: 3px solid white;
}
.CardsDiv h2{
    font-family: 'poppins';
}

a{
    font-family: 'shabnam';
}

/* 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;
}

@media screen and (max-width:767px) {
    .offcanvas-body a{
        color: #6482AD;
        font-size: large;
    }
    .navbar-nav{
        direction: ltr !important;
    }
}




@keyframes loadingBackground{
    from{background-color: black; }
    to{background-color: white;}
}
@-webkit-keyframes loadingBackground{
    0% {background-color: black; }
    100% {background-color: white;}
}
.loading{
    animation: loadingBackground;
    -webkit-animation: loadingBackground 6s;
    animation-duration: 6s;
}
.loadinger{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;

}
.vipColor{
    background-color: #d8d3f5;
    background-color: #c3c4e2;
}
#buyWayButtonsDiv{
    display: none;
}
#buyWayButtonsDiv a{
    color: white;
}
#buyWayButtonsDiv a:hover{
    color: white;
}
img{
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}
