
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background-color: #33333366;
}
/* Base */
html, body, div, a, ol, li, ul, span, table, td, tr, th, tbody, form, input
{
    line-height: 1.5;
    /* color: #4d4d4d; */
    font-weight: 400;
    font-size: 1rem;
    /* font-family: "BYekan"; */
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a 
{
    text-decoration: none !important;
}

.body
{
    background-color: #e2ffee;
}

.rtl
{
    direction: rtl;
}

.ltr
{
    direction: ltr;
}

.imgfill
{
    object-fit: cover;
    -o-object-fit: cover;
}

.imgfit
{
    object-fit: contain;
    -o-object-fit: contain;
}

.flex-div
{
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}

.flex-div-column
{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    /* justify-content: stretch; */
}

.flex-item
{
    flex: 4;
    width: 25%;
    min-width: 200px;
    padding: 2px;
}

.flex-item-0
{
    flex: 0;
    padding: 2px;
}

.flex-item-25
{
    flex: 1;
    width: 25%;
    min-width: 25%;
    padding: 2px;
}

.flex-item-50
{
    flex: 2;
    width: 50%;
    min-width: 50%;
    padding: 2px;
}

.flex-item-75
{
    flex: 3;
    width: 75%;
    min-width: 75%;
    padding: 2px;
}

.flex-item-100
{
    flex: 4;
    width: 100%;
    min-width: 100%;
    padding: 2px;
}

.flex-item-column
{
    flex: 1;
    width: 100%;
    padding: 2px;
}

.flex-gap
{
    /* background-color: #a94442; */
    flex: 1;
    height: 1px;
}

.flex-hr
{
    background-color: #74b9ff;
    height: 1px;
    width: 100%;
}

.title-center
{
    display: flex;
    /* background: red; */
    width: 100%;
    height: 30px;
    justify-content: center;
    align-items: center;
}

.card
{
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    overflow: hidden;
    background-color: white;
    padding: 3px;
}

.card-title
{
    background-color: #76e9f8;
    /* padding: -5px; */
    min-height: 30px;
    border-bottom: 2px solid #d96748;
    border-bottom-style: dashed;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.card-hover:hover {
    box-shadow: 0 8px 16px 0 rgba(40, 100, 250, 0.6);
}

.card-shadow
{
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
    overflow: hidden;
    box-shadow: 0 8px 16px 8px rgba(40, 100, 250, 0.3);
}

.simple-card
{
    border-radius: 5px; /* 5px rounded corners */
    overflow: hidden;
    background-color: white;
    border: 1px solid #16bacf;
}

.pull-right
{
    float: right !important;
}

.pull-left
{
    float: left !important;
}

.right-border
{
    border-right: 1px solid white !important;
}

.left-border
{
    border-left: 1px solid white !important;
}


.rounded-0
{
    border-radius: 0rem;
}

.rounded-1
{
    border-radius: 0.25rem;
}

.rounded-2
{
    border-radius: 0.5rem;
}

.rounded-3
{
    border-radius: 1rem;
}

.rounded-4
{
    border-radius: 1.5rem;
}

.btn-search
{
    background-color: white !important;
    color: rgb(158, 157, 157) !important;
    border: 1px solid #54c783 !important;
    border-style: dashed !important;
}

.btn-search:hover
{
    background-color: rgb(223, 223, 223) !important;
    color: black !important;
}

.help-block
{
    color: red;
}


/* Objects */

/***************************************
                Header
****************************************/
.header
{
    /* display: flex; */
    background-color: #33333377;
    height: 60px;
    min-height: 60px;
    /* text-align: center;
    align-items: center;
    justify-content: center; */
}
.header-items
{
    /* background-color: #333333EE !important; */
    margin-top: 5px;
    z-index: 100;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.header-icon
{
    height: 100%;
    width: 60px;
    object-fit: cover;
    -o-object-fit: cover;
}
.header-split
{
    margin: 3px;
    height: auto;
    width: auto;
    border-left: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
.header a
{
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.header a:hover
{
    color: lightblue;
}

.index-image
{
    position: relative;
    width: 100%;
    max-height: 400px;
    min-height: 200px;
}
.index-image-div
{
    position: relative;
    width: 100%;
    max-height: 400px;
    min-height: 200px;
    padding-top: 30px;
    overflow: hidden;
}
.index-image-img
{
    width: 100%;
    height: auto;
    max-height: 400px;
    min-height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
}
.index-image-over
{
    background-color: #33333311;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.who-is-twelfth-imam
{
    display: block;
    position: absolute;
    background-color: white;
    min-height: 30px;
    min-width: 60px;
    border-radius: 20px;
    bottom: 5px;
    right: 5px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 20px;
    color: black;
}
.who-is-twelfth-imam:hover
{
    background-color: #54c782;
    color: white;
    text-decoration: none;
}

.icon-bg
{
    position: relative;
    display: flex;
    background-color: #54c782;
    color: white;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    border-radius: 50%;
    font-size: 18px;
    margin-left: 5px;
    margin-right: 5px;
}


/***************************************
                Counter
****************************************/
.header-counter-main
{
    background-color: #1c171622;
    position: absolute;
    min-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    left: 5px;
    top: 75px;
    border-radius: 5px;
}

.header-counter-title
{
    color: white;
    width: 100%;
    text-align: center;
}

.header-counter-time
{
    color: red;
    height: 35px;
    margin-top: 10px;
    text-align: center;
}



/***************************************
                Menu
****************************************/
.menu
{
    background-color: black;
    min-height: 50px;
}
.menu-link
{
    color: white;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.menu-link:hover
{
    color: tomato;
}


/***************************************
                Content
****************************************/
.content-link {
	display: block;
	padding: 0 0 10px;
	margin: 0 0 10px;
    border-bottom: 1px dashed #ebebeb;
    text-decoration: none !important;
}
.content-image{
	width: 60px;
    height: 60px;
    max-width: 60px;
	max-height: 60px;
	padding: 2px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.content-link .content-text{
    margin-right: 4px;
    margin-left: 4px;
}
.content-link .content-title{
	color: #817c7c;
}
.content-link .content-date{
	display: block;
	margin-top: 5px;
	color: #c5c5c5;
	font-size: .9em;
}
.content-link .content-date .icon{
	float: right;
	margin: 2px 0 0 5px;
}
.content-link:hover .content-title{
	color: #16bacf;
}
.content-link:hover .content-image{
	border-color: #16BACF;
}
.content-link .content-title,
.content-link .content-image{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
			transition: all .5s ease;
}


/*************************************
            SliderRoll
**************************************/
.product{
	border: 1px solid #e0e0e0;
	padding: 4px;
	margin: 4px 4px 10px;
	color: #737373;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;	
}
.product,
.product a,
.product .product-meta{
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
			transition: all .5s ease;
}
.product:hover{
	color: #16bacf;
	border-color: #16bacf;
}
.product img{
	width: 100%;
}
.product img{
	height: 150px;
}
.product.product-lg img{
	height: 200px;
}
.product.product-md img{
	height: 120px;
}
.product .image-effect{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.2);
	   -moz-box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.2);
			box-shadow: inset 0px 0px 24px 0px rgba(0,0,0,0.2);
}
.product .product-image-link{
	display: block;
	position: relative;	
	overflow: hidden;
}
.product .product-image
{
	object-fit: contain;
    -o-object-fit: contain;
}
.product .mask{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	opacity: 0;
	overflow: visible;
	border-radius: 5px;
	border: 0px solid rgba(76,191,206,0.7);
	-webkit-transition: all 0.4s ease-in-out;
	   -moz-transition: all 0.4s ease-in-out;
			transition: all 0.4s ease-in-out;
}
.product .icon-search{
	position: absolute;
	top: 30%;
	z-index: 3;
	opacity:0;
	width: 100%;
	-webkit-transform: scale(0,0);
	   -moz-transform: scale(0,0);
			transform: scale(0,0);
	-webkit-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
	   -moz-transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
			transition: transform 0.2s 0.1s ease-in, opacity 0.1s ease-in-out;
}
.product.product-lg .icon-search{
	top: 35%;
}
.product.product-md .icon-search{
	top: 25%;
}
.product:hover .mask{
	opacity: 1;
}
.product:hover .mask{
	border: 100px solid rgba(76,191,206,0.7);	
}
.product:hover .icon-search{
	opacity:1;
	-webkit-transform: scale(1,1);
	   -moz-transform: scale(1,1);
			transform: scale(1,1);
	-webkit-transition-delay:0.3s;
	   -moz-transition-delay:0.3s;
			transition-delay:0.3s;
}
.product.product-md .icon-search{
	-webkit-transform: scale(.8,.8);
	   -moz-transform: scale(.8,.8);
			transform: scale(.6,.6);
}
.product .product-title{
	display: block;
	margin: 5px 2px;
	font-size: 1.1em;
	text-align: justify;
    color: #737373;
    text-decoration: none;
}
.product:hover .product-title{
	color: #16BACF;
}
.product.product-md .product-title{
	font-size: .9em;
}
.product .product-image
{
	object-fit: scale-down;
    -o-object-fit: scale-down;
}
.box-arrows{
	position: absolute;
	top: 10px;
	left: 5px;
}
.box-arrows a{
	margin: 0 3px;
    text-decoration: none;
    font-size: 18px;
}



/*************************************
                Comments
**************************************/
.comments
{
    border: 1px solid darkgray;
    border-radius: 3px;
    padding: 5px;
}
.comment
{
    background-color: white;
    min-height: 100px;
    width: 100%;
    margin-bottom: 5px;
    border: 1px solid #DDD;
    overflow: hidden;
    border-radius: 3px;
}
.comment-title
{
    background-color: #EEE;
    min-height: 40px;
    width: 100%;
    padding: 3px;
    border-bottom: 1px solid #DDD;
}
.comment-field
{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 3px;
    min-width: 100px;
    border: 1px solid #DDD;
}



/*************************************
            Content Item
**************************************/
.parent-content-item
{
    width: 100%;
    min-height: 200px;
    margin-top: 5px;
}
.content-item
{
    position: relative;
    background: #eef6ff;
    /* height: 200px; */
    /* width: 100%; */
    margin-bottom: 5px;
    border-bottom: 1px dashed #cecdcd;
    padding: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.content-item-title
{
    /* background: white; */
    color: #70a1ff;
    font-size: 20px;
    /* cursor: pointer; */
}
.content-item-date
{
    color: gray;
    margin-top: 10px;
}
.content-item-decription
{
    /* background: white; */
    width: 100%;
    margin-top: 10px;
    height: 75px;
    overflow: hidden;
}
.content-item-image
{
    background-color: white;
    border: 1px solid lightgray;
    padding: 1px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}



/*************************************
            Movie Item
**************************************/
.parent-movie-content-item
{
    flex: 1;
    min-width: calc(33.333% - 10px);
    max-width: calc(33.333% - 10px);
    min-height: 200px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 5px;
}
@media only screen and (max-width: 450px) {
    .parent-movie-content-item {
        min-width: 200px;
        max-width: 100%;
    }
}
.movie
{
    position: relative;
    border: 1px solid gray;
    min-width: 200px;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
}
.movie-title
{
    background-color: white;
    position: absolute;
    top: 10px;
    left: 10px;
    min-width: 100px;
    border-radius: 5px;
    color: black;
    padding: 5px;
}



/*************************************
            Heart Written
**************************************/
.heart-written
{
    background-color: white;
    color: #16b13c;
    position: fixed;
    bottom: 10px;
    right: 10px;
    border: 4px solid rgb(228, 216, 58);
    border-radius: 50%;
    padding: 10px;
    opacity: 0.7;
    z-index: 100;
}
.heart-written-icon
{
    font-size: 70px;
    color: #16b13c;
}
.heart-written-text
{
    position: absolute;
    width: 70%;
    height: 20px;
    color: white;
    left: 0;
    top: 20px;
}


/*************************************
                Footer
**************************************/
.footer
{
    background-color: #1c1716;
    width: 100%;
    min-height: 250px;
    border-top: 4px solid #d96748;
}

.footer-end-space
{
    background-color: #1c1716;
    height: 50px;
    min-height: 60px;
}

.sardab
{
    width: 100%;
    border: 2px solid white;
    border-radius: 5px;
    overflow: hidden;
}

.footer-counter-main
{
    background-color: #1c171666;
    min-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.footer-counter-title
{
    color: white;
    width: 100%;
    text-align: center;
}

.footer-counter-time
{
    color: red;
    height: 35px;
    margin-top: 10px;
    text-align: center;
}


.footer-box {
	margin-bottom: 10px;
}
/* a{
	color: #65d200 !important;
} */
.footer-box .footer-box-top-title{
	/* background: #FFF; */
	position: relative;
	top: 5px;
	padding: 0 0 0 10px;
	color: #16bacf;
	font-size: 1.15em;
}
.footer-box .footer-box-content{
	min-height: 100px;
	padding: 10px 0;
}
.footer-box .footer-links a,
.footer-box .footer-links a:visited{
	display: block;
	color: #555;
	font-size: 1em;
	border-bottom: 1px dashed #ebebeb;
	padding: 0 0 8px;
	margin: 8px 0;
	-webkit-transition: all .5s ease;
	   -moz-transition: all .5s ease;
			transition: all .5s ease;
}
.footer-box .footer-links a:hover{
	color: #16bacf;
	margin-right: 10px;
}
.footer-box .footer-links a .icon{
	margin: 0 0 0 5px;
}