@import url(https://fonts.googleapis.com/earlyaccess/notonaskharabic.css);

:root {
--lightgreen: #28ff1a;
--darkgreen: rgb(3, 87, 13);
}

body{
background-color: #f5f5f5;
text-decoration: none;
}

.nav-link:hover{
color: var(--lightgreen);
}

.it-header{
background-color: var(--darkgreen)
}
.search-btn{
border: 2px solid var(--lightgreen);
color: white;
margin-left: 2px;
border-radius: 7px;
}
.nav-link,.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
color: white;
}

/* home page sliderImage style start */
.carousel-inner{
height: 500px;
}
.carousel-image {
height: 500px;
}
@media screen and (max-width: 900px) {
.carousel-inner {
height: 350px;
}
.carousel-image {
height: 350px;
}
}
@media screen and (max-width: 600px) {
.carousel-inner {
height: 250px;
}
.carousel-image {
height: 250px;
}
}
/* home page sliderImage style end */

/* home page daily post */
/* === BASE HEADING === */

.dp-container{
/* background: #efeeef; */
text-align: center;
}

.dp-title h1 {
position: relative;
padding: 0;
margin: 0;
font-family: "Raleway", sans-serif;
font-weight: 300;
font-size: 40px;
color: #080808;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
/* font-family: 'Noto Naskh Arabic', serif;
font-size: 1.5em; */
/* direction: rtl; */
}

.dp-title h1 span {
display: block;
font-size: 0.5em;
line-height: 1.3;
}
.dp-title h1 em {
font-style: normal;
font-weight: 600;
}

/* === HEADING STYLE #1 === */
.dp-title h1 {
text-align: center;
text-transform: uppercase;
padding-bottom: 5px;
}
.dp-title h1:before {
width: 28px;
height: 5px;
display: block;
content: "";
position: absolute;
bottom: 3px;
left: 50%;
margin-left: -14px;
background-color: #b80000;
}
.dp-title h1:after {
width: 100px;
height: 1px;
display: block;
content: "";
position: relative;
margin-top: 25px;
left: 50%;
margin-left: -50px;
background-color: #b80000;
}
div.daily-post{
font: message-box;
font-size: x-large;
/* font-family: 'Noto Naskh Arabic', serif; */
font-size: 1.5em;
direction: rtl;
}

/* @media only screen and (max-width: 666px) {
.more-items {
margin: 130px;
}

} */
@media only screen and (max-width: 480px) {
.more-items {
width: 100%;
margin:0px;
}
video{
width: 260px;
}
}
@media only screen and (max-width: 310px) {
.more-items {
width: 100%;
margin-right:0px;
}
video{
width: 200px;
}
}

div.book-detail{
display: flex;
flex-direction: column;
column-gap: 1rem;
row-gap: 10px;
align-self: center;
}

/* naats list */
.naats-list {
position: relative;
/* display: flex; */
justify-content: center;
align-items: center;
}
.naats-list h2 {
color: #7f0b0b;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 10px;
}
.naats-list ul {
position: relative;
}
.naats-list ul li {

position: relative;
left: 0;
color: rgb(3, 87, 13);
list-style: none;
margin: 4px 0;
/* border-left: 2px solid #f50057; */
border-left: 2px solid #28ff1a;
transition: 0.5s;
cursor: pointer;
text-align: left;
}
.naats-list ul li:hover {
left: 10px;
margin-right: 18px;
}
.naats-list ul li span {
position: relative;
padding: 8px;
padding-left: 12px;
display: inline-block;
z-index: 1;
transition: 0.5s;
font-size: x-large;
}
.naats-list ul li:hover span {
color: #111;
}
.naats-list ul li:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
/* background: #f50057; */
background: #28ff1a;
transform: scaleX(0);
transform-origin: left;
transition: 0.5s;
}
.naats-list ul li:hover:before {
transform: scaleX(1);
}

/* article cards */
.articles-main p {
/* font-size: 17px; */
font: message-box;
font-weight: 400;
line-height: 30px;
color: #050505;
font-size: 1.6em;
text-align: right;
direction: rtl;
}

.articles-main p.small {
font-size: 20px;
direction: rtl;
}

.go-corner {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
width: 32px;
height: 32px;
overflow: hidden;
top: 0;
right: 0;
/* background-color: #00838d; */
background-color: rgb(3, 87, 13);

border-radius: 0 4px 0 32px;
}

.go-arrow {
margin-top: -4px;
margin-right: -4px;
color: white;
font-family: courier, sans;
}

.article-card {
display: block;
position: relative;
/* max-width: 262px; */
/* background-color: #f2f8f9; */
/* background: #eaffe9; */
background: #d8d5cf;
border-radius: 4px;
padding: 32px 24px;
margin: 12px;
text-decoration: none;
z-index: 0;
overflow: hidden;
}

.article-card:before {
content: "";
position: absolute;
z-index: -1;
top: -16px;
right: -16px;
/* background: #00838d; */
background: rgb(3, 87, 13);
height: 32px;
width: 32px;
border-radius: 32px;
transform: scale(1);
transform-origin: 100% 30%;
transition: transform 0.25s ease-out;
}

/* .article-card:hover:before {
transform: scale(21);
} */

/* .article-card:hover p {
transition: all 0.3s ease-out;
color: #fff;
} */

p.read-more-art {
font-size: 20px;
position: absolute;
display: flex;
right: 10px;
}

/* full Article */

div.article-content{
text-align: right;
direction: rtl;
}
div.art-author{
width: fit-content;
border-bottom: double;
padding: 5px;
margin-bottom: 10px;
color: crimson;
}

div.article{
font-size: larger;
white-space-collapse: break-spaces;
}

div.artbook-name{
width: fit-content;
border-top: double;
padding: 5px;
margin-top: 10px;
color: crimson;

}

.video-box{
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.video-title{
color: rgb(3, 87, 13);
}
.video-title:hover{
color: #28ff1a;
}
a.d-inline-block h2:hover, p:hover, .media-body a h3:hover{
color:#e10909
}
.blog_details p, .blog_item {
font-size: larger;
text-align: end;
}
.whats-right-cap{
margin-right: 10px;
}

img.newsImage{
width: -webkit-fill-available;
height: 200px;
}
div.newsBox{

}
div.details .title:hover{
color: red;
}
div.details .news{
font-size: 15px
}
div.details .news:hover{
color: red;
}
div.newsBox img{

width: 100%;
border-radius: 5px;
transform: scale(1);
transition: all 0.5s ease-out 0s
}
div.newsBox img:hover{
transform: scale(1.1)

}
a.author-name{
    color: black;
}
a.author-name:hover{
    color: red;
}
/*.single-post-area .blog_details p {*/
/*-webkit-user-modify: read-write-plaintext-only*/
/*}*/
