@font-face {
  font-family: dibaj; /* set name */
  src: url('/assets/fonts/DibajFaNum-Regular.woff'); /* url of the font */
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'dibaj', 'Tahoma', sans-serif;
    text-align: justify;
}

p{
    line-height: 1.7;
}
li{
    text-align: justify;
    line-height: 1.7;
}
.hero {
    position: relative;
    background: url('/img/main-banner-2.webp') no-repeat center center;
    background-size: cover;
    height: 75vh;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero h1 {
    background-color: rgba(0,0,0,0.5);
    padding: 1rem 2rem;
    border-radius: 10px;
}
.publication-card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}
.category-badge {
    cursor: pointer;
}
footer a {
    text-decoration: none;
}
section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.card-title{
	font-weight: bold;
	font-size:small;
	margin-top:10px;
    line-height: 2;
}
.card-text{
	font-size:small;
	text-align: justify;
}
.card-author{
	font-size:small;
}

.section-title{
	font-weight: bold;
    margin-top:30px;
}

h1.section-title{font-size:xx-large}
h2.section-title{font-size:x-large}

.card-thumbnail{
    height: 250px;
    width: auto;
    margin: auto;
    padding: 5px;
    border-radius: 10px;
}

.cat-tag{
	background: #396;
	font-size:small;
	padding:3px;
	color:white;
	border-radius:3px;		
}

.btn-more{
    display:inline-block;
    vertical-align: bottom;
    font-size:small;
    padding:5px 10px;
}

@media(max-width:768px){
	.card-thumbnail{
		height:160px;
		width:auto;
		margin:5px auto;
	}
	
.hero {
    background: url('/img/background-mobile.png') no-repeat center center;
}

}



/** ّFooter */
@media (min-width: 1024px) {
    .footer .links {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media(max-width:768px){
    .flex-col-xl{
        flex-direction: column;
    }
}

.footer .links {
    background-color: #888;
    padding: 2rem 0.5rem;
}

.links a{
    color:#212529
}

.footer-section-header{
  color: #212529;
  font-size:large;
  font-weight: bold;
}

.img-social{
    width:30px;
}

.service-card{
    margin-bottom:25px;
}

.service-icon{
    width:100px;
    display:block;
    margin:0 auto;
    margin-bottom:15px;
}

.service-title{
    font-size: small;
    font-weight: bold;
    text-align: center;
}


/* */
.faq-item{
    margin-top: 15px;
    padding: 10px 10px;
    box-shadow: 2px 2px 2px 2px #eee;
}

.faq-question{
    line-height: 2;
    font-weight: bold;
}

.faq-answer{
    line-height: 2;
}


.subbox-highlighted{
  background-color: #eee;
  border-radius:1px solid blue;
}
