@font-face {
    src: url("IRANSansWeb.ttf");
    font-family:IRANSansWeb ;
}
*{
    font-family: IRANSansWeb;
}
h1,h2,h3,h4,h5,h6{
    font-family: IRANSansWeb !important;
}
.rtl{
    direction: rtl;
}
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-fixed-top {
        color: #A758FF !important;

    background-color: white !important;
    transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
        color: #A758FF !important;

}
.nav-link {
    color: #A758FF !important;
    transition: background-color 200ms linear;
}.nav-link.scrolled1 {
    color: #A758FF !important;
    transition: background-color 200ms linear;
}
/*.navbar-fixed-top.scrolled {*/
/*    background-color: #fff !important;*/
/*    transition: background-color 200ms linear;*/
/*}*/

.color{
    color: #A758FF
}
.div2{

}.div2 .card{
     border-radius: 15px;
    width: 75%;
}
footer{
    background: #A758FF;
}

.footer ul{
    margin-top: 50px;
    list-style: none;
    padding-right: 0;
}.footer li{
    margin-top: 10px;
}.footer a{
    text-decoration: none;
    transition: 0.3s;
    color: white;
}.footer a:hover{
    color: #cacaca;
}.footer h3{
    font-weight: bolder;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .div2 .card{
        border-radius: 15px;
        width: 100%;
    }
    .footer{
        -webkit-box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        background-image: url("../image/Group50.png");
        background-size: cover;
        background-position: center;
        height: auto;
        border-radius: 0 0   80px 80px;
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .div2 .card{
        border-radius: 15px;
        width: 75%;
    }
    .footer{
        -webkit-box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 43px 99px 0px rgba(0,0,0,0.4);
        background-image: url("../image/Group50.png");
        background-size: cover;
        background-position: center;
        height: 350px;
        border-radius: 0 0   80px 80px;
    }
}
