.home_content{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1;
    max-width: 100%;
	gap: 10px;
}
.home_content>*{
    flex: 1;
	min-height:280px;
	border-radius:10px;
}

/**/
.publications{
	max-width:100%;
}
@media only screen and (min-width: 820px) {
	.publications{
		max-width:800px;
	}
}
@media only screen and (min-width: 1020px) {
	.publications{
		max-width:1000px;
	}
}

.publications carousel{
	direction:ltr;
    width: 100%;
	height: 400px;
    border-radius: 10px;
	background-color:#fff;
	background-image: url(/s/main/images/articles.webp);
    background-size: cover;
    background-position: center;
    box-shadow: 0 10px 10px -10px rgb(0 0 0 / 50%);
}

.publications carousel a{
	display:block;
	width:100%;
	height:400px;
	direction: rtl;
	box-sizing:border-box;
	/*background-size: cover;*/
	background-size: 120% auto;
    background-position: center;
    border-radius: 10px;
	border: solid 1px #cacaca;
	text-decoration: none;
	/*text-shadow: 0 0 5px #000;*/
	overflow: hidden;
	color: #fff;
	transition:2s;
}
.publications carousel .swiper-slide-active a{
	background-size: 100% auto;
}

.publications carousel a::before {
    display: block;
    content: ' ';
    width: 100%;
	background: linear-gradient( 214deg, #1d3a52c9, #00224500,#1d77d140);
    height: 400px;
    z-index: 0;
    position: absolute;
    border-radius: 10px;
}
.publications carousel a::after {
    content: "تفاصيل أكثر";
    position: relative;
    display: inline-block;
    margin: 10px 50px;
    padding: 10px;
    z-index: 1;
    border-radius: 10px;
    background-color: #ffffff;
    color: #000;
	transition:0.5s;
	font-size: 14px;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
    font-weight: bold;
}
.publications carousel a:hover::after {
    margin-right: 55px;
    background-color: #ffc107;
    transform: scale(1.1);
}

.publications carousel a .category{
	z-index: 3;
    position: relative;
    display: block;
    background: #0529477d;
    color: #fff;
    padding: 5px;
    text-align: center;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
}

.publications carousel a .date{
    display: block;
	z-index: 3;
    position: relative;
    top: 10px;
    right: 10px;
    width: 100px;
    border-radius: 7px;
    background: #000000dd;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.publications carousel a .title{
	display: inline-block;
    margin: 60px 50px 0px 50px;
	font-size: 16px;
	font-family: 'DroidSansArabic',Calibri,Arial!important;
	transition:0.5s;
	z-index: 2;
    position: relative;
    padding: 10px;
    background-color: #ab6400;
}
.publications carousel .swiper-slide-active a .title{
	margin-top:50px;
}
.publications carousel a:hover .title{
	margin-top:40px;
}

.publications carousel a .brief{
	display: block;
	text-align: justify;
	z-index: 2;
    position: relative;
    margin: 0px 50px;
	padding: 10px;
    background-color: #000000cc;
	font-size: 14px;
}

/**/
#home_word{
	min-width:280px;
	overflow:hidden;
	padding:10px;
	border:solid 1px #c3c3c3;
	box-shadow:var(--box-shadow);
	background-image: linear-gradient(90deg, #eeeeee,#fefefe, #eeeeee);
	font-size:16px;
	text-align: justify;
}
#home_word>h2,#home_word a{
	color:#cf3930;
}
#home_word>h2{
	margin-bottom:10px;
}
#home_word>img{
	float:left;
	width:180px;
	margin-right:10px;
	box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
#home_word a{
	float: left;
}
#home_word a:hover{
	transform:scale(1.1);
}

/**/
#home_app{
	min-width:200px;
	padding:10px;
	border:1px solid #fff;
	direction:rtl;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	color:#666;
	background-color: #f3f3f3;
	background-image: linear-gradient(90deg, #eeeeee,#fefefe, #eeeeee);
	box-shadow: var(--box-shadow);
}
#home_app img {
    display: block;
}
#home_app a{
	margin: 10px;
    text-decoration: none;
}
#home_app a img:first-of-type{
	margin-bottom:10px;
	transition: 0.2s;
}
#home_app a:hover img:first-of-type{
	transform:scale(1.1);
}

/**/
#home_search{
    min-width: 230px;
    padding: 20px;
	background-image: url(/s/main/images/search.webp);
    background-size: cover;
	background-position: center;
    box-shadow: var(--box-shadow);
}
#home_search h2{
	color: #cf3930;
}

#home_search form div{
    display: flex;
    padding: 5px;
    margin-bottom: 10px;
    border: solid 1px #b0b0b0;
    border-radius: 3px;
    gap: 10px;
    box-shadow: var(--box-shadow);
    align-content: stretch;
    font-size: 18px;
    background-image: linear-gradient(0deg, #a4a4a4b0 0%,#ffffff 50%, #c4c4c473);
}

#home_search label{
	text-wrap: nowrap;
}

#home_search input, #home_search select{
	flex: 1;
    min-width: 100px;
	padding: 5px;
    border: solid 1px #c5c5c5;
    border-radius: 3px;
    font-size: 18px;
}

#home_search input[type=submit]{
	display: block;
    margin: auto;
    border-color: #bf9126;
}

/**/
#home_youtube{
	display: flex;
    overflow: hidden;
	flex: 3;
    min-width: 300px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
	background: #333;
}
#home_youtube iframe{
	border: none;
    flex: 1;
}

/**/
#home_map{
	display: flex;
    overflow: hidden;
    min-width: 300px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}
#home_map iframe{
	border: none;
    flex: 1;
}

/**/
.home_content image-gallery{
    overflow: hidden;
	min-width: 200px;
    border-radius: 10px;
	box-shadow: var(--box-shadow);
	background-color: #2e3b49;
}

/**/
#home_facebook{
	display: flex;
    min-height: 100px;
    padding: 10px;
    justify-content: center;
	align-items: center;
    flex-direction: column;
    box-shadow: var(--box-shadow);
    background-image: linear-gradient(0deg, #080d13,#201b1b, #162029);
}
#home_facebook iframe{
	width: 280px;
    height: 130px;
}

/**/
.home_content .stats{
	display: flex;
	flex-direction: column;
	justify-content: center;
    min-height: 100px;
	padding: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #ddd;
    color: #666;
    text-align: center;
	box-shadow: var(--box-shadow);
}