@font-face {
    font-family: 'iransans';
    src: url("../fonts/IRANSansWeb-1.ttf") format("truetype");
}
*{
    font-family: iransans;
}
header{
    background-color: #007bff;
}
li > a{
    /* font-size: 10px; */
    margin-right: 10px;
    margin-left: 10px;
    /* padding: 20px 20px; */
}
.item:hover{
    border-bottom: 2px solid white;
}
.item:hover{
    color: rgba(255, 255, 255, 0.788);
}
.item{
    color: white;
    font-size: 17px;
    /* font-size: 20px; */
    /* text-align: center; */
}
.my-btn{
    /* height: 100px; */
    /* width: 150px; */
    border-radius: 20px;
    background-color: #007bff;
    border: 2px solid white;
    margin-right: 120px;
    color: white;

}
.dropdown:hover .dropdown-menu{
    display: block;
}
.dropdown-menu{
    padding: 10px;
}
.my-btn:hover{
    background-color: white;
    transition: 0.5s ease-in-out;
    color: #007bff;
}
.dropdown-item{
    font-size: 15px;
}
.dropdown-item:hover{
    color: #007bff;
    /* font-size: 10px; */
}