/* 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 */
header{
    position: sticky;
    top: 0;
    z-index: 100;
}
header nav{
    background-color: rgba(255, 255, 255, 0.567);
    backdrop-filter: blur(10px);
}
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";
}
.navbar-nav{
    direction: initial;
}
@media screen and (max-width:767px) {
    .offcanvas-body a{
        font-size: large;
    }
    .navbar-nav{
        direction: ltr !important;
    }
}
main{
    background-color: #c3c4e2;
    background-color: #d8d3f5;
    background: linear-gradient(to top right,#d8d3f5, rgb(129, 129, 129) );
}
.peygiri{
    height: 100vh;
}
.TrackingCodeInput,.SearchTrackingCodeBtn{
    box-shadow: 5px 5px 10px 0px rgba(76, 70, 70, 0.708);
}
.SearchTrackingCodeBtn{
    box-shadow:0px 5px 10px 0px rgba(76, 70, 70, 0.708);
 ;
}
img{
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}