@font-face {
    font-family: Ray-Titr;
    src: url(../Fonts/Vazir-Thin.ttf);
}
 *{
	font-family:'Ray-Titr' ;
 }
/* body {
    font-family: tahoma, sans-serif;
} */

.navbar-brand img {
    height: 85px;
    margin-left: 20px; /* فاصله بین لوگو و عنوان در حالت راست‌چین */
}

.news-panel {
    background-color: #f8f9fa;
    border-radius: 5px;
    padding: 15px;
}

.news-item img {
    max-width: 80px;
    border-radius: 5px;
    margin-left: 10px;
}

.carousel-item img {
    height: 510px; یا هر ارتفاع دلخواه
    object-fit: cover; پر کردن فضا با حفظ نسبت
    width: 100%;
}

footer {
    background-color: #343a40;
    color: white;
    padding: 20px 0;
}

footer h5 {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 0.5rem;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

html {
    scroll-behavior: smooth;
}

#CRM {
	color: red;
}

#productsDropdown{
	color: blue;
}

#Email-1{
	font-family: "Arial", sans-serif;
}

.dropdown-menu {
    text-align: right;

}	
		